diff options
| -rwxr-xr-x | BuildTools/UpdateDebianChangelog.py | 2 | ||||
| -rw-r--r-- | Swift/Packaging/Debian/debian/changelog | 4 | ||||
| -rw-r--r-- | Swift/Packaging/Debian/debian/control | 2 | ||||
| -rw-r--r-- | Swift/Packaging/Debian/debian/copyright | 2 | 
4 files changed, 5 insertions, 5 deletions
| diff --git a/BuildTools/UpdateDebianChangelog.py b/BuildTools/UpdateDebianChangelog.py index 31f7a80..c98863d 100755 --- a/BuildTools/UpdateDebianChangelog.py +++ b/BuildTools/UpdateDebianChangelog.py @@ -24,7 +24,7 @@ if last_version != version :    changelog = open(sys.argv[1], "w")    changelog.write(project + " (" + version + "-1)" + " unstable; urgency=low\n\n")    changelog.write("  * Upstream development snapshot\n\n") -  changelog.write(" -- Remko Tron\xc3\xa7on <dev@el-tramo.be>  " + email.utils.formatdate() + "\n") +  changelog.write(" -- Swift Package Maintainer <packages@swift.im>  " + email.utils.formatdate() + "\n")    changelog.write("\n")    changelog.write(changelog_data)    changelog.close() diff --git a/Swift/Packaging/Debian/debian/changelog b/Swift/Packaging/Debian/debian/changelog index a5338f8..9e81511 100644 --- a/Swift/Packaging/Debian/debian/changelog +++ b/Swift/Packaging/Debian/debian/changelog @@ -2,10 +2,10 @@ swift-im (1.0~beta2-1) unstable; urgency=low    * Upstream release - -- Remko Tronçon <dev@el-tramo.be>  Sat, 26 Sep 2009 11:08:32 +0200 + -- Swift Package Maintainer <packages@swift.im>  Sat, 26 Sep 2009 11:08:32 +0200  swift-im (1.0~beta1-1) unstable; urgency=low    * Upstream release - -- Remko Tronçon <dev@el-tramo.be>  Sat, 26 Sep 2009 11:08:32 +0200 + -- Swift Package Maintaner <packages@swift.im>  Sat, 26 Sep 2009 11:08:32 +0200 diff --git a/Swift/Packaging/Debian/debian/control b/Swift/Packaging/Debian/debian/control index da88b28..8df3e39 100644 --- a/Swift/Packaging/Debian/debian/control +++ b/Swift/Packaging/Debian/debian/control @@ -1,7 +1,7 @@  Source: swift-im  Section: x11  Priority: optional -Maintainer: Remko Tronçon <dev@el-tramo.be> +Maintainer: Swift Package Maintainer <packages@swift.im>  Build-Depends: debhelper (>= 7), scons (>= 1.2.0), libssl-dev (>= 0.9.8g), libqt4-dev (>= 4.5.0), libexpat1-dev (>= 2.0.1), lintian (>= 2.2.5), libxss-dev (>= 1.2.0), libboost-dev (>= 1.34.1), libboost-filesystem-dev (>= 1.34.1), libboost-program-options-dev (>= 1.34.1), libboost-regex-dev (>= 1.34.1), libboost-signals-dev (>= 1.34.1), libboost-system-dev (>= 1.34.1), libboost-thread-dev (>= 1.34.1), libboost-date-time-dev (>= 1.34.1), libidn11-dev (>= 1.10), docbook-xsl (>= 1.75.0), docbook-xml (>= 4.5), xsltproc, libxml2-utils  Standards-Version: 3.8.4  Homepage: http://swift.im diff --git a/Swift/Packaging/Debian/debian/copyright b/Swift/Packaging/Debian/debian/copyright index 2547c75..1cea005 100644 --- a/Swift/Packaging/Debian/debian/copyright +++ b/Swift/Packaging/Debian/debian/copyright @@ -1,4 +1,4 @@ -This package was debianized by Remko Tronçon <dev@el-tramo.be> +This package was debianized by the Swift Package Maintainer <packages@swift.im>  License: | 
 Swift
 Swift