summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-06-20 18:32:23 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-06-20 18:32:23 (GMT)
commit4e72d079d8aa012185e445f334146f1e91db6a2d (patch)
tree40a1595bd30f93bbd628fbf52d92a523163b8206 /Swift/Packaging/Debian/debian/control.in
parentd0f5efabfe61347df011c3dab5e47a45b53e8b22 (diff)
parentd35f132d31241e7c2f09b4b2588a02c8a6ae249c (diff)
downloadswift-contrib-4e72d079d8aa012185e445f334146f1e91db6a2d.zip
swift-contrib-4e72d079d8aa012185e445f334146f1e91db6a2d.tar.bz2
Merge branch 'swift-1.x'
* swift-1.x: Prioritize version files over git version. Improve the description in the Debian control file. Use a custom debian changelog.
Diffstat (limited to 'Swift/Packaging/Debian/debian/control.in')
-rw-r--r--Swift/Packaging/Debian/debian/control.in29
1 files changed, 22 insertions, 7 deletions
diff --git a/Swift/Packaging/Debian/debian/control.in b/Swift/Packaging/Debian/debian/control.in
index 6373a00..2ae7281 100644
--- a/Swift/Packaging/Debian/debian/control.in
+++ b/Swift/Packaging/Debian/debian/control.in
@@ -13,24 +13,38 @@ Architecture: any
Section: net
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: XMPP Library.
- The Swiften XMPP library.
+Description: The Swiften 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.
Package: libswiften%SWIFTEN_SOVERSION%-dev
Architecture: any
Section: libdevel
Priority: optional
Depends: libswiften%SWIFTEN_SOVERSION% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: XMPP Library.
- The Swiften XMPP library.
+Description: The Swiften 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.
+ .
+ This package contains the header development files and programs for
+ developing with Swiften.
Package: swift-im
Architecture: any
Section: net
Priority: optional
Depends: libswiften%SWIFTEN_SOVERSION% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: XMPP Client.
- The Swift IM client.
+Description: The Swift Instant Messaging 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
+ for security-conscious organisations including Security Labelling.
+ .
+ Swift uses the XMPP protocol and so supports both the public Jabber
+ network and closed XMPP services, such as those found in many
+ organisations.
Package: swift-im-dbg
Architecture: any
@@ -38,4 +52,5 @@ Section: debug
Priority: extra
Depends: swift-im (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for swift-im.
- The Swift IM client.
+ This package contains the debugging symbols for debugging Swift
+ and Swiften applications.