This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit a6f05a5106320ad96c2a5cc6571d2707101e5ae0 Merge: ff571ff 00ae570 Author: James McCoy <[email protected]> Date: Fri Apr 3 21:59:22 2015 -0400 Merge tag 'v2.15.3' tagging package devscripts version 2.15.3 Signed-off-by: James McCoy <[email protected]> debian/changelog | 9 ++++++++- scripts/debchange.pl | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --cc debian/changelog index c1f6811,c5c9d79..56a2c66 --- a/debian/changelog +++ b/debian/changelog @@@ -1,75 -1,10 +1,82 @@@ - devscripts (2.15.3) UNRELEASED; urgency=medium ++devscripts (2.15.4) UNRELEASED; urgency=medium + + [ Dominique Dumont ] + * licensecheck: + + Handle license like GPL version 2 or 3 (which is not GPL-2+) + + Ignore .pc directories + + print copyrights in a non random-order + + [ Daniel Kahn Gillmor ] + * uscan: explicitly dearmor, rather than --import upstream signing key + (Closes: #768345) + + [ James McCoy ] + * debsnap: When specified version or architectures aren't available, warn + and exit with error code 2. (Closes: #774276) + * rmadison: + + Display the usage to the specified fd instead of ignoring it. + + Display the known URL aliases in the usage. + + Display all the URLs in --help when $default_url is a comma-separated + list. + + Remove 404ing myon and debug URLs + + Use https://api.ftp-master.debian.org/madison for debian and new URLs. + This also fixes support for the -b option. (Closes: #775084) + + Strip arch-qualifiers from package names. (Closes: #780167) + * mk-origtargz: Avoid adding the same file to the "to be deleted" list + multiple times. This may also cause patterns to be declared as unused if + a file is matched by multiple patterns. (Closes: #776318) + * who-uploads: + + Fix extraction of uploader's key id. + * Create a temporary GNUPGHOME to avoid “gpg --list-key” erroring when no + ~/.gnupg exists. (Closes: #776209) + * bts: Cancel the mail if the spawned editor exits with a non-zero exit + code. This is an alternative way to cancel a command, rather than saving + an empty message. (Closes: #778648) + * who-permits-upload: Update URL to use https. + * Replace use of Parse::DebControl with Dpkg::Control to work around + #780138 and remove a dependency. + * uscan: + + Always remove the Referer header for Sourceforge, not just when going + via the redirector. (Closes: #778860) + + Let the OS assign a port to the test's HTTP server so tests don't fail + when something is already using port 8000. + + [ Johannes Schauer ] + * chdist: Also set Apt::Architectures to prevent foreign architectures from + the host leaking into the apt tree (Closes: #774685) + + [ Iain Lane ] + * rmadison: The short option for --regex is -r, not -s. + + [ Fabian Greffrath ] + * wrap-and-sort: Add dirs, docs, examples, info, links, maintscript and + manpages (all can also be prefixed by the binary package name) to the + files in the debian/ directory that get sorted alphabetically. + (Closes: #765338) + + [ Ian Jackson ] + * grep-excuses: + + Minor manpage corrections. (Closes: #777344) + + Add --debug option. (Closes: #777345) + + Search for autoremovals too, by default. (Closes: #777346) + + [ Hideki Yamane ] + * Add bash completion for dch, debsign, and uupdate. (Closes: #774544, + #778963, #779279) + + [ Peter Eisenstraut ] + * Consistently use Makefile variables to control the installation layout. + (Closes: #728607) + + -- James McCoy <[email protected]> Thu, 02 Apr 2015 21:45:22 -0400 + + devscripts (2.15.3) unstable; urgency=medium + + * debchange: Use bpo8 instead of bpo80 for jessie-backports, per + https://lists.debian.org/debian-backports/2014/11/msg00031.html. + + -- James McCoy <[email protected]> Fri, 03 Apr 2015 21:47:54 -0400 + devscripts (2.15.2) unstable; urgency=medium * debchange: Make jessie default backports release. -- 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
