Re: python packaging example with debhelper, dh_pysupport and dh_python2

2011-03-11 Thread Piotr Ożarowski
[Thomas Bechtold, 2011-03-11] > i tried to understand the correct way to package a python module with > debhelper, dh_pysupport and dh_python2. you can use either dh_pysupport or dh_python2, passing --with python2 to dh sequencer (which you use) will disable (default) dh_pysupport > I created a p

python packaging example with debhelper, dh_pysupport and dh_python2

2011-03-10 Thread Thomas Bechtold
Hi, i tried to understand the correct way to package a python module with debhelper, dh_pysupport and dh_python2. I created a python-helloworld example package ( get it from https://code.launchpad.net/~toabctl/+junk/python-helloworld ) and want to know if i used the correct way to package a simpl