diff options
| author | maximilian attems <maks@debian.org> | 2010-04-05 07:42:45 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2010-04-05 07:42:45 +0200 |
| commit | b07403cfe4d525574aab719bd83c231fe5f7687e (patch) | |
| tree | 96b98f7789093ef5d2831148daef1221c6539adc | |
| parent | 98ff14e976919ade0ab211a7cd882c7e4c48b2b2 (diff) | |
| download | initramfs-tools-b07403cfe4d525574aab719bd83c231fe5f7687e.tar.gz initramfs-tools-b07403cfe4d525574aab719bd83c231fe5f7687e.zip | |
debian/control: Add a breaks cryptsetup.
see 576488, for report.
Signed-off-by: maximilian attems <maks@debian.org>
| -rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 6580c78..42b68e0 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +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) Provides: linux-initramfs-tool Description: tools for generating an initramfs This package contains tools to create and boot an initramfs for packaged 2.6 |
