r50239 - in /desktop/unstable/gtk+2.0/debian: changelog libgail18.symbols rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Sep 10 00:24:26 UTC 2016


Author: biebl
Date: Sat Sep 10 00:24:26 2016
New Revision: 50239

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50239
Log:
When linking against libgail18, automatically generate a dependency on
libgail-common. This was originally achieved via a .shlibs file but since
we use a .symbols file nowadays, move this over there.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/libgail18.symbols
    desktop/unstable/gtk+2.0/debian/rules

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=50239&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog	[utf-8] Sat Sep 10 00:24:26 2016
@@ -4,6 +4,9 @@
   * Drop obsolete maintainer scripts which cleaned up the /usr/share/doc
     symlinks.
   * Refresh patches. Drop the ones which have been merged upstream.
+  * When linking against libgail18, automatically generate a dependency on
+    libgail-common. This was originally achieved via a .shlibs file but since
+    we use a .symbols file nowadays, move this over there.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 09 Sep 2016 23:20:25 +0200
 

Modified: desktop/unstable/gtk+2.0/debian/libgail18.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/libgail18.symbols?rev=50239&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/libgail18.symbols	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/libgail18.symbols	[utf-8] Sat Sep 10 00:24:26 2016
@@ -1,4 +1,4 @@
-libgailutil.so.18 libgail18 #MINVER#
+libgailutil.so.18 libgail18 #MINVER#, libgail-common
 * Build-Depends-Package: libgail-dev
  gail_misc_add_attribute at Base 1.18.0
  gail_misc_add_to_attr_set at Base 1.18.0

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=50239&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules	[utf-8] Sat Sep 10 00:24:26 2016
@@ -303,10 +303,9 @@
 		-- -c4
 	dh_makeshlibs -plibgail18 \
 		-X$(MODULES_BASE_PATH) \
-		-V"libgail18 (>= $(SHVER)), libgail-common (>= $(SHVER))" \
+		-V"libgail18 (>= $(SHVER))" \
 		--add-udeb=libgail18-udeb \
 		-- -c4
-	sed -i debian/libgail18/DEBIAN/shlibs -e '/^udeb: /s/, libgail-common (>= $(SHVER))//'
 	dh_girepository -pgir1.2-gtk-2.0
 	dh_installdeb -s
 	# override shlibs for libraries from this source before computing




More information about the pkg-gnome-commits mailing list