r51049 - /desktop/unstable/totem/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 21 18:28:45 UTC 2016


Author: biebl
Date: Wed Sep 21 18:28:44 2016
New Revision: 51049

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51049
Log:
Fix nautilus path in dh_makeshlibs override

Modified:
    desktop/unstable/totem/debian/rules

Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=51049&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules	[utf-8] (original)
+++ desktop/unstable/totem/debian/rules	[utf-8] Wed Sep 21 18:28:44 2016
@@ -24,8 +24,7 @@
 	dh_strip --dbgsym-migration='totem-dbg (<< 3.20.1-1~)'
 
 override_dh_makeshlibs:
-
-	dh_makeshlibs -p totem -X/usr/lib/nautilus/ -Xplugins/
+	dh_makeshlibs -p totem -X/usr/lib/$(DEB_HOST_MULTIARCH)/nautilus/ -Xplugins/
 	dh_makeshlibs -p libtotem0 \
 		-V "libtotem0 (>= $(shell dpkg-parsechangelog --show-field=Version)), libtotem0 (<< $(shell sed -ne '/^gnome:NextVersion=/ s/.*=// p' debian/libtotem0.substvars))" -Xplugins/
 	dh_makeshlibs --remaining-packages -Xplugins/




More information about the pkg-gnome-commits mailing list