From 4402628de5ace2daf439086701c76caafb9ef05a Mon Sep 17 00:00:00 2001 From: Renaud Lepage Date: Wed, 13 Nov 2024 10:40:56 -0800 Subject: [PATCH] Upstream release, and a naming nit --- .github/build-nest-v3 | 2 +- debian/changelog | 7 +++++++ debian/rules | 2 +- main.sh | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/build-nest-v3 b/.github/build-nest-v3 index b5045cc..8fdd954 100644 --- a/.github/build-nest-v3 +++ b/.github/build-nest-v3 @@ -1 +1 @@ -21 \ No newline at end of file +22 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 1e467b3..2c4dc1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sbctl (0.16.0-101pika1) pika; urgency=low + + * Upstream release + * Rename pkexec intermediate script to match original command + + -- cybik Wed, 13 Nov 2024 10:45:00 -0800 + sbctl (0.15.4-101pika1) pika; urgency=low * Initial release. diff --git a/debian/rules b/debian/rules index 386a966..2d4522a 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch) override_dh_auto_install: dh_auto_install - install -Dm755 debian/sbctl-pkexec debian/sbctl/usr/bin/sbctl-pkexec + install -Dm755 debian/sbctl-pkexec debian/sbctl/usr/bin/sbctl override_dh_usrlocal: echo "disabled" diff --git a/main.sh b/main.sh index 8bdd8ed..0357817 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.16" # Clone Upstream UPSTREAM_NAME="sbctl" -- 2.43.0