~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Aaron Bentley
  • Date: 2006-08-29 23:45:35 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20060829234535-827b699018d244ab
Remove debian directory per Jeff Bailey / Etienne Goyer

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/make -f
2
 
# This file is public domain.
3
 
  
4
 
include /usr/share/cdbs/1/rules/debhelper.mk
5
 
include /usr/share/cdbs/1/class/python-distutils.mk
6
 
 
7
 
 
8
 
DEB_PYTHON_COMPILE_VERSION=2.4
9
 
 
10
 
clean::
11
 
        -rm -rf build
12
 
        find . -name "*.pyc" -print0 | xargs -0 rm -f
13
 
 
14
 
common-post-build-indep::
15
 
        ./test.py $(which bzr)