Skip to content
Snippets Groups Projects
Commit 96d185e4 authored by Christopher R. Gabriel's avatar Christopher R. Gabriel
Browse files

added missing AUTHORS, LICENSE

added debsrc target
parent a7f0eaf4
No related branches found
No related tags found
No related merge requests found
Enrico Zini <enrico@truelite.it>
LICENSE 0 → 100644
This diff is collapsed.
......@@ -7,3 +7,12 @@ export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/bin/
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
srcname = octofussd
version = $(shell sed -nre "s/.*version[ ]*=[ ]*['\"]([^'\"]+)['\"].*/\1/p" setup.py)
debsrc:
python3 setup.py sdist
mv dist/$(srcname)-$(version).tar.gz ../$(srcname)_$(version).orig.tar.gz
rmdir dist
dpkg-buildpackage -S -us -uc -d
#!/usr/bin/env python
from distutils.core import setup
setup(name='octofussctl',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment