adapt to apx v2
This commit is contained in:
parent
d18d5f674c
commit
4738c80036
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
apx (2.0.0-alpha1-99pika.lunar1) lunar; urgency=medium
|
||||
|
||||
* First Release
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Fri, 09 Oct 2022 21:38:00 +0300
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
13
|
20
debian/control
vendored
Normal file
20
debian/control
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
Source: apx
|
||||
Section: devel
|
||||
Priority: extra
|
||||
Maintainer: Mirko Brombin <send@mirko.pm>
|
||||
Uploaders: Mirko Brombin <send@mirko.pm>
|
||||
Build-Depends: debhelper (>= 9),
|
||||
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
Normal file
23
debian/copyright
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
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".
|
2
debian/gbp.conf
vendored
Normal file
2
debian/gbp.conf
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
[DEFAULT]
|
||||
pristine-tar = True
|
10
debian/rules
vendored
Normal file
10
debian/rules
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
export DH_GOPKG := github.com/vanilla-os/apx
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_install:
|
||||
dh_install
|
||||
make install-manpages DESTDIR=debian/apx/
|
Loading…
Reference in New Issue
Block a user