salt/debian/rules

9 lines
208 B
Plaintext
Raw Normal View History

2011-12-27 00:34:06 +00:00
#!/usr/bin/make -f
2011-10-04 03:46:11 +00:00
%:
dh $@
2012-11-09 23:28:46 +00:00
make -C doc html
# overrides require debuilder >= 7.0.50
# http://pkg-perl.alioth.debian.org/debhelper.html#forcing_special_tests
2012-02-09 01:25:34 +00:00
dh_override_auto_build:
python setup.py build