https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 73ec93ac29bb01260230bd95d4a293b2e3324a40 authored by Antoine R. Dumont (@ardumont) on 14 June 2017, 09:54:53 UTC
packaging: Fix missing information for correct packaging
Tip revision: 73ec93a
rules
#!/usr/bin/make -f

export PYBUILD_NAME=swh-deposit

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


override_dh_auto_test:
back to top