[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#32210: dpkg-dev: parsechangelog cannot handle one character package names



reassign 32210 dpkg-dev
retitle 32210 Bug#32210: dpkg-dev: parsechangelog cannot handle one character package names
thanks

> Trying to build a .deb archive of our "m" package
> (http://www.phy.hw.ac.uk/~karsten/M/),
> build complains about files in debian/ being ill-formatted.

The bug is in /usr/lib/dpkg/parsechangelog/debian, where line 54 should
be corrected to read:

-    if (m/^(\w[-+0-9a-z.]+) \(([^\(\) \t]+)\)((\s+[-0-9a-z]+)+)\;/i) {
+    if (m/^(\w[-+0-9a-z.]*) \(([^\(\) \t]+)\)((\s+[-0-9a-z]+)+)\;/i) {

   Julian

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

            Julian Gilbey             Email: J.D.Gilbey@qmw.ac.uk
       Dept of Mathematical Sciences, Queen Mary & Westfield College,
                  Mile End Road, London E1 4NS, ENGLAND
      -*- Finger jdg@goedel.maths.qmw.ac.uk for my PGP public key. -*-


Reply to: