~ubuntu-branches/ubuntu/vivid/pympd/vivid

« back to all changes in this revision

Viewing changes to debian/patches/01_fix_executables.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2006-09-09 11:47:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060909114739-d7fb3wunef46yqzf
Tags: 0.07-1.1
* Non-maintainer upload.
  - Change XB-Python-Version to current (Closes: #385643) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 01_fix_executables.dpatch by Franz Pletz <fpletz@franz-pletz.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Remove shebangs from modules
6
 
 
7
 
@DPATCH@
8
 
 
9
 
diff -Nru pympd-0.06.1.orig pympd-0.06.1.patched
10
 
--- pympd-0.06.1.orig/src/modules/mpdlib2.py 2006-03-20 19:41:15.000000000 +0100
11
 
+++ pympd-0.06.1.patched/src/modules/mpdlib2.py 2006-03-20 2006-05-28 13:31:01.000000000 +0200
12
 
@@ -1,4 +1,3 @@
13
 
-#!/usr/bin/env python
14
 
 import socket
15
 
 
16
 
 # a line is either:
17
 
diff -Nru pympd-0.06.1.orig pympd-0.06.1.patched
18
 
--- pympd-0.06.1.orig/src/modules/pympdriver.py 2006-03-21 02:42:00.000000000 +0100
19
 
+++ pympd-0.06.1.patched/src/modules/pympdriver.py 2006-05-28 13:31:04.000000000 +0200
20
 
@@ -1,4 +1,3 @@
21
 
-#!/usr/bin/python
22
 
 import gtk
23
 
 import gtk.glade
24
 
 import gobject