libregexp-java 1.5-2 source package in Ubuntu

Changelog

libregexp-java (1.5-2) unstable; urgency=low

  * Upload to unstable.

libregexp-java (1.5-1) experimental; urgency=low

  * New upstream version
  * Add myself to Uploaders
  * Remove old java1 runtimes from the list of Depends:
  * Add the Maven POM to the package
  * Add a Build-Depends-Indep dependency on maven-repo-helper
  * Update debian/copyright to the machine-readable format.
  * Put the documentation in a separate package

libregexp-java (1.4-6) unstable; urgency=low

  [ Matthias Klose ]
  * Set java source version to 1.4.

  [ Torsten Werner ]
  * Add myself to Uploaders.
  * Add missing Depends: ${misc:Depends}.
  * Switch to debhelper compat level 5.
  * Add Vcs-* and Homepage headers.
  * Update Standards-Version: 3.8.2.
  * Add copyright notice.
  * Do no longer quote the full text of the Apache license.
  * Change Section: java.

 -- Matthias Klose <email address hidden>   Fri,  30 Oct 2009 08:23:05 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Lucid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libregexp-java_1.5.orig.tar.gz 166.2 KiB 79e80af8cbeb68ddad75a1aa6244d7acd62176bfd69bcdc0640d11177dcde97d
libregexp-java_1.5-2.diff.gz 3.2 KiB b2a38277c4d3feeb8f399ac06540c6abf7ada3eb7dfd913c337b909c457ee395
libregexp-java_1.5-2.dsc 1.4 KiB f161cc06a61f89cf8aeeba23c6560eb8128e493e658e2cb7dc43bd1e7e9b5e0e

Available diffs

View changes file

Binary packages built by this source

libregexp-java: 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.
 In addition to being able to match a string against a pattern, you can also
 extract parts of the match. This is especially useful in text parsing!

libregexp-java-doc: Documentation for the Regular expression library

 Regexp is a 100% Pure Java Regular Expression package. Regular expressions
 are pattern descriptions which enable sophisticated matching of strings.
 In addition to being able to match a string against a pattern, you can also
 extract parts of the match. This is especially useful in text parsing!
 .
 This package provides the Javadoc for the regexp API.