File: rules

package info (click to toggle)
heartbleeder 0.1.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 760 kB
  • sloc: makefile: 14
file content (23 lines) | stat: -rwxr-xr-x 412 bytes parent folder | download | duplicates (2)
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
#export DH_VERBOSE=1

export DH_OPTIONS


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

# 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