File: rules

package info (click to toggle)
freeglut 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,660 kB
  • sloc: ansic: 29,439; sh: 1,608; makefile: 51; xml: 45
file content (9 lines) | stat: -rwxr-xr-x 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@

export DEB_BUILD_MAINT_OPTIONS := hardening=+all

after_override_dh_auto_install-arch:
	find . -name '*.la' -print0 | xargs -0 rm -f