File: rules

package info (click to toggle)
golang-github-docker-docker-credential-helpers 0.6.4%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, experimental, forky, sid, trixie
  • size: 300 kB
  • sloc: ansic: 345; makefile: 82; sh: 34
file content (17 lines) | stat: -rwxr-xr-x 357 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

DESTDIR := $(CURDIR)/debian/tmp

override_dh_auto_build:
	make secretservice pass

override_dh_auto_install:
	install -D bin/docker-credential-secretservice $(DESTDIR)/usr/bin/docker-credential-secretservice
	install -D bin/docker-credential-pass $(DESTDIR)/usr/bin/docker-credential-pass

%:
	dh $@

override_dh_auto_test:
	# no tests