File: rules

package info (click to toggle)
golang-github-charmbracelet-x 0.0~git20240809.9ab0ca0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,004 kB
  • sloc: sh: 55; makefile: 5
file content (16 lines) | stat: -rwxr-xr-x 572 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Excluding teatest since it causes a cyclical dependency in the package
# golang-github-charmbracelet-bubbletea-dev, expecting it to be in a
# version >= v0.26.4
# Excluding colors library since it introduces a cyclical dependency on
# golang-github-charmbracelet-lipgloss
# Excluding sshkey library since it introduces a cyclical dependency on
# golang-github-charmbracelet-huh
export DH_GOLANG_EXCLUDES := exp/teatest colors sshkey

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

override_dh_auto_install:
	dh_auto_install -- --no-binaries