+Tue Dec 12 16:27:59 CET 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * scripts/dpkg-statoverride.pl: fix warning when trying to remove a
+ non-existing override.
+
Mon Dec 11 01:10:19 CET 2000 Wichert Akkerman <wakkerma@debian.org>
* debian/control: add gettext to the build-depends
* Add Linux S/390 support. Closes: Bug#79063
* Using libz to decompress data instead of calling gzip
* Add gettext to build-depends
+ * Fix warning when trying to remove a non-existing statoverride.
+ Closes: Bug#79352
-- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
@ARGV==1 || &badusage("--remove needs one arguments");
$file=$ARGV[0];
if (not defined $owner{$file}) {
- print "No override present.";
+ print STDERR "No override present.\n";
exit(0);
}
delete $owner{$file};