This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 18216c00280c8e240b1485b4dd6a865586a1604e
Merge: 954a8d0 d414313
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Fri Jul 10 07:31:32 2015 +0200

    Merge branch 'upstream', i.e. postgis-2.1.8.

 ._config.guess                                     | Bin 0 -> 239 bytes
 ._config.sub                                       | Bin 0 -> 239 bytes
 ._install-sh                                       | Bin 0 -> 239 bytes
 ChangeLog                                          | 147 ++++++++++++
 NEWS                                               |  15 ++
 README.postgis                                     |   4 +-
 Version.config                                     |   2 +-
 config.guess                                       |   6 +-
 config.sub                                         |  10 +-
 configure                                          | 255 +++++++++++++++------
 configure.ac                                       |   2 +-
 debian/changelog                                   |   5 +-
 doc/faq_raster.xml                                 |   3 +-
 doc/introduction.xml                               |   2 +-
 doc/reference_sfcgal.xml                           |   7 +
 doc/release_notes.xml                              |  59 +++--
 extensions/postgis/postgis.control                 |   2 +-
 .../postgis_tiger_geocoder.control                 |   2 +-
 .../postgis_topology/postgis_topology.control      |   2 +-
 extensions/upgradeable_versions.mk                 |  11 +-
 liblwgeom/Makefile.in                              |   1 +
 liblwgeom/cunit/cu_algorithm.c                     |  11 +-
 liblwgeom/cunit/cu_libgeom.c                       |  46 +++-
 liblwgeom/cunit/cu_ptarray.c                       |   2 +-
 liblwgeom/g_serialized.c                           |  47 ++--
 liblwgeom/lwgeodetic.h                             |   4 +-
 liblwgeom/lwgeodetic_tree.h                        |   2 +-
 liblwgeom/lwgeom.c                                 |   7 +-
 liblwgeom/lwgeom_geos.c                            |   4 +-
 liblwgeom/lwin_geojson.c                           |  71 +++---
 liblwgeom/lwline.c                                 |   7 +-
 liblwgeom/lwlinearreferencing.c                    |  28 ++-
 liblwgeom/ptarray.c                                |  10 +-
 libtool                                            | 159 +++++++++++--
 loader/shp2pgsql-core.c                            |   5 +
 loader/shp2pgsql-core.h                            |   5 +-
 ltmain.sh                                          |  81 ++++++-
 macros/._libtool.m4                                | Bin 0 -> 239 bytes
 macros/._ltoptions.m4                              | Bin 0 -> 239 bytes
 macros/._ltsugar.m4                                | Bin 0 -> 239 bytes
 macros/._lt~obsolete.m4                            | Bin 0 -> 239 bytes
 macros/libtool.m4                                  | 171 +++++++++-----
 macros/ltoptions.m4                                |   2 +-
 macros/ltsugar.m4                                  |   2 +-
 macros/ltversion.m4                                |  12 +-
 macros/lt~obsolete.m4                              |   2 +-
 postgis/geography_btree.c                          |  32 ++-
 postgis/geography_inout.c                          |   4 +-
 postgis/lwgeom_accum.c                             |  11 +-
 postgis/lwgeom_export.c                            |  42 ++--
 postgis/lwgeom_functions_basic.c                   |   9 +-
 postgis/postgis.sql.in                             |  95 ++++----
 postgis/sqldefines.h                               |  10 +-
 postgis_svn_revision.h                             |   2 +-
 raster/test/regress/tickets.sql                    |  84 +++++++
 raster/test/regress/tickets_expected               |   9 +
 regress/affine.sql                                 |   3 +
 regress/affine_expected                            |   1 +
 regress/in_geojson.sql                             |  16 ++
 regress/in_geojson_expected                        |  10 +
 regress/regress_lrs.sql                            |   1 +
 regress/regress_lrs_expected                       |   1 +
 62 files changed, 1157 insertions(+), 386 deletions(-)

diff --cc debian/changelog
index 580d7bc,0000000..7b4e4fe
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,973 -1,0 +1,974 @@@
- postgis (2.1.7+dfsg-3) UNRELEASED; urgency=medium
++postgis (2.1.8+dfsg-1) UNRELEASED; urgency=medium
 +
++  * New upstream version.
 +  * Re-add libmaven-compiler-plugin-java to the B-D as an alternative, so
 +    this package remains backward compatible.
 +
