Skip to content

Update and document apt-get for cli projects #154

@ChristopherA

Description

@ChristopherA

Write Debian package build scripts (Ref. #178)

  • Make sure all packages conform to the Debian Policy.
  • Run lintian on every Debian package and fix any warnings or errors
    • Use the correct COPYRIGHT and LICENSE.

Packages





  • [] dcbor-cli
    • This doesn't build at commit with the following errors:
error: expected a trait, found type
   --> /home/nik/.cargo/registry/src/github.com-1ecc6299db9ec823/dcbor-0.4.0/src/map.rs:219:50
    |
219 | impl_container!(std::collections::HashMap<K, V>, std::hash::Hash);
    |                                                  ^^^^^^^^^^^^^^^

error: expected a trait, found type
   --> /home/nik/.cargo/registry/src/github.com-1ecc6299db9ec823/dcbor-0.4.0/src/map.rs:220:51
    |
220 | impl_container!(std::collections::BTreeMap<K, V>, std::cmp::Ord);
    |                                                   ^^^^^^^^^^^^^



Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

2023 Q1 Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions