r51453 - in /desktop/unstable/gnome-applets/debian: changelog patches/ patches/cpufreq_missing_libs.diff patches/series

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Sun Oct 16 20:04:40 UTC 2016


Author: mitya57
Date: Sun Oct 16 20:04:40 2016
New Revision: 51453

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51453
Log:
Add a patch (cpufreq_missing_libs.diff) to add missing libraries to
link with.

Added:
    desktop/unstable/gnome-applets/debian/patches/
    desktop/unstable/gnome-applets/debian/patches/cpufreq_missing_libs.diff
    desktop/unstable/gnome-applets/debian/patches/series
Modified:
    desktop/unstable/gnome-applets/debian/changelog

Modified: desktop/unstable/gnome-applets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/changelog?rev=51453&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/changelog	[utf-8] Sun Oct 16 20:04:40 2016
@@ -4,6 +4,8 @@
   * Bump libgtk-3-dev dependency to 3.20.0, following configure.ac.
   * Bump libpanel-applet-dev dependency to 3.22.0, following configure.ac.
   * Convert from CDBS to debhelper.
+  * Add a patch (cpufreq_missing_libs.diff) to add missing libraries to
+    link with.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 16 Oct 2016 18:25:33 +0300
 

Added: desktop/unstable/gnome-applets/debian/patches/cpufreq_missing_libs.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/patches/cpufreq_missing_libs.diff?rev=51453&op=file
==============================================================================
--- desktop/unstable/gnome-applets/debian/patches/cpufreq_missing_libs.diff	(added)
+++ desktop/unstable/gnome-applets/debian/patches/cpufreq_missing_libs.diff	[utf-8] Sun Oct 16 20:04:40 2016
@@ -0,0 +1,16 @@
+Description: cpufreq: add missing D-Bus libraries to link
+Author: Dmitry Shachnev <mitya57 at debian.org>
+Forwarded: yes
+Last-Update: 2016-10-16
+
+--- a/cpufreq/src/Makefile.am
++++ b/cpufreq/src/Makefile.am
+@@ -60,6 +60,7 @@
+ 	$(GNOME_APPLETS_LIBS) \
+ 	$(LIBGLADE_LIBS) \
+ 	$(LIBCPUFREQ_LIBS) \
++	$(DBUS_LIBS) \
+ 	$(NULL)
+ 
+ if HAVE_LIBCPUFREQ
+

Added: desktop/unstable/gnome-applets/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/patches/series?rev=51453&op=file
==============================================================================
--- desktop/unstable/gnome-applets/debian/patches/series	(added)
+++ desktop/unstable/gnome-applets/debian/patches/series	[utf-8] Sun Oct 16 20:04:40 2016
@@ -0,0 +1 @@
+cpufreq_missing_libs.diff




More information about the pkg-gnome-commits mailing list