Signed-off-by: Simon McVittie <smcv@debian.org>
/MYMETA.json
/MYMETA.yml
*.man
+/plugins/__pycache__/
/po/cover_db
/po/html/
po/po2wiki_stamp
Discount >= 2.2.0 (Closes: #888055)
* img: Fix auto-detection of image format (if enabled, which is
strongly discouraged) with ImageMagick >= 6.9.8-3
+ * rst: Use Python 3 instead of Python 2
* build: `set -e` before each `for` loop, so that errors are reliably
trapped
* build: Use if/then instead of `||` so that the `-e` flag works
libxml-writer-perl,
po4a (>= 0.35-1),
polygen,
- python,
- python-docutils,
+ python3,
+ python3-docutils,
texlive,
tidy,
viewvc | gitweb | viewcvs,
> change to ikiwiki. Can't attest for other situations, but am generally
> biased toward biting future bullets as early as possible.
> --[[schmonz]]
+
+>> Nobody objected, so it's now python3 for the next release. [[done]] --[[smcv]]
-#!/usr/bin/python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# proxy.py — helper for Python-based external (xml-rpc) ikiwiki plugins
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# pythondemo — demo Python ikiwiki plugin
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# rst — xml-rpc-based ikiwiki plugin to process RST files