summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.source18
-rw-r--r--debian/changelog360
-rw-r--r--debian/control43
-rw-r--r--debian/copyright2512
-rw-r--r--debian/docs4
-rw-r--r--debian/files1
-rw-r--r--debian/gbp.conf5
-rw-r--r--debian/libunistring-dev.doc-base13
-rw-r--r--debian/libunistring-dev.info1
-rw-r--r--debian/libunistring-dev.install4
-rw-r--r--debian/libunistring5.install1
-rw-r--r--debian/libunistring5.symbols754
-rw-r--r--debian/not-installed2
-rw-r--r--debian/patches/0700-multiarch-libc.patch54
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules27
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/signing-key.asc14
-rw-r--r--debian/watch5
19 files changed, 3820 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 00000000..e4f2b3d6
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,18 @@
+Hello,
+
+now I use the branching model from Vincent Driessen[1].
+
+I use the gitflow-avh[2]. with the Documentation[3].
+The Debian package can be found here[4].
+
+Please upload unattended uploads use a branch feature/<your title>.
+
+
+Many thanks.
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 02 Jun 2017 19:00:40 +0200
+
+[1] http://nvie.com/posts/a-successful-git-branching-model/
+[2] https://github.com/petervanderdoes/gitflow-avh
+[3] https://github.com/petervanderdoes/gitflow-avh/wiki
+[4] https://tracker.debian.org/pkg/git-flow
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 00000000..5bc63d87
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,360 @@
+libunistring (1.4.1-1) UNRELEASED; urgency=medium
+
+ * New upstrem release.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Sat, 18 Oct 2025 18:49:01 +0200
+
+libunistring (1.3-2) unstable; urgency=medium
+
+ * debian/control:
+ - Fix Vcs-Git.
+ * Declare compliance with Debian Policy 4.7.2 (No changes needed).
+ * debian/copyright:
+ - Add year 2025 to myself.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Sat, 22 Mar 2025 18:05:41 +0100
+
+libunistring (1.3-1) unstable; urgency=medium
+
+ * New upstream release.
+ - refresh symbols file.
+ * Declare compliance with Debian Policy 4.7.0.1 (No changes needed).
+ * debian/changelog:
+ - Remove tailing whitespace.
+ * debian/copyright:
+ - Rewrite to make lrc happy.
+ * debian/control:
+ - Change VCS-Git from git to https.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Sun, 10 Nov 2024 18:59:23 +0100
+
+libunistring (1.2-1) unstable; urgency=medium
+
+ * New upstrem release.
+ - Refresh / Rebuild symbols file.
+ + Merge libunistring5.symbols.hurd-i386 into
+ libunistring5.symbols via arch conditions.
+ * debian/copyright:
+ - Add 2024 to myself.
+ - Refresh uploader copyright years.
+ * Remove unused patches:
+ - debian/patches/0100-float-endian-detection.patch.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Sat, 09 Mar 2024 12:24:06 +0100
+
+libunistring (1.1-2) unstable; urgency=medium
+
+ * Upload to unstable.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Thu, 31 Aug 2023 16:32:20 +0200
+
+libunistring (1.1-1~experimental3) experimental; urgency=medium
+
+ * New debian/libunistring5.symbols.hurd-i386 (Closes: #1035617).
+ * debian/copyright:
+ - Add year 2023 to myself.
+ * Declare compliance with Debian Policy 4.6.2.0 (No changes needed).
+ * debian/control:
+ - Change to new repository URL.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Wed, 28 Jun 2023 22:39:35 +0200
+
+libunistring (1.1-1~experimental2) experimental; urgency=medium
+
+ * debian/control:
+ - Remove libunistring2 (Closes: #1025901).
+ - Remove Replaces & Breaks from libunistring5.
+ * debian/rules:
+ - Use DEB_VERSION_UPSTREAM instead of VERSION.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Mon, 12 Dec 2022 18:23:56 +0100
+
+libunistring (1.1-1~experimental1) experimental; urgency=medium
+
+ * New upstream release.
+ * Transition from libunistring2 to libunistring5:
+ - Rename debian/libunistring2.* to libunistring5.*.
+ - debian/control:
+ + Rename package libunistring2 to libunistring5,
+ Add Breaks and Replace.
+ + New transitional package libunistring2.
+ - debian/rule:
+ + 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
+ * debian/copyright: Fix some nitpicks.
+ (Many thanks to Bastian Germann <bage@debian.org>)
+
+ -- Jörg Frings-Fürst <debian@jff.email> Wed, 07 Dec 2022 10:24:42 +0100
+
+libunistring (1.0-2) unstable; urgency=medium
+
+ * debian/libunistring2.symbols.hurd-i386:
+ - Refresh symbols (Closes: #1018232).
+ * debian/libunistring2.symbols:
+ - Refresh symbols.
+ * Replace upstream signing key.
+ * Declare compliance with Debian Policy 4.6.1.0 (No changes needed).
+
+ -- Jörg Frings-Fürst <debian@jff.email> Sun, 02 Oct 2022 18:09:14 +0200
+
+libunistring (1.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Declare compliance with Debian Policy 4.6.0.1 (No changes needed).
+ * Refresh debian/libunistring2.symbols.
+ * debian/copyright:
+ - Refresh uploader copyright years.
+ - Add 2022 to myself.
+ * debian/patches:
+ - Refresh 0700-multiarch-libc.patch.
+ - In series comment out:
+ + 0005-fix_build_musl.patch
+ + 0705-gcc-9.patch
+ + 0010-AC_INIT.patch
+
+ -- Jörg Frings-Fürst <debian@jff.email> Sat, 08 Jan 2022 18:08:42 +0100
+
+libunistring (0.9.10-6) unstable; urgency=medium
+
+ * New debian/patches/0010-AC_INIT.patch to fix AC_INIT handling
+ (Closes: #992281).
+
+ -- Jörg Frings-Fürst <debian@jff.email> Mon, 16 Aug 2021 23:32:24 +0200
+
+libunistring (0.9.10-5) experimental; urgency=medium
+
+ * New debian/patches/0005-fix_build_musl.patch (Closes: #987609):
+ - Fix build on musl (Thanks to Helmut Grohne <helmut@subdivi.de>).
+ * Declare compliance with Debian Policy 4.5.1 (No changes needed).
+ * debian/copyright:
+ - Fix copyright format problems (Closes: #972501):
+ + Thanks to Bastian Germann <bage@linutronix.de>.
+ - Refresh copyright years for debian/* to 2021.
+ * debian/libunistring2.symbols,
+ debian/libunistring2.symbols.hurd-i386:
+ - Add Build-Depends-Package field.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Mon, 26 Apr 2021 19:52:59 +0200
+
+libunistring (0.9.10-4) unstable; urgency=high
+
+ * Fix ftbfs with dh_missing (Closes: #961960).
+ * debian/changelog:
+ - Fix removed tag at 0.9.10-2.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Mon, 01 Jun 2020 17:48:44 +0200
+
+libunistring (0.9.10-3) unstable; urgency=medium
+
+ * Update symbols for non-glibc. (Closes: #956635)
+ - thanks to Helmut Grohne <helmut@subdivi.de>.
+ * Declare compliance with Debian Policy 4.5.0 (No changes needed).
+ * Migrate to debhelper-compat 13:
+ - Remove debian/compat.
+ - Bump minimum debhelper-compat version in debian/control to = 13.
+ - New debian/not_installed:
+ + Add usr/share/info/libunistring.info
+ + Add usr/lib/x86_64-linux-gnu/libunistring.la
+ * debian/control:
+ - Add Rules-Requires-Root: no.
+ * debian/copyright:
+ - Add year 2020 to myself.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Sun, 31 May 2020 15:08:22 +0200
+
+libunistring (0.9.10-2) unstable; urgency=medium
+
+ * New patch debian/patches/0705-gcc-9.patch:
+ - Fix gcc-9 issue (Closes: #925762, #920824).
+ * Migrate to debhelper 12:
+ - Change debian/compat to 12.
+ - Bump minimum debhelper version in debian/control to >= 12.
+ * Declare compliance with Debian Policy 4.4.0 (No changes needed).
+ * debian/copyright:
+ - Refresh copyright years for debian/* to 2019.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Thu, 11 Jul 2019 19:15:05 +0200
+
+libunistring (0.9.10-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Refresh symbols file.
+ * debian/control:
+ - Switch Vcs-* to new loacation.
+ - Use secure URI for homepage.
+ * Migrate to debhelper 11:
+ - Change debian/compat to 11.
+ - Bump minimum debhelper version in debian/control to >= 11.
+ * Declare compliance with Debian Policy 4.1.5 (No changes needed).
+
+ -- Jörg Frings-Fürst <debian@jff.email> Sun, 08 Jul 2018 14:26:51 +0200
+
+libunistring (0.9.8-2) unstable; urgency=medium
+
+ * New debian/libunistring2.symbols.hurd-i386.
+ - Prevent FTBFS on hurd-i386.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Thu, 14 Dec 2017 12:54:56 +0100
+
+libunistring (0.9.8-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Refresh patches.
+ - Refresh symbols file.
+ * Change to my new mail address.
+ * debian/copyright:
+ - Refresh copyright years to 2017.
+ * debian/changelog:
+ - Remove trailing white spaces.
+ * debian/watch:
+ - Use secure URI.
+ * Declare compliance with Debian Policy 4.1.2.0 (No changes needed).
+
+ -- Jörg Frings-Fürst <debian@jff.email> Sat, 02 Dec 2017 13:08:55 +0100
+
+libunistring (0.9.7-2) unstable; urgency=medium
+
+ * Upload to unstable.
+ * Declare compliance with Debian Policy 4.0.0. (No changes needed).
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 25 Jun 2017 17:51:30 +0200
+
+libunistring (0.9.7-1) experimental; urgency=medium
+
+ * New maintainer (Closes: #858605).
+ - Many thanks to Andreas Rottmann <rotty@debian.org>.
+ * New upstream release (Closes: #846199, #858175).
+ * debian/control:
+ - Add myself as Maintainer.
+ * debian/copyright:
+ - Add myself to debian/*.
+ - Renew licenses and dates.
+ * debian/watch:
+ - Remove dh_make template to prevent lintian warning.
+ - Bump version to 4.
+ * New debian/patches/0700-multiarch-libc.patch (Closes: #857708).
+ - Use multiarched libc-dev header.
+ Thanks to Helmut Grohne <helmut@subdivi.de>.
+ * Refresh and renumber the patch float-endian-detection.patch.
+ * Bump compat to 10:
+ - Change debian/compat to 10.
+ - Change debhelper version at debian/control to >= 10.
+ - Drop dh-autoreconf from both build-depends and dh --with arguments
+ because this is all defaults when using dh compat 10.
+ * Add symbols file.
+ * New README.source to explain the branching model used.
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 10 Jun 2017 12:18:01 +0200
+
+libunistring (0.9.6+really0.9.6-0.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * New upstream release. (Closes: #804064)
+ - Bump SOVERSION (libunistring0 -> libunistring2)
+ * debian/patches: refresh for new upstream version
+ * debian/copyright: fix typo in path
+
+ -- Manuel A. Fernandez Montecelo <mafm@debian.org> Sat, 28 May 2016 14:50:52 +0100
+
+libunistring (0.9.6+really0.9.3-0.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Re-upload 0.9.3-5.4 to revert the soname bump in 0.9.6-1.1. (Closes:
+ #825471.)
+ * Drop the explicit ldconfig triggers, debhelper handles this on its
+ own.
+
+ -- Stephen Kitt <skitt@debian.org> Fri, 27 May 2016 10:11:04 +0200
+
+libunistring (0.9.3-5.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Bump Policy Standards-Version to 3.9.8
+ - use dpkg triggers for ldconfig, section 8.1.1 (from previous versions)
+ * debian/compat: set level 9
+ * Update Vcs-* URLs
+ * debian/watch: Improve to match versions numbers and not "latest"
+ * Build-Depends: Require debhelper 9.20160403 or newer
+
+ -- Manuel A. Fernandez Montecelo <mafm@debian.org> Thu, 26 May 2016 16:31:27 +0100
+
+libunistring (0.9.3-5.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Missing change from last upload, actually run dh-autoreconf to update
+ config.{sub,guess} and {libtool,aclocal}.m4, necessary for some new
+ ports. Thanks Fernando Seiti Furusato. (Closes: #755745)
+
+ -- Manuel A. Fernandez Montecelo <mafm@debian.org> Mon, 04 Aug 2014 19:51:45 +0100
+
+libunistring (0.9.3-5.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Run dh-autoreconf to update config.{sub,guess} and
+ {libtool,aclocal}.m4, necessary for some new ports. Thanks Fernando
+ Seiti Furusato. (Closes: #755745)
+ * Add patch float-endian-detection.patch which fixes detection of
+ floating point endianness, gathered from Ubuntu, created by Colin
+ Watson.
+
+ -- Manuel A. Fernandez Montecelo <mafm@debian.org> Mon, 28 Jul 2014 22:47:32 +0100
+
+libunistring (0.9.3-5) unstable; urgency=low
+
+ * Standards-Version 3.9.2 (no changes).
+ * Convert package to multiarch (closes: #646068):
+ - Bumped build-depends versions for cdbs and debhelper.
+ - Extend configure flags to install libraries into
+ multi-arch library directory.
+ - Adapted debian/libunistring0.install.
+ - Mark libunistring0 as "Multi-Arch: same".
+ * Applied outstanding changes from multiarch patch provided by Steve
+ Langasek on bug #646068:
+ - Removed useless .dirs files.
+ - debian/compat bumped to 8 (compat level 9 not needed as we don't use
+ the "dh" script).
+ * debian/copyright:
+ - Bumped DEP5 revision in format URL to 202.
+ - Fixed various issues pointed out by lintian.
+
+ -- Andreas Rottmann <rotty@debian.org> Wed, 26 Oct 2011 23:23:59 +0200
+
+libunistring (0.9.3-4) unstable; urgency=low
+
+ * Standards-Version 3.9.1:
+ - Don't install libunistring.la (closes: #622432).
+ * Add Vcs-Git and Vcs-Browser fields.
+
+ -- Andreas Rottmann <rotty@debian.org> Sat, 16 Apr 2011 14:09:54 +0200
+
+libunistring (0.9.3-3) unstable; urgency=low
+
+ * Fix description typo (closes: #596243, thanks to Paul Menzel).
+
+ -- Andreas Rottmann <rotty@debian.org> Thu, 09 Sep 2010 20:22:45 +0200
+
+libunistring (0.9.3-2) unstable; urgency=low
+
+ * Work around toolchain issue on mipsen by building with -mplt there
+ (closes: #595875, thanks to Julien BLACHE).
+
+ -- Andreas Rottmann <rotty@debian.org> Wed, 08 Sep 2010 21:45:46 +0200
+
+libunistring (0.9.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * Switched to dpkg-source 3.0 (quilt) format.
+ * Standards-Version 3.8.4 (no changes).
+
+ -- Andreas Rottmann <rotty@debian.org> Thu, 27 May 2010 19:37:41 +0200
+
+libunistring (0.9.1-1) unstable; urgency=low
+
+ * Initial release (closes: #532125).
+
+ -- Andreas Rottmann <rotty@debian.org> Sat, 04 Jul 2009 14:31:38 +0200
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..127b1633
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: libunistring
+Priority: optional
+Maintainer: Jörg Frings-Fürst <debian@jff.email>
+Build-Depends:
+ debhelper-compat (= 13)
+Standards-Version: 4.7.2
+Section: libs
+Rules-Requires-Root: no
+Homepage: https://www.gnu.org/software/libunistring/
+Vcs-Git: https://git.jff.email/cgit/libunistring.git
+Vcs-Browser: https://git.jff.email/cgit/libunistring.git
+
+Package: libunistring-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: libunistring5 (= ${binary:Version}), ${misc:Depends}
+Description: Unicode string library for C - development files
+ The 'libunistring' library implements Unicode strings (in the UTF-8,
+ UTF-16, and UTF-32 encodings), together with functions for Unicode
+ characters (character names, classifications, properties) and
+ functions for string processing (formatted output, width, word
+ breaks, line breaks, normalization, case folding, regular
+ expressions).
+ .
+ This package contains the development support files needed to compile
+ and link against libunistring, as well as the documentation in Info
+ and HTML format.
+
+Package: libunistring5
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Unicode string library for C
+ The 'libunistring' library implements Unicode strings (in the UTF-8,
+ UTF-16, and UTF-32 encodings), together with functions for Unicode
+ characters (character names, classifications, properties) and
+ functions for string processing (formatted output, width, word
+ breaks, line breaks, normalization, case folding, regular
+ expressions).
+ .
+ This package contains the shared library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 00000000..865f2de6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,2512 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libunistring
+Upstream-Contact: Bruno Haible <bruno@clisp.org>
+Source: http://ftp.gnu.org/gnu/libunistring/
+
+Files: *
+Copyright: 1995-2024 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: lib/*
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: LGPL-3+
+
+Files: lib/declared.sh
+ lib/exported.sh.in
+ lib/Makefile.am
+ lib/Makefile.gnulib
+ lib/Makefile.in
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: lib/arg-nonnull.h
+ lib/c++defs.h
+ lib/_Noreturn.h
+ lib/stdint.mini.h
+ lib/warn-on-use.h
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: LGPL-2+
+
+Files: doc/libunistring_20.html
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: GFDL-1.3+
+
+Files: doc/libunistring.texi
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: GFDL-1.2+ or GPL-3+ or LGPL-3
+
+Files: lib/libunistring.rc
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: LGPL-3+
+
+Files: lib/unistring/cdefs.h
+ lib/unistring/inline.h
+ lib/unistring-notinline.h
+ lib/unistring/version.in.h
+ lib/unistring/woe32dll.in.h
+ lib/version.c
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: LGPL-3+
+
+Files: lib/alloca.in.h
+ lib/amemxfrm.c
+ lib/amemxfrm.h
+ lib/array-mergesort.h
+ lib/assert.in.h
+ lib/attribute.h
+ lib/c32isalnum.c
+ lib/c32isalpha.c
+ lib/c32isblank.c
+ lib/c32iscntrl.c
+ lib/c32isdigit.c
+ lib/c32isgraph.c
+ lib/c32is-impl.h
+ lib/c32islower.c
+ lib/c32isprint.c
+ lib/c32ispunct.c
+ lib/c32isspace.c
+ lib/c32isupper.c
+ lib/c32isxdigit.c
+ lib/c32to-impl.h
+ lib/c32tolower.c
+ lib/c32width.c
+ lib/c-ctype.c
+ lib/c-ctype.h
+ lib/c-strcasecmp.c
+ lib/c-strcaseeq.h
+ lib/c-strcase.h
+ lib/c-strncasecmp.c
+ lib/errno.in.h
+ lib/flexmember.h
+ lib/float.c
+ lib/float+.h
+ lib/float.in.h
+ lib/fpucw.h
+ lib/free.c
+ lib/frexp.c
+ lib/frexpl.c
+ lib/fseterr.c
+ lib/fseterr.h
+ lib/glthread/lock.c
+ lib/glthread/lock.h
+ lib/glthread/once.c
+ lib/glthread/once.h
+ lib/glthread/threadlib.c
+ lib/hard-locale.c
+ lib/hard-locale.h
+ lib/iconv.c
+ lib/iconv_close.c
+ lib/iconveh.h
+ lib/iconv.in.h
+ lib/iconv_open-aix.gperf
+ lib/iconv_open.c
+ lib/iconv_open-hpux.gperf
+ lib/iconv_open-irix.gperf
+ lib/iconv_open-osf.gperf
+ lib/iconv_open-solaris.gperf
+ lib/iconv_open-zos.gperf
+ lib/idx.h
+ lib/intprops-internal.h
+ lib/inttypes.in.h
+ lib/isnan.c
+ lib/isnand.c
+ lib/isnand-nolibm.h
+ lib/isnanf.c
+ lib/isnanf-nolibm.h
+ lib/isnanl.c
+ lib/isnanl-nolibm.h
+ lib/iswblank.c
+ lib/iswdigit.c
+ lib/iswpunct.c
+ lib/iswxdigit.c
+ lib/itold.c
+ lib/langinfo.in.h
+ lib/lc-charset-dispatch.c
+ lib/lc-charset-dispatch.h
+ lib/limits.in.h
+ lib/localcharset.c
+ lib/localcharset.h
+ lib/locale.in.h
+ lib/localename.c
+ lib/localename.h
+ lib/localename-table.c
+ lib/localename-table.h
+ lib/localename-unsafe.c
+ lib/malloca.c
+ lib/malloca.h
+ lib/malloc.c
+ lib/math.c
+ lib/math.in.h
+ lib/mbchar.c
+ lib/mbchar.h
+ lib/mbiterf.c
+ lib/mbiterf.h
+ lib/mbrtoc32.c
+ lib/mbrtowc.c
+ lib/mbrtowc-impl.h
+ lib/mbrtowc-impl-utf8.h
+ lib/mbsinit.c
+ lib/mbsnlen.c
+ lib/mbszero.c
+ lib/mbtowc-lock.c
+ lib/mbtowc-lock.h
+ lib/memchr.c
+ lib/memchr.valgrind
+ lib/memcmp2.c
+ lib/memcmp2.h
+ lib/minmax.h
+ lib/printf-args.c
+ lib/printf-args.h
+ lib/printf-frexp.c
+ lib/printf-frexp.h
+ lib/printf-frexpl.c
+ lib/printf-frexpl.h
+ lib/printf-parse.c
+ lib/printf-parse.h
+ lib/pthread.in.h
+ lib/pthread-once.c
+ lib/relocatable.c
+ lib/relocatable.h
+ lib/relocatable.valgrind
+ lib/sched.in.h
+ lib/setlocale-lock.c
+ lib/setlocale_null.c
+ lib/setlocale_null.h
+ lib/setlocale_null-unlocked.c
+ lib/signbitd.c
+ lib/signbitf.c
+ lib/signbitl.c
+ lib/size_max.h
+ lib/stdckdint.in.h
+ lib/stddef.in.h
+ lib/stdint.in.h
+ lib/stdio-impl.h
+ lib/stdlib.in.h
+ lib/streq.h
+ lib/striconveha.c
+ lib/striconveha.h
+ lib/striconveh.c
+ lib/striconveh.h
+ lib/string.in.h
+ lib/strncat.c
+ lib/strstr.c
+ lib/str-two-way.h
+ lib/struniq.h
+ lib/sys_types.in.h
+ lib/thread-optim.h
+ lib/time.in.h
+ lib/uchar.in.h
+ lib/unicase.in.h
+ lib/unicase/simple-mapping.h
+ lib/unicase/tolower.c
+ lib/unicase/tolower.h
+ lib/unicase/toupper.c
+ lib/unicase/toupper.h
+ lib/uniconv.in.h
+ lib/uniconv/u8-conv-from-enc.c
+ lib/uniconv/u8-strconv-from-enc.c
+ lib/uniconv/u8-strconv-from-locale.c
+ lib/uniconv/u-strconv-from-enc.h
+ lib/unictype/bidi_of.c
+ lib/unictype/bidi_of.h
+ lib/unictype/bitmap.h
+ lib/unictype/categ_M.c
+ lib/unictype/categ_M.h
+ lib/unictype/categ_none.c
+ lib/unictype/categ_of.c
+ lib/unictype/categ_of.h
+ lib/unictype/categ_test.c
+ lib/unictype/combiningclass.c
+ lib/unictype/combiningclass.h
+ lib/unictype/ctype_alnum.c
+ lib/unictype/ctype_alnum.h
+ lib/unictype/ctype_alpha.c
+ lib/unictype/ctype_alpha.h
+ lib/unictype/ctype_blank.c
+ lib/unictype/ctype_blank.h
+ lib/unictype/ctype_cntrl.c
+ lib/unictype/ctype_cntrl.h
+ lib/unictype/ctype_digit.c
+ lib/unictype/ctype_digit.h
+ lib/unictype/ctype_graph.c
+ lib/unictype/ctype_graph.h
+ lib/unictype/ctype_lower.c
+ lib/unictype/ctype_lower.h
+ lib/unictype/ctype_print.c
+ lib/unictype/ctype_print.h
+ lib/unictype/ctype_punct.c
+ lib/unictype/ctype_punct.h
+ lib/unictype/ctype_space.c
+ lib/unictype/ctype_space.h
+ lib/unictype/ctype_upper.c
+ lib/unictype/ctype_upper.h
+ lib/unictype/ctype_xdigit.c
+ lib/unictype/ctype_xdigit.h
+ lib/unictype.in.h
+ lib/unictype/joiningtype_of.c
+ lib/unictype/joiningtype_of.h
+ lib/unictype/scripts_byname.gperf
+ lib/unictype/scripts.c
+ lib/unictype/scripts.h
+ lib/unimetadata.in.h
+ lib/uninorm/canonical-decomposition.c
+ lib/uninorm/composition.c
+ lib/uninorm/composition-table-bounds.h
+ lib/uninorm/composition-table.gperf
+ lib/uninorm/decompose-internal.c
+ lib/uninorm/decompose-internal.h
+ lib/uninorm/decomposition-table1.h
+ lib/uninorm/decomposition-table2.h
+ lib/uninorm/decomposition-table.c
+ lib/uninorm/decomposition-table.h
+ lib/uninorm.in.h
+ lib/uninorm/nfc.c
+ lib/uninorm/nfd.c
+ lib/uninorm/normalize-internal.h
+ lib/uninorm/u-normalize-internal.h
+ lib/unistd.c
+ lib/unistd.in.h
+ lib/unistr.in.h
+ lib/unistr/u16-mbtoucr.c
+ lib/unistr/u16-strlen.c
+ lib/unistr/u16-to-u32.c
+ lib/unistr/u32-chr.c
+ lib/unistr/u32-cpy.c
+ lib/unistr/u32-mbtouc-unsafe.c
+ lib/unistr/u32-pcpy.c
+ lib/unistr/u32-strcat.c
+ lib/unistr/u32-strlen.c
+ lib/unistr/u32-to-u8.c
+ lib/unistr/u32-uctomb.c
+ lib/unistr/u8-check.c
+ lib/unistr/u8-mblen.c
+ lib/unistr/u8-mbtouc-aux.c
+ lib/unistr/u8-mbtouc.c
+ lib/unistr/u8-mbtoucr.c
+ lib/unistr/u8-mbtouc-unsafe-aux.c
+ lib/unistr/u8-mbtouc-unsafe.c
+ lib/unistr/u8-prev.c
+ lib/unistr/u8-strlen.c
+ lib/unistr/u8-to-u32.c
+ lib/unistr/u8-uctomb-aux.c
+ lib/unistr/u8-uctomb.c
+ lib/unistr/u-cpy.h
+ lib/unistr/u-pcpy.h
+ lib/unistr/u-strcat.h
+ lib/unistr/u-strlen.h
+ lib/unitypes.in.h
+ lib/uniwidth/cjk.h
+ lib/uniwidth.in.h
+ lib/uniwidth/width0.h
+ lib/uniwidth/width2.h
+ lib/uniwidth/width.c
+ lib/vasnprintf.c
+ lib/verify.h
+ lib/wchar.in.h
+ lib/wcsstr-impl.h
+ lib/wcs-two-way.h
+ lib/wctype-h.c
+ lib/wctype.in.h
+ lib/wcwidth.c
+ lib/windows-initguard.h
+ lib/windows-mutex.c
+ lib/windows-mutex.h
+ lib/windows-once.c
+ lib/windows-once.h
+ lib/windows-recmutex.c
+ lib/windows-recmutex.h
+ lib/windows-rwlock.c
+ lib/windows-rwlock.h
+ lib/xalloc-oversized.h
+ lib/xsize.c
+ lib/xsize.h
+ lib/uninorm/u32-normalize.c
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: LGPL-2.1+
+
+Files: lib/unicase/cased.c
+ lib/unicase/cased.h
+ lib/unicase/casefold.h
+ lib/unicase/caseprop.h
+ lib/unicase/context.h
+ lib/unicase/empty-prefix-context.c
+ lib/unicase/empty-suffix-context.c
+ lib/unicase/ignorable.c
+ lib/unicase/ignorable.h
+ lib/unicase/invariant.h
+ lib/unicase/locale-language.c
+ lib/unicase/locale-languages.gperf
+ lib/unicase/special-casing.c
+ lib/unicase/special-casing.in.h
+ lib/unicase/special-casing-table.gperf
+ lib/unicase/tocasefold.c
+ lib/unicase/tocasefold.h
+ lib/unicase/totitle.c
+ lib/unicase/totitle.h
+ lib/unicase/u16-casecmp.c
+ lib/unicase/u16-casecoll.c
+ lib/unicase/u16-casefold.c
+ lib/unicase/u16-casemap.c
+ lib/unicase/u16-casexfrm.c
+ lib/unicase/u16-ct-casefold.c
+ lib/unicase/u16-ct-tolower.c
+ lib/unicase/u16-ct-totitle.c
+ lib/unicase/u16-ct-toupper.c
+ lib/unicase/u16-is-cased.c
+ lib/unicase/u16-is-casefolded.c
+ lib/unicase/u16-is-invariant.c
+ lib/unicase/u16-is-lowercase.c
+ lib/unicase/u16-is-titlecase.c
+ lib/unicase/u16-is-uppercase.c
+ lib/unicase/u16-prefix-context.c
+ lib/unicase/u16-suffix-context.c
+ lib/unicase/u16-tolower.c
+ lib/unicase/u16-totitle.c
+ lib/unicase/u16-toupper.c
+ lib/unicase/u32-casecmp.c
+ lib/unicase/u32-casecoll.c
+ lib/unicase/u32-casefold.c
+ lib/unicase/u32-casemap.c
+ lib/unicase/u32-casexfrm.c
+ lib/unicase/u32-ct-casefold.c
+ lib/unicase/u32-ct-tolower.c
+ lib/unicase/u32-ct-totitle.c
+ lib/unicase/u32-ct-toupper.c
+ lib/unicase/u32-is-cased.c
+ lib/unicase/u32-is-casefolded.c
+ lib/unicase/u32-is-invariant.c
+ lib/unicase/u32-is-lowercase.c
+ lib/unicase/u32-is-titlecase.c
+ lib/unicase/u32-is-uppercase.c
+ lib/unicase/u32-prefix-context.c
+ lib/unicase/u32-suffix-context.c
+ lib/unicase/u32-tolower.c
+ lib/unicase/u32-totitle.c
+ lib/unicase/u32-toupper.c
+ lib/unicase/u8-casecmp.c
+ lib/unicase/u8-casecoll.c
+ lib/unicase/u8-casefold.c
+ lib/unicase/u8-casemap.c
+ lib/unicase/u8-casexfrm.c
+ lib/unicase/u8-ct-casefold.c
+ lib/unicase/u8-ct-tolower.c
+ lib/unicase/u8-ct-totitle.c
+ lib/unicase/u8-ct-toupper.c
+ lib/unicase/u8-is-cased.c
+ lib/unicase/u8-is-casefolded.c
+ lib/unicase/u8-is-invariant.c
+ lib/unicase/u8-is-lowercase.c
+ lib/unicase/u8-is-titlecase.c
+ lib/unicase/u8-is-uppercase.c
+ lib/unicase/u8-prefix-context.c
+ lib/unicase/u8-suffix-context.c
+ lib/unicase/u8-tolower.c
+ lib/unicase/u8-totitle.c
+ lib/unicase/u8-toupper.c
+ lib/unicase/u-casecmp.h
+ lib/unicase/u-casecoll.h
+ lib/unicase/u-casefold.h
+ lib/unicase/u-casemap.h
+ lib/unicase/u-casexfrm.h
+ lib/unicase/u-ct-casefold.h
+ lib/unicase/u-ct-totitle.h
+ lib/unicase/u-is-cased.h
+ lib/unicase/u-is-invariant.h
+ lib/unicase/ulc-casecmp.c
+ lib/unicase/ulc-casecoll.c
+ lib/unicase/ulc-casexfrm.c
+ lib/unicase/unicasemap.h
+ lib/unicase/u-prefix-context.h
+ lib/unicase/u-suffix-context.h
+ lib/unicase/u-totitle.h
+ lib/uniconv/u16-conv-from-enc.c
+ lib/uniconv/u16-conv-to-enc.c
+ lib/uniconv/u16-strconv-from-enc.c
+ lib/uniconv/u16-strconv-from-locale.c
+ lib/uniconv/u16-strconv-to-enc.c
+ lib/uniconv/u16-strconv-to-locale.c
+ lib/uniconv/u32-conv-from-enc.c
+ lib/uniconv/u32-conv-to-enc.c
+ lib/uniconv/u32-strconv-from-enc.c
+ lib/uniconv/u32-strconv-from-locale.c
+ lib/uniconv/u32-strconv-to-enc.c
+ lib/uniconv/u32-strconv-to-locale.c
+ lib/uniconv/u8-conv-to-enc.c
+ lib/uniconv/u8-strconv-to-enc.c
+ lib/uniconv/u8-strconv-to-locale.c
+ lib/uniconv/u-conv-from-enc.h
+ lib/uniconv/u-conv-to-enc.h
+ lib/uniconv/u-strconv-to-enc.h
+ lib/unictype/bidi_byname.c
+ lib/unictype/bidi_byname.gperf
+ lib/unictype/bidi_longname.c
+ lib/unictype/bidi_name.c
+ lib/unictype/bidi_test.c
+ lib/unictype/blocks.c
+ lib/unictype/blocks.h
+ lib/unictype/block_test.c
+ lib/unictype/categ_and.c
+ lib/unictype/categ_and_not.c
+ lib/unictype/categ_byname.c
+ lib/unictype/categ_byname.gperf
+ lib/unictype/categ_C.c
+ lib/unictype/categ_Cc.c
+ lib/unictype/categ_Cc.h
+ lib/unictype/categ_Cf.c
+ lib/unictype/categ_Cf.h
+ lib/unictype/categ_C.h
+ lib/unictype/categ_Cn.c
+ lib/unictype/categ_Cn.h
+ lib/unictype/categ_Co.c
+ lib/unictype/categ_Co.h
+ lib/unictype/categ_Cs.c
+ lib/unictype/categ_Cs.h
+ lib/unictype/categ_L.c
+ lib/unictype/categ_LC.c
+ lib/unictype/categ_LC.h
+ lib/unictype/categ_L.h
+ lib/unictype/categ_Ll.c
+ lib/unictype/categ_Ll.h
+ lib/unictype/categ_Lm.c
+ lib/unictype/categ_Lm.h
+ lib/unictype/categ_Lo.c
+ lib/unictype/categ_Lo.h
+ lib/unictype/categ_longname.c
+ lib/unictype/categ_Lt.c
+ lib/unictype/categ_Lt.h
+ lib/unictype/categ_Lu.c
+ lib/unictype/categ_Lu.h
+ lib/unictype/categ_Mc.c
+ lib/unictype/categ_Mc.h
+ lib/unictype/categ_Me.c
+ lib/unictype/categ_Me.h
+ lib/unictype/categ_Mn.c
+ lib/unictype/categ_Mn.h
+ lib/unictype/categ_name.c
+ lib/unictype/categ_N.c
+ lib/unictype/categ_Nd.c
+ lib/unictype/categ_Nd.h
+ lib/unictype/categ_N.h
+ lib/unictype/categ_Nl.c
+ lib/unictype/categ_Nl.h
+ lib/unictype/categ_No.c
+ lib/unictype/categ_No.h
+ lib/unictype/categ_or.c
+ lib/unictype/categ_P.c
+ lib/unictype/categ_Pc.c
+ lib/unictype/categ_Pc.h
+ lib/unictype/categ_Pd.c
+ lib/unictype/categ_Pd.h
+ lib/unictype/categ_Pe.c
+ lib/unictype/categ_Pe.h
+ lib/unictype/categ_Pf.c
+ lib/unictype/categ_Pf.h
+ lib/unictype/categ_P.h
+ lib/unictype/categ_Pi.c
+ lib/unictype/categ_Pi.h
+ lib/unictype/categ_Po.c
+ lib/unictype/categ_Po.h
+ lib/unictype/categ_Ps.c
+ lib/unictype/categ_Ps.h
+ lib/unictype/categ_S.c
+ lib/unictype/categ_Sc.c
+ lib/unictype/categ_Sc.h
+ lib/unictype/categ_S.h
+ lib/unictype/categ_Sk.c
+ lib/unictype/categ_Sk.h
+ lib/unictype/categ_Sm.c
+ lib/unictype/categ_Sm.h
+ lib/unictype/categ_So.c
+ lib/unictype/categ_So.h
+ lib/unictype/categ_Z.c
+ lib/unictype/categ_Z.h
+ lib/unictype/categ_Zl.c
+ lib/unictype/categ_Zl.h
+ lib/unictype/categ_Zp.c
+ lib/unictype/categ_Zp.h
+ lib/unictype/categ_Zs.c
+ lib/unictype/categ_Zs.h
+ lib/unictype/combiningclass_byname.c
+ lib/unictype/combiningclass_byname.gperf
+ lib/unictype/combiningclass_longname.c
+ lib/unictype/combiningclass_name.c
+ lib/unictype/decdigit.c
+ lib/unictype/decdigit.h
+ lib/unictype/digit.c
+ lib/unictype/digit.h
+ lib/unictype/identsyntaxmap.h
+ lib/unictype/incb_byname.c
+ lib/unictype/incb_byname.gperf
+ lib/unictype/incb_name.c
+ lib/unictype/incb_name.h
+ lib/unictype/incb_of.c
+ lib/unictype/incb_of.h
+ lib/unictype/joininggroup_byname.c
+ lib/unictype/joininggroup_byname.gperf
+ lib/unictype/joininggroup_name.c
+ lib/unictype/joininggroup_name.h
+ lib/unictype/joininggroup_of.c
+ lib/unictype/joininggroup_of.h
+ lib/unictype/joiningtype_byname.c
+ lib/unictype/joiningtype_byname.gperf
+ lib/unictype/joiningtype_longname.c
+ lib/unictype/joiningtype_name.c
+ lib/unictype/mirror.c
+ lib/unictype/mirror.h
+ lib/unictype/numeric.c
+ lib/unictype/numeric.h
+ lib/unictype/pr_alphabetic.c
+ lib/unictype/pr_alphabetic.h
+ lib/unictype/pr_ascii_hex_digit.c
+ lib/unictype/pr_ascii_hex_digit.h
+ lib/unictype/pr_bidi_arabic_digit.c
+ lib/unictype/pr_bidi_arabic_digit.h
+ lib/unictype/pr_bidi_arabic_right_to_left.c
+ lib/unictype/pr_bidi_arabic_right_to_left.h
+ lib/unictype/pr_bidi_block_separator.c
+ lib/unictype/pr_bidi_block_separator.h
+ lib/unictype/pr_bidi_boundary_neutral.c
+ lib/unictype/pr_bidi_boundary_neutral.h
+ lib/unictype/pr_bidi_common_separator.c
+ lib/unictype/pr_bidi_common_separator.h
+ lib/unictype/pr_bidi_control.c
+ lib/unictype/pr_bidi_control.h
+ lib/unictype/pr_bidi_embedding_or_override.c
+ lib/unictype/pr_bidi_embedding_or_override.h
+ lib/unictype/pr_bidi_eur_num_separator.c
+ lib/unictype/pr_bidi_eur_num_separator.h
+ lib/unictype/pr_bidi_eur_num_terminator.c
+ lib/unictype/pr_bidi_eur_num_terminator.h
+ lib/unictype/pr_bidi_european_digit.c
+ lib/unictype/pr_bidi_european_digit.h
+ lib/unictype/pr_bidi_hebrew_right_to_left.c
+ lib/unictype/pr_bidi_hebrew_right_to_left.h
+ lib/unictype/pr_bidi_left_to_right.c
+ lib/unictype/pr_bidi_left_to_right.h
+ lib/unictype/pr_bidi_non_spacing_mark.c
+ lib/unictype/pr_bidi_non_spacing_mark.h
+ lib/unictype/pr_bidi_other_neutral.c
+ lib/unictype/pr_bidi_other_neutral.h
+ lib/unictype/pr_bidi_pdf.c
+ lib/unictype/pr_bidi_pdf.h
+ lib/unictype/pr_bidi_segment_separator.c
+ lib/unictype/pr_bidi_segment_separator.h
+ lib/unictype/pr_bidi_whitespace.c
+ lib/unictype/pr_bidi_whitespace.h
+ lib/unictype/pr_byname.c
+ lib/unictype/pr_byname.gperf
+ lib/unictype/pr_cased.c
+ lib/unictype/pr_cased.h
+ lib/unictype/pr_case_ignorable.c
+ lib/unictype/pr_case_ignorable.h
+ lib/unictype/pr_changes_when_casefolded.c
+ lib/unictype/pr_changes_when_casefolded.h
+ lib/unictype/pr_changes_when_casemapped.c
+ lib/unictype/pr_changes_when_casemapped.h
+ lib/unictype/pr_changes_when_lowercased.c
+ lib/unictype/pr_changes_when_lowercased.h
+ lib/unictype/pr_changes_when_titlecased.c
+ lib/unictype/pr_changes_when_titlecased.h
+ lib/unictype/pr_changes_when_uppercased.c
+ lib/unictype/pr_changes_when_uppercased.h
+ lib/unictype/pr_combining.c
+ lib/unictype/pr_combining.h
+ lib/unictype/pr_composite.c
+ lib/unictype/pr_composite.h
+ lib/unictype/pr_currency_symbol.c
+ lib/unictype/pr_currency_symbol.h
+ lib/unictype/pr_dash.c
+ lib/unictype/pr_dash.h
+ lib/unictype/pr_decimal_digit.c
+ lib/unictype/pr_decimal_digit.h
+ lib/unictype/pr_default_ignorable_code_point.c
+ lib/unictype/pr_default_ignorable_code_point.h
+ lib/unictype/pr_deprecated.c
+ lib/unictype/pr_deprecated.h
+ lib/unictype/pr_diacritic.c
+ lib/unictype/pr_diacritic.h
+ lib/unictype/pr_emoji.c
+ lib/unictype/pr_emoji_component.c
+ lib/unictype/pr_emoji_component.h
+ lib/unictype/pr_emoji.h
+ lib/unictype/pr_emoji_modifier_base.c
+ lib/unictype/pr_emoji_modifier_base.h
+ lib/unictype/pr_emoji_modifier.c
+ lib/unictype/pr_emoji_modifier.h
+ lib/unictype/pr_emoji_presentation.c
+ lib/unictype/pr_emoji_presentation.h
+ lib/unictype/pr_extended_pictographic.c
+ lib/unictype/pr_extended_pictographic.h
+ lib/unictype/pr_extender.c
+ lib/unictype/pr_extender.h
+ lib/unictype/pr_format_control.c
+ lib/unictype/pr_format_control.h
+ lib/unictype/pr_grapheme_base.c
+ lib/unictype/pr_grapheme_base.h
+ lib/unictype/pr_grapheme_extend.c
+ lib/unictype/pr_grapheme_extend.h
+ lib/unictype/pr_grapheme_link.c
+ lib/unictype/pr_grapheme_link.h
+ lib/unictype/pr_hex_digit.c
+ lib/unictype/pr_hex_digit.h
+ lib/unictype/pr_hyphen.c
+ lib/unictype/pr_hyphen.h
+ lib/unictype/pr_id_compat_math_continue.c
+ lib/unictype/pr_id_compat_math_continue.h
+ lib/unictype/pr_id_compat_math_start.c
+ lib/unictype/pr_id_compat_math_start.h
+ lib/unictype/pr_id_continue.c
+ lib/unictype/pr_id_continue.h
+ lib/unictype/pr_ideographic.c
+ lib/unictype/pr_ideographic.h
+ lib/unictype/pr_ids_binary_operator.c
+ lib/unictype/pr_ids_binary_operator.h
+ lib/unictype/pr_id_start.c
+ lib/unictype/pr_id_start.h
+ lib/unictype/pr_ids_trinary_operator.c
+ lib/unictype/pr_ids_trinary_operator.h
+ lib/unictype/pr_ids_unary_operator.c
+ lib/unictype/pr_ignorable_control.c
+ lib/unictype/pr_ignorable_control.h
+ lib/unictype/pr_iso_control.c
+ lib/unictype/pr_iso_control.h
+ lib/unictype/pr_join_control.c
+ lib/unictype/pr_join_control.h
+ lib/unictype/pr_left_of_pair.c
+ lib/unictype/pr_left_of_pair.h
+ lib/unictype/pr_line_separator.c
+ lib/unictype/pr_line_separator.h
+ lib/unictype/pr_logical_order_exception.c
+ lib/unictype/pr_logical_order_exception.h
+ lib/unictype/pr_lowercase.c
+ lib/unictype/pr_lowercase.h
+ lib/unictype/pr_math.c
+ lib/unictype/pr_math.h
+ lib/unictype/pr_modifier_combining_mark.c
+ lib/unictype/pr_modifier_combining_mark.h
+ lib/unictype/pr_non_break.c
+ lib/unictype/pr_non_break.h
+ lib/unictype/pr_not_a_character.c
+ lib/unictype/pr_not_a_character.h
+ lib/unictype/pr_numeric.c
+ lib/unictype/pr_numeric.h
+ lib/unictype/pr_other_alphabetic.c
+ lib/unictype/pr_other_alphabetic.h
+ lib/unictype/pr_other_default_ignorable_code_point.c
+ lib/unictype/pr_other_default_ignorable_code_point.h
+ lib/unictype/pr_other_grapheme_extend.c
+ lib/unictype/pr_other_grapheme_extend.h
+ lib/unictype/pr_other_id_continue.c
+ lib/unictype/pr_other_id_continue.h
+ lib/unictype/pr_other_id_start.c
+ lib/unictype/pr_other_id_start.h
+ lib/unictype/pr_other_lowercase.c
+ lib/unictype/pr_other_lowercase.h
+ lib/unictype/pr_other_math.c
+ lib/unictype/pr_other_math.h
+ lib/unictype/pr_other_uppercase.c
+ lib/unictype/pr_other_uppercase.h
+ lib/unictype/pr_paired_punctuation.c
+ lib/unictype/pr_paired_punctuation.h
+ lib/unictype/pr_paragraph_separator.c
+ lib/unictype/pr_paragraph_separator.h
+ lib/unictype/pr_pattern_syntax.c
+ lib/unictype/pr_pattern_syntax.h
+ lib/unictype/pr_pattern_white_space.c
+ lib/unictype/pr_pattern_white_space.h
+ lib/unictype/pr_prepended_concatenation_mark.c
+ lib/unictype/pr_prepended_concatenation_mark.h
+ lib/unictype/pr_private_use.c
+ lib/unictype/pr_private_use.h
+ lib/unictype/pr_punctuation.c
+ lib/unictype/pr_punctuation.h
+ lib/unictype/pr_quotation_mark.c
+ lib/unictype/pr_quotation_mark.h
+ lib/unictype/pr_radical.c
+ lib/unictype/pr_radical.h
+ lib/unictype/pr_regional_indicator.c
+ lib/unictype/pr_sentence_terminal.c
+ lib/unictype/pr_sentence_terminal.h
+ lib/unictype/pr_soft_dotted.c
+ lib/unictype/pr_soft_dotted.h
+ lib/unictype/pr_space.c
+ lib/unictype/pr_space.h
+ lib/unictype/pr_terminal_punctuation.c
+ lib/unictype/pr_terminal_punctuation.h
+ lib/unictype/pr_test.c
+ lib/unictype/pr_titlecase.c
+ lib/unictype/pr_titlecase.h
+ lib/unictype/pr_unassigned_code_value.c
+ lib/unictype/pr_unassigned_code_value.h
+ lib/unictype/pr_unified_ideograph.c
+ lib/unictype/pr_unified_ideograph.h
+ lib/unictype/pr_uppercase.c
+ lib/unictype/pr_uppercase.h
+ lib/unictype/pr_variation_selector.c
+ lib/unictype/pr_variation_selector.h
+ lib/unictype/pr_white_space.c
+ lib/unictype/pr_white_space.h
+ lib/unictype/pr_xid_continue.c
+ lib/unictype/pr_xid_continue.h
+ lib/unictype/pr_xid_start.c
+ lib/unictype/pr_xid_start.h
+ lib/unictype/pr_zero_width.c
+ lib/unictype/pr_zero_width.h
+ lib/unictype/sy_c_ident.c
+ lib/unictype/sy_c_ident.h
+ lib/unictype/sy_c_whitespace.c
+ lib/unictype/sy_java_ident.c
+ lib/unictype/sy_java_ident.h
+ lib/unictype/sy_java_whitespace.c
+ lib/unigbrk/gbrkprop.h
+ lib/unigbrk.in.h
+ lib/unigbrk/u16-grapheme-breaks.c
+ lib/unigbrk/u16-grapheme-next.c
+ lib/unigbrk/u16-grapheme-prev.c
+ lib/unigbrk/u32-grapheme-breaks.c
+ lib/unigbrk/u32-grapheme-next.c
+ lib/unigbrk/u32-grapheme-prev.c
+ lib/unigbrk/u8-grapheme-breaks.c
+ lib/unigbrk/u8-grapheme-next.c
+ lib/unigbrk/u8-grapheme-prev.c
+ lib/unigbrk/uc-gbrk-prop.c
+ lib/unigbrk/uc-grapheme-breaks.c
+ lib/unigbrk/uc-is-grapheme-break.c
+ lib/unigbrk/u-grapheme-breaks.h
+ lib/unigbrk/ulc-grapheme-breaks.c
+ lib/unilbrk.in.h
+ lib/unilbrk/internal.h
+ lib/unilbrk/lbrkprop1.h
+ lib/unilbrk/lbrkprop2.h
+ lib/unilbrk/lbrktables.c
+ lib/unilbrk/lbrktables.h
+ lib/unilbrk/u16-possible-linebreaks.c
+ lib/unilbrk/u16-width-linebreaks.c
+ lib/unilbrk/u32-possible-linebreaks.c
+ lib/unilbrk/u32-width-linebreaks.c
+ lib/unilbrk/u8-possible-linebreaks.c
+ lib/unilbrk/u8-width-linebreaks.c
+ lib/unilbrk/ulc-common.c
+ lib/unilbrk/ulc-common.h
+ lib/unilbrk/ulc-possible-linebreaks.c
+ lib/unilbrk/ulc-width-linebreaks.c
+ lib/unimetadata/u-version.c
+ lib/uniname/gen-uninames.lisp
+ lib/uniname.in.h
+ lib/uniname/uniname.c
+ lib/uniname/uninames.h
+ lib/uninorm/compat-decomposition.c
+ lib/uninorm/decomposing-form.c
+ lib/uninorm/decomposition.c
+ lib/uninorm/nfkc.c
+ lib/uninorm/nfkd.c
+ lib/uninorm/u16-normalize.c
+ lib/uninorm/u16-normcmp.c
+ lib/uninorm/u16-normcoll.c
+ lib/uninorm/u16-normxfrm.c
+ lib/uninorm/u32-normcmp.c
+ lib/uninorm/u32-normcoll.c
+ lib/uninorm/u32-normxfrm.c
+ lib/uninorm/u8-normalize.c
+ lib/uninorm/u8-normcmp.c
+ lib/uninorm/u8-normcoll.c
+ lib/uninorm/u8-normxfrm.c
+ lib/uninorm/uninorm-filter.c
+ lib/uninorm/u-normcmp.h
+ lib/uninorm/u-normcoll.h
+ lib/uninorm/u-normxfrm.h
+ lib/unistdio.in.h
+ lib/unistdio/u16-asnprintf.c
+ lib/unistdio/u16-asprintf.c
+ lib/unistdio/u16-printf-parse.c
+ lib/unistdio/u16-snprintf.c
+ lib/unistdio/u16-sprintf.c
+ lib/unistdio/u16-u16-asnprintf.c
+ lib/unistdio/u16-u16-asprintf.c
+ lib/unistdio/u16-u16-snprintf.c
+ lib/unistdio/u16-u16-sprintf.c
+ lib/unistdio/u16-u16-vasnprintf.c
+ lib/unistdio/u16-u16-vasprintf.c
+ lib/unistdio/u16-u16-vsnprintf.c
+ lib/unistdio/u16-u16-vsprintf.c
+ lib/unistdio/u16-vasnprintf.c
+ lib/unistdio/u16-vasprintf.c
+ lib/unistdio/u16-vsnprintf.c
+ lib/unistdio/u16-vsprintf.c
+ lib/unistdio/u32-asnprintf.c
+ lib/unistdio/u32-asprintf.c
+ lib/unistdio/u32-printf-parse.c
+ lib/unistdio/u32-snprintf.c
+ lib/unistdio/u32-sprintf.c
+ lib/unistdio/u32-u32-asnprintf.c
+ lib/unistdio/u32-u32-asprintf.c
+ lib/unistdio/u32-u32-snprintf.c
+ lib/unistdio/u32-u32-sprintf.c
+ lib/unistdio/u32-u32-vasnprintf.c
+ lib/unistdio/u32-u32-vasprintf.c
+ lib/unistdio/u32-u32-vsnprintf.c
+ lib/unistdio/u32-u32-vsprintf.c
+ lib/unistdio/u32-vasnprintf.c
+ lib/unistdio/u32-vasprintf.c
+ lib/unistdio/u32-vsnprintf.c
+ lib/unistdio/u32-vsprintf.c
+ lib/unistdio/u8-asnprintf.c
+ lib/unistdio/u8-asprintf.c
+ lib/unistdio/u8-printf-parse.c
+ lib/unistdio/u8-snprintf.c
+ lib/unistdio/u8-sprintf.c
+ lib/unistdio/u8-u8-asnprintf.c
+ lib/unistdio/u8-u8-asprintf.c
+ lib/unistdio/u8-u8-snprintf.c
+ lib/unistdio/u8-u8-sprintf.c
+ lib/unistdio/u8-u8-vasnprintf.c
+ lib/unistdio/u8-u8-vasprintf.c
+ lib/unistdio/u8-u8-vsnprintf.c
+ lib/unistdio/u8-u8-vsprintf.c
+ lib/unistdio/u8-vasnprintf.c
+ lib/unistdio/u8-vasprintf.c
+ lib/unistdio/u8-vsnprintf.c
+ lib/unistdio/u8-vsprintf.c
+ lib/unistdio/u-asnprintf.h
+ lib/unistdio/u-asprintf.h
+ lib/unistdio/ulc-asnprintf.c
+ lib/unistdio/ulc-asprintf.c
+ lib/unistdio/ulc-fprintf.c
+ lib/unistdio/ulc-printf-parse.c
+ lib/unistdio/ulc-snprintf.c
+ lib/unistdio/ulc-sprintf.c
+ lib/unistdio/ulc-vasnprintf.c
+ lib/unistdio/ulc-vasprintf.c
+ lib/unistdio/ulc-vfprintf.c
+ lib/unistdio/ulc-vsnprintf.c
+ lib/unistdio/ulc-vsprintf.c
+ lib/unistdio/u-printf-args.c
+ lib/unistdio/u-printf-args.h
+ lib/unistdio/u-printf-parse.h
+ lib/unistdio/u-snprintf.h
+ lib/unistdio/u-sprintf.h
+ lib/unistdio/u-vasprintf.h
+ lib/unistdio/u-vsnprintf.h
+ lib/unistdio/u-vsprintf.h
+ lib/unistr/u16-check.c
+ lib/unistr/u16-chr.c
+ lib/unistr/u16-cmp2.c
+ lib/unistr/u16-cmp.c
+ lib/unistr/u16-cpy-alloc.c
+ lib/unistr/u16-cpy.c
+ lib/unistr/u16-endswith.c
+ lib/unistr/u16-mblen.c
+ lib/unistr/u16-mbsnlen.c
+ lib/unistr/u16-mbtouc-aux.c
+ lib/unistr/u16-mbtouc.c
+ lib/unistr/u16-mbtouc-unsafe-aux.c
+ lib/unistr/u16-mbtouc-unsafe.c
+ lib/unistr/u16-move.c
+ lib/unistr/u16-next.c
+ lib/unistr/u16-pcpy.c
+ lib/unistr/u16-prev.c
+ lib/unistr/u16-set.c
+ lib/unistr/u16-startswith.c
+ lib/unistr/u16-stpcpy.c
+ lib/unistr/u16-stpncpy.c
+ lib/unistr/u16-strcat.c
+ lib/unistr/u16-strchr.c
+ lib/unistr/u16-strcmp.c
+ lib/unistr/u16-strcoll.c
+ lib/unistr/u16-strcpy.c
+ lib/unistr/u16-strcspn.c
+ lib/unistr/u16-strdup.c
+ lib/unistr/u16-strmblen.c
+ lib/unistr/u16-strmbtouc.c
+ lib/unistr/u16-strncat.c
+ lib/unistr/u16-strncmp.c
+ lib/unistr/u16-strncpy.c
+ lib/unistr/u16-strnlen.c
+ lib/unistr/u16-strpbrk.c
+ lib/unistr/u16-strrchr.c
+ lib/unistr/u16-strspn.c
+ lib/unistr/u16-strstr.c
+ lib/unistr/u16-strtok.c
+ lib/unistr/u16-to-u8.c
+ lib/unistr/u16-uctomb-aux.c
+ lib/unistr/u16-uctomb.c
+ lib/unistr/u32-check.c
+ lib/unistr/u32-cmp2.c
+ lib/unistr/u32-cmp.c
+ lib/unistr/u32-cpy-alloc.c
+ lib/unistr/u32-endswith.c
+ lib/unistr/u32-mblen.c
+ lib/unistr/u32-mbsnlen.c
+ lib/unistr/u32-mbtouc.c
+ lib/unistr/u32-mbtoucr.c
+ lib/unistr/u32-move.c
+ lib/unistr/u32-next.c
+ lib/unistr/u32-prev.c
+ lib/unistr/u32-set.c
+ lib/unistr/u32-startswith.c
+ lib/unistr/u32-stpcpy.c
+ lib/unistr/u32-stpncpy.c
+ lib/unistr/u32-strchr.c
+ lib/unistr/u32-strcmp.c
+ lib/unistr/u32-strcoll.c
+ lib/unistr/u32-strcpy.c
+ lib/unistr/u32-strcspn.c
+ lib/unistr/u32-strdup.c
+ lib/unistr/u32-strmblen.c
+ lib/unistr/u32-strmbtouc.c
+ lib/unistr/u32-strncat.c
+ lib/unistr/u32-strncmp.c
+ lib/unistr/u32-strncpy.c
+ lib/unistr/u32-strnlen.c
+ lib/unistr/u32-strpbrk.c
+ lib/unistr/u32-strrchr.c
+ lib/unistr/u32-strspn.c
+ lib/unistr/u32-strstr.c
+ lib/unistr/u32-strtok.c
+ lib/unistr/u32-to-u16.c
+ lib/unistr/u8-chr.c
+ lib/unistr/u8-cmp2.c
+ lib/unistr/u8-cmp.c
+ lib/unistr/u8-cpy-alloc.c
+ lib/unistr/u8-cpy.c
+ lib/unistr/u8-endswith.c
+ lib/unistr/u8-mbsnlen.c
+ lib/unistr/u8-move.c
+ lib/unistr/u8-next.c
+ lib/unistr/u8-pcpy.c
+ lib/unistr/u8-set.c
+ lib/unistr/u8-startswith.c
+ lib/unistr/u8-stpcpy.c
+ lib/unistr/u8-stpncpy.c
+ lib/unistr/u8-strcat.c
+ lib/unistr/u8-strchr.c
+ lib/unistr/u8-strcmp.c
+ lib/unistr/u8-strcoll.c
+ lib/unistr/u8-strcpy.c
+ lib/unistr/u8-strcspn.c
+ lib/unistr/u8-strdup.c
+ lib/unistr/u8-strmblen.c
+ lib/unistr/u8-strmbtouc.c
+ lib/unistr/u8-strncat.c
+ lib/unistr/u8-strncmp.c
+ lib/unistr/u8-strncpy.c
+ lib/unistr/u8-strnlen.c
+ lib/unistr/u8-strpbrk.c
+ lib/unistr/u8-strrchr.c
+ lib/unistr/u8-strspn.c
+ lib/unistr/u8-strstr.c
+ lib/unistr/u8-strtok.c
+ lib/unistr/u8-to-u16.c
+ lib/unistr/u-cmp2.h
+ lib/unistr/u-cpy-alloc.h
+ lib/unistr/u-endswith.h
+ lib/unistr/u-move.h
+ lib/unistr/u-set.h
+ lib/unistr/u-startswith.h
+ lib/unistr/u-stpcpy.h
+ lib/unistr/u-stpncpy.h
+ lib/unistr/u-strcoll.h
+ lib/unistr/u-strcpy.h
+ lib/unistr/u-strcspn.h
+ lib/unistr/u-strdup.h
+ lib/unistr/u-strncat.h
+ lib/unistr/u-strncpy.h
+ lib/unistr/u-strnlen.h
+ lib/unistr/u-strpbrk.h
+ lib/unistr/u-strspn.h
+ lib/unistr/u-strtok.h
+ lib/uniwbrk.in.h
+ lib/uniwbrk/u16-wordbreaks.c
+ lib/uniwbrk/u32-wordbreaks.c
+ lib/uniwbrk/u8-wordbreaks.c
+ lib/uniwbrk/ulc-wordbreaks.c
+ lib/uniwbrk/u-wordbreaks.h
+ lib/uniwbrk/wbrkprop.h
+ lib/uniwbrk/wbrktable.c
+ lib/uniwbrk/wbrktable.h
+ lib/uniwbrk/wordbreak-property.c
+ lib/uniwidth/u16-strwidth.c
+ lib/uniwidth/u16-width.c
+ lib/uniwidth/u32-strwidth.c
+ lib/uniwidth/u32-width.c
+ lib/uniwidth/u8-strwidth.c
+ lib/uniwidth/u8-width.c
+ doc/lgpl.texi
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: LGPL-3
+
+Files: woe32dll/*
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: LGPL-2+ or LGPL-3+
+
+Files: tests/*
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: tests/unigbrk/*
+ tests/unictype/test-combiningclass_byname.c
+ tests/unictype/test-incb_byname.c
+ tests/unictype/test-incb_name.c
+ tests/unictype/test-incb_of.c
+ tests/unictype/test-joininggroup_byname.c
+ tests/unictype/test-joininggroup_name.c
+ tests/unictype/test-joininggroup_of.c
+ tests/unictype/test-joiningtype_byname.c
+ tests/unictype/test-joiningtype_longname.c
+ tests/unictype/test-joiningtype_name.c
+ tests/unictype/test-joiningtype_of.c
+ tests/c32tob.c
+ tests/fchdir.c
+ tests/memrchr.c
+ tests/putenv.c
+ tests/rewinddir.c
+ tests/setlocale.c
+ tests/symlink.c
+ tests/test-array-mergesort.c
+ tests/uniwbrk/test-uc-wordbreaks.c
+ tests/wctob.c
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: LGPL-3+
+
+Files: tests/unigbrk/test-uc-gbrk-prop.c
+ tests/unigbrk/test-uc-gbrk-prop.h
+ tests/unigbrk/test-ulc-grapheme-breaks.c
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: tests/arg-nonnull.h
+ tests/c++defs.h
+ tests/_Noreturn.h
+ tests/warn-on-use.h
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: LGPL-2+
+
+Files: tests/arpa_inet.c
+ tests/arpa_inet.in.h
+ tests/assure.h
+ tests/basename-lgpl.c
+ tests/basename-lgpl.h
+ tests/binary-io.c
+ tests/binary-io.h
+ tests/bind.c
+ tests/btoc32.c
+ tests/btowc.c
+ tests/c32rtomb.c
+ tests/calloc.c
+ tests/cdefs.h
+ tests/cloexec.c
+ tests/cloexec.h
+ tests/close.c
+ tests/closedir.c
+ tests/concat-filename.c
+ tests/concat-filename.h
+ tests/connect.c
+ tests/ctype.in.h
+ tests/dirent.in.h
+ tests/dirent-private.h
+ tests/dirfd.c
+ tests/dup2.c
+ tests/dup.c
+ tests/error.c
+ tests/error.in.h
+ tests/exitfail.c
+ tests/exitfail.h
+ tests/fcntl.c
+ tests/fcntl.in.h
+ tests/fd-hook.c
+ tests/fd-hook.h
+ tests/fdopen.c
+ tests/filenamecat.h
+ tests/filenamecat-lgpl.c
+ tests/filename.h
+ tests/fstat.c
+ tests/getcwd-lgpl.c
+ tests/getdtablesize.c
+ tests/getprogname.c
+ tests/getprogname.h
+ tests/gettext.h
+ tests/gettimeofday.c
+ tests/glthread/thread.c
+ tests/glthread/thread.h
+ tests/glthread/yield.h
+ tests/ialloc.c
+ tests/ialloc.h
+ tests/ignore-value.h
+ tests/intprops.h
+ tests/intprops-internal.h
+ tests/ioctl.c
+ tests/isblank.c
+ tests/libc-config.h
+ tests/listen.c
+ tests/lstat.c
+ tests/malloc.c
+ tests/mbtowc.c
+ tests/mbtowc-impl.h
+ tests/mempcpy.c
+ tests/msvc-inval.c
+ tests/msvc-inval.h
+ tests/msvc-nothrow.c
+ tests/msvc-nothrow.h
+ tests/nan.h
+ tests/nanosleep.c
+ tests/netinet_in.in.h
+ tests/open.c
+ tests/opendir.c
+ tests/pathmax.h
+ tests/perror.c
+ tests/pipe.c
+ tests/pselect.c
+ tests/pthread-cond.c
+ tests/pthread-mutex.c
+ tests/pthread_mutex_timedlock.c
+ tests/pthread-rwlock.c
+ tests/pthread_sigmask.c
+ tests/pthread-thread.c
+ tests/qemu.h
+ tests/raise.c
+ tests/readdir.c
+ tests/reallocarray.c
+ tests/realloc.c
+ tests/same-inode.h
+ tests/sched_yield.c
+ tests/select.c
+ tests/setenv.c
+ tests/setsockopt.c
+ tests/signal.in.h
+ tests/signed-nan.h
+ tests/signed-snan.h
+ tests/sigprocmask.c
+ tests/sleep.c
+ tests/snan.h
+ tests/socket.c
+ tests/sockets.c
+ tests/sockets.h
+ tests/stat.c
+ tests/stat-time.c
+ tests/stat-time.h
+ tests/stat-w32.c
+ tests/stat-w32.h
+ tests/stdio.in.h
+ tests/stdio-read.c
+ tests/stdio-write.c
+ tests/stpcpy.c
+ tests/strdup.c
+ tests/strerror.c
+ tests/strerror-override.c
+ tests/strerror-override.h
+ tests/strerror_r.c
+ tests/sys_ioctl.in.h
+ tests/sys_select.in.h
+ tests/sys_socket.c
+ tests/sys_socket.in.h
+ tests/sys_stat.in.h
+ tests/sys_time.in.h
+ tests/sys_uio.in.h
+ tests/time.c
+ tests/unsetenv.c
+ tests/usleep.c
+ tests/verify.h
+ tests/virtualbox.h
+ tests/w32sock.h
+ tests/wcrtomb.c
+ tests/wctomb.c
+ tests/wctomb-impl.h
+ tests/windows-cond.c
+ tests/windows-cond.h
+ tests/windows-initguard.h
+ tests/windows-thread.c
+ tests/windows-thread.h
+ tests/windows-timedmutex.c
+ tests/windows-timedmutex.h
+ tests/windows-timedrecmutex.c
+ tests/windows-timedrecmutex.h
+ tests/windows-timedrwlock.c
+ tests/windows-timedrwlock.h
+ tests/windows-tls.c
+ tests/windows-tls.h
+ tests/accept.c
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: LGPL-2.1+
+
+Files: tests/random.c
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: BSD-3-clause or LGPL-3+
+
+Files: tests/random_r.c
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: BSD-3-clause or LGPL-2.1+
+
+Files: tests/inet_pton.c
+Copyright: 2001-2024 Free Software Foundation, Inc.
+License: ISC or LGPL-2.1+
+
+
+Files: tests/unigbrk/GraphemeBreakTest.txt
+ tests/unilbrk/LineBreakTest.txt
+ tests/uniname/UnicodeData.txt
+ tests/uninorm/NormalizationTest.txt
+ tests/uniwbrk/WordBreakTest.txt
+ tests/uniname/NameAliases.txt
+Copyright: 1995-2024 Free Software Foundation, Inc.
+License: Unicode-DFS-2016
+
+Files: tests/alloca.c
+ tests/uniname/HangulSyllableNames.txt
+Copyright: 1995-2024 Free Software Foundation, Inc.
+License: public-domain
+
+Files: gnulib-m4/* m4/*.m4
+Copyright: 1995-2024 Free Software Foundation, Inc.
+License: FreeSoftware
+ 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.
+
+Files: build-aux/*
+Copyright: 1995-2024 Free Software Foundation, Inc.
+License: GPL-2+
+
+Files: m4/init-package-version.m4
+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
+ 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/texi2html
+Copyright: 1999-2005 Patrice Dumas <dumas@centre-cired.fr>,
+ 1999-2005 Derek Price <derek@ximbiot.com>,
+ 1999-2005 Adrian Aichner <adrian@xemacs.org>
+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: X11
+
+Files: debian/*
+Copyright: 2009-2011 Andreas Rottmann <rotty@debian.org>
+ 2017-2025 Jörg Frings-Fürst <debian@jff.email>
+License: GPL-3+
+
+License: LGPL-3+
+ This program 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This program 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.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems the full text of the GNU Lesser General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/LGPL-3'.
+
+License: GPL-3+
+ This program 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This program 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 <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems the full text of the GNU General Public License
+ version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+
+License: GPL-2+
+ This program 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, or (at your option)
+ any later version.
+ .
+ This program 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
+ .
+ On Debian systems the full text of the GNU General Public License
+ version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+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: bsd-3-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ 3. Neither the name of the copyright holder nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+License: gfdl-1.2+
+ Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+ .
+ .
+ 0. PREAMBLE
+ .
+ The purpose of this License is to make a manual, textbook, or other
+ functional and useful document "free" in the sense of freedom: to
+ assure everyone the effective freedom to copy and redistribute it,
+ with or without modifying it, either commercially or noncommercially.
+ Secondarily, this License preserves for the author and publisher a way
+ to get credit for their work, while not being considered responsible
+ for modifications made by others.
+ .
+ This License is a kind of "copyleft", which means that derivative
+ works of the document must themselves be free in the same sense. It
+ complements the GNU General Public License, which is a copyleft
+ license designed for free software.
+ .
+ We have designed this License in order to use it for manuals for free
+ software, because free software needs free documentation: a free
+ program should come with manuals providing the same freedoms that the
+ software does. But this License is not limited to software manuals;
+ it can be used for any textual work, regardless of subject matter or
+ whether it is published as a printed book. We recommend this License
+ principally for works whose purpose is instruction or reference.
+ .
+ .
+ 1. APPLICABILITY AND DEFINITIONS
+ .
+ This License applies to any manual or other work, in any medium, that
+ contains a notice placed by the copyright holder saying it can be
+ distributed under the terms of this License. Such a notice grants a
+ world-wide, royalty-free license, unlimited in duration, to use that
+ work under the conditions stated herein. The "Document", below,
+ refers to any such manual or work. Any member of the public is a
+ licensee, and is addressed as "you". You accept the license if you
+ copy, modify or distribute the work in a way requiring permission
+ under copyright law.
+ .
+ A "Modified Version" of the Document means any work containing the
+ Document or a portion of it, either copied verbatim, or with
+ modifications and/or translated into another language.
+ .
+ A "Secondary Section" is a named appendix or a front-matter section of
+ the Document that deals exclusively with the relationship of the
+ publishers or authors of the Document to the Document's overall subject
+ (or to related matters) and contains nothing that could fall directly
+ within that overall subject. (Thus, if the Document is in part a
+ textbook of mathematics, a Secondary Section may not explain any
+ mathematics.) The relationship could be a matter of historical
+ connection with the subject or with related matters, or of legal,
+ commercial, philosophical, ethical or political position regarding
+ them.
+ .
+ The "Invariant Sections" are certain Secondary Sections whose titles
+ are designated, as being those of Invariant Sections, in the notice
+ that says that the Document is released under this License. If a
+ section does not fit the above definition of Secondary then it is not
+ allowed to be designated as Invariant. The Document may contain zero
+ Invariant Sections. If the Document does not identify any Invariant
+ Sections then there are none.
+ .
+ The "Cover Texts" are certain short passages of text that are listed,
+ as Front-Cover Texts or Back-Cover Texts, in the notice that says that
+ the Document is released under this License. A Front-Cover Text may
+ be at most 5 words, and a Back-Cover Text may be at most 25 words.
+ .
+ A "Transparent" copy of the Document means a machine-readable copy,
+ represented in a format whose specification is available to the
+ general public, that is suitable for revising the document
+ straightforwardly with generic text editors or (for images composed of
+ pixels) generic paint programs or (for drawings) some widely available
+ drawing editor, and that is suitable for input to text formatters or
+ for automatic translation to a variety of formats suitable for input
+ to text formatters. A copy made in an otherwise Transparent file
+ format whose markup, or absence of markup, has been arranged to thwart
+ or discourage subsequent modification by readers is not Transparent.
+ An image format is not Transparent if used for any substantial amount
+ of text. A copy that is not "Transparent" is called "Opaque".
+ .
+ Examples of suitable formats for Transparent copies include plain
+ ASCII without markup, Texinfo input format, LaTeX input format, SGML
+ or XML using a publicly available DTD, and standard-conforming simple
+ HTML, PostScript or PDF designed for human modification. Examples of
+ transparent image formats include PNG, XCF and JPG. Opaque formats
+ include proprietary formats that can be read and edited only by
+ proprietary word processors, SGML or XML for which the DTD and/or
+ processing tools are not generally available, and the
+ machine-generated HTML, PostScript or PDF produced by some word
+ processors for output purposes only.
+ .
+ The "Title Page" means, for a printed book, the title page itself,
+ plus such following pages as are needed to hold, legibly, the material
+ this License requires to appear in the title page. For works in
+ formats which do not have any title page as such, "Title Page" means
+ the text near the most prominent appearance of the work's title,
+ preceding the beginning of the body of the text.
+ .
+ A section "Entitled XYZ" means a named subunit of the Document whose
+ title either is precisely XYZ or contains XYZ in parentheses following
+ text that translates XYZ in another language. (Here XYZ stands for a
+ specific section name mentioned below, such as "Acknowledgements",
+ "Dedications", "Endorsements", or "History".) To "Preserve the Title"
+ of such a section when you modify the Document means that it remains a
+ section "Entitled XYZ" according to this definition.
+ .
+ The Document may include Warranty Disclaimers next to the notice which
+ states that this License applies to the Document. These Warranty
+ Disclaimers are considered to be included by reference in this
+ License, but only as regards disclaiming warranties: any other
+ implication that these Warranty Disclaimers may have is void and has
+ no effect on the meaning of this License.
+ .
+ .
+ 2. VERBATIM COPYING
+ .
+ You may copy and distribute the Document in any medium, either
+ commercially or noncommercially, provided that this License, the
+ copyright notices, and the license notice saying this License applies
+ to the Document are reproduced in all copies, and that you add no other
+ conditions whatsoever to those of this License. You may not use
+ technical measures to obstruct or control the reading or further
+ copying of the copies you make or distribute. However, you may accept
+ compensation in exchange for copies. If you distribute a large enough
+ number of copies you must also follow the conditions in section 3.
+ .
+ You may also lend copies, under the same conditions stated above, and
+ you may publicly display copies.
+ .
+ .
+ 3. COPYING IN QUANTITY
+ .
+ If you publish printed copies (or copies in media that commonly have
+ printed covers) of the Document, numbering more than 100, and the
+ Document's license notice requires Cover Texts, you must enclose the
+ copies in covers that carry, clearly and legibly, all these Cover
+ Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
+ the back cover. Both covers must also clearly and legibly identify
+ you as the publisher of these copies. The front cover must present
+ the full title with all words of the title equally prominent and
+ visible. You may add other material on the covers in addition.
+ Copying with changes limited to the covers, as long as they preserve
+ the title of the Document and satisfy these conditions, can be treated
+ as verbatim copying in other respects.
+ .
+ If the required texts for either cover are too voluminous to fit
+ legibly, you should put the first ones listed (as many as fit
+ reasonably) on the actual cover, and continue the rest onto adjacent
+ pages.
+ .
+ If you publish or distribute Opaque copies of the Document numbering
+ more than 100, you must either include a machine-readable Transparent
+ copy along with each Opaque copy, or state in or with each Opaque copy
+ a computer-network location from which the general network-using
+ public has access to download using public-standard network protocols
+ a complete Transparent copy of the Document, free of added material.
+ If you use the latter option, you must take reasonably prudent steps,
+ when you begin distribution of Opaque copies in quantity, to ensure
+ that this Transparent copy will remain thus accessible at the stated
+ location until at least one year after the last time you distribute an
+ Opaque copy (directly or through your agents or retailers) of that
+ edition to the public.
+ .
+ It is requested, but not required, that you contact the authors of the
+ Document well before redistributing any large number of copies, to give
+ them a chance to provide you with an updated version of the Document.
+ .
+ .
+ 4. MODIFICATIONS
+ .
+ You may copy and distribute a Modified Version of the Document under
+ the conditions of sections 2 and 3 above, provided that you release
+ the Modified Version under precisely this License, with the Modified
+ Version filling the role of the Document, thus licensing distribution
+ and modification of the Modified Version to whoever possesses a copy
+ of it. In addition, you must do these things in the Modified Version:
+ .
+ A. Use in the Title Page (and on the covers, if any) a title distinct
+ from that of the Document, and from those of previous versions
+ (which should, if there were any, be listed in the History section
+ of the Document). You may use the same title as a previous version
+ if the original publisher of that version gives permission.
+ B. List on the Title Page, as authors, one or more persons or entities
+ responsible for authorship of the modifications in the Modified
+ Version, together with at least five of the principal authors of the
+ Document (all of its principal authors, if it has fewer than five),
+ unless they release you from this requirement.
+ C. State on the Title page the name of the publisher of the
+ Modified Version, as the publisher.
+ D. Preserve all the copyright notices of the Document.
+ E. Add an appropriate copyright notice for your modifications
+ adjacent to the other copyright notices.
+ F. Include, immediately after the copyright notices, a license notice
+ giving the public permission to use the Modified Version under the
+ terms of this License, in the form shown in the Addendum below.
+ G. Preserve in that license notice the full lists of Invariant Sections
+ and required Cover Texts given in the Document's license notice.
+ H. Include an unaltered copy of this License.
+ I. Preserve the section Entitled "History", Preserve its Title, and add
+ to it an item stating at least the title, year, new authors, and
+ publisher of the Modified Version as given on the Title Page. If
+ there is no section Entitled "History" in the Document, create one
+ stating the title, year, authors, and publisher of the Document as
+ given on its Title Page, then add an item describing the Modified
+ Version as stated in the previous sentence.
+ J. Preserve the network location, if any, given in the Document for
+ public access to a Transparent copy of the Document, and likewise
+ the network locations given in the Document for previous versions
+ it was based on. These may be placed in the "History" section.
+ You may omit a network location for a work that was published at
+ least four years before the Document itself, or if the original
+ publisher of the version it refers to gives permission.
+ K. For any section Entitled "Acknowledgements" or "Dedications",
+ Preserve the Title of the section, and preserve in the section all
+ the substance and tone of each of the contributor acknowledgements
+ and/or dedications given therein.
+ L. Preserve all the Invariant Sections of the Document,
+ unaltered in their text and in their titles. Section numbers
+ or the equivalent are not considered part of the section titles.
+ M. Delete any section Entitled "Endorsements". Such a section
+ may not be included in the Modified Version.
+ N. Do not retitle any existing section to be Entitled "Endorsements"
+ or to conflict in title with any Invariant Section.
+ O. Preserve any Warranty Disclaimers.
+ .
+ If the Modified Version includes new front-matter sections or
+ appendices that qualify as Secondary Sections and contain no material
+ copied from the Document, you may at your option designate some or all
+ of these sections as invariant. To do this, add their titles to the
+ list of Invariant Sections in the Modified Version's license notice.
+ These titles must be distinct from any other section titles.
+ .
+ You may add a section Entitled "Endorsements", provided it contains
+ nothing but endorsements of your Modified Version by various
+ parties--for example, statements of peer review or that the text has
+ been approved by an organization as the authoritative definition of a
+ standard.
+ .
+ You may add a passage of up to five words as a Front-Cover Text, and a
+ passage of up to 25 words as a Back-Cover Text, to the end of the list
+ of Cover Texts in the Modified Version. Only one passage of
+ Front-Cover Text and one of Back-Cover Text may be added by (or
+ through arrangements made by) any one entity. If the Document already
+ includes a cover text for the same cover, previously added by you or
+ by arrangement made by the same entity you are acting on behalf of,
+ you may not add another; but you may replace the old one, on explicit
+ permission from the previous publisher that added the old one.
+ .
+ The author(s) and publisher(s) of the Document do not by this License
+ give permission to use their names for publicity for or to assert or
+ imply endorsement of any Modified Version.
+ .
+ .
+ 5. COMBINING DOCUMENTS
+ .
+ You may combine the Document with other documents released under this
+ License, under the terms defined in section 4 above for modified
+ versions, provided that you include in the combination all of the
+ Invariant Sections of all of the original documents, unmodified, and
+ list them all as Invariant Sections of your combined work in its
+ license notice, and that you preserve all their Warranty Disclaimers.
+ .
+ The combined work need only contain one copy of this License, and
+ multiple identical Invariant Sections may be replaced with a single
+ copy. If there are multiple Invariant Sections with the same name but
+ different contents, make the title of each such section unique by
+ adding at the end of it, in parentheses, the name of the original
+ author or publisher of that section if known, or else a unique number.
+ Make the same adjustment to the section titles in the list of
+ Invariant Sections in the license notice of the combined work.
+ .
+ In the combination, you must combine any sections Entitled "History"
+ in the various original documents, forming one section Entitled
+ "History"; likewise combine any sections Entitled "Acknowledgements",
+ and any sections Entitled "Dedications". You must delete all sections
+ Entitled "Endorsements".
+ .
+ .
+ 6. COLLECTIONS OF DOCUMENTS
+ .
+ You may make a collection consisting of the Document and other documents
+ released under this License, and replace the individual copies of this
+ License in the various documents with a single copy that is included in
+ the collection, provided that you follow the rules of this License for
+ verbatim copying of each of the documents in all other respects.
+ .
+ You may extract a single document from such a collection, and distribute
+ it individually under this License, provided you insert a copy of this
+ License into the extracted document, and follow this License in all
+ other respects regarding verbatim copying of that document.
+ .
+ .
+ 7. AGGREGATION WITH INDEPENDENT WORKS
+ .
+ A compilation of the Document or its derivatives with other separate
+ and independent documents or works, in or on a volume of a storage or
+ distribution medium, is called an "aggregate" if the copyright
+ resulting from the compilation is not used to limit the legal rights
+ of the compilation's users beyond what the individual works permit.
+ When the Document is included in an aggregate, this License does not
+ apply to the other works in the aggregate which are not themselves
+ derivative works of the Document.
+ .
+ If the Cover Text requirement of section 3 is applicable to these
+ copies of the Document, then if the Document is less than one half of
+ the entire aggregate, the Document's Cover Texts may be placed on
+ covers that bracket the Document within the aggregate, or the
+ electronic equivalent of covers if the Document is in electronic form.
+ Otherwise they must appear on printed covers that bracket the whole
+ aggregate.
+ .
+ .
+ 8. TRANSLATION
+ .
+ Translation is considered a kind of modification, so you may
+ distribute translations of the Document under the terms of section 4.
+ Replacing Invariant Sections with translations requires special
+ permission from their copyright holders, but you may include
+ translations of some or all Invariant Sections in addition to the
+ original versions of these Invariant Sections. You may include a
+ translation of this License, and all the license notices in the
+ Document, and any Warranty Disclaimers, provided that you also include
+ the original English version of this License and the original versions
+ of those notices and disclaimers. In case of a disagreement between
+ the translation and the original version of this License or a notice
+ or disclaimer, the original version will prevail.
+ .
+ If a section in the Document is Entitled "Acknowledgements",
+ "Dedications", or "History", the requirement (section 4) to Preserve
+ its Title (section 1) will typically require changing the actual
+ title.
+ .
+ .
+ 9. TERMINATION
+ .
+ You may not copy, modify, sublicense, or distribute the Document except
+ as expressly provided for under this License. Any other attempt to
+ copy, modify, sublicense or distribute the Document is void, and will
+ automatically terminate your rights under this License. However,
+ parties who have received copies, or rights, from you under this
+ License will not have their licenses terminated so long as such
+ parties remain in full compliance.
+ .
+ .
+ 10. FUTURE REVISIONS OF THIS LICENSE
+ .
+ The Free Software Foundation may publish new, revised versions
+ of the GNU Free Documentation License from time to time. Such new
+ versions will be similar in spirit to the present version, but may
+ differ in detail to address new problems or concerns. See
+ https://www.gnu.org/licenses/.
+ .
+ Each version of the License is given a distinguishing version number.
+ If the Document specifies that a particular numbered version of this
+ License "or any later version" applies to it, you have the option of
+ following the terms and conditions either of that specified version or
+ of any later version that has been published (not as a draft) by the
+ Free Software Foundation. If the Document does not specify a version
+ number of this License, you may choose any version ever published (not
+ as a draft) by the Free Software Foundation.
+ .
+ .
+ ADDENDUM: How to use this License for your documents
+ .
+ To use this License in a document you have written, include a copy of
+ the License in the document and put the following copyright and
+ license notices just after the title page:
+ .
+ Copyright (c) YEAR YOUR NAME.
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.2
+ or any later version published by the Free Software Foundation;
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+ A copy of the license is included in the section entitled "GNU
+ Free Documentation License".
+ .
+ If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
+ replace the "with...Texts." line with this:
+ .
+ with the Invariant Sections being LIST THEIR TITLES, with the
+ Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
+ .
+ If you have Invariant Sections without Cover Texts, or some other
+ combination of the three, merge those two alternatives to suit the
+ situation.
+ .
+ If your document contains nontrivial examples of program code, we
+ recommend releasing these examples in parallel under your choice of
+ free software license, such as the GNU General Public License,
+ to permit their use in free software.
+
+
+License: gfdl-1.3+
+ Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
+ <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+ .
+ 0. PREAMBLE
+ .
+ The purpose of this License is to make a manual, textbook, or other
+ functional and useful document "free" in the sense of freedom: to
+ assure everyone the effective freedom to copy and redistribute it,
+ with or without modifying it, either commercially or noncommercially.
+ Secondarily, this License preserves for the author and publisher a way
+ to get credit for their work, while not being considered responsible
+ for modifications made by others.
+ .
+ This License is a kind of "copyleft", which means that derivative
+ works of the document must themselves be free in the same sense. It
+ complements the GNU General Public License, which is a copyleft
+ license designed for free software.
+ .
+ We have designed this License in order to use it for manuals for free
+ software, because free software needs free documentation: a free
+ program should come with manuals providing the same freedoms that the
+ software does. But this License is not limited to software manuals;
+ it can be used for any textual work, regardless of subject matter or
+ whether it is published as a printed book. We recommend this License
+ principally for works whose purpose is instruction or reference.
+ .
+ .
+ 1. APPLICABILITY AND DEFINITIONS
+ .
+ This License applies to any manual or other work, in any medium, that
+ contains a notice placed by the copyright holder saying it can be
+ distributed under the terms of this License. Such a notice grants a
+ world-wide, royalty-free license, unlimited in duration, to use that
+ work under the conditions stated herein. The "Document", below,
+ refers to any such manual or work. Any member of the public is a
+ licensee, and is addressed as "you". You accept the license if you
+ copy, modify or distribute the work in a way requiring permission
+ under copyright law.
+ .
+ A "Modified Version" of the Document means any work containing the
+ Document or a portion of it, either copied verbatim, or with
+ modifications and/or translated into another language.
+ .
+ A "Secondary Section" is a named appendix or a front-matter section of
+ the Document that deals exclusively with the relationship of the
+ publishers or authors of the Document to the Document's overall
+ subject (or to related matters) and contains nothing that could fall
+ directly within that overall subject. (Thus, if the Document is in
+ part a textbook of mathematics, a Secondary Section may not explain
+ any mathematics.) The relationship could be a matter of historical
+ connection with the subject or with related matters, or of legal,
+ commercial, philosophical, ethical or political position regarding
+ them.
+ .
+ The "Invariant Sections" are certain Secondary Sections whose titles
+ are designated, as being those of Invariant Sections, in the notice
+ that says that the Document is released under this License. If a
+ section does not fit the above definition of Secondary then it is not
+ allowed to be designated as Invariant. The Document may contain zero
+ Invariant Sections. If the Document does not identify any Invariant
+ Sections then there are none.
+ .
+ The "Cover Texts" are certain short passages of text that are listed,
+ as Front-Cover Texts or Back-Cover Texts, in the notice that says that
+ the Document is released under this License. A Front-Cover Text may
+ be at most 5 words, and a Back-Cover Text may be at most 25 words.
+ .
+ A "Transparent" copy of the Document means a machine-readable copy,
+ represented in a format whose specification is available to the
+ general public, that is suitable for revising the document
+ straightforwardly with generic text editors or (for images composed of
+ pixels) generic paint programs or (for drawings) some widely available
+ drawing editor, and that is suitable for input to text formatters or
+ for automatic translation to a variety of formats suitable for input
+ to text formatters. A copy made in an otherwise Transparent file
+ format whose markup, or absence of markup, has been arranged to thwart
+ or discourage subsequent modification by readers is not Transparent.
+ An image format is not Transparent if used for any substantial amount
+ of text. A copy that is not "Transparent" is called "Opaque".
+ .
+ Examples of suitable formats for Transparent copies include plain
+ ASCII without markup, Texinfo input format, LaTeX input format, SGML
+ or XML using a publicly available DTD, and standard-conforming simple
+ HTML, PostScript or PDF designed for human modification. Examples of
+ transparent image formats include PNG, XCF and JPG. Opaque formats
+ include proprietary formats that can be read and edited only by
+ proprietary word processors, SGML or XML for which the DTD and/or
+ processing tools are not generally available, and the
+ machine-generated HTML, PostScript or PDF produced by some word
+ processors for output purposes only.
+ .
+ The "Title Page" means, for a printed book, the title page itself,
+ plus such following pages as are needed to hold, legibly, the material
+ this License requires to appear in the title page. For works in
+ formats which do not have any title page as such, "Title Page" means
+ the text near the most prominent appearance of the work's title,
+ preceding the beginning of the body of the text.
+ .
+ The "publisher" means any person or entity that distributes copies of
+ the Document to the public.
+ .
+ A section "Entitled XYZ" means a named subunit of the Document whose
+ title either is precisely XYZ or contains XYZ in parentheses following
+ text that translates XYZ in another language. (Here XYZ stands for a
+ specific section name mentioned below, such as "Acknowledgements",
+ "Dedications", "Endorsements", or "History".) To "Preserve the Title"
+ of such a section when you modify the Document means that it remains a
+ section "Entitled XYZ" according to this definition.
+ .
+ The Document may include Warranty Disclaimers next to the notice which
+ states that this License applies to the Document. These Warranty
+ Disclaimers are considered to be included by reference in this
+ License, but only as regards disclaiming warranties: any other
+ implication that these Warranty Disclaimers may have is void and has
+ no effect on the meaning of this License.
+ .
+ 2. VERBATIM COPYING
+ .
+ You may copy and distribute the Document in any medium, either
+ commercially or noncommercially, provided that this License, the
+ copyright notices, and the license notice saying this License applies
+ to the Document are reproduced in all copies, and that you add no
+ other conditions whatsoever to those of this License. You may not use
+ technical measures to obstruct or control the reading or further
+ copying of the copies you make or distribute. However, you may accept
+ compensation in exchange for copies. If you distribute a large enough
+ number of copies you must also follow the conditions in section 3.
+ .
+ You may also lend copies, under the same conditions stated above, and
+ you may publicly display copies.
+ .
+ .
+ 3. COPYING IN QUANTITY
+ .
+ If you publish printed copies (or copies in media that commonly have
+ printed covers) of the Document, numbering more than 100, and the
+ Document's license notice requires Cover Texts, you must enclose the
+ copies in covers that carry, clearly and legibly, all these Cover
+ Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
+ the back cover. Both covers must also clearly and legibly identify
+ you as the publisher of these copies. The front cover must present
+ the full title with all words of the title equally prominent and
+ visible. You may add other material on the covers in addition.
+ Copying with changes limited to the covers, as long as they preserve
+ the title of the Document and satisfy these conditions, can be treated
+ as verbatim copying in other respects.
+ .
+ If the required texts for either cover are too voluminous to fit
+ legibly, you should put the first ones listed (as many as fit
+ reasonably) on the actual cover, and continue the rest onto adjacent
+ pages.
+ .
+ If you publish or distribute Opaque copies of the Document numbering
+ more than 100, you must either include a machine-readable Transparent
+ copy along with each Opaque copy, or state in or with each Opaque copy
+ a computer-network location from which the general network-using
+ public has access to download using public-standard network protocols
+ a complete Transparent copy of the Document, free of added material.
+ If you use the latter option, you must take reasonably prudent steps,
+ when you begin distribution of Opaque copies in quantity, to ensure
+ that this Transparent copy will remain thus accessible at the stated
+ location until at least one year after the last time you distribute an
+ Opaque copy (directly or through your agents or retailers) of that
+ edition to the public.
+ .
+ It is requested, but not required, that you contact the authors of the
+ Document well before redistributing any large number of copies, to
+ give them a chance to provide you with an updated version of the
+ Document.
+ .
+ .
+ 4. MODIFICATIONS
+ .
+ You may copy and distribute a Modified Version of the Document under
+ the conditions of sections 2 and 3 above, provided that you release
+ the Modified Version under precisely this License, with the Modified
+ Version filling the role of the Document, thus licensing distribution
+ and modification of the Modified Version to whoever possesses a copy
+ of it. In addition, you must do these things in the Modified Version:
+ .
+ A. Use in the Title Page (and on the covers, if any) a title distinct
+ from that of the Document, and from those of previous versions
+ (which should, if there were any, be listed in the History section
+ of the Document). You may use the same title as a previous version
+ if the original publisher of that version gives permission.
+ B. List on the Title Page, as authors, one or more persons or entities
+ responsible for authorship of the modifications in the Modified
+ Version, together with at least five of the principal authors of the
+ Document (all of its principal authors, if it has fewer than five),
+ unless they release you from this requirement.
+ C. State on the Title page the name of the publisher of the
+ Modified Version, as the publisher.
+ D. Preserve all the copyright notices of the Document.
+ E. Add an appropriate copyright notice for your modifications
+ adjacent to the other copyright notices.
+ F. Include, immediately after the copyright notices, a license notice
+ giving the public permission to use the Modified Version under the
+ terms of this License, in the form shown in the Addendum below.
+ G. Preserve in that license notice the full lists of Invariant Sections
+ and required Cover Texts given in the Document's license notice.
+ H. Include an unaltered copy of this License.
+ I. Preserve the section Entitled "History", Preserve its Title, and add
+ to it an item stating at least the title, year, new authors, and
+ publisher of the Modified Version as given on the Title Page. If
+ there is no section Entitled "History" in the Document, create one
+ stating the title, year, authors, and publisher of the Document as
+ given on its Title Page, then add an item describing the Modified
+ Version as stated in the previous sentence.
+ J. Preserve the network location, if any, given in the Document for
+ public access to a Transparent copy of the Document, and likewise
+ the network locations given in the Document for previous versions
+ it was based on. These may be placed in the "History" section.
+ You may omit a network location for a work that was published at
+ least four years before the Document itself, or if the original
+ publisher of the version it refers to gives permission.
+ K. For any section Entitled "Acknowledgements" or "Dedications",
+ Preserve the Title of the section, and preserve in the section all
+ the substance and tone of each of the contributor acknowledgements
+ and/or dedications given therein.
+ L. Preserve all the Invariant Sections of the Document,
+ unaltered in their text and in their titles. Section numbers
+ or the equivalent are not considered part of the section titles.
+ M. Delete any section Entitled "Endorsements". Such a section
+ may not be included in the Modified Version.
+ N. Do not retitle any existing section to be Entitled "Endorsements"
+ or to conflict in title with any Invariant Section.
+ O. Preserve any Warranty Disclaimers.
+ .
+ If the Modified Version includes new front-matter sections or
+ appendices that qualify as Secondary Sections and contain no material
+ copied from the Document, you may at your option designate some or all
+ of these sections as invariant. To do this, add their titles to the
+ list of Invariant Sections in the Modified Version's license notice.
+ These titles must be distinct from any other section titles.
+ .
+ You may add a section Entitled "Endorsements", provided it contains
+ nothing but endorsements of your Modified Version by various
+ parties--for example, statements of peer review or that the text has
+ been approved by an organization as the authoritative definition of a
+ standard.
+ .
+ You may add a passage of up to five words as a Front-Cover Text, and a
+ passage of up to 25 words as a Back-Cover Text, to the end of the list
+ of Cover Texts in the Modified Version. Only one passage of
+ Front-Cover Text and one of Back-Cover Text may be added by (or
+ through arrangements made by) any one entity. If the Document already
+ includes a cover text for the same cover, previously added by you or
+ by arrangement made by the same entity you are acting on behalf of,
+ you may not add another; but you may replace the old one, on explicit
+ permission from the previous publisher that added the old one.
+ .
+ The author(s) and publisher(s) of the Document do not by this License
+ give permission to use their names for publicity for or to assert or
+ imply endorsement of any Modified Version.
+ .
+ .
+ 5. COMBINING DOCUMENTS
+ .
+ You may combine the Document with other documents released under this
+ License, under the terms defined in section 4 above for modified
+ versions, provided that you include in the combination all of the
+ Invariant Sections of all of the original documents, unmodified, and
+ list them all as Invariant Sections of your combined work in its
+ license notice, and that you preserve all their Warranty Disclaimers.
+ .
+ The combined work need only contain one copy of this License, and
+ multiple identical Invariant Sections may be replaced with a single
+ copy. If there are multiple Invariant Sections with the same name but
+ different contents, make the title of each such section unique by
+ adding at the end of it, in parentheses, the name of the original
+ author or publisher of that section if known, or else a unique number.
+ Make the same adjustment to the section titles in the list of
+ Invariant Sections in the license notice of the combined work.
+ .
+ In the combination, you must combine any sections Entitled "History"
+ in the various original documents, forming one section Entitled
+ "History"; likewise combine any sections Entitled "Acknowledgements",
+ and any sections Entitled "Dedications". You must delete all sections
+ Entitled "Endorsements".
+ .
+ .
+ 6. COLLECTIONS OF DOCUMENTS
+ .
+ You may make a collection consisting of the Document and other
+ documents released under this License, and replace the individual
+ copies of this License in the various documents with a single copy
+ that is included in the collection, provided that you follow the rules
+ of this License for verbatim copying of each of the documents in all
+ other respects.
+ .
+ You may extract a single document from such a collection, and
+ distribute it individually under this License, provided you insert a
+ copy of this License into the extracted document, and follow this
+ License in all other respects regarding verbatim copying of that
+ document.
+ .
+ .
+ 7. AGGREGATION WITH INDEPENDENT WORKS
+ .
+ A compilation of the Document or its derivatives with other separate
+ and independent documents or works, in or on a volume of a storage or
+ distribution medium, is called an "aggregate" if the copyright
+ resulting from the compilation is not used to limit the legal rights
+ of the compilation's users beyond what the individual works permit.
+ When the Document is included in an aggregate, this License does not
+ apply to the other works in the aggregate which are not themselves
+ derivative works of the Document.
+ .
+ If the Cover Text requirement of section 3 is applicable to these
+ copies of the Document, then if the Document is less than one half of
+ the entire aggregate, the Document's Cover Texts may be placed on
+ covers that bracket the Document within the aggregate, or the
+ electronic equivalent of covers if the Document is in electronic form.
+ Otherwise they must appear on printed covers that bracket the whole
+ aggregate.
+ .
+ .
+ 8. TRANSLATION
+ .
+ Translation is considered a kind of modification, so you may
+ distribute translations of the Document under the terms of section 4.
+ Replacing Invariant Sections with translations requires special
+ permission from their copyright holders, but you may include
+ translations of some or all Invariant Sections in addition to the
+ original versions of these Invariant Sections. You may include a
+ translation of this License, and all the license notices in the
+ Document, and any Warranty Disclaimers, provided that you also include
+ the original English version of this License and the original versions
+ of those notices and disclaimers. In case of a disagreement between
+ the translation and the original version of this License or a notice
+ or disclaimer, the original version will prevail.
+ .
+ If a section in the Document is Entitled "Acknowledgements",
+ "Dedications", or "History", the requirement (section 4) to Preserve
+ its Title (section 1) will typically require changing the actual
+ title.
+ .
+ .
+ 9. TERMINATION
+ .
+ You may not copy, modify, sublicense, or distribute the Document
+ except as expressly provided under this License. Any attempt
+ otherwise to copy, modify, sublicense, or distribute it is void, and
+ will automatically terminate your rights under this License.
+ .
+ However, if you cease all violation of this License, then your license
+ from a particular copyright holder is reinstated (a) provisionally,
+ unless and until the copyright holder explicitly and finally
+ terminates your license, and (b) permanently, if the copyright holder
+ fails to notify you of the violation by some reasonable means prior to
+ 60 days after the cessation.
+ .
+ Moreover, your license from a particular copyright holder is
+ reinstated permanently if the copyright holder notifies you of the
+ violation by some reasonable means, this is the first time you have
+ received notice of violation of this License (for any work) from that
+ copyright holder, and you cure the violation prior to 30 days after
+ your receipt of the notice.
+ .
+ Termination of your rights under this section does not terminate the
+ licenses of parties who have received copies or rights from you under
+ this License. If your rights have been terminated and not permanently
+ reinstated, receipt of a copy of some or all of the same material does
+ not give you any rights to use it.
+ .
+ .
+ 10. FUTURE REVISIONS OF THIS LICENSE
+ .
+ The Free Software Foundation may publish new, revised versions of the
+ GNU Free Documentation License from time to time. Such new versions
+ will be similar in spirit to the present version, but may differ in
+ detail to address new problems or concerns. See
+ https://www.gnu.org/licenses/.
+ .
+ Each version of the License is given a distinguishing version number.
+ If the Document specifies that a particular numbered version of this
+ License "or any later version" applies to it, you have the option of
+ following the terms and conditions either of that specified version or
+ of any later version that has been published (not as a draft) by the
+ Free Software Foundation. If the Document does not specify a version
+ number of this License, you may choose any version ever published (not
+ as a draft) by the Free Software Foundation. If the Document
+ specifies that a proxy can decide which future versions of this
+ License can be used, that proxy's public statement of acceptance of a
+ version permanently authorizes you to choose that version for the
+ Document.
+ .
+ 11. RELICENSING
+ .
+ "Massive Multiauthor Collaboration Site" (or "MMC Site") means any
+ World Wide Web server that publishes copyrightable works and also
+ provides prominent facilities for anybody to edit those works. A
+ public wiki that anybody can edit is an example of such a server. A
+ "Massive Multiauthor Collaboration" (or "MMC") contained in the site
+ means any set of copyrightable works thus published on the MMC site.
+ .
+ "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0
+ license published by Creative Commons Corporation, a not-for-profit
+ corporation with a principal place of business in San Francisco,
+ California, as well as future copyleft versions of that license
+ published by that same organization.
+ .
+ "Incorporate" means to publish or republish a Document, in whole or in
+ part, as part of another Document.
+ .
+ An MMC is "eligible for relicensing" if it is licensed under this
+ License, and if all works that were first published under this License
+ somewhere other than this MMC, and subsequently incorporated in whole or
+ in part into the MMC, (1) had no cover texts or invariant sections, and
+ (2) were thus incorporated prior to November 1, 2008.
+ .
+ The operator of an MMC Site may republish an MMC contained in the site
+ under CC-BY-SA on the same site at any time before August 1, 2009,
+ provided the MMC is eligible for relicensing.
+ .
+ .
+ ADDENDUM: How to use this License for your documents
+ .
+ To use this License in a document you have written, include a copy of
+ the License in the document and put the following copyright and
+ license notices just after the title page:
+ .
+ Copyright (c) YEAR YOUR NAME.
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.3
+ or any later version published by the Free Software Foundation;
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+ A copy of the license is included in the section entitled "GNU
+ Free Documentation License".
+ .
+ If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
+ replace the "with...Texts." line with this:
+ .
+ with the Invariant Sections being LIST THEIR TITLES, with the
+ Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
+ .
+ If you have Invariant Sections without Cover Texts, or some other
+ combination of the three, merge those two alternatives to suit the
+ situation.
+ .
+ If your document contains nontrivial examples of program code, we
+ recommend releasing these examples in parallel under your choice of
+ free software license, such as the GNU General Public License,
+ to permit their use in free software.
+
+License: unicode-dfs-2016
+ COPYRIGHT AND PERMISSION NOTICE
+ .
+ Copyright © 1991-2024 Unicode, Inc.
+ .
+ NOTICE TO USER: Carefully read the following legal agreement. BY
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
+ SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
+ TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
+ DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of data files and any associated documentation (the "Data Files") or
+ software and any associated documentation (the "Software") to deal in the
+ Data Files or Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
+ copies of the Data Files or Software, and to permit persons to whom the
+ Data Files or Software are furnished to do so, provided that either (a)
+ this copyright and permission notice appear with all copies of the Data
+ Files or Software, or (b) this copyright and permission notice appear in
+ associated Documentation.
+ .
+ THE DATA FILES AND SOFTWARE ARE 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 OF
+ THIRD PARTY RIGHTS.
+ .
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
+ FILES OR SOFTWARE.
+ .
+ Except as contained in this notice, the name of a copyright holder shall
+ not be used in advertising or otherwise to promote the sale, use or other
+ dealings in these Data Files or Software without prior written
+ authorization of the copyright holder.
+
+License: LGPL-2+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 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.
+ .
+ You should have received a copy of the GNU Library General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Library General Public License
+ version 2 can be found in "/usr/share/common-licenses/LGPL-2".
+
+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.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ 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".
+
+License: LGPL-3
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+ .
+ .
+ This version of the GNU Lesser General Public License incorporates
+ the terms and conditions of version 3 of the GNU General Public
+ License, supplemented by the additional permissions listed below.
+ .
+ 0. Additional Definitions.
+ .
+ As used herein, "this License" refers to version 3 of the GNU Lesser
+ General Public License, and the "GNU GPL" refers to version 3 of the GNU
+ General Public License.
+ .
+ "The Library" refers to a covered work governed by this License,
+ other than an Application or a Combined Work as defined below.
+ .
+ An "Application" is any work that makes use of an interface provided
+ by the Library, but which is not otherwise based on the Library.
+ Defining a subclass of a class defined by the Library is deemed a mode
+ of using an interface provided by the Library.
+ .
+ A "Combined Work" is a work produced by combining or linking an
+ Application with the Library. The particular version of the Library
+ with which the Combined Work was made is also called the "Linked
+ Version".
+ .
+ The "Minimal Corresponding Source" for a Combined Work means the
+ Corresponding Source for the Combined Work, excluding any source code
+ for portions of the Combined Work that, considered in isolation, are
+ based on the Application, and not on the Linked Version.
+ .
+ The "Corresponding Application Code" for a Combined Work means the
+ object code and/or source code for the Application, including any data
+ and utility programs needed for reproducing the Combined Work from the
+ Application, but excluding the System Libraries of the Combined Work.
+ .
+ 1. Exception to Section 3 of the GNU GPL.
+ .
+ You may convey a covered work under sections 3 and 4 of this License
+ without being bound by section 3 of the GNU GPL.
+ .
+ 2. Conveying Modified Versions.
+ .
+ If you modify a copy of the Library, and, in your modifications, a
+ facility refers to a function or data to be supplied by an Application
+ that uses the facility (other than as an argument passed when the
+ facility is invoked), then you may convey a copy of the modified
+ version:
+ .
+ a) under this License, provided that you make a good faith effort to
+ ensure that, in the event an Application does not supply the
+ function or data, the facility still operates, and performs
+ whatever part of its purpose remains meaningful, or
+ .
+ b) under the GNU GPL, with none of the additional permissions of
+ this License applicable to that copy.
+ .
+ 3. Object Code Incorporating Material from Library Header Files.
+ .
+ The object code form of an Application may incorporate material from
+ a header file that is part of the Library. You may convey such object
+ code under terms of your choice, provided that, if the incorporated
+ material is not limited to numerical parameters, data structure
+ layouts and accessors, or small macros, inline functions and templates
+ (ten or fewer lines in length), you do both of the following:
+ .
+ a) Give prominent notice with each copy of the object code that the
+ Library is used in it and that the Library and its use are
+ covered by this License.
+ .
+ b) Accompany the object code with a copy of the GNU GPL and this license
+ document.
+ .
+ 4. Combined Works.
+ .
+ You may convey a Combined Work under terms of your choice that,
+ taken together, effectively do not restrict modification of the
+ portions of the Library contained in the Combined Work and reverse
+ engineering for debugging such modifications, if you also do each of
+ the following:
+ .
+ a) Give prominent notice with each copy of the Combined Work that
+ the Library is used in it and that the Library and its use are
+ covered by this License.
+ .
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
+ document.
+ .
+ c) For a Combined Work that displays copyright notices during
+ execution, include the copyright notice for the Library among
+ these notices, as well as a reference directing the user to the
+ copies of the GNU GPL and this license document.
+ .
+ d) Do one of the following:
+ .
+ 0) Convey the Minimal Corresponding Source under the terms of this
+ License, and the Corresponding Application Code in a form
+ suitable for, and under terms that permit, the user to
+ recombine or relink the Application with a modified version of
+ the Linked Version to produce a modified Combined Work, in the
+ manner specified by section 6 of the GNU GPL for conveying
+ Corresponding Source.
+ .
+ 1) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (a) uses at run time
+ a copy of the Library already present on the user's computer
+ system, and (b) will operate properly with a modified version
+ of the Library that is interface-compatible with the Linked
+ Version.
+ .
+ e) Provide Installation Information, but only if you would otherwise
+ be required to provide such information under section 6 of the
+ GNU GPL, and only to the extent that such information is
+ necessary to install and execute a modified version of the
+ Combined Work produced by recombining or relinking the
+ Application with a modified version of the Linked Version. (If
+ you use option 4d0, the Installation Information must accompany
+ the Minimal Corresponding Source and Corresponding Application
+ Code. If you use option 4d1, you must provide the Installation
+ Information in the manner specified by section 6 of the GNU GPL
+ for conveying Corresponding Source.)
+ .
+ 5. Combined Libraries.
+ .
+ You may place library facilities that are a work based on the
+ Library side by side in a single library together with other library
+ facilities that are not Applications and are not covered by this
+ License, and convey such a combined library under terms of your
+ choice, if you do both of the following:
+ .
+ a) Accompany the combined library with a copy of the same work based
+ on the Library, uncombined with any other library facilities,
+ conveyed under the terms of this License.
+ .
+ b) Give prominent notice with the combined library that part of it
+ is a work based on the Library, and explaining where to find the
+ accompanying uncombined form of the same work.
+ .
+ 6. Revised Versions of the GNU Lesser General Public License.
+ .
+ The Free Software Foundation may publish revised and/or new versions
+ of the GNU Lesser General Public License from time to time. Such new
+ versions will be similar in spirit to the present version, but may
+ differ in detail to address new problems or concerns.
+ .
+ Each version is given a distinguishing version number. If the
+ Library as you received it specifies that a certain numbered version
+ of the GNU Lesser General Public License "or any later version"
+ applies to it, you have the option of following the terms and
+ conditions either of that published version or of any later version
+ published by the Free Software Foundation. If the Library as you
+ received it does not specify a version number of the GNU Lesser
+ General Public License, you may choose any version of the GNU Lesser
+ General Public License ever published by the Free Software Foundation.
+ .
+ If the Library as you received it specifies that a proxy can decide
+ whether future versions of the GNU Lesser General Public License shall
+ apply, that proxy's public statement of acceptance of any version is
+ permanent authorization for you to choose that version for the
+ Library.
+
+License: isc
+ Copyright <YEAR> <OWNER>
+ .
+ Permission to use, copy, modify, and/or distribute this software
+ for any purpose with or without fee is hereby granted, provided
+ that the above copyright notice and this permission notice appear
+ in all copies.
+ .
+ THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
+ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
+ THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
+ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+ NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+License: public-domain
+ This file is in the public domain.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 00000000..16af4789
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,4 @@
+BUGS
+NEWS
+README
+
diff --git a/debian/files b/debian/files
new file mode 100644
index 00000000..3cbb55bc
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+libunistring_1.3-1_source.buildinfo libs optional
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 00000000..fa4a5878
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+[DEFAULT]
+pristine-tar = True
+
+[buildpackage]
+sign-tags = True
diff --git a/debian/libunistring-dev.doc-base b/debian/libunistring-dev.doc-base
new file mode 100644
index 00000000..f5bce62d
--- /dev/null
+++ b/debian/libunistring-dev.doc-base
@@ -0,0 +1,13 @@
+Document: libunistring-manual
+Title: GNU libunistring Manual
+Author: Bruno Haible
+Abstract: Programmer's Manual for GNU libunistring
+Section: Programming/C
+
+Format: HTML
+Index: /usr/share/doc/libunistring-dev/html/libunistring_toc.html
+Files: /usr/share/doc/libunistring-dev/html/*.html
+
+Format: Info
+Index: /usr/share/info/libunistring.info.gz
+Files: /usr/share/info/libunistring.info*.gz
diff --git a/debian/libunistring-dev.info b/debian/libunistring-dev.info
new file mode 100644
index 00000000..fcb2e421
--- /dev/null
+++ b/debian/libunistring-dev.info
@@ -0,0 +1 @@
+doc/libunistring.info
diff --git a/debian/libunistring-dev.install b/debian/libunistring-dev.install
new file mode 100644
index 00000000..893c07e3
--- /dev/null
+++ b/debian/libunistring-dev.install
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/share/doc/libunistring/*.html usr/share/doc/libunistring-dev/html/
diff --git a/debian/libunistring5.install b/debian/libunistring5.install
new file mode 100644
index 00000000..3ddde584
--- /dev/null
+++ b/debian/libunistring5.install
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff --git a/debian/libunistring5.symbols b/debian/libunistring5.symbols
new file mode 100644
index 00000000..8d32745d
--- /dev/null
+++ b/debian/libunistring5.symbols
@@ -0,0 +1,754 @@
+libunistring.so.5 libunistring5 #MINVER#
+* Build-Depends-Package: libunistring-dev
+ UC_CATEGORY_C@Base 1.1
+ UC_CATEGORY_Cc@Base 1.1
+ UC_CATEGORY_Cf@Base 1.1
+ UC_CATEGORY_Cn@Base 1.1
+ UC_CATEGORY_Co@Base 1.1
+ UC_CATEGORY_Cs@Base 1.1
+ UC_CATEGORY_L@Base 1.1
+ UC_CATEGORY_LC@Base 1.1
+ UC_CATEGORY_Ll@Base 1.1
+ UC_CATEGORY_Lm@Base 1.1
+ UC_CATEGORY_Lo@Base 1.1
+ UC_CATEGORY_Lt@Base 1.1
+ UC_CATEGORY_Lu@Base 1.1
+ UC_CATEGORY_M@Base 1.1
+ UC_CATEGORY_Mc@Base 1.1
+ UC_CATEGORY_Me@Base 1.1
+ UC_CATEGORY_Mn@Base 1.1
+ UC_CATEGORY_N@Base 1.1
+ UC_CATEGORY_Nd@Base 1.1
+ UC_CATEGORY_Nl@Base 1.1
+ UC_CATEGORY_No@Base 1.1
+ UC_CATEGORY_P@Base 1.1
+ UC_CATEGORY_Pc@Base 1.1
+ UC_CATEGORY_Pd@Base 1.1
+ UC_CATEGORY_Pe@Base 1.1
+ UC_CATEGORY_Pf@Base 1.1
+ UC_CATEGORY_Pi@Base 1.1
+ UC_CATEGORY_Po@Base 1.1
+ UC_CATEGORY_Ps@Base 1.1
+ UC_CATEGORY_S@Base 1.1
+ UC_CATEGORY_Sc@Base 1.1
+ UC_CATEGORY_Sk@Base 1.1
+ UC_CATEGORY_Sm@Base 1.1
+ UC_CATEGORY_So@Base 1.1
+ UC_CATEGORY_Z@Base 1.1
+ UC_CATEGORY_Zl@Base 1.1
+ UC_CATEGORY_Zp@Base 1.1
+ UC_CATEGORY_Zs@Base 1.1
+ UC_PROPERTY_ALPHABETIC@Base 1.1
+ UC_PROPERTY_ASCII_HEX_DIGIT@Base 1.1
+ UC_PROPERTY_BIDI_ARABIC_DIGIT@Base 1.1
+ UC_PROPERTY_BIDI_ARABIC_RIGHT_TO_LEFT@Base 1.1
+ UC_PROPERTY_BIDI_BLOCK_SEPARATOR@Base 1.1
+ UC_PROPERTY_BIDI_BOUNDARY_NEUTRAL@Base 1.1
+ UC_PROPERTY_BIDI_COMMON_SEPARATOR@Base 1.1
+ UC_PROPERTY_BIDI_CONTROL@Base 1.1
+ UC_PROPERTY_BIDI_EMBEDDING_OR_OVERRIDE@Base 1.1
+ UC_PROPERTY_BIDI_EUROPEAN_DIGIT@Base 1.1
+ UC_PROPERTY_BIDI_EUR_NUM_SEPARATOR@Base 1.1
+ UC_PROPERTY_BIDI_EUR_NUM_TERMINATOR@Base 1.1
+ UC_PROPERTY_BIDI_HEBREW_RIGHT_TO_LEFT@Base 1.1
+ UC_PROPERTY_BIDI_LEFT_TO_RIGHT@Base 1.1
+ UC_PROPERTY_BIDI_NON_SPACING_MARK@Base 1.1
+ UC_PROPERTY_BIDI_OTHER_NEUTRAL@Base 1.1
+ UC_PROPERTY_BIDI_PDF@Base 1.1
+ UC_PROPERTY_BIDI_SEGMENT_SEPARATOR@Base 1.1
+ UC_PROPERTY_BIDI_WHITESPACE@Base 1.1
+ UC_PROPERTY_CASED@Base 1.1
+ UC_PROPERTY_CASE_IGNORABLE@Base 1.1
+ UC_PROPERTY_CHANGES_WHEN_CASEFOLDED@Base 1.1
+ UC_PROPERTY_CHANGES_WHEN_CASEMAPPED@Base 1.1
+ UC_PROPERTY_CHANGES_WHEN_LOWERCASED@Base 1.1
+ UC_PROPERTY_CHANGES_WHEN_TITLECASED@Base 1.1
+ UC_PROPERTY_CHANGES_WHEN_UPPERCASED@Base 1.1
+ UC_PROPERTY_COMBINING@Base 1.1
+ UC_PROPERTY_COMPOSITE@Base 1.1
+ UC_PROPERTY_CURRENCY_SYMBOL@Base 1.1
+ UC_PROPERTY_DASH@Base 1.1
+ UC_PROPERTY_DECIMAL_DIGIT@Base 1.1
+ UC_PROPERTY_DEFAULT_IGNORABLE_CODE_POINT@Base 1.1
+ UC_PROPERTY_DEPRECATED@Base 1.1
+ UC_PROPERTY_DIACRITIC@Base 1.1
+ UC_PROPERTY_EMOJI@Base 1.1
+ UC_PROPERTY_EMOJI_COMPONENT@Base 1.1
+ UC_PROPERTY_EMOJI_MODIFIER@Base 1.1
+ UC_PROPERTY_EMOJI_MODIFIER_BASE@Base 1.1
+ UC_PROPERTY_EMOJI_PRESENTATION@Base 1.1
+ UC_PROPERTY_EXTENDED_PICTOGRAPHIC@Base 1.1
+ UC_PROPERTY_EXTENDER@Base 1.1
+ UC_PROPERTY_FORMAT_CONTROL@Base 1.1
+ UC_PROPERTY_GRAPHEME_BASE@Base 1.1
+ UC_PROPERTY_GRAPHEME_EXTEND@Base 1.1
+ UC_PROPERTY_GRAPHEME_LINK@Base 1.1
+ UC_PROPERTY_HEX_DIGIT@Base 1.1
+ UC_PROPERTY_HYPHEN@Base 1.1
+ UC_PROPERTY_IDEOGRAPHIC@Base 1.1
+ UC_PROPERTY_IDS_BINARY_OPERATOR@Base 1.1
+ UC_PROPERTY_IDS_TRINARY_OPERATOR@Base 1.1
+ UC_PROPERTY_IDS_UNARY_OPERATOR@Base 1.2
+ UC_PROPERTY_ID_COMPAT_MATH_CONTINUE@Base 1.2
+ UC_PROPERTY_ID_COMPAT_MATH_START@Base 1.2
+ UC_PROPERTY_ID_CONTINUE@Base 1.1
+ UC_PROPERTY_ID_START@Base 1.1
+ UC_PROPERTY_IGNORABLE_CONTROL@Base 1.1
+ UC_PROPERTY_ISO_CONTROL@Base 1.1
+ UC_PROPERTY_JOIN_CONTROL@Base 1.1
+ UC_PROPERTY_LEFT_OF_PAIR@Base 1.1
+ UC_PROPERTY_LINE_SEPARATOR@Base 1.1
+ UC_PROPERTY_LOGICAL_ORDER_EXCEPTION@Base 1.1
+ UC_PROPERTY_LOWERCASE@Base 1.1
+ UC_PROPERTY_MATH@Base 1.1
+ UC_PROPERTY_MODIFIER_COMBINING_MARK@Base 1.3
+ UC_PROPERTY_NON_BREAK@Base 1.1
+ UC_PROPERTY_NOT_A_CHARACTER@Base 1.1
+ UC_PROPERTY_NUMERIC@Base 1.1
+ UC_PROPERTY_OTHER_ALPHABETIC@Base 1.1
+ UC_PROPERTY_OTHER_DEFAULT_IGNORABLE_CODE_POINT@Base 1.1
+ UC_PROPERTY_OTHER_GRAPHEME_EXTEND@Base 1.1
+ UC_PROPERTY_OTHER_ID_CONTINUE@Base 1.1
+ UC_PROPERTY_OTHER_ID_START@Base 1.1
+ UC_PROPERTY_OTHER_LOWERCASE@Base 1.1
+ UC_PROPERTY_OTHER_MATH@Base 1.1
+ UC_PROPERTY_OTHER_UPPERCASE@Base 1.1
+ UC_PROPERTY_PAIRED_PUNCTUATION@Base 1.1
+ UC_PROPERTY_PARAGRAPH_SEPARATOR@Base 1.1
+ UC_PROPERTY_PATTERN_SYNTAX@Base 1.1
+ UC_PROPERTY_PATTERN_WHITE_SPACE@Base 1.1
+ UC_PROPERTY_PREPENDED_CONCATENATION_MARK@Base 1.2
+ UC_PROPERTY_PRIVATE_USE@Base 1.1
+ UC_PROPERTY_PUNCTUATION@Base 1.1
+ UC_PROPERTY_QUOTATION_MARK@Base 1.1
+ UC_PROPERTY_RADICAL@Base 1.1
+ UC_PROPERTY_REGIONAL_INDICATOR@Base 1.1
+ UC_PROPERTY_SENTENCE_TERMINAL@Base 1.1
+ UC_PROPERTY_SOFT_DOTTED@Base 1.1
+ UC_PROPERTY_SPACE@Base 1.1
+ UC_PROPERTY_TERMINAL_PUNCTUATION@Base 1.1
+ UC_PROPERTY_TITLECASE@Base 1.1
+ UC_PROPERTY_UNASSIGNED_CODE_VALUE@Base 1.1
+ UC_PROPERTY_UNIFIED_IDEOGRAPH@Base 1.1
+ UC_PROPERTY_UPPERCASE@Base 1.1
+ UC_PROPERTY_VARIATION_SELECTOR@Base 1.1
+ UC_PROPERTY_WHITE_SPACE@Base 1.1
+ UC_PROPERTY_XID_CONTINUE@Base 1.1
+ UC_PROPERTY_XID_START@Base 1.1
+ UC_PROPERTY_ZERO_WIDTH@Base 1.1
+ _UC_CATEGORY_NONE@Base 1.1
+ _libunistring_unicode_version@Base 1.2
+ _libunistring_version@Base 1.1
+ libunistring_amemxfrm@Base 1.1
+ libunistring_c32isalnum@Base 1.2
+ libunistring_c32isalpha@Base 1.2
+ libunistring_c32isblank@Base 1.2
+ libunistring_c32iscntrl@Base 1.2
+ libunistring_c32isdigit@Base 1.2
+ libunistring_c32isgraph@Base 1.2
+ libunistring_c32islower@Base 1.2
+ libunistring_c32isprint@Base 1.2
+ libunistring_c32ispunct@Base 1.2
+ libunistring_c32isspace@Base 1.2
+ libunistring_c32isupper@Base 1.2
+ libunistring_c32isxdigit@Base 1.2
+ libunistring_c32tolower@Base 1.2
+ libunistring_c32width@Base 1.2
+ libunistring_c_isalnum@Base 1.1
+ libunistring_c_isalpha@Base 1.1
+ libunistring_c_isascii@Base 1.1
+ libunistring_c_isblank@Base 1.1
+ libunistring_c_iscntrl@Base 1.1
+ libunistring_c_isdigit@Base 1.1
+ libunistring_c_isgraph@Base 1.1
+ libunistring_c_islower@Base 1.1
+ libunistring_c_isprint@Base 1.1
+ libunistring_c_ispunct@Base 1.1
+ libunistring_c_isspace@Base 1.1
+ libunistring_c_isupper@Base 1.1
+ libunistring_c_isxdigit@Base 1.1
+ libunistring_c_strcasecmp@Base 1.1
+ libunistring_c_strncasecmp@Base 1.1
+ libunistring_c_tolower@Base 1.1
+ libunistring_c_toupper@Base 1.1
+ libunistring_freea@Base 1.1
+ libunistring_fseterr@Base 1.1
+ libunistring_gl_locale_name@Base 1.1
+ libunistring_gl_locale_name_default@Base 1.1
+ libunistring_gl_locale_name_environ@Base 1.1
+ libunistring_gl_locale_name_posix@Base 1.1
+ libunistring_gl_locale_name_posix_unsafe@Base 1.2
+ libunistring_gl_locale_name_thread@Base 1.1
+ libunistring_gl_locale_name_thread_unsafe@Base 1.2
+ libunistring_gl_locale_name_unsafe@Base 1.2
+ libunistring_gl_unicase_special_lookup@Base 1.1
+ libunistring_gl_uninorm_decomp_chars_table@Base 1.1
+ libunistring_gl_uninorm_decomp_index_table@Base 1.1
+ libunistring_gl_uninorm_decompose_merge_sort_inplace@Base 1.1
+ (arch=!hurd-any)libunistring_glthread_once_multithreaded@Base 1.1
+ libunistring_glthread_once_singlethreaded@Base 1.1
+ libunistring_glthread_recursive_lock_init_multithreaded@Base 1.1
+ (arch=!hurd-any)libunistring_glthread_rwlock_init_for_glibc@Base 1.1
+ (arch=hurd-any)libunistring_glthread_rwlock_destroy_multithreaded@Base 1.1
+ (arch=hurd-any)libunistring_glthread_rwlock_init_multithreaded@Base 1.1
+ (arch=hurd-any)libunistring_glthread_rwlock_rdlock_multithreaded@Base 1.1
+ (arch=hurd-any)libunistring_glthread_rwlock_unlock_multithreaded@Base 1.1
+ (arch=hurd-any)libunistring_glthread_rwlock_wrlock_multithreaded@Base 1.1
+ libunistring_hard_locale@Base 1.1
+ libunistring_iconveh_close@Base 1.1
+ libunistring_iconveh_open@Base 1.1
+ libunistring_mb_copy@Base 1.1
+ libunistring_mb_width_aux@Base 1.1
+ libunistring_mbiterf_next@Base 1.2
+ libunistring_mbsnlen@Base 1.1
+ libunistring_mbszero@Base 1.2
+ libunistring_mem_cd_iconveh@Base 1.1
+ libunistring_mem_iconveh@Base 1.1
+ libunistring_mem_iconveha@Base 1.1
+ libunistring_memcmp2@Base 1.1
+ libunistring_mmalloca@Base 1.1
+ libunistring_printf_frexp@Base 1.1
+ libunistring_printf_frexpl@Base 1.1
+ libunistring_rpl_mbrtoc32@Base 1.2
+ libunistring_rpl_mbrtowc@Base 1.1
+ libunistring_setlocale_null@Base 1.1
+ libunistring_setlocale_null_r@Base 1.1
+ libunistring_setlocale_null_r_unlocked@Base 1.2
+ libunistring_setlocale_null_unlocked@Base 1.2
+ libunistring_str_cd_iconveh@Base 1.1
+ libunistring_str_iconveh@Base 1.1
+ libunistring_str_iconveha@Base 1.1
+ libunistring_u16_casemap@Base 1.1
+ libunistring_u16_is_invariant@Base 1.1
+ libunistring_u16_possible_linebreaks_loop@Base 1.1
+ libunistring_u16_printf_parse@Base 1.1
+ libunistring_u32_casemap@Base 1.1
+ libunistring_u32_is_invariant@Base 1.1
+ libunistring_u32_possible_linebreaks_loop@Base 1.1
+ libunistring_u32_printf_parse@Base 1.1
+ libunistring_u8_casemap@Base 1.1
+ libunistring_u8_is_invariant@Base 1.1
+ libunistring_u8_possible_linebreaks_loop@Base 1.1
+ libunistring_u8_printf_parse@Base 1.1
+ libunistring_u8_width_linebreaks_internal@Base 1.1
+ libunistring_u_printf_fetchargs@Base 1.1
+ libunistring_uc_compat_decomposition@Base 1.1
+ libunistring_uc_is_case_ignorable@Base 1.1
+ libunistring_uc_is_cased@Base 1.1
+ libunistring_uc_tocasefold@Base 1.1
+ libunistring_ulc_printf_parse@Base 1.1
+ libunistring_uniconv_register_autodetect@Base 1.1
+ libunistring_unilbrk_is_all_ascii@Base 1.1
+ libunistring_unilbrk_is_utf8_encoding@Base 1.1
+ libunistring_unilbrk_table@Base 1.1
+ libunistring_unilbrkprop@Base 1.1
+ libunistring_uniwbrk_prop_index@Base 1.1
+ libunistring_uniwbrk_table@Base 1.1
+ libunistring_xmax@Base 1.1
+ libunistring_xsum3@Base 1.1
+ libunistring_xsum4@Base 1.1
+ libunistring_xsum@Base 1.1
+ locale_charset@Base 1.1
+ u16_asnprintf@Base 1.1
+ u16_asprintf@Base 1.1
+ u16_casecmp@Base 1.1
+ u16_casecoll@Base 1.1
+ u16_casefold@Base 1.1
+ u16_casexfrm@Base 1.1
+ u16_casing_prefix_context@Base 1.1
+ u16_casing_prefixes_context@Base 1.1
+ u16_casing_suffix_context@Base 1.1
+ u16_casing_suffixes_context@Base 1.1
+ u16_check@Base 1.1
+ u16_chr@Base 1.1
+ u16_cmp2@Base 1.1
+ u16_cmp@Base 1.1
+ u16_conv_from_encoding@Base 1.1
+ u16_conv_to_encoding@Base 1.1
+ u16_cpy@Base 1.1
+ u16_cpy_alloc@Base 1.1
+ u16_ct_casefold@Base 1.1
+ u16_ct_tolower@Base 1.1
+ u16_ct_totitle@Base 1.1
+ u16_ct_toupper@Base 1.1
+ u16_endswith@Base 1.1
+ u16_grapheme_breaks@Base 1.1
+ u16_grapheme_next@Base 1.1
+ u16_grapheme_prev@Base 1.1
+ u16_is_cased@Base 1.1
+ u16_is_casefolded@Base 1.1
+ u16_is_lowercase@Base 1.1
+ u16_is_titlecase@Base 1.1
+ u16_is_uppercase@Base 1.1
+ u16_mblen@Base 1.1
+ u16_mbsnlen@Base 1.1
+ u16_mbtouc@Base 1.1
+ u16_mbtouc_aux@Base 1.1
+ u16_mbtouc_unsafe@Base 1.1
+ u16_mbtouc_unsafe_aux@Base 1.1
+ u16_mbtoucr@Base 1.1
+ u16_move@Base 1.1
+ u16_next@Base 1.1
+ u16_normalize@Base 1.1
+ u16_normcmp@Base 1.1
+ u16_normcoll@Base 1.1
+ u16_normxfrm@Base 1.1
+ u16_pcpy@Base 1.2
+ u16_possible_linebreaks@Base 1.1
+ u16_possible_linebreaks_v2@Base 1.1
+ u16_prev@Base 1.1
+ u16_set@Base 1.1
+ u16_snprintf@Base 1.1
+ u16_sprintf@Base 1.1
+ u16_startswith@Base 1.1
+ u16_stpcpy@Base 1.1
+ u16_stpncpy@Base 1.1
+ u16_strcat@Base 1.1
+ u16_strchr@Base 1.1
+ u16_strcmp@Base 1.1
+ u16_strcoll@Base 1.1
+ u16_strconv_from_encoding@Base 1.1
+ u16_strconv_from_locale@Base 1.1
+ u16_strconv_to_encoding@Base 1.1
+ u16_strconv_to_locale@Base 1.1
+ u16_strcpy@Base 1.1
+ u16_strcspn@Base 1.1
+ u16_strdup@Base 1.1
+ u16_strlen@Base 1.1
+ u16_strmblen@Base 1.1
+ u16_strmbtouc@Base 1.1
+ u16_strncat@Base 1.1
+ u16_strncmp@Base 1.1
+ u16_strncpy@Base 1.1
+ u16_strnlen@Base 1.1
+ u16_strpbrk@Base 1.1
+ u16_strrchr@Base 1.1
+ u16_strspn@Base 1.1
+ u16_strstr@Base 1.1
+ u16_strtok@Base 1.1
+ u16_strwidth@Base 1.1
+ u16_to_u32@Base 1.1
+ u16_to_u8@Base 1.1
+ u16_tolower@Base 1.1
+ u16_totitle@Base 1.1
+ u16_toupper@Base 1.1
+ u16_u16_asnprintf@Base 1.1
+ u16_u16_asprintf@Base 1.1
+ u16_u16_snprintf@Base 1.1
+ u16_u16_sprintf@Base 1.1
+ u16_u16_vasnprintf@Base 1.1
+ u16_u16_vasprintf@Base 1.1
+ u16_u16_vsnprintf@Base 1.1
+ u16_u16_vsprintf@Base 1.1
+ u16_uctomb@Base 1.1
+ u16_uctomb_aux@Base 1.1
+ u16_vasnprintf@Base 1.1
+ u16_vasprintf@Base 1.1
+ u16_vsnprintf@Base 1.1
+ u16_vsprintf@Base 1.1
+ u16_width@Base 1.1
+ u16_width_linebreaks@Base 1.1
+ u16_width_linebreaks_v2@Base 1.1
+ u16_wordbreaks@Base 1.1
+ u32_asnprintf@Base 1.1
+ u32_asprintf@Base 1.1
+ u32_casecmp@Base 1.1
+ u32_casecoll@Base 1.1
+ u32_casefold@Base 1.1
+ u32_casexfrm@Base 1.1
+ u32_casing_prefix_context@Base 1.1
+ u32_casing_prefixes_context@Base 1.1
+ u32_casing_suffix_context@Base 1.1
+ u32_casing_suffixes_context@Base 1.1
+ u32_check@Base 1.1
+ u32_chr@Base 1.1
+ u32_cmp2@Base 1.1
+ u32_cmp@Base 1.1
+ u32_conv_from_encoding@Base 1.1
+ u32_conv_to_encoding@Base 1.1
+ u32_cpy@Base 1.1
+ u32_cpy_alloc@Base 1.1
+ u32_ct_casefold@Base 1.1
+ u32_ct_tolower@Base 1.1
+ u32_ct_totitle@Base 1.1
+ u32_ct_toupper@Base 1.1
+ u32_endswith@Base 1.1
+ u32_grapheme_breaks@Base 1.1
+ u32_grapheme_next@Base 1.1
+ u32_grapheme_prev@Base 1.1
+ u32_is_cased@Base 1.1
+ u32_is_casefolded@Base 1.1
+ u32_is_lowercase@Base 1.1
+ u32_is_titlecase@Base 1.1
+ u32_is_uppercase@Base 1.1
+ u32_mblen@Base 1.1
+ u32_mbsnlen@Base 1.1
+ u32_mbtouc@Base 1.1
+ u32_mbtouc_unsafe@Base 1.1
+ u32_mbtoucr@Base 1.1
+ u32_move@Base 1.1
+ u32_next@Base 1.1
+ u32_normalize@Base 1.1
+ u32_normcmp@Base 1.1
+ u32_normcoll@Base 1.1
+ u32_normxfrm@Base 1.1
+ u32_pcpy@Base 1.2
+ u32_possible_linebreaks@Base 1.1
+ u32_possible_linebreaks_v2@Base 1.1
+ u32_prev@Base 1.1
+ u32_set@Base 1.1
+ u32_snprintf@Base 1.1
+ u32_sprintf@Base 1.1
+ u32_startswith@Base 1.1
+ u32_stpcpy@Base 1.1
+ u32_stpncpy@Base 1.1
+ u32_strcat@Base 1.1
+ u32_strchr@Base 1.1
+ u32_strcmp@Base 1.1
+ u32_strcoll@Base 1.1
+ u32_strconv_from_encoding@Base 1.1
+ u32_strconv_from_locale@Base 1.1
+ u32_strconv_to_encoding@Base 1.1
+ u32_strconv_to_locale@Base 1.1
+ u32_strcpy@Base 1.1
+ u32_strcspn@Base 1.1
+ u32_strdup@Base 1.1
+ u32_strlen@Base 1.1
+ u32_strmblen@Base 1.1
+ u32_strmbtouc@Base 1.1
+ u32_strncat@Base 1.1
+ u32_strncmp@Base 1.1
+ u32_strncpy@Base 1.1
+ u32_strnlen@Base 1.1
+ u32_strpbrk@Base 1.1
+ u32_strrchr@Base 1.1
+ u32_strspn@Base 1.1
+ u32_strstr@Base 1.1
+ u32_strtok@Base 1.1
+ u32_strwidth@Base 1.1
+ u32_to_u16@Base 1.1
+ u32_to_u8@Base 1.1
+ u32_tolower@Base 1.1
+ u32_totitle@Base 1.1
+ u32_toupper@Base 1.1
+ u32_u32_asnprintf@Base 1.1
+ u32_u32_asprintf@Base 1.1
+ u32_u32_snprintf@Base 1.1
+ u32_u32_sprintf@Base 1.1
+ u32_u32_vasnprintf@Base 1.1
+ u32_u32_vasprintf@Base 1.1
+ u32_u32_vsnprintf@Base 1.1
+ u32_u32_vsprintf@Base 1.1
+ u32_uctomb@Base 1.1
+ u32_vasnprintf@Base 1.1
+ u32_vasprintf@Base 1.1
+ u32_vsnprintf@Base 1.1
+ u32_vsprintf@Base 1.1
+ u32_width@Base 1.1
+ u32_width_linebreaks@Base 1.1
+ u32_width_linebreaks_v2@Base 1.1
+ u32_wordbreaks@Base 1.1
+ u8_asnprintf@Base 1.1
+ u8_asprintf@Base 1.1
+ u8_casecmp@Base 1.1
+ u8_casecoll@Base 1.1
+ u8_casefold@Base 1.1
+ u8_casexfrm@Base 1.1
+ u8_casing_prefix_context@Base 1.1
+ u8_casing_prefixes_context@Base 1.1
+ u8_casing_suffix_context@Base 1.1
+ u8_casing_suffixes_context@Base 1.1
+ u8_check@Base 1.1
+ u8_chr@Base 1.1
+ u8_cmp2@Base 1.1
+ u8_cmp@Base 1.1
+ u8_conv_from_encoding@Base 1.1
+ u8_conv_to_encoding@Base 1.1
+ u8_cpy@Base 1.1
+ u8_cpy_alloc@Base 1.1
+ u8_ct_casefold@Base 1.1
+ u8_ct_tolower@Base 1.1
+ u8_ct_totitle@Base 1.1
+ u8_ct_toupper@Base 1.1
+ u8_endswith@Base 1.1
+ u8_grapheme_breaks@Base 1.1
+ u8_grapheme_next@Base 1.1
+ u8_grapheme_prev@Base 1.1
+ u8_is_cased@Base 1.1
+ u8_is_casefolded@Base 1.1
+ u8_is_lowercase@Base 1.1
+ u8_is_titlecase@Base 1.1
+ u8_is_uppercase@Base 1.1
+ u8_mblen@Base 1.1
+ u8_mbsnlen@Base 1.1
+ u8_mbtouc@Base 1.1
+ u8_mbtouc_aux@Base 1.1
+ u8_mbtouc_unsafe@Base 1.1
+ u8_mbtouc_unsafe_aux@Base 1.1
+ u8_mbtoucr@Base 1.1
+ u8_move@Base 1.1
+ u8_next@Base 1.1
+ u8_normalize@Base 1.1
+ u8_normcmp@Base 1.1
+ u8_normcoll@Base 1.1
+ u8_normxfrm@Base 1.1
+ u8_pcpy@Base 1.2
+ u8_possible_linebreaks@Base 1.1
+ u8_possible_linebreaks_v2@Base 1.1
+ u8_prev@Base 1.1
+ u8_set@Base 1.1
+ u8_snprintf@Base 1.1
+ u8_sprintf@Base 1.1
+ u8_startswith@Base 1.1
+ u8_stpcpy@Base 1.1
+ u8_stpncpy@Base 1.1
+ u8_strcat@Base 1.1
+ u8_strchr@Base 1.1
+ u8_strcmp@Base 1.1
+ u8_strcoll@Base 1.1
+ u8_strconv_from_encoding@Base 1.1
+ u8_strconv_from_locale@Base 1.1
+ u8_strconv_to_encoding@Base 1.1
+ u8_strconv_to_locale@Base 1.1
+ u8_strcpy@Base 1.1
+ u8_strcspn@Base 1.1
+ u8_strdup@Base 1.1
+ u8_strlen@Base 1.1
+ u8_strmblen@Base 1.1
+ u8_strmbtouc@Base 1.1
+ u8_strncat@Base 1.1
+ u8_strncmp@Base 1.1
+ u8_strncpy@Base 1.1
+ u8_strnlen@Base 1.1
+ u8_strpbrk@Base 1.1
+ u8_strrchr@Base 1.1
+ u8_strspn@Base 1.1
+ u8_strstr@Base 1.1
+ u8_strtok@Base 1.1
+ u8_strwidth@Base 1.1
+ u8_to_u16@Base 1.1
+ u8_to_u32@Base 1.1
+ u8_tolower@Base 1.1
+ u8_totitle@Base 1.1
+ u8_toupper@Base 1.1
+ u8_u8_asnprintf@Base 1.1
+ u8_u8_asprintf@Base 1.1
+ u8_u8_snprintf@Base 1.1
+ u8_u8_sprintf@Base 1.1
+ u8_u8_vasnprintf@Base 1.1
+ u8_u8_vasprintf@Base 1.1
+ u8_u8_vsnprintf@Base 1.1
+ u8_u8_vsprintf@Base 1.1
+ u8_uctomb@Base 1.1
+ u8_uctomb_aux@Base 1.1
+ u8_vasnprintf@Base 1.1
+ u8_vasprintf@Base 1.1
+ u8_vsnprintf@Base 1.1
+ u8_vsprintf@Base 1.1
+ u8_width@Base 1.1
+ u8_width_linebreaks@Base 1.1
+ u8_width_linebreaks_v2@Base 1.1
+ u8_wordbreaks@Base 1.1
+ uc_all_blocks@Base 1.1
+ uc_all_scripts@Base 1.1
+ uc_bidi_category@Base 1.1
+ uc_bidi_category_byname@Base 1.1
+ uc_bidi_category_name@Base 1.1
+ uc_bidi_class@Base 1.1
+ uc_bidi_class_byname@Base 1.1
+ uc_bidi_class_long_name@Base 1.1
+ uc_bidi_class_name@Base 1.1
+ uc_block@Base 1.1
+ uc_c_ident_category@Base 1.1
+ uc_canonical_decomposition@Base 1.1
+ uc_combining_class@Base 1.1
+ uc_combining_class_byname@Base 1.1
+ uc_combining_class_long_name@Base 1.1
+ uc_combining_class_name@Base 1.1
+ uc_composition@Base 1.1
+ uc_decimal_value@Base 1.1
+ uc_decomposition@Base 1.1
+ uc_digit_value@Base 1.1
+ uc_general_category@Base 1.1
+ uc_general_category_and@Base 1.1
+ uc_general_category_and_not@Base 1.1
+ uc_general_category_byname@Base 1.1
+ uc_general_category_long_name@Base 1.1
+ uc_general_category_name@Base 1.1
+ uc_general_category_or@Base 1.1
+ uc_grapheme_breaks@Base 1.1
+ uc_graphemeclusterbreak_property@Base 1.1
+ uc_indic_conjunct_break@Base 1.2
+ uc_indic_conjunct_break_byname@Base 1.2
+ uc_indic_conjunct_break_name@Base 1.2
+ uc_is_alnum@Base 1.1
+ uc_is_alpha@Base 1.1
+ uc_is_bidi_category@Base 1.1
+ uc_is_bidi_class@Base 1.1
+ uc_is_blank@Base 1.1
+ uc_is_block@Base 1.1
+ uc_is_c_whitespace@Base 1.1
+ uc_is_cntrl@Base 1.1
+ uc_is_digit@Base 1.1
+ uc_is_general_category@Base 1.1
+ uc_is_general_category_withtable@Base 1.1
+ uc_is_graph@Base 1.1
+ uc_is_grapheme_break@Base 1.1
+ uc_is_java_whitespace@Base 1.1
+ uc_is_lower@Base 1.1
+ uc_is_print@Base 1.1
+ uc_is_property@Base 1.1
+ uc_is_property_alphabetic@Base 1.1
+ uc_is_property_ascii_hex_digit@Base 1.1
+ uc_is_property_bidi_arabic_digit@Base 1.1
+ uc_is_property_bidi_arabic_right_to_left@Base 1.1
+ uc_is_property_bidi_block_separator@Base 1.1
+ uc_is_property_bidi_boundary_neutral@Base 1.1
+ uc_is_property_bidi_common_separator@Base 1.1
+ uc_is_property_bidi_control@Base 1.1
+ uc_is_property_bidi_embedding_or_override@Base 1.1
+ uc_is_property_bidi_eur_num_separator@Base 1.1
+ uc_is_property_bidi_eur_num_terminator@Base 1.1
+ uc_is_property_bidi_european_digit@Base 1.1
+ uc_is_property_bidi_hebrew_right_to_left@Base 1.1
+ uc_is_property_bidi_left_to_right@Base 1.1
+ uc_is_property_bidi_non_spacing_mark@Base 1.1
+ uc_is_property_bidi_other_neutral@Base 1.1
+ uc_is_property_bidi_pdf@Base 1.1
+ uc_is_property_bidi_segment_separator@Base 1.1
+ uc_is_property_bidi_whitespace@Base 1.1
+ uc_is_property_case_ignorable@Base 1.1
+ uc_is_property_cased@Base 1.1
+ uc_is_property_changes_when_casefolded@Base 1.1
+ uc_is_property_changes_when_casemapped@Base 1.1
+ uc_is_property_changes_when_lowercased@Base 1.1
+ uc_is_property_changes_when_titlecased@Base 1.1
+ uc_is_property_changes_when_uppercased@Base 1.1
+ uc_is_property_combining@Base 1.1
+ uc_is_property_composite@Base 1.1
+ uc_is_property_currency_symbol@Base 1.1
+ uc_is_property_dash@Base 1.1
+ uc_is_property_decimal_digit@Base 1.1
+ uc_is_property_default_ignorable_code_point@Base 1.1
+ uc_is_property_deprecated@Base 1.1
+ uc_is_property_diacritic@Base 1.1
+ uc_is_property_emoji@Base 1.1
+ uc_is_property_emoji_component@Base 1.1
+ uc_is_property_emoji_modifier@Base 1.1
+ uc_is_property_emoji_modifier_base@Base 1.1
+ uc_is_property_emoji_presentation@Base 1.1
+ uc_is_property_extended_pictographic@Base 1.1
+ uc_is_property_extender@Base 1.1
+ uc_is_property_format_control@Base 1.1
+ uc_is_property_grapheme_base@Base 1.1
+ uc_is_property_grapheme_extend@Base 1.1
+ uc_is_property_grapheme_link@Base 1.1
+ uc_is_property_hex_digit@Base 1.1
+ uc_is_property_hyphen@Base 1.1
+ uc_is_property_id_compat_math_continue@Base 1.2
+ uc_is_property_id_compat_math_start@Base 1.2
+ uc_is_property_id_continue@Base 1.1
+ uc_is_property_id_start@Base 1.1
+ uc_is_property_ideographic@Base 1.1
+ uc_is_property_ids_binary_operator@Base 1.1
+ uc_is_property_ids_trinary_operator@Base 1.1
+ uc_is_property_ids_unary_operator@Base 1.2
+ uc_is_property_ignorable_control@Base 1.1
+ uc_is_property_iso_control@Base 1.1
+ uc_is_property_join_control@Base 1.1
+ uc_is_property_left_of_pair@Base 1.1
+ uc_is_property_line_separator@Base 1.1
+ uc_is_property_logical_order_exception@Base 1.1
+ uc_is_property_lowercase@Base 1.1
+ uc_is_property_math@Base 1.1
+ uc_is_property_modifier_combining_mark@Base 1.3
+ uc_is_property_non_break@Base 1.1
+ uc_is_property_not_a_character@Base 1.1
+ uc_is_property_numeric@Base 1.1
+ uc_is_property_other_alphabetic@Base 1.1
+ uc_is_property_other_default_ignorable_code_point@Base 1.1
+ uc_is_property_other_grapheme_extend@Base 1.1
+ uc_is_property_other_id_continue@Base 1.1
+ uc_is_property_other_id_start@Base 1.1
+ uc_is_property_other_lowercase@Base 1.1
+ uc_is_property_other_math@Base 1.1
+ uc_is_property_other_uppercase@Base 1.1
+ uc_is_property_paired_punctuation@Base 1.1
+ uc_is_property_paragraph_separator@Base 1.1
+ uc_is_property_pattern_syntax@Base 1.1
+ uc_is_property_pattern_white_space@Base 1.1
+ uc_is_property_prepended_concatenation_mark@Base 1.2
+ uc_is_property_private_use@Base 1.1
+ uc_is_property_punctuation@Base 1.1
+ uc_is_property_quotation_mark@Base 1.1
+ uc_is_property_radical@Base 1.1
+ uc_is_property_regional_indicator@Base 1.1
+ uc_is_property_sentence_terminal@Base 1.1
+ uc_is_property_soft_dotted@Base 1.1
+ uc_is_property_space@Base 1.1
+ uc_is_property_terminal_punctuation@Base 1.1
+ uc_is_property_titlecase@Base 1.1
+ uc_is_property_unassigned_code_value@Base 1.1
+ uc_is_property_unified_ideograph@Base 1.1
+ uc_is_property_uppercase@Base 1.1
+ uc_is_property_variation_selector@Base 1.1
+ uc_is_property_white_space@Base 1.1
+ uc_is_property_xid_continue@Base 1.1
+ uc_is_property_xid_start@Base 1.1
+ uc_is_property_zero_width@Base 1.1
+ uc_is_punct@Base 1.1
+ uc_is_script@Base 1.1
+ uc_is_space@Base 1.1
+ uc_is_upper@Base 1.1
+ uc_is_xdigit@Base 1.1
+ uc_java_ident_category@Base 1.1
+ uc_joining_group@Base 1.1
+ uc_joining_group_byname@Base 1.1
+ uc_joining_group_name@Base 1.1
+ uc_joining_type@Base 1.1
+ uc_joining_type_byname@Base 1.1
+ uc_joining_type_long_name@Base 1.1
+ uc_joining_type_name@Base 1.1
+ uc_locale_language@Base 1.1
+ uc_mirror_char@Base 1.1
+ uc_numeric_value@Base 1.1
+ uc_property_byname@Base 1.1
+ uc_script@Base 1.1
+ uc_script_byname@Base 1.1
+ uc_tolower@Base 1.1
+ uc_totitle@Base 1.1
+ uc_toupper@Base 1.1
+ uc_width@Base 1.1
+ uc_wordbreak_property@Base 1.1
+ ulc_asnprintf@Base 1.1
+ ulc_asprintf@Base 1.1
+ ulc_casecmp@Base 1.1
+ ulc_casecoll@Base 1.1
+ ulc_casexfrm@Base 1.1
+ ulc_fprintf@Base 1.1
+ ulc_grapheme_breaks@Base 1.1
+ ulc_possible_linebreaks@Base 1.1
+ ulc_possible_linebreaks_v2@Base 1.1
+ ulc_snprintf@Base 1.1
+ ulc_sprintf@Base 1.1
+ ulc_vasnprintf@Base 1.1
+ ulc_vasprintf@Base 1.1
+ ulc_vfprintf@Base 1.1
+ ulc_vsnprintf@Base 1.1
+ ulc_vsprintf@Base 1.1
+ ulc_width_linebreaks@Base 1.1
+ ulc_width_linebreaks_v2@Base 1.1
+ ulc_wordbreaks@Base 1.1
+ unicase_empty_prefix_context@Base 1.1
+ unicase_empty_suffix_context@Base 1.1
+ unicode_character_name@Base 1.1
+ unicode_name_character@Base 1.1
+ uninorm_decomposing_form@Base 1.1
+ uninorm_filter_create@Base 1.1
+ uninorm_filter_flush@Base 1.1
+ uninorm_filter_free@Base 1.1
+ uninorm_filter_write@Base 1.1
+ uninorm_nfc@Base 1.1
+ uninorm_nfd@Base 1.1
+ uninorm_nfkc@Base 1.1
+ uninorm_nfkd@Base 1.1
diff --git a/debian/not-installed b/debian/not-installed
new file mode 100644
index 00000000..7641c51e
--- /dev/null
+++ b/debian/not-installed
@@ -0,0 +1,2 @@
+usr/share/info/libunistring.info
+usr/lib/*/libunistring.la
diff --git a/debian/patches/0700-multiarch-libc.patch b/debian/patches/0700-multiarch-libc.patch
new file mode 100644
index 00000000..95ec0d06
--- /dev/null
+++ b/debian/patches/0700-multiarch-libc.patch
@@ -0,0 +1,54 @@
+From: Helmut Grohne <helmut@subdivi.de>
+Subject: fix @HAVE_STDINT_H@ once stdint.h moves to /usr/include/<triplet>
+
+Index: trunk/lib/Makefile.am
+===================================================================
+--- trunk.orig/lib/Makefile.am
++++ trunk/lib/Makefile.am
+@@ -103,30 +103,15 @@ unistring/stdint.h : $(STDINT_H) stdint.
+ echo '#if __GLIBC__ >= 2'; \
+ echo '#include <stdint.h>'; \
+ echo '#else'; \
+- if test -f /usr/include/stdint.h; then \
+- HAVE_STDINT_H='1'; \
+- else \
+- HAVE_STDINT_H='defined __MINGW32__ || defined __HAIKU__ || ((__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)) && !defined __NetBSD__)'; \
+- fi; \
+- if test -f /usr/include/inttypes.h; then \
+- HAVE_INTTYPES_H='1'; \
+- else \
+- HAVE_INTTYPES_H='defined __MINGW32__ || defined __HAIKU__'; \
+- fi; \
+- if test -f /usr/include/sys/inttypes.h; then \
+- HAVE_SYS_INTTYPES_H='1'; \
+- else \
+- HAVE_SYS_INTTYPES_H='0'; \
+- fi; \
+ sed_escape_ampersands='s/&/\\&/g'; \
+ HAVE_STDINT_H=`echo "$$HAVE_STDINT_H" | sed -e "$$sed_escape_ampersands"`; \
+- sed -e 's/@''HAVE_STDINT_H''@/'"$$HAVE_STDINT_H"'/g' \
++ sed -e 's/@''HAVE_STDINT_H''@/$(or @HAVE_STDINT_H@,0)/g' \
+ -e 's|@''INCLUDE_NEXT''@|include|g' \
+ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \
+ -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
+ -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
+- -e 's/@''HAVE_INTTYPES_H''@/'"$$HAVE_INTTYPES_H"'/g' \
+- -e 's/@''HAVE_SYS_INTTYPES_H''@/'"$$HAVE_SYS_INTTYPES_H"'/g' \
++ -e 's/@''HAVE_INTTYPES_H''@/$(or @HAVE_INTTYPES_H@,0)/g' \
++ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(or @HAVE_SYS_INTTYPES_H@,0)/g' \
+ -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
+ < $(srcdir)/stdint.mini.h; \
+ echo '#endif'; \
+Index: trunk/configure.ac
+===================================================================
+--- trunk.orig/configure.ac
++++ trunk/configure.ac
+@@ -142,6 +142,8 @@ version_subminor=`echo "${VERSION}" | se
+ HEXVERSION=0x`$AWK 'BEGIN { printf("%02X%02X%02X"',"$version_major","$version_minor","$version_subminor"') }'`
+ AC_SUBST([HEXVERSION])
+
++AC_CHECK_HEADERS_ONCE(stdint.h inttypes.h sys/inttypes.h)
++
+ dnl Check for tools needed for formatting the documentation.
+ ac_aux_dir_abs=`cd $ac_aux_dir && pwd`
+ AC_PATH_PROG([TEXI2DVI], [texi2dvi], [$ac_aux_dir_abs/missing texi2dvi])
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 00000000..b1a229ac
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0700-multiarch-libc.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 00000000..b34aa21f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+# hardening
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+include /usr/share/dpkg/default.mk
+
+ifneq ($(findstring $(DEB_BUILD_ARCH), mips mipsel),)
+ CFLAGS += -mplt
+endif
+
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-Werror \
+ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR)
+
+DEB_MAKE_CHECK_TARGET = check
+
+VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/')
+
+%:
+ dh $@
+
+override_dh_makeshlibs:
+ dh_makeshlibs
+ dpkg-gensymbols -v$(DEB_VERSION_UPSTREAM) -plibunistring5
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 00000000..163aaf8d
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
new file mode 100644
index 00000000..7115e97d
--- /dev/null
+++ b/debian/upstream/signing-key.asc
@@ -0,0 +1,14 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mDMEZ5luFBYJKwYBBAHaRw8BAQdAXWjWbNzg/gFZgWPUgpfVaeV5pESx68vpHZUW
+6oYecPy0OkJydW5vIEhhaWJsZSAoRnJlZSBTb2Z0d2FyZSBEZXZlbG9wbWVudCkg
+PGJydW5vQGNsaXNwLm9yZz6ImQQTFgoAQRYhBOD/vZdTl/d6Mqt27LYwHZ4bvqwI
+BQJnmW4UAhsDBQkJZgGABQsJCAcCAiICBhUKCQgLAgQWAgMBAh4HAheAAAoJELYw
+HZ4bvqwIOh4A/jwyieWvMKcv+6adE+QcStRQTROO7qesew54B2m1jzmTAQC9NPOa
+cpAp5NYe529LaImxJnX5XY8RVww4oVQ5izM6Drg4BGeZbhQSCisGAQQBl1UBBQEB
+B0CD4szQcdOB1/syXx+lAwtP2O0wIH/rzBYVrf1wFR9xLQMBCAeIfgQYFgoAJhYh
+BOD/vZdTl/d6Mqt27LYwHZ4bvqwIBQJnmW4UAhsMBQkJZgGAAAoJELYwHZ4bvqwI
+t1wBAPHcbRrhqwHiX5yxv1lKj2jG8UEflNfLx5o5KIzZDaeCAQDYRsFDfkRR0qAa
+TnKgu9HB/mvL7n6eilTfcS3NPB/OAw==
+=0ihr
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 00000000..2e00095d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+# Compulsory line, this is a version 4 file
+version=4
+
+opts=dversionmangle=s/.dfsg\d+$//,pgpsigurlmangle=s/$/.sig/ \
+ https://ftp.gnu.org/gnu/libunistring/libunistring-([\d.]+)\.tar\.(?:gz|bz2|xz|lzma)