Change log for libfann package in Ubuntu
1 → 14 of 14 results | First • Previous • Next • Last |
Published in bionic-release on 2017-10-24 |
Published in artful-release on 2017-04-20 |
Published in zesty-release on 2016-10-18 |
Obsolete in yakkety-release on 2018-01-23 |
Deleted in yakkety-proposed (Reason: moved to release) |
libfann (2.2.0+ds-3) unstable; urgency=medium * Drop package libfann-dbg in favor of automatic dbgsym packages, as per https://lists.debian.org/debian-devel/2015/12/msg00262.html * d/control: - Switch to secure URIs in Vcs-* fields - Bump Standards-Version to 3.9.8 (no changes needed) * d/rules: - Improve version parsing - Add hardening=+all,-pie to DEB_BUILD_MAINT_OPTIONS * d/copyright: - Bump copyright years -- Christian Kastner <email address hidden> Sun, 24 Apr 2016 17:24:51 +0200
Available diffs
- diff from 2.2.0+ds-2 to 2.2.0+ds-3 (1.6 KiB)
Superseded in yakkety-release on 2016-04-28 |
Published in xenial-release on 2015-10-27 |
Deleted in xenial-proposed (Reason: moved to release) |
libfann (2.2.0+ds-2) unstable; urgency=medium * d/rules: - Build result uses DEB_HOST_GNU_TYPE, not DEB_HOST_MULTIARCH. Resolves a FTBFS on i386. -- Christian Kastner <email address hidden> Sun, 11 Oct 2015 19:05:02 +0200
Available diffs
Superseded in xenial-release on 2015-10-27 |
Obsolete in wily-release on 2018-01-22 |
Obsolete in vivid-release on 2018-01-18 |
Deleted in vivid-proposed on 2018-01-22 (Reason: moved to release) |
libfann (2.1.0~beta+dfsg-1) unstable; urgency=medium * Use +dfsg modifier in version instead of the semantically incorrect ~dfsg. This is just a rename, there were no actual changes to the upstream source * Migrate git repo to Debian-Science at git.debian.org * debian/control: - Bump Standards-Version to 3.9.6 (no changes needed) - Update Vcs-* URLs to point to new location * debian/rules: - Add override for dh_install and use --fail-missing - Drop the custom code for running Python tests and use Pybuild for that stage, too * debian/tests: - python-build + Allow selection of Python interpreter to use -- Christian Kastner <email address hidden> Fri, 19 Sep 2014 16:17:53 +0200
Available diffs
Superseded in vivid-release on 2014-10-25 |
Obsolete in utopic-release on 2016-11-03 |
Deleted in utopic-proposed on 2016-11-03 (Reason: moved to release) |
libfann (2.1.0~beta~dfsg-10) unstable; urgency=low * debian/control: - Add Build-Depends for dh-autoreconf - Drop Build-Depends for autotools-dev * debian/rules: - Switch from autotools-dev to dh-autoreconf. Closes: #744606 - Call dh_auto_build for python-pyfann twice, because distutils runs build_py before build_ext, but build_py relies on output from build_ext (from SWIG), and this order cannot be changed. This is a known issue, see http://bugs.python.org/issue7562 - Run "build" autopkgtest after build - Run "python-build" autopkgtest after build, for all supported Python versions - Fix setting of DEB_CFLAGS_MAINT_APPEND * debian/tests: - build + Rewrite to make use of $ADTTMP - python-build + Create (runs one of the example scripts) * debian/copyright: - Updates for my changes to debian/test/* * debian/patches (refreshed): - 0002-Link-against-libm Properly extend autotools setup for libm instead of using a dirty hack - 0006-Include-fann_cpp.h-in-dev-package Don't pointlessly modify Makefile.in -- Christian Kastner <email address hidden> Thu, 24 Apr 2014 00:51:29 +0200
Available diffs
Superseded in utopic-release on 2014-04-30 |
Published in trusty-release on 2013-10-18 |
Obsolete in saucy-release on 2015-04-24 |
Obsolete in raring-release on 2015-04-24 |
Deleted in raring-proposed (Reason: moved to release) |
libfann (2.1.0~beta~dfsg-8ubuntu1) raring; urgency=low * Add simple autopkgtest to package. -- Vibhav Pant <email address hidden> Fri, 01 Mar 2013 11:53:17 +0100
Available diffs
Superseded in raring-release on 2013-03-01 |
Obsolete in quantal-release on 2015-04-24 |
Published in precise-release on 2011-10-17 |
libfann (2.1.0~beta~dfsg-8) unstable; urgency=low * debian/control: - Build-Depend on swig (>= 2.0.4-2) instead of swig2.0; the former has now taken over the /usr/bin/swig symlink. Closes: #634430 -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 17 Oct 2011 11:05:13 +0000
Available diffs
libfann (2.1.0~beta~dfsg-7) unstable; urgency=low * debian/rules: - Convert debian/rules to regular syntax. By providing custom build-arch and build-indep targets, we can avoid a FTBFS. Closes: #630100 - Honor compiler flags provided by dpkg-buildflags
Available diffs
Superseded in oneiric-release on 2011-06-11 |
libfann (2.1.0~beta~dfsg-5) unstable; urgency=low [ Christian Kastner ] * debian/control: - Build-Depend on swig2.0 (>= 2.0.3), the earliest swig2.0 version providing /usr/bin/swig [ Yaroslav Halchenko ] * debian/control: - Added DM-Upload-Allowed -- Ubuntu Archive Auto-Sync <email address hidden> Fri, 03 Jun 2011 10:24:09 +0000
Available diffs
- diff from 2.1.0~beta~dfsg-4 to 2.1.0~beta~dfsg-5 (611 bytes)
Superseded in oneiric-release on 2011-06-03 |
libfann (2.1.0~beta~dfsg-4) unstable; urgency=low * debian/control: - Build-Depend on swig2.0 instead of swig; fixes FTBFS with gcc-4.6. Closes: #625123, LP: #770839 -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 09 May 2011 11:52:55 +0000
Available diffs
- diff from 2.1.0~beta~dfsg-3 to 2.1.0~beta~dfsg-4 (524 bytes)
Superseded in oneiric-release on 2011-05-09 |
libfann (2.1.0~beta~dfsg-3) unstable; urgency=low * debian/control: - Bumped Standards-Version to 3.9.2 (changes required) - Updated Homepage (new location) * debian/rules: - In libtool *.la files, set dependency_libs to null string as required by Policy section 10.2. Closes: #621572 * debian/copyright: - Updated DEP5 format to r173 - Updated DEP5 keyword for BSD-3-clause license * debian/watch: - uversionmangle release qualifier (here: beta) instead of dversionmangle * debian/patches added: - 0005-Correct-a-typo-in-a-size-comparison Fixes a typo in the python wrapper. LP: #712290 -- Ubuntu Archive Auto-Sync <email address hidden> Sat, 30 Apr 2011 13:04:03 +0000
Available diffs
Obsolete in natty-proposed on 2013-06-04 |
libfann (2.1.0~beta~dfsg-2ubuntu0.1) natty-proposed; urgency=low * debian/patches/0005-Correct-a-typo-in-a-size-comparison.patch: - Fix a typo in the python wrapper, thanks to Christian Kastner for the patch. (LP: #712290) -- Luke Yelavich <email address hidden> Fri, 29 Apr 2011 11:27:28 +1000
Available diffs
libfann (2.1.0~beta~dfsg-2build1) natty; urgency=low * Rebuild to add support for python 2.7. -- Matthias Klose <email address hidden> Fri, 03 Dec 2010 00:03:03 +0000
Available diffs
Superseded in natty-release on 2010-12-03 |
libfann (2.1.0~beta~dfsg-2) unstable; urgency=low * debian/control: - Bump Standards-Version to 3.9.0 (no changes needed) - Description fixes - Added libfann-dbg and python-pyfann-dbg packages - Changed Section of source package to libs * debian/libfann-dev.dirs: - Removed because redundant to dh_install * debian/rules: - Don't handle nostrip, dh_strip handles it for us - Build libfann-dbg and python-pyfann-dbg with the help of dh_strip * debian/libfann2.symbols: - Initial creation * debian/copyright: - Convert to DEP5 format - Relicense patches to BSD * debian/patches: - Added 0004-Portable-handling-for-va_list Makes the use of va_list portable, fixing a FTBFS on alpha/armel/sh4. Closes: #588887 * Upload sponsored by Yaroslav Halchenko <email address hidden> -- Ubuntu Archive Auto-Sync <email address hidden> Fri, 15 Oct 2010 09:38:34 +0000
Available diffs
libfann (2.1.0~beta~dfsg-1) unstable; urgency=low * New Maintainer. Closes: #583645 * New upstream version 2.1.0beta - Closes: #366146 - Repackaged upstream version to remove non-DFSG-compliant files * debian/compat: - Bumped debhelper compatibility to 7 * debian/control: - Renamed source package from libfann2 to libfann - Updated package descriptions - Updated to Standards-Version 3.8.4 - Build-Depend on debhelper (> 7.0.50~) and add ${misc:Depends} - Added Build-Depends on python-all-dev and python-support for the python extension - Added new package libfann-doc for the API HTML documentation, and make other package Recommend or Suggest it - Added Build-Depends on naturaldocs for API HTML documentation - Removed Build-Depends on docbook-utils (no longer supported by upstream) - Added Build-Depends on autotools-dev to update config.{sub,guess} - Added proper Conflicts: and Replaces: for older versions - Added Homepage field - Added VCS-* fields * debian/source/format: - Convert to format 3.0 (quilt) * debian/rules: - Convert to dh syntax - Build python extensions for all available python versions - Generate API HTML documentation using naturaldocs - Update config.{sub,guess} during build * debian/copyright: - Updated * debian/watch: - Created watch file * libfann2-py: - Rename package to Python Policy-conform python-pyfann - Removed debhelper helper files no longer needed because of python-support - Modify example paths and include instructions on how to run them * libfann-doc: - New package - Add doc-base entry for documentation. Closes: #297951 * libfann2-dev: - Renamed to libfann-dev - Include training data for examples, modify their paths and include a Makefile + instructions on how to run them. Closes: #498227 * debian/patches: - Added 0001-Link-python-pyfann-dynamically-instead-of-statically.patch - Added 0002-Link-against-libm.patch (Closes: #558887) - Added 0003-Patch-upstreams-Makefile.am-reflecting-Debian.patch * Upload sponsored by Yaroslav Halchenko <email address hidden>
1 → 14 of 14 results | First • Previous • Next • Last |