[Pkg-cli-libs-commits] [mono-zeroconf] 02/03: Run autoreconf on package build

Jo Shields directhex at moszumanska.debian.org
Sun Jan 3 08:56:06 UTC 2016


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

directhex pushed a commit to annotated tag debian/0.9.0-6
in repository mono-zeroconf.

commit 4a3043b3c685ec70698c0490c438e3b900f7a0b4
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Jan 3 08:46:30 2016 +0000

    Run autoreconf on package build
---
 debian/control | 1 +
 debian/rules   | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1b16453..3f37052 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), cli-common-dev (>= 0.5.7)
 Build-Depends-Indep: mono-devel (>= 3.0.6),
  monodoc-base (>= 2.0),
+ dh-autoreconf,
  pkg-config
 Standards-Version: 3.9.2
 Homepage: http://mono-project.com/Mono_Zeroconf
diff --git a/debian/rules b/debian/rules
index 15229a5..4912bcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,11 @@ override_dh_auto_configure:
 override_dh_makeclilibs:
 	dh_makeclilibs -m0.9.0
 
+override_dh_autoreconf:
+	dh_autoreconf autoreconf -- -I .
+
 %:
-	dh $@ --with cli
+	dh $@ --with cli,autoreconf
 
 get-orig-source:
 	uscan \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/mono-zeroconf.git



More information about the Pkg-cli-libs-commits mailing list