This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit 921696fd6c92c4299accb1e2ef1ae48d13a47b0d Author: Mattia Rizzolo <[email protected]> Date: Wed Oct 25 02:06:43 2017 +0200 d/control: also bump dpkg-dev dependency after the debuild changes Signed-off-by: Mattia Rizzolo <[email protected]> --- debian/changelog | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 28e4375..758670a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,7 @@ devscripts (2.17.11) UNRELEASED; urgency=medium * debuild: + Support newer and long dpkg-buildpackage options --no-sign, --unsigned-source, --unsigned-changes, -ui and --unsigned-buildinfo, - therefore bumping the dpkg-bev build-dependency to version to 1.18.19. + therefore bumping the dpkg-bev dependency to version to 1.18.19. Closes: #876024 * debian/control: + Remov Martin Zobel-Helas, Patrick Schoenfeld and Benjamin Drung diff --git a/debian/control b/debian/control index e638d21..1799bad 100644 --- a/debian/control +++ b/debian/control @@ -48,7 +48,7 @@ Vcs-Git: https://anonscm.debian.org/git/collab-maint/devscripts.git Package: devscripts Architecture: any Multi-Arch: foreign -Depends: dpkg-dev (>= 1.17.6), +Depends: dpkg-dev (>= 1.18.19), libfile-homedir-perl, ${misc:Depends}, ${perl: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
