@@ -7,14 +7,11 @@ Build-Depends: debhelper (>= 7.0.50~),
77 cython,
88 python-yaml,
99 python-setuptools,
10- python-yaml,
1110 python-crypto,
1211 python-m2crypto,
1312 python-zmq (>= 2.1.9),
14- libzmq1 (>= 2.1.9),
1513 libzmq-dev (>= 2.1.9),
16- python (>= 2.6),
17- python-dev (>= 2.6),
14+ python-all-dev,
1815 python-jinja2
1916Standards-Version: 3.9.2
2017Homepage: http://saltstack.org
@@ -24,8 +21,20 @@ Homepage: http://saltstack.org
2421
2522Package: salt-common
2623Architecture: 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
2938Description: Shared libraries that salt requires for all packages
3039 This package is a powerful remote execution manager that can be used
3140 to administer servers in a fast and efficient way.
@@ -41,15 +50,14 @@ Description: Shared libraries that salt requires for all packages
4150 Between the remote execution system, and state management Salt addresses
4251 the backbone of cloud and data center management.
4352 .
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.
4755
4856Package: salt-master
4957Architecture: all
50- Depends: ${python :Depends},
51- ${misc:Depends} ,
52- salt-common
58+ Depends: ${misc :Depends},
59+ python ,
60+ salt-common (>= ${source:Version})
5361Description: This package provides a remote manager to administer servers via salt
5462 This package is a powerful remote execution manager that can be used
5563 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
7078
7179Package: salt-minion
7280Architecture: all
73- Depends: ${python :Depends},
74- ${misc:Depends} ,
75- salt-common
81+ Depends: ${misc :Depends},
82+ python ,
83+ salt-common (>= ${source:Version})
7684Description: This package represents the client package for salt
7785 This package is a powerful remote execution manager that can be used
7886 to administer servers in a fast and efficient way.
@@ -93,10 +101,10 @@ Description: This package represents the client package for salt
93101
94102Package: salt-syndic
95103Architecture: 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
100108 This package is a powerful remote execution manager that can be used
101109 to administer servers in a fast and efficient way.
102110 .
@@ -111,5 +119,5 @@ Description: salt-syndic represents the master-of-masters for salt
111119 Between the remote execution system, and state management Salt addresses
112120 the backbone of cloud and data center management.
113121 .
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