Simplify debian dependencies, cut release 1.0.3-1
This commit is contained in:
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
|||||||
|
govpp-snmp-agentx (1.0.3-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* Remove unnecessary toolchain configuration
|
||||||
|
* Simplify and shorten Makefile
|
||||||
|
* Refactor documentation structure with detailed DETAILS.md
|
||||||
|
* Update and improve README documentation
|
||||||
|
|
||||||
|
-- Pim van Pelt <pim@ipng.ch> Thu, 19 Jun 2025 00:00:00 +0000
|
||||||
|
|
||||||
govpp-snmp-agentx (1.0.2-1) bookworm; urgency=medium
|
govpp-snmp-agentx (1.0.2-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* Reorganize source code into src/ subdirectory for cleaner project structure
|
* Reorganize source code into src/ subdirectory for cleaner project structure
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -2,7 +2,7 @@ Source: govpp-snmp-agentx
|
|||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Pim van Pelt <pim@ipng.ch>
|
Maintainer: Pim van Pelt <pim@ipng.ch>
|
||||||
Build-Depends: debhelper-compat (= 13), golang-go (>= 1.21)
|
Build-Depends: debhelper-compat (= 13), golang-go (>= 1.23.8)
|
||||||
Standards-Version: 4.6.2
|
Standards-Version: 4.6.2
|
||||||
Homepage: https://git.ipng.ch/ipng/govpp-agentx-snmp
|
Homepage: https://git.ipng.ch/ipng/govpp-agentx-snmp
|
||||||
Vcs-Git: https://git.ipng.ch/ipng/govpp-agentx-snmp
|
Vcs-Git: https://git.ipng.ch/ipng/govpp-agentx-snmp
|
||||||
@ -10,7 +10,7 @@ Vcs-Browser: https://git.ipng.ch/ipng/govpp-agentx-snmp
|
|||||||
|
|
||||||
Package: govpp-snmp-agentx
|
Package: govpp-snmp-agentx
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, snmp, snmpd, adduser
|
Depends: ${misc:Depends}, ${shlibs:Depends}, snmpd
|
||||||
Description: GoVPP SNMP AgentX Daemon
|
Description: GoVPP SNMP AgentX Daemon
|
||||||
A SNMP AgentX daemon that provides SNMP access to VPP (Vector Packet Processing)
|
A SNMP AgentX daemon that provides SNMP access to VPP (Vector Packet Processing)
|
||||||
statistics and interface information. This daemon acts as a subagent that
|
statistics and interface information. This daemon acts as a subagent that
|
||||||
|
Reference in New Issue
Block a user