Adding debian version 1.0.1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f55bad51a1
commit
8e3613f1e6
6 changed files with 109 additions and 0 deletions
35
debian/control
vendored
Normal file
35
debian/control
vendored
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue