[maven-assembly-plugin] 11/28: Patched to work with plexus-archiver 1.2 (Closes: #727664) Updated Standards-Version to 3.9.5 (no changes) Use canonical URLs for the Vcs-* fields debian/copyright: Updated to the Copyright Format 1.0

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Nov 2 13:46:05 UTC 2015


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

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

commit fc9d2eef95ce43f8cb39ce651866ef5e1791d887
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Nov 4 09:16:02 2013 +0000

    Patched to work with plexus-archiver 1.2 (Closes: #727664)
    Updated Standards-Version to 3.9.5 (no changes)
    Use canonical URLs for the Vcs-* fields
    debian/copyright: Updated to the Copyright Format 1.0
---
 debian/changelog                          | 11 +++++++++++
 debian/control                            |  6 +++---
 debian/copyright                          |  8 ++++----
 debian/libmaven-assembly-plugin-java.poms | 27 +++++++++++++++++++++++++++
 debian/maven.ignoreRules                  |  1 +
 debian/maven.rules                        | 10 ++++++++--
 debian/patches/series                     |  1 +
 7 files changed, 55 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 63ff039..2b38a73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+maven-assembly-plugin (2.2~beta5-3) unstable; urgency=low
+
+  * Team upload.
+  * Patched to work with plexus-archiver 1.2 (Closes: #727664)
+  * debian/control:
+    - Updated Standards-Version to 3.9.5 (no changes)
+    - Use canonical URLs for the Vcs-* fields
+  * debian/copyright: Updated to the Copyright Format 1.0
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 04 Nov 2013 10:09:32 +0100
+
 maven-assembly-plugin (2.2~beta5-2) unstable; urgency=low
 
   [ Torsten Werner ]
diff --git a/debian/control b/debian/control
index ac7b24e..31a5be9 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,9 @@ Build-Depends-Indep: libmaven-invoker-plugin-java (>= 1.3), libmaven-plugin-tool
  libplexus-active-collections-java, libplexus-archiver-java, libplexus-container-default-java,  
  libplexus-interpolation-java, libplexus-io-java, libplexus-utils-java, 
  libmaven-plugin-testing-java
-Standards-Version: 3.9.1
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-assembly-plugin
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-assembly-plugin/
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-assembly-plugin
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-assembly-plugin/
 Homepage: http://maven.apache.org/plugins/maven-assembly-plugin/
 
 Package: libmaven-assembly-plugin-java
diff --git a/debian/copyright b/debian/copyright
index dd0137b..26a0e8b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Maven Assembly Plugin
-Maintainer: Apache Maven team
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Maven Assembly Plugin
+Upstream-Contact: Apache Maven team
 Source: http://maven.apache.org/
 
 Files: *
@@ -38,6 +38,6 @@ License: MIT
   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   SOFTWARE.
 
-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-assembly-plugin-java.poms b/debian/libmaven-assembly-plugin-java.poms
index 43e746b..8545d14 100644
--- a/debian/libmaven-assembly-plugin-java.poms
+++ b/debian/libmaven-assembly-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.ignoreRules b/debian/maven.ignoreRules
index 3f9d7d9..c38efc4 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1 +1,2 @@
+
 * * * * * test
diff --git a/debian/maven.rules b/debian/maven.rules
index af2efd9..0de8d8d 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,2 +1,8 @@
-org.codehaus.modello modello-maven-plugin maven-plugin s/.*/1.1/
-org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/
+
+org.apache.maven.shared file-management jar s/.*/debian/ * *
+org.apache.maven.shared maven-common-artifact-filters jar s/.*/debian/ * *
+org.apache.maven.shared maven-repository-builder jar s/.*/debian/ * *
+org.apache.maven.shared maven-shared-io jar s/.*/debian/ * *
+org.codehaus.modello modello-maven-plugin maven-plugin s/.*/1.1/ * *
+org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * *
+org.codehaus.plexus plexus-interpolation jar s/.*/debian/ * *
diff --git a/debian/patches/series b/debian/patches/series
index 3967a53..d371bf1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 descriptors.patch
+plexus-archiver-compatibility.patch

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



More information about the pkg-java-commits mailing list