File: changelog

package info (click to toggle)
libsvm 3.24%2Bds-6.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 996 kB
  • sloc: java: 3,680; cpp: 3,146; ansic: 2,253; python: 1,270; makefile: 154; sh: 41
file content (336 lines) | stat: -rw-r--r-- 12,481 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
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
libsvm (3.24+ds-6.1) unstable; urgency=medium

  [ Anibal Monsalve Salazar ]
  * Non-maintainer upload

  [ Vladimir Petko ]
  * d/control: add java-common to Build-Depends to resolve build
    failure on platforms other than amd64.
    d/rules, d/target-source.patch: use java_compat_level variable
    provided by java-common to adjust -source/-target level to the
    minimum required by the default Java (LP: #2054242).
    Closes: #1057522

 -- Vladimir Petko <vladimir.petko@canonical.com>  Thu, 22 Feb 2024 16:33:36 +1300

libsvm (3.24+ds-6) unstable; urgency=medium

  * d/test/control: Add python3-all to python-simple's Depends:
    (Closes: #972533)
  * d/control: Add myself to Uploaders.

 -- Michael Hudson-Doyle <mwhudson@debian.org>  Thu, 22 Oct 2020 08:22:16 +1300

libsvm (3.24+ds-5) unstable; urgency=medium

  * Set Multi-Arch: same for libsvm3, libsvm-dev; foreign for libsvm-java
  * Add optional symbols seen with newer toolchain
  * Add lintian-overrides for libsvm-java

 -- Christian Kastner <ckk@debian.org>  Sun, 13 Sep 2020 20:52:29 +0200

libsvm (3.24+ds-4) unstable; urgency=medium

  * Add autopkgtest for Python package
  * Add patch Merge-commonutil.py-into-svmutil.py.patch (Closes: #958114)
    - Add python3-libsvm.README.Debian documenting the merge

 -- Christian Kastner <ckk@debian.org>  Sat, 02 May 2020 10:12:38 +0200

libsvm (3.24+ds-3) unstable; urgency=medium

  * autopktest: Fix package name svm-tools -> libsvm-tools. (Closes: #950317)
  * Fix FTBFS on arch:all because of missing JAR.
    This was caused by recent changes to the build process.
  * Mark libsvm3-java as Multi-Arch: foreign
  * Bump Standards-Version to 4.5.0 (no changes needed)

 -- Christian Kastner <ckk@debian.org>  Fri, 31 Jan 2020 23:33:23 +0100

libsvm (3.24+ds-2) unstable; urgency=medium

  * Set shebang when installing tools/. Really (Closes: #936924)

 -- Christian Kastner <ckk@debian.org>  Mon, 20 Jan 2020 08:36:36 +0100

libsvm (3.24+ds-1) unstable; urgency=medium

  [ Andreas Tille ]
  * Move to Debian Science Team maintenance

  [ Chen-Tse Tsai ]
  * Acknowledge NMUs. Thanks, Olly Betts and Adrian Bunk!
  * Drop dependency on cdbs. Use dh instead.
  * Drop Python2 package. Create Python3 package (Closes: #936924)
  * Add patch build-libraries.patch to simplify proper shared library building.
  * Bump debhelper compatibility level to 12.
  * Let dh_install install from debian/tmp, instead of source.
  * Add lintian overrides for no-upstream-changelog.
  * Include man pages in libsvm-tools package.
  * Drop obsolete dpkg trigger.

  [ Helmut Grohne ]
  * Fix FTCBFS: (Closes: #862234)
    + Move default-jdk to Build-Depends-Indep
    + Annotate python-all dependency with :native
    + Use a triplet-prefixed CXX

  [ Andreas Tille ]
  * Secure URI in copyright format
  * Remove trailing whitespace in debian/changelog
  * Remove trailing whitespace in debian/control
  * Remove trailing whitespace in debian/copyright
  * Trim trailing whitespace.
  * Use secure URI in Homepage field.
  * Fix day-of-week for changelog entry 2.91-1.
  * Use Files-Excluded to exclude Windows binaries

  [ Christian Kastner ]
  * Add symbols file based on version 3.21
  * Set Rules-Requires-Root to no to declare that libsvm does not need
    (fake)root for building its debs
  * Also install tools svm-checkdata, svm-easy, svm-grid, svm-subset
  * Add autopkgtest smoke-test for the executables
  * Add myself to Uploaders
  * Use secure URI in d/watch
  * Add Comment to d/copyright documenting the precompiled binaries removal
  * Bump copyrights
  * Add lintian override for
    possible-documentation-but-no-doc-base-registration

 -- Christian Kastner <ckk@debian.org>  Fri, 10 Jan 2020 22:15:03 +0100

libsvm (3.21+ds-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Bump -target/-source to fix FTBFS with Java >= 9,
    thanks to Emmanuel Bourg. (Closes: #893291)

 -- Adrian Bunk <bunk@debian.org>  Sun, 23 Sep 2018 08:39:25 +0300

libsvm (3.21+ds-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/libsvm3.triggers:
    - Fix typo: activate-nowait -> activate-noawait.  (Closes: #832075)

 -- Olly Betts <olly@survex.com>  Sat, 30 Jul 2016 15:18:16 +1200

libsvm (3.21+ds-1) unstable; urgency=medium

  * New upstream release (Closes: #824032)
  * Acknowledge NMU. Thanks, Andrey.
  * debian/control:
    - Removed obsolete DM-Upload-Allowed
    - Updated the Standards-Version to 3.9.8 (no changes needed)
    - Changed XS-Python-Version to X-Python-Version
    - Changed the architecture of python-libsvm to all
    - Make python-libsvm, depending on arch:any, binNMUable
    - Removed duplicated Homepage description. (Closes: #693889)
    - Removed autotools-dev from Build-Depends
    - Changed python-all-dev to python-all in Build-Depends
  * debian/rules:
    - Added hardening support using dpkg-buildflags
  * Added patch improve-option-parsing.patch.
    It improves option parsing in svm-train.c, svm-predict.c,
    and svm-scale.c. (Closes: #716362, Closes: #716363)
  * debian/copyright:
    - Changed the copyright file to machine-readable format 1.0
    - Added missing copyright attribution for tools/checkdata.py
  * Replaced libsvm3.postinst with libsvm3.triggers
  * Fixed some typos in the man page of svm-checkdata
  * Added a watch file
  * Removed Windows binary files and the pre-built jar (Closes: #823880)
  * Thanks to Christian for advising many packaging details.

 -- Chen-Tse Tsai <ctse.tsai@gmail.com>  Wed, 20 Jul 2016 12:50:24 -0500

libsvm (3.12-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Port from python-support to dh-python (Closes: #786206)

 -- Andrey Rahmatullin <wrar@debian.org>  Sat, 29 Aug 2015 20:00:43 +0500

libsvm (3.12-1) unstable; urgency=low

  * New upstream release
  * Remove patchsys-quilt.mk and upgrade to packaging format "3.0 quilt".
  (Closes: #667791)
  * Update to Standards-Version to 3.9.3 and debhelper to 9.
  * Change obsolete depends default-jdk-builddep to default-jdk.
  (Closes: #669223)
  * Fix description-synopsis-starts-with-article (Lintian).
  * Fix extended-description-is-probably-too-short (Lintian).
  * Fix needless-dependency-on-jre (Lintian).
  * Fix capitalization-error-in-description Python (Lintian).
  * Fix duplicate-short-description (Lintian).
  * Add build-arch and build-indep rules. (Closes: #673215)

 -- Chen-Tse Tsai <ctse.tsai@gmail.com>  Mon, 11 Jun 2012 16:14:24 +0800

libsvm (3.1-1) unstable; urgency=low

  * New upstream release.
  * Removed the versioned name of directory under /usr/include/
  	since different version of libsvm-dev cannot be co-installed. (Closes: #608851)

 -- Chen-Tse Tsai <ctse.tsai@gmail.com>  Wed, 6 Apr 2011 17:45:42 +0800

libsvm (3.0-1) unstable; urgency=low

  [Chen-Tse Tsai]
  * New upstream release.
    - Moved the model structure to svm.h and changed the function
      which destroys the model.
    - Added description warns that the new python interface
      is incompatible with the previous version 2. (Closes: #594251)
  [Steffen Moeller]
  * Changed to source format 3.0 (quilt).
  * Allowing repeated invocations of dpkg-buildpackage

 -- Chen-Tse Tsai <ctse.tsai@gmail.com>  Sun, 10 Oct 2010 10:55:41 +0800

libsvm (2.91-2) unstable; urgency=low

  * Fixed the preinst script of python-libsvm. (Closes: #583737)
  * Fixed the man page of svm-predict. (Closes: #590275)
  * Fixed python string exception problems of libsvm-tools. (Closes: #585245)

 -- Chen-Tse Tsai <ctse.tsai@gmail.com>  Fri, 6 Aug 2010 03:03:41 +0800

libsvm (2.91-1) unstable; urgency=low

  * New upstream release.
  * Changed python-libsvm to the new python interface
    provided by upstream.

 -- Chen-Tse Tsai <ctse.tsai@gmail.com>  Sat, 10 Apr 2010 12:00:44 +0800

libsvm (2.90-1) unstable; urgency=low

  * New upstream release.
  * Fixed dependency of python-libsvm. (Closes: #548401)
  * Fixed python-libsvm building problem and migrated
    from python-central to python-support.
    Thanks to Sandro Tosi. (Closes: #557339)
  * Moved the tools in examples/tools/ of python-libsvm to
    libsvm-tools and provided manual pages for them.
  * Made libsvm2 depend on the latest libsvm-dev. (Closes: #527805)
  * Rebuild .jar from source. Thanks to gregor herrmann. (Closes: #558575)
  * Removed libsvm.pc from libsvm-dev.

 -- Chen-Tse Tsai <ctse.tsai@gmail.com>  Fri, 4 Dec 2009 21:00:44 +0800

libsvm (2.89-1) unstable; urgency=low

  * New upstream release.
  * Changed version number to consistent with upstream.
  * Changed examples of libsvm-dev.
  * Removed debian/patches/verbosity-adjust.diff and osx-support.diff.

 -- Chen-Tse Tsai <ctse.tsai@gmail.com>  Wed, 01 Apr 2009 15:46:44 +0800

libsvm (2.88.0-5) unstable; urgency=low

  * New maintainer. (Closes: #517447)
  * Fixed long description of Java package. (Closes: #518141)

 -- Chen-Tse Tsai <ctse.tsai@gmail.com>  Wed, 04 Mar 2009 23:39:03 +0800

libsvm (2.88.0-4) unstable; urgency=low

  * Made Java package architecture all instead of architecture any.

 -- Rudi Cilibrasi <cilibrar@debian.org>  Mon, 09 Feb 2009 21:53:59 -0800

libsvm (2.88.0-2) unstable; urgency=low

  * Added new libsvm2-java binary package.  (Closes: #514502)

 -- Rudi Cilibrasi <cilibrar@debian.org>  Mon, 09 Feb 2009 20:58:52 -0800

libsvm (2.88.0-1) unstable; urgency=low

  * New upstream release.       (Closes: #476534)
  * Switched to quilt patch management system, updated patches for v. 2.88.
  * Fixed new Build-Depends and Depends problems.

 -- Rudi Cilibrasi <cilibrar@debian.org>  Sun, 08 Feb 2009 21:39:45 -0800

libsvm (2.85.0-1) unstable; urgency=low

  * New upstream release.

 -- Rudi Cilibrasi <cilibrar@debian.org>  Fri, 28 Dec 2007 22:15:04 -0800

libsvm (2.84.0-3) unstable; urgency=low

  * Added support for Python 2.5. (Closes: #445386)

 -- Rudi Cilibrasi <cilibrar@cilibrar.com>  Fri, 26 Oct 2007 17:45:17 -0700

libsvm (2.84.0-2) unstable; urgency=low

  * Verbosity option for python.  Thanks to Michael Hanke. (Closes: #439112)
  * Updated Build-Depends and Depends and clarified package authorship.

 -- Rudi Cilibrasi <cilibrar@cilibrar.com>  Wed, 03 Oct 2007 17:49:09 -0700

libsvm (2.84.0-1) unstable; urgency=low

  * New upstream release.
  * Fixed clean target. (Closes: #424537)
  * Added -q quiet option to svm-train and svm-predict to
    suppress diagnostic messages. (Closes: #412531)

 -- Rudi Cilibrasi <cilibrar@cilibrar.com>  Fri, 20 Apr 2007 11:21:59 +0200

libsvm (2.82.0-4) unstable; urgency=low

  * Fixed broken doc examples in python-libsvm.  (thanks to Michael Hanke)
  * Added many more docs from orig.tar. (Closes: #405273)

 -- Rudi Cilibrasi <cilibrar@cilibrar.com>  Wed, 10 Jan 2007 20:10:45 +0100

libsvm (2.82.0-3) unstable; urgency=low

  * Minimized depends and build-depends, and simplified Python versions.
  * Python version 2.3 support has been removed. (Closes: #403347)
  * Many small packaging improvements related to Debian Python policy.
  * Thanks to Matthias Klose, Petr Salinger, and the Debian Installer daemon
    for lots of help with this release. (Closes: #403751)

 -- Rudi Cilibrasi <cilibrar@cilibrar.com>  Wed, 20 Dec 2006 13:57:45 +0100

libsvm (2.82.0-2) unstable; urgency=low

  * Added g++-4.0 to Build-Depends.

 -- Rudi Cilibrasi <cilibrar@cilibrar.com>  Wed, 18 Oct 2006 16:10:24 +0200

libsvm (2.82.0-1) unstable; urgency=low

  * 2.82.0-1
  * Initial release. (Closes: #379051)  This package will be a
    sponsored upload by Paul van Tilburg and owes him thanks for
    valuable suggestions.
  * This release also closes: #379051.
  * Made Python interface work.  Thank to Yarik for help with this.
  * Made version numbers and SONAME to be more consistent, modern, and clean.
  * Thanks to Yarik (Yaroslav Halchenko <debian@onerussian.com>) for
    help with the version/SONAME fix.
  * Fixed some minor documentation issues.
  * Adjusted watch file and versioning scheme to follow upstream better.
  * Fixed libsvm.pc description.
  * Clarified debian/copyright.
  * Moved -dev package sections to libdevel.
  * Manual pages moved to debian/ subdir.
  * Simplified external Debian packaging.
  * Merged libsvm-doc stuff into libsvm2 package and got rid of -doc package.
  * Minor packaging adjustments prior to first official upload.
  * Switched to CDBS.
  * More packaging adjustments; made configure executable.
  * Minor packaging fixes.

 -- Rudi Cilibrasi <cilibrar@cilibrar.com>  Tue, 26 Sep 2006 21:28:48 +0200