From e3ebd97f659c65d9e2e9b6b3b261b33b49e17a13 Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Tue, 22 Dec 2020 12:03:25 +0100 Subject: [PATCH] deb: initial version of control file for deb package This is really basic debian binary package. Signed-off-by: Frantisek Hrbata --- gimrr.control | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gimrr.control diff --git a/gimrr.control b/gimrr.control new file mode 100644 index 0000000..1e4b898 --- /dev/null +++ b/gimrr.control @@ -0,0 +1,8 @@ +Package: gimrr +Version: 0-2 +Section: base +Priority: optional +Architecture: all +Depends: python3 (>= 3.2), git +Maintainer: Frantisek Hrbata +Description: Dumb, buggy, incomplete and especially NOT modern tool for old farts without WebUI. -- 1.7.10.4