~davidc3/unity-scope-gourmet/update-description

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Mark Tully
  • Date: 2013-02-18 02:36:20 UTC
  • Revision ID: markjtully@gmail.com-20130218023620-mf3rsgi84ogdklc9
Add packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# -*- makefile -*-
 
3
 
 
4
 
 
5
%:
 
6
        dh $@ --with python3
 
7
 
 
8
override_dh_auto_clean:
 
9
        python3 setup.py clean -a
 
10
 
 
11
override_dh_auto_build:
 
12
        python3 setup.py build
 
13
 
 
14
override_dh_auto_test:
 
15
        nosetests3
 
16
 
 
17
override_dh_auto_install:
 
18
        python3 setup.py install --root=$(CURDIR)/debian/unity-scope-gourmet --install-layout=deb