From e7528f8ba630dfe4454d7668a9ee02589c00dfa6 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 31 Mar 2021 08:44:12 -0400 Subject: Initial debian/ --- debian/control | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..37215fc --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: bsd-progress +Section: utils +Priority: optional +Maintainer: Cameron Katri +Build-Depends: libbsd-dev, debhelper-compat (= 12) +Standards-Version: 4.5.1 +Homepage: https://github.com/CRKatri/bsd-progress +Vcs-Browser: https://github.com/CRKatri/bsd-progress.git +Vcs-Git: https://github.com/CRKatri/bsd-progress.git +Rules-Requires-Root: no + +Package: bsd-progress +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: feed input to a command, displaying a progress bar + Taken from NetBSD-current (9.99.81) -- cgit v1.2.3