From 5eefb15a6433a61d22dc92a0f323ae1800095450 Mon Sep 17 00:00:00 2001
From: zraktvor <zraktvor@protonmail.com>
Date: Sat, 18 Jun 2022 01:39:38 +0200
Subject: [PATCH] add debian package to install all dependencies under ubuntu

tested on ubuntu 20.04.4
---
 .gitignore                                   |  1 +
 ubuntu-dependencies/build.sh                 |  1 +
 ubuntu-dependencies/tardisDev/DEBIAN/control | 10 ++++++++++
 3 files changed, 12 insertions(+)
 create mode 100755 ubuntu-dependencies/build.sh
 create mode 100644 ubuntu-dependencies/tardisDev/DEBIAN/control

diff --git a/.gitignore b/.gitignore
index 45bfe2e..41b28df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 *.iso
 grub_target.cfg
+ubuntu-dependencies/tardis.deb
diff --git a/ubuntu-dependencies/build.sh b/ubuntu-dependencies/build.sh
new file mode 100755
index 0000000..4278e54
--- /dev/null
+++ b/ubuntu-dependencies/build.sh
@@ -0,0 +1 @@
+dpkg -b tardisDev tardis.deb
diff --git a/ubuntu-dependencies/tardisDev/DEBIAN/control b/ubuntu-dependencies/tardisDev/DEBIAN/control
new file mode 100644
index 0000000..8b57161
--- /dev/null
+++ b/ubuntu-dependencies/tardisDev/DEBIAN/control
@@ -0,0 +1,10 @@
+Package: osak-tardis-dependencies
+Version: 0.1.0
+Architecture: all
+Essential: no
+Section: utils
+Priority: optional
+Depends: mtools, gddrescue, p7zip-full, coreutils, fdisk, rsync, git, dosfstools, grub-theme-starfield, squashfs-tools, dpkg-dev, grub-pc, grub-common, xorriso, apt, bash, grep, tar, binutils, wget, sed
+Maintainer: OSAK <osak@fsmpi.rwth-aachen.de>
+Installed-Size: 0
+Description: dependencies to develop and use TARDIS
-- 
GitLab