https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: fc856bae5fbd71b68430d34a224c383f95d95f57 authored by Antoine R. Dumont (@ardumont) on 25 September 2017, 16:02:23 UTC
README: Update doc
Tip revision: fc856ba
rules
#!/usr/bin/make -f

export PYBUILD_NAME=swh-deposit

%:
	dh $@ --with python3 --buildsystem=pybuild


override_dh_auto_test:
back to top