~ubuntu-branches/ubuntu/precise/zeitgeist/precise-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals
  • Date: 2011-01-22 14:15:38 UTC
  • mfrom: (1.1.7 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110122141538-8poh0211pn8uv1xc
Tags: 0.7-1
* New upstream release. Some of the changes are:
   - Various performance improvements (speed, reduced I/O, etc).
   - Enhancements to the extensions system (eg. feature to ask which
     extensions are active).
   - Various bug fixes (eg. fixed find_event_for_template Python API method).
   - Added new mimetype mappings.
* Updated debian/copyright and debian/zeitgeist-core.install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
include /usr/share/cdbs/1/rules/debhelper.mk
4
 
include /usr/share/cdbs/1/rules/utils.mk
5
 
include /usr/share/cdbs/1/class/gnome.mk
6
 
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
7
 
include /usr/share/cdbs/1/rules/simple-patchsys.mk
8
 
include /usr/share/cdbs/1/rules/autoreconf.mk
9
 
 
10
 
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
11
 
 
12
 
install/zeitgeist-core::
13
 
        dh_installdirs -pzeitgeist-core -Pdebian/tmp etc/bash_completion.d
14
 
        install -m 644 $(CURDIR)/extra/zeitgeist-daemon.bash_completion \
15
 
                $(CURDIR)/debian/tmp/etc/bash_completion.d/zeitgeist-daemon
16
 
 
17
 
binary-install/zeitgeist-core::
18
 
        dh_pysupport /usr/share/zeitgeist
19
 
 
20
 
binary-install/zeitgeist-datahub::
 
3
%:
 
4
        dh --with bash-completion $@
 
5
 
 
6
override_dh_pysupport:
21
7
        dh_pysupport /usr/share/zeitgeist