[Pkg-mailman-hackers] Pkg-mailman commit - rev 657 - trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Mon May 24 14:30:25 UTC 2010
Author: thijs
Date: 2010-05-24 14:30:23 +0000 (Mon, 24 May 2010)
New Revision: 657
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
* Do not compress PDF's under /u/s/d/mailman (closes: #582259).
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2010-05-24 14:10:48 UTC (rev 656)
+++ trunk/debian/changelog 2010-05-24 14:30:23 UTC (rev 657)
@@ -1,9 +1,11 @@
mailman (1:2.1.13-3) UNRELEASED; urgency=low
* Drop unneeded Indexes option from shipped apache.conf.
+ * Eliminate update_rc.d warning by not passing runlevel 1 at stop.
* Add 25_site_logo patch by Paul Wise (closes: #267243).
+ * Do not compress PDF's under /u/s/d/mailman (closes: #582259).
- -- Thijs Kinkhorst <thijs at debian.org> Mon, 24 May 2010 16:10:15 +0200
+ -- Thijs Kinkhorst <thijs at debian.org> Mon, 24 May 2010 16:29:08 +0200
mailman (1:2.1.13-2) unstable; urgency=low
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2010-05-24 14:10:48 UTC (rev 656)
+++ trunk/debian/rules 2010-05-24 14:30:23 UTC (rev 657)
@@ -125,7 +125,7 @@
dh_installexamples templates/* debian/mm_cfg.py \
debian/mailman/usr/lib/$(package)/Mailman/Defaults.py
dh_strip
- dh_compress
+ dh_compress -Xmailman-admin.pdf -Xmailman-install.pdf -Xmailman-member-es.pdf -Xmailman-member.pdf
dh_fixperms
chown -R root:root debian/mailman
chown -R root:list \
More information about the Pkg-mailman-hackers
mailing list