File: rules

package info (click to toggle)
jigzo 0.6.1-7
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 5,216 kB
  • ctags: 1,157
  • sloc: cpp: 1,745; makefile: 114
file content (9 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
	dh $@

override_dh_auto_clean:
	$(MAKE) clean

override_dh_auto_install: