diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/copyright | 128 | ||||
-rw-r--r-- | debian/libhx32t64.lintian-overrides | 1 | ||||
-rw-r--r-- | debian/libhx32t64.symbols | 2 |
5 files changed, 133 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog index 5471467..f62f2c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +libhx (4.26-1) unstable; urgency=medium + + * New upstream release. + * 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. + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 16 Mar 2025 18:34:55 +0100 + libhx (4.23-1) unstable; urgency=medium * New upstream release (Closes: #1064734). diff --git a/debian/control b/debian/control index af2d9a2..c17a908 100644 --- a/debian/control +++ b/debian/control @@ -4,11 +4,11 @@ Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.22.5) -Standards-Version: 4.6.2.0 +Standards-Version: 4.7.2 Section: libs Rules-Requires-Root: no Homepage: https://inai.de/projects/libhx/ -Vcs-Git: git://git.jff.email/libhx.git +Vcs-Git: https://git.jff.email/cgit/libhx.git Vcs-Browser: https://git.jff.email/cgit/libhx.git Package: libhx32t64 diff --git a/debian/copyright b/debian/copyright index 5e10518..e28a195 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,7 +9,7 @@ License: LGPL-2.1+ Files: debian/* Copyright: 2007-2014 Bastian Kleineidam <calvin@debian.org> - 2015-2024 Jörg Frings-Fürst <debian@jff.email> + 2015-2025 Jörg Frings-Fürst <debian@jff.email> License: GPL-3+ Files: debian/patches/* @@ -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 <jengelh@gmx.de> -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 <sam@hocevar.net> + 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 <http://www.gnu.org/licenses/>. diff --git a/debian/libhx32t64.lintian-overrides b/debian/libhx32t64.lintian-overrides deleted file mode 100644 index e93c817..0000000 --- a/debian/libhx32t64.lintian-overrides +++ /dev/null @@ -1 +0,0 @@ -libhx32t64: package-name-doesnt-match-sonames libHX32 diff --git a/debian/libhx32t64.symbols b/debian/libhx32t64.symbols index e66a253..263f75d 100644 --- a/debian/libhx32t64.symbols +++ b/debian/libhx32t64.symbols @@ -17,6 +17,7 @@ libHX.so.32 libhx32t64 #MINVER# HX_flpr@LIBHX_4.15 4.17 HX_flprf@LIBHX_4.15 4.17 HX_fls@LIBHX_3.25 3.25 + HX_getcwd@LIBHX_4.24 4.24 HX_getl@LIBHX_3.25 3.25 HX_getopt5@LIBHX_4.18 4.19 HX_getopt@LIBHX_3.25 3.25 @@ -154,6 +155,7 @@ libHX.so.32 libhx32t64 #MINVER# LIBHX_4.15@LIBHX_4.15 4.17 LIBHX_4.16@LIBHX_4.16 4.17 LIBHX_4.18@LIBHX_4.18 4.19 + LIBHX_4.24@LIBHX_4.24 4.24 LIBHX_4.2@LIBHX_4.2 4.7 LIBHX_4.3@LIBHX_4.3 4.7 LIBHX_4.9@LIBHX_4.9 4.10 |