diff options
author | Roger Leigh <rleigh@debian.org> | 2011-12-30 15:57:21 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2011-12-30 15:57:21 +0000 |
commit | d7a797247eaba4738f8f7cc4cfe1db4998f26673 (patch) | |
tree | c32b2c1f1d85dd422315d627c318671d019fac7e /debian/control | |
parent | 0bd7edbcb1cfffcda152c835f9d932915e6661f7 (diff) | |
download | schroot-d7a797247eaba4738f8f7cc4cfe1db4998f26673.tar.gz |
debian: Bump version to 1.5.2-1 and use current Boost libraries
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 233720d5..060c9899 100644 --- a/debian/control +++ b/debian/control @@ -10,11 +10,11 @@ Build-Depends: libpam0g-dev, uuid-dev [!kfreebsd-any], liblockdev1-dev, - libboost1.46-dev, - libboost-iostreams1.46-dev, - libboost-program-options1.46-dev, - libboost-regex1.46-dev, - libboost-filesystem1.46-dev, + libboost-dev, + libboost-iostreams-dev, + libboost-program-options-dev, + libboost-regex-dev, + libboost-filesystem-dev, gettext, libcppunit-dev, groff-base |