debian/0000755000000000000000000000000012262340222007161 5ustar debian/python-collada.doc-base0000644000000000000000000000034312234030235013475 0ustar Document: python-collada Title: Python-collada documentation Author: Pycollada authors Section: Science/Mathematics Format: HTML Index: /usr/share/doc/python-collada/html/index.html Files: /usr/share/doc/python-collada/html/* debian/control0000644000000000000000000000240112262337775010604 0ustar Source: pycollada Priority: optional Maintainer: Debian Science Maintainers Uploaders: Anton Gladky Build-Depends: debhelper (>= 9), python-dev (>=2.6.6-3~), python-dateutil, python-lxml, python-numpy, python-setuptools, python-sphinx (>= 1.0.7+dfsg) X-Python-Version: >= 2.7 Standards-Version: 3.9.5 Section: libs Homepage: http://pycollada.readthedocs.org Vcs-Git: git://anonscm.debian.org/debian-science/packages/pycollada.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pycollada.git Package: python-collada Section: python Architecture: all Depends: python (<<2.8), python (>= 2.7), python-dateutil, python-lxml, python-numpy, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, ${sphinxdoc:Depends} Description: Python module for creating, editing and loading COLLADA Pycollada is a Python module for creating, editing and loading COLLADA, which is a COLLAborative Design Activity for establishing an interchange file format for interactive 3D applications. The library allows you to load a COLLADA file and interact with it as a Python object. In addition, it supports creating a collada Python object from scratch, as well as in-place editing. debian/watch0000644000000000000000000000022112234030235010204 0ustar version=3 opts=filenamemangle=s/.+\/v?(.*)\.tar\.gz/pycollada-$1.tar.gz/ \ https://github.com/pycollada/pycollada/tags .*/v?(\d[\d\.]+)\.tar\.gz debian/rules0000755000000000000000000000141212234030235010236 0ustar #!/usr/bin/make -f %: dh $@ --with python2 export PYTHONPATH := $(CURDIR).; override_dh_installdocs: dh_installdocs make -C docs html cp -r docs/_build/html debian/python-collada/usr/share/doc/python-collada rm debian/python-collada/usr/share/doc/python-collada/html/_static/empty dh_sphinxdoc override_dh_auto_clean: dh_auto_clean rm -rf pycollada.egg-info rm -rf docs/_build override_dh_auto_test: export PYTHONPATH=$(CURDIR); cd collada/tests; \ python test_asset.py; \ python test_camera.py; \ python test_collada.py; \ python test_geometry.py; \ python test_iteration.py; \ python test_light.py; \ python test_material.py; \ python test_scene.py; \ python test_source.py override_dh_installchangelogs: dh_installchangelogs CHANGELOG.rst debian/copyright0000644000000000000000000000445112234031431011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pycollada Source: https://github.com/pycollada/pycollada Files: * Copyright: 2009 Scopia Visual Interfaces Systems 2011 Jeff Terrace and contributors License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . - Neither the name of the Scopia Visual Interfaces Systems nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COMPANY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: collada/tests/data/* Copyright: 2006 Sony Computer Entertainment Inc. License: SCEA Shared Source License, Version 1.0 you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://research.scea.com/scea_shared_source_license.html Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. debian/python-collada.examples0000644000000000000000000000001312234030235013630 0ustar examples/* debian/source/0000755000000000000000000000000012234030235010460 5ustar debian/source/format0000644000000000000000000000001412234030235011666 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212234030235010356 0ustar 9 debian/changelog0000644000000000000000000000052112262340035011033 0ustar pycollada (0.4-2) unstable; urgency=medium * [80ccaf2] Update Standards-Version to 3.9.5. No changes. -- Anton Gladky Sun, 05 Jan 2014 21:27:05 +0100 pycollada (0.4-1) unstable; urgency=low * Initial package for Debian. (Closes: #711034) -- Anton Gladky Tue, 04 Jun 2013 06:40:51 +0200