This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 607c5911b44ca61cf352e80397b5707ee23d9eec Merge: 1f82d5b 064dc31 Author: James McCoy <[email protected]> Date: Wed Nov 23 12:53:49 2016 -0500 Merge branch 'debuild-slimming' Refactor debuild to be a much thinner wrapper around dpkg-buildpackage. There is no longer any emulation of dpkg-buildpackage, and unknown options will be passed through to dpkg-buildpackage. debian/changelog | 12 + scripts/debuild.1 | 47 +- scripts/debuild.pl | 1015 +++++++++++++------------------------------ test/test_package_lifecycle | 5 +- 4 files changed, 357 insertions(+), 722 deletions(-) diff --cc debian/changelog index cc4327e,cc4327e..8e833ad --- a/debian/changelog +++ b/debian/changelog @@@ -9,6 -9,6 +9,18 @@@ devscripts (2.16.9) UNRELEASED; urgency * bts: + Switch to Net::SMTPS to support STARTTLS. Based on a patch by Andrew Shadura. (Closes: #518622) ++ * Refactor debuild to remove dpkg-buildpackage emulation and generally be a ++ much thinner wrapper around dpkg-buildpackage. (Closes: #789581) ++ + Remove claim from man page that dpkg-buildpackage doesn't support hooks. ++ (Closes: #765495) ++ + Remove handling of all dpkg-buildpackage options that aren't directly ++ used by debuild. ++ - This fixes the issue where debuild didn't understand "-Jauto", as ++ debuild now just passes it through. (Closes: #826508) ++ + Honor -a option regardless of which debuild mode is being used, since ++ both modes now invoke dpkg-buildpackage. (Closes: #611896) ++ * Fix test debuild test failures due to new dpkg-genbuildinfo calls. ++ (Closes: #844910) [ Antonio Terceiro ] * debrepro: -- 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
