From 5bccd786fd3fd979350b4403119ced4be8505b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20D=C3=B6rre?= Date: Tue, 18 Mar 2025 00:23:13 +0000 Subject: [PATCH] -1 --- debian/README.Debian | 6 ------ debian/README.source | 10 ---------- debian/aes67-linux.docs | 2 -- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 6 +++--- 6 files changed, 10 insertions(+), 22 deletions(-) delete mode 100644 debian/README.Debian delete mode 100644 debian/README.source delete mode 100644 debian/aes67-linux.docs diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index 189cbe5..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -aes67-linux for Debian ---------------------- - - - - -- root Thu, 01 Dec 2022 19:04:00 +0100 diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 3b6adaf..0000000 --- a/debian/README.source +++ /dev/null @@ -1,10 +0,0 @@ -aes67-linux for Debian ---------------------- - - - - - - -- root Thu, 01 Dec 2022 19:04:00 +0100 - diff --git a/debian/aes67-linux.docs b/debian/aes67-linux.docs deleted file mode 100644 index efea0a6..0000000 --- a/debian/aes67-linux.docs +++ /dev/null @@ -1,2 +0,0 @@ -README.Debian -README.source diff --git a/debian/changelog b/debian/changelog index 9759bed..e3aea9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +aes67-linux (0~20250317-1) UNRELEASED; urgency=medium + + * New upstream version + + -- Felix Dörre Mon, 17 Mar 2025 22:20:39 +0000 + aes67-linux (0~20221129-1) unstable; urgency=medium * Initial release diff --git a/debian/control b/debian/control index 2a84d00..0e01451 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: aes67-linux Section: unknown Priority: optional Maintainer: root -Build-Depends: debhelper-compat (= 13), git, build-essential, dh-sequence-dkms, cmake, libboost-all-dev, libavahi-client-dev, libasound2-dev, wget +Build-Depends: debhelper-compat (= 13), git, build-essential, dh-sequence-dkms, cmake, libboost-all-dev, libavahi-client-dev, libasound2-dev, libfaac-dev, ca-certificates, wget Standards-Version: 4.5.1 Homepage: https://github.com/bondagit/aes67-linux-daemon #Vcs-Browser: https://salsa.debian.org/debian/aes67-linux diff --git a/debian/rules b/debian/rules index 1554656..4255b93 100755 --- a/debian/rules +++ b/debian/rules @@ -22,11 +22,11 @@ override_dh_dkms: dh_dkms -paes67-linux-dkms -V $(DEB_VERSION_UPSTREAM) override_dh_auto_configure: - cd 3rdparty/ && [ -d ravenna-alsa-lkm ] || git clone --single-branch --branch aes67-daemon https://github.com/bondagit/ravenna-alsa-lkm.git - cd 3rdparty/ && ([ -d cpp-httplib ] || git clone https://github.com/bondagit/cpp-httplib.git) && cd cpp-httplib && git checkout 42f9f9107f87ad2ee04be117dbbadd621c449552 + cd 3rdparty/ && [ -d ravenna-alsa-lkm/.git ] || git clone --single-branch --branch aes67-daemon https://github.com/bondagit/ravenna-alsa-lkm.git + cd 3rdparty/ && ([ -d cpp-httplib/.git ] || git clone https://github.com/bondagit/cpp-httplib.git) && cd cpp-httplib && git checkout 42f9f9107f87ad2ee04be117dbbadd621c449552 mkdir -p daemon/build cd daemon/build && cmake -DCPP_HTTPLIB_DIR="$(shell pwd)/3rdparty/cpp-httplib" -DRAVENNA_ALSA_LKM_DIR="$(shell pwd)/3rdparty/ravenna-alsa-lkm" -DENABLE_TESTS=ON -DWITH_AVAHI=ON -DFAKE_DRIVER=OFF .. - + wget -O- https://github.com/bondagit/aes67-linux-daemon/releases/latest/download/webui.tar.gz | tar -xzvC webui override_dh_auto_install: