File: rules

package info (click to toggle)
autolog 0.40%2Bdebian-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 388 kB
  • sloc: ansic: 3,341; sh: 109; makefile: 52
file content (11 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

# the clean target may be called with patches unapplied; workaround the
# upstream makefile exiting uncleanly
override_dh_auto_clean:
	$(MAKE) clean || true