switch to system waf
This commit is contained in:
parent
9f5259592d
commit
916277f38a
3 changed files with 7 additions and 4 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -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 <ryan@debian.org> Thu, 24 Dec 2009 17:35:45 -0800
|
||||
-- Ryan Niebur <ryan@debian.org> Thu, 24 Dec 2009 17:47:19 -0800
|
||||
|
||||
midori (0.2.0-1) unstable; urgency=low
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -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,
|
||||
|
|
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -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:"
|
||||
|
|
Loading…
Reference in a new issue