Bug#801667: git-dpm offers no way to merge between different packaging branches

2015-10-13 Thread Raphaël Hertzog
Package: git-dpm Version: 0.9.1-1 Severity: normal Still discovering git-dpm, I tried to do something basic: - make a packaging change in debian/sid (adding debian/README.source) - switch to debian/experimental - merge debian/sid into it to get the latest packaging changes But this doesn't work

Re: git repo lint tool

2015-10-13 Thread Sandro Tosi
On Tue, Oct 13, 2015 at 3:30 PM, Stefano Rivera wrote: > Many of the non-migrated git repos are a bit of a mess. I've written a > tool that looks for common problems. thanks! could it also emit a hint on how to address the problem? like canonical vcs should be easy to just

Re: git repo lint tool

2015-10-13 Thread Barry Warsaw
On Oct 13, 2015, at 04:30 PM, Stefano Rivera wrote: >Many of the non-migrated git repos are a bit of a mess. I've written a >tool that looks for common problems. > >It's on alioth: >$ cd /git/python-modules >$ ./check-repositories Nice, thanks. >codespeak-lib: Non-Canonical Vcs fields I think

Re: git repo lint tool

2015-10-13 Thread Sebastian Ramacher
On 2015-10-13 16:30:53, Stefano Rivera wrote: > codespeak-lib: Non-Canonical Vcs fields codespeak-lib is no longer in the archive. > Sebastian Ramacher >breathe >flask-openid >python-libdiscid (U) They are no longer maintained under the DPMT umbrella. Cheers

Re: git repo lint tool

2015-10-13 Thread Daniel Stender
On 13.10.2015 16:30, Stefano Rivera wrote: > Daniel Stender >deap >gamera >greekocr4gamera >ocr4gamera >pep8-naming >pylint-celery >pylint-common >pytest-catchlog >pytest-localserver >pytest-tornado >python-djvulibre >

Re: git repo lint tool

2015-10-13 Thread Stefano Rivera
Hi Daniel (2015.10.13_17:47:01_+0200) > In all packages, Vcs points to > Vcs-Git: git://anonscm.debian.org/python-modules/packages/.git > Vcs-Browser: > http://anonscm.debian.org/cgit/python-modules/packages/.git The linter script wants https for Vcs-Browser. SR -- Stefano Rivera

Re: git repo lint tool

2015-10-13 Thread Daniel Stender
On 13.10.2015 17:57, Stefano Rivera wrote: > Hi Daniel (2015.10.13_17:47:01_+0200) >> In all packages, Vcs points to >> Vcs-Git: git://anonscm.debian.org/python-modules/packages/.git >> Vcs-Browser: >> http://anonscm.debian.org/cgit/python-modules/packages/.git > > The linter script wants https

Re: git repo lint tool

2015-10-13 Thread Brian May
On Wed, 14 Oct 2015 at 01:31 Stefano Rivera wrote: > python-django: No control file > python-django: Not git-dpmmed > Suspect it might be getting confused with the different branch names used here. At least there was a control file when I looked last :-)

Re: Python-pyvcf: Couldn't find index page for 'distribute' (maybe misspelled?)

2015-10-13 Thread Piotr Ożarowski
[Andreas Tille, 2015-10-13] >dh_auto_test -O--buildsystem=pybuild > I: pybuild base:170: python2.7 setup.py test. > running test > Searching for distribute > Reading https://pypi.python.org/simple/distribute/ > Download error on https://pypi.python.org/simple/distribute/: [Errno 111] >

Re: git repo lint tool

2015-10-13 Thread Stefano Rivera
Hi Brian (2015.10.13_22:01:19_+0200) > > python-django: No control file > > python-django: Not git-dpmmed > > > > Suspect it might be getting confused with the different branch names used > here. At least there was a control file when I looked last :-) Yeah, I was expecting that. SR --

Python-pyfasta: How to run nosetests and what to do with duplicated binary

2015-10-13 Thread Andreas Tille
Hi, I'd like to package svn://anonscm.debian.org/debian-med/trunk/packages/python-pyfasta/trunk/ for the Debian Med team. The package builds so far but I'm a bit concerned about dh_auto_test -O--buildsystem=pybuild I: pybuild base:170: cd

Re: Python-pyfasta: How to run nosetests and what to do with duplicated binary

2015-10-13 Thread Piotr Ożarowski
[Andreas Tille, 2015-10-13] > I: pybuild base:170: cd > /build/python-pyfasta-0.5.2/.pybuild/pythonX.Y_3.4/build; python3.4 -m nose. > > -- > Ran 0 tests in 0.057s > > OK > > > The directory tests/ is definitely not empty.