Updating rules and install files

This commit is contained in:
Corey Quinn 2012-01-17 12:48:26 -08:00
parent da59653fbb
commit b8b427ecc9
3 changed files with 5 additions and 8 deletions

4
debian/control vendored
View File

@ -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
View File

@ -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"

View File

@ -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