package_info: refactor into distro_info and package_info split, yaml data
CI / build (push) Failing after 9m3s
CI / build (push) Failing after 9m3s
This commit is contained in:
@@ -11,6 +11,8 @@ pub mod build;
|
||||
pub mod changelog;
|
||||
/// Build a Debian package into a binary (.deb)
|
||||
pub mod deb;
|
||||
/// Obtain general information about distribution, series, etc
|
||||
pub mod distro_info;
|
||||
/// Obtain information about one or multiple packages
|
||||
pub mod package_info;
|
||||
/// Download a source package locally
|
||||
|
||||
Reference in New Issue
Block a user