File: rules

package info (click to toggle)
systemd 259-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 105,132 kB
  • sloc: ansic: 726,480; xml: 121,118; python: 36,740; sh: 35,016; cpp: 946; makefile: 273; awk: 102; lisp: 13; sed: 1
file content (20 lines) | stat: -rwxr-xr-x 483 bytes parent folder | download | duplicates (3)
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-boot${TEMPLATE_EFI_ARCH}.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 -- -v${DEB_VERSION}