This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jansi-native.
commit f44b2e6e7bba48b8c9821e08c0b402ac2ba39f43 Author: Markus Koschany <[email protected]> Date: Wed Oct 19 17:57:44 2016 +0200 Add maven specific Debian files and update build-dependencies. --- debian/control | 4 +++- debian/maven.ignoreRules | 7 +++++++ debian/maven.properties | 5 +++++ debian/maven.rules | 3 +++ 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index bf9e438..14832e7 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,9 @@ Build-Depends: debhelper (>= 10), default-jdk, libhawtjni-runtime-java, - maven-debian-helper + maven-debian-helper, + libmaven-bundle-plugin-java, + libmaven-plugin-tools-java Standards-Version: 3.9.8 Homepage: http://jansi.fusesource.org/ Vcs-Git: https://anonscm.debian.org/git/pkg-java/jansi-ansi.git diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules new file mode 100644 index 0000000..ac5ad80 --- /dev/null +++ b/debian/maven.ignoreRules @@ -0,0 +1,7 @@ + +junit junit * * * * +org.apache.maven.plugins maven-javadoc-plugin * * * * +org.apache.maven.plugins maven-project-info-reports-plugin * * * * +org.apache.maven.plugins maven-surefire-plugin * * * * +org.codehaus.mojo jxr-maven-plugin * * * * +org.codehaus.mojo surefire-report-maven-plugin * * * * diff --git a/debian/maven.properties b/debian/maven.properties new file mode 100644 index 0000000..e593715 --- /dev/null +++ b/debian/maven.properties @@ -0,0 +1,5 @@ +# Include here properties to pass to Maven during the build. +# For example: +# maven.test.skip=true + +maven.test.skip=true diff --git a/debian/maven.rules b/debian/maven.rules new file mode 100644 index 0000000..48fea00 --- /dev/null +++ b/debian/maven.rules @@ -0,0 +1,3 @@ + +org.fusesource.hawtjni hawtjni-runtime jar s/.*/debian/ * * +org.fusesource.jansi jansi-native jar s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jansi-native.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

