File: rules

package info (click to toggle)
verse 0.22.8
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: ansic: 44; makefile: 29; sh: 1
file content (15 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with autoreconf

override_dh_install:
	dh_install
	install -m 755 $(CURDIR)/debian/verse-dialog $(CURDIR)/debian/verse/usr/bin/
	install -m 644 $(CURDIR)/debian/verse-dialog.1 $(CURDIR)/debian/verse/usr/share/man/man1/

override_dh_missing:
	dh_missing --fail-missing