Package: maven-debian-helper
Version: 1.5.1
Severity: normal

The mvn-debian script fails when more than one binary package is defined
in debian/control. The reason is the following line:

  JAR_PACKAGE=$(dh_listpackages | awk '{ print $1 }')

Which should be:

  JAR_PACKAGE=$(dh_listpackages | head -1)

as in the other maven helper scripts.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to