summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b96929f..88abe0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+initramfs-tools (0.9) breezy; urgency=low
+
+ * Unconditionally require busybox. Might revert this eventually
+ but it's too much of a pain right now do this without
+ a reasonably environment.
+
+ -- Jeff Bailey <jbailey@ubuntu.com> Thu, 16 Jun 2005 02:23:50 +0000
+
initramfs-tools (0.8) breezy; urgency=low
The "We are one in the spirit..." release
diff --git a/debian/control b/debian/control
index e2c4dbb..7222e98 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,6 @@ Standards-Version: 3.6.1
Package: initramfs-tools
Architecture: all
-Depends: klibc-utils, busybox-cvs-static, mdadm
+Depends: klibc-utils, busybox-cvs-initramfs, mdadm
Description: tools for generting an Ubuntu-style initramfs
This package generates an initramfs for an Ubuntu system.