[Pkg-cli-apps-commits] [SCM] sparkleshare branch, master, updated. debian/0.6.0-2-7-g770c73b
Carlos Martín Nieto
carlos at cmartin.tk
Mon Feb 20 11:35:40 UTC 2012
The following commit has been merged in the master branch:
commit 770c73b33416886ff8dc58129faa98e3a9baf228
Author: Carlos Martín Nieto <carlos at cmartin.tk>
Date: Mon Feb 20 12:05:14 2012 +0100
Use dh-autoreconf to call ./autogen.sh
It's less hacky than the previous version and we get
dh_autoreconf_clean.
diff --git a/debian/control b/debian/control
index 7c99fc1..3ac1136 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,8 @@ Section: utils
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
Uploaders: Carlos Martín Nieto <carlos at cmartin.tk>
-Build-Depends: cli-common-dev (>= 0.5.7~), debhelper (>= 7.0.50~),
+Build-Depends: cli-common-dev (>= 0.5.7~), debhelper (>= 7.0.50~), dh-autoreconf
Build-Depends-Indep: intltool,
- automake (>= 1.11),
- libtool,
libglib2.0-cil-dev (>= 2.12.2),
libgtk2.0-cil-dev (>= 2.12.2),
libnotify-cil-dev,
diff --git a/debian/rules b/debian/rules
index 1c41227..abe7182 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,10 @@
#!/usr/bin/make -f
+override_dh_autoreconf:
+ dh_autoreconf ./autogen.sh
+
override_dh_auto_configure:
- ./autogen.sh
dh_auto_configure -- MCS=/usr/bin/mono-csc
%:
- dh $@ --with=cli
+ dh $@ --with=cli,autoreconf
--
sparkleshare
More information about the Pkg-cli-apps-commits
mailing list