[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted maven-repo-helper 1.2~bpo50+1 (source all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 15 Sep 2010 01:05:49 -0700
Source: maven-repo-helper
Binary: maven-repo-helper
Architecture: source all
Version: 1.2~bpo50+1
Distribution: lenny-backports
Urgency: low
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Matt Taggart <taggart@debian.org>
Description: 
 maven-repo-helper - Helper tools for including Maven metatada in Debian packages
Closes: 561420 570863 573049 584512 586151 586573
Changes: 
 maven-repo-helper (1.2~bpo50+1) lenny-backports; urgency=low
 .
   * Rebuild for lenny-backports.
   * Requires libstax-java backport.
 .
 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
 .
 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)
 .
 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
 .
 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.
 .
 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.
 .
 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.
 .
 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)
 .
 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.
 .
 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
 .
 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
 .
 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
Checksums-Sha1: 
 b592df551ad81b5c175ae983c4dafbdb9b5f16be 1155 maven-repo-helper_1.2~bpo50+1.dsc
 74ed372e627f718434485c57c0017fe4a8683e71 80901 maven-repo-helper_1.2~bpo50+1.tar.gz
 9c7e54cadd6f53a99b6d9bcec74d998de5fb2ef6 81250 maven-repo-helper_1.2~bpo50+1_all.deb
Checksums-Sha256: 
 0c0cae971efb56023d2b231cca1215a6efd64170054af73182a1ae790017b024 1155 maven-repo-helper_1.2~bpo50+1.dsc
 101d13eacbd11578ee727fd880075a23a7de8abea8645a40fb4f4e0a65cc0f7d 80901 maven-repo-helper_1.2~bpo50+1.tar.gz
 5a88879eea1396bbbfa3b2f9c9d592aae86a5f95a8462339df43f2124a6775ec 81250 maven-repo-helper_1.2~bpo50+1_all.deb
Files: 
 924950da7577b511c1c23a0f3575cdea 1155 java optional maven-repo-helper_1.2~bpo50+1.dsc
 468dbce3386602ab0686346a16dd2b06 80901 java optional maven-repo-helper_1.2~bpo50+1.tar.gz
 be2dcd60ea51a27fd4156d21163dc600 81250 java optional maven-repo-helper_1.2~bpo50+1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkyTHRcACgkQHk9mSeopF4XlKwCgtDKCfTrA2t6LKCExe4cb2hiS
0vMAoIBBzlE2fyjIMycPGhn0xjvIJREz
=ajha
-----END PGP SIGNATURE-----


Accepted:
maven-repo-helper_1.2~bpo50+1.dsc
  to main/m/maven-repo-helper/maven-repo-helper_1.2~bpo50+1.dsc
maven-repo-helper_1.2~bpo50+1.tar.gz
  to main/m/maven-repo-helper/maven-repo-helper_1.2~bpo50+1.tar.gz
maven-repo-helper_1.2~bpo50+1_all.deb
  to main/m/maven-repo-helper/maven-repo-helper_1.2~bpo50+1_all.deb


Reply to: