diff -Nru xchat-gnome-0.30.0~git20110821.e2a400/debian/changelog xchat-gnome-0.30.0~git20110821.e2a400/debian/changelog --- xchat-gnome-0.30.0~git20110821.e2a400/debian/changelog 2013-08-15 20:13:03.000000000 +0000 +++ xchat-gnome-0.30.0~git20110821.e2a400/debian/changelog 2013-09-12 06:49:56.000000000 +0000 @@ -1,3 +1,9 @@ +xchat-gnome (1:0.30.0~git20110821.e2a400-0.3+rpi1) jessie-staging; urgency=low + + * Force -lgmodule-2.0 in LDFLAGS to fix link error + + -- Peter Michael Green Thu, 12 Sep 2013 06:49:37 +0000 + xchat-gnome (1:0.30.0~git20110821.e2a400-0.3) unstable; urgency=medium * Non-maintainer upload. diff -Nru xchat-gnome-0.30.0~git20110821.e2a400/debian/rules xchat-gnome-0.30.0~git20110821.e2a400/debian/rules --- xchat-gnome-0.30.0~git20110821.e2a400/debian/rules 2011-04-21 22:02:44.000000000 +0000 +++ xchat-gnome-0.30.0~git20110821.e2a400/debian/rules 2013-09-12 06:50:28.000000000 +0000 @@ -9,7 +9,7 @@ DEB_CONFIGURE_SCRIPT := ./autogen.sh DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper -LDFLAGS += -Wl,--as-needed +LDFLAGS += -Wl,--as-needed -lgmodule-2.0 binary-install/xchat-gnome:: find debian/ -name "*.la" -exec rm -f {} \;