Comment 14 for bug 335741

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

 Does my approach look right? setup.py is called in a makefile with no way to pass arguments directly to it in ./configure. It ignores the --prefix flag and installs to usr/local/lib/python2.6/dist-packages/ I manually move it to the right place in python-libtorrent.install to avoid having to patch the source to use "setup.py --install-layout=deb". It feels a little hackish, but it keeps the diff from Debian smaller...

libtorrent-rasterbar (0.14.2-1ubuntu1) jaunty; urgency=low

  * Merge from Debian. (LP: #335741)
  * debian/python-libtorrent.install
   - Install to usr/lib/python2.6/dist-packages/ for python 2.6 transition.
  * debian/rules:
   - Use --with-boost-python=boost_python-mt-py26 flag.

 -- Andrew Starr-Bochicchio <email address hidden> Mon, 02 Mar 2009 02:43:39 -0500

libtorrent-rasterbar (0.14.2-1) unstable; urgency=low

  * New upstream version.
    - new package libtorrent-rasterbar2 (bump up library SONAME);
    - remove patch 01_fix_ax_python_m4.patch (merged upstream);
    - debian/control, debian/rules, debian/README.source: drop build
      dependency on quilt system.
  * debian/control, debian/rules, debian/README.source: adjusting build
    dependencies and configure flags to build against boost1.37 and continue
    to provide compatibility with boost1.34.1 for backports (adding some notes).
  * debian/control: fix lintian I:binary-control-field-duplicates-source.
  * Moving section from 'Programming' to 'Programming/C++' for the doc-base
    files in libtorrent-rasterbar-doc.
  * Closing a bug already fixed in 0.14-1: fixed documentation about
    storage_mode_allocate (Closes: #502241).
  * Upload to unstable (Closes: #517000).

 -- Cristian Greco <email address hidden> Fri, 27 Feb 2009 07:46:38 +0100