[maven-antrun-plugin] 08/19: New upstream release (1.7) Added the missing --java-lib flag to libmaven-antrun-plugin-java.poms Bump Standards-Version to 3.9.4. No changes were required. debian/copyright: Updated to comply with the Machine-readable format 1.0
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jun 20 11:04:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-antrun-plugin.
commit 54db87195f1e626137ffdbb284c2bfe262413197
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri May 24 16:01:15 2013 +0000
New upstream release (1.7)
Added the missing --java-lib flag to libmaven-antrun-plugin-java.poms
Bump Standards-Version to 3.9.4. No changes were required.
debian/copyright: Updated to comply with the Machine-readable format 1.0
---
debian/changelog | 10 ++++++++++
debian/control | 4 ++--
debian/copyright | 10 +++++-----
debian/libmaven-antrun-plugin-java.poms | 16 +++++++++-------
debian/maven.rules | 17 -----------------
5 files changed, 26 insertions(+), 31 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7a55bd9..5ebf7d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+maven-antrun-plugin (1.7-1) experimental; urgency=low
+
+ * Team upload.
+ * New upstream release
+ * Added the missing --java-lib flag to libmaven-antrun-plugin-java.poms
+ * Bump Standards-Version to 3.9.4. No changes were required.
+ * debian/copyright: Updated to comply with the Machine-readable format 1.0
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 24 May 2013 17:59:18 +0200
+
maven-antrun-plugin (1.6-2) unstable; urgency=low
* Team upload.
diff --git a/debian/control b/debian/control
index 8fdcb01..80720b7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: maven-antrun-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Emmanuel Bourg <ebourg at apache.org>
Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper
Build-Depends-Indep: libmaven-invoker-plugin-java (>= 1.3), ant (>= 1.8.2),
libmaven2-core-java, libplexus-utils-java, libmaven-plugin-tools-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-antrun-plugin
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-antrun-plugin/
Homepage: http://maven.apache.org/plugins/maven-antrun-plugin/
diff --git a/debian/copyright b/debian/copyright
index bf4b1b6..c17d596 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,10 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Maven AntRun Plugin
-Maintainer: Apache Maven team
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Maven AntRun Plugin
+Upstream-Contact: Apache Maven team
Source: http://maven.apache.org/
Files: *
-Copyright: 2001-2009, The Apache Software Foundation.
+Copyright: 2001-2011, The Apache Software Foundation.
License: Apache-2.0
Files: debian/*
@@ -15,6 +15,6 @@ License: Apache-2.0
On Debian GNU/Linux system you can find the complete text of the
Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'.
-License: GPL-3
+License: GPL-3+
On Debian GNU/Linux system you can find the complete text of the
GPL-3 license in '/usr/share/common-licenses/GPL-3'
diff --git a/debian/libmaven-antrun-plugin-java.poms b/debian/libmaven-antrun-plugin-java.poms
index 3687374..b68401f 100644
--- a/debian/libmaven-antrun-plugin-java.poms
+++ b/debian/libmaven-antrun-plugin-java.poms
@@ -2,7 +2,9 @@
# Format of this file is:
# <path to pom file> [option]*
# where option can be:
-# --ignore: ignore this POM or
+# --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
@@ -11,16 +13,16 @@
# --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
+# 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.
+# --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.
-# --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
-# temporarily for certain artifacts such as Javadoc jars.
+# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+# Empty by default. [mh_install]
#
-pom.xml --no-parent
+pom.xml --no-parent --java-lib
diff --git a/debian/maven.rules b/debian/maven.rules
index d769b26..d069fac 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,20 +1,3 @@
-# Maven rules - transform Maven dependencies and plugins
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-# for the version. In this case, the element is simply matched
-# and left as it is
-# - * (the star character, alone). In this case, anything will
-# match and be left as it is. For example, using * on the
-# position of the artifact field will match any artifact id
-# - a regular expression of the form s/match/replace/
-# in this case, elements that match are transformed using
-# the regex rule.
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., replacing the version with 3.x
-# junit junit jar s/3\\..*/3.x/
org.apache.ant s/ant-nodeps/ant/ * s/.*/debian/ * *
s/ant/org.apache.ant/ * * s/.*/debian/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-antrun-plugin.git
More information about the pkg-java-commits
mailing list