User: pabs-guest Date: 06/06/14 17:40:27 Modified: debian changelog control rules Log: Update for new Python policy (Closes: #373461, #360576) Revision Changes Path 1.82 +6 -0 mapserver/debian/changelog CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog?annotate=1.82&cvsroot= CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog?rev=1.82&content-type=text/x-cvsweb-markup&cvsroot= CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog.diff?r1=1.82&r2=1.81&cvsroot= ----------------------------------- Index: changelog =================================================================== RCS file: /cvsroot/pkg-grass/mapserver/debian/changelog,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- changelog 1 May 2006 07:04:26 -0000 1.81 +++ changelog 14 Jun 2006 17:40:26 -0000 1.82 @@ -1,3 +1,9 @@ +mapserver (4.8.3-3) unstable; urgency=low + + * Update for new Python policy (Closes: #373461, #360576) + + -- Paul Wise <[EMAIL PROTECTED]> Wed, 14 Jun 2006 23:16:26 +0800 + mapserver (4.8.3-2) unstable; urgency=low [ Petter Reinholdtsen ] 1.41 +4 -1 mapserver/debian/control CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/control?annotate=1.41&cvsroot= CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/control?rev=1.41&content-type=text/x-cvsweb-markup&cvsroot= CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/control.diff?r1=1.41&r2=1.40&cvsroot= ----------------------------------- Index: control =================================================================== RCS file: /cvsroot/pkg-grass/mapserver/debian/control,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- control 28 Mar 2006 07:36:31 -0000 1.40 +++ control 14 Jun 2006 17:40:26 -0000 1.41 @@ -4,9 +4,10 @@ Maintainer: Debian GIS Project <[email protected]> Uploaders: Thomas Sondag <[EMAIL PROTECTED]>, Schuyler Erle <[EMAIL PROTECTED]>, Petter Reinholdtsen <[EMAIL PROTECTED]>, Paul Wise <[EMAIL PROTECTED]> Standards-Version: 3.6.2 -Build-Depends: debhelper (>= 4), dpatch, libcurl3-gnutls-dev | libcurl3-dev, libpng12-dev, zlib1g-dev (>= 1.1.4), libgd2-xpm-dev (>= 2.0.1-10), libfreetype6-dev (>=2.0.9), libjpeg62-dev, libgdal1-1.3.1-dev, proj, libwww-dev, postgresql-dev (>= 7.3.3-1), php4-dev, php5-dev, swig, python-dev, libgeos-dev +Build-Depends: debhelper (>= 5.0.37.1), dpatch, libcurl3-gnutls-dev | libcurl3-dev, libpng12-dev, zlib1g-dev (>= 1.1.4), libgd2-xpm-dev (>= 2.0.1-10), libfreetype6-dev (>=2.0.9), libjpeg62-dev, libgdal1-1.3.1-dev, proj, libwww-dev, postgresql-dev (>= 7.3.3-1), php4-dev, php5-dev, swig, python-all, python-all-dev, python-central (>= 0.4.10), libgeos-dev Build-Depends-Indep: python-docutils Build-Conflicts: libcurl3-openssl-dev +XS-Python-Version: all Package: php4-mapscript Section: web @@ -56,6 +57,8 @@ Architecture: any Depends: ${python:Depends}, ${shlibs:Depends} Suggests: mapserver-bin, mapserver-doc +Provides: ${python:Provides} +XB-Python-Version: ${python:Versions} Description: python mapserver lib python mapscript allows you to use the mapserver functionalities with python scripting language. 1.26 +11 -8 mapserver/debian/rules CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/rules?annotate=1.26&cvsroot= CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/rules?rev=1.26&content-type=text/x-cvsweb-markup&cvsroot= CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/rules.diff?r1=1.26&r2=1.25&cvsroot= ----------------------------------- Index: rules =================================================================== RCS file: /cvsroot/pkg-grass/mapserver/debian/rules,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- rules 1 Apr 2006 09:31:04 -0000 1.25 +++ rules 14 Jun 2006 17:40:26 -0000 1.26 @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=4 +export DH_COMPAT=5 # This has to be exported to make some magic below work. export DH_OPTIONS @@ -16,7 +16,7 @@ version=$(shell expr `pwd` : '.*-\([0-9.]*\)') version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*') CURDIR := $(shell pwd) -PYTHON=python +PYVERS=$(shell pyversions -r debian/control) PHP4API=$(shell php-config4 --phpapi) PHP4DIR=$(shell php-config4 --extension-dir) PHP5API=$(shell php-config5 --phpapi) @@ -119,7 +119,7 @@ # Build python cd $(CURDIR)/mapscript/python && \ - $(PYTHON) setup.py build + set -e; for python in $(PYVERS); do $$python setup.py build; done touch build-arch-stamp @@ -148,7 +148,8 @@ -$(RM) tile4ms -$(MAKE) mapscriptvars || touch mapscriptvars -cd mapscript/perl && $(MAKE) distclean - -cd mapscript/python && $(PYTHON) setup.py clean --all + -cd mapscript/python && \ + for python in $(PYVERS); do $$python setup.py clean; done -$(RM) mapscriptvars -$(RM) mapscript/perl/mapscript.i \ @@ -200,9 +201,10 @@ SITEPREFIX=$(CURDIR)/debian/perl-mapscript/usr/ # Python mapscript - cd $(CURDIR)/mapscript/python && \ - $(PYTHON) setup.py install \ - --root=$(CURDIR)/debian/python-mapscript/ + cd $(CURDIR)/mapscript/python && set -e ; \ + for python in $(PYVERS); do \ + $$python setup.py install --root=$(CURDIR)/debian/python-mapscript ; \ + done # Mapserver Binary install -m755 shp2mysql.pl legend scalebar shp2img shptree \ @@ -262,6 +264,8 @@ dh_installexamples -a chmod a-x debian/php*-mapscript/usr/share/doc/php*-mapscript/examples/*.phtml dh_installdebconf -a + dh_pycentral -ppython-mapscript + dh_python -ppython-mapscript dh_compress -a dh_link -a dh_strip -a @@ -271,7 +275,6 @@ dh_shlibdeps -a dh_perl -pperl-mapscript dh_perl -pmapserver-bin - dh_python -ppython-mapscript dh_gencontrol -a dh_md5sums -a dh_builddeb -a
_______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

