File: rules

package info (click to toggle)
libopensmtpd 0.7-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: ansic: 4,853; makefile: 44
file content (23 lines) | stat: -rwxr-xr-x 504 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

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

%:
	dh $@ --buildsystem=makefile

override_dh_auto_configure:
	dh_auto_configure -- -f Makefile.gnu

override_dh_auto_build:
	dh_auto_build -- -f Makefile.gnu

override_dh_auto_install:
	dh_auto_install -- -f Makefile.gnu LOCALBASE=/usr LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)

override_dh_auto_clean:
	dh_auto_clean -- -f Makefile.gnu

override_dh_auto_test:
	# no tests