summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:13:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:13:42 +0000
commit97abc271d49a1acba84deebbe7a3adf1fbd1f200 (patch)
treeec3b968c090ca74787970d8a6a36499b3ce5fb61
parentAdding upstream version 0.0~git20231017.6a3592c+ds1. (diff)
downloadgolang-github-containers-luksy-97abc271d49a1acba84deebbe7a3adf1fbd1f200.tar.xz
golang-github-containers-luksy-97abc271d49a1acba84deebbe7a3adf1fbd1f200.zip
Adding debian version 0.0~git20231017.6a3592c+ds1-1.debian/0.0_git20231017.6a3592c+ds1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog13
-rw-r--r--debian/control61
-rw-r--r--debian/copyright30
-rw-r--r--debian/gbp.conf3
-rw-r--r--debian/gitlab-ci.yml6
-rw-r--r--debian/golang-github-containers-luksy-dev.install1
-rw-r--r--debian/luksy.install1
-rwxr-xr-xdebian/rules7
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata5
-rw-r--r--debian/watch13
11 files changed, 141 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6b1835e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,13 @@
+golang-github-containers-luksy (0.0~git20231017.6a3592c+ds1-1) unstable; urgency=medium
+
+ * Team Upload.
+ * New upstream version 0.0~git20231017.6a3592c+ds1
+ * Increase test timeout to 1h (Closes: #1054339)
+
+ -- Nilesh Patra <nilesh@debian.org> Tue, 24 Oct 2023 18:48:54 +0530
+
+golang-github-containers-luksy (0.0~git20230912.6df88cb-1) unstable; urgency=medium
+
+ * Initial release (Closes: #1052532)
+
+ -- Reinhard Tartler <siretart@tauware.de> Sat, 23 Sep 2023 20:50:41 -0400
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b3d236d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,61 @@
+Source: golang-github-containers-luksy
+Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
+Uploaders: Reinhard Tartler <siretart@tauware.de>
+Section: golang
+Testsuite: autopkgtest-pkg-go
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ dh-golang,
+ golang-any,
+ golang-github-aead-serpent-dev,
+ golang-github-google-uuid-dev,
+ golang-github-sirupsen-logrus-dev,
+ golang-github-spf13-cobra-dev (>= 1.7),
+ golang-github-stretchr-testify-dev,
+ golang-golang-x-crypto-dev
+Standards-Version: 4.6.2
+Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containers-luksy
+Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containers-luksy.git
+Homepage: https://github.com/containers/luksy
+Rules-Requires-Root: no
+XS-Go-Import-Path: github.com/containers/luksy
+
+Package: luksy
+Architecture: any
+Built-Using: ${misc:Built-Using}
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+Description: offline encryption/decryption using LUKS formats (program)
+ luksy implements encryption and decryption using LUKSv1 and LUKSv2
+ formats. Think of it as a clunkier cousin of gzip/bzip2/xz that doesn't
+ actually produce smaller output than input, but it encrypts, and that's
+ nice.
+ .
+ The main goal is to be able to encrypt/decrypt without the Linux device
+ mapper. Duplicating functions of cryptsetup that it can perform without
+ accessing the Linux device mapper is not a priority.
+ .
+ If you can cryptsetup, you should use that instead.
+
+Package: golang-github-containers-luksy-dev
+Architecture: all
+Multi-Arch: foreign
+Depends: golang-github-aead-serpent-dev,
+ golang-github-google-uuid-dev,
+ golang-github-sirupsen-logrus-dev,
+ golang-github-spf13-cobra-dev (>= 1.7),
+ golang-github-stretchr-testify-dev,
+ golang-golang-x-crypto-dev,
+ ${misc:Depends}
+Description: offline encryption/decryption using LUKS formats (library)
+ luksy implements encryption and decryption using LUKSv1 and LUKSv2
+ formats. Think of it as a clunkier cousin of gzip/bzip2/xz that doesn't
+ actually produce smaller output than input, but it encrypts, and that's
+ nice.
+ .
+ The main goal is to be able to encrypt/decrypt without the Linux device
+ mapper. Duplicating functions of cryptsetup that it can perform without
+ accessing the Linux device mapper is not a priority.
+ .
+ This package ships library source code intended for building depndant
+ software packages
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c20b5ce
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: luksy
+Source: https://github.com/containers/luksy
+Files-Excluded:
+ vendor
+
+Files: *
+Copyright: 2023, containers/luksy Auhtors
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2023, Reinhard Tartler <siretart@tauware.de>
+License: Apache-2.0
+Comment: Debian packaging is licensed under the same terms as upstream
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+Comment:
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
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/golang-github-containers-luksy-dev.install b/debian/golang-github-containers-luksy-dev.install
new file mode 100644
index 0000000..38e0228
--- /dev/null
+++ b/debian/golang-github-containers-luksy-dev.install
@@ -0,0 +1 @@
+usr/share/gocode/src/github.com/containers/luksy
diff --git a/debian/luksy.install b/debian/luksy.install
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/luksy.install
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1f7ac66
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --builddirectory=_build --buildsystem=golang --with=golang
+
+override_dh_auto_test:
+ dh_auto_test -- -timeout 1h
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)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..3834a34
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/containers/luksy/issues
+Bug-Submit: https://github.com/containers/luksy/issues/new
+Repository: https://github.com/containers/luksy.git
+Repository-Browse: https://github.com/containers/luksy
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3e77780
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,13 @@
+version=4
+opts="mode=git, pgpmode=none,\
+ dversionmangle=s/\+ds\d*$//,repacksuffix=+ds1" \
+ https://github.com/containers/luksy.git \
+ HEAD debian
+
+# Use the following when upstream starts to tag releases:
+#
+#version=4
+#opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%,\
+# uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/$1~$2$3/,\
+# dversionmangle=s/\+ds\d*$//,repacksuffix=+ds1" \
+# https://github.com/containers/luksy/tags .*/v?(\d\S*)\.tar\.gz debian