diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..dd2649e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +ahenk-go (0.0~git20230809.4a3f4f9-1) UNRELEASED; urgency=medium + + * Initial release + + -- Aliberk Sandıkçı Wed, 09 Aug 2023 13:18:20 +0000 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4dd4456 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: ahenk-go +Maintainer: Aliberk Sandıkçı +Uploaders: Aliberk Sandıkçı +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6fc10e9 --- /dev/null +++ b/debian/copyright @@ -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çı +Source: https://git.aliberksandikci.com.tr/Liderahenk/ahenk-go + +Files: * +Copyright: 2023 Aliberk Sandıkçı +License: LGPL-3.0+ + +Files: debian/* +Copyright: 2023 Aliberk Sandıkçı +License: LGPL-3.0+ +Comment: Debian packaging is licensed under the same terms as upstream diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..3d450c2 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +debian-branch = debian/sid +dist = DEP14 diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml new file mode 100644 index 0000000..594e14e --- /dev/null +++ b/debian/gitlab-ci.yml @@ -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 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..a97e135 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ --builddirectory=_build --buildsystem=golang --with=golang + +override_dh_auto_install: + dh_auto_install -- --no-source diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)