1
0
Fork 0

Adding debian version 0.2.2-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-16 22:25:30 +02:00
parent 0759e85aad
commit 4967992192
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
8 changed files with 75 additions and 1 deletions

26
debian/control vendored Normal file
View file

@ -0,0 +1,26 @@
Source: golang-github-twin-deepmerge
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-gopkg-yaml.v3-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/TwiN/deepmerge
Vcs-Browser: https://forgejo.debian.net/gatus/golang-github-twin-deepmerge
Vcs-Git: https://forgejo.debian.net/gatus/golang-github-twin-deepmerge
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/TwiN/deepmerge
Package: golang-github-twin-deepmerge-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
golang-gopkg-yaml.v3-dev,
${misc:Depends},
Description: deep merging YAML or JSON (Go library)
deepmerge is a Go library for deep merging YAML or JSON.