Bug#645190: update on waf binary data

2012-03-09 Thread Carsten Hey
* Carsten Hey [2012-03-09 21:42 +0100]: > $ (sed -n < waf -e '1,/^#==>$/ p'; echo REPLACED BY ENCODED TAR.BZ2; sed -n > < waf -e '/^#<==$/ p') > debian/waf.tmpl Instead of '/^#<==$/ p' it should be '/^#<==$/,$ p' (this occurs multiple times all around). Since the matched line is also the last

Bug#645190: update on waf binary data

2011-10-13 Thread Gerfried Fuchs
Hi again, it seems that the line 161 is actually a tar.bz2 file that gets extracted and then used. Though, first there is some substitution of \r and \n characters so that the "file" could go on one line. IMHO this is not acceptable because there are no tools included or commandline switc