File: rules

package info (click to toggle)
thermald 1.8.0-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,416 kB
  • sloc: cpp: 29,987; xml: 486; sh: 402; ansic: 186; makefile: 125
file content (18 lines) | stat: -rwxr-xr-x 449 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