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
|
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> Fri, 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
|