Andrius Merkys pushed to branch master at Debian Med / megahit
Commits: 40c678a0 by Andrius Merkys at 2019-11-07T06:45:34Z Wrapping and sorting. - - - - - 1bcf9924 by Andrius Merkys at 2019-11-07T06:45:46Z Bumping Standards-Version (no changes). - - - - - ff7cf948 by Andrius Merkys at 2019-11-07T06:48:05Z Adjusting patterns in debian/copyright. - - - - - d2ea9787 by Andrius Merkys at 2019-11-07T07:01:12Z Preparing for upload. - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/tests/control Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,5 @@ -megahit (1.2.9-1) UNRELEASED; urgency=medium +megahit (1.2.9-1) unstable; urgency=medium * Initial release (Closes: #944029) - * New upstream release -- Shayan Doust <[email protected]> Tue, 22 Oct 2019 13:15:38 +0100 ===================================== debian/control ===================================== @@ -1,25 +1,28 @@ Source: megahit Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Shayan Doust <[email protected]> +Uploaders: + Shayan Doust <[email protected]>, Section: science Priority: optional -Build-Depends: debhelper-compat (= 12), - cmake, - zlib1g-dev, - python3-all, - dh-python -Standards-Version: 4.4.0 +Build-Depends: + cmake, + debhelper-compat (= 12), + dh-python, + python3-all, + zlib1g-dev, +Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/med-team/megahit Vcs-Git: https://salsa.debian.org/med-team/megahit.git Homepage: https://github.com/voutcn/megahit Package: megahit Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - ${python3:Depends}, - bzip2, - python3-all +Depends: + bzip2, + python3-all, + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends}, Description: ultra-fast and memory-efficient meta-genome assembler Megahit is an ultra-fast and memory-efficient NGS assembler. It is optimized for metagenomes, but also works well on generic single genome ===================================== debian/copyright ===================================== @@ -6,17 +6,17 @@ Files: * Copyright: 2014-2015 The University of Hong Kong & L3 Bioinformatics Limited License: GPL-3 -Files: src/idba +Files: src/idba/* Copyright: 2015 Dinghua Li <[email protected]> 2009 Yu Peng <[email protected]> License: GPL-3 -Files: src/parallel_hashmap +Files: src/parallel_hashmap/* Copyright: 2019 Gregory Popovitch <[email protected]> 2018 The Abseil Authors -License: Apache-2.0 +License: Apache-2.0 -Files: src/pprintpp +Files: src/pprintpp/* Copyright: 2016 Jacek Galowicz License: Expat @@ -28,7 +28,7 @@ Files: src/xxhash/xxh3.h src/xxhash/xxhash.c src/xxhash/xxhash.h Copyright: 2019 Yann Collet -License: BSD-2-clause +License: BSD-2-clause Files: src/xxhash/xxhsum.c Copyright: 2012-2016 Yann Collet @@ -64,23 +64,23 @@ License: BSD-2-clause OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 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 + 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 + 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 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: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); ===================================== debian/tests/control ===================================== @@ -1,3 +1,4 @@ Tests: run-unit-test -Depends: @ +Depends: + @, Restrictions: allow-stderr View it on GitLab: https://salsa.debian.org/med-team/megahit/compare/aba20780a05181389251b880f9bcda5ad8b905f0...d2ea9787e5aa540dad356a2cf6cbda8dd9165ef7 -- View it on GitLab: https://salsa.debian.org/med-team/megahit/compare/aba20780a05181389251b880f9bcda5ad8b905f0...d2ea9787e5aa540dad356a2cf6cbda8dd9165ef7 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
