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

jandd-guest at users.alioth.debian.org jandd-guest at users.alioth.debian.org
Thu Mar 26 23:08:48 UTC 2009


    Date: Thursday, March 26, 2009 @ 23:08:48
  Author: jandd-guest
Revision: 8014

build depend on python (>= 2.5.4-1~), use py_libdir)

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

Modified: packages/xlwt/trunk/debian/changelog
===================================================================
--- packages/xlwt/trunk/debian/changelog	2009-03-26 23:02:12 UTC (rev 8013)
+++ packages/xlwt/trunk/debian/changelog	2009-03-26 23:08:48 UTC (rev 8014)
@@ -3,9 +3,11 @@
   * new upstream version
   * debian/control:
     - improved description thanks to upstream author John Machin
-    - update python-all-dev dependency to 2.4.6-2~exp1
+    - update python-all-dev dependency to 2.4.5-1~
     - update Standards-Version to 3.8.1 (no changes needed)
   * debian/rules: add --no-compile --install-layout=deb to setup.py call
+  * debian/rules: use py_libdir from python.mk instead of hardcoded
+    paths
 
  -- Jan Dittberner <jan at dittberner.info>  Sun, 22 Mar 2009 23:31:10 +0100
 

Modified: packages/xlwt/trunk/debian/control
===================================================================
--- packages/xlwt/trunk/debian/control	2009-03-26 23:02:12 UTC (rev 8013)
+++ packages/xlwt/trunk/debian/control	2009-03-26 23:08:48 UTC (rev 8014)
@@ -4,7 +4,7 @@
 Maintainer: Jan Dittberner <jan at dittberner.info>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.38)
-Build-Depends-Indep: python-all-dev (>= 2.4.6-2~exp1),
+Build-Depends-Indep: python-all (>= 2.5.4-1~),
  python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1~)
 Standards-Version: 3.8.1
 Homepage: http://pypi.python.org/pypi/xlwt

Modified: packages/xlwt/trunk/debian/rules
===================================================================
--- packages/xlwt/trunk/debian/rules	2009-03-26 23:02:12 UTC (rev 8013)
+++ packages/xlwt/trunk/debian/rules	2009-03-26 23:08:48 UTC (rev 8014)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 #export DH_VERBOSE=1
+include /usr/share/python/python.mk
 
 PYVERS=$(shell pyversions -vr)
 
@@ -19,7 +20,7 @@
 	python$* setup.py install\
 	  --no-compile --install-layout=deb\
 	  --root $(CURDIR)/debian/python-xlwt
-	rm -r $(CURDIR)/debian/python-xlwt/usr/lib/python$*/site-packages/xlwt/examples
+	rm -r $(CURDIR)/debian/python-xlwt$(call py_libdir,$*)/xlwt/examples
 	touch $@
 
 binary-indep: build install




More information about the Python-modules-commits mailing list