File: rules

package info (click to toggle)
cpu 1.4.3-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,668 kB
  • sloc: sh: 7,522; ansic: 7,395; makefile: 117
file content (15 lines) | stat: -rwxr-xr-x 355 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
CFLAGS += -DLDAP_DEPRECATED

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-libcrack --with-ldap --datadir=/usr/share/doc/cpu --sysconfdir=/etc/cpu

override_dh_auto_install:
	dh_auto_install
	# Policy: do not install .la files
	find debian/cpu -name '*.la' -delete