File: rules

package info (click to toggle)
liwc 1.21-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 144 kB
  • sloc: ansic: 431; makefile: 39; sh: 1
file content (17 lines) | stat: -rwxr-xr-x 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@

export DEB_BUILD_MAINT_OPTIONS	= hardening=+all

override_dh_auto_build:
	dh_auto_build -- \
		CPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" \
		CFLAGS="$(shell dpkg-buildflags --get CFLAGS)" \
		LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)"

override_dh_auto_install:
	dh_auto_install -- \
		bindir=/usr/bin \
		man1dir=/usr/share/man/man1