]> git.pld-linux.org Git - packages/calibre.git/commitdiff
- missing patch auto/th/calibre-0_7_52-2
authorlisu <lisu@pld-linux.org>
Tue, 29 Mar 2011 07:38:34 +0000 (07:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    shebang-python-fix.patch -> 1.1

shebang-python-fix.patch [new file with mode: 0644]

diff --git a/shebang-python-fix.patch b/shebang-python-fix.patch
new file mode 100644 (file)
index 0000000..979dd4b
--- /dev/null
@@ -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'
This page took 0.039413 seconds and 4 git commands to generate.