This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit aff13e6a75cb3dc5e04592f0474c170e80d52fcb Author: Mattia Rizzolo <[email protected]> Date: Sat Oct 7 18:06:53 2017 +0200 d/control: annotate the build-deps perl and python3-all with :any Signed-off-by: Mattia Rizzolo <[email protected]> --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 582463b..beccaec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,8 @@ devscripts (2.17.11) UNRELEASED; urgency=medium * debchange: + Update the manpage to mention that --bpo now targets stretch-backports, not jessie-backports. Closes: #877877 + * debian/control: + + Annotate the build-dependencies on perl and python3-all with :any. -- Chris Lamb <[email protected]> Wed, 27 Sep 2017 13:24:39 +0100 diff --git a/debian/control b/debian/control index aa53863..e638d21 100644 --- a/debian/control +++ b/debian/control @@ -22,11 +22,11 @@ Build-Depends: bash-completion, libwww-perl <!nocheck>, lsb-release <!nocheck>, mozilla-devscripts <!nocheck>, - perl, + perl:any, pkg-config, po4a, pylint <!nocheck>, - python3-all, + python3-all:any, python3-apt <!nocheck>, python3-debian <!nocheck>, python3-flake8 <!nocheck>, -- 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
