[pkg-java] r15921 - trunk/libquartz-java/debian
Mathieu Malaterre
malat at alioth.debian.org
Mon Apr 9 13:13:22 UTC 2012
Author: malat
Date: 2012-04-09 13:13:21 +0000 (Mon, 09 Apr 2012)
New Revision: 15921
Modified:
trunk/libquartz-java/debian/changelog
trunk/libquartz-java/debian/maven.ignoreRules
trunk/libquartz-java/debian/maven.rules
Log:
Package 2.1.3 and not 2.1.4 for now
Modified: trunk/libquartz-java/debian/changelog
===================================================================
--- trunk/libquartz-java/debian/changelog 2012-04-09 04:28:25 UTC (rev 15920)
+++ trunk/libquartz-java/debian/changelog 2012-04-09 13:13:21 UTC (rev 15921)
@@ -1,6 +1,6 @@
-libquartz-java (2.1.4-1) UNRELEASED; urgency=low
+libquartz-java (2.1.3-1) UNRELEASED; urgency=low
- * New upstream
+ * New upstream. Closes: #667598
* Add myself as uploader
* Remove Michael Koch from uploaders. Closes: #654091
* Bump Std-Vers to 3.9.3, no changes needed
Modified: trunk/libquartz-java/debian/maven.ignoreRules
===================================================================
--- trunk/libquartz-java/debian/maven.ignoreRules 2012-04-09 04:28:25 UTC (rev 15920)
+++ trunk/libquartz-java/debian/maven.ignoreRules 2012-04-09 13:13:21 UTC (rev 15921)
@@ -14,10 +14,8 @@
# from the POM
# junit junit jar s/3\..*/3.x/
-org.quartz-scheduler quartz-examples jar * * *
-org.quartz-scheduler quartz-jboss jar * * *
org.apache.maven.plugins maven-checkstyle-plugin * * * *
-org.apache.maven.plugins maven-source-plugin * * * *
-org.codehaus.mojo rmic-maven-plugin * * * *
org.apache.maven.plugins maven-deploy-plugin * * * *
+org.apache.maven.plugins maven-source-plugin * * * *
org.codehaus.mojo findbugs-maven-plugin * * * *
+org.codehaus.mojo rmic-maven-plugin * * * *
Modified: trunk/libquartz-java/debian/maven.rules
===================================================================
--- trunk/libquartz-java/debian/maven.rules 2012-04-09 04:28:25 UTC (rev 15920)
+++ trunk/libquartz-java/debian/maven.rules 2012-04-09 13:13:21 UTC (rev 15921)
@@ -16,13 +16,13 @@
# and version starting with 3., replacing the version with 3.x
# junit junit jar s/3\..*/3.x/
+asm asm jar s/3\..*/3.x/ * *
+junit junit jar s/3\..*/3.x/ * *
+junit junit jar s/4\..*/4.x/ * *
+log4j log4j jar s/1\.2.*/1.2.x/ * *
+org.quartz-scheduler quartz-backward-compat jar s/.*/debian/ * *
org.quartz-scheduler quartz-parent pom s/.*/debian/ * *
org.quartz-scheduler quartz jar s/.*/debian/ * *
-org.quartz-scheduler quartz-backward-compat jar s/.*/debian/ * *
-javax.transaction s/jta/transaction-api/ jar s/.*/debian/ * *
+log4j log4j * s/1\.2\..*/1.2.x/ * *
+asm * * s/3\..*/3.x/ * *
s/org.apache.openejb/javax/ javaee-api jar s/.*/debian/ * *
-junit junit jar s/3\..*/3.x/ * *
-junit junit jar s/4\..*/4.x/ * *
-asm asm jar s/3\..*/3.x/ * *
-log4j log4j jar s/1\.2.*/1.2.x/ * *
-javax.servlet servlet-api jar s/2\.5.*/2.5/ * *
More information about the pkg-java-commits
mailing list