File: rules

package info (click to toggle)
libewf 20140816-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 20,816 kB
  • sloc: ansic: 347,696; sh: 8,203; cpp: 3,819; makefile: 2,096; yacc: 1,104; python: 439; lex: 394; sed: 16
file content (23 lines) | stat: -rwxr-xr-x 445 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
23
#!/usr/bin/make -f

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export SKIP_PYTHON_TESTS=1

%:
	dh $@ --with python3 --buildsystem=autoconf

override_dh_auto_configure:
	dh_auto_configure -- --enable-python

override_dh_auto_test:
	dh_auto_test --no-parallel

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

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