~sircmpwn/sr.ht-packages

man.sr.ht-deb: Adding golang dependency v1 APPLIED

Peter Sanchez: 1
 Adding golang dependency

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/sr.ht-packages/patches/37559/mbox | git am -3
Learn more about email & git

[PATCH man.sr.ht-deb] Adding golang dependency Export this patch

---
Package build fails because of missing go dependency.
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index e77ff98..5d8fe2e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
  python3-setuptools,
  python3-pytest,
  python3-srht-dev,
  golang-go,
Standards-Version: 4.3.0
Homepage: https://sourcehut.org/
X-Python3-Version: >= 3.7
-- 
2.38.1
Thank you, pushed:

To git.sr.ht:~dlax/man.sr.ht-deb
   2ec303e..232e63a  master -> master

Peter Sanchez a écrit :
> --