]> err.no Git - dpkg/commitdiff
Give proper case for Source and Installed-Size.
authorAdam Heath <doogie@debian.org>
Sat, 25 May 2002 02:05:06 +0000 (02:05 +0000)
committerAdam Heath <doogie@debian.org>
Sat, 25 May 2002 02:05:06 +0000 (02:05 +0000)
ChangeLog
debian/changelog
scripts/dpkg-scanpackages.pl

index 350fa42a2c481a833ad6bdd0e43a36d9a33d5e2e..919375bcc0479247c8de4e88cdc6bef0da2d92f3 100644 (file)
--- a/ChangeLog
+++ b/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
index e9c75441cfe042451dab532abe13c7bc352f5aad..2f4eff10d135adf8f5bb6b32d97bf3bc0aa2cfc0 100644 (file)
@@ -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
 
index ddb525201819da21cb08a76a3bce70b2681149eb..bc403ceb48249226b231cdcd7c4509e0ad46601b 100755 (executable)
@@ -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');