~cmiller/ubuntu/quantal/deluge/fix-parameter-move-storage

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Cristian Greco
  • Date: 2009-11-13 02:39:45 UTC
  • mfrom: (4.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091113023945-te1bybo2912ejzuc
Tags: 1.2.0~rc3-4
* debian/control: bump build-dep on python-setuptools to (>= 0.6c9).
* debian/patches:
  - 25_r5921_fastresume_files.patch
    new, should fix problems with fresh configs;
  - 30_r5931_ipc_lockfile.patch:
    new, should fix an issue where Deluge will fail to start if there is a
    stale ipc lockfile. (Closes: #555849)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: deluge
2
2
Section: net
3
3
Priority: optional
4
 
Maintainer: Cristian Greco <cristian.debian@gmail.com>
 
4
Maintainer: Cristian Greco <cristian@regolo.cc>
5
5
Build-Depends: debhelper (>= 7.3.13), quilt (>= 0.46-7)
6
6
Build-Depends-Indep: python-dev,
7
7
                     python-support (>= 0.90),
8
 
                     python-setuptools (>= 0.6c8),
9
 
                     python-libtorrent (>= 0.14.4)
 
8
                     python-setuptools (>= 0.6c9)
10
9
Standards-Version: 3.8.3
11
10
Vcs-Git: git://git.debian.org/git/collab-maint/deluge.git
12
11
Vcs-Browser: http://git.debian.org/?p=collab-maint/deluge.git
13
12
Homepage: http://www.deluge-torrent.org/
 
13
DM-Upload-Allowed: yes
14
14
 
15
 
Package: deluge-core
 
15
Package: deluge-common
16
16
Architecture: all
17
17
Depends: ${misc:Depends}, ${python:Depends},
18
 
         python-libtorrent (>= 0.14.4),
19
 
         python-xdg,
20
 
         python-gobject,
 
18
         python (>= 2.6) | python-simplejson,
 
19
         python-libtorrent (>= 0.14.6),
 
20
         python-twisted-web,
 
21
         python-openssl,
21
22
         python-pkg-resources,
22
23
         python-chardet,
23
 
         xdg-utils,
 
24
         python-xdg,
24
25
         geoip-database
25
 
Conflicts: deluge-torrent-common (<< 1.0.7.dfsg-1), deluge-torrent (<< 1.0.7.dfsg-1)
26
 
Replaces: deluge-torrent-common (<< 1.0.7.dfsg-1), deluge-torrent (<< 1.0.7.dfsg-1)
 
26
Conflicts: deluge-torrent-common (<< 1.0.7.dfsg-1), deluge-torrent (<< 1.0.7.dfsg-1), deluge-core (<< 1.2.0~rc1-1)
 
27
Replaces: deluge-torrent-common (<< 1.0.7.dfsg-1), deluge-torrent (<< 1.0.7.dfsg-1), deluge-core (<< 1.2.0~rc1-1)
 
28
Description: bittorrent client written in Python/PyGTK (common files)
 
29
 Deluge is a full-featured, multi-platform, multi-interface BitTorrent client.
 
30
 .
 
31
 It uses libtorrent-rasterbar in it's backend and features multiple
 
32
 user-interfaces including: GTK+, web and console.
 
33
 .
 
34
 This package contains common data files.
 
35
 
 
36
Package: deluged
 
37
Architecture: all
 
38
Depends: ${misc:Depends}, ${python:Depends}, deluge-common (= ${source:Version})
27
39
Description: bittorrent client written in Python/PyGTK (daemon)
28
 
 Deluge is a bittorrent client that utilizes a daemon/client model.
29
 
 .
30
 
 There are various user interfaces available for Deluge, such as the GTK+ ui,
31
 
 the Web ui (remote control) and console ui.
32
 
 .
33
 
 Deluge is written in Python/PyGTK and uses Python language bindings from the
34
 
 libtorrent-rasterbar library as backend to handle the bittorrent protocol.
35
 
 .
36
 
 This package contains only the daemon application (deluged) which is able to
37
 
 accept local or remote connections from any of the three user interfaces.
38
 
 
39
 
Package: deluge-common
40
 
Architecture: all
41
 
Depends: ${misc:Depends}, ${python:Depends},
42
 
         deluge-core (= ${source:Version})
43
 
Recommends: deluge-console | deluge-webui | deluge
44
 
Description: bittorrent client written in Python/PyGTK (UIs common data files)
45
 
 Deluge is a bittorrent client that utilizes a daemon/client model.
46
 
 .
47
 
 There are various user interfaces available for Deluge, such as the GTK+ ui,
48
 
 the Web ui (remote control) and console ui.
49
 
 .
50
 
 Deluge is written in Python/PyGTK and uses Python language bindings from the
51
 
 libtorrent-rasterbar library as backend to handle the bittorrent protocol.
52
 
 .
53
 
 This package contains common data files for all deluge user interfaces.
 
40
 Deluge is a full-featured, multi-platform, multi-interface BitTorrent client.
 
41
 .
 
42
 It uses libtorrent-rasterbar in it's backend and features multiple
 
43
 user-interfaces including: GTK+, web and console.
 
44
 .
 
45
 This package contains the daemon application (deluged) which is able to accept
 
46
 local or remote connections from any user-interface.
54
47
 
55
48
Package: deluge-console
56
49
Architecture: all
57
 
Depends: ${misc:Depends}, ${python:Depends},
58
 
         deluge-common (= ${source:Version})
59
 
Description: bittorrent client written in Python/PyGTK (console UI)
60
 
 Deluge is a bittorrent client that utilizes a daemon/client model.
61
 
 .
62
 
 There are various user interfaces available for Deluge, such as the GTK+ ui,
63
 
 the Web ui (remote control) and console ui.
64
 
 .
65
 
 Deluge is written in Python/PyGTK and uses Python language bindings from the
66
 
 libtorrent-rasterbar library as backend to handle the bittorrent protocol.
67
 
 .
68
 
 This package contains the console user interface.
69
 
 
70
 
Package: deluge-webui
71
 
Architecture: all
72
 
Depends: ${misc:Depends}, ${python:Depends},
73
 
         deluge-common (= ${source:Version})
74
 
Suggests: python-openssl
75
 
Description: bittorrent client written in Python/PyGTK (web UI)
76
 
 Deluge is a bittorrent client that utilizes a daemon/client model.
77
 
 .
78
 
 There are various user interfaces available for Deluge, such as the GTK+ ui,
79
 
 the Web ui (remote control) and console ui.
80
 
 .
81
 
 Deluge is written in Python/PyGTK and uses Python language bindings from the
82
 
 libtorrent-rasterbar library as backend to handle the bittorrent protocol.
83
 
 .
84
 
 This package contains the web user interface.
85
 
 
86
 
Package: deluge
87
 
Architecture: all
88
 
Depends: ${misc:Depends}, ${python:Depends},
89
 
         deluge-common (= ${source:Version}),
 
50
Depends: ${misc:Depends}, ${python:Depends}, deluge-common (= ${source:Version})
 
51
Description: bittorrent client written in Python/PyGTK (console ui)
 
52
 Deluge is a full-featured, multi-platform, multi-interface BitTorrent client.
 
53
 .
 
54
 It uses libtorrent-rasterbar in it's backend and features multiple
 
55
 user-interfaces including: GTK+, web and console.
 
56
 .
 
57
 This package contains the console user-interface.
 
58
 
 
59
Package: deluge-web
 
60
Architecture: all
 
61
Depends: ${misc:Depends}, ${python:Depends}, deluge-common (= ${source:Version}),
 
62
         python-mako
 
63
Conflicts: deluge-webui (<< 1.2.0~rc1-1)
 
64
Replaces: deluge-webui (<< 1.2.0~rc1-1)
 
65
Description: bittorrent client written in Python/PyGTK (web ui)
 
66
 Deluge is a full-featured, multi-platform, multi-interface BitTorrent client.
 
67
 .
 
68
 It uses libtorrent-rasterbar in it's backend and features multiple
 
69
 user-interfaces including: GTK+, web and console.
 
70
 .
 
71
 This package contains the web user-interface.
 
72
 
 
73
Package: deluge-gtk
 
74
Architecture: all
 
75
Depends: ${misc:Depends}, ${python:Depends}, deluge-common (= ${source:Version}),
90
76
         python-glade2,
 
77
         python-pygame,
91
78
         python-notify,
92
79
         notification-daemon,
93
80
         librsvg2-common,
94
81
         python-dbus,
95
 
         dbus-x11
96
 
Description: bittorrent client written in Python/PyGTK (GTK+ UI)
97
 
 Deluge is a bittorrent client that utilizes a daemon/client model.
98
 
 .
99
 
 There are various user interfaces available for Deluge, such as the GTK+ ui,
100
 
 the Web ui (remote control) and console ui.
101
 
 .
102
 
 Deluge is written in Python/PyGTK and uses Python language bindings from the
103
 
 libtorrent-rasterbar library as backend to handle the bittorrent protocol.
104
 
 .
105
 
 This package contains the default GTK+ user interface.
 
82
         dbus-x11,
 
83
         xdg-utils
 
84
Conflicts: deluge (<< 1.2.0~rc1-1)
 
85
Replaces: deluge (<< 1.2.0~rc1-1)
 
86
Description: bittorrent client written in Python/PyGTK (GTK+ ui)
 
87
 Deluge is a full-featured, multi-platform, multi-interface BitTorrent client.
 
88
 .
 
89
 It uses libtorrent-rasterbar in it's backend and features multiple
 
90
 user-interfaces including: GTK+, web and console.
 
91
 .
 
92
 This package contains the GTK+ user-interface.
 
93
 
 
94
Package: deluge
 
95
Architecture: all
 
96
Depends: ${misc:Depends}, ${python:Depends}, deluge-gtk (= ${source:Version})
 
97
Conflicts: deluge-common (<< 1.2.0~rc1-1)
 
98
Replaces: deluge-common (<< 1.2.0~rc1-1)
 
99
Description: bittorrent client written in Python/PyGTK
 
100
 Deluge is a full-featured, multi-platform, multi-interface BitTorrent client.
 
101
 .
 
102
 It uses libtorrent-rasterbar in it's backend and features multiple
 
103
 user-interfaces including: GTK+, web and console.
 
104
 .
 
105
 It has been designed using the client server model with a daemon process that
 
106
 handles all the bittorrent activity. The Deluge daemon (deluged) is able to
 
107
 run on headless machines with the user-interfaces being able to connect
 
108
 remotely from any platform.
 
109
 .
 
110
 This package will install the GTK+ user interface and the 'deluge' command,
 
111
 which enables launching any user-interface or setting your default one.
 
112
 
 
113
Package: deluge-webui
 
114
Architecture: all
 
115
Depends: ${misc:Depends}, deluge-web
 
116
Description: bittorrent client (web ui transitional package)
 
117
 This is a transitional dummy package to ensure clean upgrades from old
 
118
 releases (the package deluge-webui is replaced by deluge-web). If nothing
 
119
 depends on it, this package can be safely removed after upgrade.
106
120
 
107
121
Package: deluge-torrent
108
122
Architecture: all
109
123
Depends: ${misc:Depends}, deluge
110
 
Description: bittorrent client written in Python/PyGTK (transitional package)
111
 
 Deluge is a bittorrent client that utilizes a daemon/client model.
112
 
 .
 
124
Description: bittorrent client (gtk ui transitional package)
113
125
 This is a transitional dummy package to ensure clean upgrades from old
114
126
 releases (the package deluge-torrent is replaced by deluge). If nothing
115
127
 depends on it, this package can be safely removed after upgrade.