[linux] 01/01: Fix typo in image.plain.postinst template

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Oct 31 18:15:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository linux.

commit ea6cccbad961ad158ddfad804d595661da0d3832
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Oct 31 19:12:59 2015 +0100

    Fix typo in image.plain.postinst template
    
    Add missing space in warn message causing typo "dangling linkto".
    
    Thanks: Jakub Wilk <jwilk at debian.org>
    
    Closes: #803323
---
 debian/changelog                         | 6 ++++++
 debian/templates/image.plain.postinst.in | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4a3ea79..a96bb7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
 linux (4.3~rc7-1~exp2) UNRELEASED; urgency=medium
 
+  [ Ben Hutchings ]
   * netfilter: Enable NFT_DUP_IPV4, NFT_DUP_IPV6 as modules (Closes: #803370)
 
+  [ Salvatore Bonaccorso ]
+  * Fix typo in image.plain.postinst template.
+    Add missing space in warn message causing typo "dangling linkto".
+    Thanks to Jakub Wilk <jwilk at debian.org> (Closes: #803323)
+
  -- Ben Hutchings <ben at decadent.org.uk>  Thu, 29 Oct 2015 21:26:52 +0000
 
 linux (4.3~rc7-1~exp1) experimental; urgency=medium
diff --git a/debian/templates/image.plain.postinst.in b/debian/templates/image.plain.postinst.in
index 439d4b8..5551895 100755
--- a/debian/templates/image.plain.postinst.in
+++ b/debian/templates/image.plain.postinst.in
@@ -198,7 +198,7 @@ sub move_p {
 
   if (!defined($vmlinuz_target) || ! -f "$real_target") {
     # what, a dangling symlink?
-    warn "The link "  . $image_dest . "$kimage is a dangling link" .
+    warn "The link "  . $image_dest . "$kimage is a dangling link " .
       "to $real_target\n";
     $force_move = 1;
     return $force_move;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list