[Pkg-mailman-hackers] Pkg-mailman commit - rev 272 - in
trunk/debian: . patches
Lionel Elie Mamane
lmamane at costa.debian.org
Sun Jan 29 19:51:26 UTC 2006
Author: lmamane
Date: 2006-01-29 19:51:25 +0000 (Sun, 29 Jan 2006)
New Revision: 272
Added:
trunk/debian/patches/79_archiver_base_no_slash.dpatch
Modified:
trunk/debian/changelog
trunk/debian/patches/00list
Log:
Bug #350388: Don't forcibly add a slash after Archiver base URL
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-01-29 18:16:27 UTC (rev 271)
+++ trunk/debian/changelog 2006-01-29 19:51:25 UTC (rev 272)
@@ -15,8 +15,9 @@
* Ship documentation source (closes: #346180)
* Document queue-is-not-empty upgrade condition better
(closes: #268117)
+ * Don't forcibly add a slash after Archiver base URL (closes: #350388)
- -- Lionel Elie Mamane <lmamane at debian.org> Sun, 29 Jan 2006 19:14:12 +0100
+ -- Lionel Elie Mamane <lmamane at debian.org> Sun, 29 Jan 2006 20:50:22 +0100
mailman (2.1.6-2) UNRELEASED; urgency=low
Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list 2006-01-29 18:16:27 UTC (rev 271)
+++ trunk/debian/patches/00list 2006-01-29 19:51:25 UTC (rev 272)
@@ -33,4 +33,5 @@
74_admin_non-ascii_emails.dpatch
76_fix-private-redirect.dpatch
77_header_folding_in_attachments
+79_archiver_base_no_slash
99_js_templates
Added: trunk/debian/patches/79_archiver_base_no_slash.dpatch
===================================================================
--- trunk/debian/patches/79_archiver_base_no_slash.dpatch 2006-01-29 18:16:27 UTC (rev 271)
+++ trunk/debian/patches/79_archiver_base_no_slash.dpatch 2006-01-29 19:51:25 UTC (rev 272)
@@ -0,0 +1,24 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 79_archiver_base_no_slash.dpatch by <lionel at mamane.lu>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad mailman-2.1.7~/Mailman/Archiver/Archiver.py mailman-2.1.7/Mailman/Archiver/Archiver.py
+--- mailman-2.1.7~/Mailman/Archiver/Archiver.py 2005-08-27 03:40:15.000000000 +0200
++++ mailman-2.1.7/Mailman/Archiver/Archiver.py 2006-01-29 20:47:53.718046842 +0100
+@@ -146,9 +146,10 @@
+ 'listname': self.internal_name(),
+ 'hostname': hostname
+ }
+- if not url.endswith('/'):
+- url += '/'
+- return url
++# Disabled by Debian: bug #350388
++# if not url.endswith('/'):
++# url += '/'
++# return url
+
+ def __archive_file(self, afn):
+ """Open (creating, if necessary) the named archive file."""
Property changes on: trunk/debian/patches/79_archiver_base_no_slash.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-mailman-hackers
mailing list