~jonobacon/ubuntu-accomplishments-daemon/ubuntu-accomplishments-daemon

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Jono Bacon
  • Date: 2012-04-08 22:11:10 UTC
  • Revision ID: jono@ubuntu.com-20120408221110-3ihxpctu5kryp460
Creating ubuntu package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
%:
 
3
ifneq ($(shell dh -l | grep -xF translations),)
 
4
        dh $@ --with python2,translations
 
5
else
 
6
        dh $@ --with python2
 
7
endif
 
8
 
 
9