Package: python-defaults
Version: 2.4.4-6
Severity: normal
Tags: patch
Hi,
Attached is the diff for my python-defaults 2.5.2-0.1 NMU.
--
Adeodato Simó dato at net.com.org.es
Debian Developer adeodato at debian.org
Listening to: Johnny Cash - Do Lord
diff -Nru python-defaults-2.4.4/debian/changelog python-defaults-2.5.2/debian/changelog
--- python-defaults-2.4.4/debian/changelog 2007-05-17 08:18:53.000000000 +0200
+++ python-defaults-2.5.2/debian/changelog 2008-04-13 11:29:59.000000000 +0200
@@ -1,3 +1,11 @@
+python-defaults (2.5.2-0.1) unstable; urgency=low
+
+ * NMU by the Release Team not to lose the sweet spot for the Python
+ transition.
+ * Make python2.5 the default Python version.
+
+ -- Adeodato Simó <[EMAIL PROTECTED]> Sun, 13 Apr 2008 11:29:32 +0200
+
python-defaults (2.4.4-6) unstable; urgency=low
* python.postinst: Fix cleanup of temporary files. Closes: #424703, #424704.
diff -Nru /tmp/adeodato/NBF8M0RqVO/python-defaults-2.4.4/debian/debian_defaults /tmp/adeodato/DlAXTlv66g/python-defaults-2.5.2/debian/debian_defaults
--- python-defaults-2.4.4/debian/debian_defaults 2007-05-04 06:28:50.000000000 +0200
+++ python-defaults-2.5.2/debian/debian_defaults 2008-04-13 11:41:08.000000000 +0200
@@ -1,6 +1,6 @@
[DEFAULT]
# the default python version
-default-version = python2.4
+default-version = python2.5
# all supported python versions
supported-versions = python2.4, python2.5
diff -Nru /tmp/adeodato/NBF8M0RqVO/python-defaults-2.4.4/debian/rules /tmp/adeodato/DlAXTlv66g/python-defaults-2.5.2/debian/rules
--- python-defaults-2.4.4/debian/rules 2007-05-04 06:57:51.000000000 +0200
+++ python-defaults-2.5.2/debian/rules 2008-04-13 11:35:36.000000000 +0200
@@ -15,12 +15,12 @@
distribution := $(shell lsb_release -is)
-export VER=2.4
-export NVER=2.5
-export PVER=python2.4
+export VER=2.5
+export NVER=2.6
+export PVER=python2.5
PREVVER := $(shell awk '/^python/ && NR > 1 {print substr($$2,2,length($$2)-2); exit}' debian/changelog)
-PREVVER := 2.4.4-4
+PREVVER := 2.5.2
PWD := $(shell pwd)
diff -Nru /tmp/adeodato/NBF8M0RqVO/python-defaults-2.4.4/debian/control /tmp/adeodato/DlAXTlv66g/python-defaults-2.5.2/debian/control
--- python-defaults-2.4.4/debian/control 2007-05-04 07:00:03.000000000 +0200
+++ python-defaults-2.5.2/debian/control 2008-04-13 12:24:55.000000000 +0200
@@ -8,7 +8,7 @@
Package: python
Architecture: all
Priority: standard
-Depends: python2.4 (>= 2.4.4-4), python-minimal (= ${Source-Version})
+Depends: python2.5 (>= 2.5.2), python-minimal (= ${Source-Version})
Conflicts: python2.3 (<< 2.3.5-14), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base, python-central (<< 0.5.5)
Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base
Provides: python-email, python-xmlbase
@@ -19,12 +19,12 @@
network programming, system administration, sounds and graphics.
.
This package is a dependency package, which depends on Debian's default
- Python version (currently v2.4).
+ Python version (currently v2.5).
Package: python-minimal
Architecture: all
Priority: standard
-Depends: python2.4-minimal (>= 2.4.4-4), dpkg (>= 1.13.20)
+Depends: python2.5-minimal (>= 2.5.2), dpkg (>= 1.13.20)
Conflicts: python (<= 2.4-1), python-central (<< 0.5.5)
Replaces: python (<= 2.4-1)
Description: A minimal subset of the Python language (default version)
@@ -35,17 +35,17 @@
Package: python-examples
Architecture: all
-Depends: python (= ${Source-Version}), python2.4-examples (>= 2.4.4-4)
+Depends: python (= ${Source-Version}), python2.5-examples (>= 2.5.2)
Description: Examples for the Python language (default version)
Examples, Demos and Tools for Python. These are files included in
the upstream Python distribution.
.
This package is a dependency package, which depends on Debian's default
- Python version (currently v2.4).
+ Python version (currently v2.5).
Package: python-dev
Architecture: all
-Depends: python (= ${Source-Version}), python2.4-dev (>= 2.4.4-4)
+Depends: python (= ${Source-Version}), python2.5-dev (>= 2.5.2)
Description: Header files and a static library for Python (default)
Header files, a static library and development tools for building
Python modules, extending the Python interpreter or embedding Python
@@ -55,7 +55,7 @@
version 1.5.2.
.
This package is a dependency package, which depends on Debian's default
- Python version (currently v2.4).
+ Python version (currently v2.5).
Package: idle
Architecture: all
@@ -66,18 +66,18 @@
IDLE is written using Tkinter and therefore quite platform-independent.
.
This package is a dependency package, which depends on Debian's default
- Python version (currently v2.4).
+ Python version (currently v2.5).
Package: python-doc
Section: doc
Architecture: all
-Depends: python2.4-doc (>= 2.4.4-4)
+Depends: python2.5-doc (>= 2.5.2)
Suggests: python
Conflicts: python-doc-info, python (<< 2.3.5)
Replaces: python-doc-info, python (<< 2.3.5)
Description: Documentation for the high-level object-oriented language Python
This is the official set of documentation for the interactive high-level
- object-oriented language Python (v2.4). All documents are provided
+ object-oriented language Python (v2.5). All documents are provided
in HTML format, some in info format. The package consists of nine documents:
.
* Tutorial
@@ -91,16 +91,16 @@
* Distributing Python Modules
.
This package is a dependency package, which depends on Debian's default
- Python version (currently v2.4).
+ Python version (currently v2.5).
Package: python-dbg
Architecture: all
Priority: extra
-Depends: python (= ${Source-Version}), python2.4-dbg (>= 2.4.4-4)
+Depends: python (= ${Source-Version}), python2.5-dbg (>= 2.5.2)
Provides: python-gdbm-dbg, python-tk-dbg
-Description: Debug Build of the Python Interpreter (version 2.4)
+Description: Debug Build of the Python Interpreter (version 2.5)
Python interpreter configured with --pydebug. Dynamically loaded modules are
- searched in /usr/lib/python2.4/lib-dynload/debug first.
+ searched in /usr/lib/python2.5/lib-dynload/debug first.
Package: python-all
Architecture: all