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

kobold at alioth.debian.org kobold at alioth.debian.org
Thu Mar 5 21:52:03 UTC 2009


Author: kobold
Date: 2009-03-05 21:52:03 +0000 (Thu, 05 Mar 2009)
New Revision: 1973

Modified:
   packages/postgis/trunk/debian/changelog
   packages/postgis/trunk/debian/control
   packages/postgis/trunk/debian/rules
Log:
* 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)

Modified: packages/postgis/trunk/debian/changelog
===================================================================
--- packages/postgis/trunk/debian/changelog	2009-03-05 21:43:37 UTC (rev 1972)
+++ packages/postgis/trunk/debian/changelog	2009-03-05 21:52:03 UTC (rev 1973)
@@ -1,3 +1,11 @@
+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 <kobold at debian.org>  Thu, 05 Mar 2009 22:47:15 +0100
+
 postgis (1.3.3-3) unstable; urgency=low
 
   * Added Vcs-* fields in debian/control.

Modified: packages/postgis/trunk/debian/control
===================================================================
--- packages/postgis/trunk/debian/control	2009-03-05 21:43:37 UTC (rev 1972)
+++ packages/postgis/trunk/debian/control	2009-03-05 21:52:03 UTC (rev 1973)
@@ -5,7 +5,7 @@
 Uploaders: Stephen Frost <sfrost at debian.org>, Fabio Tranchitella <kobold at debian.org>, Francesco Paolo Lovergine <frankie at debian.org>
 Build-Depends: debhelper (>= 5.0.0), autotools-dev, flex, bison, postgresql-server-dev-8.3, libgeos-dev, proj, 
                libssl-dev, xsltproc, docbook, docbook-xsl, libpg-java, jikes-classpath, fastjar, libjts-java (>=1.7)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://postgis.refractions.net/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/postgis/
 Vcs-Svn: svn://svn.debian.org/pkg-grass/packages/postgis/

Modified: packages/postgis/trunk/debian/rules
===================================================================
--- packages/postgis/trunk/debian/rules	2009-03-05 21:43:37 UTC (rev 1972)
+++ packages/postgis/trunk/debian/rules	2009-03-05 21:52:03 UTC (rev 1973)
@@ -60,12 +60,10 @@
 	dh_testroot
 	dh_clean -k -i 
 	dh_installdirs -i
-
 	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure \
 		--with-docdir=\$${prefix}/share/doc/postgis \
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info
-
 	# PostGIS JDBC (with debug support)
 	$(MAKE) -C java/jdbc clean
 	DEBUGJAR=postgis_debug.fastjar JAR=fastjar JAVAC=jikes-classpath $(MAKE) -C java/jdbc jar
@@ -78,10 +76,8 @@
 	dh_testroot
 	dh_clean -k -s 
 	dh_installdirs -s
-
 	# Documentation and common files for PostGIS
 	[ ! -f doc/html/postgis.html.prev ] && cp doc/html/postgis.html doc/html/postgis.html.prev || true
-
 	# PostGIS for PostgreSQL 8.3
 	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure \
 		--host=$(DEB_HOST_GNU_TYPE) \
@@ -104,13 +100,16 @@
 	   $(CURDIR)/debian/postgresql-8.3-postgis/usr/lib/postgis/$(VERSION)/postgres/8.3/lib
 	mv $(CURDIR)/debian/postgresql-8.3-postgis/usr/lib/postgresql/8.3/bin $(CURDIR)/debian/postgis/usr
 	$(MAKE) distclean
-	sed -e 's/@POSTGIS_VERSION@/1.3.3/' \
+	sed -e 's/@POSTGIS_VERSION@/1.3.5/' \
 	    -e 's/@POSTGRES_VERSION@/8.3/' \
 	    -e 's/@SOVERSION@/1.3/' \
 	    $(CURDIR)/debian/postgis-postgresql-generic.postinst.in >$(CURDIR)/debian/postgresql-8.3-postgis.postinst
 	sed -e 's/@POSTGRES_VERSION@/8.3/' \
 	    $(CURDIR)/debian/postgis-generic.postrm.in >$(CURDIR)/debian/postgis.postrm
 	dh_install -s
+	# copy utils
+	mkdir -p $(CURDIR)/debian/postgresql-8.3-postgis/usr/share/postgresql-8.3-postgis/utils
+	cp utils/*.pl utils/README $(CURDIR)/debian/postgresql-8.3-postgis/usr/share/postgresql-8.3-postgis/utils
 
 # Must not depend on anything. This is to be called by
 # binary-arch/binary-indep




More information about the Pkg-grass-devel mailing list