Преглед изворни кода

Properly sort Uploaders field in generated .dsc files.

Guillem Jover пре 19 година
родитељ
комит
826b1c6bd1
3 измењених фајлова са 6 додато и 1 уклоњено
  1. 4 0
      ChangeLog
  2. 1 0
      debian/changelog
  3. 1 1
      scripts/dpkg-source.pl

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2007-04-03  Guillem Jover  <guillem@debian.org>
+
+	* scripts/dpkg-source.pl (fieldimps): Add 'Uploaders'.
+
 2007-03-25  Nicolas François  <nicolas.francois@centraliens.net>
 
 	* m4/libs.m4: Fix typo (supoprt->support).

+ 1 - 0
debian/changelog

@@ -60,6 +60,7 @@ dpkg (1.14.0) UNRELEASED; urgency=low
   * Switch from pseudo-tags to usertags, and update the documentation.
   * Fix typo in German dpkg man page. Closes: #416167
     Thanks to Martin Weis.
+  * Properly sort Uploaders field in generated .dsc files.
 
   [ Updated dpkg translations ]
   * Romanian (Eddy Petrișor).

+ 1 - 1
scripts/dpkg-source.pl

@@ -122,7 +122,7 @@ sub handleformat {
 
 $i = 100;
 grep ($fieldimps {$_} = $i--,
-      qw (Format Source Version Binary Origin Maintainer Architecture
+      qw(Format Source Version Binary Origin Maintainer Uploaders Architecture
       Standards-Version Build-Depends Build-Depends-Indep Build-Conflicts
       Build-Conflicts-Indep));