From fc5b7a597de0a4753ba994e82c65e1668a899d20 Mon Sep 17 00:00:00 2001 From: Renaud Lepage Date: Mon, 4 Nov 2024 13:09:16 +0100 Subject: [PATCH] Version "rollback" and upgrade (#1) * Upstream got an update. * I did a dumb and used the copypaste version from another package's config originally Reviewed-on: https://git.pika-os.com/general-packages/pwvucontrol/pulls/1 Reviewed-by: ferreo Co-authored-by: Renaud Lepage Co-committed-by: Renaud Lepage --- .github/release-nest-v3 | 2 +- debian/changelog | 8 +++++++- main.sh | 6 +++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index d8263ee..e440e5c 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -2 \ No newline at end of file +3 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 35fd3b9..2b60de1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -pwvucontrol (0.15.4-100pika1) pika; urgency=low +pwvucontrol (0.4.7-100pika1) pika; urgency=low + + * Version bump + * Fix crash when selecting Pro Audio profile. + + -- Renaud Lepage Sun, 03 Nov 2024 19:15:00 -0800 +pwvucontrol (0.4.6-100pika1) pika; urgency=low * Initial release. diff --git a/main.sh b/main.sh index d99a865..604ba08 100755 --- a/main.sh +++ b/main.sh @@ -6,7 +6,7 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="0.15.4" +VERSION="0.4.7" # Clone Upstream UPSTREAM_NAME="pwvucontrol" @@ -18,6 +18,10 @@ cp -rvf ./debian ./${UPSTREAM_NAME}/ # Get in there. pushd "./${UPSTREAM_NAME}/" || exit 1 +# Checking out the tag in the clone should work. +# If it doesn't, this script is broken. +git checkout "${VERSION}" + # Get build deps LOGNAME=root dh_make --createorig -y -l -p ${UPSTREAM_NAME}_"$VERSION" || echo "dh-make: Ignoring Last Error" apt -y update