[Pkg-mailman-hackers] Pkg-mailman commit - rev 449 - in trunk/debian: . patches

Thijs Kinkhorst thijs at costa.debian.org
Tue Oct 17 08:16:04 UTC 2006


Author: thijs
Date: 2006-10-17 08:16:04 +0000 (Tue, 17 Oct 2006)
New Revision: 449

Added:
   trunk/debian/patches/72_fblast_add_shebang.patch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
* Add 72_fblast_add_shebang patch; this script is set as executable
  thus needs an interpreter on the first line.
Fixes the last lintian error.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-10-17 07:54:57 UTC (rev 448)
+++ trunk/debian/changelog	2006-10-17 08:16:04 UTC (rev 449)
@@ -6,6 +6,8 @@
   * Drop disabled 73_list-id_strict_rfc patch; integrated upstream.
   * Clarify README.Debian about where to insert SpamAssassin integration
     (Closes: #369171).
+  * Add 72_fblast_add_shebang patch; this script is set as executable
+    thus needs an interpreter on the first line.
 
   [ Hector Garcia ]
   * Removed 12_savannah_wrapper.patch. Doesn't work and is not supported
@@ -15,7 +17,7 @@
   * Updated French by Florentin Duneau (Closes: #393096).
   * Updated Brazilian Portuguese by Felipe Augusto van de Wiel.
 
- -- Thijs Kinkhorst <thijs at debian.org>  Tue, 17 Oct 2006 09:54:25 +0200
+ -- Thijs Kinkhorst <thijs at debian.org>  Tue, 17 Oct 2006 10:14:57 +0200
 
 mailman (1:2.1.9-1) unstable; urgency=medium
 

Added: trunk/debian/patches/72_fblast_add_shebang.patch
===================================================================
--- trunk/debian/patches/72_fblast_add_shebang.patch	                        (rev 0)
+++ trunk/debian/patches/72_fblast_add_shebang.patch	2006-10-17 08:16:04 UTC (rev 449)
@@ -0,0 +1,13 @@
+Patch: 72_fblast_add_shebang.patch
+Author: Thijs Kinkhorst <thijs at debian.org>
+This script may be called directly from the command line, is set as executable,
+thus needs a shebang line.
+Index: tests/fblast.py
+===================================================================
+--- tests/fblast.py.orig	2006-10-17 10:08:34.000000000 +0200
++++ tests/fblast.py	2006-10-17 10:09:07.000000000 +0200
+@@ -1,3 +1,4 @@
++#! /usr/bin/env python
+ """Throw email at Mailman as fast as you can.
+ 
+ This is not a unit test, it's a functional test, so you can't run it within

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2006-10-17 07:54:57 UTC (rev 448)
+++ trunk/debian/patches/series	2006-10-17 08:16:04 UTC (rev 449)
@@ -24,6 +24,7 @@
 67_update_handle_old_versions.patch -p0
 70_invalid_utf8_dos.patch -p0
 71_date_overflows.patch -p0
+72_fblast_add_shebang.patch -p0
 74_admin_non-ascii_emails.patch -p0
 77_header_folding_in_attachments.patch -p0
 78_DeprecationWarning.patch -p0




More information about the Pkg-mailman-hackers mailing list