mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Updating rules and install files
This commit is contained in:
parent
da59653fbb
commit
b8b427ecc9
4
debian/control
vendored
4
debian/control
vendored
@ -11,8 +11,7 @@ Build-Depends: debhelper (>= 7.0.50~),
|
||||
python-m2crypto,
|
||||
python-zmq (>= 2.1.9),
|
||||
libzmq-dev (>= 2.1.9),
|
||||
python (>= 2.6),
|
||||
python-dev (>= 2.6),
|
||||
python-all-dev,
|
||||
python-jinja2
|
||||
Standards-Version: 3.9.2
|
||||
Homepage: http://saltstack.org
|
||||
@ -24,6 +23,7 @@ Package: salt-common
|
||||
Architecture: any
|
||||
Depends: ${python:Depends},
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
python-support,
|
||||
cython,
|
||||
python-setuptools,
|
||||
|
8
debian/rules
vendored
8
debian/rules
vendored
@ -1,11 +1,7 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
#export DH_VERBOSE=1
|
||||
%:
|
||||
dh $@
|
||||
override_dh_auto_build:
|
||||
python setup.py build
|
||||
override_dh_auto_install:
|
||||
python setup.py install
|
||||
dh $@ --buildsystem=python_distutils
|
||||
#override_dh_installinit:
|
||||
# dh_installinit --no-start --name="salt-master"
|
||||
# dh_installinit --no-start --name="salt-minion"
|
||||
|
1
debian/salt-common.install
vendored
1
debian/salt-common.install
vendored
@ -21,3 +21,4 @@ salt/grains /usr/share/salt/
|
||||
salt/cli /usr/share/salt/
|
||||
salt/states /usr/share/salt/
|
||||
salt/utils /usr/share/salt/
|
||||
usr/lib/python2*/dist-packages/salt/msgpack
|
||||
|
Loading…
Reference in New Issue
Block a user