[SCM] spatialite-tools branch, master, updated. debian/4.0.0-1-13-g56f5286
Bas Couwenberg
sebastic at xs4all.nl
Mon Sep 30 01:49:06 UTC 2013
The following commit has been merged in the master branch:
commit 2cd194fde01511133cf98c3ee6d202643d97f004
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Sep 30 02:48:02 2013 +0200
Use dh-autoreconf to run autoreconf during build.
diff --git a/debian/changelog b/debian/changelog
index 8f69b7d..4359c21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ spatialite-tools (4.1.1-1) UNRELEASED; urgency=low
* New upstream version. (closes: #677731)
* Add myself to Uploaders.
* Update watch file.
+ * Use dh-autoreconf to run autoreconf during build.
-- Bas Couwenberg <sebastic at xs4all.nl> Mon, 30 Sep 2013 02:35:52 +0200
diff --git a/debian/control b/debian/control
index 7ff0077..83c5e43 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Uploaders:
Build-Depends:
debhelper (>= 8)
, autotools-dev
+ , dh-autoreconf
, hardening-includes
, libspatialite-dev (>= 4.1.0~)
, libsqlite3-dev (>= 3.6.11)
diff --git a/debian/rules b/debian/rules
index d49d617..8edf088 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ LC_VERSION := $(shell echo $(VERSION) | tr A-Z a-z)
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
%:
- dh $@
+ dh $@ --with autoreconf
versions:
@echo "Spatialite full version: $(FULL_VERSION)"
--
Spatialite Tools
More information about the Pkg-grass-devel
mailing list