Andreas Tille pushed to branch master at Debian Med / gemma
Commits: 2f40bc14 by Andreas Tille at 2024-12-17T19:04:48+01:00 Fix clean target - - - - - d696a177 by Andreas Tille at 2024-12-17T19:04:59+01:00 Standards-Version: 4.7.0 (routine-update) - - - - - 00dd0198 by Andreas Tille at 2024-12-17T20:21:37+01:00 d/copyright: Update thanks to lrc - - - - - b01e6ab9 by Andreas Tille at 2024-12-17T20:21:54+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +gemma (0.98.5+dfsg-3) unstable; urgency=medium + + * Team upload. + * Fix clean target + Closes: #1044789 + * Standards-Version: 4.7.0 (routine-update) + * d/copyright: Update thanks to lrc + + -- Andreas Tille <[email protected]> Tue, 17 Dec 2024 20:21:45 +0100 + gemma (0.98.5+dfsg-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13), catch, shunit2, ruby <!nocheck> -Standards-Version: 4.6.1 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/gemma Vcs-Git: https://salsa.debian.org/med-team/gemma.git Homepage: https://www.xzlab.org/software.html ===================================== debian/copyright ===================================== @@ -17,30 +17,12 @@ License: GPL-3.0+ Files: src/gzstream.* Copyright: 2001 Deepak Bandyopadhyay 2001 Lutz Kettner -License: GPL-2.0+ - +License: LGPL-2.1+ Files: debian/* Copyright: 2018 Steffen Moeller <[email protected]> License: GPL-3.0+ -License: GPL-2.0+ - This package 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 package 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, see <https://www.gnu.org/licenses/> - . - On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - License: GPL-3.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -57,3 +39,17 @@ License: GPL-3.0+ . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library 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 + Lesser General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General Public + License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". ===================================== debian/rules ===================================== @@ -20,4 +20,5 @@ override_dh_clean: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) dh_auto_test --no-parallel + rm -rf output endif View it on GitLab: https://salsa.debian.org/med-team/gemma/-/compare/f1fbfc71e4f26df4335356315263fe636a7117ec...b01e6ab9bdd46cdd1467f63fb45099fae6b51c18 -- View it on GitLab: https://salsa.debian.org/med-team/gemma/-/compare/f1fbfc71e4f26df4335356315263fe636a7117ec...b01e6ab9bdd46cdd1467f63fb45099fae6b51c18 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
