1
0
Fork 0

Adding debian version 1.0.1-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 15:15:27 +02:00
parent f55bad51a1
commit 8e3613f1e6
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 109 additions and 0 deletions

35
debian/control vendored Normal file
View file

@ -0,0 +1,35 @@
Source: golang-forgejo-go-chi-session
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-go-chi-chi-dev,
golang-github-go-redis-redis-dev (>= 9),
golang-github-go-sql-driver-mysql-dev,
golang-github-stretchr-testify-dev,
golang-pq-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://code.forgejo.org/go-chi/session
Vcs-Browser: https://forgejo.debian.net/forgejo/golang-forgejo-go-chi-session
Vcs-Git: https://forgejo.debian.net/forgejo/golang-forgejo-go-chi-session
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: code.forgejo.org/go-chi/session
Package: golang-forgejo-go-chi-session-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-bradfitz-gomemcache-dev,
golang-github-go-chi-chi-dev,
golang-github-go-sql-driver-mysql-dev,
golang-github-stretchr-testify-dev,
golang-pq-dev,
${misc:Depends},
Description: session management for different backend (Go library)
session is a Go library providing session management for a lot of backends,
such as memory, file, Redis, Memcache, PostgreSQL and MySQL.