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

ucko at users.alioth.debian.org ucko at users.alioth.debian.org
Thu Jun 15 00:21:41 UTC 2006


Author: ucko
Date: Thu Jun 15 00:21:40 2006
New Revision: 820

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=820
Log:
Build with cdbs 0.4.41, which features (slightly buggy) native support
for python-support and the new Python policy.

Modified:
    packages/python-dsv/trunk/debian/control
    packages/python-dsv/trunk/debian/rules

Modified: packages/python-dsv/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dsv/trunk/debian/control?rev=820&op=diff
==============================================================================
--- packages/python-dsv/trunk/debian/control (original)
+++ packages/python-dsv/trunk/debian/control Thu Jun 15 00:21:40 2006
@@ -3,7 +3,7 @@
 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 (>= 5.0.37.1), python-dev (>= 2.3), python (>= 2.3.5-7), python-support (>= 0.2.3)
+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)
 Standards-Version: 3.7.2
 XS-Python-Version: all
 

Modified: packages/python-dsv/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dsv/trunk/debian/rules?rev=820&op=diff
==============================================================================
--- packages/python-dsv/trunk/debian/rules (original)
+++ packages/python-dsv/trunk/debian/rules Thu Jun 15 00:21:40 2006
@@ -2,11 +2,8 @@
 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)
+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
-
-install_lib = /usr/share/python-support/python-dsv
-
-DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib=$(install_lib)




More information about the Python-modules-commits mailing list