diff options
| author | maximilian attems <maks@debian.org> | 2005-09-19 18:16:59 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2005-09-19 18:16:59 +0200 |
| commit | d88210509bcd6e79ab77c062ce57d99380d55718 (patch) | |
| tree | 862fcb72e1d8536945c4889027e0e64e74a5b175 | |
| parent | e82955072791604c2691fac6ae796fc26b08c8e3 (diff) | |
| download | initramfs-tools-d88210509bcd6e79ab77c062ce57d99380d55718.tar.gz initramfs-tools-d88210509bcd6e79ab77c062ce57d99380d55718.zip | |
fix debian busybox dep
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 2 |
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 |
