File: fix_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 (35 lines) | stat: -rw-r--r-- 1,213 bytes parent folder | download
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
Descriptions: Remove use of python2.4 shebangs
Author: Dmitry Shachnev <mitya57@gmail.com>
Forwarded: no
Last-Update: 2012-11-26

=== modified file 'samples/apps/marketplace_sample/gdata/apps/multidomain/client.py'
--- a/samples/apps/marketplace_sample/gdata/apps/multidomain/client.py	2012-05-07 13:26:46 +0000
+++ b/samples/apps/marketplace_sample/gdata/apps/multidomain/client.py	2012-11-26 16:01:20 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 #
 # Copyright 2011 Google Inc. All Rights Reserved.
 #

=== modified file 'samples/apps/marketplace_sample/gdata/apps/multidomain/data.py'
--- a/samples/apps/marketplace_sample/gdata/apps/multidomain/data.py	2012-05-07 13:26:46 +0000
+++ b/samples/apps/marketplace_sample/gdata/apps/multidomain/data.py	2012-11-26 16:01:32 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 #
 # Copyright 2011 Google Inc. All Rights Reserved.
 #

=== modified file 'samples/apps/migration_example.py'
--- a/samples/apps/migration_example.py	2012-03-09 12:29:18 +0000
+++ b/samples/apps/migration_example.py	2012-11-26 16:01:52 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 #
 # Copyright 2011 Google Inc. All Rights Reserved.
 #