[Python-modules-commits] r7621 - in packages/nose/trunk/debian (changelog control)

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Wed Feb 18 07:53:41 UTC 2009


    Date: Wednesday, February 18, 2009 @ 07:53:41
  Author: speijnik-guest
Revision: 7621

Added ${misc:Depends} to fix lintian warning.
Preparing for upload to unstable.

Modified:
  packages/nose/trunk/debian/changelog
  packages/nose/trunk/debian/control

Modified: packages/nose/trunk/debian/changelog
===================================================================
--- packages/nose/trunk/debian/changelog	2009-02-18 07:06:01 UTC (rev 7620)
+++ packages/nose/trunk/debian/changelog	2009-02-18 07:53:41 UTC (rev 7621)
@@ -1,3 +1,10 @@
+nose (0.10.4-2) unstable; urgency=low
+  [ Stephan Peijnik ]
+  * Upload to unstable
+  * Added misc:Depends to fix lintian warning
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Wed, 18 Feb 2009 08:48:35 +0100
+
 nose (0.10.4-1) experimental; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/nose/trunk/debian/control
===================================================================
--- packages/nose/trunk/debian/control	2009-02-18 07:06:01 UTC (rev 7620)
+++ packages/nose/trunk/debian/control	2009-02-18 07:53:41 UTC (rev 7621)
@@ -11,7 +11,7 @@
 
 Package: python-nose
 Architecture: all
-Depends: ${python:Depends}, python-pkg-resources
+Depends: ${python:Depends}, python-pkg-resources, ${misc:Depends}
 Suggests: python-coverage
 Description: test discovery and running for Python's unittest
  nose provides an alternate test discovery and running process for




More information about the Python-modules-commits mailing list