From d5d10116eeb7c24c08ec175473c8157ff803b712 Mon Sep 17 00:00:00 2001 From: Scott Kitterman <scott@kitterman.com> Date: Tue, 27 Sep 2011 12:32:43 -0400 Subject: [PATCH] python-defaults (2.7.2-7) unstable; urgency=low * Adjust version numbers for upload to unstable. -- Matthias Klose <doko@debian.org> Tue, 27 Sep 2011 18:21:42 +0200 --- debian/changelog | 6 ++++++ debian/python.postinst.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 315a012..25d08eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-defaults (2.7.2-7) unstable; urgency=low + + * Adjust version numbers for upload to unstable. + + -- Matthias Klose <doko@debian.org> Tue, 27 Sep 2011 18:21:42 +0200 + python-defaults (2.7.2-6) experimental; urgency=low [ Scott Kitterman ] diff --git a/debian/python.postinst.in b/debian/python.postinst.in index 3650af6..bdb7a3f 100644 --- a/debian/python.postinst.in +++ b/debian/python.postinst.in @@ -51,7 +51,7 @@ case "$1" in done fi - if [ -n "$2" ] && dpkg --compare-versions $2 lt 2.7.1-1~; then + if [ -n "$2" ] && dpkg --compare-versions $2 lt 2.7.2-7~; then oldv=$(echo $2 | sed 's/^\(...\).*/\1/') if [ "$DEBIAN_FRONTEND" != noninteractive ]; then echo "running python rtupdate hooks for @PVER@..." -- GitLab