[Pkg-cli-apps-commits] [SCM] sparkleshare branch, master, updated. debian/0.8.2-1-3-gbd3c9bd
Carlos Martín Nieto
carlos at cmartin.tk
Sun Apr 22 17:41:58 UTC 2012
The following commit has been merged in the master branch:
commit bd3c9bd2119cd0b22758d3ad86c01aed827447a3
Author: Carlos Martín Nieto <carlos at cmartin.tk>
Date: Sun Apr 22 19:25:25 2012 +0200
There's no autogen anymore, use ./configure as usual
It looks like we do have tarball releases again.
diff --git a/debian/control b/debian/control
index 3ac1136..d6232eb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ 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~), dh-autoreconf
+Build-Depends: cli-common-dev (>= 0.5.7~), debhelper (>= 7.0.50~)
Build-Depends-Indep: intltool,
libglib2.0-cil-dev (>= 2.12.2),
libgtk2.0-cil-dev (>= 2.12.2),
diff --git a/debian/rules b/debian/rules
index abe7182..b42ff71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,7 @@
#!/usr/bin/make -f
-override_dh_autoreconf:
- dh_autoreconf ./autogen.sh
-
override_dh_auto_configure:
dh_auto_configure -- MCS=/usr/bin/mono-csc
%:
- dh $@ --with=cli,autoreconf
+ dh $@ --with=cli
--
sparkleshare
More information about the Pkg-cli-apps-commits
mailing list