APT update / Submodule updates / added updateHyperionUser script again (#1366)

* Test new APT builds

* test build

* final changes for bookworm and jammy

* - Include updateHyperionUser script again
- Update package dependencies for APT builds

* Installation guide updated

* Removed alpha notes and added arm64 APT builds

* update docker-compile script

* Overwrite CMAKE_SYSTEM_PROCESSOR on Windows builds
This commit is contained in:
Markus
2021-11-17 20:35:28 +01:00
committed by GitHub
parent 67280b8566
commit b33466d392
19 changed files with 290 additions and 126 deletions

31
debian/distributions vendored
View File

@@ -1,7 +1,7 @@
Origin: Hyperion-Project
Label: apt.hyperion-project.org
Codename: bionic
Architectures: amd64
Architectures: amd64 armhf arm64
Components: main
Description: Official APT Repository by Hyperion Project
SignWith: yes
@@ -9,7 +9,7 @@ SignWith: yes
Origin: Hyperion-Project
Label: apt.hyperion-project.org
Codename: focal
Architectures: amd64
Architectures: amd64 armhf arm64
Components: main
Description: Official APT Repository by Hyperion Project
SignWith: yes
@@ -25,7 +25,7 @@ SignWith: yes
Origin: Hyperion-Project
Label: apt.hyperion-project.org
Codename: hirsute
Architectures: amd64
Architectures: amd64 armhf arm64
Components: main
Description: Official APT Repository by Hyperion Project
SignWith: yes
@@ -33,6 +33,14 @@ SignWith: yes
Origin: Hyperion-Project
Label: apt.hyperion-project.org
Codename: impish
Architectures: amd64 armhf arm64
Components: main
Description: Official APT Repository by Hyperion Project
SignWith: yes
Origin: Hyperion-Project
Label: apt.hyperion-project.org
Codename: jammy
Architectures: amd64
Components: main
Description: Official APT Repository by Hyperion Project
@@ -40,7 +48,7 @@ SignWith: yes
Origin: Hyperion-Project
Label: apt.hyperion-project.org
Suite: oldstable
Suite: oldoldstable
Codename: stretch
Architectures: armhf amd64
Components: main
@@ -49,9 +57,18 @@ SignWith: yes
Origin: Hyperion-Project
Label: apt.hyperion-project.org
Suite: stable
Suite: oldstable
Codename: buster
Architectures: armhf amd64
Architectures: amd64 armhf arm64
Components: main
Description: Official APT Repository by Hyperion Project
SignWith: yes
Origin: Hyperion-Project
Label: apt.hyperion-project.org
Suite: stable
Codename: bullseye
Architectures: amd64 armhf arm64
Components: main
Description: Official APT Repository by Hyperion Project
SignWith: yes
@@ -59,7 +76,7 @@ SignWith: yes
Origin: Hyperion-Project
Label: apt.hyperion-project.org
Suite: unstable
Codename: bullseye
Codename: bookworm
Architectures: armhf amd64
Components: main
Description: Official APT Repository by Hyperion Project

2
debian/rules → debian/rules.in vendored Executable file → Normal file
View File

@@ -5,7 +5,7 @@ BUILDDIR = build
build:
mkdir $(BUILDDIR);
cd $(BUILDDIR); cmake -DUSE_SYSTEM_MBEDTLS_LIBS=ON -DENABLE_DEPLOY_DEPENDENCIES=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../debian/tmp/usr ..
cd $(BUILDDIR); cmake @CMAKE_ENVIRONMENT@ -DCMAKE_INSTALL_PREFIX=../debian/tmp/usr ..
make -j4 -C $(BUILDDIR)
binary: binary-indep binary-arch