debian/rules: Fix double export instruction typo

This commit is contained in:
Antoine R. Dumont (@ardumont) 2018-08-01 10:21:11 +02:00
parent 8b2ee221ac
commit 94913e2bf3
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

2
debian/rules vendored
View file

@ -1,7 +1,7 @@
#!/usr/bin/make -f
export PYBUILD_NAME=swh.lister
export export PYBUILD_TEST_ARGS=--with-doctest -sv -a !db,!fs
export PYBUILD_TEST_ARGS=--with-doctest -sv -a !db,!fs
%:
dh $@ --with python3 --buildsystem=pybuild