File: rules

package info (click to toggle)
palbart 2.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 440 kB
  • sloc: ansic: 6,023; makefile: 41; sh: 14
file content (11 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

get-orig-source:
	debian/get-orig-source

.PHONY: get-orig-source