The following commit has been merged in the master branch:
commit 64368717892a336602d3413b0e0abf32e9ed6640
Author: David Paleino <[email protected]>
Date: Sun Feb 26 20:59:45 2012 +0100
Strip the debian/ directory from the SVN checkout
diff --git a/debian/changelog b/debian/changelog
index 5af219d..97b5282 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osm2pgsql (0.70.5+r25090-3) UNRELEASED; urgency=low
+
+ * Strip the debian/ directory from the SVN checkout
+
+ -- David Paleino <[email protected]> Sun, 26 Feb 2012 20:55:49 +0100
+
osm2pgsql (0.70.5+r25090-2) unstable; urgency=low
* Fix Maintainer e-mail address
diff --git a/debian/rules b/debian/rules
index 53f3920..19b6e3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,8 @@ get-orig-source:
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.
tar czvf osm2pgsql_${UPVER}${SUFFIX}.orig.tar.gz
osm2pgsql-${UPVER}${SUFFIX}
@echo Cleaning up
--
OpenStreetMap data to PostgreSQL converter
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel