Here is the fix I put into karmic so that hardy->karmic upgrades work:

diff -u cups-pdf-2.5.0/debian/changelog cups-pdf-2.5.0/debian/changelog
--- cups-pdf-2.5.0/debian/changelog
+++ cups-pdf-2.5.0/debian/changelog
@@ -1,3 +1,12 @@
+cups-pdf (2.5.0-8ubuntu1) karmic; urgency=low
+
+  * debian/control:
+    - help apt pre-depends resolver by adding a explicit 
+      pre-dependency on libcups2 (that is part of the cups
+      dependencies) LP: #356781
+
+ -- Michael Vogt <michael.v...@ubuntu.com>  Wed, 21 Oct 2009 13:59:55 +0200
+
 cups-pdf (2.5.0-8) unstable; urgency=low
 
   * Bumped Standards-Version to 3.8.3 (no change required).
diff -u cups-pdf-2.5.0/debian/control cups-pdf-2.5.0/debian/control
--- cups-pdf-2.5.0/debian/control
+++ cups-pdf-2.5.0/debian/control
@@ -2,14 +2,15 @@
 Source: cups-pdf
 Section: graphics
 Priority: optional
-Maintainer: Debian CUPS Maintainers <pkg-cups-de...@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian CUPS Maintainers 
<pkg-cups-de...@lists.alioth.debian.org>
 Uploaders: Martin-Éric Racine <q-f...@iki.fi>
 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5)
 Standards-Version: 3.8.3
 
 Package: cups-pdf
 Architecture: any
-Pre-Depends: cups (>= 1.1.15), cups-client, libpaper-utils
+Pre-Depends: libcups2 (>= 1.1.15), cups (>= 1.1.15), cups-client, 
libpaper-utils
 Depends: ghostscript, ${shlibs:Depends}, ${misc:Depends}
 Suggests: system-config-printer-gnome | system-config-printer-kde | 
system-config-printer
 Enhances: cups

-- 
8.04->9.04 cups-pdf prevents upgrade (pre-depends error) for some users
https://bugs.launchpad.net/bugs/356781
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to