Hi,
while discussing with upstream the Debian package with salt they highly
suggested adding an additional dependency to the Debian package
resulting in #680410.
I updated the package and addressed some minor packaging things which
should simplify backports.
Would the following changes get an freeze exception?
cheers,
Ulrich
P.S: please CC me as I'm not subscribed
--- salt-0.10.1/debian/changelog 2012-06-22 18:57:02.000000000 +0200
+++ salt-0.10.1/debian/changelog 2012-07-09 23:15:44.000000000 +0200
@@ -1,3 +1,11 @@
+salt (0.10.1-2) unstable; urgency=low
+
+ * [bda6011] Add dmidecode to depends for salt-minion. (Closes: #680410)
+ * [ad4786e] Depend on the same salt version
+ * [671c2c3] Depend on debhelper version fixing #577040
+
+ -- Ulrich Dangel <uli@debian.org> Mon, 09 Jul 2012 23:15:27 +0200
+
salt (0.10.1-1) unstable; urgency=low
[ Ulrich Dangel ]
diff -Nru salt-0.10.1/debian/control salt-0.10.1/debian/control
--- salt-0.10.1/debian/control 2012-06-22 18:57:02.000000000 +0200
+++ salt-0.10.1/debian/control 2012-07-09 23:01:41.000000000 +0200
@@ -4,7 +4,7 @@
Maintainer: Michael Prokop <mika@debian.org>
Uploaders: Christian Hofstaedtler <christian@hofstaedtler.name>, Ulrich Dangel
<mru@spamt.net>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9.20120410~),
cython,
libzmq-dev (>= 2.1.9),
python | python-all | python-dev | python-all-dev,
@@ -55,7 +55,7 @@
Depends: ${misc:Depends},
python,
python-pkg-resources,
- salt-common (>= ${source:Version})
+ salt-common (= ${source:Version})
Description: remote manager to administer servers via salt
salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
@@ -78,9 +78,10 @@
Package: salt-minion
Architecture: all
Depends: ${misc:Depends},
+ dmidecode,
python,
python-pkg-resources,
- salt-common (>= ${source:Version})
+ salt-common (= ${source:Version})
Suggests: python-augeas
Description: client package for salt, the distributed remote execution system
salt is a powerful remote execution manager that can be used to
@@ -106,7 +107,7 @@
Depends: ${misc:Depends},
python,
python-pkg-resources,
- salt-master (>= ${source:Version})
+ salt-master (= ${source:Version})
Description: master-of-masters for salt, the distributed remote execution system
salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
Attachment:
signature.asc
Description: OpenPGP digital signature