[Pkg-xfce-commits] r9558 - in /goodies/trunk/xfce4-radio-plugin/debian: changelog patches/02_panel-plugin-c99.patch patches/series

Yves-Alexis Perez corsac at moszumanska.debian.org
Fri Oct 7 06:16:08 UTC 2016


Author: corsac
Date: Fri Oct  7 06:16:06 2016
New Revision: 9558

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9558
Log:
* debian/patches:
  - 02_panel-plugin-c99, don't force C99 to fix build with GCC6, thanks
    Adrian Bunk for the patch.                                closes: #837007

Added:
    goodies/trunk/xfce4-radio-plugin/debian/patches/02_panel-plugin-c99.patch
Modified:
    goodies/trunk/xfce4-radio-plugin/debian/changelog
    goodies/trunk/xfce4-radio-plugin/debian/patches/series

Modified: goodies/trunk/xfce4-radio-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-radio-plugin/debian/changelog?rev=9558&op=diff
==============================================================================
--- goodies/trunk/xfce4-radio-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-radio-plugin/debian/changelog	Fri Oct  7 06:16:06 2016
@@ -1,6 +1,12 @@
 xfce4-radio-plugin (0.5.1-4) UNRELEASED; urgency=low
 
+  [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
+
+  [ Yves-Alexis Perez ]
+  * debian/patches:
+    - 02_panel-plugin-c99, don't force C99 to fix build with GCC6, thanks
+      Adrian Bunk for the patch.                                closes: #837007
 
  -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 21:57:41 +0200
 

Added: goodies/trunk/xfce4-radio-plugin/debian/patches/02_panel-plugin-c99.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-radio-plugin/debian/patches/02_panel-plugin-c99.patch?rev=9558&op=file
==============================================================================
--- goodies/trunk/xfce4-radio-plugin/debian/patches/02_panel-plugin-c99.patch	(added)
+++ goodies/trunk/xfce4-radio-plugin/debian/patches/02_panel-plugin-c99.patch	Fri Oct  7 06:16:06 2016
@@ -0,0 +1,18 @@
+Description: Don't force C99 in panel-plugin/Makefile.am
+ This makes timespec available for videodev2.h
+Author: Adrian Bunk <bunk at stusta.de>
+Bug-Debian: https://bugs.debian.org/837007
+
+--- xfce4-radio-plugin-0.5.1.orig/panel-plugin/Makefile.am
++++ xfce4-radio-plugin-0.5.1/panel-plugin/Makefile.am
+@@ -9,8 +9,7 @@ xfce4_radio_plugin_SOURCES =						\
+ xfce4_radio_plugin_CFLAGS =						\
+ 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
+ 	@LIBXFCE4PANEL_CFLAGS@						\
+-	@LIBXFCEGUI4_CFLAGS@						\
+-	-std=c99
++	@LIBXFCEGUI4_CFLAGS@
+ 
+ xfce4_radio_plugin_LDADD =						\
+ 	@LIBXFCE4PANEL_LIBS@						\
+

Modified: goodies/trunk/xfce4-radio-plugin/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-radio-plugin/debian/patches/series?rev=9558&op=diff
==============================================================================
--- goodies/trunk/xfce4-radio-plugin/debian/patches/series	(original)
+++ goodies/trunk/xfce4-radio-plugin/debian/patches/series	Fri Oct  7 06:16:06 2016
@@ -1 +1,2 @@
 01_explicit-link-lm.patch
+02_panel-plugin-c99.patch




More information about the Pkg-xfce-commits mailing list