Bug#443709: FTBFS: Does not handle comments starting with #

2007-09-23 Thread Matt Kraai
Package: console-setup
Version: 1.18
Severity: serious

console-setup fails because it does not handle files that have
comments beginning with #:

./ckbcomp: instead of #ཨ༁ྸༀkeyAE01{[0x1000f21,0x1000f2a,0x1000 in cn 
expected };.

The attached patch fixes this problem.

-- 
Matt
diff -ru console-setup-1.18~/Keyboard/ckbcomp 
console-setup-1.18/Keyboard/ckbcomp
--- console-setup-1.18~/Keyboard/ckbcomp2007-09-23 08:08:49.0 
-0700
+++ console-setup-1.18/Keyboard/ckbcomp 2007-09-23 07:42:27.0 -0700
@@ -2532,6 +2532,7 @@
 while (FILE) {
chop;
s{//.*}{};
+   s{#.*}{};
$string = $string . $_ .' ';
 }
 close FILE;


Bug#443709: FTBFS: Does not handle comments starting with #

2007-09-23 Thread Christian Perrier
Quoting Matt Kraai ([EMAIL PROTECTED]):
 Package: console-setup
 Version: 1.18
 Severity: serious
 
 console-setup fails because it does not handle files that have
 comments beginning with #:


Anyone objecting to /me committing Matt's patch?




signature.asc
Description: Digital signature


Bug#443709: FTBFS: Does not handle comments starting with #

2007-09-23 Thread Christian Perrier
  console-setup fails because it does not handle files that have
  comments beginning with #:
 
 
 Anyone objecting to /me committing Matt's patch?


Well, Anton was quicker than me..:)



signature.asc
Description: Digital signature


Bug#443709: FTBFS: Does not handle comments starting with #

2007-09-23 Thread Anton Zinoviev
On Sun, Sep 23, 2007 at 08:09:31PM +0200, Christian Perrier wrote:
  
  console-setup fails because it does not handle files that have
  comments beginning with #:
 
 Anyone objecting to /me committing Matt's patch?

I have just uploaded the package.

Anton Zinoviev



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]