From c4431b0d2bdf6592c5c410279095bc9e38830e8b Mon Sep 17 00:00:00 2001 From: Ryan Niebur Date: Sun, 7 Mar 2010 21:58:40 -0800 Subject: [PATCH] use bundled waf again (Closes: 571709) --- debian/changelog | 3 ++- debian/control | 2 +- debian/rules | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7560fc04..ea504732 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ midori (0.2.4-1) UNRELEASED; urgency=low * New Upstream Version - update d/copyright + * use bundled waf again (Closes: 571709) - -- Ryan Niebur Sun, 07 Mar 2010 21:56:25 -0800 + -- Ryan Niebur Sun, 07 Mar 2010 21:58:06 -0800 midori (0.2.2-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 6a73fccf..c9997631 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 7.0.50), libwebkit-dev (>= 1.1.15), libxml2-dev (>= 2.6), # For waf: - waf, + python, # Optional dependencies: intltool, libidn11-dev, diff --git a/debian/rules b/debian/rules index 304e9235..5476a35a 100755 --- a/debian/rules +++ b/debian/rules @@ -18,8 +18,8 @@ override_dh_quilt_patch: test -e midori/midori-debian.h $(CMD) -WAF=/usr/bin/waf -#WAF=./waf +#WAF=/usr/bin/waf +WAF=./waf debian/presubj: debian/presubj.in @echo "presubj parameters:"