r1794 - in python-clientform/trunk/debian (changelog control rules)

doko at users.alioth.debian.org doko at users.alioth.debian.org
Mon Sep 21 23:22:47 UTC 2009


    Date: Monday, September 21, 2009 @ 23:22:46
  Author: doko
Revision: 1794

python-clientform (0.2.10-2) unstable; urgency=low

  * Prepare for python2.6 (Michael Bienia).

 -- Matthias Klose <doko at ubuntu.com>  Tue, 22 Sep 2009 01:18:12 +0200

Modified:
  python-clientform/trunk/debian/changelog
  python-clientform/trunk/debian/control
  python-clientform/trunk/debian/rules

Modified: python-clientform/trunk/debian/changelog
===================================================================
--- python-clientform/trunk/debian/changelog	2009-09-21 23:15:47 UTC (rev 1793)
+++ python-clientform/trunk/debian/changelog	2009-09-21 23:22:46 UTC (rev 1794)
@@ -1,3 +1,9 @@
+python-clientform (0.2.10-2) unstable; urgency=low
+
+  * Prepare for python2.6 (Michael Bienia).
+
+ -- Matthias Klose <doko at ubuntu.com>  Tue, 22 Sep 2009 01:18:12 +0200
+
 python-clientform (0.2.10-1) unstable; urgency=low
 
   * New upstream release.

Modified: python-clientform/trunk/debian/control
===================================================================
--- python-clientform/trunk/debian/control	2009-09-21 23:15:47 UTC (rev 1793)
+++ python-clientform/trunk/debian/control	2009-09-21 23:22:46 UTC (rev 1794)
@@ -3,8 +3,8 @@
 Priority: extra
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Brian Sutherland <jinty at web.de>, Fabio Tranchitella <kobold at debian.org>, Jérémy Bobbio <lunar at debian.org> , Matthias Klose <doko at ubuntu.com>
-Build-Depends-Indep: python (>= 2.3.5-7), python-all-dev, python-central (>= 0.5)
-Build-Depends: debhelper (>= 5.0.37.2), python-setuptools (>= 0.6a9)
+Build-Depends-Indep: python-central (>= 0.5)
+Build-Depends: debhelper (>= 5.0.37.2), python-setuptools (>= 0.6a9), python-all-dev (>= 2.3.5-7)
 Standards-Version: 3.8.3
 Homepage: http://wwwsearch.sourceforge.net/ClientForm/
 XS-Python-Version: all

Modified: python-clientform/trunk/debian/rules
===================================================================
--- python-clientform/trunk/debian/rules	2009-09-21 23:15:47 UTC (rev 1793)
+++ python-clientform/trunk/debian/rules	2009-09-21 23:22:46 UTC (rev 1794)
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/python/python.mk
+
 PYVERS=$(shell pyversions -vr debian/control)
 PYMOD=ClientForm
 PACKAGE=python-clientform
@@ -40,10 +42,10 @@
 	$(MAKE) -f debian/rules $(PYVERS:%=install-python%)
 
 install-python%:
-	python$* setup.py install --no-compile --single-version-externally-managed --root=debian/$(PACKAGE)
+	python$* setup.py install --no-compile --single-version-externally-managed --root=debian/$(PACKAGE) $(py_setup_install_args)
 	# Remove python and module version from .egg-info
-	mv debian/$(PACKAGE)/usr/lib/python$*/site-packages/$(PYMOD)-$(DEB_UPSTREAM_VERSION)-py$*.egg-info \
-	   debian/$(PACKAGE)/usr/lib/python$*/site-packages/$(PYMOD).egg-info 
+	mv debian/$(PACKAGE)/$(call py_libdir,$*)/$(PYMOD)-$(DEB_UPSTREAM_VERSION)-py$*.egg-info \
+	   debian/$(PACKAGE)/$(call py_libdir,$*)/$(PYMOD).egg-info 
 
 .PHONY: binary-common
 binary-common:




More information about the pkg-zope-developers mailing list