File: rules

package info (click to toggle)
signing-party 2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,252 kB
  • sloc: perl: 7,650; ansic: 2,900; python: 407; sh: 360; makefile: 132; php: 6
file content (16 lines) | stat: -rwxr-xr-x 435 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow,+pie

NAME = signing-party
datarootdir = $(CURDIR)/debian/$(NAME)/usr/share
docdir = $(datarootdir)/doc/$(NAME)

%:
	dh $@ --with python3

override_dh_installdocs:
	dh_installdocs
	install -Dt $(docdir)/caff caff/README caff/README.* caff/caffrc.sample
	install -T gpgdir/ChangeLog $(docdir)/changelog.gpgdir
	install -T gpgwrap/NEWS $(docdir)/changelog.gpgwrap