[Pkg-cli-apps-commits] [SCM] manos branch, master, updated. 55783f5d1ed18b4e90945c30257c34f4498064d4
Jo Shields
directhex at apebox.org
Sat Mar 26 13:38:30 UTC 2011
The following commit has been merged in the master branch:
commit 381b228576fd0fc763bd6ff5537f93ada30f521b
Author: Jo Shields <directhex at apebox.org>
Date: Sat Mar 26 13:31:17 2011 +0000
Add dh-autoreconf to build process, it takes care of autogen for us
diff --git a/debian/control b/debian/control
index d435544..864d6be 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
Uploaders: Jo Shields <directhex at apebox.org>
Build-Depends: debhelper (>= 7.0.50~),
- cli-common-dev (>= 0.5.7)
+ cli-common-dev (>= 0.5.7),
+ dh-autoreconf
Build-Depends-Indep: mono-devel (>= 2.8)
Standards-Version: 3.9.1
Homepage: http://manosdemono.org/
diff --git a/debian/rules b/debian/rules
index 0ae4f06..231fdbf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@ override_dh_auto_configure:
dh_auto_configure -- DMCS=/usr/bin/mono-csc
%:
- dh $@
+ dh --with autoreconf $@
--
manos
More information about the Pkg-cli-apps-commits
mailing list