From: lisu Date: Tue, 29 Mar 2011 07:38:34 +0000 (+0000) Subject: - missing patch X-Git-Tag: auto/th/calibre-0_7_52-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcalibre.git;a=commitdiff_plain;h=223451f8822fee0a2279d8976ff426b3b4ec1289 - missing patch Changed files: shebang-python-fix.patch -> 1.1 --- diff --git a/shebang-python-fix.patch b/shebang-python-fix.patch new file mode 100644 index 0000000..979dd4b --- /dev/null +++ b/shebang-python-fix.patch @@ -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@kovidgoyal.net'