@@ -7,14 +7,11 @@ Build-Depends: debhelper (>= 7.0.50~),
7
7
cython,
8
8
python-yaml,
9
9
python-setuptools,
10
- python-yaml,
11
10
python-crypto,
12
11
python-m2crypto,
13
12
python-zmq (>= 2.1.9),
14
- libzmq1 (>= 2.1.9),
15
13
libzmq-dev (>= 2.1.9),
16
- python (>= 2.6),
17
- python-dev (>= 2.6),
14
+ python-all-dev,
18
15
python-jinja2
19
16
Standards-Version: 3.9.2
20
17
Homepage: http://saltstack.org
@@ -24,8 +21,20 @@ Homepage: http://saltstack.org
24
21
25
22
Package: salt-common
26
23
Architecture: any
27
- Depends: ${python:Depends},
28
- ${misc:Depends}
24
+ Depends: ${python:Depends},
25
+ ${misc:Depends},
26
+ ${shlibs:Depends},
27
+ python-support,
28
+ cython,
29
+ python-setuptools,
30
+ python-yaml,
31
+ python-crypto,
32
+ python-m2crypto,
33
+ python-zmq (>= 2.1.9),
34
+ libzmq-dev (>= 2.1.9),
35
+ python,
36
+ python-dev,
37
+ python-jinja2
29
38
Description: Shared libraries that salt requires for all packages
30
39
This package is a powerful remote execution manager that can be used
31
40
to administer servers in a fast and efficient way.
@@ -41,15 +50,14 @@ Description: Shared libraries that salt requires for all packages
41
50
Between the remote execution system, and state management Salt addresses
42
51
the backbone of cloud and data center management.
43
52
.
44
- This particular package provides shared libraries that salt-master, salt-minion,
45
- and salt-syndic require to function.
46
-
53
+ This particular package provides shared libraries that salt-master,
54
+ salt-minion, and salt-syndic require to function.
47
55
48
56
Package: salt-master
49
57
Architecture: all
50
- Depends: ${python :Depends},
51
- ${misc:Depends} ,
52
- salt-common
58
+ Depends: ${misc :Depends},
59
+ python ,
60
+ salt-common (>= ${source:Version})
53
61
Description: This package provides a remote manager to administer servers via salt
54
62
This package is a powerful remote execution manager that can be used
55
63
to administer servers in a fast and efficient way.
@@ -70,9 +78,9 @@ Description: This package provides a remote manager to administer servers via sa
70
78
71
79
Package: salt-minion
72
80
Architecture: all
73
- Depends: ${python :Depends},
74
- ${misc:Depends} ,
75
- salt-common
81
+ Depends: ${misc :Depends},
82
+ python ,
83
+ salt-common (>= ${source:Version})
76
84
Description: This package represents the client package for salt
77
85
This package is a powerful remote execution manager that can be used
78
86
to administer servers in a fast and efficient way.
@@ -93,10 +101,10 @@ Description: This package represents the client package for salt
93
101
94
102
Package: salt-syndic
95
103
Architecture: all
96
- Depends: ${python :Depends},
97
- ${misc:Depends} ,
98
- salt-master
99
- Description: salt-syndic represents the master-of-masters for salt
104
+ Depends: ${misc :Depends},
105
+ python ,
106
+ salt-master (>= ${source:Version})
107
+ Description: This package represents the master-of-masters for salt
100
108
This package is a powerful remote execution manager that can be used
101
109
to administer servers in a fast and efficient way.
102
110
.
@@ -111,5 +119,5 @@ Description: salt-syndic represents the master-of-masters for salt
111
119
Between the remote execution system, and state management Salt addresses
112
120
the backbone of cloud and data center management.
113
121
.
114
- This particular package provides the master of masters for salt-- it enables the management
115
- of multiple masters at a time.
122
+ This particular package provides the master of masters for salt-- it enables
123
+ the management of multiple masters at a time.
0 commit comments