Problems found locating distfiles:
Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
Package dvidvi: missing distfile dvidvi-1.0.tar.gz
Package lgrind: missing distfile lgrind.tar.bz2
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2.08: fixed a bug in one of the tests
2.07: two other common graphics formats (JPG and PNG) are now explicitly
allowed as input files (i.e., not only PDF files are allowed as inputs).
2.06: changed the pdfbook script to include --booklet true as the default
behaviour (thanks to Julien Bossert for this good suggestion).
2.05: changes to the pdfbook script [the --right-edge-binding option is
now redundant, and there's a new --short-edge option for binding along
the short edge of pages instead of the long edge (thanks to Marco Pessotto
for this)]. The --preamble option to pdfjam is enhanced, to allow multiple
instances which get concatenated. Also various minor corrections to man
pages.
2.04: various minor improvements suggested by Debian maintainers (thanks
to Eduard Bloch for these). The main things are: addition of the --version
option; liberalisation of pdfjam to allow files in JPEG format to be
specified as input, as well as PDF (I don't know why or if this might
work! but some people have said it does); tidying of the man files; and
more use of exec, to avoid forking.
2.03: fixed a bug which caused problems when your /bin/sh is the zsh shell;
fixed a bug which prevented the correct representation of many UTF-8
characters in pdfinfo data.
2.02: more progress on portability; introduced the beginnings of a suite
of tests; improvements in the --keepinfo functionality, and to the
treatment of file permissions (thanks to Marco Pessotto for these).
[2010-04-14]
2.01: fixed a silly bug (thoughtless use of "test -a" in a couple of
places) which seriously affected portability. [2010-04-13]
2.00: a major re-design. This is not completely backward-compatible with
previous versions of the pdfnup, pdfjoin and pdf90 scripts. The
differences in interface are few, though.
In addition, various reported bugs have been fixed - many thanks to all
those kind people who reported them (too numerous to list here!)
[2010-03-14]
1.21: bug fixes, including security issues (many thanks to Eduard Bloch,
Robert Buchholz and Martin Vaeth for helpful reports on vulnerabilities
and for kindly contributing patches); the scripts now call for /bin/bash
as interpreter; availability of mktemp is now also assumed; the
Mac OS X droplets now look for pdflatex at (by default)
/usr/texbin/pdflatex [2009-01-19]
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
PDFjam is a small collection of shell scripts which provide a simple
interface to some of the functionality of the excellent pdfpages package
(by Andreas Matthias) for pdfLaTeX. At present the utilities available
are:
+ pdfnup, which allows PDF files to be "n-upped" in roughly the way
that psnup does for PostScript files.
+ pdfjoin, which concatenates the pages of multiple PDF files together
into a single file
+ pdf90, which rotates the pages of one or more PDF files through 90
degrees (anti-clockwise).