[SCM] postgis branch, master, updated. upstream/2.0.1-30-g8d15902

Markus Wanner markus at bluegap.ch
Sun Apr 21 00:40:01 UTC 2013


The following commit has been merged in the master branch:
commit b44d1dc39f050bbe7b094aeb4921dd574f2c2992
Author: Markus Wanner <markus at bluegap.ch>
Date:   Sun Apr 21 02:35:14 2013 +0200

    Very minor cleanup, no functional change.
    
    rules: drop unneeded dpkg-buildflags invocations, rely on
    buildflags.mk. Remove unneeded space at end of line.
    
    patches/fix-manpages: drop duplicate Author: line.

diff --git a/debian/patches/fix-manpages b/debian/patches/fix-manpages
index 217c697..cad079a 100644
--- a/debian/patches/fix-manpages
+++ b/debian/patches/fix-manpages
@@ -1,7 +1,6 @@
 Description: Properly escape dashes in man pages
 Author: Markus Wanner <markus at bluegap.ch>
 Last-Update: 2013-04-14
-Author: Markus Wanner <markus at bluegap.ch>
 
 --- a/doc/man/shp2pgsql.1
 +++ b/doc/man/shp2pgsql.1
diff --git a/debian/rules b/debian/rules
index 0b3a786..6947d23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,10 +26,6 @@ DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 # Use maven in offline mode.
 MVN = mvn --offline -s/etc/maven2/settings-debian.xml
 
-CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
-CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
-LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
-
 MAJOR_VERSION = $(shell grep POSTGIS_MAJOR_VERSION Version.config|cut -d= -f2)
 MINOR_VERSION = $(shell grep POSTGIS_MINOR_VERSION Version.config|cut -d= -f2)
 MICRO_VERSION = $(shell grep POSTGIS_MICRO_VERSION Version.config|cut -d= -f2)
@@ -145,7 +141,7 @@ binary-common:
 	dh_installman
 	dh_link
 	dh_strip
-	dh_compress 
+	dh_compress
 	dh_fixperms
 	dh_makeshlibs -Xusr/lib/postgis
 	dh_installdeb

-- 
PostGIS for PostgreSQL



More information about the Pkg-grass-devel mailing list