summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-02-08 05:14:29 +0000
committerKatolaZ <katolaz@freaknet.org>2019-02-08 05:14:29 +0000
commit9696842a61b6608f10633a984732a145c4fe5c68 (patch)
treec715b7439c3bb1d5d5eb09540952da6adc62a0d3 /debian/control
parent172540a4a29fa4c0c5f0431bb5bf5b3d08ec92c0 (diff)
add debian/ folder
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..14365de
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: bsd-finger
+Section: net
+Priority: optional
+Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
+Standards-Version: 3.9.3
+Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 10~), cmake
+
+Package: finger
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: netstd
+Description: user information lookup program
+ finger displays information about the system users.
+
+Package: fingerd
+Architecture: any
+Depends: update-inetd, netbase, ${shlibs:Depends}, ${misc:Depends}
+Suggests: finger
+Replaces: netstd
+Description: remote user information server
+ Fingerd is a simple daemon based on RFC1196 that provides an interface to the
+ "finger" program at most network sites. The program is supposed to return a
+ friendly, human-oriented status report on either the system at the moment or a
+ particular person in depth.