File: rules

package info (click to toggle)
python-vobject 0.8.1c-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 384 kB
  • ctags: 431
  • sloc: python: 3,301; makefile: 10
file content (17 lines) | stat: -rwxr-xr-x 454 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
  
DEB_PYTHON_SYSTEM = pysupport

# 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
include /usr/share/cdbs/1/rules/patchsys-quilt.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 test_vobject.py
endif