Compare commits

...

4 commits

Author SHA1 Message Date
dc83211652 Initial packaging 2023-08-09 17:20:19 +00:00
root
248db8113a Initial packaging 2023-08-09 17:20:19 +00:00
root
4ecd3b7992 Ignore _build and quilt .pc dirs via .gitignore 2023-08-09 17:20:19 +00:00
root
7e299ae7f7 New upstream version 0.0~git20230809.4a3f4f9 2023-08-09 17:20:19 +00:00
19 changed files with 107 additions and 1 deletions

4
.gitignore vendored
View file

@ -23,4 +23,6 @@ go.work
### Modified
build/package/bin/
build/*.deb
build/*.deb
/.pc/
/_build/

View file

@ -0,0 +1,5 @@
ahenk-go (0.0~git20230809.4a3f4f9-1) UNRELEASED; urgency=medium
* Initial release
-- Aliberk Sandıı <asandikci@aliberksandikci.com.tr> Wed, 09 Aug 2023 13:18:20 +0000

1
debian/ahenk-go.debhelper.log vendored Normal file
View file

@ -0,0 +1 @@
dh_auto_install

4
debian/ahenk-go.substvars vendored Normal file
View file

@ -0,0 +1,4 @@
misc:Static-Built-Using=golang-1.20 (= 1.20.7-1), golang-github-sevlyar-go-daemon (= 0.1.5-3), golang-golang-x-exp (= 0.0~git20230522.2e198f4-1), golang-golang-x-sys (= 0.8.0-1)
misc:Built-Using=golang-1.20 (= 1.20.7-1), golang-github-sevlyar-go-daemon (= 0.1.5-3), golang-golang-x-exp (= 0.0~git20230522.2e198f4-1), golang-golang-x-sys (= 0.8.0-1)
misc:Depends=
misc:Pre-Depends=

13
debian/ahenk-go/DEBIAN/control vendored Normal file
View file

@ -0,0 +1,13 @@
Package: ahenk-go
Version: 0.0~git20230809.4a3f4f9-1
Architecture: amd64
Maintainer: Aliberk Sandıı <asandikci@aliberksandikci.com.tr>
Installed-Size: 1817
Built-Using: golang-1.20 (= 1.20.7-1), golang-github-sevlyar-go-daemon (= 0.1.5-3), golang-golang-x-exp (= 0.0~git20230522.2e198f4-1), golang-golang-x-sys (= 0.8.0-1)
Section: utils
Priority: optional
Homepage: https://liderahenk.org
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.

3
debian/ahenk-go/DEBIAN/md5sums vendored Normal file
View file

@ -0,0 +1,3 @@
86f04124104182efebc28846387d5976 usr/bin/ahenkd-go
104edc545f9bd385fc1e1cfee201bba5 usr/share/doc/ahenk-go/changelog.Debian.gz
99e95abee4958dd801d4ad188856cccd usr/share/doc/ahenk-go/copyright

BIN
debian/ahenk-go/usr/bin/ahenkd-go vendored Executable file

Binary file not shown.

Binary file not shown.

View 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ıı <asandikci@aliberksandikci.com.tr>
Source: https://git.aliberksandikci.com.tr/Liderahenk/ahenk-go
Files: *
Copyright: 2023 Aliberk Sandıı <asandikci@aliberksandikci.com.tr>
License: LGPL-3.0+
Files: debian/*
Copyright: 2023 Aliberk Sandıı <asandikci@aliberksandikci.com.tr>
License: LGPL-3.0+
Comment: Debian packaging is licensed under the same terms as upstream

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
ahenk-go (0.0~git20230809.4a3f4f9-1) UNRELEASED; urgency=medium
* Initial release
-- Aliberk Sandıı <asandikci@aliberksandikci.com.tr> Wed, 09 Aug 2023 13:18:20 +0000

27
debian/control vendored Normal file
View file

@ -0,0 +1,27 @@
Source: ahenk-go
Maintainer: Aliberk Sandıı <asandikci@aliberksandikci.com.tr>
Uploaders: Aliberk Sandıı <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
View 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ıı <asandikci@aliberksandikci.com.tr>
Source: https://git.aliberksandikci.com.tr/Liderahenk/ahenk-go
Files: *
Copyright: 2023 Aliberk Sandıı <asandikci@aliberksandikci.com.tr>
License: LGPL-3.0+
Files: debian/*
Copyright: 2023 Aliberk Sandıı <asandikci@aliberksandikci.com.tr>
License: LGPL-3.0+
Comment: Debian packaging is licensed under the same terms as upstream

1
debian/debhelper-build-stamp vendored Normal file
View file

@ -0,0 +1 @@
ahenk-go

2
debian/files vendored Normal file
View file

@ -0,0 +1,2 @@
ahenk-go_0.0~git20230809.4a3f4f9-1_amd64.buildinfo utils optional
ahenk-go_0.0~git20230809.4a3f4f9-1_amd64.deb utils optional

3
debian/gbp.conf vendored Normal file
View file

@ -0,0 +1,3 @@
[DEFAULT]
debian-branch = debian/sid
dist = DEP14

6
debian/gitlab-ci.yml vendored Normal file
View 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
View 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
View file

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