Re: Packaging pythonpy

2016-03-30 Thread Tiago Ilieve
Dmitry, On 30 March 2016 at 16:48, Dmitry Shachnev wrote: > Looks like I was a bit mistaken — dh_python2 will not replace shebangs for > files in /usr/share. But then you can do this manually using a sed call [1], > that is still easier than a patch. This is indeed way clever than an entire patc

Re: Application to join Debian Python Modules Team

2016-03-30 Thread Piotr Ożarowski
[Raoul Snyman, 2016-03-26] > My Alioth login is "superfly-guest" and I'm "superfly" in #debian-python > (I'm also part of the team arranging DebConf16). > > I have read https://python-modules.alioth.debian.org/policy.html and I > accept it. Welcome :) -- Piotr Ożarowski D

Re: gphoto2 package name problem

2016-03-30 Thread Dmitry Shachnev
gphoto2-cffi-0.3a1/debian/changelog --- gphoto2-cffi-0.2/debian/changelog 2015-10-25 08:11:12.0 +0100 +++ gphoto2-cffi-0.3a1/debian/changelog 2016-03-30 22:40:41.0 +0200 @@ -1,3 +1,13 @@ +gphoto2-cffi (0.3~a1~20160330-1) UNRELEASED; urgency=medium + + * New upstream snapshot. + * Dr

Re: Packaging pythonpy

2016-03-30 Thread Dmitry Shachnev
Hi Tiago, On Wed, Mar 30, 2016 at 05:26:05AM -0300, Tiago Ilieve wrote: > On 29 March 2016 at 18:40, Dmitry Shachnev wrote: > > You do not need a patch for this kind of thing. Just pass > > --shebang=/usr/bin/whatever to dh_python2 call in your debian/rules. > > > > Also, for debian/packages, /us

Re: gphoto2 package name problem

2016-03-30 Thread Damon Lynch
On Mon, Feb 22, 2016 at 12:37 PM, Dmitry Shachnev wrote: > Hi Damon, > > On Sun, Feb 21, 2016 at 11:55:28PM +0500, Damon Lynch wrote: > > Good news: the developer of gphoto2-cffi has just confirmed that he is > happy > > for both the package name of his project to be renamed into > > "python-gpho

Re: Packaging pythonpy

2016-03-30 Thread Tiago Ilieve
Hi Dmitry, On 29 March 2016 at 18:40, Dmitry Shachnev wrote: > You do not need a patch for this kind of thing. Just pass > --shebang=/usr/bin/whatever to dh_python2 call in your debian/rules. > > Also, for debian/packages, /usr/bin/pythonX is preferred over /usr/bin/env > pythonX. Thanks for the