diff options
author | maximilian attems <maks@debian.org> | 2010-04-08 20:24:24 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2010-04-08 20:25:06 +0200 |
commit | 6112a1927281c14b040ea8dbe3207cfddb4d9d4b (patch) | |
tree | b3bc17256b768d05e3bf593d1208e6a6b59bce2b | |
parent | 5e5ec45e252b1b49b364fe38dcfca90bc90109c3 (diff) | |
download | initramfs-tools-6112a1927281c14b040ea8dbe3207cfddb4d9d4b.tar.gz initramfs-tools-6112a1927281c14b040ea8dbe3207cfddb4d9d4b.zip |
debian/control: remove findutils Breaks
newer findutils got uploaded to experimental
( and it was in principle findutils, who broke initramfs ;)
Signed-off-by: maximilian attems <maks@debian.org>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 79ffcf6..909b7da 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Package: initramfs-tools Architecture: all Recommends: busybox (>= 1:1.01-3) | busybox-initramfs Depends: klibc-utils (>= 1.5.9-1), cpio, module-init-tools, udev (>= 0.086-1), findutils (>= 4.2.24), ${misc:Depends} -Breaks: cryptsetup (<= 2:1.1.0-2), mdadm (= 3.1.1-1+incremental+4), mdadm (= 3.1.1-1+incremental+3), mdadm (= 3.1.1-1+incremental+2), mdadm (= 3.1.1-1+incremental+1), findutils (= 4.5.7-1) +Breaks: cryptsetup (<= 2:1.1.0-2), mdadm (= 3.1.1-1+incremental+4), mdadm (= 3.1.1-1+incremental+3), mdadm (= 3.1.1-1+incremental+2), mdadm (= 3.1.1-1+incremental+1) Provides: linux-initramfs-tool Description: tools for generating an initramfs This package contains tools to create and boot an initramfs for packaged 2.6 |