summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ec53694
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: spectre-meltdown-checker
+Section: kernel
+Priority: optional
+Maintainer: Sylvestre Ledru <sylvestre@debian.org>
+Uploaders: Holger Levsen <holger@debian.org>
+Build-Depends: debhelper-compat (= 13), help2man
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+Homepage: https://github.com/speed47/spectre-meltdown-checker
+Vcs-Git: https://salsa.debian.org/debian/spectre-meltdown-checker.git
+Vcs-Browser: https://salsa.debian.org/debian/spectre-meltdown-checker
+
+Package: spectre-meltdown-checker
+Architecture: all
+Multi-Arch: foreign
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Spectre & Meltdown vulnerability/mitigation checker
+ A simple shell script to tell if your Linux installation is vulnerable
+ against the 3 "speculative execution" CVEs that were made public early 2018.