This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository metainf-services.
commit e442115f47830452d9151faf2124c4c5bde6602f Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 4 15:31:17 2014 +0200 New upstream release (1.5) --- debian/changelog | 5 +++-- debian/libmetainf-services-java.poms | 25 +++++++++++++++++++++++-- debian/maven.ignoreRules | 1 + 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 49d0d2d..24c4338 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -metainf-services (1.4-2) UNRELEASED; urgency=medium +metainf-services (1.5-1) unstable; urgency=medium * Team upload. + * New upstream release * debian/control: - Removed the deprecated DM-Upload-Allowed field - Standards-Version updated to 3.9.5 (no changes) @@ -8,7 +9,7 @@ metainf-services (1.4-2) UNRELEASED; urgency=medium - Updated the homepage field * Switch to debhelper level 9 - -- Emmanuel Bourg <[email protected]> Thu, 04 Sep 2014 15:01:45 +0200 + -- Emmanuel Bourg <[email protected]> Thu, 04 Sep 2014 15:31:40 +0200 metainf-services (1.4-1) unstable; urgency=low diff --git a/debian/libmetainf-services-java.poms b/debian/libmetainf-services-java.poms index 0393e2e..6ccad02 100644 --- a/debian/libmetainf-services-java.poms +++ b/debian/libmetainf-services-java.poms @@ -1,7 +1,28 @@ # List of POM files for the package # Format of this file is: -# <path to pom file> [option] +# <path to pom file> [option]* # where option can be: -# --ignore: ignore this POM or +# --ignore: ignore this POM and its artifact if any +# --ignore-pom: don't install the POM. To use on POM files that are created +# temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --no-parent: remove the <parent> tag from the POM +# --package=<package>: an alternative package to use when installing this POM +# and its artifact +# --has-package-version: to indicate that the original version of the POM is the same as the upstream part +# of the version for the package. +# --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM +# during a clean operation with mh_cleanpom or mh_installpom +# --artifact=<path>: path to the build artifact associated with this POM, +# it will be installed when using the command mh_install. [mh_install] +# --java-lib: install the jar into /usr/share/java to comply with Debian +# packaging guidelines +# --usj-name=<name>: name to use when installing the library in /usr/share/java +# --usj-version=<version>: version to use when installing the library in /usr/share/java +# --no-usj-versionless: don't install the versionless link in /usr/share/java +# --dest-jar=<path>: the destination for the real jar. +# It will be installed with mh_install. [mh_install] +# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default. +# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. +# Empty by default. [mh_install] +# pom.xml --java-lib diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 7eabc32..5af685f 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -18,3 +18,4 @@ org.jvnet.wagon-svn wagon-svn * * * * org.apache.maven.scm maven-scm-manager-plexus * * * * org.kathrynhuxtable.maven.wagon wagon-gitsite * * * * org.apache.maven.plugins maven-release-plugin * * * * +org.codehaus.mojo animal-sniffer-maven-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/metainf-services.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

