[libquartz2-java] 55/63: Adapted the package for the new release
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Apr 14 10:32:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libquartz2-java.
commit 55b09d96b8023fa407647434981cc80f309299ec
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Apr 12 12:33:19 2016 +0200
Adapted the package for the new release
---
debian/changelog | 8 +++++++-
debian/control | 5 +++++
debian/libquartz-java.poms | 10 +++++++---
debian/maven.ignoreRules | 8 ++++++++
debian/maven.rules | 2 +-
debian/rules | 4 ++++
6 files changed, 32 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c2b267d..dc7ee80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
-libquartz-java (1:1.8.6-2) UNRELEASED; urgency=medium
+libquartz-java (1:2.2.2-1) UNRELEASED; urgency=medium
* Team upload.
+ * New upstream release
+ - Build the new modules (core, jobs, plugins)
+ - Enabled the commonj support
+ - New dependencies on libc3p0-java, libgeronimo-commonj-spec-java,
+ libmaven-antrun-plugin-java, libmaven-bundle-plugin-java
+ and libmaven-shade-plugin-java
* Build with the DH sequencer instead of CDBS
* Build depend on libasm-java (>= 5.0) instead of libasm4-java
* Removed the unused build dependency on glassfish-activation
diff --git a/debian/control b/debian/control
index db27c15..b92ff5a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends-Indep: default-jdk-doc,
glassfish-javaee,
junit,
libasm-java (>= 5.0),
+ libc3p0-java,
libcommons-beanutils-java-doc,
libcommons-dbcp-java,
libcommons-dbcp-java-doc,
@@ -20,10 +21,14 @@ Build-Depends-Indep: default-jdk-doc,
libcommons-modeler-java,
libcommons-pool-java-doc,
libcommons-validator-java,
+ libgeronimo-commonj-spec-java,
libhamcrest-java,
liblog4j1.2-java-doc,
libmail-java,
+ libmaven-antrun-plugin-java,
+ libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
+ libmaven-shade-plugin-java,
libservlet3.1-java,
libservlet3.1-java-doc
Standards-Version: 3.9.8
diff --git a/debian/libquartz-java.poms b/debian/libquartz-java.poms
index e494e09..58b13c4 100644
--- a/debian/libquartz-java.poms
+++ b/debian/libquartz-java.poms
@@ -27,9 +27,13 @@
#
pom.xml --has-package-version
quartz/pom.xml --has-package-version --java-lib
-quartz-all/pom.xml --ignore
+quartz-core/pom.xml --has-package-version --no-usj-versionless --ignore-pom
quartz-jboss/pom.xml --ignore
+quartz-jobs/pom.xml --has-package-version --no-usj-versionless --ignore-pom
quartz-oracle/pom.xml --ignore
+quartz-plugins/pom.xml --has-package-version --no-usj-versionless --ignore-pom
+quartz-stubs/pom.xml --ignore
quartz-weblogic/pom.xml --ignore
-quartz-commonj/pom.xml --ignore
-examples/pom.xml --ignore
+quartz-commonj/pom.xml --has-package-version --no-usj-versionless --ignore-pom
+checkstyle/pom.xml --ignore
+terracotta/pom.xml --ignore
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 47a683c..9ade660 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -18,7 +18,15 @@ org.apache.maven.plugins maven-checkstyle-plugin * * * *
org.apache.maven.plugins maven-deploy-plugin * * * *
org.apache.maven.plugins maven-pmd-plugin * * * *
org.apache.maven.plugins maven-source-plugin * * * *
+org.codehaus.gmaven gmaven-plugin * * * *
org.codehaus.mojo findbugs-maven-plugin * * * *
org.codehaus.mojo rmic-maven-plugin * * * *
org.apache.derby derby * * * *
+org.terracotta maven-forge-plugin * * * *
+org.quartz-scheduler.internal quartz-jboss * * * *
+org.quartz-scheduler.internal quartz-oracle * * * *
+org.quartz-scheduler.internal quartz-terracotta-bootstrap * * * *
+org.quartz-scheduler.internal quartz-weblogic * * * *
+
+org.terracotta product-upgradability-testing-utils * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 0645ae3..77a5c00 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -19,7 +19,7 @@
s/asm/org.ow2.asm/ * * s/.*/debian/ * *
junit junit jar s/3\..*/3.x/ * *
junit s/junit-dep/junit jar s/4\..*/4.x/ * *
-log4j log4j jar s/1\.2.*/1.2.x/ * *
+log4j log4j jar s/.*/1.2.x/ * *
javax.transaction s/jta/transaction-api/ jar s/.*/debian/ * *
org.quartz-scheduler quartz-parent pom s/.*/debian/ * *
org.quartz-scheduler quartz jar s/.*/debian/ * *
diff --git a/debian/rules b/debian/rules
index b6ca1b8..70519ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,9 @@
%:
dh $@ --buildsystem=maven --with javahelper
+override_dh_auto_install:
+ mh_installpom -plibquartz-java --no-parent quartz/target/dependency-reduced-pom.xml
+ mh_installjar -plibquartz-java --java-lib quartz/target/dependency-reduced-pom.xml quartz/target/quartz-2.2.2.jar
+
get-orig-source:
uscan --download-current-version --force-download
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libquartz2-java.git
More information about the pkg-java-commits
mailing list