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,14 @@ +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). Thanks to Saïvann Carignan for finding this. + * debian/rules: Removed more system manipulations from the generator + scripts for the PPDs and filters (LP: #220548). + * debian/copyright: Use verbatim license header of one of the generator + scripts for PPDs and filters. + + -- Till Kamppeter Tue, 22 Apr 2008 16:51:30 +0200 + 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 @@ -32,9 +32,14 @@ sed -i s/'chmod a+w'/'#chmod a+w'/g debian/tmp/scripts/* sed -i s/'sleep 2s'// debian/tmp/scripts/* sed -i s/'lpinfo -v'/'echo ""'/g debian/tmp/scripts/* - sed -i s/' cp $brotherlpdwrapper $brotherlpdwrapper64'// debian/tmp/scripts/* + sed -i s/' cp $$brotherlpdwrapper $$brotherlpdwrapper64'/':'/ debian/tmp/scripts/* sed -i '/^lpadmin/d' debian/tmp/scripts/* sed -i s_'PPD=\"/usr/share/cups/model'_'PPD=\"/usr/share/ppd/Brother'_g debian/tmp/scripts/* + sed -i s/'rm -f \/usr\/\w*'/': '/ debian/tmp/scripts/* + sed -i s/'\/etc\/init.d\/\w*'/': '/ 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 \ diff -u brother-cups-wrapper-laser1-1.0.2-1/debian/copyright brother-cups-wrapper-laser1-1.0.2-1/debian/copyright --- brother-cups-wrapper-laser1-1.0.2-1/debian/copyright +++ brother-cups-wrapper-laser1-1.0.2-1/debian/copyright @@ -6,19 +6,19 @@ Licence: GPL-2 (see /usr/share/common-licenses/GPL-2) - This library is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published - by the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. - - This library is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this library; if not, write to Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along with + this program; if not, write to the Free Software Foundation, Inc., 59 Temple + Place, Suite 330, Boston, MA 02111-1307 USA The Debian packaging is © 2008, Saïvann Carignan and is licensed under the GPL2 (See /usr/share/common-licenses/GPL-2)