This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 98ac475d2d660cf40509dfab8440a3be482dca8f Author: James McCoy <[email protected]> Date: Wed Nov 23 13:17:20 2016 -0500 Bump dpkg-dev (Build-)Depends to 1.17.6 debuild is using the --check-command and --hook-* options which were introduce in 1.17.6. Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8e833ad..a5654e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ devscripts (2.16.9) UNRELEASED; urgency=medium debuild now just passes it through. (Closes: #826508) + Honor -a option regardless of which debuild mode is being used, since both modes now invoke dpkg-buildpackage. (Closes: #611896) + + Bump dpkg-dev (Build-)Depends to 1.17.6 for dpkg-buildpackage's + --check-command and --hook-* options. * Fix test debuild test failures due to new dpkg-genbuildinfo calls. (Closes: #844910) diff --git a/debian/control b/debian/control index 5d16bdb..9c64a0b 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Standards-Version: 3.9.8 Build-Depends: bash-completion, debhelper (>= 9), docbook-xsl, - dpkg-dev (>= 1.17.0), + dpkg-dev (>= 1.17.6), file, gnupg | gnupg2, libdistro-info-perl, @@ -43,7 +43,7 @@ Vcs-Git: https://anonscm.debian.org/git/collab-maint/devscripts.git Package: devscripts Architecture: any Multi-Arch: foreign -Depends: dpkg-dev (>= 1.17.0), +Depends: dpkg-dev (>= 1.17.6), ${misc:Depends}, ${perl:Depends}, ${python3:Depends}, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
