[Pkg-cli-apps-commits] [themonospot] 03/06: Use dh-autoreconf, or d/p/01-fix-build-system doesn't work

Jo Shields directhex at moszumanska.debian.org
Fri Nov 13 12:13:56 UTC 2015


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

directhex pushed a commit to annotated tag debian/0.7.3.1-7
in repository themonospot.

commit ff9520eacc17f901a9645d1c8da9fd4e052c0d4c
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Fri Nov 13 11:19:51 2015 +0000

    Use dh-autoreconf, or d/p/01-fix-build-system doesn't work
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 16230f5..ec058bb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: graphics
 Priority: optional
 Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50), 
- cli-common-dev (>= 0.7), imagemagick
+ cli-common-dev (>= 0.7), imagemagick, dh-autoreconf
 Build-Depends-Indep: mono-devel (>= 2.4.2.3), pkg-config, libgtk2.0-cil-dev,
  libglade2.0-cil-dev
 Standards-Version: 3.8.3
diff --git a/debian/rules b/debian/rules
index 30f905a..6572d43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,6 @@ override_dh_auto_install:
 	rm -rf $(CURDIR)/debian/themonospot/usr/lib/pkgconfig/
 
 %:
-	dh --with cli $@
+	dh --with cli,autoreconf $@
 
 .PHONY: get-orig-source

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/themonospot.git



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