Change logs for maven-repo-helper source package in Karmic

  • 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.
    
    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
    
     -- Matthias Klose <email address hidden>   Mon,  19 Oct 2009 13:20:32 +0100
  • 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
    
    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.
    
    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
    
    maven-repo-helper (0.5) unstable; urgency=low
    
      * Initial release. (Closes: #521947)
    
     -- fabrice_sp <email address hidden>   Mon,  17 Aug 2009 12:04:10 +0100