[pkg-java] r11105 - trunk/commons-vfs/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Mon Nov 23 23:16:13 UTC 2009


Author: drazzib
Date: 2009-11-23 23:16:13 +0000 (Mon, 23 Nov 2009)
New Revision: 11105

Modified:
   trunk/commons-vfs/debian/changelog
   trunk/commons-vfs/debian/maven.rules
Log:
* debian/maven.rules:
  - fix jdom groupId to org.jdom
  - use 3.x release of commons-httpclient
  - use 1.x release of commons-net

Modified: trunk/commons-vfs/debian/changelog
===================================================================
--- trunk/commons-vfs/debian/changelog	2009-11-23 15:42:29 UTC (rev 11104)
+++ trunk/commons-vfs/debian/changelog	2009-11-23 23:16:13 UTC (rev 11105)
@@ -1,8 +1,12 @@
 commons-vfs (1.0-5) UNRELEASED; urgency=low
 
+  * debian/maven.rules:
+    - fix jdom groupId to org.jdom
+    - use 3.x release of commons-httpclient
+    - use 1.x release of commons-net
   * Update my email address
 
- -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 24 Oct 2009 21:04:43 +0200
+ -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 24 Nov 2009 00:15:58 +0100
 
 commons-vfs (1.0-4) unstable; urgency=low
 

Modified: trunk/commons-vfs/debian/maven.rules
===================================================================
--- trunk/commons-vfs/debian/maven.rules	2009-11-23 15:42:29 UTC (rev 11104)
+++ trunk/commons-vfs/debian/maven.rules	2009-11-23 23:16:13 UTC (rev 11105)
@@ -1,3 +1,6 @@
 junit junit jar s/3\..*/3.x/
 s/ant/org.apache.ant/ * * s/.*/debian/
 commons-collections commons-collections jar s/3\..*/3.x/
+s/jdom/org.jdom/ * * s/.*/debian/
+commons-httpclient commons-httpclient jar s/.*/3.x/
+commons-net commons-net jar s/1\..*/1.x/




More information about the pkg-java-commits mailing list