~ajmitch/sloecode/sloecode-debian

« back to all changes in this revision

Viewing changes to rules

  • Committer: Thomi Richards
  • Date: 2012-02-06 02:04:33 UTC
  • Revision ID: thomi.richards@canonical.com-20120206020433-rrhni1j03l81sofb
Force debhelper to run 'setup.py build' instead of using our Makefile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
%:
6
6
        dh $@ --with python2
7
7
 
8
 
#override_dh_auto_configure:
9
 
#       make help
10
 
#       dh_auto_configure
 
8
override_dh_auto_configure:
 
9
        make help
 
10
 
 
11
override_dh_auto_build:
 
12
        python setup.py build
11
13