Author: twerner
Date: 2010-09-20 20:49:40 +0000 (Mon, 20 Sep 2010)
New Revision: 12990

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

Deleted: tags/maven-repo-helper/1.3/debian/changelog
===================================================================
--- trunk/maven-repo-helper/debian/changelog    2010-09-18 05:10:22 UTC (rev 
12987)
+++ tags/maven-repo-helper/1.3/debian/changelog 2010-09-20 20:49:40 UTC (rev 
12990)
@@ -1,189 +0,0 @@
-maven-repo-helper (1.3) unstable; 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.cla...@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.cla...@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.cla...@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 <draz...@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 <draz...@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 <draz...@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 <draz...@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.cla...@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.cla...@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.cla...@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 <draz...@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 <draz...@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.cla...@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.cla...@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.cla...@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.cla...@laposte.net>  Thu, 12 Mar 2009 20:46:36 
+0000

Copied: tags/maven-repo-helper/1.3/debian/changelog (from rev 12988, 
trunk/maven-repo-helper/debian/changelog)
===================================================================
--- tags/maven-repo-helper/1.3/debian/changelog                         (rev 0)
+++ tags/maven-repo-helper/1.3/debian/changelog 2010-09-20 20:49:40 UTC (rev 
12990)
@@ -0,0 +1,189 @@
+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.cla...@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.cla...@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.cla...@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 <draz...@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 <draz...@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 <draz...@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 <draz...@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.cla...@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.cla...@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.cla...@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 <draz...@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 <draz...@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.cla...@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.cla...@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.cla...@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.cla...@laposte.net>  Thu, 12 Mar 2009 20:46:36 
+0000


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to