stick with native
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 33s
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 33s
This commit is contained in:
parent
77fbb40427
commit
51d5530898
2
.github/release-canary-v3
vendored
2
.github/release-canary-v3
vendored
@ -1 +1 @@
|
|||||||
3
|
4
|
||||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,10 +1,4 @@
|
|||||||
apx (2.4.3-101pika1) pika; urgency=medium
|
apx (2.4.3) pika; urgency=medium
|
||||||
|
|
||||||
* New release + PikaOS 4 port
|
|
||||||
|
|
||||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Fri, 09 Oct 2022 21:38:00 +0300
|
|
||||||
|
|
||||||
apx (2.4.0-100pika1) pikauwu; urgency=medium
|
|
||||||
|
|
||||||
* First Release
|
* First Release
|
||||||
|
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -14,5 +14,4 @@ override_dh_install:
|
|||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
go mod download
|
go mod download
|
||||||
find . -type f | cut -d'/' -f2- >> debian/source/include-binaries
|
|
||||||
dh_auto_build --
|
dh_auto_build --
|
||||||
|
2
debian/source/format
vendored
2
debian/source/format
vendored
@ -1 +1 @@
|
|||||||
3.0 (quilt)
|
3.0 (native)
|
||||||
|
1
debian/source/include-binaries
vendored
1
debian/source/include-binaries
vendored
@ -1 +0,0 @@
|
|||||||
obj-x86_64-linux-gnu
|
|
1
main.sh
1
main.sh
@ -17,7 +17,6 @@ cd ./apx
|
|||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
LOGNAME=root dh_make --createorig -y -l -p apx_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
|
||||||
dpkg-buildpackage --no-sign
|
dpkg-buildpackage --no-sign
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
|
Loading…
Reference in New Issue
Block a user