#!/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_INSTALL_PYTHON_gnue-navigator = /usr/lib/gnue/python/gnue/navigator

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