File: rules

package info (click to toggle)
ucimf-chewing 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,424 kB
  • sloc: sh: 10,446; cpp: 220; makefile: 15
file content (11 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
LDFLAGS += -Wl,--as-needed


%:
	dh $@ --with autoreconf
override_dh_auto_install:
	dh_auto_install
	find . -name *.la -type f -exec rm -f {} \;