From 8624550fce6043ebb31ed8800550aa8a11c4dd44 Mon Sep 17 00:00:00 2001 From: joey <> Date: Sat, 23 Jun 2007 07:12:06 +0000 Subject: [PATCH] Beginning of the transition to Python in etch --- debian/control | 2 +- debian/postinst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index e3cff4a..7faf8e6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: userdir-ldap Section: admin Priority: optional Maintainer: Debian Administration team -Build-Depends-Indep: debhelper, python2.3, python +Build-Depends-Indep: debhelper, python2.4, python Standards-Version: 3.5.8.0 Uploaders: Ryan Murray diff --git a/debian/postinst b/debian/postinst index 7905b7c..8cb20a6 100644 --- a/debian/postinst +++ b/debian/postinst @@ -4,7 +4,7 @@ # Written by Gregor Hoffleit # -PYTHON_VER="2.3" +PYTHON_VER="2.4" DIRLIST="/usr/lib/python$PYTHON_VER/site-packages" case "$1" in -- 2.20.1