[SCM] postgis branch, master, updated. upstream/2.0.1-23-g22ccf92

2013-01-08 Thread Jerome Villeneuve Larouche
The following commit has been merged in the master branch:
commit 19444ee204f780d851f4cbf07d8b5ff96e85c0a7
Merge: 76a42fe504e10b70f2c597d7560c3ed3cce25c0d 
330f3d8dd7e01cc2ae899b3a1092c9afa4a97d92
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Fri Aug 17 14:51:12 2012 +

Merge commit 'upstream/2.0.1'


-- 
PostGIS for PostgreSQL

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] postgis branch, master, updated. upstream/2.0.1-23-g22ccf92

2013-01-08 Thread Jerome Villeneuve Larouche
The following commit has been merged in the master branch:
commit 4786692c6d524db24b558febed0bd77898786361
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Aug 23 16:00:29 2012 +

added dh_makeshlibs to debian/rules

diff --git a/debian/changelog b/debian/changelog
index 9b7640d..88afb7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 postgis (2.0.1-1) unstable; urgency=low
 
   * New upstream release, 2.0.1
+  * Removed old patches
+  * Added Makefile.comments patch
 
  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Fri, 17 Aug 2012 
14:56:22 +
 
diff --git a/debian/rules b/debian/rules
index 484e83f..6673d08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -140,6 +140,7 @@ binary-common:
dh_compress 
dh_fixperms
dh_installdeb
+   dh_makeshlibs
dh_shlibdeps
dh_gencontrol
dh_md5sums

-- 
PostGIS for PostgreSQL

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] postgis branch, master, updated. upstream/2.0.1-23-g22ccf92

2013-01-08 Thread Jerome Villeneuve Larouche
The following commit has been merged in the master branch:
commit 30e69ad8e38a29745455924b53c138194c21cbd4
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Tue Aug 21 18:52:53 2012 +

Removed Java support, fixed doc make in debian/rules, fixed cleaning

diff --git a/debian/changelog b/debian/changelog
index 7b7f8b6..9b7640d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.0.1-1) unstable; urgency=low
+
+  * New upstream release, 2.0.1
+
+ -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Fri, 17 Aug 2012 
14:56:22 +
+
 postgis (1.5.3-2) unstable; urgency=low
 
   * Moved pgsql2shp/shp2pgsql under conventional /usr/bin path.
diff --git a/debian/control b/debian/control
index f18a869..ffc56a7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Stephen Frost sfr...@debian.org, Francesco Paolo 
Lovergine frankie
 Build-Depends: debhelper (= 8), autotools-dev, flex, bison, libgeos-dev (= 
3.1.1),
  libproj-dev (= 4.5.0), libssl-dev, xsltproc, docbook, docbook-xsl,
  default-jdk, libpg-java, fastjar, libjts-java (= 1.7), imagemagick,
- libcunit1-dev, dblatex, libxml2-dev, libgtk2.0-dev, postgresql-server-dev-9.1
+ libcunit1-dev, dblatex, libxml2-dev, libgtk2.0-dev, postgresql-server-dev-9.1,
+ ant, libgdal-dev, postgresql-9.1
 Standards-Version: 3.9.2
 Homepage: http://postgis.refractions.net/
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/postgis.git
diff --git a/debian/patches/fixmakedoc b/debian/patches/fixmakedoc
new file mode 100644
index 000..28a573f
--- /dev/null
+++ b/debian/patches/fixmakedoc
@@ -0,0 +1,30 @@
+--- a/doc/Makefile.comments
 b/doc/Makefile.comments
+@@ -40,10 +40,10 @@
+ # If REGRESS=1 passed as a parameter, change the default install paths
+ # so that no prefix is included. This allows us to relocate to a temporary
+ # directory for regression testing.
+-ifeq ($(REGRESS),1)
+-bindir=/bin
+-pkglibdir=/lib
+-datadir=/share
+-datamoduledir=contrib/postgis
+-endif
++#ifeq ($(REGRESS),1)
++#bindir=/bin
++#pkglibdir=/lib
++#datadir=/share
++#datamoduledir=contrib/postgis
++#endif
+ 
+--- a/doc/Makefile
 b/doc/Makefile
