From bd6c0f0bb2deae6e3cd3c35688f49cec192b8b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 27 Oct 2022 13:26:15 +0200 Subject: Remove unused patches --- debian/changelog | 8 ++++++-- debian/patches/0005-fix_build_musl.patch | 21 --------------------- debian/patches/0010-AC_INIT.patch | 30 ------------------------------ debian/patches/0705-gcc-9.patch | 19 ------------------- debian/patches/series | 3 --- 5 files changed, 6 insertions(+), 75 deletions(-) delete mode 100644 debian/patches/0005-fix_build_musl.patch delete mode 100644 debian/patches/0010-AC_INIT.patch delete mode 100644 debian/patches/0705-gcc-9.patch diff --git a/debian/changelog b/debian/changelog index d4f63b7c..70f68f5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libunistring (1.1-1) unstable; urgency=medium +libunistring (1.1-1~experimental1) experimental; urgency=medium * New upstream release. * Transition from libunistring2 to linunistring5: @@ -11,8 +11,12 @@ libunistring (1.1-1) unstable; urgency=medium + Change dpkg-gensymbols to the new package. - Refresh / Rebuild symbols file. - Remove debian/libunistring5.symbols.hurd-i386. + * Remove unused patches: + - debian/patches/0010-AC_INIT.patch + - debian/patches/0005-fix_build_musl.patch + - debian/patches/0705-gcc-9.patch - -- Jörg Frings-Fürst Mon, 24 Oct 2022 22:26:44 +0200 + -- Jörg Frings-Fürst Thu, 27 Oct 2022 12:51:28 +0200 libunistring (1.0-2) unstable; urgency=medium diff --git a/debian/patches/0005-fix_build_musl.patch b/debian/patches/0005-fix_build_musl.patch deleted file mode 100644 index 6c0c0a2f..00000000 --- a/debian/patches/0005-fix_build_musl.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: Fix build for musl -Author: Helmut Grohne -Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987609 -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987609 -Forwarded: not-needed -Last-Update: 2021-04-26 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/lib/Makefile.gnulib -=================================================================== ---- trunk.orig/lib/Makefile.gnulib -+++ trunk/lib/Makefile.gnulib -@@ -461,7 +461,7 @@ install-exec-localcharset: all-local - case '$(host_os)' in \ - darwin[56]*) \ - need_charset_alias=true ;; \ -- darwin* | cygwin* | mingw* | pw32* | cegcc*) \ -+ darwin* | cygwin* | mingw* | pw32* | cegcc* | linux-musl*) \ - need_charset_alias=false ;; \ - *) \ - need_charset_alias=true ;; \ diff --git a/debian/patches/0010-AC_INIT.patch b/debian/patches/0010-AC_INIT.patch deleted file mode 100644 index d967829e..00000000 --- a/debian/patches/0010-AC_INIT.patch +++ /dev/null @@ -1,30 +0,0 @@ -Description: Fix AC_INIT handling -Author: Jörg Frings-Fürst -Bug: -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992281 -Forwarded: yes -Last-Update: 2021-08-16 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/configure.ac -=================================================================== ---- trunk.orig/configure.ac -+++ trunk/configure.ac -@@ -16,12 +16,14 @@ dnl along with this program. If not, se - - dnl Process this file with autoconf to produce a configure script. - -+ -+ - AC_PREREQ([2.63]) --AC_INIT -+. $srcdir/version.sh -+AC_INIT([libunistring],[m4_esyscmd_s([$VERSION_NUMBER])]) - AC_CONFIG_SRCDIR([lib/unistring/version.in.h]) - AC_CONFIG_AUX_DIR([build-aux]) --. $srcdir/version.sh --gl_INIT_PACKAGE([libunistring], [$VERSION_NUMBER]) -+dnl AM_INIT_AUTOMAKE - AM_INIT_AUTOMAKE([silent-rules dist-xz]) - AM_CONFIG_HEADER([config.h]) - diff --git a/debian/patches/0705-gcc-9.patch b/debian/patches/0705-gcc-9.patch deleted file mode 100644 index 986e741e..00000000 --- a/debian/patches/0705-gcc-9.patch +++ /dev/null @@ -1,19 +0,0 @@ -Description: Patch for gcc-9 compat -Author: based on an patch from Bruno Haible -Bug-Debian:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925762 -Last-Update: 2019-07-11 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/tests/glthread/thread.h -=================================================================== ---- trunk.orig/tests/glthread/thread.h -+++ trunk/tests/glthread/thread.h -@@ -133,7 +133,7 @@ extern int glthread_in_use (void); - call to foo(...) in the same function. To avoid this, we test the - address of a function in libpthread that we don't use. */ - --# pragma weak pthread_create -+/*# pragma weak pthread_create */ - - # ifndef pthread_sigmask /* Do not declare rpl_pthread_sigmask weak. */ - # pragma weak pthread_sigmask diff --git a/debian/patches/series b/debian/patches/series index 1e1d2cd9..f107ca41 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,2 @@ -#0005-fix_build_musl.patch 0100-float-endian-detection.patch 0700-multiarch-libc.patch -#0705-gcc-9.patch -#0010-AC_INIT.patch -- cgit v1.2.3 From f32c5654854bb591560b8591c2f9f83267d99457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 27 Oct 2022 13:30:50 +0200 Subject: d/changlog: Change date /time --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 70f68f5c..e16ae04f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,7 +16,7 @@ libunistring (1.1-1~experimental1) experimental; urgency=medium - debian/patches/0005-fix_build_musl.patch - debian/patches/0705-gcc-9.patch - -- Jörg Frings-Fürst Thu, 27 Oct 2022 12:51:28 +0200 + -- Jörg Frings-Fürst Thu, 27 Oct 2022 13:29:39 +0200 libunistring (1.0-2) unstable; urgency=medium -- cgit v1.2.3 From 45ddac62fcf59687fda9cc740d635b775250250d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 27 Oct 2022 14:34:15 +0200 Subject: Fix typo --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e16ae04f..e1ac3579 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ libunistring (1.1-1~experimental1) experimental; urgency=medium * New upstream release. - * Transition from libunistring2 to linunistring5: + * Transition from libunistring2 to libunistring5: - Rename debian/libunistring2.* to libunistring5.*. - debian/control: + Rename package libunistring2 to libunistring5, @@ -16,7 +16,7 @@ libunistring (1.1-1~experimental1) experimental; urgency=medium - debian/patches/0005-fix_build_musl.patch - debian/patches/0705-gcc-9.patch - -- Jörg Frings-Fürst Thu, 27 Oct 2022 13:29:39 +0200 + -- Jörg Frings-Fürst Thu, 27 Oct 2022 14:33:48 +0200 libunistring (1.0-2) unstable; urgency=medium -- cgit v1.2.3 From e90eb4dfe648857c9bccb111bef97175c9d30fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 7 Dec 2022 10:24:20 +0100 Subject: debian/copyright: Fix some nitpicks --- debian/changelog | 2 ++ debian/copyright | 19 ++++++++++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e1ac3579..9b0dce44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ libunistring (1.1-1~experimental1) experimental; urgency=medium - debian/patches/0010-AC_INIT.patch - debian/patches/0005-fix_build_musl.patch - debian/patches/0705-gcc-9.patch + * debian/copyright: Fix some nitpicks. + (Many thanks to Bastian Germann ) -- Jörg Frings-Fürst Thu, 27 Oct 2022 14:33:48 +0200 diff --git a/debian/copyright b/debian/copyright index 47894ea7..5c8df23f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -16,7 +16,7 @@ License: FreeSoftware Files: doc/* Copyright: 2001-2022 Free Software Foundation, Inc. -License: GPL-3+ or GFDL-1.2+ +License: GPL-3+ or GFDL-NIV-1.2+ Files: tests/* woe32dll/* autogen.sh Copyright: 1990-2022 Free Software Foundation, Inc. @@ -27,7 +27,6 @@ Copyright: 1995-2017 Free Software Foundation, Inc. License: GPL-2+ Files: m4/init-package-version.m4 - build-aux/ltmain.sh Copyright: 1992-2021, Free Software Foundation, Inc. License: GPL-2+ with distribution exception This file is free software, distributed under the terms of the GNU @@ -42,9 +41,19 @@ Copyright: 1999-2005 Patrice Dumas , 1999-2005 Adrian Aichner License: GPL-2+ +Files: build-aux/ltmain.sh +Copyright: 1996-2021 Free Software Foundation, Inc. + 2004-2019, 2021 Bootstrap Authors +License: GPL-2+ with distribution exception, Expat and GPL-2+ + This file is free software, distributed under the terms of the GNU + General Public License. As a special exception to the GNU General + Public License, this file may be distributed as part of a program + that contains a configuration script generated by Autoconf, under + the same distribution terms as the rest of that program. + Files: build-aux/install-sh Copyright: 1994, X Consortium -License: MIT +License: X11 Files: debian/* Copyright: 2009-2011 Andreas Rottmann @@ -107,7 +116,7 @@ License: GPL-2+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. -License: GFDL-1.2+ +License: GFDL-NIV-1.2+ This manual is covered by the GNU FDL. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (FDL), either version 1.2 of the @@ -119,7 +128,7 @@ License: GFDL-1.2+ version 1.2 can be found in the file `/usr/share/common-licenses/GFDL-1.2'. -License: MIT +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 -- cgit v1.2.3 From fa82e850f8d894ae4b9cd75bd12ffeeb65974d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 7 Dec 2022 10:25:42 +0100 Subject: d/changelog: Change date/time --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9b0dce44..b8fbbd80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,7 +18,7 @@ libunistring (1.1-1~experimental1) experimental; urgency=medium * debian/copyright: Fix some nitpicks. (Many thanks to Bastian Germann ) - -- Jörg Frings-Fürst Thu, 27 Oct 2022 14:33:48 +0200 + -- Jörg Frings-Fürst Wed, 07 Dec 2022 10:24:42 +0100 libunistring (1.0-2) unstable; urgency=medium -- cgit v1.2.3