Bug#673525: mvn-debian script fails when more than one binary package is defined

Mattias Ellert mattias.ellert at fysast.uu.se
Sat May 19 11:25:52 UTC 2012


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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5741 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20120519/d30110af/attachment-0001.bin>


More information about the pkg-java-maintainers mailing list