[SCM] spatialite branch, master, updated. upstream/2.4.0_rc4-29-gf8a02e3

David Paleino dapal at debian.org
Sat Oct 8 15:10:50 UTC 2011


The following commit has been merged in the master branch:
commit f8a02e373cde5ce114cad1a925fde7540a5ee984
Author: David Paleino <dapal at debian.org>
Date:   Sat Oct 8 17:10:23 2011 +0200

    Temporarily disable autoreconf

diff --git a/debian/control b/debian/control
index c318f32..8abf099 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Build-Depends:
  , libreadline-dev
  , libexpat1-dev
  , libfreexl-dev
- , dh-autoreconf
 Standards-Version: 3.9.2
 Homepage: http://www.gaia-gis.it/spatialite/
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/spatialite.git
diff --git a/debian/rules b/debian/rules
index f0fb7ca..91882d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,7 @@ VERSION := $(shell echo $(FULL_VERSION) | sed -e "s/~beta[[:digit:]]\+/-BETA/")
 LC_VERSION := $(shell echo $(VERSION) | tr A-Z a-z)
 
 %:
-	-dh $@ \
-		--with autoreconf
+	dh $@
 
 get-orig-source:
 	mkdir -p $(CURDIR)/tmp || true

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list