[pkg-java] r15736 - in tags/maven-repo-helper: . 1.7.1/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Tue Jan 24 22:30:14 UTC 2012


Author: ludovicc-guest
Date: 2012-01-24 22:30:13 +0000 (Tue, 24 Jan 2012)
New Revision: 15736

Added:
   tags/maven-repo-helper/1.7.1/
   tags/maven-repo-helper/1.7.1/debian/changelog
Removed:
   tags/maven-repo-helper/1.7.1/debian/changelog
Log:
[svn-buildpackage] Tagging maven-repo-helper 1.7.1

Deleted: tags/maven-repo-helper/1.7.1/debian/changelog
===================================================================
--- trunk/maven-repo-helper/debian/changelog	2012-01-23 00:37:30 UTC (rev 15733)
+++ tags/maven-repo-helper/1.7.1/debian/changelog	2012-01-24 22:30:13 UTC (rev 15736)
@@ -1,298 +0,0 @@
-maven-repo-helper (1.7.1) UNRELEASED; urgency=low
-
-  * Build with Java 5, use generics. (Closes: #644260)
-  * Fix resolution of versions from dependency management
-  * Fix ignore modules in a POM transformation
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 02 Jan 2012 20:27:26 +0100
-
-maven-repo-helper (1.7) unstable; urgency=low
-
-  * add --site-xml=<location> option to mh_install and in the
-    <package>.poms file to explicitly define the location for site.xml.
-    Warning: this forces existing packages to add this option if they
-    need to install site.xml
-  * update the version in the POM and in the documentation
-    (Closes: #644258)
-  * run the unit tests when building the package, fix broken tests after the
-    introduction of relativePath on the parent element of cleaned POM files. 
-  * d/control: add ant-optional, junit, libxmlunit-java, libcommons-io-java to
-    Build-Depend-Indep
-  * d/copyright: update fields to match latest DEP5 spec.
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Tue, 01 Nov 2011 16:32:39 +0200
-
-maven-repo-helper (1.6) unstable; urgency=low
-
-  [ Ludovic Claude ]
-  * Add tutorial, reference and repository specification in documentation
-  * Update options on mh_installpom and mh_installpoms, to use the new arguments
-    added to mh_cleanpom
-  * Add Build-Depend on markdown to build the doc
-  * Add support for packages built with dh 7 and javahelper: use
-    the following line in your rules file:
-     dh $@ --with javahelper --with jh_maven_repo_helper
-    This will build the package with javahelper, and the resulting
-    jar will be installed in the Maven repository (you need of course the
-    <package>.poms file and the POM files in your package).
-  * Add mh_linkjars to link the jars listed in the .poms file, this is used by
-    the jh_maven_repo_helper plugin for dh 7.
-  * Deprecate mh_installjar -i option and replace it with -j to avoid conflicts
-    with -i/--ignore-rules option used elsewhere.
-  * Review all options passed to the mh_* scripts, in particular --set-version
-    for mh_installjar (Closes: #640730)
-
-  [ Damien Raude-Morvan ]
-  * mh_checkrepo: Fix error when launching without any param.
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 26 Sep 2011 22:55:09 +0100
-
-maven-repo-helper (1.5.2) unstable; urgency=low
-
-  [ Ludovic Claude ]
-  * Match jar with bundle as they are equivalent
-
-  [ Damien Raude-Morvan ]
-  * Keep relativePath attribute on parent pom.
-  * d/control: Fix typo in package description (Closes: #617438).
-  * src/main/java/org/debian/maven/repo/RepositoryReportWriter.java: Add
-    a hack to change output of Maven repository checker.
-  * Bump Standards-Version to 3.9.2 (no changes needed).
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 16 Aug 2011 19:28:03 +0200
-
-maven-repo-helper (1.5.1) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner <twerner at debian.org>  Wed, 09 Feb 2011 21:39:12 +0100
-
-maven-repo-helper (1.5) experimental; urgency=low
-
-  * Create mh_installsite to install site.xml into the Maven repository,
-    and integrate it with mh_install
-  * Avoid duplication between rules in maven.rules and maven.publishedRules,
-    as well as between maven.ignoreRules and maven.cleanIgnoreRules
-  * Fix ignore modules, make it work in more cases.
-  * mh_clean: clean also files listed in .mh_clean, similar to what jh_clean
-    does.
-  * add support for dh 7 and ant builds: use the following line in your
-    rules file:
-     dh $@ --with ant --with maven_repo_helper
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 11 Nov 2010 18:49:49 +0100
-
-maven-repo-helper (1.4) experimental; urgency=low
-
-  * Better support for inserting properties in the transformed or cleaned
-    POM files. Avoid duplicate properties and allow definition of new
-    properties.
-  * add support for --has-package-version and --keep-elements in the
-    <package>.poms file, for mh_install add --artifact, --java-lib,
-    --usj-name, --usj-version, --no-usj-versionless, --dest-jar
-  * update README.Debian and document the new options.
-  * change license from BSD to Apache 2.0, there's no need to have so many
-    different licenses in this package, MIT and Apache2.0 are already used.
-  * Keep comments in the POM files as much as possible (Closes: #574045)
-  * mh_cleanpom: keep <build>, <report> and <reporting> elements if the type
-    of the POM file is 'pom'.
-  * mh_cleanpom, mh_patchpom: plugin configuration elements containing
-    dependencies such as:
-    <resourceBundle>org.apache:apache-jar-resource-bundle:1.x</resourceBundle>
-    are detected and rules are applied to them
-  * mh_patchpom: --keep-pom-version option keeps the version of the parent POM
-    except when the parent is already registered in the Maven repository
-  * new mh_install command to install in one go the pom files and all jars in
-    the Maven repository
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Fri, 17 Sep 2010 00:07:36 +0200
-
-maven-repo-helper (1.3) experimental; urgency=low
-
-  [ Peter Collingbourne ]
-  * Document the correct order of attributes in rules files
-  * Escape all $ characters in usage messages
-  * Fix a long option quoting bug
-  * Add support for extra rule options on the command line
-  * Add a --no-publish-used-rule option
-
-  [ Ludovic Claude ]
-  * debian/control: Update Standards-Version to 3.9.1, no changes
-  * mh_transformpoms: Remove warning about missing parent dependency
-    when no-parent option is already used
-  * Dependency class: make it Comparable, to allow easy sorting of dependencies.
-  * mh_cleanpoms: rules defined in --clean-ignore-rules (or
-    debian/maven.cleanIgnoreRules) are used in addition to the rules defined in
-    --ignore-rules (or debian/maven.ignoreRules), so there is no need anymore
-    to duplicate the list of rules to ignore when --clean-ignore-rules is used.
-  * Removed small bugs in mh_make (Closes: #591513)
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 16 Sep 2010 23:18:57 +0200
-
-maven-repo-helper (1.2) unstable; urgency=low
-
-  * Fix 'illegal NCName' error when gcj is used to run the mh_* scripts
-  * Expand more Maven properties in POM files.
-  * Support <property/> syntax in <properties> tag
-  * Handle better configuration elements in plugins (ignore them)
-  * Add support for plugin elements in <profile> tags
-  * Add support for dependency classifiers
-  * Add support for <reporting> tags and their plugins
-  * Fix some XML issues when gcj is used
-  * Add new unit tests and fix several small issues
-  * Insert the original versions of the dependencies in the cleaned poms,
-    this will help a future mh_upgrade tool
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 28 Jun 2010 23:13:51 +0200
-
-maven-repo-helper (1.1) unstable; urgency=low
-
-  * Add mh_patchpom, useful in some situations to patch
-    individual POM files
-  * Add mh_linkrepojar, to create a link from a jar present in the
-    Maven repository
-  * Correctly identify <extension> tag used by Maven (Closes: #584512)
-  * Add documentation for the package and in particular for the syntax
-    of the debian/<package>.poms file (Closes: #586151)
-  * All mh_* scripts now use debian/.mh/ as their temporary work folder
-    instead of debian/tmp, this better satisfies the Debian policies.
-  * Add mh_cleantmp to remove the temporary files produced when using
-    any other mh_* script
-  * Fix typo in package description (Closes: #586573)
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Fri, 21 May 2010 00:11:48 +0200
-
-maven-repo-helper (1.0.6) unstable; urgency=low
-
-  * Rule.java: harden our handling of version string (from pom.xml)
-    to cope with specials chars.
-  * POMTransformer: If we can't find a dependency, just skip it.
-  * Switch to 3.0 (native) format
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Mon, 05 Apr 2010 21:44:47 +0200
-
-maven-repo-helper (1.0.5) unstable; urgency=low
-
-  * mh_installjar: Add new -e/--set-version switchs and handle
-    them as we already do in mh_installpom.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 19 Mar 2010 22:34:26 +0100
-
-maven-repo-helper (1.0.4) unstable; urgency=low
-
-  * Fix "ignores the --no-parent option in the .poms file" (Closes: #573049)
-    - mh_installpom: Pass "--no-parent" option to mh_cleanpom.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 09 Mar 2010 22:51:04 +0100
-
-maven-repo-helper (1.0.3) unstable; urgency=low
-
-  * mh_installpoms: Fix call to mh_installpom.
-    Use MH_ARGS instead of (non-existing) MH_OPTS variable.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 02 Mar 2010 21:09:04 +0100
-
-maven-repo-helper (1.0.2) unstable; urgency=low
-
-  * A leak of environment variables activated the no-rules option
-    on mh_cleanpom, preventing mh_installjar to work properly
-    in some cases (Closes: #570863)
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 01 Mar 2010 00:46:16 +0100
-
-maven-repo-helper (1.0.1) unstable; urgency=low
-
-  * Bump up Standards-Version to 3.8.4
-  * Fix NPE on mh_transformpoms
-  * Looks like I missed many files while merging changes
-    to Debian, it's now fixed.
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 01 Feb 2010 23:02:27 +0100
-
-maven-repo-helper (1.0) unstable; urgency=low
-
-  * Add more unit tests
-  * maven.ignoreRules now supports eliminating some plugins from the build
-  * maven.rules can be used to repair missing version numbers for
-    plugins and extensions as well as dependencies (Closes: #561420) 
-  * If a pom file is followed by the --ignore option in the file
-    <package>.poms, then it is ignored from the build and all operations
-    (cleaning, patching)
-  * Add support for maven.cleanIgnoreRules to ignore additional dependencies or
-    plugins during the clean phase.
-  * mh_cleanpom automatically adds a published rule for any Maven plugin, this
-    rule is used later by maven-debian-helper to force the versions of the
-    Maven plugins used in a pom.xml file with the versions defined in the
-    repository
-  * Read rules from the Maven repository to force the version of
-    Maven plugins to be  the same as in the repository
-  * Add --debian-build and --no-docs-build options to mh_patchpoms to remove
-    some elements from the POM during a Debian build
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Tue, 12 Jan 2010 00:12:23 +0100
-
-maven-repo-helper (0.9) unstable; urgency=low
-
-  * org/debian/maven/repo/POMReader.java:
-    Extend previous fix to parse much more properties
-    and use expandProperties() like other cases.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 13 Oct 2009 22:49:43 +0200
-
-maven-repo-helper (0.8) unstable; urgency=low
-
-  * org/debian/maven/repo/POMReader.java:
-    Fix ${parent.version} parsing inside child's pom.xml
-  * Bump Standards-Version to 3.8.3 (no changes needed)
-  * Fix Vcs-* fields: use pkg-java SVN repository
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 11 Oct 2009 18:47:16 +0200
-
-maven-repo-helper (0.7) unstable; urgency=low
-
-  * Install jars in /usr/share/java and create link to them from
-    the Maven repository (as suggested by Marcus Better)
-  * Add a new script, mh_linkjar, which creates links to the jar into
-    /usr/share/maven-repo. Unlike mh_installjar, it does not copy the
-    jar into the build directory.
-  * Use install instead of dh_install in the scripts as it can
-    interfer if there is a .install file in the debian folder.
-  * Add Recommends: debhelper as debhelper is used in some scripts
-    (mh_install* and mh_linkjar)
-  * Add --set-version to mh_cleanpom, mh_installpom, mh_installpoms
-    to be able to force the version of the artifact in Maven without
-    needing patching the original POM file.
-  * More errors detected in repo scan
-  * Use http://maven.apache.org/xsd/maven-4_0_0.xsd as the location of
-    the xsd in the xml namespace declaration to keep gcj happy. It should
-    not affect Maven or other tools, provided that the xsd is registered
-    in a XML catalog.
-  * By default, remove the test dependencies from cleaned POMs (except for
-    multi-module POM) as they are not useful outside building the project
-    itself most of the time and they make checking consistency in the 
-    Maven repository harder.
-  * mh_cleanpom, mh_installpom(s) and mh_transformpoms can remove 
-    dependencies from the POM files
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 16 Jul 2009 10:09:26 +0100
-
-maven-repo-helper (0.6.1) experimental; urgency=low
-
-  * Add a workaround to use gcj with maven-repo-helper:
-    avoid using gnu xml stream when reading or writing XML documents.
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 13 Jul 2009 20:15:14 +0100
-
-maven-repo-helper (0.6) experimental; urgency=low
-
-  * Move mh_genrules scripts to the maven-debian-helper package,
-    as it needs mh_lspoms and other components from this package.
-  * Repair missing version information on dependencies
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 09 Jul 2009 15:53:25 +0100
-
-maven-repo-helper (0.5) unstable; urgency=low
-
-  * Initial release. (Closes: #521947)
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 12 Mar 2009 20:46:36 +0000

Copied: tags/maven-repo-helper/1.7.1/debian/changelog (from rev 15735, trunk/maven-repo-helper/debian/changelog)
===================================================================
--- tags/maven-repo-helper/1.7.1/debian/changelog	                        (rev 0)
+++ tags/maven-repo-helper/1.7.1/debian/changelog	2012-01-24 22:30:13 UTC (rev 15736)
@@ -0,0 +1,298 @@
+maven-repo-helper (1.7.1) unstable; urgency=low
+
+  * Build with Java 5, use generics. (Closes: #644260)
+  * Fix resolution of versions from dependency management
+  * Fix ignore modules in a POM transformation
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 02 Jan 2012 20:27:26 +0100
+
+maven-repo-helper (1.7) unstable; urgency=low
+
+  * add --site-xml=<location> option to mh_install and in the
+    <package>.poms file to explicitly define the location for site.xml.
+    Warning: this forces existing packages to add this option if they
+    need to install site.xml
+  * update the version in the POM and in the documentation
+    (Closes: #644258)
+  * run the unit tests when building the package, fix broken tests after the
+    introduction of relativePath on the parent element of cleaned POM files. 
+  * d/control: add ant-optional, junit, libxmlunit-java, libcommons-io-java to
+    Build-Depend-Indep
+  * d/copyright: update fields to match latest DEP5 spec.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Tue, 01 Nov 2011 16:32:39 +0200
+
+maven-repo-helper (1.6) unstable; urgency=low
+
+  [ Ludovic Claude ]
+  * Add tutorial, reference and repository specification in documentation
+  * Update options on mh_installpom and mh_installpoms, to use the new arguments
+    added to mh_cleanpom
+  * Add Build-Depend on markdown to build the doc
+  * Add support for packages built with dh 7 and javahelper: use
+    the following line in your rules file:
+     dh $@ --with javahelper --with jh_maven_repo_helper
+    This will build the package with javahelper, and the resulting
+    jar will be installed in the Maven repository (you need of course the
+    <package>.poms file and the POM files in your package).
+  * Add mh_linkjars to link the jars listed in the .poms file, this is used by
+    the jh_maven_repo_helper plugin for dh 7.
+  * Deprecate mh_installjar -i option and replace it with -j to avoid conflicts
+    with -i/--ignore-rules option used elsewhere.
+  * Review all options passed to the mh_* scripts, in particular --set-version
+    for mh_installjar (Closes: #640730)
+
+  [ Damien Raude-Morvan ]
+  * mh_checkrepo: Fix error when launching without any param.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 26 Sep 2011 22:55:09 +0100
+
+maven-repo-helper (1.5.2) unstable; urgency=low
+
+  [ Ludovic Claude ]
+  * Match jar with bundle as they are equivalent
+
+  [ Damien Raude-Morvan ]
+  * Keep relativePath attribute on parent pom.
+  * d/control: Fix typo in package description (Closes: #617438).
+  * src/main/java/org/debian/maven/repo/RepositoryReportWriter.java: Add
+    a hack to change output of Maven repository checker.
+  * Bump Standards-Version to 3.9.2 (no changes needed).
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 16 Aug 2011 19:28:03 +0200
+
+maven-repo-helper (1.5.1) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 09 Feb 2011 21:39:12 +0100
+
+maven-repo-helper (1.5) experimental; urgency=low
+
+  * Create mh_installsite to install site.xml into the Maven repository,
+    and integrate it with mh_install
+  * Avoid duplication between rules in maven.rules and maven.publishedRules,
+    as well as between maven.ignoreRules and maven.cleanIgnoreRules
+  * Fix ignore modules, make it work in more cases.
+  * mh_clean: clean also files listed in .mh_clean, similar to what jh_clean
+    does.
+  * add support for dh 7 and ant builds: use the following line in your
+    rules file:
+     dh $@ --with ant --with maven_repo_helper
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 11 Nov 2010 18:49:49 +0100
+
+maven-repo-helper (1.4) experimental; urgency=low
+
+  * Better support for inserting properties in the transformed or cleaned
+    POM files. Avoid duplicate properties and allow definition of new
+    properties.
+  * add support for --has-package-version and --keep-elements in the
+    <package>.poms file, for mh_install add --artifact, --java-lib,
+    --usj-name, --usj-version, --no-usj-versionless, --dest-jar
+  * update README.Debian and document the new options.
+  * change license from BSD to Apache 2.0, there's no need to have so many
+    different licenses in this package, MIT and Apache2.0 are already used.
+  * Keep comments in the POM files as much as possible (Closes: #574045)
+  * mh_cleanpom: keep <build>, <report> and <reporting> elements if the type
+    of the POM file is 'pom'.
+  * mh_cleanpom, mh_patchpom: plugin configuration elements containing
+    dependencies such as:
+    <resourceBundle>org.apache:apache-jar-resource-bundle:1.x</resourceBundle>
+    are detected and rules are applied to them
+  * mh_patchpom: --keep-pom-version option keeps the version of the parent POM
+    except when the parent is already registered in the Maven repository
+  * new mh_install command to install in one go the pom files and all jars in
+    the Maven repository
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Fri, 17 Sep 2010 00:07:36 +0200
+
+maven-repo-helper (1.3) experimental; urgency=low
+
+  [ Peter Collingbourne ]
+  * Document the correct order of attributes in rules files
+  * Escape all $ characters in usage messages
+  * Fix a long option quoting bug
+  * Add support for extra rule options on the command line
+  * Add a --no-publish-used-rule option
+
+  [ Ludovic Claude ]
+  * debian/control: Update Standards-Version to 3.9.1, no changes
+  * mh_transformpoms: Remove warning about missing parent dependency
+    when no-parent option is already used
+  * Dependency class: make it Comparable, to allow easy sorting of dependencies.
+  * mh_cleanpoms: rules defined in --clean-ignore-rules (or
+    debian/maven.cleanIgnoreRules) are used in addition to the rules defined in
+    --ignore-rules (or debian/maven.ignoreRules), so there is no need anymore
+    to duplicate the list of rules to ignore when --clean-ignore-rules is used.
+  * Removed small bugs in mh_make (Closes: #591513)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 16 Sep 2010 23:18:57 +0200
+
+maven-repo-helper (1.2) unstable; urgency=low
+
+  * Fix 'illegal NCName' error when gcj is used to run the mh_* scripts
+  * Expand more Maven properties in POM files.
+  * Support <property/> syntax in <properties> tag
+  * Handle better configuration elements in plugins (ignore them)
+  * Add support for plugin elements in <profile> tags
+  * Add support for dependency classifiers
+  * Add support for <reporting> tags and their plugins
+  * Fix some XML issues when gcj is used
+  * Add new unit tests and fix several small issues
+  * Insert the original versions of the dependencies in the cleaned poms,
+    this will help a future mh_upgrade tool
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 28 Jun 2010 23:13:51 +0200
+
+maven-repo-helper (1.1) unstable; urgency=low
+
+  * Add mh_patchpom, useful in some situations to patch
+    individual POM files
+  * Add mh_linkrepojar, to create a link from a jar present in the
+    Maven repository
+  * Correctly identify <extension> tag used by Maven (Closes: #584512)
+  * Add documentation for the package and in particular for the syntax
+    of the debian/<package>.poms file (Closes: #586151)
+  * All mh_* scripts now use debian/.mh/ as their temporary work folder
+    instead of debian/tmp, this better satisfies the Debian policies.
+  * Add mh_cleantmp to remove the temporary files produced when using
+    any other mh_* script
+  * Fix typo in package description (Closes: #586573)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Fri, 21 May 2010 00:11:48 +0200
+
+maven-repo-helper (1.0.6) unstable; urgency=low
+
+  * Rule.java: harden our handling of version string (from pom.xml)
+    to cope with specials chars.
+  * POMTransformer: If we can't find a dependency, just skip it.
+  * Switch to 3.0 (native) format
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Mon, 05 Apr 2010 21:44:47 +0200
+
+maven-repo-helper (1.0.5) unstable; urgency=low
+
+  * mh_installjar: Add new -e/--set-version switchs and handle
+    them as we already do in mh_installpom.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 19 Mar 2010 22:34:26 +0100
+
+maven-repo-helper (1.0.4) unstable; urgency=low
+
+  * Fix "ignores the --no-parent option in the .poms file" (Closes: #573049)
+    - mh_installpom: Pass "--no-parent" option to mh_cleanpom.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 09 Mar 2010 22:51:04 +0100
+
+maven-repo-helper (1.0.3) unstable; urgency=low
+
+  * mh_installpoms: Fix call to mh_installpom.
+    Use MH_ARGS instead of (non-existing) MH_OPTS variable.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 02 Mar 2010 21:09:04 +0100
+
+maven-repo-helper (1.0.2) unstable; urgency=low
+
+  * A leak of environment variables activated the no-rules option
+    on mh_cleanpom, preventing mh_installjar to work properly
+    in some cases (Closes: #570863)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 01 Mar 2010 00:46:16 +0100
+
+maven-repo-helper (1.0.1) unstable; urgency=low
+
+  * Bump up Standards-Version to 3.8.4
+  * Fix NPE on mh_transformpoms
+  * Looks like I missed many files while merging changes
+    to Debian, it's now fixed.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 01 Feb 2010 23:02:27 +0100
+
+maven-repo-helper (1.0) unstable; urgency=low
+
+  * Add more unit tests
+  * maven.ignoreRules now supports eliminating some plugins from the build
+  * maven.rules can be used to repair missing version numbers for
+    plugins and extensions as well as dependencies (Closes: #561420) 
+  * If a pom file is followed by the --ignore option in the file
+    <package>.poms, then it is ignored from the build and all operations
+    (cleaning, patching)
+  * Add support for maven.cleanIgnoreRules to ignore additional dependencies or
+    plugins during the clean phase.
+  * mh_cleanpom automatically adds a published rule for any Maven plugin, this
+    rule is used later by maven-debian-helper to force the versions of the
+    Maven plugins used in a pom.xml file with the versions defined in the
+    repository
+  * Read rules from the Maven repository to force the version of
+    Maven plugins to be  the same as in the repository
+  * Add --debian-build and --no-docs-build options to mh_patchpoms to remove
+    some elements from the POM during a Debian build
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Tue, 12 Jan 2010 00:12:23 +0100
+
+maven-repo-helper (0.9) unstable; urgency=low
+
+  * org/debian/maven/repo/POMReader.java:
+    Extend previous fix to parse much more properties
+    and use expandProperties() like other cases.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 13 Oct 2009 22:49:43 +0200
+
+maven-repo-helper (0.8) unstable; urgency=low
+
+  * org/debian/maven/repo/POMReader.java:
+    Fix ${parent.version} parsing inside child's pom.xml
+  * Bump Standards-Version to 3.8.3 (no changes needed)
+  * Fix Vcs-* fields: use pkg-java SVN repository
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 11 Oct 2009 18:47:16 +0200
+
+maven-repo-helper (0.7) unstable; urgency=low
+
+  * Install jars in /usr/share/java and create link to them from
+    the Maven repository (as suggested by Marcus Better)
+  * Add a new script, mh_linkjar, which creates links to the jar into
+    /usr/share/maven-repo. Unlike mh_installjar, it does not copy the
+    jar into the build directory.
+  * Use install instead of dh_install in the scripts as it can
+    interfer if there is a .install file in the debian folder.
+  * Add Recommends: debhelper as debhelper is used in some scripts
+    (mh_install* and mh_linkjar)
+  * Add --set-version to mh_cleanpom, mh_installpom, mh_installpoms
+    to be able to force the version of the artifact in Maven without
+    needing patching the original POM file.
+  * More errors detected in repo scan
+  * Use http://maven.apache.org/xsd/maven-4_0_0.xsd as the location of
+    the xsd in the xml namespace declaration to keep gcj happy. It should
+    not affect Maven or other tools, provided that the xsd is registered
+    in a XML catalog.
+  * By default, remove the test dependencies from cleaned POMs (except for
+    multi-module POM) as they are not useful outside building the project
+    itself most of the time and they make checking consistency in the 
+    Maven repository harder.
+  * mh_cleanpom, mh_installpom(s) and mh_transformpoms can remove 
+    dependencies from the POM files
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 16 Jul 2009 10:09:26 +0100
+
+maven-repo-helper (0.6.1) experimental; urgency=low
+
+  * Add a workaround to use gcj with maven-repo-helper:
+    avoid using gnu xml stream when reading or writing XML documents.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 13 Jul 2009 20:15:14 +0100
+
+maven-repo-helper (0.6) experimental; urgency=low
+
+  * Move mh_genrules scripts to the maven-debian-helper package,
+    as it needs mh_lspoms and other components from this package.
+  * Repair missing version information on dependencies
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 09 Jul 2009 15:53:25 +0100
+
+maven-repo-helper (0.5) unstable; urgency=low
+
+  * Initial release. (Closes: #521947)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 12 Mar 2009 20:46:36 +0000




More information about the pkg-java-commits mailing list