Re: Packaging pythonpy

2016-03-25 Thread Tiago Ilieve
Gianfranco, On 25 March 2016 at 19:07, Gianfranco Costamagna wrote: > up to your sponsor :) Tried one or two new approaches and it didn't worked. In the I've created a patch[1] changing "#!/usr/bin/env python2" to "#!/usr/bin/env python". This should work as long as Python 2 is the default inter

Re: Packaging pythonpy

2016-03-25 Thread Gianfranco Costamagna
Hi, >I really appreciate your effort in trying to package it yourself, but >you didn't solved the main problem, which is the >"python-script-but-no-python-dep". indeed, control file line two. it is an application, so choose some Section from there https://qa.debian.org/developer.php?login=pytho

Re: Packaging pythonpy

2016-03-25 Thread Tiago Ilieve
Hi Gianfranco, On 25 March 2016 at 16:21, Gianfranco Costamagna wrote: > http://debomatic-amd64.debian.net/distribution#unstable/pythonpy/0.4.4-1/lintian > please dget it from there and start again :) > > I fixed a lot of issues, and many more are there now! I really appreciate your effort in tr

Re: Packaging pythonpy

2016-03-25 Thread Gianfranco Costamagna
http://debomatic-amd64.debian.net/distribution#unstable/pythonpy/0.4.4-1/lintian please dget it from there and start again :) I fixed a lot of issues, and many more are there now! cheers, G. Il Venerdì 25 Marzo 2016 18:48, Tiago Ilieve ha scritto: Hi Gianfranco, On 25 March 2016 at 06:25,

Re: Packaging pythonpy

2016-03-25 Thread Tiago Ilieve
Hi Gianfranco, On 25 March 2016 at 06:25, Gianfranco Costamagna wrote: > > adding python to the dependencies? > do you have python to build dependencies, dh-python and python:Depends on the > binary package? This is what is strange. I've made the following changes: - diff --git a/debian/control

Re: Packaging pythonpy

2016-03-25 Thread Gianfranco Costamagna
Hi Tiago, >* How to fix the "python-script-but-no-python-dep" lintian error? I've >tried with and without pybuild and the error still persists. adding python to the dependencies? do you have python to build dependencies, dh-python and python:Depends on the binary package? >* How to get rid

Re: Packaging pythonpy

2016-03-24 Thread Tiago Ilieve
Hi, Can someone please help me on this one? I'm pretty close to finish the initial packaging work. After fixing the following issues, it will be a matter of adding a manpage and filling a RFS. * How to fix the "python-script-but-no-python-dep" lintian error? I've tried with and without pybuild an

Fwd: Packaging pythonpy

2016-03-19 Thread Tiago Ilieve
ors/2016/03/msg00223.html -- Forwarded message -- From: Tiago Ilieve Date: 11 March 2016 at 11:55 Subject: Re: Packaging pythonpy To: debian-mentors@lists.debian.org Hi Ben, On 10 March 2016 at 22:19, Ben Finney wrote: > Not by itself. You need to run something that will actu

Re: Packaging pythonpy

2016-03-11 Thread Tiago Ilieve
Hi Ben, On 10 March 2016 at 22:19, Ben Finney wrote: > Not by itself. You need to run something that will actually use that > substitution variable. > > By default you should be using Pybuild in new packages for Python code. > This will bring many benefits, including interpolate the substvars for

Re: Packaging pythonpy

2016-03-10 Thread Ben Finney
Tiago Ilieve writes: > - A lintian error "python-script-but-no-python-dep" is being shown for > both binaries (symlinks in "/usr/bin"). The "${python:Depends}" in the > binary package shouldn't be sufficient to fix this? Not by itself. You need to run something that will actually use that substi

Packaging pythonpy

2016-03-10 Thread Tiago Ilieve
Hi, I'm packaging a Python application named "pythonpy"[1] (ITP bug #817856[2]). It has been uploaded to mentors[3] and there's a repository on GitHub[4]. There's a few things which aren't fixed yet, which I would welcome help, like: - A lintian error "python-script-but-no-python-dep" is being s