[Pywps-commits] r377 - trunk/debian

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jun 12 12:17:13 CEST 2007


Author: jachym
Date: 2007-06-12 12:17:12 +0200 (Tue, 12 Jun 2007)
New Revision: 377

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/files
   trunk/debian/pywps.postinst.debhelper
   trunk/debian/pywps.substvars
Log:
updated debian

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-06-12 10:02:35 UTC (rev 376)
+++ trunk/debian/changelog	2007-06-12 10:17:12 UTC (rev 377)
@@ -1,3 +1,10 @@
+pywps (2.0.0-1) stable; urgency=low
+
+  * New version
+  * New code structure
+  * See change log for more details
+
+ -- Jachym Cepicky <jachym at les-ejk.cz>  Mon, 4 Jun 2007 15:38:00 +0200
 pywps (1.1.0-1) stable; urgency=low
 
   1.1.0 devel

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2007-06-12 10:02:35 UTC (rev 376)
+++ trunk/debian/control	2007-06-12 10:17:12 UTC (rev 377)
@@ -6,7 +6,7 @@
 Standards-Version: 3.6.2
 
 Package: pywps
-Architecture: any
+Architecture: all
 Depends: python, python-xml
 Suggests: grass, apache2, apache
 Description: Implementation of OGC's Web Processing Service

Modified: trunk/debian/files
===================================================================
--- trunk/debian/files	2007-06-12 10:02:35 UTC (rev 376)
+++ trunk/debian/files	2007-06-12 10:17:12 UTC (rev 377)
@@ -1 +1 @@
-pywps_1.0.0rc3-1_i386.deb web optional
+pywps_2.0.0-1_all.deb web optional

Modified: trunk/debian/pywps.postinst.debhelper
===================================================================
--- trunk/debian/pywps.postinst.debhelper	2007-06-12 10:02:35 UTC (rev 376)
+++ trunk/debian/pywps.postinst.debhelper	2007-06-12 10:17:12 UTC (rev 377)
@@ -4,11 +4,10 @@
 fi
 # End automatically added section
 # Automatically added by dh_python
-PYTHON=python2.4
+PYTHON=python2.5
 if which $PYTHON >/dev/null 2>&1 && [ -e /usr/lib/$PYTHON/compileall.py ]; then
-	DIRLIST=" /usr/lib/python2.4/site-packages"
+	DIRLIST=" /usr/lib/python2.5/site-packages"
 	for i in $DIRLIST ; do
-		$PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i
 		$PYTHON /usr/lib/$PYTHON/compileall.py -q $i
 	done
 fi

Modified: trunk/debian/pywps.substvars
===================================================================
--- trunk/debian/pywps.substvars	2007-06-12 10:02:35 UTC (rev 376)
+++ trunk/debian/pywps.substvars	2007-06-12 10:17:12 UTC (rev 377)
@@ -1 +1 @@
-python:Depends=python (<< 2.5), python (>= 2.4)
+python:Depends=python (>= 2.5), python (<< 2.6)



More information about the Pywps-commits mailing list