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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Fri Sep 25 20:56:32 UTC 2009


    Date: Friday, September 25, 2009 @ 20:56:31
  Author: piotr
Revision: 9876

* Make sure all Python versions use site-packages as temporary
  installation directory for modules (closes: #547833)
* Standards-Version bumped to 3.8.3 (no changes needed)

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

Modified: packages/pastedeploy/trunk/debian/changelog
===================================================================
--- packages/pastedeploy/trunk/debian/changelog	2009-09-25 20:38:55 UTC (rev 9875)
+++ packages/pastedeploy/trunk/debian/changelog	2009-09-25 20:56:31 UTC (rev 9876)
@@ -1,3 +1,11 @@
+pastedeploy (1.3.3-3) unstable; urgency=low
+
+  * Make sure all Python versions use site-packages as temporary
+    installation directory for modules (closes: #547833)
+  * Standards-Version bumped to 3.8.3 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Fri, 25 Sep 2009 22:39:45 +0200
+
 pastedeploy (1.3.3-2) unstable; urgency=low
 
   * Upload to unstable

Modified: packages/pastedeploy/trunk/debian/control
===================================================================
--- packages/pastedeploy/trunk/debian/control	2009-09-25 20:38:55 UTC (rev 9875)
+++ packages/pastedeploy/trunk/debian/control	2009-09-25 20:56:31 UTC (rev 9876)
@@ -5,7 +5,7 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5), dpatch
 Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1~), python-docutils
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://pythonpaste.org/deploy/
 XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pastedeploy/trunk/

Modified: packages/pastedeploy/trunk/debian/rules
===================================================================
--- packages/pastedeploy/trunk/debian/rules	2009-09-25 20:38:55 UTC (rev 9875)
+++ packages/pastedeploy/trunk/debian/rules	2009-09-25 20:56:31 UTC (rev 9876)
@@ -28,9 +28,10 @@
 
 install: build $(PYVERS:%=install-python%)
 install-python%: patch
-	python$* setup.py install \
+	python$* setup.py install --prefix=/usr \
 		--single-version-externally-managed \
-		--root $(PKGDIR)
+		--root $(PKGDIR) \
+		--install-lib=/usr/lib/python$*/site-packages
 	# pth file is not needed
 	rm -f $(PKGDIR)/usr/lib/python$*/site-packages/PasteDeploy-${DEB_UPSTREAM_VERSION}-py$*-nspkg.pth
 	# python-support's namespace feature will handle this




More information about the Python-modules-commits mailing list