File: rules

package info (click to toggle)
golang-github-gorhill-cronexpr 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports-sloppy
  • size: 160 kB
  • sloc: makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
export DH_OPTIONS

# Remove the cronexpr program
override_dh_auto_configure:
	rm -fr ${CURDIR}/cronexpr
	dh_auto_configure -O--buildsystem=golang

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