r50416 - in /desktop/unstable/gdk-pixbuf/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 13 14:14:06 UTC 2016


Author: biebl
Date: Tue Sep 13 14:14:06 2016
New Revision: 50416

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50416
Log:
Use dh_install --list-missing to show uninstalled files and exclude
libtool .la files.

Modified:
    desktop/unstable/gdk-pixbuf/debian/changelog
    desktop/unstable/gdk-pixbuf/debian/rules

Modified: desktop/unstable/gdk-pixbuf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/changelog?rev=50416&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/changelog	[utf-8] Tue Sep 13 14:14:06 2016
@@ -4,6 +4,8 @@
   * Drop 02-tests-Make-sure-to-NULL-terminate-the-arguments-pass.patch, merged
     upstream.
   * Bump debhelper compat level to 10.
+  * Use dh_install --list-missing to show uninstalled files and exclude
+    libtool .la files.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 13 Sep 2016 16:03:23 +0200
 

Modified: desktop/unstable/gdk-pixbuf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/rules?rev=50416&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/rules	[utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/rules	[utf-8] Tue Sep 13 14:14:06 2016
@@ -21,7 +21,7 @@
 	libgdk-pixbuf2.0-0.postrm
 
 override_dh_install:
-	dh_install
+	dh_install -X.la --list-missing
 	# process .in files
 	set -e; for file in $(infiles); do \
 		sed -e"s/#MULTIARCH#/$(DEB_HOST_MULTIARCH)/g" \




More information about the pkg-gnome-commits mailing list