Author: nthykier-guest Date: 2009-07-23 10:24:09 +0000 (Thu, 23 Jul 2009) New Revision: 9382
Modified: trunk/jflex/debian/changelog trunk/jflex/debian/compat trunk/jflex/debian/control trunk/jflex/debian/jflex.links Log: New upstream, fixed dangling link, bumped debhelper and standards version. Modified: trunk/jflex/debian/changelog =================================================================== --- trunk/jflex/debian/changelog 2009-07-22 03:10:49 UTC (rev 9381) +++ trunk/jflex/debian/changelog 2009-07-23 10:24:09 UTC (rev 9382) @@ -1,6 +1,17 @@ +jflex (1.4.3-1) UNRELEASED; urgency=low + + * New upstream (bug fix) release + * Fixed dangling symlink in usr/share/ant/lib (Closes: #538063) + * Bumped Standards-versions to 3.8.2 - no changes required. + * Bumped to debhelper version 7 - no changes required. + * Fixed spelling errors. + * Corrected section to java. + + -- Niels Thykier <[email protected]> Thu, 23 Jul 2009 11:34:59 +0200 + jflex (1.4.2-2) unstable; urgency=low - * debian/copyright: Update, mention GPL v2 explicitely. + * debian/copyright: Update, mention GPL v2 explicitly. -- Matthias Klose <[email protected]> Fri, 30 Jan 2009 12:07:57 +0100 @@ -45,7 +56,7 @@ jflex (1.4.1-1) unstable; urgency=low * New upstream release (closes: #248259) - * Transfered maintainership to pkg-java maintainers + * Transferred maintainership to pkg-java maintainers * Changed build system to use ant, cdbs * Added a compat file * Changed dependency to comply with debian java policy (closes: #237823) @@ -61,7 +72,7 @@ jflex (1.3.5-7) unstable; urgency=low - * fixed type in cotrol file. (closes: #215478) + * fixed type in control file. (closes: #215478) -- Takashi Okamoto <[email protected]> Tue, 14 Oct 2003 00:41:58 +0900 @@ -109,6 +120,3 @@ -- Takashi Okamoto <[email protected]> Sat, 2 Jun 2001 19:17:32 +0900 -Local variables: -mode: debian-changelog -End: Modified: trunk/jflex/debian/compat =================================================================== --- trunk/jflex/debian/compat 2009-07-22 03:10:49 UTC (rev 9381) +++ trunk/jflex/debian/compat 2009-07-23 10:24:09 UTC (rev 9382) @@ -1 +1 @@ -4 +7 Modified: trunk/jflex/debian/control =================================================================== --- trunk/jflex/debian/control 2009-07-22 03:10:49 UTC (rev 9381) +++ trunk/jflex/debian/control 2009-07-23 10:24:09 UTC (rev 9382) @@ -1,18 +1,19 @@ Source: jflex -Section: devel +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[email protected]>, Paul Cager <[email protected]> -Build-Depends: debhelper (>= 4.2.30), cdbs, ant +Uploaders: Arnaud Vandyck <[email protected]>, Paul Cager <[email protected]>, + Niels Thykier <[email protected]> +Build-Depends: debhelper (>= 7), cdbs, ant Build-Depends-Indep: default-jdk, junit -Standards-Version: 3.8.0 +Standards-Version: 3.8.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jflex Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jflex Homepage: http://www.jflex.de/ Package: jflex Architecture: all -Depends: default-jre-headless | java1-runtime | java2-runtime +Depends: default-jre-headless | java1-runtime | java2-runtime, ${misc:Depends} Enhances: ant-optional Description: lexical analyzer generator for Java It is also a rewrite of the very useful tool JLex which was developed Modified: trunk/jflex/debian/jflex.links =================================================================== --- trunk/jflex/debian/jflex.links 2009-07-22 03:10:49 UTC (rev 9381) +++ trunk/jflex/debian/jflex.links 2009-07-23 10:24:09 UTC (rev 9382) @@ -1 +1 @@ -usr/share/java/jflex.jar usr/share/ant/lib/jflex.jar +usr/share/java/JFlex.jar usr/share/ant/lib/jflex.jar _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

