~bzr/ubuntu/karmic/bzr-gtk/bzr-ppa

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

DEB_PYTHON_SYSTEM=pycentral
DEB_DH_INSTALL_ARGS=--list-missing

pre-build::
	[ ! -d .bzr ] || python setup.py build_credits

ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
common-post-build-indep::
	BZR_PLUGINS_AT=gtk@$(CURDIR) xvfb-run /usr/bin/bzr selftest -s bp.gtk
endif

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