File: rules

package info (click to toggle)
ktls-utils 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 412 kB
  • sloc: ansic: 3,213; makefile: 34; sh: 13
file content (14 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Using __DATE__ and __TIME__ is OK since $SOURCE_DATE_EPOCH will be
# set to the source package date
export DEB_CFLAGS_MAINT_APPEND = -Wno-error=date-time

override_dh_auto_configure:
# Add =/lib/systemd/system if backporting to bookworm or earlier
	dh_auto_configure -- --with-systemd

%:
	dh $@