This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libregexp-java.
commit 4a55258e3b04c34d697542d4b90bdeda987addf1 Author: Niels Thykier <[email protected]> Date: Thu Jul 15 08:12:45 2010 +0000 Removed depends on JREs, fixed Vcs-Browser field. --- debian/changelog | 5 +++++ debian/control | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 80e2576..6b6bf74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Sun, 09 Aug 2009 13:18:40 +0100 libregexp-java (1.5-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 1e9e3c4..db20a69 100644 --- a/debian/control +++ b/debian/control @@ -8,12 +8,12 @@ Build-Depends: debhelper (>= 5), default-jdk, ant, cdbs 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. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libregexp-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

