Kaynağa Gözat

Give proper case for Source and Installed-Size.

Adam Heath 24 yıl önce
ebeveyn
işleme
8871e39ed4
3 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  1. 5 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 2 0
      scripts/dpkg-scanpackages.pl

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+Fri May 24 21:03:43 CDT 2002 Adam Heath <doogie@debian.org>
+
+  * scripts/dpkg-scanpackages.pl: Give proper case for Source and
+    Installed-Size.
+
 Fri May 24 01:10:45 CDT 2002 Adam Heath <doogie@debian.org>
 
   * scripts/dpkg-source.pl, debian/changelog: Match fields case

+ 2 - 0
debian/changelog

@@ -97,6 +97,8 @@ dpkg (1.10) unstable; urgency=low
     Bug#58653.
   * dpkg-source no longer requires exact case matches for fields in
     debian/control.  Closes: Bug#139159.
+  * dpkg-scanpackages now gives proper case for Source and Installed-Size.
+    Closes: Bug#119532.
 
  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 20 Aug 2001 14:54:38 +0200
 

+ 2 - 0
scripts/dpkg-scanpackages.pl

@@ -8,6 +8,7 @@ $version= '1.2.6'; # This line modified by Makefile
         'package_revision','revision');
 
 @fieldpri= ('Package',
+	    'Source',
             'Version',
             'Priority',
             'Section',
@@ -23,6 +24,7 @@ $version= '1.2.6'; # This line modified by Makefile
             'Architecture',
             'Filename',
             'Size',
+	    'Installed-Size',
             'MD5sum',
             'Description');