File: rules

package info (click to toggle)
libdogleg 0.15.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 232 kB
  • sloc: ansic: 1,910; makefile: 58
file content (18 lines) | stat: -rwxr-xr-x 350 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	pod2html --title=libdogleg README.pod > libdogleg.html

override_dh_strip:
	dh_strip --dbgsym-migration='libdogleg2-dbg (<< 0.13-2~)'

override_dh_auto_clean:
	dh_auto_clean
	rm -f libdogleg.html pod2htm*.tmp