r51530 - in /desktop/unstable/gnome-software/debian/patches: 02_packagekit-linking.patch series

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


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

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51530
Log:
packagekit-linking.patch: Fix PackageKit underlinking

Added:
    desktop/unstable/gnome-software/debian/patches/02_packagekit-linking.patch
    desktop/unstable/gnome-software/debian/patches/series

Added: desktop/unstable/gnome-software/debian/patches/02_packagekit-linking.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/patches/02_packagekit-linking.patch?rev=51530&op=file
==============================================================================
--- desktop/unstable/gnome-software/debian/patches/02_packagekit-linking.patch	(added)
+++ desktop/unstable/gnome-software/debian/patches/02_packagekit-linking.patch	[utf-8] Sat Oct 22 14:56:28 2016
@@ -0,0 +1,35 @@
+From c801422abb1a6354cca39d6487d73ce8cec0007d Mon Sep 17 00:00:00 2001
+From: Richard Hughes <richard at hughsie.com>
+Date: Wed, 19 Oct 2016 19:25:06 +0100
+Subject: trivial: Fix some underlinking in two PackageKit plugins
+
+Detected when testing on Debian.
+---
+ src/plugins/Makefile.am | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
+index 331a436..b4e98fb 100644
+--- a/src/plugins/Makefile.am
++++ b/src/plugins/Makefile.am
+@@ -326,7 +326,7 @@ libgs_plugin_fwupd_la_CFLAGS = $(GS_PLUGIN_CFLAGS) $(WARN_CFLAGS)
+ endif
+ 
+ libgs_plugin_packagekit_history_la_SOURCES = gs-plugin-packagekit-history.c
+-libgs_plugin_packagekit_history_la_LIBADD = $(GS_PLUGIN_LIBS)
++libgs_plugin_packagekit_history_la_LIBADD = $(GS_PLUGIN_LIBS) $(PACKAGEKIT_LIBS)
+ libgs_plugin_packagekit_history_la_LDFLAGS = -module -avoid-version
+ libgs_plugin_packagekit_history_la_CFLAGS = $(GS_PLUGIN_CFLAGS) $(WARN_CFLAGS)
+ 
+@@ -352,7 +352,7 @@ libgs_plugin_packagekit_origin_la_LDFLAGS = -module -avoid-version
+ libgs_plugin_packagekit_origin_la_CFLAGS = $(GS_PLUGIN_CFLAGS) $(WARN_CFLAGS)
+ 
+ libgs_plugin_packagekit_proxy_la_SOURCES = gs-plugin-packagekit-proxy.c
+-libgs_plugin_packagekit_proxy_la_LIBADD = $(GS_PLUGIN_LIBS)
++libgs_plugin_packagekit_proxy_la_LIBADD = $(GS_PLUGIN_LIBS) $(PACKAGEKIT_LIBS)
+ libgs_plugin_packagekit_proxy_la_LDFLAGS = -module -avoid-version
+ libgs_plugin_packagekit_proxy_la_CFLAGS = $(GS_PLUGIN_CFLAGS) $(WARN_CFLAGS)
+ 
+-- 
+cgit v0.12
+

Added: desktop/unstable/gnome-software/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/patches/series?rev=51530&op=file
==============================================================================
--- desktop/unstable/gnome-software/debian/patches/series	(added)
+++ desktop/unstable/gnome-software/debian/patches/series	[utf-8] Sat Oct 22 14:56:28 2016
@@ -0,0 +1,2 @@
+01_pkgname-sanity.patch
+02_packagekit-linking.patch




More information about the pkg-gnome-commits mailing list