dkms/main.sh

27 lines
532 B
Bash
Raw Normal View History

2024-11-20 15:11:08 +01:00
#! /bin/bash
set -e
. ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
2024-11-20 15:16:45 +01:00
VERSION="3.1.1-1git"
2024-11-20 15:11:08 +01:00
# Clone Upstream
2024-11-20 15:16:45 +01:00
git clone --recurse-submodules https://github.com/dell/dkms.git -b 8a8a9d1a38fae432ec8734cc1977bdd97666f773
cp -rvf ./debian ./dkms/
cd ./dkms/
2024-11-20 15:11:08 +01:00
# Get build deps
2024-11-20 15:16:45 +01:00
LOGNAME=root dh_make --createorig -y -l -p dkms_"$VERSION" || echo "dh-make: Ignoring Last Error"
2024-11-20 15:11:08 +01:00
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/