tags 397006 + patch
thanks
Hi,
Attached is the diff for my python2.5 2.5-3.1 NMU.
--
Raphaël Hertzog
Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/
diff -u python2.5-2.5/debian/control python2.5-2.5/debian/control
--- python2.5-2.5/debian/control
+++ python2.5-2.5/debian/control
@@ -25,7 +25,7 @@
Package: python2.5-minimal
Architecture: any
Priority: optional
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, python-minimal (>= 2.4.4-1)
Replaces: python2.5 (<< 2.5~b3)
XB-Python-Runtime: python2.5
XB-Python-Version: 2.5
diff -u python2.5-2.5/debian/control.in python2.5-2.5/debian/control.in
--- python2.5-2.5/debian/control.in
+++ python2.5-2.5/debian/control.in
@@ -25,7 +25,7 @@
Package: @[EMAIL PROTECTED]
Architecture: any
Priority: @MINPRIO@
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, python-minimal (>= 2.4.4-1)
Replaces: @PVER@ (<< 2.5~b3)
XB-Python-Runtime: @PVER@
XB-Python-Version: @VER@
diff -u python2.5-2.5/debian/changelog python2.5-2.5/debian/changelog
--- python2.5-2.5/debian/changelog
+++ python2.5-2.5/debian/changelog
@@ -1,3 +1,14 @@
+python2.5 (2.5-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * python2.5-minimal depends on python-minimal (>= 2.4.4-1) because it's the
+ first version which lists python2.5 as an unsupported runtime (ie a
+ runtime that is available but for which modules are not auto-compiled).
+ And being listed there is required for python-central to accept the
+ installation of python2.5-minimal. Closes: #397006
+
+ -- Raphael Hertzog <[EMAIL PROTECTED]> Wed, 22 Nov 2006 15:41:06 +0100
+
python2.5 (2.5-3) unstable; urgency=medium
* Update to 20061029 (2.4.4 was released on 20061019), taken from