mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-18 22:11:30 +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
e23331da5c
commit
a666ac2bd3
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python2.4
|
#!/usr/bin/python2.4
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Copyright (C) 2001-2008 Anthony Towns <ajt@debian.org>
|
# 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"
|
#include "dpkg.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user