Compare commits
4 commits
main
...
debian/sid
Author | SHA1 | Date | |
---|---|---|---|
dc83211652 | |||
|
248db8113a | ||
|
4ecd3b7992 | ||
|
7e299ae7f7 |
19 changed files with 107 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -23,4 +23,6 @@ go.work
|
|||
|
||||
### Modified
|
||||
build/package/bin/
|
||||
build/*.deb
|
||||
build/*.deb
|
||||
/.pc/
|
||||
/_build/
|
||||
|
|
5
debian/.debhelper/generated/ahenk-go/dh_installchangelogs.dch.trimmed
vendored
Normal file
5
debian/.debhelper/generated/ahenk-go/dh_installchangelogs.dch.trimmed
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
|
0
debian/.debhelper/generated/ahenk-go/installed-by-dh_installdocs
vendored
Normal file
0
debian/.debhelper/generated/ahenk-go/installed-by-dh_installdocs
vendored
Normal file
1
debian/ahenk-go.debhelper.log
vendored
Normal file
1
debian/ahenk-go.debhelper.log
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
dh_auto_install
|
4
debian/ahenk-go.substvars
vendored
Normal file
4
debian/ahenk-go.substvars
vendored
Normal 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
13
debian/ahenk-go/DEBIAN/control
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
Package: ahenk-go
|
||||
Version: 0.0~git20230809.4a3f4f9-1
|
||||
Architecture: amd64
|
||||
Maintainer: Aliberk Sandıkçı <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
3
debian/ahenk-go/DEBIAN/md5sums
vendored
Normal 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
BIN
debian/ahenk-go/usr/bin/ahenkd-go
vendored
Executable file
Binary file not shown.
BIN
debian/ahenk-go/usr/share/doc/ahenk-go/changelog.Debian.gz
vendored
Normal file
BIN
debian/ahenk-go/usr/share/doc/ahenk-go/changelog.Debian.gz
vendored
Normal file
Binary file not shown.
13
debian/ahenk-go/usr/share/doc/ahenk-go/copyright
vendored
Normal file
13
debian/ahenk-go/usr/share/doc/ahenk-go/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
|
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
|
1
debian/debhelper-build-stamp
vendored
Normal file
1
debian/debhelper-build-stamp
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
ahenk-go
|
2
debian/files
vendored
Normal file
2
debian/files
vendored
Normal 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
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