Andreas Tille pushed to branch master at Debian Med / pyode
Commits: 0f5f137d by Andreas Tille at 2021-11-10T19:38:45+01:00 DEP5 copyright - - - - - f13e0146 by Andreas Tille at 2021-11-10T19:39:09+01:00 routine-update: Standards-Version: 4.6.0 - - - - - 35849be5 by Andreas Tille at 2021-11-10T19:39:14+01:00 Set fields Upstream-Name, Upstream-Contact in debian/copyright. Changes-By: lintian-brush - - - - - b36960d4 by Andreas Tille at 2021-11-10T19:39:14+01:00 Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). Changes-By: lintian-brush - - - - - f17f5d59 by Andreas Tille at 2021-11-10T19:39:17+01:00 Apply multi-arch hints. + python3-pyode-doc: Add Multi-Arch: foreign. Changes-By: apply-multiarch-hints - - - - - 1e56c155 by Andreas Tille at 2021-11-10T19:40:36+01:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +pyode (1.2.0.dev15-4) unstable; urgency=medium + + * Team upload. + * DEP5 copyright + * Standards-Version: 4.6.0 (routine-update) + * Set fields Upstream-Name, Upstream-Contact in debian/copyright. + * Remove obsolete fields Contact, Name from debian/upstream/metadata (already + present in machine-readable debian/copyright). + * Apply multi-arch hints. + + python3-pyode-doc: Add Multi-Arch: foreign. + + -- Andreas Tille <[email protected]> Wed, 10 Nov 2021 19:39:19 +0100 + pyode (1.2.0.dev15-3) unstable; urgency=medium * Add better tests (Closes: #974464) ===================================== debian/control ===================================== @@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13), libode-dev, cython3, python3-setuptools -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/pyode Vcs-Git: https://salsa.debian.org/med-team/pyode.git Homepage: https://github.com/filipeabperes/Py3ODE @@ -35,6 +35,7 @@ Package: python3-pyode-doc Architecture: all Section: doc Depends: ${misc:Depends} +Multi-Arch: foreign Description: Documentation for pyode This package contains relevant documentation for PyODE which is a set of open-source Python bindings for The Open Dynamics ===================================== debian/copyright ===================================== @@ -1,72 +1,58 @@ -This package was debianized by Yaroslav Halchenko <[email protected]> on -Sat, 13 May 2006 16:32:54 -0400. - -It was downloaded from http://pyode.sourceforge.net/ - -Copyright Holders: - Copyright (C) 2004 PyODE developers (see file AUTHORS) - -AUTHORS: - Timothy Stranex <[email protected]> - Matthias Baas <[email protected]> - Brett Hartshorn - Bernie Roehl - -Licenses: packaged software and documentation can be distributed under -LGPL or BSD-style licenses. - -LGPL: - +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://github.com/filipeabperes/Py3ODE +Upstream-Name: Py3ODE +Upstream-Contact: https://github.com/filipeabperes/Py3ODE/issues + +Files: * +Copyright: 2004-2007 PyODE developers + Timothy Stranex <[email protected]> + Matthias Baas <[email protected]> + Brett Hartshorn + Bernie Roehl +License: LGPL-2+ or BSD-3-clause + +Files: debian/* +Copyright: 2006-2009 Yaroslav Halchenko <[email protected]> +License: LGPL-2+ + +License: LGPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser 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 Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the LGPL license can be found in -/usr/share/common-licenses/LGPL-3 file. - -BSD-style: - -This is the BSD-style license for the Python Open Dynamics Engine Wrapper -------------------------------------------------------------------------- - -Python Open Dynamics Engine Wrapper -Copyright (c) 2004, PyODE developers (see file AUTHORS) -All rights reserved. - -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 names of ODE's copyright owner 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 COPYRIGHT -OWNER 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. - + . + On Debian systems, the complete text of the LGPL license can be found in + /usr/share/common-licenses/LGPL-2 file. + +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 names of ODE's copyright owner 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 COPYRIGHT + OWNER 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. ===================================== debian/upstream/metadata ===================================== @@ -1,8 +1,6 @@ --- Archive: GitHub Bug-Database: https://github.com/filipeabperes/Py3ODE/issues -Contact: https://github.com/filipeabperes/Py3ODE/issues -Name: Py3ODE Bug-Submit: https://github.com/filipeabperes/Py3ODE/issues/new Repository: https://github.com/filipeabperes/Py3ODE.git Repository-Browse: https://github.com/filipeabperes/Py3ODE View it on GitLab: https://salsa.debian.org/med-team/pyode/-/compare/c461cf0a035040db4e97c56f9bf094ba93b5cfc4...1e56c15533040559154f03f79df13453bd55928d -- View it on GitLab: https://salsa.debian.org/med-team/pyode/-/compare/c461cf0a035040db4e97c56f9bf094ba93b5cfc4...1e56c15533040559154f03f79df13453bd55928d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
