+Fri Nov 12 01:47:24 CET 1999 Wichert Akkerman <wakkerma@debian.org>
+
+ * Correct names for build-depency names according to Bug# 49792
+
Mon Nov 8 17:45:50 CET 1999 Wichert Akkerman <wakkerma@debian.org>
* Add support for enhances to dpkg and dselect. dselect doesn't
+dpkg (1.4.1.20) unstable; urgency=low
+
+ * Fix mixup with Czech and Polish translations, Closes: Bug# 48986
+
+ -- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
+
dpkg (1.4.1.19) unstable; urgency=low
* Fix replaces for dpkg-dev
qw(Package Version Section Priority Architecture Essential
Pre-Depends Depends Recommends Suggests Enhances Optional
Conflicts Replaces Provides Installed-Size Maintainer Source
- Description Build-Depends Build-DependsIndep Build-Conflicts
+ Description Build-Depends Build-Depends-Indep Build-Conflicts
Build-Conflicts-Indep Source));
while (@ARGV) {
if (m/^Maintainer$/) { $f{$_}=$v; }
elsif (m/^Source$/) { &setsourcepackage; }
elsif (s/^X[CS]*B[CS]*-//i) { $f{$_}= $v; }
- elsif (m/^X[CS]+-|^Standards-Version$|^Build-(Indep-)?(Depends|Conflicts)$/i) { }
+ elsif (m/^X[CS]+-|^Standards-Version$|^Build-(Depends|Conflicts)(-Indep)?$/i) { }
elsif (m/^Section$|^Priority$/) { $spdefault{$_}= $v; }
else { &unknown('general section of control info file'); }
} elsif (s/^C$myindex //) {