[maven-ear-plugin] 09/17: Standards-Version updated to 3.9.5 (no changes) Use canonical URLs for the Vcs-* fields Swicth to debhelper level 9 debian/copyright: Updated the Format URI

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Dec 9 14:09:46 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-ear-plugin.

commit 1e22cec27655fd2f9c3f4ff83750d7412cd3c6bb
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sun Nov 24 13:27:45 2013 +0000

    Standards-Version updated to 3.9.5 (no changes)
    Use canonical URLs for the Vcs-* fields
    Swicth to debhelper level 9
    debian/copyright: Updated the Format URI
---
 debian/changelog                     | 11 +++++++++++
 debian/compat                        |  2 +-
 debian/control                       | 26 +++++++++++++++-----------
 debian/copyright                     |  4 ++--
 debian/libmaven-ear-plugin-java.poms | 12 +++++++-----
 5 files changed, 36 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ef18f0..f730ba0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+maven-ear-plugin (2.3.2-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * debian/control:
+    - Standards-Version updated to 3.9.5 (no changes)
+    - Use canonical URLs for the Vcs-* fields
+  * Swicth to debhelper level 9
+  * debian/copyright: Updated the Format URI
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 24 Nov 2013 12:23:35 +0100
+
 maven-ear-plugin (2.3.2-3) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 3229156..3aa8919 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,25 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper
-Build-Depends-Indep: libmaven-antrun-plugin-java (>= 1.3), libmaven-invoker-plugin-java (>= 1.3),  
- libsurefire-java (>= 2.4.3), libmaven-archiver-java, libmaven-filtering-java,  
- libmaven2-core-java, libplexus-utils-java, libmaven-verifier-java, libxmlunit-java,
- libmaven-plugin-tools-java
-Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-ear-plugin
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-ear-plugin/
+Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper
+Build-Depends-Indep: libmaven-antrun-plugin-java (>= 1.3),
+                     libmaven-archiver-java,
+                     libmaven-filtering-java,
+                     libmaven-invoker-plugin-java (>= 1.3),
+                     libmaven-plugin-tools-java,
+                     libmaven-verifier-java,
+                     libmaven2-core-java,
+                     libplexus-utils-java,
+                     libsurefire-java (>= 2.4.3),
+                     libxmlunit-java
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-ear-plugin
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-ear-plugin/
 Homepage: http://maven.apache.org/plugins/maven-ear-plugin/
 
 Package: libmaven-ear-plugin-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Description: Maven EAR Plugin
  Maven is a software project management and comprehension tool. Based on the
@@ -34,5 +40,3 @@ Description: Maven EAR Plugin
     * Allowing transparent migration to new features
  .
  The Maven EAR plugin generates a J2EE Enterprise Archive (EAR) file.
-
-
diff --git a/debian/copyright b/debian/copyright
index 673b5af..ef72d2c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Maven EAR Plugin
 Upstream-Contact: Apache Maven team
-Source: http://maven.apache.org/
+Source: http://maven.apache.org
 
 Files: *
 Copyright: 2001-2009, The Apache Software Foundation.
diff --git a/debian/libmaven-ear-plugin-java.poms b/debian/libmaven-ear-plugin-java.poms
index 443f17a..8545d14 100644
--- a/debian/libmaven-ear-plugin-java.poms
+++ b/debian/libmaven-ear-plugin-java.poms
@@ -3,8 +3,8 @@
 # <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 with mh_install or mh_installpoms. To use with POM files that are created
-#     temporarily for certain artifacts such as Javadoc jars.
+#   --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
@@ -13,14 +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.
+#   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+#     Empty by default. [mh_install]
 #
 pom.xml --no-parent

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



More information about the pkg-java-commits mailing list