Skip to content
Snippets Groups Projects
Commit d20f6c5f authored by Matthias Klose's avatar Matthias Klose
Browse files

package version python-defaults-2.4.4-4

parent b8e7f502
No related branches found
No related tags found
No related merge requests found
python-defaults (2.4.4-4) unstable; urgency=low
* New package python-all-dbg.
-- Matthias Klose <doko@debian.org> Fri, 04 May 2007 06:56:27 +0200
python-defaults (2.4.4-3) unstable; urgency=low
* Add python2.5 as a supported python version.
......@@ -5,7 +11,6 @@ python-defaults (2.4.4-3) unstable; urgency=low
alpha, powerpc, s390, sparc.
* python-all*: Depend on python2.5 packages (>= 2.4.5-1), built
for ldbl128 on alpha, powerpc, s390, sparc.
* Update the upstream FAQ.
* Merge pyversions.py changes from python-central.
* Merge changes from Ubuntu:
- Add a sanity check, that /usr/bin/python points to the default
......@@ -17,6 +22,7 @@ python-defaults (2.4.4-3) unstable; urgency=low
from python2.5 (appears in python2.4 2.4.4-4).
- Robustify building the faq html pages.
- Make the suggestions of various packages versioned.
* Update the upstream FAQ.
-- Matthias Klose <doko@debian.org> Fri, 4 May 2007 06:05:12 +0200
......
......@@ -125,3 +125,15 @@ Description: Package depending on all supported Python development packages
.
This package is used as a build dependency for other packages to
avoid hardcoded dependencies on specific Python development packages.
Package: python-all-dbg
Architecture: all
Priority: optional
Depends: python-all (= ${Source-Version}), python-dbg (= ${Source-Version}), python2.4-dbg (>= 2.4.4-4), python2.5-dbg (>= 2.5.1-1)
Description: Package depending on all supported Python debugging packages
The package currently depends on python2.4-dbg and python2.5-dbg, in the
future, dependencies on jython (Python for a JVM) and ironpython (Python
for Mono) may be added.
.
This package is used as a build dependency for other packages to
avoid hardcoded dependencies on specific Python development packages.
......@@ -125,3 +125,15 @@ Description: Package depending on all supported Python development packages
.
This package is used as a build dependency for other packages to
avoid hardcoded dependencies on specific Python development packages.
Package: python-all-dbg
Architecture: all
Priority: optional
Depends: python-all (= ${Source-Version}), python-dbg (= ${Source-Version}), python2.4-dbg (>= 2.4.4-4), python2.5-dbg (>= 2.5.1-1)
Description: Package depending on all supported Python debugging packages
The package currently depends on python2.4-dbg and python2.5-dbg, in the
future, dependencies on jython (Python for a JVM) and ironpython (Python
for Mono) may be added.
.
This package is used as a build dependency for other packages to
avoid hardcoded dependencies on specific Python development packages.
......@@ -244,7 +244,7 @@ endif
dh_desktop -i $(NOPKGS)
dh_installchangelogs -i $(NOPKGS)
for p in all all-dev dbg dev examples idle; do \
for p in all all-dev all-dbg dbg dev examples idle; do \
[ $$p = idle ] || p=python-$$p; \
rm -rf debian/$$p/usr/share/doc/$$p; \
ln -sf python debian/$$p/usr/share/doc/$$p; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment