r4461 - in dists/trunk/utils/initramfs-tools: . debian

Bastian Blank waldi at costa.debian.org
Fri Oct 14 12:55:51 UTC 2005


Author: waldi
Date: 2005-10-14 12:55:51 +0000 (Fri, 14 Oct 2005)
New Revision: 4461

Modified:
   dists/trunk/utils/initramfs-tools/debian/changelog
   dists/trunk/utils/initramfs-tools/debian/control
   dists/trunk/utils/initramfs-tools/mkinitramfs
Log:
* debian/changelog: Update.
* debian/control, mkinitramfs: Use mklibs-copy.


Modified: dists/trunk/utils/initramfs-tools/debian/changelog
===================================================================
--- dists/trunk/utils/initramfs-tools/debian/changelog	2005-10-14 10:11:07 UTC (rev 4460)
+++ dists/trunk/utils/initramfs-tools/debian/changelog	2005-10-14 12:55:51 UTC (rev 4461)
@@ -2,7 +2,7 @@
 
   [ Bastian Blank ]
   * Use new busybox. (closes: #333755)
-  * Use mklibs-small.
+  * Use mklibs-copy.
 
   [ Sven Luther ]
   * Added --supported-(host|target)-version support for the new post-2.6.13

Modified: dists/trunk/utils/initramfs-tools/debian/control
===================================================================
--- dists/trunk/utils/initramfs-tools/debian/control	2005-10-14 10:11:07 UTC (rev 4460)
+++ dists/trunk/utils/initramfs-tools/debian/control	2005-10-14 12:55:51 UTC (rev 4461)
@@ -8,7 +8,7 @@
 
 Package: initramfs-tools
 Architecture: all
-Depends: klibc-utils (>= 1.0.14-1ubuntu2), busybox (>= 1:1.01-3), cpio, mdadm, lvm2 (>= 2.01.04-5), udev (>= 0.070-3), mklibs-small
+Depends: klibc-utils (>= 1.0.14-1ubuntu2), busybox (>= 1:1.01-3), cpio, mdadm, lvm2 (>= 2.01.04-5), udev (>= 0.070-3), mklibs-cpüy
 Provides: linux-ramdisk-tool
 Description: tools for generating an initramfs
  This package contains tools to create and boot an initramfs for prepackaged

Modified: dists/trunk/utils/initramfs-tools/mkinitramfs
===================================================================
--- dists/trunk/utils/initramfs-tools/mkinitramfs	2005-10-14 10:11:07 UTC (rev 4460)
+++ dists/trunk/utils/initramfs-tools/mkinitramfs	2005-10-14 12:55:51 UTC (rev 4461)
@@ -172,7 +172,7 @@
 # LVM
 cp /lib/lvm-200/vgchange ${DESTDIR}/sbin
 
-mklibs-small -d ${DESTDIR}/lib --root=${DESTDIR} $(find ${DESTDIR} -type f -perm +0111 -o -name '*.so')
+mklibs-copy -d ${DESTDIR}/lib --root=${DESTDIR} $(find ${DESTDIR} -type f -perm +0111 -o -name '*.so')
 
 ln -s /usr/lib/klibc/bin/* ${DESTDIR}/bin
 ln -s /usr/lib/klibc/lib/* ${DESTDIR}/lib




More information about the Kernel-svn-changes mailing list