Re: Python package review

2013-02-15 Thread Diane Trout
> > You does the byte compilation yourself in postinst/prerm, but I think it > > would be better to use provided tools. > > +1 (or should I say +2?) > Dropping in late to a conversation. I'm pretty sure debian byte compiles on install because you don't know which python interpreters are actua

Re: Python package review

2013-02-13 Thread Andreas Tille
Hi Sascha, I just noticed that I did not properly checked the package which does not follow our group policy regarding Maintainer / Uploader: Index: control === --- control (Revision 12997) +++ control (Arbeitskopie) @@ -1,7

Re: Python package review

2013-02-12 Thread Andreas Tille
On Wed, Feb 13, 2013 at 08:45:28AM +0100, Olivier Sallou wrote: > > BTW, the additional new python package seems to stop my dm-upload -- > > anyone care to help out? > I see that Andreas already answered to this... ... the region where I live in Germany (Saxony-Anhalt) is advertising that people h

Re: Python package review

2013-02-12 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Le 2/12/13 3:59 PM, Sascha Steinbiss a ?crit : > On 02/11/2013 08:02 PM, Andreas Tille wrote: > > On Mon, Feb 11, 2013 at 03:35:59PM +0100, Olivier Sallou wrote: > [...] > >> You should not need the .install files (to copy your python fileds) nor >

Re: Python package review

2013-02-12 Thread Andreas Tille
Hi Sascha, On Tue, Feb 12, 2013 at 03:59:25PM +0100, Sascha Steinbiss wrote: > Just did that and removed the python-genometools.install file. > While the line above eliminates the need to run setup.py just fine, the > 'python-genometools' package ends up empty after building. > However, as genomet

Re: Python package review

2013-02-12 Thread Sascha Steinbiss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/11/2013 08:02 PM, Andreas Tille wrote: > On Mon, Feb 11, 2013 at 03:35:59PM +0100, Olivier Sallou wrote: [...] >> You should not need the .install files (to copy your python fileds) nor >> the setup.py install in your rules file. >> >> Maybe that

Re: Python package review

2013-02-11 Thread Andreas Tille
On Mon, Feb 11, 2013 at 08:29:17PM +0100, Sascha Steinbiss wrote: > I'm putting the debhelper documentation/man on my reading list right now! Either this - or just checking other packages. :-) > So the '--with python2' flag in the debhelper catchall target is > enough to make sure the byte compi

Re: Python package review

2013-02-11 Thread Sascha Steinbiss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/11/2013 08:02 PM, Andreas Tille wrote: > Hi, Hi Andreas and Olivier, > On Mon, Feb 11, 2013 at 03:35:59PM +0100, Olivier Sallou wrote: >> I had a quick look at package. You manually do install steps >> etc... dh helper manage python. On a pure

Re: Python package review

2013-02-11 Thread Andreas Tille
Hi, On Mon, Feb 11, 2013 at 03:35:59PM +0100, Olivier Sallou wrote: > I had a quick look at package. You manually do install steps etc... > dh helper manage python. On a pure python package, all I had to do is: > dh $@ --with python2 I was today traveling offline and came to the very same conclus

Re: Python package review

2013-02-11 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Le 2/10/13 9:43 PM, Sascha Steinbiss a ?crit : > Hi everyone, > > could someone with some expertise in Python module packaging have a > quick look at the 'genometools' rules file and maintainer scripts -- I > have just packaged the Python bindings

Re: aragorn (Was: Python package review)

2013-02-11 Thread Sascha Steinbiss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/11/2013 10:52 AM, Andreas Tille wrote: > Hi Sascha, Hi Andreas, > I'm a bit in a hurry so I pick the easier part of your mail first > and come back later to Genometools. Thanks! Remember, it's only the Python part -- I'm confortable with the r

aragorn (Was: Python package review)

2013-02-11 Thread Andreas Tille
Hi Sascha, I'm a bit in a hurry so I pick the easier part of your mail first and come back later to Genometools. On Sun, Feb 10, 2013 at 09:43:01PM +0100, Sascha Steinbiss wrote: > > P.S. On a side note, I am also preparing a package for a GPL2 program > called aragorn (not ITP'ed yet). Since th

Python package review

2013-02-10 Thread Sascha Steinbiss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, could someone with some expertise in Python module packaging have a quick look at the 'genometools' rules file and maintainer scripts -- I have just packaged the Python bindings and while I *think* I have followed chapter 2 of the Debian