[pkg-java] r12755 - trunk/libregexp-java/debian

Niels Thykier nthykier-guest at alioth.debian.org
Thu Jul 15 08:12:47 UTC 2010


Author: nthykier-guest
Date: 2010-07-15 08:12:45 +0000 (Thu, 15 Jul 2010)
New Revision: 12755

Modified:
   trunk/libregexp-java/debian/changelog
   trunk/libregexp-java/debian/control
Log:
Removed depends on JREs, fixed Vcs-Browser field.

Modified: trunk/libregexp-java/debian/changelog
===================================================================
--- trunk/libregexp-java/debian/changelog	2010-07-14 12:01:24 UTC (rev 12754)
+++ trunk/libregexp-java/debian/changelog	2010-07-15 08:12:45 UTC (rev 12755)
@@ -1,7 +1,12 @@
 libregexp-java (1.5-3) UNRELEASED; urgency=low
 
+  [ Ludovic Claude ]
   * Change section of libregex-java-doc to doc
 
+  [ Niels Thykier ]
+  * Removed Depends on JREs (Closes: #528306)
+  * Fixed broken Vcs-Browser link.
+
  -- Ludovic Claude <ludovic.claude at laposte.net>  Sun, 09 Aug 2009 13:18:40 +0100
 
 libregexp-java (1.5-2) unstable; urgency=low

Modified: trunk/libregexp-java/debian/control
===================================================================
--- trunk/libregexp-java/debian/control	2010-07-14 12:01:24 UTC (rev 12754)
+++ trunk/libregexp-java/debian/control	2010-07-15 08:12:45 UTC (rev 12755)
@@ -8,12 +8,12 @@
 Build-Depends-Indep: maven-repo-helper
 Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libregexp-java
-Vcs-Browser: https://svn.debian.org/wsvn/pkg-java/trunk/libregexp-java/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libregexp-java/
 Homepage: http://jakarta.apache.org/regexp/
 
 Package: libregexp-java
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless | java2-runtime
+Depends: ${misc:Depends}
 Description: Regular expression library for Java
  Regexp is a 100% Pure Java Regular Expression package. Regular expressions
  are pattern descriptions which enable sophisticated matching of strings.




More information about the pkg-java-commits mailing list