+Source: udebug
+Section: libs
+Priority: optional
+Standards-Version: 4.5.0
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 12), cmake, pkgconf, libubox-dev
+Homepage: https://git.openwrt.org/project/udebug.git
+Vcs-Browser: https://git.openwrt.org/project/udebug.git
+Vcs-Git: https://git.openwrt.org/project/udebug.git
+
+Package: libudebug
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
+Description: OpenWrt debug ring buffer library
+ Libudebug is a debug ring buffer library used by OpenWrt. It provides
+ facilities for debug message collection, filtering, and export to pcap
+ format for analysis.
+ .
+ This package contains the shared library libudebug.
+
+Package: libudebug-dev
+Architecture: any
+Multi-Arch: same
+Depends: libudebug (= ${binary:Version}), libc6-dev|libc-dev, libubox-dev, ${misc:Depends}
+Section: libdevel
+Description: Development files for libudebug
+ Libudebug is a debug ring buffer library used by OpenWrt. It provides
+ facilities for debug message collection, filtering, and export to pcap
+ format for analysis.
+ .
+ This package contains the development files (headers and symlinks)
+ for libudebug.
+
+Package: udebugd
+Architecture: any
+Multi-Arch: foreign
+Depends: libudebug (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: OpenWrt debug ring buffer daemon and utilities
+ Libudebug is a debug ring buffer library used by OpenWrt. It provides
+ facilities for debug message collection, filtering, and export to pcap
+ format for analysis.
+ .
+ This package contains the udebugd daemon, udebug-cli utility, and the
+ ucode module for accessing debug ring buffers.