[Python-modules-commits] r1436 - in /packages/nose/trunk/debian: changelog control

kov at users.alioth.debian.org kov at users.alioth.debian.org
Fri Oct 27 00:59:55 UTC 2006


Author: kov
Date: Fri Oct 27 00:59:54 2006
New Revision: 1436

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1436
Log:
  - added python-setuptools to Depends (Closes: #395287)
  - added XS-Python-Version

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

Modified: packages/nose/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/nose/trunk/debian/changelog?rev=1436&op=diff
==============================================================================
--- packages/nose/trunk/debian/changelog (original)
+++ packages/nose/trunk/debian/changelog Fri Oct 27 00:59:54 2006
@@ -1,3 +1,11 @@
+nose (0.9.0-2) UNRELEASED; urgency=low
+
+  * debian/control:
+  - added python-setuptools to Depends (Closes: #395287)
+  - added XS-Python-Version
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Sun,  2 Jul 2006 19:34:24 -0300
+
 nose (0.9.0-1) unstable; urgency=low
 
   * Initial Release (Closes: #366786)

Modified: packages/nose/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/nose/trunk/debian/control?rev=1436&op=diff
==============================================================================
--- packages/nose/trunk/debian/control (original)
+++ packages/nose/trunk/debian/control Fri Oct 27 00:59:54 2006
@@ -5,11 +5,12 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: python-setuptools (>= 0.6a9-1), debhelper (>= 5.0.37.2), cdbs (>= 0.4.42), python-support (>= 0.3.4)
 Build-Depends-Indep: python-dev (>= 2.3.5-7)
+XS-Python-Version: >= 2.3
 Standards-Version: 3.7.2
 
 Package: python-nose
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, python-setuptools (>= 0.6a9-1)
 XB-Python-Version: ${python:Versions}
 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