diff -Nru glade-3-3.6.7/debian/changelog glade-3-3.6.7/debian/changelog --- glade-3-3.6.7/debian/changelog 2011-07-27 02:35:24.000000000 +0100 +++ glade-3-3.6.7/debian/changelog 2012-05-26 01:18:19.000000000 +0100 @@ -1,3 +1,9 @@ +glade-3 (3.6.7-2+rpi1) wheezy; urgency=low + + * Add missing libraries to fix link failure + + -- Peter Michael Green Sat, 26 May 2012 00:17:39 +0000 + glade-3 (3.6.7-2) unstable; urgency=low * Switch to dpkg source format 3.0 (quilt). diff -Nru glade-3-3.6.7/debian/control glade-3-3.6.7/debian/control --- glade-3-3.6.7/debian/control 2011-07-27 03:15:40.000000000 +0100 +++ glade-3-3.6.7/debian/control 2012-05-26 01:25:56.000000000 +0100 @@ -7,7 +7,7 @@ Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Deng Xiyue , Josselin Mouette , Loic Minier , Michael Biebl , Sebastian Dröge +Uploaders: Deng Xiyue , Josselin Mouette , Loic Minier , Michael Biebl Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/glade-3 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/glade-3 Build-Depends: cdbs (>= 0.4.41), diff -Nru glade-3-3.6.7/debian/rules glade-3-3.6.7/debian/rules --- glade-3-3.6.7/debian/rules 2011-07-27 02:01:14.000000000 +0100 +++ glade-3-3.6.7/debian/rules 2012-05-26 01:18:30.000000000 +0100 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export GTK_LIBS = $(shell pkg-config --libs gtk+-2.0) -lgmodule-2.0 -lxml2 + ALLOWED_DISTS += unstable include /usr/share/cdbs/1/rules/debhelper.mk