jflex 1.4.3+dfsg-1 source package in Ubuntu

Changelog

jflex (1.4.3+dfsg-1) unstable; urgency=medium

  * Team upload.
  * wrap-and-sort -sa.
  * Use compat level 9 and require debhelper >= 9.
  * Declare compliance with Debian Policy 3.9.7.
  * Use only Build-Depends field.
  * Switch from cdbs to dh sequencer.
  * Use maven-repo-helper to install maven artifacts.
  * Add jflex.poms and pom.xml.
  * Remove Niels Thykier from Uploaders. (Closes: #770563)
  * Use canonical Vcs-URI.
  * Repack the tarball and remove pre-built JFlex.jar file.

 -- Markus Koschany <email address hidden>  Fri, 12 Feb 2016 18:12:32 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe devel

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jflex_1.4.3+dfsg-1.dsc 2.0 KiB 18bce4c835e946f4d04b877f66edc5daa6b225debfec60728fe22c53993136ee
jflex_1.4.3+dfsg.orig.tar.xz 947.3 KiB c04766b4969fe0f2f417967a725e79c422f1b23853f0a1e07047cf5e886a1499
jflex_1.4.3+dfsg-1.debian.tar.xz 36.4 KiB 1cabd77da3832347fabd5c789d1fb4e376ba290d4913d51acb1236398ef3c265

Available diffs

No changes file available.

Binary packages built by this source

jflex: lexical analyzer generator for Java

 It is also a rewrite of the very useful tool JLex which was developed
 by Elliot Berk at Princeton University. As Vern Paxon states for
 his C/C++ tool flex : They do not share any code though.
 .
 JFlex is designed to work together with the LALR parser generator CUP
 by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J
 by Bob Jamison. It can also be used together with other parser generators
 like ANTLR or as a standalone tool.