This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit bedc5cb0b9cfb0106bd7006b860d0664ba226e4d Author: James McCoy <[email protected]> Date: Sat Jul 8 15:21:03 2017 -0400 Bump debhelper compat to 10 Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d3e9317..a8fe5f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -56,6 +56,7 @@ devscripts (2.17.7) UNRELEASED; urgency=medium + Preserve the remote mtime of the downloaded file. Thanks to Guillem Jover for the patch. (Closes: #860863) * Declare compliance with Policy 4.0.0, no changes needed. + * Bump debhelper compat to 10. [ Ben Finney ] * debdiff: diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 5e48278..b5bdf3c 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: James McCoy <[email protected]>, Benjamin Drung <[email protected]> Standards-Version: 4.0.0 Build-Depends: bash-completion, - debhelper (>= 9), + debhelper (>= 10), docbook-xsl, dpkg-dev (>= 1.17.6), file, -- 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
