[Python-modules-commits] r10727 - in packages/bugz/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Dec 9 19:42:40 UTC 2009


    Date: Wednesday, December 9, 2009 @ 19:42:39
  Author: morph
Revision: 10727

* debian/rules
  - add --prefix=/usr to setup.py install, Python 2.6 installs by default in
    /usr/local; thanks to Jakub Wilk for the report and to Jonathan Wiltshire
    for the patch; Closes: #557791

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

Modified: packages/bugz/trunk/debian/changelog
===================================================================
--- packages/bugz/trunk/debian/changelog	2009-12-09 19:20:05 UTC (rev 10726)
+++ packages/bugz/trunk/debian/changelog	2009-12-09 19:42:39 UTC (rev 10727)
@@ -10,8 +10,14 @@
     - set DM-Upload-Allowed: yes
   * copyright: the package is released GPLv2 or later
 
- -- Rolf Leggewie <foss at rolf.leggewie.biz>  Thu, 03 Dec 2009 14:49:59 +0100
+  [ Sandro Tosi ]
+  * debian/rules
+    - add --prefix=/usr to setup.py install, Python 2.6 installs by default in
+      /usr/local; thanks to Jakub Wilk for the report and to Jonathan Wiltshire
+      for the patch; Closes: #557791
 
+ -- Sandro Tosi <morph at debian.org>  Wed, 09 Dec 2009 20:39:37 +0100
+
 bugz (0.7.3-1) unstable; urgency=low
 
   * initial release. (Closes: #515092)

Modified: packages/bugz/trunk/debian/rules
===================================================================
--- packages/bugz/trunk/debian/rules	2009-12-09 19:20:05 UTC (rev 10726)
+++ packages/bugz/trunk/debian/rules	2009-12-09 19:42:39 UTC (rev 10727)
@@ -16,7 +16,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k 
-	python setup.py install --root=$(CURDIR)/debian/bugz/
+	python setup.py install --root=$(CURDIR)/debian/bugz/ --prefix=/usr
 	dh_install
 
 binary-indep: install




More information about the Python-modules-commits mailing list