r1373 - in zodb/trunk/debian (changelog rules)

Fabio Tranchitella kobold at alioth.debian.org
Tue Apr 7 09:33:26 UTC 2009


    Date: Tuesday, April 7, 2009 @ 09:33:25
  Author: kobold
Revision: 1373

debian/rules: added --prefix=/usr to setup.py.

Modified:
  zodb/trunk/debian/changelog
  zodb/trunk/debian/rules

Modified: zodb/trunk/debian/changelog
===================================================================
--- zodb/trunk/debian/changelog	2009-04-03 10:10:24 UTC (rev 1372)
+++ zodb/trunk/debian/changelog	2009-04-07 09:33:25 UTC (rev 1373)
@@ -1,8 +1,9 @@
 zodb (1:3.6.0-4) unstable; urgency=low
 
   * debian/patches/py2.6.dpatch: updated, to make it really working.
+  * debian/rules: added --prefix=/usr to setup.py.
 
- -- Fabio Tranchitella <kobold at debian.org>  Fri, 03 Apr 2009 12:06:24 +0200
+ -- Fabio Tranchitella <kobold at debian.org>  Tue, 07 Apr 2009 11:33:08 +0200
 
 zodb (1:3.6.0-3) unstable; urgency=low
 

Modified: zodb/trunk/debian/rules
===================================================================
--- zodb/trunk/debian/rules	2009-04-03 10:10:24 UTC (rev 1372)
+++ zodb/trunk/debian/rules	2009-04-07 09:33:25 UTC (rev 1373)
@@ -25,7 +25,7 @@
 	for python in $(PYVERS); do \
 		$$python setup.py clean --all; \
 		$$python setup.py build; \
-		$$python setup.py install --root=$(CURDIR)/debian/python-zodb --no-compile ; \
+		$$python setup.py install --root=$(CURDIR)/debian/python-zodb --no-compile --prefix=/usr ; \
 		mkdir -p debian/python-zodb/usr/share/doc/python-zodb/ ; \
 		mv debian/python-zodb/usr/lib/python/site-packages/zope/testing/testrunner-ex \
 	   	debian/python-zodb/usr/share/doc/python-zodb/ ; \




More information about the pkg-zope-commits mailing list