File: rules

package info (click to toggle)
friso 1.6.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,536 kB
  • sloc: ansic: 3,512; makefile: 206; ml: 48; sh: 18
file content (12 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	find $(CURDIR)/debian -name *.la -delete
	find $(CURDIR)/debian -name *.a -delete