Re: Starting Points!
Alexandre Detiste <[email protected]> Thu, 28 May 2015 18:28:20 +0200
| Newsgroups | gmane.linux.debian.devel.python.py3porters,gmane.linux.debian.devel.lsb |
|---|---|
| Message-ID | <3430976.eT8cX8Za3k@antec> |
Dear lsb-release maintainers, I'd like to propose a patch that enable Python3 support in lsb-release; based on what is done in Ubuntu since 2011. Can you please push the last NMU to Alioth ? I'd start from that point. That would also solve these two bugs: #719063 & #761954 Alexandre > On May 28, 2015, at 05:31 PM, Alexandre Detiste wrote: > > >On some of my systemds, the _only_ thing that keep python2 installed is > >lsb-release; > > lsb_release is Python 3 in Ubuntu: > > % head -1 /usr/bin/lsb_release > #! /usr/bin/python3 -Es > > Please start with that when porting the version in Debian. Thanks for the tip ! > > Cheers, > -Barry