debian: initial debian packaging
This commit is contained in:
parent
124ebf34df
commit
04fde18fec
6 changed files with 59 additions and 0 deletions
9
debian/rules
vendored
Executable file
9
debian/rules
vendored
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export PYBUILD_NAME=swh-lister-github
|
||||
|
||||
%:
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
|
||||
|
||||
override_dh_auto_test:
|
Loading…
Add table
Add a link
Reference in a new issue