r51534 - in /desktop/unstable/epiphany-browser/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Oct 22 15:18:51 UTC 2016


Author: biebl
Date: Sat Oct 22 15:18:51 2016
New Revision: 51534

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51534
Log:
Tighten dependency between epiphany-browser and epiphany-browser-data.
The GSettings schema and the epiphany-browser binary must not become out
of sync. (Closes: #841082)

Modified:
    desktop/unstable/epiphany-browser/debian/changelog
    desktop/unstable/epiphany-browser/debian/control
    desktop/unstable/epiphany-browser/debian/control.in

Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=51534&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog	[utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog	[utf-8] Sat Oct 22 15:18:51 2016
@@ -1,3 +1,11 @@
+epiphany-browser (3.22.1-2) UNRELEASED; urgency=medium
+
+  * Tighten dependency between epiphany-browser and epiphany-browser-data.
+    The GSettings schema and the epiphany-browser binary must not become out
+    of sync. (Closes: #841082)
+
+ -- Michael Biebl <biebl at debian.org>  Sat, 22 Oct 2016 17:15:42 +0200
+
 epiphany-browser (3.22.1-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/epiphany-browser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/control?rev=51534&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/control	[utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/control	[utf-8] Sat Oct 22 15:18:51 2016
@@ -43,8 +43,7 @@
 
 Package: epiphany-browser
 Architecture: any
-Depends: epiphany-browser-data (>= ${gnome:Version}),
-         epiphany-browser-data (<< ${gnome:NextVersion}),
+Depends: epiphany-browser-data (= ${source:Version}),
          ${shlibs:Depends},
          default-dbus-session-bus | dbus-session-bus,
          iso-codes,

Modified: desktop/unstable/epiphany-browser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/control.in?rev=51534&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/control.in	[utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/control.in	[utf-8] Sat Oct 22 15:18:51 2016
@@ -39,8 +39,7 @@
 
 Package: epiphany-browser
 Architecture: any
-Depends: epiphany-browser-data (>= ${gnome:Version}),
-         epiphany-browser-data (<< ${gnome:NextVersion}),
+Depends: epiphany-browser-data (= ${source:Version}),
          ${shlibs:Depends},
          default-dbus-session-bus | dbus-session-bus,
          iso-codes,




More information about the pkg-gnome-commits mailing list