File: rules

package info (click to toggle)
libesedb 20170121-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,708 kB
  • ctags: 6,330
  • sloc: ansic: 232,159; sh: 5,662; makefile: 1,590; python: 295; sed: 16
file content (19 lines) | stat: -rwxr-xr-x 408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

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

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

override_dh_auto_configure:
	dh_auto_configure -- --enable-python CFLAGS="-g"

override_dh_install:
	dh_install -X.la --fail-missing
	rm -f debian/python-libesedb/usr/lib/python2.7/dist-packages/*.a

override_dh_strip:
	dh_strip --dbg-package=libesedb-dbg