File: rules

package info (click to toggle)
python-colormap 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 760 kB
  • sloc: python: 1,115; makefile: 114; javascript: 44
file content (14 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export LC_ALL=C.UTF-8

export PYBUILD_NAME=colormap

# headless graphics when running tests
export MPLCONFIGDIR=$(CURDIR)/debian/matplotlib

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_install:
	find debian/ -name .coverage | xargs rm -rf