Re: RFS: mwic 0.7.4-1

2018-03-20 Thread Gregor Riepl
> autopkgtest (debian/tests/) is a form of as-installed testing, which takes > the packages that were built, installs them in a relatively complete and > realistic environment (typically a lxc container or a qemu/kvm virtual > machine) and runs further tests there. Sometimes these tests just

Re: RFS: mwic 0.7.4-1

2018-03-20 Thread Simon McVittie
On Tue, 20 Mar 2018 at 12:18:39 +0100, Gregor Riepl wrote: > > In case I've misunderstood you, and you're referring to unit tests > > shipped debian/tests/*, than yes, I agree. :) > > As far as I understand, these tests are executed by the package builder after > the upstream build script has

RFS: python-jsontest

2018-03-20 Thread Christophe Siraut
Hi DPMT, I have prepared an update for python-jsontest[1], it introduces a new binary as it now supports python 2 and 3. I am looking for someone to give a review and eventually upload it. 1. https://salsa.debian.org/python-team/modules/python-jsontest Cheers, Tobald

Re: RFS: mwic 0.7.4-1

2018-03-20 Thread Gregor Riepl
> In case I've misunderstood you, and you're referring to unit tests > shipped debian/tests/*, than yes, I agree. :) As far as I understand, these tests are executed by the package builder after the upstream build script has finished. They're meant as a sort of integration test, i.e. "does this

Re: pybuild: how to get the build directory name

2018-03-20 Thread Piotr Ożarowski
[Ole Streicher, 2018-03-20] > test-python%: > HOME=/tmp/ PYTHONPATH=$(CURDIR)/.pybuild/pythonX.Y_$*/build python$* > debian/tests/pyraf-test.py > > override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) > > This however does not work anymore, since the subdir under

pybuild: how to get the build directory name

2018-03-20 Thread Ole Streicher
Hi, one of my Python packages has a test script under debian/tests that I want to run at build time. The problem is now how to get the name of the actual build directory, which is needed to be put into the PYTHONPATH: Up to now, I did the following in debian/rules: test-python%:

Re: RFS: mwic 0.7.4-1

2018-03-20 Thread Georg Faerber
Hi, On 18-03-20 18:11:50, Georg Faerber wrote: > > > Yeah, I've used this as well, but in this case it's not that > > > helpful as it finds the code defining the error [2]. > > > > I'd guess this is the source of the line you quoted: > > > >

Re: RFS: mwic 0.7.4-1

2018-03-20 Thread Paul Wise
On Wed, Mar 21, 2018 at 1:11 AM, Georg Faerber wrote: > Thanks a lot for your review, and sorry for not responding earlier, too > much stuff on my table: There is no need to apologise for being busy :) > On 18-03-18 11:33:59, Paul Wise wrote: >> The copyright years are missing 2012, I'm not

Bug#893671: RFP: pubs -- command line bibliography management tool

2018-03-20 Thread Antoine Beaupre
Package: wnpp Severity: wishlist * Package name: pubs Version : 0.7.0 Upstream Author : Fabien Benureau, Olivier Mangin * URL : https://github.com/pubs/pubs * License : LGPL-3.0 Programming Lang: Python Description : command line bibliography management

Re: RFS: mwic 0.7.4-1

2018-03-20 Thread Georg Faerber
On 18-03-20 20:21:20, Dmitry Shachnev wrote: > On Mon, Mar 19, 2018 at 11:31:07PM +0100, Georg Faerber wrote: > > On 18-03-20 00:46:16, Dmitry Shachnev wrote: > > > On Sat, Mar 17, 2018 at 10:49:26AM +0100, Georg Faerber wrote: > > > > Also, AFAIK, debian/tests/control is obsolete nowadays if > >

Re: RFS: mwic 0.7.4-1

2018-03-20 Thread Georg Faerber
Hi pabs, Thanks a lot for your review, and sorry for not responding earlier, too much stuff on my table: On 18-03-18 11:33:59, Paul Wise wrote: > The copyright years are missing 2012, I'm not sure if the ftp-masters > would reject the package on that basis. I've referred to the upstream git

Re: RFS: mwic 0.7.4-1

2018-03-20 Thread Dmitry Shachnev
On Mon, Mar 19, 2018 at 11:31:07PM +0100, Georg Faerber wrote: > On 18-03-20 00:46:16, Dmitry Shachnev wrote: > > On Sat, Mar 17, 2018 at 10:49:26AM +0100, Georg Faerber wrote: > > > Also, AFAIK, debian/tests/control is obsolete nowadays if > > > debian/control contains Testsuite:. > > > > This is