File: rules

package info (click to toggle)
mcpl 1.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,336 kB
  • sloc: ansic: 69,469; python: 2,689; cpp: 408; makefile: 40
file content (14 lines) | stat: -rwxr-xr-x 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

DH_AUTO_CONFIGURE_OPTS := -DCMAKE_POLICY_VERSION_MINIMUM=3.5

%:
	dh $@ --with python3

override_dh_auto_install:
	dh_auto_install
	dh_python3
	rm -rfv $(CURDIR)/debian/*/usr/python

override_dh_auto_configure:
	dh_auto_configure -- $(DH_AUTO_CONFIGURE_OPTS)