Initial packaging
This commit is contained in:
parent
4ecd3b7992
commit
248db8113a
7 changed files with 62 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
ahenk-go (0.0~git20230809.4a3f4f9-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Initial release
|
||||||
|
|
||||||
|
-- Aliberk Sandıkçı <asandikci@aliberksandikci.com.tr> Wed, 09 Aug 2023 13:18:20 +0000
|
27
debian/control
vendored
Normal file
27
debian/control
vendored
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
Source: ahenk-go
|
||||||
|
Maintainer: Aliberk Sandıkçı <asandikci@aliberksandikci.com.tr>
|
||||||
|
Uploaders: Aliberk Sandıkçı <asandikci@aliberksandikci.com.tr>
|
||||||
|
Section: utils
|
||||||
|
Testsuite: autopkgtest-pkg-go
|
||||||
|
Priority: optional
|
||||||
|
Build-Depends: debhelper-compat (= 13),
|
||||||
|
dh-golang,
|
||||||
|
golang-any,
|
||||||
|
golang-github-sevlyar-go-daemon-dev,
|
||||||
|
golang-golang-x-exp-dev
|
||||||
|
Standards-Version: 4.6.0
|
||||||
|
Vcs-Browser: https://git.aliberksandikci.com.tr/Liderahenk/go-ahenk
|
||||||
|
Vcs-Git: https://git.aliberksandikci.com.tr/Liderahenk/go-ahenk.git
|
||||||
|
Homepage: https://liderahenk.org
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
XS-Go-Import-Path: git.aliberksandikci.com.tr/Liderahenk/ahenk-go
|
||||||
|
|
||||||
|
Package: ahenk-go
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${misc:Depends},
|
||||||
|
${shlibs:Depends}
|
||||||
|
Built-Using: ${misc:Built-Using}
|
||||||
|
Description: The client side of the Lider Ahenk Project
|
||||||
|
Lider Ahenk is an open source project which provides solutions
|
||||||
|
to manage, monitor and audit unlimited number of different
|
||||||
|
systems and users on a network.
|
13
debian/copyright
vendored
Normal file
13
debian/copyright
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: ahenk-go
|
||||||
|
Upstream-Contact: Aliberk Sandıkçı <asandikci@aliberksandikci.com.tr>
|
||||||
|
Source: https://git.aliberksandikci.com.tr/Liderahenk/ahenk-go
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2023 Aliberk Sandıkçı <asandikci@aliberksandikci.com.tr>
|
||||||
|
License: LGPL-3.0+
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2023 Aliberk Sandıkçı <asandikci@aliberksandikci.com.tr>
|
||||||
|
License: LGPL-3.0+
|
||||||
|
Comment: Debian packaging is licensed under the same terms as upstream
|
3
debian/gbp.conf
vendored
Normal file
3
debian/gbp.conf
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[DEFAULT]
|
||||||
|
debian-branch = debian/sid
|
||||||
|
dist = DEP14
|
6
debian/gitlab-ci.yml
vendored
Normal file
6
debian/gitlab-ci.yml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# auto-generated, DO NOT MODIFY.
|
||||||
|
# The authoritative copy of this file lives at:
|
||||||
|
# https://salsa.debian.org/go-team/infra/pkg-go-tools/blob/master/config/gitlabciyml.go
|
||||||
|
---
|
||||||
|
include:
|
||||||
|
- https://salsa.debian.org/go-team/infra/pkg-go-tools/-/raw/master/pipeline/test-archive.yml
|
7
debian/rules
vendored
Executable file
7
debian/rules
vendored
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@ --builddirectory=_build --buildsystem=golang --with=golang
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
dh_auto_install -- --no-source
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
Loading…
Reference in a new issue