mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Fixup and added links
This commit is contained in:
parent
2eaa2c83c8
commit
b3042c4224
3
debian/control
vendored
3
debian/control
vendored
@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 7),
|
||||
libzmq-dev (>= 2.1.9),
|
||||
python (>= 2.6),
|
||||
python-jinja2
|
||||
Standards-Version: 3.8.3
|
||||
Standards-Version: 3.9.2
|
||||
Homepage: http://saltstack.org
|
||||
#Vcs-Git: git://git.debian.org/collab-maint/salt.git
|
||||
#Vcs-Browser: http://git.debian.org/?p=collab-maint/salt.git;a=summary
|
||||
@ -42,7 +42,6 @@ Description: This package provides a remote manager to administer servers.
|
||||
|
||||
Package: salt-minion
|
||||
Architecture: all
|
||||
Section: debug
|
||||
Depends: ${python:Depends}, ${misc:Depends}, python-setuptools,
|
||||
python-yaml, python-crypto, python-m2crypto, python-pyzmq (>= 2.1.9),
|
||||
libzmq1 (>= 2.1.9), libzmq-dev (>= 2.1.9), python (>= 2.6), python-jinja2
|
||||
|
1
debian/files
vendored
1
debian/files
vendored
@ -1 +0,0 @@
|
||||
salt_0.9.4-1_all.deb admin optional
|
8
debian/links
vendored
Normal file
8
debian/links
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
usr/share/salt/salt /usr/bin/salt
|
||||
usr/share/salt/salt-master /usr/bin/salt-master
|
||||
usr/share/salt/salt-syndic /usr/bin/salt-syndic
|
||||
usr/share/salt/salt-cp /usr/bin/salt-cp
|
||||
usr/share/salt/salt-key /usr/bin/salt-key
|
||||
usr/share/salt/salt-run /usr/bin/salt-run
|
||||
usr/share/salt/salt-minion /usr/bin/salt-minion
|
||||
usr/share/salt/salt-call /usr/bin/salt-call
|
13
debian/rules
vendored
13
debian/rules
vendored
@ -1,16 +1,5 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@
|
||||
|
||||
override_dh_installinit:
|
||||
dh_installinit --no-start --name="salt-master"
|
||||
|
48
debian/salt.debhelper.log
vendored
48
debian/salt.debhelper.log
vendored
@ -1,48 +0,0 @@
|
||||
dh_auto_configure
|
||||
dh_auto_build
|
||||
dh_auto_test
|
||||
dh_prep
|
||||
dh_installdirs
|
||||
dh_auto_install
|
||||
dh_install
|
||||
dh_installdocs
|
||||
dh_installchangelogs
|
||||
dh_installexamples
|
||||
dh_installman
|
||||
dh_installcatalogs
|
||||
dh_installcron
|
||||
dh_installdebconf
|
||||
dh_installemacsen
|
||||
dh_installifupdown
|
||||
dh_installinfo
|
||||
dh_pysupport
|
||||
override_dh_installinit dh_installinit
|
||||
override_dh_installinit dh_installinit
|
||||
override_dh_installinit dh_installinit
|
||||
dh_installinit
|
||||
dh_installmenu
|
||||
dh_installmime
|
||||
dh_installmodules
|
||||
dh_installlogcheck
|
||||
dh_installlogrotate
|
||||
dh_installpam
|
||||
dh_installppp
|
||||
dh_installudev
|
||||
dh_installwm
|
||||
dh_installxfonts
|
||||
dh_installgsettings
|
||||
dh_bugfiles
|
||||
dh_ucf
|
||||
dh_lintian
|
||||
dh_gconf
|
||||
dh_icons
|
||||
dh_perl
|
||||
dh_usrlocal
|
||||
dh_link
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_installdeb
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
dh_builddeb
|
Loading…
Reference in New Issue
Block a user