File: rules

package info (click to toggle)
lcmaps-plugins-jobrep 1.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,980 kB
  • sloc: sh: 4,467; ansic: 2,206; makefile: 218; sql: 151
file content (18 lines) | stat: -rwxr-xr-x 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

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

%:
	dh $@ --with autoreconf

override_dh_gencontrol:
	$(info NOTE: Replacing "Multi-Arch: same" with "Multi-Arch: no")
	dh_gencontrol -- -DMulti-Arch=no -UPre-Depends

override_dh_auto_configure:
	dh_auto_configure -- $(shell dpkg-buildflags --export=configure) --libdir=\$${prefix}/lib

override_dh_makeshlibs:
	dh_makeshlibs -n