Bug#350728: dh-make-perl: Descriptions with linefeeds result in syntax error in control file

2006-02-03 Thread Adam =?UTF-8?Q?Sj=C3=B8gren
On Tue, 31 Jan 2006 19:52:08 +0200, Damyan wrote: [I wonder why I never got this by email; oh well] +$desc=~s/\n\S/ /gs; The above pattern elliminates any non-space after the linefeed. You are right, I wasn't thinking. How about ``/\n(?=\S)/ /gs'' ? What I wanted to write was:

Bug#350728: dh-make-perl: Descriptions with linefeeds result in syntax error in control file

2006-01-31 Thread Adam Sjøgren
Package: dh-make-perl Version: 0.20 Severity: normal Tags: patch Some modules get descriptions with linefeeds in them - this fools dh-make-perl into making invalid debian/control-files (the Description field is not indented correctly). Please consider applying the attached patch or some other

Bug#350728: dh-make-perl: Descriptions with linefeeds result in syntax error in control file

2006-01-31 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam Sjøgren wrote: Package: dh-make-perl Version: 0.20 Severity: normal Tags: patch Some modules get descriptions with linefeeds in them - this fools dh-make-perl into making invalid debian/control-files (the Description field is not