[Python-modules-team] [Python-modules-commits] r24400 - in packages/pyparsing/trunk/debian (5 files)

Jakub Wilk jwilk at debian.org
Tue May 21 16:49:02 UTC 2013


* Thomas Goirand <zigo at debian.org>, 2013-05-19, 15:10:
>>>-    find $(CURDIR)/debian/python{,3}-pyparsing \
>>>-        \( -name '*.html' -o -name '*.css' -o -name '*.py' \
>>>-                          -o -name 'README' \) \
>>>-        -type f -print0 \
>>>-    | xargs -0 --no-run-if-empty fromdos -p --
>>
>>Was dropping this intentional? The change is not documented in the 
>>changelog, and tofrodos is still in Build-Depends-Indep (even though 
>>it's no longer used AFAICS).
>
>I just spent some time to search for DOS files, and didn't. Did you 
>spot some in pyparsion 1.5.7?

Yup, there are plenty of them:

pyparsing-1.5.7+dfsg1$ find -type f | xargs file | grep -wc 'with CRLF'
90

>>OTOH the original code didn't work anyway

There's another reason why the snippet didn't work: most of the files it 
was supposed to fix are in python-pyparsing-doc.

-- 
Jakub Wilk



More information about the Python-modules-team mailing list