Re: Python modules not installed correctly with pycentral

2008-01-08 Thread Ben Finney
Vincent Bernat [EMAIL PROTECTED] writes: OK. Therefore, if we use pure debhelper : - depends on debhelper (= 5.0.44) That is, Build-Depends: debhelper (= 5.0.44). - set debian/compat to 6 - add a lintian override for this I get no error from 'lintian' for this. Rather, an error from

Nevow (was Re: Pycha packaging)

2008-01-08 Thread Vincent Bernat
OoO En ce début de soirée du vendredi 04 janvier 2008, vers 21:07, Piotr Ożarowski [EMAIL PROTECTED] disait: May I also add nevow to the list of team-maintained packages? http://packages.qa.debian.org/n/nevow.html it's a Python module, you're a team member - I don't see a reason why you

Re: Python modules not installed correctly with pycentral

2008-01-08 Thread Vincent Bernat
OoO En cette matinée pluvieuse du mardi 08 janvier 2008, vers 10:34, Ben Finney [EMAIL PROTECTED] disait: - set debian/compat to 6 - add a lintian override for this I get no error from 'lintian' for this. Try with -vIi. Rather, an error from 'linda': E: gracie; DH_COMPAT is greater

debian/rules, moving generated egg-info directory to unversioned name

2008-01-08 Thread Ben Finney
Howdy all, In several Debian packages of Python software, I've seen an 'install' target of 'debian/rules' that contains a command similar to this: = install: build dh_testdir dh_testroot dh_installdirs $(current_python_version) setup.py install