[Python-modules-commits] r15302 - in packages/configobj/trunk/debian (changelog control rules)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Wed Jan 12 22:16:55 UTC 2011


    Date: Wednesday, January 12, 2011 @ 22:16:55
  Author: stefanor-guest
Revision: 15302

* Merge Build-Depends-Indep into Build-Depends (no arch-dependant packages).
* Switch to dh_python2
  - Use X-Python-Version (requires python-all >= 2.6.5-13~).
  - Use ${python:Breaks}.

Modified:
  packages/configobj/trunk/debian/changelog
  packages/configobj/trunk/debian/control
  packages/configobj/trunk/debian/rules

Modified: packages/configobj/trunk/debian/changelog
===================================================================
--- packages/configobj/trunk/debian/changelog	2011-01-12 22:08:07 UTC (rev 15301)
+++ packages/configobj/trunk/debian/changelog	2011-01-12 22:16:55 UTC (rev 15302)
@@ -8,8 +8,12 @@
     - New patch: py27-test.diff: Convert float-comparing doctests to unit
       tests.
   * Wrap long lines in debian/control.
+  * Merge Build-Depends-Indep into Build-Depends (no arch-dependant packages).
+  * Switch to dh_python2
+    - Use X-Python-Version (requires python-all >= 2.6.5-13~).
+    - Use ${python:Breaks}.
 
- -- Stefano Rivera <stefano at rivera.za.net>  Thu, 13 Jan 2011 00:06:22 +0200
+ -- Stefano Rivera <stefano at rivera.za.net>  Thu, 13 Jan 2011 00:13:38 +0200
 
 configobj (4.7.2+ds-1) unstable; urgency=low
 

Modified: packages/configobj/trunk/debian/control
===================================================================
--- packages/configobj/trunk/debian/control	2011-01-12 22:08:07 UTC (rev 15301)
+++ packages/configobj/trunk/debian/control	2011-01-12 22:16:55 UTC (rev 15302)
@@ -5,22 +5,23 @@
 Uploaders:
  Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
  Stefano Rivera <stefano at rivera.za.net>
-Build-Depends: debhelper (>= 7.0.50~), python-setuptools
-Build-Depends-Indep:
- python-all,
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ python-all (>= 2.6.5-13~),
  python-docutils,
  python-epydoc,
- python-support (>= 0.6.4),
+ python-setuptools,
  python-unittest2
 Standards-Version: 3.9.1
 Homepage: http://www.voidspace.org.uk/python/configobj.html
-XS-Python-Version: all
+X-Python-Version: >= 2.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/configobj/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/configobj/trunk/
 
 Package: python-configobj
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
+Breaks: ${python:Breaks}
 Description: simple but powerful config file reader and writer for Python
  ConfigObj is a simple but powerful config file reader and writer: an
  ini file round tripper. Its main feature is that it is very easy to

Modified: packages/configobj/trunk/debian/rules
===================================================================
--- packages/configobj/trunk/debian/rules	2011-01-12 22:08:07 UTC (rev 15301)
+++ packages/configobj/trunk/debian/rules	2011-01-12 22:16:55 UTC (rev 15302)
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_build:
 	dh_auto_build




More information about the Python-modules-commits mailing list