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

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue Apr 26 12:26:01 UTC 2016


Author: bigon
Date: Tue Apr 26 12:26:00 2016
New Revision: 48407

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48407
Log:
debian/rules: Do not use -X parameter for dh_install, some files were not
installed as expected.

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=48407&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/changelog	[utf-8] Tue Apr 26 12:26:00 2016
@@ -1,3 +1,10 @@
+gnome-software (3.20.2-2) UNRELEASED; urgency=medium
+
+  * debian/rules: Do not use -X parameter for dh_install, some files were not
+    installed as expected.
+
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 26 Apr 2016 14:24:33 +0200
+
 gnome-software (3.20.2-1) unstable; urgency=medium
 
   [ Matthias Klumpp ]

Modified: packages/unstable/gnome-software/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/rules?rev=48407&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/rules	[utf-8] Tue Apr 26 12:26:00 2016
@@ -44,7 +44,9 @@
 	dh_installgsettings
 
 override_dh_install:
-	dh_install -X.a -X.la --list-missing
+	rm -f debian/tmp/usr/lib/gs-plugins-*/*.a
+	rm -f debian/tmp/usr/lib/gs-plugins-*/*.la
+	dh_install --list-missing
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Xlibgs_plugin




More information about the pkg-gnome-commits mailing list