[maven-common-artifact-filters] 16/32: New upstream release (1.4)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 19 12:28:22 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-common-artifact-filters.

commit bd412a8f0d637e2a8e6a817c8d2801930819ad4e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Dec 4 14:10:22 2013 +0000

    New upstream release (1.4)
---
 debian/changelog                                  |  4 +++-
 debian/control                                    |  2 +-
 debian/copyright                                  |  2 +-
 debian/libmaven-common-artifact-filters-java.poms | 16 +++++++++-------
 debian/maven.rules                                |  2 +-
 5 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3077dad..2d34a49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-maven-common-artifact-filters (1.2-2) UNRELEASED; urgency=low
+maven-common-artifact-filters (1.4-1) UNRELEASED; urgency=low
 
   * Team upload.
+  * New upstream release
+    - Replaced the build dependency on junit with junit4
   * debian/control:
     - Standards-Version updated to 3.9.5 (no changes)
     - Use canonical URLs for the Vcs-* fields
diff --git a/debian/control b/debian/control
index 04475a1..f31b19b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
 Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
 Build-Depends-Indep: default-jdk-doc,
-                     junit (>= 3.8.1),
+                     junit4,
                      libeasymock-java,
                      libmaven-javadoc-plugin-java,
                      libmaven-plugin-testing-java,
diff --git a/debian/copyright b/debian/copyright
index a16d6fb..39d2a70 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ 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/*
diff --git a/debian/libmaven-common-artifact-filters-java.poms b/debian/libmaven-common-artifact-filters-java.poms
index 31a0ccf..64b1188 100644
--- a/debian/libmaven-common-artifact-filters-java.poms
+++ b/debian/libmaven-common-artifact-filters-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 --has-package-version
+pom.xml --no-parent --has-package-version --java-lib
diff --git a/debian/maven.rules b/debian/maven.rules
index 7a1a4a5..5b5449e 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -16,7 +16,7 @@
 # and version starting with 3., replacing the version with 3.x
 #   junit junit jar s/3\\..*/3.x/
 
-junit junit jar s/3\..*/3.x/ * *
+junit junit jar s/4\..*/4.x/ * *
 org.apache.maven.shared maven-common-artifact-filters jar s/.*/debian/ * *
 org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * *
 s/easymock/org.easymock/ easymock * s/.*/debian/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-common-artifact-filters.git



More information about the pkg-java-commits mailing list