From 8b74a74f46089700fd3a31bc1659058c5a8a293d Mon Sep 17 00:00:00 2001 From: Matthias Klose <doko@debian.org> Date: Fri, 18 Jun 2010 00:03:38 +0200 Subject: [PATCH] - python replaces python-dev (dh_python2 move) --- debian/changelog | 4 ++-- debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 38d038b..cf81862 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-defaults (2.6.5-2) UNRELEASED; urgency=low +python-defaults (2.6.5-2) unstable; urgency=low [ Piotr Ożarowski ] * dh_python2: @@ -30,7 +30,7 @@ python-defaults (2.6.5-2) UNRELEASED; urgency=low * Don't allow installation of a mix of defaults packages for different python versions. Closes: #583683. - -- Matthias Klose <doko@debian.org> Wed, 16 Jun 2010 09:19:55 +0200 + -- Matthias Klose <doko@debian.org> Thu, 17 Jun 2010 23:47:08 +0200 python-defaults (2.6.5-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 37f5a77..ed7bbc6 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Architecture: all Priority: standard Depends: python2.6 (>= 2.6.5+20100616-1~), python-minimal (>= ${binary: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 +Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base, python-dev (<< 2.6.5-2) Provides: python-email, python-xmlbase, python-plistlib, python-ctypes, python-wsgiref Suggests: python-doc (>= ${binary:Version}), python-tk (>= ${binary:Version}), python-profiler (>= ${binary:Version}) Description: An interactive high-level object-oriented language (default version) diff --git a/debian/control.in b/debian/control.in index d8aa53e..714527d 100644 --- a/debian/control.in +++ b/debian/control.in @@ -13,7 +13,7 @@ Architecture: all Priority: standard Depends: @PVER@ (>= @PREVVER@), python-minimal (>= ${binary: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 +Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base, python-dev (<< 2.6.5-2) Provides: python-email, python-xmlbase, python-plistlib, python-ctypes, python-wsgiref Suggests: python-doc (>= ${binary:Version}), python-tk (>= ${binary:Version}), python-profiler (>= ${binary:Version}) Description: An interactive high-level object-oriented language (default version) -- GitLab