diff options
author | Roger Leigh <rleigh@debian.org> | 2011-02-28 23:44:19 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2011-02-28 23:44:19 +0000 |
commit | 3112a106b5c4c3488eb8935bf28a5805fcef9ed2 (patch) | |
tree | b031220e67586b6d376db63f037a618e77a53d1d | |
parent | c2e6e3e3556e91bf8dcf6b803ebe2788d1b161f2 (diff) | |
download | schroot-release/schroot-1.4.20.tar.gz |
debian: Depend on Boost 1.46 packagesrelease/schroot-1.4.20debian/schroot-1.4.20-1
Until boost-defaults is at version 1.46, use specific packages.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2b9ead7e..1555eef7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: Debian buildd-tools Developers <buildd-tools-devel@lists.alioth.debian.org> Uploaders: Roger Leigh <rleigh@debian.org> -Build-Depends: debhelper (>= 7.0.0), autotools-dev, pkg-config, libpam0g-dev, uuid-dev [!kfreebsd-any], liblockdev1-dev, libboost-dev (>= 1.46.0), libboost-program-options-dev (>= 1.46.0), libboost-regex-dev (>= 1.46.0), libboost-filesystem-dev (>= 1.46.0), gettext, libcppunit-dev +Build-Depends: debhelper (>= 7.0.0), autotools-dev, pkg-config, libpam0g-dev, uuid-dev [!kfreebsd-any], liblockdev1-dev, libboost1.46-dev, libboost-program-options1.46-dev, libboost-regex1.46-dev, libboost-filesystem1.46-dev, gettext, libcppunit-dev Build-Depends-Indep: doxygen, graphviz Standards-Version: 3.9.1 Vcs-Browser: http://git.debian.org/?p=buildd-tools/schroot.git |