File: rules

package info (click to toggle)
python-pymbar 3.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 37,828 kB
  • sloc: python: 5,326; makefile: 154; ansic: 59; perl: 52; sh: 46
file content (17 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export PYBUILD_NAME = pymbar

%:
	dh $@ --buildsystem pybuild --with python3

override_dh_auto_test:
	dh_auto_test -- --test-pytest

override_dh_auto_install:
	dh_auto_install
	rm -r debian/python3-$(PYBUILD_NAME)/usr/pymbar

override_dh_auto_clean:
	dh_auto_clean
	rm -rf pymbar.egg-info