File: rules

package info (click to toggle)
turing 0.11~beta-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,136 kB
  • sloc: python: 103,892; xml: 101; makefile: 49; sh: 29
file content (11 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
%:
	dh $@ --with python3


DESTDIR = $(CURDIR)/debian/turing
override_dh_install:
	dh_install
	find $(DESTDIR)/usr/share/turing/src/tools -name "*.sh" -o -name "*.bat" | xargs rm