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

Lionel Elie Mamane lmamane at alioth.debian.org
Thu Nov 16 14:53:11 CET 2006


Author: lmamane
Date: 2006-11-16 14:53:10 +0100 (Thu, 16 Nov 2006)
New Revision: 456

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
Follow requirements/requests of upgrade to new python policy more narrowly

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-10-30 10:45:21 UTC (rev 455)
+++ trunk/debian/changelog	2006-11-16 13:53:10 UTC (rev 456)
@@ -3,8 +3,14 @@
   [ Translations ]
   * Updated Vietnamese by Clytie Siddall (Closes: 395851).
 
- -- Thijs Kinkhorst <thijs at debian.org>  Mon, 30 Oct 2006 11:43:43 +0100
+  [ Lionel Elie Mamane ]
+  * Follow requirements/requests of upgrade to new python policy more
+    narrowly: build-depend on newer version of python-support, add
+    XS-Python-Version/XB-Python-Version fields to control, give path to
+    private python modules to dh_pysupport.
 
+ -- Lionel Elie Mamane <lmamane at debian.org>  Thu, 16 Nov 2006 14:33:33 +0100
+
 mailman (1:2.1.9-2) unstable; urgency=medium
 
   [ Thijs Kinkhorst ]

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2006-10-30 10:45:21 UTC (rev 455)
+++ trunk/debian/control	2006-11-16 13:53:10 UTC (rev 456)
@@ -3,9 +3,11 @@
 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 <hector at debian.org>
-Build-Depends: debhelper (>= 5), autoconf, python-dev, python-support (>= 0.4), quilt (>= 0.40)
+Build-Depends: debhelper (>= 5), autoconf, python-dev, python-support (>= 0.5.3), quilt (>= 0.40)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-mailman
+XS-Python-Version: current
+XB-Python-Version: ${python:Versions}
 
 Package: mailman
 Architecture: any

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2006-10-30 10:45:21 UTC (rev 455)
+++ trunk/debian/rules	2006-11-16 13:53:10 UTC (rev 456)
@@ -181,7 +181,7 @@
 	chmod g+w debian/mailman/var/lock/mailman
 
 #	Python Policy
-	dh_pysupport -a
+	dh_pysupport -a `find debian/mailman/var/lib/mailman/Mailman/ -type d -printf '/var/lib/mailman/Mailman/%P\n'`
 
 	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