This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libgoogle-gson-java.
commit aaadd06a01b61d96f3180e3691937b851a679820 Author: Emmanuel Bourg <[email protected]> Date: Tue Aug 27 13:11:22 2013 +0200 Removed the unused build dependency on javahelper --- debian/control | 1 - debian/rules | 1 - 2 files changed, 2 deletions(-) diff --git a/debian/control b/debian/control index 07e5c56..86c03f0 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Jakub Adam <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 8~), cdbs, - javahelper, default-jdk, libmaven-javadoc-plugin-java, maven-debian-helper, diff --git a/debian/rules b/debian/rules index 9c11de4..b09920b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,6 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/javahelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgoogle-gson-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

