diff options
author | maximilian attems <maks@debian.org> | 2010-04-06 15:49:33 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2010-04-06 15:49:33 +0200 |
commit | 7f65166f8e30c26961bd0b85c2491d594b4b9d94 (patch) | |
tree | 6b0c6391aa93cdaf0d50cfe58cf0756d12dc69e4 | |
parent | 61d52590d7c75300dfb82ddfcc9ec542a8de45e9 (diff) | |
download | initramfs-tools-7f65166f8e30c26961bd0b85c2491d594b4b9d94.tar.gz initramfs-tools-7f65166f8e30c26961bd0b85c2491d594b4b9d94.zip |
debian/control: Fix Breaks version comparison
needs to include current sid versions.
-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 |