diff options
author | maximilian attems <max@stro.at> | 2007-12-26 00:44:13 +0100 |
---|---|---|
committer | maximilian attems <max@stro.at> | 2007-12-26 00:50:20 +0100 |
commit | 7f89641f3d32dbad8b2367cad26b4d2b9f249e15 (patch) | |
tree | 7c14bffd69e0f24d15acde3595dcae4301299226 /debian/control | |
parent | 1b59ebff6e7ea5e7ff58129362e127cf2fb81c6f (diff) | |
download | initramfs-tools-7f89641f3d32dbad8b2367cad26b4d2b9f249e15.tar.gz initramfs-tools-7f89641f3d32dbad8b2367cad26b4d2b9f249e15.zip |
debian/control: Add versioned depends on findutils. (closes: #450888)
it seems backport of current iniramfs-toosl together
with linux-images is more frequent then expected.
thus just declare that you need newer findutils then sarge available.
this can be kicked after lenny release.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4a3be89..d27fe03 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ XS-Vcs-Browser: http://git.debian.org/?p=kernel/initramfs-tools.git Package: initramfs-tools Architecture: all Recommends: busybox (>= 1:1.01-3) | busybox-initramfs -Depends: klibc-utils (>= 1.5.6-1), cpio, module-init-tools, udev (>= 0.086-1) +Depends: klibc-utils (>= 1.5.6-1), cpio, module-init-tools, udev (>= 0.086-1), findutils (>= 4.2.24) Provides: linux-initramfs-tool Description: tools for generating an initramfs This package contains tools to create and boot an initramfs for packaged 2.6 |