This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxml-security-java.
commit 0d80e4d7a72b847e314cb13ca5d9c345fdbf2703 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 26 17:54:39 2013 +0000 Added the Classpath attribute in the jar manifest --- debian/control | 2 +- debian/rules | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0d0cc6d..fb35fe9 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>, Niels Thykier <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) +Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4), javahelper Build-Depends-Indep: libmaven-dependency-plugin-java, libcommons-logging-java, libjaxp1.3-java, libxalan2-java, libxerces2-java, junit4, default-jdk-doc, libcommons-logging-java-doc, libxalan2-java-doc, libmaven-javadoc-plugin-java, libbcprov-java diff --git a/debian/rules b/debian/rules index b76c54a..030cf08 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,8 @@ include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java +binary-post-install/libxml-security-java:: + jh_classpath -plibxml-security-java + get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-security-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

