tag 410106 pending thanks I've prepared a NMU of libpng from experimental, which does what vorlon suggested, symlinking libpng12.pc to libpng14.pc (as it's currently done with libpng.pc)
The debdiff is attached to the bug report, it has correctly built gtk2-engines-xfce and I'm currently rebuilding all Xfce with it. When it's finished and when I have a sponsor, if you're ok with the diff, I'll have it uploaded to experimental Regards, -- Yves-Alexis
diff -u libpng-1.4.0~beta16/debian/changelog libpng-1.4.0~beta16/debian/changelog --- libpng-1.4.0~beta16/debian/changelog +++ libpng-1.4.0~beta16/debian/changelog @@ -1,3 +1,11 @@ +libpng (1.4.0~beta16-0.1) experimental; urgency=low + + * Non-maintainer upload. + * Add a symlink from libpng14.pc to libpng12.pc so packages needing it and + pulling it from the Provides: field are happy. + + -- Yves-Alexis Perez <[EMAIL PROTECTED]> Sun, 11 Mar 2007 01:49:05 +0100 + libpng (1.4.0~beta16-0) experimental; urgency=low diff -u libpng-1.4.0~beta16/debian/rules libpng-1.4.0~beta16/debian/rules --- libpng-1.4.0~beta16/debian/rules +++ libpng-1.4.0~beta16/debian/rules @@ -98,6 +98,7 @@ install -d $(CURDIR)/debian/tmp/usr/lib/pkgconfig install libpng14.pc $(CURDIR)/debian/tmp/usr/lib/pkgconfig (cd $(CURDIR)/debian/tmp/usr/lib/pkgconfig && ln -s -f libpng14.pc libpng.pc) + (cd $(CURDIR)/debian/tmp/usr/lib/pkgconfig && ln -s -f libpng14.pc libpng12.pc) install -d $(CURDIR)/debian/tmp/usr/include/libpng14 install png.h pngconf.h $(CURDIR)/debian/tmp/usr/include/libpng14