diff -u brother-cups-wrapper-laser1-1.0.2-1/debian/changelog brother-cups-wrapper-laser1-1.0.2-1/debian/changelog --- brother-cups-wrapper-laser1-1.0.2-1/debian/changelog +++ brother-cups-wrapper-laser1-1.0.2-1/debian/changelog @@ -1,3 +1,10 @@ +brother-cups-wrapper-laser1 (1.0.2-1-0ubuntu4) hardy; urgency=low + + * debian/rules: Add missing "" in option choice fields of the PPDs + (LP: #219509). + + -- Saïvann Carignan Mon, 21 Apr 2008 17:51:30 -0400 + brother-cups-wrapper-laser1 (1.0.2-1-0ubuntu3) hardy; urgency=low * debian/control: Drop transitional packages. diff -u brother-cups-wrapper-laser1-1.0.2-1/debian/rules brother-cups-wrapper-laser1-1.0.2-1/debian/rules --- brother-cups-wrapper-laser1-1.0.2-1/debian/rules +++ brother-cups-wrapper-laser1-1.0.2-1/debian/rules @@ -36,6 +36,9 @@ sed -i '/^lpadmin/d' debian/tmp/scripts/* sed -i s_'PPD=\"/usr/share/cups/model'_'PPD=\"/usr/share/ppd/Brother'_g debian/tmp/scripts/* + #Add missing "" in option choice fields of the PPDs + sed -i s_':$$'_': ""'_ debian/tmp/scripts/* + chmod +x debian/tmp/scripts/* for i in `ls debian/tmp/scripts/` ; do \ ./debian/tmp/scripts/$$i ; \