[maven-invoker-plugin] 11/11: Upload to unstable

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu May 19 09:42:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-invoker-plugin.

commit b505364ed7ca2d66c973fdcbbe3323cb4d41186e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu May 19 11:40:56 2016 +0200

    Upload to unstable
---
 debian/changelog                         |  6 +++---
 debian/libmaven-invoker-plugin-java.poms | 27 +++++++++++++++++++++++++++
 debian/maven.rules                       |  1 -
 debian/rules                             |  2 --
 4 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d2f4c2d..9510326 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
-maven-invoker-plugin (2.0.0-1) UNRELEASED; urgency=medium
+maven-invoker-plugin (2.0.0-1) unstable; urgency=medium
 
   * Team upload.
-  * New upstream release
+  * New upstream release (Closes: #796391)
     - New dependency on libmaven-script-interpreter-java
     - Depend on libplexus-utils2-java instead of libplexus-utils-java
     - Tightened the dependency on libmaven2-core-java (>= 2.2.1-26~)
@@ -11,7 +11,7 @@ maven-invoker-plugin (2.0.0-1) UNRELEASED; urgency=medium
   * Depend on groovy instead of groovy2
   * Use secure Vcs-* URLs
 
- -- Emmanuel Bourg <ebourg at apache.org>  Tue, 19 Jan 2016 16:51:02 +0100
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 19 May 2016 11:40:07 +0200
 
 maven-invoker-plugin (1.5-5) unstable; urgency=medium
 
diff --git a/debian/libmaven-invoker-plugin-java.poms b/debian/libmaven-invoker-plugin-java.poms
index 43e746b..8545d14 100644
--- a/debian/libmaven-invoker-plugin-java.poms
+++ b/debian/libmaven-invoker-plugin-java.poms
@@ -1 +1,28 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+#   --ignore: ignore this POM and its artifact if any
+#   --ignore-pom: don't install the POM. To use on POM files that are created
+#     temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
+#   --no-parent: remove the <parent> tag from the POM
+#   --package=<package>: an alternative package to use when installing this POM
+#      and its artifact
+#   --has-package-version: to indicate that the original version of the POM is the same as the upstream part
+#      of the version for the package.
+#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+#      during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=<path>: path to the build artifact associated with this POM,
+#      it will be installed when using the command mh_install. [mh_install]
+#   --java-lib: install the jar into /usr/share/java to comply with Debian
+#      packaging guidelines
+#   --usj-name=<name>: name to use when installing the library in /usr/share/java
+#   --usj-version=<version>: version to use when installing the library in /usr/share/java
+#   --no-usj-versionless: don't install the versionless link in /usr/share/java
+#   --dest-jar=<path>: the destination for the real jar.
+#     It will be installed with mh_install. [mh_install]
+#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+#   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+#     Empty by default. [mh_install]
+#
 pom.xml --no-parent
diff --git a/debian/maven.rules b/debian/maven.rules
index dcd6455..b09e999 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,2 @@
 junit junit jar s/3\..*/3.x/
-s/ant/org.apache.ant/ * * s/.*/debian/
 org.codehaus.plexus plexus-utils * s/.*/2.x/ * *
diff --git a/debian/rules b/debian/rules
index f39cf2f..d755df6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export JAVA_HOME := /usr/lib/jvm/default-java
-
 %:
 	dh $@ --buildsystem=maven
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-invoker-plugin.git



More information about the pkg-java-commits mailing list