Re: Playing with git-buildpackage

2014-08-23 Thread Raphael Hertzog
On Fri, 22 Aug 2014, Barry Warsaw wrote: Why would you push your temporary branch? Only because `git push --all` seems like the obvious choice. But I think git's cli is akin to quantum mechanics, i.e. don't trust your intuition. :) Ideal is when a git push alone is enough, you can do git

Re: Playing with git-buildpackage

2014-08-23 Thread Gustavo Franco
I don't have the password for http://lists.alioth.debian.org/cgi-bin/mailman/admin/python-modules-commits I've tried going through Alioth's admin UI and reset the password via https://alioth.debian.org/mail/admin/?group_id=30714. There was a Reset admin password link there. I've clicked it and

Re: Playing with git-buildpackage

2014-08-23 Thread Gustavo Franco
Ok, got the email. You can see I've added the project admins as list admins and hertzog. https://lists.alioth.debian.org/mailman/listinfo/python-modules-commits Hertzog, you should be able to get the password and change any settings. Let me know if you need anything else. Thanks, On Sat, Aug

Re: What is the most idiomatic way in Debian to modify defaults in setup.py ?

2014-08-23 Thread Piotr Ożarowski
[Charles Plessy, 2014-08-22] to enable dynamic linking to a C library in a python module (instead of static linking), an upstream author proposes me to either implement an option in setup.py or to make it query an environment variable. it doesn't matter if you use pybuild, it's either: