File: rules

package info (click to toggle)
tang 8-3%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 484 kB
  • sloc: ansic: 755; sh: 210; makefile: 12
file content (17 lines) | stat: -rwxr-xr-x 415 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

%:
	dh $@ --buildsystem=meson

override_dh_auto_install:
	dh_auto_install --buildsystem=meson
	rm -rf debian/tang/usr/share/licenses
	mkdir -m0750 -p debian/tang/var/db/tang

override_dh_fixperms:
	chmod 755 debian/tang/usr/libexec/tangd-rotate-keys
	dh_fixperms $@ -Xvar/db/tang