File: rules

package info (click to toggle)
krb5-strength 3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,112 kB
  • sloc: ansic: 8,236; sh: 4,977; perl: 1,528; makefile: 181
file content (23 lines) | stat: -rwxr-xr-x 467 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

# 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_clean:
	dh_auto_clean -- maintainer-clean

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