File: rules

package info (click to toggle)
freedv 1.8.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,348 kB
  • sloc: cpp: 15,418; ansic: 5,929; sh: 266; python: 42; makefile: 12
file content (16 lines) | stat: -rwxr-xr-x 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --builddir=Build --build-system=cmake

override_dh_auto_configure:
	dh_auto_configure --buildsystem=cmake -- \
	 -DDEB_VERSION=$(DEB_VERSION) -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_STATIC_CODEC2=False \
	 -DUSE_STATIC_SPEEXDSP=False -DUSE_PULSEAUDIO=True \
	 -DUSE_SIOCLIENT=OFF

override_dh_auto_install:
	dh_auto_install
	rm -rf debian/freedv/usr/share/freedv-gui