File: rules

package info (click to toggle)
libdaemon 0.14-7.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,652 kB
  • sloc: sh: 10,163; ansic: 1,259; makefile: 84
file content (22 lines) | stat: -rwxr-xr-x 366 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_LDFLAGS_MAINT_APPEND = -Wl,-z,defs

include /usr/share/dpkg/default.mk

%:
	dh $@

override_dh_auto_build-indep:
	dh_auto_build
	$(MAKE) doxygen

override_dh_missing:
	dh_missing --list-missing

override_dh_auto_clean:
	dh_auto_clean
	rm -rf doc/reference

override_dh_strip:
	dh_strip --dbgsym-migration='libdaemon0-dbg (<< 0.14-7~)'