[devscripts] 02/02: wrap-and-sort: Support debian/clean files

James McCoy jamessan at debian.org
Mon Jan 9 04:02:53 UTC 2017


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 <jamessan at debian.org>
Date:   Sun Jan 8 23:02:13 2017 -0500

    wrap-and-sort: Support debian/clean files
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 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 <spwhitton at spwhitton.name>  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



More information about the devscripts-devel mailing list