File: rules

package info (click to toggle)
elisa-player 22.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,280 kB
  • sloc: cpp: 50,136; xml: 315; java: 232; makefile: 8; sh: 1
file content (16 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
#export DH_VERBOSE = 1

# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF

override_dh_auto_test:

override_dh_makeshlibs:
	: