[Python-modules-commits] r5348 - in packages/python-xlrd/trunk/debian (control rules)

thomasbl-guest at users.alioth.debian.org thomasbl-guest at users.alioth.debian.org
Mon May 19 18:40:59 UTC 2008


    Date: Monday, May 19, 2008 @ 18:40:57
  Author: thomasbl-guest
Revision: 5348

* removed pycentral as build-dep
* removed dh_pycentral because of usr/share/pyshared issue

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

Modified: packages/python-xlrd/trunk/debian/control
===================================================================
--- packages/python-xlrd/trunk/debian/control	2008-05-19 18:27:06 UTC (rev 5347)
+++ packages/python-xlrd/trunk/debian/control	2008-05-19 18:40:57 UTC (rev 5348)
@@ -5,7 +5,7 @@
 Maintainer: Thomas Bläsing <thomasbl at pool.math.tu-berlin.de>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Standards-Version: 3.7.3
-Build-Depends: python, python-central (>= 0.5), debhelper (>= 5), dpatch (>= 2.0.29)
+Build-Depends: python, debhelper (>= 5), dpatch (>= 2.0.29)
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-xlrd
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-xlrd/trunk/?op=log
 

Modified: packages/python-xlrd/trunk/debian/rules
===================================================================
--- packages/python-xlrd/trunk/debian/rules	2008-05-19 18:27:06 UTC (rev 5347)
+++ packages/python-xlrd/trunk/debian/rules	2008-05-19 18:40:57 UTC (rev 5348)
@@ -18,15 +18,16 @@
 	dh_installdirs
 	
 	python setup.py install --no-compile --root=$(CURDIR)/debian/python-xlrd
-
 	rm -rf $(CURDIR)/debian/python-xlrd/usr/bin/runxlrd.py
-
 	install -D -m 755 scripts/runxlrd.py $(CURDIR)/debian/python-xlrd/usr/share/runxlrd/runxlrd.py
 
 binary-indep: install
 	dh_testdir
 	dh_testroot
-	dh_pycentral -p python-xlrd
+	
+	# if activated /us/lib/python2.4/... will be deleted and stuff goes to /usr/share/pyshared/...
+	#dh_pycentral -ppython-xlrd
+
 	dh_installchangelogs HISTORY.html
 	dh_installdocs
 	dh_installexamples




More information about the Python-modules-commits mailing list