Control: tags -1 + patch Control: forwarded -1 https://github.com/pedromorais/gettext-lint/pull/2
* Sylvestre Ledru <sylves...@debian.org>, 2011-05-24, 11:45:
$ POFileClean bash: /usr/bin/POFileClean: /usr/bin/python^M: bad interpreter: No such file or directory
This is because the file has DOS line endings. -- Jakub Wilk
diff -Nru gettext-lint-0.4/debian/rules gettext-lint-0.4/debian/rules --- gettext-lint-0.4/debian/rules 2014-03-06 06:14:34.000000000 +0100 +++ gettext-lint-0.4/debian/rules 2016-03-08 15:16:35.000000000 +0100 @@ -11,3 +11,7 @@ %: dh $@ --with=autoreconf + +override_dh_auto_install: + dh_auto_install + sed -i -e 's/\r//' debian/gettext-lint/usr/bin/POFileClean #627762