File: rules

package info (click to toggle)
libsamplerate 0.2.1%2Bds0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,448 kB
  • sloc: ansic: 371,374; sh: 121; makefile: 108
file content (19 lines) | stat: -rwxr-xr-x 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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

DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@

licensecheck:
	licensecheck --copyright -r . \
	| perl -00ne 'print unless /^\.\/docs\/.*\.png:/' \
	> debian/copyright_newhints
	cmp debian/copyright_hints debian/copyright_newhints \
	&& rm debian/copyright_newhints