File: rules

package info (click to toggle)
panicparse 2.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,004 kB
  • sloc: sh: 13; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := stack/goroutines.tpl

execute_before_dh_auto_install:
	mv _build/bin/v2 _build/bin/panicparse

%:
	dh $@ --builddirectory=_build --buildsystem=golang