salt/debian/rules

12 lines
326 B
Plaintext
Raw Normal View History

2011-12-27 00:34:06 +00:00
#!/usr/bin/make -f
#export DH_VERBOSE=1
2011-10-04 03:46:11 +00:00
%:
2012-02-08 02:21:09 +00:00
dh $@ #--with python2
#dh_override_auto_build:
python setup.py build #--install-layout=deb build
2012-02-08 02:41:49 +00:00
get-orig-source:
git clone https://github.com/saltstack/salt.git
mv salt salt-0.9.6
tar -zcvf salt_0.9.6.orig.tar.gz --exclude "debian*" --exclude-vcs salt-0.9.6
rm -rf salt-0.9.6