This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository libfastutil-java.
commit 98bf2668bafb29e72e0256e52428a76996910125 Author: tony mancill <[email protected]> Date: Sun Jul 10 10:19:45 2016 -0700 provide maven artifacts for fastutil.jar add debian/libfastutil-java.poms build-dep on maven-repo-helper update debian/rules to invoke jh_maven_repo_helper Also see: https://anonscm.debian.org/cgit/pkg-java/maven-repo-helper.git/tree/doc/tutorial.txt#n166 --- debian/control | 3 ++- debian/libfastutil-java.poms | 1 + debian/rules | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index f685219..a537662 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Priority: optional Build-Depends: debhelper (>= 9), javahelper, default-jdk, - ant + ant, + maven-repo-helper Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libfastutil-java.git Vcs-Git: git://anonscm.debian.org/pkg-java/libfastutil-java.git diff --git a/debian/libfastutil-java.poms b/debian/libfastutil-java.poms new file mode 100644 index 0000000..767673e --- /dev/null +++ b/debian/libfastutil-java.poms @@ -0,0 +1 @@ +pom.xml --usj-name=fastutil diff --git a/debian/rules b/debian/rules index ed95a3b..db5665f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # DH_VERBOSE := 1 %: - dh $@ --with javahelper + dh $@ --with javahelper --with jh_maven_repo_helper override_dh_auto_clean: mkdir -p build @@ -12,7 +12,7 @@ override_dh_auto_clean: rm -rf build dist docs find src/it/unimi/dsi/fastutil -name "*.[ch]" -delete # delete auto-generated *.java files. - # Attention: This + # Attention: This # find src/it/unimi/dsi/fastutil -mindepth 2 -name "*.java" -delete # does not work because files in /io need to remain find \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libfastutil-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

