[pkg-java] r14831 - trunk/ivy/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Sun Sep 11 19:36:15 UTC 2011


Author: drazzib
Date: 2011-09-11 19:36:15 +0000 (Sun, 11 Sep 2011)
New Revision: 14831

Modified:
   trunk/ivy/debian/changelog
   trunk/ivy/debian/maven.rules
Log:
* Team upload.
* d/maven.rules: Replace commons-vfs by commons-vfs2,
  use 3.x version of commons-httpclient and add mapping
  for bouncycastle.

Modified: trunk/ivy/debian/changelog
===================================================================
--- trunk/ivy/debian/changelog	2011-09-11 19:27:19 UTC (rev 14830)
+++ trunk/ivy/debian/changelog	2011-09-11 19:36:15 UTC (rev 14831)
@@ -1,3 +1,12 @@
+ivy (2.2.0-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * d/maven.rules: Replace commons-vfs by commons-vfs2,
+    use 3.x version of commons-httpclient and add mapping
+    for bouncycastle.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 11 Sep 2011 21:30:54 +0200
+
 ivy (2.2.0-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/ivy/debian/maven.rules
===================================================================
--- trunk/ivy/debian/maven.rules	2011-09-11 19:27:19 UTC (rev 14830)
+++ trunk/ivy/debian/maven.rules	2011-09-11 19:36:15 UTC (rev 14831)
@@ -1 +1,5 @@
-s/ant/org.apache.ant/ * * s/.*/debian/
+s/ant/org.apache.ant/ s/ant.*/ant/ * s/.*/debian/
+s/commons-vfs/org.apache.commons/ s/commons-vfs/commons-vfs2/ jar s/.*/debian/
+commons-httpclient commons-httpclient jar s/.*/3.x/
+org.bouncycastle s/bcpg-jdk14/bcpg/ jar s/.*/debian/
+org.bouncycastle s/bcprov-jdk14/bcprov/ jar s/.*/debian/




More information about the pkg-java-commits mailing list