2007-09-20 Frank Lichtenheld <djpig@debian.org>
+ * scripts/dpkg-sources.pl (version): Don't use
+ printf if we don't need it, use print instead.
+
* scripts/dpkg-buildpackage.sh (usage): Fix typo
s/dpkg-genchangs/dpkg-genchanges/
sub version {
printf _g("Debian %s version %s.\n"), $progname, $version;
- printf _g("
+ print _g("
Copyright (C) 1996 Ian Jackson and Klee Dienes.");
- printf _g("
+ print _g("
This is free software; see the GNU General Public Licence version 2 or
later for copying conditions. There is NO warranty.
");