1
0
Fork 0

Adding debian version 1.11.0-1+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-20 07:21:46 +02:00
parent 7d6afcab99
commit 5388632f93
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 88 additions and 0 deletions

27
debian/control vendored Normal file
View file

@ -0,0 +1,27 @@
Source: golang-modernc-memory
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-cznic-mathutil-dev,
golang-golang-x-sys-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://gitlab.com/cznic/memory
Vcs-Browser: https://forgejo.debian.net/gatus/golang-modernc-memory
Vcs-Git: https://forgejo.debian.net/gatus/golang-modernc-memory
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: modernc.org/memory
Package: golang-modernc-memory-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-cznic-mathutil-dev,
golang-golang-x-sys-dev,
${misc:Depends},
Description: memory allocator (Go library)
modern-memory is a Go library that implements a memory allocator.