diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 05ba5cc..48328c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libunistring (0.9.3-5.3) unstable; urgency=medium * debian/compat: set level 9 * Update Vcs-* URLs * debian/watch: Improve to match versions numbers and not "latest" + * Build-Depends: Require debhelper 9.20160403 or newer -- Manuel A. Fernandez Montecelo <mafm@debian.org> Thu, 26 May 2016 16:31:27 +0100 diff --git a/debian/control b/debian/control index 35c3386..b2bb5ca 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libunistring Priority: optional Maintainer: Andreas Rottmann <rotty@debian.org> -Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 8.1.3~), autotools-dev, dh-autoreconf +Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9.20160403~), autotools-dev, dh-autoreconf Standards-Version: 3.9.8 Section: libs Homepage: http://www.gnu.org/software/libunistring/ |