[Python-modules-commits] r21898 - in packages/python-fudge/trunk/debian (changelog control)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Thu May 24 11:42:53 UTC 2012


    Date: Thursday, May 24, 2012 @ 11:42:50
  Author: jandd
Revision: 21898

Fix "missing dependency on python3!!" by using correct variable in
debian/control (Closes: #674405)

Modified:
  packages/python-fudge/trunk/debian/changelog
  packages/python-fudge/trunk/debian/control

Modified: packages/python-fudge/trunk/debian/changelog
===================================================================
--- packages/python-fudge/trunk/debian/changelog	2012-05-24 11:22:31 UTC (rev 21897)
+++ packages/python-fudge/trunk/debian/changelog	2012-05-24 11:42:50 UTC (rev 21898)
@@ -1,3 +1,10 @@
+python-fudge (1.0.3-3) UNRELEASED; urgency=low
+
+  * Fix "missing dependency on python3!!" by using correct variable in
+    debian/control (Closes: #674405)
+
+ -- Jan Dittberner <jandd at debian.org>  Thu, 24 May 2012 13:34:58 +0200
+
 python-fudge (1.0.3-2) unstable; urgency=low
 
   * Fix "FTBFS if built twice in a row: aborting due to unexpected

Modified: packages/python-fudge/trunk/debian/control
===================================================================
--- packages/python-fudge/trunk/debian/control	2012-05-24 11:22:31 UTC (rev 21897)
+++ packages/python-fudge/trunk/debian/control	2012-05-24 11:42:50 UTC (rev 21898)
@@ -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.




More information about the Python-modules-commits mailing list