File: changelog

package info (click to toggle)
libnative-platform-java 0.14-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 788 kB
  • sloc: java: 2,633; cpp: 1,573; sh: 127; makefile: 49
file content (183 lines) | stat: -rw-r--r-- 6,735 bytes parent folder | download
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
libnative-platform-java (0.14-5) unstable; urgency=medium

  * Team upload.
  * Build depend on default-jdk only (Closes: #898952)
  * Standards-Version updated to 4.1.5

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 30 Jul 2018 00:13:42 +0200

libnative-platform-java (0.14-4) unstable; urgency=medium

  * Team upload.
  * Fixed the build failure with Java 10 (Closes: #898903)
  * Standards-Version updated to 4.1.4
  * Use salsa.debian.org Vcs-* URLs

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 17 May 2018 11:53:41 +0200

libnative-platform-java (0.14-3) unstable; urgency=medium

  * d/control:
    * Remove Damien Raude-Morvan from Uploaders (Closes: #889384)
    * Update Standards-Version to 4.1.3
  * d/Makefile: Move -lcurses to the end of the command, thus fixing a symbol
    error in Ubuntu
  * Update debhelper compat level to 11
  * Remove disabled patches

 -- Kai-Chung Yan (殷啟聰) <seamlikok@gmail.com>  Fri, 09 Mar 2018 22:19:26 +0800

libnative-platform-java (0.14-2) unstable; urgency=medium

  * Team upload.
  * Build javadoc with internal source files and really fix the FTBFS with
    OpenJDK 9. (Closes: #874645)

 -- Markus Koschany <apo@debian.org>  Wed, 29 Nov 2017 22:27:59 +0100

libnative-platform-java (0.14-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.14.
  * Declare compliance with Debian Policy 4.1.1.
  * d/copyright: Use https for Format field.
  * Update native-platform.pom to version 0.14.
  * Fix FTBFS with Java 9.
    Thanks to Chris West for the report. (Closes: #874645)
  * Require at least a Java 7 compatible JDK.
  * Drop PosixFile_rename.patch.
  * Refresh libname.diff.

 -- Markus Koschany <apo@debian.org>  Thu, 23 Nov 2017 18:15:18 +0100

libnative-platform-java (0.11-5) unstable; urgency=medium

  * d/control: Breaks libgradle-core-java (<< 3.1~) (Closes: #844021)

 -- Kai-Chung Yan <seamlikok@gmail.com>  Fri, 02 Dec 2016 14:15:16 +0800

libnative-platform-java (0.11-4) unstable; urgency=medium

  * Let libnative-platform-java depends on libnative-platform-jni
    (>= ${source:Version})
  * Use the original Makefile to build the package instead of Gradle. The
    multiarch circular build-dependencies is very tricky to handle
    * Remove gradle-debian-helper from Build-Depends

 -- Kai-Chung Yan <seamlikok@gmail.com>  Thu, 10 Nov 2016 18:40:17 +0800

libnative-platform-java (0.11-3) unstable; urgency=medium

  * Let libnative-platform-java depends on libnative-platform-jni (>= 0.10) so
    that previously BD-Uninstallable builds satisfy the BDs

 -- Kai-Chung Yan <seamlikok@gmail.com>  Tue, 08 Nov 2016 18:35:35 +0800

libnative-platform-java (0.11-2) unstable; urgency=medium

  * Fix the FTBFS on architecutres other than x86

 -- Kai-Chung Yan <seamlikok@gmail.com>  Tue, 08 Nov 2016 17:19:49 +0800

libnative-platform-java (0.11-1) unstable; urgency=medium

  * New upstream release
  * d/copyright: Exclude *.jar
  * d/control:
    * Depends on default-jdk-headless | default-jdk
    * Remove unused build-dependencies: ant, libjoptsimple-java
  * Use gradle-debian-helper to build this package
  * Use javahelper to install Javadoc
  * New PosixFile_rename.patch to fix the renaming of PosixFile. This patch may
    be safe to remove once Gradle is updated to 3.x.
  * d/rules: Separate arch-dependent and arch-indep build commands

 -- Kai-Chung Yan <seamlikok@gmail.com>  Wed, 02 Nov 2016 18:18:39 +0800

libnative-platform-java (0.10+dfsg-2) unstable; urgency=medium

  * Team upload.
  * No longer use the maven-repo-helper DH sequencer. (Closes: #806630)
    This is a work-around for #805228.
  * Update Vcs URLs in debian/control to use https URLs.
  * Bump Standards-Version to 3.9.8.

 -- tony mancill <tmancill@debian.org>  Sun, 17 Jul 2016 19:39:01 -0700

libnative-platform-java (0.10+dfsg-1) unstable; urgency=low

  * Team Upload.

  [ Kai-Chung Yan ]
  * New upstream release.
  * Move the build script for Debian packaging out from quilt patches.
  * d/Makefile: Javadoc does not include internal classes.
  * d/Makefile: Fix Launchpad bug #1238322 about symbol lookup error
  * d/control: Add myself as Uploaders

  [ Markus Koschany ]
  * Declare compliance with Debian Policy 3.9.6.
  * Simplify get-orig-source target and use Files-Excluded mechanism to remove
    a prebuilt gradle jar file. Repack the source tarball.
  * debian/control: Vcs-Browser: Switch to cgit.

 -- Hans-Christoph Steiner <hans@eds.org>  Wed, 17 Jun 2015 13:28:49 -0400

libnative-platform-java (0.3~rc2-3) unstable; urgency=medium

  * d/patches/native_locator_usr_lib_first.patch: Use java.library.path
    to scan for library path instead of hardcoded /usr/lib/jni/
    It should support Multi-Arch paths.
  * d/patches/libname.diff: Drop Linux32Bit / Linux64Bit because system
    libraries are always named same under Linux.
  * Makefile: Import work from gil cattaneo <puntogil@libero.it> which
    provide better support for Linux-*. Thanks!
  * d/control: Update Standards-Version to 3.9.5 (no changes needed)

 -- Damien Raude-Morvan <drazzib@debian.org>  Sun, 19 Jan 2014 11:00:24 +0100

libnative-platform-java (0.3~rc2-2) unstable; urgency=low

  * Upload to unstable.
  * d/control: Force Build-Depends on default-jdk (>= 1:1.6) to exclude
    any platform which may use GCJ as Java runtime (Closes: #704677).
  * d/watch: Include Bart Martens version. Thanks!

 -- Damien Raude-Morvan <drazzib@debian.org>  Mon, 06 May 2013 01:20:35 +0200

libnative-platform-java (0.3~rc2-1) experimental; urgency=low

  * New upstream release (from git tag 0.3-rc-2).
  * Refresh patches.

 -- Damien Raude-Morvan <drazzib@debian.org>  Tue, 26 Feb 2013 00:55:01 +0100

libnative-platform-java (0.3~rc1-1) experimental; urgency=low

  * New upstream release (from git tag 0.3-rc-1).
  * d/control: Bump Standards-Version to 3.9.4, no changes needed.
  * d/control: Fix Vcs-* headers to use anon.

 -- Damien Raude-Morvan <drazzib@debian.org>  Sun, 24 Feb 2013 17:32:06 +0100

libnative-platform-java (0.3~git20120207-1) experimental; urgency=low

  * New upstream Git snapshot (on 2012-02-07):
    - Drop d/patches/include_locale_h.patch, merged upstream.
    - Refresh others patches.
  * Also build -curses library.

 -- Damien Raude-Morvan <drazzib@debian.org>  Sun, 10 Feb 2013 19:21:57 +0100

libnative-platform-java (0.3~git20120103-2) experimental; urgency=low

  * Fix packages inclusion rule for JAR.
  * Force -source and -target during javac call.

 -- Damien Raude-Morvan <drazzib@debian.org>  Sat, 12 Jan 2013 16:18:49 +0100

libnative-platform-java (0.3~git20120103-1) experimental; urgency=low

  * Initial release (Closes: #697984).

 -- Damien Raude-Morvan <drazzib@debian.org>  Sat, 12 Jan 2013 14:22:07 +0100