[DebianGIS-dev] r2549 - packages/postgis/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Oct 15 08:25:41 UTC 2009


Author: frankie
Date: 2009-10-15 08:25:40 +0000 (Thu, 15 Oct 2009)
New Revision: 2549

Modified:
   packages/postgis/trunk/debian/changelog
   packages/postgis/trunk/debian/control
   packages/postgis/trunk/debian/rules
Log:


Modified: packages/postgis/trunk/debian/changelog
===================================================================
--- packages/postgis/trunk/debian/changelog	2009-10-13 18:05:31 UTC (rev 2548)
+++ packages/postgis/trunk/debian/changelog	2009-10-15 08:25:40 UTC (rev 2549)
@@ -1,3 +1,10 @@
+postgis (1.4.0-2) experimental; urgency=low
+
+  * Better parameterized debian/rules against postgis $(VERSION).
+  * Added dblatex and libcunit1-dev among build-deps.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 15 Oct 2009 10:23:07 +0200
+
 postgis (1.4.0-1) experimental; urgency=low
 
   * New upstream release. 

Modified: packages/postgis/trunk/debian/control
===================================================================
--- packages/postgis/trunk/debian/control	2009-10-13 18:05:31 UTC (rev 2548)
+++ packages/postgis/trunk/debian/control	2009-10-15 08:25:40 UTC (rev 2549)
@@ -5,7 +5,7 @@
 Uploaders: Stephen Frost <sfrost at debian.org>, Francesco Paolo Lovergine <frankie at debian.org>
 Build-Depends: debhelper (>= 7), autotools-dev, flex, bison, postgresql-server-dev-8.3, postgresql-server-dev-8.4,
  libgeos-dev (>= 3.0.0), libproj-dev (>= 4.5.0), libssl-dev, xsltproc, docbook, docbook-xsl, libpg-java, 
- default-jdk, fastjar, libjts-java (>= 1.7), dpatch, imagemagick
+ default-jdk, fastjar, libjts-java (>= 1.7), dpatch, imagemagick, libcunit1-dev, dblatex
 Standards-Version: 3.8.3
 Homepage: http://postgis.refractions.net/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/postgis/

Modified: packages/postgis/trunk/debian/rules
===================================================================
--- packages/postgis/trunk/debian/rules	2009-10-13 18:05:31 UTC (rev 2548)
+++ packages/postgis/trunk/debian/rules	2009-10-15 08:25:40 UTC (rev 2549)
@@ -133,12 +133,12 @@
 	mv $(CURDIR)/debian/postgresql-8.4-postgis/usr/lib/postgresql/8.4/bin $(CURDIR)/debian/postgis/usr
 	$(MAKE) distclean
 	
-	sed -e 's/@POSTGIS_VERSION@/1.4.0/' \
+	sed -e 's/@POSTGIS_VERSION@/$(VERSION)/' \
 	    -e 's/@POSTGRES_VERSION@/8.3/' \
 	    -e 's/@SOVERSION@/1.4/' \
 	    $(CURDIR)/debian/postgis-postgresql-generic.postinst.in >$(CURDIR)/debian/postgresql-8.3-postgis.postinst
 	
-	sed -e 's/@POSTGIS_VERSION@/1.4.0/' \
+	sed -e 's/@POSTGIS_VERSION@/$(VERSION)/' \
 	    -e 's/@POSTGRES_VERSION@/8.4/' \
 	    -e 's/@SOVERSION@/1.4/' \
 	    $(CURDIR)/debian/postgis-postgresql-generic.postinst.in >$(CURDIR)/debian/postgresql-8.4-postgis.postinst




More information about the Pkg-grass-devel mailing list