r51528 - in /desktop/unstable/gnome-software/debian: control.in gnome-software-plugin-snap.install rules

mak at users.alioth.debian.org mak at users.alioth.debian.org
Sat Oct 22 14:56:24 UTC 2016


Author: mak
Date: Sat Oct 22 14:56:22 2016
New Revision: 51528

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51528
Log:
Make Snappy/Snap plugin available as separate package

Added:
    desktop/unstable/gnome-software/debian/gnome-software-plugin-snap.install
Modified:
    desktop/unstable/gnome-software/debian/control.in
    desktop/unstable/gnome-software/debian/rules

Modified: desktop/unstable/gnome-software/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/control.in?rev=51528&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-software/debian/control.in	[utf-8] Sat Oct 22 14:56:22 2016
@@ -109,6 +109,24 @@
  .
  This package contains the Limba plugin.
 
+Package: gnome-software-plugin-snap
+Architecture: linux-any
+Depends: gnome-software (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Breaks: gnome-software (<< 3.21.92)
+Replaces: gnome-software (<< 3.21.92)
+Description: Snap support for GNOME Software
+ Software lets you install and update applications and system extensions.
+ .
+ Software uses a plugin architecture to separate the frontend from the
+ technologies that are used underneath. Currently, a PackageKit plugin provides
+ data from a number of traditional packaging systems, such as rpm or apt. An
+ appdata plugin provides additional metadata from locally installed data in the
+ appdata format.
+ .
+ This package contains the Snap plugin.
+
 Package: gnome-packagekit-session
 Architecture: all
 Section: oldlibs

Added: desktop/unstable/gnome-software/debian/gnome-software-plugin-snap.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/gnome-software-plugin-snap.install?rev=51528&op=file
==============================================================================
--- desktop/unstable/gnome-software/debian/gnome-software-plugin-snap.install	(added)
+++ desktop/unstable/gnome-software/debian/gnome-software-plugin-snap.install	[utf-8] Sat Oct 22 14:56:22 2016
@@ -0,0 +1 @@
+usr/lib/gs-plugins-*/libgs_plugin_snap*.so

Modified: desktop/unstable/gnome-software/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/rules?rev=51528&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-software/debian/rules	[utf-8] Sat Oct 22 14:56:22 2016
@@ -55,6 +55,7 @@
 	rm -f debian/gnome-software/usr/lib/gs-plugins-*/libgs_plugin_flatpak*
 	rm -f debian/gnome-software/usr/lib/gs-plugins-*/libgs_plugin_limba*
 	rm -f debian/gnome-software/usr/lib/gs-plugins-*/libgs_plugin_ostree*
+	rm -f debian/gnome-software/usr/lib/gs-plugins-*/libgs_plugin_snap*
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Xlibgs_plugin




More information about the pkg-gnome-commits mailing list