Author: frankie Date: 2007-04-07 19:04:34 +0000 (Sat, 07 Apr 2007) New Revision: 729
Modified: packages/thuban/trunk/debian/changelog packages/thuban/trunk/debian/control packages/thuban/trunk/debian/rules packages/thuban/trunk/debian/watch Log: Pyhton update Modified: packages/thuban/trunk/debian/changelog =================================================================== --- packages/thuban/trunk/debian/changelog 2007-04-07 18:54:33 UTC (rev 728) +++ packages/thuban/trunk/debian/changelog 2007-04-07 19:04:34 UTC (rev 729) @@ -3,8 +3,9 @@ * New upstream release. * Patchset updated. * Policy bumped to 3.7.2 (no changes). + * Updated for current Python Policy by using python-support. - -- Francesco Paolo Lovergine <[EMAIL PROTECTED]> Fri, 6 Apr 2007 13:41:13 +0200 + -- Francesco Paolo Lovergine <[EMAIL PROTECTED]> Sat, 7 Apr 2007 21:03:28 +0200 thuban (1.1.0-1) experimental; urgency=low Modified: packages/thuban/trunk/debian/control =================================================================== --- packages/thuban/trunk/debian/control 2007-04-07 18:54:33 UTC (rev 728) +++ packages/thuban/trunk/debian/control 2007-04-07 19:04:34 UTC (rev 729) @@ -3,12 +3,13 @@ Priority: extra Maintainer: Debian GIS Project <[email protected]> Uploaders: Silke Reimer <[EMAIL PROTECTED]>, Francesco Paolo Lovergine <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.1.25), python-dev, python-wxgtk2.6, proj, python-xmlbase, libgdal1-dev, dpatch, wx2.6-headers, libwxgtk2.6-dev, docbook-utils +Build-Depends: debhelper (>=5.0.0), python-dev, python-wxgtk2.6, proj, python-xmlbase, libgdal1-dev|libgdal1-1.3.2-1, dpatch, wx2.6-headers, libwxgtk2.6-dev, docbook-utils, python-support (>=0.6) Standards-Version: 3.7.2 Package: thuban Architecture: any -Depends: ${shlibs:Depends}, ${python:Depends}, python-wxgtk2.6, python-sqlite (>= 0.4), python-xmlbase, gdal-bin (>= 1.3.1-1) +Depends: ${shlibs:Depends}, ${python:Depends}, gdal-bin (>= 1.3.2-1) +Python-Depends: python-wxgtk2.6 (>= 2.6.3), python-sqlite (>= 0.4), python-xmlbase Recommends: python-psycopg, python-gdal Description: an interactive geographic data viewer Thuban can read geographic data in the shapefile format. Main features of Modified: packages/thuban/trunk/debian/rules =================================================================== --- packages/thuban/trunk/debian/rules 2007-04-07 18:54:33 UTC (rev 728) +++ packages/thuban/trunk/debian/rules 2007-04-07 19:04:34 UTC (rev 729) @@ -37,6 +37,7 @@ dh_testroot dh_clean dh_installdirs + python setup.py install --prefix=/usr --no-compile --root=$(CURDIR)/debian/thuban binary-arch: build install @@ -52,7 +53,7 @@ dh_strip dh_compress dh_fixperms - dh_python + dh_pysupport dh_installdeb dh_shlibdeps dh_gencontrol Modified: packages/thuban/trunk/debian/watch =================================================================== --- packages/thuban/trunk/debian/watch 2007-04-07 18:54:33 UTC (rev 728) +++ packages/thuban/trunk/debian/watch 2007-04-07 19:04:34 UTC (rev 729) @@ -1,2 +1,2 @@ -version=2 -ftp://intevation.de/thuban/Thuban-(.*)\.tar\.gz debian uupdate +version=3 +http://wald.intevation.org/frs/?group_id=6 Thuban-([\d\.]+).tar.bz2 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

