debian/rules: Fix double export instruction typo
This commit is contained in:
parent
8b2ee221ac
commit
94913e2bf3
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue