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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Nov 5 18:34:00 UTC 2017


Author: biebl
Date: Sun Nov  5 18:33:59 2017
New Revision: 54756

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54756
Log:
Switch to dh_missing

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=54756&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog	[utf-8] Sun Nov  5 18:33:59 2017
@@ -2,6 +2,7 @@
 
   * New upstream release
   * Rebase patches
+  * Switch to dh_missing
 
  -- 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=54756&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/rules	[utf-8] Sun Nov  5 18:33:59 2017
@@ -23,7 +23,10 @@
 
 override_dh_install:
 	find debian/tmp -name '*.la' -delete
-	dh_install --fail-missing
+	dh_install
+
+override_dh_missing:
+	dh_missing --fail-missing
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Xlibgnome-shell




More information about the pkg-gnome-commits mailing list