[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#681201: unblock: salt/0.10.1-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package salt

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. For the rationale behind tightening the dependencies have a
look at <4FFB685F.5020000@debian.org>


This is the debdiff between 0.10.1-1 and 0.10.1-2:

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

unblock salt/0.10.1-2

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.4-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



Reply to: