[librttopo] 01/02: Override dh_autoreconf to run autogen.sh instead of `autoreconf -fi`.

Bas Couwenberg sebastic at debian.org
Tue Nov 15 18:07:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository librttopo.

commit e615805ae6a79c1ee34574d595ef9909dd12baf2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Nov 15 18:49:11 2016 +0100

    Override dh_autoreconf to run autogen.sh instead of `autoreconf -fi`.
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 34d62e3..1cc00db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+librttopo (1.1.0~rc0-1~exp2) UNRELEASED; urgency=medium
+
+  * Override dh_autoreconf to run autogen.sh instead of `autoreconf -fi`.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 15 Nov 2016 18:48:51 +0100
+
 librttopo (1.1.0~rc0-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.
diff --git a/debian/rules b/debian/rules
index 72f6b69..13b0206 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,9 @@ UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*
 		--with autoreconf \
 		--parallel
 
+override_dh_autoreconf:
+	dh_autoreconf ./autogen.sh
+
 override_dh_auto_install:
 	dh_auto_install
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/librttopo.git



More information about the Pkg-grass-devel mailing list