* Thomas Goirand <[email protected]>, 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

_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to