File: rules

package info (click to toggle)
libexif 0.6.22-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,940 kB
  • sloc: ansic: 11,855; cpp: 458; makefile: 383; sh: 173
file content (15 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download
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-doc -X.md5

override_dh_installchangelogs:
	dh_installchangelogs -XChangeLog

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

%:
	dh $@