File: rules

package info (click to toggle)
krb5-strength 3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,088 kB
  • sloc: ansic: 9,062; sh: 4,780; perl: 1,523; makefile: 182
file content (20 lines) | stat: -rwxr-xr-x 407 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
20
#!/usr/bin/make -f

# Add hardening build flags.
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Enable verbose test output.
export C_TAP_VERBOSE = 1

PACKAGE := $(shell dh_listpackages)

%:
	dh $@

override_dh_auto_configure:
	./bootstrap
	dh_auto_configure -- --enable-reduced-depends --with-cracklib

override_dh_auto_install:
	dh_auto_install
	rm debian/$(PACKAGE)/usr/lib/*/krb5/plugins/pwqual/*.la