[linux] 08/08: linux-headers: Make postinst script less verbose (see: #734266)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Jan 27 19:54:58 UTC 2016


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

benh pushed a commit to branch master
in repository linux.

commit 3106c3977cf8e0679adab0a63fd131ca7eed7c1a
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Wed Jan 27 00:57:00 2016 +0000

    linux-headers: Make postinst script less verbose (see: #734266)
---
 debian/changelog                     | 1 +
 debian/templates/headers.postinst.in | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cd140a3..13c6f8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ linux (4.4-1~exp2) UNRELEASED; urgency=medium
   * [mips*] linux-image: Remove debconf question for requirement of initramfs
   * linux-image: Remove unnecessary debconf initialisations
   * linux-{headers,image}: Remove support for version-specific hooks
+  * linux-headers: Make postinst script less verbose (see: #734266)
 
  -- Ian Campbell <ijc at debian.org>  Sat, 23 Jan 2016 08:23:05 +0000
 
diff --git a/debian/templates/headers.postinst.in b/debian/templates/headers.postinst.in
index 68b7ec7..c13e6dc 100644
--- a/debian/templates/headers.postinst.in
+++ b/debian/templates/headers.postinst.in
@@ -8,8 +8,7 @@ $|=1;
 my $version  = "@abiname@@localversion@";
 
 if (-d "/etc/kernel/header_postinst.d") {
-  print STDERR "Examining /etc/kernel/header_postinst.d.\n";
-  system ("run-parts --verbose --exit-on-error --arg=$version " .
+  system ("run-parts --report --exit-on-error --arg=$version " .
           "/etc/kernel/header_postinst.d") &&
             die "Failed to process /etc/kernel/header_postinst.d";
 }

-- 
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