diff options
author | maximilian attems <max@stro.at> | 2008-03-30 04:03:24 +0200 |
---|---|---|
committer | maximilian attems <max@stro.at> | 2008-03-30 04:05:29 +0200 |
commit | 265ba0ac08d5cb33f7013c2820d9c8823165df54 (patch) | |
tree | aa89672f56537d568a0b03c7436a1a6468b2d18e | |
parent | 24031b44c4862f557a634eadbe532757a797de8f (diff) | |
download | initramfs-tools-265ba0ac08d5cb33f7013c2820d9c8823165df54.tar.gz initramfs-tools-265ba0ac08d5cb33f7013c2820d9c8823165df54.zip |
debian/control: Depend on latest klibc for mknod usage.
Previsous changes depend on the latest klibc,
thus bump dependency version.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3f56a0e..39a1134 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Git: git://git.debian.org/git/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), findutils (>= 4.2.24) +Depends: klibc-utils (>= 1.5.9-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 |