salt/salt_cloud/debian/rules

12 lines
150 B
Plaintext
Raw Normal View History

2012-12-20 21:57:49 +00:00
#!/usr/bin/make -f
COPYRIGHT=LICENSE
%:
make -C doc html
cp $(COPYRIGHT) debian/copyright
dh $@
dh_override_auto_build:
python setup.py build