diff options
author | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-26 16:35:09 +0100 |
---|---|---|
committer | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-26 16:35:09 +0100 |
commit | 2291cf138eb72ad38d8c59b8b6f762875c8c4ff2 (patch) | |
tree | c1ca7bb99ee8b9c372b6103e9382c8c556c8fdcd | |
parent | 9058bb819a84f3321eac4ca1d31538b076118936 (diff) |
Build-Depends: Require debhelper 9.20160403 or newerdebian/0.9.3-5.3
-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 05ba5cc4..48328c82 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 35c33869..b2bb5ca6 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/ |