This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
gonetworkmanager/debian/control
2024-06-11 16:52:15 -06:00

62 lines
1.8 KiB
Text

Source: golang-github-wifx-gonetworkmanager
Section: golang
Priority: optional
Maintainer: Penelope Gwen <support@pogmom.me>
Uploaders: Penelope Gwen <support@pogmom.me>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-dbus-dev,
golang-github-google-uuid-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Homepage: https://git.pogmom.me/pogmommy/gonetworkmanager
XS-Go-Import-Path: github.com/Wifx/gonetworkmanager
Package: golang-github-wifx-gonetworkmanager-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-dbus-dev,
golang-github-google-uuid-dev,
${misc:Depends}
Description: Go D-Bus bindings for NetworkManager (library)
GoDoc (https://pkg.go.dev/github.com/Wifx/gonetworkmanager) Go build
(https://github.com/Wifx/gonetworkmanager/actions?query=workflow%3AGo)
.
gonetworkmanager
.
Go D-Bus bindings for NetworkManager (https://networkmanager.dev/).
.
Usage
.
You can find some examples in the (/examples) directory.
.
External documentations
.
* NetworkManager D-Bus Spec
(https://networkmanager.dev/docs/api/latest/spec.html)
* nm-settings-dbus (https://networkmanager.dev/docs/api/latest/nm-settings-
dbus.html)
.
Backward compatibility
.
The library is most likely compatible with NetworkManager 0.9 to 1.40.
.
Tests
.
Tested with NetworkManager 1.40.0.
.
There are no automated tests for this library. Tests are made manually
on a best-effort basis. Unit tests PRs are welcome.
.
Development and contributions
.
There is no active development workforce from the maintainer. PRs are
welcome.
.
Issues
.
Before reporting an issue, please test the scenario with nmcli (if
possible) to ensure the problem comes from the library.