File: rules

package info (click to toggle)
freeglut 2.8.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,780 kB
  • sloc: ansic: 22,574; sh: 12,952; cpp: 182; makefile: 168
file content (14 lines) | stat: -rwxr-xr-x 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

export DEB_BUILD_MAINT_OPTIONS := hardening=+all

override_dh_auto_configure:
	dh_auto_configure
	sed -i '18d' $(CURDIR)/doc/index.html # Clean from non-free logo

override_dh_auto_install-arch:
	dh_auto_install -a
	find . -name '*.la' -print0 | xargs -0 rm -f