From 18923c060af539ed7fe3bbc19d76776fa38f4d22 Mon Sep 17 00:00:00 2001 From: Anupam Basak <anupam.basak27@gmail.com> Date: Wed, 19 Jun 2024 14:38:18 +0530 Subject: [PATCH] Update dependencies and use default value(arm64) for ARCH --- .gitlab-ci.yml | 1 - debian/control | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f36c53b..95543a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,6 @@ include: - https://www.opencode.net/zynthbox/gitlab-ci-tools/raw/main/zynthbox-default-ci.yml variables: - ARCH: 'armhf' SOURCE_REPO_URL: 'https://github.com/Dougal-s/Aether/' SOURCE_REPO_BRANCH: '' SOURCE_REPO_COMMIT_HASH: '0beea43' diff --git a/debian/control b/debian/control index d5aedb6..1b559e4 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,11 @@ Source: zynthbox-plugin-aether-reverb Section: misc Priority: optional Maintainer: Anupam Basak <anupam.basak27@gmail.com> -Build-Depends: debhelper (>= 11), cmake, g++, libx11-dev, libgl1-mesa-dev, libglu1-mesa-dev, zynthbox-dependency-lv2 +Build-Depends: debhelper (>= 11), cmake, g++, libx11-dev, libgl1-mesa-dev, libglu1-mesa-dev, lv2-dev Standards-Version: 4.1.3 Homepage: https://github.com/Dougal-s/Aether/ Package: zynthbox-plugin-aether-reverb Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, zynthbox-dependency-lv2 +Depends: ${shlibs:Depends}, ${misc:Depends}, lv2-dev Description: Build zynthbox-plugin-aether-reverb deb -- GitLab