diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-01 15:51:25 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-01 15:51:25 +0200 |
| commit | 854a9441ccb734c7fbb1e0ff8570b9ef659c09b0 (patch) | |
| tree | c9085e26d23a7979fb0be6c44f4d7541829326d8 /packaging | |
| parent | cea3020534b320435226c8a8d99886dfb310f8e9 (diff) | |
| download | meshbay-854a9441ccb734c7fbb1e0ff8570b9ef659c09b0.tar.gz | |
chore(packaging): drop orphaned python3-meshbay-common deb control
The directory held a single DEBIAN/control still pinned to 0.2.0. Nothing
builds it: build-packages.sh packages meshbay-common (the bundled-venv
deb under packaging/deb/meshbay-common/), which replaced the old
system-Python python3-meshbay-common package.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QNPfgH6VWcRzJDZGuzy1jJ
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/deb/python3-meshbay-common/DEBIAN/control | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packaging/deb/python3-meshbay-common/DEBIAN/control b/packaging/deb/python3-meshbay-common/DEBIAN/control deleted file mode 100644 index 7f504bd..0000000 --- a/packaging/deb/python3-meshbay-common/DEBIAN/control +++ /dev/null @@ -1,18 +0,0 @@ -Package: python3-meshbay-common -Version: 0.2.0 -Section: python -Priority: optional -Architecture: all -Maintainer: MeshBay Team <team@meshbay.org> -Homepage: https://meshbay.org -Depends: python3 (>= 3.12), - python3-cryptography (>= 43.0), - python3-jwt, - python3-msgpack, - python3-zstandard -Description: MeshBay shared cryptographic primitives and protocol types - Provides Ed25519/X25519 key operations, GEK wrap/unwrap (ECIES-like), - per-chunk HKDF key derivation, ChaCha20-Poly1305 encryption, - AES-256-GCM keystore encryption, and MNP protocol message types. - . - Required by both meshbay-hub and meshbay-node. |