~ubuntu-branches/ubuntu/natty/libktorrent/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2010-07-08 22:25:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100708222550-l0n75gup32cqwlz0
Tags: 1.0.2-1
* New upstream release.
* Rename library package to libktorrent2, SONAME has been bumped:
  - rename references in debian/control;
  - rename install and symbol files;
  - bump minver of all symbols to 1.0.2 in the symbol file;
  - change package name and soname in debian/libktorrent2.symbols;
  - change file path in debian/libktorrent2.install.
* Enable parallel support, pass --parallel to dh.
* Update symbol file for 1.0.2 release.
* Bump Standards-Version to 3.9.0: no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Build-Depends: cmake, debhelper (>= 7.3.16~), pkg-kde-tools (>= 0.6~),
7
7
 kdelibs5-dev (>= 4:4.3), libgmp3-dev, libqca2-dev, libboost-dev,
8
8
 pkg-config, doxygen,
9
 
Standards-Version: 3.8.4
 
9
Standards-Version: 3.9.0
10
10
Homepage: http://ktorrent.org/
11
11
Vcs-Git: git://git.debian.org/git/pkg-kde/kde-extras/libktorrent.git
12
12
Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-extras/libktorrent.git;a=summary
13
13
 
14
 
Package: libktorrent1
 
14
Package: libktorrent2
15
15
Architecture: any
16
16
Depends: ${shlibs:Depends}, ${misc:Depends}
17
17
Suggests: libktorrent-l10n
28
28
Package: libktorrent-dev
29
29
Architecture: any
30
30
Section: libdevel
31
 
Depends: libktorrent1 (= ${binary:Version}), ${misc:Depends},
 
31
Depends: libktorrent2 (= ${binary:Version}), ${misc:Depends},
32
32
 ${sameVersionDep:libqt4-dev}, ${sameVersionDep:kdelibs5-dev}
33
33
Description: development files for the KTorrent Library
34
34
 The KTorrent library is a C++ / Qt 4 / KDE Platform based implementation of
40
40
Package: libktorrent-l10n
41
41
Architecture: all
42
42
Section: localization
43
 
Depends: libktorrent1 (>= ${source:Version}), ${misc:Depends}
 
43
Depends: libktorrent2 (>= ${source:Version}), ${misc:Depends}
44
44
Description: localization files for the KTorrent library
45
45
 The KTorrent library is a C++ / Qt 4 / KDE Platform based implementation of
46
46
 the BitTorrent protocol (mostly client side).
51
51
Architecture: any
52
52
Section: debug
53
53
Priority: extra
54
 
Depends: libktorrent1 (= ${binary:Version}), ${misc:Depends}
 
54
Depends: libktorrent2 (= ${binary:Version}), ${misc:Depends}
55
55
Description: debugging symbols for the KTorrent library
56
56
 The KTorrent library is a C++ / Qt 4 / KDE Platform based implementation of
57
57
 the BitTorrent protocol (mostly client side).