move apticron, molly-guard dependencies to xvm metapackages from invirt-base 0.0.2
authorGreg Price <price@mit.edu>
Sat, 27 Dec 2008 04:57:33 +0000 (23:57 -0500)
committerGreg Price <price@mit.edu>
Sat, 27 Dec 2008 04:57:33 +0000 (23:57 -0500)
svn path=/trunk/packages/xvm-meta/; revision=1910

debian/changelog
debian/control

index 0d33753..6b5d0d3 100644 (file)
@@ -1,8 +1,10 @@
 xvm-meta (0.0.2) unstable; urgency=low
 
+  * factor out xvm-misc-config
+  * add apticron, molly-guard
   * trivial spelling, punctuation
 
- -- Gregory Nathan Price <Greg Price <price@mit.edu>>  Wed, 17 Dec 2008 01:00:00 -0500
+ -- Greg Price <price@mit.edu>  Fri, 26 Dec 2008 23:54:01 -0500
 
 xvm-meta (0.0.1) unstable; urgency=low
 
index 358e382..ec0d4aa 100644 (file)
@@ -8,7 +8,7 @@ Standards-Version: 3.8.0
 Package: xvm-host
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-host-master,
- xvm-mail-config, xvm-munin-host-config
+ xvm-munin-host-config, xvm-misc-config
 Description: Metapackage for XVM hosts
  This package installs the necessary software to run an XVM host.
 
@@ -16,7 +16,7 @@ Package: xvm-master
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-database-server,
  invirt-dev, invirt-web,
- xvm-db-backup, xvm-mail-config, xvm-munin-master-config
+ xvm-munin-master-config, xvm-db-backup, xvm-misc-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.
@@ -24,7 +24,7 @@ Description: Metapackage for the XVM master VM
 Package: xvm-console
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-console-server,
- xvm-mail-config, xvm-munin-console-config
+ xvm-munin-console-config, xvm-misc-config
 Description: Metapackage for the XVM console VM
  This package installs the necessary software for the XVM console
  server.
@@ -32,6 +32,12 @@ Description: Metapackage for the XVM console VM
 Package: xvm-remote
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-remote-server,
- xvm-mail-config, xvm-munin-remote-config
+ xvm-munin-remote-config, xvm-misc-config
 Description: Metapackage for the VM remote VM
  This package installs the necessary software for the XVM remctl proxy.
+
+Package: xvm-misc-config
+Architecture: all
+Depends: xvm-mail-config, molly-guard, apticron
+Description: Miscellaneous XVM configuration
+ This package configures some things every XVM machine needs.