File: rules

package info (click to toggle)
kodi-pvr-teleboy 20.3.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,464 kB
  • sloc: ansic: 144,188; cpp: 2,368; xml: 37; makefile: 11
file content (24 lines) | stat: -rwxr-xr-x 718 bytes parent folder | download | duplicates (4)
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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

include /usr/share/dpkg/architecture.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	# basilgello: -DCMAKE_INSTALL_DIR silences Kodi buildsystem
	# warning triggered by dh_configure unnecessarily overriding
	# install directory
	# -DUSE_LTO=0 disables LTO and makes build reproducible
	dh_auto_configure -- -DCMAKE_BUILD_TYPE=ReleaseWithDebInfo \
            -DBUILD_SHARED_LIBS=1 \
            -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/kodi \
            -DUSE_LTO=0

execute_after_dh_auto_install:
	rm -f debian/kodi-pvr-teleboy/usr/share/kodi/addons/pvr.teleboy/LICENSE.txt