~free.ekanayaka/landscape-client/lucid-1.5.2.1-0ubuntu0.10.04.0

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug, Free Ekanayaka
  • Date: 2009-07-22 14:54:50 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090722145450-pvbp13gh8734c8ft
Tags: 1.3.2.2-0ubuntu0.9.10.1
[ Free Ekanayaka ]
* New upstream release:
  - Include the README file in landscape-client (LP: #396260)
  - Fix client capturing stderr from run_command when constructing
    hash-id-databases url (LP: #397480)
  - Use substvars to conditionally depend on update-motd or
    libpam-modules (LP: #393454)
  - Fix reporting wrong version to the server (LP: #391225)
  - The init script does not wait for the network to be available
    before checking for EC2 user data (LP: #383336)
  - When the broker is restarted by the watchdog, the state of the client
    is inconsistent (LP: #380633)
  - Package stays unknown forever in the client with hash-id-databases
    support (LP: #381356)
  - Standard error not captured when calling smart-update (LP: #387441)
  - Changer calls reporter without switching groups, just user (LP: #388092)
  - Run smart update in the package-reporter instead of having a cronjob (LP: #362355)
  - Package changer does not inherit proxy settings (LP: #381241)
  - The ./test script doesn't work in landscape-client (LP: #381613)
  - The source package should build on all supported releases (LP: #385098)
  - Strip smart update's output (LP: #387331)
  - The fetch() timeout isn't based on activity (#389224)
  - Client can use a UUID of "None" when fetching the hash-id-database (LP: #381291)
  - Registration should use the fqdn rather than just the hostname (LP: #385730)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: landscape-client
2
2
Section: admin
3
3
Priority: optional
4
 
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
Build-Depends: debhelper (>= 6.0.7~), po-debconf
6
 
Build-Depends-Indep: python-dev, python-central, lsb-release, gawk
 
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
7
7
Standards-Version: 3.8.0
8
 
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/landscape-client/ubuntu
9
 
XS-Python-Version: >= 2.4
 
8
XS-Python-Version: >= 2.4, << 2.7
10
9
 
11
10
Package: landscape-common
12
11
Architecture: all
13
12
Pre-Depends: python, python-gobject
14
 
Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core, python-dbus, lsb-release, lsb-base, perl-modules,  python-gdbm,  ca-certificates, adduser, libpam-modules (>= 1.0.1-9ubuntu3)
15
 
XB-Python-Version: ${python:Versions}
16
 
Replaces: landscape-client (< 1.0.23-0ubuntu0.8.10)
 
13
Depends: ${python:Depends}, ${misc:Depends}, ${extra:Depends},
 
14
         python-smartpm (>= 1.2-0ubuntu1),
 
15
         python-pysqlite2 | python2.4-pysqlite2,
 
16
         python-dbus | python2.4-dbus,
 
17
         python-twisted-core,
 
18
         ca-certificates,
 
19
         perl-modules,
 
20
         python-gdbm,
 
21
         lsb-release,
 
22
         lsb-base,
 
23
         adduser
 
24
Replaces: landscape-client (<= 1.0.23-0ubuntu0.8.10)
17
25
Description: The Landscape administration system client
18
26
 Landscape is a web-based tool for managing Ubuntu systems. This
19
27
 package is necessary if you want your machine to be managed in a
20
28
 Landscape account.
21
29
 .
22
30
 This package provides the core libraries.
23
 
 
 
31
XB-Python-Version: ${python:Versions}
 
32
 
24
33
Package: landscape-client
25
 
Architecture: all
 
34
Architecture: any
26
35
Pre-Depends: python
27
 
Depends: ${python:Depends}, ${misc:Depends}, landscape-common, hal, python-twisted-web, python-smartpm, python-pycurl, cron
28
 
XB-Python-Version: ${python:Versions}
 
36
Depends: ${python:Depends}, ${misc:Depends},
 
37
         python-pycurl | python2.4-pycurl,
 
38
         python-twisted-web,
 
39
         landscape-common (>= ${Source-Version}),
 
40
         libcurl3 (>= 7.15.1-1ubuntu3),
 
41
         hal
29
42
Description: The Landscape administration system client
30
43
 Landscape is a web-based tool for managing Ubuntu systems. This
31
44
 package is necessary if you want your machine to be managed in a
32
45
 Landscape account.
33
46
 .
34
47
 This package provides the Landscape client and requires a Landscape account.
 
48
XB-Python-Version: ${python:Versions}