deb: ensure universe is enabled on Ubuntu by default
Some checks failed
CI / build (push) Has been cancelled

Added apt source parser, module apt
This commit is contained in:
2026-01-08 18:15:50 +01:00
parent f3f78ef0e3
commit 126a6e0d76
3 changed files with 335 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
//! pkh allows working with Debian packages, with multiple actions/submodules
#![deny(missing_docs)]
/// Handle apt data (apt sources)
pub mod apt;
/// Build a Debian source package (into a .dsc)
pub mod build;
/// Parse or edit a Debian changelog of a source package