Add a lister for Debian-like package archives

This work is based on Sushant's internship and D229.
This commit is contained in:
Sushant Sushant 2017-09-05 16:00:21 +02:00 committed by Nicolas Dandrimont
parent 6c8e16aae9
commit 83ebb95705
4 changed files with 328 additions and 1 deletions

3
debian/rules vendored
View file

@ -7,3 +7,6 @@ export PYBUILD_NAME=swh-lister
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="cd {build_dir}; python{version} -m nose swh -sv" \
dh_auto_test