-
Notifications
You must be signed in to change notification settings - Fork 5
/
changelog
676 lines (443 loc) · 22.7 KB
/
changelog
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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
shogun (3.2.0-7.3build4) wily; urgency=medium
* No-change rebuild for hdf5 soname change.
-- Matthias Klose <[email protected]> Tue, 06 Oct 2015 12:25:15 +0000
shogun (3.2.0-7.3build3) wily; urgency=medium
* No-change rebuild against libprotobuf9v5
-- Steve Langasek <[email protected]> Mon, 10 Aug 2015 18:48:13 +0000
shogun (3.2.0-7.3build2) vivid; urgency=medium
* Rebuild against libprotobuf9.
-- Colin Watson <[email protected]> Thu, 04 Dec 2014 11:09:06 +0000
shogun (3.2.0-7.3build1) vivid; urgency=medium
* Rebuild against libhdf5-8.
-- Colin Watson <[email protected]> Mon, 10 Nov 2014 09:35:53 +0000
shogun (3.2.0-7.3) unstable; urgency=medium
* Non-maintainer upload.
* debian/control: Add missing python to Build-Depends. (Closes: #765131)
-- Sebastian Ramacher <[email protected]> Tue, 21 Oct 2014 05:23:58 +0200
shogun (3.2.0-7.2) unstable; urgency=medium
* Non-maintainer upload.
* Build-Depends: clang instead of clang-3.4 (closes: #760120)
/usr/bin/clang is now provided by clang since co-installability of
clang-* packages.
-- Gilles Filippini <[email protected]> Sun, 31 Aug 2014 18:11:41 +0200
shogun (3.2.0-7.1) unstable; urgency=medium
* Non-maintainer upload.
* Build-Depends: libjson-c-dev instead of libjson-c2-dev | libjson0-dev
(closes: #758009).
-- Gilles Filippini <[email protected]> Wed, 27 Aug 2014 10:33:25 +0200
shogun (3.2.0-7) unstable; urgency=low
* Build depend on libjson-c2-dev instead of libjson-c-dev.
-- Soeren Sonnenburg <[email protected]> Fri, 11 Jul 2014 22:13:43 +0200
shogun (3.2.0-6) unstable; urgency=low
* Attempt to use gcc on powerpc to workaround compile failure.
-- Soeren Sonnenburg <[email protected]> Fri, 11 Jul 2014 21:42:24 +0200
shogun (3.2.0-5) unstable; urgency=low
* Fix typo on i386 releases.
-- Soeren Sonnenburg <[email protected]> Mon, 07 Jul 2014 17:29:40 +0200
shogun (3.2.0-4) unstable; urgency=low
* Disable sse on i386 architectures to fix FTBS.
* Add arc4random to build deps.
-- Soeren Sonnenburg <[email protected]> Sun, 06 Jul 2014 04:18:46 +0200
shogun (3.2.0-3) unstable; urgency=low
* Add build-dependency on colpack.
-- Soeren Sonnenburg <[email protected]> Thu, 05 Jun 2014 07:59:38 +0200
shogun (3.2.0-2) unstable; urgency=low
* Build depend on libjson-c-dev instead of libjson0-dev (Closes: #745013)
-- Soeren Sonnenburg <[email protected]> Sat, 01 Mar 2014 21:27:42 +0100
shogun (3.2.0-1) unstable; urgency=low
* New upstream version with mostly bugfixes
- Enable atlas, cblas, libnlopt-dev, protobuf, libcurl, libbz2
- Use clang to compile on mips, mipsel and powerpc
- Update watch file.
- Add script to remove copyrighted svmlight code from shogun (thanks
Bjoern Esser).
-- Soeren Sonnenburg <[email protected]> Sat, 01 Mar 2014 07:05:09 +0100
shogun (3.1.1-1) unstable; urgency=low
* New upstream version
-- Soeren Sonnenburg <[email protected]> Sun, 05 Jan 2014 09:35:46 +0100
shogun (3.1.0-1) unstable; urgency=low
* New upstream version
* Bump standards version to 3.9.5 (no changes required).
-- Soeren Sonnenburg <[email protected]> Sun, 05 Jan 2014 08:34:52 +0100
shogun (3.0.1~git20131115.557741b-2) unstable; urgency=low
* Depend on libglpk-dev.
* Bump compat version to 9.
* Replace shogun-dbg with libshogun-dbg (Closes: #729705).
* Fix minor typo in documentation.
-- Soeren Sonnenburg <[email protected]> Fri, 15 Nov 2013 17:32:52 +0100
shogun (3.0.1~git20131115.557741b-1) unstable; urgency=low
* New upstream version (+additional bugfixes from current git)
* Rewrite packaging to use debhelper and cmake: Drop all static and modular
interfaces from this source package and do these later for each individual
interface with separate source packages to keep shogun in debian.
-- Soeren Sonnenburg <[email protected]> Fri, 15 Nov 2013 14:28:11 +0100
shogun (1.1.0-6) unstable; urgency=low
* Fix error occurring on package upgrades (Closes: #682166)
-- Soeren Sonnenburg <[email protected]> Sat, 30 Jun 2012 22:52:04 +0200
shogun (1.1.0-5) unstable; urgency=low
* Disable 'libatlas-base-dev' build dependency for armhf builds. Thanks
Hector Oron for the patch. (Closes: #667468)
* Add temporary workaround for FTBFS with ld --as-needed. Thanks Leo Iannacone
for the patch. (Closes: #657434)
* Upload to unstable. (Closes: #669005)
-- Soeren Sonnenburg <[email protected]> Tue, 24 Jan 2012 20:19:47 +0100
shogun (1.1.0-4) unstable; urgency=low
[ Jo Shields ]
* debian/rules:
+ Include workaround for CDBS throwing away vital packaging data
required by dh_clideps to resolve dependencies.
* debian/control:
+ Scrap unneeded manual dependencies on libmono-corlib4.0-cil and
libshogun11 (Closes: #657096).
[ Soeren Sonnenburg ]
* Build depend on libhdf5-dev (>= 1.8.8~) | libhdf5-serial-dev instead of
just libhdf5-dev.
* Temporarily drop octave build dependencies from debian/control.
-- Soeren Sonnenburg <[email protected]> Tue, 24 Jan 2012 17:05:48 +0100
shogun (1.1.0-3) unstable; urgency=low
* Make csharp package depend on libmono-corlib4.0-cil; remove csharp:Depends
or csharp:Provides and use cli:Depends in debian/control (Closes: #656757).
-- Soeren Sonnenburg <[email protected]> Mon, 23 Jan 2012 09:05:31 +0100
shogun (1.1.0-2) unstable; urgency=low
* Build depend on libhdf5-dev instead of libhdf5-serial-dev to accommodate
hdf5 transition.
* Build depend on mono-devel and cli-common-dev instead of mono2.0-devel and
use include cli.make in debian rules. (Closes: #656757).
* Use dmcs instead of gmcs (Closes: #656756).
-- Soeren Sonnenburg <[email protected]> Sun, 22 Jan 2012 19:26:12 +0100
shogun (1.1.0-1) unstable; urgency=low
* New upstream version with major feature enhancements.
- This fixes liblzma5 transition (Closes: #647753)
- Require clang to compile package as gcc/g++ require >3GB to compile the
package (Closes: #645249).
- Remove patches integrated upstream.
- Since octave is failing to compile with clang - temporarily disable
shogun's octave interface.
* Really replace doxygen and texlive-* build dependencies with
doxygen-latex (Closes: #616279).
-- Soeren Sonnenburg <[email protected]> Wed, 14 Dec 2011 10:04:55 +0100
shogun (1.0.0-1) unstable; urgency=low
* New upstream version with major feature enhancements.
- Add various upstream patches to fix installation
- Rename static interface packages to shogun-interface-static
- Create new modular interface packages for java, lua, ruby, c#
- Install libshogun examples also for libshogun-dev package
- Convert package to use dh_python2 (Closes: #632249).
- Enable python packaging for multiple python versions.
- Update copyright file to match new contributions.
- Bump standards version to 3.9.2 (no changes required).
* Replace doxygen and texlive-* build dependencies with
doxygen-latex (Closes: #616279)
* Acknowledging non-maintainer upload fixing FTBS with newer gcc's (How
could this ever compile??!)
-- Soeren Sonnenburg <[email protected]> Tue, 11 Oct 2011 21:04:30 +0200
shogun (0.10.0-2.1) unstable; urgency=low
* Non-maintainer upload.
* Apply upstream patch to fix FTBFS with new gcc (closes: #625115). Thanks,
Sebastian Ramacher!
-- Julien Cristau <[email protected]> Fri, 24 Jun 2011 20:30:58 +0200
shogun (0.10.0-2) unstable; urgency=low
* Upload to unstable.
-- Soeren Sonnenburg <[email protected]> Mon, 14 Feb 2011 11:10:50 +0100
shogun (0.10.0-1) experimental; urgency=low
* New upstream version with major feature enhancements.
- Fix build with ld --as-needed thanks Matthias Klose
for the patch. (Closes: #606018)
- Cherry pick patches from upstream svn-trunk to fix build failure.
-- Soeren Sonnenburg <[email protected]> Wed, 12 Jan 2011 17:29:40 +0100
shogun (0.9.3-4) unstable; urgency=high
* Workaround cdbs problem and hopefully only create doxygen doc once.
- This should be a workaround for the FTBS caused by doxygen bugs.
- Therefore increasing urgency to high.
-- Soeren Sonnenburg <[email protected]> Tue, 17 Aug 2010 21:16:30 +0200
shogun (0.9.3-3) unstable; urgency=low
* Do not call make doc on arch-dep targets but on indep only avoiding
doxygen doc builds more than once.
* Convert package to pysupport and call dh_numpy manually upon install
(Closes: #590731).
-- Soeren Sonnenburg <[email protected]> Fri, 30 Jul 2010 21:16:49 +0200
shogun (0.9.3-2) unstable; urgency=low
* Bump standards version to 3.9.1.0 (no changes required).
* Use different logic to workaround FTBS with newer doxygen versions
(Closes: #590422)
* Add upstream patches to
- tolerate column vectors in hdf5 (hdf5_tolerate_column_vectors.patch)
- fix a invalid free in ocas (ocas_free.patch)
- add swig 2.0 support (swig2.0.patch)
- wrap python files within the python-modular interface
(swig_file_support.patch)
- to add further safety checks for the linear kernel
(linear_kernel_parameters.patch)
-- Soeren Sonnenburg <[email protected]> Tue, 27 Jul 2010 09:24:22 +0200
shogun (0.9.3-1) unstable; urgency=low
* New upstream version with feature enhancements, cleanups and bugfixes.
- soname change requires package renames to libshogun8 and libshogunui5.
- Drop patches included upstream.
-- Soeren Sonnenburg <[email protected]> Mon, 31 May 2010 15:43:45 +0200
shogun (0.9.2-1) unstable; urgency=low
* New upstream version with feature enhancements, cleanups and bugfixes.
- Switch to dpkg-source 3.0 (quilt) format.
- Update copyright.
- Drop patches included upstream.
- Build depend on libhdf5-serial-dev to support hdf5 based i/o.
- Apply patch from svn to fix libshogunui static file.
-- Soeren Sonnenburg <[email protected]> Mon, 05 Apr 2010 15:33:33 +0200
shogun (0.9.1-2) unstable; urgency=low
* Add support fro Renesas SH (thanks Nobuhiro Iwamatsu for the patch
configure.diff): (Closes: #568825)
* Workaround doxygen FTBS (patch doxygen.diff) (Closes: #568612)
* Apply upstream patches to limit training time in libsvm and mc svm
(patches libsvm_mc_time_limit.diff, libsvm_time_limit.diff)
* Apply upstream patch to fix get_kernel_matrix etc for custom kernels
(custom_kernel_init.diff)
* Apply upstream patch improving error message (hmm_observations.diff)
* Apply upstream patch correcting a wrong liblinear sign flip
(sign_flip_liblinear.diff)
* Bump standards version (no changes required).
-- Soeren Sonnenburg <[email protected]> Tue, 09 Feb 2010 09:27:18 +0100
shogun (0.9.1-1) unstable; urgency=low
* New upstream version with feature enhancements, cleanups and bugfixes.
* Drop configure patch to workaround FTBS (included upstream).
* Build depend on liblzo2-dev, zlib1g-dev, liblzma-dev to support
shoguns compressed files.
* Add patch from upstream svn to fix get_w() and set_w() for linear
classifiers.
* Use publicly available svn url for debian sources (Closes: #556096).
* Rename shogun-doc package to shogun-doc-en and build chinese documentation
and include it in package shogun-doc-cn.
* Update copyright.
-- Soeren Sonnenburg <[email protected]> Thu, 19 Nov 2009 15:14:36 +0100
shogun (0.9.0-2) unstable; urgency=low
* Add glpk to build depends to enable multiple kerel learning.
* Include configure patch to workaround FTBS.
-- Soeren Sonnenburg <[email protected]> Tue, 27 Oct 2009 14:54:10 +0100
shogun (0.9.0-1) unstable; urgency=low
* New upstream version with major feature enhancements, cleanups
and documentation updates.
* Build depend on libreadline-dev | libreadline5-dev.
* Build depend on doxygen (>= 1.6.0).
* Build depend on swig (>= 1.3.40).
* Drop octave3.0 support and compile for octave3.2.
* Update copyright.
-- Soeren Sonnenburg <[email protected]> Fri, 23 Oct 2009 18:40:05 +0200
shogun (0.8.0-2) unstable; urgency=low
* Fix override disparity (put libs in section lib).
* Fix linitian warning, shogun-dbg now depends on
libshogun and libshogunui.
* Build depend on libreadline-dev instead of libreadline5-dev.
-- Soeren Sonnenburg <[email protected]> Sun, 13 Sep 2009 16:01:04 +0200
shogun (0.8.0-1) unstable; urgency=low
[ Torsten Werner ]
* Remove myself from Uploaders as discussed with Sören
[ Soeren Sonnenburg ]
* New upstream version with major feature enhancements, cleanups
and documentation updates.
* Bump standards version (no changes required).
* Minor updates to debian/copyright.
-- Soeren Sonnenburg <[email protected]> Sun, 16 Aug 2009 10:22:23 +0200
shogun (0.7.3-1) unstable; urgency=low
* New upstream bugfix version.
* Bump standards version (no changes required).
* Remove quilt build-dependency.
-- Soeren Sonnenburg <[email protected]> Sat, 02 May 2009 22:31:09 +0200
shogun (0.7.2-1) unstable; urgency=low
* New upstream version with improved python support.
* Move shogun-dbg into section debug.
-- Soeren Sonnenburg <[email protected]> Thu, 09 Apr 2009 20:11:35 +0200
shogun (0.7.1-1) unstable; urgency=low
* New upstream version with major feature enhancements and code
re-organization.
* Re-organize packaging, split shogun into libshogun0, libshogun0-dev,
libshogunui0, libshogunui-dev, shogun-{octave,r,python,cmdline,elwms},
shogun-{octave,python}-modular.
* Mention license of .relpath.py.
* Include patches from svn-trunk to fix installation.
* Mention /usr/share/common-licenses/LGPL-2.1 in copyright.
-- Soeren Sonnenburg <[email protected]> Sun, 22 Mar 2009 18:50:48 +0100
shogun (0.6.7-1) unstable; urgency=low
* New upstream version with code cleanups and bugfixes.
* Remove R installation patch (now included upstream).
* Add patch from svn-trunk to work around a swig bug, causing
a compile failure on 64bit archs.
-- Soeren Sonnenburg <[email protected]> Wed, 26 Nov 2008 08:23:55 +0100
shogun (0.6.6-2) unstable; urgency=low
[ Torsten Werner ]
* Add a lintian override for shogun-dbg.
[ Soeren Sonnenburg ]
* Fix R installation script to avoid problem with update.packages.
-- Soeren Sonnenburg <[email protected]> Thu, 16 Oct 2008 20:27:02 +0200
shogun (0.6.6-1) unstable; urgency=low
[ Soeren Sonnenburg ]
* New upstream version with several bugfixes and improved documentation.
[ Torsten Werner ]
* Remove all patches because they have been applied upstream.
-- Torsten Werner <[email protected]> Sun, 12 Oct 2008 01:19:35 +0200
shogun (0.6.4-3) unstable; urgency=low
* Add build dependency on swig 1.3.36 (Closes: #494335).
* Update my email address to [email protected].
* Update copyright.
* Version dependency on debhelper (>=5).
-- Soeren Sonnenburg <[email protected]> Tue, 23 Sep 2008 20:03:32 +0200
shogun (0.6.4-2) unstable; urgency=low
* Add patch from svn to fix data-loading in cmdline interface (transpose).
-- Soeren Sonnenburg <[email protected]> Sun, 17 Aug 2008 21:33:18 +0200
shogun (0.6.4-1) unstable; urgency=low
* New upstream version with much improved documentation.
* Remove patches as they have been applied upstream.
* Add patch from svn to fix running octave test-suite.
* Add patch from svn to fix build failure w/o lapack/atlas.
-- Soeren Sonnenburg <[email protected]> Sat, 16 Aug 2008 11:38:21 +0200
shogun (0.6.3-1) unstable; urgency=low
* New upstream bugfix version.
* Adapt for new directory layout.
* Run tests for all interfaces on make install.
* Add doc-base file.
* Add patch target and bump Standards Version to 3.8.0.
* Add fix from trunk to fix return values in R interface.
-- Soeren Sonnenburg <[email protected]> Wed, 18 Jun 2008 12:04:16 +0200
shogun (0.6.2-1) unstable; urgency=low
* New upstream version with much improved static cmdline,r,python,octave
interfaces and several bugfixes.
-- Soeren Sonnenburg <[email protected]> Fri, 16 May 2008 00:17:04 +0200
shogun (0.6.1-2) unstable; urgency=low
* Add README.source documenting we are using quilt for additional patches.
* Call dh_pycentral on install not build for shogun-python (fixes FTBS on
mips and mipsel with debhelper 7.0.2).
-- Soeren Sonnenburg <[email protected]> Tue, 29 Apr 2008 08:57:18 +0200
shogun (0.6.1-1) unstable; urgency=low
* New upstream version with new octave-modular interface and python-modular
speedups
* Build depend on swig >= 1.3.35-3 as it contains octave fixes.
* Add examples for octave-modular.
* Add ghostscript to build-depends which is used to generate .png's from the
generated .ps formulas.
* Use correct DESTDIR when running tests.
* Disable atlas also for arm and armel and fall back to lapack and blas.
-- Soeren Sonnenburg <[email protected]> Sun, 20 Apr 2008 14:25:25 +0200
shogun (0.6.0-2) unstable; urgency=low
[ Torsten Werner ]
* Fix output of debian/orig-tar.sh.
[ Soeren Sonnenburg ]
* Run the python tests after make install.
* Include texlive-latex-base to build depends as doxygen requires it to
generate images from latex formulas (and does not pull latex in either).
* Disable atlas for powerpc and alpha as they FTBFS on these archs.
-- Soeren Sonnenburg <[email protected]> Tue, 15 Apr 2008 10:12:08 +0200
shogun (0.6.0-1) unstable; urgency=low
* New upstream version with major feature enhancements, providing same
functionality for all static interfaces and improved user documentation
* Pull in atlas dependency whenever available, otherwise fall back to
blas and lapack.
* Drop sqrtl patch (included upstream).
* Don't compress R, octave or python examples
-- Soeren Sonnenburg <[email protected]> Sun, 13 Apr 2008 11:38:49 +0200
shogun (0.5.1-2) unstable; urgency=high
[ Soeren Sonnenburg ]
* Add patch from trunk to fix FTBS on mips,mipsel,etc caused by sqrtl not
being available for these archs
* Add quilt to Build-Depends again
* Temporarily remove atlas from Build-Depends for powerpc and alpha and add
liblapack-dev to the Build-Depends for these archs
[ Torsten Werner ]
* Increase urgency because we are fixing FTBFS bugs only.
-- Torsten Werner <[email protected]> Thu, 20 Mar 2008 13:00:53 +0100
shogun (0.5.1-1) unstable; urgency=low
[ Soeren Sonnenburg ]
* New upstream version
* Get watch file to work
* Update build depends for gfortran transition (Closes: #466335)
[ Torsten Werner ]
* Remove Build-Depends: quilt.
-- Torsten Werner <[email protected]> Sat, 23 Feb 2008 21:17:20 +0100
shogun (0.5.0-1) unstable; urgency=low
* New upstream version with major feature enhancements.
* Add !armel ann ameb to atlas3-base-dev build depends (Closes: #460096)
* Remove python-numpy-{ext,dev} from build depends and use python-numpy
instead (Closes: #463211)
* Project switched license to GPLv3, update debian/copyright accordingly
* Include missing copyright holders in debian/copyright (Closes: #461616)
* Remove depends on xutils-dev as now gcc is used to generate build
dependencies
* Generate shogun-doc package; add doxygen and graphviz to build depends
* Remove patch to fix gcc4.3 compile failure (included upstream)
* Enable building of debug package shogun-dbg (Closes: #461614)
-- Soeren Sonnenburg <[email protected]> Fri, 08 Feb 2008 23:43:33 +0100
shogun (0.4.4-2) unstable; urgency=low
[ Soeren Sonnenburg ]
* Depend on octave 3.0, thanks Thomas Weber (Closes: #457979)
* Fix FTBS for gcc-4.3 (Closes: #458192)
[ Torsten Werner ]
* Change Depends: liblapack3-dev [arm].
* Support newer versions of dpkg-shlibdeps.
* Change XS-Vcs to Vcs in debian/control.
-- Torsten Werner <[email protected]> Wed, 02 Jan 2008 20:31:20 +0100
shogun (0.4.4-1) unstable; urgency=low
* New upstream version contains major bug fixes.
-- Soeren Sonnenburg <[email protected]> Fri, 23 Nov 2007 13:05:05 +0200
shogun (0.4.3-1) unstable; urgency=low
* New upstream allows to disable custom cpu settings which allows
for a workaround the gcc-4.2 build failure on alpha.
-- Soeren Sonnenburg <[email protected]> Fri, 28 Sep 2007 09:53:35 +0200
shogun (0.4.2-1) unstable; urgency=low
[Soeren Sonnenburg]
* New upstream version (Closes: #442990)
* Build R package in a separate directory (Closes: #442730)
[Torsten Werner]
* minor fixes in debian/rules
-- Soeren Sonnenburg <[email protected]> Wed, 19 Sep 2007 09:08:42 +0200
shogun (0.4.1-1) unstable; urgency=low
* new upstream version
-- Soeren Sonnenburg <[email protected]> Sat, 01 Sep 2007 09:56:50 +0200
shogun (0.4.0-3) unstable; urgency=low
* add manpage for shogun-readline interface
-- Soeren Sonnenburg <[email protected]> Sun, 05 Aug 2007 13:49:06 +0200
shogun (0.4.0-2) unstable; urgency=low
* remove build dependency on octave2.1-forge, but rather make it a Recommends
-- Soeren Sonnenburg <[email protected]> Thu, 02 Aug 2007 08:25:20 +0200
shogun (0.4.0-1) unstable; urgency=low
* new upstream version
* also add include matlab examples in the octave examples
-- Soeren Sonnenburg <[email protected]> Tue, 31 Jul 2007 17:33:47 +0200
shogun (0.3.2-3) unstable; urgency=low
* Change Build-Depends: r-base-core from r-base-dev.
-- Torsten Werner <[email protected]> Sun, 3 Jun 2007 10:50:29 +0200
shogun (0.3.2-2) unstable; urgency=low
* support for python 2.5
* bump compat to 5, pycompat to 2
-- Soeren Sonnenburg <[email protected]> Wed, 09 May 2007 19:49:26 +0200
shogun (0.3.2-1) unstable; urgency=low
* new upstream version
-- Torsten Werner <[email protected]> Wed, 7 Mar 2007 19:05:03 +0100
shogun (0.3.1-1) unstable; urgency=low
* new upstream release, fixes a build problem
-- Torsten Werner <[email protected]> Tue, 20 Feb 2007 21:01:14 +0100
shogun (0.3.0-1) unstable; urgency=low
* new upstream release
* Remove Build-Depends: atlas3-base-dev for arm architecture.
* Updated debian/python*.examples to reflect upstream changes.
-- Torsten Werner <[email protected]> Wed, 14 Feb 2007 20:49:23 +0100
shogun (0.2.1+svn1952-1) unstable; urgency=low
* new upstream version that builds on more platforms
-- Torsten Werner <[email protected]> Sun, 11 Feb 2007 16:41:54 +0100
shogun (0.2.1+svn1923-1) unstable; urgency=low
* new upstream version
* new upstream URL
* updated to new build system, renaming the packages to
shogun-python-modular and shogun-python
-- Soeren Sonnenburg <[email protected]> Wed, 24 Jan 2007 10:38:50 +0100
shogun (0.2.1+svn1880-2) unstable; urgency=low
* NOT RELEASED YET
* Add more python examples.
-- Torsten Werner <[email protected]> Wed, 10 Jan 2007 22:02:45 +0100
shogun (0.2.1+svn1880-1) unstable; urgency=low
[ Torsten Werner ]
* new upstream version
* Fixed debian/copyright as requested by ftp-master Jörg Jaspert.
[ Sören Sonnenburg ]
* Removed non-free code completely.
* Switch to svn revisions instead of dates.
-- Torsten Werner <[email protected]> Wed, 10 Jan 2007 20:24:13 +0100
shogun (0.2.1-1) unstable; urgency=low
[ Torsten Werner ]
* Initial Release, closes: #388148.
-- Torsten Werner <[email protected]> Thu, 30 Nov 2006 20:20:39 +0100