[Python-modules-commits] r9878 - in packages/pastewebkit/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Fri Sep 25 21:03:28 UTC 2009
Date: Friday, September 25, 2009 @ 21:03:11
Author: piotr
Revision: 9878
* Make sure all Python versions use site-packages as temporary
installation directory for modules (closes: #547876)
* Standards-Version bumped to 3.8.3 (no changes needed)
Modified:
packages/pastewebkit/trunk/debian/changelog
packages/pastewebkit/trunk/debian/control
packages/pastewebkit/trunk/debian/rules
Modified: packages/pastewebkit/trunk/debian/changelog
===================================================================
--- packages/pastewebkit/trunk/debian/changelog 2009-09-25 20:56:42 UTC (rev 9877)
+++ packages/pastewebkit/trunk/debian/changelog 2009-09-25 21:03:11 UTC (rev 9878)
@@ -1,10 +1,15 @@
-pastewebkit (1.0-4) UNRELEASED; urgency=low
+pastewebkit (1.0-4) unstable; urgency=low
- * debian/control
- - switch Vcs-Browser field to viewsvn
+ [ Sandro Tosi ]
+ * Switch Vcs-Browser field to viewsvn
- -- Sandro Tosi <morph at debian.org> Mon, 03 Nov 2008 22:13:52 +0100
+ [ Piotr Ożarowski ]
+ * Make sure all Python versions use site-packages as temporary
+ installation directory for modules (closes: #547876)
+ * Standards-Version bumped to 3.8.3 (no changes needed)
+ -- Piotr Ożarowski <piotr at debian.org> Fri, 25 Sep 2009 22:57:39 +0200
+
pastewebkit (1.0-3) unstable; urgency=low
* Remove paste-common dependency, python-support will provide all needed
Modified: packages/pastewebkit/trunk/debian/control
===================================================================
--- packages/pastewebkit/trunk/debian/control 2009-09-25 20:56:42 UTC (rev 9877)
+++ packages/pastewebkit/trunk/debian/control 2009-09-25 21:03:11 UTC (rev 9878)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 5)
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.7.3
+Standards-Version: 3.8.3
Homepage: http://pythonpaste.org/webkit/
XS-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pastewebkit/trunk/
Modified: packages/pastewebkit/trunk/debian/rules
===================================================================
--- packages/pastewebkit/trunk/debian/rules 2009-09-25 20:56:42 UTC (rev 9877)
+++ packages/pastewebkit/trunk/debian/rules 2009-09-25 21:03:11 UTC (rev 9878)
@@ -25,9 +25,10 @@
install: build $(PYVERS:%=install-python%)
install-python%:
- python$* setup.py install \
+ python$* setup.py install --prefix=/usr \
--single-version-externally-managed \
- --root $(CURDIR)/debian/python-pastewebkit
+ --root $(CURDIR)/debian/python-pastewebkit \
+ --install-lib=/usr/lib/python$*/site-packages
# pth file is not needed since all paste* packages are installed in the same directory
rm -f debian/python-pastewebkit/usr/lib/python$*/site-packages/PasteWebKit-${DEB_UPSTREAM_VERSION}-py$*-nspkg.pth
# provided by paste-common package:
More information about the Python-modules-commits
mailing list