[Pgp-tools-commit] r203 - trunk/gpg-key2ps

Thijs Kinkhorst kink-guest at costa.debian.org
Tue Aug 16 18:19:32 UTC 2005


Author: kink-guest
Date: 2005-08-16 18:19:32 +0000 (Tue, 16 Aug 2005)
New Revision: 203

Modified:
   trunk/gpg-key2ps/gpg-key2ps
Log:
Since we can't count anymore on libpaper being installed,
warn people that we're not using the papersize they've specified.


Modified: trunk/gpg-key2ps/gpg-key2ps
===================================================================
--- trunk/gpg-key2ps/gpg-key2ps	2005-08-16 17:39:27 UTC (rev 202)
+++ trunk/gpg-key2ps/gpg-key2ps	2005-08-16 18:19:32 UTC (rev 203)
@@ -85,6 +85,7 @@
 	chomp($h);
 } else {
 	# Default to A4.
+	print STDERR "Warning: libpaper-utils is not installed, defaulting to A4.\n";
 	$w=596;
 	$h=842;
 }





More information about the Pgp-tools-commit mailing list