File: rules

package info (click to toggle)
sblim-wbemcli 1.6.3-2
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,080 kB
  • ctags: 2,944
  • sloc: cpp: 28,424; sh: 3,892; python: 2,094; makefile: 110
file content (21 lines) | stat: -rwxr-xr-x 481 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
#!/usr/bin/make -f

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

%:
	dh $@ --with autoreconf

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

override_dh_strip:
	dh_strip --dbgsym-migration=sblim-wbemcli-dbg