[Python-modules-commits] r3737 - in /packages/quixote/trunk/debian: changelog rules

malex at users.alioth.debian.org malex at users.alioth.debian.org
Sat Nov 24 21:27:57 UTC 2007


Author: malex
Date: Sat Nov 24 21:27:57 2007
New Revision: 3737

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3737
Log:
Remove an extra run of python setup.py install from debian/rules - thanks to Piotr for the catch

Modified:
    packages/quixote/trunk/debian/changelog
    packages/quixote/trunk/debian/rules

Modified: packages/quixote/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/quixote/trunk/debian/changelog?rev=3737&op=diff
==============================================================================
--- packages/quixote/trunk/debian/changelog (original)
+++ packages/quixote/trunk/debian/changelog Sat Nov 24 21:27:57 2007
@@ -1,3 +1,10 @@
+quixote (2.5-3) unstable; urgency=low
+
+  * debian/rules: Remove the extra python setup.py install from the install
+    rule.
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Sat, 24 Nov 2007 14:24:27 -0700
+
 quixote (2.5-2) unstable; urgency=low
 
   * Really update the debian/watch file.

Modified: packages/quixote/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/quixote/trunk/debian/rules?rev=3737&op=diff
==============================================================================
--- packages/quixote/trunk/debian/rules (original)
+++ packages/quixote/trunk/debian/rules Sat Nov 24 21:27:57 2007
@@ -58,10 +58,6 @@
 		--root $(DEBIAN_DIR)/$(package)
 
 install: build install-prereq install-stamp
-	python setup.py install \
-		--no-compile \
-		--single-version-externally-managed \
-		--root $(DEBIAN_DIR)/$(package)
 
 binary-indep: build install
 




More information about the Python-modules-commits mailing list