The following commit has been merged in the master branch:
commit 53653eaa52fc79e8aca3fb6ef3fb06eba029dc00
Author: Francesco Paolo Lovergine <fran...@debian.org>
Date:   Thu Sep 15 15:19:33 2011 +0200

    Updated to 1.5.3 version.

diff --git a/debian/changelog b/debian/changelog
index 32773f2..fa00a3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-postgis (1.5.2-2) unstable; urgency=low
+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.
@@ -11,15 +12,14 @@ postgis (1.5.2-2) unstable; urgency=low
     unexpected behavior on purging. Now each purge of postgresql-*-postgis will
     cause extension removal.
     (closes: #596663)
-  * Added PostgreSQL 9.1 support. New patch lwgeom_accum added 
-    for supporting 9.1.
+  * Added PostgreSQL 9.1 support. 
     (closes: #633111)
   * Dropped PostgreSQL 8.4 support, as required for wheezy.
     (closes: #639474)
   * Fixed (again) README.Debian for paths.
     (closes: #575622)
 
- -- Francesco Paolo Lovergine <fran...@debian.org>  Thu, 15 Sep 2011 13:19:40 
+0200
+ -- Francesco Paolo Lovergine <fran...@debian.org>  Thu, 15 Sep 2011 15:14:57 
+0200
 
 postgis (1.5.2-1) unstable; urgency=low
 
diff --git a/debian/patches/lwgeom_accum b/debian/patches/lwgeom_accum
deleted file mode 100644
index 4e1c4c8..0000000
--- a/debian/patches/lwgeom_accum
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: postgis/postgis/lwgeom_accum.c
-===================================================================
---- postgis.orig/postgis/lwgeom_accum.c        2011-03-24 17:12:30.000000000 
+0100
-+++ postgis/postgis/lwgeom_accum.c     2011-09-15 13:00:16.000000000 +0200
-@@ -303,7 +303,12 @@
-       FunctionCallInfoData fcinfo;
-       Datum           result;
- 
-+#if POSTGIS_PGSQL_VERSION > 90
-+  /* PgSLQ 9.1 requires five arcuments to InitFunctionCallInfoData */
-+      InitFunctionCallInfoData(fcinfo, NULL, 1, InvalidOid, NULL, NULL);
-+#else
-       InitFunctionCallInfoData(fcinfo, NULL, 1, NULL, NULL);
-+#endif
- 
-       fcinfo.arg[0] = arg1;
-       fcinfo.argnull[0] = false;
diff --git a/debian/patches/series b/debian/patches/series
index 2aaa8f6..9d74090 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 install
 generator
-lwgeom_accum

-- 
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

Reply via email to