r45550 - in /packages/unstable/gnome-software/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Jul 21 22:03:02 UTC 2015


Author: biebl
Date: Tue Jul 21 22:03:02 2015
New Revision: 45550

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45550
Log:
Use dh_install's exclude (-X) functionality to not install the .a and .la
files.

Modified:
    packages/unstable/gnome-software/debian/changelog
    packages/unstable/gnome-software/debian/rules

Modified: packages/unstable/gnome-software/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/changelog?rev=45550&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/changelog	[utf-8] Tue Jul 21 22:03:02 2015
@@ -8,6 +8,8 @@
     - Bump libgtk-3-dev to (>= 3.16).
   * Drop hard-coded dependency on libappstream-glib7 now that the library
     provides a symbols file.
+  * Use dh_install's exclude (-X) functionality to not install the .a and .la
+    files.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 21 Jul 2015 23:51:31 +0200
 

Modified: packages/unstable/gnome-software/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/rules?rev=45550&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/rules	[utf-8] Tue Jul 21 22:03:02 2015
@@ -9,9 +9,7 @@
 	dh_auto_configure -- --libdir=/usr/lib --disable-silent-rules
 
 override_dh_install:
-	rm -f debian/tmp/gs-plugins-7/*.a
-	rm -f debian/tmp/gs-plugins-7/*.la
-	dh_install --list-missing
+	dh_install -X.a -X.la --list-missing
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Xlibgs_plugin




More information about the pkg-gnome-commits mailing list