Nilesh Patra pushed to branch master at Debian Med / q2-emperor
Commits: 197ac59a by Nilesh Patra at 2022-02-18T01:46:36+05:30 Add Depends on python3-pytest instead of nose - - - - - 77096ed3 by Nilesh Patra at 2022-02-17T20:21:35+00:00 B-D on python3-pytest-cov - - - - - 7b3b798b by Nilesh Patra at 2022-02-17T20:24:26+00:00 Complete B-D - - - - - f92780bb by Nilesh Patra at 2022-02-18T01:54:32+05:30 Bump Standards-Version to 4.6.0 (no changes needed) - - - - - e9c38579 by Nilesh Patra at 2022-02-18T02:03:23+05:30 Update Depends - - - - - 8de4ca19 by Nilesh Patra at 2022-02-18T02:21:17+05:30 Sanitize copyright - - - - - 3a3bd1c1 by Nilesh Patra at 2022-02-18T02:22:00+05:30 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/copyright Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,5 @@ -q2-emperor (2020.11.1-1) UNRELEASED; urgency=medium +q2-emperor (2020.11.1-1) unstable; urgency=medium * Initial release (Closes: #991990). - -- Steffen Moeller <[email protected]> Sat, 07 Aug 2021 18:09:31 +0200 + -- Steffen Moeller <[email protected]> Fri, 18 Feb 2022 02:21:50 +0530 ===================================== debian/control ===================================== @@ -7,10 +7,13 @@ Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-setuptools, - python3-nose <!nocheck>, + python3-pytest <!nocheck>, + python3-pytest-cov <!nocheck>, qiime (>= 2019.10.0) <!nocheck>, - python3-emperor <!nocheck> -Standards-Version: 4.5.1 + python3-emperor <!nocheck>, + q2templates, + q2-types +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/q2-emperor Vcs-Git: https://salsa.debian.org/med-team/q2-emperor.git Homepage: https://qiime2.org/ @@ -22,8 +25,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-pandas, - qiime, - python3-emperor + python3-emperor, + python3-distutils, + q2templates, + q2-types, + qiime Description: QIIME2 plugin for display of ordination plots QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency. QIIME 2 enables ===================================== debian/copyright ===================================== @@ -3,15 +3,28 @@ Upstream-Name: QIIME 2 Source: https://github.com/qiime2/q2-emperor Files: * -Copyright: 2016-2019 QIIME 2 development team +Copyright: 2016-2020 QIIME 2 development team Yoshiki Vazquez-Baeza <[email protected]> License: BSD-3-clause +Comment: Yoshiki is mentioned separately as well, since they are mentioned + as author in setup.py. They clearly contributed in the development of this + package and there is no practical harm in mentioning them + +Files: versioneer.py +Copyright: Brian Warner +License: CC0 + From the README.md: + . + To make Versioneer easier to embed, all its code is dedicated to the public + domain. The `_version.py` that it creates is also in the public domain. + Specifically, both are released under the Creative Commons "Public Domain + Dedication" license (CC0-1.0), as described in + https://creativecommons.org/publicdomain/zero/1.0/ . +Comment: Similar license is mentioned in python3-versioneer package in the archive Files: debian/* -Copyright: 2019 Liubov Chuprikova <[email protected]> - Andreas Tille <[email protected]>, - Steffen Moeller <[email protected]> -License: GPL-2+ +Copyright: 2022 Steffen Moeller <[email protected]> +License: BSD-3-clause License: BSD-3-clause Redistribution and use in source and binary forms, with or without @@ -38,23 +51,3 @@ License: BSD-3-clause 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. - -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. - . - For other licensing arrangements, please contact Daniel J. Schaid. - . - On a Debian system, the GNU GPL license version 2 is distributed in the - file /usr/share/common-licenses/GPL-2. View it on GitLab: https://salsa.debian.org/med-team/q2-emperor/-/compare/f3b3a2b29a0bd34649a230a9ed9dfb6cdf5f0874...3a3bd1c1ccc8ef7714fbe243a193b063b60c215b -- View it on GitLab: https://salsa.debian.org/med-team/q2-emperor/-/compare/f3b3a2b29a0bd34649a230a9ed9dfb6cdf5f0874...3a3bd1c1ccc8ef7714fbe243a193b063b60c215b 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
