diff options
author | Kevin Smith <git@kismith.co.uk> | 2009-06-25 19:21:40 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2009-06-25 19:21:40 (GMT) |
commit | 87611d97377d907d115afd3721dabd5abbbf0e26 (patch) | |
tree | 193a0a933102f23c179553132ccc925941a65721 /Swift/Packaging/Debian/control | |
parent | b81be3bdd0fabeb448da988c92743b8cb8b9073b (diff) | |
download | swift-87611d97377d907d115afd3721dabd5abbbf0e26.zip swift-87611d97377d907d115afd3721dabd5abbbf0e26.tar.bz2 |
Adding support for deb packaging.
Diffstat (limited to 'Swift/Packaging/Debian/control')
-rw-r--r-- | Swift/Packaging/Debian/control | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Swift/Packaging/Debian/control b/Swift/Packaging/Debian/control new file mode 100644 index 0000000..b30ae9e --- /dev/null +++ b/Swift/Packaging/Debian/control @@ -0,0 +1,10 @@ +Package: swift +Version: %VERSION% +Section: network +Priority: optional +Architecture: %ARCH% +Depends: libqt4-webkit, libqt4-core, libqt4-gui +Installed-Size: %SIZE% +Maintainer: Swift [http://swift.im] +Provides: swift +Description: XMPP Client |