File: rules

package info (click to toggle)
libfishsound 1.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,516 kB
  • sloc: sh: 9,864; ansic: 4,106; makefile: 235
file content (13 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_strip:
	dh_strip --dbgsym-migration='libfishsound1-dbg (<< 1.0.0-7~)'

licensecheck:
	licensecheck --deb-machine -r * \
		> debian/copyright_newhints
	cmp debian/copyright_hints debian/copyright_newhints \
		&& rm debian/copyright_newhints