mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 05:57:28 +00:00
Python 2.6 -> 2.7
This commit is contained in:
parent
975852afca
commit
ee9bb6c002
6
INSTALL
6
INSTALL
@ -4,9 +4,9 @@ INSTALL for britney v2.0
|
||||
Requirements:
|
||||
-------------
|
||||
|
||||
* Python 2.6 aptitude install python2.6
|
||||
* Python APT/DPKG bindings aptitude install python2.6-apt libapt-pkg-dev dpkg-dev
|
||||
* Python dev headers aptitude install python2.6-dev
|
||||
* Python 2.7 aptitude install python2.7
|
||||
* Python APT/DPKG bindings aptitude install python2.7-apt libapt-pkg-dev dpkg-dev
|
||||
* Python dev headers aptitude install python2.7-dev
|
||||
|
||||
Compiling:
|
||||
----------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python2.6 -u
|
||||
#!/usr/bin/python2.7 -u
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright (C) 2001-2008 Anthony Towns <ajt@debian.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <python2.6/Python.h>
|
||||
#include <python2.7/Python.h>
|
||||
|
||||
#include "dpkg.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user