]> git.sven.stormbind.net Git - sven/java-package.git/blob - debian/changelog
Changed the short description of the generate packages to match the official name
[sven/java-package.git] / debian / changelog
1 java-package (0.53) UNRELEASED; urgency=low
2
3   * Team upload.
4   * Added support for early access releases (Closes: #721136)
5   * Added support for GA and FCS releases
6   * Updated the package description and debian/README.Debian:
7     - no longer recommend openjdk-6
8     - mention the compatibility with Java 8
9   * Removed 'Replaces: ${j2se_package}debian' from the generated control file
10   * Adjusted the disk space required to unpack the Java 8 documentation
11   * Updated the manpages for Java 8
12   * Updated debhelper level to 7
13   * debian/rules: Use dh_prep instead of dh_clean -k
14   * Removed the recommended dependency on libstdc++5 from the generated
15     control file (used by the now unsupported IBM JDK 5)
16   * Removed the recommended dependency on libgtk1.2 from the generated
17     control file (removed from Squeeze)
18   * Removed the recommended dependency on libx11-6 and libasound2 from
19     the generated control file (these dependencies are already injected
20     by dh_shlibdeps)
21   * Removed the references to "Java 2" from the description of the generated
22     JRE package
23   * Changed the short description of the generate packages to match
24     the official name
25
26  -- Emmanuel Bourg <ebourg@apache.org>  Wed, 28 Aug 2013 19:34:41 +0200
27
28 java-package (0.52) unstable; urgency=low
29
30   [ Sylvestre Ledru ]
31   * Team upload
32   * Upload to unstable
33   * Ack the NMU of David Prévot (thanks!)
34   * Standards-Version updated to version 3.9.4
35   * Remove obsolete variable from the changelog
36   * Add support of ARM upstream binary by James Page and Matthias Vill.
37     Thanks guys! (Closes: #687375)
38   * Change the installation path from
39     /usr/lib/jvm/jdk-6.38-oracle-x64 or /usr/lib/jvm/jdk-7.10-oracle-x64
40     to
41     /usr/lib/jvm/jdk-6-oracle-x64 and /usr/lib/jvm/jdk-7-oracle-x64
42     Thanks to Constantin Makshin for the patch (Closes: #696227)
43
44   [ Cédric Pineau ]
45   * Fix lintian errors and warnings
46
47   [ Gabriele Giacone ]
48   * Add {mozilla,firefox}-javaplugin.so for update-java-alternatives.
49   * Fix plugin directories. Closes: #686216
50
51   [ Emmanuel Bourg ]
52   * Switched to the 3.0 (native) package format
53   * debian/control: Use canonical URLs for the Vcs-* fields
54   * debian/copyright: Switched to the Machine-readable format 1.0
55   * Updated the manpages to reflect the latest naming changes
56   * Removed the unused provided dependencies (j2sdk<version>, j2re<version>)
57   * Provide the java<version-1>-runtime and java<version-2>-runtime dependencies
58     (Closes: #691063)
59   * Provide the java<version>-sdk dependencies to match the openjdk package
60   * Use the upstream versioning scheme (i.e 7u13 instead of 7.13)
61     to match the convention used by the new openjdk packages
62   * Renamed the script files (j2sdk->jdk, j2re->jre, j2se->javase)
63
64  -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 05 Jun 2013 13:43:55 +0200
65
66 java-package (0.51~exp1) experimental; urgency=low
67
68   * Add firefox-javaplugin.so alternative Closes: #673670 and LP: #1024368
69   * Add java5 and 6-{runtime|sdk|...} to the provides line in generated packages Closes: #684993 and LP: #995655
70   * Drop installation debconf note Closes: #685082
71   * Correct handling of amd64 in oracle-jdk6.1->4 and improve error message when used with unknown archives
72   * Add support for earlier oracle-jdk6 version
73
74   [Emmanuel Bourg]
75   * Improved detection of the JRE/JDK version (supports 2 digits Java 7 updates) Closes: #597294
76   * Brand and naming cleanup
77   * Documentation directory changed to be /usr/share/doc/oracle-javaV-doc (for oracle)
78
79   [Joerg Schirottke]
80   * Add mozilla-javaplugin.so alternative
81
82  -- Cédric Pineau <cedric.pineau@gmail.com>  Sat, 18 Aug 2012 11:00:34 +0200
83
84 java-package (0.50+nmu2) unstable; urgency=high
85
86   * Non-maintainer upload.
87   * Allow two digits in Java 7 updates. Closes: #597294, #698108
88
89  -- David Prévot <taffit@debian.org>  Tue, 15 Jan 2013 15:06:26 -0400
90
91 java-package (0.50+nmu1) unstable; urgency=low
92
93   * Non-maintainer upload.
94   * Drop installation debconf note. Closes: #685082
95
96  -- David Prévot <taffit@debian.org>  Thu, 06 Sep 2012 18:38:03 -0400
97
98 java-package (0.50) unstable; urgency=low
99
100   * Java-package reset for reintroduction in debian (removal of all
101     previously supported jvm, global refactoring).
102   * Add support for Oracle Java 6 (update >= 10)
103   * Add support for Oracle Java 7
104   * Add support for .jinfo file (update-java-alternatives tool)
105   * Use jdk included jre binaries (jdk/jre/bin/*)
106   * Print usage information on install
107
108   [ Sylvestre Ledru ]
109   * Long description removed
110   * debian-rules-missing-recommended-target removed
111   * maintainer-script-lacks-debhelper-token removed
112   * Declare the debian/compat to 7 to avoid warnings
113   
114   [ Michael Koch ]
115   * Remove Java plugins for all browsers (Closes: #367887).
116   * Add support for Sun Java 6 Update XX (Closes: #514364).
117
118  -- Cédric Pineau <cedric.pineau@gmail.com>  Thu, 22 Dec 2011 11:42:13 +0100
119
120 java-package (0.42) unstable; urgency=low
121
122   * Provide java*-runtime-headless and java*-sdk names for generated
123     packages.
124   * Recommend dpkg-dev and gcc. Closes: #281766, #405814.
125
126  -- Matthias Klose <doko@debian.org>  Sat, 02 Aug 2008 12:10:52 +0200
127
128 java-package (0.41) unstable; urgency=low
129
130   * Added support for new SUN JDK/JRE for amd64 downloads. Thanks to
131     Artyom Gavrichenkov for the initial patch.
132
133  -- Michael Koch <konqueror@gmx.de>  Fri, 21 Mar 2008 17:20:35 +0100
134
135 java-package (0.40) unstable; urgency=low
136
137   * Add support for ibm-java2-sdk-5.0-6.0-linux-$arch.tgz. Closes: #462399
138     Thanks to Evgeni Dobrev for the patch.
139   * Fixed spelling error in long description: debian -> Debian.
140
141  -- Michael Koch <konqueror@gmx.de>  Thu, 24 Jan 2008 22:48:46 +0100
142
143 java-package (0.39) unstable; urgency=low
144
145   * Added support for IBM JDK 6.0 final release.
146   * Updated Standard-Version to 3.7.3.
147   * Updated debhelper level to 5.
148
149  -- Michael Koch <konqueror@gmx.de>  Tue, 18 Dec 2007 07:38:34 +0100
150
151 java-package (0.38) unstable; urgency=low
152
153   * Mention SUN JDK 6 in REAME.Debian. Closes: #448258.
154   * Fixed typo when creating version number for SUN JDK 6. Closes: #451935.
155   * Fix handling of symlinks for ControlPanel, HtmlConverter and java-rmi.cgi
156     from SUN JDK 6. Closes: #448351.
157
158  -- Michael Koch <konqueror@gmx.de>  Fri, 30 Nov 2007 00:03:50 +0100
159
160 java-package (0.37) unstable; urgency=low
161
162   * Added libstdc++5 to Recommends of generated package. Closes: #446334.
163
164  -- Michael Koch <konqueror@gmx.de>  Thu, 25 Oct 2007 22:45:42 +0200
165
166 java-package (0.36) unstable; urgency=low
167
168   * Fixed package description to include more supported JDKs.
169     Closes: #447615, #447617.
170
171  -- Michael Koch <konqueror@gmx.de>  Wed, 24 Oct 2007 09:56:52 +0200
172
173 java-package (0.35) unstable; urgency=low
174
175   * Use 'date -R' instead of the deprecated '822-date'. Closes: #441229.
176   * Fix generation of .changes file. Closes: #332643.
177     Thanks to Christoph Goehre for the patch.
178   * Add possibility to add a configured revision to the version.
179     Closes: #442246. Thanks to Christoph Goehre again for the patch.
180
181  -- Michael Koch <konqueror@gmx.de>  Fri, 14 Sep 2007 17:28:13 +0200
182
183 java-package (0.34) unstable; urgency=low
184
185   * Fixed SUN JDK on amd64. Closes: #439221.
186
187  -- Michael Koch <konqueror@gmx.de>  Fri, 24 Aug 2007 00:41:54 +0200
188
189 java-package (0.33) unstable; urgency=low
190
191   * Fixed postinst scripts for SUN JDK 1.4, 5 and 6. Closes: #435632.
192
193  -- Michael Koch <konqueror@gmx.de>  Thu, 02 Aug 2007 18:43:40 +0200
194
195 java-package (0.32) unstable; urgency=low
196
197   * Added support for iceweasel. Closes: #433445.
198   * Fix dangling links for SUN Java 5. Closes: #305053.
199   * Depend on libx11-6 and libasound2. Closes: #289004.
200   * Fix building on ia64. Closes: #355465.
201
202  -- Michael Koch <konqueror@gmx.de>  Thu, 19 Jul 2007 22:51:31 +0200
203
204 java-package (0.31) unstable; urgency=low
205
206   * Reapplied changes from 0.28 to 0.29. Closes: 322843.
207
208  -- Michael Koch <konqueror@gmx.de>  Tue, 10 Jul 2007 08:16:14 +0200
209
210 java-package (0.30) unstable; urgency=low
211
212   * Added support for SUN JDK 6u2 (and following updates).
213   * Added support for ibm-java2-jre-5.0-5.0-linux-ppc.tgz.
214     Thanks to B. Zhang.
215
216  -- Michael Koch <konqueror@gmx.de>  Sun, 08 Jul 2007 09:33:29 +0200
217
218 java-package (0.29) unstable; urgency=low
219
220   * Added support for SUN Java 6 and IBM Java 6.
221     Closes: #322843, #402642, #418592, #425508, #430026.
222   * Added myself to Uploaders.
223
224  -- Michael Koch <konqueror@gmx.de>  Tue, 26 Jun 2007 17:40:04 -0100
225
226 java-package (0.28) unstable; urgency=low
227
228   * Modified to reflect migration to Subversion
229   * Bumped standards to version 3.7.2, no changes
230   * Corrected test for AMD64 architecture during plug-in detection
231   * Corrected detected version for IBM Java 5 JDK on AMD64 (Closes: #345775)
232   * Repaired alternatives handling for IBM Java 5 JREs and JDKs
233     (Closes: #338569)
234   * Corrected pathing for alternatives installation for Mozilla and
235     Firefox plugins (Closes: #341751)
236   * Relaxed architectural restrictions on plugin alternative 
237     installation for IBM Java 5 JREs and JDKs (Closes: #343837)
238   * Added plugin installation for the new packaging of Firefox 1.5 and
239     later (Closes: #341749)
240   * Modified warning suppression for dh_shlibdeps to accommodate 
241     changes in dpkg-dev (Closes: #354427)
242   * Added quotes to variable tests for maintainer name and email 
243     (Closes: #342623)
244   * Refactored architecture evaluation to eliminate repetition and
245     evaluate DEB_BUILD_GNU_TYPE correctly for i486-linux-gnu
246   * Removed dependency on 'coreutils | stat' from control file, as
247     the dependency is satisfied within essential (Closes: #370002)
248
249  -- Barry Hawkins <barry@alltc.com>  Mon, 26 Jun 2006 11:19:08 -0400
250
251 java-package (0.27) unstable; urgency=low
252
253   * Added support for IBM Java2 5.0 JREs and JDKs (Closes: #337129)
254   * Corrected missing alternatives links for all JREs and JDKs
255     (Closes: #317492)
256   * Added conditional wrapping around dh_compress to account for
257     JRE/JDKs that do not ship manpages (Closes: 301738)
258   * Removed java-common from Provides: for JRE and JDK packages.
259
260  -- Barry Hawkins <barry@bytemason.org>  Tue, 08 Nov 2005 12:16:24 -0500
261
262 java-package (0.26) unstable; urgency=low
263
264   * Update standards version to 3.6.2
265   * Resolve issues with powerpc-linux support detection (Closes: #317671)
266   * Added support for Blackdown 1.4.2+02 release (Closes: #316831)
267   * Added support for packaging Sun JDK documentation (Closes: #272971)
268   * Modified make-jpkg behavior to default the generated packages' 
269     name and email address for the maintainer to Debian Java Maintainers
270     (Closes: #325554)
271
272  -- Barry Hawkins <barry@bytemason.org>  Thu, 18 Aug 2005 00:43:17 -0400
273
274 java-package (0.25) unstable; urgency=low
275
276   * Cope with dpkg's new way of expressing architectures (Closes: #313555)
277   * Re-exec with fakeroot if needed (Closes: #310132)
278
279  -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Sun, 10 Jul 2005 18:50:40 +0200
280
281 java-package (0.24) unstable; urgency=low
282
283   * Added plugin alternatives support for i386 IBM JREs and JDKs
284   * Corrected pathing for plugin alternatives to reflect difference in 
285     layout between JREs and JDKs for Sun and Blackdown (Closes: #305219,
286     #301806)
287
288  -- Barry Hawkins <barry@bytemason.org>  Wed, 21 Apr 2005 01:02:03 -0400
289
290 java-package (0.23.1) experimental; urgency=low
291
292   * Added architecture-specific pathing for plugin alternatives for 
293     Blackdown 1.3 and 1.4 JREs and JDKs
294
295  -- Barry Hawkins <barry@bytemason.org>  Wed, 06 Apr 2005 00:03:40 -0500
296
297 java-package (0.23) unstable; urgency=low
298
299   * Further expanded 1.3.1 Blackdown JRE/JDK support for i386
300   * Added architecture-specific pathing for plugin alternatives for 
301     Sun 1.4 and 1.5 JREs and JDKs (Closes: #301806)
302   * Added recommends for system elements required by applets and 
303     graphical user interface elements (Closes: #300817)
304   * Jeroen van Wolffelaar:
305     + Fixed packages description to not have too long lines, and make the 3
306       items an enumeration
307
308  -- Barry Hawkins <barry@bytemason.org>  Fri, 01 Apr 2005 00:36:40 -0500
309
310 java-package (0.22.1) experimental; urgency=low
311
312   * Corrected IBM and Blackdown JRE/JDK file size specifications
313   * Added support for additional 1.3.1 Blackdown JREs and JDKs for i386,
314     powerpc (Closes: #301092)
315   * Added installation of javaws alternative for Sun 1.5 JREs and JDKs 
316     (Closes: #300303)
317
318  -- Barry Hawkins <barry@bytemason.org>  Thu, 24 Mar 2005 13:20:18 -0500
319
320 java-package (0.22) unstable; urgency=low
321
322   * Corrected IBM JRE/JDK scripts to accurately reflect the supported 
323     IBM JDKs and JREs in the generated SUPPORTED file
324
325  -- Barry Hawkins <barry@alltc.com>  Fri, 18 Mar 2005 10:21:53 -0500
326
327 java-package (0.21) unstable; urgency=low
328
329   * Enable support for IBM JDKs and JREs for x86, amd64, powerpc, 
330     powerpc64, and s390 architectures, based upon a patch by Rico 
331     Schiekel (Closes: #264137)
332   * Enable suppport for Blackdown 1.3.1 JDK and JRE for PowerPC 
333     architecture. (Closes: #296205)
334   * Update documentation and to reflect current supported JDKs and JREs
335
336  -- Barry Hawkins <barry@alltc.com>  Mon, 14 Mar 2005 03:18:39 -0500
337
338 java-package (0.20) unstable; urgency=low
339
340   * Make the postinst & rm for generated packages #!/bin/bash, as we use
341     bash-specific features (Closes: #292179)
342   * Drop the df output parsing, use '/usr/bin/stat' instead (Closes: #293487,
343     #289006, #293350)
344   * Drop the now obsolete peer stuff from the source package
345   * Change priorities, 313 for 1.3, 314 for 1.4, etc (Closes: #292451)
346   * Don't dh_strip, fiddling with upstream's binaries apparantly breaks stuff
347     (Closes: #291238)
348
349  -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Tue, 08 Feb 2005 15:04:51 +0100
350
351 java-package (0.19) unstable; urgency=low
352
353   The "Joshua Kwan <joshk@debian.org> rocks!" release.
354
355   Joshua Kwan:
356   * Unclutter Debian build system and rework package slightly so that
357     *debian packages are not needed anymore. The necessary files will be
358     included in the generated packages. (Closes: #291145, #289245, #284779)
359   * Add support for Blackdown 1.4.2+01 build. (Closes: #285405)
360   * Fix support for Sun 1.5.0 amd64 builds due to typo. (Closes: #290879)
361   * Mozilla browser plugin name changed in 1.4.2 versions. Detect and correct.
362     (Closes: #273730)
363   * Use --block-size=1M instead of -BM. (Closes: #289005, #291161)
364   * Disable support for Sun JDK 1.3 due to its dependencies on libraries
365     that are simply not available anymore. (Closes: #272972)
366   * Fix up short description a little bit.
367   * Bump Standards-Version to 3.6.1 (no changes)
368   * Be a bit more conservative with the real-root test.
369   * Remove last j2se-package references.
370   * Change Suggests on fakeroot to a Depends because it is worthless both
371     as real root and as a normal user without fakeroot.
372
373   Jeroen van Wolffelaar:
374   * Use DEBFULLNAME, DEBNAME and DEBEMAIL if available, and don't ask for
375     those values in that case. (Closes: #279653)
376   * Updated documentation regarding dropped Sun 1.3 support
377   * Work around multiline df output caused by long device names
378     (Closes: #289006)
379   * Add Replaces: for the generated packages on their *debian counterparts
380
381  -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Tue, 25 Jan 2005 00:05:06 +0100
382
383 java-package (0.18) unstable; urgency=low
384
385   * Added myself to Uploaders
386   * Fix security hole (inscure temp file creation) plus lots of needless I/O
387     in free disk checking function
388   * Added support for Sun's JDK/JRE 1.5 patch levels, based on a patch by
389     Peter Marschall <peter@adpm.de> (Closes: #286718, #287857)
390   * Bail out if running as real root (works around the evil parts of Sun's
391     install script that unconditionally writes to /etc, see #266273, #280707)
392   * Fix typo in j2re.sh that apparantly with some versions of
393     bash/dpkg/whatever cause package build failure (Closes: #281780, #282902)
394   * Reduce minimum expected size a bit Sun's 1.5.0 amd64 package, it was set
395     too high (Closes: #284033)
396   * Substitute package version number at build time in the make-jpkg
397     executable (Closes: #282221)
398   * Added a README.Debian explaining the existance of make-jpkg and what
399     binary packages are supported and where to get them. Thanks Thijs
400     Kinkhorst for the draft (Closes: #283362)
401   * Added automatically-generated file SUPPORTED that lists all binary
402     filenames that are supported, thanks Alex Owen <owen@cus.org.uk> for the
403     idea (Closes: #275296)
404
405  -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Mon,  3 Jan 2005 18:47:47 +0100
406
407 java-package (0.17) unstable; urgency=low
408
409   * added a patch for detecting the architecture (Closes: #274844,
410     #270949, #271846). This patch should also close this one (Closes:
411     #280685).
412
413  -- Arnaud Vandyck <avdyk@debian.org>  Fri, 12 Nov 2004 17:28:38 +0100
414
415 java-package (0.16) unstable; urgency=low
416
417   * added myself as an uploader.
418   * Carlos already closed the support for 1.5 request but it seems he did
419     not upload the package (Closes: #277088).
420
421  -- Arnaud Vandyck <avdyk@debian.org>  Wed, 10 Nov 2004 16:38:44 +0100
422
423 java-package (0.15) unstable; urgency=low
424
425   * lib/sun-j2re.sh: Added support for JRE 1.5.0 (aka "Java 5.0").
426   * lib/sun-j2sdk.sh: Added support for Java SDK 1.5.0.
427
428  -- Carlos Laviola <claviola@debian.org>  Mon, 11 Oct 2004 21:08:59 -0300
429
430 java-package (0.14) unstable; urgency=low
431
432   * debian/control: Commented out the lines that generate the Debian-specific
433     packages, thus making alternatives available.
434     - Also made all of the generated packages depend on their Debian-specific
435     counterparts by default.  (Closes: #266671)
436
437  -- Carlos Laviola <claviola@debian.org>  Mon, 13 Sep 2004 03:38:31 -0300
438
439 java-package (0.13) unstable; urgency=low
440
441   * References to j2se-package are gone.  (Closes: #267642)
442   * Added support for Blackdown Java 1.4.2 RC1 JRE/SDK.  (Closes: #267643)
443
444  -- Carlos Laviola <claviola@debian.org>  Mon, 13 Sep 2004 03:17:54 -0300
445
446 java-package (0.12) unstable; urgency=low
447
448   * remove to contrib because this package depend on non-free J2SE.
449
450  -- Takashi Okamoto <tora@debian.org>  Tue,  3 Aug 2004 00:37:13 +0900
451
452 java-package (0.11) unstable; urgency=low
453
454   * change package name java-package and the command build package is 
455     make-jpkg.
456
457  -- Takashi Okamoto <tora@debian.org>  Sat, 31 Jul 2004 15:07:36 +0900
458
459 java-package (0.10) unstable; urgency=low
460
461   * change package name mpkg-j2se.
462   * not use *-j2[re|sdk]debian package. Instead of this, add package 
463     dependency to generated package. This reduce the installation for 
464     such extra package. 
465   * SUN's jdk1.5 beta2 support.
466
467  -- Takashi Okamoto <tora@debian.org>  Sun, 18 Jul 2004 13:53:36 +0900
468
469 java-package (0.9) unstable; urgency=low
470
471   * more generic support for j2re1.3.1/j2sdk1.3.1 from SUN.
472
473   * add alternative for jarsigner (in j2sdk1.4 and j2sdk1.5 from SUN).
474
475  -- Hubert Schmid <ude2@z42.de>  Sun, 23 May 2004 23:35:14 +0200
476
477 java-package (0.8) unstable; urgency=low
478
479   * java plugin: support for mozilla-firefox.
480
481  -- Hubert Schmid <ude2@z42.de>  Tue,  4 May 2004 22:39:39 +0200
482
483 java-package (0.7) unstable; urgency=low
484
485   * Optionally create .changes file.
486
487   * Add command line options: --help, --version, --full-name,
488     --email, --changes.
489
490   * Add environment variables: J2SE_PACKAGE_FULL_NAME,
491     J2SE_PACKAGE_EMAIL.
492
493  -- Hubert Schmid <ude2@z42.de>  Sat, 27 Mar 2004 23:01:08 +0100
494
495 java-package (0.6) unstable; urgency=low
496
497   * More generic support for Java2 1.4.2 from SUN.
498
499  -- Hubert Schmid <ude2@z42.de>  Thu, 11 Mar 2004 20:39:51 +0100
500
501 java-package (0.5) unstable; urgency=low
502
503   * NEW: build Blackdown J2RE 1.4.1 (gcc-2.95) and J2SDK 1.4.1 (gcc-2.95).
504
505   * NEW: support for SUN J2RE 1.5.0 beta, SUN J2SDK 1.5.0 beta.
506
507  -- Hubert Schmid <ude2@z42.de>  Sat,  7 Feb 2004 21:57:09 +0100
508
509 java-package (0.4) unstable; urgency=low
510
511   * Added support for: SUN J2RE 1.4.2_03, SUN J2SDK 1.4.2_03
512
513  -- Hubert Schmid <ude2@z42.de>  Thu, 15 Jan 2004 22:27:52 +0100
514
515 java-package (0.3) unstable; urgency=low
516
517   * Added support for: Blackdown J2RE 1.3, 1.4, J2SDK 1.3, 1.4
518
519   * Removed usage of "du --apparent-size". This should fix a problem
520     with old fileutils.
521
522  -- Hubert Schmid <ude2@z42.de>  Sun,  9 Nov 2003 21:13:38 +0100
523
524 java-package (0.2) unstable; urgency=low
525
526   * Added support for: Sun J2RE 1.3, Sun J2SDK 1.3, Sun J2SDK 1.4
527
528   * Moved peer packages into this source package.
529
530  -- Hubert Schmid <ude2@z42.de>  Thu, 30 Oct 2003 00:10:01 +0100
531
532 java-package (0.1) unstable; urgency=low
533
534   * Initial Release.
535
536  -- Hubert Schmid <j2se-package@z42.de>  Sun, 26 Oct 2003 20:06:57 +0100