diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-09-26 11:11:51 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-09-26 15:55:42 (GMT) |
commit | bbe1d048955fb9e03769a92387b83389ac3fd781 (patch) | |
tree | 34ba7f4c6a1e2c05283970affa2dc939726f24da /Swift/Packaging/Debian/control | |
parent | 60e4ab9985c04acd399265d793d250a1b24e3412 (diff) | |
download | swift-contrib-bbe1d048955fb9e03769a92387b83389ac3fd781.zip swift-contrib-bbe1d048955fb9e03769a92387b83389ac3fd781.tar.bz2 |
Added debian packaging script.
Diffstat (limited to 'Swift/Packaging/Debian/control')
-rw-r--r-- | Swift/Packaging/Debian/control | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/Swift/Packaging/Debian/control b/Swift/Packaging/Debian/control index b30ae9e..aaabfe7 100644 --- a/Swift/Packaging/Debian/control +++ b/Swift/Packaging/Debian/control @@ -1,10 +1,13 @@ -Package: swift -Version: %VERSION% -Section: network +Source: swift +Section: x11 Priority: optional -Architecture: %ARCH% -Depends: libqt4-webkit, libqt4-core, libqt4-gui -Installed-Size: %SIZE% -Maintainer: Swift [http://swift.im] -Provides: swift -Description: XMPP Client +Maintainer: Remko Tronçon <dev@el-tramo.be> +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.0 +Homepage: http://swift.im + +Package: swift +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: XMPP Client. + The Swift IM client. |