File: changelog

package info (click to toggle)
libjna-java 4.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,156 kB
  • ctags: 20,506
  • sloc: java: 57,784; ansic: 4,670; xml: 2,440; makefile: 414; sh: 253
file content (237 lines) | stat: -rw-r--r-- 8,161 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
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
libjna-java (4.2.2-3) unstable; urgency=medium

  * Team upload.
  * Ignore the jna.boot.library.path and jna.boot.library.name properties
    and always load the system jnidispatch library (Closes: #858876)

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 12 Apr 2017 10:52:44 +0200

libjna-java (4.2.2-2) unstable; urgency=medium

  * Team upload.
  * Drop build-dependency on hardening-wrapper. (Closes: #836632)
  * Standards-Version updated to 3.9.8 (no changes)

 -- tony mancill <tmancill@debian.org>  Sun, 04 Sep 2016 21:40:00 -0700

libjna-java (4.2.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Renamed the native library to avoid conflicts with other JNA jars used
    on the system (LP: #1065253)
  * Improved the reproducibility:
    - Use the year of the source date in the copyright notice of the javadoc
  * Standards-Version updated to 3.9.7 (no changes)
  * Use secure Vcs-* fields
  * Call dh_installchangelogs only once during the build

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 23 Mar 2016 13:45:27 +0100

libjna-java (4.2.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Improved the reproducibility:
    - Set the locale and remove the timestamps when generating the javadoc

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 03 Nov 2015 23:27:46 +0100

libjna-java (4.2.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - Refreshed the patches

 -- Emmanuel Bourg <ebourg@apache.org>  Sat, 03 Oct 2015 00:46:21 +0200

libjna-java (4.1.0-1) unstable; urgency=low

  * Team upload

  [ Andrew Ross ]
  * New upstream release (Closes: #733488)
  * Refreshed the patches (up to version 3.4.1)
  * Link javadoc to default-jdk API
  * Remove Michael Koch <konqueror@gmx.de> from uploaders (Closes: #654084).
  * Use hardening-wrapper to correct lintian warnings.
  * Update d/watch for new upstream location

  [ Emmanuel Bourg ]
  * Refreshed the patches (up to version 4.1.0)
  * Removed 08-multiarch-support.patch (merged upstream since JNA 3.5.0)
  * Removed 02-builddir.patch (merged upstream since 4.0.0)
  * Removed 05-support-gnu-kfreebsd.patch (merged upstream since 4.0.0)
  * Added a default implementation of Structure.getFieldOrder() to preserve
    the compatibility with JNA < 3.5.0
  * Moved libjnidispatch.so into its own new arch any libjna-jni package
  * Install libjnidispatch.so in a multiarch path
  * Install the Maven artifacts for the platform jar (Closes: #743732)
  * Moved platform.jar to its own libjna-platform-java package
  * Added a repack script to clean the upstream tarball
  * Install the upstream changelog
  * debian/control:
    - Use canonical URLs for the Vcs-* fields
    - Standards-Version updated to 3.9.6 (no changes)
  * Switch to debhelper level 9
  * debian/copyright:
    - Updated to the Copyright Format 1.0
    - Fixed the short name of the license applied to the debian/* files
    - JNA is now dual licensed under the LGPL-2.1+ or the Apache-2.0 license

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 16 Oct 2014 00:23:15 +0200

libjna-java (3.2.7-4) unstable; urgency=low

  * Remove optional build time dependency on openjdk-6-jdk (depend on
    default-jdk) to fix Debcheck warning.
  * Install jna-platform.jar with javahelper instead of mavenhelper
    (Closes: #629081).

 -- Andrew Ross <ubuntu@rossfamily.co.uk>  Fri, 03 Jun 2011 18:13:57 +0100

libjna-java (3.2.7-3) experimental; urgency=low

  * Seach multiarch paths for libraries (Closes: #620122)

 -- Andrew Ross <ubuntu@rossfamily.co.uk>  Wed, 25 May 2011 21:19:02 +0100

libjna-java (3.2.7-2) unstable; urgency=low

  * Build and install platform.jar too.
  * Bump Standards-Version to 3.9.2.
  * Drop dependency on jre.
  * Update debian/copyright to cover platform code.
  * Add myself to uploaders.

 -- Andrew Ross <ubuntu@rossfamily.co.uk>  Sun, 22 May 2011 21:19:01 +0100

libjna-java (3.2.7-1) unstable; urgency=low

  * New upstream release (Closes: #602564)
  * refresh patches
  * switch debian/watch to new kenai URL
  * change SVN URL in debian/repack-source.sh
  * fix debian/repack-source.sh to use the directory given to uscan via
    -destdir
  * add mh_clean to clean target in debian/rules
  * bump Standards-Version to 3.9.1
  * bump maven-repo-helper dependency to (>= 1.5~)
  * don't compress example java files

 -- Jan Dittberner <jandd@debian.org>  Sun, 20 Feb 2011 15:18:39 +0100

libjna-java (3.2.4-2) unstable; urgency=low

  * make libjna-java buildable on GNU/kFreeBSD
  * debian/control: set Build-Depends to default-jdk | openjdk-6-jdk
  * set JAVA_HOME to /usr/lib/jvm/default-java
  * add debian/patches/05-support-gnu-kfreebsd.patch to support
    GNU/kFreeBSD architectures
  * debian/rules: add -Djni.md5="" to ant call
  * import debian/patches/50-remove-gjdoc-inexistent-options.dpatch as
    debian/patches/06-remove-gjdoc-inexistent-options.patch

 -- Jan Dittberner <jandd@debian.org>  Wed, 26 May 2010 00:14:07 +0200

libjna-java (3.2.4-1) unstable; urgency=low

  [ Ludovic Claude ]
  * Team upload.
  * New upstream release
  * Added myself as uploader
  * Add Maven metadata
  * debian/control:
     - add dependency on maven-repo-helper

  [ Jan Dittberner ]
  * refresh patches

 -- Jan Dittberner <jandd@debian.org>  Wed, 21 Apr 2010 16:36:37 +0200

libjna-java (3.2.3-2) unstable; urgency=low

  * Team upload.
  * refresh patches
  * add debian/patches/04-load-native-code-from-fs.patch to try to load
    native library from /usr/lib/jni if system property
    jna.boot.library.path is not set (Closes: #576879)
  * debian/control:
    - set debhelper dependency to >= 7.0.50~
    - update Standards-Version to 3.8.4 (no changes needed)
    - add Vcs-Git and Vcs-Browser fields
  * switch to source format 3.0 (quilt)
    - add debian/source/format
    - remove quilt dependency from debian/control
    - remove patch rules from debian/rules
    - modify clean target to work with unpatched sources too
  * parse version from changelog in debian/rules
  * add myself to Uploaders
  * switch to dh7 rules in debian/rules

 -- Jan Dittberner <jandd@debian.org>  Thu, 08 Apr 2010 14:51:06 +0200

libjna-java (3.2.3-1) unstable; urgency=low

  * New upstream release.
  * Fixed debian/repack-source.sh to correctly use mktemp.
  * Make libjna-java Depends on *-headless packages.
  * Moved package under pkg-java control.
  * Added debian/README.source to describe quilt.
  * Added myself as Uploader.

 -- Michael Koch <konqueror@gmx.de>  Mon, 02 Nov 2009 14:14:51 +0100

libjna-java (3.1.0-5) unstable; urgency=low

  * Removing vcs fields.
  * Removing README.source.
  * Orphaning package.

 -- Daniel Baumann <daniel@debian.org>  Thu, 27 Aug 2009 08:47:56 +0200

libjna-java (3.1.0-4) unstable; urgency=low

  * Rediffing nbproject.patch (Closes: #538624).
  * Updating to standards version 3.8.3.
  * Adding maintainer homepage field to control.
  * Marking maintainer homepage field to be also included in binary
    packages and changelog.
  * Adding README.source.

 -- Daniel Baumann <daniel@debian.org>  Tue, 25 Aug 2009 11:41:51 +0200

libjna-java (3.1.0-3) unstable; urgency=low

  * Updating maintainer field.
  * Updating vcs fields.
  * Updating, sorting and wrapping depends.

 -- Daniel Baumann <daniel@debian.org>  Sat, 15 Aug 2009 09:40:19 +0200

libjna-java (3.1.0-2) unstable; urgency=low

  * Removing watch file.
  * Flipping maintainer and uploaders field.
  * Upgrading package to standards version 3.8.2.
  * Updating package sections.

 -- Daniel Baumann <daniel@debian.org>  Sun, 26 Jul 2009 15:57:25 +0200

libjna-java (3.1.0-1) unstable; urgency=low

  * Updating standards to 3.8.1.
  * Using correct rfc-2822 date formats in changelog.
  * Merging upstream version 3.1.0.
  * Updating version number in rules.
  * Updating year in copyright file.
  * Updating rules file to current state of the art.

 -- Daniel Baumann <daniel@debian.org>  Tue, 09 Jun 2009 11:36:24 +0200

libjna-java (3.0.9-1) unstable; urgency=low

  * Initial release (Closes: #480074).

 -- Daniel Baumann <daniel@debian.org>  Fri, 02 Jan 2009 09:41:00 -0500