[Pkg-cli-apps-commits] [SCM] monobristol branch, master, updated. debian/0.60.3-2
Jo Shields
directhex at apebox.org
Fri Jan 20 13:14:25 UTC 2012
The following commit has been merged in the master branch:
commit 56aee4e0a4318e39370d2135899e6ad6dd2013aa
Author: Jo Shields <directhex at apebox.org>
Date: Fri Jan 20 12:37:26 2012 +0000
Use dh-autoreconf rather than doing it manually
diff --git a/debian/control b/debian/control
index f0e07ce..167f5b5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: monobristol
Section: sound
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), autoconf,
+Build-Depends: debhelper (>= 7.0.50), cli-common-dev (>= 0.7), dh-autoreconf,
imagemagick, automake, libtool
Build-Depends-Indep: mono-devel (>= 2.4.3), libgtk2.0-cil-dev,
libglib2.0-cil-dev, libglade2.0-cil-dev
diff --git a/debian/rules b/debian/rules
index d71cb79..e6d6469 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,6 @@ get-orig-source:
--rename
override_dh_auto_configure:
- autoreconf -f -i -s -I .
dh_auto_configure -- GMCS=/usr/bin/mono-csc
override_dh_auto_install:
@@ -35,6 +34,6 @@ override_dh_clean:
find . -name "Makefile.in" -delete
%:
- dh $@ --with cli
+ dh $@ --with cli,autoreconf
.PHONY: get-orig-source
--
monobristol
More information about the Pkg-cli-apps-commits
mailing list