salt/debian/rules
2012-02-08 17:25:34 -08:00

12 lines
325 B
Makefile
Executable File

#!/usr/bin/make -f
#export DH_VERBOSE=1
%:
dh $@ #--with python2
dh_override_auto_build:
python setup.py build #--install-layout=deb build
get-orig-source:
git clone https://github.com/saltstack/salt.git
mv salt salt-0.9.7
tar -zcvf salt_0.9.7.orig.tar.gz --exclude "debian*" --exclude-vcs salt-0.9.7
rm -rf salt-0.9.7