summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 7feae8a045e24632621a8baa790000bad52ff9f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
  
# Add here any variable or target overrides you need
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

DEB_PYTHON_CLEAN_ARGS = --all
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed

ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
build/python-vobject::
		python tests.py
		python3 tests.py
endif