File: rules

package info (click to toggle)
apulse 0.1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 788 kB
  • sloc: ansic: 8,109; makefile: 7; sh: 2
file content (18 lines) | stat: -rwxr-xr-x 570 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

# The ldconfig trigger gets enabled because the package installs libraries, but
# it's in fact unnecessary (it installs them to a different directory).
override_dh_makeshlibs:
	dh_makeshlibs --no-scripts

# Allow the "fake" pulseaudio libraries depend on each other. The path must be
# synced with the used CMAKE_INSTALL_PREFIX and CMAKE_INSTALL_LIBDIR as
# defaulted by debhelper for cmake.
override_dh_shlibdeps:
	dh_shlibdeps -l/usr/lib/${DEB_HOST_MULTIARCH}/apulse