r39688 - in /packages/unstable/gnome-system-tools/debian: changelog patches/gthread.patch patches/series patches/time-libm.patch rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Thu Oct 3 21:42:23 UTC 2013


Author: ah
Date: Thu Oct  3 21:42:23 2013
New Revision: 39688

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39688
Log:
* Set TARBALL_EXT = tar.bz2 in debian/rules since there are no xz tarball
  for gnome-system-tools 3.0.0.
* Add debian/patches/gthread.patch (Closes: #713720)
* Add debian/patches/time-libm.patch

Added:
    packages/unstable/gnome-system-tools/debian/patches/gthread.patch
    packages/unstable/gnome-system-tools/debian/patches/time-libm.patch
Modified:
    packages/unstable/gnome-system-tools/debian/changelog
    packages/unstable/gnome-system-tools/debian/patches/series
    packages/unstable/gnome-system-tools/debian/rules

Modified: packages/unstable/gnome-system-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-system-tools/debian/changelog?rev=39688&op=diff
==============================================================================
--- packages/unstable/gnome-system-tools/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-system-tools/debian/changelog	[utf-8] Thu Oct  3 21:42:23 2013
@@ -1,8 +1,15 @@
-gnome-system-tools (3.0.0-3) UNRELEASED; urgency=low
-
+gnome-system-tools (3.0.0-3) unstable; urgency=low
+
+  [ Josselin Mouette ]
   * Update repository URL.
 
- -- Josselin Mouette <joss at debian.org>  Sat, 31 Dec 2011 14:55:06 +0100
+  [ Andreas Henriksson ]
+  * Set TARBALL_EXT = tar.bz2 in debian/rules since there are no xz tarball
+    for gnome-system-tools 3.0.0.
+  * Add debian/patches/gthread.patch (Closes: #713720)
+  * Add debian/patches/time-libm.patch
+
+ -- Andreas Henriksson <andreas at fatal.se>  Thu, 03 Oct 2013 23:10:42 +0200
 
 gnome-system-tools (3.0.0-2) unstable; urgency=low
 

Added: packages/unstable/gnome-system-tools/debian/patches/gthread.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-system-tools/debian/patches/gthread.patch?rev=39688&op=file
==============================================================================
--- packages/unstable/gnome-system-tools/debian/patches/gthread.patch	(added)
+++ packages/unstable/gnome-system-tools/debian/patches/gthread.patch	[utf-8] Thu Oct  3 21:42:23 2013
@@ -0,0 +1,13 @@
+From: Andreas Henriksson <andreas at fatal.se>
+Subject: add gthread to linker flags
+
+--- gnome-system-tools-3.0.0.orig/configure.in
++++ gnome-system-tools-3.0.0/configure.in
+@@ -79,6 +79,7 @@ dnl ====================================
+ PKG_CHECK_MODULES(GST_DEPENDS,[
+ 			   gtk+-3.0 >= $GTK_REQUIRED
+ 			   gmodule-export-2.0
++			   gthread-2.0
+ 			   gio-2.0 >= $GLIB_REQUIRED
+ 			   pango
+ 			   liboobs-1 >= $LIBOOBS_REQUIRED

Modified: packages/unstable/gnome-system-tools/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-system-tools/debian/patches/series?rev=39688&op=diff
==============================================================================
--- packages/unstable/gnome-system-tools/debian/patches/series	[utf-8] (original)
+++ packages/unstable/gnome-system-tools/debian/patches/series	[utf-8] Thu Oct  3 21:42:23 2013
@@ -3,3 +3,5 @@
 11_dont_show_shares.patch
 61_outdated_docs.patch
 62_no_gettext.patch
+gthread.patch
+time-libm.patch

Added: packages/unstable/gnome-system-tools/debian/patches/time-libm.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-system-tools/debian/patches/time-libm.patch?rev=39688&op=file
==============================================================================
--- packages/unstable/gnome-system-tools/debian/patches/time-libm.patch	(added)
+++ packages/unstable/gnome-system-tools/debian/patches/time-libm.patch	[utf-8] Thu Oct  3 21:42:23 2013
@@ -0,0 +1,14 @@
+From: Andreas Henriksson <andreas at fatal.se>
+Subject: using floor should link with libm
+
+--- gnome-system-tools-3.0.0.orig/src/time/Makefile.am
++++ gnome-system-tools-3.0.0/src/time/Makefile.am
+@@ -15,7 +15,7 @@ INCLUDES += $(GST_TOOL_CFLAGS) $(DBUS_CF
+ CLEANFILES = $(GST_TOOL_CLEANFILES)
+ EXTRA_DIST = $(GST_TOOL_EXTRA_DIST)
+ 
+-time_admin_LDADD = ./e-map/libemap.a $(GST_TOOL_LIBS) $(DBUS_LIBS)
++time_admin_LDADD = ./e-map/libemap.a $(GST_TOOL_LIBS) $(DBUS_LIBS) -lm
+ time_admin_DEPENDENCIES = ./e-map/libemap.a $(GST_TOOL_DEPENDENCIES)
+ time_admin_SOURCES = \
+ 	time-tool.c	time-tool.h \

Modified: packages/unstable/gnome-system-tools/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-system-tools/debian/rules?rev=39688&op=diff
==============================================================================
--- packages/unstable/gnome-system-tools/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-system-tools/debian/rules	[utf-8] Thu Oct  3 21:42:23 2013
@@ -12,6 +12,8 @@
 	--disable-nautilus \
 	--disable-scrollkeeper
 
+TARBALL_EXT = tar.bz2
+
 DEB_DH_MAKESHLIBS_ARGS_gnome-system-tools += --no-act
 
 binary-install/gnome-system-tools::




More information about the pkg-gnome-commits mailing list