File: rules

package info (click to toggle)
libbio-db-hts-perl 3.01-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,152 kB
  • sloc: perl: 2,375; sh: 247; makefile: 9
file content (16 lines) | stat: -rwxr-xr-x 413 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	# Nudge configure steps to locate htslib, as for some reason it
	# fails to find the htslb on its own with the logic provided in
	# Build.PL.
	dh_auto_configure -- \
		--htslib-includedir \
			$(shell pkgconf htslib --variable includedir) \
		--htslib-libdir \
			$(shell pkgconf htslib --variable libdir)