summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-04-24 09:40:29 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-04-24 09:40:43 (GMT)
commitb297ad414d4a3eb84f831783a1273cc9d7e2a101 (patch)
tree9126915570bd5b28e34acc1bfdf48cc30bb7ce88 /Swift/Packaging
parentac8eb7c62838c7d85f451f2ee0f8456c14386137 (diff)
downloadswift-b297ad414d4a3eb84f831783a1273cc9d7e2a101.zip
swift-b297ad414d4a3eb84f831783a1273cc9d7e2a101.tar.bz2
Tweaks to improve Debian packaging
Diffstat (limited to 'Swift/Packaging')
-rw-r--r--Swift/Packaging/Debian/debian/control.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Swift/Packaging/Debian/debian/control.in b/Swift/Packaging/Debian/debian/control.in
index 2dcd10d..93ea764 100644
--- a/Swift/Packaging/Debian/debian/control.in
+++ b/Swift/Packaging/Debian/debian/control.in
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Swift Package Maintainer <packages@swift.im>
Uploaders: Remko Tronçon <dev@el-tramo.be>, Kevin Smith <debian@kismith.co.uk>, Olly betts <olly@survex.com>
Build-Depends: debhelper (>= 7), scons (>= 1.2.0), libssl-dev (>= 0.9.8g), libqt4-dev (>= 4.5.0), libxml2-dev (>= 2.7.6), 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 %WEBKIT_DEPENDENCY%
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Vcs-Git: git://swift.im/swift
Vcs-Browser: http://swift.im/git/swift
Homepage: http://swift.im
@@ -14,7 +14,7 @@ Architecture: any
Section: net
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Swiften XMPP Library
+Description: XMPP library
Swiften is a robust, high-quality, standards-compliant, cross-platform,
and performant C++ library for implementing XMPP applications. Swiften
is used as the back-end library for the Swift Instant Messaging client.
@@ -24,7 +24,7 @@ Architecture: any
Section: libdevel
Priority: optional
Depends: libswiften%SWIFTEN_SOVERSION% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: Swiften XMPP Library
+Description: XMPP library (development files)
Swiften is a robust, high-quality, standards-compliant, cross-platform,
and performant C++ library for implementing XMPP applications. Swiften
is used as the back-end library for the Swift Instant Messaging client.
@@ -37,7 +37,7 @@ Architecture: any
Section: net
Priority: optional
Depends: libswiften%SWIFTEN_SOVERSION% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: Easy to use Jabber/XMPP chat client
+Description: easy to use Jabber/XMPP chat client
Swift is a free instant messaging client. It concentrates on making
the most-used features easily accessible, supporting
internationalisation, private and group chats, together with features
@@ -52,6 +52,6 @@ Architecture: any
Section: debug
Priority: extra
Depends: swift-im (= ${binary:Version}), ${misc:Depends}
-Description: Debugging symbols for swift-im
+Description: XMPP client/library (debugging symbols)
This package contains the debugging symbols for debugging Swift
and Swiften applications.