debian: initial debian packaging

This commit is contained in:
Nicolas Dandrimont 2016-03-17 17:59:34 +01:00
parent 124ebf34df
commit 04fde18fec
6 changed files with 59 additions and 0 deletions

9
debian/rules vendored Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/make -f
export PYBUILD_NAME=swh-lister-github
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test: