r54759 - in /desktop/unstable/gnome-shell/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Nov 5 19:11:18 UTC 2017


Author: biebl
Date: Sun Nov  5 19:11:18 2017
New Revision: 54759

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54759
Log:
Exclude /usr/lib/gnome-shell/ from dh_makeshlibs to avoid an unnecessary
ldconfig trigger

Modified:
    desktop/unstable/gnome-shell/debian/changelog
    desktop/unstable/gnome-shell/debian/rules

Modified: desktop/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/changelog?rev=54759&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog	[utf-8] Sun Nov  5 19:11:18 2017
@@ -7,6 +7,8 @@
     for mutter. Don't hard-code the path to be x86_64-linux-gnu specific.
   * Honour DEB_BUILD_OPTIONS=nocheck so we don't try to run the test suite if
     xvfb is not installed
+  * Exclude /usr/lib/gnome-shell/ from dh_makeshlibs to avoid an unnecessary
+    ldconfig trigger
 
  -- Michael Biebl <biebl at debian.org>  Sun, 05 Nov 2017 19:15:39 +0100
 

Modified: desktop/unstable/gnome-shell/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/rules?rev=54759&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/rules	[utf-8] Sun Nov  5 19:11:18 2017
@@ -29,7 +29,7 @@
 	dh_missing --fail-missing
 
 override_dh_makeshlibs:
-	dh_makeshlibs -Xlibgnome-shell
+	dh_makeshlibs -X/usr/lib/gnome-shell/
 
 override_dh_shlibdeps:
 	# gnome-shell uses mutters private mutter-clutter-1.0.so etc.




More information about the pkg-gnome-commits mailing list