From 219522bf4f480a9a00951c8ebb830af7902bb38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 16 Mar 2025 18:34:44 +0100 Subject: Rewrite to make lrc happy --- debian/changelog | 1 + debian/copyright | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 116 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index f0efa26..6641ae3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libhx (4.26-1) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.7.2 (No changes needed). * debian/copyright: - Add 2025 to myself. + - Rewrite to make lrc happy. * debian/control: - Change Vcs-Git from git: to https:. * Remove useless libhx32t64.lintian-overrides. diff --git a/debian/copyright b/debian/copyright index 92656e8..e28a195 100644 --- a/debian/copyright +++ b/debian/copyright @@ -22,9 +22,33 @@ Files: build-aux/* Copyright: 1992-2022 Free Software Foundation, Inc. License: GPL-2+ +Files: build-aux/install-sh +Copyright: 1992-2022 Free Software Foundation, Inc. +License: X11 + +Files: build-aux/ltmain.sh +Copyright: 1992-2022 Free Software Foundation, Inc. +License: GPL-2+ with Libtool exception + +Files: aclocal.m4 + m4/lt~obsolete.m4 + m4/ltoptions.m4 + m4/ltsugar.m4 + m4/ltversion.m4 +Copyright: 1992-2022 Free Software Foundation, Inc. +License: FSFULLR + +Files: configure +Copyright: 1992-2022 Free Software Foundation, Inc. +License: FSFUL + +Files: m4/libtool.m4 +Copyright: 1992-2022 Free Software Foundation, Inc. +License: (FSFULLR and/or GPL-2) with Libtool exception + Files: src/tc-*.c Copyright: 1992-2013 Jan Engelhardt -License: WTFPL-2+ +License: Expat License: LGPL-2.1+ This library is free software; you can redistribute it and/or @@ -78,17 +102,97 @@ License: GPL-2+ The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 file. -License: WTFPL-2+ - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 +License: FSFUL + This configure script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + +License: X11 + 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 + X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- + TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of the X Consortium shall not + be used in advertising or otherwise to promote the sale, use or other deal- + ings in this Software without prior written authorization from the X Consor- + tium. + +License: gpl-2+ with libtool exception + GNU Libtool 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. + . + As a special exception to the GNU General Public License, + if you distribute this file as part of a program or library that + is built using GNU Libtool, you may include this file under the + same distribution terms that you use for the rest of that program. + . + GNU Libtool 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 GNU Libtool; see the file COPYING. If not, a copy + can be downloaded from http://www.gnu.org/licenses/gpl.html, + or obtained by writing to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +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. + +License: FSFULLR + This file is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + +License: fsfullr and/or gpl-2 with libtool exception + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. . - Copyright (C) 2004 Sam Hocevar + GNU Libtool 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 of the License, or + (at your option) any later version. . - Everyone is permitted to copy and distribute verbatim or modified - copies of this license document, and changing it is allowed as long - as the name is changed. + As a special exception to the GNU General Public License, if you + distribute this file as part of a program or library that is built + using GNU Libtool, you may include this file under the same + distribution terms that you use for the rest of that program. . - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + GNU Libtool 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. . - 0. You just DO WHAT THE FUCK YOU WANT TO. + You should have received a copy of the GNU General Public License + along with this program. If not, see . -- cgit v1.2.3 From faa9f121de6d65800468d87d8eca0e3ff06b4ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 16 Mar 2025 18:36:06 +0100 Subject: d/changelog: Change distribution to unstable, Change date and time --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6641ae3..f62f2c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libhx (4.26-1) UNRELEASED; urgency=medium +libhx (4.26-1) unstable; urgency=medium * New upstream release. * Declare compliance with Debian Policy 4.7.2 (No changes needed). @@ -9,7 +9,7 @@ libhx (4.26-1) UNRELEASED; urgency=medium - Change Vcs-Git from git: to https:. * Remove useless libhx32t64.lintian-overrides. - -- Jörg Frings-Fürst Sun, 16 Mar 2025 12:49:46 +0100 + -- Jörg Frings-Fürst Sun, 16 Mar 2025 18:34:55 +0100 libhx (4.23-1) unstable; urgency=medium -- cgit v1.2.3