1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251
|
jflex (1.7.0-3) unstable; urgency=medium
* Declare compliance with Debian Policy 4.6.2.
* Fix debian/watch file.
-- Markus Koschany <apo@debian.org> Tue, 28 Feb 2023 00:02:13 +0100
jflex (1.7.0-2) unstable; urgency=medium
* Declare compliance with Debian Policy 4.5.1.
* Use canonical VCS URL.
* Switch to debhelper-compat = 13.
* Remove get-orig-source target.
-- Markus Koschany <apo@debian.org> Sat, 02 Jan 2021 01:11:14 +0100
jflex (1.7.0-1) unstable; urgency=medium
* New upstream version 1.7.0.
* Rebase patches for new release.
* Tighten B-D on cup.
* Declare compliance with Debian Policy 4.2.1.
* Add encoding.patch and fix the FTBFS.
* Update debian/docs for new release.
-- Markus Koschany <apo@debian.org> Mon, 01 Oct 2018 13:37:22 +0200
jflex (1.6.1-3) unstable; urgency=medium
* Use compat level 11.
* Declare compliance with Debian Policy 4.1.3.
* Use https for Format field. Update copyright years.
* Change dependency from default-jre to default-jre-headless |
java7-runtime-headless.
Thanks to Kai-Chung Yan for the report. (Closes: #890345)
* Change source/target to 1.7.
-- Markus Koschany <apo@debian.org> Tue, 13 Feb 2018 22:30:33 +0100
jflex (1.6.1-2) unstable; urgency=medium
* Tighten build-dependency on jflex.
* Drop LexScan.flex.patch. No longer necessary with version 1.6.1 of jflex
which is available in the archive now.
* Update build.patch for compilation with jflex 1.6.1. (Closes: #832645)
* Run jflex and cup before the actual build to fix a compilation error.
-- Markus Koschany <apo@debian.org> Thu, 28 Jul 2016 06:01:51 +0200
jflex (1.6.1-1) unstable; urgency=medium
* Imported Upstream version 1.6.1
* Update watch file. The project moved to Github.
* Add get-orig-source target.
* Update jflex.poms and use upstream's pom.xml file.
* Move the package to Git.
* Add myself to Uploaders. (Closes: #831816)
* Remove debian/logo.gif because it is no longer needed for the docs.
* Drop all patches because they are either obsolete or applied upstream.
* Add build.patch and jflex-executable.patch to adjust build system and
wrapper script for Debian.
* Build-Depend on jflex and cup.
* Add LexScan.flex.patch to fix FTBFS with the older version of JFlex.
* Drop dirs file and remove dh_install override. Use install file instead.
* Install changelog.md as upstream changelog.
* Update debian/copyright to copyright format 1.0.
* Depend on default-jre | java6-runtime because jflex requires a X11
environment. Compile the source code for Java 6 from now on which is de
facto already the minimum requirement in Debian.
-- Markus Koschany <apo@debian.org> Wed, 27 Jul 2016 06:48:48 +0200
jflex (1.4.3+dfsg-2) unstable; urgency=medium
* Team upload.
[ Sylvestre Ledru ]
* Remove myself from the uploaders
[ Emmanuel Bourg ]
* Removed the timestamps from the generated files to improve
the reproducibility of the reverse dependencies
* Standards-Version updated to 3.9.8 (no changes)
* Updated debian/watch to track the latest releases
-- Emmanuel Bourg <ebourg@apache.org> Tue, 03 May 2016 14:10:45 +0200
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 <apo@debian.org> Fri, 12 Feb 2016 18:12:32 +0100
jflex (1.4.3-3) unstable; urgency=low
* Upload in unstable
* Update Standards-Version to version 3.9.4
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 06 May 2013 09:27:25 +0200
jflex (1.4.3-3~exp1) experimental; urgency=low
* Update Standards-Version to version 3.9.3
* Add myself among the uploaders
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 07 Apr 2013 19:19:39 +0200
jflex (1.4.3-2) unstable; urgency=low
* Team upload.
* Remove Arnaud and Paul from Uploaders list.
* Switch to source format 3.0. Use dpkg's internal quilt instead of cdbs'
simple patchsys.
* Install file debian/logo.gif instead of the corrupt doc/logo.gif.
(Closes: #578875)
-- Torsten Werner <twerner@debian.org> Sat, 06 Aug 2011 18:55:47 +0200
jflex (1.4.3-1) unstable; 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.
* Fixed spelling errors.
* Corrected section to java.
* Corrected some paths in debian/rules and debian/docs.
-- Niels Thykier <niels@thykier.net> Thu, 23 Jul 2009 21:07:58 +0200
jflex (1.4.2-2) unstable; urgency=low
* debian/copyright: Update, mention GPL v2 explicitly.
-- Matthias Klose <doko@debian.org> Fri, 30 Jan 2009 12:07:57 +0100
jflex (1.4.2-1) unstable; urgency=low
[Matthias Klose]
* New upstream (bug fix) release.
* Build-depend on default-jdk, depend on default-jre-headless.
* debian/patches/03_build_xml_target.patch: Update.
[Paul Cager]
* Added watch file.
* Added symlink from ant's lib directory
(Closes: #388371 - JFlexTask cannot be found).
* debian/control:
+ Removed Wolfgang Baer from uploaders and added myself.
+ Add Homepage field.
+ Add Vcs-Svn and Vcs-Browser.
+ Build-Depends-Indep on java-gcj-compat-dev instead of kaffe.
+ Updated Standards-Version to 3.8.0.
+ Moved cdbs and debhelper to Build-Depends.
* debian/copyright
+ Removed lintian warnings about file format.
-- Matthias Klose <doko@ubuntu.com> Fri, 09 Jan 2009 11:20:59 +0100
jflex (1.4.1-3) unstable; urgency=low
* added myself as an uploader.
* removed Takashi Okamoto from the uploaders (closes: #352980).
-- Arnaud Vandyck <avdyk@debian.org> Thu, 9 Mar 2006 21:36:42 +0000
jflex (1.4.1-2) unstable; urgency=low
* kaffe compiler transition
+ Removed build compiler jikes setting
+ Added patch to raise target to 1.3 (needed by ecj)
-- Wolfgang Baer <WBaer@gmx.de> Mon, 16 Jan 2006 11:37:07 +0100
jflex (1.4.1-1) unstable; urgency=low
* New upstream release (closes: #248259)
* 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)
* Removed jflex, cup dependency and patch build file to
use the included pregenerated files to avoid dep on itself
* Register documentation with doc-base
* Fixed outdated URL in examples/byaccj (closes: #306528)
* Extracted all patches from diff.gz into debian/patches
* Wrote a simple manpage for jflex
* Standards-Version 3.6.2 (no changes)
-- Wolfgang Baer <WBaer@gmx.de> Thu, 6 Oct 2005 20:34:44 +0200
jflex (1.3.5-7) unstable; urgency=low
* fixed type in control file. (closes: #215478)
-- Takashi Okamoto <tora@debian.org> Tue, 14 Oct 2003 00:41:58 +0900
jflex (1.3.5-6) unstable; urgency=low
* fixed FTBFS (closes: #201450)
-- Takashi Okamoto <tora@debian.org> Sun, 31 Aug 2003 19:31:54 +0900
jflex (1.3.5-5) unstable; urgency=low
* fixed FTBFS (closes: #166595)
-- Takashi Okamoto <tora@debian.org> Sun, 31 Aug 2003 19:31:46 +0900
jflex (1.3.5-4) unstable; urgency=low
* fixed not compile with kaffe. (Closes:#141250)
-- Takashi Okamoto <tora@debian.org> Sat, 27 Jul 2002 08:12:09 +0900
jflex (1.3.5-3) unstable; urgency=low
* add jflex at Build-Depend. (Closes:#133719)
-- Takashi Okamoto <tora@debian.org> Sat, 16 Feb 2002 13:38:21 +0900
jflex (1.3.5-2) unstable; urgency=low
* change Build-Depends to Build-Depends-Indep.
* change /usr/share/java/JFlex.jar to /usr/share/java/JFlex-1.3.5.jar.
new JFlex.jar is symbolic link in JFlex-1.3.5.jar .
-- Takashi Okamoto <tora@debian.org> Thu, 17 Jan 2002 17:07:32 +0900
jflex (1.3.5-1) unstable; urgency=low
* New upstream release
-- Takashi Okamoto <tora@debian.org> Sat, 12 Jan 2002 03:29:35 +0900
jflex (1.3.2-1) unstable; urgency=low
* Initial release.
-- Takashi Okamoto <tora@debian.org> Sat, 2 Jun 2001 19:17:32 +0900
|