Source: luabind Version: 0.9.1+dfsg-9.1 Tags: pending patch Followup-For: Bug #795235
Dear Maintainer, This RC bug is blocking testing migration of luabind and its rdep (osrm). I've updated the copyright file using copyright-format 1.0 and documented the BSL-1.0 licensed files. Because of LowNMU the attached debdiff has already been uploaded. Kind Regards, Bas
diff -Nru luabind-0.9.1+dfsg/debian/changelog luabind-0.9.1+dfsg/debian/changelog --- luabind-0.9.1+dfsg/debian/changelog 2015-08-11 09:36:48.000000000 +0200 +++ luabind-0.9.1+dfsg/debian/changelog 2015-09-11 20:53:11.000000000 +0200 @@ -1,3 +1,11 @@ +luabind (0.9.1+dfsg-9.2) unstable; urgency=medium + + * Non-maintainer upload. + * Update copyright file using copyright-format 1.0, + document BSL-1.0 licensed files. (closes: #795235) + + -- Bas Couwenberg <sebas...@debian.org> Fri, 11 Sep 2015 20:25:21 +0200 + luabind (0.9.1+dfsg-9.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru luabind-0.9.1+dfsg/debian/copyright luabind-0.9.1+dfsg/debian/copyright --- luabind-0.9.1+dfsg/debian/copyright 2014-08-10 01:03:42.000000000 +0200 +++ luabind-0.9.1+dfsg/debian/copyright 2015-09-11 20:53:07.000000000 +0200 @@ -1,47 +1,132 @@ -This package was debianized by Arthur Loiret <arthur.loi...@gmail.com> on -Sat, 10 Mar 2007 22:36:17 +0100. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Luabind +Upstream-Contact: Luabind Developers <luabind-u...@lists.sourceforge.net> +Source: http://sf.net/luabind + +Files: * +Copyright: 2003-2005, Daniel Wallin and Arvid Norberg +License: Expat + +Files: luabind/copy_policy.hpp + luabind/detail/call.hpp + luabind/detail/compute_score.hpp + luabind/detail/constructor.hpp + luabind/detail/conversion_storage.hpp + luabind/detail/deduce_signature.hpp + luabind/detail/format_signature.hpp + luabind/detail/inheritance.hpp + luabind/detail/instance_holder.hpp + luabind/detail/make_instance.hpp + luabind/detail/property.hpp + luabind/exception_handler.hpp + luabind/function.hpp + luabind/get_main_thread.hpp + luabind/iterator_policy.hpp + luabind/make_function.hpp + luabind/shared_ptr_converter.hpp + luabind/tag_function.hpp + luabind/typeid.hpp + luabind/version.hpp + src/exception_handler.cpp + src/function.cpp + src/inheritance.cpp + test/test_adopt.cpp + test/test_adopt_wrapper.cpp + test/test_automatic_smart_ptr.cpp + test/test_builtin_converters.cpp + test/test_class_info.cpp + test/test_collapse_converter.cpp + test/test_create_in_thread.cpp + test/test_dynamic_type.cpp + test/test_exception_handlers.cpp + test/test_extend_class_in_lua.cpp + test/test_implicit_raw.cpp + test/test_iterator.cpp + test/test_private_destructors.cpp + test/test_properties.cpp + test/test_set_instance_value.cpp + test/test_shadow.cpp + test/test_shared_ptr.cpp + test/test_smart_ptr_attributes.cpp + test/test_super_leak.cpp + test/test_table.cpp + test/test_tag_function.cpp + test/test_unsigned_int.cpp + test/test_user_defined_converter.cpp + test/test_virtual_inheritance.cpp +Copyright: 2005, 2007-2009, Daniel Wallin +License: BSL-1.0 + +Files: luabind/detail/other.hpp +Copyright: 2003, Daniel Wallin and Arvid Norberg + 2002, David Abrahams +Comment: header derived from source code found in Boost.Python +License: Expat and BSL-1.0 + +Files: debian/* +Copyright: 2007-2008, Arthur Loiret + 2008-2009, Roberto C. Sanchez +License: GPL-2+ + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. + +License: BSL-1.0 + Boost Software License - Version 1.0 - August 17th, 2003 + . + Permission is hereby granted, free of charge, to any person or organization + obtaining a copy of the software and accompanying documentation covered by + this license (the "Software") to use, reproduce, display, distribute, + execute, and transmit the Software, and to prepare derivative works of the + Software, and to permit third-parties to whom the Software is furnished to + do so, all subject to the following: + . + The copyright notices in the Software and this entire statement, including + the above license grant, this restriction and the following disclaimer, + must be included in all copies of the Software, in whole or in part, and + all derivative works of the Software, unless such copies or derivative + works are solely in the form of machine-executable object code generated by + a source language processor. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT + SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE + FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + +License: GPL-2+ + This program 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 program 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems, the complete text of version 2 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. -It was downloaded from http://www.rasterbar.com/products/luabind.html - -Upstream Author: Daniel Wallin <dalwa...@student.umu.se> - Arvid Norberg <c99...@cs.umu.se> - -Copyright (C) 2002 David Abrahams -Copyright (C) 2003 Daniel Wallin and Arvid Norberg -Copyright (C) 2004 Daniel Wallin -Copyright (C) 2004 Daniel Wallin and Arvid Norberg -Copyright (C) 2005 Daniel Wallin -Copyright (C) 2005 Daniel Wallin and Arvid Norberg -Copyright (C) 1994-2003 Tecgraf, PUC-Rio -Copyright (C) 1998-2000 Alexandre Nakonechny <n...@openlink.com.br> -Copyright (C) 1998-2000 Lua team <l...@tecgraf.puc-rio.br> -Copyright (C) 2009 Daniel Wallin - -License: - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to - deal in the Software without restriction, including without limitation the - rights to use, copy, modify, merge, publish, distribute, sublicense, and/or - sell copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS - IN THE SOFTWARE. - -The former Debian package maintainer: Arthur Loiret <arthur.loi...@gmail.com> -The current Debian package maintainer: Roberto C. Sanchez <robe...@connexer.com> - -Copyright (C) 2007-2008 Arthur Loiret -Copyright (C) 2008-2009 Roberto C. Sanchez - -The Debian packaging is licensed under the GPL, see -`/usr/share/common-licenses/GPL'.