summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2023-09-23 21:08:55 -0400
committerReinhard Tartler <siretart@tauware.de>2023-09-23 21:13:17 -0400
commit24e7daa40fe5b05e720e3e425a99be870f8a50aa (patch)
tree2004e6531660ba13356ab7ad89e2584c171fdfaa
parente68907217bedda6e46e05adb252172436480b9d5 (diff)
-rw-r--r--debian/control26
-rw-r--r--debian/golang-github-containers-luksy-dev.install1
-rw-r--r--debian/luksy.install1
3 files changed, 25 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index b73511b..b3d236d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,23 @@ 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
@@ -36,6 +53,9 @@ Description: offline encryption/decryption using LUKS formats (library)
actually produce smaller output than input, but it encrypts, and that's
nice.
.
- The main goal is to be able to encrypt/decrypt when we don't have access to
- the Linux device mapper. Duplicating functions of cryptsetup that it can
- perform without accessing the Linux device mapper is not a priority.
+ 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/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