1
0
Fork 0

Adding debian version 0.0.1-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-24 11:31:03 +02:00
parent 9eac69a0e2
commit a173f340d5
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 75 additions and 0 deletions

25
debian/control vendored Normal file
View file

@ -0,0 +1,25 @@
Source: golang-github-dimonomid-ssh-config
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
Standards-Version: 4.7.2
Homepage: https://github.com/dimonomid/ssh_config
Vcs-Browser: https://forgejo.debian.net/nerdlog/golang-github-dimonomid-ssh-config
Vcs-Git: https://forgejo.debian.net/nerdlog/golang-github-dimonomid-ssh-config
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/dimonomid/ssh_config
Package: golang-github-dimonomid-ssh-config-dev
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: parser for ssh_config files (Go library)
This is a Go parser for ssh_config files. Importantly, this parser
attempts to preserve comments in a given file, so you can manipulate a
ssh_config file from a program, if your heart desires.