From 0f9ad0d0b810def89705d4c7fbbff962b16ba4c4 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 24 Sep 2024 19:57:24 -0400 Subject: dpkg build recipe and assets --- debian/control | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..58a67ab --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: fprintd-tk +Section: misc +Priority: optional +Maintainer: B. Stack +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.6.1 +Homepage: https://bgstack15.ddns.net/cgit/fprintd-tk +Rules-Requires-Root: no + +Package: fprintd-tk +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends}, +Description: gui for fprintd + A gui for managing enrolled fingerprints -- cgit