File: rules

package info (click to toggle)
turing 0.11~beta-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,152 kB
  • sloc: python: 103,898; xml: 101; makefile: 50; sh: 29
file content (12 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export QT_SELECT := qt5

%:
	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