File: rules

package info (click to toggle)
libexif 0.6.24-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,028 kB
  • sloc: ansic: 13,139; cpp: 458; makefile: 397; sh: 199
file content (15 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_installdocs-indep:
	dh_installdocs -p libexif-doc --doc-main-package=libexif-dev -X.md5

override_dh_installchangelogs:
	dh_installchangelogs -XChangeLog

override_dh_installexamples-indep:
	dh_installexamples -p libexif-doc --doc-main-package=libexif-dev

%:
	dh $@