File: rules

package info (click to toggle)
libevtx 20181227-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,544 kB
  • sloc: ansic: 272,141; sh: 6,144; makefile: 1,666; python: 325; sed: 16
file content (22 lines) | stat: -rwxr-xr-x 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

export SKIP_PYTHON_TESTS=1

%:
	dh $@ --with python2,python3

override_dh_auto_configure:
	dh_auto_configure -- --enable-python2 --enable-python3

override_dh_missing:
	dh_missing -X.la -X/pyevtx.a --fail-missing

override_dh_install:
	dh_install -X.la -X/pyevtx.a