diff -Nru python-fudge-1.0.3/debian/changelog python-fudge-1.0.3/debian/changelog --- python-fudge-1.0.3/debian/changelog 2012-05-04 19:14:07.000000000 +0000 +++ python-fudge-1.0.3/debian/changelog 2012-05-24 13:21:51.000000000 +0000 @@ -1,3 +1,11 @@ +python-fudge (1.0.3-3) unstable; urgency=low + + * Fix "missing dependency on python3!!" by using correct variable in + debian/control (Closes: #674405) + * fix Vcs-Svn and Vcs-Browser URLs in debian/control + + -- Jan Dittberner Thu, 24 May 2012 15:21:51 +0200 + python-fudge (1.0.3-2) unstable; urgency=low * Fix "FTBFS if built twice in a row: aborting due to unexpected diff -Nru python-fudge-1.0.3/debian/control python-fudge-1.0.3/debian/control --- python-fudge-1.0.3/debian/control 2012-03-04 20:28:26.000000000 +0000 +++ python-fudge-1.0.3/debian/control 2012-05-24 13:20:48.000000000 +0000 @@ -8,8 +8,8 @@ python-sphinx (>= 1.0.7+dfsg-1~) Standards-Version: 3.9.3 Homepage: http://farmdev.com/projects/fudge/ -Vcs-Svn: svn://svn.debian.org/python-modules/packages/fudge/trunk -Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/fudge/trunk/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-fudge/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-fudge/trunk/ Package: python-fudge Architecture: all @@ -61,7 +61,7 @@ Package: python3-fudge Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python3-pkg-resources +Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources Recommends: python-fudge-doc (=${binary:Version}) Description: Python module for using fake objects for tests, documentation package Fudge is a Python module for using fake objects (mocks and stubs) to @@ -82,4 +82,4 @@ arguments sent to the fake method aren’t important then you don’t have to declare an expectation for them. . - This is the Python3 version of the package. \ No newline at end of file + This is the Python3 version of the package.