File: rules

package info (click to toggle)
python-pymummer 0.11.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: python: 1,074; sh: 55; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

#DH_VERBOSE = 1

include /usr/share/dpkg/default.mk

export PYBUILD_NAME=pymummer

export PYBUILD_BEFORE_TEST = mkdir {build_dir}/pymummer; \
	cp -r {dir}/pymummer/tests {build_dir}/pymummer/

%:
	LC_ALL=C.UTF-8 dh $@ --buildsystem=pybuild