File: rules

package info (click to toggle)
libgsecuredelete 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,232 kB
  • ctags: 1,099
  • sloc: sh: 5,021; ansic: 4,642; makefile: 143; sed: 16
file content (17 lines) | stat: -rwxr-xr-x 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

override_dh_auto_build:
	dh_auto_build -- pkglibexecdir=/usr/lib/libgsecuredelete0/libexec

override_dh_auto_install:
	dh_auto_install -- pkglibexecdir=/usr/lib/libgsecuredelete0/libexec

override_dh_install:
	dh_install --fail-missing -X.la

%:
	dh $@ --with autoreconf