From 7a6decdee6709a76826b1b2009ab3328f534586d Mon Sep 17 00:00:00 2001 From: Scott James Remnant Date: Thu, 6 May 2004 19:56:45 +0000 Subject: [PATCH] Couple of patches from Tollef ... Correct case of Origin and Bugs fields in dpkg-scanpackages output and fix the unknown() function of controllib.pl to output the correct field name. --- ChangeLog | 10 ++++++++++ debian/changelog | 4 ++++ scripts/controllib.pl | 4 +++- scripts/dpkg-scanpackages.pl | 4 +++- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a9703b5..eb222960 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sun May 2 10:22:25 CEST 2004 Tollef Fog Heen + + * scripts/dpkg-scanpackages.pl: Give proper case for Origin and + Bugs. + +Sun May 2 10:04:25 CEST 2004 Tollef Fog Heen + + * scripts/controllib.pl: Fix unknown() so it actually manages to pick + out the correct field name. + Fri Apr 30 11:20:13 CEST 2004 Jordi Mallach