diff -Nru foomatic-db-20181217/debian/changelog foomatic-db-20181217/debian/changelog --- foomatic-db-20181217/debian/changelog 2019-01-07 17:26:10.000000000 +0000 +++ foomatic-db-20181217/debian/changelog 2019-01-07 19:19:33.000000000 +0000 @@ -1,3 +1,9 @@ +foomatic-db (20181217-2) unstable; urgency=medium + + * Finish debhelper 12 compat bump; fixes FTBFS + + -- Didier Raboud Mon, 07 Jan 2019 20:19:33 +0100 + foomatic-db (20181217-1) unstable; urgency=medium * New upstream version 20181217 diff -Nru foomatic-db-20181217/debian/rules foomatic-db-20181217/debian/rules --- foomatic-db-20181217/debian/rules 2019-01-07 17:26:10.000000000 +0000 +++ foomatic-db-20181217/debian/rules 2019-01-07 19:19:33.000000000 +0000 @@ -42,7 +42,8 @@ # bug #164, Debian bug #493104) for f in `find $(CURDIR)/debian/tmp/usr/share/foomatic/db/source/PPD -name '*.ppd.gz'`; do gzip -cd $$f | perl -p -e 's/^\*CloseUI(\s+)/*CloseUI:\1/' | perl -p -e 's/\*1284DeviceId/*1284DeviceID/' | gzip --best> $$f.tmp; rm $$f; mv $$f.tmp $$f; done - dh_install --list-missing + dh_install + dh_missing --list-missing mkdir -p $(CURDIR)/debian/foomatic-db-compressed-ppds/usr/share/ppd/ # Pre-build PPD files for foomatic-db-compressed-ppds