Bug#517344: mkinitramfs-kpkg misspells deprecation as depreciation

2009-03-01 Thread maximilian attems
On Thu, 26 Feb 2009, Matt Kraai wrote:

 Package: initramfs-tools
 Version: 0.93
 Severity: minor
 Tags: patch
 
 mkinitramfs-kpkg outputs the following warning:
 
  Depreciation WARNING: use update-initramfs(8)
 
 Depreciation should be Deprecation.

thanks, applied to git master.

-- 
maks



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#517344: mkinitramfs-kpkg misspells deprecation as depreciation

2009-02-26 Thread Matt Kraai
Package: initramfs-tools
Version: 0.93
Severity: minor
Tags: patch

mkinitramfs-kpkg outputs the following warning:

 Depreciation WARNING: use update-initramfs(8)

Depreciation should be Deprecation.

-- 
Matt http://ftbfs.org/
diff -ru initramfs-tools-0.93~/mkinitramfs-kpkg 
initramfs-tools-0.93/mkinitramfs-kpkg
--- initramfs-tools-0.93~/mkinitramfs-kpkg  2009-02-26 20:35:23.0 
-0800
+++ initramfs-tools-0.93/mkinitramfs-kpkg   2009-02-26 20:35:42.0 
-0800
@@ -95,7 +95,7 @@
;;
 esac
 
-echo Depreciation WARNING: use update-initramfs(8) 2
+echo Deprecation WARNING: use update-initramfs(8) 2
 
 # linux-image installs latest version
 mkinitramfs -o ${outfile} ${version}