File: rules

package info (click to toggle)
nanopolish 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,436 kB
  • ctags: 1,841
  • sloc: cpp: 16,846; ansic: 958; python: 120; makefile: 87; perl: 17; sh: 6
file content (15 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

#DH_VERBOSE = 1
include /usr/share/dpkg/default.mk

export DEB_CPPFLAGS_MAINT_APPEND = -I/usr/include/hdf5/serial
export DEB_LDFLAGS_MAINT_APPEND = -L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --parallel

override_dh_auto_clean:
	$(MAKE) clean
	$(RM) .depend