r41202 - in /desktop/unstable/devhelp/debian: changelog control control.in

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Wed Apr 2 23:00:56 UTC 2014


Author: pochu
Date: Wed Apr  2 23:00:56 2014
New Revision: 41202

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41202
Log:
* debian/control.in:
  + Make libdevhelp-dev depend on the libwebkit2gtk dev package
    rather than on the libwebkitgtk one as we have switched to
    that and that's what the pkg-config file requires.

Modified:
    desktop/unstable/devhelp/debian/changelog
    desktop/unstable/devhelp/debian/control
    desktop/unstable/devhelp/debian/control.in

Modified: desktop/unstable/devhelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/changelog?rev=41202&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/changelog	[utf-8] (original)
+++ desktop/unstable/devhelp/debian/changelog	[utf-8] Wed Apr  2 23:00:56 2014
@@ -1,3 +1,12 @@
+devhelp (3.12.0-2) UNRELEASED; urgency=medium
+
+  * debian/control.in:
+    + Make libdevhelp-dev depend on the libwebkit2gtk dev package
+      rather than on the libwebkitgtk one as we have switched to
+      that and that's what the pkg-config file requires.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 03 Apr 2014 00:54:14 +0200
+
 devhelp (3.12.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/devhelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/control?rev=41202&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/control	[utf-8] (original)
+++ desktop/unstable/devhelp/debian/control	[utf-8] Wed Apr  2 23:00:56 2014
@@ -7,7 +7,7 @@
 Section: devel
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Frederic Peters <fpeters at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>
 Homepage: https://wiki.gnome.org/Apps/Devhelp
 Build-Depends: cdbs,
                debhelper (>= 8),
@@ -39,7 +39,7 @@
 Depends: ${misc:Depends},
          libdevhelp-3-2 (= ${binary:Version}),
          libgtk-3-dev (>= 3.5.6),
-         libwebkitgtk-3.0-dev (>= 1.6.0)
+         libwebkit2gtk-3.0-dev (>= 2.0.0)
 Description: Library providing documentation browser functionality (development)
  This library provides embedable widgets from the Devhelp program to
  be integrated in tools like the Anjuta IDE for browsing API reference

Modified: desktop/unstable/devhelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/control.in?rev=41202&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/control.in	[utf-8] (original)
+++ desktop/unstable/devhelp/debian/control.in	[utf-8] Wed Apr  2 23:00:56 2014
@@ -34,7 +34,7 @@
 Depends: ${misc:Depends},
          libdevhelp-3-2 (= ${binary:Version}),
          libgtk-3-dev (>= 3.5.6),
-         libwebkitgtk-3.0-dev (>= 1.6.0)
+         libwebkit2gtk-3.0-dev (>= 2.0.0)
 Description: Library providing documentation browser functionality (development)
  This library provides embedable widgets from the Devhelp program to
  be integrated in tools like the Anjuta IDE for browsing API reference




More information about the pkg-gnome-commits mailing list