File: rules

package info (click to toggle)
libosip2 5.3.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,220 kB
  • sloc: ansic: 18,809; sh: 4,007; makefile: 588
file content (19 lines) | stat: -rwxr-xr-x 410 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
#!/usr/bin/make -f

export EXTRA_LIB=-lpthread

override_dh_autoreconf:
	dh_autoreconf ./autogen.sh

override_dh_auto_configure:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	dh_auto_configure -- --enable-gperf --enable-pthread --enable-test
else
	dh_auto_configure -- --enable-gperf --enable-pthread
endif

execute_after_dh_install:
	find debian/ -name '*.la' -delete

%:
	dh $@ --with pkgkde_symbolshelper