Package: pdfjam
Version: 1.20-2
Severity: normal
Tags: patch
Hello,
For rather obvious reasons (see attached patch), the --columnstrict option
does not work.
Cheers,
Vincent
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages pdfjam depends on:
ii texlive-fonts-recommended 2007.dfsg.1-5 TeX Live: Recommended fonts
ii texlive-latex-recommended 2007.dfsg.1-5 TeX Live: LaTeX recommended packag
pdfjam recommends no packages.
pdfjam suggests no packages.
-- no debconf information
--- pdfnup.old 2006-01-29 16:10:56.000000000 +0100
+++ pdfnup 2009-02-13 11:27:57.000000000 +0100
@@ -196,7 +196,7 @@
shift;;
--column) column="${2}"
shift;;
- --columnstrict) column="${2}"
+ --columnstrict) columnstrict="${2}"
shift;;
--tidy) tidy="${2}"
shift;;