File: rules

package info (click to toggle)
telepathy-logger 0.8.2-4.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,500 kB
  • sloc: ansic: 16,025; sh: 11,552; python: 2,960; makefile: 635; xml: 185
file content (22 lines) | stat: -rwxr-xr-x 520 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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with=gir

override_dh_auto_configure:
	dh_auto_configure -- --libexecdir="\$${prefix}/lib/telepathy" \
		--disable-Werror \
		--enable-gtk-doc \
		--with-html-dir=\$${prefix}/share/doc/libtelepathy-logger-doc \
		--enable-introspection \
		--disable-silent-rules \
		PYTHON=/usr/bin/python3 \
		$(NULL)

override_dh_strip:
	dh_strip --dbgsym-migration='libtelepathy-logger3-dbg (<< 0.8.2-2~)'

# commands not to run
override_dh_auto_test: