#!/usr/bin/make -f
# Copyright (c) 2003 Jeff Bailey
# This Makefile is in the public domain

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

DEB_PYTHON_INSTALL_ARGS_ALL += --prefix=/usr --install-lib=/usr/lib/gnue/python

DEB_INSTALL_PYTHON_gnue-common = /usr/lib/gnue/python

clean::
	find . -name \*pyc -exec rm '{}' \;
