This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit d6a10c6e674e56d6c4c325ac4fb749f0d35d6aac Author: Mattia Rizzolo <[email protected]> Date: Fri Dec 29 23:26:59 2017 +0100 Bump debhelper compat level to 11. Signed-off-by: Mattia Rizzolo <[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 7e97a5c..e7cbd12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,6 +43,7 @@ devscripts (2.17.12) UNRELEASED; urgency=medium * test/uscan_mangle: + Use a real newline instead of embedding \n in a shell variable, which isn't portable between dash and bash. + * Bump debhelper compat level to 11. -- Mattia Rizzolo <[email protected]> Mon, 30 Oct 2017 07:48:10 +0100 diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 2d36bfe..b5bfdf4 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Mattia Rizzolo <[email protected]>, Standards-Version: 4.1.1 Build-Depends: bash-completion, - debhelper (>= 10), + debhelper (>= 11~), dh-python, docbook-xsl, dpkg-dev (>= 1.18.19), -- 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
