Skip to content
Snippets Groups Projects
Commit 5d28b8d8 authored by Matthias Klose's avatar Matthias Klose
Browse files

* Use UTF-8 encoding for the python policy in HTML format. Closes: #689931.

parent e400da75
No related branches found
No related tags found
No related merge requests found
python-defaults (2.7.6-1) UNRELEASED; urgency=medium python-defaults (2.7.6-1) UNRELEASED; urgency=medium
* Bump version to 2.7.6. * Bump version to 2.7.6.
* Use UTF-8 encoding for the python policy in HTML format. Closes: #689931.
-- Matthias Klose <doko@debian.org> Wed, 07 May 2014 14:40:27 +0200 -- Matthias Klose <doko@debian.org> Wed, 07 May 2014 14:40:27 +0200
......
...@@ -50,7 +50,7 @@ stamp-build: ...@@ -50,7 +50,7 @@ stamp-build:
stamp-doc-policy: stamp-doc-policy:
debiandoc2text debian/python-policy.sgml debiandoc2text debian/python-policy.sgml
mv -f python-policy.txt debian/ mv -f python-policy.txt debian/
debiandoc2html debian/python-policy.sgml debiandoc2html -l en.UTF-8 debian/python-policy.sgml
rm -rf debian/python-policy.html rm -rf debian/python-policy.html
mv -f python-policy.html debian/ mv -f python-policy.html debian/
make -C pydist README.PyDist.html make -C pydist README.PyDist.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment