~ubuntu-branches/ubuntu/hardy/oggconvert/hardy-updates

« back to all changes in this revision

Viewing changes to debian/patches/01_no_python_invocation.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2007-06-22 23:29:16 UTC
  • Revision ID: james.westby@ubuntu.com-20070622232916-7bu8k1irp19y51gg
Tags: 0.2.0-0ubuntu1
* Initial release (LP: #114828)
* Added manpage
* Added icon
* Remove #!/usr/bin/python invocation in OggConvert modules
* oggconvert.desktop now adheres to freedesktop specification

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01_ocv_constants_fix.dpatch by Luca Falavigna <dktrkranz@ubuntu.com>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Remove #!/usr/bin/python invocation in OggConvert modules
 
6
 
 
7
@DPATCH@
 
8
diff -urNad oggconvert-0.2.0~/OggConvert/__init__.py oggconvert-0.2.0/OggConvert/__init__.py
 
9
--- oggconvert-0.2.0~/OggConvert/__init__.py    2007-02-08 23:50:39.000000000 +0100
 
10
+++ oggconvert-0.2.0/OggConvert/__init__.py     2007-06-26 13:17:23.000000000 +0200
 
11
@@ -1,4 +1,3 @@
 
12
-#!/usr/bin/python
 
13
 # -*- coding: UTF-8 -*-
 
14
 #
 
15
 # OggConvert -- Converts media files to Free formats
 
16
diff -urNad oggconvert-0.2.0~/OggConvert/ocv_constants.py oggconvert-0.2.0/OggConvert/ocv_constants.py
 
17
--- oggconvert-0.2.0~/OggConvert/ocv_constants.py       2007-06-25 20:41:14.000000000 +0200
 
18
+++ oggconvert-0.2.0/OggConvert/ocv_constants.py        2007-06-26 13:21:49.000000000 +0200
 
19
@@ -1,4 +1,3 @@
 
20
-#/usr/bin/python
 
21
 #
 
22
 #
 
23
 # OggConvert -- Converts media files to Free formats
 
24
diff -urNad oggconvert-0.2.0~/OggConvert/ocv_gst.py oggconvert-0.2.0/OggConvert/ocv_gst.py
 
25
--- oggconvert-0.2.0~/OggConvert/ocv_gst.py     2007-02-08 23:41:12.000000000 +0100
 
26
+++ oggconvert-0.2.0/OggConvert/ocv_gst.py      2007-06-26 13:21:54.000000000 +0200
 
27
@@ -1,4 +1,3 @@
 
28
-#!/usr/bin/python
 
29
 #
 
30
 #
 
31
 # OggConvert -- Converts media files to Free formats
 
32
diff -urNad oggconvert-0.2.0~/OggConvert/ocv_gtk.py oggconvert-0.2.0/OggConvert/ocv_gtk.py
 
33
--- oggconvert-0.2.0~/OggConvert/ocv_gtk.py     2007-02-10 00:23:23.000000000 +0100
 
34
+++ oggconvert-0.2.0/OggConvert/ocv_gtk.py      2007-06-26 13:21:57.000000000 +0200
 
35
@@ -1,4 +1,3 @@
 
36
-#!/usr/bin/python
 
37
 #
 
38
 #
 
39
 # OggConvert -- Converts media files to Free formats
 
40
diff -urNad oggconvert-0.2.0~/OggConvert/ocv_info.py oggconvert-0.2.0/OggConvert/ocv_info.py
 
41
--- oggconvert-0.2.0~/OggConvert/ocv_info.py    2007-02-10 00:34:48.000000000 +0100
 
42
+++ oggconvert-0.2.0/OggConvert/ocv_info.py     2007-06-26 13:22:01.000000000 +0200
 
43
@@ -1,4 +1,3 @@
 
44
-#!/usr/bin/python
 
45
 # -*- coding: UTF-8 -*-
 
46
 #
 
47
 #
 
48
diff -urNad oggconvert-0.2.0~/OggConvert/ocv_util.py oggconvert-0.2.0/OggConvert/ocv_util.py
 
49
--- oggconvert-0.2.0~/OggConvert/ocv_util.py    2007-02-10 00:35:17.000000000 +0100
 
50
+++ oggconvert-0.2.0/OggConvert/ocv_util.py     2007-06-26 13:22:05.000000000 +0200
 
51
@@ -1,4 +1,3 @@
 
52
-#!/usr/bin/python
 
53
 #
 
54
 #
 
55
 # OggConvert -- Converts media files to Free formats