[Pkg-mailman-hackers] Pkg-mailman commit - rev 615 - trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Sat Mar 14 13:13:48 UTC 2009
Author: thijs
Date: 2009-03-14 13:13:47 +0000 (Sat, 14 Mar 2009)
New Revision: 615
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/debian/rules
Log:
* Removes embedded copy of pythonlib/email module.
* Checked for policy 3.8.1, no changes.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-03-03 14:33:07 UTC (rev 614)
+++ trunk/debian/changelog 2009-03-14 13:13:47 UTC (rev 615)
@@ -15,8 +15,10 @@
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, no changes.
- -- Thijs Kinkhorst <thijs at debian.org> Tue, 3 Mar 2009 15:31:55 +0100
+ -- Thijs Kinkhorst <thijs at debian.org> Sat, 14 Mar 2009 14:14:19 +0100
mailman (1:2.1.11-11) unstable; urgency=high
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2009-03-03 14:33:07 UTC (rev 614)
+++ trunk/debian/control 2009-03-14 13:13:47 UTC (rev 615)
@@ -6,7 +6,7 @@
Thijs Kinkhorst <thijs at debian.org>,
Hector Garcia <hector at debian.org>
Build-Depends: debhelper (>= 7), autoconf, python-dev, python-support, quilt
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Homepage: http://www.list.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-mailman/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-mailman/trunk
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2009-03-03 14:33:07 UTC (rev 614)
+++ trunk/debian/rules 2009-03-14 13:13:47 UTC (rev 615)
@@ -71,14 +71,14 @@
icondir=$$(pwd)/debian/mailman/usr/share/images/mailman \
ICONDIR=$$(pwd)/debian/mailman/usr/share/images/mailman
- #rmdir debian/$(package)/var/lib/mailman/pythonlib
+ rmdir debian/$(package)/var/lib/mailman/pythonlib
# move the nonchanging directories to /usr/lib/mailman, except for
# cgi-bin, which goes to /usr/lib/cgi-bin/mailman
cd debian/mailman/var/lib/$(package) ; \
mv cgi-bin ../../../usr/lib/cgi-bin/mailman ; \
- for i in Mailman bin cron mail scripts pythonlib; do \
+ for i in Mailman bin cron mail scripts ; do \
mv $$i ../../../usr/lib/$(package); \
done
@@ -172,7 +172,7 @@
chmod 0644 debian/mailman/usr/lib/$(package)/cron/{crontab.in,paths.py}
# Python Policy
- dh_pysupport -a `find debian/mailman/usr/lib/mailman/Mailman/ debian/mailman/usr/lib/mailman/pythonlib/ -type d`
+ dh_pysupport -a `find debian/mailman/usr/lib/mailman/Mailman/ -type d`
install -d debian/mailman/usr/share/python/runtime.d
install debian/mailman.rtupdate debian/mailman/usr/share/python/runtime.d
More information about the Pkg-mailman-hackers
mailing list