Codebase list libfastutil-java / e0a967f
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 tony mancill 7 years ago
3 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
55 Build-Depends: debhelper (>= 9),
66 javahelper,
77 default-jdk,
8 ant
8 ant,
9 maven-repo-helper
910 Standards-Version: 3.9.8
1011 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libfastutil-java.git
1112 Vcs-Git: git://anonscm.debian.org/pkg-java/libfastutil-java.git
0 pom.xml --usj-name=fastutil
22 # DH_VERBOSE := 1
33
44 %:
5 dh $@ --with javahelper
5 dh $@ --with javahelper --with jh_maven_repo_helper
66
77 override_dh_auto_clean:
88 mkdir -p build
1111 rm -rf build dist docs
1212 find src/it/unimi/dsi/fastutil -name "*.[ch]" -delete
1313 # delete auto-generated *.java files.
14 # Attention: This
14 # Attention: This
1515 # find src/it/unimi/dsi/fastutil -mindepth 2 -name "*.java" -delete
1616 # does not work because files in /io need to remain
1717 find \