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

« back to all changes in this revision

Viewing changes to Makefile.am

  • 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:
1
 
ACLOCAL_AMFLAGS = -I m4
2
 
#DISTCHECK_CONFIGURE_FLAGS = --enable-tests
3
 
SUBDIRS = include zlib src examples test bindings/python
4
 
EXTRA_DIST = autotool.sh docs/manual.html docs/manual.rst docs/extension_protocol.rst \
5
 
docs/extension_protocol.html \
6
 
docs/projects.rst docs/projects.html \
7
 
docs/building.rst docs/building.html \
8
 
docs/running_tests.rst docs/running_tests.html \
9
 
docs/index.rst docs/index.html \
10
 
docs/python_binding.rst docs/python_binding.html \
11
 
docs/udp_tracker_protocol.rst docs/udp_tracker_protocol.html \
12
 
docs/client_test.rst docs/client_test.html \
13
 
docs/dht_extensions.html docs/dht_extensions.rst \
14
 
docs/make_torrent.html docs/make_torrent.rst \
15
 
docs/examples.html docs/examples.rst \
16
 
docs/features.html docs/features.rst \
17
 
docs/arctic_thumb.png \
18
 
docs/fdm.png \
19
 
docs/tvitty.jpg \
20
 
docs/leechcraft.png \
21
 
docs/lince.png \
22
 
docs/fatrat.png \
23
 
docs/miro.jpg \
24
 
docs/bitbuddy_thumb.jpg \
25
 
docs/bitscast_thumb.png \
26
 
docs/bitslug_thumb.png \
27
 
docs/bitrocket_thumb.png \
28
 
docs/btg_thumb.jpg \
29
 
docs/bitfox.png \
30
 
docs/acquasition.jpg \
31
 
docs/im_thumb.jpg \
32
 
docs/Linkage.png \
33
 
docs/deluge.png \
34
 
docs/halite_thumb.png \
35
 
docs/electric_sheep_thumb.jpg \
36
 
docs/moopolice_thumb.gif \
37
 
docs/qbittorrent_thumb.jpg \
38
 
docs/ziptorrent_thumb.gif \
39
 
docs/flush.jpg \
40
 
docs/pump.png \
41
 
docs/bubba.png \
42
 
docs/firetorrent.png \
43
 
docs/unicode_support.png docs/client_test.png docs/style.css Jamfile project-root.jam \
44
 
libtorrent-rasterbar.pc \
45
 
bindings/README.txt \
46
 
bindings/python/Jamfile \
47
 
bindings/python/setup.py \
48
 
bindings/python/client.py \
49
 
bindings/python/simple_client.py \
50
 
bindings/python/src/alert.cpp \
51
 
bindings/python/src/big_number.cpp \
52
 
bindings/python/src/converters.cpp \
53
 
bindings/python/src/datetime.cpp \
54
 
bindings/python/src/docstrings.cpp \
55
 
bindings/python/src/entry.cpp \
56
 
bindings/python/src/extensions.cpp \
57
 
bindings/python/src/filesystem.cpp \
58
 
bindings/python/src/fingerprint.cpp \
59
 
bindings/python/src/gil.hpp \
60
 
bindings/python/src/ip_filter.cpp \
61
 
bindings/python/src/magnet_uri.cpp \
62
 
bindings/python/src/module.cpp \
63
 
bindings/python/src/optional.hpp \
64
 
bindings/python/src/peer_info.cpp \
65
 
bindings/python/src/peer_plugin.cpp \
66
 
bindings/python/src/session.cpp \
67
 
bindings/python/src/session_settings.cpp \
68
 
bindings/python/src/torrent.cpp \
69
 
bindings/python/src/torrent_handle.cpp \
70
 
bindings/python/src/torrent_info.cpp \
71
 
bindings/python/src/torrent_status.cpp \
72
 
bindings/python/src/utility.cpp \
73
 
bindings/python/src/version.cpp
74
 
 
75
 
pkgconfigdir   = $(libdir)/pkgconfig
76
 
pkgconfig_DATA = libtorrent-rasterbar.pc
 
