diff options
| author | maximilian attems <maks@debian.org> | 2010-04-06 09:16:39 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2010-04-06 09:16:39 +0200 |
| commit | 61d52590d7c75300dfb82ddfcc9ec542a8de45e9 (patch) | |
| tree | ffe3931eb8ec505a299d19fc778881a0fff8a3d1 | |
| parent | a2a786f8bad3e1e3ed089c3c68addd9619c4c1ca (diff) | |
| download | initramfs-tools-61d52590d7c75300dfb82ddfcc9ec542a8de45e9.tar.gz initramfs-tools-61d52590d7c75300dfb82ddfcc9ec542a8de45e9.zip | |
debian/control: Add a breaks mdadm
hadn't checked that boot script before upload, see #576641.
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 42b68e0..4fee5e5 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) +Breaks: cryptsetup (<< 2:1.1.0-2), mdadm (<< 3.1.1-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 |
