~ubuntu-branches/ubuntu/oneiric/libtorrent/oneiric

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Rogério Brito
  • Date: 2011-03-20 01:06:18 UTC
  • mfrom: (1.1.13 upstream) (4.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110320010618-g3wyylccqzqko73c
Tags: 0.12.7-5
* Use Steinar's "real" patch for IPv6. Addresses #490277, #618275,
  and Closes: #617791.
* Adapt libtorrent-0.12.6-ipv6-07.patch. It FTBFS otherwise.
* Add proper attibution to the IPv6 patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Source: libtorrent
3
3
Priority: extra
4
4
Section: libs
5
 
Maintainer: Rogério Brito <rbrito@ime.usp.br>
 
5
Maintainer: Jose Luis Rivas <ghostbar@debian.org>
6
6
DM-Upload-Allowed: yes
7
 
Uploaders: Jose Luis Rivas <ghostbar@debian.org>,
 
7
Uploaders: Rogério Brito <rbrito@ime.usp.br>,
8
8
        Dmitry E. Oboukhov <unera@debian.org>
9
 
Build-Depends: debhelper (>= 5), cdbs, libsigc++-2.0-dev, libcurl4-openssl-dev,
 
9
Build-Depends: debhelper (>= 7.0.50~),
 
10
               libcppunit-dev,
 
11
               libsigc++-2.0-dev,
 
12
               libcurl4-openssl-dev,
10
13
               libssl-dev
11
 
Standards-Version: 3.8.3
 
14
Standards-Version: 3.9.1
12
15
Vcs-git: git://git.debian.org/git/collab-maint/libtorrent.git
13
16
Vcs-browser: http://git.debian.org/?p=collab-maint/libtorrent.git;a=summary
14
17
Homepage: http://libtorrent.rakshasa.no/
16
19
Package: libtorrent-dev
17
20
Section: libdevel
18
21
Architecture: any
19
 
Depends: libtorrent11 (= ${binary:Version}), libsigc++-2.0-dev, ${misc:Depends}
 
22
Depends: libtorrent13 (= ${binary:Version}), libsigc++-2.0-dev, ${misc:Depends}
20
23
Description: a C++ BitTorrent library by Rakshasa (development files)
21
24
 LibTorrent is a BitTorrent library written in C++ for *nix. It is
22
25
 designed to avoid redundant copying and storing of data that other
25
28
 This package contains the files needed to compile and link programs
26
29
 which use LibTorrent.
27
30
 
28
 
Package: libtorrent11
 
31
Package: libtorrent13
29
32
Architecture: any
30
33
Depends: ${shlibs:Depends}, ${misc:Depends}
31
 
Conflicts: libtorrent10, libtorrent9
32
 
Replaces: libtorrent10, libtorrent9
33
34
Description: a C++ BitTorrent library by Rakshasa
34
35
 LibTorrent is a BitTorrent library written in C++ for *nix. It is
35
36
 designed to avoid redundant copying and storing of data that other