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 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268
|
java-wrappers (0.5) unstable; urgency=medium
* Team upload.
* Support Java 21 to 25 (Closes: #1078013)
* No longer support EOL and non-LTS Java versions (6, 7, 9, 10, 18, 19 and 20)
* Standards-Version updated to 4.7.0
-- Emmanuel Bourg <ebourg@apache.org> Tue, 06 Aug 2024 00:57:13 +0200
java-wrappers (0.4) unstable; urgency=medium
* Team upload.
* Add JDK17-20 (Closes: #1011165)
* Switch to debhelper-compat 13
* Add R³
* Add Multi-Arch according to MA hinter
* Update Vcs fields
* Make d/copyright machine readable
* Bump policy version (no changes)
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 04 Dec 2022 18:55:07 +0100
java-wrappers (0.3) unstable; urgency=medium
* Team upload.
* Added Java 10 and 11 support (Closes: #895884)
* Dropped GCJ support
* Dropped old Sun Java support
* Standards-Version updated to 4.1.4
* Switch to debhelper level 11
-- Emmanuel Bourg <ebourg@apache.org> Tue, 17 Apr 2018 13:13:30 +0200
java-wrappers (0.2) unstable; urgency=medium
* Team upload.
* Added Java 9 support
* Added OpenJDK 8 as an alternative alias for openjdk (Closes: #834552)
* Support the JVMs installed by the webupd8 installer (Closes: #799270)
* Moved the package to Git
* Standards-Version updated to 4.1.1
* Switch to debhelper level 10
-- Emmanuel Bourg <ebourg@apache.org> Tue, 24 Oct 2017 19:11:13 +0200
java-wrappers (0.1.28) unstable; urgency=medium
* Team upload.
* Add support for detecting Oracle JRE/JDK 7 and 8 (when installed
from a java-package .deb). (Closes: #743248)
* Bump Standards-Version to 3.9.5 (no changes).
-- tony mancill <tmancill@debian.org> Sat, 03 May 2014 15:43:56 -0700
java-wrappers (0.1.27) unstable; urgency=low
* Prefer openJDK7 as the "java6" runtime (closes: #714748)
* Drop the use of DESTDIR, remnants of a long gone past (closes: #721366)
* Move arch-indep files to /usr/share/java-wrappers, but provide
symlinks for existing wrappers (closes: #646861)
* Conforms to standards 3.9.4
-- Vincent Fourmond <fourmond@debian.org> Wed, 18 Sep 2013 22:25:04 +0200
java-wrappers (0.1.26) unstable; urgency=low
* Fix run_jar (closes: #709976) (and, yes, it is fixed on a Wednesday,
though not the one announced initially ;-) ...)
* Lift the assumption that alternatives live in /usr/lib/jvm (closes:
#711850)
-- Vincent Fourmond <fourmond@debian.org> Wed, 19 Jun 2013 21:50:43 +0200
java-wrappers (0.1.25) unstable; urgency=low
* Do not implicitly include . in classpaths (closes: #664515)
-- Vincent Fourmond <fourmond@debian.org> Sun, 18 Mar 2012 20:12:13 +0100
java-wrappers (0.1.24) unstable; urgency=low
* Drop the use of dpkg-architecture in favor of dpkg (closes: #641499)
* Take into account openjdk-7, patch courtesy of Adrian Bunk
<bunk@stusta.de> (closes: #641420)
-- Vincent Fourmond <fourmond@debian.org> Wed, 14 Sep 2011 18:28:00 +0200
java-wrappers (0.1.23) unstable; urgency=medium
* Correctly find the now architecture-dependent openjdk6 flavor (closes:
#640813)
* Urgency medium to avoid breaking applications in testing when openjdk6 migrates
-- Vincent Fourmond <fourmond@debian.org> Fri, 09 Sep 2011 22:56:25 +0200
java-wrappers (0.1.22) unstable; urgency=low
* Now correctly following relative links from classpaths.
* Fix a final glitch, ready for upload to unstable
-- Vincent Fourmond <fourmond@debian.org> Wed, 06 Apr 2011 10:33:57 +0200
java-wrappers (0.1.21) experimental; urgency=low
* Final form of the find_jar_classpath function that now only performs
path expansion for the argument, but not for the elements found in the
manifests that should be full paths anyway (closes: #563197)
* Trim down significantly the number of JVMs available, as fortunately
the dozens-of-jvms dark age is long gone (closes: #612903)
* Make it sure that mistakes such as find_java_runtime default-jre won't
go unnoticed.
-- Vincent Fourmond <fourmond@debian.org> Mon, 04 Apr 2011 21:08:31 +0200
java-wrappers (0.1.20) experimental; urgency=low
* Adding unzip as we need it to get the classpath correctly...
* Switch to dh 7
-- Vincent Fourmond <fourmond@debian.org> Mon, 04 Apr 2011 09:44:15 +0200
java-wrappers (0.1.19) experimental; urgency=low
* First draft of a recursive classpath resolution function.
-- Vincent Fourmond <fourmond@debian.org> Sun, 03 Apr 2011 01:38:16 +0200
java-wrappers (0.1.18) unstable; urgency=low
* The "let's break Java applications in Wheezy !" upload, or, in other
words, upload to unstable
* Switching to format 3.0 (native)
-- Vincent Fourmond <fourmond@debian.org> Fri, 11 Feb 2011 13:35:24 +0100
java-wrappers (0.1.17) experimental; urgency=low
[ Gabriele Giacone ]
* First step toward java-alternatives integration
[ Vincent Fourmond ]
* Final step (closes: #609731); thanks Gabriele for the first ;-)...
* Conforms to standards 3.9.1
-- Vincent Fourmond <fourmond@debian.org> Thu, 13 Jan 2011 23:01:43 +0100
java-wrappers (0.1.16) unstable; urgency=low
* Adding default as a valid jre choice, and make it the default for
'all'; patch courtesy of Torsten Werner <twerner@debian.org>
(closes: #580180)
* Slightly arrange the documentation, which addresses to some extent bug
#578944, but probably not satisfyingly enough.
* Conforms to 3.8.4
* Adding ${misc:Depends} for potential dh-induced dependencies
-- Vincent Fourmond <fourmond@debian.org> Tue, 04 May 2010 23:42:54 +0200
java-wrappers (0.1.15) unstable; urgency=low
* Switch to Section java
-- Vincent Fourmond <fourmond@debian.org> Wed, 29 Apr 2009 20:04:02 +0200
java-wrappers (0.1.14) unstable; urgency=low
* Fix absolute path in locate_jar (closes: #526087). Thanks to Paul
Millar <paul.millar@desy.de> for spotting and for the patch.
* Conforms to 3.8.1
-- Vincent Fourmond <fourmond@debian.org> Wed, 29 Apr 2009 19:13:40 +0200
java-wrappers (0.1.13) unstable; urgency=low
* Now that lenny is out, it's time to an upload to unstable !
-- Vincent Fourmond <fourmond@debian.org> Sun, 15 Feb 2009 15:41:01 +0100
java-wrappers (0.1.12) experimental; urgency=low
* Now provides java2, java5 and java6 aliases that correspond respectively
to the java2-runtime, java5-runtime and java6-runtime virtual packages
(closes: #514339)
-- Vincent Fourmond <fourmond@debian.org> Sun, 08 Feb 2009 16:38:13 +0100
java-wrappers (0.1.11) experimental; urgency=low
* Adding (back) the sunmin5 alias for jabref
-- Vincent Fourmond <fourmond@debian.org> Sat, 22 Nov 2008 14:13:19 +0100
java-wrappers (0.1.10) experimental; urgency=low
* Added Vcs-* fields
* Adding cacaooj6 runtime + adding it to the openjdk alias. (closes: #503819)
-- Vincent Fourmond <fourmond@debian.org> Sun, 16 Nov 2008 03:17:33 +0100
java-wrappers (0.1.9) experimental; urgency=low
* Added a 'all' alias, and make find_java_runtime take no arguments
as all
-- Vincent Fourmond <fourmond@debian.org> Mon, 22 Sep 2008 23:57:26 +0200
java-wrappers (0.1.8) experimental; urgency=low
* The 'oops, I missed a syntax error release' - fix a missing
fi in java-wrappers.sh
* Fixed a few other syntax errors
-- Vincent Fourmond <fourmond@debian.org> Tue, 16 Sep 2008 00:04:37 +0200
java-wrappers (0.1.7) experimental; urgency=low
* Rewrite of find_java_runtime in a much more flexible fashion...
(closes: #494744)
-- Vincent Fourmond <fourmond@debian.org> Tue, 22 Jul 2008 23:49:08 +0200
java-wrappers (0.1.6) unstable; urgency=low
* Add openjdk6 to the list of runtime flavors
* java-wrappers.sh now understands a JAVA_FLAVOR environment variable.
* Already conforms to policy 3.8.0
-- Vincent Fourmond <fourmond@debian.org> Sat, 19 Jul 2008 22:59:31 +0200
java-wrappers (0.1.5) unstable; urgency=low
* Fix the pattern for conjuring up a JAVA_HOME when it is missing.
(closes: #478054)
-- Vincent Fourmond <fourmond@debian.org> Sat, 03 May 2008 09:30:16 +0200
java-wrappers (0.1.4) unstable; urgency=low
* Improved find_java_runtime to take several arguments
-- Vincent Fourmond <fourmond@debian.org> Wed, 27 Feb 2008 00:42:03 +0100
java-wrappers (0.1.3) unstable; urgency=low
* Small documentation fixes
* Fix small typos in java-wrappers.sh
* Fix a problem with JAVA_BINDIR
-- Vincent Fourmond <fourmond@debian.org> Wed, 27 Feb 2008 00:38:23 +0100
java-wrappers (0.1.2) unstable; urgency=low
* Adding link for the LGPL in debian/copyright
* Closing ITP (closes: #467067)
-- Vincent Fourmond <fourmond@debian.org> Fri, 22 Feb 2008 20:38:52 +0100
java-wrappers (0.1.1) unstable; urgency=low
* Ooops, maintainer is Java Packages, not java mailing-list !
-- Vincent Fourmond <fourmond@debian.org> Wed, 13 Feb 2008 22:10:34 +0100
java-wrappers (0.1) unstable; urgency=low
* Initial release.
-- Vincent Fourmond <fourmond@debian.org> Mon, 11 Feb 2008 20:02:05 +0100
|