File: rules

package info (click to toggle)
sblim-wbemcli 1.6.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,084 kB
  • sloc: cpp: 28,424; sh: 3,892; python: 2,094; makefile: 108
file content (18 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	CACERT=/etc/ssl/certs/ca-certificates.crt dh_auto_configure

override_dh_installdocs:
	dh_installdocs NEWS README

override_dh_auto_install:
	dh_auto_install
# remove the command alias symlinks
	find debian/sblim-wbemcli/usr/bin -type l -delete