File: rules

package info (click to toggle)
libnice 0.1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,572 kB
  • sloc: ansic: 35,444; sh: 4,728; makefile: 523; xml: 113; python: 28
file content (22 lines) | stat: -rwxr-xr-x 527 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
#!/usr/bin/make -f

%:
	dh $@ --with gir

override_dh_auto_configure:
	dh_auto_configure -- --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
	                     --enable-compile-warnings=yes \
	                     --enable-gupnp \
	                     --with-gstreamer \
	                     --enable-introspection

override_dh_install:
	dh_install --list-missing

override_dh_installchangelogs:
	dh_installchangelogs NEWS

override_dh_strip:
	dh_strip --dbgsym-migration='libnice-dbg (<< 0.1.14)'

override_dh_auto_test: