[california] Fix Daily Build PPA
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [california] Fix Daily Build PPA
- Date: Wed, 1 Oct 2014 18:30:21 +0000 (UTC)
commit 3b60d45ddbc77f69c1d013620568f5d3a9699c01
Author: Jim Nelson <jim yorba org>
Date: Wed Oct 1 11:29:14 2014 -0700
Fix Daily Build PPA
Previous change to allow building in main PPA broke Daily Build PPA
recipe. This should fix it by only running autogen.sh if configure
is not available.
debian/rules | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/debian/rules b/debian/rules
index 5c9013e..3693f5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,12 @@
%:
dh $@ --parallel
-override_dh_auto_configure:
- ./configure --prefix=/usr --enable-unity
+configure:
+ ./autogen.sh --prefix=/usr --enable-unity
+
+build-arch: configure
+ dh $@
+
+build: configure
+ dh $@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]