diff --git a/2.1/Uranium/README.Debian b/2.1/Uranium/README.Debian new file mode 100644 index 0000000..adcfd37 --- /dev/null +++ b/2.1/Uranium/README.Debian @@ -0,0 +1,6 @@ +uranium for Debian +------------------ + + + + -- Thomas-Karl Pietrowski Thu, 30 Jul 2015 13:51:51 +0200 diff --git a/2.1/Uranium/README.source b/2.1/Uranium/README.source new file mode 100644 index 0000000..77390aa --- /dev/null +++ b/2.1/Uranium/README.source @@ -0,0 +1,10 @@ +uranium for Debian +------------------ + + + + + + -- Thomas-Karl Pietrowski Thu, 30 Jul 2015 13:51:51 +0200 + diff --git a/2.1/Uranium/changelog b/2.1/Uranium/changelog new file mode 100644 index 0000000..c322557 --- /dev/null +++ b/2.1/Uranium/changelog @@ -0,0 +1,5 @@ +uranium (1:2.1.3-0) unstable; urgency=low + + * Initial release + + -- Thomas-Karl Pietrowski Thu, 30 Jul 2015 13:51:51 +0200 diff --git a/2.1/Uranium/compat b/2.1/Uranium/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/2.1/Uranium/compat @@ -0,0 +1 @@ +9 diff --git a/2.1/Uranium/control b/2.1/Uranium/control new file mode 100644 index 0000000..d086131 --- /dev/null +++ b/2.1/Uranium/control @@ -0,0 +1,59 @@ +Source: uranium +Section: python +Priority: optional +Maintainer: Thomas-Karl Pietrowski +Build-Depends: debhelper (>= 9), cmake, dh-python, + python3-all-dev, python3-pyqt5, python3-numpy, + doxygen, + gettext, + python3-pytest, pylint3, +Standards-Version: 3.9.6 +Homepage: https://ultimaker.com/en/products/cura-software +X-Python3-Version: >= 3.4 +Vcs-Git: https://github.com/Ultimaker/Uranium.git +Vcs-Browser: https://github.com/Ultimaker/Uranium + +Package: python3-uranium +Section: python +Architecture: all +Depends: + ${shlibs:Depends}, + ${python3:Depends}, + ${misc:Depends}, + uranium-plugins, + uranium-tools, + python3-arcus, + python3-numpy, + python3-scipy, + python3-protobuf, + python3-pyqt5, + python3-pyqt5.qtopengl, + python3-pyqt5.qtquick, + python3-pyqt5.qtsvg, + python3-serial, + qml-module-qtqml-models2, + qml-module-qtquick-dialogs, +Provides: + ${python3:Provides} +XB-Python3-Version: + ${python3:Versions} +Description: A Python framework for building Desktop applications. + A Python framework for building Desktop applications. + +Package: uranium-plugins +Architecture: all +Depends: + ${shlibs:Depends}, + ${python3:Depends}, + ${misc:Depends} +Description: A Python framework for building Desktop applications. + A Python framework for building Desktop applications. + +Package: uranium-tools +Architecture: all +Depends: + ${shlibs:Depends}, + ${python3:Depends}, + ${misc:Depends} +Description: A Python framework for building Desktop applications. + A Python framework for building Desktop applications. diff --git a/2.1/Uranium/copyright b/2.1/Uranium/copyright new file mode 100644 index 0000000..beb91ef --- /dev/null +++ b/2.1/Uranium/copyright @@ -0,0 +1,38 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: uranium +Source: + +Files: * +Copyright: + +License: + + + . + + +# If you want to use GPL v2 or later for the /debian/* files use +# the following clauses, or change it to suit. Delete these two lines +Files: debian/* +Copyright: 2015 Thomas-Karl Pietrowski +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. +# Please avoid picking licenses with terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. diff --git a/2.1/Uranium/docs b/2.1/Uranium/docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/2.1/Uranium/docs @@ -0,0 +1 @@ +README.md diff --git a/2.1/Uranium/python3-uranium.install b/2.1/Uranium/python3-uranium.install new file mode 100644 index 0000000..c2ebfac --- /dev/null +++ b/2.1/Uranium/python3-uranium.install @@ -0,0 +1,2 @@ +/usr/lib/python3/dist-packages/UM +/usr/share/uranium/resources diff --git a/2.1/Uranium/rules b/2.1/Uranium/rules new file mode 100755 index 0000000..2a494b7 --- /dev/null +++ b/2.1/Uranium/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +# output every command that modifies files on the build system. +export DH_VERBOSE = 1 + +%: + dh $@ --with python3 --buildsystem=cmake --parallel + +override_dh_install: + echo "Removing UpdateChecker" + rm -rfv debian/tmp/usr/lib/uranium/plugins/UpdateChecker + dh_install --fail-missing + +override_dh_auto_configure: + dh_auto_configure -- \ + -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) + + + + diff --git a/2.1/Uranium/uranium-plugins.install b/2.1/Uranium/uranium-plugins.install new file mode 100644 index 0000000..a6bb065 --- /dev/null +++ b/2.1/Uranium/uranium-plugins.install @@ -0,0 +1 @@ +/usr/lib/uranium/plugins diff --git a/2.1/Uranium/uranium-tools.install b/2.1/Uranium/uranium-tools.install new file mode 100644 index 0000000..3388003 --- /dev/null +++ b/2.1/Uranium/uranium-tools.install @@ -0,0 +1 @@ +scripts /usr/share/uranium