+Mon Sep 25 16:19:05 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * scripts/dpkg-divert.pl: don't print version twice on --help
+
Thu Sep 21 16:29:32 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
* debian/shlibs-default.template: removed
sub usage {
&showversion;
- print(STDERR <<END)
-"Debian dpkg-divert $version.
+ print STDERR <<EOF
Copyright (C) 1995 Ian Jackson.
-Copyright (C) 2000 Wichert Akkerman
+Copyright (C) 2000 Wichert Akkerman.
This is free software; see the GNU General Public Licence version 2 or later
for copying conditions. There is NO warranty.
When adding, default is --local and --divert <original>.distrib.
When removing, --package or --local and --divert must match if specified.
Package preinst/postrm scripts should always specify --package and --divert.
-END
+EOF
|| &quit("failed to write usage: $!");
}