[SCM] osm2pgsql branch, master, updated. debian/0.80.0+r27899-1-6-gb26f08b

Andrew Harvey andrew.harvey4 at gmail.com
Sun Sep 23 01:07:52 UTC 2012


The following commit has been merged in the master branch:
commit e2ec0374720b30de5b54d81e631813ac4e3f794b
Author: Andrew Harvey <andrew.harvey4 at gmail.com>
Date:   Sun Sep 23 10:24:29 2012 +1000

    update debian/rules get-orig-source to not bother trying to remove the gazetteer

diff --git a/debian/changelog b/debian/changelog
index 8d5ee11..0f3c369 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ osm2pgsql (0.81.0+r28712-1) UNRELEASED; urgency=low
 
   * New SVN snapshot
   * Patches refreshed to apply to new source
+  * Update debian/rules get-orig-source to not bother trying to remove the
+    gazetteer as it is no longer included upstream
 
  -- Andrew Harvey <andrew.harvey4 at gmail.com>  Sun, 23 Sep 2012 10:03:25 +1000
 
diff --git a/debian/rules b/debian/rules
index 19b6e3c..d6c934d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,14 +16,11 @@ SUFFIX  := +r$(SVNREV)
 
 override_dh_compress:
 	# clean up some naive file permissions
-	#-find $(CURDIR)/gazetteer/website -type f -exec chmod a-x {} \;
 	dh_compress -X.php -X.sql -X.js -X.c -X.h
 
 get-orig-source:
 	@echo Downloading osm2pgsql from ${SVNREPO}
 	svn export -r ${SVNREV} ${SVNREPO} osm2pgsql-${UPVER}${SUFFIX}/
-	@echo Removing gazetteer.
-	rm -rf osm2pgsql-${UPVER}${SUFFIX}/gazetteer/
 	@echo Removing debian/ directory
 	rm -rf osm2pgsql-${UPVER}${SUFFIX}/debian/
 	@echo Building snapshot tarball.

-- 
OpenStreetMap data to PostgreSQL converter



More information about the Pkg-grass-devel mailing list