diff -Nru tryton-modules-product-5.0.2/CHANGELOG tryton-modules-product-5.0.3/CHANGELOG --- tryton-modules-product-5.0.2/CHANGELOG 2019-11-08 18:45:51.000000000 +0000 +++ tryton-modules-product-5.0.3/CHANGELOG 2020-04-04 15:54:54.000000000 +0000 @@ -1,3 +1,6 @@ +Version 5.0.3 - 2020-04-04 +* Bug fixes (see mercurial logs for details) + Version 5.0.2 - 2019-11-08 * Bug fixes (see mercurial logs for details) diff -Nru tryton-modules-product-5.0.2/COPYRIGHT tryton-modules-product-5.0.3/COPYRIGHT --- tryton-modules-product-5.0.2/COPYRIGHT 2019-11-08 18:45:51.000000000 +0000 +++ tryton-modules-product-5.0.3/COPYRIGHT 2020-04-04 15:54:54.000000000 +0000 @@ -1,6 +1,6 @@ -Copyright (C) 2008-2019 Cédric Krier. +Copyright (C) 2008-2020 Cédric Krier. Copyright (C) 2008-2013 Bertrand Chenal. -Copyright (C) 2008-2019 B2CK SPRL. +Copyright (C) 2008-2020 B2CK SPRL. Copyright (C) 2004-2008 Tiny SPRL. This program is free software: you can redistribute it and/or modify diff -Nru tryton-modules-product-5.0.2/debian/changelog tryton-modules-product-5.0.3/debian/changelog --- tryton-modules-product-5.0.2/debian/changelog 2019-12-03 09:41:34.000000000 +0000 +++ tryton-modules-product-5.0.3/debian/changelog 2020-04-05 11:43:55.000000000 +0000 @@ -1,3 +1,11 @@ +tryton-modules-product (5.0.3-1) unstable; urgency=medium + + * Add the correct license for the distributed icons. + * Merging upstream version 5.0.3. + * Updating copyright file. + + -- Mathias Behrle Sun, 05 Apr 2020 13:43:55 +0200 + tryton-modules-product (5.0.2-1) unstable; urgency=medium * Merging upstream version 5.0.2. diff -Nru tryton-modules-product-5.0.2/debian/copyright tryton-modules-product-5.0.3/debian/copyright --- tryton-modules-product-5.0.2/debian/copyright 2019-12-03 09:41:33.000000000 +0000 +++ tryton-modules-product-5.0.3/debian/copyright 2020-04-05 11:43:55.000000000 +0000 @@ -1,15 +1,15 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * -Copyright: 2008-2019 Cédric Krier +Copyright: 2008-2020 Cédric Krier 2008-2013 Bertrand Chenal - 2008-2019 B2CK SPRL + 2008-2020 B2CK SPRL 2004-2008 Tiny SPRL License: GPL-3+ Files: icons/* Copyright: not applicable -License: public-domain +License: Apache-2.0 Files: debian/* Copyright: @@ -34,65 +34,6 @@ The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. -License: public-domain - The icons used are generally taken from - http://tango.freedesktop.org/releases/tango-icon-theme-0.8.90.tar.gz - . - Upstream Authors: 2005-2009 - . - Ulisse Perusin - Steven Garrity - Lapo Calamandrei - Ryan Collier - Rodney Dawes - Andreas Nilsson - Tuomas Kuosmanen - Garrett LeSage - Jakub Steiner - . - In the preparation of the 0.8.90 release Novell took care of tracking - down all the contributors to get them to relicense their artwork - into Public Domain. - . - The COPYING file of the tarball states the following: - | The icons in this repository are herefore released into the Public Domain. - . - Additionally the copyright status of the files was tracked in the CVS and the - rdf properties of the SVGs adjusted for all files that were put into Public - Domain (see rdf:about and rdf:resource). Both fields contain a link to the - Creative Commons Public Domain Dediciation[0] as reproduced below: - | Public Domain Dedication - | - | Copyright-Only Dedication (based on United States law) or Public Domain - | Certification - | - | The person or persons who have associated work with this document (the - | "Dedicator" or "Certifier") hereby either (a) certifies that, to the best - | of his knowledge, the work of authorship identified is in the public - | domain of the country from which the work is published, or (b) - | hereby dedicates whatever copyright the dedicators holds in the work - | of authorship identified below (the "Work") to the public domain. A - | certifier, moreover, dedicates any copyright interest he may have in - | the associated work, and for these purposes, is described as a - | "dedicator" below. - | - | A certifier has taken reasonable steps to verify the copyright - | status of this work. Certifier recognizes that his good faith efforts - | may not shield him from liability if in fact the work certified is not - | in the public domain. - | - | Dedicator makes this dedication for the benefit of the public at - | large and to the detriment of the Dedicator's heirs and successors. - | Dedicator intends this dedication to be an overt act of relinquishment - | in perpetuity of all present and future rights under copyright law, - | whether vested or contingent, in the Work. Dedicator understands that - | such relinquishment of all rights includes the relinquishment of all - | rights to enforce (by lawsuit or otherwise) those copyrights in the - | Work. - | - | Dedicator recognizes that, once placed in the public domain, the Work - | may be freely reproduced, distributed, transmitted, used, modified, - | built upon, or otherwise exploited by anyone for any purpose, commercial - | or non-commercial, and in any way, including by methods that have not - | yet been invented or conceived. - 0] http://creativecommons.org/licenses/publicdomain/ +License: Apache-2.0 + On Debian systems the full text of the Apache Software License 2.0 can be + found in the `/usr/share/common-licenses/Apache-2.0' file. diff -Nru tryton-modules-product-5.0.2/.drone.yml tryton-modules-product-5.0.3/.drone.yml --- tryton-modules-product-5.0.2/.drone.yml 2018-10-01 13:51:17.000000000 +0000 +++ tryton-modules-product-5.0.3/.drone.yml 2020-03-01 15:46:06.000000000 +0000 @@ -19,6 +19,8 @@ services: postgresql: image: postgres + environment: + - POSTGRES_HOST_AUTH_METHOD=trust when: matrix: DATABASE: postgresql diff -Nru tryton-modules-product-5.0.2/.hgtags tryton-modules-product-5.0.3/.hgtags --- tryton-modules-product-5.0.2/.hgtags 2019-11-08 18:45:52.000000000 +0000 +++ tryton-modules-product-5.0.3/.hgtags 2020-04-04 15:54:55.000000000 +0000 @@ -21,3 +21,4 @@ 3bf4f180f9ebe292fb86ca1a8a09dbb30bfbe739 5.0.0 9d66cb9b3f6392ee08d7d001c11b14eb1b95c4b5 5.0.1 4a5e520bb2afc55b56b41461087ad2c7384d4a98 5.0.2 +9069bc2d4de16b9dccc7af9c930f515131d8a10f 5.0.3 diff -Nru tryton-modules-product-5.0.2/PKG-INFO tryton-modules-product-5.0.3/PKG-INFO --- tryton-modules-product-5.0.2/PKG-INFO 2019-11-08 18:45:53.000000000 +0000 +++ tryton-modules-product-5.0.3/PKG-INFO 2020-04-04 15:54:56.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond_product -Version: 5.0.2 +Version: 5.0.3 Summary: Tryton module with products Home-page: http://www.tryton.org/ Author: Tryton diff -Nru tryton-modules-product-5.0.2/tryton.cfg tryton-modules-product-5.0.3/tryton.cfg --- tryton-modules-product-5.0.2/tryton.cfg 2019-02-19 21:04:15.000000000 +0000 +++ tryton-modules-product-5.0.3/tryton.cfg 2019-11-15 21:44:58.000000000 +0000 @@ -1,5 +1,5 @@ [tryton] -version=5.0.2 +version=5.0.3 depends: company ir diff -Nru tryton-modules-product-5.0.2/trytond_product.egg-info/PKG-INFO tryton-modules-product-5.0.3/trytond_product.egg-info/PKG-INFO --- tryton-modules-product-5.0.2/trytond_product.egg-info/PKG-INFO 2019-11-08 18:45:52.000000000 +0000 +++ tryton-modules-product-5.0.3/trytond_product.egg-info/PKG-INFO 2020-04-04 15:54:55.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond-product -Version: 5.0.2 +Version: 5.0.3 Summary: Tryton module with products Home-page: http://www.tryton.org/ Author: Tryton