1
0
Fork 0

Adding debian version 1.2.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 16:47:11 +02:00
parent 82a6c39bcf
commit aa5c2b8b99
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 72 additions and 0 deletions

24
debian/control vendored Normal file
View file

@ -0,0 +1,24 @@
Source: golang-github-djherbis-buffer
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/djherbis/buffer
Vcs-Browser: https://forgejo.debian.net/forgejo/golang-github-djherbis-buffer
Vcs-Git: https://forgejo.debian.net/forgejo/golang-github-djherbis-buffer
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/djherbis/buffer
Package: golang-github-djherbis-buffer-dev
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: Composable Buffers (Go library)
buffer is a Go library providing simple unique behaviours which when composed
can create complex buffering strategies.