[Pkg-mailman-hackers] Pkg-mailman commit - rev 399 - trunk/debian
Thijs Kinkhorst
thijs at costa.debian.org
Sun Sep 24 12:30:31 UTC 2006
Author: thijs
Date: 2006-09-24 12:30:30 +0000 (Sun, 24 Sep 2006)
New Revision: 399
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/debian/rules
Log:
revert python change for now, so the package can be built again
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-09-23 12:06:01 UTC (rev 398)
+++ trunk/debian/changelog 2006-09-24 12:30:30 UTC (rev 399)
@@ -23,11 +23,8 @@
* Updated it.po: Translated by Luca Monducci. (Closes: #388657)
* Updated cs.po: Translated by Miroslav Kure. (Closes: #388663)
- [ Riccardo Setti ]
- * Mailman is python-policy compliant.
+ -- Thijs Kinkhorst <thijs at debian.org> Sun, 24 Sep 2006 14:28:20 +0200
- -- Hector Garcia <hector at debian.org> Fri, 22 Sep 2006 13:26:54 +0200
-
mailman (1:2.1.8-3) unstable; urgency=high
[ Paul Wise ]
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2006-09-23 12:06:01 UTC (rev 398)
+++ trunk/debian/control 2006-09-24 12:30:30 UTC (rev 399)
@@ -4,19 +4,16 @@
Maintainer: Mailman for Debian <pkg-mailman-hackers at lists.alioth.debian.org>
Uploaders: Tollef Fog Heen <tfheen at debian.org>, Lionel Elie Mamane <lmamane at debian.org>, Thijs Kinkhorst <thijs at debian.org>, Hector Garcia <hector at debian.org>
Build-Depends: debhelper (>= 5), autoconf, python-dev, quilt (>= 0.40), dpkg-dev (>= 1.13.19)
-Build-Depends-Indep: python, python-central (>= 0.4.17)
Standards-Version: 3.7.2
-XS-Python-Version: current
XS-X-Vcs-Svn: svn://svn.debian.org/svn/pkg-mailman
Package: mailman
Architecture: any
Pre-Depends: debconf (>= 1.4.16) | debconf-2.0
-Depends: ${python:Depends}, mailman-common (= ${source:Version}), ${shlibs:Depends}, logrotate, cron (>= 3.0pl1-42), exim4 | mail-transport-agent, apache2 | httpd, ucf (>= 0.28), pwgen, adduser, lsb-base
+Depends: mailman-common (= ${source:Version}), ${shlibs:Depends}, python (>= 2.2.2.91-1), logrotate, cron (>= 3.0pl1-42), exim4 | mail-transport-agent, apache2 | httpd, ucf (>= 0.28), pwgen, adduser, lsb-base
Recommends: mailman-doc
Conflicts: suidmanager (<< 0.50), sendmail (<< 8.12.6)
Suggests: spamassassin, lynx, python2.3-korean-codecs | python2.2-korean-codecs, python-japanese-codecs, listadmin
-XB-Python-Version: ${python:Versions}
Description: Powerful, web-based mailing list manager
The GNU Mailing List Manager, which manages email discussion lists
much like Majordomo and Smartmail. Unlike most similar products,
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2006-09-23 12:06:01 UTC (rev 398)
+++ trunk/debian/rules 2006-09-24 12:30:30 UTC (rev 399)
@@ -60,17 +60,11 @@
dh_install -i
dh_installdocs -i
dh_installchangelogs -i
-
+
install -m 0644 debian/mm_cfg.py debian/mailman-common/usr/lib/mailman/Mailman/mm_cfg.py.dist
-
+
dh_installlogrotate -i --name=mailman
dh_installman -i
- dh_pycentral -pmailman
- dh_python -pmailman
-
- install -d debian/mailman/usr/share/python/runtime.d
- install debian/mailman.rtupdate debian/mailman/usr/share/python/runtime.d
-
dh_installinit -i --name=mailman
dh_compress -i
dh_fixperms -i
More information about the Pkg-mailman-hackers
mailing list