~ubuntu-branches/ubuntu/maverick/libtorrent-rasterbar/maverick

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Cristian Greco
  • Date: 2009-05-13 12:08:59 UTC
  • mfrom: (3.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090513120859-b5qqlwi43aai3pq3
Tags: 0.14.3-1
* New Upstream Version
  - new package libtorrent-rasterbar3 (bump up library soname).
* debian/control:
  - add Vcs-* stuff (switch to git-buildpackage) and bump up
    Standards-Version to 3.8.1 (no changes required);
  - build-depends on debhelper (>= 7.0.50) and use override_dh_command;
  - move -dbg package to the new 'debug' section;
  - build-depends on autotools-dev and overwrite config.{sub,guess} with a
    recent version in debian/rules.
  - build-depends on quilt and python-docutils:
    + debian/patches/fix_html_docs.patch: fix html documentation for offline
      browsing and add another missing doc file;
    + rebuild docs at build time in debian/rules;
* debian/example.makefile: install a simple makefile for example programs
  included in -doc package.
* debian/rules, debian/python-libtorrent.install: don't rely on hardcoded
  python version, use --install-layout=deb when building python bindings,
  and install to '*-packages' instead of 'site-packages' (this should
  prepare for python2.6 and minimize Ubuntu diff).

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
PYTHON_BIN = @PYTHON_BIN@
160
160
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
161
161
PYTHON_INCLUDE_DIR = @PYTHON_INCLUDE_DIR@
 
162
PYTHON_INSTALL_PARAMS = @PYTHON_INSTALL_PARAMS@
162
163
PYTHON_LIB = @PYTHON_LIB@
163
164
PYTHON_PLATFORM = @PYTHON_PLATFORM@
164
165
PYTHON_PREFIX = @PYTHON_PREFIX@
165
166
PYTHON_VERSION = @PYTHON_VERSION@
166
167
RANLIB = @RANLIB@
167
 
SED = @SED@
168
168
SET_MAKE = @SET_MAKE@
169
169
SHELL = @SHELL@
170
170
SSL_CFLAGS = @SSL_CFLAGS@
283
283
bindings/python/src/alert.cpp \
284
284
bindings/python/src/big_number.cpp \
285
285
bindings/python/src/converters.cpp \
 
286
bindings/python/src/create_torrent.cpp \
286
287
bindings/python/src/datetime.cpp \
287
288
bindings/python/src/docstrings.cpp \
288
289
bindings/python/src/entry.cpp \