From: kink-guest Date: Tue, 16 Aug 2005 18:19:32 +0000 (+0000) Subject: Since we can't count anymore on libpaper being installed, X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=6a2804f869ec2de8e1dc3b10e1c65e4a2952b0a5 Since we can't count anymore on libpaper being installed, warn people that we're not using the papersize they've specified. git-svn-id: svn://svn.debian.org/pgp-tools/trunk@203 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/gpg-key2ps/gpg-key2ps b/gpg-key2ps/gpg-key2ps index c8e58fa..5b87585 100755 --- a/gpg-key2ps/gpg-key2ps +++ b/gpg-key2ps/gpg-key2ps @@ -85,6 +85,7 @@ if ( -x "/usr/bin/paperconf" ) { chomp($h); } else { # Default to A4. + print STDERR "Warning: libpaper-utils is not installed, defaulting to A4.\n"; $w=596; $h=842; }