File: rules

package info (click to toggle)
checkit-tiff 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 960 kB
  • sloc: ansic: 6,761; perl: 424; makefile: 46
file content (10 lines) | stat: -rwxr-xr-x 192 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 --buildsystem=cmake

override_dh_install:
	dh_install
	find debian -name "LICENSE" -delete