~bjornt/landscape-client/fetch-progress-lucid-failure

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Alberto Donato
  • Date: 2011-11-04 11:42:10 UTC
  • mto: This revision was merged to the branch mainline in revision 395.
  • Revision ID: alberto.donato@canonical.com-20111104114210-lezbvimeiz1i3ze5
Added apt-update wrapper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        sed -i -e "s/^DEBIAN_REVISION = \"\"/DEBIAN_REVISION = \"-$(revision)\"/g" landscape/__init__.py
31
31
        python setup.py build
32
32
        make -C smart-update
 
33
        make -C apt-update
33
34
        touch build-stamp
34
35
 
35
36
clean:
38
39
        rm -f build-stamp
39
40
        rm -rf build
40
41
        make -C smart-update clean
 
42
        make -C apt-update clean
41
43
        dh_clean
42
44
        debconf-updatepo
43
45
        sed -i -e "s/^DEBIAN_REVISION = .*/DEBIAN_REVISION = \"\"/g" landscape/__init__.py
57
59
        install -D -o root -g root -m 755 debian/landscape-sysinfo.wrapper $(root_dir)/usr/share/landscape/landscape-sysinfo.wrapper
58
60
        install -D -o root -g root -m 644 debian/cloud-default.conf $(root_dir)/usr/share/landscape/cloud-default.conf
59
61
        install -D -o root -g root -m 755 smart-update/smart-update $(root_dir)/usr/lib/landscape/smart-update
 
62
        install -D -o root -g root -m 755 apt-update/apt-update $(root_dir)/usr/lib/landscape/apt-update
60
63
        install -D -o root -g root -m 644 dbus/landscape.conf $(root_dir)/etc/dbus-1/system.d/landscape.conf
61
64
 
62
65
binary-indep: