From d83a612b499d768eba49239100212dde06d832c3 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Mon, 27 Feb 2023 14:01:15 -0800 Subject: Create debian directory for building basic .deb package --- 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..47485e3 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: terminal-media-launcher +Section: utils +Priority: optional +Maintainer: louie +Build-Depends: debhelper-compat (= 12), dh-autoreconf +Standards-Version: 4.5.0 +Homepage: https://github.com/lshprung/terminal-media-launcher + +Package: terminal-media-launcher +Architecture: amd64 +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Lightweight Terminal Media Launcher written in C + Terminal Media Launcher is a command line utility to help streamline + launching applications and other media -- cgit