~ubuntu-branches/ubuntu/lucid/transmission/lucid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda, Krzysztof Klimonda, Chris Coulson
  • Date: 2010-03-03 02:55:26 UTC
  • mfrom: (1.1.34 upstream) (2.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20100303025526-qcjmpnlvk9jv3y5o
Tags: 1.92-0ubuntu1
[ Krzysztof Klimonda ]
* New upstream release (LP: #538034), rebased on debian testing.
  Remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
      Can be removed in lucid+1
    + Added liblaunchpad-integration-dev and lsb-release to Build-Depends
  - debian/rules:
    + create a po template during package build.
  - debian/patches/01_lpi.patch:
    + integrate transmission with launchpad
  - debian/patches/20_add_x-ubuntu-gettext-domain.diff:
    + add x-ubuntu-gettext-domain to .desktop file.
  - debian/transmission-daemon.default:
    - remove --auth from OPTIONS
  - debian/control, debian/rules:
    + build transmission gtk+ client with both gconf and libcanberra support.
  - debian/patches/dont_build_libevent.patch:
    + disable libevent in configure.ac and Makefile.am because we use autotools
      to regenerate build files.
  - lucid/debian/patches/updateminiupnpcstrings_double_escape_slash.patch:
    + Deleted as the bug is fixed upstream
* Fixes bugs:
  - Fix directory selection error in GTK+ 2.19 (LP: #518692)
  - Transmission "Set Location" - dialog doesn't disappear (LP: #529037)
  - The "Torrent Options" dialog's Torrent Priority row gets too much
    vertical stretch (LP: #527299)
  - "Open Folder" behavior can be confusing for single-file torrents
    (LP: #505861)
* Refreshed 99_autoreconf.patch

[ Chris Coulson ]
* debian/patches/disable_web_ui.patch:
  - Disable the web UI by default again (LP: #542194)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
XSBC-Original-Maintainer: Leo Costela <costela@debian.org>
6
6
Uploaders: Philipp Benner <pbenner@uni-osnabrueck.de>
7
7
DM-Upload-Allowed: yes
8
 
Build-Depends: debhelper (>= 7), autotools-dev, libgtk2.0-dev, libevent-dev,
9
 
 libglib2.0-dev, libnotify-dev, libssl-dev, libcurl4-dev | libcurl-dev, chrpath, python, intltool (>= 0.23), quilt, qt4-qmake, libqt4-dev, liblaunchpad-integration-dev, lsb-release, libgconf2-dev, libcanberra-gtk-dev, libappindicator-dev
 
8
Build-Depends: debhelper (>= 7), autotools-dev, libgtk2.0-dev, libevent-dev
 
9
 (>= 1.4), libglib2.0-dev, libnotify-dev, libssl-dev, libcurl4-dev |
 
10
 libcurl-dev, chrpath, intltool (>= 0.40), qt4-qmake, libqt4-dev,
 
11
 libcanberra-gtk-dev, libgconf2-dev,
 
12
 liblaunchpad-integration-dev, lsb-release, libappindicator-dev
10
13
Standards-Version: 3.8.4
 
14
Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/transmission/
 
15
Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/transmission/
11
16
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/transmission/ubuntu
12
17
Homepage: http://www.transmissionbt.com/
13
18
 
14
19
Package: transmission
15
20
Architecture: all
16
 
Depends: ${misc:Depends}, transmission-cli (>= ${binary:Version}), transmission-gtk (>= ${binary:Version}), transmission-common (= ${source:Version})
 
21
Depends: transmission-cli (>= ${binary:Version}), transmission-gtk (>= ${binary:Version}), transmission-common (= ${source:Version}), ${misc:Depends}
17
22
Replaces: clutch
18
23
Provides: clutch
19
24
Description: lightweight BitTorrent client
37
42
 
38
43
Package: transmission-cli
39
44
Architecture: any
40
 
Depends: ${misc:Depends}, ${shlibs:Depends}, transmission-common (= ${source:Version})
 
45
Depends: ${shlibs:Depends}, transmission-common (= ${source:Version}), ${misc:Depends}
41
46
Suggests: transmission-daemon (= ${binary:Version}), transmission-gtk (= ${binary:Version})
42
47
Replaces: transmission (<< 0.6.1.dfsg-2), transmission-daemon (<< 1.50-1)
43
48
Description: lightweight BitTorrent client (command line interface)
47
52
 
48
53
Package: transmission-gtk
49
54
Architecture: any
50
 
Depends: ${misc:Depends}, ${shlibs:Depends}, transmission-common (= ${source:Version})
 
55
Depends: ${shlibs:Depends}, transmission-common (= ${source:Version}), ${misc:Depends}
51
56
Recommends: xdg-utils
52
57
Replaces: transmission (<< 0.6.1.dfsg-2)
53
58
Description: lightweight BitTorrent client (GTK interface)
57
62
 
58
63
Package: transmission-qt
59
64
Architecture: any
60
 
Depends: ${misc:Depends}, ${shlibs:Depends}, transmission-common (= ${source:Version})
 
65
Depends: ${shlibs:Depends}, transmission-common (= ${source:Version}), ${misc:Depends}
61
66
Recommends: xdg-utils
62
67
Description: lightweight BitTorrent client (Qt interface)
63
68
 QTransmission is a Qt-based BitTorrent client. It features a
67
72
Package: transmission-daemon
68
73
Architecture: any
69
74
Pre-Depends: adduser
70
 
Depends: ${misc:Depends}, ${shlibs:Depends}, transmission-common (= ${source:Version}), lsb-base (>= 3.0)
 
75
Depends: ${shlibs:Depends}, transmission-common (= ${source:Version}), lsb-base (>= 3.0), ${misc:Depends}
71
76
Replaces: transmission-cli (<< 1.40-1)
72
77
# moving transmission-remote to -cli
73
78
Recommends: transmission-cli (>= 1.50-1)