File: rules

package info (click to toggle)
libevtx 20170122-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,140 kB
  • ctags: 7,673
  • sloc: ansic: 263,997; sh: 5,703; makefile: 1,681; python: 230; sed: 16
file content (20 lines) | stat: -rwxr-xr-x 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- makefile -*-

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

export SKIP_PYTHON_TESTS=1

%:
	dh $@ --with autoreconf,python2,python3 --parallel

override_dh_auto_configure:
	dh_auto_configure -- --enable-python2 --enable-python3 CFLAGS="-g"

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

override_dh_strip:
	dh_strip --dbg-package=libevtx-dbg