File: rules

package info (click to toggle)
yubikey-personalization 1.17.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,480 kB
  • ctags: 953
  • sloc: sh: 12,214; ansic: 7,226; xml: 300; makefile: 160
file content (16 lines) | stat: -rwxr-xr-x 437 bytes parent folder | download | duplicates (2)
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=+all

%:
	dh $@ --parallel --with autoreconf --builddirectory=build

override_dh_install:
	chrpath -d $(CURDIR)/debian/tmp/usr/bin/*
	chrpath -d $(CURDIR)/debian/tmp/usr/lib/*/libykpers-1.so.*
	find debian/tmp -name \*.la -delete
	dh_install --fail-missing

override_dh_auto_configure:
	dh_auto_configure -- --with-udevrulesdir=/lib/udev/rules.d \
		--disable-silent-rules