diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:09:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:09:44 +0000 |
commit | 92bba54d6fcdca3c5e6c4c28c160aaae213edf04 (patch) | |
tree | f161e3f8045d1e6bf2244ec8b26fac578fdf9fd2 /debian/control | |
parent | Adding upstream version 20240420. (diff) | |
download | progress-linux-92bba54d6fcdca3c5e6c4c28c160aaae213edf04.tar.xz progress-linux-92bba54d6fcdca3c5e6c4c28c160aaae213edf04.zip |
Adding debian version 20240420-1.debian/20240420-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..969ea76 --- /dev/null +++ b/debian/control @@ -0,0 +1,62 @@ +Source: progress-linux +Section: admin +Priority: optional +Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> +Build-Depends: + debhelper-compat (= 13), + gnupg, +Rules-Requires-Root: no +Standards-Version: 4.7.0 +Homepage: https://progress-linux.org +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/progress-linux +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/progress-linux + +Package: progress-linux +Section: admin +Architecture: all +Multi-Arch: foreign +Depends: + ca-certificates, + progress-linux-pgp-keys, + progress-linux-ssh-keys, + ${misc:Depends}, +Enhances: + apt, + openssh-server, +Description: Progress Linux - Setup + Progress Linux is a Debian derivative distribution focused on system + integration. + . + This package allows one to setup the Progress Linux apt archives and ssh + cert-authority to the current system. + +Package: progress-linux-pgp-keys +Section: admin +Architecture: all +Multi-Arch: foreign +Depends: + ${misc:Depends}, +Provides: + progress-linux-gpg-keys, +Enhances: + apt, +Description: Progress Linux - PGP Keys + Progress Linux is a Debian derivative distribution focused on system + integration. + . + This package contains the PGP keys used to verify digital signatures on + packages and images. + +Package: progress-linux-ssh-keys +Section: admin +Architecture: all +Multi-Arch: foreign +Depends: + ${misc:Depends}, +Enhances: + openssh-server, +Description: Progress Linux - SSH Keys + Progress Linux is a Debian derivative distribution focused on system + integration. + . + This package contains the SSH keys used for hosts and maintainers. |