~ubuntu-branches/ubuntu/raring/apt-xapian-index/raring-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-03-30 14:46:08 UTC
  • Revision ID: james.westby@ubuntu.com-20100330144608-3q3s62uvzbs4uzac
Tags: 0.25ubuntu1
export update-apt-xapian-index as dbus service for integration with
tools like software-center or packagekit (part of the
software-center-non-applications spec)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        # Install the plugins
15
15
        install -o root -g root -m 755 -d debian/$(cdbs_curpkg)/usr/share/apt-xapian-index/plugins
16
16
        install -o root -g root -m 644 plugins/*.py debian/$(cdbs_curpkg)/usr/share/apt-xapian-index/plugins/
 
17
        # install the dbus stuff
 
18
        install -o root -g root -m 755 update-apt-xapian-index-dbus debian/$(cdbs_curpkg)/usr/share/apt-xapian-index
 
19
        install -o root -g root -m 644 data/org.debian.AptXapianIndex.conf debian/$(cdbs_curpkg)/etc/dbus-1/system.d
 
20
        install -o root -g root -m 644 data/org.debian.AptXapianIndex.service debian/$(cdbs_curpkg)/usr/share/dbus-1/system-services/org.debian.AptXapianIndex.service
 
21
        install -o root -g root -m 644 data/org.debian.aptxapianindex.policy debian/$(cdbs_curpkg)/usr/share/polkit-1/actions
17
22
 
18
23
clean::
19
24
        find . -name "*.pyc" -delete