This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit d21b26d77da5614e347a981bcce4b18437bfe431 Author: Mattia Rizzolo <[email protected]> Date: Fri Oct 27 15:02:49 2017 +0200 d/control: Promote sensible-utils from Recommends to Depends Main reason is to shut up lintian's script-needs-depends-on-sensible-utils, but it makes sense anyway as it's a fairly important/used package that everybody should use u.U. Previously, it was always installed as it was a dependency of an Essential:yes package. In particular, it's needed by nmudiff, also very important to everybody! Signed-off-by: Mattia Rizzolo <[email protected]> --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 16312c0..837e2af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -52,6 +52,7 @@ devscripts (2.17.11) UNRELEASED; urgency=medium + Add myself to uploaders. + Bump Standards-Version to 4.1.1, no changes needed. + Drop Testsuite:autopkgtest field, it's automatically added by dpkg-source. + + Promote sensible-utils from Recommends to Depends. * debrsign: + Apply patch from Gilles Filippini <[email protected]> to add support for .buildinfo files. Closes: #862324 diff --git a/debian/control b/debian/control index 6035790..50d6ad9 100644 --- a/debian/control +++ b/debian/control @@ -51,6 +51,7 @@ Architecture: any Multi-Arch: foreign Depends: dpkg-dev (>= 1.18.19), libfile-homedir-perl, + sensible-utils, ${misc:Depends}, ${perl:Depends}, ${python3:Depends}, @@ -80,7 +81,6 @@ Recommends: apt, python3-requests, python3-unidiff, python3-xdg, - sensible-utils, strace, unzip, wdiff, -- 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
