File: rules

package info (click to toggle)
gcovr 3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,340 kB
  • ctags: 528
  • sloc: python: 5,282; xml: 680; makefile: 300; cpp: 250; ruby: 229; sh: 106
file content (16 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/dpkg/pkg-info.mk

PYTHON2_VERSIONS = $(shell pyversions -r)
pyalldo = set -e; $(foreach py, $(PYTHON2_VERSIONS), $(py) $(1);)

%:
	dh $@ --with python2

override_dh_auto_clean:
	dh_auto_clean
	rm -rf build
	rm -rf *.egg-info
	rm README.txt