[SCM] spatialite branch, master, updated. debian/4.0.0-1-16-g407ea2f

Bas Couwenberg sebastic at xs4all.nl
Mon Sep 30 00:22:09 UTC 2013


The following commit has been merged in the master branch:
commit 6e5a0af9583a91b8a1233db41b17f076531ea66d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Sep 29 22:20:08 2013 +0200

    Use dh-autoreconf to run autoreconf during build.

diff --git a/debian/changelog b/debian/changelog
index 7657b83..a76a509 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ spatialite (4.1.1-1) UNRELEASED; urgency=low
 
   * New upstream version.
   * Update debian/watch, use sepwatch improvements and address common mistakes.
+  * Use dh-autoreconf to run autoreconf during build.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 29 Sep 2013 22:00:45 +0200
 
diff --git a/debian/control b/debian/control
index 55e042c..5c345fd 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9)
  , autotools-dev
+ , dh-autoreconf
  , libsqlite3-dev (>= 3.6.11)
  , libgeos-dev (>= 3.3.0)
  , libproj-dev
diff --git a/debian/rules b/debian/rules
index d9825d6..1506535 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ EPSG :=
 endif
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 versions:
 	@echo "Spatialite full version: $(FULL_VERSION)"

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list