File: rules

package info (click to toggle)
bzrtools 2.1.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 648 kB
  • ctags: 564
  • sloc: python: 4,325; sh: 11; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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

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

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