salt/debian/rules

12 lines
331 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-03-22 01:25:53 +00:00
#get-orig-source:
# git clone https://github.com/saltstack/salt.git
# mv salt salt-0.9.8
# tar -zcvf salt_0.9.8.orig.tar.gz --exclude "debian*" --exclude-vcs salt-0.9.8
## rm -rf salt-0.9.8