attempt 1
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 36s

This commit is contained in:
Ward from fusion-voyager-3 2024-11-27 21:05:18 +03:00
parent f18cc0f9c0
commit 170215aa39
7 changed files with 4 additions and 71 deletions

View File

@ -1 +1 @@
1
2

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
apx (2.4.3) pika; urgency=medium
* First Release
-- Ward Nakchbandi <hotrod.master@hotmail.com> Fri, 09 Oct 2022 21:38:00 +0300

19
debian/control vendored
View File

@ -1,19 +0,0 @@
Source: apx
Section: devel
Priority: extra
Maintainer: Ward Nakchbandi <hotrod.master@hotmail.com>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/vanilla-os/apx
Vcs-Browser: https://github.com/vanilla-os/apx
Vcs-Git: git://github.com/vanilla-os/apx.git
Package: apx
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends},
podman
Built-Using: ${misc:Built-Using}
Description: Apx is the default package manager in Vanilla OS.

23
debian/copyright vendored
View File

@ -1,23 +0,0 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: Vanilla OS First Setup
Source: https://github.com/vanilla-os/
Files: *
Copyright: 2023 Vanilla-OS contributors
License: GPL-3.0
License: GPL-3.0
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

17
debian/rules vendored
View File

@ -1,17 +0,0 @@
#!/usr/bin/make -f
export DH_GOPKG := github.com/vanilla-os/apx
export GO111MODULE := on
export GOPROXY := https://proxy.golang.org,direct
%:
dh $@
override_dh_install:
dh_install
ln -sf /usr/bin/apx debian/apx/usr/bin/apx2
make install-manpages DESTDIR=debian/apx/
override_dh_auto_build:
go mod download
dh_auto_build --

View File

@ -1 +0,0 @@
3.0 (native)

View File

@ -2,16 +2,14 @@
set -e
VERSION="2.4.3"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone --recurse-submodules https://github.com/Vanilla-OS/apx -b v"$VERSION"
cp -rvf ./debian ./apx/
cd ./apx
git clone --recurse-submodules --depth=1 https://github.com/linuxmint/webapp-manager
cp -rvf ./debian ./webapp-manager/
cd ./webapp-manager
# Get build deps
apt-get build-dep ./ -y