summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-20 15:31:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-20 15:31:14 +0000
commitebc1246b226309918d57d79d6de6d05b59720704 (patch)
treef161e3f8045d1e6bf2244ec8b26fac578fdf9fd2 /debian/control
parentAdding upstream version 20240420. (diff)
downloadprogress-linux-ebc1246b226309918d57d79d6de6d05b59720704.tar.xz
progress-linux-ebc1246b226309918d57d79d6de6d05b59720704.zip
Adding debian version 20240420-1.debian/20240420-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control62
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.