Hi, that's partly because pdfjam still prefers tetex-extra. tetex was removed from Debian ages ago, and is a transitional package which pulls in just about everything.
It helps a lot already to swap the preference in the dependencies. Also, I know nothing about how pdfjam works internally, but why does it need fonts at all? All the fonts it needs shuold already be in the original PDF documents it mangles? Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -u pdfjam-1.20/debian/control pdfjam-1.20/debian/control --- pdfjam-1.20/debian/control +++ pdfjam-1.20/debian/control @@ -1,13 +1,14 @@ Source: pdfjam Section: text Priority: optional -Maintainer: Eduard Bloch <[EMAIL PROTECTED]> +Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]> +XSBC-Original-Maintainer: Eduard Bloch <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4.0.0) Standards-Version: 3.6.2.1 Package: pdfjam Architecture: all -Depends: tetex-extra | texlive-latex-recommended, tetex-extra | texlive-fonts-recommended +Depends: texlive-latex-recommended | tetex-extra, texlive-fonts-recommended | tetex-extra Description: collection of PDF document handling utilities PDFjam is a small collection of shell scripts that work similarly to the well known psutils (psmerge, psnup). They provide a simple diff -u pdfjam-1.20/debian/changelog pdfjam-1.20/debian/changelog --- pdfjam-1.20/debian/changelog +++ pdfjam-1.20/debian/changelog @@ -1,3 +1,11 @@ +pdfjam (1.20-2ubuntu1) intrepid; urgency=low + + * debian/control: Do not prefer tetex-extra, that transitional package pulls + in a ridiculously huge dependency set. Swap the dependencies around. + (partially solves Debian #436256) + + -- Martin Pitt <[EMAIL PROTECTED]> Fri, 25 Jul 2008 15:47:52 +0200 + pdfjam (1.20-2) unstable; urgency=low * manpage fixes (letter case), incorporated upstream changes, corrected
signature.asc
Description: Digital signature