-  -- Markus Wanner <mar...@bluegap.ch>  Tue, 16 Jun 2015 21:59:17 +0200
++ -- Markus Wanner <mar...@bluegap.ch>  Fri, 10 Jul 2015 07:30:17 +0200
 +
 +postgis (2.1.7+dfsg-2) unstable; urgency=medium
 +
 +  * Apply patch from Ubuntu to depend on libmaven-compiler-plugin-2.5-java,
 +    fixes build failure with maven-compiler-plugin 3.x.
 +    (closes: #788761)
 +  * Update copyright file, changes:
 +    - Drop .0 from GPL license shortnames
 +    - Align copyright holders
 +    - Group files & copyright by license
 +
 + -- Bas Couwenberg <sebas...@debian.org>  Sun, 14 Jun 2015 21:55:36 +0200
 +
 +postgis (2.1.7+dfsg-1) unstable; urgency=medium
 +
 +  * Restore get-orig-source target, but use uscan instead of custom script.
 +  * Move from experimental to unstable.
 +
 + -- Bas Couwenberg <sebas...@debian.org>  Fri, 01 May 2015 20:10:33 +0200
 +
 +postgis (2.1.7+dfsg-1~exp1) experimental; urgency=medium
 +
 +  [ Bas Couwenberg ]
 +  * Drop get-orig-source target, script removed in favor of uscan.
 +
 +  [ Markus Wanner ]
 +  * New upstream release.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Mon, 30 Mar 2015 19:51:02 +0200
 +
 +postgis (2.1.6+dfsg-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release.
 +  * Skip tests on mipsel too, due to persistent buildd issues.
 +  * Use uscan repacking to exclude CITE tests from upstream source.
 +  * Update patches for new upstream release.
 +  * Generate pom.xml before running maven.
 +  * Update symbols for liblwgeom-2.1.6.
 +
 + -- Bas Couwenberg <sebas...@debian.org>  Sat, 21 Mar 2015 15:49:02 +0100
 +
 +postgis (2.1.5+dfsg-1~exp2) experimental; urgency=medium
 +
 +  * Update symbols for liblwgeom-2.1.5.
 +  * Update Homepage URL from postgis.refractions.net to postgis.net.
 +  * Update my email to use @debian.org address.
 +  * Add build dependency on openjdk-7-jdk | java7-sdk required to build
 +    libpostgis-java. OpenJDK 7 is not yet available on GNU/Hurd.
 +  * GNU/Hurd doesn't implement semaphores; skip regress tests on hurd-*.
 +
 + -- Bas Couwenberg <sebas...@debian.org>  Sun, 08 Feb 2015 21:41:31 +0100
 +
 +postgis (2.1.5+dfsg-1~exp1) experimental; urgency=medium
 +
 +  [ Markus Wanner ]
 +  * Downgrade the recommends on postgis to a suggestion, so we don't ever
 +    recommend all the way through to another PostgreSQL major version,
 +    when installing a specific postgresql-X.Y-postgis-2.1 package.
 +
 +  [ Bas Couwenberg ]
 +  * New upstream release.
 +  * Add upstream metadata.
 +  * Add Brazilian translation by José de Figueiredo. Closes: #771782.
 +  * Fix get-orig-source path in watch file.
 +  * Update copyright file, changes:
 +    - Update copyright years
 +    - Change config.{sub,guess} license to GPL-3+ with Autoconf exception
 +    - Remove {extensions,raster}/Makefile, no longer included.
 +  * Drop enable-ppc64el.patch, applied upstream. Refresh remaining patches.
 +
 + -- Bas Couwenberg <sebas...@xs4all.nl>  Wed, 24 Dec 2014 14:49:02 +0100
 +
 +postgis (2.1.4+dfsg-2) unstable; urgency=medium
 +
 +  * Add Dutch translation by Frans Spiesschaert. Closes: #765409.
 +  * Bump S-V: no changes required.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Wed, 15 Oct 2014 10:58:52 +0200
 +
 +postgis (2.1.4+dfsg-1) unstable; urgency=medium
 +
 +  [ Paulo Flabiano Smorigo ]
 +  * add -lm for liblwgeom to avoid linkage problem.
 +  * enable ppc64el.
 +    (closes: #759505)
 +
 +  [ Bas Couwenberg ]
 +  * Add Swedish translation by Martin Bagge. Closes: #761975.
 +  * Add strip-invalid-whitespace-in-pom.patch to fix mh_cleanpom failure.
 +  * Update copyright file.
 +  * Add patch to fix FTBFS on hurd-i386.
 +
 +  [ Markus Wanner ]
 +  * New upstream release, 2.1.4. Adapt packaging to the new version.
 +  * Drop patches debian-versions, fix-armel, use-json-c, and
 +    postgresql-9.4-fixes.patch, these should be fixed upstream.
 +  * Refresh patches use-debian-maven, honor-build-flags, and
 +    enable-ppc64el.patch.
 +  * Add patch correct-java-version.patch.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Sun, 21 Sep 2014 19:39:46 +0200
 +
 +postgis (2.1.3+dfsg-4) unstable; urgency=low
 +
 +  [ Bas Couwenberg ]
 +  * Add Czech translation by Michal Šimůnek. Closes: 751426.
 +  * Add Japanese translation by victory. Closes: 756718.
 +  * Add Danish translation by Joe Dalton. Closes: 757653.
 +  * Update for PostgreSQL 9.4.
 +
 +  [ Jérémy Lal ]
 +  * Switch Build-Deps back to default-jdk instead of openjdk 7 | 8,
 +    as gcj-jdk does work now.
 +  * Backport upstream commits fixing test results with PostgreSQL 9.4.
 +  
 +  [ Markus Wanner ]
 +  * Let postgis recommend the (most up to date) extension, rather than
 +    only suggesting it.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Thu, 14 Aug 2014 13:40:03 +0200
 +
 +postgis (2.1.3+dfsg-3) unstable; urgency=high
 +
 +  * In patch use-debian-maven: Also drop the version requirement for the
 +    maven-javadoc-plugin.
 +  * Add Breaks & Replaces against liblwgeom-2.1.2, which shipped
 +    liblwgeom-2.1.3.so in a package named liblwgeom-2.1.2 due to the
 +    attempted quick security fix. Closes: #749015.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Thu, 22 May 2014 17:59:05 +0200
 +
 +postgis (2.1.3+dfsg-2) unstable; urgency=high
 +
 +  [ Bas Couwenberg ]
 +  * Bump liblwgeom package name from 2.1.2 to 2.1.3.
 +    (closes: #748756)
 +
 +  [ Markus Wanner ]
 +  * Add NEWS.Debian to warn about a possibly breaking change.
 +  * Correct patch use-json-c. Drop explicit dependencies, but rely on
 +    shlibs:Depends, instead. Closes: #748332.
 +  * Revert parts of the patch use-debian-maven to actually build the
 +    javadocs. Add a libpostgis-java-doc package carrying the docs.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Wed, 21 May 2014 10:15:57 +0200
 +
 +postgis (2.1.3+dfsg-1) unstable; urgency=high
 +
 +  * New upstream release, 2.1.3: strengthens the code to forbid database
 +    users to trigger opening of arbitrary files or network connections by
 +    the system user running the PostgreSQL server process.
 +  * Add B-D-I libmaven-javadoc-plugin-java to support a new plugin in the
 +    jdbc pom file - supposedly generating java documentation.
 +  * Adjust the following patches to the new release: debian-versions, and
 +    use-debian-maven.
 +  * Refresh line numbers on: honor-build-flags, use-json-c.
 +  * Drop obsolete patch: java-version-fix.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Wed, 14 May 2014 13:55:46 +0200
 +
 +postgis (2.1.2+dfsg-3) unstable; urgency=low
 +
 +  * Also use dh-autoreconf to update libtool.m4. Closes: #744648. Move
 +    that and dh_autotools-dev above the copying step.
 +  * Update B-D on libjson-c-dev. Add patch use-josn-c to not only detect,
 +    but actually use the new directory for its include files.
 +    Closes: #745010.
 +  * Allow translations of the debconf notice for postgis-2.0 deprecation.
 +  * Add a German translation.
 +  * Add a Russian translation by Yuri Kozlov. Closes: #744268.
 +  * Add a French translation by Julien Patriarca. Closes: #744749.
 +  * Add a Polish translation by Michał Kułach. Closes: #745068.
 +  * Add a Portuguese translation by Américo Monteiro. Closes: #745148.
 +  * Add a Spanish translation by Matias A. Bellone. Closes: #745785.
 +  * Add a Italian translation by Beatrice Torracca. Closes: #747587.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Mon, 12 May 2014 18:53:55 +0200
 +
 +postgis (2.1.2+dfsg-2) unstable; urgency=medium
 +
 +  * Fix arch-only builds by moving the maven-repo-helper dependency from
 +    B-D-I to B-D.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Mon, 07 Apr 2014 16:36:07 +0200
 +
 +postgis (2.1.2+dfsg-1) unstable; urgency=medium
 +
 +  * Add myself to Uploaders.
 +  * Update copyright file using copyright-format 1.0.
 +  * Repack upstream tarball, remove OGC test cases with unclear license.
 +    (closes: #743489)
 +  * Add gbp.conf to use pristine-tar by default.
 +  * Add man page for raster2pgsql.
 +    (closes: #717307)
 +  * Bump Debhelper compatibility to 9.
 +  * Add partial German translation for documentation.
 +    Thanks to Chris Leick for the patch.
 +    (closes: #729284)
 +
 + -- Bas Couwenberg <sebas...@xs4all.nl>  Fri, 04 Apr 2014 20:16:30 +0200
 +
 +postgis (2.1.2-1) unstable; urgency=low
 +
 +  * New upstream release, 2.1.1. Closes: #728724.
 +  * Adapt liblwgeom package name and dependencies to match the new release
 +    version number.
 +  * Add a suggestion for postgis-doc. Closes: #737497.
 +  * Refresh patches debian-versions, honor-build-flags, and
 +    java-version-fix.
 +  * Drop patches fix-kfreebsd, fix-big-endian, joinsel-issue2543, and
 +    doc-resources - these got applied upstream.
 +  * Add upstream issue number to patch fix-armel - that one hasn't been
 +    applied upstream, yet.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Mon, 31 Mar 2014 13:07:07 +0200
 +
 +postgis (2.1.1-6) unstable; urgency=low
 +
 +  * Recommend postgresql-contrib-M.N for the fuzzystrmatch
 +    extension, which postgis_tiger_decoder depends on.
 +  * Update README.Debian, make sure the sql scripts are included in the
 +    -scripts package for the newest Postgres version as well.
 +    Closes: #724626.
 +  * Correct java-version-fix, so the jar-version becomes 2.1.1 rather than
 +    some rc. Closes: #721721.
 +  * Deduplicate highly redundant .sql files in *-postgis-scripts.
 +  * Drop the ored dependency on openjdk-6-jdk.
 +  * Add a couple more files to the extend-diff-ignore.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Wed, 19 Mar 2014 10:16:41 +0100
 +
 +postgis (2.1.1-5) unstable; urgency=low
 +
 +  * Use dh-autoreconf for up-to-date config.guess and config.sub.
 +    Closes: #727945.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Mon, 27 Jan 2014 21:10:42 +0100
 +
 +postgis (2.1.1-4) unstable; urgency=low
 +
 +  * Drop an unneeded fixmakedoc patch.
 +  * Add style.css and images to postgis-doc. Closes: #649352.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Sun, 19 Jan 2014 15:48:48 +0100
 +
 +postgis (2.1.1-3) unstable; urgency=low
 +
 +  * Fix FTBFS on at least powerpc and mips by commenting out a few tests
 +    that check against a serialized representation, which is architecture
 +    dependent.
 +  * Apply (experimental) upstream patch preventing against selectivity
 +    estimates bigger than 1.0.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Tue, 14 Jan 2014 22:18:56 +0100
 +
 +postgis (2.1.1-2) unstable; urgency=medium
 +
 +  * Fix FTBFS on armel, maybe others, with yet another patch.
 +  * debian/control: bumped Standard-Versions to 3.9.5, no changes needed.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Thu, 09 Jan 2014 20:00:54 +0100
 +
 +postgis (2.1.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Drop patches upstream-r11979, upstream-r11983, upstream-r11990, and
 +    minor-r11979-correction; these are included in this release.
 +  * control, rules, liblwgeom-2.1.*.{install,symbols}: adapt to new liblwgeom
 +    version.
 +  * Adjust patch debian-versions: in doc/Makefile.comments, refer to
 +    Postgres 9.3, as that's now default. Set POSTGIS_LIBXML2_VERSION to
 +    2.9.1, as currently shipped.
 +  * Adjust line numbers in patches honor-build-flags and link-liblwgeom
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Thu, 12 Dec 2013 20:38:27 +0100
 +
 +postgis (2.1.0-4) unstable; urgency=low
 +
 +  * Rename pg-X.Y-postgis-2.1-scripts package to exclude PostGIS version
 +    number.
 +  * Add transitional postgis-2.0-scripts packages for all Postgres
 +    versions supported by the old *and* new PostGIS version. These
 +    effectively remove scripts and the postgis.control file prior to
 +    installing a newer *-postgis-scripts package, which Breaks+Replaces
 +    the old one. Add appropriate notification messages on upgrade.
 +  * Add patches upstream-r11983 and upstream-r11990 to try some more
 +    big-endian fixes.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Sun, 20 Oct 2013 20:34:51 +0200
 +
 +postgis (2.1.0-3) unstable; urgency=low
 +
 +  * Update patch upstream-r11934 to cover rev 11979, instead. It seems to
 +    be a more thorough fix. Add minor-r11979-correction patch to account
 +    for some new WARNINGs, that didn't appear, before.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Thu, 26 Sep 2013 15:36:22 +0200
 +
 +postgis (2.1.0-2) unstable; urgency=low
 +
 +  * Correct generation of debian/control: drop an unnecessary grep in
 +    debian/pgversions. I broke it when changing to '9.0+'.
 +  * Copy binaries for the common binary package 'postgis' from the newest
 +    version, rather than hardcoding 9.1.
 +  * Add experimental patch from upstream to increase pass rate on
 +    non-Intel architectures (upstream-r11934).
 +  * Add a description and some tags to patch fix-manpage.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Tue, 10 Sep 2013 21:53:57 +0200
 +
 +postgis (2.1.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Update pgversions, use '9.0+' feature of pg-common >= 148.
 +  * Adjust liblwgeom version and symbols for new version.
 +  * Update build dependencies according to README.postgis (FIXME: prefer
 +    geos-3.4)
 +  * Adapt patches debian-versions, java-version-fix, link-liblwgeom,
 +    honor-build-flags.
 +  * Refresh line numbers on patches: fixmakedoc, fix-spelling.
 +  * Drop patches: fix-manpages, fix-test-case-for-i386,
 +    fix-tests-on-big-endian: applied upstream.
 +  * shp2pgsql-gui.1 is now provided upstream. Drop the debian variant. Add
 +    a patch stripping an initial UTF-8 marker from the upstream file.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Mon, 26 Aug 2013 22:02:22 +0200
 +
 +postgis (2.0.3-8) unstable; urgency=low
 +
 +  * Don't err out when setting JAVA_HOME, but only later in
 +    build-indep. So arch-only builds that don't have (nor need) the java
 +    cruft available can succeed.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Wed, 07 Aug 2013 22:10:02 +0200
 +
 +postgis (2.0.3-7) unstable; urgency=low
 +
 +  * Let rules check for different OpenJDK versions supported and set
 +    JAVA_HOME accordingly.
 +  * Use a simple rm rather than invoking maven. Allows us to move all java
 +    related Build-Depends back to Build-Depends-Indep.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Wed, 07 Aug 2013 13:12:25 +0200
 +
 +postgis (2.0.3-6) unstable; urgency=low
 +
 +  * Cleanup check target, reduce duplication.
 +  * Re-add postgis_restore.pl from the utils directory. Closes: #718358.
 +  * Add patch fix-tests-on-big-endian to fix unit tests on big
 +    endian. Closes: #718749.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Wed, 06 Aug 2013 20:29:42 +0200
 +
 +postgis (2.0.3-5) unstable; urgency=low
 +
 +  * Build-Deps: rather than default-jdk, depend on openjdk 6 or 7, as the
 +    gcj-jdk didn't work.
 +  * Add patch fix-kfreebsd to get rid of a compilation error on kFreeBSD.
 +  * rules: if 'make check' fails, print all the diffs of failing tests on
 +    stdout.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Thu, 25 Jul 2013 21:45:17 +0200
 +
 +postgis (2.0.3-4) unstable; urgency=low
 +
 +  * Build-Deps: also make libmaven-clean-plugin-java and
 +    libmaven-jar-plugin-java a full build dependency. Fixes another FTBFS.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Tue, 23 Jul 2013 09:40:35 +0200
 +
 +postgis (2.0.3-3) unstable; urgency=low
 +
 +  [Mònica Ramírez Arceda]
 +  * Add a manpage for shp2pgsql-gui. Closes: #656012.
 +
 +  [Markus Wanner]
 +  * Add fix-test-case-for-i386 patch, back-ported from upstream's
 +    r10642. Fixes tests on i386 (and possibly other non-amd64
 +    architectures).
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Fri, 19 Jul 2013 10:59:47 +0200
 +
 +postgis (2.0.3-2) unstable; urgency=low
 +
 +  * Correct dependency on libgdal-dev, allowing the old, now transitional
 +    libgdal1-dev to satisfy it as well.
 +  * Build-Deps: correct libgeos-dev version requirement, depend on
 +    libpostgresql-jdbc-java instead of (transitional) libpg-java.
 +  * Tweak extend-diff-ignore to save us a copying dance in
 +    debian/rules. Cleanup the 'clean' target a bit.
 +  * Make maven2 a full build-dep (not just B-D-Indep). Closes: #714712.
 +  * Pass an LD_PRELOAD to postgres when running 'make check', so the
 +    postgis library being loaded can find liblwgeom (and doesn't try to
 +    use a pre-installed one).
 +  * Add postgresql-common build dependency, as the above needs a relatively
 +    new pg_createcluster feature.
 +  * Drop libpostgresql-jdbc-java from B-D-I, it's already in B-D.
 +
 + -- Markus Wanner  <mar...@bluegap.ch>  Thu, 18 Jul 2013 20:29:41 +0200
 +
 +postgis (2.0.3-1) unstable; urgency=low
 +
 +  [Markus Wanner]
 +  * Team upload
 +  * New upstream release, 2.0.3
 +  * Drop Build-Dep on postgresql server binaries.
 +  * Downgrade postgresql-9.1-postgis dependency on postgis to a
 +    recommendation. Downgrade several conflicts to breaks.
 +  * Upgrade postgresql-9.1-java misc-depends from suggestion to dependency.
 +  * Add patch fix-spelling: fixes a common spelling error in
 +    liblwgeom/lwout_wkt.c.
 +  * Ignore changes of some auto-updated files (via source/options). Let
 +    debian/rules cleanup some more generated files.
 +  * rules: use a separate build directory per Postgres version, swap
 +    dh_makeshlibs and dh_installdeb, build in the appropriate build targets,
 +    let install only install pre-built stuff.
 +  * Compile the postgis jdbc java library again, using maven directly. Add
 +    required Build-Depends-Indeps.
 +  * Separate large SQL scripts and perl utils. Put them in their own
 +    architecture independent indepentend package (..-scripts).
 +  * Separate PostGIS documentation into a postgis-doc package, register its
 +    contents with doc-base.
 +  * Append the PostGIS version to postgresql-9.1-postgis, so multiple
 +    versions of it can be co-installed. Required to keep systems working
 +    after an upgrade.
 +  * Represent the fact that lwgeom isn't backward compatible by renaming
 +    liblwgeom2 to liblwgeom-2.0.3.
 +  * Add patch java-version-fix: Corrects java jdbc jar version.
 +  * Policy updated to 3.9.4. No changes.
 +  * Add pgversions and allow generation of debian/control and various
 +    install files based on it.
 +  * Update debian/copyright a bit.
 +  * Update and improve watchfile.
 +
 +  [Stephen Frost]
 +  * Split out liblwgeom2 and liblwgeom-dev from postgis.
 +  * Add patches debian-versions and link-liblwgeom.
 +  * Let postgis install under /usr/lib/postgresql rather than under
 +    /usr/lib/postgis plus symlink in the former directory.
 +  * debian/rules: improve cleanup target.
 +  * Simplify and tweak build rules.
 +
 +  [Jerome Villeneuve Larouche]
 +  * Removed old patches (generator, html_doc_resources, install)
 +  * Added patch fixmakedoc for doc/Makefile.comments.
 +
 + -- Markus Wanner <mar...@bluegap.ch>  Wed, 05 Jun 2013 23:12:35 +0200
 +
 +postgis (1.5.3-2) unstable; urgency=low
 +
 +  * Moved pgsql2shp/shp2pgsql under conventional /usr/bin path.
 +    (closes: #648176)
 +  * New patch html_doc_resourcesi added: now installing HTML documentation. 
 +    Thanks Andrew Harvey.
 +    (closes: #649352)
 +
 + -- Francesco Paolo Lovergine <fran...@debian.org>  Mon, 21 Nov 2011 15:43:23 
+0100
 +
 +postgis (1.5.3-1) unstable; urgency=low
 +
 +  * New upstream minor release, with fix for PostgreSQL 9.1.
 +  * Repository moved to git and changed Vcs-* fields in debian/control.
 +  * Removed obsolete debian/*_lenny.
 +  * Policy bumped to 3.9.2. No changes.
 +  * Moved to source format 3.0 with quilt support.
 +  * Dehelper compatibility level set to 8.
 +  * Updated README to reflect current location of template SQL files.
 +    (closes: #575622)
 +  * Postrm was assigned to the wrong package (postgis), which caused 
 +    unexpected behavior on purging. Now each purge of postgresql-*-postgis 
will
 +    cause extension removal.
 +    (closes: #596663)
 +  * Added PostgreSQL 9.1 support. 
 +    (closes: #633111)
 +  * Dropped PostgreSQL 8.4 support, as required for wheezy.
 +    (closes: #639474,#642356)
 +  * Fixed (again) README.Debian for paths.
 +    (closes: #575622)
 +
 + -- Francesco Paolo Lovergine <fran...@debian.org>  Thu, 15 Sep 2011 15:14:57 
+0200
 +
 +postgis (1.5.2-1) unstable; urgency=low
 +
 +  * New upstream release, with a few bug fixes.
 +  * Added shp2pgsql-gui binary.
 +  * Removed patches, applied upstream: getopt.        
 +
 + -- Alan Boudreault <aboudrea...@mapgears.com>  Wed, 29 Sep 2010 09:16:10 
-0400
 +
 +postgis (1.5.1-5) unstable; urgency=high
 +
 +  * This version requires geos >= 3.1.1, debian/control updated.
 +    (closes: #580462)
 +  * Moved libpostgis-java to java section.
 +  * README.Debian has been fixed for old lwpostgis.sql since ages. Just ack.
 +    (closes: #575622)
 +
 + -- Francesco Paolo Lovergine <fran...@debian.org>  Mon, 24 May 2010 09:40:32 
+0200
 +
 +postgis (1.5.1-4) unstable; urgency=high
 +
 +  * [PATCH] getopt.dpatch added to avoid var collisions among Postgis getopt
 +    and glibc one. That solves a FTBS on mips/mipsel.
 +
 + -- Francesco Paolo Lovergine <fran...@debian.org>  Sat, 22 May 2010 19:03:39 
+0200
 +
 +postgis (1.5.1-3) unstable; urgency=medium
 +
 +  * Removed custom CFLAGS which probably caused FTBS on mips/mipsel archs.
 +
 + -- Francesco Paolo Lovergine <fran...@debian.org>  Sat, 22 May 2010 11:20:44 
+0200
 +
 +postgis (1.5.1-2) unstable; urgency=low
 +
 +  * Added generator.dpatch to avoid a buffer overflow on alpha due to 
 +    a too narrow buffer apparently.
 +
 + -- Francesco Paolo Lovergine <fran...@debian.org>  Mon, 17 May 2010 14:21:37 
+0200
 +
 +postgis (1.5.1-1) unstable; urgency=low
 +
 +  * New upstream release, with a few bug fixes.
 +
 + -- Alan Boudreault <aboudrea...@mapgears.com>  Sun, 16 May 2010 14:42:21 
-0400
 +
 +postgis (1.5.0-1) unstable; urgency=low
 +
 +  * New upstream major release, with many enhancements.
 +  * Policy bumped to 3.8.4, no changes.
 +  * Added libxml2-dev as new build-dep. 
 +
 + -- Francesco Paolo Lovergine <fran...@debian.org>  Wed, 10 Mar 2010 09:32:20 
+0100
 +
 +postgis (1.4.0-2) unstable; urgency=low
 +
 +  * Upload to unstable.
 +  * Better parameterized debian/rules against postgis $(VERSION).
 +  * Added dblatex and libcunit1-dev among build-deps.
 +  * Added postgis_comments.sql to contrib/ SQL templates.
 +  * Dropping 8.3 support, no more supported for squeeze.
 +    (closes: #559587)
 +  * Do not stop on error in postrm if the target dir does not exist.
 +    (closes: #560409)
 +
 + -- Francesco Paolo Lovergine <fran...@debian.org>  Fri, 11 Dec 2009 13:10:34 
+0100
 +
 +postgis (1.4.0-1) experimental; urgency=low
 +
 +  * New upstream release. 
 +  * Updated configure arguments now obsolete/changed.
 +  * Required some new var initialization for installing in debian/ its trees.
 +  * The liblwgeom solib is now named postgis, so changed a few things around.
 +  * Updated build-dep: proj -> libproj-dev.
 +  * Policy bumped to 3.8.3. No changes.
 +  * Debhelper level set to 7.
 +  * Added ${misc:Depends}.
 +  * Now postgresql >= 8.3, geos >= 3 and proj >= 4.5 are required. This is
 +    reflected in debian/control for safety.
 +  * Added PostgreSQL 8.4 support, the 8.3 version will be dropped when 
 +    required. Now the .in template for postrm changed for multiversioning.
 +  * Now build-dep on default-jdk which is DFSG-safe.
 +  * Removed Fabio Tranchitella among Uploaders because retired from DebianGis.
 +  * Now build-dep on imagemagick because doc generation requires convert tool.
 +  * Added patch install.dpatch to manage minor inconsistencies in the java
 +    inatallation scripts. 
 +  * stamp files are now auto-cleaned.
 +  * Cleaned debian/rules to be idempotent.
 +
 + -- Francesco Paolo Lovergine <fran...@debian.org>  Mon, 14 Sep 2009 11:58:45 
+0200
 +
 +postgis (1.3.5-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * debian/control: bumped Standard-Versions to 3.8.0, no changes needed.
 +  * debian/rules: copy utils/*.pl to the binary package. (Closes: #491154)
 +
 + -- Fabio Tranchitella <kob...@debian.org>  Thu, 05 Mar 2009 22:47:15 +0100
 +
 +postgis (1.3.3-3) unstable; urgency=low
 +
 +  * Added Vcs-* fields in debian/control.
 +  * Fixed download URL in debian/copyright.
 +  * Now it installs the shared lib in a private postgis path and makes a
 +    hard link in the postgres library path at configure time. That would
 +    allow coexistence of different flavors of the library which could be
 +    used by different DBs at run-time and allowing soft/hard-upgrade scripts
 +    working. (closes: #441794, #441797)
 +
 + -- Francesco Paolo Lovergine <fran...@debian.org>  Mon, 09 Jun 2008 13:03:04 
+0200
 +
 +postgis (1.3.3-2) unstable; urgency=high
 +
 +  * Dropped postgresql 8.2 support due to removal in Lenny.
 +    (closes: #474287)
 +
 + -- Francesco Paolo Lovergine <fran...@debian.org>  Fri, 06 Jun 2008 23:57:45 
+0200
 +
 +postgis (1.3.3-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Fabio Tranchitella <kob...@debian.org>  Tue, 15 Apr 2008 09:01:58 +0200
 +
 +postgis (1.3.2-2) unstable; urgency=low
 +
 +  * Add support for postgresql-8.3. (Closes: #466417, #471689)
 +
 + -- Fabio Tranchitella <kob...@debian.org>  Wed, 19 Mar 2008 19:23:00 +0100
 +
 +postgis (1.3.2-1) unstable; urgency=low
 +
 +  [ Francesco Paolo Lovergine ]
 +  * Added Homepage field in debian/control
 +  * Fixed lintian warning: debian-rules-ignores-make-clean-error
 +
 +  [ Fabio Tranchitella ]
 +  * New upstream release.
 +  * Updated Standard-Version to 3.7.3.
 +
 + -- Fabio Tranchitella <kob...@debian.org>  Mon, 31 Dec 2007 10:57:12 +0100
 +
 +postgis (1.3.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Fabio Tranchitella <kob...@debian.org>  Mon, 10 Sep 2007 10:36:30 +0200
 +
 +postgis (1.2.1-2) unstable; urgency=low
 +
 +  * Added build-dep from libjts-java 1.7
 +    (closes: #425919)
 +  * Added me among uploaders.
 +
 + -- Francesco Paolo Lovergine <fran...@debian.org>  Sat, 16 Jun 2007 01:00:49 
+0200
 +
 +postgis (1.2.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Migrate to PostgreSQL 8.2-only (Closes: #419297)
 +  * Remove busted templategis from the build (new in 1.2.1 anyway).
 +    (Currently attempts to install files in /etc/default, doesn't
 +     respect $DESTDIR and overall looks like a godawful mess)
 +
 + -- Stephen Frost <sfr...@debian.org>  Fri, 13 Apr 2007 09:19:18 +0200
 +
 +postgis (1.1.6-2) unstable; urgency=low
 +
 +  * debian/README.Debian: added documentation for the new users on how to use
 +    postgis and how to enable it for new or existent databases.
 +
 + -- Fabio Tranchitella <kob...@debian.org>  Mon, 18 Dec 2006 17:19:27 +0100
 +
 +postgis (1.1.6-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Fabio Tranchitella <kob...@debian.org>  Tue,  7 Nov 2006 09:47:00 +0100
 +
 +postgis (1.1.5-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Fabio Tranchitella <kob...@debian.org>  Tue, 31 Oct 2006 21:56:32 +0100
 +
 +postgis (1.1.4-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Fabio Tranchitella <kob...@debian.org>  Fri,  6 Oct 2006 10:51:51 +0200
 +
 +postgis (1.1.3-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Fabio Tranchitella <kob...@debian.org>  Sun, 16 Jul 2006 22:19:25 +0200
 +
 +postgis (1.1.2-1) unstable; urgency=low
 +
 +  - Fabio Tranchitella <kob...@debian.org>
 +    * New upstream release. (Closes: #314854)
 +    * Renamed packages to follow the actual naming conventions. 
 +      (Closes: #312675)
 +    * Re-packaging, let's try to have postgis in etch. (Closes: #309528, 
#310094)
 +    * Fixed several FTBFS and uninstallable bugs.
 +      (Closes: #316519, #335631, #363946, #323120)
 +    * Fixed libpostgis-java package FTBFS. (Closes: #308848)
 +    * Move to the new postgresql infrastructure. (Closes: #321913, #312676)
 +    * Team maintainership, added myself as uploader.
 +
 +  - Stephen Frost <sfr...@debian.org>
 +    * Added myself as uploader
 +    * Removed Alex from uploaders (for now at least)
 +    * Cleaned up doc/html/postgis.html handling
 +    * Renamed postgis-common -> postgis
 +    * Made postgis package Arch: any
 +    * Moved PostGIS binaries into base postgis package
 +    * Changed postgis package to only suggest server packages (could very
 +      reasonably be installed on a non-server machine for the PostGIS
 +      binaries)
 +    * Dropped extra extraneous linking (previously the server module and
 +      the binaries were linking to everything the Postgres server linked
 +      to, unnecessary and potentially dangerous)
 +    * Dropped support for 7.4, after discussion with Martin Pitt and others
 +      it's clear that there isn't any need for a 7.4 version of PostGIS in
 +      etch.
 +    * New upstream release Closes: #311732
 +
 + -- Stephen Frost <sfr...@debian.org>  Wed, 31 May 2006 16:33:48 -0400
 +
 +postgis (1.1.0-7) unstable; urgency=low
 +
 +  * postgresql-postgis-common should depend on postgresql-common | 
postgresql, 
 +    not the other way.
 +  
 + -- Alex Bodnaru <alexb...@012.net.il>  Tue, 21 Mar 2006 03:13:04 +0200
 +
 +postgis (1.1.0-6) unstable; urgency=low
 +
 +  * Closes: #312675
 +    postgresql-postgis-utils is the only utils package, replacing the 
 +    previous postgresql-pg_version-postgis-utils. a further elimination 
 +    of older method reminiscence.
 +  
 + -- Alex Bodnaru <alexb...@012.net.il>  Sat, 18 Mar 2006 23:13:04 +0200
 +
 +postgis (1.1.0-5) unstable; urgency=low
 +
 +  * Closes: #312675
 +    postgresql-postgis-utils is the only utils package, replacing the 
 +    previous postgresql-pg_version-postgis-utils.
 +  * Closes: 335631
 +    Depends on libgeos which passed c2 ABI transition.
 +  * Uses /usr/share/postgresql-common/supported-versions to dynamically
 +    detect postgresql supported versions. thanks martin.
 +  
 + -- Alex Bodnaru <alexb...@012.net.il>  Thu, 9 Mar 2006 04:26:05 +0200
 +
 +postgis (1.1.0-4) unstable; urgency=low
 +
 +  * made invariable control file to match standards. the control file 
 +    may be made automatically by calling 'debian/rules maintainer-configure'
 +  * the supported postgresql versions may be filtered, by filling 
 +    'debian/_supported.postgresql'.
 +  * the postgis binary packages have been renamed, to obey the postgresql 
 +    standard for extension packages: now their name allways begins with 
 +    'postgresql', eventually followed by the postgresql major and minor 
 +    version, if a specific one is needed.
 +    'libpostgis' has become 'postgis'.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Mon, 27 Feb 2006 03:26:15 +0200
 +
 +postgis (1.1.0-3) unstable; urgency=low
 +
 +  * minor bug fixes
 +  * recompilation
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Sun, 26 Feb 2006 05:16:09 +0200
 +
 +postgis (1.1.0-2) unstable; urgency=low
 +
 +  * minor bug fixes
 +  * the package builds again on systems without multiclustering postgresql.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Wed, 28 Dec 2005 07:11:39 +0200
 +
 +postgis (1.1.0-1) unstable; urgency=low
 +
 +  * Automatic upstream version tracking.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Wed, 21 Dec 2005 05:15:37 +0200
 +
 +postgis (1.0.4-2) unstable; urgency=low
 +
 +  * Closes: #321913 Closes: #312676
 +    Support of multiple postgis installations on the same postgresql server.
 +    Please note:
 +    - The template database will be template_gis#SONAME#,
 +    - The famous (lw)?postgis.sql file will be postgis#SONAME#.sql,
 +    where #SONAME# is roughly the major upstream postgis version.
 +  * Closes: #323120
 +    The building process is autodetecting the appropriate postgresql-dev.
 +  * README.Debian updated to support multiversion postgresql architecture.
 +  * Closes: #314854
 +    Newer upstream version.
 +  * Minor improvements to make the build process more quiet.
 +  * Default variables are being kept in configuration files. Thus, the same 
 +    package diff will serve for postgis-0.9 and 1.0.
 +  * Closes: #310100
 +    The template database is no longer been installed/removed with every
 +    installation/remove/upgrade of postgis. It should have received finer 
 +    grained parameters, anyway .
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Sun, 16 Oct 2005 03:31:03 +0200
 +
 +postgis (0.9.2-1) unstable; urgency=low
 +
 +  * Basic support for libpostgis0.
 +    The only package(s) made are the library and examples one(s), so that 
 +    postgis-0.9.2 databases can be created and used, while not clashing with 
 +    files and utilities for postgis-1.0.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Sun, 9 Oct 2005 09:49:04 +0200
 +
 +postgis (1.0.4-1) unstable; urgency=low
 +
 +  * Automatic upstream version tracking.
 +  * Closes: #316519
 +    Changed the dependencies in control file to work with multiversion 
 +    postgresql.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Sat, 1 Oct 2005 18:07:37 +0300
 +
 +postgis (1.0.3-1) unstable; urgency=low
 +
 +  * Automatic upstream version tracking.
 +  * Adapted regress/test_index_concurrency to createdb.postgis method.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Thu, 1 Sep 2005 04:27:26 +0300
 +
 +postgis (1.0.1-1) unstable; urgency=low
 +
 +  * Automatic upstream version tracking.
 +  * Closes: #309528
 +    binary-all has been separated from binary-arch
 +  * Closes: #311732
 +    upstream fix: problem with ' char in field names.
 +  * Closes: #310094
 +    all warnings have been clarified and/or the issues have been fixed
 +  * libpostgis-java-debug has been split from libpostgis-java
 +  * bug #308728 has been reassigned to postgresql
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Fri, 27 May 2005 17:17:06 +0300
 +
 +postgis (1.0.0-2) unstable; urgency=low
 +
 +  * Closes: #308848
 +    gcj has been specifically set as the required java compiler, although 
other
 +    java compilers would do as well
 +  * Closes: #310101
 +    createdb.postgis documentation updated
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Fri,  27 May 2005 05:02:45 +0300
 +
 +postgis (1.0.0-1) unstable; urgency=low
 +
 +  * First official release for the Debian archive.
 +  * Corrected build-depends.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Thu,  5 May 2005 10:02:45 +0200
 +
 +postgis (1.0.0RELEASE-4) unstable; urgency=low
 +
 +  * example wkb_reader now compiles generically. tested with i386 and ppc.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Thu, 5 May 2005 05:14:02 +0300
 +
 +postgis (1.0.0RELEASE-3) unstable; urgency=low
 +
 +  * mktemplate_gis and rmtemplate_gis work on dash.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Sat, 30 Apr 2005 17:34:02 +0300
 +postgis (1.0.0RELEASE-2) unstable; urgency=low
 +
 +  * Fixed minor typos in manual pages.
 +  * Documented the special debian usage of the ogc_test_suite.
 +  * Fixed bug in automatic upstream version tracking.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Sat, 30 Apr 2005 16:25:22 +0300
 +
 +
 +postgis (1.0.0RELEASE-1) unstable; urgency=low
 +
 +  * Automatic upstream version tracking.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Sat, 30 Apr 2005 15:33:00 +0300
 +
 +postgis (1.0.0RELEASE-1) unstable; urgency=low
 +
 +  * Automatic upstream version tracking.
 +  * added libpostgisjava replacement directive.
 +  * improved automatic upstream version sensing: adding RELEASE for clean
 +    upstream versions.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Sun, 24 Apr 2005 20:04:36 +0300
 +
 +postgis (1.0.0RC6-6) unstable; urgency=low
 +
 +  * renamed libpostgisjava to libpostgis-java
 +  * specified libgeos2 version 2.1.1 and above as a dependency. 
 +    upstream authors will be warned to document this too.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Fri, 22 Apr 2005 18:49:01 +0200
 +
 +postgis (1.0.0RC6-5) unstable; urgency=low
 +
 +  * Cleaned up removal of .cvsignore files, so it will not be imposed on 
upstream.
 +  * Added optional usage of postgresql-dev installed at custom location.
 +  * NOTICE: Since manpages have been added and constantly updated after 
1.0.0rc6 
 +    was released, please     copy them from postgis-cvs to the orig 
directory, or 
 +    use orig file uploaded with this package
 +  * Improved the dependencies system, following suggestions from 
 +    Markus Schaber <mar...@schabi.de>
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Fri, 15 Apr 2005 14:49:01 +0200
 +
 +postgis (1.0.0RC6-4) unstable; urgency=low
 +
 +  * Adjusted useless i386-linux-gcc to gcc (existent for postgresql 7.4 
only), thanks to comments from
 +    Giuseppe Sacco <giuse...@eppesuigoccas.homedns.org>
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Tue, 12 Apr 2005 04:12:01 +0200
 +
 +postgis (1.0.0RC6-3) unstable; urgency=low
 +
 +  * Improved build-depends, thanks to comments from
 +    Giuseppe Sacco <giuse...@eppesuigoccas.homedns.org>
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Mon, 11 Apr 2005 05:15:01 +0200
 +
 +postgis (1.0.0RC6-2) unstable; urgency=low
 +
 +  * Improved mktemplate_gis, and renamed from mktemplate_gis.sh.
 +  * Updated man pages.
 +  * Using createdb.postgis as the main method of creating gis enambled 
databases.
 +  * Updated upstream testing scripts to use createdb.postgis.
 +  * Fixind problem: postgres should be able to call mktemplate_gis.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Thu, 31 Mar 2005 05:05:41 +0200
 +
 +postgis (1.0.0RC6-1) unstable; urgency=low
 +
 +  * Automatic upstream version tracking.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Thu, 31 Mar 2005 05:05:41 +0200
 +
 +postgis (1.0.0RC4-2) unstable; urgency=low
 +
 +  * Minor bugfix in debian/rules
 +  * Removed need for executable files in ./debian. rules is the only 
executable.
 +  * Improvement for mktemplate_gis: now it may be run to grant full 
privileges to any user as argument.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Tue, 22 Mar 2005 03:51:20 +0200
 +
 +postgis (1.0.0RC4-1) unstable; urgency=low
 +
 +  * Automatic upstream version tracking.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Sun, 6 Mar 2005 05:06:51 +0200
 +
 +postgis (1.0.0RC3-1) unstable; urgency=low
 +
 +  * Automatic upstream version tracking.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Thu, 3 Mar 2005 04:30:58 +0200
 +
 +postgis (1.0.0RC2-1) unstable; urgency=low
 +
 +  * Automatic upstream version tracking.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Sun, 30 Jan 2005 05:18:50 +0200
 +
 +postgis (0.9.0-1) unstable; urgency=low
 +
 +  * Initial Release.
 +
 + -- Alex Bodnaru <alexb...@012.net.il>  Sun,  7 Nov 2004 23:39:53 +0200
 +

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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

Reply via email to