+Sat Oct 28 15:41:04 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * scripts/dpkg-genchanges.pl: make a missing package a warning instead
+ of an error
+
Wed Oct 25 00:14:06 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
* po/nl.po: new Dutch translation from Ivo Timmermans
* Don't abort if start-stop-daemon tries to read a non-existing pidfile.
Closes: Bug#75105
* Update formating of start-stop-daemon manpage. Closes: Bug#75110
+ * Make a missing package a warning instead of an error in dpkg-genchanges
-- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
if (!defined($p2f{$p})) {
if ($a eq 'any' || ($a eq 'all' && !$archspecific) ||
grep($_ eq $substvar{'Arch'}, split(/\s+/, $a))) {
- &error("package $p in control file but not in files list");
+ &warn("package $p in control file but not in files list");
+ next;
}
} else {
$p2arch{$p}=$a;