File: rules

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

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	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