Re: Update wokkel?

2017-10-27 Thread W. Martin Borgert
On 2017-10-27 17:26, Angel Abad wrote: > Because there is no official release with these changes, I will > write upstream developer and I will tell you. Very good, thanks! You can reach him via xmpp:ral...@ik.nu > I you want to co-maintain wokkel package we could talk about it. Well, it is not t

Re: Namespace conflict for python-magic

2017-10-27 Thread Christoph Biedl
[ I'm not lost, just way too occupied with other issues, sorry ] Mathias Behrle wrote... > * Christoph Biedl: " Re: Namespace conflict for python-magic" (Fri, 6 Oct 2017 > 08:34:04 +0200): > > > In order to control the transition, I've filed in ITP (intent to > > package) for Adam's python-mag

Re: Update wokkel?

2017-10-27 Thread Angel Abad
On Thu, Oct 26, 2017 at 10:49:44AM +0200, W. Martin Borgert wrote: > Hi Angel and team, Hi, > would you mind, if I update wokkel and close #735304 (teams git > repo) and #879712 (Python 3 support)? I would add myself to > uploaders, too. Because there is no official release with these changes, I

Re: [tryton-debian] Namespace conflict for python-magic

2017-10-27 Thread Mathias Behrle
* Mathias Behrle: " Re: [tryton-debian] Namespace conflict for python-magic" (Thu, 5 Oct 2017 12:01:16 +0200): Hi Adam, are there any news on the subject? The release of Tryton, that will require python-magic is scheduled for next week. It would be a great service to our users and simplify thi

Re: Can't exec "pyversions"

2017-10-27 Thread Dmitry Shachnev
Hi Ondrej! On Fri, Oct 27, 2017 at 08:18:43AM +0200, Ondrej Tuma wrote: > Yes, > > but how can I tell to dh_ to use py3versions instead of pyversions ? Use pybuild buildsystem: dh $@ --with python3 --buildsystem=pybuild And make sure you have dh-python in build-depends. See pybuild(1) man pa