Re: Help with interpreting piuparts error

2019-12-29 Thread Chow Loong Jin
On Mon, Dec 30, 2019 at 01:49:12AM +0100, Martin wrote: > Hi, > > I'm not sure how to interpret this 14799 lines piuparts log: > https://piuparts.debian.org/sid/fail/python-aiohttp-session-doc_2.9.0-2.log > It says "ERROR: FAIL: Installation and purging test." > Any idea what's wrong with the

Re: Fighting commit storm madness (was: [Python-modules-commits] [python-mplexporter] 135/135: Merge pull request #30 from rainwoodman/patch-1)

2014-10-09 Thread Chow Loong Jin
On Thu, Oct 09, 2014 at 07:57:48PM -0400, Scott Kitterman wrote: [..] Presumably one is the one who set up the git repos. I, for another one, would really appreciate it if someone would take care of this. Don't they all share the hook script? -- Kind regards, Loong Jin signature.asc

Re: Recommending get-orig-source for packages ?

2013-12-03 Thread Chow Loong Jin
On Tue, Dec 03, 2013 at 05:42:31PM +0100, Jakub Wilk wrote: * Olivier Berger olivier.ber...@telecom-sudparis.eu, 2013-12-03, 17:06: Piotr Ożarowski pi...@debian.org writes: if there's working debian/watch file, there's no need to add get-orig-source (and to be honest, I prefer debian/rules

Re: python-django build weirdness

2013-09-23 Thread Chow Loong Jin
On Tue, Sep 24, 2013 at 11:23:14AM +1000, Brian May wrote: Hello, From a wheezy box, I am running the following commands: dget http://ftp.de.debian.org/debian/pool/main/p/python-django/python-django_1.5.4-1.dsc cd python-django-1.5.4 dpkg-buildpackage -rfakeroot -sa 21 | tee $logfile

Re: python-django build weirdness

2013-09-23 Thread Chow Loong Jin
On Tue, Sep 24, 2013 at 02:11:56PM +1000, Brian May wrote: On 24 September 2013 13:16, Chow Loong Jin hyper...@debian.org wrote: Why don't you catch the AssertionError at this point and check what the extra User object is? [User: johndoe, User: test1, User: test2] grepping

Re: How does team maintenace of python module works?

2013-02-20 Thread Chow Loong Jin
On 21/02/2013 01:43, Piotr Ożarowski wrote: does git-buildpackage work with git submodules (with debian dir as a separate git repo)? It should. I wrote the initial patch for submodule support in git-buildpackage. -- Kind regards, Loong Jin signature.asc Description: OpenPGP digital

Re: How does team maintenace of python module works?

2013-02-20 Thread Chow Loong Jin
On 20/02/2013 23:45, Scott Kitterman wrote: On Wednesday, February 20, 2013 11:23:44 PM Thomas Goirand wrote: [...] If you are modifying some packages, it's to upload them at some point. In such case, you will need the upstream tarball, right? I don't see where the waste of bandwidth is then.

Re: How does team maintenace of python module works?

2013-02-20 Thread Chow Loong Jin
On 21/02/2013 11:58, Scott Kitterman wrote: On Thursday, February 21, 2013 11:12:58 AM Chow Loong Jin wrote: On 21/02/2013 01:59, Scott Kitterman wrote: I've done the boring bits enough that my fingers mostly do them without much attention from my brain. If I were going to abandon my current

Re: How does team maintenace of python module works?

2013-02-20 Thread Chow Loong Jin
On 21/02/2013 12:02, Scott Kitterman wrote: It is to a degree, but the learning curve for git is subtantially steeper than for other VCS. I've learned CVS, SVN, BZR, and Git at one time or another and there is no question in my mind which one, by a lot, is the most complex to learn.

Re: How does team maintenace of python module works?

2013-02-20 Thread Chow Loong Jin
(Re-posted back on list. Sorry ScottK.) On 21/02/2013 12:37, Scott Kitterman wrote: With git (I've never used gpb, and maybe that's my problem) I end up having to do things like: git clone git://git.debian.org/….git for branch in pristine-tar debian/unstable ; do git branch --track

Re: How does team maintenace of python module works?

2013-02-20 Thread Chow Loong Jin
On 21/02/2013 12:46, Barry Warsaw wrote: #9 on Steve Bennett's list is right on target IMHO, but I've had this discussion so many times before, I don't have much energy for it again. 9. Git history is a bunch of lies The primary output of development work should be source code. Is a

Re: How does team maintenace of python module works?

2013-02-17 Thread Chow Loong Jin
On 17/02/2013 07:10, Barry Warsaw wrote: [...] OTOH, there's no doubt there are rough edges. Heck, I would even support a transition to git if the workflow were largely similar to Ubuntu's source branches, but with better quilt integration. To me, something like that is my packaging

Re: #! /usr/bin/python{,3} -Es

2012-10-27 Thread Chow Loong Jin
On 26/10/2012 19:02, Thomas Kluyver wrote: On 26 October 2012 11:53, Chow Loong Jin hyper...@debian.org wrote: What is the definition of system script? Any script installed via dpkg, perhaps? I wouldn't have said so - I install plenty of Python scripts from packages, like /usr/bin/ipython

Re: #! /usr/bin/python{,3} -Es

2012-10-26 Thread Chow Loong Jin
On 26/10/2012 18:33, Jakub Wilk wrote: * Thomas Kluyver tho...@kluyver.me.uk, 2012-10-26, 11:03: Are there any situations where you might want to run a system script with modified Python environment variables? I can't think of any off the top of my head. Here's the list of environment

Re: Scons build system

2011-10-24 Thread Chow Loong Jin
On 24/10/2011 23:51, José Luis Segura Lucas wrote: Hello people. I don't know if this list is appropiate to discuss about Scons. If it isn't, please redirect me to the right one. I'm starting to package a C++ library for Debian and it uses scons to generate the binaries. The problem is

Re: Switching to git

2011-03-06 Thread Chow Loong Jin
On Monday 07,March,2011 06:44 AM, Piotr Ożarowski wrote: [...] (it's not that anyone else will do the work anyway - few tried to convince us to switch to $VCS and I didn't hear from them after asking to start preparing it) If we switch to git, I'd volunteer to help out with the transitions

Re: Switching to git

2011-03-06 Thread Chow Loong Jin
On Monday 07,March,2011 07:59 AM, Yaroslav Halchenko wrote: On Mon, 07 Mar 2011, Chow Loong Jin wrote: stuff there because the git-buildpackage merge-with-upstream workflow doesn't work very well with git-svn. any specific concerns? works for me ok with cython Merging history gets lost

Re: Switching to git

2011-03-06 Thread Chow Loong Jin
On Monday 07,March,2011 10:13 AM, Yaroslav Halchenko wrote: ah -- I never tried to dive that deep as in committing git merges back into SVN. Whenever I am interacting with SVN I am trying to be gentle with the repository -- just linear changes ;) My point was that I was using the

Re: Switching to git

2011-03-06 Thread Chow Loong Jin
On Monday 07,March,2011 10:22 AM, Yaroslav Halchenko wrote: I think it's a waste of space to keep the tarballs separate from the tree. which you will do anyways at least for a moment (noone escaped from the fact of needing .orig.tar.gz yet), but might not be needed for the long run. So,

Re: Untrusted search path vulnerabilities

2010-11-18 Thread Chow Loong Jin
On Friday 19,November,2010 03:47 AM, Filippo Rusconi wrote: Hello, Pythonistas, in my slow learning of Python and of Python program packaging, here am I again asking for advice: On Wed, Nov 17, 2010 at 10:58:48PM +0100, Jakub Wilk wrote: A number of packages in the archive sets the

Re: dfsg suffix

2010-10-25 Thread Chow Loong Jin
On Tuesday 26,October,2010 02:00 AM, Sandro Tosi wrote: On Mon, Oct 25, 2010 at 19:53, Chow Loong Jin hyper...@ubuntu.com wrote: On Tuesday 26,October,2010 01:51 AM, anatoly techtonik wrote: On Mon, Oct 25, 2010 at 8:47 PM, Chow Loong Jin hyper...@ubuntu.com wrote: On Tuesday 26,October,2010

Re: direct-changes-in-diff-but-no-patch-system foo.egg-info/SOURCES.txt

2010-01-15 Thread Chow Loong Jin
record deletions of files. So if you rm the changed files away, dpkg-source won't take note of it and your diff.gz will be clean. In the case of autotools stuff, something like find -name Makefile.in -delete after an autoreconf works well. -- Kind regards, Chow Loong Jin signature.asc Description

Re: VCS for Python code Was: Trac team almost dead?

2009-09-01 Thread Chow Loong Jin
and potential newcomers would have to learn a new tool which they may potentially disagree with. In my case, the more I read about Mercurial, the more I dislike it, but that's a different matter. -- Kind regards, Chow Loong Jin signature.asc Description: OpenPGP digital signature

Re: VCS for Python code Was: Trac team almost dead?

2009-08-29 Thread Chow Loong Jin
I'm all for Git. -- Kind regards, Chow Loong Jin (GPG: 0x8F02A411) Ubuntu Contributing Developer signature.asc Description: OpenPGP digital signature