File: rules

package info (click to toggle)
checkit-tiff 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,152 kB
  • sloc: ansic: 8,441; perl: 1,265; sh: 224; cpp: 62; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --sourcedirectory=src --builddirectory=build \
		--no-parallel

execute_after_dh_install:
	find debian -name "LICENSE" -delete