r44645 - in /desktop/unstable/gnome-dictionary/debian: changelog control control.in libgdict-1.0-6.install libgdict-1.0-6.symbols libgdict-1.0-8.install libgdict-1.0-8.symbols rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun May 24 18:56:41 UTC 2015


Author: biebl
Date: Sun May 24 18:56:41 2015
New Revision: 44645

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44645
Log:
Rename libgdict-1.0-6 → libgdict-1.0-8 for the soname bump.

Added:
    desktop/unstable/gnome-dictionary/debian/libgdict-1.0-8.install
      - copied unchanged from r44640, desktop/unstable/gnome-dictionary/debian/libgdict-1.0-6.install
    desktop/unstable/gnome-dictionary/debian/libgdict-1.0-8.symbols
      - copied, changed from r44640, desktop/unstable/gnome-dictionary/debian/libgdict-1.0-6.symbols
Removed:
    desktop/unstable/gnome-dictionary/debian/libgdict-1.0-6.install
    desktop/unstable/gnome-dictionary/debian/libgdict-1.0-6.symbols
Modified:
    desktop/unstable/gnome-dictionary/debian/changelog
    desktop/unstable/gnome-dictionary/debian/control
    desktop/unstable/gnome-dictionary/debian/control.in
    desktop/unstable/gnome-dictionary/debian/rules

Modified: desktop/unstable/gnome-dictionary/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/changelog?rev=44645&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/changelog	[utf-8] Sun May 24 18:56:41 2015
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Drop obsolete Breaks/Replaces from pre-wheezy.
+  * Rename libgdict-1.0-6 → libgdict-1.0-8 for the soname bump.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 24 May 2015 20:43:17 +0200
 

Modified: desktop/unstable/gnome-dictionary/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/control?rev=44645&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/control	[utf-8] Sun May 24 18:56:41 2015
@@ -23,7 +23,7 @@
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-dictionary
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-dictionary
 
-Package: libgdict-1.0-6
+Package: libgdict-1.0-8
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -46,7 +46,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
-         libgdict-1.0-6 (= ${binary:Version}),
+         libgdict-1.0-8 (= ${binary:Version}),
          libgtk-3-dev (>= 3.0.0),
          libglib2.0-dev (>= 2.39.0)
 Description: GNOME Dictionary base library - development files
@@ -58,7 +58,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libgdict-1.0-6 (= ${binary:Version})
+         libgdict-1.0-8 (= ${binary:Version})
 Suggests: 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=44645&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/control.in	[utf-8] Sun May 24 18:56:41 2015
@@ -19,7 +19,7 @@
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-dictionary
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-dictionary
 
-Package: libgdict-1.0-6
+Package: libgdict-1.0-8
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -42,7 +42,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
-         libgdict-1.0-6 (= ${binary:Version}),
+         libgdict-1.0-8 (= ${binary:Version}),
          libgtk-3-dev (>= 3.0.0),
          libglib2.0-dev (>= 2.39.0)
 Description: GNOME Dictionary base library - development files
@@ -54,7 +54,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libgdict-1.0-6 (= ${binary:Version})
+         libgdict-1.0-8 (= ${binary:Version})
 Suggests: yelp
 Provides: dict-client
 Description: GNOME dictionary application

Copied: desktop/unstable/gnome-dictionary/debian/libgdict-1.0-8.symbols (from r44640, desktop/unstable/gnome-dictionary/debian/libgdict-1.0-6.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/libgdict-1.0-8.symbols?rev=44645&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/libgdict-1.0-6.symbols	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/libgdict-1.0-8.symbols	[utf-8] Sun May 24 18:56:41 2015
@@ -1,4 +1,4 @@
-libgdict-1.0.so.6 libgdict-1.0-6 #MINVER#
+libgdict-1.0.so.8 libgdict-1.0-8 #MINVER#
  DBType at Base 3.0.0
  StratType at Base 3.0.0
  _gdict_database_new at Base 3.0.0

Modified: desktop/unstable/gnome-dictionary/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/rules?rev=44645&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/rules	[utf-8] Sun May 24 18:56:41 2015
@@ -12,4 +12,4 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_DH_MAKESHLIBS_ARGS_libgdict-1.0-6 += -- -c4
+DEB_DH_MAKESHLIBS_ARGS_libgdict-1.0-8 += -- -c4




More information about the pkg-gnome-commits mailing list