File: rules

package info (click to toggle)
gfsview 20121130%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,392 kB
  • sloc: ansic: 14,435; sh: 11,233; makefile: 497; xml: 22
file content (13 lines) | stat: -rwxr-xr-x 386 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND=-I/usr/include/glib-2.0/ -I/usr/lib/$(DEB_HOST_MULTIARCH)/glib-2.0/include/
export DEB_LDFLAGS_MAINT_APPEND=-lGL

override_dh_auto_install:
	dh_auto_install
	find $(CURDIR)/debian/ -name "*.la" | xargs rm -f
	find $(CURDIR)/debian/ -name "*.a" | xargs rm -f