[Pkg-mailman-hackers] Pkg-mailman commit - rev 359 - trunk/debian

Thijs Kinkhorst thijs at costa.debian.org
Mon Sep 18 15:16:10 UTC 2006


Author: thijs
Date: 2006-09-18 15:16:10 +0000 (Mon, 18 Sep 2006)
New Revision: 359

Modified:
   trunk/debian/changelog
   trunk/debian/control
Log:
* Split the mailman package into mailman (architecture dependent files),
  mailman-common (architecture independent), mailman-doc (documentation).

There's nothing actually in it yet, this is just the creation of the package.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-09-18 15:06:14 UTC (rev 358)
+++ trunk/debian/changelog	2006-09-18 15:16:10 UTC (rev 359)
@@ -4,12 +4,16 @@
   * Switch from dpatch to quilt and regenerate all patches
 
   [ Thijs Kinkhorst ]
+  * Split the mailman package into mailman (architecture dependent files),
+    mailman-common (architecture independent), mailman-doc (documentation).
+
   * Use LSB output functions in init script.
-  * Tweak debconf templates according to best practices.
   * Use chown root:list instead of deprecated root.list.
   * Remove pre-sarge upgrading code; this eliminates a lot of cruft,
     non-debconf prompting and two debconf templates.
   * Only use ucf on purge when it's available.
+  
+  * Tweak debconf templates according to best practices.
   * Update debconf templates, eliminates two, changes some, introduces
     new line numbering from debconf-updatepo.
   * Name languages together with their ISO code in the debconf question
@@ -25,7 +29,7 @@
     Python; Mailman is incompatible with the one in Python 2.4
     (closes: #384016)
 
- -- Thijs Kinkhorst <thijs at debian.org>  Mon, 18 Sep 2006 17:05:21 +0200
+ -- Thijs Kinkhorst <thijs at debian.org>  Mon, 18 Sep 2006 17:11:52 +0200
 
 mailman (1:2.1.8-2) unstable; urgency=low
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2006-09-18 15:06:14 UTC (rev 358)
+++ trunk/debian/control	2006-09-18 15:16:10 UTC (rev 359)
@@ -3,13 +3,13 @@
 Priority: optional
 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 Alvarez <hector at debian.org>
-Build-Depends: debhelper (>= 5), autoconf, python-dev, quilt (>= 0.40)
+Build-Depends: debhelper (>= 5), autoconf, python-dev, quilt (>= 0.40), dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 
 Package: mailman
 Architecture: any
 Pre-Depends: debconf (>= 1.4.16) | debconf-2.0
-Depends: ${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
+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
@@ -28,6 +28,15 @@
  .
  Homepage: http://www.list.org/
 
+Package: mailman-common
+Recommends: mailman (>= 1:2.1.8-3)
+Replaces: mailman (<< 1:2.1.8-3)
+Architecture: all
+Description: Architecture-independent files for Mailman mailing list manager
+ Support files necessary to run Mailman, the GNU Mailing list manager.
+ This is only useful when installed with the 'mailman' package, which depends
+ on this package.
+
 Package: mailman-doc
 Suggests: mailman (>= 1:2.1.8-3)
 Replaces: mailman (<< 1:2.1.8-3)




More information about the Pkg-mailman-hackers mailing list