[Python-modules-commits] r1260 - in /packages/pastewebkit/trunk/debian: changelog pycompat rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Sat Aug 12 14:09:34 UTC 2006


Author: pox-guest
Date: Sat Aug 12 14:09:27 2006
New Revision: 1260

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1260
Log:
* Added debian/pycompat file
* Fixed a little bashism in debian/rules

Added:
    packages/pastewebkit/trunk/debian/pycompat
Modified:
    packages/pastewebkit/trunk/debian/changelog
    packages/pastewebkit/trunk/debian/rules

Modified: packages/pastewebkit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/changelog?rev=1260&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/changelog (original)
+++ packages/pastewebkit/trunk/debian/changelog Sat Aug 12 14:09:27 2006
@@ -1,3 +1,11 @@
+pastewebkit (0.9-4) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Added debian/pycompat file
+  * Fixed a little bashism in debian/rules
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Sun, 18 Jun 2006 01:39:53 +0200
+
 pastewebkit (0.9-3) unstable; urgency=low
 
   * Update for the new python policy

Added: packages/pastewebkit/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/pycompat?rev=1260&op=file
==============================================================================
--- packages/pastewebkit/trunk/debian/pycompat (added)
+++ packages/pastewebkit/trunk/debian/pycompat Sat Aug 12 14:09:27 2006
@@ -1,0 +1,1 @@
+2

Modified: packages/pastewebkit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/rules?rev=1260&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/rules (original)
+++ packages/pastewebkit/trunk/debian/rules Sat Aug 12 14:09:27 2006
@@ -25,11 +25,12 @@
 	python$* setup.py install \
 		--single-version-externally-managed \
 		--root $(CURDIR)/debian/python-pastewebkit
-	# share Egg dir (remove versions from dirname)
-	mv debian/python-pastewebkit/usr/lib/python$*/site-packages/PasteWebKit-${DEB_UPSTREAM_VERSION}{-py$*,}.egg-info
-	# pth file is not needed since all paste* packages are installed in same directory
+	# share Egg dir (remove python's version from dirname)
+	mv debian/python-pastewebkit/usr/lib/python$*/site-packages/PasteWebKit-${DEB_UPSTREAM_VERSION}-py$*.egg-info \
+	   debian/python-pastewebkit/usr/lib/python$*/site-packages/PasteWebKit-${DEB_UPSTREAM_VERSION}.egg-info
+	# 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
-	# in paste-common package:
+	# provided by paste-common package:
 	rm -f debian/python-pastewebkit/usr/lib/python$*/site-packages/pastewebkit/paste/__init__.py
 
 binary-indep: build install




More information about the Python-modules-commits mailing list