tag 844910 pending thanks Hello,
Bug #844910 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=collab-maint/devscripts.git;a=commitdiff;h=607c591 --- commit 607c5911b44ca61cf352e80397b5707ee23d9eec Merge: 1f82d5b 064dc31 Author: James McCoy <james...@debian.org> 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. 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: