Version "rollback" and upgrade (#1)
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 1m51s
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 1m51s
* Upstream got an update. * I did a dumb and used the copypaste version from another package's config originally Reviewed-on: #1 Reviewed-by: ferreo <ferreo@noreply.pika> Co-authored-by: Renaud Lepage <root@cybikbase.com> Co-committed-by: Renaud Lepage <root@cybikbase.com>
This commit is contained in:
parent
ee554c8359
commit
fc5b7a597d
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
|||||||
2
|
3
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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 <root@cybik.moe> Sun, 03 Nov 2024 19:15:00 -0800
|
||||||
|
pwvucontrol (0.4.6-100pika1) pika; urgency=low
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
|
6
main.sh
6
main.sh
@ -6,7 +6,7 @@ set -e
|
|||||||
|
|
||||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
VERSION="0.15.4"
|
VERSION="0.4.7"
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
UPSTREAM_NAME="pwvucontrol"
|
UPSTREAM_NAME="pwvucontrol"
|
||||||
@ -18,6 +18,10 @@ cp -rvf ./debian ./${UPSTREAM_NAME}/
|
|||||||
# Get in there.
|
# Get in there.
|
||||||
pushd "./${UPSTREAM_NAME}/" || exit 1
|
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
|
# Get build deps
|
||||||
LOGNAME=root dh_make --createorig -y -l -p ${UPSTREAM_NAME}_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
LOGNAME=root dh_make --createorig -y -l -p ${UPSTREAM_NAME}_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||||
apt -y update
|
apt -y update
|
||||||
|
Loading…
Reference in New Issue
Block a user