Hi, > The upgrade of xpdf-utils package failed: > | Preparing to replace xpdf-utils 3.02-1.4+lenny1 (using > .../xpdf-utils_3.02-2_i386.deb) ... > | Unpacking replacement xpdf-utils ... > | dpkg: error processing /var/cache/apt/archives/xpdf-utils_3.02-2_i386.deb > (--unpack): > | trying to overwrite '/usr/bin/pdftoppm', which is also in package > xpdf-reader 0:3.02-1.4+lenny1 > | dpkg-deb: subprocess paste killed by signal (Broken pipe)
It seems that change in #558020 cause this problem, but revert brings that back. So we need to add more change to xpdf package as attached patch. Please check and apply it, thanks. -- Regards, Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp http://wiki.debian.org/HidekiYamane
diff -Nru xpdf-3.02/debian/changelog xpdf-3.02/debian/changelog --- xpdf-3.02/debian/changelog 2010-04-04 01:38:25.000000000 +0900 +++ xpdf-3.02/debian/changelog 2010-05-02 21:50:19.000000000 +0900 @@ -1,3 +1,12 @@ +xpdf (3.02-2.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control + - xpdf-utils: add "Conflicts: xpdf-reader (<= 3.02-1.4+lenny1)" to avoid + upgrade failure (Closes: #576683) + + -- Hideki Yamane (Debian-JP) <henr...@debian.or.jp> Sun, 02 May 2010 21:46:52 +0900 + xpdf (3.02-2) unstable; urgency=high [Michael Gilbert] diff -Nru xpdf-3.02/debian/control xpdf-3.02/debian/control --- xpdf-3.02/debian/control 2010-04-03 06:41:48.000000000 +0900 +++ xpdf-3.02/debian/control 2010-05-02 21:46:44.000000000 +0900 @@ -60,7 +60,7 @@ Architecture: any Depends: ${shlibs:Depends}, gsfonts (>= 6.0-1), xpdf-common (>= ${source:Version}), xpdf-common (<< ${source:Version}.1~), ${misc:Depends} Provides: pdf-viewer, postscript-preview, poppler-utils -Conflicts: xpdf-i (<= 0.90-8), xpdf (<= 0.93-6), poppler-utils +Conflicts: xpdf-i (<= 0.90-8), xpdf (<= 0.93-6), poppler-utils, xpdf-reader (<= 3.02-1.4+lenny1) Replaces: poppler-utils Suggests: pdftk Description: Portable Document Format (PDF) suite -- utilities