Author: ludovicc-guest
Date: 2012-04-19 21:33:07 +0000 (Thu, 19 Apr 2012)
New Revision: 15966

Removed:
   trunk/libquartz-java/debian/patches/
Modified:
   trunk/libquartz-java/debian/changelog
   trunk/libquartz-java/debian/maven.ignoreRules
   trunk/libquartz-java/debian/maven.rules
Log:
* maven.rules: update junit rule to rename artifact junit-dep into junit
* maven.ignoreRules: add org.apache.derby:derby to the list of ignored
  dependencies
* remove debian/patches as the Maven rules have the same effect.

Modified: trunk/libquartz-java/debian/changelog
===================================================================
--- trunk/libquartz-java/debian/changelog       2012-04-18 20:16:27 UTC (rev 
15965)
+++ trunk/libquartz-java/debian/changelog       2012-04-19 21:33:07 UTC (rev 
15966)
@@ -1,3 +1,12 @@
+libquartz-java (2.1.3-2) UNRELEASED; urgency=low
+
+  * maven.rules: update junit rule to rename artifact junit-dep into junit
+  * maven.ignoreRules: add org.apache.derby:derby to the list of ignored
+    dependencies
+  * remove debian/patches as the Maven rules have the same effect.
+
+ -- Ludovic Claude <ludovic.cla...@laposte.net>  Wed, 18 Apr 2012 01:17:01 
+0200
+
 libquartz-java (2.1.3-1) unstable; urgency=low
 
   * New upstream. Closes: #667598

Modified: trunk/libquartz-java/debian/maven.ignoreRules
===================================================================
--- trunk/libquartz-java/debian/maven.ignoreRules       2012-04-18 20:16:27 UTC 
(rev 15965)
+++ trunk/libquartz-java/debian/maven.ignoreRules       2012-04-19 21:33:07 UTC 
(rev 15966)
@@ -19,3 +19,5 @@
 org.apache.maven.plugins maven-source-plugin * * * *
 org.codehaus.mojo findbugs-maven-plugin * * * *
 org.codehaus.mojo rmic-maven-plugin * * * *
+org.apache.derby derby * * * *
+

Modified: trunk/libquartz-java/debian/maven.rules
===================================================================
--- trunk/libquartz-java/debian/maven.rules     2012-04-18 20:16:27 UTC (rev 
15965)
+++ trunk/libquartz-java/debian/maven.rules     2012-04-19 21:33:07 UTC (rev 
15966)
@@ -18,7 +18,7 @@
 
 asm asm jar s/3\..*/3.x/ * *
 junit junit jar s/3\..*/3.x/ * *
-junit junit jar s/4\..*/4.x/ * *
+junit s/junit-dep/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/ * *


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to