Update main.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-03 18:17:35 +02:00
parent f4f7d4228d
commit c2f9a17480

View File

@ -16,9 +16,6 @@ else
apt-get source "$PIKA_PACKAGE_NAME=$VERSION" -y
fi
# Get build deps
apt-get build-dep "$PIKA_PACKAGE_NAME=$VERSION" -y
if [ "$PIKA_REBUILD" = true ]
then
VERSION="$VERSION+$PIKA_REBUILD_VERSION"
@ -54,6 +51,9 @@ then
sed -i "1s/^/$CHANGELOG_APPEND\n/" debian/changelog
fi
# Get build deps
apt-get build-dep ./ -y
# Build Binary Packages
dpkg-buildpackage --no-sign