File: rules

package info (click to toggle)
ltspfs 1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: ansic: 1,957; sh: 232; python: 135; makefile: 37
file content (14 lines) | stat: -rwxr-xr-x 207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_installinit:
	dh_installinit --noscripts

override_dh_autoreconf:
	touch ChangeLog
	dh_autoreconf