use bundled waf again (Closes: 571709)
This commit is contained in:
parent
2a147075b1
commit
c4431b0d2b
3 changed files with 5 additions and 4 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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 <ryan@debian.org> Sun, 07 Mar 2010 21:56:25 -0800
|
||||
-- Ryan Niebur <ryan@debian.org> Sun, 07 Mar 2010 21:58:06 -0800
|
||||
|
||||
midori (0.2.2-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:
|
||||
waf,
|
||||
python,
|
||||
# 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