Skip to content

Commit f017c92

Browse files
committed
Use dh-sequence-golang instead of dh-golang and --with=golang
1 parent 68ea891 commit f017c92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Uploaders: Michael Stapelberg <[email protected]>,
88
Aloïs Micard <[email protected]>
99
Rules-Requires-Root: no
1010
Build-Depends: debhelper-compat (= 13),
11-
dh-golang,
11+
dh-sequence-golang,
1212
git,
1313
golang-any (>= 2:1.16~),
1414
golang-github-charmbracelet-glamour-dev,

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export DH_GOLANG_INSTALL_EXTRA := description.json
44

55
%:
6-
dh $@ --builddirectory=_build --buildsystem=golang --with=golang
6+
dh $@ --builddirectory=_build --buildsystem=golang
77

88
override_dh_auto_install:
99
dh_auto_install -- --no-source

0 commit comments

Comments
 (0)