File: rules

package info (click to toggle)
libastro-fits-cfitsio-perl 1.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,076 kB
  • sloc: perl: 7,743; ansic: 899; sh: 49; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

ifeq ($(DEB_HOST_ARCH),hppa)
CFLAGS += -ffunction-sections
endif

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	CFITSIO=/usr dh_auto_configure