Compare commits

...

2 Commits
master ... 4.2

Author SHA1 Message Date
Thomas Karl Pietrowski 0effe090d9 Adding trimesh packaging files
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2019-10-05 21:27:38 +02:00
Thomas Karl Pietrowski 67c0f82cbb Bumping version to 4.2.0
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2019-09-16 22:00:07 +02:00
20 changed files with 132 additions and 8 deletions

View File

@ -1,4 +1,4 @@
cura (1:4.2) unstable; urgency=low
cura (1:4.2.0) unstable; urgency=low
* Initial release

View File

@ -1,4 +1,4 @@
cura-engine (1:4.2) unstable; urgency=medium
cura-engine (1:4.2.0) unstable; urgency=medium
* Initial release

View File

@ -1,4 +1,4 @@
uranium (1:4.2) unstable; urgency=low
uranium (1:4.2.0) unstable; urgency=low
* Initial release

6
_3rd-party/trimesh/README.Debian vendored Normal file
View File

@ -0,0 +1,6 @@
numpy-stl for Debian
-------------------
<possible notes regarding this package - if none, delete this file>
-- Thomas Karl Pietrowski <thopiekar@unknown> Sat, 29 Apr 2017 11:45:20 +0200

10
_3rd-party/trimesh/README.source vendored Normal file
View File

@ -0,0 +1,10 @@
numpy-stl 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> Sat, 29 Apr 2017 11:45:20 +0200

5
_3rd-party/trimesh/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
trimesh (3.2.22) unstable; urgency=medium
* Initial release
-- Thomas Karl Pietrowski <thopiekar@unknown> Sat, 05 Oct 2019 21:23:46 +0200

1
_3rd-party/trimesh/compat vendored Normal file
View File

@ -0,0 +1 @@
9

40
_3rd-party/trimesh/control vendored Normal file
View File

@ -0,0 +1,40 @@
Source: trimesh
Section: python
Priority: optional
Maintainer: Thomas Karl Pietrowski <thopiekar@gmail.com>
Build-Depends:
debhelper (>= 9), dh-python,
# Python development files
python-all-dev, python3-all-dev,
# Python setuptools
python-setuptools, python3-setuptools,
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Homepage: <insert the upstream URL, if relevant>
#Vcs-Git: https://anonscm.debian.org/collab-maint/trimesh.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/trimesh.git
Package: trimesh
Architecture: all
Depends:
python-trimesh,
python3-trimesh,
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
Package: python-trimesh
Architecture: any
Depends:
${misc:Depends},
${python:Depends},
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
Package: python3-trimesh
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>

38
_3rd-party/trimesh/copyright vendored Normal file
View File

@ -0,0 +1,38 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: numpy-stl
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: 2017 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.

View File

@ -0,0 +1 @@
/usr/lib/python2*/dist-packages

View File

@ -0,0 +1 @@
/usr/lib/python3*/dist-packages

18
_3rd-party/trimesh/rules vendored Executable file
View File

@ -0,0 +1,18 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
export DH_VERBOSE = 1
export PYTEST_RUNNER=false
%:
dh $@ --with python2 \
--with python3 \
--buildsystem=pybuild \
--parallel
override_dh_auto_test:
@echo "Nothing to test over here..."
override_dh_install:
dh_install --fail-missing

1
_3rd-party/trimesh/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (native)

2
_3rd-party/trimesh/trimesh-docs.docs vendored Normal file
View File

@ -0,0 +1,2 @@
README.source
README.Debian

1
_3rd-party/trimesh/trimesh.install vendored Normal file
View File

@ -0,0 +1 @@
/usr/bin

View File

@ -1,4 +1,4 @@
cura-binary-data (4.2) unstable; urgency=low
cura-binary-data (4.2.0) unstable; urgency=low
* Initial release

View File

@ -1,4 +1,4 @@
fdm-materials (4.2) unstable; urgency=low
fdm-materials (4.2.0) unstable; urgency=low
* Initial release

View File

@ -1,4 +1,4 @@
libarcus (1:4.2) unstable; urgency=low
libarcus (1:4.2.0) unstable; urgency=low
* Initial release

View File

@ -1,4 +1,4 @@
libcharon (4.2) unstable; urgency=medium
libcharon (4.2.0) unstable; urgency=medium
* Initial release

View File

@ -1,4 +1,4 @@
libsavitar (4.2) unstable; urgency=medium
libsavitar (4.2.0) unstable; urgency=medium
* Initial release