[28637] in Source-Commits
Re: athrun commit [debian]: Replace dh-python with python
daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Tue Jun 21 15:46:29 2016
Date: Tue, 21 Jun 2016 15:46:23 -0400 (EDT)
From: Anders Kaseorg <andersk@mit.edu>
To: Benjamin Kaduk <kaduk@mit.edu>
cc: Alexander Chernyakhovsky <achernya@mit.edu>, source-commits@mit.edu
In-Reply-To: <alpine.GSO.1.10.1606211503280.18480@multics.mit.edu>
Message-ID: <alpine.DEB.2.10.1606211542180.59086@howe-and-ser-moving.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=UTF-8
Content-Transfer-Encoding: 8bit
On Tue, 21 Jun 2016, Benjamin Kaduk wrote:
> On Fri, 17 Jun 2016, Alexander Chernyakhovsky wrote:
> > -Build-Depends: debhelper (>= 7), bash-completion, dh-python, python2.7
> > +Build-Depends: debhelper (>= 7), bash-completion, python2.7, python (>= 2.6.6-3~)
>
> Is it even useful to depend on both python2.7 and python?
python (>= 2.6.6-3~) is for /usr/bin/dh_python2. python2.7 is for
X-Python-Version: 2.7. I’m not sure we should be setting X-Python-Version
though.
Anders