File: rules

package info (click to toggle)
poldi 0.4.2%2Bgit20201120.5d67235-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,660 kB
  • sloc: ansic: 9,548; sh: 1,108; makefile: 230; sed: 16
file content (17 lines) | stat: -rwxr-xr-x 417 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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --sysconfdir=/etc \
	    --with-pam-module-directory=/usr/lib/$(DEB_HOST_MULTIARCH)/security \
	    --libexecdir=\$${prefix}/lib/gnupg

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp -- install-conf-skeleton