File: rules

package info (click to toggle)
vprerex 1%3A6.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 164 kB
  • sloc: cpp: 506; makefile: 12
file content (20 lines) | stat: -rwxr-xr-x 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/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
export QT_SELECT := qt5

%:
	dh $@

override_dh_auto_install:
	# No install target for vprerex
	install -m 755 $(CURDIR)/vprerex \
	    $(CURDIR)/debian/vprerex/usr/bin
	dh_auto_install

override_dh_installchangelogs:
	dh_installchangelogs $(CURDIR)/ChangeLog