[DebianGIS-dev] [SCM] osm2pgsql branch, master, updated. upstream/0.70.5+r25090-31-g7ae9d74

David Paleino dapal at debian.org
Tue Jan 18 20:49:10 UTC 2011


The following commit has been merged in the master branch:
commit 46656208d6ae9519d8f9946d423967109aea2a94
Author: David Paleino <dapal at debian.org>
Date:   Tue Jan 18 21:47:22 2011 +0100

    gazetteer: also remove it from the "orig" tarball.
    
      I'll reintroduce it as soon as someone actually asks for it.

diff --git a/debian/changelog b/debian/changelog
index 7a0f715..e60e6c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,10 @@ osm2pgsql (0.70.5+r25090-1) UNRELEASED; urgency=low
   * Remove 'gazetteer' from the packaged examples. It has become quite huge
     (90M unpacked), and I suppose not much people need it. It might become
     a separate binary package in future, though.
+    Also remove it from the "orig" tarball. I'll reintroduce it as soon
+    as someone actually asks for it.
 
- -- David Paleino <dapal at debian.org>  Tue, 18 Jan 2011 21:37:32 +0100
+ -- David Paleino <dapal at debian.org>  Tue, 18 Jan 2011 21:46:08 +0100
 
 osm2pgsql (0.69+r20104-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index ce71656..fab25cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,8 @@ override_dh_compress:
 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 Building snapshot tarball.
 	tar czvf osm2pgsql_${UPVER}${SUFFIX}.orig.tar.gz osm2pgsql-${UPVER}${SUFFIX}
 	@echo Cleaning up

-- 
OpenStreetMap data to PostgreSQL converter



More information about the Pkg-grass-devel mailing list