diff --git a/.github/workflows/build-mainline.yml b/.github/workflows/build-mainline.yml index f7f9bb76..ade94f41 100644 --- a/.github/workflows/build-mainline.yml +++ b/.github/workflows/build-mainline.yml @@ -51,7 +51,8 @@ jobs: qemu-user-static qemu-system-arm qemu-efi u-boot-tools binfmt-support \ debootstrap flex libssl-dev bc rsync kmod cpio xz-utils fakeroot parted \ udev dosfstools uuid-runtime git-lfs device-tree-compiler python2 python3 \ - python-is-python3 fdisk bc debhelper python3-pyelftools python3-setuptools + python-is-python3 fdisk bc debhelper python3-pyelftools python3-setuptools \ + python3-distutils python3-pkg-resources swig libfdt-dev libpython3-dev - name: Build kernel shell: bash diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5adf0630..07768191 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,8 @@ jobs: qemu-user-static qemu-system-arm qemu-efi u-boot-tools binfmt-support \ debootstrap flex libssl-dev bc rsync kmod cpio xz-utils fakeroot parted \ udev dosfstools uuid-runtime git-lfs device-tree-compiler python2 python3 \ - python-is-python3 fdisk bc debhelper python3-pyelftools python3-setuptools + python-is-python3 fdisk bc debhelper python3-pyelftools python3-setuptools \ + python3-distutils python3-pkg-resources swig libfdt-dev libpython3-dev - name: Build kernel shell: bash diff --git a/packages/u-boot-turing-rk3588/debian/changelog b/packages/u-boot-turing-rk3588/debian/changelog index 765c44f0..4dcde524 100644 --- a/packages/u-boot-turing-rk3588/debian/changelog +++ b/packages/u-boot-turing-rk3588/debian/changelog @@ -1,4 +1,4 @@ -u-boot-turing-rk3588 (2023.10-1) UNRELEASED; urgency=medium +u-boot-turing-rk3588 (2023.10-1) jammy; urgency=medium * Bump to mainline u-boot v2023.10. diff --git a/packages/u-boot-turing-rk3588/debian/control b/packages/u-boot-turing-rk3588/debian/control index 3c0bc00a..112eb854 100644 --- a/packages/u-boot-turing-rk3588/debian/control +++ b/packages/u-boot-turing-rk3588/debian/control @@ -1,10 +1,30 @@ Source: u-boot-turing-rk3588 Section: admin Priority: optional -Standards-Version: 4.6.0 Maintainer: Joshua Riek -Build-Depends: debhelper-compat (= 12), parted, gcc, make, bc, bison, python2, flex, device-tree-compiler, udev, python3-pyelftools, python3-setuptools -Vcs-Git: https://github.com/radxa/u-boot.git +Build-Depends: + debhelper-compat (= 12), + parted, + gcc, + make, + bc, + bison, + flex, + device-tree-compiler, + udev, + python3, + libpython3-dev, + python3-pyelftools, + python3-setuptools, + python3-distutils, + python3-pkg-resources, + swig, + libfdt-dev, + libssl-dev, +Standards-Version: 4.6.0 +Homepage: https://www.denx.de/wiki/U-Boot/ +Vcs-Browser: https://salsa.debian.org/debian/u-boot +Vcs-Git: https://salsa.debian.org/debian/u-boot.git Package: u-boot-turing-rk1 Architecture: arm64