This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit c9e4a8e7f8a27afde97be11c409dff3c774e79b3 Author: Guillem Jover <[email protected]> Date: Sat Feb 18 01:51:11 2017 +0100 wrap-and-sort: Add missing build dependency fields Closes: #855433 Signed-off-by: Mattia Rizzolo <[email protected]> --- debian/changelog | 7 ++++++- scripts/wrap-and-sort | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 19fbf08..9e2bca3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,12 @@ devscripts (2.17.2) UNRELEASED; urgency=medium [ Antonio Terceiro ] * rc-alert: - + add bug URL to the output. + + Add bug URL to the output. + + [ Guillem Jover ] + * wrap-and-sort: + + Deal with Build-Conflicts-{Arch,Indep}, Build-Depends-Arch and + Built-Using fields. (Closes: #855433) -- James McCoy <[email protected]> Thu, 02 Feb 2017 21:42:22 -0500 diff --git a/scripts/wrap-and-sort b/scripts/wrap-and-sort index 666c732..4d1d24d 100755 --- a/scripts/wrap-and-sort +++ b/scripts/wrap-and-sort @@ -27,8 +27,12 @@ from devscripts.control import Control CONTROL_LIST_FIELDS = ( "Breaks", "Build-Conflicts", + "Build-Conflicts-Arch", + "Build-Conflicts-Indep", "Build-Depends", + "Build-Depends-Arch", "Build-Depends-Indep", + "Built-Using", "Conflicts", "Depends", "Enhances", -- 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
