[Pkg-cli-libs-commits] [poppler-sharp] 02/04: Run autoreconf at package build time

Jo Shields directhex at moszumanska.debian.org
Sun Jan 3 10:04:29 UTC 2016


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

directhex pushed a commit to annotated tag debian/0.0.3-4
in repository poppler-sharp.

commit b206ec584d6e841c340e0a53853f52a5a577a194
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Jan 3 09:56:45 2016 +0000

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

diff --git a/debian/control b/debian/control
index 5694e03..b6b3fb2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 7.0.50),
                mono-devel (>= 2.4.3),
                cli-common-dev (>= 0.5.7),
                monodoc-base,
+               dh-autoreconf,
                gtk-sharp2-gapi,
                autotools-dev,
                libpoppler-glib-dev (>= 0.18),
diff --git a/debian/rules b/debian/rules
index 5557535..7e66d3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@
 override_dh_auto_configure:
 	dh_auto_configure -- MCS=/usr/bin/mono-csc
 
+override_dh_autoreconf:
+	dh_autoreconf autoreconf -- -I m4/
+
 override_dh_auto_build:
 	dh_auto_build
 	mkdir -p monodoc
@@ -21,4 +24,4 @@ override_dh_auto_clean:
 	rm -rf poppler.zip poppler.tree monodoc
 
 %:
-	dh --with cli $@
+	dh --with cli,autoreconf $@

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



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