r50813 - in /desktop/unstable/cheese/debian: changelog cheese.install rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 20 07:20:10 UTC 2016


Author: biebl
Date: Tue Sep 20 07:20:09 2016
New Revision: 50813

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50813
Log:
Use non-multiarch path (/usr/lib/cheese) for libexecdir.

Modified:
    desktop/unstable/cheese/debian/changelog
    desktop/unstable/cheese/debian/cheese.install
    desktop/unstable/cheese/debian/rules

Modified: desktop/unstable/cheese/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/changelog?rev=50813&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/changelog	[utf-8] (original)
+++ desktop/unstable/cheese/debian/changelog	[utf-8] Tue Sep 20 07:20:09 2016
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Bump debhelper compat level to 10.
+  * Use non-multiarch path (/usr/lib/cheese) for libexecdir.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 20 Sep 2016 09:08:44 +0200
 

Modified: desktop/unstable/cheese/debian/cheese.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/cheese.install?rev=50813&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/cheese.install	[utf-8] (original)
+++ desktop/unstable/cheese/debian/cheese.install	[utf-8] Tue Sep 20 07:20:09 2016
@@ -3,4 +3,4 @@
 usr/share/man
 usr/share/appdata/*.appdata.xml
 usr/share/dbus-1/services/*.service
-usr/lib/*/cheese/gnome-camera-service
+usr/lib/cheese/gnome-camera-service

Modified: desktop/unstable/cheese/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/rules?rev=50813&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/rules	[utf-8] (original)
+++ desktop/unstable/cheese/debian/rules	[utf-8] Tue Sep 20 07:20:09 2016
@@ -12,7 +12,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libexecdir=\$${libdir}/cheese
+		--libexecdir=\$${prefix}/lib/cheese
 
 override_dh_install:
 	dh_install --list-missing




More information about the pkg-gnome-commits mailing list