Bug#588332: patch

2014-01-26 Thread Jakub Wilk
* Pete Wyckoff , 2014-01-26, 11:15: |     os.symlink(sys.executable, mypython) | OSError: [Errno 2] No such file or directory Grrr. I'm having a hard time reproducing this. Any ideas on how to reproduce the FTBFS? Paul's latest patch worked fine for me. Part of debian/control required manu

Bug#588332: patch

2014-01-26 Thread Pete Wyckoff
t...@pault.ag wrote on Thu, 23 Feb 2012 20:54 -0500: > On Thu, Feb 23, 2012 at 6:37 PM, Jakub Wilk wrote: > > But it FTBFS here with: > > | set -e; cd tests; for x in python2.7 python2.6; do \ > > |               $x run-tests.py --with-hg=`which hg`; \ [..] > > | Traceback (most recent call last):

Bug#588332: patch

2012-02-23 Thread Paul Tagliamonte
On Thu, Feb 23, 2012 at 6:37 PM, Jakub Wilk wrote: > Thanks for looking into this! But of course! I didn't realize this was your bug until after I looked at it just now :) Sorry about the "ignore" - gmail dropped your RE to me into spam. Gah. > > * Paul Tagliamonte , 2012-02-23, 18:09: >> >> -B

Bug#588332: patch

2012-02-23 Thread Paul Tagliamonte
Just as a RE: I ended up putting in all those changes to the rules file to fix some unrelated (that is: unrelated to adding in tests) issues with the resulting deb :) If these changes are too much, I'd be happy to revise the patch. Paul On Thu, Feb 23, 2012 at 6:09 PM, Paul Tagliamonte wrote:

Bug#588332: patch

2012-02-23 Thread Jakub Wilk
Thanks for looking into this! * Paul Tagliamonte , 2012-02-23, 18:09: -Build-Depends: debhelper (>= 7.0.8), python (>= 2.6.6-3~) +Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-dulwich For consistency with Depends, I'd add version constraint to python-dulwich. -X-Pytho

Bug#588332: patch

2012-02-23 Thread Paul Tagliamonte
tags 588332 + patch thanks Patch attached. Added a dep for the test suite, and invoked the tests in the rules file. Thanks, Paul Index: debian/control === --- debian/control (revision 8210) +++ debian/control (working copy) @@ -3,9 +