File: rules

package info (click to toggle)
funcparserlib 2.0.0a0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: python: 1,274; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE=1

export PYBUILD_NAME=funcparserlib

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_clean:
	rm -f tests

execute_before_dh_auto_build:
	ln -sf debian/tests