File: rules

package info (click to toggle)
evemu 2.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,260 kB
  • sloc: sh: 4,331; ansic: 1,718; python: 1,186; makefile: 125; cpp: 11
file content (12 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with python3

override_dh_auto_configure:
	dh_auto_configure -- PYTHON=/usr/bin/python3

override_dh_missing:
	dh_missing --fail-missing -X.la -X.pyo -X.pyc