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