diff options
author | Roger Leigh <rleigh@debian.org> | 2012-01-17 20:18:28 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2012-01-17 20:18:28 +0000 |
commit | b64e06710a784e2778f73c4cf839aa5f0378fcb6 (patch) | |
tree | 22c96be6dbee296763c7eead6e14e59b54b71ba9 | |
parent | 87ee111e3d2f7bff86bad82f3d00f3d4970fbf67 (diff) | |
download | schroot-b64e06710a784e2778f73c4cf839aa5f0378fcb6.tar.gz |
debian: Require debhelper v9
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 17071a81..5ed8b695 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ schroot (1.4.24-1) unstable; urgency=low * New upstream stable release. * Add multiarch support. - * Use debhelper 8.1 and dh using compat level 9. + * Use debhelper 9 and dh using compat level 9. * Support for zip file archives has been removed. zip was not able to archive named pipes and device nodes, and so was not usable for chroot archival. @@ -13,7 +13,7 @@ schroot (1.4.24-1) unstable; urgency=low * Fix name lookup issue causing FTBFS with GCC 4.7 (Closes: #656239). Thanks to Ralf Corsépius for this patch. - -- Roger Leigh <rleigh@debian.org> Tue, 17 Jan 2012 20:15:04 +0000 + -- Roger Leigh <rleigh@debian.org> Tue, 17 Jan 2012 20:18:02 +0000 schroot (1.4.23-1) unstable; urgency=low diff --git a/debian/control b/debian/control index aaa8413c..e1d6122b 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 (>= 8.1.0), autotools-dev, pkg-config, 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, gettext, libcppunit-dev +Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, 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, gettext, libcppunit-dev Build-Depends-Indep: doxygen, graphviz Standards-Version: 3.9.1 Vcs-Browser: http://git.debian.org/?p=buildd-tools/schroot.git |