[Pkg-cli-apps-commits] [SCM] sparkleshare branch, master, updated. debian/0.6.0-2-6-g9ee3f25
Carlos Martín Nieto
carlos at cmartin.tk
Mon Feb 20 02:01:15 UTC 2012
The following commit has been merged in the master branch:
commit 9ee3f25e03f34d1474c0eeb510eab42f047206ca
Author: Carlos Martín Nieto <carlos at cmartin.tk>
Date: Mon Feb 20 01:55:56 2012 +0100
Run autogen before dh_auto-configure
We don't have release tarballs anymore and we can't tell dh to run
autoreconf because automake errors out.
diff --git a/debian/control b/debian/control
index d6232eb..7c99fc1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,10 @@ 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~),
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 b42ff71..1c41227 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
override_dh_auto_configure:
+ ./autogen.sh
dh_auto_configure -- MCS=/usr/bin/mono-csc
%:
--
sparkleshare
More information about the Pkg-cli-apps-commits
mailing list