r54808 - in /desktop/unstable/gnome-dictionary/debian: changelog control control.in

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Fri Nov 10 15:16:32 UTC 2017


Author: jbicha
Date: Fri Nov 10 15:16:32 2017
New Revision: 54808

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54808
Log:
Depend on libgdict-common, accidentally dropped in 3.25.90-1

Modified:
    desktop/unstable/gnome-dictionary/debian/changelog
    desktop/unstable/gnome-dictionary/debian/control
    desktop/unstable/gnome-dictionary/debian/control.in

Modified: desktop/unstable/gnome-dictionary/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/changelog?rev=54808&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/changelog	[utf-8] Fri Nov 10 15:16:32 2017
@@ -1,3 +1,9 @@
+gnome-dictionary (3.26.1-2) UNRELEASED; urgency=medium
+
+  * Depend on libgdict-common, accidentally dropped in 3.25.90-1
+
+ -- Jeremy Bicha <jbicha at debian.org>  Fri, 10 Nov 2017 10:12:24 -0500
+
 gnome-dictionary (3.26.1-1) unstable; urgency=medium
 
   * New upstream release

Modified: desktop/unstable/gnome-dictionary/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/control?rev=54808&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/control	[utf-8] Fri Nov 10 15:16:32 2017
@@ -38,7 +38,8 @@
 Package: gnome-dictionary
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         libgdict-common (>= ${source:Version})
 Recommends: yelp
 Provides: dict-client
 Description: GNOME dictionary application

Modified: desktop/unstable/gnome-dictionary/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/control.in?rev=54808&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/control.in	[utf-8] Fri Nov 10 15:16:32 2017
@@ -34,7 +34,8 @@
 Package: gnome-dictionary
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         libgdict-common (>= ${source:Version})
 Recommends: yelp
 Provides: dict-client
 Description: GNOME dictionary application




More information about the pkg-gnome-commits mailing list