From 4cd9b7302e9f87f7611bc0468a316a8a9345dd65 Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Tue, 20 Feb 2018 15:53:02 +0100 Subject: [PATCH] Uranium: Adding Numpy-STL aka python3-stl --- Uranium/control | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/Uranium/control b/Uranium/control index 6c13444..8d84cef 100644 --- a/Uranium/control +++ b/Uranium/control @@ -48,8 +48,12 @@ Provides: ${python3:Provides} XB-Python3-Version: ${python3:Versions} -Description: A Python framework for building Desktop applications. - A Python framework for building Desktop applications. +Description: application framework for Cura (Python library) + Uranium is a Python framework for building 3D printing related applications. + . + It is mainly used by Cura. + . + This package contains the base library for Python 3. Package: uranium-plugins Architecture: all @@ -57,8 +61,12 @@ Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends} -Description: A Python framework for building Desktop applications. - A Python framework for building Desktop applications. +Description: application framework for Cura (plugins) + Uranium is a Python framework for building 3D printing related applications. + . + It is mainly used by Cura. + . + This package contains GUI plugins. Package: uranium-tools Architecture: all @@ -67,5 +75,9 @@ Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends} -Description: A Python framework for building Desktop applications. - A Python framework for building Desktop applications. +Description: application framework for Cura (development tools) + Uranium is a Python framework for building 3D printing related applications. + . + It is mainly used by Cura. + . + This package contains related development tools and cmake scripts.