File: rules

package info (click to toggle)
libshr-glib 2011.03.08.2~git20110930-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 152 kB
  • ctags: 2
  • sloc: makefile: 94; sh: 7
file content (21 lines) | stat: -rwxr-xr-x 527 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
BUILT_USING := $(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W shr-specs)
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed

%:
	dh $@ --with quilt --with autoreconf

override_dh_autoreconf:
	dh_autoreconf --as-needed

override_dh_strip:
	dh_strip --dbg-package=libshr-glib-dbg

override_dh_installdocs:
	dh_installdocs --link-doc=libshr-glib0

override_dh_installchangelogs:
	dh_installchangelogs -XChangeLog

override_dh_gencontrol:
	dh_gencontrol -- -VBuilt-Using="$(BUILT_USING)"