mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 19:31:55 +00:00
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.)
This commit is contained in:
parent
75438d5854
commit
cf2bc3cbfb
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python2.4
|
||||
#!/usr/bin/python2.4
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright (C) 2001-2008 Anthony Towns <ajt@debian.org>
|
||||
|
@ -1,4 +1,6 @@
|
||||
#include <python2.5/Python.h>
|
||||
// XXX Please notify DSA once britney2 moves to Python2.5, so that
|
||||
// they can uninstall python2.4-dev from ftp-master.
|
||||
#include <python2.4/Python.h>
|
||||
|
||||
#include "dpkg.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user