diff -Nru python-xattr-0.7.8/debian/changelog python-xattr-0.7.8/debian/changelog --- python-xattr-0.7.8/debian/changelog 2016-02-08 09:41:14.000000000 +0000 +++ python-xattr-0.7.8/debian/changelog 2016-02-13 17:29:43.000000000 +0000 @@ -1,3 +1,9 @@ +python-xattr (0.7.8-3) unstable; urgency=medium + + * Add python-cffi runtime dependency + + -- Federico Ceratto Sat, 13 Feb 2016 17:29:14 +0000 + python-xattr (0.7.8-2) unstable; urgency=low * New upstream release (Closes: #813075) diff -Nru python-xattr-0.7.8/debian/control python-xattr-0.7.8/debian/control --- python-xattr-0.7.8/debian/control 2016-02-08 09:41:14.000000000 +0000 +++ python-xattr-0.7.8/debian/control 2016-02-13 17:29:43.000000000 +0000 @@ -16,7 +16,12 @@ Package: python-xattr Architecture: any -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-pkg-resources +Depends: + ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends}, + python-cffi, + python-pkg-resources Conflicts: python-pyxattr Provides: ${python:Provides} , python-pyxattr