diff -Nru python-keyring-0.7.1/debian/changelog python-keyring-0.7.1/debian/changelog --- python-keyring-0.7.1/debian/changelog 2012-01-24 23:51:12.000000000 +0000 +++ python-keyring-0.7.1/debian/changelog 2012-02-16 15:52:50.000000000 +0000 @@ -1,3 +1,10 @@ +python-keyring (0.7.1-0ubuntu2) precise; urgency=low + + * debian/control: python3-keyring should recommend python3-crypto, not + python-crypto. + + -- Barry Warsaw Thu, 16 Feb 2012 10:52:46 -0500 + python-keyring (0.7.1-0ubuntu1) precise; urgency=low * New upstream release (Closes: #656680) diff -Nru python-keyring-0.7.1/debian/control python-keyring-0.7.1/debian/control --- python-keyring-0.7.1/debian/control 2012-01-24 23:51:26.000000000 +0000 +++ python-keyring-0.7.1/debian/control 2012-02-16 15:51:56.000000000 +0000 @@ -29,7 +29,7 @@ Package: python3-keyring Architecture: all Depends: ${python3:Depends}, ${misc:Depends} -Recommends: python-crypto +Recommends: python3-crypto Description: store and access your passwords safely The Python keyring library provides an easy way to access the system keyring service (e.g Gnome-Keyring, KWallet) from Python.