This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sezpoz.
commit 194cada8b574222ed72e3a383386e67c43b7db5b Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 2 17:41:43 2015 +0200 New build dependency on libanimal-sniffer-java --- debian/changelog | 1 + debian/control | 2 +- debian/libsezpoz-java.poms | 16 +++++++++++----- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9a85b8a..45d2081 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ sezpoz (1.10-1) UNRELEASED; urgency=medium * New upstream release - Fixes the Java 8 compatibility (Closes: #750745) - Removed the Java 7 compatibility patch (fixed upstream) + - New build dependency on libanimal-sniffer-java * debian/control: - Standards-Version updated to 3.9.6 (no changes) - Removed the deprecated DM-Upload-Allowed field diff --git a/debian/control b/debian/control index 21df6b3..6a28f94 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: James Page <[email protected]> Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper -Build-Depends-Indep: default-jdk-doc, junit4, libmaven-javadoc-plugin-java +Build-Depends-Indep: default-jdk-doc, junit4, libmaven-javadoc-plugin-java, libanimal-sniffer-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/sezpoz.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sezpoz.git diff --git a/debian/libsezpoz-java.poms b/debian/libsezpoz-java.poms index 791cbc6..92654c9 100644 --- a/debian/libsezpoz-java.poms +++ b/debian/libsezpoz-java.poms @@ -2,7 +2,9 @@ # Format of this file is: # <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 @@ -11,15 +13,19 @@ # --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 +# 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 +# --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 --no-parent -sezpoz/pom.xml +pom.xml --no-parent +sezpoz/pom.xml perftest/pom.xml --ignore demo/pom.xml --ignore -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sezpoz.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