1
ACLOCAL_AMFLAGS = -I m4
 
2
#DISTCHECK_CONFIGURE_FLAGS = --enable-tests
 
3
SUBDIRS = include zlib src examples test bindings/python
 
4
EXTRA_DIST = autotool.sh docs/manual.html docs/manual.rst docs/extension_protocol.rst \
 
5
docs/extension_protocol.html \
 
6
docs/projects.rst docs/projects.html \
 
7
docs/building.rst docs/building.html \
 
8
docs/running_tests.rst docs/running_tests.html \
 
9
docs/index.rst docs/index.html \
 
10
docs/python_binding.rst docs/python_binding.html \
 
11
docs/udp_tracker_protocol.rst docs/udp_tracker_protocol.html \
 
12
docs/client_test.rst docs/client_test.html \
 
13
docs/dht_extensions.html docs/dht_extensions.rst \
 
14
docs/make_torrent.html docs/make_torrent.rst \
 
15
docs/examples.html docs/examples.rst \
 
16
docs/features.html docs/features.rst \
 
17
docs/arctic_thumb.png \
 
18
docs/fdm.png \
 
19
docs/tvitty.jpg \
 
20
docs/leechcraft.png \
 
21
docs/lince.png \
 
22
docs/fatrat.png \
 
23
docs/miro.jpg \
 
24
docs/bitbuddy_thumb.jpg \
 
25
docs/bitscast_thumb.png \
 
26
docs/bitslug_thumb.png \
 
27
docs/bitrocket_thumb.png \
 
28
docs/btg_thumb.jpg \
 
29
docs/bitfox.png \
 
30
docs/acquasition.jpg \
 
31
docs/im_thumb.jpg \
 
32
docs/Linkage.png \
 
33
docs/deluge.png \
 
34
docs/halite_thumb.png \
 
35
docs/electric_sheep_thumb.jpg \
 
36
docs/moopolice_thumb.gif \
 
37
docs/qbittorrent_thumb.jpg \
 
38
docs/ziptorrent_thumb.gif \
 
39
docs/flush.jpg \
 
40
docs/pump.png \
 
41
docs/bubba.png \
 
42
docs/firetorrent.png \
 
43
docs/unicode_support.png docs/client_test.png docs/style.css Jamfile project-root.jam \
 
44
libtorrent-rasterbar.pc \
 
45
bindings/README.txt \
 
46
bindings/python/Jamfile \
 
47
bindings/python/setup.py \
 
48
bindings/python/client.py \
 
49
bindings/python/simple_client.py \
 
50
bindings/python/src/alert.cpp \
 
51
bindings/python/src/big_number.cpp \
 
52
bindings/python/src/converters.cpp \
 
53
bindings/python/src/create_torrent.cpp \
 
54
bindings/python/src/datetime.cpp \
 
55
bindings/python/src/docstrings.cpp \
 
56
bindings/python/src/entry.cpp \
 
57
bindings/python/src/extensions.cpp \
 
58
bindings/python/src/filesystem.cpp \
 
59
bindings/python/src/fingerprint.cpp \
 
60
bindings/python/src/gil.hpp \
 
61
bindings/python/src/ip_filter.cpp \
 
62
bindings/python/src/magnet_uri.cpp \
 
63
bindings/python/src/module.cpp \
 
64
bindings/python/src/optional.hpp \
 
65
bindings/python/src/peer_info.cpp \
 
66
bindings/python/src/peer_plugin.cpp \
 
67
bindings/python/src/session.cpp \
 
68
bindings/python/src/session_settings.cpp \
 
69
bindings/python/src/torrent.cpp \
 
70
bindings/python/src/torrent_handle.cpp \
 
71
bindings/python/src/torrent_info.cpp \
 
72
bindings/python/src/torrent_status.cpp \
 
73
bindings/python/src/utility.cpp \
 
74
bindings/python/src/version.cpp
 
75
 
 
76
pkgconfigdir   = $(libdir)/pkgconfig
 
77
pkgconfig_DATA = libtorrent-rasterbar.pc