summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control49
1 files changed, 49 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7e55705
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,49 @@
+Source: progress-linux
+Section: admin
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 12),
+ debian-keyring,
+ gnupg,
+Rules-Requires-Root: no
+Standards-Version: 4.3.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
+Depends:
+ apt-transport-https,
+ ca-certificates,
+ progress-linux-pgp-keys,
+ ${misc:Depends},
+Description: Progress Linux Setup
+ Progress Linux is a Debian derivative distribution focused on system
+ integration.
+ .
+ This package allows one to add the Progress Linux package archives to the
+ current system.
+
+Package: progress-linux-pgp-keys
+Section: admin
+Architecture: all
+Depends:
+ ${misc:Depends},
+Description: PGP Keys of the Progress Linux project
+ The Progress Linux project digitally signs packages and
+ images.
+ .
+ This package contains the PGP keys.
+
+Package: progress-linux-ssh-keys
+Section: admin
+Architecture: all
+Depends:
+ ${misc:Depends},
+Description: SSH Keys of the Progress Linux project
+ The Progress Linux project digitally signs host keys.
+ .
+ This package contains the SSH keys.