diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-06-02 19:17:35 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-06-02 19:17:35 (GMT) |
commit | 97ec7b0861c282c687e9c5bb8aa8bce871b482ba (patch) | |
tree | 00ddc8605579043ff6dfe0a859753757da1d2962 /Swift/Packaging/Debian/debian/control | |
parent | 3362805ffb92452a82b6ca5866377cd85fae764f (diff) | |
download | swift-contrib-97ec7b0861c282c687e9c5bb8aa8bce871b482ba.zip swift-contrib-97ec7b0861c282c687e9c5bb8aa8bce871b482ba.tar.bz2 |
Rename boost_signalslib.h to boost_bsignals.
Diffstat (limited to 'Swift/Packaging/Debian/debian/control')
-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 1291c73..76e1677 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) +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) Standards-Version: 3.8.4 Homepage: http://swift.im |