1
0
Fork 0

Adding debian version 1.0.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 14:23:55 +02:00
parent 582ebf4048
commit df88affd44
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 86 additions and 0 deletions

28
debian/control vendored Normal file
View file

@ -0,0 +1,28 @@
Source: golang-forgejo-go-chi-cache
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-bradfitz-gomemcache-dev,
golang-github-stretchr-testify-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://code.forgejo.org/go-chi/cache
Vcs-Browser: https://forgejo.debian.net/forgejo/golang-forgejo-go-chi-cache
Vcs-Git: https://forgejo.debian.net/forgejo/golang-forgejo-go-chi-cache
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: code.forgejo.org/go-chi/cache
Package: golang-forgejo-go-chi-cache-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-bradfitz-gomemcache-dev,
golang-github-stretchr-testify-dev,
${misc:Depends},
Description: transparent interface for different cache implementations (Go library)
cache is a Go library to have a transparent interface for a lot of cache
implementations, such as memory and Memcache.