File: rules

package info (click to toggle)
vfu 5.09-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,552 kB
  • sloc: cpp: 16,739; ansic: 2,605; perl: 678; makefile: 349; sh: 75
file content (17 lines) | stat: -rwxr-xr-x 438 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

export DEB_BUILD_MAINT_OPTIONS+=hardening=+all

%:
	dh $@ --buildsystem=makefile --without=autoreconf

override_dh_auto_build:
	dh_auto_build -- \
		STRIP=: \
		V=1

override_dh_auto_install:
	install -DT vfu/vfu.yas debian/vfu-yascreen/usr/bin/vfu-yascreen
	install -DT vfu/vfu debian/vfu-ncurses/usr/bin/vfu-ncurses
	install -DT -m644 vfu.conf debian/vfu/etc/vfu.conf
	install -Dt debian/vfu/usr/libexec/vfu rx/rx_*