File: rules

package info (click to toggle)
libcdaudio 0.99.12p2-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,960 kB
  • sloc: sh: 8,421; ansic: 4,849; makefile: 45
file content (10 lines) | stat: -rwxr-xr-x 181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

execute_before_dh_install:
	find debian/tmp -name '*.la' -delete

override_dh_strip:
	dh_strip --dbgsym-migration='libcdaudio-dbg (<< 0.99.12p2-15~)'