diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-06-14 20:50:35 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-06-14 20:51:04 (GMT) |
commit | 9b0435c6fec4010f4a6241b1296b3e64e34054aa (patch) | |
tree | f2a20656dacaecf289113f990b202e62388fc191 /Swift/Packaging/Debian/debian/control | |
parent | d03352d432dc1bbafe458a747bde0d80c01e9c83 (diff) | |
download | swift-contrib-9b0435c6fec4010f4a6241b1296b3e64e34054aa.zip swift-contrib-9b0435c6fec4010f4a6241b1296b3e64e34054aa.tar.bz2 |
Added debian package for debugging symbols.
Diffstat (limited to 'Swift/Packaging/Debian/debian/control')
-rw-r--r-- | Swift/Packaging/Debian/debian/control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Swift/Packaging/Debian/debian/control b/Swift/Packaging/Debian/debian/control index dcec66b..006b6b4 100644 --- a/Swift/Packaging/Debian/debian/control +++ b/Swift/Packaging/Debian/debian/control @@ -11,3 +11,10 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: XMPP Client. The Swift IM client. + +Package: swift-dbg +Architecture: any +Section: debug +Depends: swift (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: Debugging symbols for swift. + The Swift IM client. |