diff options
author | maximilian attems <maks@debian.org> | 2005-12-05 17:26:23 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-12-05 17:26:23 +0100 |
commit | 3b5cba6582b27a688d11ea5bc961470869bb6061 (patch) | |
tree | 897ca085135267339e88fb100c7551421b3004bb | |
parent | efc90bbb5f64353714175bb4b2225422f3de86b2 (diff) | |
download | initramfs-tools-3b5cba6582b27a688d11ea5bc961470869bb6061.tar.gz initramfs-tools-3b5cba6582b27a688d11ea5bc961470869bb6061.zip |
missed the newer udev depend on previous change.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 132693a..ee26d30 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.6.2.0 Package: initramfs-tools Architecture: all -Depends: klibc-utils (>= 1.0.14-1ubuntu2), busybox (>= 1:1.01-3), cpio, udev (>= 0.076-3) +Depends: klibc-utils (>= 1.0.14-1ubuntu2), busybox (>= 1:1.01-3), cpio, udev (>= 0.076-5) Provides: linux-initramfs-tool Description: tools for generating an initramfs This package contains tools to create and boot an initramfs for prepackaged |