File: rules

package info (click to toggle)
libnice 0.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,656 kB
  • ctags: 2,259
  • sloc: ansic: 18,319; sh: 10,264; makefile: 330
file content (18 lines) | stat: -rwxr-xr-x 488 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

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

# List any files which are not installed
include /usr/share/cdbs/1/rules/utils.mk
common-binary-post-install-arch:: list-missing

# Disable check on non-linux arch
ifeq ($(DEB_BUILD_ARCH_OS),linux)
  DEB_MAKE_CHECK_TARGET := check
endif

DEB_CONFIGURE_EXTRA_FLAGS := --enable-gupnp

include $(CURDIR)/debian/update-patches.mk