Add a missing invirt-base dependency to the xvm-munin-config packages.
authorEvan Broder <broder@mit.edu>
Sun, 31 Jan 2010 20:44:10 +0000 (15:44 -0500)
committerEvan Broder <broder@mit.edu>
Sun, 31 Jan 2010 20:44:10 +0000 (15:44 -0500)
This missing dependency would manifest as xvm-munin-config's postinsts
running before invirt-base's, meaning that invirt-base hadn't yet
re-activated its Python modules.

svn path=/trunk/packages/xvm-munin-config/; revision=2970

debian/changelog
debian/control

index c2b1ee7..f7fc30e 100644 (file)
@@ -1,3 +1,9 @@
+xvm-munin-config (0.0.11) unstable; urgency=low
+
+  * Add missing invirt-base dependency to all xvm-munin-config packages.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 31 Jan 2010 15:40:55 -0500
+
 xvm-munin-config (0.0.10) unstable; urgency=low
 
   * Make the munin-node.conf Mako template render even if no monitoring
 xvm-munin-config (0.0.10) unstable; urgency=low
 
   * Make the munin-node.conf Mako template render even if no monitoring
index a7aaa56..996e1da 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.7.2
 
 Package: xvm-munin-host-config
 Architecture: all
 
 Package: xvm-munin-host-config
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, munin-node, adduser, smartmontools
+Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-base, munin-node, adduser, smartmontools
 Provides: ${diverted-files}
 Conflicts: ${diverted-files}
 Description: Configure Munin monitoring on XVM hosts
 Provides: ${diverted-files}
 Conflicts: ${diverted-files}
 Description: Configure Munin monitoring on XVM hosts
@@ -18,7 +18,7 @@ Description: Configure Munin monitoring on XVM hosts
 
 Package: xvm-munin-master-config
 Architecture: all
 
 Package: xvm-munin-master-config
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, munin-node, adduser, libdbd-pg-perl
+Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-base, munin-node, adduser, libdbd-pg-perl
 Provides: ${diverted-files}
 Conflicts: ${diverted-files}
 Description: Configure Munin monitoring on XVM master server
 Provides: ${diverted-files}
 Conflicts: ${diverted-files}
 Description: Configure Munin monitoring on XVM master server
@@ -30,7 +30,7 @@ Description: Configure Munin monitoring on XVM master server
 
 Package: xvm-munin-remote-config
 Architecture: all
 
 Package: xvm-munin-remote-config
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, munin-node, adduser
+Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-base, munin-node, adduser
 Provides: ${diverted-files}
 Conflicts: ${diverted-files}
 Description: Configure Munin monitoring on XVM remote servers
 Provides: ${diverted-files}
 Conflicts: ${diverted-files}
 Description: Configure Munin monitoring on XVM remote servers
@@ -41,7 +41,7 @@ Description: Configure Munin monitoring on XVM remote servers
 
 Package: xvm-munin-console-config
 Architecture: all
 
 Package: xvm-munin-console-config
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, munin-node, adduser
+Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-base, munin-node, adduser
 Provides: ${diverted-files}
 Conflicts: ${diverted-files}
 Description: Configure Munin monitoring on XVM console server
 Provides: ${diverted-files}
 Conflicts: ${diverted-files}
 Description: Configure Munin monitoring on XVM console server