[Python-modules-commits] r10430 - in packages/pygments/trunk/debian (changelog rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Fri Nov 13 22:33:36 UTC 2009


    Date: Friday, November 13, 2009 @ 22:33:35
  Author: piotr
Revision: 10430

Add --prefix=/usr (Python >= 2.6 needs it)

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

Modified: packages/pygments/trunk/debian/changelog
===================================================================
--- packages/pygments/trunk/debian/changelog	2009-11-13 20:06:03 UTC (rev 10429)
+++ packages/pygments/trunk/debian/changelog	2009-11-13 22:33:35 UTC (rev 10430)
@@ -1,3 +1,9 @@
+pygments (1.1.1+dfsg-2) unstable; urgency=low
+
+  * Add --prefix=/usr (Python >= 2.6 needs it)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Fri, 13 Nov 2009 23:04:50 +0100
+
 pygments (1.1.1+dfsg-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pygments/trunk/debian/rules
===================================================================
--- packages/pygments/trunk/debian/rules	2009-11-13 20:06:03 UTC (rev 10429)
+++ packages/pygments/trunk/debian/rules	2009-11-13 22:33:35 UTC (rev 10430)
@@ -24,7 +24,7 @@
 install: build $(PYVERS:%=install-python%-stamp)
 install-python%-stamp:
 	python$* setup.py install --single-version-externally-managed \
-		--root debian/python-pygments
+		--root debian/python-pygments --prefix=/usr
 	touch $@
 
 binary-indep: build install




More information about the Python-modules-commits mailing list