Re: multiple modules in one source

2015-02-05 Thread Simon McVittie
On 05/02/15 05:36, Brian May wrote: > To try and be flexible, lets say I split up some parts of Karaage into > plugins[2]; I split them up into separate git source, hence separate > distributable and packages. This is because some plugins are not needed > by some installations, and require large de

Re: Debian uscan redirector for PyPI (was: PyPI and debian/watch)

2015-02-05 Thread Piotr Ożarowski
[Tristan Seligmann, 2015-02-05] > Now add an option to make it do pgpsigurlmangle ;P done (only if last release has a signature, though) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A

Re: Debian uscan redirector for PyPI (was: PyPI and debian/watch)

2015-02-05 Thread Etienne Millon
Thanks for the redirector! I noticed that this URL triggers an error: http://pypi.debian.net/guessit -- Etienne Millon signature.asc Description: Digital signature

Re: Debian uscan redirector for PyPI

2015-02-05 Thread Ben Finney
Ben Finney writes: > Donald Stufft writes: > > > I suggested to #debian-python that a redirector might be better and > > there is now one at pypi.debian.net. Whe is the VCS for the code running that redirector? I would like to suggest some patches. To whom should I submit those patches? --

Re: Debian uscan redirector for PyPI

2015-02-05 Thread Barry Warsaw
On Feb 06, 2015, at 10:14 AM, Ben Finney wrote: >Whe is the VCS for the code running that redirector? > >I would like to suggest some patches. To whom should I submit those >patches? Piotr was going to push a branch when he got the chance. Cheers, -Barry -- To UNSUBSCRIBE, email to debian-pyt

Re: Debian uscan redirector for PyPI

2015-02-05 Thread Donald Stufft
> On Feb 5, 2015, at 6:14 PM, Ben Finney wrote: > > Ben Finney writes: > >> Donald Stufft writes: >> >>> I suggested to #debian-python that a redirector might be better and >>> there is now one at pypi.debian.net. > > Whe is the VCS for the code running that redirector? > > I would like to

Re: Debian uscan redirector for PyPI (was: PyPI and debian/watch)

2015-02-05 Thread Piotr Ożarowski
[Etienne Millon, 2015-02-06] > I noticed that this URL triggers an error: > > http://pypi.debian.net/guessit http://bugs.python.org/issue14894 -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint:

dh_python2 missing

2015-02-05 Thread Brian May
Hello, Just noticed when building my package that I got this warning: dpkg-gencontrol: warning: Depends field of package python-karaage: unknown substitution variable ${python:Depends} Trying to chase this down, I noticed that I didn't have dh_python2 installed: $ /usr/bin/dh_python2 zsh: no su

Re: Debian uscan redirector for PyPI (was: PyPI and debian/watch)

2015-02-05 Thread Tristan Seligmann
On 5 February 2015 at 22:59, Piotr Ożarowski wrote: > [Tristan Seligmann, 2015-02-05] >> Now add an option to make it do pgpsigurlmangle ;P > > done (only if last release has a signature, though) Awesome, thanks! -- mithrandi, i Ainil en-Balandor, a faer Ambar -- To UNSUBSCRIBE, email to debia

Re: dh_python2 missing

2015-02-05 Thread Arto Jantunen
Brian May writes: > Just noticed when building my package that I got this warning: > > dpkg-gencontrol: warning: Depends field of package python-karaage: unknown > substitution variable ${python:Depends} > > Trying to chase this down, I noticed that I didn't have dh_python2 > installed: > > $ /us