~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to debian/patches/12_remove_unnecessary_hashbang.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 12_remove_unnecessary_hashbang.dpatch by Simon McVittie <smcv@ianadd.pseudorandom.co.uk>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Remove unnecessary #! line from docutils.readers.python.pynodes
 
6
## DP: to keep lintian happy
 
7
 
 
8
@DPATCH@
 
9
diff -urNad docutils-0.4~/docutils/readers/python/pynodes.py docutils-0.4/docutils/readers/python/pynodes.py
 
10
--- docutils-0.4~/docutils/readers/python/pynodes.py    2006-07-02 17:20:58.000000000 +0100
 
11
+++ docutils-0.4/docutils/readers/python/pynodes.py     2006-07-02 17:21:47.682249632 +0100
 
12
@@ -1,5 +1,3 @@
 
13
-#! /usr/bin/env python
 
14
-
 
15
 """
 
16
 :Author: David Goodger
 
17
 :Contact: goodger@users.sourceforge.net