r43736 - in /packages/unstable/gnome-software/debian: changelog gnome-software.install rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Wed Oct 22 12:10:39 UTC 2014


Author: bigon
Date: Wed Oct 22 12:10:39 2014
New Revision: 43736

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43736
Log:
debian/rules, debian/gnome-software.install: Install appdata file

Modified:
    packages/unstable/gnome-software/debian/changelog
    packages/unstable/gnome-software/debian/gnome-software.install
    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=43736&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/changelog	[utf-8] Wed Oct 22 12:10:39 2014
@@ -1,3 +1,9 @@
+gnome-software (3.14.1-2) UNRELEASED; urgency=medium
+
+  * debian/rules, debian/gnome-software.install: Install appdata file
+
+ -- Laurent Bigonville <bigon at debian.org>  Wed, 22 Oct 2014 14:05:10 +0200
+
 gnome-software (3.14.1-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/unstable/gnome-software/debian/gnome-software.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/gnome-software.install?rev=43736&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/gnome-software.install	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/gnome-software.install	[utf-8] Wed Oct 22 12:10:39 2014
@@ -1,6 +1,7 @@
 etc/xdg/autostart/
 usr/bin/gnome-software
-usr/lib/gs-plugins-7/
+usr/lib/gs-plugins-7/*.so
+usr/share/appdata/
 usr/share/applications/
 usr/share/dbus-1/
 usr/share/glib-2.0/schemas/

Modified: packages/unstable/gnome-software/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/rules?rev=43736&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/rules	[utf-8] Wed Oct 22 12:10:39 2014
@@ -11,7 +11,7 @@
 override_dh_install:
 	rm -f debian/tmp/gs-plugins-7/*.a
 	rm -f debian/tmp/gs-plugins-7/*.la
-	dh_install -X.la -X.a --list-missing
+	dh_install --list-missing
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Xlibgs_plugin




More information about the pkg-gnome-commits mailing list