[kernel] r15001 - in dists/trunk/linux-2.6/debian: . templates/temp.image.plain

Ben Hutchings benh at alioth.debian.org
Tue Jan 26 03:17:09 UTC 2010


Author: benh
Date: Tue Jan 26 03:17:07 2010
New Revision: 15001

Log:
postinst: Enable escape sequences in debconf notes (Closes: #566539)

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Tue Jan 26 01:39:34 2010	(r15000)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Jan 26 03:17:07 2010	(r15001)
@@ -48,6 +48,7 @@
   * Add stable release 2.6.32.6
   * clockevent: Don't remove broadcast device on halt or CPU hotplug
     (Closes: #566547)
+  * postinst: Enable escape sequences in debconf notes (Closes: #566539)
 
   [ Ian Campbell ]
   * xen: Enable up to 32G of guest memory on i386.

Modified: dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst	Tue Jan 26 01:39:34 2010	(r15000)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst	Tue Jan 26 03:17:07 2010	(r15001)
@@ -5,7 +5,7 @@
 use Debconf::Client::ConfModule qw(:all);
 use POSIX ();
 version('2.0');
-my $capb=capb("backup");
+my $capb = capb('backup', 'escape');
 
 $|=1;
 



More information about the Kernel-svn-changes mailing list