[Pkg-ganeti-devel] [ganeti] 05/07: Turn ganeti-htools into recommends with strict versioning
Apollon Oikonomopoulos
apoikos-guest at alioth.debian.org
Sat Oct 19 20:35:46 UTC 2013
This is an automated email from the git hooks/post-receive script.
apoikos-guest pushed a commit to branch experimental
in repository ganeti.
commit 0929773211f58ca7b564fe499d661b451a2fdc19
Author: Apollon Oikonomopoulos <apoikos at gmail.com>
Date: Fri Oct 11 12:09:31 2013 +0300
Turn ganeti-htools into recommends with strict versioning
htools is a much more integral part of Ganeti than it used to be and user
experience is incomplete without it.
Furthermore, since compatibility between different versions of Ganeti and
htools is no longer guaranteed, we also break on older and newer htools
versions to force the same version of htools as ganeti.
---
debian/control | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index ebf72b2..b77481e 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,8 @@ Vcs-Git: git://anonscm.debian.org/pkg-ganeti/ganeti.git
Package: ganeti
Architecture: all
-Breaks: ganeti2 (<< 2.7.0-2), ganeti-htools (<< 0.3)
+Breaks: ganeti2 (<< 2.7.0-2), ganeti-htools (<< ${source:Version}),
+ ganeti-htools (>= ${source:Version}.1~)
Replaces: ganeti2 (<< 2.7.0-2)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, lvm2,
openssh-client, openssh-server, bridge-utils, iproute2, iputils-arping,
@@ -33,8 +34,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, lvm2,
ganeti-haskell (<< ${source:Version}.1~), adduser
Recommends: drbd8-utils (>= 8.0.7), qemu-system-x86 |
xen-linux-system-amd64 | xen-linux-system-686-pae,
- ganeti-instance-debootstrap, ndisc6
-Suggests: ganeti-htools, ganeti-doc
+ ganeti-instance-debootstrap, ndisc6, ganeti-htools
+Suggests: ganeti-doc
Provides: ${python:Provides}
Description: Cluster-based virtualization management software
Ganeti is a virtual server cluster management software tool built on top
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti.git
More information about the Pkg-ganeti-devel
mailing list