diff options
author | maximilian attems <maks@debian.org> | 2010-04-06 15:49:33 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2010-04-06 16:17:44 +0200 |
commit | 60d58df3065c796c8e60602568ca5130c489fb78 (patch) | |
tree | 6657f5157957e58ea0874b2b3e40771214c86976 /debian | |
parent | 27a9b05eb7d067023c48524dfa86de86a508e639 (diff) | |
download | initramfs-tools-60d58df3065c796c8e60602568ca5130c489fb78.tar.gz initramfs-tools-60d58df3065c796c8e60602568ca5130c489fb78.zip |
debian/control: Fix Breaks version comparison
needs to include current sid versions.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4fee5e5..81a329c 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) +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 |