[Bug 384597] Re: pkg_create_dbgsym doesn't cope with multi-line Depends, Suggests, etc.

2009-06-08 Thread Launchpad Bug Tracker
** Branch linked: lp:pkg-create-dbgsym

-- 
pkg_create_dbgsym doesn't cope with multi-line Depends, Suggests, etc.
https://bugs.launchpad.net/bugs/384597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 384597] Re: pkg_create_dbgsym doesn't cope with multi-line Depends, Suggests, etc.

2009-06-08 Thread Launchpad Bug Tracker
This bug was fixed in the package pkg-create-dbgsym - 0.28

---
pkg-create-dbgsym (0.28) karmic; urgency=low

  * Fix multi-line depends parsing if one field evaluates to be empty. Thanks
to Michael Biena! (LP: #384597)

 -- Martin Pitt martin.p...@ubuntu.com   Mon, 08 Jun 2009 07:57:42
+0200

** Changed in: pkg-create-dbgsym (Ubuntu)
   Status: In Progress = Fix Released

-- 
pkg_create_dbgsym doesn't cope with multi-line Depends, Suggests, etc.
https://bugs.launchpad.net/bugs/384597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 384597] Re: pkg_create_dbgsym doesn't cope with multi-line Depends, Suggests, etc.

2009-06-07 Thread Michael Bienia
Looking at the regex the negative look-ahead assertation (?! ) should
probably look for all white-space and not only  .

Using perl -p000 -e 's/^(?:Pre-
Depends|Depends|Recommends|Suggests|Conflicts|Provides|Replaces|Breaks|Essential):.*?\n(?!\s)//msg'
debian/control will result in

Package: mplayer-nogui
Architecture: any
Section: video
Description: movie player for Unix-like systems
 MPlayer plays most MPEG, VOB, AVI, Ogg/OGM, VIVO,
 [...]

which is probably the expected behaviour.

-- 
pkg_create_dbgsym doesn't cope with multi-line Depends, Suggests, etc.
https://bugs.launchpad.net/bugs/384597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 384597] Re: pkg_create_dbgsym doesn't cope with multi-line Depends, Suggests, etc.

2009-06-07 Thread Martin Pitt
Thank you! That makes sense.

** Changed in: pkg-create-dbgsym (Ubuntu)
   Importance: Undecided = Medium

** Changed in: pkg-create-dbgsym (Ubuntu)
   Status: New = In Progress

-- 
pkg_create_dbgsym doesn't cope with multi-line Depends, Suggests, etc.
https://bugs.launchpad.net/bugs/384597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs