Andreas Tille pushed to branch master at Debian Med / jellyfish1
Commits: 67f004a9 by Andreas Tille at 2024-12-22T22:13:25+01:00 Fix clean target Closes: #1045535 - - - - - 9eeb50ad by Andreas Tille at 2024-12-22T22:14:23+01:00 Standards-Version: 4.7.0 (routine-update) - - - - - 26854213 by Andreas Tille at 2024-12-22T22:23:32+01:00 d/copyright: review thanks to lrc - - - - - dd19fb52 by Andreas Tille at 2024-12-22T22:27:05+01:00 Secure URL in watch file - - - - - 60fec212 by Andreas Tille at 2024-12-22T22:28:25+01:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - + debian/clean - debian/control - debian/copyright - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +jellyfish1 (1.1.11-10) unstable; urgency=medium + + * Fix clean target + Closes: #1045535 + * Standards-Version: 4.7.0 (routine-update) + * d/copyright: review thanks to lrc + * Secure URL in watch file + + -- Andreas Tille <[email protected]> Sun, 22 Dec 2024 22:27:11 +0100 + jellyfish1 (1.1.11-9) unstable; urgency=medium * Add support for loongarch64 in d/control ===================================== debian/clean ===================================== @@ -0,0 +1 @@ +tests/compat.sh ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Shaun Jackman <[email protected]>, Section: science Priority: optional Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/jellyfish1 Vcs-Git: https://salsa.debian.org/med-team/jellyfish1.git Homepage: https://www.cbcb.umd.edu/software/jellyfish/ ===================================== debian/copyright ===================================== @@ -12,7 +12,7 @@ Copyright: Copyright 2008 Agner Fog License: GPL See `/usr/share/common-licenses/GPL'. -Files: jellyfish/half.h +Files: jellyfish/half.* Copyright: Copyright 2002, Industrial Light & Magic License: BSD-3-clause @@ -24,6 +24,30 @@ Files: unit_tests/gtest/* Copyright: 2008, Google Inc. License: BSD-3-clause +Files: jellyfish/yaggo.* +Copyright: 2011 Guillaume Marcais +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. + Files: debian/* Copyright: 2012-2017 Andreas Tille <[email protected]> License: GPL-3+ ===================================== debian/watch ===================================== @@ -1,2 +1,2 @@ version=4 -http://www.cbcb.umd.edu/software/jellyfish/ jellyfish-(1.+)\.tar\.gz +https://www.cbcb.umd.edu/software/jellyfish/ jellyfish-(1.+)\.tar\.gz View it on GitLab: https://salsa.debian.org/med-team/jellyfish1/-/compare/5fd6e2ee814f5be8e545eae839df8a1b8799b2e9...60fec21221c15c6fb91f294480c00dcd6a7fc99c -- View it on GitLab: https://salsa.debian.org/med-team/jellyfish1/-/compare/5fd6e2ee814f5be8e545eae839df8a1b8799b2e9...60fec21221c15c6fb91f294480c00dcd6a7fc99c 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
