File: rules

package info (click to toggle)
bgpq3 0.1.35-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 524 kB
  • sloc: ansic: 5,309; sh: 153; makefile: 69
file content (17 lines) | stat: -rwxr-xr-x 478 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

DPKG_EXPORT_BUILDFLAGS = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

include /usr/share/dpkg/default.mk

%:
	dh $@

# Upstream's install does not respect PREFIX. Since it's all too simple,
# instead of patching the Makefile we'll use dh_install and dh_installman.
.PHONY: override_dh_auto_install
override_dh_auto_install: