diff -u python-cups-1.9.59/debian/control python-cups-1.9.59/debian/control --- python-cups-1.9.59/debian/control +++ python-cups-1.9.59/debian/control @@ -13,5 +13,5 @@ Architecture: any Provides: ${python:Provides} -Depends: ${python:Depends}, ${misc:Depends} +Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: Python bindings for CUPS A module for using the CUPS 1.2 API in Python programs. diff -u python-cups-1.9.59/debian/changelog python-cups-1.9.59/debian/changelog --- python-cups-1.9.59/debian/changelog +++ python-cups-1.9.59/debian/changelog @@ -1,3 +1,11 @@ +python-cups (1.9.59-0ubuntu1) precise; urgency=low + + * fix LP: #883112 - python-cups no longer depends on libcups2; Add back + ${shlibs:Depends}, accidentally dropped during the dh_python2 conversion + - update debian/control + + -- Micah Gersten Fri, 28 Oct 2011 11:56:07 -0500 + python-cups (1.9.59-0ubuntu0.1) oneiric-proposed; urgency=low * New upstream bug fix release