Merge lp:~racb/gnome-system-tools/underlinking into lp:~ubuntu-desktop/gnome-system-tools/ubuntu

Proposed by Robie Basak
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~racb/gnome-system-tools/underlinking
Merge into: lp:~ubuntu-desktop/gnome-system-tools/ubuntu
Diff against target: 45 lines (+25/-0)
3 files modified
debian/changelog (+6/-0)
debian/patches/series (+1/-0)
debian/patches/underlinking.patch (+18/-0)
To merge this branch: bzr merge lp:~racb/gnome-system-tools/underlinking
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+157361@code.launchpad.net

Description of the change

Fix FTBFS

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-12-16 22:20:48 +0000
+++ debian/changelog 2013-04-05 13:54:42 +0000
@@ -1,3 +1,9 @@
1gnome-system-tools (3.0.0-2ubuntu2) raring; urgency=low
2
3 * d/p/underlinking.patch: add missing -lm to time-admin link to fix FTBFS.
4
5 -- Robie Basak <robie.basak@canonical.com> Fri, 05 Apr 2013 13:36:20 +0000
6
1gnome-system-tools (3.0.0-2ubuntu1) precise; urgency=low7gnome-system-tools (3.0.0-2ubuntu1) precise; urgency=low
28
3 * Merge from Debian, remaining changes:9 * Merge from Debian, remaining changes:
410
=== modified file 'debian/patches/series'
--- debian/patches/series 2011-12-16 22:20:48 +0000
+++ debian/patches/series 2013-04-05 13:54:42 +0000
@@ -13,3 +13,4 @@
1396_ubuntu_ntp_pool.patch1396_ubuntu_ntp_pool.patch
14fix-missing-header-ftbfs-amd64.patch14fix-missing-header-ftbfs-amd64.patch
15remove_g_thread_init.patch15remove_g_thread_init.patch
16underlinking.patch
1617
=== added file 'debian/patches/underlinking.patch'
--- debian/patches/underlinking.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/underlinking.patch 2013-04-05 13:54:42 +0000
@@ -0,0 +1,18 @@
1Author: Robie Basak <robie.basak@canonical.com>
2Description: link time-admin with -lm to fix FTBFS in Raring
3 I can't find an active upstream VCS (broken link) and the upstream appears
4 dead, so I have not submitted this upstream.
5Forwarded: no
6Last-Update: 2013-04-05
7
8--- a/src/time/Makefile.am
9+++ b/src/time/Makefile.am
10@@ -15,7 +15,7 @@
11 CLEANFILES = $(GST_TOOL_CLEANFILES)
12 EXTRA_DIST = $(GST_TOOL_EXTRA_DIST)
13
14-time_admin_LDADD = ./e-map/libemap.a $(GST_TOOL_LIBS) $(DBUS_LIBS)
15+time_admin_LDADD = ./e-map/libemap.a $(GST_TOOL_LIBS) $(DBUS_LIBS) -lm
16 time_admin_DEPENDENCIES = ./e-map/libemap.a $(GST_TOOL_DEPENDENCIES)
17 time_admin_SOURCES = \
18 time-tool.c time-tool.h \

Subscribers

People subscribed via source and target branches