From ca1eef66d418a4e3896f7f6d6be00091d43e31d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Loipf=C3=BChrer?= <michael.loipfuehrer@stusta.de>
Date: Sun, 15 Mar 2020 15:07:18 +0100
Subject: [PATCH] stuff

---
 .gitignore     | 4 ++++
 .gitlab-ci.yml | 2 +-
 build.sh       | 1 +
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 51575d9..e3f792b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,7 @@
 __pycache__
 containers.json
 .mypy_cache
+*.tar.gz
+dist
+deb_dist
+*.egg-info
\ No newline at end of file
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a2a6a8..d598811 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ stages:
 build_buster:
   stage: build_buster
   script:
-    - apt install -y python3-stdeb
+    - apt install -y python3-stdeb python3-all
     - ./build.sh
     - mkdir -p build/
     - mv ../python3-lustmolch*.deb build/
diff --git a/build.sh b/build.sh
index 7ef88d3..b5c13fe 100755
--- a/build.sh
+++ b/build.sh
@@ -1,3 +1,4 @@
 #!/usr/bin/env sh
 
+rm -rf deb_dist lustmolch.egg-info dist
 python3 setup.py --command-packages=stdeb.command bdist_deb
\ No newline at end of file
-- 
GitLab