Add invirt-ssh-config as a dependency for all of the XVM metapackages.
authorEvan Broder <broder@mit.edu>
Thu, 7 Jan 2010 20:02:39 +0000 (15:02 -0500)
committerEvan Broder <broder@mit.edu>
Thu, 7 Jan 2010 20:02:39 +0000 (15:02 -0500)
Except for xvm-console, since invirt-console-server already builds on
invirt-ssh-config.

svn path=/trunk/packages/xvm-meta/; revision=2866

debian/changelog
debian/control

index fed1e53..30dcba4 100644 (file)
@@ -1,3 +1,11 @@
+xvm-meta (0.0.5) unstable; urgency=low
+
+  * We want GSSAPI authentication configured on all of our servers, so
+    have everything depend on invirt-ssh-config (except for the console
+    server, which already has GSSAPI configured by invirt-console-server).
+
+ -- Evan Broder <broder@mit.edu>  Thu, 07 Jan 2010 15:00:47 -0500
+
 xvm-meta (0.0.4) unstable; urgency=low
 
   * Add xvm-authz-locker to the master server.
index d166e50..8eec8ef 100644 (file)
@@ -8,7 +8,8 @@ Standards-Version: 3.8.0
 Package: xvm-host
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-host-master,
- xvm-munin-host-config, invirt-cluster-config, xvm-iscsi-config, xvm-misc-config
+ xvm-munin-host-config, invirt-cluster-config, xvm-iscsi-config,
+ xvm-misc-config, invirt-ssh-config
 Description: Metapackage for XVM hosts
  This package installs the necessary software to run an XVM host.
 
@@ -16,7 +17,7 @@ Package: xvm-master
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-database-server,
  invirt-dev, invirt-web, xvm-munin-master-config, xvm-db-backup,
- xvm-misc-config, xvm-authz-locker
+ xvm-misc-config, xvm-authz-locker, invirt-ssh-config
 Description: Metapackage for the XVM master VM
  This package installs the necessary software for the XVM master VM,
  which includes the database server and the web server.
@@ -32,7 +33,7 @@ Description: Metapackage for the XVM console VM
 Package: xvm-remote
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-remote-server,
- xvm-munin-remote-config, xvm-misc-config
+ xvm-munin-remote-config, xvm-misc-config, invirt-ssh-config
 Description: Metapackage for the VM remote VM
  This package installs the necessary software for the XVM remctl proxy.