Nathan A. Stine [2008-08-06 15:51 -0400]: > Python-cups depends on the transitional package libcupsys2. Please > change the package to depend on the new package libcups2.
This and rezound are the two remaining packages, and I would really like to drop the ancient names from cups now. Therefore I NMUed this, patch attached. Thanks, Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -u python-cups-1.9.31/debian/changelog python-cups-1.9.31/debian/changelog --- python-cups-1.9.31/debian/changelog +++ python-cups-1.9.31/debian/changelog @@ -1,3 +1,12 @@ +python-cups (1.9.31-1.1) unstable; urgency=low + + * Non-maintainer upload by cups maintainer. + * debian/control: Build against libcups2-dev instead of the ancient + libcupsys2-dev. We finally want to get rid of the transitional names. + (Closes: #494032) + + -- Martin Pitt <[email protected]> Tue, 01 Sep 2009 10:56:28 +0000 + python-cups (1.9.31-1) unstable; urgency=low * Imported upstream version 1.9.31 diff -u python-cups-1.9.31/debian/control python-cups-1.9.31/debian/control --- python-cups-1.9.31/debian/control +++ python-cups-1.9.31/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Otavio Salvador <[email protected]> Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-support (>= 0.6), python-all-dev, - libcupsys2-dev + libcups2-dev Standards-Version: 3.7.3 VCS-Git: git://git.debian.org/git/collab-maint/python-cups.git VCS-Browser: http://git.debian.org/?p=collab-maint/python-cups.git
signature.asc
Description: Digital signature

