File: rules

package info (click to toggle)
empy 4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 808 kB
  • sloc: python: 7,673; sh: 22; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME=empy

%:
	dh $@ --buildsystem=pybuild

# upstream removed sample files for testing from source code
# shipped in debian/ to execute testing
override_dh_auto_test:
	cd $(CURDIR)/debian && \
	python3 $(CURDIR)/em.py sample.em | diff sample.bench -