r38297 - in /desktop/experimental/devhelp/debian: changelog control control.in

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Jun 1 18:48:56 UTC 2013


Author: pochu
Date: Sat Jun  1 18:48:55 2013
New Revision: 38297

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38297
Log:
* debian/control.in:
  + Bump libwebkit2gtk-3.0-dev build dependency to ensure we pick up
    the new SONAME.

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

Modified: desktop/experimental/devhelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/changelog?rev=38297&op=diff
==============================================================================
--- desktop/experimental/devhelp/debian/changelog [utf-8] (original)
+++ desktop/experimental/devhelp/debian/changelog [utf-8] Sat Jun  1 18:48:55 2013
@@ -6,6 +6,11 @@
   [ Jeremy Bicha ]
   * debian/control.in:
     - Have -dev package depend on webkit2gtk too
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/control.in:
+    + Bump libwebkit2gtk-3.0-dev build dependency to ensure we pick up
+      the new SONAME.
 
  -- Thomas Bechtold <thomasbechtold at jpberlin.de>  Mon, 22 Apr 2013 07:35:41 +0200
 

Modified: desktop/experimental/devhelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/control?rev=38297&op=diff
==============================================================================
--- desktop/experimental/devhelp/debian/control [utf-8] (original)
+++ desktop/experimental/devhelp/debian/control [utf-8] Sat Jun  1 18:48:55 2013
@@ -2,6 +2,7 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
+
 Source: devhelp
 Section: devel
 Priority: optional
@@ -14,7 +15,7 @@
                intltool,
                libglib2.0-dev (>= 2.32),
                libgtk-3-dev (>= 3.5.6),
-               libwebkit2gtk-3.0-dev (>= 1.10.0),
+               libwebkit2gtk-3.0-dev (>= 2.0.2),
                libxml-parser-perl,
                python3-dev
 Standards-Version: 3.9.4
@@ -38,7 +39,7 @@
 Depends: ${misc:Depends},
          libdevhelp-3-2 (= ${binary:Version}),
          libgtk-3-dev (>= 3.5.6),
-         libwebkit2gtk-3.0-dev (>= 1.6.0)
+         libwebkit2gtk-3.0-dev (>= 2.0.2)
 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/experimental/devhelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/control.in?rev=38297&op=diff
==============================================================================
--- desktop/experimental/devhelp/debian/control.in [utf-8] (original)
+++ desktop/experimental/devhelp/debian/control.in [utf-8] Sat Jun  1 18:48:55 2013
@@ -10,7 +10,7 @@
                intltool,
                libglib2.0-dev (>= 2.32),
                libgtk-3-dev (>= 3.5.6),
-               libwebkit2gtk-3.0-dev (>= 1.10.0),
+               libwebkit2gtk-3.0-dev (>= 2.0.2),
                libxml-parser-perl,
                python3-dev
 Standards-Version: 3.9.4
@@ -34,7 +34,7 @@
 Depends: ${misc:Depends},
          libdevhelp-3-2 (= ${binary:Version}),
          libgtk-3-dev (>= 3.5.6),
-         libwebkit2gtk-3.0-dev (>= 1.6.0)
+         libwebkit2gtk-3.0-dev (>= 2.0.2)
 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