diff -Nru ibus-input-pad-1.4.0/debian/changelog ibus-input-pad-1.4.0/debian/changelog --- ibus-input-pad-1.4.0/debian/changelog 2013-06-19 12:07:39.000000000 +0000 +++ ibus-input-pad-1.4.0/debian/changelog 2013-09-27 08:46:10.000000000 +0000 @@ -1,3 +1,9 @@ +ibus-input-pad (1.4.0-3+rpi1) jessie-staging; urgency=low + + * Force input-pad include directory to fix build failure. + + -- Peter Michael Green Fri, 27 Sep 2013 08:45:53 +0000 + ibus-input-pad (1.4.0-3) unstable; urgency=low * Team upload. diff -Nru ibus-input-pad-1.4.0/debian/rules ibus-input-pad-1.4.0/debian/rules --- ibus-input-pad-1.4.0/debian/rules 2013-06-19 12:06:16.000000000 +0000 +++ ibus-input-pad-1.4.0/debian/rules 2013-09-27 08:49:51.000000000 +0000 @@ -1,4 +1,8 @@ #!/usr/bin/make -f + +export CFLAGS += -I/usr/include/input-pad-1.0/ +export LIBS += -linput-pad + %: dh $@