~siretart/bzrtools/ppa

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# This file is public domain.

DEB_PYTHON_SYSTEM=pycentral

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

DEB_INSTALL_DOCS_ALL += CREDITS NEWS.Shelf README.Shelf TODO.Shelf

DEB_QUILT_PATCHDIR_LINK := quilt_patches # patches exists in the tarball

ifneq (,$(findstring test,$(DEB_BUILD_OPTIONS)))
common-post-build-indep::
	env BZR_PLUGIN_PATH=$(CURDIR)/build/lib/bzrlib/plugins \
	    /usr/bin/bzr selftest bzrtools
endif