Package: audtty Version: 0.1.12-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch
*** /tmp/tmpKR7gRO In Ubuntu, the attached patch was applied to achieve the following: * debian/patches/01-ftbfs_dso_linking.patch: Fix FTBFS by adding needed libs to linker command. (Closes: #618068) Thanks for considering the patch. -- System Information: Debian Release: squeeze/sid APT prefers natty APT policy: (500, 'natty') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-8-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru audtty-0.1.12/debian/patches/01-ftbfs_dso_linking.patch audtty-0.1.12/debian/patches/01-ftbfs_dso_linking.patch --- audtty-0.1.12/debian/patches/01-ftbfs_dso_linking.patch 1970-01-01 01:00:00.000000000 +0100 +++ audtty-0.1.12/debian/patches/01-ftbfs_dso_linking.patch 2011-04-09 05:14:52.000000000 +0200 @@ -0,0 +1,16 @@ +## Description: Fix FTBFS due to indirect linking +## Origin/Author: Andreas Moog <am...@ubuntu.com> +## Bug-Ubuntu: https://bugs.launchpad.net/749143 +## Bug-Debian: http://bugs.debian.org/618068 +Index: audtty-0.1.12/Makefile.in +=================================================================== +--- audtty-0.1.12.orig/Makefile.in 2011-04-09 04:51:07.000000000 +0200 ++++ audtty-0.1.12/Makefile.in 2011-04-09 04:59:33.664030941 +0200 +@@ -8,6 +8,7 @@ + + + AUDACIOUS_CFLAGS=@AUDACIOUS_CFLAGS@ -I/usr/include/dbus-1.0 ++LDFLAGS=@LDFLAGS@ -ldbus-glib-1 -lglib-2.0 -lgobject-2.0 + + SOURCES=main.c curses_printf.c playlist.c playlist_jump.c playlist_addurl.c settings.c connect.c browse.c playlist_create.c + BINS=$(SOURCES:.c=.o) diff -Nru audtty-0.1.12/debian/patches/series audtty-0.1.12/debian/patches/series --- audtty-0.1.12/debian/patches/series 2010-02-28 19:18:35.000000000 +0100 +++ audtty-0.1.12/debian/patches/series 2011-04-09 05:13:02.000000000 +0200 @@ -1 +1,2 @@ 00-Makefile +01-ftbfs_dso_linking.patch