This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libkryo-java.
commit e0d11c77fa186a475caa360bcbec1c2da9b1887a Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 9 01:04:26 2015 +0200 Install the Maven artifacts in /usr/share/maven-repo --- debian/changelog | 1 + debian/control | 3 ++- debian/libkryo-java.jlibs | 1 - debian/libkryo-java.poms | 1 + debian/rules | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index cc0a7a8..bbf5e49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libkryo-java (2.20-4) UNRELEASED; urgency=medium * Team upload. + * Install the Maven artifacts in /usr/share/maven-repo * Standards-Version updated to 3.9.6 (no changes) * debian/copyright: Fixed the non unique license name reported by Lintian diff --git a/debian/control b/debian/control index f9c35b0..fb618da 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 9), javahelper (>= 0.43), libminlog-java, libobjenesis-java, - libreflectasm-java + libreflectasm-java, + maven-repo-helper Standards-Version: 3.9.6 Homepage: https://code.google.com/p/kryo/ Vcs-Git: git://anonscm.debian.org/pkg-java/libkryo-java.git diff --git a/debian/libkryo-java.jlibs b/debian/libkryo-java.jlibs deleted file mode 100644 index 0497c05..0000000 --- a/debian/libkryo-java.jlibs +++ /dev/null @@ -1 +0,0 @@ -kryo.jar diff --git a/debian/libkryo-java.poms b/debian/libkryo-java.poms new file mode 100644 index 0000000..b0f30b9 --- /dev/null +++ b/debian/libkryo-java.poms @@ -0,0 +1 @@ +java/pom.xml --has-package-version --java-lib --artifact=kryo.jar --set-version=2.20 diff --git a/debian/rules b/debian/rules index 78911f4..4155dcd 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/minlog.jar:/usr/share/java/objenesis.jar:/usr/share/java/reflectasm.jar %: - dh $@ --with javahelper + dh $@ --with javahelper,maven-repo-helper get-orig-source: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libkryo-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

