~xav0989/ubuntu/vivid/mailman/ubuntu-logo

« back to all changes in this revision

Viewing changes to debian/patches/02_HyperDatabase_mapkeys.patch

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2009-03-14 14:18:16 UTC
  • mfrom: (1.1.5 upstream) (2.2.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090314141816-ngrjwz59tihjh4hz
Tags: 1:2.1.12-1
* New upstream release.
  + Minimum Python version is now 2.4.
  + Patches obsoleted (incorporated or not useful anymore):
    00_stolen_from_HEAD,
    11_handle_propfind.patch,
    32_MIME_fixup,
    62_new_list_bad_pending_requests,
    67_update_handle_old_versions,
    68_update_catalan,
    78_DeprecationWarning,
    80_fix_string_search.
    Refresh all others. Many thanks to Mark Sapiro and
    Paul Wise for the help in cleaning this up.
  + Fixes bounce handling NotAMemberError (closes: #517997).
* Various packaging cleanups, upgrade debhelper to level 7.
* Removes embedded copy of pythonlib/email module.
* Checked for policy 3.8.1, remove shipped var/{run,lock}
  dirs, they are already created correctly by the init script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: mailman-2.1.10/Mailman/Archiver/HyperDatabase.py
 
1
Patch: 02_HyperDatabase_mapkeys.patch
 
2
Author: Lionel Elie Mamane <lmamane@debian.org>
 
3
Added to support unicodify_archives (Closes: #412142)
 
4
Index: mailman-2.1.12/Mailman/Archiver/HyperDatabase.py
2
5
===================================================================
3
 
--- mailman-2.1.10.orig/Mailman/Archiver/HyperDatabase.py       2008-04-21 20:28:22.000000000 +0200
4
 
+++ mailman-2.1.10/Mailman/Archiver/HyperDatabase.py    2008-06-15 18:49:40.000000000 +0200
 
6
--- mailman-2.1.12.orig/Mailman/Archiver/HyperDatabase.py       2009-03-02 20:41:56.000000000 +0100
 
7
+++ mailman-2.1.12/Mailman/Archiver/HyperDatabase.py    2009-03-02 20:49:56.000000000 +0100
5
8
@@ -54,7 +54,7 @@
6
9
     SortedDictionary.
7
10
     """