diff --git a/debian/changelog b/debian/changelog index 3c646b9..171b7d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 19 Jun 2025 00:00:00 +0000 + govpp-snmp-agentx (1.0.2-1) bookworm; urgency=medium * Reorganize source code into src/ subdirectory for cleaner project structure diff --git a/debian/control b/debian/control index ac39b9c..bbc224b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: govpp-snmp-agentx Section: net Priority: optional Maintainer: Pim van Pelt -Build-Depends: debhelper-compat (= 13), golang-go (>= 1.21) +Build-Depends: debhelper-compat (= 13), golang-go (>= 1.23.8) Standards-Version: 4.6.2 Homepage: 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 Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, snmp, snmpd, adduser +Depends: ${misc:Depends}, ${shlibs:Depends}, snmpd Description: GoVPP SNMP AgentX Daemon A SNMP AgentX daemon that provides SNMP access to VPP (Vector Packet Processing) statistics and interface information. This daemon acts as a subagent that