summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..eb93b9e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: fgetty
+Section: admin
+Priority: optional
+Maintainer: Dmitry Bogatov <KAction@gnu.org>
+Build-Depends: debhelper (>= 11~), dietlibc-dev
+Standards-Version: 4.1.3
+Homepage: https://www.fefe.de/fgetty
+Vcs-Browser: https://salsa.debian.org/iu-guest/fgetty
+Vcs-Git: https://salsa.debian.org/iu-guest/fgetty.git
+
+Package: fgetty
+Architecture: any
+Depends: ${misc:Depends}
+Built-Using: ${Built-Using}
+Description: very small, efficient, console-only getty and login
+ fgetty is a small, efficient, console-only getty for Linux. It is derived
+ from mingetty but hacked until it would link against diet libc to produce
+ the smallest memory footprint possible for a simple yet complete getty.
+ .
+ fgetty includes a login program that supports the checkpassword
+ authentication interface, and also a checkpassword program that uses the
+ standard C library interface to passwd and shadow.