File: rules

package info (click to toggle)
telepathy-logger 0.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,068 kB
  • ctags: 2,150
  • sloc: ansic: 16,018; sh: 11,550; python: 2,960; makefile: 634; xml: 185
file content (21 lines) | stat: -rwxr-xr-x 503 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
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with=autoreconf,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 \
		$(NULL)

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

# commands not to run
override_dh_auto_test: