Adding debian version 3.10.8-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
03bfe4079e
commit
10b12a9bdd
6 changed files with 80 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
golang-forgejo-f3-gof3 (3.10.8-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial upload to sid, required for forgejo.
|
||||||
|
|
||||||
|
-- Daniel Baumann <daniel@debian.org> Sun, 18 May 2025 12:42:18 +0200
|
33
debian/control
vendored
Normal file
33
debian/control
vendored
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
Source: golang-forgejo-f3-gof3
|
||||||
|
Section: golang
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||||
|
Build-Depends:
|
||||||
|
debhelper-compat (= 13),
|
||||||
|
dh-sequence-golang,
|
||||||
|
golang-any,
|
||||||
|
golang-github-42wim-httpsig-dev,
|
||||||
|
golang-github-google-go-cmp-dev,
|
||||||
|
golang-github-hashicorp-go-version-dev,
|
||||||
|
golang-github-santhosh-tekuri-jsonschema-dev (>= 6),
|
||||||
|
golang-github-stretchr-testify-dev,
|
||||||
|
golang-github-urfave-cli-dev (>= 3),
|
||||||
|
golang-gitlab-gitlab-org-api-client-go-dev,
|
||||||
|
golang-golang-x-crypto-dev,
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
Standards-Version: 4.7.2
|
||||||
|
Homepage: https://code.forgejo.org/f3/gof3
|
||||||
|
Vcs-Browser: https://forgejo.debian.net/forgejo/golang-forgejo-f3-gof3
|
||||||
|
Vcs-Git: https://forgejo.debian.net/forgejo/golang-forgejo-f3-gof3
|
||||||
|
Testsuite: autopkgtest-pkg-go
|
||||||
|
XS-Go-Import-Path: code.forgejo.org/f3/gof3
|
||||||
|
|
||||||
|
Package: golang-forgejo-f3-gof3-dev
|
||||||
|
Section: golang
|
||||||
|
Architecture: all
|
||||||
|
Multi-Arch: foreign
|
||||||
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
Description: Convert from and to Friendly Forge Format (Go library)
|
||||||
|
gof3 is a Go library to read a software project from a forge and convert it
|
||||||
|
into the Friendly Forge Format (https://f3.forgefriends.org) and vice-versa.
|
32
debian/copyright
vendored
Normal file
32
debian/copyright
vendored
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: gof3
|
||||||
|
Upstream-Contact: https://code.forgejo.org/f3/gof3/issues
|
||||||
|
Source: https://code.forgejo.org/f3/gof3/tags
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: Earl Warren <contact@earl-warren.org>
|
||||||
|
Loïc Dachary <loic@dachary.org>
|
||||||
|
License: MIT
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2025 Daniel Baumann <daniel@debian.org>
|
||||||
|
License: MIT
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
.
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
.
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
4
debian/rules
vendored
Executable file
4
debian/rules
vendored
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh ${@} --builddirectory=_build --buildsystem=golang
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
5
debian/upstream/metadata
vendored
Normal file
5
debian/upstream/metadata
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
Bug-Database: https://code.forgejo.org/f3/gof3/issues
|
||||||
|
Bug-Submit: https://code.forgejo.org/f3/gof3/issues/new
|
||||||
|
Repository: https://code.forgejo.org/f3/gof3.git
|
||||||
|
Repository-Browse: https://code.forgejo.org/f3/gof3
|
Loading…
Add table
Add a link
Reference in a new issue