Moving Uranium 2.1 packaging to GitHub

This commit is contained in:
Thomas Karl Pietrowski 2016-09-04 15:42:51 +02:00
parent 60861d1dd2
commit fb61384db2
11 changed files with 144 additions and 0 deletions

View File

@ -0,0 +1,6 @@
uranium for Debian
------------------
<possible notes regarding this package - if none, delete this file>
-- Thomas-Karl Pietrowski <thopiekar@unknown> Thu, 30 Jul 2015 13:51:51 +0200

10
2.1/Uranium/README.source Normal file
View File

@ -0,0 +1,10 @@
uranium for Debian
------------------
<this file describes information about the source package, see Debian policy
manual section 4.14. You WILL either need to modify or delete this file>
-- Thomas-Karl Pietrowski <thopiekar@unknown> Thu, 30 Jul 2015 13:51:51 +0200

5
2.1/Uranium/changelog Normal file
View File

@ -0,0 +1,5 @@
uranium (1:2.1.3-0) unstable; urgency=low
* Initial release
-- Thomas-Karl Pietrowski <thopiekar@googlemail.com> Thu, 30 Jul 2015 13:51:51 +0200

1
2.1/Uranium/compat Normal file
View File

@ -0,0 +1 @@
9

59
2.1/Uranium/control Normal file
View File

@ -0,0 +1,59 @@
Source: uranium
Section: python
Priority: optional
Maintainer: Thomas-Karl Pietrowski <thopiekar@unknown>
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.

38
2.1/Uranium/copyright Normal file
View File

@ -0,0 +1,38 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: uranium
Source: <url://example.com>
Files: *
Copyright: <years> <put author's name and email here>
<years> <likewise for another author>
License: <special license>
<Put the license of the package here indented by 1 space>
<This follows the format of Description: lines in control file>
.
<Including paragraphs>
# 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 <thopiekar@unknown>
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 <https://www.gnu.org/licenses/>
.
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.

1
2.1/Uranium/docs Normal file
View File

@ -0,0 +1 @@
README.md

View File

@ -0,0 +1,2 @@
/usr/lib/python3/dist-packages/UM
/usr/share/uranium/resources

20
2.1/Uranium/rules Executable file
View File

@ -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)

View File

@ -0,0 +1 @@
/usr/lib/uranium/plugins

View File

@ -0,0 +1 @@
scripts /usr/share/uranium