[DebianGIS-dev] r1613 - packages/gdal-grass/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Tue Jun 10 14:39:36 UTC 2008
Author: frankie
Date: 2008-06-10 14:39:35 +0000 (Tue, 10 Jun 2008)
New Revision: 1613
Added:
packages/gdal-grass/trunk/debian/README.source
Modified:
packages/gdal-grass/trunk/debian/changelog
packages/gdal-grass/trunk/debian/control
Log:
New upstream release
Added: packages/gdal-grass/trunk/debian/README.source
===================================================================
--- packages/gdal-grass/trunk/debian/README.source (rev 0)
+++ packages/gdal-grass/trunk/debian/README.source 2008-06-10 14:39:35 UTC (rev 1613)
@@ -0,0 +1,19 @@
+How to create an upstream tarball for the gdal-grass plugin
+-----------------------------------------------------------
+
+The gdal-grass source tarball can be generated starting from
+the gdal debianized source as follows:
+
+apt-get source gdal
+dpkg-source -x gdal_*-*.dsc
+cd gdal-*
+debian/rules gdal-grass
+
+It will generate a gdal-grass upstream tarball in the directory
+where you unpack the Debian sources.
+
+The gdal source provides the gdal-grass stanza since 1.5.2-1,
+with previous versions you need to create the tarball by
+configuring the package and run `make dist' within the
+frmts/grass directory.
+
Modified: packages/gdal-grass/trunk/debian/changelog
===================================================================
--- packages/gdal-grass/trunk/debian/changelog 2008-06-10 14:12:15 UTC (rev 1612)
+++ packages/gdal-grass/trunk/debian/changelog 2008-06-10 14:39:35 UTC (rev 1613)
@@ -1,3 +1,13 @@
+libgdal-grass (1.5.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Added a debian/README.source file to explain how to generate
+ an upstream tarball from the GDAL debinized source.
+ * Policy bumped to 3.8.0.
+ * Build-dep on compatible version of libgdal1-dev.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org> Tue, 10 Jun 2008 16:23:40 +0200
+
libgdal-grass (1.5.1-1) unstable; urgency=low
* New upstream release.
Modified: packages/gdal-grass/trunk/debian/control
===================================================================
--- packages/gdal-grass/trunk/debian/control 2008-06-10 14:12:15 UTC (rev 1612)
+++ packages/gdal-grass/trunk/debian/control 2008-06-10 14:39:35 UTC (rev 1613)
@@ -3,9 +3,9 @@
Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: debhelper (>>5.0.0), d-shlibs, libgdal1-dev (>=1.4.1) | libgdal1-1.3.2-dev,
+Build-Depends: debhelper (>>5.0.0), d-shlibs, libgdal1-dev (>=1.5.0),
grass-dev (>= 6.0.2-5), grass (>= 6.0.2-5), dpatch
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/gdal-grass/trunk
Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/gdal-grass/trunk
More information about the Pkg-grass-devel
mailing list