+@@ -245,7 +245,7 @@
+   rm -f $(DESTDIR)$(PGSQL_DOCDIR)/postgis/postgis.html
+   rm -f $(DESTDIR)$(PGSQL_DOCDIR)/postgis/README.postgis
+ 
+-install: comments-install
++install: man-install docs-install
+ 
+ uninstall: comments-uninstall
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5deccea..3bef349 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
-install
-generator
-html_doc_resources
+fixmakedoc
diff --git a/debian/rules b/debian/rules
index b133eb2..484e83f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ clean:
dh_testroot
[ -f doc/html/postgis.html.prev ]  mv doc/html/postgis.html.prev 
doc/html/postgis.html || true
[ ! -f GNUmakefile ] || $(MAKE) distclean || true
-   [ ! -f java/jdbc/Makefile ] || $(MAKE) -C java/jdbc clean
+   $(MAKE) -C doc images-clean
rm -f $(CURDIR)/debian/*.postinst $(CURDIR)/debian/*.postrm
dh_clean 
 
@@ -66,11 +66,7 @@ install-indep: build-indep
--docdir=\$${prefix}/share/doc/postgis \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
-   --with-pgconfig=/usr/lib/postgresql/9.1/bin/pg_config
-   # PostGIS JDBC (with debug support)
-   $(MAKE) -C java/jdbc clean
-   DEBUGJAR=postgis_debug.fastjar JAR=fastjar JAVAC=javac $(MAKE) -C 
java/jdbc jar
-   DEBUGJAR=postgis_debug.fastjar JAR=fastjar JAVAC=javac $(MAKE) -C 
java/jdbc install 
DESTDIR=$(CURDIR)/debian/libpostgis-java/usr/share/java/$(JAVA_PATH)
+   --with-pgconfig=/usr/lib/postgresql/9.1/bin/pg_config \
# regress target uses pushd/popd
$(MAKE) SHELL=/bin/bash distclean
dh_install -i
@@ -98,11 +94,11 @@ install-arch: build-arch
$(MAKE)
$(MAKE) -C doc
$(MAKE) install DESTDIR=$(CURDIR)/debian/postgresql-9.1-postgis
-   $(MAKE) -C doc install \
-   
PGSQL_DOCDIR=$(CURDIR)/debian/postgis/usr/share/doc/postgis \
-   PGSQL_MANDIR=$(CURDIR)/debian/postgis/usr/share/man \
-   
PGSQL_SHAREDIR=$(CURDIR)/debian/postgis/usr/share/postgresql/9.1
-   install -o root -g root doc/postgis_comments.sql \
+   $(MAKE) -C doc man-install \
+   PGSQL_MANDIR=$(CURDIR)/debian/postgis/usr/share/man
+   $(MAKE) -C doc docs-install \
+   
PGSQL_DOCDIR=$(CURDIR)/debian/postgis/usr/share/doc/postgis
+   install -m644 doc/postgis_comments.sql \

$(CURDIR)/debian/postgresql-9.1-postgis/usr/share/postgresql/9.1/contrib/.
install -o root -g root -d 
$(CURDIR)/debian/postgresql-9.1-postgis/usr/lib/postgis/$(VERSION)/postgres/9.1/lib
mv 

[SCM] postgis branch, master, updated. upstream/2.0.1-23-g22ccf92

2013-01-08 Thread Jerome Villeneuve Larouche
The following commit has been merged in the master branch:
commit 22ccf92f12f7773648cdc5cdfcf068b716cfed89
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Sep 6 12:27:00 2012 +

Removed libpostgis-java package

diff --git a/debian/control b/debian/control
index ffc56a7..f16ed63 100644
--- a/debian/control
+++ b/debian/control
@@ -40,18 +40,3 @@ Description: Geographic objects support for PostgreSQL -- 
common files
  This package contains the PostGIS userland binaries, common files and
  documentation.
 
-Package: libpostgis-java
-Architecture: all
-Section: java
-Depends: libpg-java
-Suggests: postgresql-9.1-postgis, ${misc:Depends}
-Conflicts: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
-Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
-Description: Geographic objects support for PostgreSQL -- JDBC support
- PostGIS adds support for geographic objects to the PostgreSQL 
object-relational
- database. In effect, PostGIS spatially enables the PostgreSQL server, 
- allowing it to be used as a backend spatial database for geographic 
information
- systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
- follows the OpenGIS Simple Features Specification for SQL.
- .
- This package contains JDBC support for PostGIS.

-- 
PostGIS for PostgreSQL

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] postgis branch, ubuntu/lucid, updated. upstream/2.0.1-25-gc97994c

2013-01-08 Thread Jerome Villeneuve Larouche
The following commit has been merged in the ubuntu/lucid branch:
commit 20912a793e9df86830a0b469ff6c3dab940eff2a
Merge: f7794577c05c24adee4b524dc56132aaf78b8373 
4786692c6d524db24b558febed0bd77898786361
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Aug 23 17:37:21 2012 +

Upstream 2.0.1 update
Downgraded PostgreSQL to 8.4

diff --combined debian/changelog
index 5547504,88afb7e..0571fc7
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,8 -1,10 +1,18 @@@
- postgis (1.5.3-3~lucid1) lucid; urgency=low
++postgis (2.0.1-2~lucid1) lucid; urgency=low
 +
-   * Launchpad build for lucid
++  * Launchpad build for Lucid
++  * Downgraded PostgreSQL to 8.4
++  * Removed libpostgis-java
 +
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Fri, 08 Jun 2012 
18:07:34 +
++ -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 23 Aug 2012 
17:31:12 +
++
+ postgis (2.0.1-1) unstable; urgency=low
+ 
+   * New upstream release, 2.0.1
+   * Removed old patches
+   * Added Makefile.comments patch
+ 
+  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Fri, 17 Aug 2012 
14:56:22 +
  
  postgis (1.5.3-2) unstable; urgency=low
  
diff --combined debian/control
index f18a869,ffc56a7..bced2cb
--- a/debian/control
+++ b/debian/control
@@@ -6,27 -6,28 +6,28 @@@ Uploaders: Stephen Frost sfrost@debian
  Build-Depends: debhelper (= 8), autotools-dev, flex, bison, libgeos-dev (= 
3.1.1),
   libproj-dev (= 4.5.0), libssl-dev, xsltproc, docbook, docbook-xsl,
   default-jdk, libpg-java, fastjar, libjts-java (= 1.7), imagemagick,
-  libcunit1-dev, dblatex, libxml2-dev, libgtk2.0-dev, postgresql-server-dev-9.1
 - libcunit1-dev, dblatex, libxml2-dev, libgtk2.0-dev, 
postgresql-server-dev-9.1,
 - ant, libgdal-dev, postgresql-9.1
++ libcunit1-dev, dblatex, libxml2-dev, libgtk2.0-dev, 
postgresql-server-dev-8.4,
++ ant, libgdal-dev, postgresql-8.4
  Standards-Version: 3.9.2
  Homepage: http://postgis.refractions.net/
  Vcs-Browser: http://git.debian.org/?p=pkg-grass/postgis.git
  Vcs-Git: git://git.debian.org/git/pkg-grass/postgis.git
  
--Package: postgresql-9.1-postgis
++Package: postgresql-8.4-postgis
  Architecture: any
--Depends: ${shlibs:Depends}, postgis, postgresql-9.1, ${misc:Depends}
++Depends: ${shlibs:Depends}, postgis, postgresql-8.4, ${misc:Depends}
  Conflicts: postgis ( 1.2.1)
--Description: Geographic objects support for PostgreSQL 9.1
++Description: Geographic objects support for PostgreSQL 8.4
   PostGIS adds support for geographic objects to the PostgreSQL 
object-relational
   database. In effect, PostGIS spatially enables the PostgreSQL server, 
   allowing it to be used as a backend spatial database for geographic 
information
   systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
   follows the OpenGIS Simple Features Specification for SQL.
   .
-- This package supports PostgreSQL 9.1.
++ This package supports PostgreSQL 8.4.
  
  Package: postgis
--Suggests: postgresql-9.1-postgis
++Suggests: postgresql-8.4-postgis
  Depends: ${shlibs:Depends}, ${misc:Depends}
  Architecture: any
  Description: Geographic objects support for PostgreSQL -- common files
@@@ -38,19 -39,19 +39,3 @@@
   .
   This package contains the PostGIS userland binaries, common files and
   documentation.
--
--Package: libpostgis-java
--Architecture: all
--Section: java
--Depends: libpg-java
--Suggests: postgresql-9.1-postgis, ${misc:Depends}
--Conflicts: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
--Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
--Description: Geographic objects support for PostgreSQL -- JDBC support
-- PostGIS adds support for geographic objects to the PostgreSQL 
object-relational
-- database. In effect, PostGIS spatially enables the PostgreSQL server, 
-- allowing it to be used as a backend spatial database for geographic 
information
-- systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
-- follows the OpenGIS Simple Features Specification for SQL.
-- .
-- This package contains JDBC support for PostGIS.
diff --combined debian/rules
index b133eb2,6673d08..c22aca4
--- a/debian/rules
+++ b/debian/rules
@@@ -51,7 -51,7 +51,7 @@@ clean
dh_testroot
[ -f doc/html/postgis.html.prev ]  mv doc/html/postgis.html.prev 
doc/html/postgis.html || true
[ ! -f GNUmakefile ] || $(MAKE) distclean || true
-   [ ! -f java/jdbc/Makefile ] || $(MAKE) -C java/jdbc clean
+   $(MAKE) -C doc images-clean
rm -f $(CURDIR)/debian/*.postinst $(CURDIR)/debian/*.postrm
dh_clean 
  
@@@ -66,11 -66,7 +66,7 @@@ install-indep: build-inde
--docdir=\$${prefix}/share/doc/postgis \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
-   --with-pgconfig=/usr/lib/postgresql/9.1/bin/pg_config
-   # PostGIS JDBC (with debug support)
-   $(MAKE) -C java/jdbc clean
-   DEBUGJAR=postgis_debug.fastjar 

[SCM] postgis branch, ubuntu/lucid, updated. upstream/2.0.1-25-gc97994c

2013-01-08 Thread Jerome Villeneuve Larouche
The following commit has been merged in the ubuntu/lucid branch:
commit c97994c2b423fa53f1964cc856611bb935d67eb2
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 1 20:56:38 2012 +

Launchpad rebuild

diff --git a/debian/changelog b/debian/changelog
index 0571fc7..1ecd9c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.0.1-2~lucid2) lucid; urgency=low
+
+  * Launchpad build for Lucid
+
+ -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 01 Nov 2012 
15:46:54 +
+
 postgis (2.0.1-2~lucid1) lucid; urgency=low
 
   * Launchpad build for Lucid

-- 
PostGIS for PostgreSQL

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] postgis branch, ubuntu/oneiric, updated. upstream/2.0.1-26-g6500830

2013-01-08 Thread Jerome Villeneuve Larouche
The following commit has been merged in the ubuntu/oneiric branch:
commit e3b0a67e7c39b004bf3caffda4b1f0d5d7033127
Merge: 429b9af0ddae902383f9377c9f36e702296da84e 
22ccf92f12f7773648cdc5cdfcf068b716cfed89
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Sep 6 12:43:29 2012 +

2.0.1 Release

Merge branch 'master' into ubuntu/oneiric

Conflicts:
debian/changelog

diff --combined debian/changelog
index 0da8850,88afb7e..d07c51c
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,8 -1,10 +1,16 @@@
- postgis (1.5.3-3~oneiric1) oneiric; urgency=low
++postgis (2.0.1-2~oneiric1) oneiric; urgency=low
 +
-   * Launchpad release for Oneiric
++  * Launchpad build for Oneiric
 +
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Fri, 08 Jun 2012 
18:03:56 +
++ -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 06 Sep 2012 
12:42:28 +
++
+ postgis (2.0.1-1) unstable; urgency=low
+ 
+   * New upstream release, 2.0.1
+   * Removed old patches
+   * Added Makefile.comments patch
+ 
+  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Fri, 17 Aug 2012 
14:56:22 +
  
  postgis (1.5.3-2) unstable; urgency=low
  

-- 
PostGIS for PostgreSQL

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] postgis branch, ubuntu/oneiric, updated. upstream/2.0.1-26-g6500830

2013-01-08 Thread Jerome Villeneuve Larouche
The following commit has been merged in the ubuntu/oneiric branch:
commit 6500830421da3c3c185a0383231b929b71d0a5d7
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 1 15:46:24 2012 +

Oneiric rebuild

diff --git a/debian/changelog b/debian/changelog
index d07c51c..e795428 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.0.1-2~oneiric2) oneiric; urgency=low
+
+  * Launchpad build for Oneiric
+
+ -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 01 Nov 2012 
15:40:46 +
+
 postgis (2.0.1-2~oneiric1) oneiric; urgency=low
 
   * Launchpad build for Oneiric

-- 
PostGIS for PostgreSQL

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] postgis branch, ubuntu/precise, updated. upstream/2.0.1-26-gdd10d43

2013-01-08 Thread Jerome Villeneuve Larouche
The following commit has been merged in the ubuntu/precise branch:
commit 6f1e3bb055d939eb103031de136c81ba80fd8509
Merge: e615445f2f3439f3f733380d531475e78cf13d6e 
4786692c6d524db24b558febed0bd77898786361
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Aug 23 16:14:14 2012 +

2.0.1 Upstream update

Conflicts:
debian/changelog

diff --combined debian/changelog
index 7ee400e,88afb7e..2e6de9d
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,8 -1,10 +1,16 @@@
- postgis (1.5.3-3~precise1) precise; urgency=low
++postgis (2.0.1-2~precise1) precise; urgency=low
 +
 +  * Launchpad build for Precise
 +
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Fri, 08 Jun 2012 
14:04:26 +
++ -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 23 Aug 2012 
16:15:01 +
++
+ postgis (2.0.1-1) unstable; urgency=low
+ 
+   * New upstream release, 2.0.1
+   * Removed old patches
+   * Added Makefile.comments patch
+ 
+  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Fri, 17 Aug 2012 
14:56:22 +
  
  postgis (1.5.3-2) unstable; urgency=low
  

-- 
PostGIS for PostgreSQL

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] postgis branch, ubuntu/precise, updated. upstream/2.0.1-26-gdd10d43

2013-01-08 Thread Jerome Villeneuve Larouche
The following commit has been merged in the ubuntu/precise branch:
commit 376fb510a181621658778d4fd48b5aabf1500a2a
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Sep 6 12:41:26 2012 +

Removed libpostgis-java

diff --git a/debian/changelog b/debian/changelog
index 2e6de9d..2eae936 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 postgis (2.0.1-2~precise1) precise; urgency=low
 
   * Launchpad build for Precise
+  * Removed libpostgis-java
 
  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 23 Aug 2012 
16:15:01 +
 
diff --git a/debian/control b/debian/control
index ffc56a7..2f2ef9b 100644
--- a/debian/control
+++ b/debian/control
@@ -39,19 +39,3 @@ Description: Geographic objects support for PostgreSQL -- 
common files
  .
  This package contains the PostGIS userland binaries, common files and
  documentation.
-
-Package: libpostgis-java
-Architecture: all
-Section: java
-Depends: libpg-java
-Suggests: postgresql-9.1-postgis, ${misc:Depends}
-Conflicts: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
-Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
-Description: Geographic objects support for PostgreSQL -- JDBC support
- PostGIS adds support for geographic objects to the PostgreSQL 
object-relational
- database. In effect, PostGIS spatially enables the PostgreSQL server, 
- allowing it to be used as a backend spatial database for geographic 
information
- systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
- follows the OpenGIS Simple Features Specification for SQL.
- .
- This package contains JDBC support for PostGIS.

-- 
PostGIS for PostgreSQL

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] postgis branch, ubuntu/precise, updated. upstream/2.0.1-26-gdd10d43

2013-01-08 Thread Jerome Villeneuve Larouche
The following commit has been merged in the ubuntu/precise branch:
commit dd10d43e4b9551a6afd99880a466a4e0d2f6600e
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 1 15:39:55 2012 +

Precise rebuild

diff --git a/debian/changelog b/debian/changelog
index 2eae936..c25edc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.0.1-2~precise2) precise; urgency=medium
+
+  * Launchpad build for Precise
+
+ -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 01 Nov 2012 
15:38:36 +
+
 postgis (2.0.1-2~precise1) precise; urgency=low
 
   * Launchpad build for Precise

-- 
PostGIS for PostgreSQL

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] postgis branch, ubuntu/quantal, created. upstream/2.0.1-24-gedd21fe

2013-01-08 Thread Jerome Villeneuve Larouche
The branch, ubuntu/quantal has been created
at  edd21fe8a60177df3ef34a3118e6ecf210338082 (commit)

- Shortlog 
commit edd21fe8a60177df3ef34a3118e6ecf210338082
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 1 15:38:15 2012 +

Quantal release

---

-- 
PostGIS for PostgreSQL

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel