~ubuntu-branches/ubuntu/lucid/landscape-client/lucid-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Andreas Hasenack
  • Date: 2012-04-10 14:28:48 UTC
  • mfrom: (1.1.27)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: package-import@ubuntu.com-20120410142848-7xsy4g2xii7y7ntc
ImportĀ upstreamĀ versionĀ 12.04.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: landscape-client
 
2
Section: admin
 
3
Priority: optional
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Landscape Team <landscape-team@canonical.com>
 
6
Build-Depends: debhelper (>= 5), po-debconf, python-dev, python-central | python-support, lsb-release, gawk, python-twisted-core, python-distutils-extra
 
7
Standards-Version: 3.8.0
 
8
XS-Python-Version: >= 2.4, << 2.8
 
9
 
 
10
Package: landscape-common
 
11
Architecture: any
 
12
Depends: ${python:Depends}, ${misc:Depends}, ${extra:Depends},
 
13
         python-gnupginterface,
 
14
         python-twisted-core,
 
15
         python-apt,
 
16
         ca-certificates,
 
17
         python-gdbm,
 
18
         lsb-release,
 
19
         lsb-base,
 
20
         adduser,
 
21
         bc,
 
22
         lshw
 
23
Suggests: ${extra:Suggests}
 
24
Replaces: landscape-client (<= 1.0.23-0ubuntu0.8.10)
 
25
Description: The Landscape administration system client - Common files
 
26
 Landscape is a web-based tool for managing Ubuntu systems. This
 
27
 package is necessary if you want your machine to be managed in a
 
28
 Landscape account.
 
29
 .
 
30
 This package provides the core libraries.
 
31
XB-Python-Version: ${python:Versions}
 
32
 
 
33
Package: landscape-client
 
34
Architecture: any
 
35
Depends: ${python:Depends}, ${misc:Depends}, ${extra:Depends},
 
36
         python-twisted-web,
 
37
         python-twisted-names,
 
38
         landscape-common (>= ${Source-Version})
 
39
Suggests: ${extra:Suggests}
 
40
Description: The Landscape administration system client
 
41
 Landscape is a web-based tool for managing Ubuntu systems. This
 
42
 package is necessary if you want your machine to be managed in a
 
43
 Landscape account.
 
44
 .
 
45
 This package provides the Landscape client and requires a Landscape account.
 
46
XB-Python-Version: ${python:Versions}
 
47
 
 
48
Package: landscape-client-ui
 
49
Architecture: any
 
50
Depends: ${python:Depends}, ${misc:Depends},
 
51
         landscape-client (>= ${Source-Version}),
 
52
         landscape-client-ui-install (>= ${Source-Version}),
 
53
         python-gi,
 
54
         python-dbus,
 
55
         policykit-1,
 
56
         gir1.2-notify-0.7,
 
57
         gir1.2-gtk-3.0
 
58
Description: The Landscape administration system client - UI configuration
 
59
 Landscape is a web-based tool for managing Ubuntu systems.
 
60
 .
 
61
 This package provides the Landscape client configuration UI.
 
62
XB-Python-Version: ${python:Versions}
 
63
 
 
64
Package: landscape-client-ui-install
 
65
Architecture: any
 
66
Depends: ${python:Depends}, ${misc:Depends},
 
67
         python-gi,
 
68
         python-dbus,
 
69
         policykit-1,
 
70
         gir1.2-gtk-3.0,
 
71
         python-aptdaemon.gtk3widgets
 
72
Description: The Landscape administration system client - UI installer
 
73
 Landscape is a web-based tool for managing Ubuntu systems.
 
74
 .
 
75
 This package provides an automatic installer for landscape-client-ui.
 
76
XB-Python-Version: ${python:Versions}