File: rules

package info (click to toggle)
yubikey-luks 0.5.1%2B29.g5df2b95-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: sh: 361; makefile: 39
file content (16 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	# nothing to build

override_dh_installsystemd:
	dh_installsystemd -pyubikey-luks \
		--no-enable --no-start --no-restart-after-upgrade --no-stop-on-upgrade \
		yubikey-luks-suspend.service

override_dh_install:
	dh_install
	chmod +x debian/yubikey-luks/usr/lib/yubikey-luks/*