[Pywps-commits] r718 - in tags: . pywps-3.0.0 pywps-3.0.0/debian pywps-3.0.0/doc

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Nov 6 22:27:32 CET 2008


Author: jachym
Date: 2008-11-06 22:27:32 +0100 (Thu, 06 Nov 2008)
New Revision: 718

Added:
   tags/pywps-3.0.0/
   tags/pywps-3.0.0/AUTHORS
   tags/pywps-3.0.0/doc/Makefile
Removed:
   tags/pywps-3.0.0/AUTHORS
   tags/pywps-3.0.0/doc/Makefile
Modified:
   tags/pywps-3.0.0/debian/docs
   tags/pywps-3.0.0/debian/files
   tags/pywps-3.0.0/debian/pywps.postinst
   tags/pywps-3.0.0/debian/pywps.postinst.debhelper
   tags/pywps-3.0.0/debian/pywps.prerm.debhelper
   tags/pywps-3.0.0/debian/pywps.substvars
   tags/pywps-3.0.0/setup.py
Log:
new stable version of PyWPS

Copied: tags/pywps-3.0.0 (from rev 714, branches/pywps-3.0)


Property changes on: tags/pywps-3.0.0
___________________________________________________________________
Name: svn:mergeinfo
   + 

Deleted: tags/pywps-3.0.0/AUTHORS
===================================================================
--- branches/pywps-3.0/AUTHORS	2008-10-14 00:33:47 UTC (rev 714)
+++ tags/pywps-3.0.0/AUTHORS	2008-11-06 21:27:32 UTC (rev 718)
@@ -1,4 +0,0 @@
-Jachym Cepicky
-    jachym.cepicky at centrum cz
-
-Stepan Kafka

Copied: tags/pywps-3.0.0/AUTHORS (from rev 715, branches/pywps-3.0/AUTHORS)

Modified: tags/pywps-3.0.0/debian/docs
===================================================================
--- branches/pywps-3.0/debian/docs	2008-10-14 00:33:47 UTC (rev 714)
+++ tags/pywps-3.0.0/debian/docs	2008-11-06 21:27:32 UTC (rev 718)
@@ -1,3 +1,3 @@
 doc/pywps-howto.pdf
 doc/pywps-howto.txt
-doc/pywps-howto.html
+doc/pywps-howto

Modified: tags/pywps-3.0.0/debian/files
===================================================================
--- branches/pywps-3.0/debian/files	2008-10-14 00:33:47 UTC (rev 714)
+++ tags/pywps-3.0.0/debian/files	2008-11-06 21:27:32 UTC (rev 718)
@@ -1 +1 @@
-pywps_2.0.0-1_all.deb web optional
+pywps_3.0.0-1_all.deb web optional

Modified: tags/pywps-3.0.0/debian/pywps.postinst
===================================================================
--- branches/pywps-3.0/debian/pywps.postinst	2008-10-14 00:33:47 UTC (rev 714)
+++ tags/pywps-3.0.0/debian/pywps.postinst	2008-11-06 21:27:32 UTC (rev 718)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 ln -s /usr/bin/wps.py /usr/lib/cgi-bin/wps.py
-chmod 777 /usr/lib/`pythonversions -d`/site-packages/pywps/Templates/1_0_0
-chmod 777 /usr/lib/`pythonversions -d`/site-packages/pywps/Templates/1_0_0/inc
+chmod 777 /usr/lib/python2.5/site-packages/pywps/Templates/1_0_0
+chmod 777 /usr/lib/python2.5/site-packages/pywps/Templates/1_0_0/inc

Modified: tags/pywps-3.0.0/debian/pywps.postinst.debhelper
===================================================================
--- branches/pywps-3.0/debian/pywps.postinst.debhelper	2008-10-14 00:33:47 UTC (rev 714)
+++ tags/pywps-3.0.0/debian/pywps.postinst.debhelper	2008-11-06 21:27:32 UTC (rev 718)
@@ -3,12 +3,3 @@
 	install-docs -i /usr/share/doc-base/pywps
 fi
 # End automatically added section
