This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository ivyplusplus.
commit 8c67e5cbcbc5823f6f828a31c91b51a5ef0dee95 Author: Markus Koschany <[email protected]> Date: Mon Feb 8 21:04:44 2016 +0100 Remove ${java:Depends} substvar because we do not use javahelper. --- debian/changelog | 18 +++++++++++++++++- debian/control | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6cf059c..cf5a106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,25 @@ +ivyplusplus (1.14-3) unstable; urgency=medium + + * Team upload. + * Build with --parallel. + * d/rules: Use $(CURDIR) instead of pwd. + * Add cmdreader, libjarjar-java and liblombok-java to Build-Depends. + * debian/build.xml fixes: + - Embed cmdreader classes into ivyplusplus and fix runtime error due + to missing classes. + - Add rule pattern for cmdreader. + - Do not exclude createProject classes. + - Set source target to 1.6. + * Remove ${java:Depends} substvar because we do not use javahelper. + + -- Markus Koschany <[email protected]> Mon, 08 Feb 2016 21:00:13 +0100 + ivyplusplus (1.14-2) unstable; urgency=medium [ Andreas Tille ] * Team upload * Add watch file - + [ Hans-Christoph Steiner ] * Make sure to remove ide references in ant file diff --git a/debian/control b/debian/control index d312f72..1f87e23 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/ivyplusplus.git Package: ivyplusplus Architecture: all -Depends: ${java:Depends}, ${misc:Depends} +Depends: ${misc:Depends} Description: Adds features to ivy for creating projects ivyplusplus (ipp) adds a few useful features to ivy, such as creating an eclipse project from your deps. Aside from ivy itself, you get a -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ivyplusplus.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

