File: rules

package info (click to toggle)
turnserver 0.7.3-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,568 kB
  • ctags: 820
  • sloc: ansic: 10,979; sh: 1,651; makefile: 115
file content (27 lines) | stat: -rwxr-xr-x 514 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
20
21
22
23
24
25
26
27
#!/usr/bin/make -f

DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp

#LDFLAGS += -lcares
#CPPFLAGS += -fPIC

override_dh_auto_configure:
	autoreconf -fi
	dh_auto_configure 

override_dh_auto_build:
	dh_auto_build --parallel

# don't actually run the test cases, they don't run well
# automatically and require network access
override_dh_auto_test:
	true

override_dh_auto_install:
	dh_auto_install
	rm debian/turnserver/usr/bin/test_*

# force building in the pkgroot or it won't build
%:
	dh $@ --builddirectory=.