This is an automated email from the git hooks/post-receive script. stephenonelson-guest pushed a commit to branch 729017 in repository geronimo-commonj-spec.
commit 8a213daca480e21b851c80ed8a66b0eb06fb926e Author: Stephen Nelson <[email protected]> Date: Tue Jan 7 21:41:05 2014 +0000 Update to publish pom.xml Changes standards version to 3.9.5 Updates to Vcs* fields --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 11 +++++++---- debian/geronimo-commonj-spec.poms | 28 ++++++++++++++++++++++++++++ debian/maven.cleanIgnoreRules | 1 + debian/maven.ignoreRules | 1 + debian/maven.publishedRules | 1 + debian/maven.rules | 2 ++ debian/rules | 11 ++++++++++- 9 files changed, 58 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 942267e..7e729d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +geronimo-commonj-spec (1.1.1-2) UNRELEASED; urgency=medium + + * Team upload. + * + + -- Stephen Nelson <[email protected]> Mon, 30 Dec 2013 22:05:16 +0000 + geronimo-commonj-spec (1.1.1-1) unstable; urgency=low * Initial release. (Closes: #586732). diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 85c4bb0..771fe35 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,13 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Miguel Landaeta <[email protected]> Section: java Priority: optional -Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper -Standards-Version: 3.8.4 -Vcs-Git: git://git.debian.org/git/pkg-java/geronimo-commonj-spec.git -Vcs-Browser: http://git.debian.org/?p=pkg-java/geronimo-commonj-spec.git +Build-Depends: debhelper (>= 9), + default-jdk, + javahelper, + maven-repo-helper +Standards-Version: 3.9.5 +Vcs-Git: git://anonscm.debian.org/git/pkg-java/geronimo-commonj-spec.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/geronimo-commonj-spec.git Package: libgeronimo-commonj-spec-java Architecture: all diff --git a/debian/geronimo-commonj-spec.poms b/debian/geronimo-commonj-spec.poms new file mode 100644 index 0000000..c89523b --- /dev/null +++ b/debian/geronimo-commonj-spec.poms @@ -0,0 +1,28 @@ +# List of POM files for the package +# Format of this file is: +# <path to pom file> [option]* +# where option can be: +# --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 --has-package-version --java-lib diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/debian/maven.cleanIgnoreRules @@ -0,0 +1 @@ + diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/debian/maven.ignoreRules @@ -0,0 +1 @@ + diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/debian/maven.publishedRules @@ -0,0 +1 @@ + diff --git a/debian/maven.rules b/debian/maven.rules new file mode 100644 index 0000000..8fefb87 --- /dev/null +++ b/debian/maven.rules @@ -0,0 +1,2 @@ + +org.apache.geronimo.specs geronimo-commonj_1.1_spec jar * * * diff --git a/debian/rules b/debian/rules index 436aff6..d99a005 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,17 @@ export JAVA_HOME=/usr/lib/jvm/default-java %: - dh --with javahelper $@ + dh $@ --with javahelper +override_dh_auto_install: + mh_installpom -pgeronimo-commonj-spec pom.xml + mh_installjar -pgeronimo-commonj-spec --java-lib pom.xml geronimo-commonj-spec.jar + +override_dh_clean: + dh_clean + jh_clean + mh_clean + override_jh_build: jh_build geronimo-commonj-spec.jar src/main -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/geronimo-commonj-spec.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

