Tags 713688 +patch
thanks

This was trivial to fix, just a matter of adding -lgobject-2.0 to the list of libraries in an existing debian patch.

Debdiff attatched, no intent to NMU.
diff -Nru audtty-0.1.12/debian/changelog audtty-0.1.12/debian/changelog
--- audtty-0.1.12/debian/changelog      2012-02-17 18:56:07.000000000 +0000
+++ audtty-0.1.12/debian/changelog      2013-10-10 18:21:18.000000000 +0000
@@ -1,3 +1,9 @@
+audtty (0.1.12-3+rpi1) jessie-staging; urgency=low
+
+  * Add -lgobject-2.0 to library list to fix build failure (Closes: #713688)
+
+ -- Peter Michael Green <plugw...@raspbian.org>  Thu, 10 Oct 2013 18:03:06 
+0000
+
 audtty (0.1.12-3) unstable; urgency=low
 
   * Bump compat to 9.
diff -Nru audtty-0.1.12/debian/patches/02-glib_include_link 
audtty-0.1.12/debian/patches/02-glib_include_link
--- audtty-0.1.12/debian/patches/02-glib_include_link   2012-02-17 
18:13:34.000000000 +0000
+++ audtty-0.1.12/debian/patches/02-glib_include_link   2013-10-10 
18:21:09.000000000 +0000
@@ -6,7 +6,7 @@
  AUDACIOUS_CFLAGS=@AUDACIOUS_CFLAGS@ -I/usr/include/dbus-1.0
 -LDADD=-ldbus-glib-1 -lncursesw -laudclient -lglib-2.0 -lgobject-2.0
 +GLIB_CFLAGS=`pkg-config --cflags glib-2.0`
-+LDADD=-ldbus-glib-1 -lncursesw -laudclient `pkg-config --libs glib-2.0`
++LDADD=-ldbus-glib-1 -lncursesw -laudclient -lgobject-2.0 `pkg-config --libs 
glib-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)

Reply via email to