1
0
Fork 0

Adding debian version 1.2.3-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-22 09:50:52 +02:00
parent e7ed09875d
commit a4f2a5c3c2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 127 additions and 0 deletions

31
debian/control vendored Normal file
View file

@ -0,0 +1,31 @@
Source: golang-github-rhysd-go-github-selfupdate
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-blang-semver-dev,
golang-github-google-go-github-dev,
golang-github-inconshreveable-go-update-dev,
golang-github-tcnksm-go-gitconfig-dev,
golang-github-ulikunitz-xz-dev,
golang-golang-x-oauth2-google-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/rhysd/go-github-selfupdate
Vcs-Browser: https://forgejo.debian.net/beszel/golang-github-rhysd-go-github-selfupdate
Vcs-Git: https://forgejo.debian.net/beszel/golang-github-rhysd-go-github-selfupdate
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/rhysd/go-github-selfupdate
Package: golang-github-rhysd-go-github-selfupdate-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: self-update mechanism for Go commands (Go library)
go-github-selfupdate is a Go library to provide a self-update mechanism to
command line tools.