Package: foomatic-filters-ppds Version: 20080528-1 Severity: important Tags: patch
This bug is basically the same as #493104. I’m attaching a similar patch and can also NMU if you want to. Cheers, -- .''`. : :' : We are debian.org. Lower your prices, surrender your code. `. `' We will add your hardware and software distinctiveness to `- our own. Resistance is futile.
diff -u foomatic-filters-ppds-20080528/install foomatic-filters-ppds-20080528/install
--- foomatic-filters-ppds-20080528/install
+++ foomatic-filters-ppds-20080528/install
@@ -48,6 +48,9 @@
mkdir -p $destdir$prefix
cp -ax bin share $destdir$prefix
+# Fix a common error in PPDs that makes cups choke
+find $destdir$prefix/share -name "*.ppd" -exec sed -i 's/^\*CloseUI /*CloseUI: /' "{}" \;
+
# Compress files
if [ $gzip -eq 1 ]; then
echo "Compressing PPD files ..."
diff -u foomatic-filters-ppds-20080528/debian/changelog foomatic-filters-ppds-20080528/debian/changelog
--- foomatic-filters-ppds-20080528/debian/changelog
+++ foomatic-filters-ppds-20080528/debian/changelog
@@ -1,3 +1,11 @@
+foomatic-filters-ppds (20080528-1+nmu1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * install: after installation, fix a common mistake in the .ppd
+ files that makes cups fail to use them.
+
+ -- Josselin Mouette <[EMAIL PROTECTED]> Fri, 29 Aug 2008 10:05:45 +0200
+
foomatic-filters-ppds (20080528-1) unstable; urgency=low
* New upstream release.
signature.asc
Description: Ceci est une partie de message numériquement signée

