This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wss4j.
commit be8d88a347dbaa63936791a291fbccd4e3b321b0 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 27 21:48:56 2017 +0200 Let maven-debian-helper populate the package dependencies --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c4ffad7..af82216 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ wss4j (1.6.15-3) UNRELEASED; urgency=medium * Added the missing build dependency on junit4 + * Let maven-debian-helper populate the package dependencies * Build with the DH sequencer instead of CDBS * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 659017c..344b1b9 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,8 @@ Homepage: http://ws.apache.org/wss4j/ Package: libwss4j-java Architecture: all -Depends: ${misc:Depends} +Depends: ${misc:Depends}, ${maven:Depends} +Suggests: ${maven:OptionalDepends} Description: Apache WSS4J WS-Security implementation Apache WSS4J is an implementation of the OASIS Web Services Security framework (WS-Security). It can be used to sign and verify SOAP Messages -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wss4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

