This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository osgi-compendium.
commit 557040299e57b3117227fb2f6b2d1508472638b3 Author: 殷啟聰 | Kai-Chung Yan <[email protected]> Date: Thu Mar 1 17:15:06 2018 +0800 Install Maven artifacts correctly --- debian/libosgi-compendium-java.poms | 3 +-- debian/rules | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/libosgi-compendium-java.poms b/debian/libosgi-compendium-java.poms index d69dd14..1f1d222 100644 --- a/debian/libosgi-compendium-java.poms +++ b/debian/libosgi-compendium-java.poms @@ -1,2 +1 @@ -debian/pom.xml --no-parent --usj-name=osgi.cmpn -debian/relocation.pom +debian/pom.xml --no-parent --artifact=osgi.cmpn.jar --relocate=org.osgi:org.osgi.compendium:debian diff --git a/debian/rules b/debian/rules index a6846cf..7ce8725 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ JAR_NAME := osgi.cmpn PACKAGE := libosgi-compendium-java %: - dh $@ --with javahelper --with jh_maven_repo_helper + dh $@ --with javahelper --with maven_repo_helper get-orig-source: uscan --verbose --repack --compression xz --force-download --download-current-version -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-compendium.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

