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

David Paleino dapal at debian.org
Tue Jan 18 20:15:55 UTC 2011


The following commit has been merged in the master branch:
commit 547af4dd54f8138861f8613c11f08c3733ffa813
Author: David Paleino <dapal at debian.org>
Date:   Tue Jan 18 21:15:04 2011 +0100

    Use dh --with autoreconf

diff --git a/debian/changelog b/debian/changelog
index 859808b..27fe1d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,10 +18,10 @@ osm2pgsql (0.70.5+r25090-1) UNRELEASED; urgency=low
   * Bump debhelper compatibility to 8
   * debian/docs updated
   * Use new DebianGIS e-mail address
-  * Add Build-Dependencies on zlib and protobuf-c
+  * Add Build-Dependencies on zlib, protobuf-c and dh-autoreconf
   * Use DEP-5 for debin/copyright
 
- -- David Paleino <dapal at debian.org>  Mon, 17 Jan 2011 21:50:19 +0100
+ -- David Paleino <dapal at debian.org>  Tue, 18 Jan 2011 21:14:51 +0100
 
 osm2pgsql (0.69+r20104-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index ce8a626..0ad3a72 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Uploaders:
 DM-Upload-Allowed: yes
 Build-Depends:
  debhelper (>= 8~)
+ , dh-autoreconf
  , libbz2-dev
  , zlib1g-dev
  , libgeos-dev
diff --git a/debian/rules b/debian/rules
index 0c72920..ce71656 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,8 @@ SVNREV  := $(shell echo $(VERSION) | awk -F'+r' '{print $$2}' | cut -d- -f1)
 SUFFIX  := +r$(SVNREV)
 
 %:
-	dh $@
+	dh $@ \
+		--with autoreconf
 
 override_dh_compress:
 	# clean up some naive file permissions

-- 
OpenStreetMap data to PostgreSQL converter



More information about the Pkg-grass-devel mailing list