r53319 - in /desktop/experimental/gnome-shell/debian: changelog rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Fri Sep 1 14:58:41 UTC 2017


Author: jbicha
Date: Fri Sep  1 14:58:40 2017
New Revision: 53319

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53319
Log:
Don't use variable when passing libexecdir for meson build

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

Modified: desktop/experimental/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/changelog?rev=53319&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/changelog	[utf-8] Fri Sep  1 14:58:40 2017
@@ -1,3 +1,12 @@
+gnome-shell (3.25.91-4) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - Don't use variable when passing libexecdir for meson build
+    - Change --list-missing to --fail-missing to catch this kind of problem
+    - Switch to dh_missing
+
+ -- Jeremy Bicha <jbicha at debian.org>  Fri, 01 Sep 2017 10:57:42 -0400
+
 gnome-shell (3.25.91-3) experimental; urgency=medium
 
   * Don't fail the build for test failures

Modified: desktop/experimental/gnome-shell/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/rules?rev=53319&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/rules	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/rules	[utf-8] Fri Sep  1 14:58:40 2017
@@ -18,12 +18,14 @@
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--libdir=/usr/lib \
-		--libexecdir="\$${libdir}/gnome-shell" \
+		--libexecdir=/usr/lib/gnome-shell \
 		$(CONFFLAGS)
 
 override_dh_install:
 	find debian/tmp -name '*.la' -delete
-	dh_install --list-missing
+
+override_dh_missing:
+	dh_missing --fail-missing
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Xlibgnome-shell




More information about the pkg-gnome-commits mailing list