r51373 - in /desktop/unstable/eog/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Oct 11 21:42:17 UTC 2016


Author: biebl
Date: Tue Oct 11 21:42:17 2016
New Revision: 51373

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51373
Log:
Exclude libtool .la files from list-missing.

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

Modified: desktop/unstable/eog/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/changelog?rev=51373&op=diff
==============================================================================
--- desktop/unstable/eog/debian/changelog	[utf-8] (original)
+++ desktop/unstable/eog/debian/changelog	[utf-8] Tue Oct 11 21:42:17 2016
@@ -5,6 +5,7 @@
   * Bump debhelper compat level to 10 (automatic dh-autoreconf).
     (Closes: #558501)
   * Add Build-Depends on gnome-common, required by autoreconf.
+  * Exclude libtool .la files from list-missing.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 11 Oct 2016 23:26:34 +0200
 

Modified: desktop/unstable/eog/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/rules?rev=51373&op=diff
==============================================================================
--- desktop/unstable/eog/debian/rules	[utf-8] (original)
+++ desktop/unstable/eog/debian/rules	[utf-8] Tue Oct 11 21:42:17 2016
@@ -11,7 +11,7 @@
 	dh_auto_configure -- --enable-gtk-doc
 
 override_dh_install:
-	dh_install --list-missing
+	dh_install -X.la --list-missing
 
 override_dh_girepository:
 	dh_girepository -ldebian/tmp/usr/share/eog/gir-1.0/ /usr/lib/$(DEB_HOST_MULTIARCH)/eog/girepository-1.0/




More information about the pkg-gnome-commits mailing list