File: rules

package info (click to toggle)
libmaa 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,008 kB
  • sloc: ansic: 6,384; perl: 235; makefile: 176; awk: 92; sh: 23
file content (24 lines) | stat: -rwxr-xr-x 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

DEB_BUILD_MAINT_OPTIONS   := hardening=+all abi=+lfs
DEB_CPPFLAGS_MAINT_APPEND := -D_REENTRANT
DEB_LDFLAGS_MAINT_APPEND  := -Wl,--as-needed -lm -Wl,--no-as-needed
DPKG_EXPORT_BUILDFLAGS    := 1
include /usr/share/dpkg/buildflags.mk

export DOCDIR := /usr/share/doc/libmaa-dev/

%:
	dh "$@" --buildsystem=mkcmake

override_dh_auto_build:
	dh_auto_build -- COPTS=

override_dh_auto_install:
	dh_auto_install -- install install-doc

override_dh_installchangelogs:
	dh_installchangelogs -k doc/NEWS

override_dh_missing:
	dh_missing --fail-missing