need someone to review and upload my package python-pycaptcha

2011-08-10 Thread Olivier Sallou
Hi, this is a new try on the list I need a DD to upload (and review) my package python-pycaptcha. Everything is available on alioth, and I tested with lintian and pbuilder. If someone takes the tasks, please tell me. Thanks Olivier -- gpg key id: 4096R/326D8438 (pgp.mit.edu) Key

Re: -dbg packages

2011-08-10 Thread Piotr Ożarowski
[Vincent Bernat, 2011-08-10] I remember a discussion about dh_python2 supporting -dbg packages here. Therefore, I was thinking that it could handle some steps, like dependencies (in ${python:Depends}) and install (keep only debug files). dh_python2 cleans -dbg packages (unless

Re: -dbg packages

2011-08-10 Thread Jakub Wilk
* Piotr Ożarowski pi...@debian.org, 2011-08-10, 10:39: I remember a discussion about dh_python2 supporting -dbg packages here. Therefore, I was thinking that it could handle some steps, like dependencies (in ${python:Depends}) and install (keep only debug files). dh_python2 cleans -dbg

Re: -dbg packages

2011-08-10 Thread Piotr Ożarowski
[Jakub Wilk, 2011-08-10] * Piotr Ożarowski pi...@debian.org, 2011-08-10, 10:39: I remember a discussion about dh_python2 supporting -dbg packages here. Therefore, I was thinking that it could handle some steps, like dependencies (in ${python:Depends}) and install (keep only debug files).

Re: need someone to review and upload my package python-pycaptcha

2011-08-10 Thread Jakub Wilk
* Olivier Sallou olivier.sal...@irisa.fr, 2011-08-10, 08:39: I need a DD to upload (and review) (Hopefully in the reverse order! :P) I'm not interested in uploading it, but here's my (cursory) review: - Binary package name is wrong; see Python Policy 2.2. Also, I'd use the name upstream

Re: need someone to review and upload my package python-pycaptcha

2011-08-10 Thread Olivier Sallou
HI, thanks for comments I will have a look. regarding lintian, which command did you run? I only have: debiansid:~/DEBIAN-PYTHON/pycaptcha$ lintian python-pycaptcha_0.4-1_all.deb W: python-pycaptcha: extra-license-file usr/share/doc/python-pycaptcha/COPYING Thanks Olivier Le 8/10/11 12:33

Re: need someone to review and upload my package python-pycaptcha

2011-08-10 Thread Piotr Ożarowski
[Olivier Sallou, 2011-08-10] regarding lintian, which command did you run? I only have: debiansid:~/DEBIAN-PYTHON/pycaptcha$ lintian python-pycaptcha_0.4-1_all.deb if you want lintian to check binary *and* source package, invoke it with .changes file, not with the .deb. Jakub used --pedantic

Re: need someone to review and upload my package python-pycaptcha

2011-08-10 Thread Olivier Sallou
Hi, I have fixed several things on package: - Now source package is pycaptcha as upstream (though in svn still named python-pycaptcha, could rename it in svn later on) - binary is renamed python-captcha as per module name -I use python2 instead of python-support. Applied other comments.

Re: need someone to review and upload my package python-pycaptcha

2011-08-10 Thread Piotr Ożarowski
[Olivier Sallou, 2011-08-10] Only remaining lintian warn is: W: python-captcha: old-versioned-python-dependency depends: python ( 2.8) though i use python-all so maybe it is related you should develop on Sid -- Piotr Ożarowski Debian GNU/Linux Developer

Re: -dbg packages

2011-08-10 Thread Jakub Wilk
* Piotr Ożarowski pi...@debian.org, 2011-08-10, 11:55: I remember a discussion about dh_python2 supporting -dbg packages here. Therefore, I was thinking that it could handle some steps, like dependencies (in ${python:Depends}) and install (keep only debug files). dh_python2 cleans -dbg

Re: need someone to review and upload my package python-pycaptcha

2011-08-10 Thread Olivier Sallou
I am on sid and changes file specify unstable distrib Whatever, package should be ok now (at least from lintian point of view). If you have other comments, please let me know Thanks Olivier Le 8/10/11 1:21 PM, Piotr Ożarowski a écrit : [Olivier Sallou, 2011-08-10] Only remaining lintian

Re: -dbg packages

2011-08-10 Thread Piotr Ożarowski
[Jakub Wilk, 2011-08-10] Added to my Why You Should Stay Away From Dh_Python2 list, thanks. can I see that list? (dh_python2 has been already improved a lot thanks to your bug reports) and adds dependencies to ${python:Depends}, yes What exactly it puts into python:Depends? I know it puts

Re: Python 3 BoF at DebConf11

2011-08-10 Thread Tshepang Lekhonkhobe
On Mon, 2011-08-08 at 23:50 +0200, Piotr Ożarowski wrote: We discussed /usr/bin/python2 symlink issue shortly and we all agreed that we don't want Debian to use it (should helpers change shebangs back to /usr/bin/python? Should lintian warn about it?) although we might want to ship it with

/usr/bin/python2 again

2011-08-10 Thread Piotr Ożarowski
[Tshepang Lekhonkhobe, 2011-08-10] Why not make Python 2 point to /usr/bin/python2? because instead of: | oh, look, /usr/bin/python is a symlink, lets use different 2.X version, | I don't care about 2.Y anymore and I want 2.Z by default. What? foo | application doesn't work anymore? Damn Debian

Re: Some thoughts about py{support,central} - dh_python2 conversion

2011-08-10 Thread Javi Merino
On 07/08/11 21:29, Jakub Wilk wrote: Dear all, If you can't resist the urge to convert your packages from python-support to dh_python2, then please at least: 1) Test your packages. Don't assume that the helper you use does the right thing. Sometimes it does, sometimes it doesn't. 2) Do