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

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Fri Sep 1 15:32:40 UTC 2017


Author: jbicha
Date: Fri Sep  1 15:32:40 2017
New Revision: 53321

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53321
Log:
undo switch to dh_missing, didn't work right in local testing

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=53321&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/changelog	[utf-8] Fri Sep  1 15:32:40 2017
@@ -3,7 +3,6 @@
   * 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
     - Make build tests mandatory on Ubuntu (unknown failure on Debian)
     - Add workaround for Ubuntu translations issue
 

Modified: desktop/experimental/gnome-shell/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/rules?rev=53321&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/rules	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/rules	[utf-8] Fri Sep  1 15:32:40 2017
@@ -23,9 +23,7 @@
 
 override_dh_install:
 	find debian/tmp -name '*.la' -delete
-
-override_dh_missing:
-	dh_missing --fail-missing
+	dh_install --fail-missing
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Xlibgnome-shell




More information about the pkg-gnome-commits mailing list