File: rules

package info (click to toggle)
telepathy-rakia 0.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,020 kB
  • sloc: sh: 11,552; ansic: 9,892; python: 4,532; makefile: 420; xml: 15
file content (20 lines) | stat: -rwxr-xr-x 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--disable-silent-rules \
		--libdir="\$${prefix}/lib" \
		--libexecdir="\$${libdir}/telepathy" \
		--disable-static \
		PYTHON=python2 \
                $(NULL)

# The regression tests are too prone to race conditions for the buildds,
# and don't work when autoreconf'd with Automake 1.13.
override_dh_auto_test:
	: