packages: calibre/shebang-python-fix.patch (NEW) - missing patch
lisu
lisu at pld-linux.org
Tue Mar 29 09:38:39 CEST 2011
Author: lisu Date: Tue Mar 29 07:38:39 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- missing patch
---- Files affected:
packages/calibre:
shebang-python-fix.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/calibre/shebang-python-fix.patch
diff -u /dev/null packages/calibre/shebang-python-fix.patch:1.1
--- /dev/null Tue Mar 29 09:38:39 2011
+++ packages/calibre/shebang-python-fix.patch Tue Mar 29 09:38:34 2011
@@ -0,0 +1,27 @@
+--- calibre/recipes/nrc-nl-epub.recipe~ 2011-03-26 02:30:09.000000000 +0100
++++ calibre/recipes/nrc-nl-epub.recipe 2011-03-29 09:31:15.404987337 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python2
++#!/usr/bin/env python
+ # -*- coding: utf-8 -*-
+ #Based on veezh's original recipe and Kovid Goyal's New York Times recipe
+
+--- calibre/setup/install.py~ 2011-03-29 09:28:50.238365816 +0200
++++ calibre/setup/install.py 2011-03-29 09:32:00.301640042 +0200
+@@ -12,7 +12,7 @@
+ __appname__, __version__
+
+ HEADER = '''\
+-#!/usr/bin/env python2
++#!/usr/bin/env python
+
+ """
+ This is the standard runscript for all of calibre's tools.
+--- calibre/src/calibre/trac/bzr_commit_plugin.py~ 2011-03-26 02:30:09.000000000 +0100
++++ calibre/src/calibre/trac/bzr_commit_plugin.py 2011-03-29 09:32:22.581633113 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python2
++#!/usr/bin/env python
+
+ __license__ = 'GPL v3'
+ __copyright__ = '2008, Kovid Goyal kovid at kovidgoyal.net'
================================================================
More information about the pld-cvs-commit
mailing list