File: remove_shebangs.patch

package info (click to toggle)
python-gdata 2.0.18%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 8,460 kB
  • ctags: 17,143
  • sloc: python: 70,779; ansic: 150; makefile: 27; sh: 3
file content (119 lines) | stat: -rw-r--r-- 4,749 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Remove shebangs on files not run by the command line
By: Piotr Ożarowski <piotr@debian.org>
Index: gdata-2.0.13/src/atom/__init__.py
===================================================================
--- gdata-2.0.13.orig/src/atom/__init__.py	2010-07-08 20:32:46.000000000 +0200
+++ gdata-2.0.13/src/atom/__init__.py	2010-12-29 10:31:57.870095902 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006 Google Inc.
 #
Index: gdata-2.0.13/src/atom/service.py
===================================================================
--- gdata-2.0.13.orig/src/atom/service.py	2010-07-08 20:32:46.000000000 +0200
+++ gdata-2.0.13/src/atom/service.py	2010-12-29 10:31:57.874095902 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006, 2007, 2008 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/apps/__init__.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/apps/__init__.py	2010-07-08 20:32:47.000000000 +0200
+++ gdata-2.0.13/src/gdata/apps/__init__.py	2010-12-29 10:31:57.878095902 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2007 SIOS Technology, Inc.
 #
Index: gdata-2.0.13/src/gdata/apps/service.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/apps/service.py	2010-07-08 20:32:47.000000000 +0200
+++ gdata-2.0.13/src/gdata/apps/service.py	2010-12-29 10:31:57.882095902 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2007 SIOS Technology, Inc.
 #
Index: gdata-2.0.13/src/gdata/calendar/__init__.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/calendar/__init__.py	2010-07-08 20:32:47.000000000 +0200
+++ gdata-2.0.13/src/gdata/calendar/__init__.py	2010-12-29 10:31:57.930095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/calendar/service.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/calendar/service.py	2010-07-08 20:32:47.000000000 +0200
+++ gdata-2.0.13/src/gdata/calendar/service.py	2010-12-29 10:31:57.938095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/docs/__init__.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/docs/__init__.py	2010-07-08 20:32:47.000000000 +0200
+++ gdata-2.0.13/src/gdata/docs/__init__.py	2010-12-29 10:31:57.938095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2009 Google Inc. All Rights Reserved.
 #
Index: gdata-2.0.13/src/gdata/docs/service.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/docs/service.py	2010-11-04 22:23:31.000000000 +0100
+++ gdata-2.0.13/src/gdata/docs/service.py	2010-12-29 10:31:57.942095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2009 Google Inc. All Rights Reserved.
 #
Index: gdata-2.0.13/src/gdata/__init__.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/__init__.py	2010-07-08 20:32:46.000000000 +0200
+++ gdata-2.0.13/src/gdata/__init__.py	2010-12-29 10:31:57.946095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/service.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/service.py	2010-08-26 01:31:19.000000000 +0200
+++ gdata-2.0.13/src/gdata/service.py	2010-12-29 10:31:57.954095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006,2008 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/spreadsheet/__init__.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/spreadsheet/__init__.py	2010-07-08 20:32:48.000000000 +0200
+++ gdata-2.0.13/src/gdata/spreadsheet/__init__.py	2010-12-29 10:31:57.958095900 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2007 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/spreadsheet/service.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/spreadsheet/service.py	2010-07-12 22:49:16.000000000 +0200
+++ gdata-2.0.13/src/gdata/spreadsheet/service.py	2010-12-29 10:31:58.030095901 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2007 Google Inc.
 #
Index: gdata-2.0.13/src/gdata/test_data.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/test_data.py	2010-11-16 22:45:26.000000000 +0100
+++ gdata-2.0.13/src/gdata/test_data.py	2010-12-29 10:31:58.058095901 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright (C) 2006 Google Inc.
 #