File: control

package info (click to toggle)
golang-code-gitea-sdk 0.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 760 kB
  • sloc: makefile: 107
file content (30 lines) | stat: -rw-r--r-- 1,237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: golang-code-gitea-sdk
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Maytham Alsudany <maytha8thedev@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-go-fed-httpsig-dev,
               golang-github-hashicorp-go-version-dev,
               golang-golang-x-crypto-dev,
               golang-github-stretchr-testify-dev <!nocheck>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-code-gitea-sdk
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-code-gitea-sdk.git
Homepage: https://gitea.com/gitea/go-sdk
XS-Go-Import-Path: code.gitea.io/sdk

Package: golang-code-gitea-sdk-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-go-fed-httpsig-dev,
         golang-github-hashicorp-go-version-dev,
         golang-golang-x-crypto-dev,
         ${misc:Depends}
Description: Gitea SDK for Go (library)
 This project acts as a client SDK implementation written in Go for the Gitea
 API, empowering Go programs with the ability to interact with Gitea instances.