[libreflectasm-java] 02/05: Install the Maven artifacts in /usr/share/maven-repo
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jun 9 10:59:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libreflectasm-java.
commit b839ce4eb8fe46f481e17850b36029f43967db2c
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Jun 9 12:09:46 2015 +0200
Install the Maven artifacts in /usr/share/maven-repo
---
debian/changelog | 1 +
debian/control | 5 ++---
debian/libreflectasm-java.jlibs | 1 -
debian/libreflectasm-java.poms | 1 +
debian/rules | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7a275e8..7bcaf31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
libreflectasm-java (1.05-3) UNRELEASED; urgency=medium
* Team upload.
+ * Install the Maven artifacts in /usr/share/maven-repo
* Standards-Version updated to 3.9.6 (no changes)
-- Emmanuel Bourg <ebourg at apache.org> Tue, 09 Jun 2015 09:36:19 +0200
diff --git a/debian/control b/debian/control
index af9fd6e..44f9482 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libreflectasm-java
Section: java
Priority: optional
Maintainer: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.43), libasm4-java
+Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.43), libasm4-java, maven-repo-helper
Standards-Version: 3.9.6
Homepage: https://code.google.com/p/reflectasm/
Vcs-Git: git://anonscm.debian.org/pkg-java/libreflectasm-java.git
@@ -10,8 +10,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libreflectasm-java.git
Package: libreflectasm-java
Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
-Recommends: ${java:Recommends}
+Depends: ${misc:Depends}, libasm4-java
Description: library that provides reflection by using code generation
ReflectASM is a very small Java library that provides high performance
reflection by using code generation. An access class is generated
diff --git a/debian/libreflectasm-java.jlibs b/debian/libreflectasm-java.jlibs
deleted file mode 100644
index 77bc874..0000000
--- a/debian/libreflectasm-java.jlibs
+++ /dev/null
@@ -1 +0,0 @@
-reflectasm.jar
diff --git a/debian/libreflectasm-java.poms b/debian/libreflectasm-java.poms
new file mode 100644
index 0000000..352b2ff
--- /dev/null
+++ b/debian/libreflectasm-java.poms
@@ -0,0 +1 @@
+java/pom.xml --has-package-version --java-lib --artifact=reflectasm.jar
diff --git a/debian/rules b/debian/rules
index 4fcaa36..4993a06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java
export CLASSPATH=/usr/share/java/asm4.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/libreflectasm-java.git
More information about the pkg-java-commits
mailing list