#! /bin/bash set -e VERSION="1.1.1.git" source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream git clone https://gitlab.com/ananicy-cpp/ananicy-cpp.git cd ananicy-cpp cp -rvf ../debian ./ # Remove weird path from the systemd file due to our prefix overiding sed -e 's @CMAKE_INSTALL_PREFIX@ /usr g' -i ananicy-cpp.service # Get build deps apt-get build-dep ./ -y # Build package LOGNAME=root dh_make --createorig -y -l -p ananicy-cpp_"$VERSION" || echo "dh-make: Ignoring Last Error" dpkg-buildpackage --no-sign # Move the debs to output cd ../ mkdir -p ./output mv ./*.deb ./output/