r52374 - in /desktop/experimental/evince/debian: changelog rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed May 3 00:42:37 UTC 2017


Author: jbicha-guest
Date: Wed May  3 00:42:36 2017
New Revision: 52374

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52374
Log:
Use dh_install --fail-missing

Modified:
    desktop/experimental/evince/debian/changelog
    desktop/experimental/evince/debian/rules

Modified: desktop/experimental/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/changelog?rev=52374&op=diff
==============================================================================
--- desktop/experimental/evince/debian/changelog	[utf-8] (original)
+++ desktop/experimental/evince/debian/changelog	[utf-8] Wed May  3 00:42:36 2017
@@ -3,6 +3,8 @@
   * New upstream release.
   * Split evince backends into separate packages so that they can be
     individually installed or uninstalled by appstream clients
+  * debian/rules:
+    - Use dh_install --fail-missing to ensure we don't miss any files
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Tue, 02 May 2017 17:26:40 -0400
 

Modified: desktop/experimental/evince/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/rules?rev=52374&op=diff
==============================================================================
--- desktop/experimental/evince/debian/rules	[utf-8] (original)
+++ desktop/experimental/evince/debian/rules	[utf-8] Wed May  3 00:42:36 2017
@@ -37,7 +37,11 @@
 	dh_strip --dbgsym-migration='evince-dbg (<< 3.20.0-2~)'
 
 override_dh_install:
-	dh_install --list-missing
+	find debian/tmp/usr/lib -name '*.la' -delete
+	find debian/tmp/usr/lib/*/evince/ -name '*.a' -delete
+	find debian/tmp/usr/lib/mozilla -name '*.a' -delete
+	find debian/tmp/usr/lib/*/nautilus -name '*.a' -delete
+	dh_install --fail-missing
 	install -m 0644 -D debian/apparmor-profile debian/evince/etc/apparmor.d/usr.bin.evince
 	install -m 0644 -D debian/apparmor-profile.abstraction debian/evince/etc/apparmor.d/abstractions/evince
 	install -m 0644 -D debian/evince.apport debian/evince/usr/share/apport/package-hooks/source_evince.py




More information about the pkg-gnome-commits mailing list