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

Thijs Kinkhorst thijs at alioth.debian.org
Sun Aug 4 10:20:48 UTC 2013


Author: thijs
Date: 2013-08-04 10:20:48 +0000 (Sun, 04 Aug 2013)
New Revision: 736

Removed:
   trunk/debian/patches/21_newlist_help.patch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
Update packaging for new rc2


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2013-08-04 10:14:51 UTC (rev 735)
+++ trunk/debian/changelog	2013-08-04 10:20:48 UTC (rev 736)
@@ -1,15 +1,19 @@
-mailman (1:2.1.15-2) UNRELEASED; urgency=low
+mailman (1:2.1.16~rc2-1) unstable; urgency=low
 
+  [ Thijs Kinkhorst ]
+  * New upstream release candidate.
+    - Exposes message-id to templates (closes: #614340).
+  * Remove obsolete patches, applied upstream:
+    21_newlist_help.patch
+  * Updates to Russian debconf templates, thanks Ivan Krylov!
+    (closes: #710268).
+
   [ Thorsten Glaser ]
   * Prevent losing stderr in the init script when there are many lists.
   * debian/watch: mangle the epoch away so DDPO is green again.
 
-  [ Thijs Kinkhorst ]
-  * Updates to Russian debconf templates, thanks Ivan Krylov!
-    (closes: #710268).
+ -- Thijs Kinkhorst <thijs at debian.org>  Sun, 04 Aug 2013 12:00:05 +0200
 
- -- Thorsten Glaser <tg at mirbsd.de>  Sat, 29 Sep 2012 16:40:14 +0200
-
 mailman (1:2.1.15-1) unstable; urgency=low
 
   * New upstream release.

Deleted: trunk/debian/patches/21_newlist_help.patch
===================================================================
--- trunk/debian/patches/21_newlist_help.patch	2013-08-04 10:14:51 UTC (rev 735)
+++ trunk/debian/patches/21_newlist_help.patch	2013-08-04 10:20:48 UTC (rev 736)
@@ -1,45 +0,0 @@
-Author: Tollef Fog Heen <tfheen at debian.org>
-Description: make newlist be a bit friendlier (Closes: #309339, #170362)
-Bug-Debian: #309339, #170362
-Forwarded: no
-
-Index: b/bin/newlist
-===================================================================
---- a/bin/newlist	2012-05-20 14:21:35.606867725 +0200
-+++ b/bin/newlist	2012-05-20 14:21:40.650892733 +0200
-@@ -88,12 +88,16 @@
- defined in your Defaults.py file or overridden by settings in mm_cfg.py).
- 
- Note that listnames are forced to lowercase.
-+
-+The list admin address need to be a fully-qualified address, like
-+owner at example.com, not just owner.
- """
- 
- import sys
- import os
- import getpass
- import getopt
-+import grp
- 
- import paths
- from Mailman import mm_cfg
-@@ -122,6 +126,9 @@
- 
- 

- def main():
-+    gid = grp.getgrnam(mm_cfg.MAILMAN_GROUP)[2]
-+    if os.getgid() != gid and gid not in os.getgroups():
-+        os.setgid(gid)
-     try:
-         opts, args = getopt.getopt(sys.argv[1:], 'hql:u:e:',
-                                    ['help', 'quiet', 'language=',
-@@ -204,7 +211,7 @@
-         except Errors.BadListNameError, s:
-             usage(1, _('Illegal list name: %(s)s'))
-         except Errors.EmailAddressError, s:
--            usage(1, _('Bad owner email address: %(s)s'))
-+            usage(1, _('Bad owner email address: %(s)s.  Owner addresses need to be fully-qualified names, like "owner at example.com", not just "owner".'))
-         except Errors.MMListAlreadyExistsError:
-             usage(1, _('List already exists: %(listname)s'))
- 

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2013-08-04 10:14:51 UTC (rev 735)
+++ trunk/debian/patches/series	2013-08-04 10:20:48 UTC (rev 736)
@@ -2,7 +2,6 @@
 10_wrapper_uid.patch
 16_update_debian.patch
 20_qmail_to_mailman.debian.patch
-21_newlist_help.patch
 25_site_logo.patch
 51_nocompile.pyc.patch
 52_check_perms_lstat.patch




More information about the Pkg-mailman-hackers mailing list