[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.16-1-1-g4775f19
Gustavo Noronha Silva
kov at debian.org
Mon Nov 2 19:09:50 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 4775f19d7f9416a3e029959cb03966beced2922b
Author: Gustavo Noronha Silva <kov at debian.org>
Date: Mon Nov 2 17:09:14 2009 -0200
Tighten dependency of the -dev on the library
diff --git a/debian/changelog b/debian/changelog
index 6aa2676..cb0b2cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+webkit (1.1.16-2) unstable; urgency=low
+
+ * debian/control:
+ - tighten libwebkit-dev dependency on the library
+ (Closes: #554014)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Mon, 02 Nov 2009 17:07:03 -0200
+
webkit (1.1.16-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 691040d..30ed56f 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Package: libwebkit-dev
Section: libdevel
Priority: extra
Architecture: any
-Depends: libwebkit-1.0-2 (>= ${source:Upstream-Version}), libgtk2.0-dev, libsoup2.4-dev (>= 2.25.91)
+Depends: libwebkit-1.0-2 (= ${source:Upstream-Version}), libgtk2.0-dev, libsoup2.4-dev (>= 2.25.91)
Description: Web content engine library for Gtk+ - Development files
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list