[Pkg-mailman-hackers] Pkg-mailman commit - rev 484 - trunk/debian
Lionel Elie Mamane
lmamane at alioth.debian.org
Tue Feb 27 22:39:30 CET 2007
Author: lmamane
Date: 2007-02-27 22:39:30 +0100 (Tue, 27 Feb 2007)
New Revision: 484
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
Correct path to Mailman private modules dir in dh_pysupport invocation
(the absolute symlinks won't work in the building area), and add
private pythonlib dir.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-02-27 21:22:44 UTC (rev 483)
+++ trunk/debian/changelog 2007-02-27 21:39:30 UTC (rev 484)
@@ -6,12 +6,15 @@
* Upgrade subject and author indexes of current archiving volume to
Unicode strings; possible slight data loss (non-ASCII characters
transcoded wrongly) (closes: #412142)
+ * Correct path to Mailman private modules dir in dh_pysupport invocation
+ (the absolute symlinks won't work in the building area), and add
+ private pythonlib dir.
[ Thijs Kinkhorst ]
* Fix path-typo in apache.conf dedicated virtual host example,
thanks Alberto Furia (Closes: #409180).
- -- Lionel Elie Mamane <lmamane at debian.org> Tue, 27 Feb 2007 21:02:45 +0100
+ -- Lionel Elie Mamane <lmamane at debian.org> Tue, 27 Feb 2007 22:38:07 +0100
mailman (1:2.1.9-5) unstable; urgency=medium
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2007-02-27 21:22:44 UTC (rev 483)
+++ trunk/debian/rules 2007-02-27 21:39:30 UTC (rev 484)
@@ -182,12 +182,12 @@
chmod g+w debian/mailman/var/lock/mailman
# Python Policy
- dh_pysupport -a `find debian/mailman/var/lib/mailman/Mailman/ -type d`
+ dh_pysupport -a `find debian/mailman/usr/lib/mailman/Mailman/ debian/mailman/usr/lib/mailman/pythonlib/ -type d`
install -d debian/mailman/usr/share/python/runtime.d
install debian/mailman.rtupdate debian/mailman/usr/share/python/runtime.d
-
+
egrep -rlZ '^#!(.*)python' debian/mailman/usr/lib/mailman | xargs -0 chmod a+x --
find debian/mailman/usr/share/doc/mailman -name "*.html" -exec chmod -x {} \;
find debian/mailman/usr/share/doc/mailman -name "*.txt" -exec chmod -x {} \;
More information about the Pkg-mailman-hackers
mailing list