From cf2bc3cbfbea17589b1e45b8ef4ac153e8bdfb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adeodato=20Sim=C3=B3?= Date: Sat, 14 Mar 2009 16:53:19 +0100 Subject: [PATCH] Go back to Python 2.4, since there are buggy results with 2.5. (In particular, britney2 thinks all packages are uninstallable when executing under Python 2.5.) --- britney.py | 2 +- lib/britney-py.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/britney.py b/britney.py index 35cf400..bf910ce 100755 --- a/britney.py +++ b/britney.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.4 +#!/usr/bin/python2.4 # -*- coding: utf-8 -*- # Copyright (C) 2001-2008 Anthony Towns diff --git a/lib/britney-py.c b/lib/britney-py.c index f5be109..3a2b915 100644 --- a/lib/britney-py.c +++ b/lib/britney-py.c @@ -1,4 +1,6 @@ -#include +// XXX Please notify DSA once britney2 moves to Python2.5, so that +// they can uninstall python2.4-dev from ftp-master. +#include #include "dpkg.h"