[DRE-commits] [ruby-pygments.rb] 03/04: Add patch to use proper python shebang in mentos.py
Per Andersson
avtobiff-guest at moszumanska.debian.org
Fri Apr 4 01:36:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
avtobiff-guest pushed a commit to branch master
in repository ruby-pygments.rb.
commit 5ae147b4409432f6c9238dbb7326ce71f15c5a04
Author: Per Andersson <avtobiff at gmail.com>
Date: Fri Apr 4 02:20:34 2014 +0200
Add patch to use proper python shebang in mentos.py
---
debian/patches/0005-Use-proper-python-shebang.patch | 12 ++++++++++++
debian/patches/series | 1 +
2 files changed, 13 insertions(+)
diff --git a/debian/patches/0005-Use-proper-python-shebang.patch b/debian/patches/0005-Use-proper-python-shebang.patch
new file mode 100644
index 0000000..2713936
--- /dev/null
+++ b/debian/patches/0005-Use-proper-python-shebang.patch
@@ -0,0 +1,12 @@
+Description: Use proper Python shebang
+Subject: Use proper Python shebang
+From: Per Andersson <avtobiff at gmail.com>
+---
+--- a/lib/pygments/mentos.py
++++ b/lib/pygments/mentos.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ # -*- coding: utf-8 -*-
+
+ import sys, re, os, signal
diff --git a/debian/patches/series b/debian/patches/series
index 5d49900..4978335 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
0002-Don-t-set-PYGMENTS_PATH-and-remove-sys.path-appends.patch
0003-Conditional-use-of-lexers-file-path.patch
0004-Remove-unshipped-custom-lexers.patch
+0005-Use-proper-python-shebang.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-pygments.rb.git
More information about the Pkg-ruby-extras-commits
mailing list