This is an automated email from the git hooks/post-receive script. dod pushed a commit to branch master in repository devscripts.
commit fa03c93a66479c7ce66f1704ef146960a714a827 Merge: dbbfce7 4f962de Author: Dominique Dumont <[email protected]> Date: Thu May 14 18:32:51 2015 +0200 Merge branch 'master' of git+ssh://git.debian.org/git/collab-maint/devscripts Makefile.common | 1 - debian/changelog | 9 ++++++ debian/control | 4 ++- debian/postinst | 4 +++ debian/postrm | 6 +++- debian/preinst | 8 ++++++ scripts/Makefile | 16 ++++------- scripts/debuild.pl | 4 +-- scripts/dpkg-depcheck.pl | 12 +------- scripts/libvfork.c | 8 ------ scripts/mk-origtargz.bash_completion | 45 +++++++++++++++++++++++++++++ scripts/rmadison.pl | 36 +++++++++++++++++++---- scripts/uscan.bash_completion | 55 ++++++++++++++++++++++++++++++++++++ 13 files changed, 168 insertions(+), 40 deletions(-) diff --cc debian/changelog index dbac67e,dfeb2e2..11a1e73 --- a/debian/changelog +++ b/debian/changelog @@@ -12,17 -15,13 +15,23 @@@ devscripts (2.15.5) UNRELEASED; urgency + Remove empty lines in debhelper-related files. (Closes: #780667) * Install Perl modules into $Config{vendorlib} and remove the hacks in various scripts to make them see devscript's modules. + * Add bash completion scripts for uscan (thanks to Ben Finney) and + mk-origtargz. (Closes: #784394) + * Stop building and shipping libvfork.so since strace has handled vforks for + at least a decade. + * Move bash-completion scripts from /etc/bash_completion.d (compat + directory) to /usr/share/bash-completion/completions. + [ Dominique Dumont ] + * licensecheck: + * check file encoding and decode properly when reading file + (Closes: #784821) + * improve GPL LGPL extraction + * optimize regex used to extract © info + * check Groovy, Scala and Clojure files (Closes: #771119) + * fixed regexp used to detect discussion about © (Closes: #723723) + * fix BSL parser (Closes: #690375) + -- Cyril Brulebois <[email protected]> Tue, 28 Apr 2015 16:58:36 +0200 devscripts (2.15.4) unstable; urgency=medium -- 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
