diff options
author | maximilian attems <maks@debian.org> | 2007-07-28 18:57:55 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2007-07-28 18:57:55 +0200 |
commit | bc7a264c033d8236a7e2672b0165493f59878b54 (patch) | |
tree | 29942f2c3e4b0ddb6a326fcf9d929817cdb0ef05 | |
parent | b7ccd08326806dd1c46448610a77f6a2e015c5d4 (diff) | |
download | initramfs-tools-bc7a264c033d8236a7e2672b0165493f59878b54.tar.gz initramfs-tools-bc7a264c033d8236a7e2672b0165493f59878b54.zip |
control: tighten dep on klibc-utils
we need the etch version at least, so bump.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index bf883bc..d3b579d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,11 +3,13 @@ initramfs-tools (0.90) UNRELEASED; urgency=low * hook-functions: Fix xen i386 boots with optimized 2.5. (closes: 420754) Thanks Marco Nenciarini <mnencia@debian.org> for patch. - -- maximilian attems <maks@debian.org> Wed, 04 Jul 2007 00:45:20 +0200 + * debian/control: Bump dep on klibc-utils from etch. (closes: 435031) + + -- maximilian attems <maks@debian.org> Sat, 28 Jul 2007 18:56:36 +0200 initramfs-tools (0.89) unstable; urgency=low - Release "L'électeur c'est notoire N'a pas tout' sa raison" + Release "L'\xE9lecteur c'est notoire N'a pas tout' sa raison" [ Joey Hess ] * mkinitramfs: Include libgcc_s.so.1 on arm since glibc always tries to load diff --git a/debian/control b/debian/control index da8730f..6a621e9 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2.2 Package: initramfs-tools Architecture: all -Depends: klibc-utils (>= 1.4.19-2), busybox (>= 1:1.01-3) | busybox-initramfs, cpio, module-init-tools, udev (>= 0.086-1) +Depends: klibc-utils (>= 1.4.34-1), busybox (>= 1:1.01-3) | busybox-initramfs, cpio, module-init-tools, udev (>= 0.086-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 |