r54848 - in /desktop/unstable/evince/debian: changelog control control.in

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Sun Nov 12 23:31:16 UTC 2017


Author: smcv
Date: Sun Nov 12 23:31:16 2017
New Revision: 54848

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54848
Log:
Replace Provides according to gobject-introspection mini-policy

Replace gir1.2-evince-3.0 Provides on gir1.2-evince-document-3.0 and
gir1.2-evince-view-3.0 (which nothing actually seems to depend on)
with gir1.2-evincedocument-3.0 and gir1.2-evinceview-3.0
(which correspond to the included typelibs). Note that there is no
Evince-3.0.typelib.

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

Modified: desktop/unstable/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/changelog?rev=54848&op=diff
==============================================================================
--- desktop/unstable/evince/debian/changelog	[utf-8] (original)
+++ desktop/unstable/evince/debian/changelog	[utf-8] Sun Nov 12 23:31:16 2017
@@ -1,6 +1,14 @@
 evince (3.26.0-2) UNRELEASED; urgency=medium
 
+  [ Michael Biebl ]
   * Drop obsolete evince-gtk transitional package.
+
+  [ Simon McVittie ]
+  * Replace gir1.2-evince-3.0 Provides on gir1.2-evince-document-3.0 and
+    gir1.2-evince-view-3.0 (which nothing actually seems to depend on)
+    with gir1.2-evincedocument-3.0 and gir1.2-evinceview-3.0
+    (which correspond to the included typelibs). Note that there is no
+    Evince-3.0.typelib.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 04 Oct 2017 23:43:55 +0200
 

Modified: desktop/unstable/evince/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control?rev=54848&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control	[utf-8] (original)
+++ desktop/unstable/evince/debian/control	[utf-8] Sun Nov 12 23:31:16 2017
@@ -143,8 +143,8 @@
 Depends: ${gir:Depends},
          ${misc:Depends},
          ${shlibs:Depends}
-Provides: gir1.2-evince-document-3.0,
-          gir1.2-evince-view-3.0
+Provides: gir1.2-evincedocument-3.0 (= ${binary:Version}),
+          gir1.2-evinceview-3.0 (= ${binary:Version})
 Description: GObject introspection data for the evince libraries
  This package contains introspection data for the libevview and
  libevdocument libraries.

Modified: desktop/unstable/evince/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control.in?rev=54848&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control.in	[utf-8] (original)
+++ desktop/unstable/evince/debian/control.in	[utf-8] Sun Nov 12 23:31:16 2017
@@ -139,8 +139,8 @@
 Depends: ${gir:Depends},
          ${misc:Depends},
          ${shlibs:Depends}
-Provides: gir1.2-evince-document-3.0,
-          gir1.2-evince-view-3.0
+Provides: gir1.2-evincedocument-3.0 (= ${binary:Version}),
+          gir1.2-evinceview-3.0 (= ${binary:Version})
 Description: GObject introspection data for the evince libraries
  This package contains introspection data for the libevview and
  libevdocument libraries.




More information about the pkg-gnome-commits mailing list