Author: drazzib Date: 2010-03-07 23:43:42 +0000 (Sun, 07 Mar 2010) New Revision: 11817
Modified: trunk/maven-repo-helper/debian/changelog trunk/maven-repo-helper/src/main/bin/mh_installpom Log: mh_installpom: Pass "--no-parent" option to mh_cleanpom. Modified: trunk/maven-repo-helper/debian/changelog =================================================================== --- trunk/maven-repo-helper/debian/changelog 2010-03-07 22:24:31 UTC (rev 11816) +++ trunk/maven-repo-helper/debian/changelog 2010-03-07 23:43:42 UTC (rev 11817) @@ -1,3 +1,9 @@ +maven-repo-helper (1.0.4) UNRELEASED; urgency=low + + * mh_installpom: Pass "--no-parent" option to mh_cleanpom. + + -- Damien Raude-Morvan <[email protected]> Mon, 08 Mar 2010 00:42:14 +0100 + maven-repo-helper (1.0.3) unstable; urgency=low * mh_installpoms: Fix call to mh_installpom. Modified: trunk/maven-repo-helper/src/main/bin/mh_installpom =================================================================== --- trunk/maven-repo-helper/src/main/bin/mh_installpom 2010-03-07 22:24:31 UTC (rev 11816) +++ trunk/maven-repo-helper/src/main/bin/mh_installpom 2010-03-07 23:43:42 UTC (rev 11817) @@ -61,7 +61,7 @@ POM="${ARGV[0]}" DH_OPTS="${VERBOSE:+-v} ${NOACT:+-n}" -CLEAN_ARGS="--package=${PACKAGE} ${VERBOSE:+--verbose} ${SETVERSION:+--set-version=$SETVERSION} ${RULES:+--rules=$RULES} ${PUBLISHED_RULES:+--published-rules=$PUBLISHED_RULES} ${IGNORE_RULES:+--ignore-rules=$IGNORE_RULES}" +CLEAN_ARGS="--package=${PACKAGE} ${VERBOSE:+--verbose} ${NOPARENT:+--no-parent} ${SETVERSION:+--set-version=$SETVERSION} ${RULES:+--rules=$RULES} ${PUBLISHED_RULES:+--published-rules=$PUBLISHED_RULES} ${IGNORE_RULES:+--ignore-rules=$IGNORE_RULES}" mkdir -p debian/tmp 2> /dev/null _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

