[hawtjni] 02/03: Packaged the Maven plugin
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Feb 5 21:15:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository hawtjni.
commit 41cb65ead7c9d9c22a0983bcfec3b34ab55bbdf1
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Feb 5 22:06:33 2015 +0100
Packaged the Maven plugin
---
debian/changelog | 2 +-
debian/control | 14 ++++++++++++++
debian/libhawtjni-runtime-java.poms | 2 +-
debian/maven.ignoreRules | 2 --
4 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 989e7cc..cdcb4a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ hawtjni (1.10-2) UNRELEASED; urgency=medium
* Team upload.
* Build with maven-debian-helper instead of javahelper
- * Packaged the hawtjni-generator module
+ * Packaged the hawtjni-generator module and the Maven plugin
* Standards-Version updated to 3.9.6 (no changes)
* debian/rules: Simplified the get-orig-source target by calling uscan
* debian/copyright: Fixed the order of the paragraphs
diff --git a/debian/control b/debian/control
index 6d35094..0f0c97e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,8 @@ Build-Depends:
default-jdk,
debhelper (>= 9),
libasm3-java,
+ libmaven-plugin-tools-java,
+ libplexus-maven-plugin-java,
libxbean-java,
maven-debian-helper
Standards-Version: 3.9.6
@@ -37,3 +39,15 @@ Description: HawtJNI Generator
eclipse platform.
.
This package contains the JNI code generation tools.
+
+Package: libhawtjni-maven-plugin-java
+Architecture: all
+Depends: ${misc:Depends}, libhawtjni-generator-java
+Description: HawtJNI Maven Plugin
+ HawtJNI is a code generator that produces the JNI code
+ needed to implement java native methods. It is based on the
+ jnigen code generator that is part of the SWT Tools project
+ which is used to generate all the JNI code which powers the
+ eclipse platform.
+ .
+ This package contains the Maven plugin.
diff --git a/debian/libhawtjni-runtime-java.poms b/debian/libhawtjni-runtime-java.poms
index 9773d2a..3768812 100644
--- a/debian/libhawtjni-runtime-java.poms
+++ b/debian/libhawtjni-runtime-java.poms
@@ -28,6 +28,6 @@
pom.xml --no-parent --has-package-version
hawtjni-runtime/pom.xml --has-package-version
hawtjni-generator/pom.xml --has-package-version --package=libhawtjni-generator-java
-maven-hawtjni-plugin/pom.xml --ignore
+maven-hawtjni-plugin/pom.xml --has-package-version --package=libhawtjni-maven-plugin-java
hawtjni-example/pom.xml --ignore
hawtjni-website/pom.xml --ignore
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index f60d8ff..49e63e2 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1,8 +1,6 @@
org.fusesource.hawtjni hawtjni-example jar * * *
-org.fusesource.hawtjni hawtjni-generator jar * * *
org.fusesource.hawtjni hawtjni-website pom * * *
-org.fusesource.hawtjni maven-hawtjni-plugin maven-plugin * * *
org.apache.maven.plugins maven-eclipse-plugin * * * *
org.apache.maven.plugins maven-idea-plugin * * * *
org.apache.maven.plugins maven-javadoc-plugin * * * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/hawtjni.git
More information about the pkg-java-commits
mailing list