salt/debian/rules

12 lines
325 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
2012-02-09 01:25:34 +00:00
dh_override_auto_build:
2012-02-08 02:21:09 +00:00
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
2012-02-09 01:25:34 +00:00
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