File: rules

package info (click to toggle)
sndfile-tools 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 860 kB
  • sloc: ansic: 2,923; sh: 237; python: 212; makefile: 91
file content (20 lines) | stat: -rwxr-xr-x 544 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
#!/usr/bin/make -f
# Copyright © 2017 IOhannes m zmölnig
# under the GPL-2+

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \.git/.*|\.pc/.*|doc/.*\.(png|jpg)|debian/(changelog|copyright(|_hints|_newhints))

licensecheck:
	licensecheck --deb-machine -r \
		-i "^\./($(DEB_COPYRIGHT_CHECK_IGNORE_REGEX))$$" \
		. > debian/copyright_newhints
	cmp debian/copyright_hints debian/copyright_newhints \
		&& rm debian/copyright_newhints