diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-06-02 19:19:53 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-06-02 19:19:53 (GMT) |
commit | e715084693dd74637084b9c9f020c2652c7e9c62 (patch) | |
tree | 86003656b26acfe71a2c449361e6c2d61b67b7ab | |
parent | 97ec7b0861c282c687e9c5bb8aa8bce871b482ba (diff) | |
download | swift-contrib-e715084693dd74637084b9c9f020c2652c7e9c62.zip swift-contrib-e715084693dd74637084b9c9f020c2652c7e9c62.tar.bz2 |
Add LibIDN to Debian package build requirements.
-rw-r--r-- | Swift/Packaging/Debian/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Packaging/Debian/debian/control b/Swift/Packaging/Debian/debian/control index 76e1677..bb63afe 100644 --- a/Swift/Packaging/Debian/debian/control +++ b/Swift/Packaging/Debian/debian/control @@ -2,7 +2,7 @@ Source: swift Section: x11 Priority: optional Maintainer: Remko Tronçon <dev@el-tramo.be> -Build-Depends: debhelper (>= 7), scons (>= 1.2.0), libssl-dev (>= 0.9.8k), libqt4-dev (>= 4.5.3), libexpat1-dev (>= 2.0.1), lintian (>= 2.3.4), libxss-dev (>= 1.2.0), libboost-dev (>= 1.40.0), libboost-filesystem-dev (>= 1.40.0), libboost-program-options-dev (>= 1.40.0), libboost-regex-dev (>= 1.40.0), libboost-signals-dev (>= 1.40.0), libboost-system-dev (>= 1.40.0), libboost-thread-dev (>= 1.40.0) +Build-Depends: debhelper (>= 7), scons (>= 1.2.0), libssl-dev (>= 0.9.8k), libqt4-dev (>= 4.5.3), libexpat1-dev (>= 2.0.1), lintian (>= 2.3.4), libxss-dev (>= 1.2.0), libboost-dev (>= 1.40.0), libboost-filesystem-dev (>= 1.40.0), libboost-program-options-dev (>= 1.40.0), libboost-regex-dev (>= 1.40.0), libboost-signals-dev (>= 1.40.0), libboost-system-dev (>= 1.40.0), libboost-thread-dev (>= 1.40.0), libidn11-dev (>= 1.15) Standards-Version: 3.8.4 Homepage: http://swift.im |