File: rules

package info (click to toggle)
libburn 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,288 kB
  • sloc: ansic: 37,842; sh: 11,577; makefile: 183
file content (26 lines) | stat: -rwxr-xr-x 581 bytes parent folder | download | duplicates (4)
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
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

# To enable PIE and ld -z "now".
# Experimental 5 Feb 2016 to silence lintian hardening-no-pie and
# hardening-no-bindnow
# https://wiki.debian.org/HardeningWalkthrough#Selecting_security_hardening_options
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf

override_dh_auto_build:
	dh $@

override_dh_installdocs:
	dh_installdocs

override_dh_makeshlibs:
	dh_makeshlibs -V

override_dh_clean:
	$(RM) -f doc/doxygen.conf 
	$(RM) -r doc/html
	if [ -f Makefile ]; then $(MAKE) clean; fi
	dh_clean