File: rules

package info (click to toggle)
vmfs6-tools 0.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 548 kB
  • sloc: ansic: 6,958; sh: 80; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export NO_STRIP = 1

%:
	dh $@

override_dh_clean:
	rm -rf .git
	rm -f config.cache
	rm -f version
	dh_clean