r4381 - in dists/trunk/linux-2.6/debian: . templates

Sven Luther luther at costa.debian.org
Mon Oct 10 17:22:20 UTC 2005


Author: luther
Date: 2005-10-10 17:22:20 +0000 (Mon, 10 Oct 2005)
New Revision: 4381

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/templates/control.image.in
Log:
First step in implementing the new initramfs-tools/yaird policy. Defaulting to initramfs-tools for now.


Modified: dists/trunk/linux-2.6/debian/changelog
===================================================================
--- dists/trunk/linux-2.6/debian/changelog	2005-10-10 17:15:14 UTC (rev 4380)
+++ dists/trunk/linux-2.6/debian/changelog	2005-10-10 17:22:20 UTC (rev 4381)
@@ -18,6 +18,10 @@
   [ Sven Luther ]
   * [powerpc] Fixed apus build, now use mkvmlinuz too to generate the vmlinuz
     kernel.
+  * Fixed control.image.in to depend on :
+      initramfs-tools | yaird | linux-ramdisk-tool
+    where linux-ramdisk-tools is the virtual package provided by all
+    initrd/initramfs generating tools.
 
  -- Sven Luther <luther at debian.org>  Mon, 10 Oct 2005 10:46:55 +0200
 

Modified: dists/trunk/linux-2.6/debian/templates/control.image.in
===================================================================
--- dists/trunk/linux-2.6/debian/templates/control.image.in	2005-10-10 17:15:14 UTC (rev 4380)
+++ dists/trunk/linux-2.6/debian/templates/control.image.in	2005-10-10 17:22:20 UTC (rev 4381)
@@ -2,7 +2,7 @@
 Section: base
 Priority: optional
 Provides: linux-image, linux-image- at major@
-Depends: initrd-tools (>= 0.1.78), module-init-tools (>= 0.9.13)
+Depends: initramfs-tools | yaird | linux-ramdisk-tool, module-init-tools (>= 0.9.13)
 Conflicts: hotplug (<< 0.0.20040105-1)
 Suggests: linux-doc- at version@ | linux-source- at version@
 Description: Linux kernel @version@ image on @class@ machines




More information about the Kernel-svn-changes mailing list