From 1997ef00aba772d8f5941da3a37dc27d87da46b2 Mon Sep 17 00:00:00 2001 From: Didictateur Date: Mon, 9 Feb 2026 10:17:32 +0100 Subject: [PATCH] first structure --- ronrunner_1.0~beta1-1/DEBIAN/control | 8 ++++++++ ronrunner_1.0~beta1-1/usr/bin/ronrunner.py | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 ronrunner_1.0~beta1-1/DEBIAN/control create mode 100644 ronrunner_1.0~beta1-1/usr/bin/ronrunner.py diff --git a/ronrunner_1.0~beta1-1/DEBIAN/control b/ronrunner_1.0~beta1-1/DEBIAN/control new file mode 100644 index 0000000..d93d0e5 --- /dev/null +++ b/ronrunner_1.0~beta1-1/DEBIAN/control @@ -0,0 +1,8 @@ +Package: ronrunner +Version: 1.0~beta1-1 +Section: utils +Priority: optional +Architecture: all +Depends: python3 +Maintainer: Didictateur +Description: RonRunner diff --git a/ronrunner_1.0~beta1-1/usr/bin/ronrunner.py b/ronrunner_1.0~beta1-1/usr/bin/ronrunner.py new file mode 100644 index 0000000..dd01250 --- /dev/null +++ b/ronrunner_1.0~beta1-1/usr/bin/ronrunner.py @@ -0,0 +1,2 @@ +from tkinter import * +from tkinter import ttk