diff options
| author | maximilian attems <maks@debian.org> | 2006-01-04 16:12:21 +0100 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-01-04 16:12:21 +0100 |
| commit | 795eab98a8e317ba9a1252c8389517a216f830b7 (patch) | |
| tree | dc81c8e43dd1be3edf4da59f70b99f8035fc811f /debian | |
| parent | 3632a55d4a4ebc581a557600dc6e3dfad6ad5269 (diff) | |
| download | initramfs-tools-795eab98a8e317ba9a1252c8389517a216f830b7.tar.gz initramfs-tools-795eab98a8e317ba9a1252c8389517a216f830b7.zip | |
/lib/klibc-*.so moved from /usr/lib/klibc/lib/klibc-*.so
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 67d3b59..d201cff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +initramfs-tools (0.48) unstable; urgency=low + + * mkinitramfs: klibc 1.1.14 moved from /usr/lib/klibc/lib to /lib + Bonus: You can now execute any klibc bin directly. + Cope with the move and pump dep. (Closes: 345949) + + -- maximilian attems <maks@sternwelten.at> Wed, 4 Jan 2006 16:11:25 +0100 + initramfs-tools (0.47) unstable; urgency=low * mkinitramfs: Don't complain about missing /bin/sh - use rm -f. diff --git a/debian/control b/debian/control index ee26d30..463307a 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-5) +Depends: klibc-utils (>= 1.1.14-2), 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 |
