Changelog
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