[Piuparts-commits] rev 51 - in trunk: . debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Wed Jul 4 20:38:35 UTC 2007


Author: ana
Date: 2007-07-04 20:38:35 +0000 (Wed, 04 Jul 2007)
New Revision: 51

Modified:
   trunk/Makefile
   trunk/debian/changelog
Log:
Drop support for python 2.3 and add support for python 2.5.


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2007-07-04 20:33:35 UTC (rev 50)
+++ trunk/Makefile	2007-07-04 20:38:35 UTC (rev 51)
@@ -4,8 +4,8 @@
 mandir = $(sharedir)/man
 man1dir = $(mandir)/man1
 libdir = $(prefix)/lib
-site23 = $(libdir)/python2.3/site-packages
 site24 = $(libdir)/python2.4/site-packages
+site25 = $(libdir)/python2.5/site-packages
 etcdir = $(prefix)/etc
 version=${shell dpkg-parsechangelog | sed -n 's/^Version: *//p'}
 
@@ -35,10 +35,10 @@
 	install piuparts-analyze.py $(sharedir)/piuparts/piuparts-analyze
 	chmod +x $(sharedir)/piuparts/*.py
 
-	install -d $(site23)/piupartslib
 	install -d $(site24)/piupartslib
-	install -m 0644 piupartslib/*.py $(site23)/piupartslib
+	install -d $(site25)/piupartslib
 	install -m 0644 piupartslib/*.py $(site24)/piupartslib
+	install -m 0644 piupartslib/*.py $(site25)/piupartslib
 
 	install -d $(etcdir)/piuparts
 	for x in master slave; do \

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-07-04 20:33:35 UTC (rev 50)
+++ trunk/debian/changelog	2007-07-04 20:38:35 UTC (rev 51)
@@ -10,6 +10,7 @@
     with debfoster.
   * Remove m4 substitution, and use sed instead. Drop Build-Depends on m4. 
     (Closes: #431248)
+  * Drop support for python 2.3 and add support for python 2.5.
   * debian/rules:
     - Remove execution of checkversion in package build, not longer needed.
   * debian/control:




More information about the Piuparts-commits mailing list