From 04e8eb1a45e4f6e2b81d9a0074517fe06e3e5b96 Mon Sep 17 00:00:00 2001 From: Ryan Fortner Date: Tue, 18 Jan 2022 15:10:40 -0500 Subject: upload base debianization --- debian/control | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..0bced12d --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: box64 +Section: utils +Priority: optional +Maintainer: Ryan Fortner +Build-Depends: cmake, debhelper (>=11~) +Standards-Version: 4.1.4 +Homepage: https://github.com/ptitSeb/box64 + +Package: box64 +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Linux Userspace x86_64 Emulator with a twist, targeted at ARM Linux devices + Box86 lets you run x86_64 Linux programs (such as games) on non-x86 Linux systems, like ARM (host system needs to be 64bit little-endian). -- cgit 1.4.1 From 909ae5ada933c02fec62e50aedeffdc7d94d1acc Mon Sep 17 00:00:00 2001 From: Ryan Fortner <71036629+ryanfortner@users.noreply.github.com> Date: Tue, 18 Jan 2022 15:51:30 -0500 Subject: Add Python dependency to control file --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 0bced12d..2c442ff1 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: box64 Section: utils Priority: optional Maintainer: Ryan Fortner -Build-Depends: cmake, debhelper (>=11~) +Build-Depends: cmake, debhelper (>=11~), python3 Standards-Version: 4.1.4 Homepage: https://github.com/ptitSeb/box64 -- cgit 1.4.1