~ubuntu-branches/ubuntu/quantal/zeitgeist/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-11-15 11:15:56 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20111115111556-4lmc5wdvjrsdm0ss
Tags: 0.8.99~alpha1-1ubuntu1
Upload to ubuntu the new zeitgeist rewritten in vala

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
%:
4
4
        dh $@ --with bash-completion --with python2
5
5
 
6
 
override_dh_python2:
7
 
        dh_python2 # for public module
8
 
        dh_python2 /usr/share/zeitgeist
 
6
override_dh_auto_test:
 
7
        echo "not running make check"