File: rules

package info (click to toggle)
python-txosc 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 304 kB
  • sloc: python: 1,857; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
%:
	dh $@ --buildsystem=python_distutils

PKGDIR=debian/python-txosc/

install/python-txosc::
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
	$(call python debian/runtrial.py $(PKGDIR) txosc
endif
	find $(PKGDIR) -name dropin.cache -delete