[Python-modules-commits] r809 - in /packages/python-dsv/trunk/debian: changelog control postinst prerm rules

ucko at users.alioth.debian.org ucko at users.alioth.debian.org
Wed Jun 14 18:19:51 UTC 2006


Author: ucko
Date: Wed Jun 14 18:19:50 2006
New Revision: 809

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=809
Log:
Tweak packaging to comply with the new Python policy (version 0.4);
continue using python-support, as python-central is overkill here.
(Closes: #373530.)

Removed:
    packages/python-dsv/trunk/debian/postinst
    packages/python-dsv/trunk/debian/prerm
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=809&op=diff
==============================================================================
--- packages/python-dsv/trunk/debian/changelog (original)
+++ packages/python-dsv/trunk/debian/changelog Wed Jun 14 18:19:50 2006
@@ -3,9 +3,12 @@
   * NOT RELEASED YET
   * Patch DSV.py indirectly, via CDBS's simple patch system, in preparation
     for switching to pure merge-with-upstream mode per DPMT conventions.
+  * Tweak packaging to comply with the new Python policy (version 0.4);
+    continue using python-support, as python-central is overkill here.
+    (Closes: #373530.)
   * Standards-Version: 3.7.2 (no changes required).
 
- -- Aaron M. Ucko <ucko at debian.org>  Thu,  4 May 2006 20:52:12 -0400
+ -- Aaron M. Ucko <ucko at debian.org>  Wed, 14 Jun 2006 14:19:25 -0400
 
 python-dsv (1.4.0-2) 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=809&op=diff
==============================================================================
--- packages/python-dsv/trunk/debian/control (original)
+++ packages/python-dsv/trunk/debian/control Wed Jun 14 18:19:50 2006
@@ -3,13 +3,15 @@
 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, debhelper (>= 4.1.0), python-dev (>= 2.3)
+Build-Depends: cdbs, debhelper (>= 5.0.37.1), python-dev (>= 2.3), python (>= 2.3.5-7), python-support (>= 0.2.3)
 Standards-Version: 3.7.2
+XS-Python-Version: all
 
 Package: python-dsv
 Architecture: all
-Depends: python-support
+Depends: ${python:Depends}
 Suggests: python-wxgtk2.6 | python-wxgtk2.4
+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

Modified: packages/python-dsv/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dsv/trunk/debian/rules?rev=809&op=diff
==============================================================================
--- packages/python-dsv/trunk/debian/rules (original)
+++ packages/python-dsv/trunk/debian/rules Wed Jun 14 18:19:50 2006
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+binary-install/python-dsv::
+	dh_pysupport -p$(cdbs_curpkg)
+
 include /usr/share/cdbs/1/class/python-distutils.mk
 
 install_lib = /usr/share/python-support/python-dsv




More information about the Python-modules-commits mailing list