[SCM] Git repository for devscripts branch, master, updated. v2.12.4-20-gaa1d899

Benjamin Drung bdrung at debian.org
Tue Oct 23 23:46:45 UTC 2012


The following commit has been merged in the master branch:
commit aa1d899c762e127f71a99ee954ded8d9d5aa95de
Author: Benjamin Drung <bdrung at debian.org>
Date:   Wed Oct 24 01:46:40 2012 +0200

    wrap-and-sort: Sort Pre-Depends list
    
    LP: #1070599

diff --git a/debian/changelog b/debian/changelog
index f445549..18bd2f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ devscripts (2.12.5) UNRELEASED; urgency=low
       Thanks to Aaron Culich for the patch.  (Closes: #501056, LP: #581319)
     - Add missing bits to support dpkg-genchanges hook.
       Thanks to Maciej Malycha for the patch. (LP: #1065201)
+  * wrap-and-sort: Sort Pre-Depends list (LP: #1070599)
 
   [ David Prévot ]
   * French translation update.
diff --git a/scripts/wrap-and-sort b/scripts/wrap-and-sort
index 3f7ce1f..82c5dda 100755
--- a/scripts/wrap-and-sort
+++ b/scripts/wrap-and-sort
@@ -31,6 +31,7 @@ CONTROL_LIST_FIELDS = (
     "Conflicts",
     "Depends",
     "Enhances",
+    "Pre-Depends",
     "Provides",
     "Recommends",
     "Replaces",

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list