File: rules

package info (click to toggle)
thermald 1.5.4-2.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,008 kB
  • ctags: 3,411
  • sloc: cpp: 26,497; xml: 486; sh: 432; ansic: 186; makefile: 114
file content (18 lines) | stat: -rwxr-xr-x 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
include /usr/share/dpkg/default.mk

# this path for systemdsystemunitdir is correct for Debian, and avoids
# needing to build-depend on systemd for systemd.pc
override_dh_auto_configure:
	dh_auto_configure -- --with-systemdsystemunitdir=/lib/systemd/system

override_dh_install:
	dh_install

override_dh_installinit:
	dh_installinit --error-handler=true

%:
	dh $@ --with autoreconf,systemd