File: rules

package info (click to toggle)
telepathy-haze 0.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,812 kB
  • sloc: sh: 11,524; ansic: 9,895; python: 4,812; xml: 607; makefile: 291
file content (25 lines) | stat: -rwxr-xr-x 640 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
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

%:
	dh $@

# Now that we use debhelper 9, dh_auto_configure defaults to
# $libexecdir=$libdir, which might be better than this, but doesn't match
# our historical practice (so it'd break old debugging instructions).
# Leaving it as it was for now...
override_dh_auto_configure:
	dh_auto_configure -- \
		--libexecdir="\$${prefix}/lib/telepathy" \
		$(NULL)

# the regression tests are too race-prone to run on Debian buildds
override_dh_auto_test:
	:

override_dh_missing:
	dh_missing --list-missing

override_dh_strip:
	dh_strip --dbgsym-migration='telepathy-haze-dbg (<< 0.8.0-3~)'