r49141 - in /desktop/unstable/evince/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Jun 23 22:35:08 UTC 2016


Author: biebl
Date: Thu Jun 23 22:35:08 2016
New Revision: 49141

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49141
Log:
Use --list-missing to show uninstalled files.

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

Modified: desktop/unstable/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/changelog?rev=49141&op=diff
==============================================================================
--- desktop/unstable/evince/debian/changelog	[utf-8] (original)
+++ desktop/unstable/evince/debian/changelog	[utf-8] Thu Jun 23 22:35:08 2016
@@ -4,6 +4,7 @@
   * Refresh patches, drop those which have been applied upstream.
   * Convert from cdbs to dh.
   * Bump Standards-Version to 3.9.8.
+  * Use --list-missing to show uninstalled files.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 23 Jun 2016 23:57:22 +0200
 

Modified: desktop/unstable/evince/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/rules?rev=49141&op=diff
==============================================================================
--- desktop/unstable/evince/debian/rules	[utf-8] (original)
+++ desktop/unstable/evince/debian/rules	[utf-8] Thu Jun 23 22:35:08 2016
@@ -40,7 +40,7 @@
 	dh_strip --dbgsym-migration='evince-dbg (<< 3.20.0-2~)'
 
 override_dh_install:
-	dh_install
+	dh_install --list-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