tags 533452 + pending thanks Dear maintainer,
I've prepared an NMU for foomatic-db-engine (versioned as 4.0-20090509-2.1) and got it uploaded to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u foomatic-db-engine-4.0-20090509/debian/changelog foomatic-db-engine-4.0-20090509/debian/changelog --- foomatic-db-engine-4.0-20090509/debian/changelog +++ foomatic-db-engine-4.0-20090509/debian/changelog @@ -1,3 +1,11 @@ +foomatic-db-engine (4.0-20090509-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Use the built binaries to build the arch-indep ppds. Closes: #533452 + Thanks to Slávek Banko for the patch! + + -- Didier Raboud <[email protected]> Sun, 02 May 2010 13:01:55 +0200 + foomatic-db-engine (4.0-20090509-2) unstable; urgency=low * Fix build outside of chroot. (Closes: #532977) diff -u foomatic-db-engine-4.0-20090509/debian/rules foomatic-db-engine-4.0-20090509/debian/rules --- foomatic-db-engine-4.0-20090509/debian/rules +++ foomatic-db-engine-4.0-20090509/debian/rules @@ -80,7 +80,14 @@ dh_prep dh_installdirs + # Use the binaries we just built - bug #533452 + mv ./lib/Foomatic/Defaults.pm ./lib/Foomatic/Defaults.pm-orig + sed "s|bindir = '/usr/bin';|bindir = '.';|" > ./lib/Foomatic/Defaults.pm < ./lib/Foomatic/Defaults.pm-orig + PERL5LIB='$(CURDIR)/lib' python ./debian/build_ppds $(CURDIR)/debian/foomatic-filters-ppds/usr/share/ppd/openprinting.org-gs + + # Restore + mv ./lib/Foomatic/Defaults.pm-orig ./lib/Foomatic/Defaults.pm dpkg-query -W -f 'ppds:Version=$${version}\n' foomatic-db > debian/foomatic-filters-ppds.substvars dpkg-query -W -f 'gp:Version=$${version}\n' foomatic-db-gutenprint >> debian/foomatic-filters-ppds.substvars -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

