File: rules

package info (click to toggle)
hilive 2.0a-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 776 kB
  • sloc: cpp: 4,723; python: 241; xml: 188; sh: 35; makefile: 14
file content (23 lines) | stat: -rwxr-xr-x 421 bytes parent folder | download | duplicates (3)
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

# DH_VERBOSE := 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

DEB_CMAKE_EXTRA_FLAGS += \
        -DSEQAN_PATH=/usr/lib/seqan/

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- $(DEB_CMAKE_EXTRA_FLAGS)

override_dh_install:
	chrpath --delete obj-$(DEB_BUILD_GNU_TYPE)/hilive*
	dh_install

override_dh_installdocs:
	markdown README.md > README.html
	dh_installdocs
	rm README.html