diff options
Diffstat (limited to 'packaging/deb')
| -rw-r--r-- | packaging/deb/meshbay-client/DEBIAN/control | 2 | ||||
| -rw-r--r-- | packaging/deb/meshbay-common/DEBIAN/control | 2 | ||||
| -rw-r--r-- | packaging/deb/meshbay-hub/DEBIAN/control | 2 | ||||
| -rw-r--r-- | packaging/deb/meshbay-node/DEBIAN/control | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/packaging/deb/meshbay-client/DEBIAN/control b/packaging/deb/meshbay-client/DEBIAN/control index e6a49b9..aeb5865 100644 --- a/packaging/deb/meshbay-client/DEBIAN/control +++ b/packaging/deb/meshbay-client/DEBIAN/control @@ -3,7 +3,7 @@ Version: __VERSION__ Section: net Priority: optional Architecture: __ARCH__ -Maintainer: MeshBay Team <team@meshbay.org> +Maintainer: MeshBay Team <devel@meshbay.org> Homepage: https://meshbay.org Depends: libgtk-3-0, libnotify4, libnss3, libxss1, libxtst6, libatspi2.0-0, libdrm2, libgbm1, libasound2 diff --git a/packaging/deb/meshbay-common/DEBIAN/control b/packaging/deb/meshbay-common/DEBIAN/control index 4089f4b..b497235 100644 --- a/packaging/deb/meshbay-common/DEBIAN/control +++ b/packaging/deb/meshbay-common/DEBIAN/control @@ -3,7 +3,7 @@ Version: __VERSION__ Section: python Priority: optional Architecture: __ARCH__ -Maintainer: MeshBay Team <team@meshbay.org> +Maintainer: MeshBay Team <devel@meshbay.org> Homepage: https://meshbay.org Depends: python3 (>= 3.12) Description: MeshBay shared Python runtime and libraries diff --git a/packaging/deb/meshbay-hub/DEBIAN/control b/packaging/deb/meshbay-hub/DEBIAN/control index c5f60fa..c114be1 100644 --- a/packaging/deb/meshbay-hub/DEBIAN/control +++ b/packaging/deb/meshbay-hub/DEBIAN/control @@ -3,7 +3,7 @@ Version: __VERSION__ Section: net Priority: optional Architecture: all -Maintainer: MeshBay Team <team@meshbay.org> +Maintainer: MeshBay Team <devel@meshbay.org> Homepage: https://meshbay.org Depends: meshbay-common (= __VERSION__), adduser Recommends: caddy, postgresql diff --git a/packaging/deb/meshbay-node/DEBIAN/control b/packaging/deb/meshbay-node/DEBIAN/control index 76b2005..3eda3fa 100644 --- a/packaging/deb/meshbay-node/DEBIAN/control +++ b/packaging/deb/meshbay-node/DEBIAN/control @@ -3,7 +3,7 @@ Version: __VERSION__ Section: net Priority: optional Architecture: all -Maintainer: MeshBay Team <team@meshbay.org> +Maintainer: MeshBay Team <devel@meshbay.org> Homepage: https://meshbay.org Depends: meshbay-common (= __VERSION__) Recommends: ffmpeg |