From 51d553089862d166573c678c3c3ec6b1c478b562 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Mon, 29 Jul 2024 16:40:36 +0300 Subject: [PATCH] stick with native --- .github/release-canary-v3 | 2 +- debian/changelog | 8 +------- debian/rules | 1 - debian/source/format | 2 +- debian/source/include-binaries | 1 - main.sh | 1 - 6 files changed, 3 insertions(+), 12 deletions(-) delete mode 100755 debian/source/include-binaries diff --git a/.github/release-canary-v3 b/.github/release-canary-v3 index 00750ed..b8626c4 100644 --- a/.github/release-canary-v3 +++ b/.github/release-canary-v3 @@ -1 +1 @@ -3 +4 diff --git a/debian/changelog b/debian/changelog index e889b3e..4a9000d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,4 @@ -apx (2.4.3-101pika1) pika; urgency=medium - - * New release + PikaOS 4 port - - -- Ward Nakchbandi Fri, 09 Oct 2022 21:38:00 +0300 - -apx (2.4.0-100pika1) pikauwu; urgency=medium +apx (2.4.3) pika; urgency=medium * First Release diff --git a/debian/rules b/debian/rules index b6ad6ea..9310303 100644 --- a/debian/rules +++ b/debian/rules @@ -14,5 +14,4 @@ override_dh_install: override_dh_auto_build: go mod download - find . -type f | cut -d'/' -f2- >> debian/source/include-binaries dh_auto_build -- diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100755 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native) diff --git a/debian/source/include-binaries b/debian/source/include-binaries deleted file mode 100755 index 7db6de6..0000000 --- a/debian/source/include-binaries +++ /dev/null @@ -1 +0,0 @@ -obj-x86_64-linux-gnu diff --git a/main.sh b/main.sh index 66b697e..dd0ecd9 100755 --- a/main.sh +++ b/main.sh @@ -17,7 +17,6 @@ cd ./apx apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p apx_"$VERSION" || echo "dh-make: Ignoring Last Error" dpkg-buildpackage --no-sign # Move the debs to output