This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit b33bdebb18a7a446aa5971af9da3b955f125b78e Author: James McCoy <[email protected]> Date: Thu Nov 24 13:32:54 2016 -0500 debuild: Fix mapping of final-clean ←→ postclean hook names Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 5 +++++ scripts/debuild.pl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d38c018..2ce4d32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,11 @@ devscripts (2.16.10) UNRELEASED; urgency=medium * debrepro: + document exit status in manpage + [ James McCoy ] + * debuild: + + Fix mapping of debuild final-clean hook to dpkg-buildpackage's + postclean. + -- Afif Elghraoui <[email protected]> Wed, 23 Nov 2016 23:50:46 -0800 devscripts (2.16.9) unstable; urgency=medium diff --git a/scripts/debuild.pl b/scripts/debuild.pl index 9504f55..94987da 100755 --- a/scripts/debuild.pl +++ b/scripts/debuild.pl @@ -727,7 +727,7 @@ my %debuild2dpkg = ( 'build' => 'build', 'binary' => 'binary', 'dpkg-genchanges' => 'changes', - 'postclean' => 'final-clean', + 'final-clean' => 'postclean', 'lintian' => 'check', ); -- 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
