* debian/control:

- build-dep on libwebkitgtk-dev instead of libwebkit-dev.
This commit is contained in:
Yves-Alexis Perez 2011-07-26 00:24:21 +02:00
parent 8bcf5dae1a
commit 71a9bd4a1d
3 changed files with 5 additions and 3 deletions

4
debian/changelog vendored
View file

@ -4,8 +4,10 @@ midori (0.3.6-2) UNRELEASED; urgency=low
- don't install upstream changelog twice. closes: #614692 - don't install upstream changelog twice. closes: #614692
* debian/Debian-config: * debian/Debian-config:
- update homepage to point to faq.html. - update homepage to point to faq.html.
* debian/control:
- build-dep on libwebkitgtk-dev instead of libwebkit-dev.
-- Yves-Alexis Perez <corsac@debian.org> Mon, 16 May 2011 18:46:49 +0200 -- Yves-Alexis Perez <corsac@debian.org> Tue, 26 Jul 2011 00:24:07 +0200
midori (0.3.6-1) unstable; urgency=low midori (0.3.6-1) unstable; urgency=low

2
debian/control vendored
View file

@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7.0.50),
lsb-release, lsb-release,
libgtk2.0-dev (>= 2.10), libgtk2.0-dev (>= 2.10),
libglib2.0-dev, libglib2.0-dev,
libwebkit-dev (>= 1.1.15), libwebkitgtk-dev (>= 1.1.15),
libxml2-dev (>= 2.6), libxml2-dev (>= 2.6),
# For waf: # For waf:
python, python,

2
debian/rules vendored
View file

@ -12,7 +12,7 @@ export DEB_BUILD_HARDENING=1
CMD=$(shell echo $@ | sed 's/override_//') CMD=$(shell echo $@ | sed 's/override_//')
LIBWEBKIT_PKG=$(shell dpkg-query -p libwebkit-dev | grep Depends | sed -r 's/.*(libwebkit[^ ]+).*/\1/') LIBWEBKIT_PKG=$(shell dpkg-query -p libwebkitgtk-dev | grep Depends | sed -r 's/.*(libwebkitgtk[^ ]+).*/\1/')
GTKLAUNCHER=$(shell dpkg-query -L $(LIBWEBKIT_PKG) | grep GtkLauncher) GTKLAUNCHER=$(shell dpkg-query -L $(LIBWEBKIT_PKG) | grep GtkLauncher)
DISTRO=$(shell lsb_release -is) DISTRO=$(shell lsb_release -is)
CONFIG_FILE=debian/config/$(DISTRO).h CONFIG_FILE=debian/config/$(DISTRO).h