summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ddad11a..440bb81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,9 @@ initramfs-tools (0.27) unstable; urgency=low
* Upload to debian unstable - allows use of nondevfs kernel >= 2.6.13
with initramfs image. (Closes: #312561, #315654)
- -- maximilian attems <maks@sternwelten.at> Mon, 19 Sep 2005 15:09:26 +0200
+ * Fix busybox dependency to the relevant debian package.
+
+ -- maximilian attems <maks@sternwelten.at> Mon, 19 Sep 2005 18:14:59 +0200
initramfs-tools (0.26) breezy; urgency=low
diff --git a/debian/control b/debian/control
index 16c557d..4182659 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.6.2.0
Package: initramfs-tools
Architecture: all
-Depends: klibc-utils (>= 1.0.14-1ubuntu2), busybox-cvs-initramfs (>= 20040623-1ubuntu19), cpio, mdadm, lvm2 (>= 2.01.04-5), udev
+Depends: klibc-utils (>= 1.0.14-1ubuntu2), busybox-cvs-static (>= 20040623-1), cpio, mdadm, lvm2 (>= 2.01.04-5), udev
Description: tools for generating an initramfs
This package contains tools to create and boot an initramfs for prepackaged
2.6 Linux kernel. The initramfs is an cpio archive. At boot time, the kernel