Re: python3- preffix

2020-10-04 Thread Dmitry Shachnev
Hi Fioddor! On Sun, Oct 04, 2020 at 06:24:30PM +0200, Fioddor Superconcentrado wrote: > Thank you Andrey. > > In this case it's a module and therefore needs the prefix. > Ok. renamed the source package with python-. > > I get following (translated back to english): > dpkg-buildpackage: information

Re: python3- preffix

2020-10-04 Thread Fioddor Superconcentrado
Thank you Andrey. In this case it's a module and therefore needs the prefix. Ok. renamed the source package with python-. I get following (translated back to english): dpkg-buildpackage: information: system architecture amd64 dpkg-source: failure: source package has 2 conflicting values: "python

Re: python3- preffix

2020-10-04 Thread Geert Stappers
On Sun, Oct 04, 2020 at 05:39:16PM +0200, Fioddor Superconcentrado wrote: > Hi again. > > Debian's packaging documentation requires the packages containing python3 > apps to be renamed with a python3 suffix. I do so in debian/control file. > Now I can put that prefix to the source too or not. If I

Re: python3- preffix

2020-10-04 Thread Andrey Rahmatullin
On Sun, Oct 04, 2020 at 05:39:16PM +0200, Fioddor Superconcentrado wrote: > Debian's packaging documentation requires the packages containing python3 > apps to be renamed with a python3 suffix. *apps* shouldn't have a prefix, only modules should. > Now I can put that prefix to the source too or n