File: rules

package info (click to toggle)
heartbleeder 0.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-proposed-updates
  • size: 756 kB
  • ctags: 517
  • sloc: makefile: 15
file content (24 lines) | stat: -rwxr-xr-x 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DH_OPTIONS

export DH_GOPKG := github.com/titanous/heartbleeder

%:
	dh $@ --buildsystem=golang --with=golang --parallel

# tests currently fail
override_dh_auto_test:

override_dh_auto_build:
	dh_auto_build
#	generate the manpage
	cd man; $(MAKE)

override_dh_auto_install:
	dh_auto_install
	rm -rf $(CURDIR)/debian/heartbleeder/usr/share/gocode

override_dh_installchangelogs:
	dh_installchangelogs debian/upstream.changelog