Package: jsonlint
Version: 1.3.1
Severity: normal

The UPSTREAM version parsing

  UPSTREAM := $(shell head -1 debian/changelog | sed
  's/.*(//;s/-.?*).*//')

breaks when a backport version number, such as 1.3.1-2~toollabs1+1 is
used.

As workaround, I changed the sed call to

    (...) | sed 's/.*(//' | sed 's/).*//'

after which I can build the package.

-- System Information:
Debian Release: jessie/sid

Reply via email to