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

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2010-06-28 18:07:18 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100628180718-vytyqgbtkiirv5sb
Tags: 1.5.2.1-0ubuntu0.10.04.0
Filter duplicate network interfaces in get_active_interfaces (LP: #597000)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
        python setup.py install --root $(root_dir) $(py_setup_install_args)
53
53
 
54
 
        install -D -o root -g root -m 644 dbus/landscape.conf $(root_dir)/etc/dbus-1/system.d/landscape.conf
55
54
        install -D -o root -g root -m 755 debian/landscape-sysinfo.wrapper $(root_dir)/usr/share/landscape/landscape-sysinfo.wrapper
56
55
        install -D -o root -g root -m 644 debian/cloud-default.conf $(root_dir)/usr/share/landscape/cloud-default.conf
57
56
        install -D -o root -g root -m 755 smart-update/smart-update $(root_dir)/usr/lib/landscape/smart-update
 
57
        install -D -o root -g root -m 644 dbus/landscape.conf $(root_dir)/etc/dbus-1/system.d/landscape.conf
58
58
 
59
59
binary-indep:
60
60
# do nothing
96
96
        echo "extra:Depends=update-motd, python-smartpm (>= 1.2-0ubuntu1.9.04.1), python2.6-dbus" >> $(landscape_common_substvars)
97
97
        echo "extra:Depends=python2.6-pycurl" >> $(landscape_client_substvars)
98
98
endif
99
 
ifneq (,$(findstring $(dist_release),"karmic lucid"))
 
99
ifneq (,$(findstring $(dist_release),"karmic lucid maverick"))
100
100
        # We want libpam-modules in karmic, and smart 1.2
101
101
        echo "extra:Depends=libpam-modules (>= 1.0.1-9ubuntu3), python-smartpm (>= 1.2-4), python2.6-dbus" >> $(landscape_common_substvars)
102
102
        echo "extra:Depends=python2.6-pycurl" >> $(landscape_client_substvars)
103
103
endif
104
 
ifneq (,$(findstring $(dist_release),"lucid"))
 
104
ifneq (,$(findstring $(dist_release),"lucid maverick"))
105
105
        # The python-image-store-proxy package is needed for the eucalyptus plugin
106
106
        echo "extra:Suggests=python-image-store-proxy" >> $(landscape_common_substvars)
107
107
endif