This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit cc24c1e7185149237cdea38ada040557076d9bcd Author: James McCoy <[email protected]> Date: Sun Jan 8 23:02:13 2017 -0500 wrap-and-sort: Support debian/clean files Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 2 ++ scripts/wrap-and-sort | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index f8762d2..02bb930 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ devscripts (2.16.14) UNRELEASED; urgency=medium [ James McCoy ] * Check for existence of gpg/gpg2 in $PATH rather than absolute paths. (Closes: #850655) + * wrap-and-sort: + + Support debian/clean files. (Closes: #850662) -- Sean Whitton <[email protected]> Mon, 19 Dec 2016 09:51:35 +0000 diff --git a/scripts/wrap-and-sort b/scripts/wrap-and-sort index 0c0fb25..666c732 100755 --- a/scripts/wrap-and-sort +++ b/scripts/wrap-and-sort @@ -41,6 +41,7 @@ CONTROL_LIST_FIELDS = ( ) SUPPORTED_FILES = ( + "clean", "control", "control*.in", "copyright", -- 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
