Move a Pre-Depends to a Depends
authorEvan Broder <broder@mit.edu>
Wed, 26 Nov 2008 04:16:00 +0000 (23:16 -0500)
committerEvan Broder <broder@mit.edu>
Wed, 26 Nov 2008 04:16:00 +0000 (23:16 -0500)
svn path=/trunk/packages/xvm-munin-config/; revision=1780

debian/changelog
debian/control

index b733887..da21f63 100644 (file)
@@ -1,10 +1,14 @@
 xvm-munin-config (0.0.5) unstable; urgency=low
 
+  [ Quentin Smith ]
   * Fix typos in xen_cpu script for XenAPI code
   * Bump theoretical CPU max to 64x
   * Show domain CPU weight and cap if available
 
- -- Quentin Smith <quentin@mit.edu>  Tue, 25 Nov 2008 22:46:12 -0500
+  [ Evan Broder ]
+  * Move the unnecessary Pre-Depends to a Depends
+
+ -- Evan Broder <broder@mit.edu>  Tue, 25 Nov 2008 23:13:36 -0500
 
 xvm-munin-config (0.0.4) unstable; urgency=low
 
index de5f717..42a20f2 100644 (file)
@@ -7,8 +7,7 @@ Standards-Version: 3.7.2
 
 Package: xvm-munin-host-config
 Architecture: all
-Pre-Depends: smartmontools
-Depends: ${shlibs:Depends}, ${misc:Depends}, munin-node, adduser
+Depends: ${shlibs:Depends}, ${misc:Depends}, munin-node, adduser, smartmontools
 Description: Configure Munin monitoring on XVM hosts
  Configure the munin-node daemon on all XVM servers. Each server gets
  a set of plugins configured based on its function.