Author: mkoch
Date: 2008-02-20 19:51:43 +0000 (Wed, 20 Feb 2008)
New Revision: 5781

Added:
   trunk/jarjar/debian/patches/05_gnu_regexp.patch
Modified:
   trunk/jarjar/debian/changelog
Log:
* Added debian/patches/05_gnu_regexp.patch to work around limitation in
  gnu.regexp.


Modified: trunk/jarjar/debian/changelog
===================================================================
--- trunk/jarjar/debian/changelog       2008-02-20 15:24:11 UTC (rev 5780)
+++ trunk/jarjar/debian/changelog       2008-02-20 19:51:43 UTC (rev 5781)
@@ -1,7 +1,9 @@
-jarjar (1.0~rc6.dfsg.1-1) UNRELEASED; urgency=low
+jarjar (1.0~rc6.dfsg-1) UNRELEASED; urgency=low
 
   [Michael Koch]
   * Updated watch file to match upstream version correctly.
+  * Added debian/patches/05_gnu_regexp.patch to work around limitation in
+    gnu.regexp.
 
   [Arnaud Vandyck]
   * New upstream.

Added: trunk/jarjar/debian/patches/05_gnu_regexp.patch
===================================================================
--- trunk/jarjar/debian/patches/05_gnu_regexp.patch                             
(rev 0)
+++ trunk/jarjar/debian/patches/05_gnu_regexp.patch     2008-02-20 19:51:43 UTC 
(rev 5781)
@@ -0,0 +1,11 @@
+--- 
jarjar-1.0~rc6.dfsg.orig/src/main/com/tonicsystems/jarjar/PackageRemapper.java
++++ jarjar-1.0~rc6.dfsg/src/main/com/tonicsystems/jarjar/PackageRemapper.java
+@@ -28,7 +28,7 @@
+     private static final String RESOURCE_SUFFIX = "RESOURCE";
+     
+     private static final Pattern ARRAY_FOR_NAME_PATTERN
+-        = Pattern.compile("\\[L[\\p{javaJavaIdentifierPart}\\.]+?;");
++        = Pattern.compile("\\[L\\p{Alpha}[\\p{Alnum}\\.]*?;");
+ 
+     private final Wildcard[] wildcards;
+     private final HashMap typeCache = new HashMap();


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to