~ubuntu-branches/debian/lenny/mailman/lenny

« back to all changes in this revision

Viewing changes to debian/patches/72_fblast_add_shebang.patch

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-08-11 16:06:19 UTC
  • mfrom: (1.2.1 upstream) (2.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080811160619-3g4bwiysx7r9bsbf
Tags: 1:2.1.11-3
* Updated Catalan debconf translation, thanks David Planella Molas
  (Closes: #494110).
* Added patch 68_update_catalan to update Catalan program translation,
  thanks Jordi Mallach (Closes: #492297).
* Add a README.source file referring to quilt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Patch: 72_fblast_add_shebang.patch
2
 
Author: Thijs Kinkhorst <thijs@debian.org>
3
 
Submitted upstream: http://sourceforge.net/tracker/index.php?func=detail&aid=1578740&group_id=103&atid=300103
4
 
This script may be called directly from the command line, is set as executable,
5
 
thus needs a shebang line.
6
 
Index: tests/fblast.py
7
 
===================================================================
8
 
--- tests/fblast.py.orig        2006-10-17 10:08:34.000000000 +0200
9
 
+++ tests/fblast.py     2006-10-17 10:09:07.000000000 +0200
10
 
@@ -1,3 +1,4 @@
11
 
+#! /usr/bin/env python
12
 
 """Throw email at Mailman as fast as you can.
13
 
 
14
 
 This is not a unit test, it's a functional test, so you can't run it within