File: rules

package info (click to toggle)
dbus-glib 0.108-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,288 kB
  • sloc: ansic: 23,076; sh: 4,343; makefile: 584; xml: 532
file content (30 lines) | stat: -rwxr-xr-x 739 bytes parent folder | download
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
26
27
28
29
30
#!/usr/bin/make -f
# Copyright  2002,2003 Colin Walters <walters@verbum.org>
# Copyright  2003 Daniel Stone <daniels@debian.org>
# Copyright  2006 Sjoerd Simons <sjoerd@debian.org>
# Copyright  2011 Michael Biebl <biebl@debian.org>

include /usr/share/dpkg/default.mk

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--enable-gtk-doc \
		--with-introspect-xml=$(CURDIR)/debian/dbus-bus-introspect.xml \
		$(NULL)

override_dh_install:
	rm -f debian/tmp/usr/lib/*/*.la
	dh_install --list-missing

override_dh_installdocs:
	dh_installdocs --all AUTHORS NEWS README

# Strict library versioning
override_dh_makeshlibs:
	dh_makeshlibs -V

override_dh_strip:
	dh_strip --ddeb-migration='libdbus-glib-1-2-dbg (<< 0.108-2~)'