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