-# Automatically added by dh_python
-PYTHON=python2.5
-if which $PYTHON >/dev/null 2>&1 && [ -e /usr/lib/$PYTHON/compileall.py ]; then
-	DIRLIST=" /usr/lib/python2.5/site-packages"
-	for i in $DIRLIST ; do
-		$PYTHON /usr/lib/$PYTHON/compileall.py -q $i
-	done
-fi
-# End automatically added section

Modified: tags/pywps-3.0.0/debian/pywps.prerm.debhelper
===================================================================
--- branches/pywps-3.0/debian/pywps.prerm.debhelper	2008-10-14 00:33:47 UTC (rev 714)
+++ tags/pywps-3.0.0/debian/pywps.prerm.debhelper	2008-11-06 21:27:32 UTC (rev 718)
@@ -4,8 +4,3 @@
 	install-docs -r pywps
 fi
 # End automatically added section
-# Automatically added by dh_python
-dpkg -L pywps |
-	awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
-	xargs rm -f >&2
-# End automatically added section

Modified: tags/pywps-3.0.0/debian/pywps.substvars
===================================================================
--- branches/pywps-3.0/debian/pywps.substvars	2008-10-14 00:33:47 UTC (rev 714)
+++ tags/pywps-3.0.0/debian/pywps.substvars	2008-11-06 21:27:32 UTC (rev 718)
@@ -1 +1 @@
-python:Depends=python (>= 2.5), python (<< 2.6)
+python:Depends=python (<< 2.6), python (>= 2.5)

Deleted: tags/pywps-3.0.0/doc/Makefile
===================================================================
--- branches/pywps-3.0/doc/Makefile	2008-10-14 00:33:47 UTC (rev 714)
+++ tags/pywps-3.0.0/doc/Makefile	2008-11-06 21:27:32 UTC (rev 718)
@@ -1,37 +0,0 @@
-FILE=pywps-howto
-SRC=${FILE}.tex
-PDFLATEX=pdflatex
-PROCESS=../pywps/Process
-
-all: ${SRC}
-	make pdf
-	make html
-	make txt
-	make process
-
-pdf: ${SRC}
-	rm -f ${FILE}.pdf
-	${PDFLATEX} ${SRC}
-
-html: ${SRC}
-	latex2html -local_icons -split 0 ${SRC}
-
-txt: ${SRC} ${FILE}/${FILE}.html
-	links2 -dump ${FILE}/${FILE}.html > ${FILE}.txt
-
-process: ${PROCESS}
-	cd ${PROCESS} && pydoc -w ./Process.py && pydoc -w ./InAndOutputs.py && pydoc -w ./Lang.py && mv *.html ../../doc/
-
-clean:
-	rm -f *.aux *.log *.out *.nav *.snm *.toc *~ *.log *.bak all
-veryclean:
-	make clean
-	rm -f *.pdf *.ps ${FILE}.txt ${FILE}.html
-
-help:
-	@echo all
-	@echo pdf
-	@echo txt
-	@echo process
-	@echo clean
-	@echo veryclean

Copied: tags/pywps-3.0.0/doc/Makefile (from rev 717, branches/pywps-3.0/doc/Makefile)

Modified: tags/pywps-3.0.0/setup.py
===================================================================
--- branches/pywps-3.0/setup.py	2008-10-14 00:33:47 UTC (rev 714)
+++ tags/pywps-3.0.0/setup.py	2008-11-06 21:27:32 UTC (rev 718)
@@ -39,7 +39,7 @@
 
 setup(
         name = name,
-        version = '3.0.0rc4',
+        version = '3.0.0',
         maintainer="Jachym Cepicky",
         maintainer_email = 'jachym at les-ejk.cz',
         author = 'Jachym Cepicky',



More information about the Pywps-commits mailing list