diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-06-04 20:27:28 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-06-04 20:28:50 (GMT) |
commit | a9f7ecee77546875c85381af1dad8a723eb41546 (patch) | |
tree | 4c8da900dd4b30395f324113c0554d31f749767c /Swift | |
parent | 93c3c8554734c0665555d64bbca8ee0898f17e6c (diff) | |
download | swift-a9f7ecee77546875c85381af1dad8a723eb41546.zip swift-a9f7ecee77546875c85381af1dad8a723eb41546.tar.bz2 |
Lower build dependencies to Ubuntu 9.04
Diffstat (limited to 'Swift')
-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 43cb655..217c4e7 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), libboost-date-time-dev (>= 1.40.0), libidn11-dev (>= 1.15) +Build-Depends: debhelper (>= 7), scons (>= 1.2.0), libssl-dev (>= 0.9.8g), libqt4-dev (>= 4.5.0), libexpat1-dev (>= 2.0.1), lintian (>= 2.2.5), libxss-dev (>= 1.2.0), libboost-dev (>= 1.34.1), libboost-filesystem-dev (>= 1.34.1), libboost-program-options-dev (>= 1.34.1), libboost-regex-dev (>= 1.34.1), libboost-signals-dev (>= 1.34.1), libboost-system-dev (>= 1.34.1), libboost-thread-dev (>= 1.34.1), libboost-date-time-dev (>= 1.34.1), libidn11-dev (>= 1.10) Standards-Version: 3.8.4 Homepage: http://swift.im |