build the msgpack stuff

This commit is contained in:
Corey Quinn 2012-01-17 11:48:05 -08:00
parent c3b65e186b
commit da59653fbb

5
debian/rules vendored
View File

@ -2,7 +2,10 @@
%:
dh $@
override_dh_auto_build:
python setup.py build
override_dh_auto_install:
python setup.py install
#override_dh_installinit:
# dh_installinit --no-start --name="salt-master"
# dh_installinit --no-start --name="salt-minion"