From 15537f07c8eb87161dbce4e11d67f3aeacc802cb Mon Sep 17 00:00:00 2001 From: Scott Kitterman <scott@kitterman.com> Date: Tue, 5 Jun 2012 22:58:20 -0400 Subject: [PATCH] upstream version to match current unstable/wheezy python2.7 version and prepare for release. --- debian/changelog | 5 +++-- debian/control.in | 12 ++++++------ debian/rules | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index b888a2d..e0c9f19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-defaults (2.7.2-11) UNRELEASED; urgency=low +python-defaults (2.7.3~rc2-1) unstable; urgency=low [ Scott Kitterman ] * Bump minimum debhelper version to 8 so all tests will run @@ -19,12 +19,13 @@ python-defaults (2.7.2-11) UNRELEASED; urgency=low Wheezy - Update X/XS-Python-Versions to also include X-Python-Version examples - Add appropriage Breaks/Replaces + * Bump upstream version to match current unstable/wheezy python2.7 version [ Piotr Ożarowski ] * dh_python2, pyversions: make comparison of X(S)-Python-Version field names case-insensitive (Closes: #676224) - -- Scott Kitterman <scott@kitterman.com> Wed, 16 May 2012 14:58:09 -0400 + -- Scott Kitterman <scott@kitterman.com> Tue, 05 Jun 2012 22:43:11 -0400 python-defaults (2.7.2-10) unstable; urgency=low diff --git a/debian/control.in b/debian/control.in index b7541a4..6952061 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,9 +3,9 @@ Section: python Priority: optional Maintainer: Matthias Klose <doko@debian.org> Uploaders: Scott Kitterman <scott@kitterman.com>, Piotr Ożarowski <piotr@debian.org> -Build-Depends: debhelper (>= 6.0.7~) +Build-Depends: debhelper (>= 8~) Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml, python-docutils (>= 0.4-3) -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://www.python.org/ Vcs-Bzr: http://alioth.debian.org/anonscm/bzr/pkg-python/python-defaults-debian Vcs-Browser: http://alioth.debian.org/scm/loggerhead/pkg-python/python-defaults-debian/files @@ -33,8 +33,8 @@ Priority: standard Depends: ${misc:Depends}, @PVER@-minimal (>= @PREVVER@), dpkg (>= 1.13.20) Recommends: python Conflicts: python-central (<< 0.5.5) -Breaks: python (<= 2.4-1), python-dev (<< 2.6), python-dbg (<< 2.6), python-all (<< 2.6), python-all-dev (<< 2.6), python-all-dbg (<< 2.6), python-examples (<< 2.6), idle (<< 2.6), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2), python-support (<< 1.0.10ubuntu2) -Replaces: python (<= 2.4-1) +Breaks: python (<= 2.7.3~rc2-1~), python-dev (<< 2.6), python-dbg (<< 2.6), python-all (<< 2.6), python-all-dev (<< 2.6), python-all-dbg (<< 2.6), python-examples (<< 2.6), idle (<< 2.6), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2), python-support (<< 1.0.10ubuntu2) +Replaces: python (<= 2.7.3~rc2-1~) Description: minimal subset of the Python language (default version) This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks. @@ -66,8 +66,8 @@ Package: idle Architecture: all Depends: ${misc:Depends}, python (= ${binary:Version}), python-tk (>= 2.4.3-3), idle-@PVER@ Enhances: python -Replaces: python (<< 2.7.2-11~) -Breaks: python (<< 2.7.2-11~) +Replaces: python (<< 2.7.3~rc2-1~) +Breaks: python (<< 2.7.3~rc2-1~) Description: IDE for Python using Tkinter (default version) IDLE is an Integrated Development Environment for Python. IDLE is written using Tkinter and therefore quite platform-independent. diff --git a/debian/rules b/debian/rules index 1f94f9d..15e2a41 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ export NVER=2.8 export PVER=python2.7 PREVVER := $(shell awk '/^python/ && NR > 1 {print substr($$2,2,length($$2)-2); exit}' debian/changelog) -PREVVER := 2.7.2-3~ +PREVVER := 2.7.3~rc2-1~ PWD := $(shell pwd) -- GitLab