File: rules

package info (click to toggle)
systemd-boot-efi-arm64-signed 259%2B1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44 kB
  • sloc: makefile: 14
file content (20 lines) | stat: -rwxr-xr-x 458 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

BINARY = systemd-bootaa64.efi
INSTALLED = usr/lib/systemd/boot/efi/$(BINARY)
SIGNATURE = debian/signatures/systemd-boot-efi/$(INSTALLED).sig

%:
	dh $@

override_dh_auto_install:
	if [ -f /$(INSTALLED) ]; then \
		cp /$(INSTALLED) $(BINARY); \
		sbattach --attach $(SIGNATURE) $(BINARY); \
		install -D $(BINARY) debian/tmp/$(INSTALLED).signed; \
	fi

override_dh_gencontrol:
	dh_gencontrol -- -v259-1