[Pkg-mailman-hackers] Pkg-mailman commit - rev 223 - in
trunk/debian: . patches
Lionel Elie Mamane
lmamane-guest at costa.debian.org
Sun Nov 13 16:57:09 UTC 2005
Author: lmamane-guest
Date: 2005-11-13 16:57:09 +0000 (Sun, 13 Nov 2005)
New Revision: 223
Added:
trunk/debian/patches/72_hyperarch_error_handling.dpatch
Modified:
trunk/debian/changelog
Log:
Fix bug #310451
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-11-13 16:47:09 UTC (rev 222)
+++ trunk/debian/changelog 2005-11-13 16:57:09 UTC (rev 223)
@@ -5,8 +5,9 @@
* Don't fall apart if the filename of an attachment is an invalid UTF-8
string (closes: #327732)
* Don't die on overflow in date handling (closes: #326024)
+ * Enable error handling in HyperArch (closes: #310451)
- -- Lionel Elie Mamane <lmamane at debian.org> Sun, 13 Nov 2005 17:46:18 +0100
+ -- Lionel Elie Mamane <lmamane at debian.org> Sun, 13 Nov 2005 17:56:25 +0100
mailman (2.1.5-9) unstable; urgency=medium
Added: trunk/debian/patches/72_hyperarch_error_handling.dpatch
===================================================================
--- trunk/debian/patches/72_hyperarch_error_handling.dpatch 2005-11-13 16:47:09 UTC (rev 222)
+++ trunk/debian/patches/72_hyperarch_error_handling.dpatch 2005-11-13 16:57:09 UTC (rev 223)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 72_hyperarch_error_handling.dpatch by <lionel at mamane.lu>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Debian bug #310451
+## DP: Add error handling to HyperArch
+
+ at DPATCH@
+diff -urNad mailman-2.1.5~/Mailman/Archiver/HyperArch.py mailman-2.1.5/Mailman/Archiver/HyperArch.py
+--- mailman-2.1.5~/Mailman/Archiver/HyperArch.py 2003-12-26 21:41:30.000000000 +0100
++++ mailman-2.1.5/Mailman/Archiver/HyperArch.py 2005-11-13 17:53:49.260054232 +0100
+@@ -43,6 +43,7 @@
+
+ from Mailman import mm_cfg
+ from Mailman import Utils
++from Mailman import Errors
+ from Mailman import LockFile
+ from Mailman import MailList
+ from Mailman import i18n
Property changes on: trunk/debian/patches/72_hyperarch_error_handling.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-mailman-hackers
mailing list