[Pkg-cgit-commits] [pkg-cgit] 06/08: Use python3 in md2html

Peter Colberg peter at colberg.org
Mon Jun 20 00:56:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

pc-guest pushed a commit to branch master
in repository pkg-cgit.

commit 510afb27ed133b4fd622467b7ab7433a3fbf80ab
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Jun 19 17:19:42 2016 -0400

    Use python3 in md2html
---
 debian/patches/series                       |  1 +
 debian/patches/use-python3-in-md2html.patch | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 5cef807..87f01d5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ add-highlighting-rules-to-cgit.css.patch
 use-debian-binary-name-rst2html.patch
 fix-spelling-in-man-page.patch
 fix-spelling-of-occurred.patch
+use-python3-in-md2html.patch
diff --git a/debian/patches/use-python3-in-md2html.patch b/debian/patches/use-python3-in-md2html.patch
new file mode 100644
index 0000000..fdf5905
--- /dev/null
+++ b/debian/patches/use-python3-in-md2html.patch
@@ -0,0 +1,10 @@
+Description: Use python3 in md2html
+Author: Peter Colberg <peter at colberg.org>
+Last-Update: 2016-06-19
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/filters/html-converters/md2html
++++ b/filters/html-converters/md2html
+@@ -1 +1 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cgit/pkg-cgit.git



More information about the Pkg-cgit-commits mailing list