~sircmpwn/sr.ht-packages

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

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

Peter Sanchez <peter@netlandish.com>
Details
Message ID
<20221216005418.2671172-1-peter@netlandish.com>
DKIM signature
missing
Download raw message
Patch: +1 -0
---
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
Details
Message ID
<20221216091557.xjh52qac4dr2kh6p@laxalde.org>
In-Reply-To
<20221216005418.2671172-1-peter@netlandish.com> (view parent)
DKIM signature
missing
Download raw message
Thank you, pushed:

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

Peter Sanchez a écrit :
> ---
> Package build fails because of missing go dependency.

Note that this only fixed the build; but further changes were needed in
order to actually install the API binary. See commit c0214fc.
Reply to thread Export thread (mbox)