--- debian/rules.orig 2009-08-24 00:02:20.000000000 +1000 +++ debian/rules 2009-08-24 00:06:35.000000000 +1000 @@ -48,7 +48,7 @@ dh_testdir # Add here commands to configure the package. - LDFLAGS="-Wl,-Bsymbolic-functions" \ + BACKENDS="pixma" LDFLAGS="-Wl,-Bsymbolic-functions" \ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ --sysconfdir=/etc \ @@ -61,7 +61,9 @@ --disable-fork-process \ --with-gphoto2 \ --enable-translations \ - --enable-avahi + --enable-avahi \ + --disable-latex \ + --enable-libusb_1_0 # generate POT file for translators (cd po && make sane-backends.pot)