[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Build against python 2.4
Update of /home/minion/cvsroot/src/minion/debian
In directory moria:/tmp/cvs-serv30083/debian
Modified Files:
changelog control rules
Log Message:
Build against python 2.4
Index: changelog
===================================================================
RCS file: /home/minion/cvsroot/src/minion/debian/changelog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- changelog 17 Sep 2007 10:45:48 -0000 1.25
+++ changelog 17 Sep 2007 10:46:30 -0000 1.26
@@ -2,8 +2,9 @@
* New upstream version.
* Update copyright years.
+ * Build against python 2.4.
- -- Peter Palfrader <weasel@xxxxxxxxxx> Mon, 17 Sep 2007 12:42:38 +0200
+ -- Peter Palfrader <weasel@xxxxxxxxxx> Mon, 17 Sep 2007 12:46:16 +0200
mixminion (0.0.8~alpha2-1) experimental; urgency=low
Index: control
===================================================================
RCS file: /home/minion/cvsroot/src/minion/debian/control,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- control 2 Dec 2005 23:47:03 -0000 1.9
+++ control 17 Sep 2007 10:46:30 -0000 1.10
@@ -2,7 +2,7 @@
Section: net
Priority: optional
Maintainer: Peter Palfrader <weasel@xxxxxxxxxx>
-Build-Depends: debhelper (>= 4.1.65), libssl-dev (>=0.9.7), python, python2.3, python2.3-dev, dpatch
+Build-Depends: debhelper (>= 4.1.65), libssl-dev (>=0.9.7), python, python2.4, python2.4-dev, dpatch
Standards-Version: 3.6.2
Package: mixminion
Index: rules
===================================================================
RCS file: /home/minion/cvsroot/src/minion/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rules 12 May 2004 01:35:40 -0000 1.3
+++ rules 17 Sep 2007 10:46:30 -0000 1.4
@@ -3,7 +3,7 @@
#export DH_VERBOSE=1
export DH_COMPAT=4
-export PYTHON=python2.3
+export PYTHON=python2.4
export PACKAGE=mixminion
include /usr/share/dpatch/dpatch.make
@@ -85,7 +85,7 @@
dh_strip
dh_compress
dh_fixperms
- dh_python -V 2.3
+ dh_python -V 2.4
dh_installdeb
dh_shlibdeps
dh_gencontrol