File: rules

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

override_dh_auto_install:
	dh_auto_install
	
	# the source of minica does not make a library
	rm -r debian/minica/usr/share/gocode

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