From 8871e39ed4d6c08069e2008e7ef15bb252e7ace9 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Sat, 25 May 2002 02:05:06 +0000 Subject: [PATCH] Give proper case for Source and Installed-Size. --- ChangeLog | 5 +++++ debian/changelog | 2 ++ scripts/dpkg-scanpackages.pl | 2 ++ 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 350fa42a..919375bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri May 24 21:03:43 CDT 2002 Adam Heath + + * scripts/dpkg-scanpackages.pl: Give proper case for Source and + Installed-Size. + Fri May 24 01:10:45 CDT 2002 Adam Heath * scripts/dpkg-source.pl, debian/changelog: Match fields case diff --git a/debian/changelog b/debian/changelog index e9c75441..2f4eff10 100644 --- a/debian/changelog +++ b/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 Mon, 20 Aug 2001 14:54:38 +0200 diff --git a/scripts/dpkg-scanpackages.pl b/scripts/dpkg-scanpackages.pl index ddb52520..bc403ceb 100755 --- a/scripts/dpkg-scanpackages.pl +++ b/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'); -- 2.39.5