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.
smime.p7s
Description: S/MIME cryptographic signature
__ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

