From 916277f38a63cf9ef65eb9e3a25d4d1c91f46ce8 Mon Sep 17 00:00:00 2001 From: Ryan Niebur Date: Thu, 24 Dec 2009 17:49:50 -0800 Subject: [PATCH] switch to system waf --- debian/changelog | 5 ++++- debian/control | 2 +- debian/rules | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 62df1cfc..db87d516 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,11 @@ midori (0.2.2-1) UNRELEASED; urgency=low reproduce it in the Webkit test browser. Figure out the package name and the path to GtkLauncher automagically during build. (Closes: #562501) + * switch to system waf + - the FTBFS #559989 is no longer the fault of anything in my package, + and I've set #561130 in the BTS to affect midori, so (Closes: #559989) - -- Ryan Niebur Thu, 24 Dec 2009 17:35:45 -0800 + -- Ryan Niebur Thu, 24 Dec 2009 17:47:19 -0800 midori (0.2.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index c9997631..6a73fccf 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: - python, + waf, # Optional dependencies: intltool, libidn11-dev, diff --git a/debian/rules b/debian/rules index 5476a35a..304e9235 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:" -- 2.39.5