[Python-modules-commits] r1398 - in /packages/python-dsv/trunk/debian: changelog control pycompat rules

ucko at users.alioth.debian.org ucko at users.alioth.debian.org
Mon Oct 9 23:41:26 UTC 2006


Author: ucko
Date: Mon Oct  9 23:41:25 2006
New Revision: 1398

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1398
Log:
Update for recent Python policy tweaks.

Added:
    packages/python-dsv/trunk/debian/pycompat
Modified:
    packages/python-dsv/trunk/debian/changelog
    packages/python-dsv/trunk/debian/control
    packages/python-dsv/trunk/debian/rules

Modified: packages/python-dsv/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dsv/trunk/debian/changelog?rev=1398&op=diff
==============================================================================
--- packages/python-dsv/trunk/debian/changelog (original)
+++ packages/python-dsv/trunk/debian/changelog Mon Oct  9 23:41:25 2006
@@ -3,8 +3,9 @@
   * NOT RELEASED YET
   * Stop suggesting python-wxgtk2.4, which is obsolete and no longer
     installable.  (Closes: #391992.)
+  * Update for recent Python policy tweaks.
 
- -- Aaron M. Ucko <ucko at debian.org>  Mon,  9 Oct 2006 19:33:00 -0400
+ -- Aaron M. Ucko <ucko at debian.org>  Mon,  9 Oct 2006 19:40:56 -0400
 
 python-dsv (1.4.0-3) unstable; urgency=low
 

Modified: packages/python-dsv/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dsv/trunk/debian/control?rev=1398&op=diff
==============================================================================
--- packages/python-dsv/trunk/debian/control (original)
+++ packages/python-dsv/trunk/debian/control Mon Oct  9 23:41:25 2006
@@ -3,15 +3,13 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Aaron M. Ucko <ucko at debian.org>
-Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.1), python-dev (>= 2.3), python (>= 2.3.5-7), python-support (>= 0.2.3)
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.39), python-dev (>= 2.3), python (>= 2.3.5-7), python-support (>= 0.5.3)
 Standards-Version: 3.7.2
-XS-Python-Version: all
 
 Package: python-dsv
 Architecture: all
 Depends: ${python:Depends}
 Suggests: python-wxgtk2.6
-XB-Python-Version: ${python:Versions}
 Description: Python module for delimiter-separated-value files
  Python-DSV is an alternative to Python's standard csv module, with
  somewhat different usage and optional support for wxWidgets-mediated

Added: packages/python-dsv/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dsv/trunk/debian/pycompat?rev=1398&op=file
==============================================================================
--- packages/python-dsv/trunk/debian/pycompat (added)
+++ packages/python-dsv/trunk/debian/pycompat Mon Oct  9 23:41:25 2006
@@ -1,0 +1,1 @@
+2

Modified: packages/python-dsv/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dsv/trunk/debian/rules?rev=1398&op=diff
==============================================================================
--- packages/python-dsv/trunk/debian/rules (original)
+++ packages/python-dsv/trunk/debian/rules Mon Oct  9 23:41:25 2006
@@ -3,7 +3,4 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_PYTHON_SYSTEM = pysupport
-# cdbs 0.4.41's support for the new policy is still slightly off :-/
-DEB_PYTHON_INSTALL_ARGS = $(DEB_PYTHON_INSTALL_ARGS_ALL)
-
 include /usr/share/cdbs/1/class/python-distutils.mk




More information about the Python-modules-commits mailing list