From d83a612b499d768eba49239100212dde06d832c3 Mon Sep 17 00:00:00 2001
From: Louie Shprung <lshprung@scu.edu>
Date: Mon, 27 Feb 2023 14:01:15 -0800
Subject: Create debian directory for building basic .deb package

---
 debian/copyright | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)
 create mode 100644 debian/copyright

(limited to 'debian/copyright')

diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6a54bbe
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,64 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: terminal-media-launcher
+Upstream-Contact: <preferred name and address to reach the upstream project>
+Source: https://github.com/lshprung/terminal-media-launcher
+#
+# Please double check copyright with the licensecheck(1) command.
+
+Files:     Makefile.am
+           configure.ac
+           data/Makefile.am
+           data/icon.dia
+           data/icon.ico
+           docs/Makefile.am
+           docs/README.md
+           docs/screenshot1.png
+           docs/screenshot2.png
+           docs/terminal-media-launcher-config.md
+           docs/windows_compile_instructions.md
+           man/terminal-media-launcher-config.5
+           man/terminal-media-launcher.1
+           src/Makefile.am
+           src/cache.c
+           src/draw.c
+           src/entry.c
+           src/group.c
+           src/include/cache.h
+           src/include/draw.h
+           src/include/entry.h
+           src/include/group.h
+           src/include/read_cfg.h
+           src/read_cfg.c
+           src/unix/cache.c
+           src/unix/draw.c
+           src/unix/read_cfg.c
+           src/windows/cache.c
+           src/windows/draw.c
+           src/windows/read_cfg.c
+Copyright: __NO_COPYRIGHT_NOR_LICENSE__
+License:   __NO_COPYRIGHT_NOR_LICENSE__
+
+Files:     Makefile.in
+           aclocal.m4
+           compile
+           config.guess
+           config.sub
+           configure
+           data/Makefile.in
+           depcomp
+           docs/Makefile.in
+           install-sh
+           missing
+           src/Makefile.in
+Copyright: 1992-2020 Free Software Foundation, Inc.
+           1994 X Consortium
+License:   __AUTO_PERMISSIVE__
+ Autogenerated files with permissive licenses.
+
+#----------------------------------------------------------------------------
+# xml and html files (skipped):
+#         data/icon.svg
+
+#----------------------------------------------------------------------------
+# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
+# license/copyright files.
-- 
cgit