File: rules

package info (click to toggle)
lutok 0.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,980 kB
  • sloc: sh: 11,302; cpp: 2,350; makefile: 189
file content (25 lines) | stat: -rwxr-xr-x 866 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

include /usr/share/dpkg/architecture.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --without=autoreconf

override_dh_auto_configure:
	./configure --disable-silent-rules --disable-maintainer-mode      \
		--disable-dependency-tracking --build=$(DEB_BUILD_GNU_TYPE)     \
		--host=$(DEB_HOST_GNU_TYPE)                                     \
		--prefix=/usr --includedir=/usr/include                         \
		--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)                         \
		--docdir=/usr/share/doc/liblutok3                               \
		--htmldir=/usr/share/doc/liblutok-doc/html

override_dh_missing:
	dh_missing --fail-missing