File: rules

package info (click to toggle)
golang-github-digitorus-timestamp 0.0~git20231217.220c5c2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: makefile: 5
file content (11 lines) | stat: -rwxr-xr-x 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_test:
#=== RUN   ExampleCreateRequest_ParseResponse
#2024/10/22 23:56:45 Post "https://freetsa.org/tsr": dial tcp: lookup freetsa.org on [::1]:53: read udp [::1]:59505->[::1]:53: read: connection refused
#FAIL	github.com/digitorus/timestamp	0.011s
	rm -f _build/src/github.com/digitorus/timestamp/timestamp_example_test.go
	dh_auto_test $(DH_BUILD_OPTS)