~ubuntu-branches/ubuntu/natty/python-coverage/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Elliot Murphy
  • Date: 2007-06-12 10:42:55 UTC
  • Revision ID: james.westby@ubuntu.com-20070612104255-w0dwmpe6byjelssu
Tags: 2.6-0ubuntu1
* Initial packaging
* Fixes from REVU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# -*- makefile -*-
 
3
 
 
4
include /usr/share/cdbs/1/rules/debhelper.mk
 
5
DEB_PYTHON_SYSTEM = pysupport
 
6
include /usr/share/cdbs/1/class/python-distutils.mk
 
7
#include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
8
 
 
9
DEB_PYTHON_SETUP_CMD = $(DEB_SRCDIR)/debian/setup.py
 
10