File: rules

package info (click to toggle)
acsccid 1.1.6-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,536 kB
  • sloc: ansic: 11,119; sh: 5,171; lex: 242; perl: 97; makefile: 82
file content (17 lines) | stat: -rwxr-xr-x 356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

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

# Enable hardening options.
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

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

override_dh_installudev:
	dh_installudev --priority=92

override_dh_makeshlibs:
	# Empty override here.
	# PC/SC IFD handler does not require shlibs file.