This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository args4j.
commit e4205adc4e1375e7a125acfc77fcd5fdb70b8886 Author: tony mancill <[email protected]> Date: Thu Oct 24 22:29:23 2013 -0700 build-dep on libmaven-shade-plugin-java --- debian/changelog | 4 ++++ debian/control | 1 + 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index d849205..9116b6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ args4j (2.0.25-1) unstable; urgency=low + [ Emmanuel Bourg ] * Team upload. * New upstream release - New build dependency on libmockito-java @@ -14,6 +15,9 @@ args4j (2.0.25-1) unstable; urgency=low * debian/watch: Updated to watch the new release tags on Github * Removed debian/orig-tar.sh and use the tarball from Github directly + [ tony mancill ] + * Add build dependency on libmaven-shade-plugin-java + -- Emmanuel Bourg <[email protected]> Thu, 24 Oct 2013 10:59:33 +0200 args4j (2.0.16-2) unstable; urgency=low diff --git a/debian/control b/debian/control index d196fe0..1890827 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends-Indep: ant, libmaven-install-plugin-java, libmaven-jar-plugin-java (>= 2.2), libmaven-javadoc-plugin-java, + libmaven-shade-plugin-java, libmockito-java Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/args4j.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/args4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

