~vibhavp/ubuntu/raring/libfann/add-autopkgtest

« back to all changes in this revision

Viewing changes to debian/TODO

  • Committer: Bazaar Package Importer
  • Author(s): Christian Kastner
  • Date: 2010-07-14 22:12:27 UTC
  • Revision ID: james.westby@ubuntu.com-20100714221227-4i4pp9io3fjgwgxa
Tags: 2.1.0~beta~dfsg-2
* 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 <debian@onerussian.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Concerning upstream sources
 
2
---------------------------
 
3
 
 
4
No TODOs at the moment.
 
5
 
 
6
 
 
7
Concerning Debian packaging
 
8
---------------------------
 
9
 
 
10
2010-07-15 (CK):
 
11
  Within python-pyfann-dbg package, in additon to shipping the stripped
 
12
  symbols, build extensions suitable for use with the debug interpreter.