[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-1-ga08880c
Gustavo Noronha Silva
kov at debian.org
Sat Jan 9 22:18:44 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit a08880cda5cca56bc35970c8c9b335450618dc53
Author: Gustavo Noronha Silva <kov at debian.org>
Date: Sat Jan 9 20:18:30 2010 -0200
Fix build-dependency on gobject-introspection to include minimum version
diff --git a/debian/changelog b/debian/changelog
index 2c2c9f0..33d58c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+webkit (1.1.18-2) unstable; urgency=low
+
+ * debian/control:
+ - build-depend on gobject-introspection >= 0.6.2, following what the
+ configure script does (Closes: #564453)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 09 Jan 2010 20:14:23 -0200
+
webkit (1.1.18-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index fd7efb7..d08f5b3 100644
--- a/debian/control
+++ b/debian/control
@@ -22,9 +22,9 @@ Build-Depends: debhelper (>= 5.0),
libenchant-dev,
gtk-doc-tools,
libgail-dev,
- libgirepository1.0-dev,
- gir-repository-dev,
- gobject-introspection
+ libgirepository1.0-dev (>= 0.6.2),
+ gir-repository-dev (>= 0.6.2),
+ gobject-introspection (>= 0.6.2)
Standards-Version: 3.8.3
Homepage: http://webkit.org/
Vcs-Browser: http://git.debian.org/?p=pkg-webkit/webkit.git
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list