File: rules

package info (click to toggle)
dvd%2Brw-tools 7.1-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, trixie
  • size: 1,828 kB
  • sloc: cpp: 13,672; ansic: 12,712; makefile: 55; perl: 28
file content (17 lines) | stat: -rwxr-xr-x 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	CFLAGS="$(CFLAGS)" dh_auto_build -- WARN=-DI_KNOW_ALL_ABOUT_SUDO
	CFLAGS="$(CFLAGS)" dh_auto_build -- +btcflash
	CFLAGS="$(CFLAGS)" dh_auto_build -- rpl8
	sed -n "/^%changelog$$/,$$ p" dvd+rw-tools.spec > ChangeLog
	dh_auto_build

override_dh_auto_install:
	$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr

override_dh_strip:
	dh_strip --dbgsym-migration='dvd+rw-tools-dbg (<= 7.1-13)'