Re: statsd + voluptuous packaged!

2013-04-03 Thread Antoine Musso
Le 03/04/13 09:44, Antoine Musso a écrit : > Le 03/04/13 02:10, Paul Belanger a écrit : >> ere is a few things I noticed[1]. Ping me on IRC again, and I'll help >> more if I can. I think you are pretty close to upload to >> mentors.debian.net >> >> [1] >> https://github.com/pabelanger/python-volup

Re: statsd + voluptuous packaged!

2013-04-03 Thread Antoine Musso
Le 03/04/13 02:10, Paul Belanger a écrit : > ere is a few things I noticed[1]. Ping me on IRC again, and I'll help > more if I can. I think you are pretty close to upload to > mentors.debian.net > > [1] > https://github.com/pabelanger/python-voluptuous-deb/commit/06f14f76e923f5dbbed1db8ffd6e0f7a3

Re: statsd + voluptuous packaged!

2013-04-02 Thread Daniele Tricoli
On Wednesday 03 April 2013 02:10:03 Paul Belanger wrote: > [1] > https://github.com/pabelanger/python-voluptuous-deb/commit/06f14f76e923f > 5dbbed1db8ffd6e0f7a39d8abce Just a quick note: can you honor DEB_BUILD_OPTIONS nocheck? Thanks! Kind regards, -- Daniele Tricoli 'Eriol' http://mornie.

Re: statsd + voluptuous packaged!

2013-04-02 Thread Paul Belanger
On 13-03-21 08:59 AM, Antoine Musso wrote: Hello, I have been a long time Debian user and finally starts contributing back to the project \O/ For the context, I am a contractor for the Wikimedia Foundation which uses Ubuntu. To install python modules on the production infrastructure, we are r

Re: statsd + voluptuous packaged!

2013-03-27 Thread Antoine Musso
Le 21/03/13 15:36, Dmitry Shachnev a écrit : > wrote: >> > http://apt.wikimedia.org/wikimedia/pool/main/p/python-voluptuous/ > Something that I've noticed after a quick look at python-voluptuous: > > - Build-dependency on python-dev is not needed as you don't have > extension modules (you may want

Re: statsd + voluptuous packaged!

2013-03-21 Thread Thomas Goirand
On 03/22/2013 06:19 AM, Antoine Musso wrote: > Le 21/03/13 19:21, Thomas Goirand a écrit : >> I happen to also have worked on statsd: >> http://anonscm.debian.org/gitweb/?p=openstack/statsdpy.git > Bonjour =) > > It seems they are different packages: > - statsdpy is a statsd server > - python-sta

Re: statsd + voluptuous packaged!

2013-03-21 Thread Thomas Goirand
On 03/22/2013 06:19 AM, Antoine Musso wrote: > Le 21/03/13 19:21, Thomas Goirand a écrit : >> I happen to also have worked on statsd: >> http://anonscm.debian.org/gitweb/?p=openstack/statsdpy.git > Bonjour =) > > It seems they are different packages: > - statsdpy is a statsd server > - python-sta

Re: statsd + voluptuous packaged!

2013-03-21 Thread Yaroslav Halchenko
On Thu, 21 Mar 2013, Antoine Musso wrote: > I guess that is what happens when newbie joins. They do mistake, so do > I. I must confess I have only looked at packages.debian.org :/ Will > remember about wnpp, thanks for the tip! FWIW the fastest way imho is > sudo apt-get install devscripts >

Re: statsd + voluptuous packaged!

2013-03-21 Thread Antoine Musso
Le 21/03/13 19:21, Thomas Goirand a écrit : > I happen to also have worked on statsd: > http://anonscm.debian.org/gitweb/?p=openstack/statsdpy.git Bonjour =) It seems they are different packages: - statsdpy is a statsd server - python-statsd a client for the nodejs statsd I might be wrong, but

Re: statsd + voluptuous packaged!

2013-03-21 Thread Thomas Goirand
On 03/21/2013 08:59 PM, Antoine Musso wrote: > statsd http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703613 > voluptuous http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698354 > > The voluptuous one has been build and deployed on one of the Wikimedia > server already, the statsd is in the pi

Re: statsd + voluptuous packaged!

2013-03-21 Thread Dmitry Shachnev
On Thu, Mar 21, 2013 at 4:59 PM, Antoine Musso wrote: > http://apt.wikimedia.org/wikimedia/pool/main/p/python-voluptuous/ Something that I've noticed after a quick look at python-voluptuous: - Build-dependency on python-dev is not needed as you don't have extension modules (you may want to build

Re: statsd + voluptuous packaged!

2013-03-21 Thread Antoine Musso
Le 21/03/13 13:59, Antoine Musso a écrit : > We completed the packaging of python-voluptuous version 0.6.1 for Ubuntu > Precise. The debian/* files are available in Wikimedia git repository: > > https://gerrit.wikimedia.org/r/p/operations/debs/python-voluptuous.git The gitweb link is: https:/

statsd + voluptuous packaged!

2013-03-21 Thread Antoine Musso
Hello, I have been a long time Debian user and finally starts contributing back to the project \O/ For the context, I am a contractor for the Wikimedia Foundation which uses Ubuntu. To install python modules on the production infrastructure, we are required to use Debian packages. My needs wer