This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 1e785df0df5b619255c01b0977badafa56bb9a18 Author: James McCoy <[email protected]> Date: Fri Jun 3 21:14:11 2016 -0400 Declare compliance with policy 3.9.8, no changes needed. Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 48a9301..d3ba699 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ devscripts (2.16.5) UNRELEASED; urgency=medium + Use builtin die function when telling the user they don't have LWP::UserAgent installed, instead of calling an undefined function. (Closes: #826146) + * Declare compliance with policy 3.9.8, no changes needed. [ Osamu Aoki ] * uscan: diff --git a/debian/control b/debian/control index 79fe355..2b47f1f 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: James McCoy <[email protected]>, Patrick Schoenfeld <[email protected]>, Ryan Niebur <[email protected]>, Benjamin Drung <[email protected]> -Standards-Version: 3.9.7 +Standards-Version: 3.9.8 Build-Depends: bash-completion, debhelper (>= 9), docbook-xsl, -- 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
