From: Evan Broder Date: Thu, 7 Jan 2010 20:02:39 +0000 (-0500) Subject: Add invirt-ssh-config as a dependency for all of the XVM metapackages. X-Git-Tag: 0.0.5~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-meta.git/commitdiff_plain/3c1289e1d9dcd06f9b4ad94de658c52ef4707fc6 Add invirt-ssh-config as a dependency for all of the XVM metapackages. Except for xvm-console, since invirt-console-server already builds on invirt-ssh-config. svn path=/trunk/packages/xvm-meta/; revision=2866 --- diff --git a/debian/changelog b/debian/changelog index fed1e53..30dcba4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 07 Jan 2010 15:00:47 -0500 + xvm-meta (0.0.4) unstable; urgency=low * Add xvm-authz-locker to the master server. diff --git a/debian/control b/debian/control index d166e50..8eec8ef 100644 --- a/debian/control +++ b/debian/control @@ -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.