[Pkg-mono-svn-commits] [SCM] moon branch, master, updated. upstream/2.3-47-g8f32d36
Jo Shields
directhex at apebox.org
Fri Nov 5 00:59:06 UTC 2010
The following commit has been merged in the master branch:
commit 1d80ee55aa7666471afee64f8244496686d34f72
Author: Jo Shields <directhex at apebox.org>
Date: Thu Nov 4 23:48:05 2010 +0000
autoreconf time, to pick up on ff36 stuff
(Historic bzr commit from Wed 2010-02-17 20:19:25 +0000)
diff --git a/debian/control b/debian/control
index 0428f15..c80d91c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,8 @@ Build-Depends: debhelper (>= 7.0.50~),
bison,
zip,
autoconf,
+ automake,
+ libtool,
lsb-release,
libpulse-dev,
libcairo2-dev (>= 1.8),
diff --git a/debian/rules b/debian/rules
index e915e95..51bf249 100644
--- a/debian/rules
+++ b/debian/rules
@@ -105,7 +105,8 @@ moonlight-build-stamp: moonlight-configure-stamp
touch moonlight-build-stamp
moonlight-configure-stamp: mono-install-stamp
- autoreconf && PKG_CONFIG_PATH=$(MONO_SHARED_DIR)/monoprefix/lib/pkgconfig ./configure --with-mcspath=$(MONO_SHARED_DIR)/mono-2-6/mcs --with-mono-basic-path=$(MONO_SHARED_DIR)/mono-basic-2-6 --with-cairo=system --prefix=/usr
+ autoreconf
+ PKG_CONFIG_PATH=$(MONO_SHARED_DIR)/monoprefix/lib/pkgconfig ./configure --with-mcspath=$(MONO_SHARED_DIR)/mono-2-6/mcs --with-mono-basic-path=$(MONO_SHARED_DIR)/mono-basic-2-6 --with-cairo=system --prefix=/usr
touch moonlight-configure-stamp
get-orig-source:
--
moon
More information about the Pkg-mono-svn-commits
mailing list