From 75808db17caf8b960b351e3408e74142f4c85aac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:42:30 +0200 Subject: Adding upstream version 2.117.0. Signed-off-by: Daniel Baumann --- data/architectures/host.json | 2686 ++ data/archive/auto-rejection.yaml | 127 + data/authority/debconf-specification | 18 + data/authority/debian-policy | 279 + data/authority/developer-reference | 276 + data/authority/doc-base-manual | 30 + data/authority/filesystem-hierarchy | 170 + data/authority/java-policy.json | 58 + data/authority/lintian-manual | 35 + data/authority/menu-manual | 43 + data/authority/menu-policy | 13 + data/authority/new-maintainer.json | 463 + data/authority/perl-policy | 35 + data/authority/python-policy | 52 + data/authority/vim-policy | 18 + data/binaries/arch-64bit-equivs | 13 + data/binaries/arch-regex | 58 + data/binaries/embedded-libs | 113 + data/binaries/hardened-functions | 88 + data/binaries/lfs-symbols | 68 + data/binaries/obsolete-crypt-functions | 13 + data/binaries/spelling-exceptions | 14 + data/buildflags/hardening.json | 1725 ++ data/changelog-file/invalid-dates | 23 + data/changes-file/known-dists | 22 + data/common/dbg-pkg | 4 + data/common/derivative-changed-by | 7 + data/common/signing-key-filenames | 5 + data/common/source-fields | 93 + data/control-files/deb-permissions | 17 + data/control-files/udeb-permissions | 12 + data/copyright-file/common-licenses | 16 + data/cruft/bad-link-copyright | 3 + data/cruft/browserify-regex | 4 + data/cruft/gfdl-license-fragments-checks | 34 + data/cruft/non-distributable-files | 13 + data/cruft/non-free-files | 279 + data/cruft/rfc-whitelist | 17 + data/deb-format/extra-members | 16 + data/debhelper/add_ons.json | 533 + data/debhelper/commands.json | 1212 + data/debhelper/compat-level | 8 + data/debhelper/filename-config-files | 16 + data/debhelper/maint_commands | 44 + data/debhelper/miscDepends_commands | 31 + data/debian-policy/releases.json | 6029 ++++ data/debian-source-dir/known-files | 10 + data/description/planned-features | 10 + data/doc-base/sections | 76 + data/fields/archive-sections | 60 + data/fields/bad-homepages | 23 + data/fields/binary-fields | 47 + data/fields/build-essential-packages | 8 + data/fields/build-profiles | 19 + data/fields/derivative-fields | 5 + data/fields/derivative-versions | 7 + data/fields/essential | 27 + data/fields/mail-transport-agents | 13 + data/fields/metapackages | 13 + data/fields/name_section_mappings | 56 + data/fields/no-build-depends | 6 + data/fields/obsolete-packages | 157 + data/fields/perl-provides | 32 + data/fields/priorities | 9 + data/fields/toolchain | 2 + data/fields/udeb-fields | 35 + data/fields/vcs-hosters | 31 + data/fields/virtual-packages | 682 + data/files/allowed-ancient-files | 7 + data/files/allowed-python-files | 7 + data/files/banned/lenna/blacklist | 23 + data/files/banned/lenna/whitelist | 4 + data/files/binary-file-extensions | 100 + data/files/build-path-regex | 6 + data/files/compressed-file-extensions | 9 + data/files/generic-python-modules | 9 + data/files/obsolete-paths | 6 + data/files/pkg-config-bad-regex | 47 + data/files/privacy-breaker-fragments | 34 + data/files/privacy-breaker-tag-attr | 22 + data/files/privacy-breaker-websites | 34 + data/files/standard-files | 28 + data/files/vcs-control-files | 8 + data/fonts.json | 29617 +++++++++++++++++++ data/init.d/virtual_facilities | 13 + data/java/constants | 29 + data/menu-format/add-categories | 130 + data/menu-format/deprecated-desktop-keys | 12 + data/menu-format/kde-desktop-keys | 10 + data/menu-format/known-desktop-keys | 30 + data/menu-format/menu-sections | 71 + data/obsolete-sites/obsolete-sites | 25 + data/python/versions | 5 + data/rules/deprecated-makefiles | 12 + data/rules/known-makefiles | 39 + data/scripts/interpreters | 108 + data/scripts/maintainer-script-bad-command | 48 + data/scripts/versioned-interpreters | 74 + data/shared-libs/hwcap-dirs | 90 + data/shared-libs/unknown-shared-library-exceptions | 30 + data/spelling/Makefile | 6 + data/spelling/corrections | 12460 ++++++++ data/spelling/corrections-case | 132 + data/spelling/corrections-multiword | 33 + data/stylesheets/lintian.css | 489 + data/systemd/init-whitelist | 38 + data/testsuite/known-obsolete-restrictions | 3 + data/testsuite/known-restrictions | 18 + data/testsuite/known-testsuites | 13 + data/triggers/trigger-types | 19 + 110 files changed, 60059 insertions(+) create mode 100644 data/architectures/host.json create mode 100644 data/archive/auto-rejection.yaml create mode 100644 data/authority/debconf-specification create mode 100644 data/authority/debian-policy create mode 100644 data/authority/developer-reference create mode 100644 data/authority/doc-base-manual create mode 100644 data/authority/filesystem-hierarchy create mode 100644 data/authority/java-policy.json create mode 100644 data/authority/lintian-manual create mode 100644 data/authority/menu-manual create mode 100644 data/authority/menu-policy create mode 100644 data/authority/new-maintainer.json create mode 100644 data/authority/perl-policy create mode 100644 data/authority/python-policy create mode 100644 data/authority/vim-policy create mode 100644 data/binaries/arch-64bit-equivs create mode 100644 data/binaries/arch-regex create mode 100644 data/binaries/embedded-libs create mode 100644 data/binaries/hardened-functions create mode 100644 data/binaries/lfs-symbols create mode 100644 data/binaries/obsolete-crypt-functions create mode 100644 data/binaries/spelling-exceptions create mode 100644 data/buildflags/hardening.json create mode 100644 data/changelog-file/invalid-dates create mode 100644 data/changes-file/known-dists create mode 100644 data/common/dbg-pkg create mode 100644 data/common/derivative-changed-by create mode 100644 data/common/signing-key-filenames create mode 100644 data/common/source-fields create mode 100644 data/control-files/deb-permissions create mode 100644 data/control-files/udeb-permissions create mode 100644 data/copyright-file/common-licenses create mode 100644 data/cruft/bad-link-copyright create mode 100644 data/cruft/browserify-regex create mode 100644 data/cruft/gfdl-license-fragments-checks create mode 100644 data/cruft/non-distributable-files create mode 100644 data/cruft/non-free-files create mode 100644 data/cruft/rfc-whitelist create mode 100644 data/deb-format/extra-members create mode 100644 data/debhelper/add_ons.json create mode 100644 data/debhelper/commands.json create mode 100644 data/debhelper/compat-level create mode 100644 data/debhelper/filename-config-files create mode 100644 data/debhelper/maint_commands create mode 100644 data/debhelper/miscDepends_commands create mode 100644 data/debian-policy/releases.json create mode 100644 data/debian-source-dir/known-files create mode 100644 data/description/planned-features create mode 100644 data/doc-base/sections create mode 100644 data/fields/archive-sections create mode 100644 data/fields/bad-homepages create mode 100644 data/fields/binary-fields create mode 100644 data/fields/build-essential-packages create mode 100644 data/fields/build-profiles create mode 100644 data/fields/derivative-fields create mode 100644 data/fields/derivative-versions create mode 100644 data/fields/essential create mode 100644 data/fields/mail-transport-agents create mode 100644 data/fields/metapackages create mode 100644 data/fields/name_section_mappings create mode 100644 data/fields/no-build-depends create mode 100644 data/fields/obsolete-packages create mode 100644 data/fields/perl-provides create mode 100644 data/fields/priorities create mode 100644 data/fields/toolchain create mode 100644 data/fields/udeb-fields create mode 100644 data/fields/vcs-hosters create mode 100644 data/fields/virtual-packages create mode 100644 data/files/allowed-ancient-files create mode 100644 data/files/allowed-python-files create mode 100644 data/files/banned/lenna/blacklist create mode 100644 data/files/banned/lenna/whitelist create mode 100644 data/files/binary-file-extensions create mode 100644 data/files/build-path-regex create mode 100644 data/files/compressed-file-extensions create mode 100644 data/files/generic-python-modules create mode 100644 data/files/obsolete-paths create mode 100644 data/files/pkg-config-bad-regex create mode 100644 data/files/privacy-breaker-fragments create mode 100644 data/files/privacy-breaker-tag-attr create mode 100644 data/files/privacy-breaker-websites create mode 100644 data/files/standard-files create mode 100644 data/files/vcs-control-files create mode 100644 data/fonts.json create mode 100644 data/init.d/virtual_facilities create mode 100644 data/java/constants create mode 100644 data/menu-format/add-categories create mode 100644 data/menu-format/deprecated-desktop-keys create mode 100644 data/menu-format/kde-desktop-keys create mode 100644 data/menu-format/known-desktop-keys create mode 100644 data/menu-format/menu-sections create mode 100644 data/obsolete-sites/obsolete-sites create mode 100644 data/python/versions create mode 100644 data/rules/deprecated-makefiles create mode 100644 data/rules/known-makefiles create mode 100644 data/scripts/interpreters create mode 100644 data/scripts/maintainer-script-bad-command create mode 100644 data/scripts/versioned-interpreters create mode 100644 data/shared-libs/hwcap-dirs create mode 100644 data/shared-libs/unknown-shared-library-exceptions create mode 100644 data/spelling/Makefile create mode 100644 data/spelling/corrections create mode 100644 data/spelling/corrections-case create mode 100644 data/spelling/corrections-multiword create mode 100644 data/stylesheets/lintian.css create mode 100644 data/systemd/init-whitelist create mode 100644 data/testsuite/known-obsolete-restrictions create mode 100644 data/testsuite/known-restrictions create mode 100644 data/testsuite/known-testsuites create mode 100644 data/triggers/trigger-types (limited to 'data') diff --git a/data/architectures/host.json b/data/architectures/host.json new file mode 100644 index 0000000..8896ec9 --- /dev/null +++ b/data/architectures/host.json @@ -0,0 +1,2686 @@ +{ + "host_variables" : { + "aix-powerpc" : { + "DEB_HOST_ARCH" : "aix-powerpc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "sysv", + "DEB_HOST_ARCH_OS" : "aix", + "DEB_HOST_GNU_CPU" : "powerpc", + "DEB_HOST_GNU_SYSTEM" : "aix", + "DEB_HOST_GNU_TYPE" : "powerpc-aix", + "DEB_HOST_MULTIARCH" : "powerpc-aix" + }, + "aix-ppc64" : { + "DEB_HOST_ARCH" : "aix-ppc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ppc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "sysv", + "DEB_HOST_ARCH_OS" : "aix", + "DEB_HOST_GNU_CPU" : "powerpc64", + "DEB_HOST_GNU_SYSTEM" : "aix", + "DEB_HOST_GNU_TYPE" : "powerpc64-aix", + "DEB_HOST_MULTIARCH" : "powerpc64-aix" + }, + "alpha" : { + "DEB_HOST_ARCH" : "alpha", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "alpha", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "alpha", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "alpha-linux-gnu", + "DEB_HOST_MULTIARCH" : "alpha-linux-gnu" + }, + "amd64" : { + "DEB_HOST_ARCH" : "amd64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "amd64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "x86_64", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "x86_64-linux-gnu", + "DEB_HOST_MULTIARCH" : "x86_64-linux-gnu" + }, + "arc" : { + "DEB_HOST_ARCH" : "arc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arc", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "arc", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "arc-linux-gnu", + "DEB_HOST_MULTIARCH" : "arc-linux-gnu" + }, + "arm" : { + "DEB_HOST_ARCH" : "arm", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arm", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "arm", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "arm-linux-gnu", + "DEB_HOST_MULTIARCH" : "arm-linux-gnu" + }, + "arm64" : { + "DEB_HOST_ARCH" : "arm64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "arm64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "aarch64", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "aarch64-linux-gnu", + "DEB_HOST_MULTIARCH" : "aarch64-linux-gnu" + }, + "armeb" : { + "DEB_HOST_ARCH" : "armeb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "armeb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "armeb", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "armeb-linux-gnu", + "DEB_HOST_MULTIARCH" : "armeb-linux-gnu" + }, + "armel" : { + "DEB_HOST_ARCH" : "armel", + "DEB_HOST_ARCH_ABI" : "eabi", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arm", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "arm", + "DEB_HOST_GNU_SYSTEM" : "linux-gnueabi", + "DEB_HOST_GNU_TYPE" : "arm-linux-gnueabi", + "DEB_HOST_MULTIARCH" : "arm-linux-gnueabi" + }, + "armhf" : { + "DEB_HOST_ARCH" : "armhf", + "DEB_HOST_ARCH_ABI" : "eabihf", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arm", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "arm", + "DEB_HOST_GNU_SYSTEM" : "linux-gnueabihf", + "DEB_HOST_GNU_TYPE" : "arm-linux-gnueabihf", + "DEB_HOST_MULTIARCH" : "arm-linux-gnueabihf" + }, + "darwin-amd64" : { + "DEB_HOST_ARCH" : "darwin-amd64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "amd64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "darwin", + "DEB_HOST_GNU_CPU" : "x86_64", + "DEB_HOST_GNU_SYSTEM" : "darwin", + "DEB_HOST_GNU_TYPE" : "x86_64-darwin", + "DEB_HOST_MULTIARCH" : "x86_64-darwin" + }, + "darwin-arm" : { + "DEB_HOST_ARCH" : "darwin-arm", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arm", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "darwin", + "DEB_HOST_GNU_CPU" : "arm", + "DEB_HOST_GNU_SYSTEM" : "darwin", + "DEB_HOST_GNU_TYPE" : "arm-darwin", + "DEB_HOST_MULTIARCH" : "arm-darwin" + }, + "darwin-arm64" : { + "DEB_HOST_ARCH" : "darwin-arm64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "arm64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "darwin", + "DEB_HOST_GNU_CPU" : "aarch64", + "DEB_HOST_GNU_SYSTEM" : "darwin", + "DEB_HOST_GNU_TYPE" : "aarch64-darwin", + "DEB_HOST_MULTIARCH" : "aarch64-darwin" + }, + "darwin-i386" : { + "DEB_HOST_ARCH" : "darwin-i386", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "i386", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "darwin", + "DEB_HOST_GNU_CPU" : "i686", + "DEB_HOST_GNU_SYSTEM" : "darwin", + "DEB_HOST_GNU_TYPE" : "i686-darwin", + "DEB_HOST_MULTIARCH" : "i386-darwin" + }, + "darwin-powerpc" : { + "DEB_HOST_ARCH" : "darwin-powerpc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "darwin", + "DEB_HOST_GNU_CPU" : "powerpc", + "DEB_HOST_GNU_SYSTEM" : "darwin", + "DEB_HOST_GNU_TYPE" : "powerpc-darwin", + "DEB_HOST_MULTIARCH" : "powerpc-darwin" + }, + "darwin-ppc64" : { + "DEB_HOST_ARCH" : "darwin-ppc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ppc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "darwin", + "DEB_HOST_GNU_CPU" : "powerpc64", + "DEB_HOST_GNU_SYSTEM" : "darwin", + "DEB_HOST_GNU_TYPE" : "powerpc64-darwin", + "DEB_HOST_MULTIARCH" : "powerpc64-darwin" + }, + "dragonflybsd-amd64" : { + "DEB_HOST_ARCH" : "dragonflybsd-amd64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "amd64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "dragonflybsd", + "DEB_HOST_GNU_CPU" : "x86_64", + "DEB_HOST_GNU_SYSTEM" : "dragonflybsd", + "DEB_HOST_GNU_TYPE" : "x86_64-dragonflybsd", + "DEB_HOST_MULTIARCH" : "x86_64-dragonflybsd" + }, + "freebsd-amd64" : { + "DEB_HOST_ARCH" : "freebsd-amd64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "amd64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "freebsd", + "DEB_HOST_GNU_CPU" : "x86_64", + "DEB_HOST_GNU_SYSTEM" : "freebsd", + "DEB_HOST_GNU_TYPE" : "x86_64-freebsd", + "DEB_HOST_MULTIARCH" : "x86_64-freebsd" + }, + "freebsd-arm" : { + "DEB_HOST_ARCH" : "freebsd-arm", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arm", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "freebsd", + "DEB_HOST_GNU_CPU" : "arm", + "DEB_HOST_GNU_SYSTEM" : "freebsd", + "DEB_HOST_GNU_TYPE" : "arm-freebsd", + "DEB_HOST_MULTIARCH" : "arm-freebsd" + }, + "freebsd-arm64" : { + "DEB_HOST_ARCH" : "freebsd-arm64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "arm64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "freebsd", + "DEB_HOST_GNU_CPU" : "aarch64", + "DEB_HOST_GNU_SYSTEM" : "freebsd", + "DEB_HOST_GNU_TYPE" : "aarch64-freebsd", + "DEB_HOST_MULTIARCH" : "aarch64-freebsd" + }, + "freebsd-i386" : { + "DEB_HOST_ARCH" : "freebsd-i386", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "i386", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "freebsd", + "DEB_HOST_GNU_CPU" : "i686", + "DEB_HOST_GNU_SYSTEM" : "freebsd", + "DEB_HOST_GNU_TYPE" : "i686-freebsd", + "DEB_HOST_MULTIARCH" : "i386-freebsd" + }, + "freebsd-powerpc" : { + "DEB_HOST_ARCH" : "freebsd-powerpc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "freebsd", + "DEB_HOST_GNU_CPU" : "powerpc", + "DEB_HOST_GNU_SYSTEM" : "freebsd", + "DEB_HOST_GNU_TYPE" : "powerpc-freebsd", + "DEB_HOST_MULTIARCH" : "powerpc-freebsd" + }, + "freebsd-ppc64" : { + "DEB_HOST_ARCH" : "freebsd-ppc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ppc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "freebsd", + "DEB_HOST_GNU_CPU" : "powerpc64", + "DEB_HOST_GNU_SYSTEM" : "freebsd", + "DEB_HOST_GNU_TYPE" : "powerpc64-freebsd", + "DEB_HOST_MULTIARCH" : "powerpc64-freebsd" + }, + "hppa" : { + "DEB_HOST_ARCH" : "hppa", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "hppa", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "hppa", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "hppa-linux-gnu", + "DEB_HOST_MULTIARCH" : "hppa-linux-gnu" + }, + "hurd-amd64" : { + "DEB_HOST_ARCH" : "hurd-amd64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "amd64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "hurd", + "DEB_HOST_GNU_CPU" : "x86_64", + "DEB_HOST_GNU_SYSTEM" : "gnu", + "DEB_HOST_GNU_TYPE" : "x86_64-gnu", + "DEB_HOST_MULTIARCH" : "x86_64-gnu" + }, + "hurd-i386" : { + "DEB_HOST_ARCH" : "hurd-i386", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "i386", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "hurd", + "DEB_HOST_GNU_CPU" : "i686", + "DEB_HOST_GNU_SYSTEM" : "gnu", + "DEB_HOST_GNU_TYPE" : "i686-gnu", + "DEB_HOST_MULTIARCH" : "i386-gnu" + }, + "i386" : { + "DEB_HOST_ARCH" : "i386", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "i386", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "i686", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "i686-linux-gnu", + "DEB_HOST_MULTIARCH" : "i386-linux-gnu" + }, + "ia64" : { + "DEB_HOST_ARCH" : "ia64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ia64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "ia64", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "ia64-linux-gnu", + "DEB_HOST_MULTIARCH" : "ia64-linux-gnu" + }, + "kfreebsd-amd64" : { + "DEB_HOST_ARCH" : "kfreebsd-amd64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "amd64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "kfreebsd", + "DEB_HOST_GNU_CPU" : "x86_64", + "DEB_HOST_GNU_SYSTEM" : "kfreebsd-gnu", + "DEB_HOST_GNU_TYPE" : "x86_64-kfreebsd-gnu", + "DEB_HOST_MULTIARCH" : "x86_64-kfreebsd-gnu" + }, + "kfreebsd-i386" : { + "DEB_HOST_ARCH" : "kfreebsd-i386", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "i386", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "kfreebsd", + "DEB_HOST_GNU_CPU" : "i686", + "DEB_HOST_GNU_SYSTEM" : "kfreebsd-gnu", + "DEB_HOST_GNU_TYPE" : "i686-kfreebsd-gnu", + "DEB_HOST_MULTIARCH" : "i386-kfreebsd-gnu" + }, + "kopensolaris-amd64" : { + "DEB_HOST_ARCH" : "kopensolaris-amd64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "amd64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "kopensolaris", + "DEB_HOST_GNU_CPU" : "x86_64", + "DEB_HOST_GNU_SYSTEM" : "kopensolaris-gnu", + "DEB_HOST_GNU_TYPE" : "x86_64-kopensolaris-gnu", + "DEB_HOST_MULTIARCH" : "x86_64-kopensolaris-gnu" + }, + "kopensolaris-i386" : { + "DEB_HOST_ARCH" : "kopensolaris-i386", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "i386", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "kopensolaris", + "DEB_HOST_GNU_CPU" : "i686", + "DEB_HOST_GNU_SYSTEM" : "kopensolaris-gnu", + "DEB_HOST_GNU_TYPE" : "i686-kopensolaris-gnu", + "DEB_HOST_MULTIARCH" : "i386-kopensolaris-gnu" + }, + "loong64" : { + "DEB_HOST_ARCH" : "loong64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "loong64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "loongarch64", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "loongarch64-linux-gnu", + "DEB_HOST_MULTIARCH" : "loongarch64-linux-gnu" + }, + "m68k" : { + "DEB_HOST_ARCH" : "m68k", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "m68k", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "m68k", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "m68k-linux-gnu", + "DEB_HOST_MULTIARCH" : "m68k-linux-gnu" + }, + "mint-m68k" : { + "DEB_HOST_ARCH" : "mint-m68k", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "m68k", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "tos", + "DEB_HOST_ARCH_OS" : "mint", + "DEB_HOST_GNU_CPU" : "m68k", + "DEB_HOST_GNU_SYSTEM" : "mint", + "DEB_HOST_GNU_TYPE" : "m68k-mint", + "DEB_HOST_MULTIARCH" : "m68k-mint" + }, + "mips" : { + "DEB_HOST_ARCH" : "mips", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mips", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mips", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "mips-linux-gnu", + "DEB_HOST_MULTIARCH" : "mips-linux-gnu" + }, + "mips64" : { + "DEB_HOST_ARCH" : "mips64", + "DEB_HOST_ARCH_ABI" : "abi64", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mips64", + "DEB_HOST_GNU_SYSTEM" : "linux-gnuabi64", + "DEB_HOST_GNU_TYPE" : "mips64-linux-gnuabi64", + "DEB_HOST_MULTIARCH" : "mips64-linux-gnuabi64" + }, + "mips64el" : { + "DEB_HOST_ARCH" : "mips64el", + "DEB_HOST_ARCH_ABI" : "abi64", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mips64el", + "DEB_HOST_GNU_SYSTEM" : "linux-gnuabi64", + "DEB_HOST_GNU_TYPE" : "mips64el-linux-gnuabi64", + "DEB_HOST_MULTIARCH" : "mips64el-linux-gnuabi64" + }, + "mips64r6" : { + "DEB_HOST_ARCH" : "mips64r6", + "DEB_HOST_ARCH_ABI" : "abi64", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64r6", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa64r6", + "DEB_HOST_GNU_SYSTEM" : "linux-gnuabi64", + "DEB_HOST_GNU_TYPE" : "mipsisa64r6-linux-gnuabi64", + "DEB_HOST_MULTIARCH" : "mipsisa64r6-linux-gnuabi64" + }, + "mips64r6el" : { + "DEB_HOST_ARCH" : "mips64r6el", + "DEB_HOST_ARCH_ABI" : "abi64", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64r6el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa64r6el", + "DEB_HOST_GNU_SYSTEM" : "linux-gnuabi64", + "DEB_HOST_GNU_TYPE" : "mipsisa64r6el-linux-gnuabi64", + "DEB_HOST_MULTIARCH" : "mipsisa64r6el-linux-gnuabi64" + }, + "mipsel" : { + "DEB_HOST_ARCH" : "mipsel", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsel", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsel", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "mipsel-linux-gnu", + "DEB_HOST_MULTIARCH" : "mipsel-linux-gnu" + }, + "mipsn32" : { + "DEB_HOST_ARCH" : "mipsn32", + "DEB_HOST_ARCH_ABI" : "abin32", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mips64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mips64", + "DEB_HOST_GNU_SYSTEM" : "linux-gnuabin32", + "DEB_HOST_GNU_TYPE" : "mips64-linux-gnuabin32", + "DEB_HOST_MULTIARCH" : "mips64-linux-gnuabin32" + }, + "mipsn32el" : { + "DEB_HOST_ARCH" : "mipsn32el", + "DEB_HOST_ARCH_ABI" : "abin32", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mips64el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mips64el", + "DEB_HOST_GNU_SYSTEM" : "linux-gnuabin32", + "DEB_HOST_GNU_TYPE" : "mips64el-linux-gnuabin32", + "DEB_HOST_MULTIARCH" : "mips64el-linux-gnuabin32" + }, + "mipsn32r6" : { + "DEB_HOST_ARCH" : "mipsn32r6", + "DEB_HOST_ARCH_ABI" : "abin32", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mips64r6", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa64r6", + "DEB_HOST_GNU_SYSTEM" : "linux-gnuabin32", + "DEB_HOST_GNU_TYPE" : "mipsisa64r6-linux-gnuabin32", + "DEB_HOST_MULTIARCH" : "mipsisa64r6-linux-gnuabin32" + }, + "mipsn32r6el" : { + "DEB_HOST_ARCH" : "mipsn32r6el", + "DEB_HOST_ARCH_ABI" : "abin32", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mips64r6el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa64r6el", + "DEB_HOST_GNU_SYSTEM" : "linux-gnuabin32", + "DEB_HOST_GNU_TYPE" : "mipsisa64r6el-linux-gnuabin32", + "DEB_HOST_MULTIARCH" : "mipsisa64r6el-linux-gnuabin32" + }, + "mipsr6" : { + "DEB_HOST_ARCH" : "mipsr6", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsr6", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa32r6", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "mipsisa32r6-linux-gnu", + "DEB_HOST_MULTIARCH" : "mipsisa32r6-linux-gnu" + }, + "mipsr6el" : { + "DEB_HOST_ARCH" : "mipsr6el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsr6el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa32r6el", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "mipsisa32r6el-linux-gnu", + "DEB_HOST_MULTIARCH" : "mipsisa32r6el-linux-gnu" + }, + "musl-linux-alpha" : { + "DEB_HOST_ARCH" : "musl-linux-alpha", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "alpha", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "alpha", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "alpha-linux-musl", + "DEB_HOST_MULTIARCH" : "alpha-linux-musl" + }, + "musl-linux-amd64" : { + "DEB_HOST_ARCH" : "musl-linux-amd64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "amd64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "x86_64", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "x86_64-linux-musl", + "DEB_HOST_MULTIARCH" : "x86_64-linux-musl" + }, + "musl-linux-arc" : { + "DEB_HOST_ARCH" : "musl-linux-arc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arc", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "arc", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "arc-linux-musl", + "DEB_HOST_MULTIARCH" : "arc-linux-musl" + }, + "musl-linux-arm" : { + "DEB_HOST_ARCH" : "musl-linux-arm", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arm", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "arm", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "arm-linux-musl", + "DEB_HOST_MULTIARCH" : "arm-linux-musl" + }, + "musl-linux-arm64" : { + "DEB_HOST_ARCH" : "musl-linux-arm64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "arm64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "aarch64", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "aarch64-linux-musl", + "DEB_HOST_MULTIARCH" : "aarch64-linux-musl" + }, + "musl-linux-armeb" : { + "DEB_HOST_ARCH" : "musl-linux-armeb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "armeb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "armeb", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "armeb-linux-musl", + "DEB_HOST_MULTIARCH" : "armeb-linux-musl" + }, + "musl-linux-armhf" : { + "DEB_HOST_ARCH" : "musl-linux-armhf", + "DEB_HOST_ARCH_ABI" : "eabihf", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arm", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "arm", + "DEB_HOST_GNU_SYSTEM" : "linux-musleabihf", + "DEB_HOST_GNU_TYPE" : "arm-linux-musleabihf", + "DEB_HOST_MULTIARCH" : "arm-linux-musleabihf" + }, + "musl-linux-hppa" : { + "DEB_HOST_ARCH" : "musl-linux-hppa", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "hppa", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "hppa", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "hppa-linux-musl", + "DEB_HOST_MULTIARCH" : "hppa-linux-musl" + }, + "musl-linux-i386" : { + "DEB_HOST_ARCH" : "musl-linux-i386", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "i386", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "i686", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "i686-linux-musl", + "DEB_HOST_MULTIARCH" : "i386-linux-musl" + }, + "musl-linux-ia64" : { + "DEB_HOST_ARCH" : "musl-linux-ia64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ia64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "ia64", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "ia64-linux-musl", + "DEB_HOST_MULTIARCH" : "ia64-linux-musl" + }, + "musl-linux-loong64" : { + "DEB_HOST_ARCH" : "musl-linux-loong64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "loong64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "loongarch64", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "loongarch64-linux-musl", + "DEB_HOST_MULTIARCH" : "loongarch64-linux-musl" + }, + "musl-linux-m68k" : { + "DEB_HOST_ARCH" : "musl-linux-m68k", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "m68k", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "m68k", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "m68k-linux-musl", + "DEB_HOST_MULTIARCH" : "m68k-linux-musl" + }, + "musl-linux-mips" : { + "DEB_HOST_ARCH" : "musl-linux-mips", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mips", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mips", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "mips-linux-musl", + "DEB_HOST_MULTIARCH" : "mips-linux-musl" + }, + "musl-linux-mips64" : { + "DEB_HOST_ARCH" : "musl-linux-mips64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mips64", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "mips64-linux-musl", + "DEB_HOST_MULTIARCH" : "mips64-linux-musl" + }, + "musl-linux-mips64el" : { + "DEB_HOST_ARCH" : "musl-linux-mips64el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mips64el", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "mips64el-linux-musl", + "DEB_HOST_MULTIARCH" : "mips64el-linux-musl" + }, + "musl-linux-mips64r6" : { + "DEB_HOST_ARCH" : "musl-linux-mips64r6", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64r6", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa64r6", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "mipsisa64r6-linux-musl", + "DEB_HOST_MULTIARCH" : "mipsisa64r6-linux-musl" + }, + "musl-linux-mips64r6el" : { + "DEB_HOST_ARCH" : "musl-linux-mips64r6el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64r6el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa64r6el", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "mipsisa64r6el-linux-musl", + "DEB_HOST_MULTIARCH" : "mipsisa64r6el-linux-musl" + }, + "musl-linux-mipsel" : { + "DEB_HOST_ARCH" : "musl-linux-mipsel", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsel", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsel", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "mipsel-linux-musl", + "DEB_HOST_MULTIARCH" : "mipsel-linux-musl" + }, + "musl-linux-mipsr6" : { + "DEB_HOST_ARCH" : "musl-linux-mipsr6", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsr6", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa32r6", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "mipsisa32r6-linux-musl", + "DEB_HOST_MULTIARCH" : "mipsisa32r6-linux-musl" + }, + "musl-linux-mipsr6el" : { + "DEB_HOST_ARCH" : "musl-linux-mipsr6el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsr6el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa32r6el", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "mipsisa32r6el-linux-musl", + "DEB_HOST_MULTIARCH" : "mipsisa32r6el-linux-musl" + }, + "musl-linux-nios2" : { + "DEB_HOST_ARCH" : "musl-linux-nios2", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "nios2", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "nios2", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "nios2-linux-musl", + "DEB_HOST_MULTIARCH" : "nios2-linux-musl" + }, + "musl-linux-or1k" : { + "DEB_HOST_ARCH" : "musl-linux-or1k", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "or1k", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "or1k", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "or1k-linux-musl", + "DEB_HOST_MULTIARCH" : "or1k-linux-musl" + }, + "musl-linux-powerpc" : { + "DEB_HOST_ARCH" : "musl-linux-powerpc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "powerpc", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "powerpc-linux-musl", + "DEB_HOST_MULTIARCH" : "powerpc-linux-musl" + }, + "musl-linux-powerpcel" : { + "DEB_HOST_ARCH" : "musl-linux-powerpcel", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpcel", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "powerpcle", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "powerpcle-linux-musl", + "DEB_HOST_MULTIARCH" : "powerpcle-linux-musl" + }, + "musl-linux-ppc64" : { + "DEB_HOST_ARCH" : "musl-linux-ppc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ppc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "powerpc64", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "powerpc64-linux-musl", + "DEB_HOST_MULTIARCH" : "powerpc64-linux-musl" + }, + "musl-linux-ppc64el" : { + "DEB_HOST_ARCH" : "musl-linux-ppc64el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ppc64el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "powerpc64le", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "powerpc64le-linux-musl", + "DEB_HOST_MULTIARCH" : "powerpc64le-linux-musl" + }, + "musl-linux-riscv64" : { + "DEB_HOST_ARCH" : "musl-linux-riscv64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "riscv64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "riscv64", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "riscv64-linux-musl", + "DEB_HOST_MULTIARCH" : "riscv64-linux-musl" + }, + "musl-linux-s390" : { + "DEB_HOST_ARCH" : "musl-linux-s390", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "s390", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "s390", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "s390-linux-musl", + "DEB_HOST_MULTIARCH" : "s390-linux-musl" + }, + "musl-linux-s390x" : { + "DEB_HOST_ARCH" : "musl-linux-s390x", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "s390x", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "s390x", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "s390x-linux-musl", + "DEB_HOST_MULTIARCH" : "s390x-linux-musl" + }, + "musl-linux-sh3" : { + "DEB_HOST_ARCH" : "musl-linux-sh3", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh3", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sh3", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "sh3-linux-musl", + "DEB_HOST_MULTIARCH" : "sh3-linux-musl" + }, + "musl-linux-sh3eb" : { + "DEB_HOST_ARCH" : "musl-linux-sh3eb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh3eb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sh3eb", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "sh3eb-linux-musl", + "DEB_HOST_MULTIARCH" : "sh3eb-linux-musl" + }, + "musl-linux-sh4" : { + "DEB_HOST_ARCH" : "musl-linux-sh4", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh4", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sh4", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "sh4-linux-musl", + "DEB_HOST_MULTIARCH" : "sh4-linux-musl" + }, + "musl-linux-sh4eb" : { + "DEB_HOST_ARCH" : "musl-linux-sh4eb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh4eb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sh4eb", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "sh4eb-linux-musl", + "DEB_HOST_MULTIARCH" : "sh4eb-linux-musl" + }, + "musl-linux-sparc" : { + "DEB_HOST_ARCH" : "musl-linux-sparc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sparc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sparc", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "sparc-linux-musl", + "DEB_HOST_MULTIARCH" : "sparc-linux-musl" + }, + "musl-linux-sparc64" : { + "DEB_HOST_ARCH" : "musl-linux-sparc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "sparc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "musl", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sparc64", + "DEB_HOST_GNU_SYSTEM" : "linux-musl", + "DEB_HOST_GNU_TYPE" : "sparc64-linux-musl", + "DEB_HOST_MULTIARCH" : "sparc64-linux-musl" + }, + "netbsd-alpha" : { + "DEB_HOST_ARCH" : "netbsd-alpha", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "alpha", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "alpha", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "alpha-netbsd", + "DEB_HOST_MULTIARCH" : "alpha-netbsd" + }, + "netbsd-amd64" : { + "DEB_HOST_ARCH" : "netbsd-amd64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "amd64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "x86_64", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "x86_64-netbsd", + "DEB_HOST_MULTIARCH" : "x86_64-netbsd" + }, + "netbsd-arc" : { + "DEB_HOST_ARCH" : "netbsd-arc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arc", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "arc", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "arc-netbsd", + "DEB_HOST_MULTIARCH" : "arc-netbsd" + }, + "netbsd-arm" : { + "DEB_HOST_ARCH" : "netbsd-arm", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arm", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "arm", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "arm-netbsd", + "DEB_HOST_MULTIARCH" : "arm-netbsd" + }, + "netbsd-arm64" : { + "DEB_HOST_ARCH" : "netbsd-arm64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "arm64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "aarch64", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "aarch64-netbsd", + "DEB_HOST_MULTIARCH" : "aarch64-netbsd" + }, + "netbsd-armeb" : { + "DEB_HOST_ARCH" : "netbsd-armeb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "armeb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "armeb", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "armeb-netbsd", + "DEB_HOST_MULTIARCH" : "armeb-netbsd" + }, + "netbsd-hppa" : { + "DEB_HOST_ARCH" : "netbsd-hppa", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "hppa", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "hppa", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "hppa-netbsd", + "DEB_HOST_MULTIARCH" : "hppa-netbsd" + }, + "netbsd-i386" : { + "DEB_HOST_ARCH" : "netbsd-i386", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "i386", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "i686", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "i686-netbsd", + "DEB_HOST_MULTIARCH" : "i386-netbsd" + }, + "netbsd-ia64" : { + "DEB_HOST_ARCH" : "netbsd-ia64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ia64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "ia64", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "ia64-netbsd", + "DEB_HOST_MULTIARCH" : "ia64-netbsd" + }, + "netbsd-loong64" : { + "DEB_HOST_ARCH" : "netbsd-loong64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "loong64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "loongarch64", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "loongarch64-netbsd", + "DEB_HOST_MULTIARCH" : "loongarch64-netbsd" + }, + "netbsd-m68k" : { + "DEB_HOST_ARCH" : "netbsd-m68k", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "m68k", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "m68k", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "m68k-netbsd", + "DEB_HOST_MULTIARCH" : "m68k-netbsd" + }, + "netbsd-mips" : { + "DEB_HOST_ARCH" : "netbsd-mips", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mips", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "mips", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "mips-netbsd", + "DEB_HOST_MULTIARCH" : "mips-netbsd" + }, + "netbsd-mips64" : { + "DEB_HOST_ARCH" : "netbsd-mips64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "mips64", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "mips64-netbsd", + "DEB_HOST_MULTIARCH" : "mips64-netbsd" + }, + "netbsd-mips64el" : { + "DEB_HOST_ARCH" : "netbsd-mips64el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "mips64el", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "mips64el-netbsd", + "DEB_HOST_MULTIARCH" : "mips64el-netbsd" + }, + "netbsd-mips64r6" : { + "DEB_HOST_ARCH" : "netbsd-mips64r6", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64r6", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "mipsisa64r6", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "mipsisa64r6-netbsd", + "DEB_HOST_MULTIARCH" : "mipsisa64r6-netbsd" + }, + "netbsd-mips64r6el" : { + "DEB_HOST_ARCH" : "netbsd-mips64r6el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64r6el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "mipsisa64r6el", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "mipsisa64r6el-netbsd", + "DEB_HOST_MULTIARCH" : "mipsisa64r6el-netbsd" + }, + "netbsd-mipsel" : { + "DEB_HOST_ARCH" : "netbsd-mipsel", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsel", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "mipsel", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "mipsel-netbsd", + "DEB_HOST_MULTIARCH" : "mipsel-netbsd" + }, + "netbsd-mipsr6" : { + "DEB_HOST_ARCH" : "netbsd-mipsr6", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsr6", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "mipsisa32r6", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "mipsisa32r6-netbsd", + "DEB_HOST_MULTIARCH" : "mipsisa32r6-netbsd" + }, + "netbsd-mipsr6el" : { + "DEB_HOST_ARCH" : "netbsd-mipsr6el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsr6el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "mipsisa32r6el", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "mipsisa32r6el-netbsd", + "DEB_HOST_MULTIARCH" : "mipsisa32r6el-netbsd" + }, + "netbsd-nios2" : { + "DEB_HOST_ARCH" : "netbsd-nios2", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "nios2", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "nios2", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "nios2-netbsd", + "DEB_HOST_MULTIARCH" : "nios2-netbsd" + }, + "netbsd-or1k" : { + "DEB_HOST_ARCH" : "netbsd-or1k", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "or1k", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "or1k", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "or1k-netbsd", + "DEB_HOST_MULTIARCH" : "or1k-netbsd" + }, + "netbsd-powerpc" : { + "DEB_HOST_ARCH" : "netbsd-powerpc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "powerpc", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "powerpc-netbsd", + "DEB_HOST_MULTIARCH" : "powerpc-netbsd" + }, + "netbsd-powerpcel" : { + "DEB_HOST_ARCH" : "netbsd-powerpcel", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpcel", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "powerpcle", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "powerpcle-netbsd", + "DEB_HOST_MULTIARCH" : "powerpcle-netbsd" + }, + "netbsd-ppc64" : { + "DEB_HOST_ARCH" : "netbsd-ppc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ppc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "powerpc64", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "powerpc64-netbsd", + "DEB_HOST_MULTIARCH" : "powerpc64-netbsd" + }, + "netbsd-ppc64el" : { + "DEB_HOST_ARCH" : "netbsd-ppc64el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ppc64el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "powerpc64le", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "powerpc64le-netbsd", + "DEB_HOST_MULTIARCH" : "powerpc64le-netbsd" + }, + "netbsd-riscv64" : { + "DEB_HOST_ARCH" : "netbsd-riscv64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "riscv64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "riscv64", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "riscv64-netbsd", + "DEB_HOST_MULTIARCH" : "riscv64-netbsd" + }, + "netbsd-s390" : { + "DEB_HOST_ARCH" : "netbsd-s390", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "s390", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "s390", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "s390-netbsd", + "DEB_HOST_MULTIARCH" : "s390-netbsd" + }, + "netbsd-s390x" : { + "DEB_HOST_ARCH" : "netbsd-s390x", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "s390x", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "s390x", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "s390x-netbsd", + "DEB_HOST_MULTIARCH" : "s390x-netbsd" + }, + "netbsd-sh3" : { + "DEB_HOST_ARCH" : "netbsd-sh3", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh3", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "sh3", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "sh3-netbsd", + "DEB_HOST_MULTIARCH" : "sh3-netbsd" + }, + "netbsd-sh3eb" : { + "DEB_HOST_ARCH" : "netbsd-sh3eb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh3eb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "sh3eb", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "sh3eb-netbsd", + "DEB_HOST_MULTIARCH" : "sh3eb-netbsd" + }, + "netbsd-sh4" : { + "DEB_HOST_ARCH" : "netbsd-sh4", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh4", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "sh4", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "sh4-netbsd", + "DEB_HOST_MULTIARCH" : "sh4-netbsd" + }, + "netbsd-sh4eb" : { + "DEB_HOST_ARCH" : "netbsd-sh4eb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh4eb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "sh4eb", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "sh4eb-netbsd", + "DEB_HOST_MULTIARCH" : "sh4eb-netbsd" + }, + "netbsd-sparc" : { + "DEB_HOST_ARCH" : "netbsd-sparc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sparc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "sparc", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "sparc-netbsd", + "DEB_HOST_MULTIARCH" : "sparc-netbsd" + }, + "netbsd-sparc64" : { + "DEB_HOST_ARCH" : "netbsd-sparc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "sparc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "netbsd", + "DEB_HOST_GNU_CPU" : "sparc64", + "DEB_HOST_GNU_SYSTEM" : "netbsd", + "DEB_HOST_GNU_TYPE" : "sparc64-netbsd", + "DEB_HOST_MULTIARCH" : "sparc64-netbsd" + }, + "nios2" : { + "DEB_HOST_ARCH" : "nios2", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "nios2", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "nios2", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "nios2-linux-gnu", + "DEB_HOST_MULTIARCH" : "nios2-linux-gnu" + }, + "openbsd-alpha" : { + "DEB_HOST_ARCH" : "openbsd-alpha", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "alpha", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "alpha", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "alpha-openbsd", + "DEB_HOST_MULTIARCH" : "alpha-openbsd" + }, + "openbsd-amd64" : { + "DEB_HOST_ARCH" : "openbsd-amd64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "amd64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "x86_64", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "x86_64-openbsd", + "DEB_HOST_MULTIARCH" : "x86_64-openbsd" + }, + "openbsd-arc" : { + "DEB_HOST_ARCH" : "openbsd-arc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arc", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "arc", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "arc-openbsd", + "DEB_HOST_MULTIARCH" : "arc-openbsd" + }, + "openbsd-arm" : { + "DEB_HOST_ARCH" : "openbsd-arm", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arm", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "arm", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "arm-openbsd", + "DEB_HOST_MULTIARCH" : "arm-openbsd" + }, + "openbsd-arm64" : { + "DEB_HOST_ARCH" : "openbsd-arm64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "arm64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "aarch64", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "aarch64-openbsd", + "DEB_HOST_MULTIARCH" : "aarch64-openbsd" + }, + "openbsd-armeb" : { + "DEB_HOST_ARCH" : "openbsd-armeb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "armeb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "armeb", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "armeb-openbsd", + "DEB_HOST_MULTIARCH" : "armeb-openbsd" + }, + "openbsd-hppa" : { + "DEB_HOST_ARCH" : "openbsd-hppa", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "hppa", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "hppa", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "hppa-openbsd", + "DEB_HOST_MULTIARCH" : "hppa-openbsd" + }, + "openbsd-i386" : { + "DEB_HOST_ARCH" : "openbsd-i386", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "i386", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "i686", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "i686-openbsd", + "DEB_HOST_MULTIARCH" : "i386-openbsd" + }, + "openbsd-ia64" : { + "DEB_HOST_ARCH" : "openbsd-ia64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ia64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "ia64", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "ia64-openbsd", + "DEB_HOST_MULTIARCH" : "ia64-openbsd" + }, + "openbsd-loong64" : { + "DEB_HOST_ARCH" : "openbsd-loong64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "loong64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "loongarch64", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "loongarch64-openbsd", + "DEB_HOST_MULTIARCH" : "loongarch64-openbsd" + }, + "openbsd-m68k" : { + "DEB_HOST_ARCH" : "openbsd-m68k", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "m68k", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "m68k", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "m68k-openbsd", + "DEB_HOST_MULTIARCH" : "m68k-openbsd" + }, + "openbsd-mips" : { + "DEB_HOST_ARCH" : "openbsd-mips", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mips", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "mips", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "mips-openbsd", + "DEB_HOST_MULTIARCH" : "mips-openbsd" + }, + "openbsd-mips64" : { + "DEB_HOST_ARCH" : "openbsd-mips64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "mips64", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "mips64-openbsd", + "DEB_HOST_MULTIARCH" : "mips64-openbsd" + }, + "openbsd-mips64el" : { + "DEB_HOST_ARCH" : "openbsd-mips64el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "mips64el", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "mips64el-openbsd", + "DEB_HOST_MULTIARCH" : "mips64el-openbsd" + }, + "openbsd-mips64r6" : { + "DEB_HOST_ARCH" : "openbsd-mips64r6", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64r6", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "mipsisa64r6", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "mipsisa64r6-openbsd", + "DEB_HOST_MULTIARCH" : "mipsisa64r6-openbsd" + }, + "openbsd-mips64r6el" : { + "DEB_HOST_ARCH" : "openbsd-mips64r6el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64r6el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "mipsisa64r6el", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "mipsisa64r6el-openbsd", + "DEB_HOST_MULTIARCH" : "mipsisa64r6el-openbsd" + }, + "openbsd-mipsel" : { + "DEB_HOST_ARCH" : "openbsd-mipsel", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsel", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "mipsel", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "mipsel-openbsd", + "DEB_HOST_MULTIARCH" : "mipsel-openbsd" + }, + "openbsd-mipsr6" : { + "DEB_HOST_ARCH" : "openbsd-mipsr6", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsr6", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "mipsisa32r6", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "mipsisa32r6-openbsd", + "DEB_HOST_MULTIARCH" : "mipsisa32r6-openbsd" + }, + "openbsd-mipsr6el" : { + "DEB_HOST_ARCH" : "openbsd-mipsr6el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsr6el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "mipsisa32r6el", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "mipsisa32r6el-openbsd", + "DEB_HOST_MULTIARCH" : "mipsisa32r6el-openbsd" + }, + "openbsd-nios2" : { + "DEB_HOST_ARCH" : "openbsd-nios2", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "nios2", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "nios2", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "nios2-openbsd", + "DEB_HOST_MULTIARCH" : "nios2-openbsd" + }, + "openbsd-or1k" : { + "DEB_HOST_ARCH" : "openbsd-or1k", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "or1k", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "or1k", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "or1k-openbsd", + "DEB_HOST_MULTIARCH" : "or1k-openbsd" + }, + "openbsd-powerpc" : { + "DEB_HOST_ARCH" : "openbsd-powerpc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "powerpc", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "powerpc-openbsd", + "DEB_HOST_MULTIARCH" : "powerpc-openbsd" + }, + "openbsd-powerpcel" : { + "DEB_HOST_ARCH" : "openbsd-powerpcel", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpcel", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "powerpcle", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "powerpcle-openbsd", + "DEB_HOST_MULTIARCH" : "powerpcle-openbsd" + }, + "openbsd-ppc64" : { + "DEB_HOST_ARCH" : "openbsd-ppc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ppc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "powerpc64", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "powerpc64-openbsd", + "DEB_HOST_MULTIARCH" : "powerpc64-openbsd" + }, + "openbsd-ppc64el" : { + "DEB_HOST_ARCH" : "openbsd-ppc64el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ppc64el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "powerpc64le", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "powerpc64le-openbsd", + "DEB_HOST_MULTIARCH" : "powerpc64le-openbsd" + }, + "openbsd-riscv64" : { + "DEB_HOST_ARCH" : "openbsd-riscv64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "riscv64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "riscv64", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "riscv64-openbsd", + "DEB_HOST_MULTIARCH" : "riscv64-openbsd" + }, + "openbsd-s390" : { + "DEB_HOST_ARCH" : "openbsd-s390", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "s390", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "s390", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "s390-openbsd", + "DEB_HOST_MULTIARCH" : "s390-openbsd" + }, + "openbsd-s390x" : { + "DEB_HOST_ARCH" : "openbsd-s390x", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "s390x", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "s390x", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "s390x-openbsd", + "DEB_HOST_MULTIARCH" : "s390x-openbsd" + }, + "openbsd-sh3" : { + "DEB_HOST_ARCH" : "openbsd-sh3", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh3", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "sh3", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "sh3-openbsd", + "DEB_HOST_MULTIARCH" : "sh3-openbsd" + }, + "openbsd-sh3eb" : { + "DEB_HOST_ARCH" : "openbsd-sh3eb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh3eb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "sh3eb", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "sh3eb-openbsd", + "DEB_HOST_MULTIARCH" : "sh3eb-openbsd" + }, + "openbsd-sh4" : { + "DEB_HOST_ARCH" : "openbsd-sh4", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh4", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "sh4", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "sh4-openbsd", + "DEB_HOST_MULTIARCH" : "sh4-openbsd" + }, + "openbsd-sh4eb" : { + "DEB_HOST_ARCH" : "openbsd-sh4eb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh4eb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "sh4eb", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "sh4eb-openbsd", + "DEB_HOST_MULTIARCH" : "sh4eb-openbsd" + }, + "openbsd-sparc" : { + "DEB_HOST_ARCH" : "openbsd-sparc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sparc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "sparc", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "sparc-openbsd", + "DEB_HOST_MULTIARCH" : "sparc-openbsd" + }, + "openbsd-sparc64" : { + "DEB_HOST_ARCH" : "openbsd-sparc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "sparc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "bsd", + "DEB_HOST_ARCH_OS" : "openbsd", + "DEB_HOST_GNU_CPU" : "sparc64", + "DEB_HOST_GNU_SYSTEM" : "openbsd", + "DEB_HOST_GNU_TYPE" : "sparc64-openbsd", + "DEB_HOST_MULTIARCH" : "sparc64-openbsd" + }, + "or1k" : { + "DEB_HOST_ARCH" : "or1k", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "or1k", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "or1k", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "or1k-linux-gnu", + "DEB_HOST_MULTIARCH" : "or1k-linux-gnu" + }, + "powerpc" : { + "DEB_HOST_ARCH" : "powerpc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "powerpc", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "powerpc-linux-gnu", + "DEB_HOST_MULTIARCH" : "powerpc-linux-gnu" + }, + "powerpcel" : { + "DEB_HOST_ARCH" : "powerpcel", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpcel", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "powerpcle", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "powerpcle-linux-gnu", + "DEB_HOST_MULTIARCH" : "powerpcle-linux-gnu" + }, + "powerpcspe" : { + "DEB_HOST_ARCH" : "powerpcspe", + "DEB_HOST_ARCH_ABI" : "spe", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "powerpc", + "DEB_HOST_GNU_SYSTEM" : "linux-gnuspe", + "DEB_HOST_GNU_TYPE" : "powerpc-linux-gnuspe", + "DEB_HOST_MULTIARCH" : "powerpc-linux-gnuspe" + }, + "ppc64" : { + "DEB_HOST_ARCH" : "ppc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ppc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "powerpc64", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "powerpc64-linux-gnu", + "DEB_HOST_MULTIARCH" : "powerpc64-linux-gnu" + }, + "ppc64el" : { + "DEB_HOST_ARCH" : "ppc64el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ppc64el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "powerpc64le", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "powerpc64le-linux-gnu", + "DEB_HOST_MULTIARCH" : "powerpc64le-linux-gnu" + }, + "riscv64" : { + "DEB_HOST_ARCH" : "riscv64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "riscv64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "riscv64", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "riscv64-linux-gnu", + "DEB_HOST_MULTIARCH" : "riscv64-linux-gnu" + }, + "s390" : { + "DEB_HOST_ARCH" : "s390", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "s390", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "s390", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "s390-linux-gnu", + "DEB_HOST_MULTIARCH" : "s390-linux-gnu" + }, + "s390x" : { + "DEB_HOST_ARCH" : "s390x", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "s390x", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "s390x", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "s390x-linux-gnu", + "DEB_HOST_MULTIARCH" : "s390x-linux-gnu" + }, + "sh3" : { + "DEB_HOST_ARCH" : "sh3", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh3", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sh3", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "sh3-linux-gnu", + "DEB_HOST_MULTIARCH" : "sh3-linux-gnu" + }, + "sh3eb" : { + "DEB_HOST_ARCH" : "sh3eb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh3eb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sh3eb", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "sh3eb-linux-gnu", + "DEB_HOST_MULTIARCH" : "sh3eb-linux-gnu" + }, + "sh4" : { + "DEB_HOST_ARCH" : "sh4", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh4", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sh4", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "sh4-linux-gnu", + "DEB_HOST_MULTIARCH" : "sh4-linux-gnu" + }, + "sh4eb" : { + "DEB_HOST_ARCH" : "sh4eb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh4eb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sh4eb", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "sh4eb-linux-gnu", + "DEB_HOST_MULTIARCH" : "sh4eb-linux-gnu" + }, + "solaris-amd64" : { + "DEB_HOST_ARCH" : "solaris-amd64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "amd64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "sysv", + "DEB_HOST_ARCH_OS" : "solaris", + "DEB_HOST_GNU_CPU" : "x86_64", + "DEB_HOST_GNU_SYSTEM" : "solaris", + "DEB_HOST_GNU_TYPE" : "x86_64-solaris", + "DEB_HOST_MULTIARCH" : "x86_64-solaris" + }, + "solaris-i386" : { + "DEB_HOST_ARCH" : "solaris-i386", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "i386", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "sysv", + "DEB_HOST_ARCH_OS" : "solaris", + "DEB_HOST_GNU_CPU" : "i686", + "DEB_HOST_GNU_SYSTEM" : "solaris", + "DEB_HOST_GNU_TYPE" : "i686-solaris", + "DEB_HOST_MULTIARCH" : "i386-solaris" + }, + "solaris-sparc" : { + "DEB_HOST_ARCH" : "solaris-sparc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sparc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "sysv", + "DEB_HOST_ARCH_OS" : "solaris", + "DEB_HOST_GNU_CPU" : "sparc", + "DEB_HOST_GNU_SYSTEM" : "solaris", + "DEB_HOST_GNU_TYPE" : "sparc-solaris", + "DEB_HOST_MULTIARCH" : "sparc-solaris" + }, + "solaris-sparc64" : { + "DEB_HOST_ARCH" : "solaris-sparc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "sparc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "sysv", + "DEB_HOST_ARCH_OS" : "solaris", + "DEB_HOST_GNU_CPU" : "sparc64", + "DEB_HOST_GNU_SYSTEM" : "solaris", + "DEB_HOST_GNU_TYPE" : "sparc64-solaris", + "DEB_HOST_MULTIARCH" : "sparc64-solaris" + }, + "sparc" : { + "DEB_HOST_ARCH" : "sparc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sparc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sparc", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "sparc-linux-gnu", + "DEB_HOST_MULTIARCH" : "sparc-linux-gnu" + }, + "sparc64" : { + "DEB_HOST_ARCH" : "sparc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "sparc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sparc64", + "DEB_HOST_GNU_SYSTEM" : "linux-gnu", + "DEB_HOST_GNU_TYPE" : "sparc64-linux-gnu", + "DEB_HOST_MULTIARCH" : "sparc64-linux-gnu" + }, + "uclibc-linux-alpha" : { + "DEB_HOST_ARCH" : "uclibc-linux-alpha", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "alpha", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "alpha", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "alpha-linux-uclibc", + "DEB_HOST_MULTIARCH" : "alpha-linux-uclibc" + }, + "uclibc-linux-amd64" : { + "DEB_HOST_ARCH" : "uclibc-linux-amd64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "amd64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "x86_64", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "x86_64-linux-uclibc", + "DEB_HOST_MULTIARCH" : "x86_64-linux-uclibc" + }, + "uclibc-linux-arc" : { + "DEB_HOST_ARCH" : "uclibc-linux-arc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arc", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "arc", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "arc-linux-uclibc", + "DEB_HOST_MULTIARCH" : "arc-linux-uclibc" + }, + "uclibc-linux-arm" : { + "DEB_HOST_ARCH" : "uclibc-linux-arm", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arm", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "arm", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "arm-linux-uclibc", + "DEB_HOST_MULTIARCH" : "arm-linux-uclibc" + }, + "uclibc-linux-arm64" : { + "DEB_HOST_ARCH" : "uclibc-linux-arm64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "arm64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "aarch64", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "aarch64-linux-uclibc", + "DEB_HOST_MULTIARCH" : "aarch64-linux-uclibc" + }, + "uclibc-linux-armeb" : { + "DEB_HOST_ARCH" : "uclibc-linux-armeb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "armeb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "armeb", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "armeb-linux-uclibc", + "DEB_HOST_MULTIARCH" : "armeb-linux-uclibc" + }, + "uclibc-linux-armel" : { + "DEB_HOST_ARCH" : "uclibc-linux-armel", + "DEB_HOST_ARCH_ABI" : "eabi", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "arm", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "arm", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibceabi", + "DEB_HOST_GNU_TYPE" : "arm-linux-uclibceabi", + "DEB_HOST_MULTIARCH" : "arm-linux-uclibceabi" + }, + "uclibc-linux-hppa" : { + "DEB_HOST_ARCH" : "uclibc-linux-hppa", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "hppa", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "hppa", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "hppa-linux-uclibc", + "DEB_HOST_MULTIARCH" : "hppa-linux-uclibc" + }, + "uclibc-linux-i386" : { + "DEB_HOST_ARCH" : "uclibc-linux-i386", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "i386", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "i686", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "i686-linux-uclibc", + "DEB_HOST_MULTIARCH" : "i386-linux-uclibc" + }, + "uclibc-linux-ia64" : { + "DEB_HOST_ARCH" : "uclibc-linux-ia64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ia64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "ia64", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "ia64-linux-uclibc", + "DEB_HOST_MULTIARCH" : "ia64-linux-uclibc" + }, + "uclibc-linux-loong64" : { + "DEB_HOST_ARCH" : "uclibc-linux-loong64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "loong64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "loongarch64", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "loongarch64-linux-uclibc", + "DEB_HOST_MULTIARCH" : "loongarch64-linux-uclibc" + }, + "uclibc-linux-m68k" : { + "DEB_HOST_ARCH" : "uclibc-linux-m68k", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "m68k", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "m68k", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "m68k-linux-uclibc", + "DEB_HOST_MULTIARCH" : "m68k-linux-uclibc" + }, + "uclibc-linux-mips" : { + "DEB_HOST_ARCH" : "uclibc-linux-mips", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mips", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mips", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "mips-linux-uclibc", + "DEB_HOST_MULTIARCH" : "mips-linux-uclibc" + }, + "uclibc-linux-mips64" : { + "DEB_HOST_ARCH" : "uclibc-linux-mips64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mips64", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "mips64-linux-uclibc", + "DEB_HOST_MULTIARCH" : "mips64-linux-uclibc" + }, + "uclibc-linux-mips64el" : { + "DEB_HOST_ARCH" : "uclibc-linux-mips64el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mips64el", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "mips64el-linux-uclibc", + "DEB_HOST_MULTIARCH" : "mips64el-linux-uclibc" + }, + "uclibc-linux-mips64r6" : { + "DEB_HOST_ARCH" : "uclibc-linux-mips64r6", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64r6", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa64r6", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "mipsisa64r6-linux-uclibc", + "DEB_HOST_MULTIARCH" : "mipsisa64r6-linux-uclibc" + }, + "uclibc-linux-mips64r6el" : { + "DEB_HOST_ARCH" : "uclibc-linux-mips64r6el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "mips64r6el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa64r6el", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "mipsisa64r6el-linux-uclibc", + "DEB_HOST_MULTIARCH" : "mipsisa64r6el-linux-uclibc" + }, + "uclibc-linux-mipsel" : { + "DEB_HOST_ARCH" : "uclibc-linux-mipsel", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsel", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsel", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "mipsel-linux-uclibc", + "DEB_HOST_MULTIARCH" : "mipsel-linux-uclibc" + }, + "uclibc-linux-mipsr6" : { + "DEB_HOST_ARCH" : "uclibc-linux-mipsr6", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsr6", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa32r6", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "mipsisa32r6-linux-uclibc", + "DEB_HOST_MULTIARCH" : "mipsisa32r6-linux-uclibc" + }, + "uclibc-linux-mipsr6el" : { + "DEB_HOST_ARCH" : "uclibc-linux-mipsr6el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "mipsr6el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "mipsisa32r6el", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "mipsisa32r6el-linux-uclibc", + "DEB_HOST_MULTIARCH" : "mipsisa32r6el-linux-uclibc" + }, + "uclibc-linux-nios2" : { + "DEB_HOST_ARCH" : "uclibc-linux-nios2", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "nios2", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "nios2", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "nios2-linux-uclibc", + "DEB_HOST_MULTIARCH" : "nios2-linux-uclibc" + }, + "uclibc-linux-or1k" : { + "DEB_HOST_ARCH" : "uclibc-linux-or1k", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "or1k", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "or1k", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "or1k-linux-uclibc", + "DEB_HOST_MULTIARCH" : "or1k-linux-uclibc" + }, + "uclibc-linux-powerpc" : { + "DEB_HOST_ARCH" : "uclibc-linux-powerpc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "powerpc", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "powerpc-linux-uclibc", + "DEB_HOST_MULTIARCH" : "powerpc-linux-uclibc" + }, + "uclibc-linux-powerpcel" : { + "DEB_HOST_ARCH" : "uclibc-linux-powerpcel", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "powerpcel", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "powerpcle", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "powerpcle-linux-uclibc", + "DEB_HOST_MULTIARCH" : "powerpcle-linux-uclibc" + }, + "uclibc-linux-ppc64" : { + "DEB_HOST_ARCH" : "uclibc-linux-ppc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ppc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "powerpc64", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "powerpc64-linux-uclibc", + "DEB_HOST_MULTIARCH" : "powerpc64-linux-uclibc" + }, + "uclibc-linux-ppc64el" : { + "DEB_HOST_ARCH" : "uclibc-linux-ppc64el", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "ppc64el", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "powerpc64le", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "powerpc64le-linux-uclibc", + "DEB_HOST_MULTIARCH" : "powerpc64le-linux-uclibc" + }, + "uclibc-linux-riscv64" : { + "DEB_HOST_ARCH" : "uclibc-linux-riscv64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "riscv64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "riscv64", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "riscv64-linux-uclibc", + "DEB_HOST_MULTIARCH" : "riscv64-linux-uclibc" + }, + "uclibc-linux-s390" : { + "DEB_HOST_ARCH" : "uclibc-linux-s390", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "s390", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "s390", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "s390-linux-uclibc", + "DEB_HOST_MULTIARCH" : "s390-linux-uclibc" + }, + "uclibc-linux-s390x" : { + "DEB_HOST_ARCH" : "uclibc-linux-s390x", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "s390x", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "s390x", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "s390x-linux-uclibc", + "DEB_HOST_MULTIARCH" : "s390x-linux-uclibc" + }, + "uclibc-linux-sh3" : { + "DEB_HOST_ARCH" : "uclibc-linux-sh3", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh3", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sh3", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "sh3-linux-uclibc", + "DEB_HOST_MULTIARCH" : "sh3-linux-uclibc" + }, + "uclibc-linux-sh3eb" : { + "DEB_HOST_ARCH" : "uclibc-linux-sh3eb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh3eb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sh3eb", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "sh3eb-linux-uclibc", + "DEB_HOST_MULTIARCH" : "sh3eb-linux-uclibc" + }, + "uclibc-linux-sh4" : { + "DEB_HOST_ARCH" : "uclibc-linux-sh4", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh4", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sh4", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "sh4-linux-uclibc", + "DEB_HOST_MULTIARCH" : "sh4-linux-uclibc" + }, + "uclibc-linux-sh4eb" : { + "DEB_HOST_ARCH" : "uclibc-linux-sh4eb", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sh4eb", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sh4eb", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "sh4eb-linux-uclibc", + "DEB_HOST_MULTIARCH" : "sh4eb-linux-uclibc" + }, + "uclibc-linux-sparc" : { + "DEB_HOST_ARCH" : "uclibc-linux-sparc", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "sparc", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sparc", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "sparc-linux-uclibc", + "DEB_HOST_MULTIARCH" : "sparc-linux-uclibc" + }, + "uclibc-linux-sparc64" : { + "DEB_HOST_ARCH" : "uclibc-linux-sparc64", + "DEB_HOST_ARCH_ABI" : "base", + "DEB_HOST_ARCH_BITS" : "64", + "DEB_HOST_ARCH_CPU" : "sparc64", + "DEB_HOST_ARCH_ENDIAN" : "big", + "DEB_HOST_ARCH_LIBC" : "uclibc", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "sparc64", + "DEB_HOST_GNU_SYSTEM" : "linux-uclibc", + "DEB_HOST_GNU_TYPE" : "sparc64-linux-uclibc", + "DEB_HOST_MULTIARCH" : "sparc64-linux-uclibc" + }, + "x32" : { + "DEB_HOST_ARCH" : "x32", + "DEB_HOST_ARCH_ABI" : "x32", + "DEB_HOST_ARCH_BITS" : "32", + "DEB_HOST_ARCH_CPU" : "amd64", + "DEB_HOST_ARCH_ENDIAN" : "little", + "DEB_HOST_ARCH_LIBC" : "gnu", + "DEB_HOST_ARCH_OS" : "linux", + "DEB_HOST_GNU_CPU" : "x86_64", + "DEB_HOST_GNU_SYSTEM" : "linux-gnux32", + "DEB_HOST_GNU_TYPE" : "x86_64-linux-gnux32", + "DEB_HOST_MULTIARCH" : "x86_64-linux-gnux32" + } + }, + "preamble" : { + "cargo" : "host_variables", + "title" : "DEB_HOST_* Variables from Dpkg" + } +} diff --git a/data/archive/auto-rejection.yaml b/data/archive/auto-rejection.yaml new file mode 100644 index 0000000..fda338e --- /dev/null +++ b/data/archive/auto-rejection.yaml @@ -0,0 +1,127 @@ +lintian: + + # Overriding these tags is allowed + nonfatal: + - arch-dependent-file-in-usr-share + - arch-independent-package-contains-binary-or-object + - bad-perm-for-file-in-etc-sudoers.d + - binary-or-shlib-defines-rpath + - binary-with-bad-dynamic-table + - control-interpreter-without-depends + - copyright-contains-dh_make-todo-boilerplate + - debhelper-compat-file-contains-multiple-levels + - dir-or-file-in-etc-opt + - dir-or-file-in-var-www + - distribution-and-changes-mismatch + - distribution-and-experimental-mismatch + - embedded-library + - empty-binary-package + - file-name-is-not-valid-UTF-8 + - gzip-file-is-not-multi-arch-same-safe + - header-has-overly-generic-name + - install-info-used-in-maintainer-script + - invalid-date-in-debian-changelog + - latest-debian-changelog-entry-reuses-existing-version + - license-problem-json-evil + - license-problem-non-free-RFC + - license-problem-nvidia-intellectual + - manpage-has-overly-generic-name + - md5sum-mismatch + - missing-build-dependency + - missing-dependency-on-libc + - mknod-in-maintainer-script + - no-shlibs-control-file + - non-etc-file-marked-as-conffile + - non-standard-toplevel-dir + - not-binnmuable-all-depends-any + - not-binnmuable-any-depends-all + - not-binnmuable-any-depends-any + - package-contains-info-dir-file + - pkg-config-bad-directive + - pkg-config-multi-arch-wrong-dir + - preinst-interpreter-without-predepends + - python-module-has-overly-generic-name + - quilt-series-without-trailing-newline + - shipped-file-without-utf8-name + - source-contains-prebuilt-ms-help-file + - source-contains-prebuilt-silverlight-object + - source-contains-waf-binary + - source-only-upload-to-non-free-without-autobuild + - statically-linked-binary + - usr-share-doc-symlink-without-dependency + - wrong-file-owner-uid-or-gid + + # Overriding these tags is NOT allowed + fatal: + - FSSTND-dir-in-usr + - FSSTND-dir-in-var + - bad-package-name + - bad-relation + - bad-version-number + - binary-in-etc + - build-info-in-binary-control-file-section + - changelog-distribution-does-not-match-changes-file + - conflicting-negation-in-source-relation + - control-file-has-bad-owner + - control-file-has-bad-permissions + - control-file-is-not-a-file + - control-interpreter-in-usr-local + - copyright-file-compressed + - copyright-file-is-symlink + - copyright-refers-to-incorrect-directory + - copyright-refers-to-old-directory + - debian-changelog-file-uses-obsolete-national-encoding + - debian-control-file-uses-obsolete-national-encoding + - debian-copyright-file-uses-obsolete-national-encoding + - debian-rules-missing-required-target + - debian-rules-not-a-makefile + - description-is-dh_make-template + - description-synopsis-is-empty + - dir-or-file-in-build-tree + - dir-or-file-in-home + - dir-or-file-in-mnt + - dir-or-file-in-opt + - dir-or-file-in-run + - dir-or-file-in-srv + - dir-or-file-in-tmp + - dir-or-file-in-var-lock + - dir-or-file-in-var-run + - extended-description-is-empty + - file-in-etc-not-marked-as-conffile + - file-in-usr-marked-as-conffile + - forbidden-postrm-interpreter + - invalid-versioned-provides + - latest-debian-changelog-entry-without-new-date + - library-in-debug-or-profile-should-not-be-stripped + - license-problem-md5sum-non-distributable-file + - license-problem-md5sum-non-free-file + - magic-arch-in-arch-list + - maintainer-address-causes-mail-loops-or-bounces + - maintainer-address-is-on-localhost + - maintainer-address-malformed + - maintainer-address-missing + - maintainer-name-missing + - maintainer-script-removes-device-files + - malformed-deb-archive + - missing-dependency-on-perlapi + - no-architecture-field + - no-copyright-file + - no-maintainer-field + - no-package-name + - no-version-field + - not-allowed-control-file + - package-contains-ancient-file + - package-has-no-description + - package-installs-apt-keyring + - package-installs-apt-preferences + - package-installs-apt-sources + - package-installs-python-bytecode + - package-not-lowercase + - package-uses-local-diversion + - section-is-dh_make-template + - symlink-has-too-many-up-segments + - too-many-architectures + - uploader-address-is-on-localhost + - uploader-address-malformed + - uploader-name-missing + - usr-share-doc-symlink-to-foreign-package diff --git a/data/authority/debconf-specification b/data/authority/debconf-specification new file mode 100644 index 0000000..e90568b --- /dev/null +++ b/data/authority/debconf-specification @@ -0,0 +1,18 @@ +# Data about titles, sections, and URLs of manuals, used to expand references +# in tag descriptions and add links for HTML output. Each line of this file +# has three fields separated by double colons: +# +#
:: :: <url> +# +# If <section> is an underscore, that line specifies the title and URL for the +# whole manual. + +_::Configuration management::https://www.debian.org/doc/packaging-manuals/debconf_specification.html +1::Introduction::https://www.debian.org/doc/packaging-manuals/debconf_specification.html#id-1.2 +2::Configuration Data::https://www.debian.org/doc/packaging-manuals/debconf_specification.html#id-1.3 +2.1::The configuration space::https://www.debian.org/doc/packaging-manuals/debconf_specification.html#id-1.3.2 +3::Templates::https://www.debian.org/doc/packaging-manuals/debconf_specification.html#id-1.4 +3.1::Template information::https://www.debian.org/doc/packaging-manuals/debconf_specification.html#id-1.4.4 +4::Configuration frontends::https://www.debian.org/doc/packaging-manuals/debconf_specification.html#id-1.5 +5::Communication with the frontend::https://www.debian.org/doc/packaging-manuals/debconf_specification.html#id-1.6 +6::Debian install-time configuration::https://www.debian.org/doc/packaging-manuals/debconf_specification.html#id-1.7 diff --git a/data/authority/debian-policy b/data/authority/debian-policy new file mode 100644 index 0000000..337d6d8 --- /dev/null +++ b/data/authority/debian-policy @@ -0,0 +1,279 @@ +# Data about titles, sections, and URLs of manuals, used to expand references +# in tag descriptions and add links for HTML output. Each line of this file +# has three fields separated by double colons: +# +# <section> :: <title> :: <url> +# +# If <section> is an underscore, that line specifies the title and URL for the +# whole manual. + +_::Debian Policy Manual::https://www.debian.org/doc/debian-policy/ +1::About this manual::https://www.debian.org/doc/debian-policy/ch-scope.html +1.1::Scope::https://www.debian.org/doc/debian-policy/ch-scope.html#scope +1.2::New versions of this document::https://www.debian.org/doc/debian-policy/ch-scope.html#new-versions-of-this-document +1.3::Authors and Maintainers::https://www.debian.org/doc/debian-policy/ch-scope.html#authors-and-maintainers +1.3.1::Early history::https://www.debian.org/doc/debian-policy/ch-scope.html#early-history +1.3.2::Current process::https://www.debian.org/doc/debian-policy/ch-scope.html#current-process +1.3.3::Improvements::https://www.debian.org/doc/debian-policy/ch-scope.html#improvements +1.4::Related documents::https://www.debian.org/doc/debian-policy/ch-scope.html#related-documents +1.5::Definitions::https://www.debian.org/doc/debian-policy/ch-scope.html#definitions +1.6::Translations::https://www.debian.org/doc/debian-policy/ch-scope.html#translations +2::The Debian Archive::https://www.debian.org/doc/debian-policy/ch-archive.html +2.1::The Debian Free Software Guidelines::https://www.debian.org/doc/debian-policy/ch-archive.html#the-debian-free-software-guidelines +2.2::Archive areas::https://www.debian.org/doc/debian-policy/ch-archive.html#archive-areas +2.2.1::The main archive area::https://www.debian.org/doc/debian-policy/ch-archive.html#the-main-archive-area +2.2.2::The contrib archive area::https://www.debian.org/doc/debian-policy/ch-archive.html#the-contrib-archive-area +2.2.3::The non-free archive area::https://www.debian.org/doc/debian-policy/ch-archive.html#the-non-free-archive-area +2.3::Copyright considerations::https://www.debian.org/doc/debian-policy/ch-archive.html#copyright-considerations +2.4::Sections::https://www.debian.org/doc/debian-policy/ch-archive.html#sections +2.5::Priorities::https://www.debian.org/doc/debian-policy/ch-archive.html#priorities +3::Binary packages::https://www.debian.org/doc/debian-policy/ch-binary.html +3.1::The package name::https://www.debian.org/doc/debian-policy/ch-binary.html#the-package-name +3.1.1::Packages with potentially offensive content::https://www.debian.org/doc/debian-policy/ch-binary.html#packages-with-potentially-offensive-content +3.2::The version of a package::https://www.debian.org/doc/debian-policy/ch-binary.html#the-version-of-a-package +3.2.1::Version numbers based on dates::https://www.debian.org/doc/debian-policy/ch-binary.html#version-numbers-based-on-dates +3.2.2::Uniqueness of version numbers::https://www.debian.org/doc/debian-policy/ch-binary.html#uniqueness-of-version-numbers +3.3::The maintainer of a package::https://www.debian.org/doc/debian-policy/ch-binary.html#the-maintainer-of-a-package +3.4::The description of a package::https://www.debian.org/doc/debian-policy/ch-binary.html#the-description-of-a-package +3.4.1::The single line synopsis::https://www.debian.org/doc/debian-policy/ch-binary.html#the-single-line-synopsis +3.4.2::The extended description::https://www.debian.org/doc/debian-policy/ch-binary.html#the-extended-description +3.5::Dependencies::https://www.debian.org/doc/debian-policy/ch-binary.html#dependencies +3.6::Virtual packages::https://www.debian.org/doc/debian-policy/ch-binary.html#virtual-packages +3.7::Base system::https://www.debian.org/doc/debian-policy/ch-binary.html#base-system +3.8::Essential packages::https://www.debian.org/doc/debian-policy/ch-binary.html#essential-packages +3.9::Maintainer Scripts::https://www.debian.org/doc/debian-policy/ch-binary.html#maintainer-scripts +3.9.1::Prompting in maintainer scripts::https://www.debian.org/doc/debian-policy/ch-binary.html#prompting-in-maintainer-scripts +4::Source packages::https://www.debian.org/doc/debian-policy/ch-source.html +4.1::Standards conformance::https://www.debian.org/doc/debian-policy/ch-source.html#standards-conformance +4.2::Package relationships::https://www.debian.org/doc/debian-policy/ch-source.html#package-relationships +4.3::Changes to the upstream sources::https://www.debian.org/doc/debian-policy/ch-source.html#changes-to-the-upstream-sources +4.4::Debian changelog: debian/changelog::https://www.debian.org/doc/debian-policy/ch-source.html#debian-changelog-debian-changelog +4.5::Copyright: debian/copyright::https://www.debian.org/doc/debian-policy/ch-source.html#copyright-debian-copyright +4.6::Error trapping in makefiles::https://www.debian.org/doc/debian-policy/ch-source.html#error-trapping-in-makefiles +4.7::Time Stamps::https://www.debian.org/doc/debian-policy/ch-source.html#time-stamps +4.8::Restrictions on objects in source packages::https://www.debian.org/doc/debian-policy/ch-source.html#restrictions-on-objects-in-source-packages +4.9::Main building script: debian/rules::https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules +4.9.1::debian/rules and DEB_BUILD_OPTIONS::https://www.debian.org/doc/debian-policy/ch-source.html#debian-rules-and-deb-build-options +4.9.2::debian/rules and Rules-Requires-Root::https://www.debian.org/doc/debian-policy/ch-source.html#debian-rules-and-rules-requires-root +4.10::Variable substitutions: debian/substvars::https://www.debian.org/doc/debian-policy/ch-source.html#variable-substitutions-debian-substvars +4.11::Upstream source location: debian/watch::https://www.debian.org/doc/debian-policy/ch-source.html#upstream-source-location-debian-watch +4.12::Generated files list: debian/files::https://www.debian.org/doc/debian-policy/ch-source.html#generated-files-list-debian-files +4.13::Embedded code copies::https://www.debian.org/doc/debian-policy/ch-source.html#embedded-code-copies +4.14::Source package handling: debian/README.source::https://www.debian.org/doc/debian-policy/ch-source.html#source-package-handling-debian-readme-source +4.15::Reproducibility::https://www.debian.org/doc/debian-policy/ch-source.html#reproducibility +4.16::Missing sources: debian/missing-sources::https://www.debian.org/doc/debian-policy/ch-source.html#missing-sources-debian-missing-sources +4.17::Vendor-specific patch series::https://www.debian.org/doc/debian-policy/ch-source.html#vendor-specific-patch-series +5::Control files and their fields::https://www.debian.org/doc/debian-policy/ch-controlfields.html +5.1::Syntax of control files::https://www.debian.org/doc/debian-policy/ch-controlfields.html#syntax-of-control-files +5.2::Source package control files – debian/control::https://www.debian.org/doc/debian-policy/ch-controlfields.html#source-package-control-files-debian-control +5.3::Binary package control files – DEBIAN/control::https://www.debian.org/doc/debian-policy/ch-controlfields.html#binary-package-control-files-debian-control +5.4::Debian source control files – .dsc::https://www.debian.org/doc/debian-policy/ch-controlfields.html#debian-source-control-files-dsc +5.5::Debian changes files – .changes::https://www.debian.org/doc/debian-policy/ch-controlfields.html#debian-changes-files-changes +5.6::List of fields::https://www.debian.org/doc/debian-policy/ch-controlfields.html#list-of-fields +5.6.1::Source::https://www.debian.org/doc/debian-policy/ch-controlfields.html#source +5.6.2::Maintainer::https://www.debian.org/doc/debian-policy/ch-controlfields.html#maintainer +5.6.3::Uploaders::https://www.debian.org/doc/debian-policy/ch-controlfields.html#uploaders +5.6.4::Changed-By::https://www.debian.org/doc/debian-policy/ch-controlfields.html#changed-by +5.6.5::Section::https://www.debian.org/doc/debian-policy/ch-controlfields.html#section +5.6.6::Priority::https://www.debian.org/doc/debian-policy/ch-controlfields.html#priority +5.6.7::Package::https://www.debian.org/doc/debian-policy/ch-controlfields.html#package +5.6.8::Architecture::https://www.debian.org/doc/debian-policy/ch-controlfields.html#architecture +5.6.9::Essential::https://www.debian.org/doc/debian-policy/ch-controlfields.html#essential +5.6.10::Package interrelationship fields: Depends, Pre-Depends, Recommends, Suggests, Breaks, Conflicts, Provides, Replaces, Enhances::https://www.debian.org/doc/debian-policy/ch-controlfields.html#package-interrelationship-fields-depends-pre-depends-recommends-suggests-breaks-conflicts-provides-replaces-enhances +5.6.11::Standards-Version::https://www.debian.org/doc/debian-policy/ch-controlfields.html#standards-version +5.6.12::Version::https://www.debian.org/doc/debian-policy/ch-controlfields.html#version +5.6.12.1::Epochs should be used sparingly::https://www.debian.org/doc/debian-policy/ch-controlfields.html#epochs-should-be-used-sparingly +5.6.13::Description::https://www.debian.org/doc/debian-policy/ch-controlfields.html#description +5.6.14::Distribution::https://www.debian.org/doc/debian-policy/ch-controlfields.html#distribution +5.6.15::Date::https://www.debian.org/doc/debian-policy/ch-controlfields.html#date +5.6.16::Format::https://www.debian.org/doc/debian-policy/ch-controlfields.html#format +5.6.17::Urgency::https://www.debian.org/doc/debian-policy/ch-controlfields.html#urgency +5.6.18::Changes::https://www.debian.org/doc/debian-policy/ch-controlfields.html#changes +5.6.19::Binary::https://www.debian.org/doc/debian-policy/ch-controlfields.html#binary +5.6.20::Installed-Size::https://www.debian.org/doc/debian-policy/ch-controlfields.html#installed-size +5.6.21::Files::https://www.debian.org/doc/debian-policy/ch-controlfields.html#files +5.6.22::Closes::https://www.debian.org/doc/debian-policy/ch-controlfields.html#closes +5.6.23::Homepage::https://www.debian.org/doc/debian-policy/ch-controlfields.html#homepage +5.6.24::Checksums-Sha1 and Checksums-Sha256::https://www.debian.org/doc/debian-policy/ch-controlfields.html#checksums-sha1-and-checksums-sha256 +5.6.25::DM-Upload-Allowed::https://www.debian.org/doc/debian-policy/ch-controlfields.html#dm-upload-allowed +5.6.26::Version Control System (VCS) fields::https://www.debian.org/doc/debian-policy/ch-controlfields.html#version-control-system-vcs-fields +5.6.27::Package-List::https://www.debian.org/doc/debian-policy/ch-controlfields.html#package-list +5.6.28::Package-Type::https://www.debian.org/doc/debian-policy/ch-controlfields.html#package-type +5.6.29::Dgit::https://www.debian.org/doc/debian-policy/ch-controlfields.html#dgit +5.6.30::Testsuite::https://www.debian.org/doc/debian-policy/ch-controlfields.html#testsuite +5.6.31::Rules-Requires-Root::https://www.debian.org/doc/debian-policy/ch-controlfields.html#rules-requires-root +5.6.31.1::Remarks::https://www.debian.org/doc/debian-policy/ch-controlfields.html#remarks +5.6.31.2::Definition of the keywords::https://www.debian.org/doc/debian-policy/ch-controlfields.html#definition-of-the-keywords +5.6.31.3::Provided keywords::https://www.debian.org/doc/debian-policy/ch-controlfields.html#provided-keywords +5.7::User-defined fields::https://www.debian.org/doc/debian-policy/ch-controlfields.html#user-defined-fields +5.8::Obsolete fields::https://www.debian.org/doc/debian-policy/ch-controlfields.html#obsolete-fields +5.8.1::DM-Upload-Allowed::https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-dm-upload-allowed +6::Package maintainer scripts and installation procedure::https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html +6.1::Introduction to package maintainer scripts::https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#introduction-to-package-maintainer-scripts +6.2::Maintainer scripts idempotency::https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#maintainer-scripts-idempotency +6.3::Controlling terminal for maintainer scripts::https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#controlling-terminal-for-maintainer-scripts +6.4::Exit status::https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#exit-status +6.5::Summary of ways maintainer scripts are called::https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#summary-of-ways-maintainer-scripts-are-called +6.6::Details of unpack phase of installation or upgrade::https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#details-of-unpack-phase-of-installation-or-upgrade +6.7::Details of configuration::https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#details-of-configuration +6.8::Details of removal and/or configuration purging::https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#details-of-removal-and-or-configuration-purging +7::Declaring relationships between packages::https://www.debian.org/doc/debian-policy/ch-relationships.html +7.1::Syntax of relationship fields::https://www.debian.org/doc/debian-policy/ch-relationships.html#syntax-of-relationship-fields +7.2::Binary Dependencies - Depends, Recommends, Suggests, Enhances, Pre-Depends::https://www.debian.org/doc/debian-policy/ch-relationships.html#binary-dependencies-depends-recommends-suggests-enhances-pre-depends +7.3::Packages which break other packages - Breaks::https://www.debian.org/doc/debian-policy/ch-relationships.html#packages-which-break-other-packages-breaks +7.4::Conflicting binary packages - Conflicts::https://www.debian.org/doc/debian-policy/ch-relationships.html#conflicting-binary-packages-conflicts +7.5::Virtual packages - Provides::https://www.debian.org/doc/debian-policy/ch-relationships.html#virtual-packages-provides +7.6::Overwriting files and replacing packages - Replaces::https://www.debian.org/doc/debian-policy/ch-relationships.html#overwriting-files-and-replacing-packages-replaces +7.6.1::Overwriting files in other packages::https://www.debian.org/doc/debian-policy/ch-relationships.html#overwriting-files-in-other-packages +7.6.2::Replacing whole packages, forcing their removal::https://www.debian.org/doc/debian-policy/ch-relationships.html#replacing-whole-packages-forcing-their-removal +7.7::Relationships between source and binary packages - Build-Depends, Build-Depends-Indep, Build-Depends-Arch, Build-Conflicts, Build-Conflicts-Indep, Build-Conflicts-Arch::https://www.debian.org/doc/debian-policy/ch-relationships.html#relationships-between-source-and-binary-packages-build-depends-build-depends-indep-build-depends-arch-build-conflicts-build-conflicts-indep-build-conflicts-arch +7.8::Additional source packages used to build the binary - Built-Using::https://www.debian.org/doc/debian-policy/ch-relationships.html#additional-source-packages-used-to-build-the-binary-built-using +8::Shared libraries::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html +8.1::Run-time shared libraries::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#run-time-shared-libraries +8.1.1::ldconfig::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#ldconfig +8.2::Shared library support files::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#shared-library-support-files +8.3::Static libraries::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#static-libraries +8.4::Development files::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#development-files +8.5::Dependencies between the packages of the same library::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#dependencies-between-the-packages-of-the-same-library +8.6::Dependencies between the library and other packages::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#dependencies-between-the-library-and-other-packages +8.6.1::Generating dependencies on shared libraries::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#generating-dependencies-on-shared-libraries +8.6.2::Shared library ABI changes::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#shared-library-abi-changes +8.6.3::The symbols system::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#the-symbols-system +8.6.3.1::The symbols files present on the system::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#the-symbols-files-present-on-the-system +8.6.3.2::The symbols File Format::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#the-symbols-file-format +8.6.3.3::Providing a symbols file::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#providing-a-symbols-file +8.6.4::The shlibs system::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#the-shlibs-system +8.6.4.1::The shlibs files present on the system::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#the-shlibs-files-present-on-the-system +8.6.4.2::The shlibs File Format::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#the-shlibs-file-format +8.6.4.3::Providing a shlibs file::https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#providing-a-shlibs-file +9::The Operating System::https://www.debian.org/doc/debian-policy/ch-opersys.html +9.1::File system hierarchy::https://www.debian.org/doc/debian-policy/ch-opersys.html#file-system-hierarchy +9.1.1::File System Structure::https://www.debian.org/doc/debian-policy/ch-opersys.html#file-system-structure +9.1.2::Site-specific programs::https://www.debian.org/doc/debian-policy/ch-opersys.html#site-specific-programs +9.1.3::The system-wide mail directory::https://www.debian.org/doc/debian-policy/ch-opersys.html#the-system-wide-mail-directory +9.1.4::/run and /run/lock::https://www.debian.org/doc/debian-policy/ch-opersys.html#run-and-run-lock +9.2::Users and groups::https://www.debian.org/doc/debian-policy/ch-opersys.html#users-and-groups +9.2.1::Introduction::https://www.debian.org/doc/debian-policy/ch-opersys.html#introduction +9.2.2::UID and GID classes::https://www.debian.org/doc/debian-policy/ch-opersys.html#uid-and-gid-classes +9.2.3::Non-existent home directories::https://www.debian.org/doc/debian-policy/ch-opersys.html#non-existent-home-directories +9.3::Starting system services::https://www.debian.org/doc/debian-policy/ch-opersys.html#starting-system-services +9.3.1::Introduction::https://www.debian.org/doc/debian-policy/ch-opersys.html#s-services-intro +9.3.2::Writing the scripts::https://www.debian.org/doc/debian-policy/ch-opersys.html#writing-the-scripts +9.3.3::Interfacing with init systems::https://www.debian.org/doc/debian-policy/ch-opersys.html#interfacing-with-init-systems +9.3.3.1::Managing the links::https://www.debian.org/doc/debian-policy/ch-opersys.html#managing-the-links +9.3.3.2::Running init scripts::https://www.debian.org/doc/debian-policy/ch-opersys.html#running-init-scripts +9.3.4::Boot-time initialization::https://www.debian.org/doc/debian-policy/ch-opersys.html#boot-time-initialization +9.3.5::Example::https://www.debian.org/doc/debian-policy/ch-opersys.html#example +9.4::Console messages from init.d scripts::https://www.debian.org/doc/debian-policy/ch-opersys.html#console-messages-from-init-d-scripts +9.5::Cron jobs::https://www.debian.org/doc/debian-policy/ch-opersys.html#cron-jobs +9.5.1::Cron job file names::https://www.debian.org/doc/debian-policy/ch-opersys.html#cron-job-file-names +9.6::Menus::https://www.debian.org/doc/debian-policy/ch-opersys.html#menus +9.7::Multimedia handlers::https://www.debian.org/doc/debian-policy/ch-opersys.html#multimedia-handlers +9.7.1::Registration of media type handlers with desktop entries::https://www.debian.org/doc/debian-policy/ch-opersys.html#registration-of-media-type-handlers-with-desktop-entries +9.7.2::Registration of media type handlers with mailcap entries::https://www.debian.org/doc/debian-policy/ch-opersys.html#registration-of-media-type-handlers-with-mailcap-entries +9.7.3::Providing media types to files::https://www.debian.org/doc/debian-policy/ch-opersys.html#providing-media-types-to-files +9.8::Keyboard configuration::https://www.debian.org/doc/debian-policy/ch-opersys.html#keyboard-configuration +9.9::Environment variables::https://www.debian.org/doc/debian-policy/ch-opersys.html#environment-variables +9.10::Registering Documents using doc-base::https://www.debian.org/doc/debian-policy/ch-opersys.html#registering-documents-using-doc-base +9.11::Alternate init systems::https://www.debian.org/doc/debian-policy/ch-opersys.html#alternate-init-systems +9.11.1::Event-based boot with upstart::https://www.debian.org/doc/debian-policy/ch-opersys.html#event-based-boot-with-upstart +9.12::Signaling that a reboot is required::https://www.debian.org/doc/debian-policy/ch-opersys.html#signaling-that-a-reboot-is-required +10::Files::https://www.debian.org/doc/debian-policy/ch-files.html +10.1::Binaries::https://www.debian.org/doc/debian-policy/ch-files.html#binaries +10.2::Libraries::https://www.debian.org/doc/debian-policy/ch-files.html#libraries +10.3::Shared libraries::https://www.debian.org/doc/debian-policy/ch-files.html#shared-libraries +10.4::Scripts::https://www.debian.org/doc/debian-policy/ch-files.html#scripts +10.5::Symbolic links::https://www.debian.org/doc/debian-policy/ch-files.html#symbolic-links +10.6::Device files::https://www.debian.org/doc/debian-policy/ch-files.html#device-files +10.7::Configuration files::https://www.debian.org/doc/debian-policy/ch-files.html#configuration-files +10.7.1::Definitions::https://www.debian.org/doc/debian-policy/ch-files.html#definitions +10.7.2::Location::https://www.debian.org/doc/debian-policy/ch-files.html#location +10.7.3::Behavior::https://www.debian.org/doc/debian-policy/ch-files.html#behavior +10.7.4::Sharing configuration files::https://www.debian.org/doc/debian-policy/ch-files.html#sharing-configuration-files +10.7.5::User configuration files (“dotfiles”)::https://www.debian.org/doc/debian-policy/ch-files.html#user-configuration-files-dotfiles +10.8::Log files::https://www.debian.org/doc/debian-policy/ch-files.html#log-files +10.9::Permissions and owners::https://www.debian.org/doc/debian-policy/ch-files.html#permissions-and-owners +10.9.1::The use of dpkg-statoverride::https://www.debian.org/doc/debian-policy/ch-files.html#the-use-of-dpkg-statoverride +10.10::File names::https://www.debian.org/doc/debian-policy/ch-files.html#file-names +11::Customized programs::https://www.debian.org/doc/debian-policy/ch-customized-programs.html +11.1::Architecture specification strings::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#architecture-specification-strings +11.1.1::Architecture wildcards::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#architecture-wildcards +11.2::Daemons::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#daemons +11.3::Using pseudo-ttys and modifying wtmp, utmp and lastlog::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#using-pseudo-ttys-and-modifying-wtmp-utmp-and-lastlog +11.4::Editors and pagers::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#editors-and-pagers +11.5::Web servers and applications::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#web-servers-and-applications +11.6::Mail transport, delivery and user agents::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#mail-transport-delivery-and-user-agents +11.7::News system configuration::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#news-system-configuration +11.8::Programs for the X Window System::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#programs-for-the-x-window-system +11.8.1::Providing X support and package priorities::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#providing-x-support-and-package-priorities +11.8.2::Packages providing an X server::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#packages-providing-an-x-server +11.8.3::Packages providing a terminal emulator::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#packages-providing-a-terminal-emulator +11.8.4::Packages providing a window manager::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#packages-providing-a-window-manager +11.8.5::Packages providing fonts::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#packages-providing-fonts +11.8.6::Application defaults files::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#application-defaults-files +11.8.7::Installation directory issues::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#installation-directory-issues +11.9::Perl programs and modules::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#perl-programs-and-modules +11.10::Emacs lisp programs::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#emacs-lisp-programs +11.11::Games::https://www.debian.org/doc/debian-policy/ch-customized-programs.html#games +12::Documentation::https://www.debian.org/doc/debian-policy/ch-docs.html +12.1::Manual pages::https://www.debian.org/doc/debian-policy/ch-docs.html#manual-pages +12.2::Info documents::https://www.debian.org/doc/debian-policy/ch-docs.html#info-documents +12.3::Additional documentation::https://www.debian.org/doc/debian-policy/ch-docs.html#additional-documentation +12.4::Preferred documentation formats::https://www.debian.org/doc/debian-policy/ch-docs.html#preferred-documentation-formats +12.5::Copyright information::https://www.debian.org/doc/debian-policy/ch-docs.html#copyright-information +12.5.1::Machine-readable copyright information::https://www.debian.org/doc/debian-policy/ch-docs.html#machine-readable-copyright-information +12.6::Examples::https://www.debian.org/doc/debian-policy/ch-docs.html#examples +12.7::Changelog files and release notes::https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes +appendix-1::Introduction and scope of these appendices::https://www.debian.org/doc/debian-policy/ap-pkg-scope.html +appendix-2::Binary packages (from old Packaging Manual)::https://www.debian.org/doc/debian-policy/ap-pkg-binarypkg.html +appendix-2.1::Creating package files - dpkg-deb::https://www.debian.org/doc/debian-policy/ap-pkg-binarypkg.html#creating-package-files-dpkg-deb +appendix-2.2::Package control information files::https://www.debian.org/doc/debian-policy/ap-pkg-binarypkg.html#package-control-information-files +appendix-2.3::The main control information file: control::https://www.debian.org/doc/debian-policy/ap-pkg-binarypkg.html#the-main-control-information-file-control +appendix-2.4::Time Stamps::https://www.debian.org/doc/debian-policy/ap-pkg-binarypkg.html#time-stamps +appendix-3::Source packages (from old Packaging Manual)::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html +appendix-3.1::Tools for processing source packages::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#tools-for-processing-source-packages +appendix-3.1.1::dpkg-source - packs and unpacks Debian source packages::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#dpkg-source-packs-and-unpacks-debian-source-packages +appendix-3.1.2::dpkg-buildpackage - overall package-building control script::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#dpkg-buildpackage-overall-package-building-control-script +appendix-3.1.3::dpkg-gencontrol - generates binary package control files::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#dpkg-gencontrol-generates-binary-package-control-files +appendix-3.1.4::dpkg-shlibdeps - calculates shared library dependencies::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#dpkg-shlibdeps-calculates-shared-library-dependencies +appendix-3.1.5::dpkg-distaddfile - adds a file to debian/files::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#dpkg-distaddfile-adds-a-file-to-debian-files +appendix-3.1.6::dpkg-genchanges - generates a .changes upload control file::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#dpkg-genchanges-generates-a-changes-upload-control-file +appendix-3.1.7::dpkg-parsechangelog - produces parsed representation of a changelog::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#dpkg-parsechangelog-produces-parsed-representation-of-a-changelog +appendix-3.1.8::dpkg-architecture - information about the build and host system::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#dpkg-architecture-information-about-the-build-and-host-system +appendix-3.2::The Debian package source tree::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#the-debian-package-source-tree +appendix-3.2.1::debian/rules - the main building script::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#debian-rules-the-main-building-script +appendix-3.2.2::debian/substvars and variable substitutions::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#debian-substvars-and-variable-substitutions +appendix-3.2.3::debian/files::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#debian-files +appendix-3.2.4::debian/tmp::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#debian-tmp +appendix-3.3::Source packages as archives::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#source-packages-as-archives +appendix-3.4::Unpacking a Debian source package without dpkg-source::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#unpacking-a-debian-source-package-without-dpkg-source +appendix-3.4.1::Restrictions on objects in source packages::https://www.debian.org/doc/debian-policy/ap-pkg-sourcepkg.html#restrictions-on-objects-in-source-packages +appendix-4::Control files and their fields (from old Packaging Manual)::https://www.debian.org/doc/debian-policy/ap-pkg-controlfields.html +appendix-4.1::Syntax of control files::https://www.debian.org/doc/debian-policy/ap-pkg-controlfields.html#syntax-of-control-files +appendix-4.2::List of fields::https://www.debian.org/doc/debian-policy/ap-pkg-controlfields.html#list-of-fields +appendix-4.2.1::Filename and MSDOS-Filename::https://www.debian.org/doc/debian-policy/ap-pkg-controlfields.html#filename-and-msdos-filename +appendix-4.2.2::Size and MD5sum::https://www.debian.org/doc/debian-policy/ap-pkg-controlfields.html#size-and-md5sum +appendix-4.2.3::Status::https://www.debian.org/doc/debian-policy/ap-pkg-controlfields.html#status +appendix-4.2.4::Config-Version::https://www.debian.org/doc/debian-policy/ap-pkg-controlfields.html#config-version +appendix-4.2.5::Conffiles::https://www.debian.org/doc/debian-policy/ap-pkg-controlfields.html#conffiles +appendix-4.2.6::Obsolete fields::https://www.debian.org/doc/debian-policy/ap-pkg-controlfields.html#obsolete-fields +appendix-5::Configuration file handling (from old Packaging Manual)::https://www.debian.org/doc/debian-policy/ap-pkg-conffiles.html +appendix-5.1::Automatic handling of configuration files by dpkg::https://www.debian.org/doc/debian-policy/ap-pkg-conffiles.html#automatic-handling-of-configuration-files-by-dpkg +appendix-5.2::Fully-featured maintainer script configuration handling::https://www.debian.org/doc/debian-policy/ap-pkg-conffiles.html#fully-featured-maintainer-script-configuration-handling +appendix-6::Alternative versions of an interface - update-alternatives (from old Packaging Manual)::https://www.debian.org/doc/debian-policy/ap-pkg-alternatives.html +appendix-7::Diversions - overriding a package’s version of a file (from old Packaging Manual)::https://www.debian.org/doc/debian-policy/ap-pkg-diversions.html +appendix-8::Debian Policy changes process::https://www.debian.org/doc/debian-policy/ap-process.html +appendix-8.1::Introduction::https://www.debian.org/doc/debian-policy/ap-process.html#introduction +appendix-8.2::Change Goals::https://www.debian.org/doc/debian-policy/ap-process.html#change-goals +appendix-8.3::Current Process::https://www.debian.org/doc/debian-policy/ap-process.html#current-process +appendix-8.3.1::State A: More information required::https://www.debian.org/doc/debian-policy/ap-process.html#state-a-more-information-required +appendix-8.3.2::State B: Discussion::https://www.debian.org/doc/debian-policy/ap-process.html#state-b-discussion +appendix-8.3.3::State C: Proposal::https://www.debian.org/doc/debian-policy/ap-process.html#state-c-proposal +appendix-8.3.4::State D: Wording proposed::https://www.debian.org/doc/debian-policy/ap-process.html#state-d-wording-proposed +appendix-8.3.5::State E: Seconded::https://www.debian.org/doc/debian-policy/ap-process.html#state-e-seconded +appendix-8.3.6::State F: Accepted::https://www.debian.org/doc/debian-policy/ap-process.html#state-f-accepted +appendix-8.3.7::State G: Reject::https://www.debian.org/doc/debian-policy/ap-process.html#state-g-reject +appendix-8.4::Other Tags::https://www.debian.org/doc/debian-policy/ap-process.html#other-tags +appendix-9::Maintainer script flowcharts::https://www.debian.org/doc/debian-policy/ap-flowcharts.html +appendix-10::Upgrading checklist::https://www.debian.org/doc/debian-policy/upgrading-checklist.html +appendix-11::License::https://www.debian.org/doc/debian-policy/ap-license.html diff --git a/data/authority/developer-reference b/data/authority/developer-reference new file mode 100644 index 0000000..35ec652 --- /dev/null +++ b/data/authority/developer-reference @@ -0,0 +1,276 @@ +# Data about titles, sections, and URLs of manuals, used to expand references +# in tag descriptions and add links for HTML output. Each line of this file +# has three fields separated by double colons: +# +# <section> :: <title> :: <url> +# +# If <section> is an underscore, that line specifies the title and URL for the +# whole manual. + +_::Debian Developer's Reference::https://www.debian.org/doc/developers-reference/ +1::Scope of This Document::https://www.debian.org/doc/developers-reference/scope.html +2::Applying to Become a Member::https://www.debian.org/doc/developers-reference/new-maintainer.html +2.1::Getting started::https://www.debian.org/doc/developers-reference/new-maintainer.html#getting-started +2.2::Debian mentors and sponsors::https://www.debian.org/doc/developers-reference/new-maintainer.html#debian-mentors-and-sponsors +2.3::Registering as a Debian member::https://www.debian.org/doc/developers-reference/new-maintainer.html#registering-as-a-debian-member +3::Debian Developer's Duties::https://www.debian.org/doc/developers-reference/developer-duties.html +3.1::Package Maintainer's Duties::https://www.debian.org/doc/developers-reference/developer-duties.html#package-maintainer-s-duties +3.1.1::Work towards the next stable release::https://www.debian.org/doc/developers-reference/developer-duties.html#work-towards-the-next-stable-release +3.1.2::Maintain packages in stable::https://www.debian.org/doc/developers-reference/developer-duties.html#maintain-packages-in-stable +3.1.3::Manage release-critical bugs::https://www.debian.org/doc/developers-reference/developer-duties.html#manage-release-critical-bugs +3.1.4::Coordination with upstream developers::https://www.debian.org/doc/developers-reference/developer-duties.html#coordination-with-upstream-developers +3.2::Administrative Duties::https://www.debian.org/doc/developers-reference/developer-duties.html#administrative-duties +3.2.1::Maintaining your Debian information::https://www.debian.org/doc/developers-reference/developer-duties.html#maintaining-your-debian-information +3.2.2::Maintaining your public key::https://www.debian.org/doc/developers-reference/developer-duties.html#maintaining-your-public-key +3.2.3::Voting::https://www.debian.org/doc/developers-reference/developer-duties.html#voting +3.2.4::Going on vacation gracefully::https://www.debian.org/doc/developers-reference/developer-duties.html#going-on-vacation-gracefully +3.2.5::Retiring::https://www.debian.org/doc/developers-reference/developer-duties.html#retiring +3.2.6::Returning after retirement::https://www.debian.org/doc/developers-reference/developer-duties.html#returning-after-retirement +4::Resources for Debian Members::https://www.debian.org/doc/developers-reference/resources.html +4.1::Mailing lists::https://www.debian.org/doc/developers-reference/resources.html#mailing-lists +4.1.1::Basic rules for use::https://www.debian.org/doc/developers-reference/resources.html#basic-rules-for-use +4.1.2::Core development mailing lists::https://www.debian.org/doc/developers-reference/resources.html#core-development-mailing-lists +4.1.3::Special lists::https://www.debian.org/doc/developers-reference/resources.html#special-lists +4.1.4::Requesting new development-related lists::https://www.debian.org/doc/developers-reference/resources.html#requesting-new-development-related-lists +4.2::IRC channels::https://www.debian.org/doc/developers-reference/resources.html#irc-channels +4.3::Documentation::https://www.debian.org/doc/developers-reference/resources.html#documentation +4.4::Debian machines::https://www.debian.org/doc/developers-reference/resources.html#debian-machines +4.4.1::The bugs server::https://www.debian.org/doc/developers-reference/resources.html#the-bugs-server +4.4.2::The ftp-master server::https://www.debian.org/doc/developers-reference/resources.html#the-ftp-master-server +4.4.3::The www-master server::https://www.debian.org/doc/developers-reference/resources.html#the-www-master-server +4.4.4::The people web server::https://www.debian.org/doc/developers-reference/resources.html#the-people-web-server +4.4.5::salsa.debian.org: Git repositories and collaborative development platform::https://www.debian.org/doc/developers-reference/resources.html#salsa-debian-org-git-repositories-and-collaborative-development-platform +4.4.6::chroots to different distributions::https://www.debian.org/doc/developers-reference/resources.html#chroots-to-different-distributions +4.5::The Developers Database::https://www.debian.org/doc/developers-reference/resources.html#the-developers-database +4.6::The Debian archive::https://www.debian.org/doc/developers-reference/resources.html#the-debian-archive +4.6.1::Sections::https://www.debian.org/doc/developers-reference/resources.html#sections +4.6.2::Architectures::https://www.debian.org/doc/developers-reference/resources.html#architectures +4.6.3::Packages::https://www.debian.org/doc/developers-reference/resources.html#packages +4.6.4::Distributions::https://www.debian.org/doc/developers-reference/resources.html#distributions +4.6.4.1::Stable, testing, and unstable::https://www.debian.org/doc/developers-reference/resources.html#stable-testing-and-unstable +4.6.4.2::More information about the testing distribution::https://www.debian.org/doc/developers-reference/resources.html#more-information-about-the-testing-distribution +4.6.4.3::Experimental::https://www.debian.org/doc/developers-reference/resources.html#experimental +4.6.5::Release code names::https://www.debian.org/doc/developers-reference/resources.html#release-code-names +4.7::Debian mirrors::https://www.debian.org/doc/developers-reference/resources.html#debian-mirrors +4.8::The Incoming system::https://www.debian.org/doc/developers-reference/resources.html#the-incoming-system +4.9::Package information::https://www.debian.org/doc/developers-reference/resources.html#package-information +4.9.1::On the web::https://www.debian.org/doc/developers-reference/resources.html#on-the-web +4.9.2::The dak ls utility::https://www.debian.org/doc/developers-reference/resources.html#the-dak-ls-utility +4.10::The Debian Package Tracker::https://www.debian.org/doc/developers-reference/resources.html#the-debian-package-tracker +4.11::Developer's packages overview::https://www.debian.org/doc/developers-reference/resources.html#developer-s-packages-overview +4.12::Debian's FusionForge installation: Alioth::https://www.debian.org/doc/developers-reference/resources.html#debian-s-fusionforge-installation-alioth +4.13::Goodies for Debian Members::https://www.debian.org/doc/developers-reference/resources.html#goodies-for-debian-members +5::Managing Packages::https://www.debian.org/doc/developers-reference/pkgs.html +5.1::New packages::https://www.debian.org/doc/developers-reference/pkgs.html#new-packages +5.2::Recording changes in the package::https://www.debian.org/doc/developers-reference/pkgs.html#recording-changes-in-the-package +5.3::Testing the package::https://www.debian.org/doc/developers-reference/pkgs.html#testing-the-package +5.4::Layout of the source package::https://www.debian.org/doc/developers-reference/pkgs.html#layout-of-the-source-package +5.5::Picking a distribution::https://www.debian.org/doc/developers-reference/pkgs.html#picking-a-distribution +5.5.1::Special case: uploads to the stable and oldstable distributions::https://www.debian.org/doc/developers-reference/pkgs.html#special-case-uploads-to-the-stable-and-oldstable-distributions +5.5.2::Special case: the stable-updates suite::https://www.debian.org/doc/developers-reference/pkgs.html#special-case-the-stable-updates-suite +5.5.3::Special case: uploads to testing/testing-proposed-updates::https://www.debian.org/doc/developers-reference/pkgs.html#special-case-uploads-to-testing-testing-proposed-updates +5.6::Uploading a package::https://www.debian.org/doc/developers-reference/pkgs.html#uploading-a-package +5.6.1::Uploading to ftp-master::https://www.debian.org/doc/developers-reference/pkgs.html#uploading-to-ftp-master +5.6.2::Delayed uploads::https://www.debian.org/doc/developers-reference/pkgs.html#delayed-uploads +5.6.3::Security uploads::https://www.debian.org/doc/developers-reference/pkgs.html#security-uploads +5.6.4::Other upload queues::https://www.debian.org/doc/developers-reference/pkgs.html#other-upload-queues +5.6.5::Notifications::https://www.debian.org/doc/developers-reference/pkgs.html#notifications +5.7::Specifying the package section, subsection and priority::https://www.debian.org/doc/developers-reference/pkgs.html#specifying-the-package-section-subsection-and-priority +5.8::Handling bugs::https://www.debian.org/doc/developers-reference/pkgs.html#handling-bugs +5.8.1::Monitoring bugs::https://www.debian.org/doc/developers-reference/pkgs.html#monitoring-bugs +5.8.2::Responding to bugs::https://www.debian.org/doc/developers-reference/pkgs.html#responding-to-bugs +5.8.3::Bug housekeeping::https://www.debian.org/doc/developers-reference/pkgs.html#bug-housekeeping +5.8.4::When bugs are closed by new uploads::https://www.debian.org/doc/developers-reference/pkgs.html#when-bugs-are-closed-by-new-uploads +5.8.5::Handling security-related bugs::https://www.debian.org/doc/developers-reference/pkgs.html#handling-security-related-bugs +5.8.5.1::Debian Security Tracker::https://www.debian.org/doc/developers-reference/pkgs.html#debian-security-tracker +5.8.5.2::Confidentiality::https://www.debian.org/doc/developers-reference/pkgs.html#confidentiality +5.8.5.3::Security Advisories::https://www.debian.org/doc/developers-reference/pkgs.html#security-advisories +5.8.5.4::Preparing packages to address security issues::https://www.debian.org/doc/developers-reference/pkgs.html#preparing-packages-to-address-security-issues +5.8.5.5::Uploading the fixed package::https://www.debian.org/doc/developers-reference/pkgs.html#uploading-the-fixed-package +5.9::Moving, removing, renaming, orphaning, adopting, and reintroducing packages::https://www.debian.org/doc/developers-reference/pkgs.html#moving-removing-renaming-orphaning-adopting-and-reintroducing-packages +5.9.1::Moving packages::https://www.debian.org/doc/developers-reference/pkgs.html#moving-packages +5.9.2::Removing packages::https://www.debian.org/doc/developers-reference/pkgs.html#removing-packages +5.9.2.1::Removing packages from Incoming::https://www.debian.org/doc/developers-reference/pkgs.html#removing-packages-from-incoming +5.9.3::Replacing or renaming packages::https://www.debian.org/doc/developers-reference/pkgs.html#replacing-or-renaming-packages +5.9.4::Orphaning a package::https://www.debian.org/doc/developers-reference/pkgs.html#orphaning-a-package +5.9.5::Adopting a package::https://www.debian.org/doc/developers-reference/pkgs.html#adopting-a-package +5.9.6::Reintroducing packages::https://www.debian.org/doc/developers-reference/pkgs.html#reintroducing-packages +5.10::Porting and being ported::https://www.debian.org/doc/developers-reference/pkgs.html#porting-and-being-ported +5.10.1::Being kind to porters::https://www.debian.org/doc/developers-reference/pkgs.html#being-kind-to-porters +5.10.2::Guidelines for porter uploads::https://www.debian.org/doc/developers-reference/pkgs.html#guidelines-for-porter-uploads +5.10.2.1::Recompilation or binary-only NMU::https://www.debian.org/doc/developers-reference/pkgs.html#recompilation-or-binary-only-nmu +5.10.2.2::When to do a source NMU if you are a porter::https://www.debian.org/doc/developers-reference/pkgs.html#when-to-do-a-source-nmu-if-you-are-a-porter +5.10.3::Porting infrastructure and automation::https://www.debian.org/doc/developers-reference/pkgs.html#porting-infrastructure-and-automation +5.10.3.1::Mailing lists and web pages::https://www.debian.org/doc/developers-reference/pkgs.html#mailing-lists-and-web-pages +5.10.3.2::Porter tools::https://www.debian.org/doc/developers-reference/pkgs.html#porter-tools +5.10.3.3::wanna-build::https://www.debian.org/doc/developers-reference/pkgs.html#wanna-build +5.10.4::When your package is not portable::https://www.debian.org/doc/developers-reference/pkgs.html#when-your-package-is-not-portable +5.10.5::Marking non-free packages as auto-buildable::https://www.debian.org/doc/developers-reference/pkgs.html#marking-non-free-packages-as-auto-buildable +5.11::Non-Maintainer Uploads (NMUs)::https://www.debian.org/doc/developers-reference/pkgs.html#non-maintainer-uploads-nmus +5.11.1::When and how to do an NMU::https://www.debian.org/doc/developers-reference/pkgs.html#when-and-how-to-do-an-nmu +5.11.2::NMUs and debian/changelog::https://www.debian.org/doc/developers-reference/pkgs.html#nmus-and-debian-changelog +5.11.3::Using the DELAYED/ queue::https://www.debian.org/doc/developers-reference/pkgs.html#using-the-delayed-queue +5.11.4::NMUs from the maintainer's point of view::https://www.debian.org/doc/developers-reference/pkgs.html#nmus-from-the-maintainer-s-point-of-view +5.11.5::Source NMUs vs Binary-only NMUs (binNMUs)::https://www.debian.org/doc/developers-reference/pkgs.html#source-nmus-vs-binary-only-nmus-binnmus +5.11.6::NMUs vs QA uploads::https://www.debian.org/doc/developers-reference/pkgs.html#nmus-vs-qa-uploads +5.11.7::NMUs vs team uploads::https://www.debian.org/doc/developers-reference/pkgs.html#nmus-vs-team-uploads +5.12::Package Salvaging::https://www.debian.org/doc/developers-reference/pkgs.html#package-salvaging +5.12.1::When a package is eligible for package salvaging::https://www.debian.org/doc/developers-reference/pkgs.html#when-a-package-is-eligible-for-package-salvaging +5.12.2::How to salvage a package::https://www.debian.org/doc/developers-reference/pkgs.html#how-to-salvage-a-package +5.13::Collaborative maintenance::https://www.debian.org/doc/developers-reference/pkgs.html#collaborative-maintenance +5.14::The testing distribution::https://www.debian.org/doc/developers-reference/pkgs.html#the-testing-distribution +5.14.1::Basics::https://www.debian.org/doc/developers-reference/pkgs.html#basics +5.14.2::Updates from unstable::https://www.debian.org/doc/developers-reference/pkgs.html#updates-from-unstable +5.14.2.1::Out-of-date::https://www.debian.org/doc/developers-reference/pkgs.html#out-of-date +5.14.2.2::Removals from testing::https://www.debian.org/doc/developers-reference/pkgs.html#removals-from-testing +5.14.2.3::Circular dependencies::https://www.debian.org/doc/developers-reference/pkgs.html#circular-dependencies +5.14.2.4::Influence of package in testing::https://www.debian.org/doc/developers-reference/pkgs.html#influence-of-package-in-testing +5.14.2.5::Details::https://www.debian.org/doc/developers-reference/pkgs.html#details +5.14.3::Direct updates to testing::https://www.debian.org/doc/developers-reference/pkgs.html#direct-updates-to-testing +5.14.4::Frequently asked questions::https://www.debian.org/doc/developers-reference/pkgs.html#frequently-asked-questions +5.14.4.1::What are release-critical bugs, and how do they get counted?::https://www.debian.org/doc/developers-reference/pkgs.html#what-are-release-critical-bugs-and-how-do-they-get-counted +5.14.4.2::How could installing a package into testing possibly break other packages?::https://www.debian.org/doc/developers-reference/pkgs.html#how-could-installing-a-package-into-testing-possibly-break-other-packages +5.15::The Stable backports archive::https://www.debian.org/doc/developers-reference/pkgs.html#the-stable-backports-archive +5.15.1::Basics::https://www.debian.org/doc/developers-reference/pkgs.html#backports-rules +5.15.2::Exception to the testing-first rule::https://www.debian.org/doc/developers-reference/pkgs.html#exception-to-the-testing-first-rule +5.15.3::Who can maintain packages in the stable-backports archive?::https://www.debian.org/doc/developers-reference/pkgs.html#who-can-maintain-packages-in-the-stable-backports-archive +5.15.4::When can one start uploading to stable-backports?::https://www.debian.org/doc/developers-reference/pkgs.html#when-can-one-start-uploading-to-stable-backports +5.15.5::How long must a package be maintained when uploaded to stable-backports?::https://www.debian.org/doc/developers-reference/pkgs.html#how-long-must-a-package-be-maintained-when-uploaded-to-stable-backports +5.15.6::How often shall one upload to stable-backports?::https://www.debian.org/doc/developers-reference/pkgs.html#how-often-shall-one-upload-to-stable-backports +5.15.7::How can one learn more about backporting?::https://www.debian.org/doc/developers-reference/pkgs.html#how-can-one-learn-more-about-backporting +6::Best Packaging Practices::https://www.debian.org/doc/developers-reference/best-pkging-practices.html +6.1::Best practices for debian/rules::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#best-practices-for-debian-rules +6.1.1::Helper scripts::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#helper-scripts +6.1.2::Separating your patches into multiple files::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#separating-your-patches-into-multiple-files +6.1.3::Multiple binary packages::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#multiple-binary-packages +6.2::Best practices for debian/control::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#best-practices-for-debian-control +6.2.1::General guidelines for package descriptions::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#general-guidelines-for-package-descriptions +6.2.2::The package synopsis, or short description::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#the-package-synopsis-or-short-description +6.2.3::The long description::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#the-long-description +6.2.4::Upstream home page::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#upstream-home-page +6.2.5::Version Control System location::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#version-control-system-location +6.2.5.1::Vcs-Browser::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#vcs-browser +6.2.5.2::Vcs-*::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#vcs +6.3::Best practices for debian/changelog::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#best-practices-for-debian-changelog +6.3.1::Writing useful changelog entries::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#writing-useful-changelog-entries +6.3.2::Selecting the upload urgency::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#selecting-the-upload-urgency +6.3.3::Common misconceptions about changelog entries::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#common-misconceptions-about-changelog-entries +6.3.4::Common errors in changelog entries::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#common-errors-in-changelog-entries +6.3.5::Supplementing changelogs with NEWS.Debian files::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#supplementing-changelogs-with-news-debian-files +6.4::Best practices around security::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#best-practices-around-security +6.5::Best practices for maintainer scripts::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#best-practices-for-maintainer-scripts +6.6::Configuration management with debconf::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#configuration-management-with-debconf +6.6.1::Do not abuse debconf::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#do-not-abuse-debconf +6.6.2::General recommendations for authors and translators::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#general-recommendations-for-authors-and-translators +6.6.2.1::Write correct English::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#write-correct-english +6.6.2.2::Be kind to translators::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#be-kind-to-translators +6.6.2.3::Unfuzzy complete translations when correcting typos and spelling::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#unfuzzy-complete-translations-when-correcting-typos-and-spelling +6.6.2.4::Do not make assumptions about interfaces::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#do-not-make-assumptions-about-interfaces +6.6.2.5::Do not use first person::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#do-not-use-first-person +6.6.2.6::Be gender neutral::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#be-gender-neutral +6.6.3::Templates fields definition::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#templates-fields-definition +6.6.3.1::Type::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#type +6.6.3.2::Description: short and extended description::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#description-short-and-extended-description +6.6.3.3::Choices::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#choices +6.6.3.4::Default::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#default +6.6.4::Template fields specific style guide::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#template-fields-specific-style-guide +6.6.4.1::Type field::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#type-field +6.6.4.2::Description field::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#description-field +6.6.4.3::Choices field::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#choices-field +6.6.4.4::Default field::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#default-field +6.7::Internationalization::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#internationalization +6.7.1::Handling debconf translations::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#handling-debconf-translations +6.7.2::Internationalized documentation::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#internationalized-documentation +6.8::Common packaging situations::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#common-packaging-situations +6.8.1::Packages using autoconf/automake::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#packages-using-autoconf-automake +6.8.2::Libraries::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#libraries +6.8.3::Documentation::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#documentation +6.8.4::Specific types of packages::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#specific-types-of-packages +6.8.5::Architecture-independent data::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#architecture-independent-data +6.8.6::Needing a certain locale during build::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#needing-a-certain-locale-during-build +6.8.7::Make transition packages deborphan compliant::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#make-transition-packages-deborphan-compliant +6.8.8::Best practices for .orig.tar.{gz,bz2,xz} files::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#best-practices-for-orig-tar-gz-bz2-xz-files +6.8.8.1::Pristine source::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#pristine-source +6.8.8.2::Repackaged upstream source::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#repackaged-upstream-source +6.8.8.3::Changing binary files::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#changing-binary-files +6.8.9::Best practices for debug packages::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#best-practices-for-debug-packages +6.8.9.1::Automatically generated debug packages::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#automatically-generated-debug-packages +6.8.9.2::Manual -dbg packages::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#manual-dbg-packages +6.8.10::Best practices for meta-packages::https://www.debian.org/doc/developers-reference/best-pkging-practices.html#best-practices-for-meta-packages +7::Beyond Packaging::https://www.debian.org/doc/developers-reference/beyond-pkging.html +7.1::Bug reporting::https://www.debian.org/doc/developers-reference/beyond-pkging.html#bug-reporting +7.1.1::Reporting lots of bugs at once (mass bug filing)::https://www.debian.org/doc/developers-reference/beyond-pkging.html#reporting-lots-of-bugs-at-once-mass-bug-filing +7.1.1.1::Usertags::https://www.debian.org/doc/developers-reference/beyond-pkging.html#usertags +7.2::Quality Assurance effort::https://www.debian.org/doc/developers-reference/beyond-pkging.html#quality-assurance-effort +7.2.1::Daily work::https://www.debian.org/doc/developers-reference/beyond-pkging.html#daily-work +7.2.2::Bug squashing parties::https://www.debian.org/doc/developers-reference/beyond-pkging.html#bug-squashing-parties +7.3::Contacting other maintainers::https://www.debian.org/doc/developers-reference/beyond-pkging.html#contacting-other-maintainers +7.4::Dealing with inactive and/or unreachable maintainers::https://www.debian.org/doc/developers-reference/beyond-pkging.html#dealing-with-inactive-and-or-unreachable-maintainers +7.5::Interacting with prospective Debian developers::https://www.debian.org/doc/developers-reference/beyond-pkging.html#interacting-with-prospective-debian-developers +7.5.1::Sponsoring packages::https://www.debian.org/doc/developers-reference/beyond-pkging.html#sponsoring-packages +7.5.1.1::Sponsoring a new package::https://www.debian.org/doc/developers-reference/beyond-pkging.html#sponsoring-a-new-package +7.5.1.2::Sponsoring an update of an existing package::https://www.debian.org/doc/developers-reference/beyond-pkging.html#sponsoring-an-update-of-an-existing-package +7.5.2::Advocating new developers::https://www.debian.org/doc/developers-reference/beyond-pkging.html#advocating-new-developers +7.5.3::Handling new maintainer applications::https://www.debian.org/doc/developers-reference/beyond-pkging.html#handling-new-maintainer-applications +8::Internationalization and Translations::https://www.debian.org/doc/developers-reference/l10n.html +8.1::How translations are handled within Debian::https://www.debian.org/doc/developers-reference/l10n.html#how-translations-are-handled-within-debian +8.2::I18N & L10N FAQ for maintainers::https://www.debian.org/doc/developers-reference/l10n.html#i18n-l10n-faq-for-maintainers +8.2.1::How to get a given text translated::https://www.debian.org/doc/developers-reference/l10n.html#how-to-get-a-given-text-translated +8.2.2::How to get a given translation reviewed::https://www.debian.org/doc/developers-reference/l10n.html#how-to-get-a-given-translation-reviewed +8.2.3::How to get a given translation updated::https://www.debian.org/doc/developers-reference/l10n.html#how-to-get-a-given-translation-updated +8.2.4::How to handle a bug report concerning a translation::https://www.debian.org/doc/developers-reference/l10n.html#how-to-handle-a-bug-report-concerning-a-translation +8.3::I18N & L10N FAQ for translators::https://www.debian.org/doc/developers-reference/l10n.html#i18n-l10n-faq-for-translators +8.3.1::How to help the translation effort::https://www.debian.org/doc/developers-reference/l10n.html#how-to-help-the-translation-effort +8.3.2::How to provide a translation for inclusion in a package::https://www.debian.org/doc/developers-reference/l10n.html#how-to-provide-a-translation-for-inclusion-in-a-package +8.4::Best current practice concerning l10n::https://www.debian.org/doc/developers-reference/l10n.html#best-current-practice-concerning-l10n +appendix-1::Overview of Debian Maintainer Tools::https://www.debian.org/doc/developers-reference/tools.html +appendix-1.1::Core tools::https://www.debian.org/doc/developers-reference/tools.html#core-tools +appendix-1.1.1::dpkg-dev::https://www.debian.org/doc/developers-reference/tools.html#dpkg-dev +appendix-1.1.2::debconf::https://www.debian.org/doc/developers-reference/tools.html#debconf +appendix-1.1.3::fakeroot::https://www.debian.org/doc/developers-reference/tools.html#fakeroot +appendix-1.2::Package lint tools::https://www.debian.org/doc/developers-reference/tools.html#package-lint-tools +appendix-1.2.1::lintian::https://www.debian.org/doc/developers-reference/tools.html#lintian +appendix-1.2.2::lintian-brush::https://www.debian.org/doc/developers-reference/tools.html#lintian-brush +appendix-1.2.3::piuparts::https://www.debian.org/doc/developers-reference/tools.html#piuparts +appendix-1.2.4::debdiff::https://www.debian.org/doc/developers-reference/tools.html#debdiff +appendix-1.2.5::diffoscope::https://www.debian.org/doc/developers-reference/tools.html#diffoscope +appendix-1.2.6::duck::https://www.debian.org/doc/developers-reference/tools.html#duck +appendix-1.2.7::adequate::https://www.debian.org/doc/developers-reference/tools.html#adequate +appendix-1.2.8::i18nspector::https://www.debian.org/doc/developers-reference/tools.html#i18nspector +appendix-1.2.9::cme::https://www.debian.org/doc/developers-reference/tools.html#cme +appendix-1.2.10::licensecheck::https://www.debian.org/doc/developers-reference/tools.html#licensecheck +appendix-1.2.11::blhc::https://www.debian.org/doc/developers-reference/tools.html#blhc +appendix-1.3::Helpers for debian/rules::https://www.debian.org/doc/developers-reference/tools.html#helpers-for-debian-rules +appendix-1.3.1::debhelper::https://www.debian.org/doc/developers-reference/tools.html#debhelper +appendix-1.3.2::dh-make::https://www.debian.org/doc/developers-reference/tools.html#dh-make +appendix-1.3.3::equivs::https://www.debian.org/doc/developers-reference/tools.html#equivs +appendix-1.4::Package builders::https://www.debian.org/doc/developers-reference/tools.html#package-builders +appendix-1.4.1::git-buildpackage::https://www.debian.org/doc/developers-reference/tools.html#git-buildpackage +appendix-1.4.2::debootstrap::https://www.debian.org/doc/developers-reference/tools.html#debootstrap +appendix-1.4.3::pbuilder::https://www.debian.org/doc/developers-reference/tools.html#pbuilder +appendix-1.4.4::sbuild::https://www.debian.org/doc/developers-reference/tools.html#sbuild +appendix-1.5::Package uploaders::https://www.debian.org/doc/developers-reference/tools.html#package-uploaders +appendix-1.5.1::dupload::https://www.debian.org/doc/developers-reference/tools.html#dupload +appendix-1.5.2::dput::https://www.debian.org/doc/developers-reference/tools.html#dput +appendix-1.5.3::dcut::https://www.debian.org/doc/developers-reference/tools.html#dcut +appendix-1.6::Maintenance automation::https://www.debian.org/doc/developers-reference/tools.html#maintenance-automation +appendix-1.6.1::devscripts::https://www.debian.org/doc/developers-reference/tools.html#devscripts +appendix-1.6.2::reportbug::https://www.debian.org/doc/developers-reference/tools.html#reportbug +appendix-1.6.3::autotools-dev::https://www.debian.org/doc/developers-reference/tools.html#autotools-dev +appendix-1.6.4::dpkg-repack::https://www.debian.org/doc/developers-reference/tools.html#dpkg-repack +appendix-1.6.5::alien::https://www.debian.org/doc/developers-reference/tools.html#alien +appendix-1.6.6::dpkg-dev-el::https://www.debian.org/doc/developers-reference/tools.html#dpkg-dev-el +appendix-1.6.7::dpkg-depcheck::https://www.debian.org/doc/developers-reference/tools.html#dpkg-depcheck +appendix-1.7::Porting tools::https://www.debian.org/doc/developers-reference/tools.html#porting-tools +appendix-1.7.1::dpkg-cross::https://www.debian.org/doc/developers-reference/tools.html#dpkg-cross +appendix-1.8::Documentation and information::https://www.debian.org/doc/developers-reference/tools.html#documentation-and-information +appendix-1.8.1::debian-policy::https://www.debian.org/doc/developers-reference/tools.html#debian-policy +appendix-1.8.2::doc-debian::https://www.debian.org/doc/developers-reference/tools.html#doc-debian +appendix-1.8.3::developers-reference::https://www.debian.org/doc/developers-reference/tools.html#developers-reference +appendix-1.8.4::maint-guide::https://www.debian.org/doc/developers-reference/tools.html#maint-guide +appendix-1.8.5::packaging-tutorial::https://www.debian.org/doc/developers-reference/tools.html#packaging-tutorial +appendix-1.8.6::how-can-i-help::https://www.debian.org/doc/developers-reference/tools.html#how-can-i-help +appendix-1.8.7::docbook-xml::https://www.debian.org/doc/developers-reference/tools.html#docbook-xml +appendix-1.8.8::debiandoc-sgml::https://www.debian.org/doc/developers-reference/tools.html#debiandoc-sgml +appendix-1.8.9::debian-keyring::https://www.debian.org/doc/developers-reference/tools.html#debian-keyring +appendix-1.8.10::debian-el::https://www.debian.org/doc/developers-reference/tools.html#debian-el diff --git a/data/authority/doc-base-manual b/data/authority/doc-base-manual new file mode 100644 index 0000000..34a56ee --- /dev/null +++ b/data/authority/doc-base-manual @@ -0,0 +1,30 @@ +# Data about titles, sections, and URLs of manuals, used to expand references +# in tag descriptions and add links for HTML output. Each line of this file +# has three fields separated by double colons: +# +# <section> :: <title> :: <url> +# +# If <section> is an underscore, that line specifies the title and URL for the +# whole manual. + +_::Debian doc-base Manual::file:///usr/share/doc/doc-base/doc-base.html/index.html +1::About doc-base::file:///usr/share/doc/doc-base/doc-base.html/about.html +2::The packages interface::file:///usr/share/doc/doc-base/doc-base.html/interface.html +2.1::Introduction::file:///usr/share/doc/doc-base/doc-base.html/interface.html#s2.1 +2.2::Document IDs::file:///usr/share/doc/doc-base/doc-base.html/interface.html#document-ids +2.3::Control Files::file:///usr/share/doc/doc-base/doc-base.html/interface.html#control-files +2.3.1::Example::file:///usr/share/doc/doc-base/doc-base.html/interface.html#s2.3.1 +2.3.2::Syntax of the control file::file:///usr/share/doc/doc-base/doc-base.html/interface.html#s2.3.2 +2.3.2.1::The main section::file:///usr/share/doc/doc-base/doc-base.html/interface.html#main-section +2.3.2.2::Format sections::file:///usr/share/doc/doc-base/doc-base.html/interface.html#format-sections +2.3.3::The section field::file:///usr/share/doc/doc-base/doc-base.html/interface.html#section-field +2.4::Registering Documents With doc-base::file:///usr/share/doc/doc-base/doc-base.html/interface.html#registering-documents +2.5::doc-base 0.8.x features and incompatibilities::file:///usr/share/doc/doc-base/doc-base.html/interface.html#s2.5 +2.5.1::Splitting control files over multiple binary packages::file:///usr/share/doc/doc-base/doc-base.html/interface.html#s2.5.1 +2.5.2::Registering local documents::file:///usr/share/doc/doc-base/doc-base.html/interface.html#s2.5.2 +2.5.3::dpkg triggers::file:///usr/share/doc/doc-base/doc-base.html/interface.html#s2.5.3 +2.6::Checking Syntax of Control Files::file:///usr/share/doc/doc-base/doc-base.html/interface.html#checking-syntax +3::Getting information about installed documents::file:///usr/share/doc/doc-base/doc-base.html/informations.html +4::TODO List::file:///usr/share/doc/doc-base/doc-base.html/todo.html +4.1::Roadmap for 0.9.* releases::file:///usr/share/doc/doc-base/doc-base.html/todo.html#s4.1 +4.2::Old TODO entries::file:///usr/share/doc/doc-base/doc-base.html/todo.html#s4.2 diff --git a/data/authority/filesystem-hierarchy b/data/authority/filesystem-hierarchy new file mode 100644 index 0000000..d8ebd7b --- /dev/null +++ b/data/authority/filesystem-hierarchy @@ -0,0 +1,170 @@ +# Data about titles, sections, and URLs of manuals, used to expand references +# in tag descriptions and add links for HTML output. Each line of this file +# has three fields separated by double colons: +# +# <section> :: <title> :: <url> +# +# If <section> is an underscore, that line specifies the title and URL for the +# whole manual. + +_::::Filesystem Hierarchy Standard::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html +introduction::1::Introduction::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#introduction +purpose::1.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose +conventions::1.2::Conventions::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#conventions +thefilesystem::2::The Filesystem::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#thefilesystem +therootfilesystem::3::The Root Filesystem::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#theRootFilesystem +purpose2::3.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose2 +requirements::3.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements +specificoptions::3.3::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions +binessentialusercommandbinaries::3.4::/bin : Essential user command binaries (for use by all users)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#binEssentialUserCommandBinaries +purpose3::3.4.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose3 +requirements2::3.4.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements2 +specificoptions2::3.4.3::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions2 +bootstaticfilesofthebootloader::3.5::/boot : Static files of the boot loader::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#bootStaticFilesOfTheBootLoader +purpose4::3.5.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose4 +specificoptions3::3.5.2::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions3 +devdevicefiles::3.6::/dev : Device files::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#devDeviceFiles +purpose5::3.6.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose5 +specificoptions4::3.6.2::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions4 +etchostspecificsystemconfiguration::3.7::/etc : Host-specific system configuration::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#etcHostspecificSystemConfiguration +purpose6::3.7.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose6 +requirements3::3.7.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements3 +specificoptions5::3.7.3::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions5 +etcoptconfigurationfilesforopt::3.7.4::/etc/opt : Configuration files for /opt::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#etcoptConfigurationFilesForOpt +etcx11configurationforthexwindows::3.7.5::/etc/X11 : Configuration for the X Window System (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#etcx11ConfigurationForTheXWindowS +etcsgmlconfigurationfilesforsgmlan::3.7.6::/etc/sgml : Configuration files for SGML (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#etcsgmlConfigurationFilesForSgmlAn +idm236088418512::3.7.7::/etc/xml : Configuration files for XML (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#idm236088418512 +homeuserhomedirectories::3.8::/home : User home directories (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#homeUserHomeDirectories +purpose10::3.8.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose10 +requirements4a::3.8.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements4a +homereferences::3.8.3::Home Directory Specifications and Conventions::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#homeReferences +libessentialsharedlibrariesandkern::3.9::/lib : Essential shared libraries and kernel modules::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#libEssentialSharedLibrariesAndKern +purpose11::3.9.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose11 +requirements5::3.9.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements5 +specificoptions7::3.9.3::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions7 +libltqualgtalternateformatessential::3.10::/lib<qual> : Alternate format essential shared libraries (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#libltqualgtAlternateFormatEssential +purpose12::3.10.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose12 +requirements6::3.10.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements6 +mediamountpoint::3.11::/media : Mount point for removable media::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#mediaMountPoint +purposemediamountpoint::3.11.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purposeMediaMountPoint +specificoptionsmediamount::3.11.2::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptionsMediaMount +mntmountpointforatemporarilymount::3.12::/mnt : Mount point for a temporarily mounted filesystem::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#mntMountPointForATemporarilyMount +purpose13::3.12.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose13 +optaddonapplicationsoftwarepackages::3.13::/opt : Add-on application software packages::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#optAddonApplicationSoftwarePackages +purpose14::3.13.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose14 +requirements7::3.13.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements7 +roothomedirectoryfortherootuser::3.14::/root : Home directory for the root user (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#rootHomeDirectoryForTheRootUser +purpose15::3.14.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose15 +runruntimevariabledata::3.15::/run : Run-time variable data::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#runRuntimeVariableData +runpurpose::3.15.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#runPurpose +runrequirements::3.15.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#runRequirements +sbinsystembinaries::3.16::/sbin : System binaries::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#sbinSystemBinaries +purpose16::3.16.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose16 +requirements8::3.16.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements8 +specificoptions8::3.16.3::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions8 +srvdataforservicesprovidedbysystem::3.17::/srv : Data for services provided by this system::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#srvDataForServicesProvidedBySystem +purpose16a::3.17.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose16a +tmptemporaryfiles::3.18::/tmp : Temporary files::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#tmpTemporaryFiles +purpose17::3.18.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose17 +theusrhierarchy::4::The /usr Hierarchy::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#theUsrHierarchy +purpose18::4.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose18 +requirements9::4.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements9 +specificoptions9::4.3::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions9 +usrbinmostusercommands::4.4::/usr/bin : Most user commands::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrbinMostUserCommands +purpose20::4.4.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose20 +requirements9a::4.4.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements9a +specificoptions11::4.4.3::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions11 +usrincludedirectoryforstandardinclu::4.5::/usr/include : Directory for standard include files.::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrincludeDirectoryForStandardInclu +purpose21::4.5.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose21 +specificoptions12::4.5.2::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions12 +usrliblibrariesforprogrammingandpa::4.6::/usr/lib : Libraries for programming and packages::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrlibLibrariesForProgrammingAndPa +purpose22::4.6.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose22 +specificoptions13::4.6.2::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions13 +usrlibexec::4.7::/usr/libexec : Binaries run by other programs (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrlibexec +usrlibexecpurpose::4.7.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrlibexecPurpose +usrlibltqualgtalternateformatlibrari::4.8::/usr/lib<qual> : Alternate format libraries (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrlibltqualgtAlternateFormatLibrari +purpose23::4.8.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose23 +usrlocallocalhierarchy::4.9::/usr/local : Local hierarchy::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrlocalLocalHierarchy +purpose24::4.9.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose24 +requirements10::4.9.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements10 +specificoptions14::4.9.3::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions14 +usrlocalshare1::4.9.4::/usr/local/share : Local architecture-independent hierarchy::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrlocalshare1 +usrsbinnonessentialstandardsystembi::4.10::/usr/sbin : Non-essential standard system binaries::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrsbinNonessentialStandardSystemBi +purpose25::4.10.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose25 +requirements10a::4.10.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements10a +usrsharearchitectureindependentdata::4.11::/usr/share : Architecture-independent data::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrshareArchitectureindependentData +purpose26::4.11.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose26 +requirements11::4.11.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements11 +specificoptions15::4.11.3::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions15 +usrsharecolorcolormanagement::4.11.4::/usr/share/color : Color management information (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrsharecolorColorManagement +usrsharedictwordlists::4.11.5::/usr/share/dict : Word lists (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrsharedictWordLists +usrsharemanmanualpages::4.11.6::/usr/share/man : Manual pages::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrsharemanManualPages +usrsharemiscmiscellaneousarchitecture::4.11.7::/usr/share/misc : Miscellaneous architecture-independent data::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrsharemiscMiscellaneousArchitecture +usrshareppd::4.11.8::/usr/share/ppd : Printer definitions (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrshareppd +usrsharesgmlsgmlandxmldata::4.11.9::/usr/share/sgml : SGML data (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrsharesgmlSgmlAndXmlData +idm236087237360::4.11.10::/usr/share/xml : XML data (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#idm236087237360 +usrsrcsourcecode::4.12::/usr/src : Source code (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrsrcSourceCode +purpose30::4.12.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose30 +thevarhierarchy::5::The /var Hierarchy::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#theVarHierarchy +purpose31::5.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose31 +requirements12::5.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements12 +specificoptions20::5.3::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions20 +varaccountprocessaccountinglogs::5.4::/var/account : Process accounting logs (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varaccountProcessAccountingLogs +purpose32::5.4.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose32 +varcacheapplicationcachedata::5.5::/var/cache : Application cache data::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varcacheApplicationCacheData +purpose33::5.5.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose33 +specificoptions21::5.5.2::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions21 +varcachefontslocallygeneratedfonts::5.5.3::/var/cache/fonts : Locally-generated fonts (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varcachefontsLocallygeneratedFonts +varcachemanlocallyformattedmanualpag::5.5.4::/var/cache/man : Locally-formatted manual pages (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varcachemanLocallyformattedManualPag +varcrashsystemcrashdumps::5.6::/var/crash : System crash dumps (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varcrashSystemCrashDumps +purpose36::5.6.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose36 +vargamesvariablegamedata::5.7::/var/games : Variable game data (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#vargamesVariableGameData +purpose37::5.7.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose37 +varlibvariablestateinformation::5.8::/var/lib : Variable state information::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varlibVariableStateInformation +purpose38::5.8.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose38 +requirements13::5.8.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements13 +specificoptions23::5.8.3::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions23 +varliblteditorgteditorbackupfilesan::5.8.4::/var/lib/<editor> : Editor backup files and state (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varliblteditorgtEditorBackupFilesAn +varlibcolor::5.8.5::/var/lib/color : Color management information (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varlibcolor +varlibhwclockstatedirectoryforhwclo::5.8.6::/var/lib/hwclock : State directory for hwclock (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varlibhwclockStateDirectoryForHwclo +varlibmiscmiscellaneousvariabledata::5.8.7::/var/lib/misc : Miscellaneous variable data::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varlibmiscMiscellaneousVariableData +varlocklockfiles::5.9::/var/lock : Lock files::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varlockLockFiles +purpose42::5.9.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose42 +varloglogfilesanddirectories::5.10::/var/log : Log files and directories::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varlogLogFilesAndDirectories +purpose43::5.10.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose43 +specificoptions24::5.10.2::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions24 +varmailusermailboxfiles::5.11::/var/mail : User mailbox files (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varmailUserMailboxFiles +purpose44::5.11.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose44 +varoptvariabledataforopt::5.12::/var/opt : Variable data for /opt::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varoptVariableDataForOpt +purpose45::5.12.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose45 +varrunruntimevariabledata::5.13::/var/run : Run-time variable data::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varrunRuntimeVariableData +purpose46::5.13.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose46 +requirements14::5.13.2::Requirements::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#requirements14 +varspoolapplicationspooldata::5.14::/var/spool : Application spool data::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varspoolApplicationSpoolData +purpose47::5.14.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose47 +specificoptions25::5.14.2::Specific Options::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#specificOptions25 +varspoollpdlineprinterdaemonprintqu::5.14.3::/var/spool/lpd : Line-printer daemon print queues (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varspoollpdLineprinterDaemonPrintQu +varspoolrwhorwhodfiles::5.14.4::/var/spool/rwho : Rwhod files (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varspoolrwhoRwhodFiles +vartmptemporaryfilespreservedbetwee::5.15::/var/tmp : Temporary files preserved between system reboots::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#vartmpTemporaryFilesPreservedBetwee +purpose50::5.15.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose50 +varypnetworkinformationservice::5.16::/var/yp : Network Information Service (NIS) database files (optional)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varypNetworkInformationService +purpose51::5.16.1::Purpose::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#purpose51 +operatingsystemspecificannex::6::Operating System Specific Annex::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#operatingSystemSpecificAnnex +linux::6.1::Linux::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#linux +rootdirectory::6.1.1::/ : Root directory::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#rootDirectory +binessentialusercommandbinaries2::6.1.2::/bin : Essential user command binaries (for use by all users)::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#binEssentialUserCommandBinaries2 +devdevicesandspecialfiles::6.1.3::/dev : Devices and special files::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#devDevicesAndSpecialFiles +etchostspecificsystemconfiguration2::6.1.4::/etc : Host-specific system configuration::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#etcHostspecificSystemConfiguration2 +prockernelandprocessinformationvir::6.1.5::/proc : Kernel and process information virtual filesystem::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#procKernelAndProcessInformationVir +sbinessentialsystembinaries::6.1.6::/sbin : Essential system binaries::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#sbinEssentialSystemBinaries +syskernelandsysteminformation::6.1.7::/sys : Kernel and system information virtual filesystem::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#sysKernelAndSystemInformation +usrincludeheaderfilesincludedbycp::6.1.8::/usr/include : Header files included by C programs::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrincludeHeaderFilesIncludedByCP +usrsrcsourcecode2::6.1.9::/usr/src : Source code::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#usrsrcSourceCode2 +varspoolcroncronandatjobs::6.1.10::/var/spool/cron : cron and at jobs::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varspoolcronCronAndAtJobs +appendix::7::Appendix::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#appendix +thefhsmailinglist::7.1::The FHS mailing list::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#theFhsMailingList +backgroundofthefhs::7.2::Background of the FHS::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#backgroundOfTheFhs +generalguidelines::7.3::General Guidelines::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#generalGuidelines +scope::7.4::Scope::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#scope +acknowledgments::7.5::Acknowledgments::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#acknowledgments +contributors::7.6::Contributors::https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#contributors diff --git a/data/authority/java-policy.json b/data/authority/java-policy.json new file mode 100644 index 0000000..4a27204 --- /dev/null +++ b/data/authority/java-policy.json @@ -0,0 +1,58 @@ +{ + "preamble" : { + "cargo" : "sections", + "title" : "Java Policy" + }, + "sections" : [ + { + "destination" : "https://www.debian.org/doc/packaging-manuals/java-policy/", + "key" : "_", + "title" : "Debian policy for Java" + }, + { + "destination" : "https://www.debian.org/doc/packaging-manuals/java-policy/ch01.html", + "key" : "1", + "title" : "Background" + }, + { + "destination" : "https://www.debian.org/doc/packaging-manuals/java-policy/ch02.html", + "key" : "2", + "title" : "Policy" + }, + { + "destination" : "https://www.debian.org/doc/packaging-manuals/java-policy/ch02.html#policy-vm", + "key" : "2.1", + "title" : "Virtual machines" + }, + { + "destination" : "https://www.debian.org/doc/packaging-manuals/java-policy/ch02.html#build-pkg", + "key" : "2.2", + "title" : "Building Java packages" + }, + { + "destination" : "https://www.debian.org/doc/packaging-manuals/java-policy/ch02.html#policy-programs", + "key" : "2.3", + "title" : "Java programs" + }, + { + "destination" : "https://www.debian.org/doc/packaging-manuals/java-policy/ch02.html#policy-libraries", + "key" : "2.4", + "title" : "Java libraries" + }, + { + "destination" : "https://www.debian.org/doc/packaging-manuals/java-policy/ch02.html#policy-politics", + "key" : "2.5", + "title" : "Main, contrib or non-free" + }, + { + "destination" : "https://www.debian.org/doc/packaging-manuals/java-policy/ch03.html", + "key" : "3", + "title" : "Issues to discuss" + }, + { + "destination" : "https://www.debian.org/doc/packaging-manuals/java-policy/ch04.html", + "key" : "4", + "title" : "Advice to Java packagers" + } + ] +} diff --git a/data/authority/lintian-manual b/data/authority/lintian-manual new file mode 100644 index 0000000..8b5c7f2 --- /dev/null +++ b/data/authority/lintian-manual @@ -0,0 +1,35 @@ +# Data about titles, sections, and URLs of manuals, used to expand references +# in tag descriptions and add links for HTML output. Each line of this file +# has three fields separated by double colons: +# +# <section> :: <title> :: <url> +# +# If <section> is an underscore, that line specifies the title and URL for the +# whole manual. + +_::Lintian User's Manual::https://lintian.debian.org/manual/index.html +1::Introduction::https://lintian.debian.org/manual/index.html#introduction +1.1::About Lintian::https://lintian.debian.org/manual/index.html#about-lintian +1.2::The intention of Lintian::https://lintian.debian.org/manual/index.html#the-intention-of-lintian +1.3::Design issues::https://lintian.debian.org/manual/index.html#design-issues +1.4::Disclaimer::https://lintian.debian.org/manual/index.html#disclaimer +2::Getting started::https://lintian.debian.org/manual/index.html#getting-started +2.1::Installing Lintian::https://lintian.debian.org/manual/index.html#installing-lintian +2.2::Running lintian::https://lintian.debian.org/manual/index.html#running-lintian +2.3::Lintian Tags::https://lintian.debian.org/manual/index.html#lintian-tags +2.4::Overrides::https://lintian.debian.org/manual/index.html#overrides +2.4.1::Format of override files::https://lintian.debian.org/manual/index.html#format-of-override-files +2.4.2::Documenting overrides::https://lintian.debian.org/manual/index.html#documenting-overrides +2.4.3::Architecture specific overrides::https://lintian.debian.org/manual/index.html#architecture-specific-overrides +2.5::Vendor Profiles::https://lintian.debian.org/manual/index.html#vendor-profiles +2.5.1::Rules for profile names and location::https://lintian.debian.org/manual/index.html#rules-for-profile-names-and-location +2.5.2::Profile syntax and semantics::https://lintian.debian.org/manual/index.html#profile-syntax-and-semantics +2.6::Vendor specific data files::https://lintian.debian.org/manual/index.html#vendor-specific-data-files +2.6.1::Load paths and order::https://lintian.debian.org/manual/index.html#load-paths-and-order +2.6.2::Basic syntax of data files::https://lintian.debian.org/manual/index.html#basic-syntax-of-data-files +3::Advanced usage::https://lintian.debian.org/manual/index.html#advanced-usage +3.1::How Lintian works::https://lintian.debian.org/manual/index.html#how-lintian-works +3.2::The laboratory::https://lintian.debian.org/manual/index.html#the-laboratory +3.3::Writing your own Lintian checks::https://lintian.debian.org/manual/index.html#writing-your-own-lintian-checks +3.3.1::Check description file::https://lintian.debian.org/manual/index.html#check-description-file +3.3.2::Check Perl module file::https://lintian.debian.org/manual/index.html#check-perl-module-file diff --git a/data/authority/menu-manual b/data/authority/menu-manual new file mode 100644 index 0000000..f5bdbca --- /dev/null +++ b/data/authority/menu-manual @@ -0,0 +1,43 @@ +# Data about titles, sections, and URLs of manuals, used to expand references +# in tag descriptions and add links for HTML output. Each line of this file +# has three fields separated by double colons: +# +# <section> :: <title> :: <url> +# +# If <section> is an underscore, that line specifies the title and URL for the +# whole manual. + +_::Debian Menu System::https://www.debian.org/doc/packaging-manuals/menu.html/ +1::Introduction::https://www.debian.org/doc/packaging-manuals/menu.html/ch1.html +2::Menu from the viewpoint of a user::https://www.debian.org/doc/packaging-manuals/menu.html/ch2.html +2.1::How/when do the window manager startup files get created?::https://www.debian.org/doc/packaging-manuals/menu.html/ch2.html#s2.1 +2.2::Tuning of the generated window manager startup files::https://www.debian.org/doc/packaging-manuals/menu.html/ch2.html#s2.2 +2.3::Optimization of menu tree: hints::https://www.debian.org/doc/packaging-manuals/menu.html/ch2.html#s2.3 +3::The menu file::https://www.debian.org/doc/packaging-manuals/menu.html/ch3.html +3.1::Location::https://www.debian.org/doc/packaging-manuals/menu.html/ch3.html#s3.1 +3.2::Syntax::https://www.debian.org/doc/packaging-manuals/menu.html/ch3.html#s3.2 +3.3::The title field::https://www.debian.org/doc/packaging-manuals/menu.html/ch3.html#s3.3 +3.4::The needs field::https://www.debian.org/doc/packaging-manuals/menu.html/ch3.html#s3.4 +3.5::The section field::https://www.debian.org/doc/packaging-manuals/menu.html/ch3.html#s3.5 +3.6::The command field::https://www.debian.org/doc/packaging-manuals/menu.html/ch3.html#s3.6 +3.7::The icon field::https://www.debian.org/doc/packaging-manuals/menu.html/ch3.html#s3.7 +3.8::The hints field::https://www.debian.org/doc/packaging-manuals/menu.html/ch3.html#s3.8 +3.9::Entries for menu sections.::https://www.debian.org/doc/packaging-manuals/menu.html/ch3.html#s3.9 +3.10::Fvwm's task and title bars::https://www.debian.org/doc/packaging-manuals/menu.html/ch3.html#s3.10 +4::What packages with applications should do::https://www.debian.org/doc/packaging-manuals/menu.html/ch4.html +4.1::Providing a menu file::https://www.debian.org/doc/packaging-manuals/menu.html/ch4.html#s4.1 +4.2::Adding a hook for dpkg in your packages::https://www.debian.org/doc/packaging-manuals/menu.html/ch4.html#s4.2 +5::What packages with menu managers should do::https://www.debian.org/doc/packaging-manuals/menu.html/ch5.html +6::How a user can override the menus::https://www.debian.org/doc/packaging-manuals/menu.html/ch6.html +6.1::Configuring the menus::https://www.debian.org/doc/packaging-manuals/menu.html/ch6.html#s6.1 +6.2::Specifying that a menu entry should not be displayed::https://www.debian.org/doc/packaging-manuals/menu.html/ch6.html#s6.2 +6.3::Including other files::https://www.debian.org/doc/packaging-manuals/menu.html/ch6.html#s6.3 +7::The internals of the menu package::https://www.debian.org/doc/packaging-manuals/menu.html/ch7.html +7.1::The update-menus program::https://www.debian.org/doc/packaging-manuals/menu.html/ch7.html#s7.1 +7.2::The install-menu program::https://www.debian.org/doc/packaging-manuals/menu.html/ch7.html#s7.2 +7.3::The install-menu config script definitions::https://www.debian.org/doc/packaging-manuals/menu.html/ch7.html#s7.3 +7.4::Hints, tree optimization::https://www.debian.org/doc/packaging-manuals/menu.html/ch7.html#s7.4 +8::Variables and functions in the install-menu scripts::https://www.debian.org/doc/packaging-manuals/menu.html/ch8.html +8.1::String constants::https://www.debian.org/doc/packaging-manuals/menu.html/ch8.html#s8.1 +8.2::Variables::https://www.debian.org/doc/packaging-manuals/menu.html/ch8.html#s8.2 +8.3::Functions::https://www.debian.org/doc/packaging-manuals/menu.html/ch8.html#s8.3 diff --git a/data/authority/menu-policy b/data/authority/menu-policy new file mode 100644 index 0000000..4d2bf21 --- /dev/null +++ b/data/authority/menu-policy @@ -0,0 +1,13 @@ +# Data about titles, sections, and URLs of manuals, used to expand references +# in tag descriptions and add links for HTML output. Each line of this file +# has three fields separated by double colons: +# +# <section> :: <title> :: <url> +# +# If <section> is an underscore, that line specifies the title and URL for the +# whole manual. + +_::The Debian Menu sub-policy::https://www.debian.org/doc/packaging-manuals/menu-policy/ +1::About this document::https://www.debian.org/doc/packaging-manuals/menu-policy/ch1.html +2::Menu Structure::https://www.debian.org/doc/packaging-manuals/menu-policy/ch2.html +2.1::Preferred menu structure::https://www.debian.org/doc/packaging-manuals/menu-policy/ch2.html#s2.1 diff --git a/data/authority/new-maintainer.json b/data/authority/new-maintainer.json new file mode 100644 index 0000000..2ef4adc --- /dev/null +++ b/data/authority/new-maintainer.json @@ -0,0 +1,463 @@ +{ + "preamble" : { + "cargo" : "sections", + "title" : "New Maintainer's Guide" + }, + "sections" : [ + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.html", + "key" : "_", + "title" : "Debian New Maintainers' Guide" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlstart.en.html", + "key" : "1", + "title" : "Getting started The Right Way" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlstart.en.html#socialdynamics", + "key" : "1.1", + "title" : "Social dynamics of Debian" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlstart.en.html#needprogs", + "key" : "1.2", + "title" : "Programs needed for development" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlstart.en.html#needdocs", + "key" : "1.3", + "title" : "Documentation needed for development" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlstart.en.html#helpme", + "key" : "1.4", + "title" : "Where to ask for help" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlfirst.en.html", + "key" : "2", + "title" : "First steps" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlfirst.en.html#workflow", + "key" : "2.1", + "title" : "Debian package building workflow" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlfirst.en.html#choose", + "key" : "2.2", + "title" : "Choose your program" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlfirst.en.html#getit", + "key" : "2.3", + "title" : "Get the program, and try it out" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlfirst.en.html#simplemake", + "key" : "2.4", + "title" : "Simple build systems" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlfirst.en.html#portable", + "key" : "2.5", + "title" : "Popular portable build systems" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlfirst.en.html#namever", + "key" : "2.6", + "title" : "Package name and version" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlfirst.en.html#dh-make", + "key" : "2.7", + "title" : "Setting up dh_make" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlfirst.en.html#non-native-dh-make", + "key" : "2.8", + "title" : "Initial non-native Debian package" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlmodify.en.html", + "key" : "3", + "title" : "Modifying the source" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlmodify.en.html#quiltrc", + "key" : "3.1", + "title" : "Setting up quilt" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlmodify.en.html#fixupstream", + "key" : "3.2", + "title" : "Fixing upstream bugs" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlmodify.en.html#destdir", + "key" : "3.3", + "title" : "Installation of files to their destination" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlmodify.en.html#difflibs", + "key" : "3.4", + "title" : "Differing libraries" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldreq.en.html", + "key" : "4", + "title" : "Required files under the debian directory" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldreq.en.html#control", + "key" : "4.1", + "title" : "control" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldreq.en.html#copyright", + "key" : "4.2", + "title" : "copyright" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldreq.en.html#changelog", + "key" : "4.3", + "title" : "changelog" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldreq.en.html#rules", + "key" : "4.4", + "title" : "rules" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldreq.en.html#targets", + "key" : "4.4.1", + "title" : "Targets of the rules file" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldreq.en.html#defaultrules", + "key" : "4.4.2", + "title" : "Default rules file" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldreq.en.html#customrules", + "key" : "4.4.3", + "title" : "Customization of rules file" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html", + "key" : "5", + "title" : "Other files under the debian directory" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#readme", + "key" : "5.1", + "title" : "README.Debian" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#compat", + "key" : "5.2", + "title" : "compat" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#conffiles", + "key" : "5.3", + "title" : "conffiles" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#crond", + "key" : "5.4", + "title" : "package.cron.*" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#dirs", + "key" : "5.5", + "title" : "dirs" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#doc-base", + "key" : "5.6", + "title" : "package.doc-base" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#docs", + "key" : "5.7", + "title" : "docs" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#emacsen", + "key" : "5.8", + "title" : "emacsen-*" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#examples", + "key" : "5.9", + "title" : "package.examples" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#initd", + "key" : "5.10", + "title" : "package.init and package.default" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#install", + "key" : "5.11", + "title" : "install" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#info", + "key" : "5.12", + "title" : "package.info" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#links", + "key" : "5.13", + "title" : "package.links" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#lintian", + "key" : "5.14", + "title" : "{package.,source/}lintian-overrides" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#manpage", + "key" : "5.15", + "title" : "manpage.*" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#manpage1", + "key" : "5.15.1", + "title" : "manpage.1.ex" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#manpagesgml", + "key" : "5.15.2", + "title" : "manpage.sgml.ex" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#manpagexml", + "key" : "5.15.3", + "title" : "manpage.xml.ex" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#manpages", + "key" : "5.16", + "title" : "package.manpages" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#news", + "key" : "5.17", + "title" : "NEWS" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#maintscripts", + "key" : "5.18", + "title" : "{pre,post}{inst,rm}" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#symbols", + "key" : "5.19", + "title" : "package.symbols" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#todo", + "key" : "5.20", + "title" : "TODO" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#watch", + "key" : "5.21", + "title" : "watch" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#sourcef", + "key" : "5.22", + "title" : "source/format" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#sourcel", + "key" : "5.23", + "title" : "source/local-options" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#sourceopt", + "key" : "5.24", + "title" : "source/options" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmldother.en.html#patches", + "key" : "5.25", + "title" : "patches/*" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlbuild.en.html", + "key" : "6", + "title" : "Building the package" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlbuild.en.html#completebuild", + "key" : "6.1", + "title" : "Complete (re)build" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlbuild.en.html#autobuilder", + "key" : "6.2", + "title" : "Autobuilder" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlbuild.en.html#debuild", + "key" : "6.3", + "title" : "debuild command" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlbuild.en.html#pbuilder", + "key" : "6.4", + "title" : "pbuilder package" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlbuild.en.html#git-buildpackage", + "key" : "6.5", + "title" : "git-buildpackage command and similar" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlbuild.en.html#quickrebuild", + "key" : "6.6", + "title" : "Quick rebuild" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlbuild.en.html#hierarchy", + "key" : "6.7", + "title" : "Command hierarchy" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlcheckit.en.html", + "key" : "7", + "title" : "Checking the package for errors" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlcheckit.en.html#inadvent", + "key" : "7.1", + "title" : "Suspicious changes" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlcheckit.en.html#pinstall", + "key" : "7.2", + "title" : "Verifying a package's installation" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlcheckit.en.html#pmaintscripts", + "key" : "7.3", + "title" : "Verifying a package's maintainer scripts" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlcheckit.en.html#lintians", + "key" : "7.4", + "title" : "Using lintian" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlcheckit.en.html#debc", + "key" : "7.5", + "title" : "The debc command" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlcheckit.en.html#debdiff", + "key" : "7.6", + "title" : "The debdiff command" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlcheckit.en.html#interdiff", + "key" : "7.7", + "title" : "The interdiff command" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlcheckit.en.html#mc", + "key" : "7.8", + "title" : "The mc command" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlupdate.en.html", + "key" : "8", + "title" : "Updating the package" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlupdate.en.html#newrevision", + "key" : "8.1", + "title" : "New Debian revision" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlupdate.en.html#inspectnewupstream", + "key" : "8.2", + "title" : "Inspection of the new upstream release" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlupdate.en.html#newupstream", + "key" : "8.3", + "title" : "New upstream release" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlupdate.en.html#packagestyle", + "key" : "8.4", + "title" : "Updating the packaging style" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlupdate.en.html#utf8", + "key" : "8.5", + "title" : "UTF-8 conversion" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlupdate.en.html#reminders", + "key" : "8.6", + "title" : "Reminders for updating packages" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlupload.en.html", + "key" : "9", + "title" : "Uploading the package" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlupload.en.html#upload-debian", + "key" : "9.1", + "title" : "Uploading to the Debian archive" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlupload.en.html#option-sa", + "key" : "9.2", + "title" : "Including orig.tar.gz for upload" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmlupload.en.html#skipped-uploads", + "key" : "9.3", + "title" : "Skipped uploads" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmladvanced.en.html", + "key" : "A", + "title" : "Advanced packaging" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmladvanced.en.html#library", + "key" : "A.1", + "title" : "Shared libraries" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmladvanced.en.html#librarysymbols", + "key" : "A.2", + "title" : "Managing debian/package.symbols" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmladvanced.en.html#multiarch", + "key" : "A.3", + "title" : "Multiarch" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmladvanced.en.html#librarypackage", + "key" : "A.4", + "title" : "Building a shared library package" + }, + { + "destination" : "https://www.debian.org/doc/manuals/maint-guide/index.htmladvanced.en.html#native-dh-make", + "key" : "A.5", + "title" : "Native Debian package" + } + ] +} diff --git a/data/authority/perl-policy b/data/authority/perl-policy new file mode 100644 index 0000000..b8cb21d --- /dev/null +++ b/data/authority/perl-policy @@ -0,0 +1,35 @@ +# Data about titles, sections, and URLs of manuals, used to expand references +# in tag descriptions and add links for HTML output. Each line of this file +# has three fields separated by double colons: +# +# <section> :: <title> :: <url> +# +# If <section> is an underscore, that line specifies the title and URL for the +# whole manual. + +_::Debian Perl Policy::https://www.debian.org/doc/packaging-manuals/perl-policy/ +1::About this document::https://www.debian.org/doc/packaging-manuals/perl-policy/ch1.html +2::Perl Packaging::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-perl.html +2.1::Versions::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-perl.html#s-versions +2.2::Base Package::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-perl.html#s-base +2.3::Module Path::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-perl.html#s-paths +2.4::Documentation::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-perl.html#s-docs +3::Locally Installed Modules::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-site.html +3.1::Site Directories::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-site.html#s-site-dirs +3.2::Site Installation::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-site.html#s-site-install +4::Packaged Modules::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-module_packages.html +4.1::Vendor Directories::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-module_packages.html#s-vendor-dirs +4.2::Module Package Names::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-module_packages.html#s-package-names +4.3::Vendor Installation::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-module_packages.html#s-vendor-install +4.4::Module Dependencies::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-module_packages.html#s-module-deps +4.4.1::Architecture-Independent Modules::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-module_packages.html#s-indep-modules +4.4.2::Binary and Other Architecture Dependent Modules::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-module_packages.html#s-binary-modules +4.4.3::Automating Perl Dependencies::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-module_packages.html#s-dh-perl +5::Perl Programs::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-programs.html +5.1::Script Magic::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-programs.html#s-hash-bang +5.2::Program Dependencies::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-programs.html#s-program-deps +6::Programs Embedding Perl::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-embed.html +6.1::Building Embedded Programs::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-embed.html#s-build-embedded +6.2::Embedded Perl Dependencies::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-embed.html#s-embedded-deps +6.3::Perl Package Upgrades::https://www.debian.org/doc/packaging-manuals/perl-policy/ch-embed.html#s-perl-upgrades +A::Perl 6::https://www.debian.org/doc/packaging-manuals/perl-policy/ap-perl6.html diff --git a/data/authority/python-policy b/data/authority/python-policy new file mode 100644 index 0000000..1c86d59 --- /dev/null +++ b/data/authority/python-policy @@ -0,0 +1,52 @@ +# Data about titles, sections, and URLs of manuals, used to expand references +# in tag descriptions and add links for HTML output. Each line of this file +# has three fields separated by double colons: +# +# <section> :: <title> :: <url> +# +# If <section> is an underscore, that line specifies the title and URL for the +# whole manual. + +_::Debian Python Policy 0.12.0.0 documentation::https://www.debian.org/doc/packaging-manuals/python-policy/ +1::Copyright::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#document-copyright +2::Completing the move to Python 3::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#document-python3 +2.1::Removal of the unversioned packages::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#removal-of-the-unversioned-packages +2.2::Unversioned python commands::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#unversioned-python-commands +3::Python Packaging::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#document-interpreter +3.1::Versions::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#versions +3.2::Main packages::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#main-packages +3.3::Minimal packages::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#minimal-packages +3.4::Python Interpreter::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#python-interpreter +3.4.1::Interpreter Name::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#interpreter-name +3.4.2::Interpreter Location::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#interpreter-location +3.5::Module Path::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#module-path +3.6::Hooks for updates to installed runtimes::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#hooks-for-updates-to-installed-runtimes +3.7::Documentation::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#documentation +4::Packaged Modules::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#document-packaged-modules +4.1::Types of Python Modules::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#types-of-python-modules +4.2::Wheels::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#wheels +4.3::Module Package Names::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#module-package-names +4.4::Specifying Supported Versions::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#specifying-supported-versions +4.5::Dependencies::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#dependencies +4.6::Provides::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#provides +4.7::Modules Byte-Compilation::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#modules-byte-compilation +5::Python Programs::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#document-python-programs +5.1::Interpreter directive (“Shebang”)::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#interpreter-directive-shebang +5.2::Programs using the default Python::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#programs-using-the-default-python +5.3::Programs Shipping Private Modules::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#programs-shipping-private-modules +5.4::Programs Using a Particular Python Version::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#programs-using-a-particular-python-version +6::Programs Embedding Python::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#document-embedded-python +6.1::Building Embedded Programs::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#building-embedded-programs +6.2::Embedded Python Dependencies::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#embedded-python-dependencies +7::Interaction with Locally Installed Python Versions::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#document-locally-installed-python +appendix-1::Build Dependencies::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#document-build-dependencies +appendix-2::Packaging Tools::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#document-packaging-tools +appendix-2.1::distutils::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#distutils +appendix-2.2::setuptools::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#setuptools +appendix-2.3::dh-python::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#dh-python +appendix-2.4::pybuild::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#pybuild +appendix-2.5::CDBS::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#cdbs +appendix-2.6::python-support (removed)::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#python-support-removed +appendix-2.7::python-central (removed)::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#python-central-removed +appendix-3::Upgrade Procedure::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#document-upgrade-procedure +appendix-4::This document::https://www.debian.org/doc/packaging-manuals/python-policy/index.html#document-this-document diff --git a/data/authority/vim-policy b/data/authority/vim-policy new file mode 100644 index 0000000..b7469f4 --- /dev/null +++ b/data/authority/vim-policy @@ -0,0 +1,18 @@ +# Data about titles, sections, and URLs of manuals, used to expand references +# in tag descriptions and add links for HTML output. Each line of this file +# has three fields separated by double colons: +# +# <section> :: <title> :: <url> +# +# If <section> is an underscore, that line specifies the title and URL for the +# whole manual. + +_::Debian Packaging Policy for Vim::file:///usr/share/doc/vim/vim-policy.html/index.html +1::Vim Addon Packaging in a Nutshell::file:///usr/share/doc/vim/vim-policy.html/index.html#nutshell +2::Vim Packaging::file:///usr/share/doc/vim/vim-policy.html/x73.html +3::Packaging of Vim Addons::file:///usr/share/doc/vim/vim-policy.html/x113.html +3.1::Addon Structure::file:///usr/share/doc/vim/vim-policy.html/x113.html#addon-structure +3.2::Addon Packages::file:///usr/share/doc/vim/vim-policy.html/x113.html#addon-packages +3.3::Registry Entries::file:///usr/share/doc/vim/vim-policy.html/x113.html#registry-entry +4::Tools::file:///usr/share/doc/vim/vim-policy.html/x221.html +A::Vim Registry Entry Examples::file:///usr/share/doc/vim/vim-policy.html/a245.html diff --git a/data/binaries/arch-64bit-equivs b/data/binaries/arch-64bit-equivs new file mode 100644 index 0000000..e349014 --- /dev/null +++ b/data/binaries/arch-64bit-equivs @@ -0,0 +1,13 @@ +# Manually maintained table mapping 32bit archs to the +# name of their 64bit counter part. +# +# Please keep this sorted by "key" (i.e. 32bit arch) + +hppa => hppa64 +i386 => amd64 +kfreebsd-i386 => kfreebsd-amd64 +mips => mips64 +mipsel => mipsel64 +powerpc => ppc64 +s390 => s390x +sparc => sparc64 diff --git a/data/binaries/arch-regex b/data/binaries/arch-regex new file mode 100644 index 0000000..14d1f47 --- /dev/null +++ b/data/binaries/arch-regex @@ -0,0 +1,58 @@ +# Manually maintained table of architectures and their "file(1)" +# signature. Table based on checks/emdebian's %archdetecttable, as +# found in emdebian-tools. +# +# syntax: +# key ~~regex +# +# Note spaces on the right hand side of ~~ are assumed to be a part +# of the regex. +# +# Please keep this sorted based on the arch names. + +# Phony architectures used for some special cases, where Lintian just +# requires the number of "bits" to be correct. +# +32 ~~^ELF 32-bit +64 ~~^ELF 64-bit + +# Regular architectures + +# some of the negative assertions require an anchor in the rear + +alpha ~~^ELF 64-bit LSB .* Alpha +amd64 ~~^ELF 64-bit LSB .* x86-64, .* (?:GNU/Linux|(?!GNU)).*$ +arm ~~^ELF 32-bit LSB .* ARM, version \d, +arm64 ~~^ELF 64-bit LSB .* ARM aarch64, +armeb ~~^ELF 32-bit MSB .* ARM +armel ~~^ELF 32-bit LSB .* ARM, .* [(](?:SYSV|GNU/Linux)[)] +armhf ~~^ELF 32-bit LSB .* ARM, .* [(](?:SYSV|GNU/Linux)[)] +#avr32 ~~^ELF 32-bit MSB .* [(]SYSV[)] +hppa ~~^ELF 32-bit MSB .* PA-RISC +hppa64 ~~^ELF 64-bit MSB .* PA-RISC +hurd-i386 ~~^ELF 32-bit LSB .* Intel 80386, .* (?:GNU/Hurd|(?!GNU)).*$ +i386 ~~^ELF 32-bit LSB .* 80386, .* (?:GNU/Linux|(?!GNU)).*$ +ia64 ~~^ELF 64-bit LSB .* IA-64 +kfreebsd-amd64~~^ELF 64-bit LSB .* x86-64, .* (?:GNU/kFreeBSD|(?!GNU)).*$ +kfreebsd-i386 ~~^ELF 32-bit LSB .* 80386, .* (?:GNU/kFreeBSD|(?!GNU)).*$ +loong64 ~~^ELF 64-bit LSB .* LoongArch +lpia ~~^ELF 32-bit LSB .* 80386, .* (?:GNU/Linux|(?!GNU)).*$ +m32r ~~^ELF 32-bit MSB .* M32R +m68k ~~^ELF 32-bit MSB .* 680[02]0 +mips ~~^ELF 32-bit MSB .* MIPS +mipsel ~~^ELF 32-bit LSB .* MIPS +#mipsn32 ~~^ELF 32-bit LSB .* MIPS.* N32 +mips64 ~~^ELF 64-bit MSB .* MIPS +mips64el ~~^ELF 64-bit LSB .* MIPS +powerpc ~~^ELF 32-bit MSB .* PowerPC +powerpcspe ~~^ELF 32-bit MSB .* PowerPC .* cisco 4500 +ppc64 ~~^ELF 64-bit MSB .* PowerPC +ppc64el ~~^ELF 64-bit LSB .* PowerPC +riscv64 ~~^ELF 64-bit LSB .* RISC-V +s390 ~~^ELF 32-bit MSB .* S.390 +s390x ~~^ELF 64-bit MSB .* S.390 +sh4 ~~^ELF 32-bit LSB .* Renesas SH +sparc ~~^ELF 32-bit MSB .* SPARC +#sparcv9b ~~^ELF 32-bit MSB .* SPARC.* V8[+] +sparc64 ~~^ELF 64-bit MSB .* SPARC +x32 ~~^ELF 32-bit LSB .* x86-64 diff --git a/data/binaries/embedded-libs b/data/binaries/embedded-libs new file mode 100644 index 0000000..1baf48a --- /dev/null +++ b/data/binaries/embedded-libs @@ -0,0 +1,113 @@ +# Manually maintained table of embedded libraries. +# +# Basic syntax: +# key || [options] || <regex> +# +# Where [options] is space separated list of: +# +# source=<src> +# - If present, it declares that this library is built from the +# source package <src> +# - If both "source" and "source-regex" are omitted, then +# Lintian will default to using "source" with a value equal +# to the key. +# - Cannot be used with "source-regex" +# +# source-regex=<srcregex> +# - If present, it declares that this library is built from (or +# expected in binaries built from) any source package whose +# name matches <srcregex>. +# - Cannot be used with "source" +# +# libname=<name> +# - Declares the "name" of the library. +# - If omitted, the key will be used. +# +# Note: Avoid unintended leading and trailing whitespace in <regex> +# as Lintian will assume such whitespace is a part of the regex. +# If possible, consider using \s or [ ] to mark intended trailing +# whitespace. +# +# Please keep it sorted by key. +# + +bzip2 || ||(?m)^This is a bug in bzip2 +curl || ||A libcurl function was given a bad argument +expat || ||(?m)^requested feature requires XML_DTD support in Expat +file || ||(?m)^could not find any (?:valid )?magic files +freetype || ||HuaTianSongTi[?] +ftgl || ||FTGlyphContainer +gl2ps || ||\(C\) 1999-2009 C\. Geuzaine +glee || ||Extension name exceeds 1023 characters\. +glew || ||Missing GL version +gmp || ||GNU MP: Cannot allocate memory +heimdal || ||Heimdal (?:NTLMSSP|SPNEGO) Mechanism + +# not really an embedded lib but avoid duplication +ieee-data || ||(?i)(?:standards(?:-oui\.ieee\.org|\.ieee\.org/develop/regauth/oui)/oui\.txt|DR\. B\. STRUCK) + +lcms || ||cmsCreateTransform: intent mismatch +lcms2 || ||Unsupported number of channels for VCGT +libavcodec ||source-regex=(?:libav|ffmpeg)||insufficient thread locking around avcodec_open/close\(\)\n +libavdevice ||source-regex=(?:libav|ffmpeg)||Soundcard does not support 16 bit sample format\n +libavfilter ||source-regex=(?:libav|ffmpeg)||Buffer video frames, and make them accessible to the filterchain\. +libavformat ||source-regex=(?:libav|ffmpeg)||Format detected only with low score of %d, misdetection possible!\n +libavutil ||source-regex=(?:libav|ffmpeg)||AVOption type %d of option %s not implemented yet\n +libgd ||source-regex=libgd2? ||gd-(?:png|jpeg:) error: +libgadu || ||Gadu-Gadu Client Build +libgxps || ||Invalid XPS File: cannot open fixedrepresentation +libidn || ||(?m)^(?:Punycode failed|ISCSIprep$) +libidn2-0 || ||punycode conversion resulted in overflow +libjpeg ||source-regex=libjpeg.* ||(?m)^Caution: quantization tables are too coarse for baseline JPEG +libjsoncpp || ||A valid JSON document must be either an array or an object value\. +liblivemedia || ||(?:Received incoming RTSP request:|LIVE555 Streaming Media v) +libm ||source-regex=e?glibc ||neg\*\*non-integral: DOMAIN error +libmms ||source-regex=(?:libmms|xine-lib)||failed to read new ASF header +libmng || ||TERM misplaced during creation of MNG stream +libmsn || ||The MSN server has terminated the connection with an unknown reason code\. +libminiupnpc||source=miniupnpc||Miniupnpc Invalid Arguments +libmikmod || ||APUN \(APlayer\) and UNI \(MikMod\) +libmysqlclient ||source-regex=(?:mysql|mariadb)(?:-\d.*)? ||MySQL client ran out of memory +libpcap || ||(?:pcap_activate: The "any" device isn\'t supported|corrupted frame on kernel ring mac offset) +libpng ||source-regex=(?:libpng(?:1\.6)?)||(?m)^(?:Potential overflow in png_zalloc|gamma value does not match libpng estimate) +libquicktime|| ||quicktime_make_streamable: out of memory +libraw || ||Unsupported file format or not RAW file +libpostproc ||source-regex=(?:libav|libpostproc|ffmpeg)||using npp filters 0x%X/0x%X\n +libsass || ||unknown internal error; please contact the LibSass maintainers +libssh2 || ||Invalid descriptor passed to libssh2_poll +libssh || ||Error allocating memory for ssh_scp +libswscale ||source-regex=(?:libav|ffmpeg)||Exactly one scaler algorithm must be chosen[,\n] + +# Trailing whitespace was present when the file was created (see commit: 77fd246) +libtheora || ||Xiph.Org libtheora\s + +libupnp ||source-regex=libupnp\d?||(?m)(?:SSDP_LIB: New Request Handler:Error|^mserv start: Error in IPv4 listen) +libxml2 || ||root and DTD name do not match +libyaml || ||(?m)^did not find expected <stream-start> +libytnef || ||Signature does not match\. Not TNEF\. +libzstd || ||pathological dataset : literals are not compressible : samples are noisy or too regular +ltdl ||source=libtool ||(?m)^library already shutdown +mbedtls || ||(?m)^(?:ASN1 - Actual length differs from expected length|SSL - The connection indicated an EOF) +mpfr ||source=mpfr4 ||MPFR: Can't allocate memory +mpg123 || ||Warning: Encountered more data after announced end of track +ncurses || ||Not enough memory to create terminal structure +nspr || ||(?m)^Unable to create nspr log file +nss || ||(?m)^My Encrytion Test Data +openjpeg ||source-regex=openjpeg2?||(?:tcd_decode: incomplete bit?stream|Cannot handle box of less than 8 bytes) +openssl ||source-regex=openssl(?:\d+(?:\.\d+)?)?||You need to read the OpenSSL FAQ +pcre3 || ||this version of PCRE is not compiled with PCRE_UTF8 support +poppler ||source-regex=(?:poppler|xpdf)||(?:May not be a PDF file \(continuing anyway\)|PDF file is damaged - attempting to reconstruct xref table\.\.\.) +srtp || ||srtp: in stream 0x%x: +sqlite ||source-regex=sqlite3? ||CREATE TABLE sqlite_master\( +taglib || ||One of the size bytes in the id3v2 header was greater than the allowed 128 +t1lib || ||t1lib is copyright \(c\) Rainer Menzner +tiff ||source-regex=tiff\d* ||No space for PixarLog state block +tinyxml || ||(?m)^(?:Error when TiXmlDocument added to document|Error null \(0\) or unexpected EOF found in input stream\.) +yajl || ||context_pop: Bottom of stack reached prematurely + +# We exclude version strings starting with "4 " since that's a mark of the +# Pascal implementation, which is not what this tag is designed to detect. +# (The "4" is actually the string length (52 characters) in the Pascal +# counted string format.) +zlib ||source-regex=(?:zlib|klibc|kfreebsd-kernel-di\w+) ||(?m)(?<!4 )(?:in|de)flate (?:\d[ \w.\-]{1,20}[\w.\-]) + diff --git a/data/binaries/hardened-functions b/data/binaries/hardened-functions new file mode 100644 index 0000000..4b48d0a --- /dev/null +++ b/data/binaries/hardened-functions @@ -0,0 +1,88 @@ +# Set of C functions that have a hardened variant +# +# Known functions which are deliberately omitted +# (due to false positives): +# +# memcpy +# memset +# memmove +# wmemcpy +# wmemmove +# wmemset +# +# The list is manually updated, please keep it +# sorted by name +# + +asprintf +confstr +dprintf +fdelt +fgets +fgets_unlocked +fgetws +fgetws_unlocked +fprintf +fread +fread_unlocked +fwprintf +getcwd +getdomainname +getgroups +gethostname +getlogin_r +gets +getwd +longjmp +mbsnrtowcs +mbsrtowcs +mbstowcs +mempcpy +obstack_printf +obstack_vprintf +poll +ppoll +pread64 +pread +printf +ptsname_r +read +readlink +readlinkat +realpath +recv +recvfrom +snprintf +sprintf +stpcpy +stpncpy +strcat +strcpy +strncat +strncpy +swprintf +syslog +ttyname_r +vasprintf +vdprintf +vfprintf +vfwprintf +vprintf +vsnprintf +vsprintf +vswprintf +vsyslog +vwprintf +wcpcpy +wcpncpy +wcrtomb +wcscat +wcscpy +wcsncat +wcsncpy +wcsnrtombs +wcsrtombs +wcstombs +wctomb +wmempcpy +wprintf diff --git a/data/binaries/lfs-symbols b/data/binaries/lfs-symbols new file mode 100644 index 0000000..3f1aa1b --- /dev/null +++ b/data/binaries/lfs-symbols @@ -0,0 +1,68 @@ +# Manually maintained list of non-lfs symbols +# +# List was found by grepping around in /usr/include on an i386 system +# with build-essential installed +# +# Please keep this sorted by key. + +__fxstat +__fxstatat +__lxstat +__xstat +aio_cancel +aio_error +aio_fsync +aio_read +aio_return +aio_suspend +aio_write +alphasort +creat +fallocate +fgetpos +fopen +freopen +fseeko +fsetpos +fstatfs +fstatvfs +ftello +ftruncate +fts_open +fts_read +fts_children +fts_set +fts_close +ftw +getdirentries +getrlimit +glob +globfree +lio_listio +lockf +lseek +mkostemp +mkostemps +mkstemp +mkstemps +mmap +nftw +open +openat +posix_fadvise +posix_fallocate +pread +preadv +prlimit +pwrite +pwritev +readdir +readdir_r +scandir +sendfile +setrlimit +statfs +statvfs +tmpfile +truncate +versionsort diff --git a/data/binaries/obsolete-crypt-functions b/data/binaries/obsolete-crypt-functions new file mode 100644 index 0000000..6029f8a --- /dev/null +++ b/data/binaries/obsolete-crypt-functions @@ -0,0 +1,13 @@ +# Set of C functions defined by libcrypt.so.1 that should no longer be +# used at all, either because they imply use of the obsolete DES +# encryption algorithm, or because they are alternative, less-portable +# names for 'crypt'. +# +# The list is manually updated, please keep it sorted by name. + +encrypt || obsolete-des-encryption +encrypt_r || obsolete-des-encryption +setkey || obsolete-des-encryption +setkey_r || obsolete-des-encryption + +fcrypt || obsolete-crypt-alias diff --git a/data/binaries/spelling-exceptions b/data/binaries/spelling-exceptions new file mode 100644 index 0000000..18bf33f --- /dev/null +++ b/data/binaries/spelling-exceptions @@ -0,0 +1,14 @@ +# Set of exceptions that should be ignored for spelling-error-in-binary + +teH # From #711207 +tEH # From #782902 +tEh # From #782902, too +ang # The Go stdlib html/ package contains "ang;" +writeN # The Go stdlib text/tabwriter pkg contains "writeN" +ot # The Go stdlib runtime/ package contains "ot" +cymK # The Go runtime contains "cymK" (#888074) +selectOn # "void ToolBoxWidget::selectOn()" in pencil2d (#895818) +itialize # From #923725 (carla) +wIH # From #895841 (osmo-trx) +wiH +iIF # binutils/armhf (#939637) diff --git a/data/buildflags/hardening.json b/data/buildflags/hardening.json new file mode 100644 index 0000000..27e7f44 --- /dev/null +++ b/data/buildflags/hardening.json @@ -0,0 +1,1725 @@ +{ + "preamble" : { + "cargo" : "recommended_features", + "title" : "Hardening Flags from Dpkg" + }, + "recommended_features" : { + "aix-powerpc" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "aix-ppc64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "alpha" : [ + "bindnow", + "format", + "fortify", + "relro" + ], + "amd64" : [ + "bindnow", + "branch", + "format", + "fortify", + "pie", + "relro", + "stackclash", + "stackprotector", + "stackprotectorstrong" + ], + "arc" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "arm" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro" + ], + "arm64" : [ + "bindnow", + "branch", + "format", + "fortify", + "pie", + "relro", + "stackclash", + "stackprotector", + "stackprotectorstrong" + ], + "armeb" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "armel" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackclash", + "stackprotector", + "stackprotectorstrong" + ], + "armhf" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackclash", + "stackprotector", + "stackprotectorstrong" + ], + "darwin-amd64" : [ + "bindnow", + "branch", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "darwin-arm" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "darwin-arm64" : [ + "bindnow", + "branch", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "darwin-i386" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "darwin-powerpc" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "darwin-ppc64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "dragonflybsd-amd64" : [ + "bindnow", + "branch", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "freebsd-amd64" : [ + "bindnow", + "branch", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "freebsd-arm" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "freebsd-arm64" : [ + "bindnow", + "branch", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "freebsd-i386" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "freebsd-powerpc" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "freebsd-ppc64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "hppa" : [ + "format", + "fortify" + ], + "hurd-amd64" : [ + "bindnow", + "branch", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "hurd-i386" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "i386" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "ia64" : [ + "format", + "fortify" + ], + "kfreebsd-amd64" : [ + "bindnow", + "branch", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "kfreebsd-i386" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "kopensolaris-amd64" : [ + "bindnow", + "branch", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "kopensolaris-i386" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "loong64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "m68k" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "mint-m68k" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "mips" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "mips64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "mips64el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "mips64r6" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "mips64r6el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "mipsel" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "mipsn32" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "mipsn32el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "mipsn32r6" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "mipsn32r6el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "mipsr6" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "mipsr6el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-alpha" : [ + "bindnow", + "format", + "fortify", + "relro" + ], + "musl-linux-amd64" : [ + "bindnow", + "branch", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-arc" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-arm" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-arm64" : [ + "bindnow", + "branch", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-armeb" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-armhf" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-hppa" : [ + "format", + "fortify" + ], + "musl-linux-i386" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-ia64" : [ + "format", + "fortify" + ], + "musl-linux-loong64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-m68k" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-mips" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-mips64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-mips64el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-mips64r6" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-mips64r6el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-mipsel" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-mipsr6" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-mipsr6el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-nios2" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro" + ], + "musl-linux-or1k" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-powerpc" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-powerpcel" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-ppc64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-ppc64el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-riscv64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-s390" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-s390x" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-sh3" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-sh3eb" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-sh4" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-sh4eb" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-sparc" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "musl-linux-sparc64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-alpha" : [ + "bindnow", + "format", + "fortify", + "relro" + ], + "netbsd-amd64" : [ + "bindnow", + "branch", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-arc" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-arm" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-arm64" : [ + "bindnow", + "branch", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-armeb" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-hppa" : [ + "format", + "fortify" + ], + "netbsd-i386" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-ia64" : [ + "format", + "fortify" + ], + "netbsd-loong64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-m68k" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-mips" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-mips64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-mips64el" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-mips64r6" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-mips64r6el" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-mipsel" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-mipsr6" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-mipsr6el" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-nios2" : [ + "bindnow", + "format", + "fortify", + "relro" + ], + "netbsd-or1k" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-powerpc" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-powerpcel" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-ppc64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-ppc64el" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-riscv64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-s390" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-s390x" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-sh3" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-sh3eb" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-sh4" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-sh4eb" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-sparc" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "netbsd-sparc64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "nios2" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro" + ], + "openbsd-alpha" : [ + "bindnow", + "format", + "fortify", + "relro" + ], + "openbsd-amd64" : [ + "bindnow", + "branch", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-arc" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-arm" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-arm64" : [ + "bindnow", + "branch", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-armeb" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-hppa" : [ + "format", + "fortify" + ], + "openbsd-i386" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-ia64" : [ + "format", + "fortify" + ], + "openbsd-loong64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-m68k" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-mips" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-mips64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-mips64el" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-mips64r6" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-mips64r6el" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-mipsel" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-mipsr6" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-mipsr6el" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-nios2" : [ + "bindnow", + "format", + "fortify", + "relro" + ], + "openbsd-or1k" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-powerpc" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-powerpcel" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-ppc64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-ppc64el" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-riscv64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-s390" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-s390x" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-sh3" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-sh3eb" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-sh4" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-sh4eb" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-sparc" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "openbsd-sparc64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "or1k" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "powerpc" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "powerpcel" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "powerpcspe" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "ppc64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "ppc64el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "riscv64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "s390" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "s390x" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "sh3" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "sh3eb" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "sh4" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "sh4eb" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "solaris-amd64" : [ + "bindnow", + "branch", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "solaris-i386" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "solaris-sparc" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "solaris-sparc64" : [ + "bindnow", + "format", + "fortify", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "sparc" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "sparc64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-alpha" : [ + "bindnow", + "format", + "fortify", + "relro" + ], + "uclibc-linux-amd64" : [ + "bindnow", + "branch", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-arc" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-arm" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-arm64" : [ + "bindnow", + "branch", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-armeb" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-armel" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-hppa" : [ + "format", + "fortify" + ], + "uclibc-linux-i386" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-ia64" : [ + "format", + "fortify" + ], + "uclibc-linux-loong64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-m68k" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-mips" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-mips64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-mips64el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-mips64r6" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-mips64r6el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-mipsel" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-mipsr6" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-mipsr6el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-nios2" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro" + ], + "uclibc-linux-or1k" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-powerpc" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-powerpcel" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-ppc64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-ppc64el" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-riscv64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-s390" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-s390x" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-sh3" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-sh3eb" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-sh4" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-sh4eb" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-sparc" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "uclibc-linux-sparc64" : [ + "bindnow", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ], + "x32" : [ + "bindnow", + "branch", + "format", + "fortify", + "pie", + "relro", + "stackprotector", + "stackprotectorstrong" + ] + } +} diff --git a/data/changelog-file/invalid-dates b/data/changelog-file/invalid-dates new file mode 100644 index 0000000..fbae56c --- /dev/null +++ b/data/changelog-file/invalid-dates @@ -0,0 +1,23 @@ +# Format is /\bREGEX\b/i => correction + +# Days +Monday => Mon +Tues(day)? => Tue +Wednesday => Wed +Thurs(day)? => Thu +Friday => Fri +Saturday => Sat +Sunday => Sun + +# Months +January => Jan +February => Feb +March => Mar +April => Apr +June => Jun +July => Jul +August => Aug +Sept(ember)? => Sep +October => Oct +November => Nov +December => Dec diff --git a/data/changes-file/known-dists b/data/changes-file/known-dists new file mode 100644 index 0000000..11baff4 --- /dev/null +++ b/data/changes-file/known-dists @@ -0,0 +1,22 @@ +# A list of Debian distributions, both code names and their aliases +# - Note that common "extensions"[1] are stripped before checking for the +# distribution name (except for "sid", "unstable" and "experimental"). +# +# [1] -backports, -security, -proposed-updates etc. See checks/changes-file +# for the complete list. + + +# Codenames +stretch +buster +bullseye +bookworm +sid + +# Aliases +oldstable +stable +testing +unstable +experimental + diff --git a/data/common/dbg-pkg b/data/common/dbg-pkg new file mode 100644 index 0000000..2cb1515 --- /dev/null +++ b/data/common/dbg-pkg @@ -0,0 +1,4 @@ +# gcc and valgrind need glibc package +^libc\d+-dbg$ +# python module build against python debug +^python\d*-.*-dbg$ diff --git a/data/common/derivative-changed-by b/data/common/derivative-changed-by new file mode 100644 index 0000000..dcee1b6 --- /dev/null +++ b/data/common/derivative-changed-by @@ -0,0 +1,7 @@ +# Derivative-specific changed-by validation. +# +# Checked in order, warns with $explanation if $regex does not match +# +# format: $regex ~~ explanation + +. ~~ always matches diff --git a/data/common/signing-key-filenames b/data/common/signing-key-filenames new file mode 100644 index 0000000..d055b6b --- /dev/null +++ b/data/common/signing-key-filenames @@ -0,0 +1,5 @@ +# Manually maintained list of possible upstream signing key locations +# +upstream-signing-key.pgp +upstream/signing-key.pgp +upstream/signing-key.asc diff --git a/data/common/source-fields b/data/common/source-fields new file mode 100644 index 0000000..6fbe4ba --- /dev/null +++ b/data/common/source-fields @@ -0,0 +1,93 @@ +# Manually maintained list of known source fields +# - please keep it sorted + +Architecture +Binary +Bugs +Build-Conflicts +Build-Conflicts-Arch +Build-Conflicts-Indep +Build-Depends +Build-Depends-Arch +Build-Depends-Indep +Checksums-Md5 +Checksums-Sha1 +Checksums-Sha256 + +# Allow for non-Debian profiles to specify the location of Debian VCSes +# +# NB: Do not rely on @if-vendor-is-not in your data files; it may +# disappear without notice +@if-vendor-is-not debian Debian-Vcs-Arch +@if-vendor-is-not debian Debian-Vcs-Browser +@if-vendor-is-not debian Debian-Vcs-Bzr +@if-vendor-is-not debian Debian-Vcs-Cvs +@if-vendor-is-not debian Debian-Vcs-Darcs +@if-vendor-is-not debian Debian-Vcs-Git +@if-vendor-is-not debian Debian-Vcs-Hg +@if-vendor-is-not debian Debian-Vcs-Mtn +@if-vendor-is-not debian Debian-Vcs-Svn + +# pending in policy via Bug#998165 +Description + +Dgit +Dm-Upload-Allowed +Files +Format +Homepage +Maintainer +Origin + +# Special-case, original-maintainer is not ok in Debian, but we allow +# it in any non-Debian profile by default. +# +# NB: Do not rely on @if-vendor-is-not in your data files; it may +# disappear without notice +@if-vendor-is-not debian Original-Maintainer + +Package-List +Rules-Requires-Root +Source +Standards-Version +Testsuite +Testsuite-Restrictions +Testsuite-Triggers +Uploaders +Vcs-Arch +Vcs-Browser +Vcs-Bzr +Vcs-Cvs +Vcs-Darcs +Vcs-Git +Vcs-Hg +Vcs-Mtn +Vcs-Svn +Version + +# These fields require their X[BS]- prefix, see #999768. TODO: Then +# again, these fields in here don't seem to make any difference in any +# test, not even in +# +# t/recipes/checks/debian/control/field/adopted/control-file-golang-xs-go-import-path/build-spec/debian/control.in +# t/recipes/checks/debian/control/field/adopted/control-file-source-upload-to-non-free-without-autobuild/build-spec/debian/control.in +# t/recipes/checks/fields/unknown/fields-unknown-fields/build-spec/debian/control.in +# +# despite I would have expected an "unknown-field" tag being emitted +# if used without X[BS]- prefix as they should according to the +# comments in #999768. +# +# Run tests with: +# private/runtests -o check:fields/unknown,check:archive/non-free/autobuild,check:debian/control/field/adopted + +X-Python-Version +X-Python3-Version + +XB-Ruby-Versions + +# See https://bugs.debian.org/1014885 and +# https://bugs.debian.org/1029471 for Lintian issues with specifically +# the "XS-" prefix +XS-Autobuild +XS-Go-Import-Path +XS-Ruby-Versions diff --git a/data/control-files/deb-permissions b/data/control-files/deb-permissions new file mode 100644 index 0000000..1c61f84 --- /dev/null +++ b/data/control-files/deb-permissions @@ -0,0 +1,17 @@ +# Manually maintained list of files in a deb control.tar.gz along +# with their expected permissions. +# + +clilibs 0644 +config 0755 +control 0644 +conffiles 0644 +md5sums 0644 +postinst 0755 +preinst 0755 +postrm 0755 +prerm 0755 +shlibs 0644 +symbols 0644 +templates 0644 +triggers 0644 diff --git a/data/control-files/udeb-permissions b/data/control-files/udeb-permissions new file mode 100644 index 0000000..b6b06f4 --- /dev/null +++ b/data/control-files/udeb-permissions @@ -0,0 +1,12 @@ +# Manually maintained list of files in a udeb control.tar.gz along +# with their expected permissions. +# + +config 0755 +control 0644 +isinstallable 0755 +menutest 0755 +postinst 0755 +shlibs 0644 +symbols 0644 +templates 0644 diff --git a/data/copyright-file/common-licenses b/data/copyright-file/common-licenses new file mode 100644 index 0000000..d627204 --- /dev/null +++ b/data/copyright-file/common-licenses @@ -0,0 +1,16 @@ +# /usr/share/common-licenses list +# generated by ls -1 /usr/share/common-licenses/ +Apache-2.0 +Artistic +BSD +GFDL +GFDL-1.2 +GFDL-1.3 +GPL +GPL-1 +GPL-2 +GPL-3 +LGPL +LGPL-2 +LGPL-2.1 +LGPL-3 diff --git a/data/cruft/bad-link-copyright b/data/cruft/bad-link-copyright new file mode 100644 index 0000000..2daf077 --- /dev/null +++ b/data/cruft/bad-link-copyright @@ -0,0 +1,3 @@ +# Well-known bad link rel copyright +# format is tag ~~ regexp +license-problem-cc-by-nc-sa ~~ ^https?://creativecommons.org/licenses/by-nc-sa/ diff --git a/data/cruft/browserify-regex b/data/cruft/browserify-regex new file mode 100644 index 0000000..a93d9d4 --- /dev/null +++ b/data/cruft/browserify-regex @@ -0,0 +1,4 @@ +# detect browserify stuff name ~~ lower case regex (?x) modifier first capture group is displayed +browserify-lite ~~ ([(] \s* function \s* [(] \s* modules \s* , \s* cache \s* , \s* entry \s* [)] \s* \{ .{0,30}) +webpack ~~ ([(] \s* function \s* webpackuniversalmoduledefinition \s* [(] \s* root \s* , \s* factory [)] .{0,30}) +browserify ~~ (if \s* [(]\s* "object" \s* ==\s* typeof \s* exports \s* && \s* "undefined" \s* !=\s* typeof \s* module \s* [)] .{0,30}) diff --git a/data/cruft/gfdl-license-fragments-checks b/data/cruft/gfdl-license-fragments-checks new file mode 100644 index 0000000..faac983 --- /dev/null +++ b/data/cruft/gfdl-license-fragments-checks @@ -0,0 +1,34 @@ +# this data file check gfdl +# first field is known good gfdl section (regex) +# if second field is present it is good only for these files (regexp). By default ok for all file +# if third field is present tag with the parameters if the two previous field match + +# verbatim text used in the license +\A with [ ] the [ ] Invariant [ ] Sections [ ] being [ ] LIST (?:[ ] THEIR [ ] TITLES)? [ ]? [,\.;]? [ ]? with [ ] the [ ] Front(?:[ ]?-?[ ]?|[ ])Cover [ ] Texts [ ] being [ ] LIST (?:[ ] THEIR [ ] TITLES)? [ ]? [,\.;]? [ ]? (?:and[ ])? with [ ] the [ ] Back(?:[ ]?-?[ ]?|[ ])Cover [ ] Texts [ ] being [ ] LIST (?:[ ] THEIR [ ] TITLES)? \Z ~~ + +# variant are tagged not official +# official text variations +\A (?:with[ ])? (?:the[ ])? no [ ]? Invariant [ ]+ Sections? [ ]? [,\.;]? [ ]? (?:with[ ])? (?:the[ ])? no [ ] Front[ ]?-?[ ]?Cover (?:[ ] Texts?)? [ ]? [,\.;]? [ ]? (?:and[ ])? (?:with[ ])? (?:the[ ])? (?:no[ ])? Back[ ]?-?[ ]?Covers? (?:[ ] Texts?)?\Z ~~ ~~ license-problem-gfdl-non-official-text +# (dict fold) +\A (?:with[ ])? no [ ] Invariant [ ] Sections? [ ]? [,\.;]? [ ]? (?:no[ ])? Front[ ]?-?[ ]? (?:cover[ ])? (?:Texts?[ ])? or [ ] (?:no[ ])? Back(?:[ ]?-?[ ]?|[ ])Cover [ ] Texts?\Z ~~ ~~ license-problem-gfdl-non-official-text +# (libnss-pgsql) +\A There [ ] are [ ] no [ ] invariants? [ ] sections? \Z ~~ ~~ license-problem-gfdl-non-official-text +# (parsewiki) +\A without [ ] any [ ] Invariant [ ] Sections? \Z ~~ ~~ license-problem-gfdl-non-official-text +# (lilypond) +\A with [ ] no [ ] invariants? [ ] sections? (?:[ ]?[,\.;][ ]? and [ ] no [ ] covers? [ ] texts?)?\Z ~~ ~~ license-problem-gfdl-non-official-text +# jedit +\A with [ ] no [ ] invariant [ ] sections?[ ]?,?[ ]? front[ ]?-?[ ]?cover [ ] texts? [ ] or [ ] back[ ]?-?[ ]?cover [ ] texts?[ ]?,?[ ]?each [ ] as [ ] defined [ ] in [ ] the [ ] license \Z ~~ ~~ license-problem-gfdl-non-official-text +# oidentd +with [ ] (?:the[ ])? invariants? [ ] sections? [ ] being [ ] no [ ] invariants? [ ] sections?[ ]?[,\.;]?[ ]? with [ ] the [ ] front[ ]?-?[ ]?cover [ ] texts? [ ] being [ ] no [ ] front[ ]?-?[ ]?cover [ ] texts? ?[ ]?[,\.;]?[ ]? (?:and[ ])? with [ ] the [ ] back[ ]?-?[ ]?cover [ ] texts? [ ] being [ ] no [ ] back[ ]?-?[ ]?cover [ ] texts? \Z~~ ~~ license-problem-gfdl-non-official-text +#sdlbasic +\A with [ ] no [ ] invariants? [ ] (?:sections?[ ])? texts? \Z ~~ ~~ license-problem-gfdl-non-official-text +# smbc +\A (:?with [ ])? no [ ] front[ ]?-?[ ]?cover [ ] texts? [ ]?[,;\.]?[ ]? and [ ] with [ ] no [ ] back[ ]?-?[ ]?cover [ ] texts? \Z ~~ ~~ license-problem-gfdl-non-official-text +# tla +\A with [ ] the [ ] front[ ]?-?[ ]?cover [ ] texts? [ ] being [ ] \(none\) [ ] and [ ] with [ ] the [ ] back[ ]?-?[ ]?cover [ ] texts [ ] being [ ] \(none\) \Z ~~ ~~ license-problem-gfdl-non-official-text +# +# Conditionally ok +# +with [ ] \&FDLInvariantSections; [ ]? [,\.;]? [ ]? with [ ]+\&FDLFrontCoverText; [ ]? [,\.;]? [ ]? and [ ] with [ ] \&FDLBackCoverText; ~~ /customization/[^/]+/entities/[^/]+\.docbook\Z +\A with [ ] the [ ]? <_: [ ]? link-\d+ [ ]? /> [ ]? being [ ] list [ ] their [ ] titles [ ]?[,\.;]?[ ]? with [ ] the [ ]? <_: [ ]* link-\d+ [ ]? /> [ ]? being [ ] list [ ]?[,\.;]?[ ]? (?:and[ ])? with [ ] the [ ]? <_:[ ]? link-\d+ [ ]? /> [ ]? being [ ] list \Z ~~ .po\Z diff --git a/data/cruft/non-distributable-files b/data/cruft/non-distributable-files new file mode 100644 index 0000000..e0c23cb --- /dev/null +++ b/data/cruft/non-distributable-files @@ -0,0 +1,13 @@ +# this file are forbidden in main and contrib +# format is +# md5sum ~~ sha1 ~~ sha256 ~~ current name ~~ reason ~~ official reference +# +# current name is the usual name of the file +# reason is human description of the problem +# official reference is a link to the license/official source +# +# Please sort by md5sum +2ab371cb4a67747aaa7835ebb22cb0d5 ~~ a396330a335b055c5b8cb81299921c356286e6a7 ~~ 8e058aa0b336cd2b0bd0dc14db9e7d225ca34d3324652e2ea06eb48462f020f1 ~~ data-forbidden-lintian-files ~~ This is part of lintian test suite, used for testing this tag ~~ http://lintian.debian.org +861dea8f9c038c5610eb56a1bd3c9486 ~~ 8b1a561e3d039466c0fb947f8e33a72f98aed596 ~~ 1b51cae9713bea3605f344864b58ae24cd28d583614ba1a29c9d47a782427963 ~~ fail32.json ~~ This is part of non distributable rapidjson ~~ https://lists.debian.org/debian-devel/2016/10/msg00162.html +90c983b1d401c770bb28b03ad8791f9d ~~ 241278e1b032954bdff6405b3c963c8f0208ad51 ~~ 3db379a515ed0abd0dc74a149e1b7039b9b2978e61470c8021b1cebb02750145 ~~ libcpre.gcc.o ~~ This file comes from the Novell libc Software Development Kit ~~ https://lists.debian.org/debian-legal/2014/04/msg00025.html +c8198d886fc817df838d83f7b083dc89 ~~ 2528060fa1acee5e0ec06f4b353c22d89d3f87f1 ~~ 3c6a89f93d74b7dcf978ad1c280cf17b4827cf16050d0b907e2bf290e51c09c7 ~~ fail8.json ~~ This is part of non distributable rapidjson ~~ https://lists.debian.org/debian-devel/2016/10/msg00162.html diff --git a/data/cruft/non-free-files b/data/cruft/non-free-files new file mode 100644 index 0000000..22303ca --- /dev/null +++ b/data/cruft/non-free-files @@ -0,0 +1,279 @@ +# this file are forbidden in main and contrib +# format is +# md5sum ~~ sha1 ~~ sha256 ~~ current name ~~ reason ~~ official reference +# +# current name is the usual name of the file +# reason is human description of the problem +# official reference is a link to the license/official source +# +# Please sort by md5sum +02dddef23fc9bc71b96f945d3ebead72 ~~ 721dd41959cc1f5ba12eb22589f97e2288f408ea ~~ 371e6767a25d23aae8140b914439699793d55f689801ece0a77f67618b2a62b0 ~~ PhotoGamutRGB_avg6c.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +02e79d9d2fc3a5a9ee6ab5c7744d64a0 ~~ afc4ff937145189043154437750c8bae0bb43f74 ~~ 7327d6bf39bd5048ddffff7563175dc3a465c7553f51bcbad153a69eccf504ed ~~ valid-html20-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +034d80867a2d880134d143e5b457a138 ~~ 7aacd6575cceb6d161cabbcfa04b9f7ae604ca6e ~~ a99ea17b0ed87822455b0c535bebf15f39667243a7a781a99a615092afef8f69 ~~ valid-xml10-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +03c218e88b8627bfe6723cee63227f44 ~~ db19e44adba19eebf4ea04bf0d8653db72bb8da2 ~~ 030810662b02f201f0b903e8064b559c1fefc5f88f280cd5ed44264182786c68 ~~ valid-html401-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +055460df9ab3c8aadd3330bd30805f11 ~~ b54b5fa32a884b4297b2343efdc745d0755cc7d1 ~~ f65941f9487c0a0a3b7445996ecbbd24466d7ae76ea2a597ced55f438fa63838 ~~ trebucbd.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +060e79448f1454582be37b3de490da2f ~~ 70c3d0efd519de0aeb45a5edf6b5ca316fe7d4d2 ~~ c4c1153168e817be61a676e403c370ce2c485a6bd54fbb59c3850845cfefad00 ~~ sRGB_IEC61966-2-1_black_scaled.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +068de8c0b1d9926c0423a409c0adf881 ~~ 2a33257d868d5d23fccb71b57e21d37c897adf7c ~~ c7d287eac2af4840cec9a2b61adfbc6df18da82d63f5a2431fa07e0b48078f41 ~~ valid-svg11.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +06db2a1b6d1eff0a49aaf350888a170e ~~ fb66ada21acf586917434e3c5f506b91202eb8da ~~ 1da8611a83588453251ce6486d82ed08374e749fb04953301d3beea9b130bea8 ~~ ISOuncoatedyellowish.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +0a83edb1fdc0469f39673613144b8687 ~~ 072bee098c55545f56f693eb3ab3f3eac8912f32 ~~ 43f695a032a284c8c05d773f0bfce5639dc1e6127d87a5d1d45ff178f7efb692 ~~ valid-xhtmlbasic10-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +0bf2ede138b0272421b629b6c8c4deaf ~~ 127fafa600b25ee885900357436a1925643999f8 ~~ 122522db97bc3b6cebdc52652e1baa75ccc59d638b4c95230a534be6fe800c4d ~~ ISOwebcoated.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +0c2a0b4b6f069984e510eddb34a8e462 ~~ 227a6d4a20fd807c1db4aac121e75c47a9448b2a ~~ 06a80f90aaf9b0b4b4446a6d5b20d8e59cd328c5cf7202f7e379988f82e4b93f ~~ valid-css2-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +0e14f7af10984e48a51886b8b9c8e3ee ~~ 95e7716cdf9ac4a07eabe09bb4db83db722e5622 ~~ cbf8f3f82a699c22a7e5ece708011a87ceeae76ce3ada9b33415c9144c237fef ~~ valid-html32-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +0ed79958c3b02d6d514dc331b66953c3 ~~ cf33e3d5d7d1c198382fcf64a3b20db05eb6c968 ~~ 308359e53bcb253dca22232084c93427bb1a52c8dd1c9c9e71827356634c2f5e ~~ valid-css2-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +0f18e38686cb819de4b50021b324d590 ~~ e8f1b12529d336cdfdea1be086a6f81c3776049e ~~ 65a1cb69a69cac252043b01fba3652906b605cebcc75e2c54d02f5eeb6f2b75c ~~ valid-svgtiny12-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +0f9aa82343bec790dfbbc41254a6f1fb ~~ 69f692ae9fe1e445d9a5c243e4d90e76a26093f7 ~~ 4fbf68ac8c8e767d1013294aa811e2b4052f861b87e0f44c2fd51e9653f2bee1 ~~ eciRGB_v2_ICCv4.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +10b59a0b3f9c1982013c87c81580f0a0 ~~ ec2e0bf3eada4eb0513f539012a56b92da77601c ~~ 24fc8707ea4ec14e128f747d24bf9d0e2f38b02d54cddceb69448cf0836d16d6 ~~ valid-svg10-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +11bbe23913450b19a5711a9c1f7c2228 ~~ bc686e10dfaff59ff9e1bbf008e97e4fa2290e03 ~~ faab2771380875d54f6188344da47ac2619c0e16d18b61700c1037493a837697 ~~ definitive-guide.png ~~ Non free book cover. ~~ http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24735&sid=00d5a91304948ce71a38e695d225e122 +127423d6da6ddd673915edcd61264bb4 ~~ 65399bc8e392478a2c7e899b061e6377162bf7da ~~ 2cfd9f2d1e1c9be94f077439a54b31d304b39520d38f5b9eace983965baecc98 ~~ valid-css1-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +127a486e3e554209d2551a5aa76d8927 ~~ 74518a5e53df261767ef3a385aec12f682027071 ~~ 41a824318d6027205ed5adb4fe157bbd4aee6ac4f5e8d1fad0b0fa1a28aa0bec ~~ valid-css2-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +147b1c61b0cf362fe9c6f69fd2ae012e ~~ 43dd70fdf999e9e87683827cea64ea45fc124127 ~~ 2e939f5626079dde3c002482a5c0cecebd5e7dc6c3fc8acec4cf9b05cc1ffa44 ~~ valid-xhtmlbasic10.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +14e7ebd754a6815c621fe3077f85b17f ~~ 607a24b9f392e2531b8d94eaf62ef91593f46da4 ~~ f0b2eadb29a9d9c63122fed05bbe52750d8605a81c8bc85fe1cae9949c35d82b ~~ valid-html40-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +163d7d71acfc0ca7db3b733fa310a276 ~~ d5e6fc3807300636574f099f61daaddf5fb5d6f5 ~~ 1cf896df22f56f5b83d9cba17f8400f0cbd8638ddddc6d130f47d73982c33971 ~~ valid-css2.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +167e27add66e9e8eb0d28a1235dd3bda ~~ 74941cc95734772f8b17aeec33e9a116f94a26ae ~~ f3f6b09855b6700977e214aab5eb9e5be6813976a24f894bd7766e92c732fbe1 ~~ couri.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +17e6af61533aad07ffd56119e995f6a1 ~~ 53fd2d33ce8d5639dd0c409e5b41d28f1e6d341d ~~ b4ae8f92fe5c2d145b8890b20c008eb21632e7084b0b8fde90eb107adec35e99 ~~ valid-html32-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +18110f421269eba9191127a2b9c40778 ~~ eb3e1c014f7c33932cd06908524cf7c44b29b8f2 ~~ cf4f78a94a207138ed4b634b3fcecc9922fc6fa94c4bb42ac3f77dbfe689e347 ~~ valid-css1.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +181c48c6bce494b7c97de93b3ac2359a ~~ 95e6a7b2d58c15c312ec36ed6abe096b13a7a56e ~~ 01accbd90451af33dc3b0cf935278af3605624ede3bac88becd1dd328d53d8e8 ~~ valid-svgtiny12-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +1835cc9ea99d41071c627d23a7cf5a58 ~~ e0550b80f7241c0c9c819c7ae4263769ca9c4f45 ~~ 602f0412c03828aae92741d0ac5fdc783ef9be79d7d99ed0d4c02a3ea6396c14 ~~ valid-html20-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +18d86628c801d531df9703ac50b3db3f ~~ 0ea79af20e41291d9e19563e056511a8ed65c093 ~~ f8589f6740e6296d5fac5e40c25d41ee4fd81e545fbc702a880f5031636ae230 ~~ valid-html40.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +1a56b45a66b07b4c576d5ead048ed992 ~~ bc1382a14358f747cbd3ff54676950231f67c95a ~~ 10d099c88521b1b9e380b7690cbe47b54bb19396ca515358cfdc15ac249e2f5d ~~ webdings.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +1d3fda2edb4a89ab60a23c5f7c7d81dd ~~ 9eaea0911d89d63e39e95f2e2116eaec7e0bb91e ~~ 2b3aa1645779a9e634744faf9b01e9102b0c9b88fd6deced7934df86b949af7e ~~ sRGB.icm ~~ This file may not be distributed without fee if modified. ~~ https://bugs.debian.org/657281 +1e30b3b20c8f0635122df48988ef2c2e ~~ d520a305379a359cb8069efa81eed4d18d3cab5c ~~ e3ba6e0ece6799e84a5e8224bb5d683c6897ceca5ec2c58fffa8818be9144bda ~~ valid-xhtmlbasic10-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +1e4e5d1975bdf4a5c648afbf8872fa13 ~~ f6bafcca21153f02b4449fc8949cdd5786bb2992 ~~ 1523f19bda6acca42c47c50da719a12dd34f85cc2606e6a5af15a7728b377b60 ~~ georgiai.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +209da8a9016a12eb5d9d1a7ee34638a2 ~~ 0ed3144eb20cc54a73837f9eb0c9672693b2e9e5 ~~ 260e87368b06066863e853e2fda2551cb9b3739ea3d9892a4d475e6e1af4590e ~~ valid-svgtiny11-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +20f23317e90516cbb7d38bd53b3d1c5b ~~ 9c5be4c1f151257798602aa74a7937dcead5db1f ~~ 6715838c52f813f3821549d3f645db9a768bd6f3a43d8f85a89cb6875a546c61 ~~ cour.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +22bce04f537a28d2d3e64f73ad910351 ~~ f7d110da2eef2cdefa2ee8e66fbbad35b7998cf8 ~~ 464f143fa846f01adad267793c20bf075f78f71000cd1aa799c094d5fa22caf0 ~~ valid-html40-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +23f86f9f398de2043fc228cd7d8e7283 ~~ 576da542de411199ec69ba239317b44ff95348d4 ~~ df76b219e5c633f3e8ecc09dd214bf5a31c2a424c76553a283f8ac8620ff8891 ~~ valid-mathml20.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +24b3a293c865a2c265280f017fb24ba5 ~~ 3ac316b55334e70a6993ded91328682733c4d133 ~~ 91b59186656f52972531a11433c866fd56e62ec4e61e2621a2dba70c8f19a828 ~~ verdanai.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +24f5a9360a3d7b0483fa68240da1241a ~~ 1eec251f6da09ccea499fac8b263684590831d61 ~~ 37ae4813be539afea94d73ee075d5cd17140a042237f93a06a0b23f479862525 ~~ project-support.jpg ~~ Non free logo. ~~ http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24735&sid=00d5a91304948ce71a38e695d225e122 +25633f73d92a0646e733e50cf2cc3b07 ~~ d205d443f4431600378adaa92a29cc0396508919 ~~ 70ade233175a6a6675e4501461af9326e6f78b1ffdf787ca0da5ab0fc8c9cfd6 ~~ ariali.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +260fb0b39d93c57755234c30c44eca4e ~~ 883f3ad1314f80f65fb47a5a12d50ffb26d1b554 ~~ 4f438144260f3e0bed889de8b2aa0635b36cf38c9a9f16ed12d7ee1cbba15ce3 ~~ valid-css2-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +26ba1ba208c37e5417b5b74d331a644d ~~ 7085c8c0c9746aa718d81cf59a78642be1008487 ~~ 2814fc0c03847da8ad725052ead899ef44d2cfbf69044d02661dac1fa0a9a49d ~~ valid-svg10-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +274bffcbe48d0b1c1959f6a782fefd39 ~~ c36ae8c104cb08216a8a4016c07e45f9b064fae7 ~~ 1a30b0a4318affe15a4d6af381f39fa24215b6975f0d23c90b7b72d657055d03 ~~ valid-html20.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +288235a67dd5d01befc2ced6c00b2ca1 ~~ 499b7270c24af9eb236037457b40bb0924f69a4b ~~ 3d152f011c6fc65b2e693ba0b68e275083ff18e70174d8f88ce3efce7be5cee0 ~~ valid-svgtiny11-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +2a8068edae3084160f4c0685b24de629 ~~ a9e1c4a2a72d05eb0d0fa9a37ecd6990d887ed76 ~~ 7959d80a4be99bac0f33de9da5474e4550522ef6d626e8c2ce4e624d782e6e34 ~~ flattr-logo.pdf ~~~~ Could not be modified ~~ http://developers.flattr.net/api/policy/ +2c8b213e276a778c4b18a896b2002cd2 ~~ 0424bf00624e144a9c6a36553c119c9b55534808 ~~ 6b9ffdde47a95ea1024117301b77401eb61af63abf7c016c615ffc0b021c6cdb ~~ valid-svg10-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +2db6f1591f1b6ee0801ff49e6fc830b6 ~~ 9863db8d9a803378c9be86590fd2505037eac2be ~~ 41f54b61422f1e57130a928a0d6642eff1da4ee0247c1cb43d49272b8df22130 ~~ apple.icc ~~ Copyright from apple ~~ https://lists.debian.org/debian-devel/2014/05/msg00312.html +2e54d10b392cac47226469ba2ea95bd8 ~~ 9eacec49def244d521a3103a12a19c32087c9f70 ~~ 94559b531a2481650e1bcfb8fbf4295e6d315f6ebf3660b9ad6ea96d3c8f8b82 ~~ AppleRGB.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +2ef0a3da342c98067b57d3285f26c02b ~~ 11c90411dd0340cc7c83ee43554b9e4b780a7565 ~~ 40370d10ee90e1ef6f238729e1aed7c63dc8da35ac062bd4599cb8267bd8ab0c ~~ valid-xml10-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +2ef216df211bd28924637ab82597c1e9 ~~ 7bb393411d0ea3ec77c8c163d5131c4d3f839e6b ~~ a51e388f1261ec2bf1fa73496d85454244e99d18cf1636a678446d6f1f59d168 ~~ valid-css1-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +2f56157e02756a47a0f2b1520695011c ~~ 244c6b7f5c90368e9538748eb9804323e3048962 ~~ 98c450a906ffe2b2dc515f59fe265a1fe88aff5efc922ee77f81bd4c6fa47a13 ~~ valid-xhtml20.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +2fa45221a62d6b5cb9f91ce6a49ab2a2 ~~ 03ce32f2fd5b6563f357d0627af7424eefc78e7a ~~ a18ce0b6fc336bb58148672fe82ae1c9b4b3c4dc7a5e39fc10a2122baa2d5b98 ~~ valid-svgtiny11.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +2fe9ed8884ea91fb8df5b775b45e9dd7 ~~ b4aad64d5b79007f8addba8e8b4805c0075d2fa4 ~~ 42813bca4bf2c612778f22763290c93579e5b169bb28fdfb0a6abbf257622c48 ~~ valid-svg11-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +3019df8c130fc39c949a705266365d34 ~~ b773a346ab457e1c3192437e2c30cdbce05cd02b ~~ 4675edd75bfa382dd4bbbc709593f3f769708df8a4a36e7f3906cd02be2054c2 ~~ valid-css1-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +320894f07fd8f448e5eee51f851c3572 ~~ 12a2f91e1f6c92eeeb75b85c018931bcc1a4a3f1 ~~ 88bb59de7991e0322b0e10a0005814dc44628a19e2cbf1e9474a7affcc2a1c1c ~~ valid-xhtml11-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +324dca8bc1f5c7d1cbfc21a6bf60959f ~~ f0389704f49b34511259a3b7c893a9bc0352ed0e ~~ 65d81ab2b1a084f3fb115c46c8150a2afc4e89ef3e78a0c467339ed4e7971fed ~~ valid-xhtml20-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +336f3c18067572f0c14310bdde0c3783 ~~ bd1bfa922eb137ae7bfce010eb0c8b208666855f ~~ 7a7cb281230460e9dadc41c7d705f441f52ae3c0a81681dd00a5d166da5fb79d ~~ flattr-logo-beta-small.png ~~ Could not be modified ~~ http://developers.flattr.net/api/policy/ +34cd8fd9e4fae9f075d4c9a2c971d065 ~~ 0d99c9d151db525c20b8209b9f0ee1ce812a961c ~~ 4044aa6b5bebbc36980206b45b0aaaaa5681552a48bcadb41746d5d1d71fd7b4 ~~ arialbd.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +356b779a06c228895d3228fc1ee1355c ~~ e6ccaa38bf5eb9a3c4f1c667d414eda8358c8d7c ~~ 298586eced80f0f99adb3e5252a16b64bcc11aa833e50772be1ffda25c6e8925 ~~ id3v22-tda.mp3 ~~ According to tag (COMMENT="ripped by [...]"). ~~ https://bugs.debian.org/736203 +36317f85acf46c21da79de350c28d28d ~~ e7a6e90d4de5ec35b49d6a3cc81caf9b43f6bc80 ~~ 1509709af9da7a54ff83a90c311ed354bbfb8caf85843ef35f82e0807f1ad785 ~~ valid-xhtml20-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +37082bc60cf6a5af10fdc5fcdf905b29 ~~ b561161b6f15ebc09cc14a14669e32a8cdd7624c ~~ a3de696410c388a3df2e68520cc596d64b4b14954c87d2713aa10a49bec46e2f ~~ valid-html40-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +37153ab647107018620cc415fdf5837c ~~ 08cd698e02907eed5a04e75a36b266ba5a9ed741 ~~ 22ace033995dc54b0f3288ac6b5e438d8b9d46de7daf6806cb8cc8f1cb0f1d6f ~~ valid-xhtml20-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +378737887fff3128b99884883b11ced7 ~~ 233d467e1340fa7c6fe020c9234687d59a526c97 ~~ d1da5c100ace9d29f2a9a1e73d1e63daac570e0d280eebcc1008168871b7bc54 ~~ valid-svgtiny11.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +39cdcac91b02b0c0db457f6920c6acd9 ~~ 85236c5ee9bb6ef3009be77f8adcfbb0b609f9df ~~ 213dbcd8ee2057af7db0f323bc5e3d77707d785a2a527e31d9ac7cb7548fa4c8 ~~ valid-html32.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +39f24df117c3ced49f129aa8e4a26295 ~~ 93428cd89c1041e65a358f7acdb2f2bbef96a120 ~~ 8bf6ed6d7fa35b29f67efed4938d6c2f0e7147dca04efd5806be27d50081f3fd ~~ valid-xhtml11-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +3ba52ab1fa0cd726e7868e9c6673902c ~~ ba19d57e11bd674c1d8065e1736454dc0a051751 ~~ 96ed14949ca4b7392cff235b9c41d55c125382abbe0c0d3c2b9dd66897cae0cb ~~ verdana.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +3c04a9f646b00807c47ea0b2cce75ccb ~~ 41a9c7bd584c348b9051291fc52b538161ad48ae ~~ de0080703f0e1e0126436a7c611fb29cc6ca102d41d1e9412f20d44e2eac618e ~~ logo-32x32.png ~~ Could not be modified (variant from https://github.com/balupton/flattr-buttons.git) ~~ http://developers.flattr.net/api/policy/ +3cf661cc8862886c1d280823da177661 ~~ 1c52ade48cd7a8f6f508474d6b1820ef616a01cd ~~ ff566480f8308ca2241131dd0a39f996dd29043b8ebe9781e090cc266b874d98 ~~ valid-css-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +3cfc9c924b87d933f57a51a03d4fa0f5 ~~ 1d21654b0e08f8bec7f7d7c5bb017a1b037b61fc ~~ e754da93ec799df34e9b1ab85df495caedbbd5fcf1896cf08fd8361588d39df1 ~~ valid-xhtml11.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +3e0823042b28b72908951240200ba290 ~~ 16de7da2d395230fdd0b844e340c6600f4e8c5e7 ~~ 2f84e29197b6a8332965213c874780220b8e30c5fa349741586252dcbdf181d5 ~~ valid-xhtml10-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +3e7043e8125f1c8998347310f2c315bc ~~ 49560b47dac944923a6c918c75f27fbe8a3054c5 ~~ dad7c04acb26e23dfe4780e79375ca193ddaf68409317e81577a30674668830e ~~ ariblk.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +3f47afac29754a5149687c2d4c1401ee ~~ 41c6541306ece13f28366bdcf3c3ba9a948bf722 ~~ 9186e6a54241a309d9058ce325bb06692bbd42180b4f06556ea35d7c5cd15599 ~~ SC_paper_eci.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +3fbdc9eeecb5a8613277be69f0383f39 ~~ cb9987c1518b7d08466ef4f0ab22fe4a7cd14494 ~~ 3c23d51873f2f04a2dde1aae54454664d8c69ba54747f74c2a3ed1fa1a4d5d45 ~~ valid-html40-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +407d78354f6a4dce0cf30f60d1dd7de3 ~~ dc42d9092d0bc8d744d4dcff0300b14015a00eee ~~ 7380bc2a173c7eaa4f900384bad224b0a2f1dda6ea5339f3aef893f50f4e9d35 ~~ WebCoatedSWOP2006Grade3.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +411d33fd82f04daecbfb10020a69b7ea ~~ aa1dc8920929d523c3e2ea0c94acb118d24232f2 ~~ a03f47087b21cd41337b1e06bc1751f6cbd2b150349f6b304d821d4b5d01921f ~~ valid-css1.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +42dbc9acc2c7b33fd88e5a8bacdffb86 ~~ 6a77510bce4fdab639de128b417c5580974dafb4 ~~ 5917dc36c6274ea18055f876159d005df46f62eaa5e116b5e2c5e774fd2e8735 ~~ valid-html32-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +43f1ddf6ab8bc25fe4ff26f9765306b2 ~~ db90e922040a9b83743d610b7ae66490842989de ~~ 2c99faf273c1c176f3878febb0caeb87691fac1b8a22f66488581ee42b676a5f ~~ valid-xml10-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +4532a59f9263477d5bb292ec74f3ea53 ~~ 92b3b7a815fc8af2e1c0af2df0c70ced2434c258 ~~ b45bd555ada8525ae253d15816a2bdba103cd995058e16b37ae573840b7914df ~~ valid-xhtmlprint10-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +459092a016bf36cb991d22e0731f564c ~~ 2b9333a3f58056efa2b63adbdf66748b32c2416e ~~ 67fe953640d3bbf7042772fb553db3dcbe7120da29cf08d74e00e2d9014873bc ~~ SWOP2006_Coated3v2.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +45dabde250dbbc2b4ab1ddaab1380892 ~~ 1ed998c5901d31e9f5f12e2bb0f820a434e625ca ~~ bc0312abb23921a17acb76f43142022ba73c26d869315a5f59163921fe6db5b4 ~~ ISOnewspaper26v4_gr.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +467689e1ff1bb49a08e3a0e2b54129e6 ~~ 7da1c4f5a93675ba956d84cd63983ae32a00b267 ~~ 4edc8d5f94b5e97f118376311e4c8484ff964aaefaf50c27ed1f3f7d236d846b ~~ valid-xhtml-rdfa-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +47820e664fb46597e29935435d20fdd4 ~~ 0b457a37d643b41afd048f63b27f8a58ed894c99 ~~ f906418016008f581f35f68292ded3c2129167ae1ddb024722c897fa0144e0db ~~ valid-html401-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +47e0ad5d9f8d4622a896f4769a382770 ~~ 9c519e4482230e51aa4eebd08cdd9b852874f2be ~~ 0a4c1a699a684ed74906662cb7cf0042bf1e19f0e9c5feb33f60de74b836a1d7 ~~ valid-xhtmlbasic10-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +4864de5442ed2d5c75e631a6ad6f7402 ~~ 65a459a93330e4f16df65f2222091c98e1128a51 ~~ 7f3702cc1a6fecf918628e5eb9e6beb67e48acfd5e2264ba57ee81df2a25923f ~~ PSO_LWC_Improved_eci.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +4a4e798e768d580e994127f92bca9c7f ~~ d41faa8d0fba6dbcc3a058cfbc6abf66258e1808 ~~ 80f18f480b9826e075814a18edfc6a7d3fd2584ac86644f709ef9617d095ae2d ~~ valid-xhtml-rdfa-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +4bd3e733593d533cfeee8a3ad32ec65f ~~ 97b94632698a6569eb6ab42ba143d78f01e8543f ~~ 6e404ce33318bf7b383f2d35b0281c7647cc105f1fb30d55a43133296e71c9ab ~~ valid-svg11-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +4c175ddf046bdc9fb7308c5c4db1c59e ~~ 3ccac12a9ecb188c3814acc998b06a21f8e6c24c ~~ 39ec7559ccbcd70a9c9b61c4a3bfaf03bf5d4af95561b5ad8da96af0880e6d36 ~~ valid-html401-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +4cb167869183b59bbad20fb90ccf3e0c ~~ 63540058326d3f7b96528bed54fd11dd19b11a0e ~~ 842bd0543ab1ddd8fe1dd154a3752b461a1589eb39b37a28dee764a319d7b333 ~~ JapanColor2001Coated.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +4d426d260789d44003b1526ca71893f9 ~~ 345904717964673b5dbfb32c5f37120995c68e04 ~~ 62f6663512c4d0bd39bd296e03bc6d948174dce69f0b205036c019d6cb0455d9 ~~ valid-mathml20-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +4e7ed61f78a86fa9fc6a58b3c107dd0d ~~ 28ac8a98d71b387252d167708fa5944094495512 ~~ c520c18704c61942ec7358c050d1fcb3cfc61c88520202150d3afba2d4faa733 ~~ valid-css-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +4f97f4d6ba74767259ccfb242ce0e3f7 ~~ d9d9ad4ba85fcd9dbe69e7866613756f1dbb4e97 ~~ 4e98adeff8ccc8ef4e3ece8d4547e288ff85fdc9c7ca711a4599c234874bbe86 ~~ times.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +53f94aed311ed8f88dad3be7dfb0522d ~~ edc7e6b20fb2833cf8ea1de576da9ec1ab562265 ~~ f28fcd434e116d0ad8ad523953f5aff3bf167ebdba5ff7273c935c8a9df598c8 ~~ valid-xhtml10-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +54c6fd8ea93b273acf0047a261b19fc7 ~~ 2ef1dbafc37fc8dd2cdca2c6ed9325a5d82a4d9c ~~ 5caf3e728d91c107b388e67ea3c5f3b1e5fd3eb7d1b99477ed61ce85070f11ae ~~ valid-xml11-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +54d5361fbd234bf6514c33230cf0c659 ~~ b6ba9d52f361e3e5352ab0b3b07816a406ba61d3 ~~ 52ae8eb2852754b330097997e243cb98d6c2982a6d707d62c707bed34cc7200b ~~ valid-xhtml11.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +58cce9ac66081951ad7aac1463b06313 ~~ e3b528c66f8deac9fb28b15999a4f9d4ee6435bd ~~ cee3631d5da85ac2f9eabf3a1656842ae4e6e8694ce545ffdf6f98e0b13d656b ~~ tricks.png ~~ Non free book cover. ~~ http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24735&sid=00d5a91304948ce71a38e695d225e122 +5bbad00fb58aafdda30d6775c476686c ~~ bd1141cb3bb0207346c1facfdcb0bff5c09ce405 ~~ e9f115a1aa98f9802bd25bab14d4f92bdf9c30070b4a562ff0ebfc0fc043d3dc ~~ valid-xhtml-rdfa-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +5bbf23e7c90a7c96a779f758528a04f9 ~~ b26a404f0899eb0621b017f92ca1a45f8eb0c26c ~~ f95a2fb17ca6317c54587a2b809f2e15c3d05c2ce49434e601f34b90490fc012 ~~ valid-html20-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +5d51432151f81ada3bf6f463f1263c36 ~~ 0042bbea30f7a37a38c4905f1b28fd9f921b650f ~~ d8caa94f426fe0c286037b1db37a25160855b901fe70b6c1f146081dc9f05f50 ~~ valid-xhtml11-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +5dcca5eebb87214e8d459cded09a5373 ~~ a177dc6152f9afc51700a894ce7ef5e5d30ab316 ~~ db93d557a2704790a06fe793484bb6fd591af757b6d097098db2a36f5bc471f8 ~~ valid-svgtiny12.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +5f06ed664188785dfe65d7fc76a86622 ~~ a2770de9b277d5c07662a8f48c31cf64eaff3b3c ~~ fb287e3cc39c1df7bf24a41b7536670537419b70d323da63e517e9218ec6810a ~~ valid-svg10-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +653fbc47ebae9108b2991a026ba8ed0a ~~ 08b67468fcd1c01e03c528ad6bd5fa6aee8904d4 ~~ 444f62bb103e21e198563eda5929e506cfcbeead612736538629fb6544902c9e ~~ valid-xml11-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +659becd98fb3482ba1498416bd73cb6c ~~ 4fe2f00c5a00219e8017ae6a47b74df94a43ddc2 ~~ 7796dc87f29cdf6d0713ad6525f907aa67e8c689c661e5faecba1925386a465e ~~ PSO_Coated_NPscreen_ISO12647_eci.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +65cd8d7bc6d9070d17b4c772032d4c6f ~~ 228e976744a7fef771e0155ffeec79bbc05f21b8 ~~ cbd75ff057348f6a53d0561aa1513c2998569c979eaf1a2749f1573c42450a07 ~~ valid-html20-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +660fb33181e24b9695be97cf13cc5b73 ~~ 6a6ac853ba451bccc6ba49156aba483a557abdf7 ~~ f8fecf79e9b69ba9a28da6bd1118e13a6486f6f7c471f7da56ab11cec144d0e3 ~~ valid-xhtml11-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +663974c9fe3ba55b228724fd4d4e445f ~~ 953839b69c5bc047cb53efefc755dd21175a3a1d ~~ 48d9bc613917709d3b0e0f4a6d4fe33a5c544c5035dffe9e90bc11e50e822071 ~~ andalemo.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +6981a9d53adda53cb3d1d4840d0cacc8 ~~ b74b61316ccd59740d321870214119dabe1fba97 ~~ 662a345063b2853a66ed12dc54215e513e8485cbf4cb7f673971c834979eb25f ~~ JapanColor2003WebCoated.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +69fef828ece289b7196c9dda6325db3f ~~ cb748784f70ccddb45bd46366e8a31ff7049e570 ~~ b1290f5b924dc1d585bdf7edb87a64add4e04fcc32dd092a8804c999d29fa660 ~~ USWebUncoated.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +6baa9d31753a781bd3adf59324316468 ~~ c7d7e06b40d353cfbd432ef2f943ad4f8dab5840 ~~ aa03e3f7e0354f393f686ca50bf80aca16c68e63e880da2eb62564a8ca3d7a07 ~~ valid-html32-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +6c0321ba4f9bc33777d4784dcd15e0f6 ~~ da4d6ff7bf0f96a7c7454eb654da573b64f47673 ~~ 6a4090c537cc88c006ca822981a3c7826058c0fcfc84bc7174bb35091f2f5e71 ~~ valid-xhtmlbasic10-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +6c2e943f1c31c7613d85e971b1c5352a ~~ 3b999e70cb0a9b60e1f19e19400f424fa58cd799 ~~ f73ab06f5c13d72bb23860bd8792a86221730be65c5ee56a423f82088803041b ~~ valid-svgtiny11-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +6d2bd425ff00a79dd02e4c95f689861b ~~ e997a0bf7a322c7ba5d4bde9251129dee3f66119 ~~ 192e1b0d18e90334e999a99f8c32808d6a2e74b3698b8cd90c943c2249a46549 ~~ timesbi.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +6e3b77d09d3613bc52ba7f63048d4638 ~~ 5c9f81dbfd88a39b375458df0ec816ac3cb56c6b ~~ 817f6969bcd38a82f36dc8fe6ee797bec28bcd57c0d23c363bf56f4957cdac93 ~~ WebCoatedFOGRA28.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +6e8ad6a37983ddb3a0951ac3a7c0b4d7 ~~ a105793df7445263f250f7f5b925236519b39332 ~~ 8a9e64adf9351dbc0f333daae135c88d5162ed8eadf5e65801c19914ab657bab ~~ valid-xhtml10.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +6ea617b8063a70212794c9fefc868bf3 ~~ a39ac02973936089311e242bf5c7c3368fdc4235 ~~ d57d2a852758d0cfc58130901f1b3e4c0473b4a4fb52478f4bf49c95434ac61d ~~ valid-xhtml20-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +7088205c37654319e430b57dda2aabfe ~~ eb5f70db5d0a68c00e2c502c49d6f06f5ce52bb1 ~~ 29d63668ca4f958b7b0910c7cd6b307af30904418f15b572dbde37f962a9239b ~~ valid-xhtml-rdfa.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +70e7be8567bc05f771b59abd9d696407 ~~ 6480f383a9cd92c8d75ac11ef206c53e3233abb2 ~~ ec3ffb302488251e1b67fb09dd578b364c5339e27c1cfb26eb627666236453d0 ~~ trebuc.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +71b2b30faae6968739c7bcccd324040c ~~ 5583e9ceda3be6eccc2eec3fb066d2260cf54ac2 ~~ 0851e174d2b3ece515802dedf74a64e975a0ebb051386deca4f798cc1e354340 ~~ valid-html32.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +74325a1957cd934f819f61be1c73784f ~~ b4325f497fab7ccdd04062d1e883e82431383ae6 ~~ cab1c2e2878c7505db695d6277d85cf87cbd5b529154b089ad0d9101ef417abf ~~ valid-css-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +7482510247cd1dba2f2e7cb66453ecda ~~ 315a9ab52794619eee4988242a814634d574ddde ~~ db5051824b520cecaa265cccde06c363467524545d87452114b88159b6e4a5c6 ~~ PSO_LWC_Standard_eci.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +74ff62f330bf0dbe4495b5720542d511 ~~ 921ddde4a618e0d5d11ce9839d98f9f4af5ff17f ~~ da2b9b593e27cba2563cbc8596071c5c8f2395d3dbb4434538bac2bc9d58ce77 ~~ CoatedFOGRA39.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +757d7ef87d2af4f76322dd6fcb75423b ~~ b41a5d29a9fd53114f522fac67987a6c5b367193 ~~ ec41aacd3d0a95e911097443c929848524c8fef645a0f6a18c26dc507576f265 ~~ CoatedFOGRA27.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +774c6de7a25e927d04fd84d467c9e936 ~~ 71c654ebdc6eccb5daca4c180dd9da9bc5bed94f ~~ e5194e57cbe7370c9e43f2a5198a066347a6d575f8bac3622d962edb39c62ccf ~~ valid-html20-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +775a202b8d5ec8cf009535a076c9fc52 ~~ 6f135be1bff8203d04bc80b4b89df7ede291a9f7 ~~ c576108c0cfb59bc82a9ef0a64159ced37896f903acccdf5effa07a33f175457 ~~ data-non-free-lintian-files ~~ This is part of lintian test suite, used for testing this tag ~~ http://lintian.debian.org +781f30fd5839bba3e48998256d4c3458 ~~ ce539215e8f662c438192b86b670989beaf7fd0c ~~ f42d521ab513aba165aee2e82bea1363b693b7e5a6c96e7dad098e299b9d15d5 ~~ valid-xml11.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +79d7e984ea3ac74eed7cc92bf6b22a0d ~~ 69f9a472804708c8b133529fe4ef48bb8b4b9a75 ~~ 35f401731df11a4eba3502af632e51d68bc394bcb7d34632a331c1ba3f4a0bf6 ~~ USWebCoatedSWOP.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +7a3571eae7ef7351263e5bf118b3504f ~~ 6e3d6332535f81b6ac6d6983730335e898ee3f35 ~~ c4e4c2bcbbab229653c3285bbe211bdd9efba44c84cf8d76414bfbb46fc3dbd4 ~~ valid-xml10.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +7a5e17a4b613e35d1d10f518495254bf ~~ 3367ef25993e088e9fef41eb03011c51f81645d7 ~~ b86ef30256234d5037a4ca2627375dcb93c050c31dc28c82d935ac149ef8e425 ~~ valid-html32-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +7bfbe49aca0f69c6a936d548af568a94 ~~ c43655d90095c92a761a6baf4c3eb3a43a7ab7ef ~~ 0582d49672e7157e71d910d0005e97fe14ad1661307b5b108bf3e4bca0770077 ~~ valid-svg12.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +7cee00720025ab007428f6e3e1a7214e ~~ 01a6c6f262e003a1a2dc30e0cdd8ca412eb8be6e ~~ 26496d2be92279a0f4a6394497964491837339ae44af590e9f92f516ec4e9d34 ~~ valid-svgtiny11-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +7d49c9fa009b69e181b1930fc94bb396 ~~ 725448c5513bab5549c6caeea929c6090897c564 ~~ b58db54cc4df6ea2d4b8f9452cab4e881e8cc8e9f27b6c6bc026d7c400bbc571 ~~ ISOcoated.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +7d94f95bf383769b51379d095139f2d7 ~~ 39b43bf424ac193259b3787764c1cdd7a7e2242c ~~ edf8a7c5bfcac2e1fe507faab417137cbddc9071637ef4648238d0768c921e02 ~~ courbd.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +7e1795c2bf10a86a6ad9b20f7f0db073 ~~ 991a1674360af410d819080a53c1c171fad0cc12 ~~ fbf1dd5700661d41a03f1dfae5aabc3410ebfc8389ac5fc1bd61596544ec2c6d ~~ SWOP2006_Coated5v2.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +7e562ac7e442b624574c5c4f35afc6e0 ~~ ed0e8aea57c4ad9f3089f9fda0ec79df3cc2fc65 ~~ 7af51046652b9c8fd2f1504b38d50b1a0730d5f604d4f4a997024bbb8e839f9f ~~ valid-svg12-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +7e84f9887fb3a132c152c18f11dad3ec ~~ e96168d80b69bcd1b46aaa5beac80544400db40c ~~ 96b2f2987f83e2a545e607799fbfdff43ef8158fb9b215b187c574db8f145aaf ~~ ISO22028-2_ROMM-RGB.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +7ee946b73bb86040f3e7ab93f6db14df ~~ 4f540c36bf274eb4f3f746e3b29732f3b2fc5548 ~~ 64f0e8605726e3f4e28296e39fb8e327280bd157dc23a9a1e6c6984f62528f10 ~~ HP5000_UVDuraImageGlossMaxQ.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +7f63ed8a0ec048bb218416b0a44938e1 ~~ 9666bc22e2b92eb3c680aa533658e8690fa8ac6a ~~ b4b6e4ec939dc2076920d403870a815bf796ebb60a1319ad012bd33e2a216616 ~~ flattr_logo_16.png ~~ Could not be modified ~~ http://developers.flattr.net/api/policy/ +80eb5bb65bce626e4fe1c30b01b415b3 ~~ 466f3d78e234967f32b78853b0861f6339f4a272 ~~ ca8e911927118a9cfddcedcd562b50d86c22349479c3347ab4337ebf180eb0e2 ~~ valid-css2.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +81d64ec3675c4adc14e9ad2c5c8103a7 ~~ 5518f0bdebe7212d10492ab6f4fff9b0230c3cbe ~~ 873361465d994994762d0b9845c99fc7baa2a600442ea8db713a7dd19f8b0172 ~~ comicbd.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +82fcfdf86e94104ca27b00b675bd00f8 ~~ cdf4366e1a216f07f966185efe45cb723d7f14af ~~ 8a4df954c554bede09cd9e66192c02a15f7edf736cc3d3939cca0f70fb99925e ~~ SMPTE-C.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +84a0496cfe509bf4370ad17af6d85622 ~~ 7ab8f1991dabde584b9838771e6dfd1507ba90c5 ~~ c92e0fa07d29e3cc5c2b4cd5cb9366e4216599ba367ca7bddcbb99b6947de344 ~~ valid-svg12-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +84e2f28174782dd9fc12f18018f77b6a ~~ 91f8d7ca42350e66a463d70a363b8da052b73ccf ~~ 53a07672be6a7ffcfcb33b9f35514e52144a32a32291dd2f13df13f446e4b91c ~~ PSO_MFC_Paper_eci.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +8739256e5092b650350fcdb2f3d05620 ~~ 138d2b58355ec3ec06a6a113a5998ea002bce9e3 ~~ 90ef36ef0f26aa9b645971c5158a482bf028fcf84e5b83a582e9b6d092967d24 ~~ PSO_Uncoated_NPscreen_ISO12647_eci.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +875f43ef98790eeb2eb6bbf4fd9f357d ~~ 64abf9487f0ab95bc58980fdeb4b6135e675a0ce ~~ ca6287c7970f25be503c1d4a11544331f75700d357a9ed44614a4908b8d4a6da ~~ valid-xml11-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +87996b1fe7118751e5e5ab90580a952e ~~ 776a5b2b388ff669ec30a1866048967bcc7b81a4 ~~ 0342f1f4084b2f0df09138e28c6b7c859aca3e7dd87860691758d788dd81ca04 ~~ valid-xml10-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +8ba42fcbb61411cd8d04c84669fb5046 ~~ f4a6e779ff48886c3bee82e283c3384cabb2554b ~~ 9f819a940bd8fc82763563864f16b848a760a2c5534ad5d8f35893136c12ba38 ~~ valid-svgtiny12-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +8d468c1a8dfd2b7d6cce25eff76b65c6 ~~ 8d9069fe50f89461de9fe4d293d0f4e62980e1b7 ~~ 244738a697d313e29ebe0059ddd1cb23ad8fefe5bbaf1954463401bf8998ae63 ~~ valid-svg10-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +8d708f9880597a9810b8a1b778189035 ~~ 65870fe048c78512165c65acd3f3af16f0311fc3 ~~ c96fa8de8fa62207eaf3921ce08d1997b8927c2c2d2f6b7ebbae72c8bfc01bbe ~~ valid-svg12-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +8e6f0c4c08a843c0299f156e74f0728b ~~ d7fab95973fba222ec6cd09b99b265ca7874a397 ~~ d9abcff597e9e3069b67e1197bb6f358f0b89208af73288356e7fd801b7937a6 ~~ valid-mathml20.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +8e8603d86a548e2c41a4966e55f58844 ~~ 2b68e4c7f4bd0477fab8f6da4a1c0abcd27c3286 ~~ b90668c33f6e67f621b64d9ea8d37266f0ef481f5dd0b5c45490afa5d998db2c ~~ valid-xhtml11-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +8f308fe77b584e20b246aa1f8403d2e9 ~~ 2614ce1c336f8568b9bf0c14752edfe1819a072f ~~ db56fdac7d3ba20b7aededcb6ee86c46687489d17b759e1708ea4e2d21e38410 ~~ trebucit.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +8fc622c3a2e2d992ec059cca61e3dfc0 ~~ 1cc231f6ba7e2c141e28db4eac92b211d4033df6 ~~ 00f1fc230ac99f9b97ba1a7c214eb5b909a78660cb3826fca7d64c3af5a14848 ~~ impact.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +90a24770ba08869e300ce7571a68bb79 ~~ 754f1e1c05a332ebbde9f3d380e74b39eb9d94e2 ~~ 3dad336c17ce25b5179cdc0ab8c15c7539083d6b40d8186e2f51a1713e123d30 ~~ valid-xhtmlbasic10-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +90a7a620a2d20028d19d5789a3663d77 ~~ 16c6d4f70538144a00442078a8afcde652e8c6ef ~~ 97647e43f30579fc5a71c8ac80e6957b12dda05ec0302d7d54089ec9fca91d6a ~~ donate.png ~~ From paypal button. ~~ http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24735&sid=00d5a91304948ce71a38e695d225e122 +91cf26c58e07eda724fdbf3eadce4505 ~~ f818fb6e4d3d1eab00cc236caadc9d9a445ea51b ~~ 11f767aef1cdebb4f60ba6432a1b6546558d6de9c51435d46c4333aacec2c4cf ~~ ColorMatchRGB.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +91da8b37dca8c84af7fff31cddaddcbe ~~ 36b8fef88da3b502579c794336d08321954dbd3b ~~ 189899f40cbb8a439bfb516197d8cf35433385e8960275734b00b4f25798e6cd ~~ valid-xhtml20-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +92701eb188b1afe047cf02805bce601a ~~ e6981b3298d535341b741c51809949814c07e05a ~~ 81c0a00a8a5ae00c08a1f55f8efa618814762d8ef22df1b39d0e69c990d9f490 ~~ CoatedGRACoL2006.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +92fe5e5ef3fcd253d1b766340959adbc ~~ 98cac714cf4a6ae6fbbad38c7309b761ad899924 ~~ 56fbeb9566b24d19386e5a0d64129991faeaa6c9ca44633b070230af29b1fab6 ~~ valid-css.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +932e79d2f55e5664ff706c61ea4622b9 ~~ 3b666844300ac255da1aff067f83f0ff3fb9aad8 ~~ 54e49a69fa169fd55a53a6df83ea3aae41c7a6abe524cacbc991d17de7daab45 ~~ valid-xhtml10-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +9413fd425c1f69b3dc6c0a9bcea42da8 ~~ 8673414fd20425f98e7153686c9771cfb77fef1d ~~ d07f51b1625a732200cb4c768345a34c8d0dff0ac2fa94a87a8ad1f5bc70df8e ~~ valid-xhtml-rdfa-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +957dd4f17296522dead302ab4fcdfa8d ~~ 5f896ef096ad01f495cefc126e963b2cd6638fab ~~ c25ae529b4cecdbca148b6ccb862ee0abad770af8b1fd29c8dba619d1b8da78a ~~ timesi.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +95ba414cc6a78267378434805296a3b2 ~~ d15a26de865e391d47c39ca80c218614f81e93a7 ~~ 2b3bcf187a0e1a7b545cf729f765e27922e8cf5ae206174941645b9e1ec44c91 ~~ badge-89x18.gif ~~ Could not be modified (variant from https://github.com/balupton/flattr-buttons.git) ~~ http://developers.flattr.net/api/policy/ +990f17aa4481c7bf72a4b3bcbb936210 ~~ 546c7558638ee0ff09e9baa957de0e2f5bfd0c56 ~~ b047f5cd95f0f62a98ceaede6fc59c4b6a76b29f2c74d6204c30553a073ebf7a ~~ PAL_SECAM.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +99192cee336734ba883a660ab024921f ~~ 51a08207c696205d16fdb9e8f649c1ecb51eb7ec ~~ ccc6c9bec5c19b544fd4a027a2f9ec07006d6616e205d315845bb368d61f2ebe ~~ valid-html401.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +998d8d0124a6ee1aab92679f39f60ffe ~~ 579eeaed4679d9e35a9743e7ff87ba4b07b7f0de ~~ 12dcac11bac023b7184b10e605820626cbd3c5e3312d3cd4e758e112e06cde80 ~~ valid-xhtmlprint10-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +998fbb5d3614ac87e52abf701c11462f ~~ 2cb088015ad4f1048ca199ba084acca1b901bdec ~~ a05d905da9a54b1070d2a6cbd51a8780d7fd45f3279ec5e31e4555810109d1be ~~ ECI-RGB.V1.0.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +9a5ee67a90f6fcda231066e76ddc2bc7 ~~ 1f50fe05eaf41339766d465be8aeed90c92b2718 ~~ 216654adb0174972350894e95a58f50654c80fba64992cb7e4c61eb84a402f63 ~~ valid-mathml20-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +9a7fb2fcadcd6251ece4a26ce2a2cf03 ~~ 13380521c26669f9e61dca80298e4808c2d2ab66 ~~ 9ab00fee1773663d6e937bb1d746496ebc76ef7b869ca3b9b9912bbd16812396 ~~ valid-svgtiny12-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +9e49c3f7c4d063d18c1a074d6ac2675f ~~ c12fb8238c5a2db23d22c081a766d3e64903037e ~~ 052a153ac653cee8e2b7015d982d42a8524f43ede8a2c7d8335d085ce73879f6 ~~ valid-css-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +9ec1fb4ce244280c1d77a0ff6caca171 ~~ 11d6957b24ba5b897bacce56372b5e9bc564ae33 ~~ 2b8138629103b5d498ff0dda2dd276f5f536cf30a10e10afff37f18dc71b68f6 ~~ valid-svg11.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +9febb0b81034473ffec6e8e68cdd78d1 ~~ 8410c83ddaca876af87bc75366d82cf95e4f5d05 ~~ 05f6d5d529a7204f99615dd67726e36ec0c5be12ec0f467ce2568dda5d6dc865 ~~ valid-html40-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +a0623d0348ccd800868bca2771613041 ~~ e3677c0e722c0aa6ffa3061b6141e76ff8bcbb86 ~~ 15d7ebc8031d8358d1ad2ae5e93d0157d2341ecc72896d4c41779027794745cb ~~ WebCoatedSWOP2006Grade5.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +a2b3bcdb39097b6aed17a766652b92b2 ~~ 0aba42fc6e5b1e78992414f5c4df31376f90f0e2 ~~ 2f371cd9d96b3ac544519d85c16dc43ceacdfcea35090ee8ddf3ec5857c50328 ~~ arialbi.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +a2b4dc9afc18e76cfcaa0071fa7cd0da ~~ fe5e9cfe72f1cbf07b4190f7fc4702cd15f452d1 ~~ c8f5065ba91680f596af3b0378e2c3e713b95a523be3d56ae185ca2b8f5f0b23 ~~ verdanab.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +a315d5babf0907b7437506c12e9c66ad ~~ 1f5f5148b3ee5b361c3f63a39699d329d286e982 ~~ a87c7f818752705fa0ff6c94c4368ba5a1b89c47a70cce33b4630d51dc8ef4bb ~~ valid-html401-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +a3fe13b83e7cb992f9ecc60c21ed9722 ~~ 3c3c6c65ab8b4ba09d67bcb0edfdc2345e8285dd ~~ 83174717332326ddc198d9df188a4daec27b8979ba152cebbfc470c793d0bb11 ~~ sRGB_v4_ICC_preference.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +a455acadf3a8494b13ecd9647a6c4f0a ~~ c01cdfb17564d9a33b2bb2fe25f57ca540ff0d9d ~~ 9f92e78a75201776eade029e5044d56b76a5ca1f040340e03760b3ef3a4ec86d ~~ valid-mathml20-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +a4fef8819bbf43b1c424e195782cf514 ~~ 3d2f25a8a596181ad485be8240d57b8c766fce5b ~~ bf62d7155802ae42b966702986d9911f846dfdacf18aa2299f797c861d1d4f23 ~~ VideoPAL.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +a50f9c96a76356e3d01013e0b042989f ~~ d17fae7a6628e2bc4c31a2074b666a775eed9055 ~~ b82c53776058f291382ff7e008d4675839d2dc21eb295c66391f6fb0655d8fc0 ~~ comic.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +a5b7cb8e0efac6bfac265c7a1e2f9400 ~~ 0160e47f713e81adc7fa90ccee47b7794b165e9a ~~ 02ce5ee344c4e4d1046374ac8a42f522c9e8961827c86ea75f68bd7eea4dc174 ~~ valid-svgtiny12.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +a5d7699bee6b7a3ecb554c707bcb7e66 ~~ 9b873d3399237be0723d0ebba21426d0ed91fdb3 ~~ 98ebd604adea6bbd42efcc31f15f4abaaff118b033afe1d70c70cd98c1c38a91 ~~ valid-xhtml20.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +a718767221642d3a83d2af645eddfd47 ~~ 21ca26055a1c5bd08de7d7379775fb492dc0d2c2 ~~ 71057d0a4b0a7a21588465d9a7e9afc33ac0e85db05777eb79f801c2a4ad7539 ~~ valid-xhtml-rdfa-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +a7f312474dca7b17dc3475075637bdfe ~~ 267ad1f6a62205ba8e6bae5639b8d9056578f568 ~~ cb38e77f63cc8798ec881452be9f17e77b0820069dd8e67fdc1cfcc06f42784b ~~ valid-css2-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +a8babd1abc3be0acc7831e4a030a01df ~~ e0441025cdd38734f6dcbd610c3acd3ef7d91474 ~~ 8ad41ca14758b4266235b2ca6a16811dc44983ed118d0cba0b4398bc05c9246f ~~ valid-xhtml10.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +aaf594015c74e1f5efc6c2564c7386c6 ~~ 72e079046e6df264cf3dbd7f946a34e9c212e5e0 ~~ b612e8f4fa38c76b16f3e48585edb24991d5ffc8bb451d1f81523b7e0e43bf9f ~~ valid-mathml20-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +abbc84e259b7a7f00986c0941f4354c6 ~~ 6e5159e13faf938362093c764803fe8f0523940c ~~ 9969f0deeab0e011294a1a7a71a928f6b3e4e05a06f177071a5611cda978d339 ~~ valid-xml11-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +ae81087e1c54c6fdda2f93bd2d47cfaf ~~ ee36e8bacb2c76281acbfe993de442358b9217e7 ~~ e170a59fbf26e7845c62b07e95901b1ef3335a664c03e7ef48ddb84fa08337be ~~ PSO_Uncoated_ISO12647_eci.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +b041a1c34404ae52a2e237c954e3d98c ~~ 00ba0772b858ee90d98688538348a5e98c8326f2 ~~ ba3c582e625d54caed29af09b74047219afdd08d09a7d8e742cdd2d2e729ce1b ~~ valid-xml10-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +b066355b92e008e72dc1dce7bb83dec3 ~~ 2c1c69aad79c804e88764c962e24f6a5813442de ~~ 2884642732a81c4d66561faff094d8b763af008576a58a2d78c1da966033361c ~~ valid-xhtmlbasic10-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +b0c5e9b999266830cba59fe3a5cbb4e3 ~~ 84a840ff9c3be260eb7cd5fddfe632bb232c8962 ~~ 362761d7c9d7b3ae4323d03cb80993b4eb56b70a6bbdc463fa2f42556b8653b6 ~~ eciRGB_v2.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +b11a602ca66a0b746b894c4a8301e216 ~~ ad0a22dea86a37698da49e19e30dfe5bf98811d2 ~~ f54b145a18e4b12112750e672f1c79cac9347dc8403da3955e7f74a352816a21 ~~ sRGB_v4_ICC_preference_displayclass.icc ~~ Could not be modified ~~ http://www.color.org/srgbprofiles.xalter +b15431dd1c93e12280fe4037b90e0920 ~~ 9939b411597062cc9e114c38132b1be6b8dc3e52 ~~ 8a5f2c0ee0e6378953214cf4e1d4c1a532791f44e4d963d87d8857599d8905dc ~~ valid-mathml20-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +b1bc241fc57cc7e6d0317e806d547b94 ~~ b1106897e13f1c7c943418331c4f31516fd658b6 ~~ d2f7cef65e78ab2088af72d8acc7df6d1f1da92826bd75586138364e466a35f6 ~~ valid-css1-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +b1e79950a20e54f6a20d0480c4c7e712 ~~ 4fd3d68a9ba1fb8597d480d652ea3d374a259a30 ~~ aacd131ae899adb2338c3d1bbffb27818c507d137ccb5ec6259c50cd63e66580 ~~ valid-xhtml10-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +b43417fb9fd9c882511c444b4e952395 ~~ 67590724c8fd8465c8db2e3bce0f1ab740c26b50 ~~ b79493e5acc5f3025778f44b6abe35c3d2a0fd08871fcaa27b9b82f2bf1214ed ~~ valid-xhtmlprint10-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +b4e3fbd4c04cc702a93eb806d974dbf2 ~~ fbaf212c58942b9e34ee3c0339f9ac66a6e4c2ed ~~ 108472bd69acdf4ccca0b84c5d8d6be916107e4c1d9ca57ed27dd6137e9aa7c1 ~~ JapanColor2001Uncoated.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +b6b32e3e6f0c12493aac5311cde3e88f ~~ 17c1155dd5b03cb9c0d0fcfb05ca64ae5d714fe4 ~~ c74ce366d9d19521a4a95197d227b324730f30815e017b76d926ba7395a8b05d ~~ valid-html401-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +b7ca28ec04c8b59fb299e3a800de5e48 ~~ 386ad5fe9242c7ce6db6b778a4788ff15ab635ce ~~ 59ad761ae0ff5e32b8368a6eeb69539c995d8c0eda596f37c4bd96b906bd3bc3 ~~ valid-xhtml20-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +b8837688de7cd2e68c23f2f710135b70 ~~ 60a7fea13bc67a809911735cee5ab016094fb181 ~~ 5dbe339485b91f260e4f0070b36a1604308a6cbaf5aeee5c38194ad602144ca2 ~~ valid-svg12.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +bc1ac3e3b56bb48769beb243dff2446c ~~ de41f8e3c1131e8476947047b939f48c65830166 ~~ 3382de0b11c8a53eefb1d43e744f1d9665a11f8982916a1b0278900ef6f600d1 ~~ valid-html20.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +bc4ad1bf80077d63abebfa7fd5c83dfc ~~ 02a8d25d48caadffacfda95b798901fe8c45fa2a ~~ 859bf913d5f318ffc27c7747027354d1798219db861c7886820f5fd61571fcd9 ~~ valid-svg12-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +bca21a6afa3a4b5cef9ca8e91565c1b7 ~~ 64dd3f95c4fdc5797e31a04bb94f87fc8b6275b0 ~~ 29a90551a0589bd43f0f8d8d9b1ef9a4e609654f49bce6a345bd2ba390ed2ce9 ~~ ISOnewspaper26v4.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +bda07efcacf5377e91edacb0454ea7e5 ~~ 711de43d215ed1f69a6a04965b7c7e21f9a0a00f ~~ 128dc02f7246cc3807af0323695379f64151a8f27a587736acc59f8b6ce894b8 ~~ ISOcoated_v2_eci.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +bdd052f421da1394e165d12628203830 ~~ b5777d5ec1bb3604a6171dda162a9ad23cce1b42 ~~ aad2694c593a41d17128124c5647246851e18d993628301c952e10fc86d82ff4 ~~ valid-css-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +bef41e75eb18e7d7c9b9f6356f9ff118 ~~ 4fbb694fc44b6126485c2546e1ed8d3c7403adfb ~~ 018441d7dd9434dd06d8532a559c31368f3b9293d33e1d17371049936c0851c2 ~~ README.md ~~ Could not be modified (variant from https://github.com/balupton/flattr-buttons.git) ~~ http://developers.flattr.net/api/policy/ +c61b355a5811e56ed3d7cea5d67c900e ~~ 3ccf584caad7dfaf07a2b492e6e27dfe642c6ba0 ~~ 82d2fbadb88a8632d7f2e8ad50420c9fd2e7d3cbc0e90b04890213a711b34b93 ~~ georgiab.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +c62d711cf39488a1fc60e8be18a9d6d7 ~~ 90dc61d4d6299690049b0d63e9539c9a72cf8eab ~~ f4361ea9aed10f111fb30a5525991986d8acbedd8a830a803198bc9edebc906f ~~ ISOuncoated.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +c822d9854da9f276aa29a70b6f37d8d1 ~~ 303670924caf87066c18dc4cb19dce337af7ea2c ~~ bac47bae29cf8f10ad926401eaf7ebe7d7f49e7c5671aeb12e8dd658a405725d ~~ valid-css-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +c8720db4c921c18df5bc8f53fbaac4df ~~ 1439d9a56c8ff06a5ac846a5a7ac8612618a9e92 ~~ f816c05b2bbcf3bcf2b4a8ae6029fae4b99e921d35608f2624f8e73ffbad7ce6 ~~ valid-svg10.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +c8c648fbab1d669f1c130ecd533452c1 ~~ 5c2649a6e2bd6d0b822380183781a30d772dc661 ~~ d6db6255f32591be723b45289f75e0018cc7a2eacefef52033b48f81d8a37f32 ~~ valid-xhtml11-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +ca679923a7d341f733de44408739382f ~~ e155eb67721c4b1d864c0d0409c6e0ccf0fcdccd ~~ 9447a078e011848189d9b0037bfa8b37d561f259e321bd6693052ec398faf741 ~~ valid-xhtml10-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +cb61e3ed0a20147e401244c09626bb9e ~~ f8de9891e3ef0ff821ea6ddbf8da39bc61849d2c ~~ e97279bc4354799db6940a8546076887bc3f2b873e91aa544f210089b4ae8fc7 ~~ valid-xhtml-rdfa-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +cbc979588a3ae01494c991f9f2e43863 ~~ 6a049f5815f9927936531bb8c9b0a324059a1a90 ~~ 2c53aa19b877695fe2d26749dd4787923a6a53d3cb40c8dca970e2c702ab0439 ~~ valid-xml10.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +cbe696cd6659f1d7f6d09cd17ad25fc6 ~~ eaaffe86521aa39d6df64f41d20e74761d6aaf34 ~~ 18c12ea703ec885599fc7f3a983de2df13295780790578d7a495b54c2134e806 ~~ valid-svg10-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +cc697b6abf992330bcf05fd07397c45f ~~ 797dfcfa9da6b92cfa86eebe634733515cacb162 ~~ 49678565e9653b800d044f5bc596e279729410c00dbed4abc8ab0e6d4716af0a ~~ PSO_SNP_Paper_eci.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +ccc79917c28a6f67735a66a369b02a4e ~~ e90ad6929f33a9c7ab4e1168220f0cf932f54ddb ~~ 4f20d42a39386e6845a94bea0e6c85d5975139990ef6e69c1e45a58544f79251 ~~ valid-css2-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +ce4f946f5b4ea75a774c717ce0b1383c ~~ d392230007b12a21e95a07faaa4135de3a367fe8 ~~ 45a8b982ba73c191a6bc0dbed3fbf13b1f834d2a20d0293d10dfb96b45996ecc ~~ valid-xml11-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +ce7471dab641af1016dfc8f3482da966 ~~ 4e707e8db5245e72ab2e0075cdd17514f080d9f2 ~~ b3599c68b79236e5ce69d8dd22178157553631c5fe829130602cde98d8764790 ~~ sRGB_IEC61966-2-1_no_black_scaling.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +ce79392e1f7f2eb1c37414653feb9ccd ~~ 56bb6e8e3d8166ca4314add0e4c5b108d5be9262 ~~ a4154b6550859c2638ab09e3561f666a1f7bd899723a8da8a4c8e467b9432fc2 ~~ valid-svgtiny12-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +cfc9632ec5e6091e2a11c1dba6e2b270 ~~ b6c278875e8bb398392d104b2598b9d2a7d8be8a ~~ 4970d5940eff2c99e8ebca2325f56de667ef8d97f5075d477cf5f37438f1b2a3 ~~ valid-css1-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +d0e9246f555b3fd579f675ed0da5f970 ~~ 4f58e8e20a0a6000b3b44b60b52633c27e078796 ~~ 0efe4af5f7be218828d77152b5e38fe206987a0f7f0f6666105bf257f5ba3b24 ~~ valid-css.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +d319984b757dd214c8d33fd0a20d12ca ~~ 1021a94b161b6c7b85e82eb7ddd3895fbe6510e7 ~~ 191312d4cf3819d4f1aeadf5fa4442a885ab89ac0ef3192caaa33ce00df68f19 ~~ valid-mathml20-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +d361c3a673aa980a47e10f05baf99116 ~~ d186ae2feb0a319ea9e6ea8b5956be1fb54da935 ~~ 5fd67205d64f00759b4394cadbd66a729303c0adcf328d531f833a7491c170f4 ~~ valid-xhtmlprint10.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +d3b42501d0e2598b1289e38a6ed78442 ~~ 227da85240b8afdb3a28fee0c4db0dc09f07e5e7 ~~ 5d6c200ce86e8e40a7760f926a3a64265c82c7658ba89a53bccd284dd839962c ~~ valid-svgtiny11-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +d7ce0073b774bed6f9ef5f48c11fdcd3 ~~ 7ac34e68d6c4e612e572bdf37abe2ad8af493b51 ~~ a093c7252b83d7a292ce8fa829dbbe6cbd7d1a0db615c2b54c0925c28e48512e ~~ valid-xhtmlprint10.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +d903ac66ad9e5d99b57b4be94f7ef1e5 ~~ 960301306e982cdbda6236c0fd11fc51cf6a52f1 ~~ 1016dd7b56cfc6482d0883b4d4978b3aaa131d6d4e00775e9d51f7ac356761c8 ~~ valid-svgtiny11-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +d94351568b3934d8c391e66a8df6c7f2 ~~ 32fbf4d2d436c83d8145878e5a79ee58999bcf4f ~~ b2c0439e9cf6dd2a91214119dfb701253d1e9a8bffdad66fefe95d08d76b4c20 ~~ valid-xhtml-rdfa.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +d9873cac720cb96c7c9b60bf38e9cb84 ~~ 4f487e2b79ea36059a01fcacd479951386d30c1d ~~ 8eb6e4004d7869bde4470c2a69c1d1fcb8ba0a4a79dee2c800faa7b0f594d44f ~~ GRACoL2006_Coated1v2.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +da414c01f951b020bb09a4165d3fb5fa ~~ c5f4818fa6876e93f043a209597bcb39c57e43ca ~~ 66dbfa20b534fba0e203da140fec7276a45a1069e424b1b9c35547538128bbe8 ~~ courbi.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +dea88382d899d5f6e573b432473ae138 ~~ 806e8561209515151f477f2c7a6bd2b1a00bb63c ~~ 304f569a83c1e5eddaddac54e99ed03339333db013738bb499ab64f049887e28 ~~ AdobeRGB1998.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +debeb65b839c838c141e7f93c27d1903 ~~ 1b0fd975e35d36b854c41ca7f61377e212541b52 ~~ 93aaa6f7ca6035516be06e858c6df7237073bbe776f618858da97405c6898144 ~~ valid-svg11-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +e111e8cadca60735b0f6800776745f44 ~~ 5b67357755fe776ff4e780f142fc982f1b95ffd4 ~~ ed26408f095153fa973e68d4da2d8ddd50b7d550e4cbbedb9e725d94ca8faf0e ~~ valid-xml11-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +e14f5db955711d914d877df35ad7a1b5 ~~ 6e6503b66e2d54d0c9e1ac198ec47e3cbdc920e1 ~~ c6b4b62f0726243742eced8b9669476a6be89e581f50a7600ed8b6fcbb9cdab8 ~~ ISOcoated_v2_300_eci.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +e1581c126f047814a1e03a3a2c341ab3 ~~ d1e71083fe3ec82397f45bd4ec7011aa8ca5e42f ~~ f1c9ee4d47070ecec0c6679f83798c99b661e498ac14de1eea0d641274863b1d ~~ valid-xhtml10-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +e1b9ca24d31179ef3379d474bcce3be2 ~~ c3e4b470c40f4def158690679ca4be7cd61adecf ~~ 11772b66e51d7163d202637ce50341fae3874932c2a1934708e7eb369fd74664 ~~ valid-svg12-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +e2657b6eaefba7956736f6d3ba27c5e8 ~~ 7c6402b8d71adf5d8db84e27282821b3dd18df5c ~~ 14df28b3f91ad668ffb04d6f272e5a63ad16dc98fd7d97a70127ada5f7c3385f ~~ valid-xhtmlprint10-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +e2cf1908851d20f450e6e03b7e9fef96 ~~ 55472e91d355827ef7f06f83405ac2606c323a42 ~~ fd05621339a229d712f3d8681a67e85ecadf2f9b4bab12f92b2a4a82ad82aaf6 ~~ valid-svg11-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +e2efd5381ecd97ec8cb9426150e2c7a8 ~~ e7d4545ff817632f4e3cbd2a066629d10cb0bf3c ~~ 229719502b58a36a03bf955d47cf9b1f4c581893437df3ebe2d381fd391d9ffd ~~ valid-xml10-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +e3d8676356f2709a7b120036b7ada996 ~~ 372af6c16801fa3369f7cc02b3ca5c8280886285 ~~ 9af0eb039208b0ae700d3fccd64a657b174db5c617c09ee79ced7cfcb7d4c392 ~~ UncoatedFOGRA29.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +e5d52bbfff45e1044381bacb7fc8e300 ~~ 328b246b57108d5f175eb9a4df8f613b7207d0bf ~~ c983e037d8e4e694dd0fb0ba2e625bca317d67a41da2dc81e46a374e53d0ec8a ~~ georgiaz.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +e650e0edc37445be4850285b15f0ec13 ~~ 315c60122079a0a2afde814e3726ab2ec0dfe680 ~~ e2dd625ef1cd8b0711faa967559ecbc68656fbc77a0f01640204414e6b2488b0 ~~ valid-html401.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +e729b445abc89051fe8ba7c6d8e9b127 ~~ 3c1e7dff5a7f4f8e8492cbca12510130a32ef592 ~~ 110f20b80a4b04614a1f340c2134770bfe9e70dc5287d8d8195c4308850c023d ~~ Fogra27L.icm ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +e75df4e582aba891ad90b1eed4f99df6 ~~ 7948737ddc42534000f4c8cb58bf09073218fc0c ~~ 849da570171fe982a94cc2831aa866170224b89285959ed4e2eb602c4192b1a9 ~~ valid-xhtmlprint10-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +e82af93429c91fb02e57360761885ad8 ~~ 7621a6721fb6fc9fa0b635bb8c7b2c7ce28babd5 ~~ 867a1e83e91b14c56fba894fbb7023f941332e6fcb5d74512e152afcb2e6ce6a ~~ valid-html20-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +e85664667fff23911d2984789d06a0de ~~ 047c588d16138db9dc24a8820fa2def272063a03 ~~ eaa813234aee3fbe68d7d63d58a74ba059d1519e80156998459114445b7f8ac0 ~~ PSO_Coated_300_NPscreen_ISO12647_eci.icc ~~ Does not allow modification ~~ https://packages.debian.org/sid/icc-profiles +e8ec3589482f137ad186d175ce15a8b2 ~~ b8349e0a1d1535e99edee016e16d3743c2a97f16 ~~ 8985d5856f602a6e2bf06df4c2d398003dbf6558498608b7ec3a7008dc7c5c9c ~~ valid-svgtiny12-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +e9f82b83f9cc8fc2b4daada6d016d86c ~~ 078057aed474c249b11f27b81a4533539681d1b2 ~~ fa4b2a687ee885d755627bc8d2a87cb7aba7f05227884e258ac8cf490221c6cf ~~ valid-html40-blue-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +ea351fac46173a39c353e1512865fcbd ~~ 7df45c43dbf906d4541be2e1029052dff4e296d2 ~~ 0fff564619d25adb8728e693cee1de9093ad443826164f2956b9a8c15bebc2ca ~~ VideoHD.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +eaaaf139af3d6615e0f1517ab8535561 ~~ c44c680f80887edc66c33bbdb84c2a594bca33e9 ~~ 036524f7f1235b21d4b437c29d5a869aaccf90f597f5ab6c23e37b496fb7e293 ~~ valid-svg12-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +eba743583c36fc0d3242c6bb40bfe65b ~~ dd541054e7f57bedd7f566ccd6b0a21a7b8ac21f ~~ c4f34419a761c3a87fc923beb0caa3eeb55d435eece3a6d1f0fb06bbce85d951 ~~ valid-html32-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +ed6e29caf3843142d739232aa8642158 ~~ f67a30f4db2ff469ed5b2c9830d031cb4b3174b4 ~~ 4357b63cef20c01661a53c5dae70ffd20cb4765503aaed6d38b17a57c5a90bff ~~ timesbd.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +ed9d3bf664eb65b59ca04cd09bd4ad3e ~~ ac709f6589fd0e84168db9b416b42c7819d5b138 ~~ 4c2dec7019be4aa6ac58b22b6b91b39e9151577e14c335cb1e15323df02a2d3a ~~ valid-xml11.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +eed112802f9ebd24f2bb818444d79302 ~~ ade9de54aafab10c85328381ee2cb51951be4531 ~~ 3d24bc0fd996909c369db799d9af8e68b6b7a7a00402724236a83d3b6a861ab5 ~~ valid-xhtmlbasic10.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +eeef5cb5b45f412a0135c5f6fa10ab2a ~~ 4e6fe066ae3199b7e49e79206ad75383f0c833c2 ~~ 3f6d674174f3804eb0dabdac90ae17486e898c5063a66f861c116ea033da8301 ~~ srgb-IEC61966-2.1.icc ~~ Copyright claim from HP ~~ https://lists.debian.org/debian-devel/2014/05/msg00312.html +ef9699cf523ad3255aaced735ca298a3 ~~ 082aa1f53b8ac43750e56985b1480c16cecefa26 ~~ 6122dcdbd5bf8a602a4175617e837b8c4253ea4bb822daf57657f24f1e399c9c ~~ valid-svg11-blue-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +efeb1eff559cc912be6b4a606778557e ~~ 7e89774fdb32687ae7906d2c8a2fadea7db89cea ~~ 5f9fb8033a44c981047ed24247ec11b2807ea31aae0ca896cb5ad5f9e117f7a6 ~~ ios-icon.png ~~ Could not be modified ~~ http://developers.flattr.net/api/policy/ +f11c0317db527bdd80fa0afa04703441 ~~ 2c5cb7cfa19eea5d90c375dc0f9f8e502ea97f0c ~~ 35c0f3559d8db569e36c31095b8a60d441643d95f59139de40e23fada819b833 ~~ arial.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +f2436b9c355b64bcabe83795628f83ec ~~ 2b46b87b9020e4941619b0f3c6821c535d268d00 ~~ 035f9ee8644e8ba3814b56db72f86aa5aa74b37975968b8a73fec2777c268437 ~~ valid-xhtmlprint10-v.eps~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +f43ea864440de28ad70e8a78b9144334 ~~ de3c89fb14962630df6adf0fc6e8e623cf6d5064 ~~ 4dbee0615c3828ff10de69d61b02cf0230d219057a3937948776fc7372682879 ~~ valid-css1-v.svg~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +f4b306eed95aa7d274840533be635532 ~~ 5d69d55862471d18f1c22132a44f05291134cbf4 ~~ 7d0bb20c632bb59e81a0885f573bd2173f71f73204de9058feb68ce032227072 ~~ georgia.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +f5b0791d2da535e5514e1fb151de4ab8 ~~ e978eaebe367ca32a1af485176f185dc53c6666d ~~ 1aa0412fc75dfbf07c2db9493420d526becefffa1eb0f5b6de416fc63412efd5 ~~ valid-svg10.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +f6150b1b96bb240c72402eb2e2dfbfd9 ~~ aeb3b0c851f88073fd37f9b42bcb519de5c4e7ef ~~ 1b70592d167880d1a8814f28d6a40343bbd5b18a11cf816ec073c88e9d178b22 ~~ valid-svg11-blue.png~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +f71e418a494262774b44bad8d400dd1c ~~ 4ad77a8a8793845602ad465ca56330ed89521f0c ~~ 2c3642d60402842222c2df85736669a7c2dcf3a868f83d75dd1199baf2c5b2a8 ~~ valid-html401-blue.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +f7310c29df0070530c48a47f2dca9014 ~~ 09aff891c626fe7d3b878f40a6376073b90d4fde ~~ 698e220f48f4a40e77af7eb34958c8fd02f1e18c3ba3f365d93bfa2ed4474c80 ~~ verdanaz.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +f8607e551233cefdda26d7d6baaa2a4f ~~ 3341cb90ab6e585e5069643d66d148238dc8d615 ~~ 5d3cfa03514978003cab345ba5fcabbf6bde5b60074e7e7548edb269bf339653 ~~ JapanWebCoated.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +f95bb7597fc2d1e2f4bddda3d3ad2d44 ~~ 1dac327b03d32a0a72a0dda9397ead042e35c964 ~~ 3615182e0f3892077de3020a0b8c4ed28a6b20c95bfaa9daa233207d3226529f ~~ flattr-logo-og.png ~~ Could not be modified ~~ http://developers.flattr.net/api/policy/ +fa5be8d5b4eb756bf1399afc2cda7d1c ~~ 2044d1b1e6fb391b33e113c910433b101cd80a69 ~~ 3ad66070209c6721fab7f2506c27e21e24b091bdd491ee0e16ef75964ac26629 ~~ JapanColor2002Newspaper.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 +fb5d68cb58c6ad7e88249d65f6900740 ~~ bc377a42afee7f73f0b80e2ed6e0d18edbd4f8fd ~~ c0a6bdf31f9f2953b2f08a0c1734c892bc825f0fb17c604d420f7acf203a213b ~~ trebucbi.ttf~~ The EULA does not allow modification, reverse engineering etc. ~~ https://bugs.debian.org/298545#29 +fb7338392a7e06ed64c534f69f0c01f5 ~~ f90e8b542b222dff01c7e58a3347fbcf65e1a4c2 ~~ 314c8d5eaaf09d01bd39360870690f1426911cd2f9a60acc38f94b362e3b4b54 ~~ badge-93x20.png ~~ Could not be modified (variant from https://github.com/balupton/flattr-buttons.git) ~~ http://developers.flattr.net/api/policy/ +fce22382a573ac597fd2838d752eeb91 ~~ c67489df016f5da7cbc988c2668c3889166636e5 ~~ 67517f5fae665bff099374bca81f9f92edcdda3621ce5980d4feb14b9e603b4f ~~ networkredux.png ~~ Non free logo. ~~ http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24735&sid=00d5a91304948ce71a38e695d225e122 +fd00ed13dce8482c1516750fdb262dbc ~~ 1c9529c61616c36873fd55e48ef60b95e05b0bde ~~ f94ef89f8f127a018a024b022aadf4599daa9b322b815dfc53b9daa663dd78e7 ~~ valid-html40.gif~~ The valid w3c icons could not be modified. ~~ http://www.w3.org/QA/Tools/Icons +ff747b611498383c6692924a41e0a50a ~~ 18196bf74cac4f5f9c8079d4103efb6c707dbc9d ~~ 41c835b1ddc851f2b1facdd142a5847f58ac70a99c03d974ce6dede815731c09 ~~ VideoNTSC.icc ~~ Does not allow modification ~~ http://www.adobe.com/support/downloads/detail.jsp?ftpID=4074 diff --git a/data/cruft/rfc-whitelist b/data/cruft/rfc-whitelist new file mode 100644 index 0000000..34113ff --- /dev/null +++ b/data/cruft/rfc-whitelist @@ -0,0 +1,17 @@ +# regexp of know dual licensed rfc +# please use number of rfc for sorting +\Arfc\D?2629(?:\..*)?\Z +\Arfc\D?3492(?:\..*)?\Z +\Apunycode(?:\..*)?\Z +\Arfc\D?5215(?:\..*)?\Z +\Arfc\D?5864(?:\..*)?\Z + +# draft +\Adraft-ietf-cat-kerb-chg-password-\d+(?:\..*)?\Z +\Adraft-morgan-ident-ext-\d+(?:\..*)?\Z +\Adraft-riikonen-presence-attrs-\d+(?:\..*)?\Z +\Adraft-riikonen-silc-commands-\d+(?:\..*)?\Z +\Adraft-riikonen-silc-flags-payloads-\d+(?:\..*)?\Z +\Adraft-riikonen-silc-ke-auth-\d+(?:\..*)?\Z +\Adraft-riikonen-silc-pp-\d+(?:\..*)?\Z +\Adraft-riikonen-silc-spec-\d+(?:\..*)?\Z diff --git a/data/deb-format/extra-members b/data/deb-format/extra-members new file mode 100644 index 0000000..23d298f --- /dev/null +++ b/data/deb-format/extra-members @@ -0,0 +1,16 @@ +# List of extra members permitted in the .deb files +# +# Format is: +# <name> => <position> +# +# +# <position> is a 0-indexed position of where the extra member is +# expected. It can be "ANYWHERE" if the order is not relevant. Note +# despite of the value of <position>, any member appearing before the +# data.tar member MUST have a name starting with "_". If not Lintian +# will presume it is the control.tar or the data.tar member (depending +# on how early it occurs). It is impossible for any valid "2.0" deb +# file to have an extra member at position 0 (which is exclusively +# reserved for the "debian-binary" member) +# +# For Debian, no extra members are defined, so the file is empty atm. diff --git a/data/debhelper/add_ons.json b/data/debhelper/add_ons.json new file mode 100644 index 0000000..1bd8fa3 --- /dev/null +++ b/data/debhelper/add_ons.json @@ -0,0 +1,533 @@ +{ + "add_ons" : { + "acc" : { + "installed_by" : [ + "dh-acc" + ] + }, + "ada_library" : { + "installed_by" : [ + "dh-ada-library" + ] + }, + "apache2" : { + "installed_by" : [ + "apache2-dev" + ] + }, + "aspell_simple" : { + "installed_by" : [ + "dictionaries-common-dev" + ] + }, + "asterisk" : { + "installed_by" : [ + "asterisk-dev" + ] + }, + "autoreconf" : { + "installed_by" : [ + "dh-autoreconf" + ] + }, + "autotools_dev" : { + "installed_by" : [ + "autotools-dev" + ] + }, + "bash_completion" : { + "installed_by" : [ + "bash-completion" + ] + }, + "build_stamp" : { + "installed_by" : [ + "libdebhelper-perl" + ] + }, + "buildinfo" : { + "installed_by" : [ + "dh-buildinfo" + ] + }, + "builtusing" : { + "installed_by" : [ + "dh-builtusing" + ] + }, + "cargo" : { + "installed_by" : [ + "dh-cargo" + ] + }, + "cli" : { + "installed_by" : [ + "cli-common-dev" + ] + }, + "cli_nant" : { + "installed_by" : [ + "cli-common-dev" + ] + }, + "click" : { + "installed_by" : [ + "click-dev" + ] + }, + "cmake" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "cme_upgrade" : { + "installed_by" : [ + "cme" + ] + }, + "config_package" : { + "installed_by" : [ + "config-package-dev" + ] + }, + "coq" : { + "installed_by" : [ + "dh-coq" + ] + }, + "cpack" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "cruft" : { + "installed_by" : [ + "dh-cruft" + ] + }, + "ctest" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "d_i" : { + "installed_by" : [ + "dh-di" + ] + }, + "debputy" : { + "installed_by" : [ + "dh-debputy" + ] + }, + "dist_zilla" : { + "installed_by" : [ + "dh-dist-zilla" + ] + }, + "dkms" : { + "installed_by" : [ + "dh-dkms" + ] + }, + "doxygen" : { + "installed_by" : [ + "doxygen" + ] + }, + "dwz" : { + "installed_by" : [ + "libdebhelper-perl" + ] + }, + "eclipse_helper" : { + "installed_by" : [ + "javahelper" + ] + }, + "elf_tools" : { + "installed_by" : [ + "libdebhelper-perl" + ] + }, + "elpa" : { + "installed_by" : [ + "dh-elpa" + ] + }, + "fortran_mod" : { + "installed_by" : [ + "dh-fortran-mod" + ] + }, + "germinate" : { + "installed_by" : [ + "germinate" + ] + }, + "gir" : { + "installed_by" : [ + "gobject-introspection-bin" + ] + }, + "gnome" : { + "installed_by" : [ + "gnome-pkg-tools" + ] + }, + "golang" : { + "installed_by" : [ + "dh-golang" + ] + }, + "grantlee" : { + "installed_by" : [ + "libgrantlee5-dev" + ] + }, + "haskell" : { + "installed_by" : [ + "dh-haskell" + ] + }, + "installdebputy" : { + "installed_by" : [ + "dh-debputy" + ] + }, + "installinitramfs" : { + "installed_by" : [ + "libdebhelper-perl" + ] + }, + "installnss" : { + "installed_by" : [ + "dh-nss" + ] + }, + "installsysusers" : { + "installed_by" : [ + "libdebhelper-perl" + ] + }, + "javahelper" : { + "installed_by" : [ + "javahelper" + ] + }, + "jh_maven_repo_helper" : { + "installed_by" : [ + "maven-repo-helper" + ] + }, + "kde" : { + "installed_by" : [ + "pkg-kde-tools" + ] + }, + "kf5" : { + "installed_by" : [ + "pkg-kde-tools" + ] + }, + "kodiaddon" : { + "installed_by" : [ + "kodi-addons-dev-common" + ] + }, + "libva" : { + "installed_by" : [ + "libva-dev" + ] + }, + "linktree" : { + "installed_by" : [ + "dh-linktree" + ] + }, + "lisp" : { + "installed_by" : [ + "dh-lisp" + ] + }, + "lua" : { + "installed_by" : [ + "dh-lua" + ] + }, + "maven_repo_helper" : { + "installed_by" : [ + "maven-repo-helper" + ] + }, + "mkdocs" : { + "installed_by" : [ + "mkdocs" + ] + }, + "movetousr" : { + "installed_by" : [ + "libdebhelper-perl" + ] + }, + "nginx" : { + "installed_by" : [ + "nginx-dev" + ] + }, + "nodejs" : { + "installed_by" : [ + "dh-nodejs" + ] + }, + "nodejs_no_lerna" : { + "installed_by" : [ + "dh-nodejs" + ] + }, + "numpy3" : { + "installed_by" : [ + "python3-numpy" + ] + }, + "ocaml" : { + "installed_by" : [ + "dh-ocaml" + ] + }, + "octave" : { + "installed_by" : [ + "dh-octave" + ] + }, + "pd_lib_builder" : { + "installed_by" : [ + "dh-puredata" + ] + }, + "pdl" : { + "installed_by" : [ + "pdl" + ] + }, + "perl6" : { + "installed_by" : [ + "dh-perl6" + ] + }, + "perl_dbi" : { + "installed_by" : [ + "libdbi-perl" + ] + }, + "perl_imager" : { + "installed_by" : [ + "libimager-perl" + ] + }, + "perl_openssl" : { + "installed_by" : [ + "perl-openssl-defaults" + ] + }, + "pgxs" : { + "installed_by" : [ + "postgresql-server-dev-all" + ] + }, + "pgxs_loop" : { + "installed_by" : [ + "postgresql-server-dev-all" + ] + }, + "php" : { + "installed_by" : [ + "dh-php" + ] + }, + "phpcomposer" : { + "installed_by" : [ + "pkg-php-tools" + ] + }, + "phppear" : { + "installed_by" : [ + "pkg-php-tools" + ] + }, + "pkgkde_symbolshelper" : { + "installed_by" : [ + "pkg-kde-tools" + ] + }, + "ppp" : { + "installed_by" : [ + "ppp-dev" + ] + }, + "puredata" : { + "installed_by" : [ + "dh-puredata" + ] + }, + "pyppd" : { + "installed_by" : [ + "pyppd" + ] + }, + "python3" : { + "installed_by" : [ + "dh-python" + ] + }, + "python_virtualenv" : { + "installed_by" : [ + "dh-virtualenv" + ] + }, + "qmlcdeps" : { + "installed_by" : [ + "pkg-kde-tools" + ] + }, + "quilt" : { + "installed_by" : [ + "quilt" + ] + }, + "raku" : { + "installed_by" : [ + "dh-raku" + ] + }, + "rebar" : { + "installed_by" : [ + "dh-rebar" + ] + }, + "root_sequence" : { + "installed_by" : [ + "libdebhelper-perl" + ] + }, + "ruby" : { + "installed_by" : [ + "gem2deb" + ] + }, + "runit" : { + "installed_by" : [ + "dh-runit" + ] + }, + "scour" : { + "installed_by" : [ + "scour" + ] + }, + "single_binary" : { + "installed_by" : [ + "libdebhelper-perl" + ] + }, + "sip3" : { + "installed_by" : [ + "python3-sip-dev" + ] + }, + "sodeps" : { + "installed_by" : [ + "pkg-kde-tools" + ] + }, + "sphinxdoc" : { + "installed_by" : [ + "sphinx-common" + ] + }, + "systemd" : { + "installed_by" : [ + "libdebhelper-perl" + ] + }, + "sysuser" : { + "installed_by" : [ + "dh-sysuser" + ] + }, + "tex" : { + "installed_by" : [ + "tex-common" + ] + }, + "user_session_migration" : { + "installed_by" : [ + "dh-user-session-migration" + ] + }, + "uwsgi" : { + "installed_by" : [ + "uwsgi-dev" + ] + }, + "vdrplugin" : { + "installed_by" : [ + "vdr-dev" + ] + }, + "vignette" : { + "installed_by" : [ + "dh-r" + ] + }, + "vim_addon" : { + "installed_by" : [ + "dh-vim-addon" + ] + }, + "webext" : { + "installed_by" : [ + "mozilla-devscripts" + ] + }, + "xine" : { + "installed_by" : [ + "libxine2-dev" + ] + }, + "xml_core" : { + "installed_by" : [ + "xml-core" + ] + }, + "xsf" : { + "installed_by" : [ + "xserver-xorg-dev" + ] + }, + "xsp" : { + "installed_by" : [ + "dh-xsp" + ] + }, + "xul_ext" : { + "installed_by" : [ + "mozilla-devscripts" + ] + }, + "zathura" : { + "installed_by" : [ + "zathura-dev" + ] + }, + "zz_debputy" : { + "installed_by" : [ + "dh-debputy" + ] + } + }, + "preamble" : { + "cargo" : "add_ons", + "title" : "Debhelper Add-ons" + } +} diff --git a/data/debhelper/commands.json b/data/debhelper/commands.json new file mode 100644 index 0000000..64e5541 --- /dev/null +++ b/data/debhelper/commands.json @@ -0,0 +1,1212 @@ +{ + "commands" : { + "dh_acc" : { + "installed_by" : [ + "dh-acc" + ] + }, + "dh_ada_library" : { + "installed_by" : [ + "dh-ada-library" + ] + }, + "dh_apache2" : { + "installed_by" : [ + "apache2-dev" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_apparmor" : { + "installed_by" : [ + "dh-apparmor" + ], + "uses_autoscript" : 1 + }, + "dh_aspell-simple" : { + "installed_by" : [ + "dictionaries-common-dev" + ] + }, + "dh_assistant" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_asterisk" : { + "installed_by" : [ + "asterisk-dev" + ] + }, + "dh_auto_build" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_auto_build_nant" : { + "installed_by" : [ + "cli-common-dev" + ] + }, + "dh_auto_clean" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_auto_clean_nant" : { + "installed_by" : [ + "cli-common-dev" + ] + }, + "dh_auto_configure" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_auto_install" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_auto_test" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_autoreconf" : { + "installed_by" : [ + "dh-autoreconf" + ] + }, + "dh_autoreconf_clean" : { + "installed_by" : [ + "dh-autoreconf" + ] + }, + "dh_autotools-dev_restoreconfig" : { + "installed_by" : [ + "autotools-dev" + ] + }, + "dh_autotools-dev_updateconfig" : { + "installed_by" : [ + "autotools-dev" + ] + }, + "dh_bash-completion" : { + "installed_by" : [ + "bash-completion" + ] + }, + "dh_bugfiles" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_builddeb" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_buildinfo" : { + "installed_by" : [ + "dh-buildinfo" + ] + }, + "dh_builtusing" : { + "installed_by" : [ + "dh-builtusing" + ] + }, + "dh_clean" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_click" : { + "installed_by" : [ + "click-dev" + ], + "uses_autoscript" : 1 + }, + "dh_clideps" : { + "installed_by" : [ + "cli-common-dev" + ] + }, + "dh_clifixperms" : { + "installed_by" : [ + "cli-common-dev" + ] + }, + "dh_cligacpolicy" : { + "installed_by" : [ + "cli-common-dev" + ], + "uses_autoscript" : 1 + }, + "dh_clistrip" : { + "installed_by" : [ + "cli-common-dev" + ] + }, + "dh_cmake_install" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "dh_cme_upgrade" : { + "installed_by" : [ + "cme" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_compress" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_configpackage" : { + "installed_by" : [ + "config-package-dev" + ], + "uses_autoscript" : 1 + }, + "dh_consoledata" : { + "installed_by" : [ + "dh-consoledata" + ], + "uses_autoscript" : 1 + }, + "dh_coq" : { + "installed_by" : [ + "dh-coq" + ] + }, + "dh_cpack_generate" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "dh_cpack_install" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "dh_cpack_substvars" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "dh_cruft" : { + "installed_by" : [ + "dh-cruft" + ], + "uses_autoscript" : 1 + }, + "dh_ctest_build" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "dh_ctest_clean" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "dh_ctest_configure" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "dh_ctest_start" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "dh_ctest_submit" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "dh_ctest_test" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "dh_ctest_update" : { + "installed_by" : [ + "dh-cmake" + ] + }, + "dh_debputy" : { + "installed_by" : [ + "dh-debputy" + ] + }, + "dh_di_kernel_gencontrol" : { + "installed_by" : [ + "dh-di" + ] + }, + "dh_di_kernel_install" : { + "installed_by" : [ + "dh-di" + ] + }, + "dh_di_numbers" : { + "installed_by" : [ + "dh-di" + ] + }, + "dh_dist_zilla_origtar" : { + "installed_by" : [ + "dh-dist-zilla" + ] + }, + "dh_dkms" : { + "installed_by" : [ + "dh-dkms" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_doxygen" : { + "installed_by" : [ + "doxygen" + ] + }, + "dh_dwz" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_dzil_build" : { + "installed_by" : [ + "dh-dist-zilla" + ] + }, + "dh_dzil_clean" : { + "installed_by" : [ + "dh-dist-zilla" + ] + }, + "dh_elpa" : { + "installed_by" : [ + "dh-elpa" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_elpa_test" : { + "installed_by" : [ + "dh-elpa" + ] + }, + "dh_fixperms" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_fortran_lib" : { + "installed_by" : [ + "dh-fortran-mod" + ] + }, + "dh_fortran_mod" : { + "installed_by" : [ + "dh-fortran-mod" + ], + "uses_autoscript" : 1 + }, + "dh_gencontrol" : { + "installed_by" : [ + "debhelper" + ], + "uses_misc_depends" : 1 + }, + "dh_germinate_clean" : { + "installed_by" : [ + "germinate" + ] + }, + "dh_germinate_metapackage" : { + "installed_by" : [ + "germinate" + ] + }, + "dh_girepository" : { + "installed_by" : [ + "gobject-introspection-bin" + ] + }, + "dh_gnome" : { + "installed_by" : [ + "gnome-pkg-tools" + ] + }, + "dh_gnome_clean" : { + "installed_by" : [ + "gnome-pkg-tools" + ] + }, + "dh_gnustep" : { + "installed_by" : [ + "gnustep-make" + ] + }, + "dh_golang" : { + "installed_by" : [ + "dh-golang" + ] + }, + "dh_golang_autopkgtest" : { + "installed_by" : [ + "dh-golang" + ] + }, + "dh_grantlee" : { + "installed_by" : [ + "libgrantlee5-dev" + ] + }, + "dh_gstscancodecs" : { + "installed_by" : [ + "libgstreamer1.0-dev" + ] + }, + "dh_haskell_blurbs" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_compiler" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_depends" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_depends_cabal" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_depends_haddock" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_depends_hugs" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_description" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_extra_depends_ghc" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_install_development_libs" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_install_ghc_registration" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_install_haddock" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_install_htmldocs" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_install_profiling_libs" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_provides" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_provides_ghc" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_recommends_documentation_references" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_shlibdeps" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_haskell_suggests" : { + "installed_by" : [ + "haskell-devscripts-minimal" + ] + }, + "dh_icons" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1 + }, + "dh_install" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installalternatives" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1 + }, + "dh_installcatalogs" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_installchangelogs" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installcliframework" : { + "installed_by" : [ + "cli-common-dev" + ], + "uses_autoscript" : 1 + }, + "dh_installcligac" : { + "installed_by" : [ + "cli-common-dev" + ], + "uses_autoscript" : 1 + }, + "dh_installcron" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installdeb" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1 + }, + "dh_installdebconf" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_installdebputy" : { + "installed_by" : [ + "dh-debputy" + ] + }, + "dh_installdirs" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installdocs" : { + "installed_by" : [ + "debhelper" + ], + "uses_misc_depends" : 1 + }, + "dh_installemacsen" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1 + }, + "dh_installexamples" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installgsettings" : { + "installed_by" : [ + "debhelper" + ], + "uses_misc_depends" : 1 + }, + "dh_installifupdown" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installinfo" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installinit" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_installinitramfs" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installlogcheck" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installlogrotate" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installman" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installmanpages" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installmenu" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1 + }, + "dh_installmime" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installmodules" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1 + }, + "dh_installnss" : { + "installed_by" : [ + "dh-nss" + ], + "uses_autoscript" : 1 + }, + "dh_installpam" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installppp" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installsystemd" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1 + }, + "dh_installsystemduser" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_installsysusers" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_installtex" : { + "installed_by" : [ + "tex-common" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_installtmpfiles" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1 + }, + "dh_installudev" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_installwm" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1 + }, + "dh_installxfonts" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_installxmlcatalogs" : { + "installed_by" : [ + "xml-core" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_installxsp" : { + "installed_by" : [ + "dh-xsp" + ], + "uses_autoscript" : 1 + }, + "dh_installyorick" : { + "installed_by" : [ + "yorick-dev" + ] + }, + "dh_kodiaddon_depends" : { + "installed_by" : [ + "kodi-addons-dev" + ] + }, + "dh_libva" : { + "installed_by" : [ + "libva-dev" + ], + "uses_misc_depends" : 1 + }, + "dh_link" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_linktree" : { + "installed_by" : [ + "dh-linktree" + ], + "uses_misc_depends" : 1 + }, + "dh_lintian" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_lisp" : { + "installed_by" : [ + "dh-lisp" + ], + "uses_misc_depends" : 1 + }, + "dh_listpackages" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_lua" : { + "installed_by" : [ + "dh-lua" + ] + }, + "dh_make" : { + "installed_by" : [ + "dh-make" + ] + }, + "dh_make_pgxs" : { + "installed_by" : [ + "postgresql-server-dev-all" + ] + }, + "dh_makeclilibs" : { + "installed_by" : [ + "cli-common-dev" + ] + }, + "dh_makefont" : { + "installed_by" : [ + "dh-make" + ], + "uses_misc_depends" : 1 + }, + "dh_makeshlibs" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_md5sums" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_missing" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_mkdocs" : { + "installed_by" : [ + "mkdocs" + ] + }, + "dh_movefiles" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_movelibkdeinit" : { + "installed_by" : [ + "pkg-kde-tools" + ] + }, + "dh_movetousr" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_nginx" : { + "installed_by" : [ + "nginx-dev" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_nodejs_autodocs" : { + "installed_by" : [ + "dh-nodejs" + ] + }, + "dh_nodejs_build_debug_package" : { + "installed_by" : [ + "dh-nodejs" + ] + }, + "dh_nodejs_substvars" : { + "installed_by" : [ + "dh-nodejs" + ] + }, + "dh_numpy3" : { + "installed_by" : [ + "python3-numpy" + ] + }, + "dh_ocaml" : { + "installed_by" : [ + "dh-ocaml" + ] + }, + "dh_ocamlclean" : { + "installed_by" : [ + "dh-ocaml" + ] + }, + "dh_ocamldoc" : { + "installed_by" : [ + "dh-ocaml" + ] + }, + "dh_ocamlinit" : { + "installed_by" : [ + "dh-ocaml" + ] + }, + "dh_octave_changelogs" : { + "installed_by" : [ + "dh-octave" + ] + }, + "dh_octave_check" : { + "installed_by" : [ + "dh-octave-autopkgtest" + ] + }, + "dh_octave_clean" : { + "installed_by" : [ + "dh-octave" + ] + }, + "dh_octave_examples" : { + "installed_by" : [ + "dh-octave" + ] + }, + "dh_octave_make" : { + "installed_by" : [ + "dh-octave" + ], + "uses_misc_depends" : 1 + }, + "dh_octave_substvar" : { + "installed_by" : [ + "dh-octave" + ] + }, + "dh_octave_version" : { + "installed_by" : [ + "dh-octave" + ] + }, + "dh_pdl" : { + "installed_by" : [ + "pdl" + ] + }, + "dh_perl" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_perl6_depsfile" : { + "installed_by" : [ + "dh-perl6" + ] + }, + "dh_perl6_maintscript" : { + "installed_by" : [ + "dh-perl6" + ], + "uses_autoscript" : 1 + }, + "dh_perl6_test" : { + "installed_by" : [ + "dh-perl6" + ] + }, + "dh_perl_dbi" : { + "installed_by" : [ + "libdbi-perl" + ] + }, + "dh_perl_imager" : { + "installed_by" : [ + "libimager-perl" + ] + }, + "dh_perl_openssl" : { + "installed_by" : [ + "perl-openssl-defaults" + ] + }, + "dh_pgxs_test" : { + "installed_by" : [ + "postgresql-server-dev-all" + ] + }, + "dh_php" : { + "installed_by" : [ + "dh-php" + ], + "uses_autoscript" : 1 + }, + "dh_phpcomposer" : { + "installed_by" : [ + "pkg-php-tools" + ] + }, + "dh_phppear" : { + "installed_by" : [ + "pkg-php-tools" + ], + "uses_misc_depends" : 1 + }, + "dh_pidgin" : { + "installed_by" : [ + "pidgin-dev" + ], + "uses_misc_depends" : 1 + }, + "dh_ppp" : { + "installed_by" : [ + "ppp-dev" + ], + "uses_misc_depends" : 1 + }, + "dh_prep" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_puredata_substvar" : { + "installed_by" : [ + "dh-puredata" + ] + }, + "dh_pyppd" : { + "installed_by" : [ + "pyppd" + ], + "uses_misc_depends" : 1 + }, + "dh_python3" : { + "installed_by" : [ + "dh-python" + ], + "uses_autoscript" : 1 + }, + "dh_python3-ply" : { + "installed_by" : [ + "python3-ply" + ] + }, + "dh_qmlcdeps" : { + "installed_by" : [ + "pkg-kde-tools" + ] + }, + "dh_quilt_patch" : { + "installed_by" : [ + "quilt" + ] + }, + "dh_quilt_unpatch" : { + "installed_by" : [ + "quilt" + ] + }, + "dh_raku_build" : { + "installed_by" : [ + "dh-raku" + ] + }, + "dh_raku_clean" : { + "installed_by" : [ + "dh-raku" + ] + }, + "dh_raku_install" : { + "installed_by" : [ + "dh-raku" + ] + }, + "dh_raku_test" : { + "installed_by" : [ + "dh-raku" + ] + }, + "dh_rebar" : { + "installed_by" : [ + "dh-rebar" + ] + }, + "dh_ruby" : { + "installed_by" : [ + "gem2deb" + ] + }, + "dh_ruby_fixdepends" : { + "installed_by" : [ + "gem2deb" + ] + }, + "dh_ruby_fixdocs" : { + "installed_by" : [ + "gem2deb" + ] + }, + "dh_runit" : { + "installed_by" : [ + "dh-runit" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_sameversiondep" : { + "installed_by" : [ + "pkg-kde-tools" + ] + }, + "dh_scour" : { + "installed_by" : [ + "scour" + ] + }, + "dh_shlibdeps" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_sip3" : { + "installed_by" : [ + "python3-sip-dev" + ] + }, + "dh_sodeps" : { + "installed_by" : [ + "pkg-kde-tools" + ] + }, + "dh_sphinxdoc" : { + "installed_by" : [ + "sphinx-common" + ] + }, + "dh_strip" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_strip_nondeterminism" : { + "installed_by" : [ + "dh-strip-nondeterminism" + ] + }, + "dh_systemd_enable" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1 + }, + "dh_systemd_start" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1 + }, + "dh_sysuser" : { + "installed_by" : [ + "dh-sysuser" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_testdir" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_testroot" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_ucf" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1, + "uses_misc_depends" : 1 + }, + "dh_update_autotools_config" : { + "installed_by" : [ + "debhelper" + ] + }, + "dh_user-session-migration" : { + "installed_by" : [ + "dh-user-session-migration" + ], + "uses_misc_depends" : 1 + }, + "dh_usrlocal" : { + "installed_by" : [ + "debhelper" + ], + "uses_autoscript" : 1 + }, + "dh_uwsgi" : { + "installed_by" : [ + "uwsgi-dev" + ] + }, + "dh_vagrant_plugin" : { + "installed_by" : [ + "vagrant" + ] + }, + "dh_vdrplugin_depends" : { + "installed_by" : [ + "vdr-dev" + ] + }, + "dh_vdrplugin_enable" : { + "installed_by" : [ + "vdr-dev" + ], + "uses_autoscript" : 1 + }, + "dh_vignette" : { + "installed_by" : [ + "dh-r" + ] + }, + "dh_vim-addon" : { + "installed_by" : [ + "dh-vim-addon" + ] + }, + "dh_virtualenv" : { + "installed_by" : [ + "dh-virtualenv" + ], + "uses_autoscript" : 1 + }, + "dh_webext" : { + "installed_by" : [ + "mozilla-devscripts" + ] + }, + "dh_xine" : { + "installed_by" : [ + "libxine2-dev" + ] + }, + "dh_xsf_substvars" : { + "installed_by" : [ + "xserver-xorg-dev" + ] + }, + "dh_xul-ext" : { + "installed_by" : [ + "mozilla-devscripts" + ] + }, + "dh_zathura" : { + "installed_by" : [ + "zathura-dev" + ], + "uses_misc_depends" : 1 + } + }, + "preamble" : { + "cargo" : "commands", + "title" : "Debhelper Commands" + } +} diff --git a/data/debhelper/compat-level b/data/debhelper/compat-level new file mode 100644 index 0000000..a1bce7e --- /dev/null +++ b/data/debhelper/compat-level @@ -0,0 +1,8 @@ +# warn if no versioned depend below this level +pedantic=10 +# warn (pedantic) if does not depend on this debhelper level +recommended=13 +# warn if below this level +deprecated=10 +# warn if equal or above +experimental=14 diff --git a/data/debhelper/filename-config-files b/data/debhelper/filename-config-files new file mode 100644 index 0000000..e861eb1 --- /dev/null +++ b/data/debhelper/filename-config-files @@ -0,0 +1,16 @@ +# This is a list of known debhelper config files which consist of a list +# of filenames. It's used for tests that look for problems in debhelper +# processing of file names, such as using glob characters that aren't +# guaranteed to work. + +dirs +docs +examples +info +install +links +manpages +mime +sgmlcatalogs +sharedmimeinfo +wm diff --git a/data/debhelper/maint_commands b/data/debhelper/maint_commands new file mode 100644 index 0000000..4af39e5 --- /dev/null +++ b/data/debhelper/maint_commands @@ -0,0 +1,44 @@ +# Generated by private/refresh-debhelper-data on 2021-11-22T01:13:36Z + +dh_apache2 +dh_apparmor +dh_cligacpolicy +dh_cme_upgrade +dh_configpackage +dh_consoledata +dh_dkms +dh_elpa +dh_fortran_mod +dh_icons +dh_installalternatives +dh_installcatalogs +dh_installcliframework +dh_installcligac +dh_installdeb +dh_installdebconf +dh_installemacsen +dh_installinit +dh_installmenu +dh_installmodules +dh_installsystemd +dh_installsystemduser +dh_installsysusers +dh_installtex +dh_installtmpfiles +dh_installwm +dh_installxfonts +dh_installxmlcatalogs +dh_installxsp +dh_perl6_maintscript +dh_php +dh_pypy +dh_python2 +dh_python3 +dh_runit +dh_systemd_enable +dh_systemd_start +dh_sysuser +dh_ucf +dh_usrlocal +dh_vdrplugin_enable +dh_virtualenv diff --git a/data/debhelper/miscDepends_commands b/data/debhelper/miscDepends_commands new file mode 100644 index 0000000..b0b2491 --- /dev/null +++ b/data/debhelper/miscDepends_commands @@ -0,0 +1,31 @@ +# This file is generated from private/refresh-debhelper-data. +# It was generated on 2021-11-19 20:32 + +dh_apache2 +dh_cme_upgrade +dh_dkms +dh_elpa +dh_fortran_mod +dh_installcatalogs +dh_installdebconf +dh_installdocs +dh_installgsettings +dh_installinit +dh_installsystemduser +dh_installsysusers +dh_installtex +dh_installxfonts +dh_installxmlcatalogs +dh_libva +dh_linktree +dh_lisp +dh_makefont +dh_octave_make +dh_phppear +dh_pidgin +dh_ppp +dh_pyppd +dh_runit +dh_sysuser +dh_ucf +dh_zathura diff --git a/data/debian-policy/releases.json b/data/debian-policy/releases.json new file mode 100644 index 0000000..eb54489 --- /dev/null +++ b/data/debian-policy/releases.json @@ -0,0 +1,6029 @@ +{ + "preamble" : { + "cargo" : "releases", + "title" : "Debian Policy Releases" + }, + "releases" : [ + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.6.2.0) unstable; urgency=medium", + "", + " [ Sean Whitton ]", + " * Policy: Update alternatives system priorities for window managers", + " Wording: Ansgar <ansgar@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #975631", + " * Policy: Clarify udeb-only source packages are out of scope", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #992136", + "", + " [ Russ Allbery ]", + " * Policy: Add new-version argument to several maintainer script calls", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #823256", + " * Policy: Essential packages must work only if previously configured", + " Wording: Helmut Grohne <helmut@subdivi.de>", + " Seconded: Santiago Vila <sanvila@unex.es>", + " Seconded: Guillem Jover <guillem@hadrons.org>", + " Closes: #1020267", + " * Prefer \"portion\" to \"stanza\" when describing parts of the Vcs-Git", + " header to avoid confusion with blocks of fields in deb822. Thanks to", + " Charles Plessy for pointing out the inconsistency.", + "", + " [ Guillem Jover ]", + " * Terminology fixes. (Closes: #1020248)", + " - Refer to blocks of fields in deb822 files as stanzas, not", + " paragraphs. This aligns terminology with dpkg and reduces confusion", + " with text paragraphs found in, for example, the Description field.", + " * Policy: Replace references to PGP with OpenPGP. (Closes: #1020243)", + " * Whitespace and quoting fixes. (Closes: #1020238)", + " - Remove trailing whitespace and convert tabs to spaces in all files.", + " - Avoid use of unbalanced single quotes.", + " * copyright-format: Formatting improvements. (Closes: #1020241)", + " - Put Source after Format in examples.", + " - Reformat GPL examples to be more compact.", + " - Use URLs rather than postal addresses in GPL examples.", + " - Move the comment about where the GPL can be found on Debian systems", + " to a separate Comment block in examples, rather than including it in", + " the License text.", + " - Apply wrap-and-sort -ast formatting to Files fields in the examples.", + "", + " [ Daniel Shahaf ]", + " * Add an English description of the format of bug closers in the", + " changelog file, alongside the Perl-compatible regular expression.", + " (Closes: #953911)" + ], + "closes" : [ + 823256, + 953911, + 975631, + 992136, + 1020238, + 1020241, + 1020243, + 1020248, + 1020267 + ], + "epoch" : 1671244904, + "timestamp" : "2022-12-17T02:41:44Z", + "version" : "4.6.2.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.6.1.1) unstable; urgency=medium", + "", + " * d/control: Add Homepage field (Closes: #1012879).", + " Thanks to Benjamin Drung for the suggestion.", + " * Upgrading checklist for 4.5.1: apply wording change from 07f1b39", + " (Closes: #1017095)." + ], + "closes" : [ + 1012879, + 1017095 + ], + "epoch" : 1660436014, + "timestamp" : "2022-08-14T00:13:34Z", + "version" : "4.6.1.1" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.6.1.0) unstable; urgency=medium", + "", + " * Policy: Allow non-64-bit packages to install to /usr/lib64", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Simon McVittie <smcv@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #992601", + " * Policy: Define 'upstream' & document several version conventions", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Sam Hartman <hartmans@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #542288, #850729", + " * virtual-package-names-list: Add {default,}dbus-system-bus (Closes: #998063).", + " Thanks to Simon McVittie for the patch.", + " * Update 9.7.2 and 9.7.3 for package split of bin:mime-support into", + " bin:media-types and bin:mailcap (Closes: #1008480).", + " Thanks to Charles Plessy for the patch.", + "", + " * Fix several problems with footnote regarding the autobuilders and", + " build dependency alternatives (Closes: #999826).", + " Thanks to Johannes Schauer Marin Rodrigues for the report and patch.", + " * Use syntax highlighting for some source code blocks (Closes: #999566).", + " Thanks to Stéphane Blondon for the patch." + ], + "closes" : [ + 542288, + 850729, + 992601, + 998063, + 999566, + 999826, + 1008480 + ], + "epoch" : 1652292179, + "timestamp" : "2022-05-11T18:02:59Z", + "version" : "4.6.1.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.6.0.1) unstable; urgency=medium", + "", + " * Fix header of upgrading checklist entry for last release (Closes: #992414).", + " Thanks to Scott Talbert and Drew Parsons for reporting the problem." + ], + "closes" : [ + 992414.0 + ], + "epoch" : 1629318110, + "timestamp" : "2021-08-18T20:21:50Z", + "version" : "4.6.0.1" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.6.0.0) unstable; urgency=medium", + "", + " [ Sean Whitton ]", + " * Policy: Allow manpages to be included in the dependencies of packages", + " Wording: Helmut Grohne <helmut@subdivi.de>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Christoph Berg <myon@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #983657", + " * Policy: Support for subpaths in Vcs-Git", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Mattia Rizzolo <mattia@debian.org>", + " Closes: #932696", + " * 4.4: Fix changelog format: needs an extra space before sign-off", + " (Closes: #976301).", + " Thanks to Anatoli Babenia for reporting the problem.", + " * autopkgtest: Update variable name ADTTMP->AUTOPKGTEST_TMP (Closes: #989581).", + " Thanks to Fabrice Bauzac-Stehly for reporting the problem.", + "", + " [ Russ Allbery ]", + " * Policy: Add new encouraged keyword, make keywords consistent", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Sam Hartman <hartmans@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #944920", + " * Clarify that no package may install files in /usr/lib64. The previous", + " wording implied this restriction only applied to 64-bit packages.", + " * Reserve the /etc/rcn.d directories for the init-system-helpers package", + " rather than the sysvinit package, reflecting a change already made in", + " the archive." + ], + "closes" : [ + 932696, + 944920, + 976301, + 983657, + 989581 + ], + "epoch" : 1629256002, + "timestamp" : "2021-08-18T03:06:42Z", + "version" : "4.6.0.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.5.1.0) unstable; urgency=medium", + "", + " * Policy: Relax requirements on copying copyright notices into d/copyright", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Scott Kitterman <debian@kitterman.com>", + " Seconded: Joerg Jaspert <joerg@debian.org>", + " Closes: #955005", + " * Policy: Forbid vendor-specific series files", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: gregor herrmann <gregoa@debian.org>", + " Seconded: Graham Inggs <ginggs@debian.org>", + " Closes: #959909", + " * Policy: Clarification about colons in version numbers", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Mattia Rizzolo <mattia@debian.org>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Closes: #971023", + " * Replace `/usr/share/package/copyright` -> `/usr/share/PACKAGE/copyright`.", + " Thanks to Guillem Jover for the suggestion.", + " * Fix manpage section in reference to systemd.unit(5) (Closes: #973491).", + " Thanks to Martin Schwarz for the report.", + " * Makefile: Always use UTC date (Closes: #974911).", + " Thanks to Vagrant Cascadian for the patch." + ], + "closes" : [ + 955005, + 959909, + 971023, + 973491, + 974911 + ], + "epoch" : 1605571543, + "timestamp" : "2020-11-17T00:05:43Z", + "version" : "4.5.1.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.5.0.3) unstable; urgency=medium", + "", + " * Add a sample grep command for finding copyright notices in upstream", + " source code to an existing footnote in section 2.3.", + " * 3.2.1: tweak wording to avoid suggesting that Policy forbids using", + " Debian revisions for packages using a native source package format", + " (Closes: #953629).", + " Thank you to Ian Jackson for the suggestion.", + " * Switch back dh_linktree -> dh_sphinxdoc now that #658238 has been", + " resolved (Closes: #968664)", + " - Update substvars usage", + " - Drop linktree config", + " - Drop ${misc:Depends} -> ${linktree:Recommends} hack from d/rules.", + " We now just have ${sphinxdoc:Depends} in the Recommends: field." + ], + "closes" : [ + 953629, + 968664 + ], + "epoch" : 1597861491, + "timestamp" : "2020-08-19T18:24:51Z", + "version" : "4.5.0.3" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.5.0.2) unstable; urgency=medium", + "", + " * Rebuild against newer libjs-sphinxdoc (Closes: #959005).", + " Thanks Gabriele Stilli for the report." + ], + "closes" : [ + 959005.0 + ], + "epoch" : 1588108818, + "timestamp" : "2020-04-28T21:20:18Z", + "version" : "4.5.0.2" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.5.0.1) unstable; urgency=medium", + "", + " * Rename section \"Convenience copies of code\" -> \"Embedded code copies\"", + " (Closes: #955036).", + " * Use xelatex in Sphinx conf to deal with Unicode chars in input", + " (Closes: #955083).", + " - Add build-deps on texlive-xetex, fonts-freefont-otf, xindy." + ], + "closes" : [ + 955036, + 955083 + ], + "epoch" : 1585337678, + "timestamp" : "2020-03-27T19:34:38Z", + "version" : "4.5.0.1" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.5.0.0) unstable; urgency=medium", + "", + " [ Russ Allbery ]", + " * Clarify the footnote explaining why packages should not depend on X", + " fonts. Thanks, Stephen Kitt.", + " * Fix error in Perl example for the gain root command. Thanks, Niels", + " Thykier. (Closes: #949007)", + "", + " [ Sean Whitton ]", + " * Policy: Packages including daemons should ship systemd units", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Ansgar <ansgar@debian.org>", + " Closes: #941198", + " * Policy: New package usernames should begin with an underscore", + " Wording: Philipp Kern <pkern@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #949390", + " * Policy: Revise init script policy in light of GR result", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Sam Hartman <hartmans@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #948115", + " - This change involved changing a number of Sphinx anchor names. This", + " may break some external links into Policy.", + " * Fix 'day-of week'.", + " Thanks to Jakub Wilk." + ], + "closes" : [ + 941198, + 948115, + 949007, + 949390 + ], + "epoch" : 1579549029, + "timestamp" : "2020-01-20T19:37:09Z", + "version" : "4.5.0.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.4.1.2) unstable; urgency=medium", + "", + " [ Sean Whitton ]", + " * Policy: Drop implementation details of sysvinit runlevels", + " Wording: Ansgar <ansgar@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #941194", + " See also #943583.", + " * Fix \"set -e\" extraneous whitespace (Closes: #943880).", + " Thanks Sven Joachim for the patch.", + " * Fix 'multple' typo (Closes: #944407).", + " Thanks Ansgar for the patch.", + " * Improve some phrasing in 7.8 (Closes: #944325).", + " Thank you to Nicholas D Steeves for pointing out the problem and Russ", + " Allbery for the new text.", + "", + " [ Russ Allbery ]", + " * Remove mention of the old Packaging Manual from the package", + " description. This is ancient history and no longer likely to be", + " helpful. Thanks, Holger Levsen. (Closes: #941835)", + " * Add missing close brackets to the examples in the Diversions", + " appendix. Thanks, Abou Al Montacir.", + " * Add explicit :manpage: markup to links to manual pages.", + " * Fix anchor syntax for s-signalingreboot section.", + " * Fix broken markup in a footnote about sponsored uploads. Thanks,", + " Guillem Jover. (Closes: #944332)" + ], + "closes" : [ + 941194, + 941835, + 943880, + 944325, + 944332, + 944407 + ], + "epoch" : 1575076152, + "timestamp" : "2019-11-30T01:09:12Z", + "version" : "4.4.1.2" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.4.1.1) unstable; urgency=medium", + "", + " * Add /run/reboot-required change to the upgrading checklist", + " (Closes: #941475)." + ], + "closes" : [ + 941475.0 + ], + "epoch" : 1570112996, + "timestamp" : "2019-10-03T14:29:56Z", + "version" : "4.4.1.1" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.4.1.0) unstable; urgency=medium", + "", + " * Policy: Only one Vcs-<type> field is permitted", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #931975", + " * Policy: Document /run/reboot-required mechanism", + " Wording: Karl O. Pinc <kop@meme.com>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Simon McVittie <smcv@debian.org>", + " Closes: #919507", + " * Policy: doc-base now optional, not recommended", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Ansgar Burchardt <ansgar@debian.org>", + " Closes: #910783", + " * Copyright format: state syntactical restrictions on Files: field", + " Wording: Nicolas Boulenguez <nicolas@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #688481" + ], + "closes" : [ + 688481, + 910783, + 919507, + 931975 + ], + "epoch" : 1569780709, + "timestamp" : "2019-09-29T18:11:49Z", + "version" : "4.4.1.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.4.0.1) unstable; urgency=medium", + "", + " * Rebuild against newer libjs-sphinxdoc (Closes: #932359).", + " Thanks Gabriele Stilli for the report.", + " * Clarify using more than one VCS-* field.", + " Thanks to Guillem Jover for reporting the problem and Russ Allbery for", + " the patch." + ], + "closes" : [ + 932359.0 + ], + "epoch" : 1563480069, + "timestamp" : "2019-07-18T20:01:09Z", + "version" : "4.4.0.1" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.4.0.0) unstable; urgency=medium", + "", + " [ Sean Whitton ]", + " * Policy: Recommend use of dh", + " Wording: Russ Allbery <rra@debian.org>", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Sam Hartman <hartmans@debian.org>", + " Closes: #930666", + " * Policy: Permit -b in Vcs-Hg as well as Vcs-Git", + " Wording: Chris Lamb <lamby@debian.org>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #897217, #920355", + " * Policy: Document versioned Provides:", + " Wording: Dominic Hargreaves <dom@earth.li>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: gregor herrmann <gregoa@debian.org>", + " Closes: #761219", + " * virtual-package-names-list: Add logind, default-logind", + " Wording: Adam Borowski <kilobyte@angband.pl>", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Closes: #917431", + " * Add text to header of the virtual packages list describing the", + " \"(versioned)\" annotation.", + " * Fix reference to FHS section in Policy 9.1.2.", + " Thanks to Juuso \"Linda\" Lapinlampi for the patch.", + " (Closes: #922654)", + " * Process: Rewrite description of 'obsolete' usertag.", + " * Process: Add 'stalled' usertag.", + " * Add footnote to 2.3 with a list of licenses thought not to require the", + " copying of all copyright notices into the package's copyright file", + " (Closes: #928199).", + " This was based on discussion between myself and FTP team members.", + "", + " [ Russ Allbery ]", + " * Fix formatting of the debian_revision explanation in Policy 5.6.12.", + " Thanks to Emmanuel Arias for the patch." + ], + "closes" : [ + 761219, + 897217, + 917431, + 920355, + 922654, + 928199, + 930666 + ], + "epoch" : 1562510441, + "timestamp" : "2019-07-07T14:40:41Z", + "version" : "4.4.0.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.3.0.3) unstable; urgency=medium", + "", + " * Add link to jenkins.debian.net build of Policy (Closes: #921963).", + " Thanks, Holger Levsen.", + " * Rebuild against newer libjs-sphinxdoc (Closes: #921889).", + " Thanks Gabriele Stilli for the report." + ], + "closes" : [ + 921889, + 921963 + ], + "epoch" : 1551311991, + "timestamp" : "2019-02-27T23:59:51Z", + "version" : "4.3.0.3" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.3.0.2) unstable; urgency=medium", + "", + " * Rebuild against newer libjs-sphinxdoc (Closes: #921889).", + " Thanks Gabriele Stilli for the report." + ], + "closes" : [ + 921889.0 + ], + "epoch" : 1549757148, + "timestamp" : "2019-02-10T00:05:48Z", + "version" : "4.3.0.2" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.3.0.1) unstable; urgency=medium", + "", + " * Correct heading in upgrading checklist \"Version 4.2.2\"->\"Version 4.3.0\"." + ], + "closes" : [], + "epoch" : 1545563464, + "timestamp" : "2018-12-23T11:11:04Z", + "version" : "4.3.0.1" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.3.0.0) unstable; urgency=medium", + "", + " * Policy: Update recommendations for stripping binaries and shlibs", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Niels Thykier <niels@thykier.net>", + " Closes: #188731", + " * Policy: Slightly relax when copyright information need be included verbatim", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #912581", + " * Policy: Required targets must not write outside of the source package tree", + " Wording: Johannes Schauer <josch@debian.org>", + " Wording: Bill Allombert <ballombe@debian.org>", + " Seconded: Niels Thykier <niels@thykier.net>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Closes: #845715", + " * Policy: Packages should not contain a non-default series file", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: gregor herrmann <gregoa@debian.org>", + " Closes: #850156", + " * virtual-package-names-list: Add dbus-session-bus, default-dbus-session-bus", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Simon McVittie <smcv@debian.org>", + " Seconded: gregor herrmann <gregoa@debian.org>", + " Closes: #833401", + " * In a preexisting footnote, recommend passing -D to strip(1) when", + " stripping static libraries.", + " Thanks to Niels Thykier for the suggestion.", + " * Add references to 'next' branch in README.md.", + " * Convert virtual-package-names-list to YAML (Closes: #914383).", + " Thanks to Jonathan Dowland for the patch.", + " * Append missing '.git' to Vcs-Git." + ], + "closes" : [ + 188731, + 833401, + 845715, + 850156, + 912581, + 914383 + ], + "epoch" : 1545560275, + "timestamp" : "2018-12-23T10:17:55Z", + "version" : "4.3.0.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.2.1.5) unstable; urgency=medium", + "", + " * Add references to 'next' branch in README.md.", + " * Replace a 'can' with a 'may' for readability in 7.7 (Closes: #824495).", + " Thanks to Santiago Vila for reporting the problem.", + " * Update location of sample init.d script (Closes: #913295).", + " Thanks to Dmitry Bogatov for the patch.", + " * Document in 1.1 that not all bugs are Policy violations (Closes: #913659).", + " Thanks to Ian Jackson for the patch." + ], + "closes" : [ + 824495, + 913295, + 913659 + ], + "epoch" : 1542472599, + "timestamp" : "2018-11-17T16:36:39Z", + "version" : "4.2.1.5" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.2.1.4) unstable; urgency=medium", + "", + " * Increase ToC depth 3->4 (Closes: #912059)." + ], + "closes" : [ + 912059.0 + ], + "epoch" : 1540665059, + "timestamp" : "2018-10-27T18:30:59Z", + "version" : "4.2.1.4" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.2.1.3) unstable; urgency=medium", + "", + " * Update URI to d-i internals manual (Closes: #906910).", + " Thanks to Holger Wansing for the patch.", + " * Crosslink and deduplicate 4.9 and 10.1.", + " These sections both include discussion of the verbosity of build logs", + " and compiler warnings.", + " * Add policy/definition.txt to .gitignore." + ], + "closes" : [ + 906910.0 + ], + "epoch" : 1540064179, + "timestamp" : "2018-10-20T19:36:19Z", + "version" : "4.2.1.3" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.2.1.2) unstable; urgency=medium", + "", + " * README.md: drop mention of 'dbnpolicy' UNIX group, which has now been", + " deleted.", + " * Upgrading checklist: drop the word 'maximally', to match the change to", + " section 4.9 made in release 4.2.1.0.", + " * README.md: add steps to add a new language.", + " * Use Sphinx replacements to insert the version and date into index.rst,", + " rather than substituting it in during the build (Closes: #909079).", + " This means that .po files are invalidated slightly less frequently.", + " Thanks to Hideki Yamane for the patch.", + " * Rebuild to update Recommends: field (Closes: #910561)." + ], + "closes" : [ + 909079, + 910561 + ], + "epoch" : 1539120350, + "timestamp" : "2018-10-09T21:25:50Z", + "version" : "4.2.1.2" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.2.1.1) unstable; urgency=medium", + "", + " [ Sean Whitton ]", + " * Drop stray colon in 4.9.", + " Thanks to Thorsten Glaser for pointing this out.", + " * New \"Seeking seconds for a patch\" section in README.md.", + " Ralf Treinen suggested recommending that those who propose patches", + " include word diffs and/or side-by-side diffs.", + " * README.md: remove a lot of outdated information, some wordsmithing,", + " and rearrangement to highlight opportunities for contribution.", + "", + " [ Russ Allbery ]", + " * Add a footnote warning that different SONAMEs of the same shared", + " library cannot always be made safely co-installable, but these", + " exceptions are complex and beyond what Policy can explain.", + " (Closes: #901437)" + ], + "closes" : [ + 901437.0 + ], + "epoch" : 1535920029, + "timestamp" : "2018-09-02T20:27:09Z", + "version" : "4.2.1.1" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.2.1.0) unstable; urgency=medium", + "", + " * Policy & Perl Policy: /usr/bin/perl shebang 'must' -> 'should'", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Dominic Hargreaves <dom@earth.li>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #906901", + " * Fix inconsistent wording in 4.9 by dropping the word 'maximally'", + " (Closes: #905251).", + " Thanks to several people who pointed out this issue, both in the BTS", + " and in person.", + "", + " * Demote libjs-sphinxdoc hard dependencies to recommendations by using", + " an override_dh_linktree stanza (Closes: #906139).", + " Thanks to Vagrant Cascadian and Sven Joachim for the report and Ian", + " Jackson for suggesting the fix.", + " * README.md improvements:", + " - Add references to salsa:dbnpolicy/policy-l10n-merge-requests-here", + " repo.", + " - Improve the description of the release process (Closes: #905909)", + " Thanks Osamu Aoki for the patch.", + " - Add a link to the new 'by-complexity' BTS view.", + " - Some other small fixes (Closes: #905696).", + " Thanks Helge Kreutzmann for pointing them out.", + " * Update and alphabetise lists of the Policy delegates in various places." + ], + "closes" : [ + 905251, + 905696, + 905909, + 906139, + 906901 + ], + "epoch" : 1535227554, + "timestamp" : "2018-08-25T20:05:54Z", + "version" : "4.2.1.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.2.0.1) unstable; urgency=medium", + "", + " [ Hideki Yamane ]", + " * Partial translation of Policy Manual chs. 1--3 into Japanese.", + " - Add debian-policy-ja binary package.", + " * Infrastructure for translations.", + " - New build dependency on sphinx-intl.", + "", + " [ Sean Whitton ]", + " * Switch dh_sphinxdoc->dh_linktree.", + " dh_sphinxdoc gets confused by the use of sphinx-intl.", + " - New build dependency on dh-linktree.", + " * Bump copyright years in d/copyright.", + " * Refer to rST source, not SGML source, in d/copyright.", + " * Add section 1.6, \"Translations\".", + " * Add \"Translation\" subsection to README.md.", + "", + " [ Sean Whitton & Ian Jackson ]", + " * Simplify and rework Hideki's Makefile & dh_{auto_,}install changes." + ], + "closes" : [], + "epoch" : 1533295914, + "timestamp" : "2018-08-03T11:31:54Z", + "version" : "4.2.0.1" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.2.0.0) unstable; urgency=medium", + "", + " * Policy: Standards-Version field is mandatory", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Seconded: Bill Allombert <ballombe@debian.org>", + " Closes: #886258", + " * Policy: Builds should be verbose & 'terse' DEB_BUILD_OPTIONS flag", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Andrey Rahmatullin <wrar@debian.org>", + " Seconded: David Bremner <bremner@debian.org>", + " Seconded: Ian Jackson <ijackson@chiark.greenend.org.uk>", + " Closes: #628515", + " * Policy: Required targets may attempt some network access", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: David Bremner <bremner@debian.org>", + " Seconded: Osamu Aoki <osamu@debian.org>", + " Seconded: Niels Thykier <niels@thykier.net>", + " Closes: #813471", + " * Policy: Installation of upstream release notes and changelogs", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: David Bremner <bremner@debian.org>", + " Closes: #459427", + "", + " * Add a third paragraph to 1.3.3 encouraging the submission of patches", + " to document new techniques sooner rather than later, while making it", + " clear that updating the Policy Manual should never block making other", + " improvements to Debian.", + " * Tweak wording in a sentence in 1.1.", + " * Add a note to the README about why salsa merge requests are turned off.", + "", + " * Stop installing policy-1.html because Sphinx's singlehtml output is", + " too buggy at present (Closes: #873456, #876075, #879048).", + " See also #877367. Thanks to Paul Wise for switching the web mirrors", + " away from policy-1.html.", + "", + " * license-count: improve regex for some Creative Commons licenses.", + " Thanks Jonathan Dowland for the patch.", + " * Fix some indentation in ch-archive.rst.", + " Thanks Hideki Yamane for the patch." + ], + "closes" : [ + 459427, + 628515, + 813471, + 873456, + 876075, + 879048, + 886258 + ], + "epoch" : 1533174213, + "timestamp" : "2018-08-02T01:43:33Z", + "version" : "4.2.0.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.1.5.0) unstable; urgency=medium", + "", + " * Policy: Update section 4.1, \"Standards conformance\"", + " Wording: Ian Jackson <ijackson@chiark.greenend.org.uk>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Closes: #901160", + " * Policy: Require d-devel consultation for each epoch bump", + " Wording: Ian Jackson <ijackson@chiark.greenend.org.uk>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Paul Gevers <elbrus@debian.org>", + " Closes: #891216", + " * Policy: Document Rules-Requires-Root", + " Wording: Niels Thykier <niels@thykier.net>", + " Wording: Guillem Jover <guillem@debian.org>", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Paul Gevers <elbrus@debian.org>", + " Closes: #880920", + " * Policy: Update version of POSIX standard for shell scripts", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Simon McVittie <smcv@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Gunnar Wolf <gwolf@debian.org>", + " Closes: #864615", + " * Policy: Update version of FHS from 2.3 to 3.0", + " Wording: Simon McVittie <smcv@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Closes: #787816", + " * Add reference link to section 4.1 to section 5.6.11." + ], + "closes" : [ + 787816, + 864615, + 880920, + 891216, + 901160 + ], + "epoch" : 1530701350, + "timestamp" : "2018-07-04T10:49:10Z", + "version" : "4.1.5.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.1.4.2) unstable; urgency=medium", + "", + " * Fix URL to the alioth lists service in footnote (Closes: #896749).", + " Thanks Martin Zobel-Helas for the report.", + " * Tidy up \"Authors and Maintainers\":", + " - Add subsections to separate the record of the document's history", + " from the description of how it is presently maintained", + " - Correct claims about the role of the manual's maintainers: the", + " Policy Editors actually do have editorial power, thanks to our", + " DPL delegation, but we further delegate this power to the", + " Policy Changes Process." + ], + "closes" : [ + 896749.0 + ], + "epoch" : 1528619533, + "timestamp" : "2018-06-10T08:32:13Z", + "version" : "4.1.4.2" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.1.4.1) unstable; urgency=medium", + "", + " * Fix some errors in upgrading checklist.", + " Thanks to several people for noticing these.", + " Thanks to Jeremy Bicha for a patch.", + " * Soften wording in upgrading checklist for removal of get-orig-source", + " target.", + " Thanks Helmut Grohne for the new wording.", + " * Fix sample postinst in 9.1.2 to comply with new required permissions", + " for /usr/local (Closes: #895136).", + " Thanks to Niels Thykier for noticing the problem, and for the new", + " sample script.", + " - Reorder 9.1.2 so that details of the permissions requirement appear", + " before the sample postinst.", + " This ensures that the complexity of the sample postinst makes sense", + " to the reader." + ], + "closes" : [ + 895136.0 + ], + "epoch" : 1523117581, + "timestamp" : "2018-04-07T16:13:01Z", + "version" : "4.1.4.1" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.1.4.0) unstable; urgency=medium", + "", + " [ Sean Whitton ]", + " * Policy: Drop get-orig-source rules target", + " Wording: Helmut Grohne <helmut@subdivi.de>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Seconded: Niels Thykier <niels@thykier.net>", + " Closes: #515856", + " * Policy: Update required permissions for /usr/local", + " Wording: Santiago Vila <sanvila@unex.es>", + " Seconded: Don Armstrong <don@debian.org>", + " Seconded: Ian Jackson <ijackson@chiark.greenend.org.uk>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #299007", + " * Policy: Document debian/missing-sources", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Seconded: Gunnar Wolf <gwolf@debian.org>", + " Closes: #742364", + " * Policy: Uniqueness of version numbers", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Simon McVittie <smcv@debian.org>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Closes: #881431", + " * Update recommendations dh_systemd_* -> dh_installsystemd (Closes: #889167).", + " Thanks Chris Lamb for the report.", + " * Fix some typos (Closes: #886890).", + " Thanks Sebastian Rasmussen for the patch.", + " * Fix some errors in shell script snippets caused by the rST conversion", + " script (Closes: #888437).", + " Thanks Yao Wei for the patch.", + " * Fix version of init-system-helpers required for `defaults-disabled`", + " option from 1.5.0 to 1.50.", + " Thanks to GengYu Rao for noting this on the debian-policy list.", + " * Fix indentation of description of the clean target (Closes: #889960).", + " Thanks Ferenc Wágner for the report.", + "", + " [ Jonathan Nieder ]", + " * Use default-mta instead of exim in dependency example (Closes: #892142).", + " Thanks to Paul Wise for the report." + ], + "closes" : [ + 299007, + 515856, + 742364, + 881431, + 886890, + 888437, + 889167, + 889960, + 892142 + ], + "epoch" : 1522944496, + "timestamp" : "2018-04-05T16:08:16Z", + "version" : "4.1.4.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.1.3.0) unstable; urgency=medium", + "", + " [ Sean Whitton ]", + " * Policy: Add CC0-1.0 to common-licenses", + " Wording: Jeremy Bicha <jbicha@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Mattia Rizzolo <mattia@debian.org>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Closes: #859649, #882628", + " * Policy: Clarify when Built-Using should be used", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Closes: #688251", + " * Policy: Use update-rc.d's defaults-disabled instead of DISABLED=yes", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Andreas Henriksson <andreas@fatal.se>", + " Closes: #522163, #601455, #661496", + " - Also explain how the local administrator can enable/disable", + " autostarting daemons using update-rc.d.", + " * Point Vcs-* fields at salsa.debian.org.", + " * README: update references & URIs alioth->salsa", + " * Maintainer field: \"Debian Policy List\"->\"Debian Policy Editors\"", + " To match our new group on salsa.debian.org.", + "", + " [ Russ Allbery ]", + " * Policy: Recommend that Vcs-* URLs provide confidentiality", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Closes: #810381", + " * Policy: Clarify that programs may search PATH for editor and pager", + " Wording: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #880992", + " * Policy: Allow libc to install files in /lib64", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #885219", + " * Use the term 'synopsis' consistently in copyright-format. Thanks, Ben", + " Finney. (Closes: #874095)", + " * Fix various minor wording issues and add additional cross-references", + " in copyright-format. Thanks, Ben Finney. (Closes: #874090)", + " * Adapt tools/license-count to run against ftp-master metadata instead", + " of the Lintian lab, add patterns for CC0-1.0, and add some comments on", + " how to run this tool." + ], + "closes" : [ + 522163, + 601455, + 661496, + 688251, + 810381, + 859649, + 874090, + 874095, + 880992, + 882628, + 885219 + ], + "epoch" : 1514412835, + "timestamp" : "2017-12-27T22:13:55Z", + "version" : "4.1.3.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.1.2.0) unstable; urgency=medium", + "", + " * Policy: /usr/bin/perl shebang 'should' -> 'must'", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Dominic Hargreaves <dom@earth.li>", + " Seconded: Salvatore Bonaccorso <carnil@debian.org>", + " Seconded: Gunnar Wolf <gwolf@debian.org>", + " Seconded: Bill Allombert <ballombe@debian.org>", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Dominique Dumont <dod@debian.org>", + " Closes: #683495", + " * Policy: Update where private shared object files may be installed", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Mattia Rizzolo <mattia@debian.org>", + " Seconded: Simon McVittie <smcv@debian.org>", + " Closes: #636383", + " * Policy: Convention for naming packages with potentially offensive content", + " Wording: Ian Jackson <ijackson@chiark.greenend.org.uk>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Gunnar Wolf <gwolf@debian.org>", + " Seconded: Iain R. Learmonth <irl@debian.org>", + " Closes: #882445", + " * Update links to other formats in 1.2 (Closes: #877674).", + " Thanks to Laura Arjona Reina for the patch.", + " * Fix duplication in upgrading checklist.", + " /nonexistent as the canonical home directory was listed under 4.1.1", + " and 4.1.0.", + " * Miscellaneous spelling fixes (Closes: #878523).", + " Thanks to Ville Skyttä for the patch.", + " * Drop workarounds in d/rules for the (reopened) dh_sphinxdoc bug #872863.", + " Thanks to Dmitry Shachnev for fixing the bug.", + " - Tighten build-dep on sphinx-common.", + " * Add a footnote documenting limitations on build-dependency", + " alternatives imposed by Debian's autobuilders (Closes: #614807).", + " Thanks to Sean Finney for the patch, and Simon McVittie for reviewing." + ], + "closes" : [ + 614807, + 636383, + 683495, + 877674, + 878523, + 882445 + ], + "epoch" : 1512080585, + "timestamp" : "2017-11-30T22:23:05Z", + "version" : "4.1.2.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.1.1.1) unstable; urgency=medium", + "", + " * Fix some broken links in singlehtml output (Closes: #877573).", + " Thanks to Paul Wise for pointing out the problem." + ], + "closes" : [ + 877573.0 + ], + "epoch" : 1507090965, + "timestamp" : "2017-10-04T04:22:45Z", + "version" : "4.1.1.1" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.1.1.0) unstable; urgency=medium", + "", + " [ Russ Allbery ]", + " * Add back missing parentheses around the man page section in man page", + " references in the Policy manual, lost in the conversion to", + " reStructuredText. Thanks, Daniel Shahaf.", + " * Revert the contents of the policy.html directory to the multi-page", + " HTML output. (Closes: #872895)", + " * Move the single-page HTML output to policy-1.html, matching the", + " previous file name, and add the supporting _images and _static", + " directories to /usr/share/doc/debian-policy.", + " * Remove the stray policy.html.tar.gz file from the built package.", + " (Closes: #872896)", + " * Simplify the build rules for generating policy.html.", + " * Remove some stray build rules left over from DocBook Policy.", + " * Restructure the document to ensure proper section numbering in info", + " and PDF output except for the appendices. The appendix numbering", + " will require a Sphinx change. (Closes: #872893, #872950)", + " * Rename the info document to debian-policy.info to make it less", + " generic, and update the PNG file names accordingly. (Closes: #872900)", + " * Reformat the shared libraries chapter (8) to move footnotes to the end", + " of the section of their references and use more succinct", + " reStructuredText syntax. Fix some errors in the shlibs syntax and", + " examples introduced by the conversion, and missing newlines in the", + " footnote illustrating alternative templates that were lost in the", + " DocBook translation.", + " * Add a footnote documenting a (complex) command that returns the Debian", + " package name for a shared library. Thanks, Jakub Wilk and Julien", + " Cristau. (Closes: #661928)", + " * Add build dependency on latexmk. (Closes: #873125)", + "", + " [ Sean Whitton ]", + " * Policy: debian/changelog must exist in source packages", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Mattia Rizzolo <mattia@debian.org>", + " Closes: #683222", + " * Policy: /nonexistent is the canonical non-existent home directory", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: David Bremner <bremner@debian.org>", + " Closes: #679751", + " * Policy: Correct the description of Testsuite: field", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: gregor herrmann <gregoa@debian.org>", + " Closes: #870915", + " Thanks to Ondřej Nový for pointing out the problem.", + " * Fix a typo in 4.1.0 upgrading checklist (Closes: #873819).", + " Thanks, Martin Kepplinger.", + " * Add missing line breaks in summary of the ways in which maintainer", + " scripts may be called (Closes: #874411).", + " Thanks Sébastian Villemot for reporting the issue, and for the patch.", + " * Drop workarounds for dh_sphinxdoc's lack of support for singlehtml.", + " Thanks Dmitry Shachnev for the new support in dh_sphinxdoc.", + " - Tighten build-dep on sphinx-common." + ], + "closes" : [ + 661928, + 679751, + 683222, + 870915, + 872893, + 872895, + 872896, + 872900, + 872950, + 873125, + 873819, + 874411 + ], + "epoch" : 1506630466, + "timestamp" : "2017-09-28T20:27:46Z", + "version" : "4.1.1.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.1.0.0) unstable; urgency=medium", + "", + " [ Sean Whitton ]", + " * Policy: Packages should build reproducibly", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Seconded: Ondrej Novy <novy@ondrej.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Ximin Luo <infinity0@debian.org>", + " Seconded: gregor herrmann <gregoa@debian.org>", + " Closes: #844431", + " * Policy: Restrictions on the use of /lib64/ and /usr/lib64/", + " Wording: Bill Allombert <ballombe@debian.org>", + " Seconded: Niels Thykier <niels@thykier.net>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #630174", + " * Policy: Clarify how `x-terminal-emulator -e` must behave", + " Wording: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #648271", + " * Fix a singular/plural error in 9.6.", + " Thanks to Didier Raboud for pointing out the problem.", + " * Improve release process documentation in README.md.", + " * Policy changes process:", + " - Deprecate usage of the 'issue' usertag", + " It is usually very clear whether an issue is a policy matter, so bugs", + " can be simply closed, or moved to the 'discussion' phase.", + " In the rare case that it's not clear whether the bug is a policy matter,", + " it can remain unclassified, or be tagged 'moreinfo' (see below).", + " - Add policy-specific usage for the 'moreinfo' tag.", + " * tools/policy-bug-report:", + " - Enhance to fetch bugs that have a given usertag or combination of", + " usertags", + " - Improve the lists of bugs generated, for posting to Planet Debian.", + " * Add convention to upgrading checklist for indicating that a policy", + " requirement is covered by Lintian.", + "", + " [ Russ Allbery ]", + " * Policy: Recommend including the upstream signing key", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Daniel Kahn Gillmor <dkg@fifthhorseman.net>", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Didier 'OdyX' Raboud <odyx@debian.org>", + " Closes: #732445", + " * Policy: Clearly allow non-default alternative non-free dependencies", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Simon McVittie <smcv@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Closes: #587279", + "", + " [ Russ Allbery & Sean Whitton ]", + " * Convert the source of the Debian Policy Manual to reStructuredText,", + " built using the Sphinx toolchain.", + " Many thanks to Hideki Yamane <henrich@debian.or.jp> for the conversion", + " scripts, and pushing the project forward.", + " Thanks to David Bremner <bremner@debian.org> for help proofreading the", + " output.", + " - Drop PostScript output." + ], + "closes" : [ + 587279, + 630174, + 648271, + 732445, + 844431 + ], + "epoch" : 1503350262, + "timestamp" : "2017-08-21T21:17:42Z", + "version" : "4.1.0.0" + }, + { + "author" : "Sean Whitton <spwhitton@spwhitton.name>", + "changes" : [ + "", + "debian-policy (4.0.1.0) unstable; urgency=medium", + "", + " [ Russ Allbery ]", + " * Policy: Overhaul priorities, deprecate extra", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Niels Thykier <niels@thykier.net>", + " Seconded: Andreas Henriksson <andreas@fatal.se>", + " Seconded: Ansgar Burchardt <ansgar@debian.org>", + " Closes: #758234, #759260, #660249, #196367", + " * Policy: Clarify prohibition on depending on environment variables", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Simon McVittie <smcv@debian.org>", + " Seconded: Niels Thykier <niels@thykier.net>", + " Closes: #640263", + "", + " [ Sean Whitton ]", + " * Policy: Disambiguate \"original authors\" in 12.5", + " Wording: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: David Bremner <bremner@debian.org>", + " Seconded: Jonas Smedegaard <dr@jones.dk>", + " Closes: #678607", + " * Policy: Document Testsuite: field", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Antonio Terceiro <terceiro@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: David Bremner <bremner@debian.org>", + " Closes: #758124", + " * Policy: Require calling ldconfig by means of triggers", + " Wording: Niels Thykier <niels@thykier.net>", + " Seconded: Andreas Henriksson <andreas@fatal.se>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: David Bremner <bremner@debian.org>", + " Closes: #822430", + " * Policy: Make section 9 agnostic between Debian's init systems", + " Wording: Andreas Henriksson <andreas@fatal.se>", + " Seconded: Andrey Rahmatullin <wrar@debian.org>", + " Seconded: Martin Pitt <mpitt@debian.org>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Seconded: gregor herrmann <gregoa@debian.org>", + " Seconded: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #835520", + " * Policy: Packages may not install both a desktop entry and a menu entry", + " Wording: Sean Whitton <spwhitton@spwhitton.name>", + " Seconded: Philip Hands <phil@hands.com>", + " Seconded: Didier 'OdyX' Raboud <odyx@debian.org>", + " Seconded: David Bremner <bremner@debian.org>", + " Closes: #839172", + " * Convert Process.md to an appendix to Policy itself.", + " - Update link in \"Authors and Maintainers\" to point to this new", + " appendix (Closes: #866192).", + " * Incorporate Margarita Manterola's maintscript flowcharts as a new", + " appendix (Closes: #485776).", + " Many thanks to David Bremner for help importing the images to docbook.", + " - Add a footnote to 6.6 linking to the new appendix.", + " * Update first paragraph of Appendix A to note that the final three", + " appendices (the policy changes process and the upgrading checklist)", + " were not taken from the Packaging Manual.", + " * Add a footnote linking to the REJECT-FAQ (Closes: #849853).", + " * Note that the debian/rules clean target is useless for removing files", + " not compatible with the DFSG (Closes: #849851).", + " * Add 'javascript', 'rust' archive sections (Closes: #867308).", + " * Drop remark that systems with only required packages installed are", + " \"probably unusable\", and add a paragraph break. (Closes: #589671)." + ], + "closes" : [ + 196367, + 485776, + 589671, + 640263, + 660249, + 678607, + 758124, + 758234, + 759260, + 822430, + 835520, + 839172, + 849851, + 849853, + 866192, + 867308 + ], + "epoch" : 1501984067, + "timestamp" : "2017-08-06T01:47:47Z", + "version" : "4.0.1.0" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (4.0.0.4) unstable; urgency=medium", + "", + " * Fix URLs to Policy documents. Policy previously used the full URL as", + " the link but a partial URL as anchor text, and then sometimes added", + " the full URL in parentheses. The result was very ugly in the text", + " version. Replace that style with just the full URL as anchor text for", + " a link to that URL, which is not ideal for HTML output but produces", + " reasonable results for both HTML and text.", + " * Extensive reformatting of the maintainer script section.", + " - Use <cmdsynopsis> in the summary of how maintainer scripts are", + " called, with a single <term>. This avoids gluing all the command", + " summaries together with commas. The output in text is radically", + " better; HTML has some font issues, but isn't awful.", + " - Avoid trailing newlines in <screen> examples, which produce extra", + " whitespace in text and HTML output.", + " - Use different numeration methods at different levels of the nested", + " ordered lists and ensure there is some introductory text for each", + " list element to avoid awkward formatting.", + " * Convert many of the <screen> tags in Policy to </programlisting> since", + " the semantics are slightly more correct.", + " * Remove the newline before </screen> or </programlisting> end tags,", + " since it produces an extraneous and distracting blank line in both", + " text and HTML output.", + " * Change the mapping of Perl module names to Debian package names in", + " the Perl Policy from a verbatim block to a table.", + " * Change the list of cron directories from a verbatim block to a list." + ], + "closes" : [], + "epoch" : 1498448067, + "timestamp" : "2017-06-26T03:34:27Z", + "version" : "4.0.0.4" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (4.0.0.3) unstable; urgency=medium", + "", + " [ Sean Whitton ]", + " * Fix typo 'the' -> 'they' in upgrading checklist (Closes: #865685).", + " Thanks Sven Joachim for the report.", + "", + " [ Russ Allbery ]", + " * Move the autopkgtest, copyright-format, and debconf_specification", + " source files to the top-level directory and the debconf_spec/include", + " files to a debconf directory. Simplify the build system to eliminate", + " recursive make, reuse the same XML version file for all files, and use", + " the same method of embedding a version in Markdown output for all", + " files.", + " * Fix dependencies so that version.xml is generated before XML", + " validation is done on XML source files.", + " * Move README.shlibdeps and libc6-migration.txt to a new historical", + " subdirectory and add a README explaining that the files in this", + " directory are of historical interest only and are not included in the", + " debian-policy binary package." + ], + "closes" : [ + 865685.0 + ], + "epoch" : 1498338679, + "timestamp" : "2017-06-24T21:11:19Z", + "version" : "4.0.0.3" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (4.0.0.2) unstable; urgency=low", + "", + " [ Sean Whitton ]", + " * Update list of Policy Editors in various places.", + " See https://lists.debian.org/debian-devel-announce/2017/06/msg00005.html", + "", + " [ Russ Allbery ]", + " * Remove mention of the libc6 migration paper from the package long", + " description. This is no longer shipped in the debian-policy package." + ], + "closes" : [], + "epoch" : 1497931108, + "timestamp" : "2017-06-20T03:58:28Z", + "version" : "4.0.0.2" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (4.0.0.1) unstable; urgency=low", + "", + " * Upload to unstable.", + " * Clarify the conflict policy between /path and /usr/path by adding the", + " leading slash in front of the first path. Thanks, Ferenc Wágner.", + " * Change http URLs to https for every resource available over https.", + " * Replace broken CPAN URL in the Perl policy with the current URL, and", + " turn this into an in-line link rather than a footnote with the full", + " URL. This hides the URL in the text output, but it's not horribly", + " important for the text version and easy to find with a search.", + " * Fix formatting of the list of shlibs and symbol file locations. These", + " were mistakenly converted to itemized lists instead of variable lists", + " during the DocBook conversion, which produced inferior output.", + " * Use UTF-8 instead of ISO-8859-1 as the character set for the text", + " versions of policy documents.", + " * Further standardize author and copyright notices.", + " - Add the notice from the main document that the copyright notices are", + " incomplete to the other documents with copyright notices.", + " - Add the Debian Policy Mailing List as an author of the debconf", + " specification.", + " - Replace (incorrect) Software in the Public Interest copyrights with", + " copyright notices for the original authors.", + " - Standardize capitalization of Debian Policy Mailing List in notices.", + " - Update copyright notices in debian/copyright.", + " * Add a full copy of the BSD license without advertising clause to the", + " <legalinfo> section of the debconf specification, instead of just a", + " reference to it.", + " * Update the GPL license statements to the current recommended form,", + " which doesn't include a street address for the FSF. Use all-caps for", + " the warranty disclaimer just in case it matters. Link to the general", + " FSF license page to make it easier to find the GPLv2, which is", + " technically the license under which these documents are distributed,", + " even if the GPLv3 may be used if desired.", + " * Completely rewrite the build system to use debhelper.", + " - Remove all hand-rolled package build rules and let debhelper do the", + " package construction.", + " - Remove gzip compression from the main build and let debhelper handle", + " compression of text files. This allows debhelper to control the", + " gzip flags and do whatever is correct for reproducible builds.", + " - The top-level Makefile now has conventional all and install targets", + " that build all documents and would install them (not that anyone is", + " likely to use the install target other than the packaging).", + " - Get the document publication dates from debian/changelog instead of", + " the current date for more reproducible builds.", + " - Do xmllint validation of the copyright-format and debconf", + " specification documents as well.", + " - Remove a bunch of old leftovers from the clean and distclean targets", + " and make distclean identical to clean. Stop cleaning editor", + " autosave files and patch droppings (this can be destructive).", + " - Move all doc-base files into the debian packaging directory.", + " * Restructure the command list in the debconf specification document to", + " pass xmllint, which didn't like including the body of an itemizedlist", + " as an XML entity.", + " * Add missing release date to the 4.0.0 upgrading-checklist entry.", + " * Fix tools/policy-bug-report to not fail when bug lists are empty and", + " to ignore closed bugs.", + " * Don't delete virtual-package-names-list.txt during make distclean.", + " * Make distclean depend on clean to remove stamp-* files.", + " * Update Standards-Version of the debian-policy package itself." + ], + "closes" : [], + "epoch" : 1497839268, + "timestamp" : "2017-06-19T02:27:48Z", + "version" : "4.0.0.1" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (4.0.0.0) experimental; urgency=low", + "", + " [ Andreas Barth ]", + " * Policy: Add the MPLs to /usr/share/common-licenses", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Andrey Rahmatullin <wrar@debian.org>", + " Closes: #768292", + " * Policy: [5.6.12] forbid colons in package version numbers", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Didier 'OdyX' Raboud <odyx@debian.org>", + " Seconded: Sam Hartman <hartmans@debian.org>", + " Thanks: Jakub Wilk <jwilk@debian.org>", + " Closes: #792853", + " * Policy: [4.3] Update config.guess and config.sub during the build", + " Wording: Bill Allombert <ballombe@debian.org>", + " Seconded: Niels Thykier <niels@thykier.net>", + " Seconded: Andreas Barth <aba@ayous.org>", + " Closes: #746514", + " * Spelling fixes, thanks to Martin A. Brown. Closes: #820197", + "", + " [ Russ Allbery ]", + " * Policy: [10.9] Don't contact base-passwd maintainer for dynamic users", + " Wording: Colin Watson <cjwatson@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Didier 'OdyX' Raboud <odyx@debian.org>", + " Seconded: gregor herrmann <gregoa@debian.org>", + " Closes: #841877", + " * Policy: Document Build-Depends-Arch and Build-Conflicts-Arch", + " Wording: Johannes Schauer <josch@debian.org>", + " Seconded: Stuart Prescott <stuart@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #823910", + " * Policy: Add nodoc tag to DEB_BUILD_OPTIONS", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Johannes Schauer <j.schauer@email.de>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Andrey Rahmatullin <wrar@debian.org>", + " Closes: #759186", + " * Policy: Prohibit file conflicts between /bin and /usr/bin", + " Wording: Ansgar Burchardt <ansgar@debian.org>", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Raphael Hertzog <hertzog@debian.org>", + " Seconded: Felipe Sateler <fsateler@debian.org>", + " Closes: #759492", + " * Policy: Debug packages don't need a debian/control paragraph", + " Wording: Tanguy Ortolo <tanguy+debian@ortolo.eu>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Raphael Hertzog <hertzog@debian.org>", + " Closes: #819660", + " * Policy: New dpkg-architecture flags", + " Wording: Guillem Jover <guillem@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Raphael Hertzog <hertzog@debian.org>", + " Closes: #793493", + " * Policy: Remove even the fallback to calling /etc/init.d directly", + " Wording: Ondřej Nový <onovy@debian.org>", + " Seconded: Michael Stapelberg <stapelberg@debian.org>", + " Seconded: Andreas Henriksson <andreas@fatal.se>", + " Closes: #833177", + " * Policy: Limit strength of dependencies on -doc packages", + " Wording: Josh Triplett <josh@joshtriplett.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Raphael Hertzog <hertzog@debian.org>", + " Seconded: Niels Thykier <niels@thykier.net>", + " Closes: #823348", + " * Policy: Explicitly allow https form of copyright-format URL", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Andrey Rahmatullin <wrar@debian.org>", + " Seconded: gregor herrmann <gregoa@debian.org>", + " Seconded: Didier 'OdyX' Raboud <odyx@debian.org>", + " Closes: #850646", + " * Policy: Recommend libraryname-dev or librarynameAPIVERSION-dev", + " Wording: Ansgar Burchardt <ansgar@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Emilio Pozuelo Monfort <pochu@debian.org>", + " Closes: #568374", + " * Policy: Add optional try-restart init status, make status recommended", + " Wording: Andreas Henriksson <andreas@fatal.se>", + " Seconded: Simon McVittie <smcv@debian.org>", + " Seconded: Felipe Sateler <fsateler@debian.org>", + " Seconded: Ondřej Nový <novy@ondrej.org>", + " Closes: #181123", + " * Policy: No special dependency now required for /run", + " Wording: Marc Haber <mh+debian-packages@zugschlus.de>", + " Seconded: Andreas Henriksson <andreas@fatal.se>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #852314", + " * Policy: Update policy on /dev and device file management", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Andreas Henriksson <andreas@fatal.se>", + " Seconded: Simon McVittie <smcv@debian.org>", + " Closes: #698012", + " * Policy: Remove integration instructions for upstart", + " Wording: Ansgar Burchardt <ansgar@debian.org>", + " Seconded: Michael Biebl <biebl@debian.org>", + " Seconded: Andrey Rahmatullin <wrar@debian.org>", + " Seconded: Simon McVittie <smcv@debian.org>", + " Closes: #835490", + " * Perl: Update module search path for multiarch support", + " Wording: Dominic Hargreaves <dom@earth.li>", + " Seconded: Niko Tyni <ntyni@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #798309", + " * virtual-package-names-list: Add adventure", + " Wording: Ben Finney <ben+debian@benfinney.id.au>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Niels Thykier <niels@thykier.net>", + " Closes: #821859", + " * virtual-package-names-list: Add httpd-wsgi3", + " Wording: Bill Allombert <ballombe@debian.org>", + " Seconded: Brian May <bam@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #768117", + " * virtual-package-names-list: Add virtual-mysql-* packages", + " Wording: Otto Kekäläinen <otto@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Raphael Hertzog <hertzog@debian.org>", + " Closes: #829367", + " * Convert all remaining DebianDoc-SGML source files in the package to", + " DocBook XML. Many thanks to Osamu Aoki and Guillem Jover for lots of", + " hard work on the conversion. This was a huge conversion, so there", + " will probably be some lingering formatting issues, incorrect markup,", + " and less-than-ideal output. Please report any problems as bugs.", + " (Closes: #175064, #700532, #809382)", + " * Additional fixes from Guillem Jover as part of the DocBook conversion:", + " - Stop distributing the source SGML files as part of the installed", + " package. There doesn't seem to be any point in doing this.", + " - Switch to xsltproc and dblatex instead of OpenJade.", + " - Stop using tidy on the generated files since it generates larger", + " files and the output from xsltproc is already compliant and fairly", + " clean.", + " - Remove unused Build-Depends.", + " - Use entities instead of literal <, >, and & characters.", + " - Use <var> instead of escaped angle brackets for metavariables.", + " - Use <var> instead of <em> inside <tt>.", + " - Avoid slashes in section IDs.", + " - Convert a comment about maintenance policy in the Menu Policy", + " document to a regular paragraph in the document.", + " - Replace a comment reference to the policy maintenance process with", + " an actual link to Process.md.", + " - Remove obsolete SGML comments.", + " * Move the description of < and > relations to a footnote to make", + " abundantly clear that they're no longer valid relation operators in", + " dependencies. (Closes: #816515)", + " * Clarify informative mentions of debian/tmp in the appendices to", + " document the now-common use of debian/<pkg> instead as the temporary", + " staging area. Document that convention, instead of", + " debian/tmp-something, for multi-binary packages. Thanks, Niels", + " Thykier. (Closes: #816249)", + " * Remove lingering wording that implied that build-arch and build-indep", + " targets are optional. Thanks, Ferenc Wagner, Jakub Wilk, and Charles", + " Plessy. (Closes: #793999)", + " * Rather than giving the paths to the installed shlibs and symbols files", + " and then saying those paths shouldn't be used, just say to use", + " dpkg-query --control-show. Recommend --control-show instead of", + " --control-path, since the latter is deprecated. Patch from Salvatore", + " Bonaccorso. (Closes: #688220)", + " * Explicitly give Unicode code points in the definition of the syntax of", + " Debian control files and, where appropriate, show the character.", + " Patch from Ben Finney. (Closes: #821365)", + " * Remove obsolete footnote about a versioned dependency on a", + " liblockfile1 release from 1999. Thanks, Jakub Wilk. (Closes: #794902)", + " * Fix the long name of the Common Public License in the copyright-format", + " policy. It is just Common Public License, with no leading \"IBM\".", + " Thanks, Stefano Zacchiroli. (Closes: #781654)", + " * Fix the copyright-format examples to not have duplicate License", + " paragraphs. Thanks, Stefan <bd@bc-bd.org>. (Closes: #824922)", + " * Replace reference to dbus-launch in the autopkgtest documentation with", + " dbus-run-session. Patch from Simon McVittie. (Closes: #835876)", + " * Add an example of an architecture restriction in a dependency with", + " multiple architectures separated by spaces. (Closes: #734662)", + " * Replace use of markdown with MultiMarkdown for the autopkgtest", + " documentation and convert README and Process to MultiMarkdown, thus", + " dropping the last org-mode files and the build dependency on Emacs.", + " Patch from Guillem Jover. (Closes: #849483)", + " * Add some additional information to the upgrading-checklist entry for", + " the 3.9.8.0 release.", + " * Fix debian/changelog and upgrading-checklist dates for the 3.9.8.0", + " release to match the actual upload. (Closes: #822059)", + " * Fix duplicated \"the\" words in 4.4 and 8.6.3.2. Patch from Valentin", + " Samir. (Closes: #830989)", + " * Clean up the upgrading checklist a bit:", + " - Rewrite the introduction to read a bit more smoothly and mention", + " that the Standards-Version value omits the minor patch number.", + " - Remove the minor patch number from all the version headings except", + " for the anomalies that contain normative changes, and note those", + " explicitly.", + " - Remove some unhelpful section headings and trailing colons in very", + " old upgrading checklist entries.", + " - Standardize the release date format.", + " * Compress all files with gzip -n to avoid embedding timestamps,", + " enabling reproducible builds.", + " * Redo some of the Makefile and debian/rules dependencies to avoid", + " ambiguous pattern rules and to ensure that make at the top level", + " rebuilds output files if input files change.", + " * Switch to https URLs for Vcs-Git and Vcs-Browser.", + " * Use the same URL for both Vcs-Git and Vcs-Browser, which now works", + " fine and has some advantages over the gitweb version for Vcs-Browser.", + " Thanks, Mattia Rizzolo.", + " * Run wrap-and-sort -ast.", + " * Tag as Multi-Arch: foreign (mostly to silence the hinter).", + "", + " [ Sean Whitton ]", + " * Remove references to DebianDoc-SGML from README.md.", + " * Fix typo & comma splice in Process.md." + ], + "closes" : [ + 175064, + 181123, + 568374, + 688220, + 698012, + 700532, + 734662, + 746514, + 759186, + 759492, + 768117, + 768292, + 781654, + 792853, + 793493, + 793999, + 794902, + 798309, + 809382, + 816249, + 816515, + 819660, + 820197, + 821365, + 821859, + 822059, + 823348, + 823910, + 824922, + 829367, + 830989, + 833177, + 835490, + 835876, + 841877, + 849483, + 850646, + 852314 + ], + "epoch" : 1495999627, + "timestamp" : "2017-05-28T19:27:07Z", + "version" : "4.0.0.0" + }, + { + "author" : "Don Armstrong <don@debian.org>", + "changes" : [ + "", + "debian-policy (3.9.8.0) unstable; urgency=medium", + "", + " * Policy: The Debian menu is optionally supported.", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>", + " Seconded: Cyril Brulebois <kibi@debian.org> (for the menu entries)", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #707851" + ], + "closes" : [ + 707851.0 + ], + "epoch" : 1459914598, + "timestamp" : "2016-04-06T03:49:58Z", + "version" : "3.9.8.0" + }, + { + "author" : "Bill Allombert <ballombe@debian.org>", + "changes" : [ + "", + "debian-policy (3.9.7.0) unstable; urgency=low", + "", + " * Policy: refreshed the names of the Policy Editors.", + " * Makefile: use gzip -n when compressing generated files.", + " * debian/control, Makefile:", + " - add missing Build-Depends on sp (opensp). Closes: #812663", + " - migrate to openjade and opensp.", + " * debian/rules: no more ship libc6-migration.txt. Closes: #797478", + " * Policy: Symbolic links must not traverse above the root directory.", + " Wording: Andrey Rahmatullin <wrar@debian.org>", + " Seconded: Bill Allombert <ballombe@debian.org>", + " Seconded: Jakub Wilk <jwilk@debian.org>", + " Seconded: Henrique de Moraes Holschuh <hmh@debian.org>", + " Closes: #555979", + " * Policy: [9.2.2] document 32-bit UIDs ranges.", + " Wording: Matthew Vernon <matthew@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Bill Allombert <ballombe@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Closes: #765499", + " * Policy: [5.1] empty field values in control files are only permitted in", + " the debian/control file of a source package.", + " Wording: Bill Allombert <ballombe@debian.org>", + " Seconded: Henrique de Moraes Holschuh <hmh@debian.org>", + " Seconded: Andrey Rahmatullin <wrar@debian.org>", + " Closes: #666726", + " * Policy: [4.9] debian/rules: required targets must not attempt network", + " access.", + " Wording: Bill Allombert <ballombe@debian.org>", + " Seconded: Andrey Rahmatullin <wrar@debian.org>", + " Seconded: Lucas Nussbaum <lucas@debian.org>", + " Closes: #770016", + " * Policy: [12.3] recommend to ship additional documentation for package 'pkg'", + " in a separate package 'pkg-doc' and install it into /usr/share/doc/pkg.", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Bill Allombert <ballombe@debian.org>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Closes: #106073", + "", + " [ Stefano Zacchiroli ]", + " * autopkgtest: new document containing the specification of automatic,", + " as-installed (AKA autopkgtest, or DEP-8) package tests", + " Closes: #799779" + ], + "closes" : [ + 106073, + 555979, + 666726, + 765499, + 770016, + 797478, + 799779, + 812663 + ], + "epoch" : 1454364231, + "timestamp" : "2016-02-01T22:03:51Z", + "version" : "3.9.7.0" + }, + { + "author" : "Bill Allombert <ballombe@debian.org>", + "changes" : [ + "", + "debian-policy (3.9.6.1) unstable; urgency=low", + "", + " * Fix FTBFS with emacs 24.4. Thanks to David Bremner <david@tethera.net>", + " for the help. Closes: #769219" + ], + "closes" : [ + 769219.0 + ], + "epoch" : 1416221755, + "timestamp" : "2014-11-17T10:55:55Z", + "version" : "3.9.6.1" + }, + { + "author" : "Bill Allombert <ballombe@debian.org>", + "changes" : [ + "", + "debian-policy (3.9.6.0) unstable; urgency=low", + "", + " [ Bill Allombert ]", + " * upgrading-checklist.sgml: remove spurious 'details in' leftover from", + " the HTML transition. Closes: #740100. Thanks Jakub Wilk.", + " * debian/control:", + " - Build-Depends emacs-nox|emacs instead of emacs23. Closes: #753999", + " Thanks Gabriele Giacone and Rob Browning.", + " * Packaging: refreshed the names of the Policy Editors.", + " * Policy: [11.5.1] Web servers: Fix use of metasyntactic variables and", + " applications Closes: #737730. Thanks Olivier Berger.", + " * Policy: [5.6.21] Files: Fix typo \"by\" -> be. Closes: #753353.", + " Thanks Benedikt Wildenhain.", + " * Policy: Remove reference to DEHS (dead service)", + " Wording: David Prévot <taffit@debian.org>", + " Seconded: Julian Gilbey <julian@d-and-j.net>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Closes: #731810", + " * Policy: Relax /usr/share FHS requirement for directories with mixed content.", + " Wording: Joey Hess <joeyh@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Jakub Wilk <jwilk@debian.org>", + " Seconded: Michael Biebl <biebl@debian.org>", + " Closes: #741304", + " * Perl Policy: @INC has /usr/lib/perl/5.18, not /usr/lib/perl/5.18.2", + " Wording: Niko Tyni <ntyni@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Bill Allombert <ballombe@debian.org>", + " Closes: #748480", + " * Perl Policy: Explain %Config earlier", + " Wording: Niko Tyni <ntyni@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Damyan Ivanov <dmn@debian.org>", + " Closes: #748479", + " * Perl Policy: @INC changes for multiarch", + " Wording: Niko Tyni <ntyni@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Damyan Ivanov <dmn@debian.org>", + " Closes: #748380", + " * Perl Policy: Packages using Perl vendorarch directory need a perlapi-*", + " dependency", + " Wording: Niko Tyni <ntyni@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Gregor Herrmann <gregoa@debian.org>", + " Seconded: Axel Beckert <abe@debian.org>", + " Closes: #750017", + " * Policy: Grant an FHS exception for the multiarch headers directories", + " Wording: Bill Allombert <ballombe@debian.org>", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #742756", + " * Policy: Discourage statically linked binaries", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Bill Allombert <ballombe@debian.org>", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Closes: #555980", + " * Policy: Clarify whose signature should go in debian/changelog (4.4)", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " Seconded: Gregor Herrmann <gregoa@debian.org>", + " Closes: #593611", + " * Policy: Change default web document root to /var/www/html", + " Wording: Bill Allombert <ballombe@debian.org>", + " Seconded: Arno Töll <arno@debian.org>", + " Seconded: Matthias Urlichs <matthias@urlichs.de>", + " Closes: #491547", + " * virtual-package-names-list: Update java runtime list", + " Wording: Emmanuel Bourg <ebourg@apache.org>", + " Seconded: Tony Mancill <tmancill@debian.org>", + " Seconded: Bill Allombert <ballombe@debian.org>", + " Closes: #754876", + " * virtual-package-names-list: Add httpd-wsgi", + " Wording: Bill Allombert <ballombe@debian.org>", + " Seconded: Jonas Smedegaard <dr@jones.dk>", + " Seconded: Piotr Ożarowski <piotr@debian.org>", + " Closes: #588497", + " [ Jonathan Nieder ]", + " * Policy: Drop FHS requirement that /usr/local/lib<qual> exist when /lib<qual>", + " or /usr/lib<qual> does.", + " Wording: Tollef Fog Heen <tfheen@err.no>", + " Seconded: Bill Allombert <ballombe@debian.org>", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #613143" + ], + "closes" : [ + 491547, + 555980, + 588497, + 593611, + 613143, + 731810, + 737730, + 740100, + 741304, + 742756, + 748380, + 748479, + 748480, + 750017, + 753353, + 753999, + 754876 + ], + "epoch" : 1410977000, + "timestamp" : "2014-09-17T18:03:20Z", + "version" : "3.9.6.0" + }, + { + "author" : "Charles Plessy <plessy@debian.org>", + "changes" : [ + "", + "debian-policy (3.9.5.0) unstable; urgency=low", + "", + " * Policy: Document the Package-List field.", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #697433", + " * Policy: DM-Upload-Allowed is now obsolete", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Ansgar Burchardt <ansgar@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #679326", + " * Policy: Checksums-{Sha1,Sha256} are now mandatory", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Seconded: Ansgar Burchardt <ansgar@debian.org>", + " Closes: #690293", + " * Policy: Requirements for udebs are not well documented yet", + " Wording: Russ Allbery <rra@debian.org>", + " Wording: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Cyril Brulebois <kibi@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #698030", + " * Policy: install-info is run by a dpkg trigger.", + " Wording: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #669915", + " * Policy: Stop recommending to serve HTML documents from /usr/share/doc.", + " Wording: Thomas Goirand <zigo@debian.org>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Closes: #715804", + " * Policy: File names encoded in UTF-8. ASCII preferred and mandatory in PATH.", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Julian Gilbey <julian@d-and-j.net>", + " Closes: #701081", + " * Policy: Document the Dgit field for Debian Source Control files.", + " Wording: Ian Jackson <ijackson@chiark.greenend.org.uk>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Joey Hess <joeyh@debian.org>", + " Seconded: Dmitrijs Ledkovs <xnox@debian.org>", + " Closes: #720507", + " * Policy: Remove the exception to the FHS for the /selinux directory.", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Steve Langasek <vorlon@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Closes: #707183", + " * Policy: on upgrades, recommend removing obsolete unchanged conf. files.", + " Wording: Paul Wise <pabs@debian.org>", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Closes: #707077", + " * Policy: Control data fields must not start with a hyphen character.", + " Wording: Niels Thykier <niels@thykier.net>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #706778", + " * debconf_spec: Document the 'escape' capability.", + " Wording: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #671355", + " * virtual-package-names-list: removed mp3-decoder and mp3-encoder.", + " Seconded: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Kurt Roeckx <kurt@roeckx.be>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Closes: #668394", + " * Clean outdated mentions of dpkg commands in appendix. Thanks, Guillem Jover", + " * Remove outdated mention of dselect documentation.", + " Closes: #700574. Thanks, Guillem Jover.", + " * Update dak reference from old katie name.", + " Closes: #700536. Thanks, Guillem Jover.", + " * Fix typo in 8.6.4. Thanks, Raúl Benencia. (Closes: #691352)", + " * Fix typo in 8.6.4.1. Thanks, Salvatore Bonaccorso <carnil@debian.org>.", + " * Added a warning in appendix G about diverting conffiles.", + " Closes: #703022. Thanks, Torsten Jerzembeck.", + " * List build-arch and build-indep with the other required targets in 4.9.", + " Closes: #704657. Thanks, Philipp Hahn.", + " * Replaced non-standard names of dpkg states by normalised ones.", + " Closes: #705403", + " * Clarify what is meant by \"compressed\" in section 10.5. (Closes: #676784)", + " * Packaging: use the VCS URLs proposed by Lintian.", + " * Packaging: normalised debian/control with the tool \"config-model-edit\".", + " * Packaging: refreshed the names of the Policy Editors." + ], + "closes" : [ + 668394, + 669915, + 671355, + 676784, + 679326, + 690293, + 691352, + 697433, + 698030, + 700536, + 700574, + 701081, + 703022, + 704657, + 705403, + 706778, + 707077, + 707183, + 715804, + 720507 + ], + "epoch" : 1382920848, + "timestamp" : "2013-10-28T00:40:48Z", + "version" : "3.9.5.0" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (3.9.4.0) unstable; urgency=low", + "", + " * build-arch and build-indep are now mandatory targets in debian/rules,", + " implementing the Technical Committee ruling in #629385. Wording", + " review by Jonathan Nieder, Jakub Wilk, and Roger Leigh.", + " (Closes: #374029)", + " * Resynchronize the archive section list with ftp-master, adding tasks.", + " Patch from Charles Plessy. (Closes: #670429)", + " * Policy: Copyright files must be encoded in UTF-8", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Seconded: Salvatore Bonaccorso <carnil@debian.org>", + " Seconded: Simon McVittie <smcv@debian.org>", + " Closes: #661933", + " * Policy: Prohibit deprecated < and > relations", + " Wording: Jakub Wilk <jwilk@debian.org>", + " Seconded: Cyril Brulebois <kibi@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #663918", + " * Policy: Document the Built-Using field", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Ansgar Burchardt <ansgar@debian.org>", + " Closes: #641153", + " * Policy: Document the Vcs-* fields", + " Wording: Charles Plessy <plessy@debian.org>", + " Wording: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #654958", + " * Policy: Document restrictions on the use of /run for wheezy", + " Wording: Roger Leigh <rleigh@debian.org>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #676561", + " * Policy: Rewrite shared library dependency policy to document symbols", + " Wording: Russ Allbery <rra@debian.org>", + " Wording: Jonathan Nieder <jrnieder@gmail.com>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Closes: #571776", + " * Policy: Document generic and upstart-specific init system requirements", + " Wording: Steve Langasek <steve.langasek@canonical.com>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Adam D. Barratt <adam@adam-barratt.org.uk>", + " Closes: #591791", + " * Policy: Rely on triggers instead of calling update-mime", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #661816" + ], + "closes" : [ + 374029, + 571776, + 591791, + 641153, + 654958, + 661816, + 661933, + 663918, + 670429, + 676561 + ], + "epoch" : 1348029336, + "timestamp" : "2012-09-19T04:35:36Z", + "version" : "3.9.4.0" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (3.9.3.1) unstable; urgency=low", + "", + " * Fix cross-reference to control field syntax in Policy 5.4 (source", + " package control files). Thanks, Jakub Wilk. (Closes: #661412)", + " * Additional wording improvements to copyright-format 1.0 for clarity.", + " Also mention that the Files pattern syntax is the same as fnmatch(3)", + " and GNU find -path without [] patterns. Thanks, Jonathan Nieder and", + " Ben Finney.", + " * Suggest checkbashisms from devscripts or the posh shell for checking", + " whether /bin/sh scripts are Policy-compliant rather than recommending", + " dash. Thanks, Raphael Geissert. (Closes: #490604)", + " * Remove the ambiguous word \"installed\" when requiring that the location", + " of files and directories follow the FHS. (Closes: #638060)", + " * Clarify the syntax of field names to make it clear that they may not", + " contain spaces. Thanks, Charles Plessy. (Closes: #647645)", + " * Clarify that only one of build-arch or build-indep may be provided", + " (currently, at least) and that build should depend on whichever exist", + " or perform the equivalent actions. Thanks to Jonathan Nieder for some", + " of the wording. (Closes: #601839)", + " * Clearly state that \"yes\" is the only valid value of DM-Upload-Allowed", + " and rewrite its description to be less indirect. (Closes: #622263)", + " * Update the dpkg-buildpackage -r documentation in the appendix to", + " reflect the current behavior of using fakeroot. Wording from Sam", + " Morris. (Closes: #658009)", + " * Fix the legal notice in copyright-format to not refer to a nonexistent", + " copyright notice.", + " * Embed the Debian Policy version and build date in the debconf", + " specification and the copyright-format document. We'll make", + " non-normative changes without updating other version numbers, and it's", + " good to know which version one is looking at.", + " * Fix some whitespace issues in the debconf specification articleinfo.", + " * Install the HTML version of upgrading-checklist in the policy.html", + " directory as upgrading-checklist.html so that it can be deployed on", + " www.debian.org in a way that will allow links to Policy sections to", + " work easily. Thanks, Charles Plessy. (Partly addresses #639663)", + " * Ship the copyright-format source as copyright-format.xml.tar.gz", + " without a version, since it will include all of the versions, not just", + " the current version.", + " * Fix mistaken word choice (prefix instead of suffix) in the upgrading", + " checklist entry for 3.9.3.0.", + " * Add some missing entries to the virtual package names list changelog.", + " * Expand package long description to include all documents.", + " * Remove unused substitution variable generated by the build. Thanks,", + " Charles Plessy.", + " * Strip down and reformat debian/rules to remove unused variables,", + " references to old files no longer included, use a more standard", + " layout and standardize variable names, and add comments for better", + " maintainability.", + " * Convert debian/copyright to copyright-format 1.0, and in the process", + " add the license information for the documents other than Policy itself", + " and the FHS. Note the implication of the GPL source code requirement", + " for distributing generated versions of the Policy documents." + ], + "closes" : [ + 490604, + 601839, + 622263, + 638060, + 647645, + 658009, + 661412 + ], + "epoch" : 1330902132, + "timestamp" : "2012-03-04T23:02:12Z", + "version" : "3.9.3.1" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (3.9.3.0) unstable; urgency=low", + "", + " [ Russ Allbery ]", + " * Update the copyright format document to the version of DEP-5 from the", + " DEP web site and apply additional changes from subsequent discussion", + " in debian-devel and debian-project. Revise for clarity, to add more", + " examples, and to update the GFDL license versions. Thanks, Steve", + " Langasek, Charles Plessy, Justin B Rye, and Jonathan Nieder.", + " (Closes: #658209, #648387)", + " * Publish the copyright format specification as copyright-format-1.0 so", + " that later versions can be added without removing previous versions of", + " the standard. Patch from Charles Plessy. (Closes: #646119)", + " * Policy: Improve Architecture field in source package", + " Wording: Raphaël Hertzog <hertzog@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #626779", + " * Policy: Initial Debian maintainers need not be listed in copyright", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " Closes: #593533", + " * Policy: Document cron job file naming restrictions", + " Wording: Karl E. Jorgensen <karl@jorgensen.org.uk>", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Dominic Hargreaves <dom@earth.li>", + " Seconded: Javier Fernández-Sanguino Peña <jfs@computer.org>", + " Closes: #609162", + " * Policy: Document issues with conflicting packages sharing a conffile", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Cyril Brulebois <kibi@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Closes: #23712", + " * Policy: Add /run FHS exception, clarify rules for /run and /var/run", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Steve Langasek <vorlon@debian.org>", + " Seconded: Roger Leigh <rleigh@codelibre.net>", + " Closes: #620870, #532120", + " * Policy: Architecture restrictions in a dependency must be non-empty", + " Wording: Stefano Zacchiroli <zack@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Colin Watson <cjwatson@debian.org>", + " Closes: #498300", + " * MIME Policy: Retire this document and merge it with Policy", + " Wording: Ben Finney <ben+debian@benfinney.id.au>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " Closes: #89038", + " * Consistently use \"Debian source control file\" for *.dsc files and", + " \"Source package control file\" for debian/control files. Patch from", + " Charles Plessy. (Closes: #626796)", + " * Clarify that continuation lines of the Description control field must", + " contain at least one non-whitespace character. Thanks, Guillem Jover.", + " (Closes: #627490)", + " * Fix the example of creating a /usr/local subdirectory to not fail if", + " the chown or chmod fail. Thanks, Joey Hess. (Closes: #617315)", + " * Clarify the requirements for symlinks from inside one top-level", + " directory to another and add examples and a rationale. Thanks,", + " Carsten Hey. (Closes: #626338)", + " * Clarify that Perl Policy 2.4 is for packages built from the perl", + " source package and the manual page extensions are different for", + " separate module packages. Thanks, Steve Langasek. (Closes: #643690)", + " * Say that packages in main may also not recommend packages in non-free,", + " bringing the main text in line with the list of fields and in line", + " with the long-standing release goal. (Closes: #646166)", + " * Resynchronize the archive section list with ftp-master, adding", + " education, introspection, and metapackages. Patch from Charles", + " Plessy. (Closes: #651020)", + " * Clarify that packages in main may not declare Pre-Depends or", + " Build-Depends-Indep relationships outside of main either. Partly", + " addresses #587279.", + " * Fix typo in the version numbers in the dpkg-divert examples. Thanks,", + " Slavko.", + " * Add the release date of 3.9.2.0 to upgrading-checklist.", + " * Fix ordering of the last entries in the 3.9.2.0 upgrading-checklist.", + " * Fix typo in upgrading-checklist entry for multiarch paths. Thanks,", + " Michael Dorrington. (Closes: #626408)", + " * Add id tags for each version entry in upgrading-checklist so that,", + " when eventually published somewhere, other Debian web sites can link", + " to specific entries. Patch from Charles Plessy.", + " * Add AGPL-3 to tools/license-count.", + " * Update tools/license-count to work with the new Lintian lab layout.", + " * Add build-arch and build-indep targets to debian/rules.", + "", + " [ Bill Allombert ]", + " * Policy: Link relationship fields (7.1) to architecture specification", + " strings (11.1).", + " Patch from Charles Plessy in #628174.", + " * Policy: Retire legacy Motif policy (11.8.8)", + " Proposed by: Justin B Rye", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Jakub Wilk <jwilk@debian.org>", + " Seconded: Steve Langasek <vorlon@debian.org>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Closes: #621479", + " * copyright-format: Fix URL for the Eiffel Forum License.", + " Reported by Thomas Preud'homme, patch by Charles Plessy.", + " Closes: #623050", + " * copyright-format: Update SPDX link to point to the SPDX license registry.", + " Patch by Charles Plessy. Closes: #628540", + " * copyright-format: Correct or add links to SPDX.", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Gregor Herrmann <gregoa@debian.org>", + " Closes: #641071", + " * Policy: Clarify that 'machine-extractable' referer the copyright", + " files (12.5)", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Bill Allombert <ballombe@debian.org>", + " Seconded: Jakub Wilk <jwilk@debian.org>", + " Closes: #617516", + " * copyright-format: remove drivers from abstract and useless appendix", + " Wording: Lars Wirzenius <liw@liw.fi>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Jakub Wilk <jwilk@debian.org>", + " Closes: #640735", + " * copyright-format: Fix syntax of examples.", + " Proposed by: Charles Plessy <plessy@debian.org>", + " Wording: Jonathan Nieder <jrnieder@gmail.com>", + " Closes: #649674", + " * copyright-format: Clarify specification of multiple license exception:", + " Wording: Steve Langasek <vorlon@debian.org>", + " Seconded: Craig Small <csmall@debian.org>", + " Seconded: Gregor Herrmann <gregoa@debian.org>", + " Seconded: Jakub Wilk <jwilk@debian.org>", + " Seconded: Jonas Smedegaard <dr@jones.dk>", + " Closes: #633797", + " * copyright-format: Specify URL on www.debian.org", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: David Prévot <taffit@debian.org>", + " Seconded: Gregor Herrmann <gregoa@debian.org>", + " Closes: #640737", + " * Perl policy: Document major version upgrade trigger", + " Wording: Dominic Hargreaves <dom@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Niko Tyni <ntyni@debian.org>", + " Seconded: Gregor Herrmann <gregoa@debian.org>", + " Closes: #619275", + " * Virtual: change ttf-japanese-{mincho, gothic} to", + " fonts-japanese-{mincho, gothic}.", + " Proposed by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Bill Allombert <ballombe@debian.org>", + " Closes: #644230", + " * Virtual: Retire java-compiler, java2-compiler, and java-virtual-machine.", + " Proposed by: Niels Thykier <niels@thykier.net>", + " Seconded: tony mancill <tmancill@debian.org>", + " Seconded: Bill Allombert <ballombe@debian.org>", + " Closes: #578421", + " * Policy 9.10: No more recommend to call install-docs for doc-base.", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Robert Luberda <robert@debian.org>", + " Seconded: Raphael Hertzog <hertzog@debian.org>", + " Closes: #637614" + ], + "closes" : [ + 23712, + 89038, + 498300, + 532120, + 578421, + 593533, + 609162, + 617315, + 617516, + 619275, + 620870, + 621479, + 623050, + 626338, + 626408, + 626779, + 626796, + 627490, + 628540, + 633797, + 637614, + 640735, + 640737, + 641071, + 643690, + 644230, + 646119, + 646166, + 648387, + 649674, + 651020, + 658209 + ], + "epoch" : 1329968436, + "timestamp" : "2012-02-23T03:40:36Z", + "version" : "3.9.3.0" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (3.9.2.0) unstable; urgency=low", + "", + " * Policy: Require human Maintainer or Uploader, clarify Maintainer", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Closes: #459868, #581011", + " * Policy: Add an FHS exception on GNU/Hurd for /hurd and /servers", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #594658", + " * Policy: Document DM-Upload-Allowed", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #588014", + " * Policy: Update multiarch FHS exception for i386 naming", + " Wording: Steve Langasek <vorlon@debian.org>", + " Seconded: Aurelien Jarno <aurelien@aurel32.net>", + " Seconded: Raphael Hertzog <hertzog@debian.org>", + " Closes: #619186", + " * Policy: Significant additions to maintainer script documentation", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Steve Langasek <vorlon@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Closes: #504880", + " * Policy: Clarify format of Debian control fields", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Closes: #501930, #593909", + " * Virtual: Added mailx as a new virtual package", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Seconded: Giacomo A. Catenazzi <cate@debian.org>", + " Closes: #488214", + " * Be more verbose in defining the build architecture and the host", + " architecture and consistently refer to architecture rather than", + " machine. (Closes: #591857)", + " * Correct the name of the Filesystem Hierarchy Standard in the package", + " description. Patch from Christoph Anton Mitterer. (Closes: #590696)", + " * Use the word \"implemented\" to describe required targets in", + " debian/rules, which is clearer about allowing wildcard rules. List", + " the required rules in their own paragraph rather than with the", + " paragraph discussing non-interactivity, and explicitly mark all rules", + " as either required or optional. (Closes: #536790)", + " * Update the ldconfig footnote listing the /etc/ld.so.conf directories", + " to remove the libc5 compatibility directories and mention the", + " multiarch triplet directories. Based on a patch by Charles Plessy.", + " (Closes: #597074)", + " * Add introductory paragraphs for each archive area explaining briefly", + " the purpose of that archive area. Based on a proposal by CJ", + " Fearnley. (Closes: #594542)", + " * Change all non-historical references to Debian GNU/Linux to simply", + " Debian since Debian now includes FreeBSD-based architectures. Patch", + " from Guillem Jover. (Closes: #594656)", + " * Remove references to the obsolete debmake package.", + " * Update the list of Policy maintainers.", + " * Wrap Uploaders in debian/control.", + " * Move Build-Depends-Indep to Build-Depends (there's no reason to use", + " -Indep in a package that builds only architecture-independent binary", + " packages), wrap it, and remove version restrictions that are older", + " than the version in oldstable.", + " * Add emacs23 to the build dependencies and remove the files generated", + " from org source from the revision control repository. Build and clean", + " files from org source unconditionally. Add Process.{txt,html} to the", + " list of files generated from org source. (Closes: #594274)", + " * Fix URLs under www.freedesktop.org to avoid permanent redirects.", + " Thanks, David Prévot. (Closes: #606869)", + " * Add a cross-reference to the Pre-Depends requirement in 3.5 to section", + " 7.2 where Pre-Depends is defined. Thanks, Mattias Ellert and Jonathan", + " Nieder. (Closes: #599944)", + " * Include the new (optional) copyright format that was drafted as DEP-5.", + " This is not yet a final version; that's expected to come in the", + " 3.9.3.0 release. Thanks to all the DEP-5 contributors and to Lars", + " Wirzenius and Charles Plessy for the integration into the Policy", + " package. (Closes: #609160)" + ], + "closes" : [ + 459868, + 488214, + 501930, + 504880, + 536790, + 581011, + 588014, + 590696, + 591857, + 593909, + 594274, + 594542, + 594656, + 594658, + 597074, + 599944, + 606869, + 609160, + 619186 + ], + "epoch" : 1302155335, + "timestamp" : "2011-04-07T05:48:55Z", + "version" : "3.9.2.0" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (3.9.1.0) unstable; urgency=low", + "", + " * Policy: Include GPL version 1 in common-licenses", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: gregor herrmann <gregoa@debian.org>", + " Seconded: Damyan Ivanov <dmn@debian.org>", + " Seconded: Giacomo A. Catenazzi <cate@debian.org>", + " Closes: #436105", + " * Policy: Libtool *.la files should generally not be installed", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Cyril Brulebois <kibi@debian.org>", + " Closes: #561413", + " * Policy: Require dpkg-divert --package when adding/removing diversions", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Seconded: Raphael Geissert <geissert@debian.org>", + " Closes: #218897", + " * Policy: Remove encouragement to create shlibs.local", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Jakub Wilk <jwilk@debian.org>", + " Seconded: Cyril Brulebois <kibi@debian.org>", + " * Policy: Document alternate SONAME format with version before .so", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Closes: #509932", + " * Policy: Architecture wildcards also allowed in binary relationships", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Closes: #400322", + " * Policy: Say Conflicts should not be used unless necessary", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Seconded: Jakub Wilk <jwilk@debian.org>", + " Closes: #402721", + " * Policy: Remove obsolete _REENTRANT, require thread-safe libraries", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Kurt Roeckx <kurt@roeckx.be>", + " Seconded: Giacomo A. Catenazzi <cate@debian.org>", + " Closes: #475101", + " * Policy: Allow subdirectories of /usr/lib/cgi-bin to be used", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Closes: #104373", + " * Policy: More specific requirements around date-based versions", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Cyril Brulebois <kibi@debian.org>", + " Seconded: Steve Langasek <vorlon@debian.org>", + " Closes: #186102", + " * Policy: Require slave alternatives for manual pages", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Seconded: Jakub Wilk <jwilk@debian.org>", + " Seconded: Emilio Pozuelo Monfort <pochu@debian.org>", + " Closes: #184064", + " * Policy: More explicit requirements around library SONAMEs", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Seconded: Emilio Pozuelo Monfort <pochu27@gmail.com>", + " Closes: #509933", + " * Policy: Only dpkg-gencontrol supports variable substitutions", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Emilio Pozuelo Monfort <pochu@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #589609", + " * Policy: Ada Library Information files must be read-only", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Emilio Pozuelo Monfort <pochu@debian.org>", + " Seconded: Ludovic Brenta <ludovic@ludovic-brenta.org>", + " Closes: #232448", + " * Policy: Recommend /etc/logrotate.d/package for logrotate rules", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Seconded: Thijs Kinkhorst <thijs@debian.org>", + " Closes: #445203", + " * Policy: Allow /bin/sh scripts to rely on XSI for kill and trap", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Giacomo A. Catenazzi <cate@debian.org>", + " Seconded: Raphael Geissert <geissert@debian.org>", + " Closes: #477240", + " * Policy: Ownership and permissions for control information files", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Emilio Pozuelo Monfort <pochu@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Closes: #555977", + " * Set the version of the Perl Policy to match the version of the Policy", + " package.", + " * Explain the Perl module package naming policy more explicitly and", + " provide some examples. (Closes: #175202)", + " * Revise the footnote discussing shlibs creation to not talk about the", + " switch to objdump as if it were a new innovation and to explicitly", + " mention the NEEDED attribute as the source of dependency information.", + " * Introduce \"control information file\" to refer to the contents of the", + " Debian package control.tar.gz, following the dpkg documentation. Use", + " that terminology consistently, and change possibly confusing", + " references to fields in control files to use \"control field\"", + " uniformly.", + " * Document that the first line of the changelog entry is conventionally", + " an explanation for the upload if the uploader is not the regular", + " maintainer. Patch from Charles Plessy. (Closes: #589605)", + " * Fix typo in upgrading-checklist. (Closes: #588750)", + " * Fix formatting error in footnote to 7.7. (Closes: #589362)", + " * Remove ancient Conflicts and Replaces." + ], + "closes" : [ + 104373, + 175202, + 184064, + 186102, + 218897, + 232448, + 400322, + 402721, + 436105, + 445203, + 475101, + 477240, + 509932, + 509933, + 555977, + 561413, + 588750, + 589362, + 589605, + 589609 + ], + "epoch" : 1280111901, + "timestamp" : "2010-07-26T02:38:21Z", + "version" : "3.9.1.0" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (3.9.0.0) unstable; urgency=low", + "", + " [ Colin Watson ]", + " * Fix path to changelog.Debian.gz in footnote on documentation symlinks.", + "", + " [ Bill Allombert ]", + " * Convert upgrading-checklist to debiandoc-sgml. This generates a better", + " looking .txt file.", + " Closes: #567845", + " * Fix typo in package_upstream-version.orig.tar.gz.", + " Thanks, Salvatore Bonaccorso. (Closes: #558430)", + " * Replace 'copyright and distribution license' by 'copyright information", + " and distribution license' (three times).", + " Proposed by Jonathan Nieder.", + " Seconded: Steve Langasek <vorlon@debian.org>", + " Seconded: Thijs Kinkhorst <thijs@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Gregor Herrmann <gregoa@debian.org>", + " Closes: #566220", + " * extend UID range of user accounts by removing the 30000-59999 reserved", + " ranges.", + " Proposed by Santiago Vila", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Luk Claes <luk@debian.org>", + " Seconded: Raphael Hertzog <hertzog@debian.org>", + " Seconded: Steve Langasek <vorlon@debian.org>", + " Closes: #582495", + "", + " [ Russ Allbery ]", + " * Policy: Overhaul Breaks, Conflicts, Provides, and Replaces", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Steve Langasek <vorlon@debian.org>", + " Seconded: Raphael Hertzog <hertzog@debian.org>", + " Closes: #578854", + " * Policy: Support for architecture wildcards", + " Wording: Manoj Srivastava <srivasta@debian.org>", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " Seconded: Steve Langasek <vorlon@debian.org>", + " Closes: #530687", + " * Policy: Except init.d scripts from the normal set -e requirement", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Raphael Hertzog <hertzog@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #562506", + " * Policy: Maintainer scripts might not have a controlling terminal", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " Seconded: Steve Langasek <vorlon@debian.org>", + " Closes: #224509", + " * Policy: Fully specify the date format for changelog entries", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " Seconded: Giacomo A. Catenazzi <cate@debian.org>", + " Closes: #569174", + " * Policy: Deprecate /usr/share/common-licenses/BSD", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Emilio Pozuelo Monfort <pochu@debian.org>", + " Seconded: Jakub Wilk <jwilk@debian.org>", + " Seconded: gregor herrmann <gregoa@debian.org>", + " Closes: #284340", + " * Policy: Document Checksums-Sha1 and Checksums-Sha256", + " Wording: Russ Allbery <rra@stanford.edu>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Emilio Pozuelo Monfort <pochu@debian.org>", + " Closes: #478295", + " * Policy: Prohibit duplicate field names in a control paragraph", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Steve Langasek <vorlon@debian.org>", + " Seconded: Emilio Pozuelo Monfort <pochu@debian.org>", + " Closes: #555978", + " * Policy: Relax requirement that library dev files be in one package", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " Closes: #347581", + " * Policy: Tighten requirements for maintainer-like fields", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Emilio Pozuelo Monfort <pochu@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " Closes: #575639", + " * Policy: Update Format control field documentation", + " Wording: Russ Allbery <rra@debian.org>", + " Wording: Charles Plessy <plessy@debian.org>", + " Seconded: Charles Plessy <plessy@debian.org>", + " Seconded: Emilio Pozuelo Monfort <pochu27@gmail.com>", + " Closes: #547272", + " * Debconf: Add SETTITLE, like title but uses a template", + " Wording: Frans Pop <elendil@planet.nl>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Ben Pfaff <blp@cs.stanford.edu>", + " Closes: #560411", + " * Perl Policy: Change perlapi provides to use an ABI version", + " Wording: Niko Tyni <ntyni@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Brendan O'Dea <bod@debian.org>", + " Seconded: Damyan Ivanov <dmn@debian.org>", + " Closes: #579457", + " * Perl Policy: Recommend DESTDIR instead of PREFIX with Makefile.PL", + " Wording: Niko Tyni <ntyni@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Raphael Hertzog <hertzog@debian.org>", + " Closes: #579461", + " * Standardize dpkg state wording and bring it in line with dpkg,", + " renaming Failed-Config to Half-Configured and use uniform", + " capitalization and punctuation. (Closes: #442134)", + " * Remove documentation of alternative changelog formats. This feature", + " is not allowed in the Debian archive and will be documented in the", + " dpkg-dev documentation instead. The documentation that was in Policy", + " was also somewhat outdated. (Closes: #555009, see #584141)", + " * Remove obsolete footnote sentence saying that dpkg-statoverride is a", + " new feature and not well-known. (Closes: #563425)", + " * Clarify in the Perl Policy that perl-base is essential, not perl, and", + " don't imply packages need to depend on perl-base. (Closes: #576594)", + " * Document the special debian-installer section in the list of current", + " sections and add a link to the list of sections in unstable, which", + " contains longer descriptions. (Closes: #577666)", + " * Remove the footnote listing every architecture known to dpkg. This", + " list can be trivially produced by dpkg-architecture -L (already", + " noted), is very long, and quickly becomes out-of-date.", + " * Move silly version ordering example to a footnote. (Closes: #560839)", + " * Reletter the process steps to not skip State C and use more", + " traditional foreground and background colors for Process.html and", + " README.html. (Closes: #584521)", + " * Fix typo in footnote about help2man. (Closes: #584796)", + " * Add an example for Replaces when a package is split. Thanks, Uwe", + " Kleine-König. (Closes: #572253)", + " * Explicitly state that packages may remove unmodified, obsolete", + " configuration files during upgrade. (Closes: #470633)", + " * Clarify the wording around which build dependencies must be satisfied", + " for different debian/rules targets and add a footnote to the", + " description of the build-arch and build-indep targets explaining why", + " this split does not currently work as desired. (Closes: #328951)", + " * Avoid \"Debianised\" or \"Debianized\" in favor of just \"Debian\" or", + " \"Debian package\" as appropriate. Patch from Ben Finney.", + " (Closes: #586163)", + " * Switch to source format 3.0 (native)." + ], + "closes" : [ + 224509, + 284340, + 328951, + 347581, + 442134, + 470633, + 478295, + 530687, + 547272, + 555009, + 555978, + 558430, + 560411, + 560839, + 562506, + 563425, + 566220, + 567845, + 569174, + 572253, + 575639, + 576594, + 577666, + 578854, + 579457, + 579461, + 582495, + 584521, + 584796, + 586163 + ], + "epoch" : 1277700052, + "timestamp" : "2010-06-28T04:40:52Z", + "version" : "3.9.0.0" + }, + { + "author" : "Bill Allombert <ballombe@debian.org>", + "changes" : [ + "", + "debian-policy (3.8.4.0) unstable; urgency=low", + "", + " [ Bill Allombert ]", + " * Also provide documents in single-file HTML format.", + " Proposed by Jari Aalto.", + " Closes: #544353", + " * Number the DFSG points like in the social_contract document.", + " Proposed by Enrico Zini.", + " Closes: #550192", + "", + " [ Manoj Srivastava ]", + " * [b270d2d]: Typo fix: relayed -> related. Thanks to Matt Kraai for", + " pointing this out.", + " * [c74ac74]:", + " Policy: Grant an FHS exception for the multiarch library directories", + " Wording: Steve Langasek.", + " Seconded: Aurelien Jarno", + " Seconded: Julien Cristau", + " Seconded: Kurt Roeckx", + " Closes: #542865", + " * [7ac3ee6]:", + " virtual package list: Added Doom virtual packages", + " Wording: Manoj Srivastava", + " Seconded: Russ Allbery", + " Seconded: Giacomo A. Catenazzi", + " Closes: #518199", + " * [8fd91a0]", + " README Process upgrading-checklist: Created/converted to org-mode", + " Wording: Manoj Srivastava", + " Seconded: Russ Allbery", + " Closes: #545548", + " * [4da0692]: [typo-fixes]:", + " policy: Fix a number of grammatical or typographical errors", + " wording: Eric Dantan Rzewnicki", + " Seconded: Manoj Srivastava", + " * [112c4bc]: FHS Exceptions", + " policy: Explicitly allow /selinux and /sys as FHS exceptions", + " Wording: Manoj Srivastava", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Kurt Roeckx <kurt@roeckx.be>", + " Closes: #556972", + " This patch explicitly allows /sys and /selinux as additional", + " directories in the root file system allowed under the policy.", + " * [16afbcb]: Clarify ./debian/rules #! line", + " policy: Clarify rule for debian/rules shebang line", + " Wording: Ben Finney <ben+debian@benfinney.id.au>", + " Seconded: Kurt Roeckx <kurt@roeckx.be>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Manoj Srivastava <srivasta@debian.org>", + " Explicitly state that \"make -f debian/rules\" and \"./debian/rules\"", + " must behave identically, to prevent confusion, and to promote", + " reproducibility, and conform to the principle of least surprise.", + " * [dab93b2]: Add a cron-daemon virtual package", + " policy, virtual package list: New virtual package: cron-daemon", + " wording: Javier Fernández-Sanguino Peña, Manoj Srivastava", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Kurt Roeckx <kurt@roeckx.be>", + " Closes: #391836", + " Create a virtual cron daemon package that:", + " - Has to provide /usr/bin/crontab and support crontab entries", + " - Correct execution of /etc/cron.d", + " - Correct support of /etc/crontab", + " - Support of crontab entries with names for days and months,", + " ranges, step values", + " - Correct execution of /etc/cron.{hourly,daily,weekly,monthly}", + "", + " [ Russ Allbery ]", + " * Policy: Clarify policy on named pipes in packages", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Manoj Srivastava <srivasta@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " * Change the sole occurrence of MUST to must for consistency and to", + " avoid confusion with IETF RFC keywords. Thanks, Jakub Wilk.", + " (Closes: #552757)" + ], + "closes" : [ + 391836, + 518199, + 542865, + 544353, + 545548, + 550192, + 552757, + 556972 + ], + "epoch" : 1264616563, + "timestamp" : "2010-01-27T18:22:43Z", + "version" : "3.8.4.0" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (3.8.3.0) unstable; urgency=low", + "", + " * Policy: Bring Architecture description in line with dpkg-source", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Raphael Hertzog <hertzog@debian.org>", + " Seconded: Manoj Srivastava <srivasta@debian.org>", + " Closes: #530967", + " * Policy: Update information about DEB_*_ARCH variables", + " Wording: Guillem Jover <guillem@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " Closes: #527871", + " * Policy: Remove support for uploads to multiple distributions", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Raphael Hertzog <hertzog@debian.org>", + " Seconded: Manoj Srivastava <srivasta@debian.org>", + " Closes: #514919", + " * Policy: Remove permission for packages to modify ld.so.conf", + " Wording: Steve Langasek <vorlon@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Kurt Roeckx <kurt@roeckx.be>", + " Seconded: Adeodato Simó <dato@net.com.org.es>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Closes: #519941", + " * Policy: Clarify X installation directory handling", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Manoj Srivastava <srivasta@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Closes: #522217", + " * Policy: Localized man pages should be up-to-date or warn", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Closes: #493007", + " * Policy: Remove restriction on manual page character encoding", + " Wording: Colin Watson <cjwatson@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Manoj Srivastava <srivasta@golden-gryphon.com>", + " Closes: #537707", + " * Policy: Allow Binary field to span multiple lines", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #533852", + " * Policy: Revise info requirements for triggerized install-info", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Closes: #538665", + " * Perl Policy: Remove obsolete dependency requirements", + " Wording: Cyril Brulebois <kibi@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Manoj Srivastava <srivasta@debian.org>", + " Closes: #525190", + " * Breaks is now supported by the stable release of dpkg, so drop", + " warnings against its use. Thanks, Steve Langasek. (Closes: #533577)", + " * Add references to the sections on Breaks and Conflicts to the section", + " on binary dependencies. Thanks, Frank Küster. (Closes: #529771)", + " * Clarify the units of Installed-Size and document that it is an", + " approximation. Thanks, Martin Dorey. (Closes: #534408)", + " * Don't suggest calling dpkg-statoverride --remove unconditionally in", + " the postrm script. Thanks, Patrick Schoenfeld. (Closes: #539389)", + " * Explain that the copyright dates are for the original Policy manual", + " and that there is no updated list of copyright holders for subsequent", + " revisions available. (Partly addresses #47438)", + " * Clarify the description of the Files control field and add examples.", + " * Change the wording of the Description and Changes field specifications", + " for *.changes files to more closely match the wording for Files and", + " add more details about the contents of the Description field in", + " a *.changes file.", + " * Merge the package name syntax requirements between the Package and", + " Source field descriptions.", + " * Say that sensible-editor and sensible-pager are provided by the", + " sensible-utils package, not by the base system. Thanks, Clint Adams", + " and Steve Langasek. (Closes: #541537)", + " * Document that control field values are case-sensitive unless the field", + " description says otherwise." + ], + "closes" : [ + 493007, + 514919, + 519941, + 522217, + 525190, + 527871, + 529771, + 530967, + 533577, + 533852, + 534408, + 537707, + 538665, + 539389, + 541537 + ], + "epoch" : 1250381606, + "timestamp" : "2009-08-16T00:13:26Z", + "version" : "3.8.3.0" + }, + { + "author" : "Bill Allombert <ballombe@debian.org>", + "changes" : [ + "", + "debian-policy (3.8.2.0) unstable; urgency=low", + "", + " [ Russ Allbery ]", + " * Policy: Mandate debconf or equivalent for user prompting", + " Wording: Andrew McMillan <awm@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Holger Levsen <holger@layer-acht.org>", + " Seconded: Bill Allombert <Bill.Allombert@math.u-bordeaux1.fr>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Closes: #206684", + " * Policy: Remove /etc/X11/XF86Config-4 FHS exception", + " Wording: Julien Cristau <jcristau@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Bill Allombert <Bill.Allombert@math.u-bordeaux1.fr>", + " Closes: #522219", + " * Policy: Remove obsolete /var/mail transition requirement", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Andrew McMillan <andrew@morphoss.com>", + " Closes: #522364", + " * Policy: Move Speedo fonts into the deprecated category", + " Wording: Julien Cristau <jcristau@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Julien Danjou <acid@debian.org>", + " Closes: #522218", + " * Housekeeping (resynchronizing lists maintained elsewhere):", + " - Add GFDL 1.3 to the common-licenses list.", + " - Update the list of archive sections. (Closes: #519835)", + " * Set the release date of the 3.8.1 upgrading-checklist entry.", + " (Closes: #519706)", + "", + " [ Colin Watson ]", + " * The FHS is the \"Filesystem Hierarchy Standard\", regardless of our", + " preferred spelling of \"file system\" elsewhere. Fix this and a nearby", + " search-and-replace capitalisation bug.", + " * Build-depend on texlive-latex-extra, which is needed by", + " debiandoc2latexps and isn't included in texlive's dependencies.", + " Closes: #533257", + " * Policy: State requirements for source package names", + " Wording: Colin Watson <cjwatson@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Closes: #525151", + " * Add myself to Uploaders.", + "", + " [ Bill Allombert ]", + " * Add myself to Uploaders.", + " * Update Standards-Version to 3.8.1 (no changes required).", + " * debian/rules:", + " - use `dpkg --print-architecture' instead of obsolete form", + " `dpkg --print-installation-architecture'.", + " - fix a race condition while generating DEBIAN/md5sums." + ], + "closes" : [ + 206684, + 519706, + 519835, + 522218, + 522219, + 522364, + 525151, + 533257 + ], + "epoch" : 1245181373, + "timestamp" : "2009-06-16T19:42:53Z", + "version" : "3.8.2.0" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (3.8.1.0) unstable; urgency=low", + "", + " * Policy: Clarify what \"sensible behavior\" is for init scripts", + " Wording: Steve Langasek <vorlon@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #426877", + " * Policy: Remove alternative changelog formats from main manual", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Ben Pfaff <blp@cs.stanford.edu>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #489460", + " * Policy: Mandate UTF-8 for changelog files", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Seconded: Kurt Roeckx <kurt@roeckx.be>", + " Closes: #241333", + " * Policy: Mandate UTF-8 for control files", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Kurt Roeckx <kurt@roeckx.be>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Closes: #143941", + " * Policy: New option in DEB_BUILD_OPTIONS to avoid running test-suites", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Closes: #416450", + " * Policy: Expand expected capabilities for local in /bin/sh scripts", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Closes: #473019", + " * Policy: Clarify Essential definition and caution when adding to it", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Jörg Sommer <joerg@alea.gnuu.de>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #479080", + " * Policy: Allow user mail spools to be mode 0600 or 0660", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Kurt Roeckx <kurt@roeckx.be>", + " Seconded: Andrew McMillan <awm@debian.org>", + " Closes: #470994", + " * Policy: Remove special handling of init scripts ending in .sh", + " Wording: Kel Modderman <kel@otaku42.de>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Henrique de Moraes Holschuh <hmh@debian.org>", + " Closes: #513955", + " * Policy: /var/run and /var/lock may be volatile", + " Wording: Colin Watson <cjwatson@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Seconded: Bill Allombert <Bill.Allombert@math.u-bordeaux1.fr>", + " Closes: #514326", + " * Policy: debian/control allows comments starting with #", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Julien Cristau <jcristau@debian.org>", + " Seconded: Adeodato Simó <dato@net.com.org.es>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #446712", + " * Improve the documentation of maintainer script actions for diversions", + " in the informative appendix to allow for addition of a new diversion", + " on upgrade and handle error cases correctly. Thanks to Olivier Berger", + " for the report and Raphaël Hertzog for the review. (Closes: #483418)", + " * Clarify the meaning of architecture restrictions on build dependencies", + " in the presence of alternatives. Thanks to Guillem Jover for the", + " explanation and review and Emilio Pozuelo Monfort and Don Armstrong", + " for wording review. (Closes: #163666)", + " * Change the term \"category\" to \"archive area\" when referring to main,", + " contrib, and non-free. This is closer to the wording of the Social", + " Contract. (Closes: #473439)", + " * Use <user>:<group> notation rather than <user>.<group> notation in", + " multiple places. Thanks, Kurt Roeckx. (Closes: #488039)", + " * Fix typo in 3.8.0.0 upgrading-checklist entry. Patch from Kobayashi", + " Noritada. (Closes: #487701)", + " * Mention debugging packages as an explicit example of packages with", + " extra priority. Thanks, Charles Plessy. (Closes: #491985)", + " * Clarify that translation is only required for user-visible debconf", + " messages. Capitalize \"Debian Configuration Management Specification\"", + " uniformly. Thanks, Julian Andres Klode. (Closes: #492624)", + " * Add --wildcards to the sample tar command in appendix B.1 for", + " extracting the package copyright file, adjusting for new tar option", + " behavior. Thanks, Yan Morin. (Closes: #503685)", + " * Reword the requirement that maintainer scripts exit with a zero", + " status on success to avoid double-negatives.", + " * Include the full name of each menu category rather than only the", + " portion relative to the parent heading to be clearer in long category", + " lists. Thanks, Christoph Berg. (Closes: #511804)", + " * Build-Depend on texlive rather than tetex-extra. texlive appears to", + " be sufficient for how Policy uses debiandoc-sgml and pulls in far", + " fewer packages.", + " * Remove the postinst and prerm scripts. doc-base registration is now", + " handled by triggers and no longer required and removal of /usr/doc", + " links was completed long ago.", + " * Reference GPL-2 rather than the GPL symlink in debian/copyright." + ], + "closes" : [ + 143941, + 163666, + 241333, + 416450, + 426877, + 446712, + 470994, + 473019, + 473439, + 479080, + 483418, + 487701, + 488039, + 489460, + 491985, + 492624, + 503685, + 511804, + 513955, + 514326 + ], + "epoch" : 1236829852, + "timestamp" : "2009-03-12T03:50:52Z", + "version" : "3.8.1.0" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (3.8.0.1) unstable; urgency=low", + "", + " * Don't attempt to register the non-existent debian-policy-process", + " document. Thanks, Adrian von Bidder. (Closes: #484706)" + ], + "closes" : [ + 484706.0 + ], + "epoch" : 1212696781, + "timestamp" : "2008-06-05T20:13:01Z", + "version" : "3.8.0.1" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (3.8.0.0) unstable; urgency=low", + "", + " * Bug fix: \"[PROPOSAL] \"debian/README.source\" file for packages with", + " non-trivial source\", thanks to Wouter Verhelst, Jörg Sommer, Colin Watson,", + " and Junichi Uekawa (Closes: #250202).", + " * Bug fix: \"[AMENDMENT 11/02/2008] Manual page encoding\", thanks to", + " Colin Watson (Closes: #440420).", + " * Bug fix: \"[PROPOSAL] common interface for parallel building in", + " DEB_BUILD_OPTIONS\", thanks to Loïc Minier, Peter Samuelson, and Robert", + " Millan (Closes: #209008).", + " * Bug fix: \"Please clarify splitting/syntax of DEB_BUILD_OPTIONS\", thanks to", + " Loïc Minier, Peter Samuelson, Robert Millan, and Guillem Jover", + " (Closes: #430649).", + " * Bug fix: \"Documentation for Breaks in dpkg\", thanks to Ian Jackson", + " (Closes: #379150).", + " * Bug fix: \"support for wrapped Uploaders should now be mandatory\"", + " (Closes: #431813).", + " * Bug fix: \"[PROPOSAL] Add should not embed code from other packages\",", + " thanks to Neil McGovern, Colin Watson, Bill Allombert, Steve Langasek,", + " Kurt Roeckx, and others (Closes: #392362).", + " * Bug fix: \"Homepage field in debian/control undocumented\", thanks to", + " Mario Iseli (Closes: #452105).", + " * Bug fix: \"Policy inconsistent with reality: base subsection no longer", + " used\", thanks to Magnus Holmgren, Bernd Zeimetz, and Colin Watson", + " (Closes: #442070).", + " * Bug fix: \"Inclusion of Apache Software License versions in", + " /usr/share/common-licenses\", thanks to Barry Hawkins (Closes: #291460).", + " * Bug fix: \"[Amended] copyright should include notice if a package is", + " not a part of Debian distribution\", thanks to Taketoshi Sano", + " (Closes: #65577).", + " * Bug fix: \"scripts as configuration files: should vs. must\", thanks to Frank", + " Küster (Closes: #403391).", + " * Bug fix: \"debconf specification should allow underscores in template", + " names\", thanks to Colin Watson (Closes: #473761).", + " * Bug fix: \"clarify handling of run-time and compile-time support programs\",", + " thanks to Goswin Brederlow and Raphael Hertzog (Closes: #367984).", + " * Policy: better document version ranking and empty Debian revisions", + " Wording: Russ Allbery <rra@debian.org>", + " Seconded: Raphaël Hertzog <hertzog@debian.org>", + " Seconded: Manoj Srivastava <srivasta@debian.org>", + " Seconded: Guillem Jover <guillem@debian.org>", + " Closes: #186700, #458910", + " * Policy: remove obsolete app-defaults and Xresources provisions", + " Wording: Julien Cristau <jcristau@debian.org>", + " Seconded: Russ Allbery <rra@debian.org>", + " Closes: #480551", + " * Bug fix: \"Examples of dpkg frontends should mention apt now\", thanks", + " to Josh Triplett (Closes: #455602).", + " * Bug fix: \"Minor typos and wording suggestions\", thanks to Michael", + " Tautschnig (Closes: #422552).", + " * Bug fix: \"substvar reference moved from dpkg-source(1) to", + " deb-substvars(5)\", thanks to Ian Beckwith (Closes: #475731).", + " * Policy: bugs fixed in NMUs are now closed rather than marked fixed", + " Wording: Russ Allbery <rra@debian.org> (thanks, Sandro Tosi)", + " Closes: #481640", + " * Policy: C.1.4, C.1.8: minor typos", + " Wording: Sandro Tosi <matrixhasu@gmail.com>", + " Closes: #481954", + " * Remove the now-obsolete policy-process document.", + " * Add an md5sums control file.", + " * Add Vcs-Browser and Vcs-Git control fields.", + " * Remove build system support for FHS 2.1 and FSSTND, mostly commented out.", + " * Remove more temporary files created by the build.", + " * Remove the FSSTND license from debian/copyright; no FSSTND files are", + " currently part of policy.", + " * Update FHS copyright dates in debian/copyright.", + " * Standardize the spacing around headings in upgrading-checklist.html.", + " * Remove old ChangeLog files and metadata headers in maintainer scripts", + " and debian/rules." + ], + "closes" : [ + 65577, + 186700, + 209008, + 250202, + 291460, + 367984, + 379150, + 392362, + 403391, + 422552, + 430649, + 431813, + 440420, + 442070, + 452105, + 455602, + 458910, + 473761, + 475731, + 480551, + 481640, + 481954 + ], + "epoch" : 1212620007, + "timestamp" : "2008-06-04T22:53:27Z", + "version" : "3.8.0.0" + }, + { + "author" : "Russ Allbery <rra@debian.org>", + "changes" : [ + "", + "debian-policy (3.7.3.0) unstable; urgency=low", + "", + " * Bug fix: \"FTBFS if built twice in a row\" (Closes: #424212).", + " * Bug fix: \"[PROPOSAL] Document ~ behavior in version numbers\", thanks", + " to Nicolas François and Marc Brockschmidt (Closes: #382612).", + " * Bug fix: \"Please add 'local' to list of supra-POSIX features that", + " /bin/sh can be expected to offer\". Also add test -a/-o binary logical", + " operators and change references from POSIX to SUSv3 (Closes: #294962).", + " * Bug fix: \"[Proposal] new Debian menu structure\", thanks to Bill", + " Allombert (Closes: #361418).", + " * Bug fix: \"typo: \"must not be not world-writable\"\", thanks to Sam", + " Hocevar (Closes: #392594).", + " * Bug fix: \"debian-policy: recommend binary:Version substvar instead\",", + " thanks to Guillem Jover (Closes: #418444).", + " * Bug fix: \"New virtual package: dictd-dictionary\", thanks to Tatsuya", + " Kinoshita (Closes: #413575).", + " * The virtual package in use is inet-superserver, not inetd-superserver.", + " Adjust the virtual package list to match. Thanks, Tatsuya Kinoshita", + " and Marco d'Itri.", + " * Wrapped, cleaned up trailing whitespace, and alphabetized the list of", + " virtual packages.", + " * Bug fix: \"Small spelling errors and erratic sentences in debian-policy\",", + " thanks to Michiel de Boer. (Closes: #435207).", + " * Bug fix: \"Source field of .changes files may contain a version number\"", + " (Closes: #431813).", + " * Bug fix: \"822-date is deprecated (use date -R instead)\" (Closes: #448035).", + " * Bug fix: \"5.6.17 (Urgency) should list emergency, maybe a normative", + " list?\" (Closes: #412634).", + " * Bug fix: \"[PROPOSAL] Document support of package types in shlibs", + " files\", thanks to Franz Pop and Raphaël Hertzog (Closes: #363133).", + " * Bug fix: \"Introduce a requirement for internationalisation of debconf", + " templates\", thanks to Christian Perrier (Closes: #402975).", + " * Bug fix: \"GFDL is now in common-licenses\". Also add the rest of the", + " specific license versions and the GPLv3 (Closes: #420701).", + " * Bug fix: \"Virtual package for Japanese font packages", + " (ttf-japanese-mincho and ttf-japanese-gothic)\", thanks to Nobuhiro", + " Iwamatsu (Closes: #440931).", + " * Drop unsupported docbook-xml format from the doc-base file for the", + " debconf specification.", + " * Remove inactive uploaders and add Russ Allbery.", + " * Update Standards-Version to 3.7.3 (no changes required)." + ], + "closes" : [ + 294962, + 361418, + 363133, + 382612, + 392594, + 402975, + 412634, + 413575, + 418444, + 420701, + 424212, + 431813, + 435207, + 440931, + 448035 + ], + "epoch" : 1196663635, + "timestamp" : "2007-12-03T06:33:55Z", + "version" : "3.7.3.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.7.2.2) unstable; urgency=low", + "", + " * Bug fix: \"clarify 12.3 Additional documentation\", thanks to Peter", + " Eisentraut (Closes: #367697).", + " * Bug fix: \"debian-policy: s/dependcy/dependency/\", thanks to Justin", + " Pryzby (Closes: #375508).", + " * Bug fix: \"various spelling mistakes\", thanks to Nico Golde", + " (Closes: #375728).", + " * Bug fix: \"debian-policy: typo\", thanks to Peter Samuelson", + " (Closes: #376104).", + " * Bug fix: \"debian-policy: [PROPOSAL] maintainer scripts must not be", + " world writable\", thanks to Kari Pahula (Closes: #376438).", + " * Bug fix: \"policy-process: s/ a a / a /; s/peoples/people's/;", + " s/intiated/initiated/; s/participattion the/participation in the/? add", + " quotes; s/was a larger/a larger/?\", thanks to Justin Pryzby", + " (Closes: #377215).", + " * Bug fix: \"[PROPOSAL] Include the GFDL in the set shipped in", + " /usr/share/common-licenses\", thanks to Adeodato Simó. However, it is", + " premature to tell packages to use the common licenses file until we", + " actually ship the license in /usr/share/common-licenses/ (Closes: #378386).", + " * Bug fix: \"circular dependencies, improved guarantees\", thanks to Ian", + " Jackson (Closes: #379630).", + " * Bug fix: \"section on invoke-rc.d doesn't make sense\", thanks to Peter", + " Eisentraut (Closes: #380692).", + " * Bug fix: \"policy: postinst doesn't document typical abort-remove", + " case\", thanks to Justin Pryzby. Removed all such comments. This is not", + " the place to document such material. (Closes: #373212).", + " * Bug fix: \"use of "invoke-rc.d $PACKAGE stop || exit $?" in", + " prerm scripts\", thanks to Lars Wirzenius (Closes: #370471).", + " * Bug fix: \"debian-policy: Inconsistent requirements wrt bashisms\",", + " thanks to Frank Küster (Closes: #367531).", + " * Bug fix: \"debian-policy: s/with With/with /\", thanks to Justin Pryzby", + " (Closes: #379974).", + " * Bug fix: \"debian-policy: \"$RET\" not \"RET\"\", thanks to Justin Pryzby", + " (Closes: #386178).", + " * Bug fix: \"debian-policy: Spelling error in chapter 9.1.1:", + " exceptiions\", thanks to Andreas Janssen (Closes: #388302).", + " * Bug fix: \"[PROPOSAL] Document ~ behavior in version numbers\", thanks", + " to Jakob Bohm (Closes: #382612).", + " * Bug fix: \"debian-policy: [ACCEPTED] Request for the 'stardict'\",", + " thanks to Andrew Lee (Closes: #385935).", + " * Bug fix: \"[ACCEPTED] virtual package 'lzh-archiver' -- an LZH archiver", + " package\", thanks to Ying-Chun Liu (PaulLiu) (Closes: #387027)." + ], + "closes" : [ + 367531, + 367697, + 370471, + 373212, + 375508, + 375728, + 376104, + 376438, + 377215, + 378386, + 379630, + 379974, + 380692, + 382612, + 385935, + 386178, + 387027, + 388302 + ], + "epoch" : 1159828283, + "timestamp" : "2006-10-02T22:31:23Z", + "version" : "3.7.2.2" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.7.2.1) unstable; urgency=low", + "", + " * Bug fix: \"debian-policy: s/control are/&a/; s/stats/status/;", + " s/and/an/; s/'/"/; s/rewind/unwind/; s/fact/& that/; s/like", + " like/look like/;\", thanks to Justin Pryzby (Closes: #372147).", + " * Bug fix: \"debian-policy: Minor typo in footnote 53\", thanks to Jordà", + " Polo (Closes: #372497).", + " * Bug fix: \"debian-policy: Typo in 9.1.1: "'..' character"", + " should be "'.' character"\", thanks to Matt Zagrabelny", + " (Closes: #372522).", + " * Bug fix: \"debian-policy: More typos in upgrading-checklist.txt\",", + " thanks to Kevin B. McCarty (Closes: #366466).", + " * Bug fix: \"typo: package remains in and "Installed' state\", thanks", + " to Sam Hocevar \\(Debian packages\\) (Closes: #369413).", + " * Bug fix: \"debian-policy: Cleanup build-dependencies\", thanks to Stefan", + " Huehner (Closes: #366032).", + " * Bug fix: \"debian-policy: 2.2 should be named 'categories'\", thanks to", + " Thomas Weber (Closes: #369912).", + " * Bug fix: \"debian-policy: old postinst abort-upgrade, not new\", thanks", + " to Justin Pryzby. The fix was thanks to Margarita Manterola", + " (Closes: #372148).", + " * Bug fix: \"policy: please say which control fields can line-wrap\",", + " thanks to Peter Samuelson (Closes: #372731).", + " * Bug fix: \"debian/copyright should be mentioned in source section\",", + " thanks to Ian Jackson (Closes: #369011).", + " * Bug fix: \"GNU office not on Temple Place anymore\", thanks to Dan", + " Jacobson (Closes: #366889)." + ], + "closes" : [ + 366032, + 366466, + 366889, + 369011, + 369413, + 369912, + 372147, + 372148, + 372497, + 372522, + 372731 + ], + "epoch" : 1150780699, + "timestamp" : "2006-06-20T05:18:19Z", + "version" : "3.7.2.1" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.7.2.0) unstable; urgency=low", + "", + " * Revert the cgi-lib change.", + " * Bug fix: \"Clarification for difference between Build-Depends and", + " Build-Depends-Indep (Section 7.6)\", thanks to Christoph Berg", + " Note that this is not part of policy, just an informative footnote.", + " (Closes: #328951).", + " * Bug fix: \"debian-policy: Typo in policy 5.6.3: semantic meaning\",", + " thanks to Thijs Kinkhorst (Closes: #365907)." + ], + "closes" : [ + 328951, + 365907 + ], + "epoch" : 1146697639, + "timestamp" : "2006-05-03T23:07:19Z", + "version" : "3.7.2.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.7.1.0) unstable; urgency=low", + "", + " * Bug fix: \"[PROPOSAL] 11.9: document handling of directories permission", + " when upgrading\", thanks to Bill Allombert (Closes: #136318).", + " * Bug fix: \"[DISCUSS] documentation of the \"-fPIC\" constraint\", thanks", + " to Loïc Minier. Clarified when it may be reasonable to violate the standard", + " directive that shared libraries must be compiled with -fPIC, and", + " static libraries without, added the protocol to be followed when", + " doing so. (Closes: #329762).", + " * Bug fix: \"Minor typo in upgrading checklist\", thanks to David", + " Weinehall (Closes: #364982).", + " * Bug fix: \"Typo in upgrading-checklist\", thanks to David Weinehall", + " (Closes: #364983).", + " * Bug fix: \"typo in debian policy section 10.9.1\", thanks to Miguel Gea", + " Milvaques (Closes: #365058).", + " * Bug fix: \"debian-policy: The section 11.8.5 needs some", + " clarifications\", thanks to Robert Luberda (Closes: #365356).", + " * Bug fix: \"11.8.7: X11R7 puts headers in /usr/include/X11\", thanks to", + " Drew Parsons (Closes: #365510).", + " * Bug fix: \"debian-policy: typo in policy-process:", + " "Guideliens"\", thanks to Lars Wirzenius (Closes: #360518).", + " * Bug fix: \"debian-policy: repeated word in section 10.4\", thanks to", + " Russ Allbery (Closes: #364985).", + " * Bug fix: \"typo in debian-policy\", thanks to Miguel Gea Milvaques", + " (Closes: #365323)." + ], + "closes" : [ + 136318, + 329762, + 360518, + 364982, + 364983, + 364985, + 365058, + 365323, + 365356, + 365510 + ], + "epoch" : 1146673062, + "timestamp" : "2006-05-03T16:17:42Z", + "version" : "3.7.1.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.7.0.0) unstable; urgency=low", + "", + " * Bug fix: \"[PENDING AMENDMENT 20/01/2000] Splitting cgi-bin\", thanks to", + " Brian White. (Closes: #32263).", + " * Bug fix: \"debian-policy: [PROPOSAL] Should update to Filesystem", + " Hierarchy Standard FHS 2.3\", thanks to Tobias Burnus", + " (Closes: #230217, #212434, #344158).", + " * Bug fix: \"[AMENDMENT 11/04/2006] Permit multi-line fields in", + " debian/control\", thanks to John R. Daily. Mention that all fields,", + " except the Uploaders, are supposed to be a single logical line, which", + " may be spread over multiple physical lines (newline followed by space", + " is elided). Also mention that anything parsing the control file must", + " allow for a multi-line uploaders field. (Closes: #148194).", + " * Bug fix: \"[AMENDMENT 12/04/2004] frown on programs in PATH with", + " language extentions\", thanks to Joey Hess. (Closes: #190753).", + " * Bug fix: \"init script stop example should use --oknodo\", thanks to", + " Matt Kraai. Removed the example entirely. (Closes: #346598).", + " * Bug fix: \"policy 12.5: Please recommend a sane practice WRT different", + " gpl versions (was: Re: RFC/RFS: beef - a flexible BrainFuck", + " interpreter)\", thanks to Justin Pryzby. The subject leaves something", + " to be desired, but polic should not attempt to enumerate all common", + " licenses. (Closes: #355263).", + " * Bug fix: \"debian-policy: Conflicting Architecture definitions\", thanks", + " to Hans Ulrich Niedermann. Punt to dpkg-architecture to providing", + " legal architecture strings, since that's what is used by everyone", + " anyway. The version in policy was wrong, but that s=does not seem to", + " have hindered anyone, which indicates that this policy directive was", + " uneeded. Now the dpkg-architecture list is deemed authoritative, which", + " it is, but the format for the string is defined by policy, and the", + " current list of architecture strings is in an informative foot note.", + " (Closes: #357613).", + " * Bug fix: \"[AMENDMENT 06/04/2006] Make use of invoke-rc.d, if", + " available, mandatory\", thanks to Lars Wirzenius. (Closes: #361137).", + " * Bug fix: \"no longer current regarding X font paths\", thanks to Joey", + " Hess (Closes: #362247).", + " * Bug fix: \"debian-policy: please prohibit circular dependencies, or", + " mention that dependencies won't be respected during prerm remove\",", + " thanks to Justin Pryzby. Well, we did not prohibit circular", + " dependencies. But we do now have a warning that In case of circular", + " dependencies, since installation or removal order honoring the", + " dependency order can't be established, dependency loops are broken at", + " some random point, and some packages may not be able to rely on their", + " dependencies being present when being installed or removed, depending", + " on which side of the break of the circular dependcy loop they happen", + " to be on. (Closes: #362975).", + " * Bug fix: \"8.6.4. Providing a `shlibs' file: s/should create/must", + " provide/\", thanks to Christoph Berg. Clarified the wording.", + " (Closes: #341232).", + " * Bug fix: \"debian-policy: Chapter 6 - Package maintainer scripts:", + " redundant info about exit status\", thanks to Daniel Bonniot", + " (Closes: #349010).", + " * Bug fix: \"debian-policy: Refers to upgrading-checklist.txt instead of", + " upgrading-checklist.txt.gz\", thanks to Matt Kraai (Closes: #349775).", + " * Bug fix: \"debian-policy: dpkg-gencontrol now uses -isp by default\",", + " thanks to Guillem Jover (Closes: #359817).", + " * Bug fix: \"[PROPOSAL] unclear recommendation for debconf w/", + " dpkg-statoverride\", thanks to Eduard Bloch (Closes: #199849).", + " * debian-policy: please support Watch file as recommendation, thanks to", + " Bluefuture (Closes: #342611).", + " * Bug fix: \"[PROPOSED] Mandate http servers to provide httpd-cgi as", + " relevenat\", thanks to Uwe Hermann. This is already supported by the", + " http servers out there. (Closes: #117916)." + ], + "closes" : [ + 32263, + 117916, + 148194, + 190753, + 199849, + 212434, + 230217, + 341232, + 342611, + 344158, + 346598, + 349010, + 349775, + 355263, + 357613, + 359817, + 361137, + 362247, + 362975 + ], + "epoch" : 1146027376, + "timestamp" : "2006-04-26T04:56:16Z", + "version" : "3.7.0.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.6.2.2) unstable; urgency=low", + "", + " [ Manoj ]", + " * Bug fix: \"policy is out of date re tasks and tasksel\", thanks to Joey", + " Hess. Removed the section from policy. (Closes: #344310).", + " * Bug fix: \"debian-policy: Please remove virtual package cron-daemon\",", + " thanks to Steve Greenland (Closes: #257726).", + " * Bug fix: \"debian-policy: incorrect tar example deb manipulation\",", + " thanks to Bob Proulx (Closes: #224770).", + " * Bug fix: \"Probable typo in 10.1 install -s miss INSTALL =\", thanks to", + " Bill Allombert (Closes: #341992).", + " * Bug fix: \"debian-policy: postinst abort-remove (6.7) not present in", + " summary (6.4)\", thanks to Ferenc Wagner (Closes: #338493).", + " * Bug fix: \"UTF-8 footnote is out of date (pre-sarge)\", thanks to Martin", + " Michlmayr (Closes: #337539).", + " * Bug fix: \"debian-policy: Typo in perl-policy\", thanks to Tibor Csögör", + " (Closes: #334913).", + " * Bug fix: \"debian-policy: Outdated FSF postal address in Copyright", + " Notice\", thanks to Jean-Marc Ranger (Closes: #334819).", + " * Bug fix: \"debian-policy: §6.5 (3)(1): missing "Error", + " unwind:" for "new-postrm abort-upgrade"\", thanks to", + " Henning Makholm (Closes: #321792).", + " * Bug fix: \"debian-policy: typo in §5.6.3: co-maintaintainers\", thanks", + " to Henning Makholm (Closes: #321790).", + " * Bug fix: \"debian-policy: typos in sect 9.3.1: "ends .sh",", + " "rather that"\", thanks to Thijs Kinkhorst (Closes: #343933).", + " * Bug fix: \"debian-policy: Unclear wording of ldconfig requirements in", + " section 8.1.1\", thanks to Ben Finney (Closes: #318214).", + " * Bug fix: \"debian-policy: Typo in 8.6.2: ${shlib:Depends} must be", + " ${shlibs:Depends}\", thanks to Thijs Kinkhorst (Closes: #318147).", + " * Bug fix: \"debian-policy: gzipped fhs-2.3 documentation is corrupt\",", + " thanks to Gabor Gombas (Closes: #340189).", + " * Bug fix: \"Section 6.3 should reference 3.10.1\", thanks to Marc 'HE'", + " Brockschmidt (Closes: #326633).", + " * Bug fix: \"debian-policy: section 2.2 refers to no-longer existant", + " non-US repository sections\", thanks to Martin-Eric Racine", + " (Closes: #315470)." + ], + "closes" : [ + 224770, + 257726, + 315470, + 318147, + 318214, + 321790, + 321792, + 326633, + 334819, + 334913, + 337539, + 338493, + 340189, + 341992, + 343933, + 344310 + ], + "epoch" : 1135522072, + "timestamp" : "2005-12-25T14:47:52Z", + "version" : "3.6.2.2" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.6.2.1) unstable; urgency=low", + "", + " * Bug fix: \"debian-policy: Typo in upgrading-checklist.txt.gz\", thanks", + " to Romain Francoise. Added the missing /. (Closes: #314569).", + " * Bug fix: \"x-session-manager already in use, so please add to", + " virtual-package-names-list.txt\", thanks to Christopher Martin", + " (Closes: #313626).", + " * Bug fix: \"[ACCEPTED] SRFI 22 names for Scheme implementations\", thanks", + " to Jorgen Schaefer (Closes: #310113).", + " * Bug fix: \"debian-policy: please add x-display-manager to", + " virtual-package-names-list.txt\", thanks to Jon Dowland (Closes: #294633)." + ], + "closes" : [ + 294633, + 310113, + 313626, + 314569 + ], + "epoch" : 1119073694, + "timestamp" : "2005-06-18T05:48:14Z", + "version" : "3.6.2.1" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.6.2.0) unstable; urgency=low", + "", + " Manoj:", + " * Bug fix: \"policy 11.5.3 refers to using the menu package to register", + " docs\", thanks to Joey Hess (Closes: #222553).", + " * Bug fix: \"[PROPOSAL] Document Uploaders: field in policy\", thanks to", + " Andrew Pollock. Andreas Metzler provided the wording, though it was", + " modified during inclusion. (Closes: #203145).", + " * Bug fix: \"debian-policy: Minor grammatical correction in section 9.4\",", + " thanks to Eric Evans. I rejected the proposed change, instead I went", + " over the whole policy document and removed all he/she/him/her", + " constructs before the gender police jump all over me. (Closes: #273122).", + " * Bug fix: \"XSI:ism in prerm and postinst\", thanks to David Weinehall", + " (Closes: #260092).", + " * Bug fix: \"debian-policy: please clarify section 12.7.\", thanks to", + " Adrian Bunk. Added a clarifying footnote that makes it clear that", + " section 12.3 does not allow one to ignore section 12.7 (Closes: #276953).", + " *", + " * Bug fix: \"debian-policy: should not ship generated files in source", + " archive, and should clean them from the tree\", thanks to Branden", + " Robinson (Closes: #284967).", + " * Bug fix: \"debian-policy: Detailed description of maintainer script", + " calls (Section 6.5) is incomplete\", thanks to Nikolaus Schulz", + " and Thomas Hood. What happens when error unwinding itself runs into", + " problems is perhaps not discussed as completely as it should be.", + " (Closes: #286549).", + " * Bug fix: \"9.3.3.2 "command -v" example needs tweaking\",", + " thanks to Thomas Hood. Instead of the massively complex shenanigans", + " suggested in the bug report, just use which. which lives in an", + " essential package, so can be used in the preinst of packages.", + " (Closes: #291026).", + " * Bug fix: \"debian-policy: please clarify/loosen the policy on rewriting", + " history\", thanks to Frank Küster. Since this was not really a", + " directive, but merely an expression of an opinion, moved it into an", + " informative footnote. (Closes: #290270).", + " * Bug fix: \"debian-policy: virtual package request: mpd-client\", thanks", + " to Eric Wong (Closes: #270020).", + " * Bug fix: \"[ACCEPTED 2005/02/04]: \"libexec\", or use of \"lib\" for", + " binaries in lib* packages\", thanks to Junichi Uekawa", + " (Closes: #146023).", + " * Bug fix: \"debian-policy: virtual package: flexmem\", thanks to Bartosz", + " Fenski aka fEnIo (Closes: #239359).", + " * Bug fix: \"Please clarify Section 2.5. required <-> essential\",", + " thanks to Adrian Bunk. Clarified the section. (Closes: #216104).", + " * Bug fix: \"debian-policy: Please remove virtual package", + " aspell-dictionary\", thanks to Brian Nelson (Closes: #295939).", + " * Bug fix: \"[AMENDMENT 18/02/2002] Where to place web-accessible", + " images\", thanks to Tollef Fog Heen (Closes: #89867).", + " * Bug fix: \"debian-policy: erroneous enumeration in prebuilt policy.*", + " files\", thanks to Nikolaus Schulz. I am hoping that this shall go away", + " when we rebuild. (Closes: #286553).", + " * Bug fix: \"please make names of alternate versions links\", thanks to", + " Robert Cheramy. Added HTTPPATH elements that should provide the URL's", + " as well as the hyperlinks. (Closes: #308886).", + " * Bug fix: \"www.debian.org: Misspelling in Policy Manual\", thanks to", + " Roberto C. Sanchez Various spelling errors were also corrected in a", + " spell check run. (Closes: #309162)." + ], + "closes" : [ + 89867, + 146023, + 203145, + 216104, + 222553, + 239359, + 260092, + 270020, + 273122, + 276953, + 284967, + 286549, + 286553, + 290270, + 291026, + 295939, + 308886, + 309162 + ], + "epoch" : 1118971637, + "timestamp" : "2005-06-17T01:27:17Z", + "version" : "3.6.2.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.6.1.1) unstable; urgency=low", + "", + " Manoj:", + " * [AMENDMENT 15/09/2003] Move documentation of behavior of ancient dpkg", + " in 6.6 to a footnote. closes: Bug#209855", + " * Fix the outdated link for the mime subpolicy. closes: Bug#212153", + " * Fix a missing comma in the list of sections closes: Bug#215524", + " * Fix spelling of sysv-rc closes: Bug#215558", + " * [AMENDMENT 28/03/2004] ${perl:Depends} documentation", + " incomplete. Added an informative foot note stating that dependencies", + " caused by versioned uses and on separately packaged modules are not", + " included in this variable and must be explicitly included.", + " closes: Bug#202054", + " * Clarified that section 3.2.1 refers to the date based postion of the", + " version number, if not already clear from the context. This allows", + " developers leeway in selecting date based version numbers for their", + " packages, without loosing the advantages of the format specified in", + " this section. closes: Bug#248618", + " * Bug fix: \"Broken link to virtual-package-names-list.txt in section", + " 3.6\", thanks to Carlos O'Donell (Closes: #248786).", + " * Bug fix: \"Broken link to debconf_specification.txt.gz in section", + " 3.10.1 of the Debian Policy manual.\", thanks to Carlos O'Donell and", + " Scott C.MacCallum <scm@madoshi.com> (Closes: #248788, 247761).", + " * Bug fix: \"missing commas in subsections list\", thanks to Filippo", + " Giunchedi (Closes: #236614).", + " * Bug fix: \"debian-policy: policy-process, broken URL\", thanks to Manoj", + " Srivastava (Closes: #244969).", + " * Bug fix: \"bad reference to debconf-devel(8) has to be (7)\", thanks to", + " Kevin Price (Closes: #247143).", + " * Bug fix: \"debian-policy: Small wording change\", thanks to Mike Paul", + " (Closes: #252392).", + " * Bug fix: \"debian-policy: broken URL: CSH Programming Considered", + " Harmful\", thanks to Steven Augart (Closes: #253324).", + " * Bug fix: \"New virtual package: cron-daemon\", thanks to Adam Byrtek", + " (Closes: #252086).", + " Josip:", + " * Fixed detection of invoke-rc.d's existence, closes: #218530.", + " * Generalized the dpkg-shlibdeps example and added a current example in a", + " footnote, set proper section ids and linked the d-sd section better,", + " closes: #50565.", + " * Clarified the section about the Architecture field and added footnotes", + " to indicate recommended actions, closes: #51832.", + " * Updated PGP references, closes: #68827.", + " * Linked f-Format in the list of fields of the .dsc file, not mandatory", + " according to my skimming of dpkg-source, closes: #70742.", + " * Fixed the command line required to output the copyright file,", + " closes: #75508.", + " * Removed the long obsolete notion of specific directory names within", + " source tarballs, closes: #79210.", + " Andi:", + " * sgml-dtd was moved, fix FTBFS. Closes: #241683", + " * fix link to WM specification. Closes: #235484", + " * manpage -> man page. Closes: #232364, #238958", + " * language adjustment. Closes: #227762", + " * added virtual packages stardict-dictionary, inetd-superserver.", + " Closes: #185943, #237049" + ], + "closes" : [ + 50565, + 51832, + 68827, + 70742, + 75508, + 79210, + 185943, + 202054, + 209855, + 212153, + 215524, + 215558, + 218530, + 227762, + 232364, + 235484, + 236614, + 237049, + 238958, + 241683, + 244969, + 247143, + 247761, + 248618, + 248786, + 248788, + 252086, + 252392, + 253324 + ], + "epoch" : 1088197658, + "timestamp" : "2004-06-25T21:07:38Z", + "version" : "3.6.1.1" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.6.1.0) unstable; urgency=low", + "", + " Josip:", + " * Removed obsolete section on obsolete constructs and libraries,", + " closes: #193748.", + " Manoj:", + " * Change reference to the debconf introduction from kitenet to a debian", + " hosted server. closes: Bug#187297", + " * Added myspell-dictionary to the virtual packages list closes: Bug#203728", + " * Fix the restart action in the init.d/bind example; it now uses", + " --oknodo so that the action does not fail when the service is not", + " running. closes: Bug#187250", + " * invoke-rc.d and update-rc.d are now in the sysv-rc package instead of", + " the sysvinit package. Fixed a reference in policy. closes: Bug#200440", + " * Note that postinst abort-remove is called if there is an error while", + " removing the package. closes: Bug#188030", + " * [AMENDMENT 2003/08/03] Make Debconf the standard for prompting the", + " user closes: Bug#176506" + ], + "closes" : [ + 176506, + 187250, + 187297, + 188030, + 193748, + 200440, + 203728 + ], + "epoch" : 1061296090, + "timestamp" : "2003-08-19T12:28:10Z", + "version" : "3.6.1.0" + }, + { + "author" : "Josip Rodin <joy-packages@debian.org>", + "changes" : [ + "", + "debian-policy (3.6.0) unstable; urgency=low", + "", + " Josip:", + " * Restructured Policy, closes: #189306.", + " + Many packaging manual appendices that were integrated into policy", + " sections are now empty, and replaced with links to the Policy.", + " In particular, the appendices that included the list of control", + " fields were updated (new fields like Closes, Changed-By were added)", + " and the list of fields for each of control, .changes and .dsc files", + " is now in Policy, and they're marked mandatory, recommended or", + " optional based on the current practice and the behaviour of the", + " deb-building toolchain.", + " + Elimination of needlessly deep section levels, primarily in the", + " chapter Debian Archive, from which two new chapters were split out,", + " Binary packages and Source packages. What remained was reordered", + " properly, that is, some sect1s became sects etc.", + " + Several sections that were redundant, crufty or simply not designed", + " with any sort of vision, were rearranged according to the formula that", + " everything should be either in the same place or properly interlinked.", + " Some things remained split up between different chapters when they", + " talked about different aspects of files: their content, their syntax,", + " and their placement in the file system. In particular, see the new", + " sections about changelog files.", + " Manoj:", + " * Added Games/Simulation to menu subpolicy closes: Bug#194974", + " * Added Apps/Education to menu subpolicy closes: Bug#194972", + " * [ACCEPTED]: Debian changelogs should be UTF-8 encoded. Changed the", + " wording from a should to a may; since a should would make an unknown", + " number of packages insta buggy. A reuest makes all these wishlist", + " bugs; we can raise the severity in a later version of policy.", + " closes: Bug#174982", + " * Added LANG=C before the debiandoc2X invocations, this ensures that the", + " resulting documents do not get converted to the locale on the building", + " machine. This answers some of the issues mentioned in Bug#175064", + " * [AMENDMENT 02/05/2003] encourage packagers to systematically prevent", + " mis-linked libraries closes: Bug#191369", + " * [AMENDMENT 6/6/2003] build-depends-indep need not be satisfied", + " during clean target. closes: Bug#191411, Bug#178809", + " * Fixed the fact that section 7.5.1 does not describe dpkg's true", + " behavior. Now added a footnote that explains that replaces is a one", + " way relationship. closes: Bug#183195", + " * Could no longer find the misspelling \"seciton\", thus this must have", + " been fixed in a previous change in the manual. closes: Bug#193903", + " * Fixed an incorect /usr/share/common-licences/GPL reference, ensured a", + " consistent spelling across the manuals. closes: Bug#189516", + " * Removed an extraneous > in menu policy. closes: Bug#187615", + " * Fixed typos, and part of the report that was deemed valid; the other", + " changes suggested were incorrect, or style issues. closes: Bug#169744", + " * updated the section numbers in the upgrading checklist", + " for the restructuring" + ], + "closes" : [ + 169744, + 174982, + 178809, + 183195, + 187615, + 189306, + 189516, + 191369, + 191411, + 193903, + 194972, + 194974 + ], + "epoch" : 1057766495, + "timestamp" : "2003-07-09T16:01:35Z", + "version" : "3.6.0" + }, + { + "author" : "Josip Rodin <joy-packages@debian.org>", + "changes" : [ + "", + "debian-policy (3.5.10.0) unstable; urgency=low", + "", + " Josip:", + " * Fixed date, typos and added indentation in the virtual packages list,", + " closes: #182792.", + " * Changed the formatting of the link to the authors section to avoid", + " confusion in the debiandoc2txt output, closes: #185985.", + " * Fixed various typos, closes: #189274, #187418, #187422, #189654.", + " * Removed broken link to csh.whynot on CPAN, closes: #187567.", + " * Updated archive section list, closes: #187420.", + " * Stop attaching byhand tarballs, cf. bug #184082.", + " Manoj:", + " * Clarify x-terminal-emulator virtual package eligibility, in an", + " extention to an informative footnote. closes: Bug#165063", + " * Add 40 points, not 20, when the window manager is compliant with \"The", + " Window Manager Specification Project\". closes: Bug#167004", + " * Fixed reference to the debconf URL (we can change the URL as it", + " changes again, and I don't think any additional load would accrue", + " since people using the old URL were redirected to auric anyway).", + " closes: Bug#184518", + " * Inserted the word only in the package name section. closes: Bug#184368", + " * Amended the section about Prompting in maintainer scripts. Added a", + " footnote (quoting from the Jargon File) to explain what \"by hand\"", + " means in a computer context. closes: Bug#184507" + ], + "closes" : [ + 165063, + 167004, + 182792, + 184368, + 184507, + 184518, + 185985, + 187418, + 187420, + 187422, + 187567, + 189274, + 189654 + ], + "epoch" : 1052586830, + "timestamp" : "2003-05-10T17:13:50Z", + "version" : "3.5.10.0" + }, + { + "author" : "Manoj Srivastava <srivasta@acm.org>", + "changes" : [ + "", + "debian-policy (3.5.9.0) unstable; urgency=low", + "", + " Josip:", + " * Added missing bits of information about Description: fields from", + " the old Packaging manual, closes: #172022", + " * Fixed a stale reference to the \"base system maintainer\" to", + " base-passwd maintainer, closes: #174927", + " * Fixed an accidental change from /usr/share/package to /usr/share/doc in", + " the paragraph about not depending on /usr/share/doc/package,", + " closes: #174048", + " * Fixed several errors reported by Guenther Palfinger, with some help from", + " Richard Braakman, closes: #177205, #177206, #177207, #177208, #177209", + " * Added versions to links and docbook-xml source-dependencies, hopefully", + " fixes the bug with potato, and even if it doesn't, I don't care :)", + " closes: #103459", + " * Fixed typos in the debconf spec noticed by Jay Bonci, closes: #178455", + " * Clarified that using Build-Depends for build-dependencies is not a \"may\"", + " but a \"should\", added proper linking among various sections dealing with", + " the dependencies so that there is no confusion, closes: #87510", + " If any one of those poor, misguided people ;) still thinks that the", + " requirement should be a \"must\" (in _our_ meaning, not RFC \"MUST\"),", + " please file a new bug, as it's quite unproductive to have to sift", + " through a 152-page bug log which mostly goes back-and-forth with", + " explanations how policy should work, occasionally sprinkled with", + " offtopic stuff, too.", + " * When asked to restart a service that isn't already running, the init", + " script should start it, closes: #60979", + " * Rephrased section on configuration files to remove confusing use of", + " \"should\", closes: #170019", + " * Rearranged the shared library information properly, closes: #109166", + " This change also centralizes the info on how to ship static libraries", + " in one place (hopefully not too ambiguous), closes: #93975", + " * Allow examples to be placed in /usr/share/doc/package/ in packages", + " that are meant to provide examples, closes: #69864", + " * Removed several references to the Policy manual etc in the stuff", + " imported from old packaging manual, closes: #181923", + " * Fixed too greedy wildcard match in the logrotate example,", + " closes: #183544" + ], + "closes" : [ + 60979, + 69864, + 87510, + 93975, + 103459, + 109166, + 170019, + 172022, + 174048, + 174927, + 177205, + 177206, + 177207, + 177208, + 177209, + 178455, + 181923, + 183544 + ], + "epoch" : 1047062116, + "timestamp" : "2003-03-07T18:35:16Z", + "version" : "3.5.9.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.5.8.0) unstable; urgency=low", + "", + " Manoj", + " * Added example for why one may call ldconfig anywhere in the", + " postsint. closes: Bug#120585", + " * Add the modifications about base system, as opposed to the soon to be", + " obsolete base section (I assume it is) closes: Bug#53582", + " * Rearranged the virtual packages list. closes: Bug#72980", + " * This is basically an attempt to ratify the current practice of using", + " debhelper in the clean target. Currently, policy does not require", + " debhelper to be installed when the clean target is run, even though it", + " is in the build-depends field. This was a simple oversight.", + " closes: Bug#164035", + " * No longer depend on fileutils. closes: Bug#167425", + " * Added the Apps/Science menu section closes: Bug#162812", + " * Applied text patch from Joey Hess to the debconf spec simply make it", + " conform to the reality of how some things work now. This is part of an", + " effort to make debconf and cdebconf better substitutes for each", + " other. Since it was not an XML patch, no special markup is present in", + " the new content, except where I made guesses. closes: Bug#160776", + " * Clarify section 13.3. closes: Bug#160248", + " * Removed the undocumented(7) hack requirement. closes: Bug#39830", + " Josip", + " * Removed the obsolete notion of documenting changes within the copyright", + " file, closes: Bug#65764" + ], + "closes" : [ + 39830, + 53582, + 65764, + 72980, + 120585, + 160248, + 160776, + 162812, + 164035, + 167425 + ], + "epoch" : 1037342214, + "timestamp" : "2002-11-15T06:36:54Z", + "version" : "3.5.8.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.5.7.1) unstable; urgency=low", + "", + " * Fix the debconf spec to (postinst -> postrm) closes: Bug#129375, Bug#160839", + " * Fix update-rc.d example, mention that changing run-levels or priority", + " may require removing and re-creating the symbolic links. closes: Bug#149709", + " * Fix the groff and col -b interaction closes: Bug#164755", + " * Added section numbers to upgrading checklist closes: Bug#160914", + " * Fixed typo KB_Backspace -> KB_BackSpace", + " * Clarify wording in the section about ChangeLog files to allow for", + " symbolic links in /usr/share/doc/ directory (was already allowed in a", + " previous section of policy 13.6) closes: Bug#111137", + " * Removed a spurious + from text. closes: Bug#160908", + " * Added a note in the debconf spec to consult debconf-devel(8) for", + " details. closes: Bug#133030", + " * Added a reference to the local copy of the FHS. closes: Bug#122928", + " * Updated reference to ash (dash). This implements the non controversial", + " parts of Bug#161455." + ], + "closes" : [ + 111137, + 122928, + 129375, + 133030, + 149709, + 160839, + 160908, + 160914, + 164755 + ], + "epoch" : 1035655969, + "timestamp" : "2002-10-26T18:12:49Z", + "version" : "3.5.7.1" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.5.7.0) unstable; urgency=low", + "", + " * Fixed some broken hrefs in links", + " * No longer use local debiandoc stuff (it's been fixed upstream)", + " * Added table of contents (index.html) to policy-process.sgml, fixing", + " the new error reported to bug #137521 closes: Bug#137521", + " * Fixed a couple of typos closes: Bug#139832", + " * Ran through the policy document looking for long instances of text in", + " the <tt> tag, and changed it to <file> where appropriate. This is", + " since the <file> tag can handle line breaking, but the <t> flag does", + " not. closes: Bug#139820", + " * Change the requirement to ask permission to make devices to merely", + " requiring a notification. closes: Bug#106280", + " * Added a build dependson docbook utils. closes: Bug#154660", + " * Since this is being built with a newer version of debiandoc-sgml, this", + " should display better with lynx. closes: Bug#153704", + " * Add in the crypto-in-main amendment. closes: Bug#81852, Bug#144411", + " * we no longer have task packages, instead, we define tasks using a", + " special field in the control file (and these should be added only", + " after discussion on the mailing lists) closes: Bug#97755", + " * Clarify wording in the section for packages providing fonts.", + " closes: Bug#109672", + " * Fix the doc base file for policy process closes: Bug#137521, Bug#147554", + " closes: Bug#146756", + " * using set -e is not dubious advice. Rejecting this. closes: Bug#139969", + " * Make the directory one is building under ./debian/ be up to the", + " maintainer, instead of mandating ./debian/tmp/ closes: Bug#144297", + " * Add a standards version closes: Bug#145067", + " * Added virtual package debconf-2.0 closes: Bug#151328", + " * Added The Window Manager Specification Project support to the default", + " window manager selection mechanism closes: Bug#155680", + " * The confusion between /var/mail and /var/spool/mail seems to have been", + " disambiguated. closes: Bug#114949", + " * Mention the new Build-Depend-Indep semantic and the new", + " build-indep/build-arch rules in upgrading checklist closes: Bug#116134", + " * Made package naming rules in policy consistent. I did not eliminate", + " the duplication, since I don't want to make major changes to the flow,", + " since we are supposed to be re-writing policy anyway. closes: Bug#131441", + " * Clarified wording about cases where we may have concrete and virtual", + " packages with the same name. closes: Bug#134977", + " * Fixed typo 'be be' closes: Bug#138681", + " * Fixed typo in appendix G -- example of diversion closes: Bug#140697", + " * fix typo shlib: -> shlibs: closes: Bug#141903", + " * Provide a link between two sections dealing with virtual packages.", + " closes: Bug#143770", + " * Fixed xtifr's email address in the menu policy closes: Bug#152965", + " * Allow shared library names to be have a hyphen between library name", + " and soversion if the library name ends in a number. closes: Bug#100472", + " * Permit some libraries to only install static libs. closes: Bug#100346", + " * Remove the debug option, add noopt closes: Bug#157131, Bug#113525", + " * provide dhcp-client virtual package. closes: Bug#154142", + " * We do not need bits in policy that ``should not be enforced''.", + " closes: Bug#150456", + " * We are building this with the latest debianndoc-sgml. closes: Bug#146703", + " * Finish incorporating all of the accepted changes in Bug#72335, and", + " this closes: Bug#141307, Bug#156546", + " * Added virtual package aspell-dictionary closes: Bug#139067", + " * Added virtual package radius-server closes: Bug#118608", + " * Clarifying manual pages is not a policy issue. closes: Bug#112828", + " * Corrected the ldconfig handling instructions. closes: Bug#111025", + " * Not a policy issue. closes: Bug#106826", + " * Removed the /usr/doc/ symlink clause. closes: Bug#47298, Bug#69311" + ], + "closes" : [ + 47298, + 69311, + 81852, + 97755, + 100346, + 100472, + 106280, + 106826, + 109672, + 111025, + 112828, + 113525, + 114949, + 116134, + 118608, + 131441, + 134977, + 137521, + 138681, + 139067, + 139820, + 139832, + 139969, + 140697, + 141307, + 141903, + 143770, + 144297, + 144411, + 145067, + 146703, + 146756, + 147554, + 150456, + 151328, + 152965, + 153704, + 154142, + 154660, + 155680, + 156546, + 157131 + ], + "epoch" : 1030778282, + "timestamp" : "2002-08-31T07:18:02Z", + "version" : "3.5.7.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.5.6.1) unstable; urgency=low", + "", + " * Set the cotact information for the FHS contact, and add mention of the", + " FHS mailing list. closes: Bug#137172", + " * ftp://ftp.debian.org/debian/doc/package-developer/ certainly seems to", + " exist, and does contain the menu policy. closes: Bug#110711, Bug#121977", + " * Added java related virtual packages closes: Bug#110713", + " * Fixed confusion in appar4ently contradictory wording about /etc/init.d", + " scripts: clarified to emphasize that the init.d files _are_", + " configuration files, and they _must_ have local changes preserved,", + " either (if they are present in the .deb) by marking them as conffiles", + " or, if they do not exist in the .deb file, by any other means. This", + " does not change any requirements, and should have no affect on any", + " conformant packages. closes: Bug#132621", + " * Fixed error in doc-base file closes: Bug#137521", + " * fixed typo in virtual packages list closes: Bug#110446", + " * Fixed typo in upgrading checklist. closes: Bug#110705", + " * Fixed typo (dependencies) in the policy closes: Bug#122931", + " * Fixed grammar errors in the policy closes: Bug#126131", + " * While I am cleaning out bugs, these are old and the reporter no longer", + " wnats to pursue them, and there was never a consensus reached. If", + " there is interest, new bugs can be filed. closes: Bug#51411, Bug#51412", + " * Added the virtual package dict-client closes: Bug#122996", + " * Added the virtual package foomatic-data closes: Bug#123570", + " * Added the virtual packages {x-}audio-mixer closes: Bug#131781" + ], + "closes" : [ + 51411, + 51412, + 110446, + 110705, + 110711, + 110713, + 121977, + 122931, + 122996, + 123570, + 126131, + 131781, + 132621, + 137172, + 137521 + ], + "epoch" : 1016129813, + "timestamp" : "2002-03-14T18:16:53Z", + "version" : "3.5.6.1" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.5.6.0) unstable; urgency=low", + "", + " * Change footnote about urgency values to the now-current list: low,", + " medium, high, emergency.", + " * Correct note about /etc/default files being conffiles/config files,", + " which I mucked up (sorry Joey) [10.3.2]", + " * [AMENDMENT 2001/06/26] Downgrade emacs/tex to optional", + " closes: Bug#102204, Bug#53849", + " * [AMENDMENT 2001/06/26] Next stage in usr/doc -> usr/share/doc transition", + " closes: Bug#102199", + "", + " * [AMENDMENT 09/06/2001] Clarifying FHS policy closes: Bug#98291, Bug#60461", + " * Spelling correction closes: Bug#105625", + " * [AMMENDMENT 28/06/2001] Restrict http access to /usr/share/doc", + " closes: Bug#100631", + " * [AMENDMENT 23/5/2001] Optional build-arch and build-indep targets for", + " debian/rules closes: Bug#72335", + " * The old packaging manual is included in the policy document as an", + " informative appendix. It is not part of Debian Technical Policy, and", + " its presence is a temporary measure until dpkg documentation includes", + " the information provided. closes: Bug#105535", + " * Added information about optional blank lines in the chagelog format.", + " closes: Bug#105538" + ], + "closes" : [ + 53849, + 60461, + 72335, + 98291, + 100631, + 102199, + 102204, + 105535, + 105538, + 105625 + ], + "epoch" : 996029002, + "timestamp" : "2001-07-25T02:43:22Z", + "version" : "3.5.6.0" + }, + { + "author" : "Julian Gilbey <jdg@debian.org>", + "changes" : [ + "", + "debian-policy (3.5.5.0) unstable; urgency=low", + "", + " * Fixed up incorrect entries in the changelog (there was an erroneous", + " 3.5.0.1 revision which never happened; it has now been correctly", + " merged with the 3.5.3.0 changelog entry)", + " * Add section numbers to upgrading-checklist for all revisions from", + " 3.0.0 onwards", + " * Complete rewrite (and renumbering) of sections 9.1 and 9,2", + " * This time *really* include the HTML version of the FHS", + " * Added doc-base support for all of the HTML files", + " * Added several more files to the byhand list and rewrote chunks of", + " debian/rules to do this", + " * Add patched versions of debiandoc-sgml stuff to source package until", + " patches are incorporated upstream", + " * Versioned Build-Depend on debiandoc-sgml for fixed Text.pm", + " * Improved mkdir example in 10.1.2 closes: Bug#92744", + " * Made the \"where examples live\" entry in the upgrading-checklist", + " clearer (add \"for use by scripts\")", + " * Add a dpkg-statoverride description section closes: Bug#89473", + " * Fix the ldconfig usage description (remove \"only if\")", + " closes: Bug#89674", + " * Clarification of package priority issues vis-a-vis the X Windows", + " system closes: Bug#91249", + " * Enhanced x-terminal-emulator policy closes: Bug#91252", + " * Minor changes to X app-defaults policy closes: Bug#91259", + " * Clarification of X policy in respect to FHS closes: Bug#91260", + " * OpenMotif has the same rules as OSF/Motif closes: Bug#91261", + " * The X Font policy rewrite closes: Bug#91257", + " * The \"man\" program is no longer guaranteed to read header information", + " to find alternative manpage names closes: Bug#94995", + " * Correction to meaning of Standards-Version closes: Bug#97072", + " * Split section 12.8 (X Window System) into subsections for readability", + " * Plug-ins != shared libraries (at last) closes: Bug#66023", + " * Add packaging manual remnants to policy document as appendices, and", + " mention this in control file closes: Bug#95906", + " * Clarification in Perl policy closes: Bug#98712" + ], + "closes" : [ + 66023, + 89473, + 89674, + 91249, + 91252, + 91257, + 91259, + 91260, + 91261, + 92744, + 94995, + 95906, + 97072, + 98712 + ], + "epoch" : 991388272, + "timestamp" : "2001-06-01T09:37:52Z", + "version" : "3.5.5.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.5.4.0) unstable; urgency=low", + "", + " * [ACCEPTED 2/4/01] /var/mail and /var/spool/mail closes: Bug#42052", + " * [AMENDMENT 26/04/2001] include Perl Policy closes: Bug#83977", + " * Also incorporates all the improvements that Julian has made to to the", + " grammar and flow of the policy manual. The following are mostly", + " Julian's fixes:", + " * Removed reference to non-extant dpkg documentation", + " * Fixed the confusing self referential language. closes: Bug#85503", + " * Correct ambiguous kanguage about declaring build dependencies.", + " closes: Bug#86436", + " * Improved the woding of the footnote about shlibdeps.", + " closes: Bug#87233" + ], + "closes" : [ + 42052, + 83977, + 85503, + 86436, + 87233 + ], + "epoch" : 988482621, + "timestamp" : "2001-04-28T18:30:21Z", + "version" : "3.5.4.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.5.3.0) unstable; urgency=low", + "", + " * Removed recommendation on packaging-manual", + " closes: Bug#86507, #93620, #93705", + " * Also now Conflicts and Replaces packaging-manual", + " * Remove FSSTND from binary package, although retain it in the source", + " package for the time being", + " * Get the version.ent non-compression thingy right this time!", + " * Also install FHS stuff byhand (as requested by webmasters)", + " * Corrected GPL name and location closes: Bug#88788, #93047", + " * Correct bug severities closes: Bug#91276", + " * Correct typos etc. in policy-process", + " * Rename all .text files as .txt", + " * Fixed the \"to to\" typo in policy closes: Bug#87007", + " * Changed packaging manual ==> dpkg documentation closes: Bug#88651", + " * [ACCEPTED 14/03/2001] Deprecate confusing closes: Bug#87828", + " Build-Depends arch syntax", + " * [AMENDMENT 29/03/2001] Clarification of example closes: Bug#87711", + " configuration files", + " * Undo all renaming to text, since the change had not been propogated to", + " the rules file, which broke badly. This shall have to wait for a later", + " version.", + " * Richard Braakman and Michael Dorman have expressed their resignation", + " from policy maintenance duties.", + " * fixed the date thinko in upgrading checklist. Thanks to Sébastien", + " Montagne <sebastien.montagne@netcourrier.com> closes: Bug#84236" + ], + "closes" : [ + 84236, + 86507, + 87007, + 87711, + 87828, + 88651, + 88788, + 91276, + 93047, + 93620, + 93705 + ], + "epoch" : 987359779, + "timestamp" : "2001-04-15T18:36:19Z", + "version" : "3.5.3.0" + }, + { + "author" : "Julian Gilbey <jdg@debian.org>", + "changes" : [ + "", + "debian-policy (3.5.2.0) unstable; urgency=low", + "", + " * Add XFree86 app-defaults ammendment closes: Bug#83069" + ], + "closes" : [ + 83069.0 + ], + "epoch" : 982505509, + "timestamp" : "2001-02-18T14:11:49Z", + "version" : "3.5.2.0" + }, + { + "author" : "Julian Gilbey <jdg@debian.org>", + "changes" : [ + "", + "debian-policy (3.5.1.0) unstable; urgency=low", + "", + " * Removed deprecated virtual package names closes: Bug#84641", + " * Changed rmdir postrm example (suggestion on -policy list)", + " * Removed Richard Braakman from list of maintainers at his request", + " * Corrected typos and grammatical errors found by Sean Perry", + " closes: Bug#85501, #85504, #85505, #85506", + " closes: Bug#85508, #85510, #85511, #85514", + " closes: Bug#84631, #84636, #85497, #85982", + " closes: Bug#85986, #85993, #86001", + " * No longer include the old proposal document closes: Bug#84079", + " * Update footnote about dpkg-shlibdeps now that it uses objdump; bump up", + " minor version number for this", + " * Updated dpkg-shlibdeps example to use up-to-date package names (and", + " correct dpkg-shlibdeps command line syntax)", + " * Clarify error conditions for package installation", + " (Bug#61801 from packaging-manual)", + " * Add the \"main\" section of each distribution (got left out by", + " accident!) (Bug#64304, #75955 from packaging-manual)", + " * Clean version numbering string (Bug#73064 from packaging-manual)", + " * Install HTML version of FHS closes: Bug#83487", + " * Removed bashism from debian/rules" + ], + "closes" : [ + 83487, + 84079, + 84631, + 84636, + 84641, + 85497, + 85501, + 85504, + 85505, + 85506, + 85508, + 85510, + 85511, + 85514, + 85982, + 85986, + 85993, + 86001 + ], + "epoch" : 982239180, + "timestamp" : "2001-02-15T12:13:00Z", + "version" : "3.5.1.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.5.0.0) unstable; urgency=low", + "", + " * There have been numerous changes since the last major change, and", + " peole have had tiome now to review the recent changes, so I am", + " updating the policy minor version to reflect the quantity and", + " magnitude of changes since 3.2.1", + " * More spelling corrections, thanks to \"Christian T. Steigies\"", + " <cts@nikocity.de>", + " * Added mention of DEB_BUILD_OPTIONS in upgrading checklist.", + " closes: Bug#83924", + " * Fixed some typos. closes: Bug#83960", + " * Policy now mentions preinst scripts. closes: Bug#80342", + " * [AMENDMENT 2000/12/26] allow/document use of Debian Configuration", + " management system (debconf) closes: Bug#80347", + " * Yet more typo fixes closes: Bug#82743", + " * Document the fact that X font utilities have moved to the package", + " xutils closes: Bug#82966", + " * Fixed the date in the virtual package list closes: Bug#83438", + " * Cleaned up some ephemeral informative foornotes of the polic. Thanks", + " to Branden Robinson <branden@debian.org> closes: Bug#83065", + " * Corrected reference to the mime policy. closes: Bug#79891", + " * Corrected reference to the menu policy. closes: Bug#75925", + " * Added a note to the effect that the example make snippet used to", + " illustrate the DEB_BUILD_OPTIONS environment variable is merely", + " informative, and expanded the example to dismiss any confusion about", + " potential failure due to accidentally trying to strip scripts.", + " closes: Bug#80506" + ], + "closes" : [ + 75925, + 79891, + 80342, + 80347, + 80506, + 82743, + 82966, + 83065, + 83438, + 83924, + 83960 + ], + "epoch" : 980740756, + "timestamp" : "2001-01-29T03:59:16Z", + "version" : "3.5.0.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.2.1.2) unstable; urgency=low", + "", + " * The minimal change in version number is so that people can test and", + " root out the bugs in this document before we make everyone change to", + " this version.", + " * Document the Enhances relationship", + " * Removed the restriction that one, and exactly one, person must", + " maintain a package. closes: Bug#51879", + " * Fixed a typo, and added the nogroup name, in uid/gid section of", + " policy. closes: Bug#53496", + " * Fixed a misstatement in policy about not needing to depend on packages", + " in the base system (not true -- the Essential tag is significant)", + " closes: Bug#53700", + " * Clarified update-rc.d stuff closes: Bug#55048", + "", + " * We have already included the material for shlibdep changes, and most", + " of this is not relevant to policy anyway. closes: Bug#55730", + " * makedev--> MAKEDEV closes: Bug#57154", + " * Added restrictions on the files in /usr/share/doc/", + " closes: Bug#59403", + " * Changed location of a paragraph about copyright files into the section", + " that deals with copyright files. closes: Bug#65765", + " * init script configuration variables closes: Bug#66912", + " * Clarifed language about packages sharing a conffile need to be marked", + " as conflicting closes: Bug#76028" + ], + "closes" : [ + 51879, + 53496, + 53700, + 55048, + 55730, + 57154, + 59403, + 65765, + 66912, + 76028 + ], + "epoch" : 979803838, + "timestamp" : "2001-01-18T07:43:58Z", + "version" : "3.2.1.2" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.2.1.1) unstable; urgency=low", + "", + " * Don't compress version.ent in the doc directory (it gets bigger!)", + " * Incorporate the packaging manual into the policy document. The minimal", + " change in version number is because I suspect that this version is", + " going to be buggy.", + " closes: Bug#62943, Bug#72949", + " * Fixed typo in menu-policy. closes: Bug#70442", + " * Fixed typo in policy manual closes: Bug#70634, Bug#70643", + " * Removed extraneous > from policy closes: Bug#77645", + " * Fixed two typos in upgrading checklist closes: Bug#78809, Bug#78822", + " * Fixed spelling of utility closes: Bug#82458", + " * [ACCEPTED 2000/09/08] Free pkgs depending on non-US should go into", + " non-US/{main,contrib} closes: Bug#69229", + " * Added rsh-server and telnet server to the virtual packages list", + " closes: Bug#77404", + " * Fixed outdated references to the FHS. closes: Bug#77650" + ], + "closes" : [ + 62943, + 69229, + 70442, + 70634, + 70643, + 72949, + 77404, + 77645, + 77650, + 78809, + 78822, + 82458 + ], + "epoch" : 979710811, + "timestamp" : "2001-01-17T05:53:31Z", + "version" : "3.2.1.1" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.2.1.0) unstable; urgency=low", + "", + " * [AMENDMENT 15/01/2000] revision of the \"to build with X support or", + " not\" policy. closes: Bug#53759", + " * [ACCEPTED 2000/06/06] Must/Should/May in policy This is only a", + " clarifying change, and was not intended to change the intent of", + " policy. closes: Bug#64437", + " * [ACCEPTED 03/05/2000] About the use of conffiles. closes: Bug#61308", + " * [AMENDMENT 10/05/2000] s/mail\\.mail/root\\.mail/ closes: Bug#62668", + " * [ACCEPTED 04/05/2000] Update for new non-US layout closes: Bug#62946", + " * [ACCEPTED 04/05/2000] s/debian-devel/debian-legal/ closes: Bug#62947", + " * [ACCEPTED 04/05/2000] s/bash/base-files/ closes: Bug#62948", + " * Typo: 1744s/tty/ttyS/ closes: Bug#64516", + " * proposal for mp3-encoder virtual package closes: Bug#64004", + " * proposal for mp3-decoder virtual package closes: Bug#64006", + " * new virtual package time-daemon closes: Bug#69031", + " * [PATCH] typos in menu-policy.sgml closes: Bug#69424", + " * [PATCH] typos and awkwardness in policy.sgml closes: Bug#69426", + " * the example for using nostrip in DEB_BUILD_OPTIONS is", + " incorrect. closes: Bug#69487", + " * [PATCH] more corrections closes: Bug#69670", + " * [AMENDMENT 26/10/99] Amend non-free definition closes: Bug#46522", + " * [AMMENDMENT 29/10/99] /bin/sh needs echo -n closes: Bug#48247", + " * [AMENDMENT 1999/11/23] Clarify meaning of Essential: yes", + " closes: Bug#50832", + " * [ACCEPTED] Request for new virtual packages: rsh-client and", + " telnet-client closes: Bug#58759" + ], + "closes" : [ + 46522, + 48247, + 50832, + 53759, + 58759, + 61308, + 62668, + 62946, + 62947, + 62948, + 64004, + 64006, + 64437, + 64516, + 69031, + 69424, + 69426, + 69487, + 69670 + ], + "epoch" : 967100790, + "timestamp" : "2000-08-24T07:06:30Z", + "version" : "3.2.1.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.2.0.0) unstable; urgency=low", + "", + " * Fixed bugs in debian-policy package:", + " * We have had doc-base support for a while now. closes: Bug#15709", + " * packaging manual: Added additional clarification on dpkg", + " behaviour. closes: Bug#17369", + " * [PROPOSAL] Do not make hardlinks to conffiles closes: Bug#22935", + " * [PROPOSED]: clarification needed about diversions.", + " fixed usage for dpkg-divert closes: Bug#29522", + " * [OLD PROPOSAL] debian-policy has an unclear statement", + " on dependancies and priorities closes: Bug#39398", + " * [ACCEPTED 10/26/99] changelog.html.gz sanitization. closes: Bug#40934", + " * [AMENDED 07/09/1999] policy on -g, a proposal closes: Bug#43787", + " * Fixed missing </chapt> tag. closes: Bug#51091", + " * Correct typo in section 2.3.5 closes: Bug#52225", + " * Documented that the library before the symlink hack", + " (which dependend on file system specific kinks to work)", + " is no longer required by newer versions of dpkg. closes: Bug#53405", + " * [ACCEPTED 02/01/2000] policy for usage of \"xserver\"", + " alternative closes: Bug#53755", + " * [ACCEPTED 02/01/2000] additions to virtual package", + " list closes: Bug#53756", + " * [ACCEPTED 02/01/2000] policy for \"x-terminal-emulator\"", + " virtual package and alternative closes: Bug#53757", + " * [ACCEPTED 02/01/2000] policy for \"x-window-manager\"", + " virtual package and alternative closes: Bug#53758", + " * [ACCEPTED 02/01/2000] revision of X application-defaults", + " policy closes: Bug#53760", + " * [ACCEPTED 02/01/2000] revision of the Motif/LessTif", + " policy closes: Bug#53761", + " * [ACCEPTED 02/01/2000] applying the FHS to packages", + " that use X closes: Bug#53762", + " * [ACCEPTED 02/01/2000] policy for X font packages closes: Bug#53763", + " * Moved the documents into the Debian/ section, since", + " that is where they belong, really. closes: Bug#54777", + " * Fixed the ftp location in the manuals. closes: Bug#56407", + " * Fixed missing urlname entity in the sgml docs (where", + " was it defined before anyway?) closes: Bug#56692", + " * Fixed bugs in packaging-manual package:", + " * Fixed typo where dpkg-genchanges was used instead of", + " dpkg-gencontrol. closes: Bug#58771", + " * Other changes:", + " * Added policy-process to document current procedures.", + " * Added a dependency on fileutiles >=4.0, since the package would fail", + " to install with older fileutils.", + " * Installed FHS version 2.1", + " * Policy recommends packaging manual and vice versa", + " * Added FHS details to copyright file", + " * Updaed the upgrade checklist. Minor changes to the ./debian/rules", + " file.", + " * Added footnotes in the packaging manual warning about the upcoming", + " dpkg-shlibdeps change as in Bug#55730" + ], + "closes" : [ + 15709, + 17369, + 22935, + 29522, + 39398, + 40934, + 43787, + 51091, + 52225, + 53405, + 53755, + 53756, + 53757, + 53758, + 53760, + 53761, + 53762, + 53763, + 54777, + 56407, + 56692, + 58771 + ], + "epoch" : 964996982, + "timestamp" : "2000-07-30T22:43:02Z", + "version" : "3.2.0.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.1.1.3) unstable; urgency=low", + "", + " * Fixed an upgrade bug when /usr/doc happens to be a symlink, and does", + " not point to /usr/share/doc. A couple of people were bitten by this." + ], + "closes" : [], + "epoch" : 951798425, + "timestamp" : "2000-02-29T04:27:05Z", + "version" : "3.1.1.3" + }, + { + "author" : "Julian Gilbey <jdg@debian.org>", + "changes" : [ + "", + "debian-policy (3.1.1.2) unstable; urgency=low", + "", + " * Correct missing </chapt> in packaging.sgml (closes: #51091)", + " * Correct typo in policy 2.3.5 (closes: #52225)" + ], + "closes" : [ + 51091, + 52225 + ], + "epoch" : 945722397, + "timestamp" : "1999-12-20T20:39:57Z", + "version" : "3.1.1.2" + }, + { + "author" : "Julian Gilbey <jdg@debian.org>", + "changes" : [ + "", + "debian-policy (3.1.1.1) unstable; urgency=low", + "", + " * Correction to typo in packaging manual, section 6.2.", + " * Correction to typo in packaging manual, section 12.2.5 (closes:", + " #50502)", + " * More corrections to packaging manual typos (closes: #50857)" + ], + "closes" : [ + 50502, + 50857 + ], + "epoch" : 943298611, + "timestamp" : "1999-11-22T19:23:31Z", + "version" : "3.1.1.1" + }, + { + "author" : "Julian Gilbey <jdg@debian.org>", + "changes" : [ + "", + "debian-policy (3.1.1.0) unstable; urgency=low", + "", + " * Correct description of negated architectures in Build-Depends", + " description in Packaging manual (closes: #49901)" + ], + "closes" : [ + 49901.0 + ], + "epoch" : 942764628, + "timestamp" : "1999-11-16T15:03:48Z", + "version" : "3.1.1.0" + }, + { + "author" : "Julian Gilbey <jdg@debian.org>", + "changes" : [ + "", + "debian-policy (3.1.0.0) unstable; urgency=low", + "", + " * Add instructions on /usr/doc -> /usr/share/doc symlinks (closes:", + " #45561, #42447, #48570)", + " * Added source dependencies (closes: #41232)", + " * Deprecated /etc/rc.boot (closes: #32448, #32449)", + " * Update-rc.d now only legal way to automatically access /etc/rc?.d", + " directoried (closes: #41547)", + " * FHS compliant location of examples (closes: #42849)", + " * Added ispell-dictionary to virtual-packages.list (following new", + " suggestions: no objections => accept) (closes: #8221)", + " * Added man-browser to virtual-packages.list (closes: #24695)", + " * Added ident-server to virtual-packages.list (closes: #45307)", + " * Alphabeticised virtual packages list ;)", + " * Corrected GPL reference in proposal.sgml", + " * Clarification of \"extra\" priority (closes: #33076)", + " * Remove buggy and seriously problematic licenses from list of contrib", + " package criteria (closes: #45318)", + " * Move docs to /usr/share/doc with a compatibility symlink (closes:", + " #41829)", + " * Update to FHS 2.1 draft #3 (for /var/state etc. changes).", + " * Correct /var/lib/games -> /var/games (closes: #42358)", + " * Added MIME subpolicy (closes: #46516)", + " * Added support for VISUAL (closes: #41121)", + " * Clarify non-dependence on /usr/local (closes: #44922)", + " * Modified description of mail spool locking (closes: #43651)", + " * Clarified wording of conffiles and configuration files (closes:", + " #40766, #40767)", + " * Changed description of release numbers (closes: #44620)", + " * Added changelog.html -> changelog requirement (closes: $40934)", + " * packaging-manual now correctly installs its docs (closes: #44643)", + " * The packaging manual now discusses version numbers based on dates", + " (closes: #17621)", + " * Mention ls -f for testing order in which files appear on disk (closes:", + " #19179)", + " * Change order of '.' and '+' in description of version numbers (closes:", + " #41095)", + " * s/fields/field names/ in section 4.1 of packaging manual for clarity", + " * Add Build-Depends-Indep: field to control file" + ], + "closes" : [ + 8221, + 17621, + 19179, + 24695, + 32448, + 32449, + 33076, + 40766, + 40767, + 41095, + 41121, + 41232, + 41547, + 41829, + 42358, + 42447, + 42849, + 43651, + 44620, + 44643, + 44922, + 45307, + 45318, + 45561, + 46516, + 48570 + ], + "epoch" : 941759437, + "timestamp" : "1999-11-04T23:50:37Z", + "version" : "3.1.0.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.0.1.1) unstable; urgency=low", + "", + " * Typo corrected in packaging manual. closes: Bug#40180", + " * Chnaged rules file to create ps and pdf files." + ], + "closes" : [ + 40180.0 + ], + "epoch" : 934784469, + "timestamp" : "1999-08-16T06:21:09Z", + "version" : "3.0.1.1" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.0.1.0) unstable; urgency=low", + "", + " * A few typos and omissions corrected", + " * Added the pop3-server to the virtual packages list, as decided on the", + " list.", + " * Fix the self reference to a location on the web site. closes: Bug#39408", + " * Added the clarification that the .la files are essential for the", + " packages using libtool's libltdl library, in which case the", + " .la files must go in the run-time library package. (this is why this", + " is version 3.0.1.0, and not 3.0.0.1)", + " * The virtual package list has new directions (this has been true for a", + " while, I am just closing the bug now). closes: Bug#26159", + " * Since this package now contains the FHS, this closes: Bug#25533", + " * The General resolution prototcol handling of the logos closes: Bug#26915", + " * Inclusion of the Menu policy in the main policy document closes: Bug#30036", + " * Since proposal submitting guidelines are now in the policy package,", + " this closes: Bug#38612", + " * Changed a /usr/doc reference to /usr/share/doc which had beeen missed", + " before. closes: Bug#40864" + ], + "closes" : [ + 25533, + 26159, + 26915, + 30036, + 38612, + 39408, + 40864 + ], + "epoch" : 932063711, + "timestamp" : "1999-07-15T18:35:11Z", + "version" : "3.0.1.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (3.0.0.0) unstable; urgency=low", + "", + " * This is a test version of the policy package, and shall not be", + " officially uploaded.", + " * Merged in the packaging manual sources (we still have two separate", + " .deb packages)", + " * Multiple minor packaging tweaks.", + " * [ACCEPTED 1998/05/01] Policy clarification about Standards-Version", + " Added the clarifying paragraph (and the rationale in a footnote).", + " closes: Bug#21969", + " * [ACCEPTED 1999/04/05] Policy note that GPL moved to", + " /usr/share/common-licenses. Again, also added the rationale as a", + " footnote. closes: Bug#28747", + " * [ACCEPTED 1999/05/04] Libtool archive (*.la) files in -dev' packages", + " closes: Bug#37257, Bug#37338", + " * [ACCEPTED 1999/04/28] Logrotation. Standardizer on logrotate.", + " closes: Bug# 37342", + " * [ACCEPTED 1999/05/23] Rewrite of section 5.7 (Programs for the X", + " Window System) closes: Bug#38212", + " * [ACCEPTED 1999/05/15] Separate menu policy (like virtual package list)", + " closes: Bug#37713", + " * [ACCEPTED 1999/05/09] Utmp group proposal", + " closes: Bug#37389", + " * [ACCEPTED 1999/05/09] Adopt the FHS in place of FSSTND", + " Changed all references to the proper FHS versions. This was a first", + " scan, so some references may still need to be changed. closes: Bug#37345", + " * Updated the upgrading checklist.", + " * updated the proposal for policy update to reflect the latest" + ], + "closes" : [ + 21969, + 28747, + 37257, + 37338, + 37342, + 37345, + 37389, + 37713, + 38212 + ], + "epoch" : 930800955, + "timestamp" : "1999-07-01T03:49:15Z", + "version" : "3.0.0.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (2.5.1.0) unstable; urgency=low", + "", + " * Removed double '>' marks from the policy document. closes: Bug#35095", + " * Corrected canonical source for \"Csh Programming Considered Harmful\"", + " closes: Bug#36286 Bug#32499", + " * Fixed typo in invocation of update-rc.d. closes: Bug#34988 Bug#34543", + " * Fixed misspelling of accessible. Ran ispell over the rest of the", + " document (painful because of the large number of technical terms in", + " there). closes: Bug#34233", + " * Make the binary package contain the version.ent as well. closes: Bug#31033", + " * Fixed typo s/as is/is/. closes: Bug#30302", + " * AMENDMENT 23/04/1999: changed /etc/nntpserver recommendation to", + " /etc/news/server. closes: Bug#21875", + " * Added the current list of policy maintainers. closes: Bug#30148" + ], + "closes" : [ + 21875, + 30148, + 30302, + 31033, + 34233, + 34988, + 35095, + 36286 + ], + "epoch" : 925229429, + "timestamp" : "1999-04-27T16:10:29Z", + "version" : "2.5.1.0" + }, + { + "author" : "Manoj Srivastava <srivasta@debian.org>", + "changes" : [ + "", + "debian-policy (2.5.0.0) unstable; urgency=low", + "", + " * AMENDMENT: Added in changes in Bug #25911, which rearranged sections", + " to create a new section 4, namely, files. Section 3.3 (\"Files\") should", + " become Section 4. The Sections that are currently Section 4 and", + " Section 5 should be moved down to become Section 5 and Section 6", + " accordingly.", + "", + " What is now Section 5.5 (\"Log files\") should be moved to be a", + " subsection of the new Section 4 (\"Files\"), becoming section 4.8,", + " placing it after \"Configuration files\", moving the would-be Section", + " 4.8 (\"Permissions and owners\") to Section 4.9. All subsections of the", + " current Section 5 after 5.5 should be accordingly moved down to fill", + " in the number gap.", + "", + " This, along with the next amendment, justifies bumping up the version", + " number. closes: BUG#25911", + "", + " * AMENDMENT: Added in changes in Bug #21185, about the naming and", + " compression of changelog files. Now, if the upstream changelog file is", + " HTML formatted, it should be accessible as", + " /usr/doc/<package>/changelog.html.gz It also allows for this to be a", + " symlink, if the upstream file name does not conform to Debian", + " conventions. closes: BUG#21185", + "", + " * AMENDMENT: Added in changes in Bug #7890, to make clear that the HTML", + " documents should be supplied in _some_ package, not necessarily in the", + " main binary package (at the discretion of the maintainer).", + " closes: BUG#7890", + "", + " * AMENDMENT: Added in changes in Bug #26461, which corrects the policy", + " to refer to /usr/doc/<package>/copyright, rather than", + " /usr/doc/copyright/<package>. closes: BUG#26461", + "", + " * AMENDMENT: Added in changes in Bug #25385, which allow the", + " architecture specification strings to be of the form <arch>-<os>,", + " where os is one of linux, gnu. Previously, only linux was allowed, now", + " we also cater to the hurd. closes: BUG#25385", + "", + " * The responsibility of the contents of this package has now passed to", + " the debian-policy mailing list. The packaging details are now being", + " managed by a group of maintainers that do ot won the contents.", + "", + " * Make the package optional, not extra.", + "", + " * Re did the SGML markup. Normalized the document, and undid the omitted", + " and shor tags. Personally, I use too many DTD's in real life to be so", + " converssant with each one to be clever with tag omissions, and, since", + " I have a smart editor, omitting tags does not byuy one much. In the", + " process, I discovered a few errors in the markup (one of my", + " predecessors hasd the unfortunate habit of treating <p> as a \"create", + " some space here\" tag, and more often than not put it at the end of a", + " paragraph, rather than using is as a container element (which is what", + " it is, really).", + "", + " * Re did the control files, making them more robust", + "", + " * re did the rules file, making it more general, and easier to maintain", + " by putting in a layer of abstractions." + ], + "closes" : [ + 7890, + 21185, + 25385, + 25911, + 26461 + ], + "epoch" : 909695812, + "timestamp" : "1998-10-29T21:16:52Z", + "version" : "2.5.0.0" + }, + { + "author" : "Philip Hands <phil@hands.com>", + "changes" : [ + "", + "debian-policy (2.4.1.4) unstable; urgency=low", + "", + " * New Maintainer <debian-policy@lists.debian.org>" + ], + "closes" : [], + "epoch" : 904959695, + "timestamp" : "1998-09-05T01:41:35Z", + "version" : "2.4.1.4" + }, + { + "author" : "Philip Hands <phil@hands.com>", + "changes" : [ + "", + "debian-policy (2.4.1.3) unstable; urgency=low", + "", + " * New maintainer (with changes from Adam P. Harris' proposed NMU)", + " * policy.sgml: some awkward phrasings fixed (closes Bug#22006)", + " * policy.sgml: s/depreciated/deprecated (closes Bug#21831)", + " * debian/control: added conflict doc-base (<< 0.6), which I still am not", + " sure why we need this but hey (closes Bug#21554)", + " * policy.sgml: use new <url> tag where appropriate", + " * policy.sgml, debian/control: always dynamically self reference the", + " current version of policy, that is, do not hard code policy revision", + " or date anywhere", + " * debian/rules: use dpkg-gencontrol -isp", + " * bugs fixed in some unknown previous version (closes Bug#23177)" + ], + "closes" : [], + "epoch" : 902825657, + "timestamp" : "1998-08-11T08:54:17Z", + "version" : "2.4.1.3" + }, + { + "author" : "Adam P. Harris <aph@debian.org>", + "changes" : [ + "", + "debian-policy (2.4.1.2) frozen unstable; urgency=low", + "", + " * non-maintainer release", + " * rebuild package to fix truncated Chapter 3 (Bug#23408, not marked as", + " important but should be, since a gaping hole in policy is very", + " annoying.)", + " * bumped version of policy, within the document, to this version number,", + " but not the date, indicating nothing really changed since then", + " * no content changes", + " * debian/rules: clean is a little cleaner" + ], + "closes" : [], + "epoch" : 897981322, + "timestamp" : "1998-06-16T07:15:22Z", + "version" : "2.4.1.2" + }, + { + "author" : "Christian Schwarz <schwarz@debian.org>", + "changes" : [ + "", + "debian-policy (2.4.1.1) frozen unstable; urgency=low", + "", + " * Orphaned package" + ], + "closes" : [], + "epoch" : 895175690, + "timestamp" : "1998-05-14T19:54:50Z", + "version" : "2.4.1.1" + }, + { + "author" : "Christian Schwarz <schwarz@debian.org>", + "changes" : [ + "", + "debian-policy (2.4.1.0) frozen unstable; urgency=low", + "", + " * Changes to the Debian Policy Manual:", + "", + " - Updated section 3.1.2 Site-specific programs", + " and section 3.8 Keyboard configuration:", + " + improved wording (fixes:bug#20129)", + "", + " - Updated section 2.1.7 Subsections:", + " + fixed typos (fixes:bug#18145)", + "", + " - Updated section 3.3.5 Symbolic links:", + " + symbolic links within a toplevel directory should be relative,", + " symbolic links between toplevel directories should be absolute", + " (cf., Policy Weekly Issue#6, topic 2)", + "", + " - Updated section 3.4 System run levels:", + " + Intro: mention /etc/rcS.d (links to boot time scripts)", + " + Notes: include rationale why /etc/init.d scripts have to be tagged", + " as conffiles (fixes:bug#16199)", + " + Example: changed example init.d script to handle force-reload", + " and restart options and to comply with the console message", + " standard (fixes:bug#19216)", + "", + " - Updated section 4.8 Emacs lisp programs:", + " + Replaced old section about lisp programs with a reference to", + " the file debian-emacs-policy.gz, installed by the emacsen-common", + " package.", + "", + " - Updated section 4.9 Games:", + " + manpages for games should be installed in /usr/man/man6", + " (cf., Policy Weekly Issue#6, topic 3)", + "", + " - Removed one example reference to the current standards version", + " - Include manual's date as plain text in the .sgml source so that", + " a recompiled manual uses the same release date", + "", + " * Changes to the authoritative list of virtual package names:", + " - Removed obsolete virtual package `emacs'", + "", + " * New version numbering scheme:", + "", + " - The version numbers are independent of dpkg now, but all policy", + " manuals (the Debian Policy Manual, the Debian Packaging Manual, and", + " the Debian Developer's Reference) share the same version numbering", + " scheme.", + "", + " - The first three digits of the version number specify the", + " `Standards-Version.' This number is incremented with each policy", + " change. The fourth digit represents the `patch-level,' which may", + " differ between the manuals.", + "", + " If only the patch-level digit is incremented, no changes in policy", + " have been made, except bug fixes and clarifications. Packages only", + " have to specify the first three digits of the version number in the", + " `Standards-Version' field of their source packages.", + "", + " * Packaging changes:", + "", + " - Uploaded to frozen and unstable. This is a documentation-only", + " package and the changes to the manual are relevant for hamm.", + "", + " - Fixed FSF's address in copyright file (detected by Lintian)" + ], + "closes" : [], + "epoch" : 892541289, + "timestamp" : "1998-04-14T08:08:09Z", + "version" : "2.4.1.0" + }, + { + "author" : "Christian Schwarz <schwarz@debian.org>", + "changes" : [ + "", + "debian-policy (2.4.0.0) unstable; urgency=low", + "", + " * Changes to the Debian Policy Manual:", + "", + " - Updated section 3.3.4 Scripts:", + " + /bin/sh may be any POSIX compatible shell", + " + scripts including bashisms have to specify /bin/bash as", + " interpreter", + " + scripts which create files in world-writable directories", + " (e.g., in /tmp) should use tempfile or mktemp for creating", + " the directory", + "", + " - Updated section 3.3.5 Symbolic Links:", + " + symbolic links referencing compressed files must have the same", + " file extension as the referenced file", + "", + " - Updated section 3.3.6 Device files:", + " + /dev/tty* serial devices should be used instead of /dev/cu*", + "", + " - Updated section 3.4.2 Writing the scripts [in /etc/init.d]:", + " + all /etc/init.d scripts have to provide the following options:", + " start, stop, restart, force-reload", + " + the reload option is optional and must never stop and restart", + " the service", + "", + " - Updated section 3.5 Cron jobs:", + " + cron jobs that need to be executed more often than daily should", + " be installed into /etc/cron.d", + "", + " - Updated section 3.7 Menus:", + " + removed section about how to register HTML docs to `menu'", + " (the corresponding section in 4.4, Web servers and applications,", + " has been removed in policy 2.2.0.0 already, so this one was", + " obsolete)", + "", + " - New section 3.8 Keyboard configuration:", + " + details about how the backspace and delete keys should be", + " handled", + "", + " - New section 3.9 Environment variables:", + " + no program must depend on environment variables to get a", + " reasonable default configuration", + "", + " - New section 4.6 News system configuration:", + " + /etc/news/organization and /etc/news/server should be supported", + " by all news servers and clients", + "", + " - Updated section 4.7 Programs for the X Windows system:", + " + programs requiring a non-free Motif library should be provided", + " as foo-smotif and foo-dmotif package", + " + if lesstif works reliably for such program, it should be linked", + " against lesstif and not against a non-free Motif library", + "", + " - Updated section 4.9 Games:", + " + games for X Windows have to be installed in /usr/games, just as", + " non-X games", + "", + " - Lots of typos fixed (thanks to Ray Dassen for the patch!)", + "", + " * Changes to the authoritative list of virtual package names:", + " - added `libc-dev' and `emacsen'", + "", + " * Merged `/usr/doc/debian-policy/changelog-policy.gz' into this", + " changelog file", + "", + " * Included `Policy checklist for upgrading your packages' from the", + " Policy Home Page as /usr/doc/debian-policy/upgrading-checklist.text.gz", + "", + " * Added support for doc-base to register the Policy Manual to the", + " online documentation systems dwww and dhelp (fixes:#15710)", + "", + " * Upgraded to standards version 2.4.0.0 (no changes)" + ], + "closes" : [], + "epoch" : 886193905, + "timestamp" : "1998-01-30T20:58:25Z", + "version" : "2.4.0.0" + }, + { + "author" : "Christian Schwarz <schwarz@debian.org>", + "changes" : [ + "", + "debian-policy (2.3.0.1) unstable; urgency=low", + "", + " * Changes in the Debian Policy Manual:", + " - X library package is now called xlib6g", + " * Changes in the authoritative list of virtual package names:", + " - Added emacs, c-compiler, fortran77-compiler, lambdamoo-core,", + " lambdamoo-server", + " * Conflict with old dpkg-dev version that included policy manual", + " (fixes #13790)", + " * Removed `tentative-opt-draft' from package since people considered", + " the draft official policy (which is not the case)", + " * Don't use debstd anymore" + ], + "closes" : [], + "epoch" : 877467832, + "timestamp" : "1997-10-21T21:03:52Z", + "version" : "2.3.0.1" + }, + { + "author" : "Christian Schwarz <schwarz@debian.org>", + "changes" : [ + "", + "debian-policy (2.3.0.0) unstable; urgency=low", + "", + " * Changes in the Debian Policy Manual:", + " - reworked chapter `The Debian Archive' to cover new", + " contrib/non-free policy", + " - call \"contrib\" and \"non-free\" a `section' (not `distribution')", + " - refer to license files (GPL, LGPL, etc.) as uncompressed files", + " - changed `/etc/news/server' into `/etc/nntpserver' in example of", + " maintainer scripts (fixes #11517)", + " - new section about `Daemons'", + " - updated section about `Configuration files'", + " - MUAs and MTAs have to use liblockfile", + " - fixed typos and grammatical errors", + " * Changes in the authoritative list of virtual package names:", + " - renamed tcl/tk virtual package names to `tclsh' and `wish'", + " * Paper about libc6 migration:", + " - fixed typos (fixes #11641), thanks to James Troup for the patch!", + " * SGML source code included in package", + " * don't use `2-up' style for PostScript version (fixes #11095)" + ], + "closes" : [], + "epoch" : 873154471, + "timestamp" : "1997-09-01T22:54:31Z", + "version" : "2.3.0.0" + }, + { + "author" : "Christian Schwarz <schwarz@debian.org>", + "changes" : [ + "", + "debian-policy (2.2.0.0) unstable; urgency=low", + "", + " * Changes in the Debian Policy Manual:", + " - completely reworked structure", + " - moved sections about new maintainers, upload procedure, interim", + " releases, and mailing lists into the Developers Reference Manual", + " - moved a few (small) sections into the Debian Packaging Manual", + " - removed all those ugly footnotes", + " - new example for \"reload\" in section about console messages", + " - mention Artistic License (fixes #9793)", + " - don't mention dpkg's version number in Policy Manual", + " - rewrote abstract and section introductions", + " - mention \"orphaned packages\"", + " - maintainer is responsible for a package license to comply with the", + " distributions' policy", + " - putting a package into base section requires discussion on debian-devel", + " - rewrote sections about \"pre-depends\", \"essential\" and, \"base\" packages", + " - added note that non-us' maintainers have to live outside the US", + " - added crypto-hook statement (fixes #7257)", + " - added section about arch spec strings", + " - rewrote section about \"Site specific programs\" (/usr/local)", + " - included Ian's suggestions for user IDs", + " - added section about \"menus\"", + " - removed section about \"web menus\" since this will be superseded with", + " the new documentation policy soon", + " - incorporated \"Debian Free Software Guidelines\" (fixes #9024)", + " - removed note that linking with -g produces large a.out binary (fixes", + " #11008)", + " - added section about editors and pagers", + " - added note about Package priorities and dependencies", + " - added section about cron jobs (fixes #8814)", + " - added section about device files", + " - don't install shared libraries as executable (fixes #7129)", + " - app-defaults files may not be conffiles (cf. #2717)", + " - lots of minor changes not worth mentioning here (typos, formulations,", + " etc.)", + " * Changes in the authoritative list of virtual package names", + " - Removed obsolete virtual packages: xR6shlib, xlibraries,", + " compress, emacs, sgmls, inews, gs_x, gs_svga, gs_both, xpmR6", + " - Added new section about obsolete names", + " * Added Helmut Geyer's paper about libc5-libc6 migration", + " * Fixed package's description" + ], + "closes" : [], + "epoch" : 868793151, + "timestamp" : "1997-07-13T11:25:51Z", + "version" : "2.2.0.0" + }, + { + "author" : "Christian Schwarz <schwarz@debian.org>", + "changes" : [ + "", + "debian-policy (2.1.3.3) frozen unstable; urgency=low", + "", + " * Mention Artistic License in section 2.5 (bug #9755)" + ], + "closes" : [], + "epoch" : 863621595, + "timestamp" : "1997-05-14T14:53:15Z", + "version" : "2.1.3.3" + }, + { + "author" : "Christian Schwarz <schwarz@debian.org>", + "changes" : [ + "", + "debian-policy (2.1.3.2) frozen unstable; urgency=low", + "", + " * Fixed an email address, an URL, and several typos in chapter 6 (#9358)", + " * Added new virtual package \"wordlist\" to list (requested by Joey Hess)", + " * Changed wording in section about \"non-free\" packages as suggested", + " by Kai Henningsen (#7076)" + ], + "closes" : [], + "epoch" : 862855539, + "timestamp" : "1997-05-05T18:05:39Z", + "version" : "2.1.3.2" + }, + { + "author" : "Christian Schwarz <schwarz@debian.org>", + "changes" : [ + "", + "debian-policy (2.1.3.1) frozen unstable; urgency=low", + "", + " * Fixed bug in chapter 7: `-ur' should read `-us' (#8874)", + " * Fixed bug in chapter 7: `-rwhatever' also needed for rebuild (#8874)", + " * Create a PS and HTML version of the Policy Manual and upload it", + " \"byhand\".", + " * Install virtual-package-names-list.text in /usr/doc/debian-policy", + " and upload it \"byhand\" too." + ], + "closes" : [], + "epoch" : 862329734, + "timestamp" : "1997-04-29T16:02:14Z", + "version" : "2.1.3.1" + }, + { + "author" : "Christian Schwarz <schwarz@debian.org>", + "changes" : [ + "", + "debian-policy (2.1.3.0) unstable; urgency=low", + "", + " * Initial Release.", + " * New Policy Manager: Christian Schwarz <schwarz@debian.org>", + " * Added section 2.4 about the \"non-us\" distribution.", + " * Added section 3.1.1 about the \"Package\" field in the control file.", + " * Added section 3.2.1 about \"Binaries\": two programs with different", + " functionality must not have the same name.", + " * Changed headline of section 3.2.6 into \"Debian changelog and upstream", + " changelog\" as suggested by Santiago Vila Doncel <sanvila@unex.es>.", + " * Added log-rotating example to section 3.2.9 that tests with `-sf',", + " as suggested by Boris D. Beletsky <borik@isracom.co.il>.", + " * Added section 3.13: \"Webstandard 3.0\" by Christoph Lameter.", + " * Added section 3.14: \"Standard for Console Messages\" by Christian Schwarz.", + " * Split section 4.1 into 4.1.1 (Options for binaries) and 4.1.2 (Options", + " for libraries)", + " * Added note to 4.1.2: Libraries should be compiled with `-D_REENTRANT'", + " to make them compatible with LinuxThreads, by Rob Browning", + " <osiris@cs.utexas.edu>.", + " * Added note to 4.1.2: Libraries should be stripped with", + " \"strip --strip-unneeded\", by Guy Maor <maor@ece.utexas.edu>.", + " * Section 5.2: Policy changelog is now", + " \"/usr/doc/debian-policy/changelog-policy.gz\". This fixes bug #6130.", + " * Section 6.2 renamed to \"Uploading your first Debian package\". This", + " fixes bug #6130." + ], + "closes" : [], + "epoch" : 858445736, + "timestamp" : "1997-03-15T17:08:56Z", + "version" : "2.1.3.0" + }, + { + "author" : "David Morris <bweaver@worf.netins.net>", + "changes" : [ + "", + "debian-manuals (2.1.2.2) frozen unstable;", + "", + " * Fixed even more typographical and grammatical errors in Policy and", + " Programmer's manual", + " * Corrected the contact email addresses again.", + " * Added a paragraph to Policy 6.3 on taking over an old package (Guy Maor)", + " * Added a paragraph to Programmer 4.2.14 on listing distributions to load", + " a package into. (Guy Maor)", + " * Further clarification of use of absolute pathnames in scripts in", + " Programmer 6.1." + ], + "closes" : [], + "epoch" : 849677284, + "timestamp" : "1996-12-04T05:28:04Z", + "version" : "2.1.2.2" + }, + { + "author" : "David Morris <bweaver@worf.netins.net>", + "changes" : [ + "", + "debian-manuals (2.1.2.1) frozen unstable;", + "", + " * Many editorial and formatting revisions with suggestions from Ian Jackson,", + " Guy Maor and others", + " * correction of chiark address in Policy 6.2", + " * footnote in Programmers chapter 2 pointing to deb(5) manpage for", + " description of deb file format.", + " * addition of more dpkg examples in Programmer chapter 2", + " * Replace paragraph in Policy 4.1 outlining compiling parameters for", + " shared libraries.", + " * Added paragraph in Programmer 6.1 on paths in maintainer scripts", + " (Bug #2481)", + " * Cleaned up language and formatting of Programmer's 12.2, shlibs", + " * Corrected contact addresses for listmaster and override-change" + ], + "closes" : [], + "epoch" : 849104236, + "timestamp" : "1996-11-27T14:17:16Z", + "version" : "2.1.2.1" + }, + { + "author" : "David Morris <bweaver@worf.netins.net>", + "changes" : [ + "", + "debian-manuals (2.1.2.0) frozen unstable;", + "", + " * Mostly editorial changes in Policy Manual.", + " * Added summary of distribution criteria to Introduction", + " * Added section headings for copyright criteria", + " * Fixed typos (Bugs #4485, #4622)", + " * Added paragraph in Compilation Options related to use of shared and", + " static libraries. (Bug #5299)", + " * Paragraph added about where to find PGP and other export restricted", + " packages in section on Procedure", + " * Change in List administrator and in the contact address for becoming", + " a package maintainer", + " * A paragraph added related to who to contact for package maintainer changes.", + " * Changed where to send upload announcements: uploads destined for unstable,", + " frozen, or experimental go to debian-devel-changes.", + "", + " * Made some mostly editorial changes to Programmers Manual.", + " * Added a recommendation to debmake in Introduction.", + " * A further interpretation of the various Distributions is added with", + " the intent of helping people decide which one to choose. (section 4.2.14)", + " * Section 12 on Shared Libraries expanded with further technical information", + " on various shlib files", + " * Section in 2.2 on format of shlib file moved to new subsection within 12.", + " * Paragraph on adding a symlink without version number added to Shared", + " Library Section (Guy Maor, Bug #5299)" + ], + "closes" : [], + "epoch" : 848727699, + "timestamp" : "1996-11-23T05:41:39Z", + "version" : "2.1.2.0" + }, + { + "author" : "Ian Jackson <ian@chiark.greenend.org.uk>", + "changes" : [ + "", + "debian-manuals (2.1.1.0) unstable;", + "", + " * Hard links are forbidden in source packages (they didn't work anyway,", + " and can't easily be made to work reliably).", + " * Do not use dpkg-divert or update-alternatives without consultation.", + "", + " * Do not need to declare dependencies on Essential packages.", + " * Restrictions on Pre-Depends stated in policy manual.", + " * debian/substvars file is now almost always auto-generated.", + " * Shared libraries must be installed stripped.", + " * Essential and Pre-Depends put together in policy manual.", + "", + " * Explained component-wise (file-wise) vs. package-wise dependencies." + ], + "closes" : [], + "epoch" : 842486441, + "timestamp" : "1996-09-12T00:00:41Z", + "version" : "2.1.1.0" + }, + { + "author" : "Ian Jackson <ian@chiark.chu.cam.ac.uk>", + "changes" : [ + "", + "debian-manuals (2.1.0.0) unstable;", + "", + " * Upstream changelog must be installed too (was just recommended).", + "", + " * Modification to use dpkg-shlibdeps added to conversion instructions.", + " * Packages which are buggy and orphaned but which are preserved for", + " compatibility go in contrib.", + "", + " * Programmers' manual source package section refers to conversion", + " instructions in policy manual.", + " * Make it clear that recommending a non-free or contrib package puts a", + " package in contrib." + ], + "closes" : [], + "epoch" : 841596438, + "timestamp" : "1996-09-01T16:47:18Z", + "version" : "2.1.0.0" + }, + { + "author" : "Ian Jackson <ian@chiark.chu.cam.ac.uk>", + "changes" : [ + "", + "debian-manuals (2.0.1.0) unstable;", + "", + " * varargs.h and libtermcap are obsolete - use stdarg.h and ncurses.", + " * Shared library link/library ordering corrected (aargh).", + " * When to byte-compile Elisp files.", + " * Missing final newlines not represented by dpkg-source.", + "", + " * Must post upload announcements to debian-changes.", + " * Moved some sections into new `configuring and building' chapter.", + " * Typo fixes." + ], + "closes" : [], + "epoch" : 841518442, + "timestamp" : "1996-08-31T19:07:22Z", + "version" : "2.0.1.0" + }, + { + "author" : "Ian Jackson <ian@chiark.chu.cam.ac.uk>", + "changes" : [ + "", + "debian-manuals (2.0.0.0) unstable;", + "", + " * Footnote added OK'ing copyrights which require name changes.", + " * More detail about changelog format names.", + "", + " * Problematic licence restrictions are formatted as lists.", + " * Mentioned 822-date utility as way to generate RFC822 format dates.", + " * Typos corrected.", + " * Released." + ], + "closes" : [], + "epoch" : 841066054, + "timestamp" : "1996-08-26T13:27:34Z", + "version" : "2.0.0.0" + }, + { + "author" : "Ian Jackson <ian@chiark.chu.cam.ac.uk>", + "changes" : [ + "", + "debian-manuals (0.2.1.1) unstable;", + "", + " * Can't overwrite directories in one package with files in another." + ], + "closes" : [], + "epoch" : 840908694, + "timestamp" : "1996-08-24T17:44:54Z", + "version" : "0.2.1.1" + }, + { + "author" : "Ian Jackson <ian@chiark.chu.cam.ac.uk>", + "changes" : [ + "", + "debian-manuals (0.2.1.0) unstable;", + "", + " * Policy says when and how to include original source in upload.", + "", + " * Need -sa on dpkg-genchanges/dpkg-buildpackage when converting.", + "", + " * Use minor patchlevel for meaning changes which don't affect packages.", + " * More verbosity about netiquette.", + " * Reorganised participation and upload policy: merged with mailing lists." + ], + "closes" : [], + "epoch" : 840800889, + "timestamp" : "1996-08-23T11:48:09Z", + "version" : "0.2.1.0" + }, + { + "author" : "Ian Jackson <ian@chiark.chu.cam.ac.uk>", + "changes" : [ + "", + "debian-manuals (0.2.0.1) experimental;", + "", + " * Said that system administrators' manual does not exist." + ], + "closes" : [], + "epoch" : 840769536, + "timestamp" : "1996-08-23T03:05:36Z", + "version" : "0.2.0.1" + }, + { + "author" : "Ian Jackson <ian@chiark.chu.cam.ac.uk>", + "changes" : [ + "", + "debian-manuals (0.2.0.0) experimental;", + "", + " * Draft releases." + ], + "closes" : [], + "epoch" : 840636473, + "timestamp" : "1996-08-21T14:07:53Z", + "version" : "0.2.0.0" + } + ] +} diff --git a/data/debian-source-dir/known-files b/data/debian-source-dir/known-files new file mode 100644 index 0000000..cd4f235 --- /dev/null +++ b/data/debian-source-dir/known-files @@ -0,0 +1,10 @@ +# A manually maintained sorted list of files that we know can appear in +# debian/source/ + +format +git-patches +include-binaries +lintian-overrides +options +patch-header + diff --git a/data/description/planned-features b/data/description/planned-features new file mode 100644 index 0000000..fbe6018 --- /dev/null +++ b/data/description/planned-features @@ -0,0 +1,10 @@ +# Regular expressions (/i) of "planned features" + +will soon allow +soon will allow +soon will be able +will soon be able +will soon support +soon will support +is planned +is also planned diff --git a/data/doc-base/sections b/data/doc-base/sections new file mode 100644 index 0000000..649e198 --- /dev/null +++ b/data/doc-base/sections @@ -0,0 +1,76 @@ +# Taken from /usr/share/doc-base/data/sections.list. +# +# Last synchronized with doc-base 0.10.4 (2012-07-10). + +Accessibility +Amateur Radio +Data Management +Debian +Editors +Education +Emulators +File Management +Games/Action +Games/Adventure +Games/Blocks +Games/Board +Games/Card +Games/Puzzles +Games/Simulation +Games/Strategy +Games/Tools +Games/Toys +Graphics +Help +Help/Books +Help/FAQ +Help/HOWTO +Help/RFC +Help/Standards +Mobile Devices +Network/Communication +Network/File Transfer +Network/Monitoring +Network/Remote Access +Network/Web Browsing +Network/Web News +Office +Programming +Programming/C +Programming/C++ +Programming/Java +Programming/OCaml +Programming/Perl +Programming/Python +Programming/Ruby +Project Management +Science/Astronomy +Science/Biology +Science/Chemistry +Science/Data Analysis +Science/Electronics +Science/Engineering +Science/Geoscience +Science/Mathematics +Science/Medicine +Science/Physics +Science/Social +Screen +Screen/Saving +Screen/Locking +Shells +Sound +System/Administration +System/Hardware +System/Language Environment +System/Monitoring +System/Package Management +System/Security +Terminal Emulators +Text +TV and Radio +Typesetting +Viewers +Video +Web Development +Window Managers diff --git a/data/fields/archive-sections b/data/fields/archive-sections new file mode 100644 index 0000000..af8f979 --- /dev/null +++ b/data/fields/archive-sections @@ -0,0 +1,60 @@ +admin +cli-mono +comm +database +debian-installer +debug +devel +doc +editors +education +electronics +embedded +fonts +games +gnome +gnu-r +gnustep +golang +graphics +hamradio +haskell +httpd +interpreters +introspection +java +javascript +kde +kernel +libdevel +libs +lisp +localization +mail +math +metapackages +misc +net +news +ocaml +oldlibs +otherosfs +perl +php +python +raku +ruby +rust +science +shells +sound +tasks +tex +text +utils +vcs +video +web +x11 +xfce +zope diff --git a/data/fields/bad-homepages b/data/fields/bad-homepages new file mode 100644 index 0000000..cb8aa30 --- /dev/null +++ b/data/fields/bad-homepages @@ -0,0 +1,23 @@ +# Checked in order, any must match. +# List of bad Homepage fields in debian/control +# Format is: +# +# tag ~~ regex (\x\s) +# +# Please sort by alphabetic sort of tags + +homepage-field-uses-insecure-uri ~~ ^ftp:// +homepage-field-uses-insecure-uri ~~ ^http://(?:[^\.]+\.)?bioconductor\.org +homepage-field-uses-insecure-uri ~~ ^http://(?:[^\.]+\.)?cran\.r-project\.org +homepage-field-uses-insecure-uri ~~ ^http://(?:[^\.]+\.)?debian\.org +homepage-field-uses-insecure-uri ~~ ^http://(?:[^\.]+\.)?github\.com +homepage-field-uses-insecure-uri ~~ ^http://(?:[^\.]+\.)?metacpan\.org +homepage-field-uses-insecure-uri ~~ ^http://(www\.)?gnu\.org +homepage-for-bioconductor-package-not-canonical ~~ bioconductor\.org/packages/.*/bioc/html/.*\.html*$ +homepage-for-cpan-package-contains-version ~~ (?:search\.cpan\.org|metacpan\.org)/.*-[0-9._]+/* +homepage-for-cran-package-not-canonical ~~ cran\.r-project\.org/web/packages/.+ +homepage-refers-to-filesystem-listing ~~ (https?|ftp)://ftp\.gnu\.org/gnu/(.*) +homepage-refers-to-obsolete-debian-infrastructure ~~ alioth\.debian\.org +homepage-github-url-ends-with-dot-git ~~ ^https?://github\.com/.*\.git$ +homepage-gitlab-url-ends-with-dot-git ~~ ^https?://gitlab\.com/.*\.git$ +homepage-salsa-url-ends-with-dot-git ~~ ^https?://salsa.debian.org/.*\.git$ diff --git a/data/fields/binary-fields b/data/fields/binary-fields new file mode 100644 index 0000000..d1f9c81 --- /dev/null +++ b/data/fields/binary-fields @@ -0,0 +1,47 @@ +# Manually maintained list of known binary fields + +Package +Package-Type +Version +Architecture +Depends +Pre-Depends +Recommends +Suggests +Enhances +Conflicts +Provides +Replaces +Breaks +Essential +Maintainer +Section +Priority +Source +Description +Installed-Size +Python-Version +Homepage +Bugs +Origin +Multi-Arch +Build-Ids +Built-Using +Ruby-Versions +Ghc-Package +Gstreamer-Version +Gstreamer-Elements +Gstreamer-Uri-Sources +Gstreamer-Uri-Sinks +Gstreamer-Encoders +Gstreamer-Decoders +Lua-Versions +Auto-Built-Package +X-Cargo-Built-Using + +# Special-case, original-maintainer is not ok in Debian, but we allow +# it in any non-Debian profile by default. +# +# NB: Do not rely on @if-vendor-is-not in your data files; it may +# disappear without notice +@if-vendor-is-not debian Original-Maintainer diff --git a/data/fields/build-essential-packages b/data/fields/build-essential-packages new file mode 100644 index 0000000..f685d8e --- /dev/null +++ b/data/fields/build-essential-packages @@ -0,0 +1,8 @@ +# Manually maintained list of build-essential packages + +libc6-dev +libc-dev +gcc +g++ +make +dpkg-dev diff --git a/data/fields/build-profiles b/data/fields/build-profiles new file mode 100644 index 0000000..3f43dc3 --- /dev/null +++ b/data/fields/build-profiles @@ -0,0 +1,19 @@ +cross +nobiarch +nocheck +nocil +nodoc +nogolang +noguile +noinsttest +nojava +nolua +noocaml +noperl +nopython +noruby +noudeb +nowasm +nowindows +stage1 +stage2 diff --git a/data/fields/derivative-fields b/data/fields/derivative-fields new file mode 100644 index 0000000..a0ee415 --- /dev/null +++ b/data/fields/derivative-fields @@ -0,0 +1,5 @@ +# Derivative-specific field validation +# +# format: field ~~ ^regex$ ~~ explanation + +Source ~~ . ~~ always matches diff --git a/data/fields/derivative-versions b/data/fields/derivative-versions new file mode 100644 index 0000000..6b71fd7 --- /dev/null +++ b/data/fields/derivative-versions @@ -0,0 +1,7 @@ +# Derivative-specific version number validation +# +# Checked in order, warns with $explanation if $regex does not match +# +# format: $regex ~~ explanation + +. ~~ always matches diff --git a/data/fields/essential b/data/fields/essential new file mode 100644 index 0000000..0996e4a --- /dev/null +++ b/data/fields/essential @@ -0,0 +1,27 @@ +# Known essential packages. These packages can always be assumed to be +# installed and should not have non-versioned dependencies. + +base-files +base-passwd +bash +bsdutils +coreutils +dash +debianutils +diffutils +dpkg +findutils +grep +gzip +hostname +hurd +init-system-helpers +libc-bin +login +ncurses-base +ncurses-bin +perl-base +sed +sysvinit-utils +tar +util-linux diff --git a/data/fields/mail-transport-agents b/data/fields/mail-transport-agents new file mode 100644 index 0000000..6e33b0d --- /dev/null +++ b/data/fields/mail-transport-agents @@ -0,0 +1,13 @@ +# Packages that provide mail-transport-agent +# +courier-mta +dma +esmtp-run +exim4-daemon-heavy +exim4-daemon-light +msmtp-mta +nullmailer +opensmtpd +postfix +sendmail-bin +ssmtp diff --git a/data/fields/metapackages b/data/fields/metapackages new file mode 100644 index 0000000..1f6828a --- /dev/null +++ b/data/fields/metapackages @@ -0,0 +1,13 @@ +# Known metapackages. A metapackage is a package that exists for the +# convenience of users or installers to install a set of related packages +# and should not be used as a dependency of anything other than another +# metapackage. It should not be used as a build dependency ever. + +mono-complete +qt4-default +qt5-default +x-window-system +x-window-system-dev +x-window-system-core +xorg +xorg-dev diff --git a/data/fields/name_section_mappings b/data/fields/name_section_mappings new file mode 100644 index 0000000..bb7ceb0 --- /dev/null +++ b/data/fields/name_section_mappings @@ -0,0 +1,56 @@ +# map between regex (x) of package => section +# +# This list is tried from top to bottom + +# Generic +-docs?$ => doc +-dbg(?:sym)?$ => debug + +# Application or framework specific +^lib(?:apache2|nginx)-mod- => httpd +^lighttpd-mod => httpd +\.(?:framework|tool|app)(?:-common)?$ => gnustep +^gnustep- => gnustep +^moblin- => embedded + +# Language-specific +^node- => javascript +^(?:python-)?zope => zope +^python3?- => python +^r-(?:cran|bioc|other)- => gnu-r +^elpa- => editors +^cl- => lisp +-elisp(?:-.*)$ => lisp +^lib.*-guile$ => lisp +^guile- => lisp +^golang- => golang +^lib.*-perl$ => perl +lib.*-cil(?:-dev)?$ => cli-mono +^lib.*-(?:java|gcj|jni)$ => java +^(?:lib)?php(?:\d(?:\.\d)?)?- => php +^lib-.*-php$ => php +^haskell- => haskell +^lib(?:hugs|ghc6?)- => haskell +^lib.*-ruby(?:1\.\d)?$ => ruby +^ruby- => ruby +^librust-.*-dev$ => rust +^rust- => rust +^lib.*-(?:ocaml|camlp4)-dev$ => ocaml +^libjs- => javascript +^lib.*-(tcl|lua|gst)$ => interpreters + +# Data files +^gir\d+\.\d+-.*-\d+\.\d+$ => introspection +^xfonts- => fonts +^(?:fonts|ttf)- => fonts +^lib(?:nss|pam)- => admin +^(?:aspell|hunspell|myspell|mythes)- => localization +^hyphen-[a-z]{2}(?:-[a-z]{2})?$ => localization +^dict-freedict- => localization +^gcompris-sound- => localization +-l10n(?:-.*)?$ => localization +-(dkms|firmware)$ => kernel + +# Catch remaining +^lib.*-(dev|headers)$ => libdevel +^lib.*\d[ad]?$ => libs diff --git a/data/fields/no-build-depends b/data/fields/no-build-depends new file mode 100644 index 0000000..86e4b07 --- /dev/null +++ b/data/fields/no-build-depends @@ -0,0 +1,6 @@ +# This file lists packages that should not be listed as build +# dependencies, generally because they require interactivity or cannot be +# correctly installed in a build environment. It is presently maintained +# manually. + +java-propose-classpath diff --git a/data/fields/obsolete-packages b/data/fields/obsolete-packages new file mode 100644 index 0000000..33998e5 --- /dev/null +++ b/data/fields/obsolete-packages @@ -0,0 +1,157 @@ +# Known obsolete packages. Not all packages are added to this list, only +# ones for which it's helpful for Lintian to warn about, such as +# significant transitions or transitional packages that we're trying to +# remove from the archive. +# +# Each list of packages should be tagged with the last Debian release in +# which the package appeared so that we can remove long-obsolete entries +# that are no longer worth checking for. +# +# It is possible to specify a replacement (which need not be a package). +# Examples: +# # Obsolete with no replacement +# <pkgX> +# # pkgY is replaced by <replacement> +# <pkgY> => <replacement> + +# Last seen in sarge. +xlibs-dev +exim => exim4 + +# Last seen in etch. +gcc-2.95 +apache => apache2 + +# Last seen in lenny. +cdrecord +cupsys +cupsys-bsd +cupsys-client +cupsys-common +foomatic-data +gaim +gnomemeeting +gs +gs-aladdin +gs-esp +gs-gpl +kernel-headers +kernel-image +kernel-image-2.4 +kernel-image-2.6 +kernel-source +lambdamoo-core +lambdamoo-server +libcupsys2 +libcupsys2-dev +libglu1-xorg +libglu1-xorg-dev +libmime-perl +libungif4-dev +libxerces28 +libxerces28-dev +mkisofs +netcdfg-dev +pcmcia-cs +python-pyopenssl +ssh-krb5 +tetex-base +tetex-bin +tetex-extra +x-dev +xbase-clients +xlibmesa-gl +xlibmesa-gl-dev +xlibmesa-glu +xutils + +# Last seen in Squeeze +default-jdk-builddep + +# Last seen in Wheezy +fuse-utils +ruby1.8 +libruby1.8 + +# See: https://wiki.debian.org/Teams/DebianPerlGroup/OpenTasks/Transitions/DigestSHA1ToDigestSHA +libdigest-sha1-perl + +# Deprecated in Wheezy by maintainer (#646420) +dpatch + +# Deprecated in Jessie (#710466) +texi2html + +# Deprecated versions of automake +automake1.4 +automake1.5 +automake1.6 +automake1.7 +automake1.8 +automake1.9 +automake1.10 + +# Deprecated in Jessie (#720911) +openjdk-6-jdk +openjdk-6-jre +openjdk-6-jre-headless + +# Deprecated in Jessie (#711193) +hardening-wrapper => use dpkg-buildflags instead +hardening-includes => use dpkg-buildflags instead +# Deprecated in Jessie (#746563) +python-support => use dh_python2 instead + +# Deprecated in Jessie (#722084) +ruby1.9.1 +ruby1.9.1-dev +libruby1.9.1 + +# Deprecated in Stretch (https://lists.debian.org/debian-devel-announce/2016/09/msg00000.html) +mysql-server => default-mysql-server +mysql-server-core => default-mysql-server-core +mysql-client => default-mysql-client +mysql-client-core => default-mysql-client-core +libmysqlclient-dev => default-libmysqlclient-dev + +# Deprecated in Stretch (#872076) +dh-systemd => use debhelper (>= 9.20160709) + +# Adobe Flash +mtasc +libjs-swfobject + +# Deprecated in stretch +libavresample-dev => libswresample-dev +liblircclient-dev => liblirc-dev + +# Deprecated in buster +apt-transport-https => apt +e2fslibs-dev => libext2fs-dev +libncurses5-dev => libncurses-dev +libncursesw5-dev => libncurses-dev +libpango1.0-0 => libpango-1.0-0, libpangocairo-1.0-0, libpangoft2-1.0-0 and/or libpangoxft-1.0-0 +libsensors4-dev => libsensors-dev +libservlet3.1-java => libservlet-api-java +libtinfo-dev => libncurses-dev + +# Deprecated in bullseye +bsdmainutils => bsdextrautils and/or ncal +libfontconfig1-dev => libfontconfig-dev +libfreetype6-dev => libfreetype-dev +libgdk-pixbuf2.0-0 => libgdk-pixbuf-2.0-0 and optionally libgdk-pixbuf-xlib-2.0-0 +libgdk-pixbuf2.0-dev => libgdk-pixbuf-2.0-dev and optionally libgdk-pixbuf-xlib-2.0-dev +libgl1-mesa-dev => libgl-dev +libshout3-dev => libshout-dev +libtiff5-dev => libtiff-dev +libxcb-util0-dev => libxcb-util-dev + +# Deprecated in bookworm +libgsasl7-dev => libgsasl-dev +libidn11-dev => libidn-dev +policykit-1 => polkitd and optionally pkexec +lsb-base +pkg-config => pkgconf + +# Deprecated in trixie +gnome-common => https://wiki.gnome.org/Projects/GnomeCommon/Migration diff --git a/data/fields/perl-provides b/data/fields/perl-provides new file mode 100644 index 0000000..3838411 --- /dev/null +++ b/data/fields/perl-provides @@ -0,0 +1,32 @@ +# virtual packages provided by the Perl core packages that also have a +# separate binary package available +# +# the listed version is the one included in the Perl core +# +# regenerate by running +# debian/rules refresh-perl-provides +# in the lintian source tree +# +# last updated for PERL_VERSION=5.034000 +libsocket-perl 2.031 +libio-socket-ip-perl 0.41 +libversion-perl 1:0.9928 +libunicode-collate-perl 1.29 +libtest-simple-perl 1.302183 +libtest-harness-perl 3.43 +libpod-simple-perl 3.42 +libmodule-metadata-perl 1.000037 +libmodule-load-conditional-perl 0.74 +libmodule-corelist-perl 5.20210520 +libmath-bigint-perl 1.999818 +libjson-pp-perl 4.06000 +libio-compress-perl 2.102 +libhttp-tiny-perl 0.076 +libextutils-cbuilder-perl 0.280236 +libexperimental-perl 0.024 +libencode-perl 3.08 +libdigest-sha-perl 6.02 +libcpan-meta-yaml-perl 0.018 +libcpan-meta-requirements-perl 2.140 +libcompress-raw-zlib-perl 2.101 +libcompress-raw-bzip2-perl 2.101 diff --git a/data/fields/priorities b/data/fields/priorities new file mode 100644 index 0000000..47412d1 --- /dev/null +++ b/data/fields/priorities @@ -0,0 +1,9 @@ +# Manually maintained map of priorities +# +# It is used by checks/fields to validate the priority fields. + +required +important +standard +optional + diff --git a/data/fields/toolchain b/data/fields/toolchain new file mode 100644 index 0000000..d1d9497 --- /dev/null +++ b/data/fields/toolchain @@ -0,0 +1,2 @@ +cdbs +debhelper diff --git a/data/fields/udeb-fields b/data/fields/udeb-fields new file mode 100644 index 0000000..d0089fe --- /dev/null +++ b/data/fields/udeb-fields @@ -0,0 +1,35 @@ +# Manually maintained list of known udeb fields +# - note the Ubuntu original-maintainer field is handled separately. + +Package +Version +Architecture +Subarchitecture +Depends +Recommends +Enhances +Provides +Replaces +Breaks +Replaces +Maintainer +Section +Priority +Source +Description +Installed-Size +Kernel-Version +Installer-Menu-Item +Bugs +Origin +Auto-Built-Package +Build-Ids +Built-Using +X-Cargo-Built-Using + +# Special-case, original-maintainer is not ok in Debian, but we allow +# it in any non-Debian profile by default. +# +# NB: Do not rely on @if-vendor-is-not in your data files; it may +# disappear without notice +@if-vendor-is-not debian original-maintainer diff --git a/data/fields/vcs-hosters b/data/fields/vcs-hosters new file mode 100644 index 0000000..b09b565 --- /dev/null +++ b/data/fields/vcs-hosters @@ -0,0 +1,31 @@ +# List of hosting services with their corresponding VCS +# +# Format: +# ^regex \x\s) ~~ vcs,vcs1,vcs2 + +git://anonscm\.debian\.org/ ~~ Git +https?://anonscm\.debian\.org/git/ ~~ Git +https?://anonscm\.debian\.org/cgit/ ~~ Git +git://git\.debian\.org/ ~~ Git +https?://git\.debian\.org/ ~~ Git +git://alioth\.debian\.org/ ~~ Git +https?://alioth\.debian\.org/anonscm/git/ ~~ Git +git://anongit\.debian\.org/ ~~ Git +https?://git\.dgit\.debian\.org/ ~~ Git +git://anongit\.freedesktop\.org/ ~~ Git +git://anongit\.kde\.org/ ~~ Git +git://git\.code\.sf\.net/ ~~ Git +https?://git\.code\.sf\.net/p/ ~~ Git +git://[a-zA-Z0-9]+\.git\.sourceforge\.net/ ~~ Git +git://git@github\.com: ~~ Git +git://github\.com/ ~~ Git +https?://github\.com/ ~~ Git +git@gitlab\.com: ~~ Git +https?://gitlab\.[^/]+/ ~~ Git +https?://salsa\.debian\.org/ ~~ Git +git://git\.kernel\.org/ ~~ Git +git://gitorious\.org/ ~~ Git +git://[a-zA-Z0-9]+\.branchable\.com/ ~~ Git +git://repo\.or\.cz/ ~~ Git +https?://repo\.or\.cz/ ~~ Git +https?://bitbucket\.org/ ~~ Git diff --git a/data/fields/virtual-packages b/data/fields/virtual-packages new file mode 100644 index 0000000..5c23efe --- /dev/null +++ b/data/fields/virtual-packages @@ -0,0 +1,682 @@ +# The list of virtual packages in Debian that are provided by two or more +# packages. +# +# Packages that should be listed but are not found by this script can be +# listed in a special comment in this file. They will then be preserved when +# the list is regenerated. Such packages must be listed in a comment line +# staring with "Keep:". Multiple packages can be specified in the same line, +# separated by comma and/or white space. Multiple "Keep: " lines can be used +# as well. +# +# Last updated: 2022-09-07 + +# Keep: xserver-xorg-input, xserver-xorg-input-2, xserver-xorg-input-2.1 +# Keep: xserver-xorg-input-4 +# Keep: xserver-xorg-video, xserver-xorg-video-1.0, xserver-xorg-video-1.9 +# Keep: xserver-xorg-video-2, xserver-xorg-video-4, xserver-xorg-video-5 + +adventure +alsaplayer-interface +alsaplayer-output +apache2-suexec +aptitude-doc +aspell-dictionary +asterisk-prompt-fr +asterisk-prompt-it-it +audio-mixer +automaken +awk +bacula-director-database +bilibop-device-policy +blacs-test-common +bochs-gui +bogofilter-db +boom-engine +brig-compiler +brig-compiler-x86-64-linux-gnu +brig-compiler-x86-64-linux-gnux32 +c++-compiler +c++-compiler-aarch64-linux-gnu +c++-compiler-alpha-linux-gnu +c++-compiler-arm-linux-gnueabi +c++-compiler-arm-linux-gnueabihf +c++-compiler-hppa-linux-gnu +c++-compiler-m68k-linux-gnu +c++-compiler-mips-linux-gnu +c++-compiler-mips64-linux-gnuabi64 +c++-compiler-mips64el-linux-gnuabi64 +c++-compiler-mipsel-linux-gnu +c++-compiler-mipsisa32r6-linux-gnu +c++-compiler-mipsisa32r6el-linux-gnu +c++-compiler-mipsisa64r6-linux-gnuabi64 +c++-compiler-mipsisa64r6el-linux-gnuabi64 +c++-compiler-powerpc-linux-gnu +c++-compiler-powerpc64-linux-gnu +c++-compiler-powerpc64le-linux-gnu +c++-compiler-riscv64-linux-gnu +c++-compiler-s390x-linux-gnu +c++-compiler-sh4-linux-gnu +c++-compiler-sparc64-linux-gnu +c++-compiler-x86-64-linux-gnu +c++-compiler-x86-64-linux-gnux32 +c++abi2-dev +c-compiler +c-compiler-aarch64-linux-gnu +c-compiler-alpha-linux-gnu +c-compiler-arm-linux-gnueabi +c-compiler-arm-linux-gnueabihf +c-compiler-hppa-linux-gnu +c-compiler-m68k-linux-gnu +c-compiler-mips-linux-gnu +c-compiler-mips64-linux-gnuabi64 +c-compiler-mips64el-linux-gnuabi64 +c-compiler-mipsel-linux-gnu +c-compiler-mipsisa32r6-linux-gnu +c-compiler-mipsisa32r6el-linux-gnu +c-compiler-mipsisa64r6-linux-gnuabi64 +c-compiler-mipsisa64r6el-linux-gnuabi64 +c-compiler-powerpc-linux-gnu +c-compiler-powerpc64-linux-gnu +c-compiler-powerpc64le-linux-gnu +c-compiler-riscv64-linux-gnu +c-compiler-s390x-linux-gnu +c-compiler-sh4-linux-gnu +c-compiler-sparc64-linux-gnu +c-compiler-x86-64-linux-gnu +c-compiler-x86-64-linux-gnux32 +c-shell +cataclysm-dda +chasen-dic +cl-sql-backend +core-dump-handler +cron-daemon +ctags +cudf-solver +cwl-runner +d-compiler +d-v2-compiler +dbus-session-bus +debconf-2.0 +debian-installer-netboot +dhcp-client +dict-client +dict-server +dictd-dictionary +djvu-viewer +docbook-xsl-doc +doom-engine +doom-node-builder +doom-wad +doublecmd +doublecmd-help +dssi-plugin +dyndns-client +editor +emacsen +ettercap +exim4-localscanapi-6.0 +expeyes-doc +festival-voice +fizmo +fonts-japanese-gothic +fonts-japanese-mincho +fortran95-compiler +fortune-cookie-db +freeciv-client (= 3.0.3-3) +freerdp +ftp-server +gem-plugin-film +gem-plugin-image +gem-plugin-record +gem-plugin-video +gem-plugin-window +gfortran-mod-15 +gimp-help +gmerlin-encoders +gmt-gshhg-data +gnome-www-browser +gnumach +gnumach-image +gnuplot +gnustep-back0.29-alt +go-compiler +gsettings-backend +gstreamer1.0-audiosink +gstreamer1.0-audiosource +gstreamer1.0-videosink +gstreamer1.0-videosource +gstreamer1.0-visualization +guile +gvim (= 2:9.0.0242-1) +heretic-engine +hexen-engine +homer-api-datastore +horde-bundle +httpd +httpd-cgi +httpd-wsgi3 +hunspell-dictionary +hunspell-dictionary-de +hunspell-dictionary-es +hunspell-dictionary-fr +hyphen-hyphenation-patterns +ident-server +ike-server +imap-client +imap-server +indicator-renderer +inet-superserver +inews +info-browser +irc +ircd +ispell-dictionary +jack-daemon +jackd-firewire +java-compiler +java-runtime +java-runtime-headless +java-sdk +java-sdk-headless +java10-runtime +java10-runtime-headless +java10-sdk +java10-sdk-headless +java11-runtime +java11-runtime-headless +java11-sdk +java11-sdk-headless +java12-runtime +java12-runtime-headless +java12-sdk +java12-sdk-headless +java13-runtime +java13-runtime-headless +java13-sdk +java13-sdk-headless +java14-runtime +java14-runtime-headless +java14-sdk +java14-sdk-headless +java15-runtime +java15-runtime-headless +java15-sdk +java15-sdk-headless +java16-runtime +java16-runtime-headless +java16-sdk +java16-sdk-headless +java17-runtime +java17-runtime-headless +java17-sdk +java17-sdk-headless +java2-runtime +java2-runtime-headless +java2-sdk +java2-sdk-headless +java5-runtime +java5-runtime-headless +java5-sdk +java5-sdk-headless +java6-runtime +java6-runtime-headless +java6-sdk +java6-sdk-headless +java7-runtime +java7-runtime-headless +java7-sdk +java7-sdk-headless +java8-runtime +java8-runtime-headless +java8-sdk +java8-sdk-headless +java9-runtime +java9-runtime-headless +java9-sdk +java9-sdk-headless +kwin +kwin-wayland-backend +ladspa-plugin +lha +lib32gcc-s1-mips64-dcv1 +lib32gcc-s1-mips64el-dcv1 +lib32gcc-s1-mips64r6-dcv1 +lib32gcc-s1-mips64r6el-dcv1 +lib32gcc-s1-ppc64-dcv1 +lib32gcc-s1-sparc64-dcv1 +lib32gcc-s1-x32-dcv1 +lib32stdc++6-mips64-dcv1 +lib32stdc++6-mips64el-dcv1 +lib32stdc++6-mips64r6-dcv1 +lib32stdc++6-mips64r6el-dcv1 +lib32stdc++6-ppc64-dcv1 +lib32stdc++6-sparc64-dcv1 +lib32stdc++6-x32-dcv1 +lib64gcc-s1-mips-dcv1 +lib64gcc-s1-mipsel-dcv1 +lib64gcc-s1-mipsr6-dcv1 +lib64gcc-s1-mipsr6el-dcv1 +lib64gcc-s1-powerpc-dcv1 +lib64gcc-s1-x32-dcv1 +lib64stdc++6-mips-dcv1 +lib64stdc++6-mipsel-dcv1 +lib64stdc++6-mipsr6-dcv1 +lib64stdc++6-mipsr6el-dcv1 +lib64stdc++6-powerpc-dcv1 +lib64stdc++6-x32-dcv1 +libadios-mpi-dev +libblacs-mpi-dev +libblas.so +libblas.so.3 +libblis.so +libblis.so.4 +libc++-x.y +libc++-x.y-dev +libc++abi-x.y +libc++abi-x.y-dev +libc-icap-module +libclc-x.y +libclc-x.y-dev +libcurl-dev +libcurl-ssl-dev +libcurl4-dev +libedac +libevas1-engine +libextractor-plugins +libfltk-dev +libgcc-s1-alpha-dcv1 +libgcc-s1-mips-dcv1 +libgcc-s1-mips64-dcv1 +libgcc-s1-mips64el-dcv1 +libgcc-s1-mips64r6-dcv1 +libgcc-s1-mips64r6el-dcv1 +libgcc-s1-mipsel-dcv1 +libgcc-s1-mipsr6-dcv1 +libgcc-s1-mipsr6el-dcv1 +libgcc-s1-powerpc-dcv1 +libgcc-s1-ppc64-dcv1 +libgcc-s1-riscv64-dcv1 +libgcc-s1-sh4-dcv1 +libgcc-s1-sparc64-dcv1 +libgcc-s1-x32-dcv1 +libgcc-s2-m68k-dcv1 +libgdchart +libgdchart-gd2-dev +libhtml-wikiconverter-dialect +libjack-0.116 +libjack-0.125 +libjack-dev-session +libjack0.100.0-dev +liblapack.so +liblapack.so.3 +libllvmspirvlib-x.y-dev +libmagickcore-extra +libmlir-x.y +libmlir-x.y-dev +libn32gcc-s1-mips-dcv1 +libn32gcc-s1-mips64-dcv1 +libn32gcc-s1-mips64el-dcv1 +libn32gcc-s1-mips64r6-dcv1 +libn32gcc-s1-mips64r6el-dcv1 +libn32gcc-s1-mipsel-dcv1 +libn32gcc-s1-mipsr6-dcv1 +libn32gcc-s1-mipsr6el-dcv1 +libn32stdc++6-mips-dcv1 +libn32stdc++6-mips64-dcv1 +libn32stdc++6-mips64el-dcv1 +libn32stdc++6-mips64r6-dcv1 +libn32stdc++6-mips64r6el-dcv1 +libn32stdc++6-mipsel-dcv1 +libn32stdc++6-mipsr6-dcv1 +libn32stdc++6-mipsr6el-dcv1 +libneon-dev +libocsipersist-provider-ocaml-dev +libomp-x.y +libomp-x.y-dev +libopencl-clang-x.y-dev +libopendbx1-backend +libopenni-sensor +libopenni-sensor-dev +libpypy-dev +libreoffice-grammarcheck +libreoffice-help (= 7.4) +libreoffice-l10n (= 7.4) +libreoffice-style +libsdl-dev +libstdc++-dev +libstdc++-dev-alpha-cross +libstdc++-dev-alpha-dcv1 +libstdc++-dev-amd64-cross +libstdc++-dev-amd64-dcv1 +libstdc++-dev-arm64-cross +libstdc++-dev-arm64-dcv1 +libstdc++-dev-armel-cross +libstdc++-dev-armel-dcv1 +libstdc++-dev-armhf-cross +libstdc++-dev-armhf-dcv1 +libstdc++-dev-hppa-cross +libstdc++-dev-hppa-dcv1 +libstdc++-dev-i386-cross +libstdc++-dev-i386-dcv1 +libstdc++-dev-m68k-cross +libstdc++-dev-m68k-dcv1 +libstdc++-dev-mips-cross +libstdc++-dev-mips-dcv1 +libstdc++-dev-mips64-cross +libstdc++-dev-mips64-dcv1 +libstdc++-dev-mips64el-cross +libstdc++-dev-mips64el-dcv1 +libstdc++-dev-mips64r6-cross +libstdc++-dev-mips64r6-dcv1 +libstdc++-dev-mips64r6el-cross +libstdc++-dev-mips64r6el-dcv1 +libstdc++-dev-mipsel-cross +libstdc++-dev-mipsel-dcv1 +libstdc++-dev-mipsr6-cross +libstdc++-dev-mipsr6-dcv1 +libstdc++-dev-mipsr6el-cross +libstdc++-dev-mipsr6el-dcv1 +libstdc++-dev-powerpc-cross +libstdc++-dev-powerpc-dcv1 +libstdc++-dev-ppc64-cross +libstdc++-dev-ppc64-dcv1 +libstdc++-dev-ppc64el-cross +libstdc++-dev-ppc64el-dcv1 +libstdc++-dev-riscv64-cross +libstdc++-dev-riscv64-dcv1 +libstdc++-dev-s390x-cross +libstdc++-dev-s390x-dcv1 +libstdc++-dev-sh4-cross +libstdc++-dev-sh4-dcv1 +libstdc++-dev-sparc64-cross +libstdc++-dev-sparc64-dcv1 +libstdc++-dev-x32-cross +libstdc++-dev-x32-dcv1 +libstdc++-pic-alpha-dcv1 +libstdc++-pic-amd64-dcv1 +libstdc++-pic-arm64-dcv1 +libstdc++-pic-armel-dcv1 +libstdc++-pic-armhf-dcv1 +libstdc++-pic-hppa-dcv1 +libstdc++-pic-i386-dcv1 +libstdc++-pic-m68k-dcv1 +libstdc++-pic-mips-dcv1 +libstdc++-pic-mips64-dcv1 +libstdc++-pic-mips64el-dcv1 +libstdc++-pic-mips64r6-dcv1 +libstdc++-pic-mips64r6el-dcv1 +libstdc++-pic-mipsel-dcv1 +libstdc++-pic-mipsr6-dcv1 +libstdc++-pic-mipsr6el-dcv1 +libstdc++-pic-powerpc-dcv1 +libstdc++-pic-ppc64-dcv1 +libstdc++-pic-ppc64el-dcv1 +libstdc++-pic-riscv64-dcv1 +libstdc++-pic-s390x-dcv1 +libstdc++-pic-sh4-dcv1 +libstdc++-pic-sparc64-dcv1 +libstdc++-pic-x32-dcv1 +libstdc++6-alpha-dcv1 +libstdc++6-hppa-dcv1 +libstdc++6-m68k-dcv1 +libstdc++6-mips-dcv1 +libstdc++6-mips64-dcv1 +libstdc++6-mips64el-dcv1 +libstdc++6-mips64r6-dcv1 +libstdc++6-mips64r6el-dcv1 +libstdc++6-mipsel-dcv1 +libstdc++6-mipsr6-dcv1 +libstdc++6-mipsr6el-dcv1 +libstdc++6-powerpc-dcv1 +libstdc++6-ppc64-dcv1 +libstdc++6-riscv64-dcv1 +libstdc++6-sh4-dcv1 +libstdc++6-sparc64-dcv1 +libstdc++6-x32-dcv1 +libtachyon +libtachyon-dev +libunity-common +libunwind-x.y +libunwind-x.y-dev +libzookeeper-dev +lightdm-greeter +linux-initramfs-tool +linux-kernel-log-daemon +linux-latest-image-dbg +linuxcnc-doc +lisp-compiler +live-config-backend +lua +lv2-host +lv2-plugin +lxqt-theme +lzh-archiver +lzip-alternative +lzip-compressor +lzip-decompressor +m2-compiler +mail-reader +mail-transport-agent +mailx +man-browser +mh +mobile-tweaks +mp3-decoder +mpd-client +mumps +mupen64plus-rsp +mupen64plus-video +musescore-compatible-soundfont +myspell-dictionary +myspell-dictionary-fr +mythes-thesaurus +mythes-thesaurus-de +nes-emulator +netcat +netdata-plugins +nethack +netpbm-dev +neutron-plugin +news-reader +news-transport-system +nova-compute-hypervisor +nslcd-2 +objc++-compiler +objc++-compiler-aarch64-linux-gnu +objc++-compiler-alpha-linux-gnu +objc++-compiler-arm-linux-gnueabi +objc++-compiler-arm-linux-gnueabihf +objc++-compiler-hppa-linux-gnu +objc++-compiler-m68k-linux-gnu +objc++-compiler-mips-linux-gnu +objc++-compiler-mips64-linux-gnuabi64 +objc++-compiler-mips64el-linux-gnuabi64 +objc++-compiler-mipsel-linux-gnu +objc++-compiler-mipsisa32r6-linux-gnu +objc++-compiler-mipsisa32r6el-linux-gnu +objc++-compiler-mipsisa64r6-linux-gnuabi64 +objc++-compiler-mipsisa64r6el-linux-gnuabi64 +objc++-compiler-powerpc-linux-gnu +objc++-compiler-powerpc64-linux-gnu +objc++-compiler-powerpc64le-linux-gnu +objc++-compiler-riscv64-linux-gnu +objc++-compiler-s390x-linux-gnu +objc++-compiler-sh4-linux-gnu +objc++-compiler-sparc64-linux-gnu +objc++-compiler-x86-64-linux-gnu +objc++-compiler-x86-64-linux-gnux32 +objc-compiler +objc-compiler-aarch64-linux-gnu +objc-compiler-alpha-linux-gnu +objc-compiler-arm-linux-gnueabi +objc-compiler-arm-linux-gnueabihf +objc-compiler-hppa-linux-gnu +objc-compiler-m68k-linux-gnu +objc-compiler-mips-linux-gnu +objc-compiler-mips64-linux-gnuabi64 +objc-compiler-mips64el-linux-gnuabi64 +objc-compiler-mipsel-linux-gnu +objc-compiler-mipsisa32r6-linux-gnu +objc-compiler-mipsisa32r6el-linux-gnu +objc-compiler-mipsisa64r6-linux-gnuabi64 +objc-compiler-mipsisa64r6el-linux-gnuabi64 +objc-compiler-powerpc-linux-gnu +objc-compiler-powerpc64-linux-gnu +objc-compiler-powerpc64le-linux-gnu +objc-compiler-riscv64-linux-gnu +objc-compiler-s390x-linux-gnu +objc-compiler-sh4-linux-gnu +objc-compiler-sparc64-linux-gnu +objc-compiler-x86-64-linux-gnu +objc-compiler-x86-64-linux-gnux32 +opencl-icd +opendnssec-enforcer-backend +osspd-backend +parolottero-data +paw-binary +pcsc-ifd-handler +pd-net +pdf-viewer +perl-modules +phonon4qt5-backend +php-libsmbclient +php-pecl-http +php-php-http-async-client-implementation +php-php-http-client-implementation +php-psr-cache-implementation +php-psr-container-implementation (= 1.0) +php-psr-event-dispatcher-implementation (= 1.0) +php-psr-http-client-implementation (= 1.0) +php-psr-http-factory-implementation (= 1.0) +php-psr-http-message-implementation (= 1.0) +php-psr-link-implementation (= 1.0) +php-psr-log-implementation +php-psr-simple-cache-implementation +php-symfony-cache-implementation +php-symfony-event-dispatcher-implementation (= 2.0) +php-symfony-http-client-implementation (= 2.4) +php-symfony-service-implementation +php-symfony-translation-implementation (= 2.3) +php8.1-json +phpapi-20210902 +pinentry +pinentry-x11 +ping +plymouth-theme +policy-rcd-default-policy +polkit-1-auth-agent +pop3-server +postscript-viewer +python-clang-x.y +python3-cysignals +python3-lldb-x.y +qt5-style-kvantum-theme +quake-engine +quake-engine-server +radius-server +readline-editor +roaraudio-server +ruby-abbrev (= 0.1.0) +ruby-delegate (= 0.2.0) +ruby-english (= 0.7.1) +ruby-etc (= 1.3.0) +ruby-fcntl (= 1.0.1) +ruby-forwardable (= 1.3.2) +ruby-getoptlong (= 0.1.1) +ruby-io-nonblock (= 0.1.0) +ruby-mutex-m (= 0.1.1) +ruby-net-pop (= 0.1.1) +ruby-observer (= 0.1.1) +ruby-open3 (= 0.1.1) +ruby-openssl (= 3.0.0) +ruby-prettyprint (= 0.1.1) +ruby-prime (= 0.1.2) +ruby-pstore (= 0.1.1) +ruby-resolv (= 0.2.1) +ruby-resolv-replace (= 0.1.0) +ruby-rexml (= 3.2.5) +ruby-rinda (= 0.1.1) +ruby-rss (= 0.2.9) +ruby-shellwords (= 0.1.0) +ruby-singleton (= 0.1.1) +ruby-stringio (= 3.0.1) +ruby-strscan (= 3.0.1) +ruby-syslog (= 0.1.0) +ruby-tmpdir (= 0.1.2) +ruby-tsort (= 0.1.0) +ruby-weakref (= 0.1.1) +sddm-theme +sf2-soundfont-gm +sf3-soundfont-gm +skkserv +snort-rules +soapysdr0.8-module +ssh-server +sword-comm +sword-dict +sword-frontend +sword-text +system-log-daemon +systemd-sysusers (= 251.4-3) +systemd-tmpfiles (= 251.4-3) +tachyon-bin +tads2-interpreter +tads3-interpreter +tcl-itcl-dev +tcl-itcl-doc +telepathy-connection-manager +telnet-client +telnet-server +tesseract-ocr-lang +tesseract-ocr-language +time-daemon +tk-itk-dev +tk-itk-doc +turn-server +unity-scopes-json-def +ups-monitor +va-driver +vdpau-driver +vim (= 2:9.0.0242-1) +vim-lua (= 2:9.0.0242-1) +vim-perl (= 2:9.0.0242-1) +vim-python3 (= 2:9.0.0242-1) +vim-ruby (= 2:9.0.0242-1) +vim-tcl (= 2:9.0.0242-1) +virtual-mysql-client +virtual-mysql-client-core +virtual-mysql-server +virtual-mysql-server-core +virtual-mysql-testsuite +virtualbox-guest-modules +vnc-server +vnc-viewer +vncviewer +vst-plugin +wireguard-modules (= 1.0.0) +wordlist +wsrep +www-browser +x-audio-mixer +x-display-manager +x-session-manager +x-terminal-emulator +x-window-manager +xdg-desktop-portal-backend +xmlformat +xmms2-plugin-output +xmpp-server +xorg-driver-input +xorg-driver-video +xserver +xserver-xorg-input +xserver-xorg-input-2 +xserver-xorg-input-2.1 +xserver-xorg-input-4 +xserver-xorg-video +xserver-xorg-video-1.0 +xserver-xorg-video-1.9 +xserver-xorg-video-2 +xserver-xorg-video-4 +xserver-xorg-video-5 +zcode-interpreter diff --git a/data/files/allowed-ancient-files b/data/files/allowed-ancient-files new file mode 100644 index 0000000..cbc4000 --- /dev/null +++ b/data/files/allowed-ancient-files @@ -0,0 +1,7 @@ +# Filename regexes to exclude from package-contains-ancient-file + +# Rust crates, upstream, have their Cargo.toml canonicalized on upload, and +# that and other cargo-generated files have their timestamps set to 0 in the +# resulting crate tarball. +^usr/share/cargo/registry/.*/Cargo\.toml$ +^usr/share/cargo/registry/.*/\.cargo_vcs_info\.json$ diff --git a/data/files/allowed-python-files b/data/files/allowed-python-files new file mode 100644 index 0000000..d559938 --- /dev/null +++ b/data/files/allowed-python-files @@ -0,0 +1,7 @@ +# Regular expressions (/i) of filenames that are allowed in top-level Python +# directories such as /usr/lib/python3/dist-packages + +\.egg-info$ +\.so$ +\.pth$ +\.py[ic]?$ diff --git a/data/files/banned/lenna/blacklist b/data/files/banned/lenna/blacklist new file mode 100644 index 0000000..3d7b7e8 --- /dev/null +++ b/data/files/banned/lenna/blacklist @@ -0,0 +1,23 @@ +# format is +# md5sum ~~ sha1 ~~ sha256 ~~ common name ~~ reference +# +# current name is the usual name of the file +# reference is a link to the license/official source + +36ad1cdb7c7855fcc253062c767c5748 ~~ 13bb28a3b6a8f07783636e7611c25db20d36e6ba ~~ 67f03c78826e88f8fbefc01195803497c6c4ff452a4585a8a1c8a8eeb538e1e4 ~~ lena.jpg ~~ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758442 + +3752999d8a4142d93eed4c8c97f0997c ~~ 4a8b9c9207de05db6b26604083202f05419e9afc ~~ 1f24a4dd0b5dbddf247f935b10b50665191943c813ff81f4b808fcffdbe422f1 ~~ lena.tif ~~ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758442 + +49d8d697422232eeb28b71846e993ef5 ~~ d712504a0fdf2425ab08debe01c6b2737c4da553 ~~ 0e8c262873c283681ebf7594295603b78cd505f8cafbde4af0bdc6289f6bdb01 ~~ lena.jpg ~~ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758442 + +9393259555eaaf91b58fe24a687fb60a ~~ 95beced0503c13c08beb6a8b157704382afa2f5f ~~ f9be71887ece95fb34c60d3910e4af5ae072b5f2d3c4863f0ec4afcf7bbf32b7 ~~ lena.png ~~ https://bugs.debian.org/827941 + +bb431a4c0c3280c7ca62f43e9882174c ~~ 73ed70526b5f4ad49c5f43d5849087a4a8dd00cc ~~ 6054bdfd37d3a147cd99920f1921d8278879399aabdedbf118f0960f592766ee ~~ lena.jpg ~~ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758442 + +bcb76439e9848b22830ee44973664084 ~~ 658b1ca8c82055e2f8d57773b7dbcdead0af6c14 ~~ d4268e35d21def2ba215607d202fc52501c91fda5f7a67c5bd0e2942f9afbcb6 ~~ lena.mat ~~ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758442 + +ec2daed3fa3835749a7d0423d36c652a ~~ 69e4bd806b20e51b5caa062f6d510ed796e1d067 ~~ 8974279a1c6d4711bea6d7db49e4fde2458615ccc80265ef1b4bc5ba16b84cad ~~ lenna.pgm ~~ Lenna test image ~~ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758442 + +ef70b3083e06b236bd804215c0382d09 ~~ bbbe2215e4bc6f38e3829bbe78ac6ca8008249f5 ~~ 1b33c59bcd9ced166f4b6f726ce05bd3c182ac049444178837ddede2a4b4550b ~~ lena.jpg ~~ https://bugs.debian.org/827941 + +dc0f99bbc6d31e7ce4000cc7c1117dbb ~~ 3712585117d7f181f76a67cbbdca9c558cb39110 ~~ 8640b22549789d5aeabebb487b0b6cda05119c3bff8f67699850a0f8177532d7 ~~ lena_std.jpg ~~ https://bugs.debian.org/996093 diff --git a/data/files/banned/lenna/whitelist b/data/files/banned/lenna/whitelist new file mode 100644 index 0000000..2ca0315 --- /dev/null +++ b/data/files/banned/lenna/whitelist @@ -0,0 +1,4 @@ +# md5sums of known-good Lenna images + +# libplacebo demos/lena.jpg +0ea16a2c4b94f0c1a83d11278655ac9f diff --git a/data/files/binary-file-extensions b/data/files/binary-file-extensions new file mode 100644 index 0000000..a6a61d8 --- /dev/null +++ b/data/files/binary-file-extensions @@ -0,0 +1,100 @@ +3g2 +3gp +TTF +aac +aif +ani +asf +aps +avi +avif +avifs +bmp +cb7 +cbr +cbt +cbz +chm +dbf +der +djvu +dll +dmg +doc +docx +emf +epub +exe +flac +gif +gmo +gpg +icc +icm +icns +ico +jar +jpeg +jpg +jsonlz4 +kbx +m4a +m4s +mjpg +mkv +mo +mov +mp3 +mp4 +mpg +odg +odp +ods +odt +oga +ogg +ogv +opus +otf +otp +p12 +pdf +pfx +pgp +png +ppt +pptx +psd +qix +sbn +sbx +shp +shx +spx +sqlite +sqlite3 +suo +svgz +swf +tar +tga +tgz +tbz2 +txz +tif +tiff +ttf +war +wasm +wav +webp +webm +woff +woff2 +wv +xcf +xls +xlsx +xpi +xv +zip diff --git a/data/files/build-path-regex b/data/files/build-path-regex new file mode 100644 index 0000000..b99807b --- /dev/null +++ b/data/files/build-path-regex @@ -0,0 +1,6 @@ +# a list of known build path regex (xms) without leading / +^var/cache/pbuilder/build/ +^var/lib/sbuild/ +^var/lib/buildd/ +^build/ +^tmp/buildd/ diff --git a/data/files/compressed-file-extensions b/data/files/compressed-file-extensions new file mode 100644 index 0000000..adebbdf --- /dev/null +++ b/data/files/compressed-file-extensions @@ -0,0 +1,9 @@ +# list of compressed file extensions +# please alpha sort +bz +bz2 +gz +tgz +xz +z +Z diff --git a/data/files/generic-python-modules b/data/files/generic-python-modules new file mode 100644 index 0000000..b8777d5 --- /dev/null +++ b/data/files/generic-python-modules @@ -0,0 +1,9 @@ +# Regular expressions (/i) of overly-generic Python module names. + +backports? +core +docs? +site +tests? +examples? +scripts? diff --git a/data/files/obsolete-paths b/data/files/obsolete-paths new file mode 100644 index 0000000..825bb40 --- /dev/null +++ b/data/files/obsolete-paths @@ -0,0 +1,6 @@ +# obsolete path (regexp) -> newer path ~~ Reference +# +# Please alpha sort +^etc/bash_completion.d/ -> usr/share/bash-completion/completions ~~ Ensure new filename matches stricter requirements (see https://bugs.debian.org/776954 and https://bugs.debian.org/814599) +^etc/dhcp3/ -> etc/dhcp ~~ (see also https://bugs.debian.org/673029) +^etc/X11/fonts/X11R7/ -> etc/X11/fonts ~~ (see also https://bugs.debian.org/364530#24) diff --git a/data/files/pkg-config-bad-regex b/data/files/pkg-config-bad-regex new file mode 100644 index 0000000..0b8500a --- /dev/null +++ b/data/files/pkg-config-bad-regex @@ -0,0 +1,47 @@ +# a list of pkg-config bad constructions +# regex (xms) +# found in omnithread3.pc +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-[DU]__linux__) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-[DU]__x86_64__) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-D__OSVERSION__=\d+) \s +# found in znc.pc +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-g\d*) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-D_FORTIFY_SOURCE=\d+) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-O[s0-9]) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-W\S*) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-fvisibility=\w+) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-fPI[CE]) \s +# found in dolfin.pc +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-f(?:no-)?stack-protector) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (--param=ssp-buffer-size=\d+) \s +# found in clam_core.pc +[:=\h](-[IL](?:/usr/local/|/var/cache/pbuilder/build/|/var/lib/s?buildd?/)\S*)\s +# found in scilab.pc +^((?:[cC]flags\h*:|CFLAGS\h*=) (?:\V*\h)? -l\S+) \s +# found meep.pc +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-march=\S+) \s +# found opensaml.pc +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-[DU]NDEBUG) \s +# found in libspatialindex.pc +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-pedantic) \s +# found in common-cpp.pc +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-[DU]NEW_STDCPP) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-f(?:no-)?check-new) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-f(?:no-)?inline) \s +# found in postgresql, see 687208 +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-pie) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-f(?:no-)?strict-aliasing) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-f(?:no-)?wrapv) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-fexcess-precision=\w+) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-f(?:no-)?unsafe-math-optimizations) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-f(?:no-)?signed-zeros) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-f(?:no-)?fp-contract) \s +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-f(?:no-)?finite-math-only) \s +# generic math +^(?:[^:]*flags\h*:|[^=]*FLAGS\h*=) (?:\V*\h)? (-f\S+math) \s +# found in libbt.pc +^(?:[lL]ibs\h*:|LDFLAGS\h*=) (?:\V*\h)? (-Wl,z,relro) \s +# unexpanded automake variable +(@[^@\s]*@) + + diff --git a/data/files/privacy-breaker-fragments b/data/files/privacy-breaker-fragments new file mode 100644 index 0000000..2a329d0 --- /dev/null +++ b/data/files/privacy-breaker-fragments @@ -0,0 +1,34 @@ +# Manually maintained table of well known privacy breakers html/js fragment +# syntax: +# keyword ~~regex (xsm) ~~ tag +# +# Note spaces on the right hand side of ~~ are assumed to be a part +# of the regex. Also note that the regex will be applied to a string +# in all lowercase. +# +# Please keep this sorted by tag. +google_ad_client ~~ google_ad_client\s*= ~~ privacy-breach-google-adsense +google-analytics.com/ga.js ~~ [\"\'](?:[^/.]?\.)?google-analytics.com/(?:ga|analytics).js[\"\'] ~~ privacy-breach-google-adsense +urchintracker ~~ urchintracker\s*\(\s*\)\s*; ~~ privacy-breach-google-adsense +adsense ~~ </?\s*adsense\s*> ~~ privacy-breach-google-adsense +data-ad-client ~~ \s+data-ad-client\s* ~~ privacy-breach-google-adsense +adsbygoogle ~~ =\s*window\.adsbygoogle ~~ privacy-breach-google-adsense +googlesearchdomain ~~ googlesearchdomain\s*= ~~ privacy-breach-google-cse +cse-branding ~~ <div\s+class="cse-branding-(?:logo|form)"\s*> ~~ privacy-breach-google-cse +customsearchcontrol ~~ google\.search\.customsearchcontrol\s*\(\s*' ~~ privacy-breach-google-cse +google.load ~~ google\.load\s*\(\s*'search' ~~ privacy-breach-google-cse +customsearchengine ~~ </?\s*customsearchengine\s*> ~~ privacy-breach-google-cse +partner-pub ~~ value\s*=\s*"partner-pub-\d+:?\d+" ~~ privacy-breach-google-cse +cse.js ~~ //www[.]google[.]com/cse/cse[.]js\?cx[=] ~~ privacy-breach-google-cse +plusone ~~ (?:<g:plusone|google\.com/js/plusone\.js\?onload=onloadcallback|src\s*=\s*'https?://apis\.google\.com/js/plusone\.js') ~~ privacy-breach-google-plus +flattr ~~ (?:api\.flattr\.com/js/\d(\.\d)?/load\.js|<a\s+class\s*=\s*"flattrbutton"|data-flattr-uid\s*=|flattrloader\.(?:setup\s*\(\)|render\s*\(|addloadevent\s*\()) ~~ privacy-breach-donation +facebook ~~ (?:facebook-jssdk|xmlns:fb="https?://www.facebook.com/20\d\d/fbml) ~~ privacy-breach-facebook +ogp.me/ns/fb ~~ xmlns:fb="https?://ogp.me/ns/fb\#?" ~~ privacy-breach-facebook +fb. ~~ fb\.(?:canvas|api|init|login|getloginstatus|event|ui|xfbml)(?!\()(?!<) ~~ privacy-breach-facebook +fb: ~~ </?fb:(?:activity|comments|friendpile|like|like-box|login-button|name|profile-pic|recommendations)\s+[^>]*> ~~ privacy-breach-facebook +piwik ~~ (?:piwik_url\s*=|[\'"]piwik\.js[\'\"]|end\s+piwik\h+(?:tag|code)|[\'\"]settrackerurl[\'\"]) ~~ privacy-breach-piwik +pkbaseurl ~~ pkbaseurl\s*= ~~ privacy-breach-piwik +sc_project ~~ var\s+sc_project\s*=\s*\d+\s*; ~~ privacy-breach-statistics-website +twitter ~~ (?:src\s*=\s*["']https?|[+]\s*['"])://platform\.twitter\.com/widgets\.js['"] ~~ privacy-breach-twitter + + diff --git a/data/files/privacy-breaker-tag-attr b/data/files/privacy-breaker-tag-attr new file mode 100644 index 0000000..508f259 --- /dev/null +++ b/data/files/privacy-breaker-tag-attr @@ -0,0 +1,22 @@ +# tag attribute url file helper +# format is name ~~ keyword1 && keyword2 || keyword3 && keyword4~~ secondary keyword ~~ regex (xsm) $1 is whole $2 tag $3 is url +# in regex &URL is replaced by URL regex +# could not use @import +import ~~ @import && url ~~ (([@]import) \s+ url \s* \( \s* \"(&URL)\" \s* \) \s*;) +applet ~~ codebase="http && <applet || codebase="ftp && <applet || codebase="// && <applet ~~ (<(applet) (?:\s[^>]+)? \s+ codebase="(&URL)" [^>]*>) +div src= ~~ src="http && <div || src="ftp && <div || src="// && <div ~~ (<(div) (?:\s[^>]+)? \s+ src="(&URL)" [^>]*>) +div data-href= ~~ data-href="http && <div || data-href="ftp && <div || data-href="// && <div ~~ (<(div) (?:\s[^>]+)? \s+ data-href="(&URL)" [^>]*>) +embed ~~ src="http && <embed || src="ftp && <embed || src="// && <embed ~~ (<(embed) (?:\s[^>]+)? \s+ src="(&URL)" [^>]*>) +frame ~~ src="http && <frame || src="ftp && <frame || src="// && <frame ~~ (<(frame) (?:\s[^>]+)? \s+ src="(&URL)" [^>]*>) +iframe ~~ src="http && <iframe || src="ftp && <iframe || src="// && <iframe ~~ (<(iframe) (?:\s[^>]+)? \s+ src="(&URL)" [^>]*>) +img ~~ src="http && <img || src="ftp && <img || src="// && <img ~~ (<(img) (?:\s[^>]+)? \s+ src="(&URL)" [^>]*>) +input ~~ src="http && <input || src="ftp && <input || src="// && <input ~~ (<(input) (?:\s[^>]+)? \s+ src="(&URL)" [^>]*>) +link ~~ <link && href="http || <link && href="ftp|| <link && href="//~~ (<(link) (?:\s[^>]+)? \s+ href="(&URL)" [^>]*>) +object codebase= ~~ codebase="http && <object || codebase="ftp && <object || codebase="// && <object ~~ (<(object) (?:\s[^>]+)? \s+ codebase="(&URL)" [^>]*>) +object data= ~~ data="http && <object || data="ftp && <object || data="// && <object ~~ (<(object) (?:\s[^>]+)? \s+ data="(&URL)" [^>]*>) +script ~~ src="http && <script || src="ftp && <script || src="// && <script ~~ (<(script) (?:\s[^>]+)? \s+ src="(&URL)" [^>]*>) +source ~~ src="http && <source || src="ftp && <source || src="// && <source ~~ (<(source) (?:\s[^>]+)? \s+ src="(&URL)" [^>]*>) +track ~~ src="http && <track || src="ftp && <track || src="// && <track ~~ (<(track) (?:\s[^>]+)? \s+ src="(&URL)" [^>]*>) +video src= ~~ src="http && <video || src="ftp && <video || src="// && <video ~~ (<(video) (?:\s[^>]+)? \s+ src="(&URL)" [^>]*>) +video poster= ~~ poster="http && <video || poster="ftp && <video || poster="// && <video ~~ (<(video) (?:\s[^>]+)? \s+ poster="(&URL)" [^>]*>) +audio ~~ src="http && <audio || src="ftp && <audio || src="// && <audio ~~ (<(audio) (?:\s[^>]+)? \s+ src="(&URL)" [^>]*>) diff --git a/data/files/privacy-breaker-websites b/data/files/privacy-breaker-websites new file mode 100644 index 0000000..2e957c7 --- /dev/null +++ b/data/files/privacy-breaker-websites @@ -0,0 +1,34 @@ +# Manually maintained table of well known privacy breakers site +# syntax: +# key ~~regex (xsm) ~~ tag (optional assumed to be key) ~~ hint (optional) +# +# please always use lowercase for regex +# Note spaces on the right hand side of ~~ are assumed to be a part +# of the regex. +# +# Please keep this sorted by tag. +privacy-breach-google-adsense ~~^(?:[^\./]+\.)?(?:googlesyndication\.com/pagead/(?:show_ads\.js|js/)|google-analytics\.com/(?:ga|urchin)\.js) +privacy-breach-google-cse ~~^(?:[^\./]+\.)?google\.[^\./]+\.?/(:?afsonline/show_afs_search\.js|cse/api/branding\.css|coop/cse/brand\?[^/]+)$ +privacy-breach-google-plus ~~(?:^(?:[^\./]+\.)?google\.[^\./]+\.?/js/plusone\.[^\./]+\Z|^plus\.google\.com/) +privacy-breach-donation ~~(?:(?:donate|paypal|support)(?:[^/_.]*)?(?:_?small)?\.(gif|jpe?g|png|svg)$|^(?:[^\./]+\.)?(?:flattr\.(?:com|net)|paypal(?:objects)?\.com|pledgie\.com|xoom\.com)/) +privacy-breach-facebook ~~^(?:[^\./]+\.)?(?:facebook\.com|static\.ak\.fbcdn\.net)(?:/|\Z) +privacy-breach-logo ~~(?:^(?:sflogo\.)?(?:sourceforge|sf)\.[^\./]+/sflogo\.php\?|/logos?/|(?:acrobat|clanlib|(?:fav|github-)?icons?|logos?_?(?:\d+|small)|mascot[^\./]*|youtube-icon[^\./]*|twitter_logo[^\./]*|doxygen|forkme_[^/\.]*|logos?_[^/\.]*|logos?)\.(gif|ico|jpe?g|png|svg)$) +privacy-breach-piwik ~~/piwik\.php\? +privacy-breach-statistics-website ~~^(?:(?:[^\./]+\.)?(?:cruel-carlota\.pagodabox\.com|linkexchange\.com|nedstatbasic\.net|onestat\.com|sitemeter\.com|statcounter\.com|webstats\.motigo\.com|digit\.com)(?:/|\Z)|/count(?:er)?\.cgi\?[^/]*\Z|\Acount(?:er)?\.) +privacy-breach-w3c-valid-html ~~^(?:(?:[^\./]+\.)?w3.org/(?:icons/valid-|css-validator/images/)(?:[^/]+)?$|validator\.w3\.org(?:/|\Z)) +# already packaged under debian (please alpha sort by package name +privacy-breach-uses-embedded-file-bootstrap ~~/bootstrap(?:-(?:\d\.?)+(b\d+)?)?(?:\.min)?\.(?:js|css)\Z ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-bootstrap package. +privacy-breach-uses-embedded-file-expect.js ~~/expect\.js/\d+(?:\.\d+)*/index(?:\.min)?\.js\Z ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-expect.js package. +privacy-breach-uses-embedded-file-chai ~~/chai(?:\d+(?:\.\d+)*)?(?:\.min)?\.js\Z ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-chai package. +privacy-breach-uses-embedded-file-html5shiv ~~/html5shiv(?:-printshiv)?(?:\d+(?:\.\d+)*)?(?:\.min)?\.js\Z ~~ privacy-breach-uses-embedded-file ~~ You may use the node-html5shiv package (virtual package). +privacy-breach-uses-embedded-file-jquery ~~(?:(?!doxygen.*)/jquery(?:-(?:\d\.?)+(b\d+)?)?(?:\.min)?\.js\Z) ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-jquery package. +privacy-breach-uses-embedded-file-jquery-flot ~~(?:/jquery[\.-]flot(?:(?:-(?:\d\.?)+)?(?:\.min)?\.js|\.css)\Z) ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-jquery-flot package. +privacy-breach-uses-embedded-file-jquery-mobile ~~(?:/jquery[\.-]mobile(?:(?:-(?:\d\.?)+)?(?:\.min)?\.js|\.css)\Z|^code\.jquery\.com/mobile/) ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-jquery-mobile package. +privacy-breach-uses-embedded-file-jquery-ui ~~(?:/jquery[\.-]ui(?:(?:-(?:\d\.?)+)?(?:\.min)?\.js|\.css)\Z|^(?:[^\./]+\.)?jqueryui\.com/|/jquery/ui/[^/]+\Z) ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-jquery-ui package. +privacy-breach-uses-embedded-file-mathjax ~~ /mathjax(?:\.min)?\.js(\Z|\?) ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-mathjax package. +privacy-breach-uses-embedded-file-modernizr ~~ /modernizr(?:\.min)?\.js\Z ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-modernizr package. +privacy-breach-uses-embedded-file-mocha ~~ /mocha(?:\.min)?\.(?:js|css)\Z ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-mocha package. +privacy-breach-uses-embedded-file-normalize.css ~~ /normalize(?:\.min)?\.css\Z ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-normalize (virtual) package. +privacy-breach-uses-embedded-file-openlayers ~~ /openlayers(?:\.min)?\.js\Z ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-openlayers package. +privacy-breach-uses-embedded-file-openlayer ~~ /prototype(?:\.min)?\.js\Z ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-prototype package. +privacy-breach-uses-embedded-file-rx ~~ /rx(?:\.min|\.umd)?\.js\Z ~~ privacy-breach-uses-embedded-file ~~ You may use the libjs-rx package. diff --git a/data/files/standard-files b/data/files/standard-files new file mode 100644 index 0000000..231ef53 --- /dev/null +++ b/data/files/standard-files @@ -0,0 +1,28 @@ +# Manually maintained list of "standard" files in /usr/share/doc/$pkg +# These are not enough to consider the package "not-empty" +# +# NB: There is a special case in Lintian for ignoring all "README.*" +# files as well. They need not be listed here. +# +# Please keep this sorted (ignoring case) + +AUTHORS +AUTHORS.gz +BUGS +BUGS.gz +changelog.Debian.gz +changelog.gz +CHANGES +CHANGES.gz +COPYING.gz +copyright +HACKING +HACKING.gz +NEWS +NEWS.Debian +NEWS.Debian.gz +NEWS.gz +TODO +TODO.gz + + diff --git a/data/files/vcs-control-files b/data/files/vcs-control-files new file mode 100644 index 0000000..9a7a6e7 --- /dev/null +++ b/data/files/vcs-control-files @@ -0,0 +1,8 @@ +# vcs control files regex +# ${COMPRESS_EXT} will be replaced by compression extension list +# please alpha sort +/\.arch-inventory(?:\.${COMPRESS_EXT})?\Z +/\.hgtags(?:\.${COMPRESS_EXT})?\Z +/\.(?:cvs|git|hg)_?ignore(?:\.${COMPRESS_EXT})?\Z +/\.git_?(?:modules|attributes)(?:\.${COMPRESS_EXT})?\Z +/\.hg_archival\.txt(?:\.${COMPRESS_EXT})?\Z diff --git a/data/fonts.json b/data/fonts.json new file mode 100644 index 0000000..57d341c --- /dev/null +++ b/data/fonts.json @@ -0,0 +1,29617 @@ +{ + "fonts" : { + "1015sn.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "1015snr.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "18holes.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "3270-regular.ttf" : { + "installed_by" : [ + "fonts-3270" + ] + }, + "3270condensed-regular.ttf" : { + "installed_by" : [ + "fonts-3270" + ] + }, + "3270semicondensed-regular.ttf" : { + "installed_by" : [ + "fonts-3270" + ] + }, + "36daysag.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "36daythk.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "3dlet.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "4shadow.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "4shadowo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "8bitlim.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "8bitlimo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "8bitlimr.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "8blimro.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "90stars.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "a010013d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "a010015d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "a010033d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "a010035d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "aakar-medium.ttf" : { + "installed_by" : [ + "fonts-gujr-extra" + ] + }, + "abecedario.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "abecedarioguiada.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "abecedarionegrita.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "abecedariopautada.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "abecedariopuntguiada.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "abecedariopuntos.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "abecedariopuntpautada.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "aboriginalsansbold9433.ttf" : { + "installed_by" : [ + "fonts-lg-aboriginal" + ] + }, + "aboriginalsansbolditalic9433.ttf" : { + "installed_by" : [ + "fonts-lg-aboriginal" + ] + }, + "aboriginalsansitalic9433.ttf" : { + "installed_by" : [ + "fonts-lg-aboriginal" + ] + }, + "aboriginalsansregular9433.ttf" : { + "installed_by" : [ + "fonts-lg-aboriginal" + ] + }, + "aboriginalserifbold943.ttf" : { + "installed_by" : [ + "fonts-lg-aboriginal" + ] + }, + "aboriginalserifbolditalic943.ttf" : { + "installed_by" : [ + "fonts-lg-aboriginal" + ] + }, + "aboriginalserifitalic943.ttf" : { + "installed_by" : [ + "fonts-lg-aboriginal" + ] + }, + "aboriginalserifregular943.ttf" : { + "installed_by" : [ + "fonts-lg-aboriginal" + ] + }, + "abydosb_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "abydosr_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "abyssinicasil-regular.ttf" : { + "installed_by" : [ + "fonts-sil-abyssinica" + ] + }, + "accanthisadfstd-bold.otf" : { + "installed_by" : [ + "fonts-adf-accanthis" + ] + }, + "accanthisadfstd-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-accanthis" + ] + }, + "accanthisadfstd-italic.otf" : { + "installed_by" : [ + "fonts-adf-accanthis" + ] + }, + "accanthisadfstd-regular.otf" : { + "installed_by" : [ + "fonts-adf-accanthis" + ] + }, + "accanthisadfstdno2-bold.otf" : { + "installed_by" : [ + "fonts-adf-accanthis" + ] + }, + "accanthisadfstdno2-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-accanthis" + ] + }, + "accanthisadfstdno2-italic.otf" : { + "installed_by" : [ + "fonts-adf-accanthis" + ] + }, + "accanthisadfstdno2-regular.otf" : { + "installed_by" : [ + "fonts-adf-accanthis" + ] + }, + "accanthisadfstdno3-bold.otf" : { + "installed_by" : [ + "fonts-adf-accanthis" + ] + }, + "accanthisadfstdno3-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-accanthis" + ] + }, + "accanthisadfstdno3-italic.otf" : { + "installed_by" : [ + "fonts-adf-accanthis" + ] + }, + "accanthisadfstdno3-regular.otf" : { + "installed_by" : [ + "fonts-adf-accanthis" + ] + }, + "acidrefl.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "acknowtt.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "ae_alarabiya.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_albattar.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_alhor.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_almanzomah.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_alyarmook.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_arab.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_cortoba.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_dimnah.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_electron.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_furat.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_granada.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_graph.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_hani.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_haramain.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_hor.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_japan.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_jet.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_kayrawan.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_khalid.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_mashq-bold.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_mashq.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_metal.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_nada.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_nagham.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_nice.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_ostorah.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_ouhod-bold.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_petra.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_rasheeq-bold.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_rehan.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_salem.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_shado.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_sharjah.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_sindbad.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_tarablus.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "ae_tholoth.ttf" : { + "installed_by" : [ + "fonts-arabeyes" + ] + }, + "aegean_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "aegyptusb_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "aegyptusr_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "aerial.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "aerialbd.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "aerialbdit.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "aerialit.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "aerialmono.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "aerialmonobd.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "aerialmonobdit.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "aerialmonoit.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "aescrawl.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "aesymatt.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "aftermat.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "agave-b-autohinted.ttf" : { + "installed_by" : [ + "fonts-agave" + ] + }, + "agave-r-autohinted.ttf" : { + "installed_by" : [ + "fonts-agave" + ] + }, + "akatab-black.ttf" : { + "installed_by" : [ + "fonts-sil-akatab" + ] + }, + "akatab-bold.ttf" : { + "installed_by" : [ + "fonts-sil-akatab" + ] + }, + "akatab-extrabold.ttf" : { + "installed_by" : [ + "fonts-sil-akatab" + ] + }, + "akatab-medium.ttf" : { + "installed_by" : [ + "fonts-sil-akatab" + ] + }, + "akatab-regular.ttf" : { + "installed_by" : [ + "fonts-sil-akatab" + ] + }, + "akatab-semibold.ttf" : { + "installed_by" : [ + "fonts-sil-akatab" + ] + }, + "akkadian_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "aksharyogini2normal.ttf" : { + "installed_by" : [ + "fonts-aksharyogini2" + ] + }, + "alegreyasans-black.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasans-blackitalic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasans-bold.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasans-bolditalic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasans-extrabold.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasans-extrabolditalic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasans-italic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasans-light.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasans-lightitalic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasans-medium.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasans-mediumitalic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasans-regular.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasans-thin.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasans-thinitalic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-black.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-blackitalic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-bold.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-bolditalic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-extrabold.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-extrabolditalic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-italic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-light.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-lightitalic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-medium.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-mediumitalic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-regular.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-thin.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alegreyasanssc-thinitalic.otf" : { + "installed_by" : [ + "fonts-alegreya-sans" + ] + }, + "alexander_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "alfa-beta.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "alfios_b.otf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "alfios_i.otf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "alfios_j.otf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "alfios_r.otf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "alkalami-regular.ttf" : { + "installed_by" : [ + "fonts-sil-alkalami" + ] + }, + "allerta_medium.otf" : { + "installed_by" : [ + "fonts-allerta" + ] + }, + "allerta_stencil.otf" : { + "installed_by" : [ + "fonts-allerta" + ] + }, + "alphbeta.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "amalgama.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "amalgamo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "amiga-regular.ttf" : { + "installed_by" : [ + "fonts-amiga" + ] + }, + "amiri-bold.ttf" : { + "installed_by" : [ + "fonts-hosny-amiri" + ] + }, + "amiri-bolditalic.ttf" : { + "installed_by" : [ + "fonts-hosny-amiri" + ] + }, + "amiri-italic.ttf" : { + "installed_by" : [ + "fonts-hosny-amiri" + ] + }, + "amiri-regular.ttf" : { + "installed_by" : [ + "fonts-hosny-amiri" + ] + }, + "amiriquran.ttf" : { + "installed_by" : [ + "fonts-hosny-amiri" + ] + }, + "amiriqurancolored.ttf" : { + "installed_by" : [ + "fonts-hosny-amiri" + ] + }, + "amit.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "amit.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "amplitud.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "anaktoria_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "analecta_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "anatolian_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "andika-bold.ttf" : { + "installed_by" : [ + "fonts-sil-andika" + ] + }, + "andika-bolditalic.ttf" : { + "installed_by" : [ + "fonts-sil-andika" + ] + }, + "andika-italic.ttf" : { + "installed_by" : [ + "fonts-sil-andika" + ] + }, + "andika-regular.ttf" : { + "installed_by" : [ + "fonts-sil-andika" + ] + }, + "andikacompact-r.ttf" : { + "installed_by" : [ + "fonts-sil-andika-compact" + ] + }, + "andikanewbasic-b.ttf" : { + "installed_by" : [ + "fonts-sil-andikanewbasic" + ] + }, + "andikanewbasic-bi.ttf" : { + "installed_by" : [ + "fonts-sil-andikanewbasic" + ] + }, + "andikanewbasic-i.ttf" : { + "installed_by" : [ + "fonts-sil-andikanewbasic" + ] + }, + "andikanewbasic-r.ttf" : { + "installed_by" : [ + "fonts-sil-andikanewbasic" + ] + }, + "ani.ttf" : { + "installed_by" : [ + "fonts-beng-extra" + ] + }, + "anjalioldlipi-regular.ttf" : { + "installed_by" : [ + "fonts-smc-anjalioldlipi" + ] + }, + "annapurnasil-bold.ttf" : { + "installed_by" : [ + "fonts-sil-annapurna" + ] + }, + "annapurnasil-regular.ttf" : { + "installed_by" : [ + "fonts-sil-annapurna" + ] + }, + "aoyagi-soseki.ttf" : { + "installed_by" : [ + "fonts-aoyagi-soseki" + ] + }, + "aoyagikouzant.ttf" : { + "installed_by" : [ + "fonts-aoyagi-kouzan-t" + ] + }, + "apibold.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "apibolit.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "apiitali.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "apiregul.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "apropal-bold.otf" : { + "installed_by" : [ + "fonts-apropal" + ] + }, + "arapey-black-display.otf" : { + "installed_by" : [ + "fonts-arapey" + ] + }, + "arapey-black.otf" : { + "installed_by" : [ + "fonts-arapey" + ] + }, + "arapey-regular-display.otf" : { + "installed_by" : [ + "fonts-arapey" + ] + }, + "arapey-regular.otf" : { + "installed_by" : [ + "fonts-arapey" + ] + }, + "arapey-thin-display.otf" : { + "installed_by" : [ + "fonts-arapey" + ] + }, + "arapey-thin.otf" : { + "installed_by" : [ + "fonts-arapey" + ] + }, + "arimo-bold.ttf" : { + "installed_by" : [ + "fonts-croscore" + ] + }, + "arimo-bolditalic.ttf" : { + "installed_by" : [ + "fonts-croscore" + ] + }, + "arimo-italic.ttf" : { + "installed_by" : [ + "fonts-croscore" + ] + }, + "arimo-regular.ttf" : { + "installed_by" : [ + "fonts-croscore" + ] + }, + "aroania_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "arthriti.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "arundinasans-bold.ttf" : { + "installed_by" : [ + "fonts-arundina" + ] + }, + "arundinasans-boldoblique.ttf" : { + "installed_by" : [ + "fonts-arundina" + ] + }, + "arundinasans-oblique.ttf" : { + "installed_by" : [ + "fonts-arundina" + ] + }, + "arundinasans.ttf" : { + "installed_by" : [ + "fonts-arundina" + ] + }, + "arundinasansmono-bold.ttf" : { + "installed_by" : [ + "fonts-arundina" + ] + }, + "arundinasansmono-boldoblique.ttf" : { + "installed_by" : [ + "fonts-arundina" + ] + }, + "arundinasansmono-oblique.ttf" : { + "installed_by" : [ + "fonts-arundina" + ] + }, + "arundinasansmono.ttf" : { + "installed_by" : [ + "fonts-arundina" + ] + }, + "arundinaserif-bold.ttf" : { + "installed_by" : [ + "fonts-arundina" + ] + }, + "arundinaserif.ttf" : { + "installed_by" : [ + "fonts-arundina" + ] + }, + "asana-math.otf" : { + "installed_by" : [ + "fonts-oflb-asana-math" + ] + }, + "aseab_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "aseai_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "aseaj_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "asear_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "aspartam.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "assyrian_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "atarismall.otf" : { + "installed_by" : [ + "fonts-atarismall" + ] + }, + "atarist-normal.otf" : { + "installed_by" : [ + "fonts-atarist" + ] + }, + "atavyros.otf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "ataxia.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "ataxiao.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "atkinsonhyperlegible-bold.otf" : { + "installed_by" : [ + "fonts-atkinson-hyperlegible" + ] + }, + "atkinsonhyperlegible-bold.ttf" : { + "installed_by" : [ + "fonts-atkinson-hyperlegible-ttf" + ] + }, + "atkinsonhyperlegible-bolditalic.otf" : { + "installed_by" : [ + "fonts-atkinson-hyperlegible" + ] + }, + "atkinsonhyperlegible-bolditalic.ttf" : { + "installed_by" : [ + "fonts-atkinson-hyperlegible-ttf" + ] + }, + "atkinsonhyperlegible-italic.otf" : { + "installed_by" : [ + "fonts-atkinson-hyperlegible" + ] + }, + "atkinsonhyperlegible-italic.ttf" : { + "installed_by" : [ + "fonts-atkinson-hyperlegible-ttf" + ] + }, + "atkinsonhyperlegible-regular.otf" : { + "installed_by" : [ + "fonts-atkinson-hyperlegible" + ] + }, + "atkinsonhyperlegible-regular.ttf" : { + "installed_by" : [ + "fonts-atkinson-hyperlegible-ttf" + ] + }, + "automati.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "avdira_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "averiagwf-bold.ttf" : { + "installed_by" : [ + "fonts-averia-gwf" + ] + }, + "averiagwf-bolditalic.ttf" : { + "installed_by" : [ + "fonts-averia-gwf" + ] + }, + "averiagwf-gruesa.ttf" : { + "installed_by" : [ + "fonts-averia-gwf" + ] + }, + "averiagwf-italic.ttf" : { + "installed_by" : [ + "fonts-averia-gwf" + ] + }, + "averiagwf-light.ttf" : { + "installed_by" : [ + "fonts-averia-gwf" + ] + }, + "averiagwf-lightitalic.ttf" : { + "installed_by" : [ + "fonts-averia-gwf" + ] + }, + "averiagwf-regular.ttf" : { + "installed_by" : [ + "fonts-averia-gwf" + ] + }, + "averiasansgwf-bold.ttf" : { + "installed_by" : [ + "fonts-averia-sans-gwf" + ] + }, + "averiasansgwf-bolditalic.ttf" : { + "installed_by" : [ + "fonts-averia-sans-gwf" + ] + }, + "averiasansgwf-italic.ttf" : { + "installed_by" : [ + "fonts-averia-sans-gwf" + ] + }, + "averiasansgwf-light.ttf" : { + "installed_by" : [ + "fonts-averia-sans-gwf" + ] + }, + "averiasansgwf-lightitalic.ttf" : { + "installed_by" : [ + "fonts-averia-sans-gwf" + ] + }, + "averiasansgwf-regular.ttf" : { + "installed_by" : [ + "fonts-averia-sans-gwf" + ] + }, + "averiaserifgwf-bold.ttf" : { + "installed_by" : [ + "fonts-averia-serif-gwf" + ] + }, + "averiaserifgwf-bolditalic.ttf" : { + "installed_by" : [ + "fonts-averia-serif-gwf" + ] + }, + "averiaserifgwf-italic.ttf" : { + "installed_by" : [ + "fonts-averia-serif-gwf" + ] + }, + "averiaserifgwf-light.ttf" : { + "installed_by" : [ + "fonts-averia-serif-gwf" + ] + }, + "averiaserifgwf-lightitalic.ttf" : { + "installed_by" : [ + "fonts-averia-serif-gwf" + ] + }, + "averiaserifgwf-regular.ttf" : { + "installed_by" : [ + "fonts-averia-serif-gwf" + ] + }, + "awaminastaliq-bold.ttf" : { + "installed_by" : [ + "fonts-sil-awami-nastaliq" + ] + }, + "awaminastaliq-extrabold.ttf" : { + "installed_by" : [ + "fonts-sil-awami-nastaliq" + ] + }, + "awaminastaliq-medium.ttf" : { + "installed_by" : [ + "fonts-sil-awami-nastaliq" + ] + }, + "awaminastaliq-regular.ttf" : { + "installed_by" : [ + "fonts-sil-awami-nastaliq" + ] + }, + "awaminastaliq-semibold.ttf" : { + "installed_by" : [ + "fonts-sil-awami-nastaliq" + ] + }, + "ayar.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "b018012d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "b018015d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "b018032d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "b018035d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "b2sq.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "b2sqol1.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "b2sqol2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "b612-bold.otf" : { + "installed_by" : [ + "fonts-b612" + ] + }, + "b612-bolditalic.otf" : { + "installed_by" : [ + "fonts-b612" + ] + }, + "b612-italic.otf" : { + "installed_by" : [ + "fonts-b612" + ] + }, + "b612-regular.otf" : { + "installed_by" : [ + "fonts-b612" + ] + }, + "b612mono-bold.otf" : { + "installed_by" : [ + "fonts-b612" + ] + }, + "b612mono-bolditalic.otf" : { + "installed_by" : [ + "fonts-b612" + ] + }, + "b612mono-italic.otf" : { + "installed_by" : [ + "fonts-b612" + ] + }, + "b612mono-regular.otf" : { + "installed_by" : [ + "fonts-b612" + ] + }, + "babeboit.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "babebold.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "babelita.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "babelreg.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "babelstonehan.ttf" : { + "installed_by" : [ + "fonts-babelstone-han" + ] + }, + "babelstonemodern.ttf" : { + "installed_by" : [ + "fonts-babelstone-modern" + ] + }, + "backlash.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bajaderka-regular.otf" : { + "installed_by" : [ + "fonts-bajaderka" + ] + }, + "balker.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "bandal.ttf" : { + "installed_by" : [ + "fonts-alee" + ] + }, + "bandless.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bandmess.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bandwdth.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bangwool.ttf" : { + "installed_by" : [ + "fonts-alee" + ] + }, + "baskervaldadfstd-bold.otf" : { + "installed_by" : [ + "fonts-adf-baskervald" + ] + }, + "baskervaldadfstd-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-baskervald" + ] + }, + "baskervaldadfstd-heavy.otf" : { + "installed_by" : [ + "fonts-adf-baskervald" + ] + }, + "baskervaldadfstd-heavyitalic.otf" : { + "installed_by" : [ + "fonts-adf-baskervald" + ] + }, + "baskervaldadfstd-italic.otf" : { + "installed_by" : [ + "fonts-adf-baskervald" + ] + }, + "baskervaldadfstd.otf" : { + "installed_by" : [ + "fonts-adf-baskervald" + ] + }, + "batang.ttf" : { + "installed_by" : [ + "fonts-baekmuk" + ] + }, + "bebasneue-bold.otf" : { + "installed_by" : [ + "fonts-bebas-neue" + ] + }, + "bebasneue-book.otf" : { + "installed_by" : [ + "fonts-bebas-neue" + ] + }, + "bebasneue-light.otf" : { + "installed_by" : [ + "fonts-bebas-neue" + ] + }, + "bebasneue-regular.otf" : { + "installed_by" : [ + "fonts-bebas-neue" + ] + }, + "bebasneue-thin.otf" : { + "installed_by" : [ + "fonts-bebas-neue" + ] + }, + "becausewebuild-regular.otf" : { + "installed_by" : [ + "fonts-bwht" + ] + }, + "becauseweconnect-regular.otf" : { + "installed_by" : [ + "fonts-bwht" + ] + }, + "becausewecreate-regular.otf" : { + "installed_by" : [ + "fonts-bwht" + ] + }, + "becausewelearn-regular.otf" : { + "installed_by" : [ + "fonts-bwht" + ] + }, + "becausewementor-regular.otf" : { + "installed_by" : [ + "fonts-bwht" + ] + }, + "becauseweorganize-regular.otf" : { + "installed_by" : [ + "fonts-bwht" + ] + }, + "bendable.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "berenika-bold.ttf" : { + "installed_by" : [ + "fonts-klaudia-berenika" + ] + }, + "berenika-boldoblique.ttf" : { + "installed_by" : [ + "fonts-klaudia-berenika" + ] + }, + "berenika-oblique.ttf" : { + "installed_by" : [ + "fonts-klaudia-berenika" + ] + }, + "berenika.ttf" : { + "installed_by" : [ + "fonts-klaudia-berenika" + ] + }, + "berenisadfpro-bold.otf" : { + "installed_by" : [ + "fonts-adf-berenis" + ] + }, + "berenisadfpro-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-berenis" + ] + }, + "berenisadfpro-italic.otf" : { + "installed_by" : [ + "fonts-adf-berenis" + ] + }, + "berenisadfpro-regular.otf" : { + "installed_by" : [ + "fonts-adf-berenis" + ] + }, + "berenisadfpromath-regular.otf" : { + "installed_by" : [ + "fonts-adf-berenis" + ] + }, + "beteckna.ttf" : { + "installed_by" : [ + "fonts-beteckna" + ] + }, + "betecknags-bold.ttf" : { + "installed_by" : [ + "fonts-beteckna" + ] + }, + "betecknags-italic.ttf" : { + "installed_by" : [ + "fonts-beteckna" + ] + }, + "betecknags.ttf" : { + "installed_by" : [ + "fonts-beteckna" + ] + }, + "betecknagscondensed-bold.ttf" : { + "installed_by" : [ + "fonts-beteckna" + ] + }, + "betecknagscondensed-italic.ttf" : { + "installed_by" : [ + "fonts-beteckna" + ] + }, + "bewilder.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bewildet.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bin01st.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "binaryt.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "binaryx.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "binchrt.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "binx01s.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "binxchr.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bitbttf.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bizudgothic-bold.ttf" : { + "installed_by" : [ + "fonts-morisawa-bizud-gothic" + ] + }, + "bizudgothic-regular.ttf" : { + "installed_by" : [ + "fonts-morisawa-bizud-gothic" + ] + }, + "bizudmincho-regular.ttf" : { + "installed_by" : [ + "fonts-morisawa-bizud-mincho" + ] + }, + "bizudpgothic-bold.ttf" : { + "installed_by" : [ + "fonts-morisawa-bizud-gothic" + ] + }, + "bizudpgothic-regular.ttf" : { + "installed_by" : [ + "fonts-morisawa-bizud-gothic" + ] + }, + "bizudpmincho-regular.ttf" : { + "installed_by" : [ + "fonts-morisawa-bizud-mincho" + ] + }, + "bkai00mp.ttf" : { + "installed_by" : [ + "fonts-arphic-bkai00mp" + ] + }, + "bknuckss.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bknuckst.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "blackoni.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "blankenburg_unz1a.ttf" : { + "installed_by" : [ + "fonts-blankenburg" + ] + }, + "bleakseg.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bloktilt.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "blonibld.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "blonirex.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "blox2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bmdohyeon_ttf.ttf" : { + "installed_by" : [ + "fonts-woowa-bm" + ] + }, + "bmeuljiro10yearslater.ttf" : { + "installed_by" : [ + "fonts-woowa-bm" + ] + }, + "bmeuljirooraeorae.ttf" : { + "installed_by" : [ + "fonts-woowa-bm" + ] + }, + "bmeuljirottf.ttf" : { + "installed_by" : [ + "fonts-woowa-bm" + ] + }, + "bmhanna_11yrs_ttf.ttf" : { + "installed_by" : [ + "fonts-woowa-bm" + ] + }, + "bmhannaair_ttf.ttf" : { + "installed_by" : [ + "fonts-woowa-bm" + ] + }, + "bmhannapro.ttf" : { + "installed_by" : [ + "fonts-woowa-bm" + ] + }, + "bmjua_ttf.ttf" : { + "installed_by" : [ + "fonts-woowa-bm" + ] + }, + "bmkiranghaerang-ttf.ttf" : { + "installed_by" : [ + "fonts-woowa-bm" + ] + }, + "bmyeonsung_ttf.ttf" : { + "installed_by" : [ + "fonts-woowa-bm" + ] + }, + "bobcayge.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bobcaygr.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bocuma.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bocumaad.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bocumaba.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bocumade.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bocumang.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "booku___.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "bookub__.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "bookui__.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "bpg_algeti_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_chveulebrivi_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_courier_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_courier_s_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_dedeena_block_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_dejavu_sans_2011_gpl-gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_elite_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_excelsior_caps_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_excelsior_condenced_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_excelsior_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_glaho_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_glaho_gpl&gnu_2011.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_gorda_gnu-gpl.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_ingiri_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_mrgvlovani_caps_gnu&gpl.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_mrgvlovani_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_nateli_caps_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_nateli_condenced_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_nateli_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_nino_medium_cond_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_nino_medium_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_sans_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_sans_medium_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_sans_modern_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_sans_regular_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_serif_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "bpg_serif_modern_gpl&gnu.ttf" : { + "installed_by" : [ + "fonts-bpg-georgian" + ] + }, + "brassknu.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "breip.ttf" : { + "installed_by" : [ + "fonts-breip" + ] + }, + "breipfont.ttf" : { + "installed_by" : [ + "fonts-breip" + ] + }, + "brigadom.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "brigadow.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "bsmi00lp.ttf" : { + "installed_by" : [ + "fonts-arphic-bsmi00lp" + ] + }, + "bumped.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "busra-b.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri" + ] + }, + "busra-bi.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri" + ] + }, + "busra-i.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri" + ] + }, + "busra-r.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri" + ] + }, + "c-64-regular.ttf" : { + "installed_by" : [ + "fonts-sixtyfour" + ] + }, + "c0419bt_.pfb" : { + "installed_by" : [ + "xfonts-scalable" + ] + }, + "c0582bt_.pfb" : { + "installed_by" : [ + "xfonts-scalable" + ] + }, + "c0583bt_.pfb" : { + "installed_by" : [ + "xfonts-scalable" + ] + }, + "c059-bdita.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "c059-bdita.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "c059-bold.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "c059-bold.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "c059-italic.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "c059-italic.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "c059-roman.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "c059-roman.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "c059013d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "c059016d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "c059033d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "c059036d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "c0611bt_.pfb" : { + "installed_by" : [ + "xfonts-scalable" + ] + }, + "c0632bt_.pfb" : { + "installed_by" : [ + "xfonts-scalable" + ] + }, + "c0633bt_.pfb" : { + "installed_by" : [ + "xfonts-scalable" + ] + }, + "c0648bt_.pfb" : { + "installed_by" : [ + "xfonts-scalable" + ] + }, + "c0649bt_.pfb" : { + "installed_by" : [ + "xfonts-scalable" + ] + }, + "cabin-bold.otf" : { + "installed_by" : [ + "fonts-cabin" + ] + }, + "cabin-bolditalic.otf" : { + "installed_by" : [ + "fonts-cabin" + ] + }, + "cabin-italic.otf" : { + "installed_by" : [ + "fonts-cabin" + ] + }, + "cabin-medium.otf" : { + "installed_by" : [ + "fonts-cabin" + ] + }, + "cabin-mediumitalic.otf" : { + "installed_by" : [ + "fonts-cabin" + ] + }, + "cabin-regular.otf" : { + "installed_by" : [ + "fonts-cabin" + ] + }, + "cabin-semibold.otf" : { + "installed_by" : [ + "fonts-cabin" + ] + }, + "cabin-semibolditalic.otf" : { + "installed_by" : [ + "fonts-cabin" + ] + }, + "cabinsketch-bold.ttf" : { + "installed_by" : [ + "fonts-cabinsketch" + ] + }, + "cabinsketch-regular.ttf" : { + "installed_by" : [ + "fonts-cabinsketch" + ] + }, + "caladea-bold.ttf" : { + "installed_by" : [ + "fonts-crosextra-caladea" + ] + }, + "caladea-bolditalic.ttf" : { + "installed_by" : [ + "fonts-crosextra-caladea" + ] + }, + "caladea-italic.ttf" : { + "installed_by" : [ + "fonts-crosextra-caladea" + ] + }, + "caladea-regular.ttf" : { + "installed_by" : [ + "fonts-crosextra-caladea" + ] + }, + "caliban.ttf" : { + "installed_by" : [ + "fonts-georgewilliams" + ] + }, + "campania.otf" : { + "installed_by" : [ + "fonts-campania" + ] + }, + "campania.ttf" : { + "installed_by" : [ + "fonts-campania" + ] + }, + "candystr.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "cantarell-bold.otf" : { + "installed_by" : [ + "fonts-cantarell" + ] + }, + "cantarell-extrabold.otf" : { + "installed_by" : [ + "fonts-cantarell" + ] + }, + "cantarell-light.otf" : { + "installed_by" : [ + "fonts-cantarell" + ] + }, + "cantarell-regular.otf" : { + "installed_by" : [ + "fonts-cantarell" + ] + }, + "cantarell-thin.otf" : { + "installed_by" : [ + "fonts-cantarell" + ] + }, + "cardo104s.ttf" : { + "installed_by" : [ + "fonts-cardo" + ] + }, + "cardob101.ttf" : { + "installed_by" : [ + "fonts-cardo" + ] + }, + "cardoi99.ttf" : { + "installed_by" : [ + "fonts-cardo" + ] + }, + "carlito-bold.ttf" : { + "installed_by" : [ + "fonts-crosextra-carlito" + ] + }, + "carlito-bolditalic.ttf" : { + "installed_by" : [ + "fonts-crosextra-carlito" + ] + }, + "carlito-italic.ttf" : { + "installed_by" : [ + "fonts-crosextra-carlito" + ] + }, + "carlito-regular.ttf" : { + "installed_by" : [ + "fonts-crosextra-carlito" + ] + }, + "cascadiacode.ttf" : { + "installed_by" : [ + "fonts-cascadia-code" + ] + }, + "cascadiacodepl.ttf" : { + "installed_by" : [ + "fonts-cascadia-code" + ] + }, + "cascadiamono.ttf" : { + "installed_by" : [ + "fonts-cascadia-code" + ] + }, + "cascadiamonopl.ttf" : { + "installed_by" : [ + "fonts-cascadia-code" + ] + }, + "caslon-black.ttf" : { + "installed_by" : [ + "fonts-georgewilliams" + ] + }, + "caslonbold.ttf" : { + "installed_by" : [ + "fonts-georgewilliams" + ] + }, + "caslonitalic.ttf" : { + "installed_by" : [ + "fonts-georgewilliams" + ] + }, + "caslonroman.ttf" : { + "installed_by" : [ + "fonts-georgewilliams" + ] + }, + "ccaps.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "ccapshad.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "century-catalogue.ttf" : { + "installed_by" : [ + "fonts-century-catalogue" + ] + }, + "chandas1-2.ttf" : { + "installed_by" : [ + "fonts-deva-extra" + ] + }, + "chanui__.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "charissil-bold.ttf" : { + "installed_by" : [ + "fonts-sil-charis" + ] + }, + "charissil-bolditalic.ttf" : { + "installed_by" : [ + "fonts-sil-charis" + ] + }, + "charissil-italic.ttf" : { + "installed_by" : [ + "fonts-sil-charis" + ] + }, + "charissil-regular.ttf" : { + "installed_by" : [ + "fonts-sil-charis" + ] + }, + "charissilcompact-bold.ttf" : { + "installed_by" : [ + "fonts-sil-charis-compact" + ] + }, + "charissilcompact-bolditalic.ttf" : { + "installed_by" : [ + "fonts-sil-charis-compact" + ] + }, + "charissilcompact-italic.ttf" : { + "installed_by" : [ + "fonts-sil-charis-compact" + ] + }, + "charissilcompact-regular.ttf" : { + "installed_by" : [ + "fonts-sil-charis-compact" + ] + }, + "chemrea.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "chemreb.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "cherrybomb-regular.otf" : { + "installed_by" : [ + "fonts-cherrybomb" + ] + }, + "chilanka-regular.otf" : { + "installed_by" : [ + "fonts-smc-chilanka" + ] + }, + "chintzy.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "chintzys.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "chomsky.otf" : { + "installed_by" : [ + "fonts-chomsky" + ] + }, + "chumbly.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "circossymbols.otf" : { + "installed_by" : [ + "fonts-circos-symbols" + ] + }, + "circulat.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "clasict1.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "clasict2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "claw1.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "claw2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "clearsans-bold.ttf" : { + "installed_by" : [ + "fonts-clear-sans" + ] + }, + "clearsans-bolditalic.ttf" : { + "installed_by" : [ + "fonts-clear-sans" + ] + }, + "clearsans-italic.ttf" : { + "installed_by" : [ + "fonts-clear-sans" + ] + }, + "clearsans-light.ttf" : { + "installed_by" : [ + "fonts-clear-sans" + ] + }, + "clearsans-medium.ttf" : { + "installed_by" : [ + "fonts-clear-sans" + ] + }, + "clearsans-mediumitalic.ttf" : { + "installed_by" : [ + "fonts-clear-sans" + ] + }, + "clearsans-regular.ttf" : { + "installed_by" : [ + "fonts-clear-sans" + ] + }, + "clearsans-thin.ttf" : { + "installed_by" : [ + "fonts-clear-sans" + ] + }, + "cleavttr.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "cmex10.ttf" : { + "installed_by" : [ + "fonts-lyx" + ] + }, + "cmmi10.ttf" : { + "installed_by" : [ + "fonts-lyx" + ] + }, + "cmr10.ttf" : { + "installed_by" : [ + "fonts-lyx" + ] + }, + "cmsy10.ttf" : { + "installed_by" : [ + "fonts-lyx" + ] + }, + "cmunbbx.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunbi.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunbl.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunbmo.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunbmr.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunbso.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunbsr.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunbtl.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunbto.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunbx.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunbxo.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunci.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunit.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunobi.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunobx.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunorm.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunoti.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunrb.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunrm.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunsi.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunsl.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunso.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunss.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunssdc.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunst.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunsx.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmuntb.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunti.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmuntt.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmuntx.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunui.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunvi.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "cmunvt.ttf" : { + "installed_by" : [ + "fonts-cmu" + ] + }, + "codelife.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "collecro.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "collecrs.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "collecto.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "collects.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "combusii.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "combuspl.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "combusti.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "combustt.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "combustw.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "comfortaa-bold.ttf" : { + "installed_by" : [ + "fonts-comfortaa" + ] + }, + "comfortaa-light.ttf" : { + "installed_by" : [ + "fonts-comfortaa" + ] + }, + "comfortaa-regular.ttf" : { + "installed_by" : [ + "fonts-comfortaa" + ] + }, + "comicneue-bold.otf" : { + "installed_by" : [ + "fonts-comic-neue" + ] + }, + "comicneue-bolditalic.otf" : { + "installed_by" : [ + "fonts-comic-neue" + ] + }, + "comicneue-italic.otf" : { + "installed_by" : [ + "fonts-comic-neue" + ] + }, + "comicneue-light.otf" : { + "installed_by" : [ + "fonts-comic-neue" + ] + }, + "comicneue-lightitalic.otf" : { + "installed_by" : [ + "fonts-comic-neue" + ] + }, + "comicneue-regular.otf" : { + "installed_by" : [ + "fonts-comic-neue" + ] + }, + "compagnon-bold.otf" : { + "installed_by" : [ + "fonts-compagnon" + ] + }, + "compagnon-italic.otf" : { + "installed_by" : [ + "fonts-compagnon" + ] + }, + "compagnon-light.otf" : { + "installed_by" : [ + "fonts-compagnon" + ] + }, + "compagnon-medium.otf" : { + "installed_by" : [ + "fonts-compagnon" + ] + }, + "compagnon-roman.otf" : { + "installed_by" : [ + "fonts-compagnon" + ] + }, + "compc1o.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "compc1s.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "compc2o.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "compc2s.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "compc3o.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "compc3s.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "conakry.ttf" : { + "installed_by" : [ + "fonts-evertype-conakry" + ] + }, + "condui2i.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "conduit.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "conduit2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "courier.ttf" : { + "installed_by" : [ + "fonts-wine" + ] + }, + "cousine-bold.ttf" : { + "installed_by" : [ + "fonts-croscore" + ] + }, + "cousine-bolditalic.ttf" : { + "installed_by" : [ + "fonts-croscore" + ] + }, + "cousine-italic.ttf" : { + "installed_by" : [ + "fonts-croscore" + ] + }, + "cousine-regular.ttf" : { + "installed_by" : [ + "fonts-croscore" + ] + }, + "crackdr2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "cretan_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "crkdownr.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "crkdwno1.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "crkdwno2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "crystal.ttf" : { + "installed_by" : [ + "fonts-povray" + ] + }, + "cupola.ttf" : { + "installed_by" : [ + "fonts-georgewilliams" + ] + }, + "cwfs.ttf" : { + "installed_by" : [ + "fonts-cwtex-fs" + ] + }, + "cwheib.ttf" : { + "installed_by" : [ + "fonts-cwtex-heib" + ] + }, + "cwkai.ttf" : { + "installed_by" : [ + "fonts-cwtex-kai" + ] + }, + "cwming.ttf" : { + "installed_by" : [ + "fonts-cwtex-ming" + ] + }, + "cwyen.ttf" : { + "installed_by" : [ + "fonts-cwtex-yen" + ] + }, + "cyprominoan_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "cyrvetic.ttf" : { + "installed_by" : [ + "fonts-povray" + ] + }, + "d050000l.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "d050000l.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "damase.ttf" : { + "installed_by" : [ + "fonts-mph-2b-damase" + ] + }, + "dancingscript-bold.otf" : { + "installed_by" : [ + "fonts-dancingscript" + ] + }, + "dancingscript-regular.otf" : { + "installed_by" : [ + "fonts-dancingscript" + ] + }, + "daniel.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "daniel.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "darkside.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dashdot.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dastardl.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dblayer1.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dblayer2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dblayer3.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dblayer4.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dblbogey.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dbsilbb.ttf" : { + "installed_by" : [ + "fonts-sil-dai-banna" + ] + }, + "dbsilbc.ttf" : { + "installed_by" : [ + "fonts-sil-dai-banna" + ] + }, + "dbsilbo.ttf" : { + "installed_by" : [ + "fonts-sil-dai-banna" + ] + }, + "dbsilbr.ttf" : { + "installed_by" : [ + "fonts-sil-dai-banna" + ] + }, + "dbsillb.ttf" : { + "installed_by" : [ + "fonts-sil-dai-banna" + ] + }, + "dbsillc.ttf" : { + "installed_by" : [ + "fonts-sil-dai-banna" + ] + }, + "dbsillo.ttf" : { + "installed_by" : [ + "fonts-sil-dai-banna" + ] + }, + "dbsillr.ttf" : { + "installed_by" : [ + "fonts-sil-dai-banna" + ] + }, + "dclmarker-black.ttf" : { + "installed_by" : [ + "fonts-dclfonts" + ] + }, + "dclmarker-bold.ttf" : { + "installed_by" : [ + "fonts-dclfonts" + ] + }, + "dclmarker-light.ttf" : { + "installed_by" : [ + "fonts-dclfonts" + ] + }, + "dclmarker-regular.ttf" : { + "installed_by" : [ + "fonts-dclfonts" + ] + }, + "ddc_uchen.ttf" : { + "installed_by" : [ + "fonts-ddc-uchen" + ] + }, + "decrepit.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dejavumathtexgyre.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejavusans-bold.ttf" : { + "installed_by" : [ + "fonts-dejavu-core" + ] + }, + "dejavusans-boldoblique.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejavusans-extralight.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejavusans-oblique.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejavusans.ttf" : { + "installed_by" : [ + "fonts-dejavu-core" + ] + }, + "dejavusanscondensed-bold.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejavusanscondensed-boldoblique.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejavusanscondensed-oblique.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejavusanscondensed.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejavusansmono-bold.ttf" : { + "installed_by" : [ + "fonts-dejavu-mono" + ] + }, + "dejavusansmono-boldoblique.ttf" : { + "installed_by" : [ + "fonts-dejavu-mono" + ] + }, + "dejavusansmono-oblique.ttf" : { + "installed_by" : [ + "fonts-dejavu-mono" + ] + }, + "dejavusansmono.ttf" : { + "installed_by" : [ + "fonts-dejavu-mono" + ] + }, + "dejavuserif-bold.ttf" : { + "installed_by" : [ + "fonts-dejavu-core" + ] + }, + "dejavuserif-bolditalic.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejavuserif-italic.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejavuserif.ttf" : { + "installed_by" : [ + "fonts-dejavu-core" + ] + }, + "dejavuserifcondensed-bold.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejavuserifcondensed-bolditalic.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejavuserifcondensed-italic.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejavuserifcondensed.ttf" : { + "installed_by" : [ + "fonts-dejavu-extra" + ] + }, + "dejima-mincho-r227.ttf" : { + "installed_by" : [ + "fonts-dejima-mincho" + ] + }, + "delphine.ttf" : { + "installed_by" : [ + "fonts-sjfonts" + ] + }, + "denemo.ttf" : { + "installed_by" : [ + "fonts-denemo" + ] + }, + "dented.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dephun2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "detonate.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dhurjati.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "discorda.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dkg.ttf" : { + "installed_by" : [ + "fonts-dkg-handwriting" + ] + }, + "dkgbd.ttf" : { + "installed_by" : [ + "fonts-dkg-handwriting" + ] + }, + "dkgbi.ttf" : { + "installed_by" : [ + "fonts-dkg-handwriting" + ] + }, + "dkgit.ttf" : { + "installed_by" : [ + "fonts-dkg-handwriting" + ] + }, + "domestic_manners.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "dosis-bold.otf" : { + "installed_by" : [ + "fonts-dosis" + ] + }, + "dosis-book.otf" : { + "installed_by" : [ + "fonts-dosis" + ] + }, + "dosis-extrabold.otf" : { + "installed_by" : [ + "fonts-dosis" + ] + }, + "dosis-extralight.otf" : { + "installed_by" : [ + "fonts-dosis" + ] + }, + "dosis-light.otf" : { + "installed_by" : [ + "fonts-dosis" + ] + }, + "dosis-medium.otf" : { + "installed_by" : [ + "fonts-dosis" + ] + }, + "dosis-semibold.otf" : { + "installed_by" : [ + "fonts-dosis" + ] + }, + "dotgothic16-regular.ttf" : { + "installed_by" : [ + "fonts-dotgothic16" + ] + }, + "dotum.ttf" : { + "installed_by" : [ + "fonts-baekmuk" + ] + }, + "doulossil-regular.ttf" : { + "installed_by" : [ + "fonts-sil-doulos" + ] + }, + "doulossilcompact-r.ttf" : { + "installed_by" : [ + "fonts-sil-doulos-compact" + ] + }, + "draggle.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "draggleo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "droidsansfallback.ttf" : { + "installed_by" : [ + "fonts-droid-fallback" + ] + }, + "droidsansfallbackfull.ttf" : { + "installed_by" : [ + "fonts-droid-fallback" + ] + }, + "dseg14classic-bold.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14classic-bolditalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14classic-italic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14classic-light.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14classic-lightitalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14classic-regular.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14classicmini-bold.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14classicmini-bolditalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14classicmini-italic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14classicmini-light.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14classicmini-lightitalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14classicmini-regular.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14modern-bold.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14modern-bolditalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14modern-italic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14modern-light.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14modern-lightitalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14modern-regular.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14modernmini-bold.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14modernmini-bolditalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14modernmini-italic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14modernmini-light.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14modernmini-lightitalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg14modernmini-regular.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7classic-bold.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7classic-bolditalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7classic-italic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7classic-light.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7classic-lightitalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7classic-regular.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7classicmini-bold.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7classicmini-bolditalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7classicmini-italic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7classicmini-light.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7classicmini-lightitalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7classicmini-regular.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7modern-bold.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7modern-bolditalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7modern-italic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7modern-light.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7modern-lightitalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7modern-regular.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7modernmini-bold.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7modernmini-bolditalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7modernmini-italic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7modernmini-light.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7modernmini-lightitalic.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7modernmini-regular.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7seggchan-regular.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dseg7seggchanmini-regular.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dsegweather.ttf" : { + "installed_by" : [ + "fonts-dseg" + ] + }, + "dsrom10.ttf" : { + "installed_by" : [ + "fonts-lyx" + ] + }, + "dustismo.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "dustismo_bold.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "dustismo_bold_italic.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "dustismo_italic.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "dustismo_roman.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "dustismo_roman_bold.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "dustismo_roman_italic.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "dustismo_roman_italic_bold.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "dynamic.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dyphusio.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dystorqu.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "dyuthi-regular.ttf" : { + "installed_by" : [ + "fonts-smc-dyuthi" + ] + }, + "ebgaramond-initials.otf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramond-initials.ttf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramond-initialsf1.otf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramond-initialsf1.ttf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramond-initialsf2.otf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramond-initialsf2.ttf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramond08-italic.otf" : { + "installed_by" : [ + "fonts-ebgaramond" + ] + }, + "ebgaramond08-italic.ttf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramond08-regular.otf" : { + "installed_by" : [ + "fonts-ebgaramond" + ] + }, + "ebgaramond08-regular.ttf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramond12-allsc.otf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramond12-allsc.ttf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramond12-bold.otf" : { + "installed_by" : [ + "fonts-ebgaramond" + ] + }, + "ebgaramond12-bold.ttf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramond12-italic.otf" : { + "installed_by" : [ + "fonts-ebgaramond" + ] + }, + "ebgaramond12-italic.ttf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramond12-regular.otf" : { + "installed_by" : [ + "fonts-ebgaramond" + ] + }, + "ebgaramond12-regular.ttf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramondsc08-regular.otf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramondsc08-regular.ttf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramondsc12-regular.otf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ebgaramondsc12-regular.ttf" : { + "installed_by" : [ + "fonts-ebgaramond-extra" + ] + }, + "ecliptic.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "eco.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "eco.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "ecolier-court.ttf" : { + "installed_by" : [ + "fonts-ecolier-court" + ] + }, + "ecolier-lignes-court.ttf" : { + "installed_by" : [ + "fonts-ecolier-lignes-court" + ] + }, + "editundo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "edundot.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "edunline.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "eeyek-regular.otf" : { + "installed_by" : [ + "fonts-eeyek" + ] + }, + "eeyek-regular.ttf" : { + "installed_by" : [ + "fonts-eeyek" + ] + }, + "el_abogado_loco.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "elegbold.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "elegital.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "elleboli.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "ellenbold.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "ellenike.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "ellenita.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "elsewhe2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "elsewher.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "elstob-bold.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elstob-bolditalic.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elstob-extrabold.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elstob-extrabolditalic.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elstob-extralight.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elstob-extralightitalic.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elstob-italic.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elstob-light.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elstob-lightitalic.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elstob-medium.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elstob-mediumitalic.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elstob-regular.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elstob-semibold.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elstob-semibolditalic.otf" : { + "installed_by" : [ + "fonts-elstob" + ] + }, + "elusiveicons-webfont.ttf" : { + "installed_by" : [ + "fonts-elusive-icons", + "fonts-elusive-icons" + ] + }, + "embosst1.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "embosst2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "embosst3.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "emerita_latina.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "emmentaler.ttf" : { + "installed_by" : [ + "fonts-denemo" + ] + }, + "encappln.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "encapsul.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "engadget.ttf" : { + "installed_by" : [ + "fonts-engadget" + ] + }, + "entangle.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "enthuse.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "enthuses.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "entlayra.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "entlayrb.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "entplain.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "entypo.ttf" : { + "installed_by" : [ + "fonts-entypo" + ] + }, + "esint10.ttf" : { + "installed_by" : [ + "fonts-lyx" + ] + }, + "essays1743-bold.ttf" : { + "installed_by" : [ + "fonts-essays1743" + ] + }, + "essays1743-bolditalic.ttf" : { + "installed_by" : [ + "fonts-essays1743" + ] + }, + "essays1743-italic.ttf" : { + "installed_by" : [ + "fonts-essays1743" + ] + }, + "essays1743.ttf" : { + "installed_by" : [ + "fonts-essays1743" + ] + }, + "eufm10.ttf" : { + "installed_by" : [ + "fonts-lyx" + ] + }, + "eunjin.ttf" : { + "installed_by" : [ + "fonts-alee" + ] + }, + "eunjinnakseo.ttf" : { + "installed_by" : [ + "fonts-alee" + ] + }, + "euphor3d.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "euphoric.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "eurof35.ttf" : { + "installed_by" : [ + "fonts-eurofurence" + ] + }, + "eurof36.ttf" : { + "installed_by" : [ + "fonts-eurofurence" + ] + }, + "eurof55.ttf" : { + "installed_by" : [ + "fonts-eurofurence" + ] + }, + "eurof56.ttf" : { + "installed_by" : [ + "fonts-eurofurence" + ] + }, + "eurof75.ttf" : { + "installed_by" : [ + "fonts-eurofurence" + ] + }, + "eurof76.ttf" : { + "installed_by" : [ + "fonts-eurofurence" + ] + }, + "eurofc35.ttf" : { + "installed_by" : [ + "fonts-eurofurence" + ] + }, + "eurofc36.ttf" : { + "installed_by" : [ + "fonts-eurofurence" + ] + }, + "eurofc55.ttf" : { + "installed_by" : [ + "fonts-eurofurence" + ] + }, + "eurofc56.ttf" : { + "installed_by" : [ + "fonts-eurofurence" + ] + }, + "eurofc75.ttf" : { + "installed_by" : [ + "fonts-eurofurence" + ] + }, + "eurofc76.ttf" : { + "installed_by" : [ + "fonts-eurofurence" + ] + }, + "euterpe.ttf" : { + "installed_by" : [ + "fonts-oflb-euterpe" + ] + }, + "exagger8.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "extracti.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "f500.ttf" : { + "installed_by" : [ + "fonts-f500" + ] + }, + "falsepos.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "falsposr.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "fantasma-bold.otf" : { + "installed_by" : [ + "fonts-fantasma" + ] + }, + "fantasquesansmono-bold.otf" : { + "installed_by" : [ + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans" + ] + }, + "fantasquesansmono-bold.ttf" : { + "installed_by" : [ + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans" + ] + }, + "fantasquesansmono-bolditalic.otf" : { + "installed_by" : [ + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans" + ] + }, + "fantasquesansmono-bolditalic.ttf" : { + "installed_by" : [ + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans" + ] + }, + "fantasquesansmono-italic.otf" : { + "installed_by" : [ + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans" + ] + }, + "fantasquesansmono-italic.ttf" : { + "installed_by" : [ + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans" + ] + }, + "fantasquesansmono-regular.otf" : { + "installed_by" : [ + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans" + ] + }, + "fantasquesansmono-regular.ttf" : { + "installed_by" : [ + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans", + "fonts-fantasque-sans" + ] + }, + "fantuwua.ttf" : { + "installed_by" : [ + "fonts-senamirmir-washra" + ] + }, + "fanwood-italic.otf" : { + "installed_by" : [ + "fonts-fanwood" + ] + }, + "fanwood.otf" : { + "installed_by" : [ + "fonts-fanwood" + ] + }, + "fanwoodtext-italic.otf" : { + "installed_by" : [ + "fonts-fanwood" + ] + }, + "fanwoodtext.otf" : { + "installed_by" : [ + "fonts-fanwood" + ] + }, + "fascii.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "fasciicr.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "fasciisc.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "fasciism.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "fasciitw.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "fauxsnow.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "fbsbltc.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "fbsbltc2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "femkeklaver.ttf" : { + "installed_by" : [ + "fonts-femkeklaver" + ] + }, + "ferritecoredx-black.otf" : { + "installed_by" : [ + "fonts-ferrite-core" + ] + }, + "ferritecoredx-display.otf" : { + "installed_by" : [ + "fonts-ferrite-core" + ] + }, + "ferritecoredx-light.otf" : { + "installed_by" : [ + "fonts-ferrite-core" + ] + }, + "ferritecoredx-medium.otf" : { + "installed_by" : [ + "fonts-ferrite-core" + ] + }, + "ferritecoredx-regular.otf" : { + "installed_by" : [ + "fonts-ferrite-core" + ] + }, + "feta.ttf" : { + "installed_by" : [ + "fonts-denemo" + ] + }, + "fetteclassicunzfraktur.ttf" : { + "installed_by" : [ + "fonts-cegui" + ] + }, + "fidgety.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "firacode-bold.ttf" : { + "installed_by" : [ + "fonts-firacode" + ] + }, + "firacode-light.ttf" : { + "installed_by" : [ + "fonts-firacode" + ] + }, + "firacode-medium.ttf" : { + "installed_by" : [ + "fonts-firacode" + ] + }, + "firacode-regular.ttf" : { + "installed_by" : [ + "fonts-firacode" + ] + }, + "firacode-retina.ttf" : { + "installed_by" : [ + "fonts-firacode" + ] + }, + "firacode-semibold.ttf" : { + "installed_by" : [ + "fonts-firacode" + ] + }, + "fixedsys.ttf" : { + "installed_by" : [ + "fonts-wine" + ] + }, + "fixedsys_jp.ttf" : { + "installed_by" : [ + "fonts-wine" + ] + }, + "flatline.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "flipside.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "fontawesome-webfont.ttf" : { + "installed_by" : [ + "fonts-font-awesome", + "fonts-font-awesome" + ] + }, + "fontawesome.otf" : { + "installed_by" : [ + "fonts-font-awesome", + "fonts-font-awesome" + ] + }, + "fonts-sambhota-tsugring.otf" : { + "installed_by" : [ + "fonts-sambhota-tsugring" + ] + }, + "forcible.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "forkawesome-webfont.ttf" : { + "installed_by" : [ + "fonts-fork-awesome", + "fonts-fork-awesome" + ] + }, + "freaktur.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "freefarsi-bold.ttf" : { + "installed_by" : [ + "fonts-freefarsi" + ] + }, + "freefarsi-bolditalic.ttf" : { + "installed_by" : [ + "fonts-freefarsi" + ] + }, + "freefarsi-italic.ttf" : { + "installed_by" : [ + "fonts-freefarsi" + ] + }, + "freefarsi-mono.ttf" : { + "installed_by" : [ + "fonts-freefarsi" + ] + }, + "freefarsi.ttf" : { + "installed_by" : [ + "fonts-freefarsi" + ] + }, + "freemono.otf" : { + "installed_by" : [ + "fonts-freefont-otf" + ] + }, + "freemono.ttf" : { + "installed_by" : [ + "fonts-freefont-ttf" + ] + }, + "freemonobold.otf" : { + "installed_by" : [ + "fonts-freefont-otf" + ] + }, + "freemonobold.ttf" : { + "installed_by" : [ + "fonts-freefont-ttf" + ] + }, + "freemonoboldoblique.otf" : { + "installed_by" : [ + "fonts-freefont-otf" + ] + }, + "freemonoboldoblique.ttf" : { + "installed_by" : [ + "fonts-freefont-ttf" + ] + }, + "freemonooblique.otf" : { + "installed_by" : [ + "fonts-freefont-otf" + ] + }, + "freemonooblique.ttf" : { + "installed_by" : [ + "fonts-freefont-ttf" + ] + }, + "freesans.otf" : { + "installed_by" : [ + "fonts-freefont-otf" + ] + }, + "freesans.ttf" : { + "installed_by" : [ + "fonts-freefont-ttf" + ] + }, + "freesansbold.otf" : { + "installed_by" : [ + "fonts-freefont-otf" + ] + }, + "freesansbold.ttf" : { + "installed_by" : [ + "fonts-freefont-ttf" + ] + }, + "freesansboldoblique.otf" : { + "installed_by" : [ + "fonts-freefont-otf" + ] + }, + "freesansboldoblique.ttf" : { + "installed_by" : [ + "fonts-freefont-ttf" + ] + }, + "freesansoblique.otf" : { + "installed_by" : [ + "fonts-freefont-otf" + ] + }, + "freesansoblique.ttf" : { + "installed_by" : [ + "fonts-freefont-ttf" + ] + }, + "freeserif.otf" : { + "installed_by" : [ + "fonts-freefont-otf" + ] + }, + "freeserif.ttf" : { + "installed_by" : [ + "fonts-freefont-ttf" + ] + }, + "freeserifbold.otf" : { + "installed_by" : [ + "fonts-freefont-otf" + ] + }, + "freeserifbold.ttf" : { + "installed_by" : [ + "fonts-freefont-ttf" + ] + }, + "freeserifbolditalic.otf" : { + "installed_by" : [ + "fonts-freefont-otf" + ] + }, + "freeserifbolditalic.ttf" : { + "installed_by" : [ + "fonts-freefont-ttf" + ] + }, + "freeserifitalic.otf" : { + "installed_by" : [ + "fonts-freefont-otf" + ] + }, + "freeserifitalic.ttf" : { + "installed_by" : [ + "fonts-freefont-ttf" + ] + }, + "frizzed.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "fullcomp.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "fust&schoeffer-durandus-goticoantiqua118g.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "futharkadapted.ttf" : { + "installed_by" : [ + "fonts-cegui" + ] + }, + "galapogo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "galsilb.ttf" : { + "installed_by" : [ + "fonts-sil-galatia" + ] + }, + "galsilr.ttf" : { + "installed_by" : [ + "fonts-sil-galatia" + ] + }, + "galvaniz.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gamaliel.ttf" : { + "installed_by" : [ + "fonts-gamaliel" + ] + }, + "gaposiso.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gaposiss.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gardiner_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "gargi.ttf" : { + "installed_by" : [ + "fonts-gargi" + ] + }, + "garuda-bold.otf" : { + "installed_by" : [ + "fonts-tlwg-garuda-otf" + ] + }, + "garuda-bold.ttf" : { + "installed_by" : [ + "fonts-tlwg-garuda-ttf" + ] + }, + "garuda-boldoblique.otf" : { + "installed_by" : [ + "fonts-tlwg-garuda-otf" + ] + }, + "garuda-boldoblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-garuda-ttf" + ] + }, + "garuda-oblique.otf" : { + "installed_by" : [ + "fonts-tlwg-garuda-otf" + ] + }, + "garuda-oblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-garuda-ttf" + ] + }, + "garuda.otf" : { + "installed_by" : [ + "fonts-tlwg-garuda-otf" + ] + }, + "garuda.ttf" : { + "installed_by" : [ + "fonts-tlwg-garuda-ttf" + ] + }, + "gasping.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gather.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gathrgap.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gayathri-bold.otf" : { + "installed_by" : [ + "fonts-smc-gayathri" + ] + }, + "gayathri-regular.otf" : { + "installed_by" : [ + "fonts-smc-gayathri" + ] + }, + "gayathri-thin.otf" : { + "installed_by" : [ + "fonts-smc-gayathri" + ] + }, + "gbsn00lp.ttf" : { + "installed_by" : [ + "fonts-arphic-gbsn00lp" + ] + }, + "gemunulibre-bold.otf" : { + "installed_by" : [ + "fonts-gemunu-libre" + ] + }, + "gemunulibre-extrabold.otf" : { + "installed_by" : [ + "fonts-gemunu-libre" + ] + }, + "gemunulibre-extralight.otf" : { + "installed_by" : [ + "fonts-gemunu-libre" + ] + }, + "gemunulibre-light.otf" : { + "installed_by" : [ + "fonts-gemunu-libre" + ] + }, + "gemunulibre-medium.otf" : { + "installed_by" : [ + "fonts-gemunu-libre" + ] + }, + "gemunulibre-regular.otf" : { + "installed_by" : [ + "fonts-gemunu-libre" + ] + }, + "gemunulibre-semibold.otf" : { + "installed_by" : [ + "fonts-gemunu-libre" + ] + }, + "genbasb.ttf" : { + "installed_by" : [ + "fonts-sil-gentium-basic" + ] + }, + "genbasbi.ttf" : { + "installed_by" : [ + "fonts-sil-gentium-basic" + ] + }, + "genbasi.ttf" : { + "installed_by" : [ + "fonts-sil-gentium-basic" + ] + }, + "genbasr.ttf" : { + "installed_by" : [ + "fonts-sil-gentium-basic" + ] + }, + "genbkbasb.ttf" : { + "installed_by" : [ + "fonts-sil-gentium-basic" + ] + }, + "genbkbasbi.ttf" : { + "installed_by" : [ + "fonts-sil-gentium-basic" + ] + }, + "genbkbasi.ttf" : { + "installed_by" : [ + "fonts-sil-gentium-basic" + ] + }, + "genbkbasr.ttf" : { + "installed_by" : [ + "fonts-sil-gentium-basic" + ] + }, + "genotyph.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "genotyps.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "genotyrh.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "genotyrs.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gentium-i.ttf" : { + "installed_by" : [ + "fonts-sil-gentium" + ] + }, + "gentium-r.ttf" : { + "installed_by" : [ + "fonts-sil-gentium" + ] + }, + "gentiumalt-i.ttf" : { + "installed_by" : [ + "fonts-sil-gentium" + ] + }, + "gentiumalt-r.ttf" : { + "installed_by" : [ + "fonts-sil-gentium" + ] + }, + "gentiumbookplus-bold.ttf" : { + "installed_by" : [ + "fonts-sil-gentiumplus" + ] + }, + "gentiumbookplus-bolditalic.ttf" : { + "installed_by" : [ + "fonts-sil-gentiumplus" + ] + }, + "gentiumbookplus-italic.ttf" : { + "installed_by" : [ + "fonts-sil-gentiumplus" + ] + }, + "gentiumbookplus-regular.ttf" : { + "installed_by" : [ + "fonts-sil-gentiumplus" + ] + }, + "gentiumplus-bold.ttf" : { + "installed_by" : [ + "fonts-sil-gentiumplus" + ] + }, + "gentiumplus-bolditalic.ttf" : { + "installed_by" : [ + "fonts-sil-gentiumplus" + ] + }, + "gentiumplus-italic.ttf" : { + "installed_by" : [ + "fonts-sil-gentiumplus" + ] + }, + "gentiumplus-regular.ttf" : { + "installed_by" : [ + "fonts-sil-gentiumplus" + ] + }, + "gentiumpluscompact-i.ttf" : { + "installed_by" : [ + "fonts-sil-gentiumplus-compact" + ] + }, + "gentiumpluscompact-r.ttf" : { + "installed_by" : [ + "fonts-sil-gentiumplus-compact" + ] + }, + "gesture.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gestures.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gesturet.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gesturts.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gfsartemisia.otf" : { + "installed_by" : [ + "fonts-gfs-artemisia" + ] + }, + "gfsartemisiabold.otf" : { + "installed_by" : [ + "fonts-gfs-artemisia" + ] + }, + "gfsartemisiaboldit.otf" : { + "installed_by" : [ + "fonts-gfs-artemisia" + ] + }, + "gfsartemisiait.otf" : { + "installed_by" : [ + "fonts-gfs-artemisia" + ] + }, + "gfsbaskerville.otf" : { + "installed_by" : [ + "fonts-gfs-baskerville" + ] + }, + "gfsbodoniclassic.otf" : { + "installed_by" : [ + "fonts-gfs-bodoni-classic" + ] + }, + "gfsdidot.otf" : { + "installed_by" : [ + "fonts-gfs-didot" + ] + }, + "gfsdidotbold.otf" : { + "installed_by" : [ + "fonts-gfs-didot" + ] + }, + "gfsdidotbolditalic.otf" : { + "installed_by" : [ + "fonts-gfs-didot" + ] + }, + "gfsdidotclassic.otf" : { + "installed_by" : [ + "fonts-gfs-didot-classic" + ] + }, + "gfsdidotitalic.otf" : { + "installed_by" : [ + "fonts-gfs-didot" + ] + }, + "gfsgazis.otf" : { + "installed_by" : [ + "fonts-gfs-gazis" + ] + }, + "gfsneohellenic.otf" : { + "installed_by" : [ + "fonts-gfs-neohellenic" + ] + }, + "gfsneohellenicbold.otf" : { + "installed_by" : [ + "fonts-gfs-neohellenic" + ] + }, + "gfsneohellenicboldit.otf" : { + "installed_by" : [ + "fonts-gfs-neohellenic" + ] + }, + "gfsneohellenicit.otf" : { + "installed_by" : [ + "fonts-gfs-neohellenic" + ] + }, + "gfsolga.otf" : { + "installed_by" : [ + "fonts-gfs-olga" + ] + }, + "gfspolyglot.otf" : { + "installed_by" : [ + "fonts-gfs-complutum" + ] + }, + "gfsporson.otf" : { + "installed_by" : [ + "fonts-gfs-porson" + ] + }, + "gfssolomos.otf" : { + "installed_by" : [ + "fonts-gfs-solomos" + ] + }, + "gfstheokritos.otf" : { + "installed_by" : [ + "fonts-gfs-theokritos" + ] + }, + "gidugu.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "gilliusadf-bold.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadf-boldcond.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadf-boldconditalic.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadf-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadf-cond.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadf-conditalic.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadf-italic.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadf-regular.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadfno2-bold.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadfno2-boldcond.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadfno2-boldconditalic.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadfno2-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadfno2-cond.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadfno2-conditalic.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadfno2-italic.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gilliusadfno2-regular.otf" : { + "installed_by" : [ + "fonts-adf-gillius" + ] + }, + "gkai00mp.ttf" : { + "installed_by" : [ + "fonts-arphic-gkai00mp" + ] + }, + "glass_tty_vt220.ttf" : { + "installed_by" : [ + "fonts-glasstty" + ] + }, + "glyphicons-halflings-regular.ttf" : { + "installed_by" : [ + "fonts-glyphicons-halflings", + "fonts-glyphicons-halflings" + ] + }, + "gnutypewriter.ttf" : { + "installed_by" : [ + "fonts-gnutypewriter" + ] + }, + "go-bold-italic.ttf" : { + "installed_by" : [ + "fonts-go" + ] + }, + "go-bold.ttf" : { + "installed_by" : [ + "fonts-go" + ] + }, + "go-italic.ttf" : { + "installed_by" : [ + "fonts-go" + ] + }, + "go-medium-italic.ttf" : { + "installed_by" : [ + "fonts-go" + ] + }, + "go-medium.ttf" : { + "installed_by" : [ + "fonts-go" + ] + }, + "go-mono-bold-italic.ttf" : { + "installed_by" : [ + "fonts-go" + ] + }, + "go-mono-bold.ttf" : { + "installed_by" : [ + "fonts-go" + ] + }, + "go-mono-italic.ttf" : { + "installed_by" : [ + "fonts-go" + ] + }, + "go-mono.ttf" : { + "installed_by" : [ + "fonts-go" + ] + }, + "go-regular.ttf" : { + "installed_by" : [ + "fonts-go" + ] + }, + "go-smallcaps-italic.ttf" : { + "installed_by" : [ + "fonts-go" + ] + }, + "go-smallcaps.ttf" : { + "installed_by" : [ + "fonts-go" + ] + }, + "goffer.ttf" : { + "installed_by" : [ + "fonts-senamirmir-washra" + ] + }, + "gosebmp2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gosebmps.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gothu___.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "gothub__.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "goudybookletter1911.otf" : { + "installed_by" : [ + "fonts-goudybookletter" + ] + }, + "gr8higts.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "granular.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "grapple.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "graveyrd.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "graviseg.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gravitat.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "graze.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "greatvibes-regular.ttf" : { + "installed_by" : [ + "fonts-cegui" + ] + }, + "grotesq.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "grudge.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "grudge2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gubbi.ttf" : { + "installed_by" : [ + "fonts-gubbi" + ] + }, + "gulim.ttf" : { + "installed_by" : [ + "fonts-baekmuk" + ] + }, + "gurajada.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "guseul.ttf" : { + "installed_by" : [ + "fonts-alee" + ] + }, + "gwmonospace.ttf" : { + "installed_by" : [ + "fonts-georgewilliams" + ] + }, + "gwmonospacebold.ttf" : { + "installed_by" : [ + "fonts-georgewilliams" + ] + }, + "gwmonospaceoblique.ttf" : { + "installed_by" : [ + "fonts-georgewilliams" + ] + }, + "gyneric.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gyneric3.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gyroresh.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gyrose.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "gyrosesq.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "hack-bold.ttf" : { + "installed_by" : [ + "fonts-hack" + ] + }, + "hack-bolditalic.ttf" : { + "installed_by" : [ + "fonts-hack" + ] + }, + "hack-italic.ttf" : { + "installed_by" : [ + "fonts-hack" + ] + }, + "hack-regular.ttf" : { + "installed_by" : [ + "fonts-hack" + ] + }, + "hackslsh.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "hairball.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "hamlet-cicero12.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "hamlet-tertia18.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "hanamina.ttf" : { + "installed_by" : [ + "fonts-hanazono" + ] + }, + "hanaminb.ttf" : { + "installed_by" : [ + "fonts-hanazono" + ] + }, + "handmedo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "handmeds.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "harmattan-bold.ttf" : { + "installed_by" : [ + "fonts-sil-harmattan" + ] + }, + "harmattan-medium.ttf" : { + "installed_by" : [ + "fonts-sil-harmattan" + ] + }, + "harmattan-regular.ttf" : { + "installed_by" : [ + "fonts-sil-harmattan" + ] + }, + "harmattan-semibold.ttf" : { + "installed_by" : [ + "fonts-sil-harmattan" + ] + }, + "harsinai.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "harsinai.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "hassle.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "havana-regular.otf" : { + "installed_by" : [ + "fonts-havana" + ] + }, + "hbevel.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "hdmaker.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "hearts.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "hermit-bold.otf" : { + "installed_by" : [ + "fonts-hermit" + ] + }, + "hermit-light.otf" : { + "installed_by" : [ + "fonts-hermit" + ] + }, + "hermit-medium.otf" : { + "installed_by" : [ + "fonts-hermit" + ] + }, + "hidekel.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "hidekel.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "hillock.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "hiwua.ttf" : { + "installed_by" : [ + "fonts-senamirmir-washra" + ] + }, + "hline.ttf" : { + "installed_by" : [ + "fonts-baekmuk" + ] + }, + "homa.ttf" : { + "installed_by" : [ + "fonts-farsiweb" + ] + }, + "homespun.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "humor-sans.ttf" : { + "installed_by" : [ + "fonts-humor-sans" + ] + }, + "hyde.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "hyperion.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "ikariusadfno2std-bold.otf" : { + "installed_by" : [ + "fonts-adf-ikarius" + ] + }, + "ikariusadfno2std-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-ikarius" + ] + }, + "ikariusadfno2std-italic.otf" : { + "installed_by" : [ + "fonts-adf-ikarius" + ] + }, + "ikariusadfno2std-regular.otf" : { + "installed_by" : [ + "fonts-adf-ikarius" + ] + }, + "ikariusadfstd-bold.otf" : { + "installed_by" : [ + "fonts-adf-ikarius" + ] + }, + "ikariusadfstd-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-ikarius" + ] + }, + "ikariusadfstd-italic.otf" : { + "installed_by" : [ + "fonts-adf-ikarius" + ] + }, + "ikariusadfstd-regular.otf" : { + "installed_by" : [ + "fonts-adf-ikarius" + ] + }, + "ilits.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "imfepirm29p.ttf" : { + "installed_by" : [ + "fonts-cegui" + ] + }, + "imposs.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "inconsolata.otf" : { + "installed_by" : [ + "fonts-inconsolata" + ] + }, + "induni-c-bold.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-c-boldoblique.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-c-oblique.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-c-regular.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-h-bold.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-h-boldoblique.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-h-oblique.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-h-regular.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-n-bold.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-n-bolditalic.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-n-italic.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-n-roman.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-p-bold.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-p-bolditalic.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-p-italic.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-p-roman.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-t-bold.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-t-bolditalic.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-t-italic.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "induni-t-roman.otf" : { + "installed_by" : [ + "fonts-johnsmith-induni" + ] + }, + "inertia.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "inevitab.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "inkswipe.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "inktank.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "inter-black.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-blackitalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-bold.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-bolditalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-extrabold.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-extrabolditalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-extralight.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-extralightitalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-italic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-light.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-lightitalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-medium.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-mediumitalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-regular.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-semibold.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-semibolditalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-thin.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "inter-thinitalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-black.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-blackitalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-bold.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-bolditalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-extrabold.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-extrabolditalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-extralight.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-extralightitalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-italic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-light.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-lightitalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-medium.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-mediumitalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-regular.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-semibold.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-semibolditalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-thin.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "interdisplay-thinitalic.otf" : { + "installed_by" : [ + "fonts-inter" + ] + }, + "intersc.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "intersec.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "interso.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "intervariable.ttf" : { + "installed_by" : [ + "fonts-inter-variable" + ] + }, + "ipabold.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "ipabolit.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "ipaexg.ttf" : { + "installed_by" : [ + "fonts-ipaexfont-gothic" + ] + }, + "ipaexm.ttf" : { + "installed_by" : [ + "fonts-ipaexfont-mincho" + ] + }, + "ipag.ttf" : { + "installed_by" : [ + "fonts-ipafont-gothic" + ] + }, + "ipagp.ttf" : { + "installed_by" : [ + "fonts-ipafont-gothic" + ] + }, + "ipaitali.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "ipam.ttf" : { + "installed_by" : [ + "fonts-ipafont-mincho" + ] + }, + "ipamjm.ttf" : { + "installed_by" : [ + "fonts-ipamj-mincho" + ] + }, + "ipamp.ttf" : { + "installed_by" : [ + "fonts-ipafont-mincho" + ] + }, + "iparegul.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "irianisadfstd-bold.otf" : { + "installed_by" : [ + "fonts-adf-irianis" + ] + }, + "irianisadfstd-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-irianis" + ] + }, + "irianisadfstd-italic.otf" : { + "installed_by" : [ + "fonts-adf-irianis" + ] + }, + "irianisadfstd-regular.otf" : { + "installed_by" : [ + "fonts-adf-irianis" + ] + }, + "irianisadfstylestd-bold.otf" : { + "installed_by" : [ + "fonts-adf-irianis" + ] + }, + "irianisadfstylestd-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-irianis" + ] + }, + "irianisadfstylestd-italic.otf" : { + "installed_by" : [ + "fonts-adf-irianis" + ] + }, + "irianisadfstylestd-regular.otf" : { + "installed_by" : [ + "fonts-adf-irianis" + ] + }, + "irritate.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "isabella.ttf" : { + "installed_by" : [ + "fonts-isabella" + ] + }, + "it_wasn_t_me.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "jagged.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jamrulnormal.ttf" : { + "installed_by" : [ + "fonts-beng-extra" + ] + }, + "janken.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jara.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "jara_bold-it.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "jara_bold.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "jara_it.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "jargon.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jasper.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jaspers.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jawbhard.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jawbreak.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jawbrko1.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jawbrko2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jekyll.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jeopardi.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jeopardt.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jessen-cicero12.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "jessen-mittel14.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "jetbrainsmono-bold.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-bolditalic.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-extrabold.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-extrabolditalic.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-extralight.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-extralightitalic.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-italic.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-light.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-lightitalic.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-medium.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-mediumitalic.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-regular.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-semibold.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-semibolditalic.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-thin.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jetbrainsmono-thinitalic.ttf" : { + "installed_by" : [ + "fonts-jetbrains-mono" + ] + }, + "jiret.ttf" : { + "installed_by" : [ + "fonts-senamirmir-washra" + ] + }, + "jmacscrl.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "joltcaff.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jomolhari-alpha3c-0605331.ttf" : { + "installed_by" : [ + "fonts-dzongkha" + ] + }, + "joscelyn-regular.otf" : { + "installed_by" : [ + "fonts-joscelyn" + ] + }, + "josef.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "josef.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "jsmath-bbold10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-cmbsy10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-cmbx10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-cmex10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-cmmi10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-cmmib10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-cmr10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-cmss10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-cmsy10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-cmti10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-eufb10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-eufm10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-eurb10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-eurm10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-eusb10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-eusm10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-lasy10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-lasyb10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-msam10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-msbm10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-rsfs10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-stmary10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-wasy10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "jsmath-wasyb10.ttf" : { + "installed_by" : [ + "fonts-jsmath" + ] + }, + "junction.otf" : { + "installed_by" : [ + "fonts-junction" + ] + }, + "junicode-bold.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-bolditalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-cond.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-conditalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-condlight.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-condlightitalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-condmedium.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-condmediumitalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-exp.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-expbold.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-expbolditalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-expitalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-expmedium.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-expmediumitalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-expsmbold.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-expsmbolditalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-italic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-light.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-lightitalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-medium.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-mediumitalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-regular.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smbold.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smbolditalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smcond.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smconditalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smcondlight.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smcondlightitalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smcondmedium.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smcondmediumitalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smexp.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smexpbold.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smexpbolditalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smexpitalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smexpmedium.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smexpmediumitalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smexpsmbold.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junicode-smexpsmbolditalic.otf" : { + "installed_by" : [ + "fonts-junicode" + ] + }, + "junkyard.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "jupiterc.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "jura-bold.otf" : { + "installed_by" : [ + "fonts-jura" + ] + }, + "jura-light.otf" : { + "installed_by" : [ + "fonts-jura" + ] + }, + "jura-medium.otf" : { + "installed_by" : [ + "fonts-jura" + ] + }, + "jura-regular.otf" : { + "installed_by" : [ + "fonts-jura" + ] + }, + "jura-semibold.otf" : { + "installed_by" : [ + "fonts-jura" + ] + }, + "kacstart.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kacstbook.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kacstdecorative.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kacstdigital.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kacstfarsi.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kacstletter.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kacstnaskh.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kacstoffice.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kacstone-bold.ttf" : { + "installed_by" : [ + "fonts-kacst-one" + ] + }, + "kacstone.ttf" : { + "installed_by" : [ + "fonts-kacst-one" + ] + }, + "kacstpen.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kacstposter.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kacstqurn.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kacstscreen.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kacsttitle.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kacsttitlel.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "kalapi.ttf" : { + "installed_by" : [ + "fonts-kalapi" + ] + }, + "kaliberr.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "kalibers.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "kaliberx.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "kalimati.ttf" : { + "installed_by" : [ + "fonts-deva-extra" + ] + }, + "kanjistrokeorders_v4.003.ttf" : { + "installed_by" : [ + "fonts-kanjistrokeorders" + ] + }, + "kapl.ttf" : { + "installed_by" : [ + "xfonts-kapl" + ] + }, + "karla-bold.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-bolditalic.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-extrabold.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-extrabolditalic.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-extralight.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-extralightitalic.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-italic.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-italic[wght].ttf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-light.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-lightitalic.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-medium.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-mediumitalic.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-regular.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-semibold.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla-semibolditalic.otf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karla[wght].ttf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karlatamilinclined-bold.ttf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karlatamilinclined-regular.ttf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karlatamilupright-bold.ttf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karlatamilupright-regular.ttf" : { + "installed_by" : [ + "fonts-karla" + ] + }, + "karmilla-bold.ttf" : { + "installed_by" : [ + "fonts-karmilla" + ] + }, + "karmilla-bolditalic.ttf" : { + "installed_by" : [ + "fonts-karmilla" + ] + }, + "karmilla-italic.ttf" : { + "installed_by" : [ + "fonts-karmilla" + ] + }, + "karmilla-regular.ttf" : { + "installed_by" : [ + "fonts-karmilla" + ] + }, + "karumbi-regular.ttf" : { + "installed_by" : [ + "fonts-smc-karumbi" + ] + }, + "kataacti.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "katainac.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "katex_ams-regular.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_caligraphic-bold.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_caligraphic-regular.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_fraktur-bold.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_fraktur-regular.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_main-bold.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_main-bolditalic.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_main-italic.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_main-regular.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_math-bolditalic.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_math-italic.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_sansserif-bold.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_sansserif-italic.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_sansserif-regular.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_script-regular.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_size1-regular.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_size2-regular.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_size3-regular.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_size4-regular.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "katex_typewriter-regular.ttf" : { + "installed_by" : [ + "fonts-katex" + ] + }, + "kaushanscript-regular.otf" : { + "installed_by" : [ + "fonts-kaushanscript" + ] + }, + "keraleeyam-regular.ttf" : { + "installed_by" : [ + "fonts-smc-keraleeyam" + ] + }, + "keyrialt.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "keyridge.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "khmeros.ttf" : { + "installed_by" : [ + "fonts-khmeros" + ] + }, + "khmerosbattambang.ttf" : { + "installed_by" : [ + "fonts-khmeros" + ] + }, + "khmerosbokor.ttf" : { + "installed_by" : [ + "fonts-khmeros" + ] + }, + "khmeroscontent.ttf" : { + "installed_by" : [ + "fonts-khmeros" + ] + }, + "khmerosfasthand.ttf" : { + "installed_by" : [ + "fonts-khmeros" + ] + }, + "khmerosfreehand.ttf" : { + "installed_by" : [ + "fonts-khmeros" + ] + }, + "khmerosmetalchrieng.ttf" : { + "installed_by" : [ + "fonts-khmeros" + ] + }, + "khmerosmuol.ttf" : { + "installed_by" : [ + "fonts-khmeros" + ] + }, + "khmerosmuollight.ttf" : { + "installed_by" : [ + "fonts-khmeros" + ] + }, + "khmerosmuolpali.ttf" : { + "installed_by" : [ + "fonts-khmeros" + ] + }, + "khmerossiemreap.ttf" : { + "installed_by" : [ + "fonts-khmeros" + ] + }, + "khmerossys.ttf" : { + "installed_by" : [ + "fonts-khmeros" + ] + }, + "kickflip.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "kiloji.ttf" : { + "installed_by" : [ + "fonts-kiloji" + ] + }, + "kiloji_b.ttf" : { + "installed_by" : [ + "fonts-kiloji" + ] + }, + "kiloji_d.ttf" : { + "installed_by" : [ + "fonts-kiloji" + ] + }, + "kiloji_p.ttf" : { + "installed_by" : [ + "fonts-kiloji" + ] + }, + "kimchi.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "kimchi.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "kinkaid.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "kinnari-bold.otf" : { + "installed_by" : [ + "fonts-tlwg-kinnari-otf" + ] + }, + "kinnari-bold.ttf" : { + "installed_by" : [ + "fonts-tlwg-kinnari-ttf" + ] + }, + "kinnari-bolditalic.otf" : { + "installed_by" : [ + "fonts-tlwg-kinnari-otf" + ] + }, + "kinnari-bolditalic.ttf" : { + "installed_by" : [ + "fonts-tlwg-kinnari-ttf" + ] + }, + "kinnari-boldoblique.otf" : { + "installed_by" : [ + "fonts-tlwg-kinnari-otf" + ] + }, + "kinnari-boldoblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-kinnari-ttf" + ] + }, + "kinnari-italic.otf" : { + "installed_by" : [ + "fonts-tlwg-kinnari-otf" + ] + }, + "kinnari-italic.ttf" : { + "installed_by" : [ + "fonts-tlwg-kinnari-ttf" + ] + }, + "kinnari-oblique.otf" : { + "installed_by" : [ + "fonts-tlwg-kinnari-otf" + ] + }, + "kinnari-oblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-kinnari-ttf" + ] + }, + "kinnari.otf" : { + "installed_by" : [ + "fonts-tlwg-kinnari-otf" + ] + }, + "kinnari.ttf" : { + "installed_by" : [ + "fonts-tlwg-kinnari-ttf" + ] + }, + "kirbyss.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "klaudia-bold.ttf" : { + "installed_by" : [ + "fonts-klaudia-berenika" + ] + }, + "klaudia-boldoblique.ttf" : { + "installed_by" : [ + "fonts-klaudia-berenika" + ] + }, + "klaudia-oblique.ttf" : { + "installed_by" : [ + "fonts-klaudia-berenika" + ] + }, + "klaudia.ttf" : { + "installed_by" : [ + "fonts-klaudia-berenika" + ] + }, + "kleeone-regular.ttf" : { + "installed_by" : [ + "fonts-klee" + ] + }, + "kleeone-semibold.ttf" : { + "installed_by" : [ + "fonts-klee" + ] + }, + "klingon-piqad-hasta.ttf" : { + "installed_by" : [ + "fonts-cegui" + ] + }, + "knot.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "kodemono-bold.ttf" : { + "installed_by" : [ + "fonts-kode-mono" + ] + }, + "kodemono-medium.ttf" : { + "installed_by" : [ + "fonts-kode-mono" + ] + }, + "kodemono-regular.ttf" : { + "installed_by" : [ + "fonts-kode-mono" + ] + }, + "kodemono-semibold.ttf" : { + "installed_by" : [ + "fonts-kode-mono" + ] + }, + "komatuna-p.ttf" : { + "installed_by" : [ + "fonts-komatuna" + ] + }, + "komatuna.ttf" : { + "installed_by" : [ + "fonts-komatuna" + ] + }, + "konatu.ttf" : { + "installed_by" : [ + "fonts-konatu" + ] + }, + "konatutohaba.ttf" : { + "installed_by" : [ + "fonts-konatu" + ] + }, + "konecto1.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "konecto2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "konector.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "koneerie.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "kouzan-mouhitsu-gyosho.ttf" : { + "installed_by" : [ + "fonts-kouzan-mouhitsu" + ] + }, + "kouzan-mouhitsu.ttf" : { + "installed_by" : [ + "fonts-kouzan-mouhitsu" + ] + }, + "kouzanbrushfontsousyo.ttf" : { + "installed_by" : [ + "fonts-kouzan-mouhitsu" + ] + }, + "kristi.ttf" : { + "installed_by" : [ + "fonts-kristi" + ] + }, + "kurvatur.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "lakeshor.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "lakkireddy.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "laksaman-bold.otf" : { + "installed_by" : [ + "fonts-tlwg-laksaman-otf" + ] + }, + "laksaman-bold.ttf" : { + "installed_by" : [ + "fonts-tlwg-laksaman-ttf" + ] + }, + "laksaman-bolditalic.otf" : { + "installed_by" : [ + "fonts-tlwg-laksaman-otf" + ] + }, + "laksaman-bolditalic.ttf" : { + "installed_by" : [ + "fonts-tlwg-laksaman-ttf" + ] + }, + "laksaman-italic.otf" : { + "installed_by" : [ + "fonts-tlwg-laksaman-otf" + ] + }, + "laksaman-italic.ttf" : { + "installed_by" : [ + "fonts-tlwg-laksaman-ttf" + ] + }, + "laksaman.otf" : { + "installed_by" : [ + "fonts-tlwg-laksaman-otf" + ] + }, + "laksaman.ttf" : { + "installed_by" : [ + "fonts-tlwg-laksaman-ttf" + ] + }, + "lamebrai.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "larkspur.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "lateef-bold.ttf" : { + "installed_by" : [ + "fonts-sil-lateef" + ] + }, + "lateef-extrabold.ttf" : { + "installed_by" : [ + "fonts-sil-lateef" + ] + }, + "lateef-extralight.ttf" : { + "installed_by" : [ + "fonts-sil-lateef" + ] + }, + "lateef-light.ttf" : { + "installed_by" : [ + "fonts-sil-lateef" + ] + }, + "lateef-medium.ttf" : { + "installed_by" : [ + "fonts-sil-lateef" + ] + }, + "lateef-regular.ttf" : { + "installed_by" : [ + "fonts-sil-lateef" + ] + }, + "lateef-semibold.ttf" : { + "installed_by" : [ + "fonts-sil-lateef" + ] + }, + "latinmodern-math.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lato-black.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-blackitalic.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-bold.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-bolditalic.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-hairline.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-hairlineitalic.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-heavy.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-heavyitalic.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-italic.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-light.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-lightitalic.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-medium.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-mediumitalic.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-regular.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-semibold.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-semibolditalic.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-thin.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "lato-thinitalic.ttf" : { + "installed_by" : [ + "fonts-lato" + ] + }, + "le-murmure.otf" : { + "installed_by" : [ + "fonts-le-murmure" + ] + }, + "leaguemono-bold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-condensed.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-condensedbold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-condensedextrabold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-condensedlight.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-condensedmedium.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-condensedsemibold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-condensedthin.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-condensedultralight.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-extendedbold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-extendedextrabold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-extendedlight.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-extendedmedium.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-extendedregular.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-extendedsemibold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-extendedthin.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-extendedultralight.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-extrabold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-light.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-medium.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-narrowbold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-narrowextrabold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-narrowlight.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-narrowmedium.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-narrowregular.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-narrowsemibold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-narrowthin.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-narrowultralight.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-regular.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-semibold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-thin.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-ultralight.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-widebold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-wideextrabold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-widelight.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-widemedium.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-wideregular.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-widesemibold.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-widethin.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguemono-wideultralight.otf" : { + "installed_by" : [ + "fonts-league-mono" + ] + }, + "leaguespartan-black.otf" : { + "installed_by" : [ + "fonts-league-spartan" + ] + }, + "leaguespartan-bold.otf" : { + "installed_by" : [ + "fonts-league-spartan" + ] + }, + "leaguespartan-extrabold.otf" : { + "installed_by" : [ + "fonts-league-spartan" + ] + }, + "leaguespartan-extralight.otf" : { + "installed_by" : [ + "fonts-league-spartan" + ] + }, + "leaguespartan-light.otf" : { + "installed_by" : [ + "fonts-league-spartan" + ] + }, + "leaguespartan-medium.otf" : { + "installed_by" : [ + "fonts-league-spartan" + ] + }, + "leaguespartan-regular.otf" : { + "installed_by" : [ + "fonts-league-spartan" + ] + }, + "leaguespartan-semibold.otf" : { + "installed_by" : [ + "fonts-league-spartan" + ] + }, + "leckerlione-regular.ttf" : { + "installed_by" : [ + "fonts-leckerli-one" + ] + }, + "lemonada-bold.otf" : { + "installed_by" : [ + "fonts-lemonada" + ] + }, + "lemonada-light.otf" : { + "installed_by" : [ + "fonts-lemonada" + ] + }, + "lemonada-regular.otf" : { + "installed_by" : [ + "fonts-lemonada" + ] + }, + "lemonada-semibold.otf" : { + "installed_by" : [ + "fonts-lemonada" + ] + }, + "lethargi.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "lexigulim.ttf" : { + "installed_by" : [ + "fonts-lexi-gulim" + ] + }, + "lexisaebomr.ttf" : { + "installed_by" : [ + "fonts-lexi-saebom" + ] + }, + "liberationmono-bold.ttf" : { + "installed_by" : [ + "fonts-liberation" + ] + }, + "liberationmono-bolditalic.ttf" : { + "installed_by" : [ + "fonts-liberation" + ] + }, + "liberationmono-italic.ttf" : { + "installed_by" : [ + "fonts-liberation" + ] + }, + "liberationmono-regular.ttf" : { + "installed_by" : [ + "fonts-liberation" + ] + }, + "liberationsans-bold.ttf" : { + "installed_by" : [ + "fonts-liberation" + ] + }, + "liberationsans-bolditalic.ttf" : { + "installed_by" : [ + "fonts-liberation" + ] + }, + "liberationsans-italic.ttf" : { + "installed_by" : [ + "fonts-liberation" + ] + }, + "liberationsans-regular.ttf" : { + "installed_by" : [ + "fonts-liberation" + ] + }, + "liberationsansnarrow-bold.ttf" : { + "installed_by" : [ + "fonts-liberation-sans-narrow" + ] + }, + "liberationsansnarrow-bolditalic.ttf" : { + "installed_by" : [ + "fonts-liberation-sans-narrow" + ] + }, + "liberationsansnarrow-italic.ttf" : { + "installed_by" : [ + "fonts-liberation-sans-narrow" + ] + }, + "liberationsansnarrow-regular.ttf" : { + "installed_by" : [ + "fonts-liberation-sans-narrow" + ] + }, + "liberationserif-bold.ttf" : { + "installed_by" : [ + "fonts-liberation" + ] + }, + "liberationserif-bolditalic.ttf" : { + "installed_by" : [ + "fonts-liberation" + ] + }, + "liberationserif-italic.ttf" : { + "installed_by" : [ + "fonts-liberation" + ] + }, + "liberationserif-regular.ttf" : { + "installed_by" : [ + "fonts-liberation" + ] + }, + "librisadfstd-bold.otf" : { + "installed_by" : [ + "fonts-adf-libris" + ] + }, + "librisadfstd-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-libris" + ] + }, + "librisadfstd-italic.otf" : { + "installed_by" : [ + "fonts-adf-libris" + ] + }, + "librisadfstd-regular.otf" : { + "installed_by" : [ + "fonts-adf-libris" + ] + }, + "licostrg.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "lightout.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "likhannormal.ttf" : { + "installed_by" : [ + "fonts-beng-extra" + ] + }, + "lilach.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "lilach.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "linbiolinum_k.otf" : { + "installed_by" : [ + "fonts-linuxlibertine" + ] + }, + "linbiolinum_r.otf" : { + "installed_by" : [ + "fonts-linuxlibertine" + ] + }, + "linbiolinum_rb.otf" : { + "installed_by" : [ + "fonts-linuxlibertine" + ] + }, + "linbiolinum_ri.otf" : { + "installed_by" : [ + "fonts-linuxlibertine" + ] + }, + "lindenhill-italic.otf" : { + "installed_by" : [ + "fonts-lindenhill" + ] + }, + "lindenhill.otf" : { + "installed_by" : [ + "fonts-lindenhill" + ] + }, + "lineding.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "linlibertine_dr.otf" : { + "installed_by" : [ + "fonts-linuxlibertine" + ] + }, + "linlibertine_i.otf" : { + "installed_by" : [ + "fonts-linuxlibertine" + ] + }, + "linlibertine_m.otf" : { + "installed_by" : [ + "fonts-linuxlibertine" + ] + }, + "linlibertine_r.otf" : { + "installed_by" : [ + "fonts-linuxlibertine" + ] + }, + "linlibertine_rb.otf" : { + "installed_by" : [ + "fonts-linuxlibertine" + ] + }, + "linlibertine_rbi.otf" : { + "installed_by" : [ + "fonts-linuxlibertine" + ] + }, + "linlibertine_ri.otf" : { + "installed_by" : [ + "fonts-linuxlibertine" + ] + }, + "linlibertine_rz.otf" : { + "installed_by" : [ + "fonts-linuxlibertine" + ] + }, + "linlibertine_rzi.otf" : { + "installed_by" : [ + "fonts-linuxlibertine" + ] + }, + "lklug.ttf" : { + "installed_by" : [ + "fonts-lklug-sinhala" + ] + }, + "lmmono10-italic.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmono10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmono12-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmono8-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmono9-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonocaps10-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonocaps10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonolt10-bold.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonolt10-boldoblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonolt10-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonolt10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonoltcond10-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonoltcond10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonoprop10-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonoprop10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonoproplt10-bold.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonoproplt10-boldoblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonoproplt10-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonoproplt10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmmonoslant10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman10-bold.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman10-bolditalic.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman10-italic.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman12-bold.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman12-italic.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman12-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman17-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman5-bold.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman5-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman6-bold.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman6-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman7-bold.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman7-italic.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman7-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman8-bold.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman8-italic.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman8-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman9-bold.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman9-italic.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmroman9-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmromancaps10-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmromancaps10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmromandemi10-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmromandemi10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmromandunh10-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmromandunh10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmromanslant10-bold.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmromanslant10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmromanslant12-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmromanslant17-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmromanslant8-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmromanslant9-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmromanunsl10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsans10-bold.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsans10-boldoblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsans10-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsans10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsans12-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsans12-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsans17-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsans17-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsans8-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsans8-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsans9-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsans9-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsansdemicond10-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsansdemicond10-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsansquot8-bold.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsansquot8-boldoblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsansquot8-oblique.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lmsansquot8-regular.otf" : { + "installed_by" : [ + "fonts-lmodern" + ] + }, + "lobster.otf" : { + "installed_by" : [ + "fonts-lobster" + ] + }, + "lobstertwo-bold.otf" : { + "installed_by" : [ + "fonts-lobstertwo" + ] + }, + "lobstertwo-bolditalic.otf" : { + "installed_by" : [ + "fonts-lobstertwo" + ] + }, + "lobstertwo-italic.otf" : { + "installed_by" : [ + "fonts-lobstertwo" + ] + }, + "lobstertwo-regular.otf" : { + "installed_by" : [ + "fonts-lobstertwo" + ] + }, + "lohit-assamese.ttf" : { + "installed_by" : [ + "fonts-lohit-beng-assamese" + ] + }, + "lohit-bengali.ttf" : { + "installed_by" : [ + "fonts-lohit-beng-bengali" + ] + }, + "lohit-devanagari.ttf" : { + "installed_by" : [ + "fonts-lohit-deva" + ] + }, + "lohit-gujarati.ttf" : { + "installed_by" : [ + "fonts-lohit-gujr" + ] + }, + "lohit-gurmukhi.ttf" : { + "installed_by" : [ + "fonts-lohit-guru" + ] + }, + "lohit-kannada.ttf" : { + "installed_by" : [ + "fonts-lohit-knda" + ] + }, + "lohit-malayalam.ttf" : { + "installed_by" : [ + "fonts-lohit-mlym" + ] + }, + "lohit-marathi.ttf" : { + "installed_by" : [ + "fonts-lohit-deva-marathi" + ] + }, + "lohit-nepali.ttf" : { + "installed_by" : [ + "fonts-lohit-deva-nepali" + ] + }, + "lohit-odia.ttf" : { + "installed_by" : [ + "fonts-lohit-orya" + ] + }, + "lohit-tamil-classical.ttf" : { + "installed_by" : [ + "fonts-lohit-taml-classical" + ] + }, + "lohit-tamil.ttf" : { + "installed_by" : [ + "fonts-lohit-taml" + ] + }, + "lohit-telugu.ttf" : { + "installed_by" : [ + "fonts-lohit-telu" + ] + }, + "loma-bold.otf" : { + "installed_by" : [ + "fonts-tlwg-loma-otf" + ] + }, + "loma-bold.ttf" : { + "installed_by" : [ + "fonts-tlwg-loma-ttf" + ] + }, + "loma-boldoblique.otf" : { + "installed_by" : [ + "fonts-tlwg-loma-otf" + ] + }, + "loma-boldoblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-loma-ttf" + ] + }, + "loma-oblique.otf" : { + "installed_by" : [ + "fonts-tlwg-loma-otf" + ] + }, + "loma-oblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-loma-ttf" + ] + }, + "loma.otf" : { + "installed_by" : [ + "fonts-tlwg-loma-otf" + ] + }, + "loma.ttf" : { + "installed_by" : [ + "fonts-tlwg-loma-ttf" + ] + }, + "loopy.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "lowdown.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "lucid.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "lucid2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "lucid2o.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "lucido.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "lxgwwenkai-bold.ttf" : { + "installed_by" : [ + "fonts-lxgw-wenkai" + ] + }, + "lxgwwenkai-light.ttf" : { + "installed_by" : [ + "fonts-lxgw-wenkai" + ] + }, + "lxgwwenkai-regular.ttf" : { + "installed_by" : [ + "fonts-lxgw-wenkai" + ] + }, + "lxgwwenkaimono-bold.ttf" : { + "installed_by" : [ + "fonts-lxgw-wenkai" + ] + }, + "lxgwwenkaimono-light.ttf" : { + "installed_by" : [ + "fonts-lxgw-wenkai" + ] + }, + "lxgwwenkaimono-regular.ttf" : { + "installed_by" : [ + "fonts-lxgw-wenkai" + ] + }, + "lyneous.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "lyneousl.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "lynx.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "macropsi.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "madscrwl.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "mallanna.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "manchufont.ttf" : { + "installed_by" : [ + "fonts-manchufont" + ] + }, + "mandali-regular.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "manjari-bold.otf" : { + "installed_by" : [ + "fonts-smc-manjari" + ] + }, + "manjari-regular.otf" : { + "installed_by" : [ + "fonts-smc-manjari" + ] + }, + "manjari-thin.otf" : { + "installed_by" : [ + "fonts-smc-manjari" + ] + }, + "manrope-bold.ttf" : { + "installed_by" : [ + "fonts-manrope" + ] + }, + "manrope-extrabold.ttf" : { + "installed_by" : [ + "fonts-manrope" + ] + }, + "manrope-extralight.ttf" : { + "installed_by" : [ + "fonts-manrope" + ] + }, + "manrope-light.ttf" : { + "installed_by" : [ + "fonts-manrope" + ] + }, + "manrope-medium.ttf" : { + "installed_by" : [ + "fonts-manrope" + ] + }, + "manrope-regular.ttf" : { + "installed_by" : [ + "fonts-manrope" + ] + }, + "manrope-semibold.ttf" : { + "installed_by" : [ + "fonts-manrope" + ] + }, + "markedfool.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "marlett.ttf" : { + "installed_by" : [ + "fonts-wine" + ] + }, + "materialdesignicons-webfont.ttf" : { + "installed_by" : [ + "fonts-materialdesignicons-webfont", + "fonts-materialdesignicons-webfont" + ] + }, + "materialicons-regular.ttf" : { + "installed_by" : [ + "fonts-material-design-icons-iconfont" + ] + }, + "mathjax_ams-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_caligraphic-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_caligraphic-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_fraktur-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_fraktur-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_main-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_main-italic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_main-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_math-bolditalic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_math-italic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_math-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_sansserif-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_sansserif-italic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_sansserif-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_script-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_size1-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_size2-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_size3-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_size4-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_typewriter-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_vector-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_vector-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_winchrome-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "mathjax_winie6-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "maya_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "meera-regular.ttf" : { + "installed_by" : [ + "fonts-smc-meera" + ] + }, + "meerainimai-regular.ttf" : { + "installed_by" : [ + "fonts-meera-inimai" + ] + }, + "mekanusadfstd-bold.otf" : { + "installed_by" : [ + "fonts-adf-mekanus" + ] + }, + "mekanusadfstd-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-mekanus" + ] + }, + "mekanusadfstd-italic.otf" : { + "installed_by" : [ + "fonts-adf-mekanus" + ] + }, + "mekanusadfstd-regular.otf" : { + "installed_by" : [ + "fonts-adf-mekanus" + ] + }, + "mekanusadftitlingstd-bditalic.otf" : { + "installed_by" : [ + "fonts-adf-mekanus" + ] + }, + "mekanusadftitlingstd-bold.otf" : { + "installed_by" : [ + "fonts-adf-mekanus" + ] + }, + "mekanusadftitlingstd-italic.otf" : { + "installed_by" : [ + "fonts-adf-mekanus" + ] + }, + "mekanusadftitlingstd-regular.otf" : { + "installed_by" : [ + "fonts-adf-mekanus" + ] + }, + "migmix-1m-bold.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migmix-1m-regular.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migmix-1p-bold.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migmix-1p-regular.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migmix-2m-bold.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migmix-2m-regular.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migmix-2p-bold.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migmix-2p-regular.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migu-1c-bold.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migu-1c-regular.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migu-1m-bold.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migu-1m-regular.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migu-1p-bold.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migu-1p-regular.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migu-2m-bold.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "migu-2m-regular.ttf" : { + "installed_by" : [ + "fonts-migmix" + ] + }, + "mima4x4i.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "mima4x4o.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "mimaalt1.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "mimaalt2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "mimafuse.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "mincer.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "mingzat-regular.ttf" : { + "installed_by" : [ + "fonts-sil-mingzat" + ] + }, + "minikott.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "minikstt.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "misaki_gothic.ttf" : { + "installed_by" : [ + "fonts-misaki" + ] + }, + "misaki_gothic_2nd.ttf" : { + "installed_by" : [ + "fonts-misaki" + ] + }, + "misaki_mincho.ttf" : { + "installed_by" : [ + "fonts-misaki" + ] + }, + "mishmash.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "miso.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "miso.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "mitramono.ttf" : { + "installed_by" : [ + "fonts-beng-extra" + ] + }, + "mixer.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "mixer.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "mm3-multi-os_16-08-2011.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "mmcedar-p.ttf" : { + "installed_by" : [ + "fonts-mmcedar" + ] + }, + "mmcedar.ttf" : { + "installed_by" : [ + "fonts-mmcedar" + ] + }, + "mmrcensus.v5.minbe5.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "mo5v56bu.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri-extra" + ] + }, + "mo5v56dc.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri-extra" + ] + }, + "mo5v56di.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri-extra" + ] + }, + "mo5v56do.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri-extra" + ] + }, + "mo5v56hi.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri-extra" + ] + }, + "mo5v56mo.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri-extra" + ] + }, + "mo5v56xs.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri-extra" + ] + }, + "mo9v55.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri-extra" + ] + }, + "mobilize.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "mona.ttf" : { + "installed_by" : [ + "fonts-mona" + ] + }, + "monapo.ttf" : { + "installed_by" : [ + "fonts-monapo" + ] + }, + "mondulkiri-b.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri" + ] + }, + "mondulkiri-bi.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri" + ] + }, + "mondulkiri-i.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri" + ] + }, + "mondulkiri-r.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri" + ] + }, + "monkphon.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "monof55.ttf" : { + "installed_by" : [ + "fonts-monofur" + ] + }, + "monof56.ttf" : { + "installed_by" : [ + "fonts-monofur" + ] + }, + "monoid-bold-halfloose.ttf" : { + "installed_by" : [ + "fonts-monoid-halfloose" + ] + }, + "monoid-bold-halftight.ttf" : { + "installed_by" : [ + "fonts-monoid-halftight" + ] + }, + "monoid-bold-loose.ttf" : { + "installed_by" : [ + "fonts-monoid-loose" + ] + }, + "monoid-bold-tight.ttf" : { + "installed_by" : [ + "fonts-monoid-tight" + ] + }, + "monoid-bold.ttf" : { + "installed_by" : [ + "fonts-monoid" + ] + }, + "monoid-italic-halfloose.ttf" : { + "installed_by" : [ + "fonts-monoid-halfloose" + ] + }, + "monoid-italic-halftight.ttf" : { + "installed_by" : [ + "fonts-monoid-halftight" + ] + }, + "monoid-italic-loose.ttf" : { + "installed_by" : [ + "fonts-monoid-loose" + ] + }, + "monoid-italic-tight.ttf" : { + "installed_by" : [ + "fonts-monoid-tight" + ] + }, + "monoid-italic.ttf" : { + "installed_by" : [ + "fonts-monoid" + ] + }, + "monoid-regular-halfloose.ttf" : { + "installed_by" : [ + "fonts-monoid-halfloose" + ] + }, + "monoid-regular-halftight.ttf" : { + "installed_by" : [ + "fonts-monoid-halftight" + ] + }, + "monoid-regular-loose.ttf" : { + "installed_by" : [ + "fonts-monoid-loose" + ] + }, + "monoid-regular-tight.ttf" : { + "installed_by" : [ + "fonts-monoid-tight" + ] + }, + "monoid-regular.ttf" : { + "installed_by" : [ + "fonts-monoid" + ] + }, + "monoid-retina-halfloose.ttf" : { + "installed_by" : [ + "fonts-monoid-halfloose" + ] + }, + "monoid-retina-halftight.ttf" : { + "installed_by" : [ + "fonts-monoid-halftight" + ] + }, + "monoid-retina-loose.ttf" : { + "installed_by" : [ + "fonts-monoid-loose" + ] + }, + "monoid-retina-tight.ttf" : { + "installed_by" : [ + "fonts-monoid-tight" + ] + }, + "monoid-retina.ttf" : { + "installed_by" : [ + "fonts-monoid" + ] + }, + "monoisome-regular-halfloose.ttf" : { + "installed_by" : [ + "fonts-monoid-halfloose" + ] + }, + "monoisome-regular-halftight.ttf" : { + "installed_by" : [ + "fonts-monoid-halftight" + ] + }, + "monoisome-regular-loose.ttf" : { + "installed_by" : [ + "fonts-monoid-loose" + ] + }, + "monoisome-regular-tight.ttf" : { + "installed_by" : [ + "fonts-monoid-tight" + ] + }, + "monoisome-regular.ttf" : { + "installed_by" : [ + "fonts-monoid" + ] + }, + "mononoki-bold-italic.ttf" : { + "installed_by" : [ + "fonts-mononoki" + ] + }, + "mononoki-bold.ttf" : { + "installed_by" : [ + "fonts-mononoki" + ] + }, + "mononoki-italic.ttf" : { + "installed_by" : [ + "fonts-mononoki" + ] + }, + "mononoki-regular.ttf" : { + "installed_by" : [ + "fonts-mononoki" + ] + }, + "monou___.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "montserrat-black.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-black.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-blackitalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-blackitalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-bold.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-bold.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-bolditalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-bolditalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-extrabold.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-extrabold.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-extrabolditalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-extrabolditalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-extralight.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-extralight.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-extralightitalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-extralightitalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-italic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-italic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-light.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-light.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-lightitalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-lightitalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-medium.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-medium.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-mediumitalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-mediumitalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-regular.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-regular.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-semibold.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-semibold.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-semibolditalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-semibolditalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-thin.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-thin.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-thinitalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserrat-thinitalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-black.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-black.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-blackitalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-blackitalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-bold.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-bold.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-bolditalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-bolditalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-extrabold.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-extrabold.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-extrabolditalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-extrabolditalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-extralight.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-extralight.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-extralightitalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-extralightitalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-italic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-italic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-light.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-light.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-lightitalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-lightitalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-medium.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-medium.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-mediumitalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-mediumitalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-regular.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-regular.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-semibold.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-semibold.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-semibolditalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-semibolditalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-thin.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-thin.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-thinitalic.otf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "montserratalternates-thinitalic.ttf" : { + "installed_by" : [ + "fonts-montserrat" + ] + }, + "moronmis.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "mplus1-black.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1-bold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1-extrabold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1-extralight.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1-light.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1-medium.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1-regular.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1-semibold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1-thin.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1code-bold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1code-extralight.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1code-light.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1code-medium.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1code-regular.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1code-semibold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus1code-thin.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus2-black.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus2-bold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus2-extrabold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus2-extralight.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus2-light.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus2-medium.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus2-regular.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus2-semibold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mplus2-thin.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode50-bold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode50-extralight.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode50-light.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode50-medium.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode50-regular.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode50-semibold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode50-thin.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode60-bold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode60-extralight.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode60-light.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode60-medium.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode60-regular.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode60-semibold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscode60-thin.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin50-bold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin50-extralight.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin50-light.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin50-medium.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin50-regular.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin50-semibold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin50-thin.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin60-bold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin60-extralight.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin60-light.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin60-medium.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin60-regular.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin60-semibold.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mpluscodelatin60-thin.otf" : { + "installed_by" : [ + "fonts-mplus" + ] + }, + "mry_kacstqurn.ttf" : { + "installed_by" : [ + "fonts-kacst" + ] + }, + "ms_sans_serif.ttf" : { + "installed_by" : [ + "fonts-wine" + ] + }, + "msam10.ttf" : { + "installed_by" : [ + "fonts-lyx" + ] + }, + "msbm10.ttf" : { + "installed_by" : [ + "fonts-lyx" + ] + }, + "mtlc3m.ttf" : { + "installed_by" : [ + "fonts-motoya-l-cedar" + ] + }, + "mtlmr3m.ttf" : { + "installed_by" : [ + "fonts-motoya-l-maruberi" + ] + }, + "mukti.ttf" : { + "installed_by" : [ + "fonts-beng-extra" + ] + }, + "muktibold.ttf" : { + "installed_by" : [ + "fonts-beng-extra" + ] + }, + "museumbible.otf" : { + "installed_by" : [ + "fonts-levien-museum" + ] + }, + "museumfoundry.otf" : { + "installed_by" : [ + "fonts-levien-museum" + ] + }, + "museumfourteen.otf" : { + "installed_by" : [ + "fonts-levien-museum" + ] + }, + "museumsixty.otf" : { + "installed_by" : [ + "fonts-levien-museum" + ] + }, + "musica_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "myanmarchatu.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarchatulight.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmargantgaw.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarkhyay.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarkuttar.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarnayone.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarnjaun.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarpauklay.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarphetsot.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarphiksel.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarphikselsmooth.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarponenyet.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarsabae.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarsagar.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarsanpya.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarsanspro-regular.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarsquarelight.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmartagu.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarthuriya.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmarwaso.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "myanmaryinmar.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "mysteron.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "n019003d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n019004d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n019023d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n019024d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n019043d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n019044d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n019063d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n019064d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n021003d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n021004d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n021023d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n021024d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n022003d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n022004d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n022023d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "n022024d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "nafeesweb.ttf" : { + "installed_by" : [ + "fonts-nafees" + ] + }, + "nakula.ttf" : { + "installed_by" : [ + "fonts-nakula" + ] + }, + "nanosecw.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "nanumbarungothic-yethangul.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumbarungothic.ttf" : { + "installed_by" : [ + "fonts-nanum" + ] + }, + "nanumbarungothicbold.ttf" : { + "installed_by" : [ + "fonts-nanum" + ] + }, + "nanumbarungothiclight.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumbarungothicultralight.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumbarunpenb.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumbarunpenr.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumbrush.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumgothic.ttf" : { + "installed_by" : [ + "fonts-nanum" + ] + }, + "nanumgothicbold.ttf" : { + "installed_by" : [ + "fonts-nanum" + ] + }, + "nanumgothiccoding.ttf" : { + "installed_by" : [ + "fonts-nanum" + ] + }, + "nanumgothiccodingbold.ttf" : { + "installed_by" : [ + "fonts-nanum" + ] + }, + "nanumgothiceco.ttf" : { + "installed_by" : [ + "fonts-nanum-eco" + ] + }, + "nanumgothicecobold.ttf" : { + "installed_by" : [ + "fonts-nanum-eco" + ] + }, + "nanumgothicecoextrabold.ttf" : { + "installed_by" : [ + "fonts-nanum-eco" + ] + }, + "nanumgothicecor.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumgothicextrabold.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumgothiclight.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanummyeongjo-yethangul.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanummyeongjo.ttf" : { + "installed_by" : [ + "fonts-nanum" + ] + }, + "nanummyeongjobold.ttf" : { + "installed_by" : [ + "fonts-nanum" + ] + }, + "nanummyeongjoeco.ttf" : { + "installed_by" : [ + "fonts-nanum-eco" + ] + }, + "nanummyeongjoecobold.ttf" : { + "installed_by" : [ + "fonts-nanum-eco" + ] + }, + "nanummyeongjoecoextrabold.ttf" : { + "installed_by" : [ + "fonts-nanum-eco" + ] + }, + "nanummyeongjoecor.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanummyeongjoextrabold.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumpen.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumsquare_acb.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumsquare_aceb.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumsquare_acl.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumsquare_acr.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumsquareb.ttf" : { + "installed_by" : [ + "fonts-nanum" + ] + }, + "nanumsquareeb.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumsquarel.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumsquarer.ttf" : { + "installed_by" : [ + "fonts-nanum" + ] + }, + "nanumsquareroundb.ttf" : { + "installed_by" : [ + "fonts-nanum" + ] + }, + "nanumsquareroundeb.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumsquareroundl.ttf" : { + "installed_by" : [ + "fonts-nanum-extra" + ] + }, + "nanumsquareroundr.ttf" : { + "installed_by" : [ + "fonts-nanum" + ] + }, + "nationalpark-heavy.otf" : { + "installed_by" : [ + "fonts-national-park" + ] + }, + "nationalpark-outline.otf" : { + "installed_by" : [ + "fonts-national-park" + ] + }, + "nationalpark-regular.otf" : { + "installed_by" : [ + "fonts-national-park" + ] + }, + "nationalpark-thin.otf" : { + "installed_by" : [ + "fonts-national-park" + ] + }, + "nats.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "naughts.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "navilu.ttf" : { + "installed_by" : [ + "fonts-navilu" + ] + }, + "nazli.ttf" : { + "installed_by" : [ + "fonts-farsiweb" + ] + }, + "nazlib.ttf" : { + "installed_by" : [ + "fonts-farsiweb" + ] + }, + "neo.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "neo.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "neural.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "neuralol.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "nilus_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "nimbusmonops-bold.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusmonops-bold.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusmonops-bolditalic.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusmonops-bolditalic.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusmonops-italic.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusmonops-italic.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusmonops-regular.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusmonops-regular.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusroman-bold.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusroman-bold.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusroman-bolditalic.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusroman-bolditalic.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusroman-italic.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusroman-italic.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusroman-regular.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbusroman-regular.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussans-bold.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussans-bold.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussans-bolditalic.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussans-bolditalic.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussans-italic.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussans-italic.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussans-regular.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussans-regular.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussansnarrow-bold.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussansnarrow-bold.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussansnarrow-boldoblique.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussansnarrow-boldoblique.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussansnarrow-oblique.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussansnarrow-oblique.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussansnarrow-regular.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nimbussansnarrow-regular.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "nk_ssmart2.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "nk_ssmart3.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "nk_ssmart4.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "noam.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "noam.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "nominal.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "norasi-bold.otf" : { + "installed_by" : [ + "fonts-tlwg-norasi-otf" + ] + }, + "norasi-bold.ttf" : { + "installed_by" : [ + "fonts-tlwg-norasi-ttf" + ] + }, + "norasi-bolditalic.otf" : { + "installed_by" : [ + "fonts-tlwg-norasi-otf" + ] + }, + "norasi-bolditalic.ttf" : { + "installed_by" : [ + "fonts-tlwg-norasi-ttf" + ] + }, + "norasi-boldoblique.otf" : { + "installed_by" : [ + "fonts-tlwg-norasi-otf" + ] + }, + "norasi-boldoblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-norasi-ttf" + ] + }, + "norasi-italic.otf" : { + "installed_by" : [ + "fonts-tlwg-norasi-otf" + ] + }, + "norasi-italic.ttf" : { + "installed_by" : [ + "fonts-tlwg-norasi-ttf" + ] + }, + "norasi-oblique.otf" : { + "installed_by" : [ + "fonts-tlwg-norasi-otf" + ] + }, + "norasi-oblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-norasi-ttf" + ] + }, + "norasi.otf" : { + "installed_by" : [ + "fonts-tlwg-norasi-otf" + ] + }, + "norasi.ttf" : { + "installed_by" : [ + "fonts-tlwg-norasi-ttf" + ] + }, + "nostalgi.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "notocoloremoji.ttf" : { + "installed_by" : [ + "fonts-noto-color-emoji" + ] + }, + "notokufiarabic-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notokufiarabic-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notokufiarabic-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notokufiarabic-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notokufiarabic-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notokufiarabic-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notokufiarabic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notokufiarabic-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notokufiarabic-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoloopedlao-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoloopedlao-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlao-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedlaoui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notoloopedlaoui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notoloopedlaoui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedlaoui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthai-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoloopedthai-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoloopedthai-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthai-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoloopedthaiui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notoloopedthaiui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notoloopedthaiui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notoloopedthaiui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notomono-regular.ttf" : { + "installed_by" : [ + "fonts-noto-mono" + ] + }, + "notomusic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notonaskharabic-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notonaskharabic-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notonaskharabic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notonaskharabic-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notonaskharabicui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notonaskharabicui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notonaskharabicui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notonaskharabicui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notonastaliqurdu-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notonastaliqurdu-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notorashihebrew-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notorashihebrew-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notorashihebrew-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notorashihebrew-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notorashihebrew-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notorashihebrew-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notorashihebrew-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notorashihebrew-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notorashihebrew-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-blackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosans-bolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosans-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedblackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedbolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedextrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedextralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condenseditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedlightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedmediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedsemibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-condensedthinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedblackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedbolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedextrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedextralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondenseditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedlightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedmediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedsemibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extracondensedthinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-extralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-italic.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosans-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-lightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-mediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosans-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedblackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedbolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedextrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedextralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondenseditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedlightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedmediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedsemibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-semicondensedthinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosans-thinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansadlam-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansadlam-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansadlamunjoined-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansadlamunjoined-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansanatolianhieroglyphs-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansarabic-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansarabic-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansarabic-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabic-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarabicui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansarabicui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansarabicui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarabicui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansarmenian-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansarmenian-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansarmenian-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansarmenian-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansavestan-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansbalinese-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansbalinese-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbalinese-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansbalinese-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbamum-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansbamum-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbamum-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansbamum-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbassavah-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansbatak-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansbengali-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbengali-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansbengali-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbengali-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbengali-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbengali-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbengali-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbengali-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbengali-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansbengali-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbengali-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbengali-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansbengaliui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansbengaliui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansbengaliui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansbengaliui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansbengaliui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansbengaliui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansbengaliui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansbengaliui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansbengaliui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansbengaliui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansbengaliui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansbengaliui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansbhaiksuki-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansbrahmi-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansbuginese-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansbuhid-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanscanadianaboriginal-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscanadianaboriginal-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanscanadianaboriginal-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscanadianaboriginal-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscanadianaboriginal-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscanadianaboriginal-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscanadianaboriginal-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanscanadianaboriginal-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscanadianaboriginal-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscarian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanscaucasianalbanian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanschakma-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanscham-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscham-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanscham-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscham-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscham-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscham-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscham-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanscham-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscham-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscherokee-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscherokee-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanscherokee-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscherokee-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscherokee-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscherokee-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscherokee-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanscherokee-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscherokee-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanscoptic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanscuneiform-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanscypriot-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansdeseret-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansdevanagari-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansdevanagari-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansdevanagari-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagari-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdevanagariui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansdevanagariui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansdevanagariui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdevanagariui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansdisplay-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-blackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansdisplay-bolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansdisplay-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedblackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedbolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedextrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedextralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condenseditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedlightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedmediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedsemibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-condensedthinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedblackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedbolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedextrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedextralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondenseditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedlightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedmediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedsemibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extracondensedthinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-extralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-italic.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansdisplay-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-lightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-mediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansdisplay-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedblackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedbolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedextrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedextralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondenseditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedlightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedmediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedsemibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-semicondensedthinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansdisplay-thinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansduployan-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansegyptianhieroglyphs-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanselbasan-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanselymaic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansethiopic-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansethiopic-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansethiopic-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansethiopic-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansgeorgian-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansgeorgian-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgeorgian-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansglagolitic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansgothic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansgrantha-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansgujarati-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansgujarati-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansgujarati-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujarati-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgujaratiui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansgujaratiui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansgujaratiui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgujaratiui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgunjalagondi-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansgurmukhi-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansgurmukhi-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansgurmukhi-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhi-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansgurmukhiui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansgurmukhiui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansgurmukhiui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansgurmukhiui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanshanifirohingya-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanshanifirohingya-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshanifirohingya-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanshanifirohingya-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshanunoo-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanshatran-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanshebrew-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanshebrew-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanshebrew-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanshebrew-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansimperialaramaic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansindicsiyaqnumbers-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansinscriptionalpahlavi-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansinscriptionalparthian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansjavanese-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansjavanese-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanskaithi-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanskannada-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanskannada-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanskannada-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannada-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskannadaui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosanskannadaui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosanskannadaui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskannadaui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskayahli-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanskayahli-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskayahli-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanskayahli-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskharoshthi-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanskhmer-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanskhmer-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanskhmer-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmer-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanskhmerui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosanskhmerui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosanskhmerui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhmerui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanskhojki-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanskhudawadi-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanslao-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanslao-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanslao-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslao-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslaoui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosanslaoui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosanslaoui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslaoui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanslepcha-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanslimbu-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanslineara-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanslinearb-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanslisu-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanslisu-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslisu-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanslisu-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanslycian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanslydian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmahajani-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmalayalam-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmalayalam-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmalayalam-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalam-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmalayalamui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansmalayalamui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansmalayalamui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmalayalamui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmandaic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmanichaean-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmarchen-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmasaramgondi-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmath-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmayannumerals-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmedefaidrin-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmedefaidrin-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmedefaidrin-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmedefaidrin-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmeeteimayek-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmeeteimayek-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmeeteimayek-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmeeteimayek-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmeeteimayek-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmeeteimayek-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmeeteimayek-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmeeteimayek-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmeeteimayek-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmendekikakui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmeroitic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmiao-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmodi-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmongolian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmono-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-bold.ttf" : { + "installed_by" : [ + "fonts-noto-mono" + ] + }, + "notosansmono-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-regular.ttf" : { + "installed_by" : [ + "fonts-noto-mono" + ] + }, + "notosansmono-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmono-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmro-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmultani-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmyanmar-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmyanmar-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansmyanmar-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmar-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansmyanmarui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansmyanmarui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansmyanmarui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansmyanmarui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansnabataean-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansnewa-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansnewtailue-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansnko-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansnushu-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansogham-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansolchiki-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansolchiki-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansolchiki-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansolchiki-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansoldhungarian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansolditalic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansoldnortharabian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansoldpermic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansoldpersian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansoldsogdian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansoldsoutharabian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansoldturkic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansoriya-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansoriya-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansoriya-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansoriya-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansoriya-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansoriya-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansoriya-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansoriya-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansoriya-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansoriya-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansoriya-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansoriya-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansoriyaui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansoriyaui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansoriyaui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansoriyaui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansoriyaui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansoriyaui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansoriyaui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansoriyaui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansoriyaui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansoriyaui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansoriyaui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansoriyaui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansosage-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansosmanya-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanspahawhhmong-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanspalmyrene-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanspaucinhau-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansphagspa-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansphoenician-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanspsalterpahlavi-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansrejang-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansrunic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssamaritan-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssaurashtra-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssharada-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansshavian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssiddham-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssignwriting-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssinhala-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssinhala-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssinhala-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhala-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssinhalaui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosanssinhalaui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosanssinhalaui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssinhalaui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanssogdian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssorasompeng-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssorasompeng-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssorasompeng-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssorasompeng-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssoyombo-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssundanese-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssundanese-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssundanese-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssundanese-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssylotinagri-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssymbols-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssymbols-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssymbols-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssymbols-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssymbols-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssymbols-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssymbols-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssymbols-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssymbols-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssymbols2-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssyriac-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanssyriac-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanssyriac-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstagalog-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstagbanwa-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstaile-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstaitham-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstaitham-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstaitham-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstaitham-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstaiviet-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstakri-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstamil-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstamil-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstamil-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamil-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstamilsupplement-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstamilui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosanstamilui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosanstamilui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstamilui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstelugu-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstelugu-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstelugu-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosanstelugu-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansteluguui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansteluguui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansteluguui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansteluguui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaana-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthaana-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansthaana-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthaana-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthaana-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthaana-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthaana-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansthaana-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthaana-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansthai-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansthai-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthai-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notosansthaiui-black.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-bold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansthaiui-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-light.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-medium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-regular.ttf" : { + "installed_by" : [ + "fonts-noto-ui-core" + ] + }, + "notosansthaiui-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosansthaiui-thin.ttf" : { + "installed_by" : [ + "fonts-noto-ui-extra" + ] + }, + "notosanstifinagh-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstifinaghadrar-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstifinaghagrawimazighen-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstifinaghahaggar-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstifinaghair-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstifinaghapt-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstifinaghazawagh-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstifinaghghat-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstifinaghhawad-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstifinaghrhissaixa-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstifinaghsil-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstifinaghtawellemmet-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanstirhuta-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansugaritic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansvai-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanswancho-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanswarangciti-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosansyi-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notosanszanabazarsquare-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserif-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-blackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserif-bolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserif-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedblackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedbolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedextrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedextralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condenseditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedlightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedmediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedsemibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-condensedthinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedblackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedbolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedextrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedextralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondenseditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedlightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedmediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedsemibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extracondensedthinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-extralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-italic.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserif-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-lightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-mediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserif-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedblackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedbolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedextrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedextralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondenseditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedlightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedmediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedsemibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-semicondensedthinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserif-thinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifahom-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifarmenian-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifarmenian-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifarmenian-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifarmenian-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbalinese-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifbengali-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifbengali-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifbengali-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifbengali-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifdevanagari-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifdevanagari-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdevanagari-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-blackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifdisplay-bolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifdisplay-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedblackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedbolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedextrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedextralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condenseditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedlightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedmediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedsemibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-condensedthinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedblackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedbolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedextrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedextralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondenseditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedlightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedmediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedsemibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extracondensedthinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-extralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-italic.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifdisplay-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-lightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-mediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifdisplay-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedblackitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedbolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedextrabolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedextralightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondenseditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedlightitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedmediumitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedsemibolditalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-semicondensedthinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdisplay-thinitalic.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifdogra-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifethiopic-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifethiopic-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifethiopic-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifethiopic-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifgeorgian-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifgeorgian-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgeorgian-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgrantha-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifgujarati-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgujarati-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifgujarati-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgujarati-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgujarati-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgujarati-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgujarati-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifgujarati-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgujarati-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgurmukhi-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgurmukhi-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifgurmukhi-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgurmukhi-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgurmukhi-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgurmukhi-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgurmukhi-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifgurmukhi-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifgurmukhi-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifhebrew-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifhebrew-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifhebrew-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkannada-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkannada-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifkannada-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkannada-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkannada-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkannada-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkannada-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifkannada-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkannada-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifkhmer-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifkhmer-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhmer-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifkhojki-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifkhojki-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoseriflao-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoseriflao-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoseriflao-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriflao-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmalayalam-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmalayalam-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifmalayalam-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmalayalam-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmalayalam-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmalayalam-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmalayalam-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifmalayalam-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmalayalam-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifmyanmar-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifmyanmar-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifmyanmar-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifnyiakengpuachuehmong-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifnyiakengpuachuehmong-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifnyiakengpuachuehmong-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifnyiakengpuachuehmong-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifsinhala-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifsinhala-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifsinhala-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoseriftamil-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoseriftamil-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamil-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoseriftamilslanted-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoseriftamilslanted-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftamilslanted-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftangut-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoseriftelugu-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftelugu-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoseriftelugu-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftelugu-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftelugu-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftelugu-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftelugu-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoseriftelugu-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftelugu-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifthai-condensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-condensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-condensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-condensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-condensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-condensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-condensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-condensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-condensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-extracondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-extracondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-extracondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-extracondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-extracondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-extracondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-extracondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-extracondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-extracondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifthai-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-semicondensed.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-semicondensedblack.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-semicondensedbold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-semicondensedextrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-semicondensedextralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-semicondensedlight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-semicondensedmedium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-semicondensedsemibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-semicondensedthin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifthai-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftibetan-black.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftibetan-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoseriftibetan-extrabold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftibetan-extralight.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftibetan-light.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftibetan-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftibetan-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoseriftibetan-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoseriftibetan-thin.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifyezidi-bold.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifyezidi-medium.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "notoserifyezidi-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notoserifyezidi-semibold.ttf" : { + "installed_by" : [ + "fonts-noto-extra" + ] + }, + "nototraditionalnushu-regular.ttf" : { + "installed_by" : [ + "fonts-noto-core" + ] + }, + "notqr.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "nsecthck.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "nsecthin.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "ntr.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "nucleus.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "numskull.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "nuosusil-regular.ttf" : { + "installed_by" : [ + "fonts-sil-nuosusil" + ] + }, + "nymonak.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "obloquyo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "obloquys.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "obstacle.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "obstacll.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "ocra.ttf" : { + "installed_by" : [ + "fonts-ocr-a" + ] + }, + "ocrabold.ttf" : { + "installed_by" : [ + "fonts-ocr-a" + ] + }, + "ocracondensed.ttf" : { + "installed_by" : [ + "fonts-ocr-a" + ] + }, + "ocraitalic.ttf" : { + "installed_by" : [ + "fonts-ocr-a" + ] + }, + "ocrb.otf" : { + "installed_by" : [ + "fonts-ocr-b" + ] + }, + "ocrbe.otf" : { + "installed_by" : [ + "fonts-ocr-b" + ] + }, + "ocrbf.otf" : { + "installed_by" : [ + "fonts-ocr-b" + ] + }, + "ocrbl.otf" : { + "installed_by" : [ + "fonts-ocr-b" + ] + }, + "ocrbs.otf" : { + "installed_by" : [ + "fonts-ocr-b" + ] + }, + "ocrbx.otf" : { + "installed_by" : [ + "fonts-ocr-b" + ] + }, + "octicons.ttf" : { + "installed_by" : [ + "fonts-octicons" + ] + }, + "offkiltl.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "offkiltr.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "okolaksbold.ttf" : { + "installed_by" : [ + "fonts-okolaks" + ] + }, + "okolaksbolditalic.ttf" : { + "installed_by" : [ + "fonts-okolaks" + ] + }, + "okolaksregular.ttf" : { + "installed_by" : [ + "fonts-okolaks" + ] + }, + "okolaksregularitalic.ttf" : { + "installed_by" : [ + "fonts-okolaks" + ] + }, + "oldaniaadfstd-bold.otf" : { + "installed_by" : [ + "fonts-adf-oldania" + ] + }, + "oldaniaadfstd-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-oldania" + ] + }, + "oldaniaadfstd-italic.otf" : { + "installed_by" : [ + "fonts-adf-oldania" + ] + }, + "oldaniaadfstd-regular.otf" : { + "installed_by" : [ + "fonts-adf-oldania" + ] + }, + "oldslavicregu.pfb" : { + "installed_by" : [ + "t1-oldslavic" + ] + }, + "oldstandard-bold.ttf" : { + "installed_by" : [ + "fonts-oldstandard" + ] + }, + "oldstandard-italic.ttf" : { + "installed_by" : [ + "fonts-oldstandard" + ] + }, + "oldstandard-regular.ttf" : { + "installed_by" : [ + "fonts-oldstandard" + ] + }, + "opendyslexic-bold.otf" : { + "installed_by" : [ + "fonts-opendyslexic" + ] + }, + "opendyslexic-bolditalic.otf" : { + "installed_by" : [ + "fonts-opendyslexic" + ] + }, + "opendyslexic-italic.otf" : { + "installed_by" : [ + "fonts-opendyslexic" + ] + }, + "opendyslexic-regular.otf" : { + "installed_by" : [ + "fonts-opendyslexic" + ] + }, + "opendyslexicalta-bold.otf" : { + "installed_by" : [ + "fonts-opendyslexic" + ] + }, + "opendyslexicalta-bolditalic.otf" : { + "installed_by" : [ + "fonts-opendyslexic" + ] + }, + "opendyslexicalta-italic.otf" : { + "installed_by" : [ + "fonts-opendyslexic" + ] + }, + "opendyslexicalta-regular.otf" : { + "installed_by" : [ + "fonts-opendyslexic" + ] + }, + "opendyslexicmono-regular.otf" : { + "installed_by" : [ + "fonts-opendyslexic" + ] + }, + "opens___.ttf" : { + "installed_by" : [ + "fonts-opensymbol" + ] + }, + "opensans-bold.ttf" : { + "installed_by" : [ + "fonts-open-sans" + ] + }, + "opensans-bolditalic.ttf" : { + "installed_by" : [ + "fonts-open-sans" + ] + }, + "opensans-condbold.ttf" : { + "installed_by" : [ + "fonts-open-sans" + ] + }, + "opensans-condlight.ttf" : { + "installed_by" : [ + "fonts-open-sans" + ] + }, + "opensans-condlightitalic.ttf" : { + "installed_by" : [ + "fonts-open-sans" + ] + }, + "opensans-extrabold.ttf" : { + "installed_by" : [ + "fonts-open-sans" + ] + }, + "opensans-extrabolditalic.ttf" : { + "installed_by" : [ + "fonts-open-sans" + ] + }, + "opensans-italic.ttf" : { + "installed_by" : [ + "fonts-open-sans" + ] + }, + "opensans-light.ttf" : { + "installed_by" : [ + "fonts-open-sans" + ] + }, + "opensans-lightitalic.ttf" : { + "installed_by" : [ + "fonts-open-sans" + ] + }, + "opensans-regular.ttf" : { + "installed_by" : [ + "fonts-open-sans" + ] + }, + "opensans-semibold.ttf" : { + "installed_by" : [ + "fonts-open-sans" + ] + }, + "opensans-semibolditalic.ttf" : { + "installed_by" : [ + "fonts-open-sans" + ] + }, + "opiated.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "oradanogsrr.ttf" : { + "installed_by" : [ + "fonts-oradano-mincho-gsrr" + ] + }, + "orbicula.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "osifont-italic.ttf" : { + "installed_by" : [ + "fonts-osifont" + ] + }, + "osifont.ttf" : { + "installed_by" : [ + "fonts-osifont" + ] + }, + "osp-din.ttf" : { + "installed_by" : [ + "fonts-opendin" + ] + }, + "outersid.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "overhead.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "oxygen-sans-bold.ttf" : { + "installed_by" : [ + "fonts-oxygen" + ] + }, + "oxygen-sans.ttf" : { + "installed_by" : [ + "fonts-oxygen" + ] + }, + "oxygenmono-regular.ttf" : { + "installed_by" : [ + "fonts-oxygen" + ] + }, + "p052-bold.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "p052-bold.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "p052-bolditalic.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "p052-bolditalic.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "p052-italic.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "p052-italic.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "p052-roman.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "p052-roman.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "p052003d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "p052004d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "p052023d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "p052024d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "padauk-bold.ttf" : { + "installed_by" : [ + "fonts-sil-padauk" + ] + }, + "padauk-regular.ttf" : { + "installed_by" : [ + "fonts-sil-padauk" + ] + }, + "padaukbook-bold.ttf" : { + "installed_by" : [ + "fonts-sil-padauk" + ] + }, + "padaukbook-regular.ttf" : { + "installed_by" : [ + "fonts-sil-padauk" + ] + }, + "padmaa-bold.1.1.ttf" : { + "installed_by" : [ + "fonts-gujr-extra" + ] + }, + "padmaa-medium-0.5.ttf" : { + "installed_by" : [ + "fonts-gujr-extra" + ] + }, + "padmaa.ttf" : { + "installed_by" : [ + "fonts-gujr-extra" + ] + }, + "pagul.ttf" : { + "installed_by" : [ + "fonts-pagul" + ] + }, + "pallu___.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "pallub__.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "pallui__.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "parix-hybrid111r.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "patchsans.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "patchsans.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "patchserif.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "patchserif.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "patchstencil.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "patchstencil.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "pdark.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "pecita.otf" : { + "installed_by" : [ + "fonts-pecita" + ] + }, + "peddana-regular.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "penguinattack.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "persuasi.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "phetsarath_ot.ttf" : { + "installed_by" : [ + "fonts-lao" + ] + }, + "phorfeir.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "phorfeis.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "pincers.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "pindown.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "pindownp.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "pindwnx.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "pindwnxp.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "pixlkrud.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "plasdrip.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "plasdrpe.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "play-bold.otf" : { + "installed_by" : [ + "fonts-play" + ] + }, + "play-bold.ttf" : { + "installed_by" : [ + "fonts-play" + ] + }, + "play-regular.otf" : { + "installed_by" : [ + "fonts-play" + ] + }, + "play-regular.ttf" : { + "installed_by" : [ + "fonts-play" + ] + }, + "pneumati.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "pneutall.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "pneuwide.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "ponnala.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "pothana2000.ttf" : { + "installed_by" : [ + "fonts-telu-extra" + ] + }, + "pottisreeramulu.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "povlogo.ttf" : { + "installed_by" : [ + "fonts-povray" + ] + }, + "powdwrk5.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "powerlinesymbols.otf" : { + "installed_by" : [ + "fonts-powerline" + ] + }, + "prociono.otf" : { + "installed_by" : [ + "fonts-prociono" + ] + }, + "progenisis.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "proggytiny.ttf" : { + "installed_by" : [ + "fonts-proggy" + ] + }, + "pseudo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "ptc55f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "ptc75f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "ptf55f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "ptf56f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "ptf75f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "ptf76f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "ptm55f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "ptm75f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "ptn57f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "ptn77f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "ptolemy-greatprimer18.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "pts55f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "pts56f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "pts75f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "pts76f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "ptz55f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "ptz56f.ttf" : { + "installed_by" : [ + "fonts-paratype" + ] + }, + "purisa-bold.otf" : { + "installed_by" : [ + "fonts-tlwg-purisa-otf" + ] + }, + "purisa-bold.ttf" : { + "installed_by" : [ + "fonts-tlwg-purisa-ttf" + ] + }, + "purisa-boldoblique.otf" : { + "installed_by" : [ + "fonts-tlwg-purisa-otf" + ] + }, + "purisa-boldoblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-purisa-ttf" + ] + }, + "purisa-oblique.otf" : { + "installed_by" : [ + "fonts-tlwg-purisa-otf" + ] + }, + "purisa-oblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-purisa-ttf" + ] + }, + "purisa.otf" : { + "installed_by" : [ + "fonts-tlwg-purisa-otf" + ] + }, + "purisa.ttf" : { + "installed_by" : [ + "fonts-tlwg-purisa-ttf" + ] + }, + "px_ami_bios-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ami_bios.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_amstradpc1512-2y.ttf" : { + "installed_by" : [ + "fonts-pc" + ] + }, + "px_amstradpc1512.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ati_8x14.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ati_8x16.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ati_8x8-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ati_8x8.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ati_9x14.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ati_9x16.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ati_smallw_6x8.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_att_pc6300-2x.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_att_pc6300.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_compaqthin_8x14.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_compaqthin_8x16.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_compaqthin_8x8.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_dtk_bios-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_dtk_bios.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_3270pc.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_bios-2x.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_bios-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_bios.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_cga-2y.ttf" : { + "installed_by" : [ + "fonts-pc" + ] + }, + "px_ibm_cga.ttf" : { + "installed_by" : [ + "fonts-pc" + ] + }, + "px_ibm_cgathin-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_cgathin.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_conv-2x.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_conv-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_conv.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_ega8-2x.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_ega8.ttf" : { + "installed_by" : [ + "fonts-pc" + ] + }, + "px_ibm_ega9-2x.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_ega9.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_iso8.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_iso9.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_mda.ttf" : { + "installed_by" : [ + "fonts-pc" + ] + }, + "px_ibm_pgc-2x.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_pgc.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_ps2thin1.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_ps2thin2.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_ps2thin3.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_ps2thin4.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_vga8-2x.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_vga8.ttf" : { + "installed_by" : [ + "fonts-pc" + ] + }, + "px_ibm_vga9-2x.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_ibm_vga9.ttf" : { + "installed_by" : [ + "fonts-pc" + ] + }, + "px_itt_bios-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_itt_bios.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_kaypro2k-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_kaypro2k.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_phoenix_bios-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_phoenix_bios.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_phoenixega_8x14.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_phoenixega_8x16.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_phoenixega_8x8-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_phoenixega_8x8.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_phoenixega_9x14.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_tandynew_225-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_tandynew_225.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_tandynew_mono.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_tandynew_tv-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_tandynew_tv.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_tandyold_225-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_tandyold_225.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_tandyold_tv-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_tandyold_tv.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_toshibalcd_8x16.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_toshibalcd_8x8.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_verite_8x14.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_verite_8x16.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_verite_8x8-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_verite_8x8.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_verite_9x14.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_verite_9x16.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_vga_squarepx.ttf" : { + "installed_by" : [ + "fonts-pc" + ] + }, + "px_vtech_bios-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_vtech_bios.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_wyse700a-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_wyse700a.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_wyse700b-2y.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "px_wyse700b.ttf" : { + "installed_by" : [ + "fonts-pc-extra" + ] + }, + "pyidaungsu-2.3_bold.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "pyidaungsu-2.3_regular.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "qbicle1.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "qbicle2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "qbicle3.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "qbicle4.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "qlumpy.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "qlumpysh.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quacksal.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quadrcal.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quadrtic.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quandary.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quantfh.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quantflt.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quantrh.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quantrnd.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quanttap.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quaranti.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quarthck.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quarthin.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quattrocento-regular.otf" : { + "installed_by" : [ + "fonts-quattrocento" + ] + }, + "queasy.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "queasyol.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quercus.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "quercus_bold.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "quercus_bold_it.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "quercus_it.ttf" : { + "installed_by" : [ + "fonts-linex" + ] + }, + "quicksand-bold.ttf" : { + "installed_by" : [ + "fonts-quicksand" + ] + }, + "quicksand-light.ttf" : { + "installed_by" : [ + "fonts-quicksand" + ] + }, + "quicksand-medium.ttf" : { + "installed_by" : [ + "fonts-quicksand" + ] + }, + "quicksand-regular.ttf" : { + "installed_by" : [ + "fonts-quicksand" + ] + }, + "quillexo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "quillexs.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "rachana-bold.ttf" : { + "installed_by" : [ + "fonts-smc-rachana" + ] + }, + "rachana-regular.ttf" : { + "installed_by" : [ + "fonts-smc-rachana" + ] + }, + "radissans-medium.otf" : { + "installed_by" : [ + "fonts-radisnoir" + ] + }, + "raghumalayalamsans-regular.ttf" : { + "installed_by" : [ + "fonts-smc-raghumalayalamsans" + ] + }, + "ramabhadra.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "ramaraja-regular.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "rambling.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "rampartone-regular.ttf" : { + "installed_by" : [ + "fonts-rampart" + ] + }, + "rasa-bold.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "rasa-light.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "rasa-medium.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "rasa-regular.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "rasa-semibold.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "ratav53.ttf" : { + "installed_by" : [ + "fonts-sil-mondulkiri-extra" + ] + }, + "ravaged2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "ravcater.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "raviprakash.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "raydiat2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "reason.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "reasonsh.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "redundan.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "regenera.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "reggaeone-regular.ttf" : { + "installed_by" : [ + "fonts-reggae" + ] + }, + "registry.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "rehearsc.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "rehearso.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "rehearsp.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "rekha.ttf" : { + "installed_by" : [ + "fonts-gujr-extra" + ] + }, + "relapse.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "revert.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "revertro.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "rg2014b.ttf" : { + "installed_by" : [ + "fonts-roadgeek" + ] + }, + "rg2014c.ttf" : { + "installed_by" : [ + "fonts-roadgeek" + ] + }, + "rg2014d.ttf" : { + "installed_by" : [ + "fonts-roadgeek" + ] + }, + "rg2014e.ttf" : { + "installed_by" : [ + "fonts-roadgeek" + ] + }, + "rg2014eem.ttf" : { + "installed_by" : [ + "fonts-roadgeek" + ] + }, + "rg2014em.ttf" : { + "installed_by" : [ + "fonts-roadgeek" + ] + }, + "rg2014f.ttf" : { + "installed_by" : [ + "fonts-roadgeek" + ] + }, + "richstyle.ttf" : { + "installed_by" : [ + "fonts-cegui" + ] + }, + "rictydiminished-bold.ttf" : { + "installed_by" : [ + "fonts-ricty-diminished" + ] + }, + "rictydiminished-boldoblique.ttf" : { + "installed_by" : [ + "fonts-ricty-diminished" + ] + }, + "rictydiminished-oblique.ttf" : { + "installed_by" : [ + "fonts-ricty-diminished" + ] + }, + "rictydiminished-regular.ttf" : { + "installed_by" : [ + "fonts-ricty-diminished" + ] + }, + "rictydiminisheddiscord-bold.ttf" : { + "installed_by" : [ + "fonts-ricty-diminished" + ] + }, + "rictydiminisheddiscord-boldoblique.ttf" : { + "installed_by" : [ + "fonts-ricty-diminished" + ] + }, + "rictydiminisheddiscord-oblique.ttf" : { + "installed_by" : [ + "fonts-ricty-diminished" + ] + }, + "rictydiminisheddiscord-regular.ttf" : { + "installed_by" : [ + "fonts-ricty-diminished" + ] + }, + "rit-sundar.ttf" : { + "installed_by" : [ + "fonts-rit-sundar" + ] + }, + "roboto-black.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface", + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "roboto-blackitalic.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface", + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "roboto-bold.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface", + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "roboto-bolditalic.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface", + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "roboto-condensed-bold.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface" + ] + }, + "roboto-condensed-bolditalic.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface" + ] + }, + "roboto-condensed-light.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface" + ] + }, + "roboto-condensed-lightitalic.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface" + ] + }, + "roboto-condensed-regular.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface" + ] + }, + "roboto-condensed-regularitalic.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface" + ] + }, + "roboto-italic.ttf" : { + "installed_by" : [ + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "roboto-light.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface", + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "roboto-lightitalic.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface", + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "roboto-medium.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface", + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "roboto-mediumitalic.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface", + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "roboto-regular.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface", + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "roboto-regularitalic.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface" + ] + }, + "roboto-thin.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface", + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "roboto-thinitalic.ttf" : { + "installed_by" : [ + "fonts-roboto-fontface", + "fonts-roboto-fontface", + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "robotocondensed-bold.ttf" : { + "installed_by" : [ + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "robotocondensed-bolditalic.ttf" : { + "installed_by" : [ + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "robotocondensed-italic.ttf" : { + "installed_by" : [ + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "robotocondensed-light.ttf" : { + "installed_by" : [ + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "robotocondensed-lightitalic.ttf" : { + "installed_by" : [ + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "robotocondensed-medium.ttf" : { + "installed_by" : [ + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "robotocondensed-mediumitalic.ttf" : { + "installed_by" : [ + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "robotocondensed-regular.ttf" : { + "installed_by" : [ + "fonts-roboto-hinted", + "fonts-roboto-unhinted" + ] + }, + "robotoslab-bold.otf" : { + "installed_by" : [ + "fonts-roboto-slab" + ] + }, + "robotoslab-light.otf" : { + "installed_by" : [ + "fonts-roboto-slab" + ] + }, + "robotoslab-regular.otf" : { + "installed_by" : [ + "fonts-roboto-slab" + ] + }, + "robotoslab-thin.otf" : { + "installed_by" : [ + "fonts-roboto-slab" + ] + }, + "rocknrollone-regular.ttf" : { + "installed_by" : [ + "fonts-rocknroll" + ] + }, + "romandeadfno2std-demibold.otf" : { + "installed_by" : [ + "fonts-adf-romande" + ] + }, + "romandeadfno2std-demibolditalic.otf" : { + "installed_by" : [ + "fonts-adf-romande" + ] + }, + "romandeadfno2std-italic.otf" : { + "installed_by" : [ + "fonts-adf-romande" + ] + }, + "romandeadfno2std-regular.otf" : { + "installed_by" : [ + "fonts-adf-romande" + ] + }, + "romandeadfscriptstd-italic.otf" : { + "installed_by" : [ + "fonts-adf-romande" + ] + }, + "romandeadfstd-demibold.otf" : { + "installed_by" : [ + "fonts-adf-romande" + ] + }, + "romandeadfstd-demibolditalic.otf" : { + "installed_by" : [ + "fonts-adf-romande" + ] + }, + "romandeadfstd-italic.otf" : { + "installed_by" : [ + "fonts-adf-romande" + ] + }, + "romandeadfstd-regular.otf" : { + "installed_by" : [ + "fonts-adf-romande" + ] + }, + "romandeadfstylestd-demibold.otf" : { + "installed_by" : [ + "fonts-adf-romande" + ] + }, + "romandeadfstylestd-regular.otf" : { + "installed_by" : [ + "fonts-adf-romande" + ] + }, + "romau___.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "romaub__.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "romaui__.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "rot-protoroman102r.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "rotund.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "rotundo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "roughday.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "routed-gothic-half-italic.ttf" : { + "installed_by" : [ + "fonts-routed-gothic" + ] + }, + "routed-gothic-italic.ttf" : { + "installed_by" : [ + "fonts-routed-gothic" + ] + }, + "routed-gothic-narrow-half-italic.ttf" : { + "installed_by" : [ + "fonts-routed-gothic" + ] + }, + "routed-gothic-narrow-italic.ttf" : { + "installed_by" : [ + "fonts-routed-gothic" + ] + }, + "routed-gothic-narrow.ttf" : { + "installed_by" : [ + "fonts-routed-gothic" + ] + }, + "routed-gothic-wide-half-italic.ttf" : { + "installed_by" : [ + "fonts-routed-gothic" + ] + }, + "routed-gothic-wide-italic.ttf" : { + "installed_by" : [ + "fonts-routed-gothic" + ] + }, + "routed-gothic-wide.ttf" : { + "installed_by" : [ + "fonts-routed-gothic" + ] + }, + "routed-gothic.ttf" : { + "installed_by" : [ + "fonts-routed-gothic" + ] + }, + "rsfs10.ttf" : { + "installed_by" : [ + "fonts-lyx" + ] + }, + "rufscript010.ttf" : { + "installed_by" : [ + "fonts-rufscript" + ] + }, + "rusch-goticoantiqua100g.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "rusch-r-bizarre-protoroman103r.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "ryuker.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "saab.ttf" : { + "installed_by" : [ + "fonts-guru-extra" + ] + }, + "sahadeva.ttf" : { + "installed_by" : [ + "fonts-sahadeva" + ] + }, + "sahel-black-wol.ttf" : { + "installed_by" : [ + "fonts-sahel" + ] + }, + "sahel-bold-wol.ttf" : { + "installed_by" : [ + "fonts-sahel" + ] + }, + "sahel-light-wol.ttf" : { + "installed_by" : [ + "fonts-sahel" + ] + }, + "sahel-semibold-wol.ttf" : { + "installed_by" : [ + "fonts-sahel" + ] + }, + "sahel-vf.ttf" : { + "installed_by" : [ + "fonts-sahel-variable" + ] + }, + "sahel-wol.ttf" : { + "installed_by" : [ + "fonts-sahel" + ] + }, + "salaowu-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-salaowu" + ] + }, + "salaowu-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-salaowu" + ] + }, + "salaowubook-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-salaowu" + ] + }, + "salaowubook-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-salaowu" + ] + }, + "salaowuextralight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-salaowu" + ] + }, + "salaowuextralight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-salaowu" + ] + }, + "salaowulight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-salaowu" + ] + }, + "salaowulight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-salaowu" + ] + }, + "samanata.ttf" : { + "installed_by" : [ + "fonts-deva-extra" + ] + }, + "samyak-devanagari.ttf" : { + "installed_by" : [ + "fonts-samyak-deva" + ] + }, + "samyak-gujarati.ttf" : { + "installed_by" : [ + "fonts-samyak-gujr" + ] + }, + "samyak-malayalam.ttf" : { + "installed_by" : [ + "fonts-samyak-mlym" + ] + }, + "samyak-oriya.ttf" : { + "installed_by" : [ + "fonts-samyak-orya" + ] + }, + "samyak-tamil.ttf" : { + "installed_by" : [ + "fonts-samyak-taml" + ] + }, + "sanscu__.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "sanscub_.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "sansu___.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "sansub__.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "sansubi_.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "sansui__.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "sapushan-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-sapushan" + ] + }, + "sapushan-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-sapushan" + ] + }, + "sapushanbook-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-sapushan" + ] + }, + "sapushanbook-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-sapushan" + ] + }, + "sapushanextralight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-sapushan" + ] + }, + "sapushanextralight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-sapushan" + ] + }, + "sapushanlight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-sapushan" + ] + }, + "sapushanlight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-sapushan" + ] + }, + "sarai.ttf" : { + "installed_by" : [ + "fonts-sarai" + ] + }, + "sarcasti.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "saunder.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "sawarabi-gothic-medium.ttf" : { + "installed_by" : [ + "fonts-sawarabi-gothic" + ] + }, + "sawarabi-mincho-medium.ttf" : { + "installed_by" : [ + "fonts-sawarabi-mincho" + ] + }, + "sawasdee-bold.otf" : { + "installed_by" : [ + "fonts-tlwg-sawasdee-otf" + ] + }, + "sawasdee-bold.ttf" : { + "installed_by" : [ + "fonts-tlwg-sawasdee-ttf" + ] + }, + "sawasdee-boldoblique.otf" : { + "installed_by" : [ + "fonts-tlwg-sawasdee-otf" + ] + }, + "sawasdee-boldoblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-sawasdee-ttf" + ] + }, + "sawasdee-oblique.otf" : { + "installed_by" : [ + "fonts-tlwg-sawasdee-otf" + ] + }, + "sawasdee-oblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-sawasdee-ttf" + ] + }, + "sawasdee.otf" : { + "installed_by" : [ + "fonts-tlwg-sawasdee-otf" + ] + }, + "sawasdee.ttf" : { + "installed_by" : [ + "fonts-tlwg-sawasdee-ttf" + ] + }, + "sayphan.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "sayphan.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "scalines.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "scheherazade-bold.ttf" : { + "installed_by" : [ + "fonts-sil-scheherazade" + ] + }, + "scheherazade-regular.ttf" : { + "installed_by" : [ + "fonts-sil-scheherazade" + ] + }, + "schou___.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "schoub__.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "schoui__.ttf" : { + "installed_by" : [ + "fonts-uralic" + ] + }, + "sclnmaze.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "sequence.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "setbackt.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "setofont-ex.ttf" : { + "installed_by" : [ + "fonts-seto" + ] + }, + "setofont.ttf" : { + "installed_by" : [ + "fonts-seto" + ] + }, + "shimenkan-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan" + ] + }, + "shimenkan-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan" + ] + }, + "shimenkanbook-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan" + ] + }, + "shimenkanbook-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan" + ] + }, + "shimenkanextralight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan" + ] + }, + "shimenkanextralight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan" + ] + }, + "shimenkangsm-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-gsm" + ] + }, + "shimenkangsm-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-gsm" + ] + }, + "shimenkangsmbook-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-gsm" + ] + }, + "shimenkangsmbook-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-gsm" + ] + }, + "shimenkangsmextralight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-gsm" + ] + }, + "shimenkangsmextralight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-gsm" + ] + }, + "shimenkangsmlight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-gsm" + ] + }, + "shimenkangsmlight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-gsm" + ] + }, + "shimenkanguifan-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-guifan" + ] + }, + "shimenkanguifan-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-guifan" + ] + }, + "shimenkanguifanbook-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-guifan" + ] + }, + "shimenkanguifanbook-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-guifan" + ] + }, + "shimenkanguifanextralight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-guifan" + ] + }, + "shimenkanguifanextralight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-guifan" + ] + }, + "shimenkanguifanlight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-guifan" + ] + }, + "shimenkanguifanlight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-guifan" + ] + }, + "shimenkanmas-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mas" + ] + }, + "shimenkanmas-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mas" + ] + }, + "shimenkanmasbook-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mas" + ] + }, + "shimenkanmasbook-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mas" + ] + }, + "shimenkanmasextralight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mas" + ] + }, + "shimenkanmasextralight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mas" + ] + }, + "shimenkanmaslight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mas" + ] + }, + "shimenkanmaslight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mas" + ] + }, + "shimenkanmgs-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mgs" + ] + }, + "shimenkanmgs-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mgs" + ] + }, + "shimenkanmgsbook-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mgs" + ] + }, + "shimenkanmgsbook-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mgs" + ] + }, + "shimenkanmgsextralight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mgs" + ] + }, + "shimenkanmgsextralight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mgs" + ] + }, + "shimenkanmgslight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mgs" + ] + }, + "shimenkanmgslight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-mgs" + ] + }, + "shimenkanzonghe-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-zonghe" + ] + }, + "shimenkanzonghe-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-zonghe" + ] + }, + "shimenkanzonghebook-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-zonghe" + ] + }, + "shimenkanzonghebook-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-zonghe" + ] + }, + "shimenkanzongheextralight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-zonghe" + ] + }, + "shimenkanzongheextralight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-zonghe" + ] + }, + "shimenkanzonghelight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-zonghe" + ] + }, + "shimenkanzonghelight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-zonghe" + ] + }, + "sideways.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "sileot.ttf" : { + "installed_by" : [ + "fonts-sil-ezra" + ] + }, + "sileotsr.ttf" : { + "installed_by" : [ + "fonts-sil-ezra" + ] + }, + "simplto2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "skechers.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "skechers.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "skullcap.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "slender.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "slenderw.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "slenmini.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "slenstub.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "small_fonts.ttf" : { + "installed_by" : [ + "fonts-wine" + ] + }, + "small_fonts_jp.ttf" : { + "installed_by" : [ + "fonts-wine" + ] + }, + "smileysans-oblique.ttf" : { + "installed_by" : [ + "fonts-smiley-sans" + ] + }, + "snailets.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "snb.ttf" : { + "installed_by" : [ + "fonts-sil-sophia-nubian" + ] + }, + "snbi.ttf" : { + "installed_by" : [ + "fonts-sil-sophia-nubian" + ] + }, + "sni.ttf" : { + "installed_by" : [ + "fonts-sil-sophia-nubian" + ] + }, + "snr.ttf" : { + "installed_by" : [ + "fonts-sil-sophia-nubian" + ] + }, + "solidemirageetroit.otf" : { + "installed_by" : [ + "fonts-solide-mirage" + ] + }, + "solidemiragemono.otf" : { + "installed_by" : [ + "fonts-solide-mirage" + ] + }, + "solothurn-bold.otf" : { + "installed_by" : [ + "fonts-adf-solothurn" + ] + }, + "solothurn-boldoblique.otf" : { + "installed_by" : [ + "fonts-adf-solothurn" + ] + }, + "solothurn-medium.otf" : { + "installed_by" : [ + "fonts-adf-solothurn" + ] + }, + "solothurn-mediumoblique.otf" : { + "installed_by" : [ + "fonts-adf-solothurn" + ] + }, + "solothurn-oblique.otf" : { + "installed_by" : [ + "fonts-adf-solothurn" + ] + }, + "solothurn-regular.otf" : { + "installed_by" : [ + "fonts-adf-solothurn" + ] + }, + "sora-bold.otf" : { + "installed_by" : [ + "fonts-sora" + ] + }, + "sora-extrabold.otf" : { + "installed_by" : [ + "fonts-sora" + ] + }, + "sora-extralight.otf" : { + "installed_by" : [ + "fonts-sora" + ] + }, + "sora-light.otf" : { + "installed_by" : [ + "fonts-sora" + ] + }, + "sora-regular.otf" : { + "installed_by" : [ + "fonts-sora" + ] + }, + "sora-semibold.otf" : { + "installed_by" : [ + "fonts-sora" + ] + }, + "sora-thin.otf" : { + "installed_by" : [ + "fonts-sora" + ] + }, + "souffletvert-hybrid106r.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "spaciouo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "spacious.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "spastic2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "spheroid.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "spheroix.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "spira-protoroman110r.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "splatz2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "spleen-12x24.otf" : { + "installed_by" : [ + "fonts-spleen" + ] + }, + "spleen-16x32.otf" : { + "installed_by" : [ + "fonts-spleen" + ] + }, + "spleen-32x64.otf" : { + "installed_by" : [ + "fonts-spleen" + ] + }, + "spleen-6x12.otf" : { + "installed_by" : [ + "fonts-spleen" + ] + }, + "spleen-8x16.otf" : { + "installed_by" : [ + "fonts-spleen" + ] + }, + "sqroute.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "sreekrushnadevaraya.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "stagnati.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "standardsymbolsps.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "standardsymbolsps.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "staypuft.ttf" : { + "installed_by" : [ + "fonts-staypuft" + ] + }, + "stevehand.ttf" : { + "installed_by" : [ + "fonts-sjfonts" + ] + }, + "stick-regular.ttf" : { + "installed_by" : [ + "fonts-stick" + ] + }, + "sticks.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "sticks.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "stix-bold.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stix-bolditalic.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stix-italic.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stix-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixgeneral-bold.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixgeneral-bolditalic.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixgeneral-italic.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixgeneral-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixintegralsd-bold.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixintegralsd-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixintegralssm-bold.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixintegralssm-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixintegralsup-bold.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixintegralsup-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixintegralsupd-bold.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixintegralsupd-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixintegralsupsm-bold.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixintegralsupsm-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixmath-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixmathjax_alphabets-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_alphabets-bolditalic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_alphabets-italic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_alphabets-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_arrows-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_arrows-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_doublestruck-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_doublestruck-bolditalic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_doublestruck-italic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_doublestruck-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_fraktur-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_fraktur-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_latin-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_latin-bolditalic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_latin-italic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_latin-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_main-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_main-bolditalic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_main-italic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_main-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_marks-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_marks-bolditalic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_marks-italic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_marks-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_misc-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_misc-bolditalic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_misc-italic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_misc-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_monospace-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_normal-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_normal-bolditalic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_normal-italic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_operators-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_operators-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_sansserif-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_sansserif-bolditalic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_sansserif-italic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_sansserif-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_script-bolditalic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_script-italic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_script-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_shapes-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_shapes-bolditalic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_shapes-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_size1-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_size2-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_size3-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_size4-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_size5-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_symbols-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_symbols-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_variants-bold.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_variants-bolditalic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_variants-italic.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixmathjax_variants-regular.otf" : { + "installed_by" : [ + "fonts-mathjax" + ] + }, + "stixnonunicode-bold.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixnonunicode-bolditalic.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixnonunicode-italic.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixnonunicode-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixsizefivesym-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixsizefoursym-bold.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixsizefoursym-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixsizeonesym-bold.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixsizeonesym-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixsizethreesym-bold.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixsizethreesym-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixsizetwosym-bold.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixsizetwosym-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixvariants-bold.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stixvariants-regular.otf" : { + "installed_by" : [ + "fonts-stix" + ] + }, + "stmary10.ttf" : { + "installed_by" : [ + "fonts-lyx" + ] + }, + "strande2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "strokes.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "strokes.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "summersby.ttf" : { + "installed_by" : [ + "fonts-summersby" + ] + }, + "supragc.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "supragl.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "suranna.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "suravaram.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "suruma.ttf" : { + "installed_by" : [ + "fonts-smc-suruma" + ] + }, + "sweynheim&pannartz-protoroman115r.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "sweynheim&pannartz-subiaco-protoroman120r.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "swift.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "swirled2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "switzeraadf-bold.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-boldcond.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-boldconditalic.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-boldext.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-boldextitalic.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-cond.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-conditalic.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-demibold.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-demibolditalic.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-dmbdcond.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-dmbdconditalic.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-ext.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-extitalic.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-extrabold.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-extrabolditalic.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-italic.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-light.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-lightcond.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-lightconditalic.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-lightitalic.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-medium.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-mediumitalic.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "switzeraadf-regular.otf" : { + "installed_by" : [ + "fonts-adf-switzera" + ] + }, + "syamalaramana.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "symbol.ttf" : { + "installed_by" : [ + "fonts-wine" + ] + }, + "symbola_hint.ttf" : { + "installed_by" : [ + "fonts-symbola" + ] + }, + "symmetry.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "syndrome.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "syntheti.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "syracuse.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "system.ttf" : { + "installed_by" : [ + "fonts-wine" + ] + }, + "tagbanwa.ttf" : { + "installed_by" : [ + "fonts-tagbanwa" + ] + }, + "tagmukay-bold.ttf" : { + "installed_by" : [ + "fonts-sil-tagmukay" + ] + }, + "tagmukay-regular.ttf" : { + "installed_by" : [ + "fonts-sil-tagmukay" + ] + }, + "tahoma.ttf" : { + "installed_by" : [ + "fonts-wine" + ] + }, + "tahomabd.ttf" : { + "installed_by" : [ + "fonts-wine" + ] + }, + "taiheritagepro-bold.ttf" : { + "installed_by" : [ + "fonts-sil-taiheritagepro" + ] + }, + "taiheritagepro-regular.ttf" : { + "installed_by" : [ + "fonts-sil-taiheritagepro" + ] + }, + "takaogothic.ttf" : { + "installed_by" : [ + "fonts-takao-gothic" + ] + }, + "takaomincho.ttf" : { + "installed_by" : [ + "fonts-takao-mincho" + ] + }, + "takaopgothic.ttf" : { + "installed_by" : [ + "fonts-takao-gothic" + ] + }, + "takaopmincho.ttf" : { + "installed_by" : [ + "fonts-takao-mincho" + ] + }, + "tamu_kadampari.ttf" : { + "installed_by" : [ + "fonts-taml-tamu" + ] + }, + "tamu_kalyani.ttf" : { + "installed_by" : [ + "fonts-taml-tamu" + ] + }, + "tamu_maduram.ttf" : { + "installed_by" : [ + "fonts-taml-tamu" + ] + }, + "taogu-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-taogu" + ] + }, + "taogu-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-taogu" + ] + }, + "taogubook-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-taogu" + ] + }, + "taogubook-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-taogu" + ] + }, + "taoguextralight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-taogu" + ] + }, + "taoguextralight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-taogu" + ] + }, + "taogulight-bold.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-taogu" + ] + }, + "taogulight-regular.ttf" : { + "installed_by" : [ + "fonts-sil-shimenkan-taogu" + ] + }, + "teams.pfb" : { + "installed_by" : [ + "t1-teams" + ] + }, + "teamsb.pfb" : { + "installed_by" : [ + "t1-teams" + ] + }, + "teamsbi.pfb" : { + "installed_by" : [ + "t1-teams" + ] + }, + "teamsi.pfb" : { + "installed_by" : [ + "t1-teams" + ] + }, + "tearful.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "techniqo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "techniqu.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "techover.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "telephas.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "tenaliramakrishna-regular.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "terminusttf-4.46.0.ttf" : { + "installed_by" : [ + "fonts-terminus" + ] + }, + "tetri.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "texgyreadventor-bold.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreadventor-bolditalic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreadventor-italic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreadventor-regular.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyrebonum-bold.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyrebonum-bolditalic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyrebonum-italic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyrebonum-math.otf" : { + "installed_by" : [ + "fonts-texgyre-math" + ] + }, + "texgyrebonum-regular.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyrechorus-mediumitalic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyrecursor-bold.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyrecursor-bolditalic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyrecursor-italic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyrecursor-regular.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyredejavu-math.otf" : { + "installed_by" : [ + "fonts-texgyre-math" + ] + }, + "texgyreheros-bold.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreheros-bolditalic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreheros-italic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreheros-regular.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreheroscn-bold.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreheroscn-bolditalic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreheroscn-italic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreheroscn-regular.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyrepagella-bold.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyrepagella-bolditalic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyrepagella-italic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyrepagella-math.otf" : { + "installed_by" : [ + "fonts-texgyre-math" + ] + }, + "texgyrepagella-regular.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreschola-bold.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreschola-bolditalic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreschola-italic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyreschola-math.otf" : { + "installed_by" : [ + "fonts-texgyre-math" + ] + }, + "texgyreschola-regular.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyretermes-bold.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyretermes-bolditalic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyretermes-italic.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "texgyretermes-math.otf" : { + "installed_by" : [ + "fonts-texgyre-math" + ] + }, + "texgyretermes-regular.otf" : { + "installed_by" : [ + "fonts-texgyre" + ] + }, + "thabit-bold-oblique.ttf" : { + "installed_by" : [ + "fonts-hosny-thabit" + ] + }, + "thabit-bold.ttf" : { + "installed_by" : [ + "fonts-hosny-thabit" + ] + }, + "thabit-oblique.ttf" : { + "installed_by" : [ + "fonts-hosny-thabit" + ] + }, + "thabit.ttf" : { + "installed_by" : [ + "fonts-hosny-thabit" + ] + }, + "thwart.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "tibetanmachineuni.ttf" : { + "installed_by" : [ + "fonts-tibetan-machine" + ] + }, + "tibetansambhotayigchung.ttf" : { + "installed_by" : [ + "fonts-sambhota-yigchung" + ] + }, + "timmanaregular.ttf" : { + "installed_by" : [ + "fonts-teluguvijayam" + ] + }, + "timrom.ttf" : { + "installed_by" : [ + "fonts-povray" + ] + }, + "tinos-bold.ttf" : { + "installed_by" : [ + "fonts-croscore" + ] + }, + "tinos-bolditalic.ttf" : { + "installed_by" : [ + "fonts-croscore" + ] + }, + "tinos-italic.ttf" : { + "installed_by" : [ + "fonts-croscore" + ] + }, + "tinos-regular.ttf" : { + "installed_by" : [ + "fonts-croscore" + ] + }, + "tint.ttf" : { + "installed_by" : [ + "fonts-senamirmir-washra" + ] + }, + "tipa10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipa12.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipa17.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipa8.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipa9.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipab10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipabs10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipabx10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipabx12.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipabx8.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipabx9.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipasb10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipasi10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipasl10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipasl12.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipasl8.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipasl9.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipass10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipass12.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipass17.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipass8.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipass9.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipats10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipatt10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipatt12.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipatt8.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipatt9.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipx10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipx12.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipx17.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipx8.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipx9.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxb10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxbs10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxbx10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxbx12.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxbx8.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxbx9.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxsb10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxsi10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxsl10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxsl12.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxsl8.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxsl9.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxss10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxss12.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxss17.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxss8.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxss9.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxts10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxtt10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxtt12.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxtt8.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tipxtt9.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "tirekv__.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_infofont.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_infofont_bold.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_infofont_italic.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_infofontz.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_infofontz_bold.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_infofontz_italic.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_lpfont.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_lpfont_bold.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_lpfont_italic.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_pcfont.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_pcfont_bold.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_pcfont_italic.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_pcfontz.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_pcfontz_bold.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_pcfontz_italic.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_signfont.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_signfont_bold.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_signfont_italic.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_signfontz.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_signfontz_bold.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "tiresias_signfontz_italic.ttf" : { + "installed_by" : [ + "fonts-tiresias" + ] + }, + "titr.ttf" : { + "installed_by" : [ + "fonts-farsiweb" + ] + }, + "tlwgmono-bold.otf" : { + "installed_by" : [ + "fonts-tlwg-mono-otf" + ] + }, + "tlwgmono-bold.ttf" : { + "installed_by" : [ + "fonts-tlwg-mono-ttf" + ] + }, + "tlwgmono-boldoblique.otf" : { + "installed_by" : [ + "fonts-tlwg-mono-otf" + ] + }, + "tlwgmono-boldoblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-mono-ttf" + ] + }, + "tlwgmono-oblique.otf" : { + "installed_by" : [ + "fonts-tlwg-mono-otf" + ] + }, + "tlwgmono-oblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-mono-ttf" + ] + }, + "tlwgmono.otf" : { + "installed_by" : [ + "fonts-tlwg-mono-otf" + ] + }, + "tlwgmono.ttf" : { + "installed_by" : [ + "fonts-tlwg-mono-ttf" + ] + }, + "tlwgtypewriter-bold.otf" : { + "installed_by" : [ + "fonts-tlwg-typewriter-otf" + ] + }, + "tlwgtypewriter-bold.ttf" : { + "installed_by" : [ + "fonts-tlwg-typewriter-ttf" + ] + }, + "tlwgtypewriter-boldoblique.otf" : { + "installed_by" : [ + "fonts-tlwg-typewriter-otf" + ] + }, + "tlwgtypewriter-boldoblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-typewriter-ttf" + ] + }, + "tlwgtypewriter-oblique.otf" : { + "installed_by" : [ + "fonts-tlwg-typewriter-otf" + ] + }, + "tlwgtypewriter-oblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-typewriter-ttf" + ] + }, + "tlwgtypewriter.otf" : { + "installed_by" : [ + "fonts-tlwg-typewriter-otf" + ] + }, + "tlwgtypewriter.ttf" : { + "installed_by" : [ + "fonts-tlwg-typewriter-ttf" + ] + }, + "tlwgtypist-bold.otf" : { + "installed_by" : [ + "fonts-tlwg-typist-otf" + ] + }, + "tlwgtypist-bold.ttf" : { + "installed_by" : [ + "fonts-tlwg-typist-ttf" + ] + }, + "tlwgtypist-boldoblique.otf" : { + "installed_by" : [ + "fonts-tlwg-typist-otf" + ] + }, + "tlwgtypist-boldoblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-typist-ttf" + ] + }, + "tlwgtypist-oblique.otf" : { + "installed_by" : [ + "fonts-tlwg-typist-otf" + ] + }, + "tlwgtypist-oblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-typist-ttf" + ] + }, + "tlwgtypist.otf" : { + "installed_by" : [ + "fonts-tlwg-typist-otf" + ] + }, + "tlwgtypist.ttf" : { + "installed_by" : [ + "fonts-tlwg-typist-ttf" + ] + }, + "tlwgtypo-bold.otf" : { + "installed_by" : [ + "fonts-tlwg-typo-otf" + ] + }, + "tlwgtypo-bold.ttf" : { + "installed_by" : [ + "fonts-tlwg-typo-ttf" + ] + }, + "tlwgtypo-boldoblique.otf" : { + "installed_by" : [ + "fonts-tlwg-typo-otf" + ] + }, + "tlwgtypo-boldoblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-typo-ttf" + ] + }, + "tlwgtypo-oblique.otf" : { + "installed_by" : [ + "fonts-tlwg-typo-otf" + ] + }, + "tlwgtypo-oblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-typo-ttf" + ] + }, + "tlwgtypo.otf" : { + "installed_by" : [ + "fonts-tlwg-typo-otf" + ] + }, + "tlwgtypo.ttf" : { + "installed_by" : [ + "fonts-tlwg-typo-ttf" + ] + }, + "tnua-libre.ttf" : { + "installed_by" : [ + "fonts-cegui" + ] + }, + "tomsontalks.ttf" : { + "installed_by" : [ + "fonts-tomsontalks" + ] + }, + "tonik.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "tragic2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "trainone-regular.ttf" : { + "installed_by" : [ + "fonts-train" + ] + }, + "tribunadfstd-bold.otf" : { + "installed_by" : [ + "fonts-adf-tribun" + ] + }, + "tribunadfstd-boldcond.otf" : { + "installed_by" : [ + "fonts-adf-tribun" + ] + }, + "tribunadfstd-boldconditalic.otf" : { + "installed_by" : [ + "fonts-adf-tribun" + ] + }, + "tribunadfstd-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-tribun" + ] + }, + "tribunadfstd-cond.otf" : { + "installed_by" : [ + "fonts-adf-tribun" + ] + }, + "tribunadfstd-conditalic.otf" : { + "installed_by" : [ + "fonts-adf-tribun" + ] + }, + "tribunadfstd-extrabold.otf" : { + "installed_by" : [ + "fonts-adf-tribun" + ] + }, + "tribunadfstd-extrabolditalic.otf" : { + "installed_by" : [ + "fonts-adf-tribun" + ] + }, + "tribunadfstd-italic.otf" : { + "installed_by" : [ + "fonts-adf-tribun" + ] + }, + "tribunadfstd-medium.otf" : { + "installed_by" : [ + "fonts-adf-tribun" + ] + }, + "tribunadfstd-mediumitalic.otf" : { + "installed_by" : [ + "fonts-adf-tribun" + ] + }, + "tribunadfstd-regular.otf" : { + "installed_by" : [ + "fonts-adf-tribun" + ] + }, + "triodpostnaja.ttf" : { + "installed_by" : [ + "fonts-triod-postnaja" + ] + }, + "tscu_comic.ttf" : { + "installed_by" : [ + "fonts-taml-tscu" + ] + }, + "tscu_paranar.ttf" : { + "installed_by" : [ + "fonts-taml-tscu" + ] + }, + "tscu_paranarb.ttf" : { + "installed_by" : [ + "fonts-taml-tscu" + ] + }, + "tscu_paranari.ttf" : { + "installed_by" : [ + "fonts-taml-tscu" + ] + }, + "tscu_times.ttf" : { + "installed_by" : [ + "fonts-taml-tscu" + ] + }, + "tsextolo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "tsextols.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "tt2020base-italic.ttf" : { + "installed_by" : [ + "fonts-tt2020" + ] + }, + "tt2020base-regular.ttf" : { + "installed_by" : [ + "fonts-tt2020" + ] + }, + "tt2020styleb-italic.ttf" : { + "installed_by" : [ + "fonts-tt2020" + ] + }, + "tt2020styleb-regular.ttf" : { + "installed_by" : [ + "fonts-tt2020" + ] + }, + "tt2020styled-italic.ttf" : { + "installed_by" : [ + "fonts-tt2020" + ] + }, + "tt2020styled-regular.ttf" : { + "installed_by" : [ + "fonts-tt2020" + ] + }, + "tt2020stylee-italic.ttf" : { + "installed_by" : [ + "fonts-tt2020" + ] + }, + "tt2020stylee-regular.ttf" : { + "installed_by" : [ + "fonts-tt2020" + ] + }, + "tt2020stylef-regular-ascii.ttf" : { + "installed_by" : [ + "fonts-tt2020" + ] + }, + "tt2020stylef-regular.ttf" : { + "installed_by" : [ + "fonts-tt2020" + ] + }, + "tt2020styleg-regular-ascii.ttf" : { + "installed_by" : [ + "fonts-tt2020" + ] + }, + "tt2020styleg-regular.ttf" : { + "installed_by" : [ + "fonts-tt2020" + ] + }, + "tuffy_bold.ttf" : { + "installed_by" : [ + "fonts-tuffy" + ] + }, + "tuffy_bold_italic.ttf" : { + "installed_by" : [ + "fonts-tuffy" + ] + }, + "tuffy_italic.ttf" : { + "installed_by" : [ + "fonts-tuffy" + ] + }, + "tuffy_regular.ttf" : { + "installed_by" : [ + "fonts-tuffy" + ] + }, + "turmoil.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "tw-kai-98_1.ttf" : { + "installed_by" : [ + "fonts-cns11643-kai" + ] + }, + "tw-kai-ext-b-98_1.ttf" : { + "installed_by" : [ + "fonts-cns11643-kai" + ] + }, + "tw-kai-plus-98_1.ttf" : { + "installed_by" : [ + "fonts-cns11643-kai" + ] + }, + "tw-sung-98_1.ttf" : { + "installed_by" : [ + "fonts-cns11643-sung" + ] + }, + "tw-sung-ext-b-98_1.ttf" : { + "installed_by" : [ + "fonts-cns11643-sung" + ] + }, + "tw-sung-plus-98_1.ttf" : { + "installed_by" : [ + "fonts-cns11643-sung" + ] + }, + "tymes.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "tymesbd.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "typoscript.otf" : { + "installed_by" : [ + "fonts-levien-typoscript" + ] + }, + "ubiquity.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "ubuntu-title.ttf" : { + "installed_by" : [ + "fonts-ubuntu-title" + ] + }, + "ukij3d.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukij_macbasma.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukij_macbasmabold.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukij_macekran.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukij_macekranbold.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijbasma.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijbom.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijchechek.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijchik.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijcjk.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijdi.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijdik.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijdit.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijdiy.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijekran.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijelipbe-b.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijelipbe.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijelipbech-b.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijelipbech.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijes.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijesbold.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijesc.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijesn.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijesq.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijest.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijimaret.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijinichke.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijinichkeb.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijje.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijjunu.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijka.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijka3d-b.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijka3d.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijkesme-b.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijkesme.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijkesmetuz-b.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijkesmetuz.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijku.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijku3d.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijkuchi.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijkug.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijkuka.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijkut.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijkuu.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijkuy.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijkuyb.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijkuyol.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijme.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijmejn.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijmejt.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijmoyq.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijnsq.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijnsqb.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijnsqz.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijnsqzb.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijorqun_b.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijorqun_y.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijorxun.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijqara-b.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijqara.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijqol_tez.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijqol_tuz.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijqol_yantu.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijqolyazma.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijru.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijsaet.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijsls.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijslsbold.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijslstom.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijteng-b.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijteng.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtiken.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtitle.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtor.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtughra.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtut.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtuz.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtuzb.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtuzbb.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtuzbold.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtuzg.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtuzgb.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtuzk.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtuzkb.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtuzq.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtuzqb.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtzneqish.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtztr.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijtztrbold.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ukijzilwa.ttf" : { + "installed_by" : [ + "fonts-ukij-uyghur" + ] + }, + "ume-hgo4.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-hgo5.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-pgc4.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-pgc5.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-pgo4.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-pgo5.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-pgs4.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-pgs5.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-pmo3.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-pms3.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-tgc4.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-tgc5.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-tgo4.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-tgo5.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-tgs4.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-tgs5.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-tmo3.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-tms3.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-ugo4.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "ume-ugo5.ttf" : { + "installed_by" : [ + "fonts-horai-umefont" + ] + }, + "umeplus-cl-gothic.ttf" : { + "installed_by" : [ + "fonts-umeplus-cl" + ] + }, + "umeplus-clp-gothic.ttf" : { + "installed_by" : [ + "fonts-umeplus-cl" + ] + }, + "umeplus-gothic.ttf" : { + "installed_by" : [ + "fonts-umeplus" + ] + }, + "umeplus-p-gothic.ttf" : { + "installed_by" : [ + "fonts-umeplus" + ] + }, + "umpush-bold.otf" : { + "installed_by" : [ + "fonts-tlwg-umpush-otf" + ] + }, + "umpush-bold.ttf" : { + "installed_by" : [ + "fonts-tlwg-umpush-ttf" + ] + }, + "umpush-boldoblique.otf" : { + "installed_by" : [ + "fonts-tlwg-umpush-otf" + ] + }, + "umpush-boldoblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-umpush-ttf" + ] + }, + "umpush-light.otf" : { + "installed_by" : [ + "fonts-tlwg-umpush-otf" + ] + }, + "umpush-light.ttf" : { + "installed_by" : [ + "fonts-tlwg-umpush-ttf" + ] + }, + "umpush-lightoblique.otf" : { + "installed_by" : [ + "fonts-tlwg-umpush-otf" + ] + }, + "umpush-lightoblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-umpush-ttf" + ] + }, + "umpush-oblique.otf" : { + "installed_by" : [ + "fonts-tlwg-umpush-otf" + ] + }, + "umpush-oblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-umpush-ttf" + ] + }, + "umpush.otf" : { + "installed_by" : [ + "fonts-tlwg-umpush-otf" + ] + }, + "umpush.ttf" : { + "installed_by" : [ + "fonts-tlwg-umpush-ttf" + ] + }, + "unanimo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "unanimoi.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "unbatang.ttf" : { + "installed_by" : [ + "fonts-unfonts-core" + ] + }, + "unbatangbold.ttf" : { + "installed_by" : [ + "fonts-unfonts-core" + ] + }, + "underscr.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "underwhe.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "underwho.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "undinaru.ttf" : { + "installed_by" : [ + "fonts-unfonts-core" + ] + }, + "undinarubold.ttf" : { + "installed_by" : [ + "fonts-unfonts-core" + ] + }, + "undinarulight.ttf" : { + "installed_by" : [ + "fonts-unfonts-core" + ] + }, + "undotum.ttf" : { + "installed_by" : [ + "fonts-unfonts-core" + ] + }, + "undotumbold.ttf" : { + "installed_by" : [ + "fonts-unfonts-core" + ] + }, + "undrscr2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "ungraphic.ttf" : { + "installed_by" : [ + "fonts-unfonts-core" + ] + }, + "ungraphicbold.ttf" : { + "installed_by" : [ + "fonts-unfonts-core" + ] + }, + "ungungseo.ttf" : { + "installed_by" : [ + "fonts-unfonts-core" + ] + }, + "unidings_hint.ttf" : { + "installed_by" : [ + "fonts-ancient-scripts" + ] + }, + "unifont.otf" : { + "installed_by" : [ + "fonts-unifont" + ] + }, + "unifont_csur.otf" : { + "installed_by" : [ + "fonts-unifont" + ] + }, + "unifont_jp.otf" : { + "installed_by" : [ + "fonts-unifont" + ] + }, + "unifont_jp_sample.otf" : { + "installed_by" : [ + "fonts-unifont" + ] + }, + "unifont_sample.otf" : { + "installed_by" : [ + "fonts-unifont" + ] + }, + "unifont_upper.otf" : { + "installed_by" : [ + "fonts-unifont" + ] + }, + "unifont_upper_sample.otf" : { + "installed_by" : [ + "fonts-unifont" + ] + }, + "unifur.ttf" : { + "installed_by" : [ + "fonts-eurofurence" + ] + }, + "unikuweb.ttf" : { + "installed_by" : [ + "fonts-unikurdweb" + ] + }, + "uniol.ttf" : { + "installed_by" : [ + "fonts-uniol" + ] + }, + "united.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "universalisadfstd-bold.otf" : { + "installed_by" : [ + "fonts-adf-universalis" + ] + }, + "universalisadfstd-boldcond.otf" : { + "installed_by" : [ + "fonts-adf-universalis" + ] + }, + "universalisadfstd-boldcondit.otf" : { + "installed_by" : [ + "fonts-adf-universalis" + ] + }, + "universalisadfstd-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-universalis" + ] + }, + "universalisadfstd-cond.otf" : { + "installed_by" : [ + "fonts-adf-universalis" + ] + }, + "universalisadfstd-conditalic.otf" : { + "installed_by" : [ + "fonts-adf-universalis" + ] + }, + "universalisadfstd-italic.otf" : { + "installed_by" : [ + "fonts-adf-universalis" + ] + }, + "universalisadfstd-regular.otf" : { + "installed_by" : [ + "fonts-adf-universalis" + ] + }, + "unjamobatang.ttf" : { + "installed_by" : [ + "fonts-unfonts-extra" + ] + }, + "unjamodotum.ttf" : { + "installed_by" : [ + "fonts-unfonts-extra" + ] + }, + "unjamonovel.ttf" : { + "installed_by" : [ + "fonts-unfonts-extra" + ] + }, + "unjamosora.ttf" : { + "installed_by" : [ + "fonts-unfonts-extra" + ] + }, + "unlearn2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "unlearne.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "unpen.ttf" : { + "installed_by" : [ + "fonts-unfonts-extra" + ] + }, + "unpenheulim.ttf" : { + "installed_by" : [ + "fonts-unfonts-extra" + ] + }, + "unpilgi.ttf" : { + "installed_by" : [ + "fonts-unfonts-core" + ] + }, + "unpilgia.ttf" : { + "installed_by" : [ + "fonts-unfonts-extra" + ] + }, + "unpilgibold.ttf" : { + "installed_by" : [ + "fonts-unfonts-core" + ] + }, + "unrespon.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "unshinmun.ttf" : { + "installed_by" : [ + "fonts-unfonts-extra" + ] + }, + "untaza.ttf" : { + "installed_by" : [ + "fonts-unfonts-extra" + ] + }, + "unvada.ttf" : { + "installed_by" : [ + "fonts-unfonts-extra" + ] + }, + "unxgala.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "unxgalaw.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "unxgalo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "unxgalwo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "unyetgul.ttf" : { + "installed_by" : [ + "fonts-unfonts-extra" + ] + }, + "upheavtt.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "upraise.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "urcompi.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "urcompo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "uroob-regular.ttf" : { + "installed_by" : [ + "fonts-smc-uroob" + ] + }, + "urwbookman-demi.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwbookman-demi.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwbookman-demiitalic.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwbookman-demiitalic.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwbookman-light.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwbookman-light.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwbookman-lightitalic.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwbookman-lightitalic.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwgothic-book.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwgothic-book.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwgothic-bookoblique.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwgothic-bookoblique.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwgothic-demi.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwgothic-demi.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwgothic-demioblique.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "urwgothic-demioblique.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "utkal.ttf" : { + "installed_by" : [ + "fonts-orya-extra" + ] + }, + "vacantz.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "vanished.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "vantage.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "variance.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "vazirmatn-black.ttf" : { + "installed_by" : [ + "fonts-vazirmatn" + ] + }, + "vazirmatn-bold.ttf" : { + "installed_by" : [ + "fonts-vazirmatn" + ] + }, + "vazirmatn-extrabold.ttf" : { + "installed_by" : [ + "fonts-vazirmatn" + ] + }, + "vazirmatn-extralight.ttf" : { + "installed_by" : [ + "fonts-vazirmatn" + ] + }, + "vazirmatn-light.ttf" : { + "installed_by" : [ + "fonts-vazirmatn" + ] + }, + "vazirmatn-medium.ttf" : { + "installed_by" : [ + "fonts-vazirmatn" + ] + }, + "vazirmatn-regular.ttf" : { + "installed_by" : [ + "fonts-vazirmatn" + ] + }, + "vazirmatn-semibold.ttf" : { + "installed_by" : [ + "fonts-vazirmatn" + ] + }, + "vazirmatn-thin.ttf" : { + "installed_by" : [ + "fonts-vazirmatn" + ] + }, + "vazirmatn[wght].ttf" : { + "installed_by" : [ + "fonts-vazirmatn-variable" + ] + }, + "vemana2000.ttf" : { + "installed_by" : [ + "fonts-telu-extra" + ] + }, + "vera.ttf" : { + "installed_by" : [ + "ttf-bitstream-vera" + ] + }, + "verabd.ttf" : { + "installed_by" : [ + "ttf-bitstream-vera" + ] + }, + "verabi.ttf" : { + "installed_by" : [ + "ttf-bitstream-vera" + ] + }, + "verait.ttf" : { + "installed_by" : [ + "ttf-bitstream-vera" + ] + }, + "veramobd.ttf" : { + "installed_by" : [ + "ttf-bitstream-vera" + ] + }, + "veramobi.ttf" : { + "installed_by" : [ + "ttf-bitstream-vera" + ] + }, + "veramoit.ttf" : { + "installed_by" : [ + "ttf-bitstream-vera" + ] + }, + "veramono.ttf" : { + "installed_by" : [ + "ttf-bitstream-vera" + ] + }, + "verana-bold.otf" : { + "installed_by" : [ + "fonts-adf-verana" + ] + }, + "verana-bolditalic.otf" : { + "installed_by" : [ + "fonts-adf-verana" + ] + }, + "verana-italic.otf" : { + "installed_by" : [ + "fonts-adf-verana" + ] + }, + "verana-regular.otf" : { + "installed_by" : [ + "fonts-adf-verana" + ] + }, + "veranasans-bold.otf" : { + "installed_by" : [ + "fonts-adf-verana" + ] + }, + "veranasans-boldoblique.otf" : { + "installed_by" : [ + "fonts-adf-verana" + ] + }, + "veranasans-oblique.otf" : { + "installed_by" : [ + "fonts-adf-verana" + ] + }, + "veranasans-regular.otf" : { + "installed_by" : [ + "fonts-adf-verana" + ] + }, + "veranasansdemi-oblique.otf" : { + "installed_by" : [ + "fonts-adf-verana" + ] + }, + "veranasansdemi-regular.otf" : { + "installed_by" : [ + "fonts-adf-verana" + ] + }, + "veranasansmedium-oblique.otf" : { + "installed_by" : [ + "fonts-adf-verana" + ] + }, + "veranasansmedium-regular.otf" : { + "installed_by" : [ + "fonts-adf-verana" + ] + }, + "veranda.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "verandabd.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "verandabdit.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "verandait.ttf" : { + "installed_by" : [ + "fonts-arkpandora" + ] + }, + "verase.ttf" : { + "installed_by" : [ + "ttf-bitstream-vera" + ] + }, + "verasebd.ttf" : { + "installed_by" : [ + "ttf-bitstream-vera" + ] + }, + "vertigo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "vertigo2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "vertigup.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "vertiup2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "vigilanc.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "vindicti.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "visitor1.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "visitor2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "vl-gothic-regular.ttf" : { + "installed_by" : [ + "fonts-vlgothic" + ] + }, + "vl-pgothic-regular.ttf" : { + "installed_by" : [ + "fonts-vlgothic" + ] + }, + "volatil1.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "volatil2.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "vollkorn-black.ttf" : { + "installed_by" : [ + "fonts-vollkorn" + ] + }, + "vollkorn-blackitalic.ttf" : { + "installed_by" : [ + "fonts-vollkorn" + ] + }, + "vollkorn-bold.ttf" : { + "installed_by" : [ + "fonts-vollkorn" + ] + }, + "vollkorn-bolditalic.ttf" : { + "installed_by" : [ + "fonts-vollkorn" + ] + }, + "vollkorn-extrabold.ttf" : { + "installed_by" : [ + "fonts-vollkorn" + ] + }, + "vollkorn-extrabolditalic.ttf" : { + "installed_by" : [ + "fonts-vollkorn" + ] + }, + "vollkorn-italic.ttf" : { + "installed_by" : [ + "fonts-vollkorn" + ] + }, + "vollkorn-medium.ttf" : { + "installed_by" : [ + "fonts-vollkorn" + ] + }, + "vollkorn-mediumitalic.ttf" : { + "installed_by" : [ + "fonts-vollkorn" + ] + }, + "vollkorn-regular.ttf" : { + "installed_by" : [ + "fonts-vollkorn" + ] + }, + "vollkorn-semibold.ttf" : { + "installed_by" : [ + "fonts-vollkorn" + ] + }, + "vollkorn-semibolditalic.ttf" : { + "installed_by" : [ + "fonts-vollkorn" + ] + }, + "wager.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "wagerlos.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "wagerwon.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "waree-bold.otf" : { + "installed_by" : [ + "fonts-tlwg-waree-otf" + ] + }, + "waree-bold.ttf" : { + "installed_by" : [ + "fonts-tlwg-waree-ttf" + ] + }, + "waree-boldoblique.otf" : { + "installed_by" : [ + "fonts-tlwg-waree-otf" + ] + }, + "waree-boldoblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-waree-ttf" + ] + }, + "waree-oblique.otf" : { + "installed_by" : [ + "fonts-tlwg-waree-otf" + ] + }, + "waree-oblique.ttf" : { + "installed_by" : [ + "fonts-tlwg-waree-ttf" + ] + }, + "waree.otf" : { + "installed_by" : [ + "fonts-tlwg-waree-otf" + ] + }, + "waree.ttf" : { + "installed_by" : [ + "fonts-tlwg-waree-ttf" + ] + }, + "wargames.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "washrab.ttf" : { + "installed_by" : [ + "fonts-senamirmir-washra" + ] + }, + "washrasb.ttf" : { + "installed_by" : [ + "fonts-senamirmir-washra" + ] + }, + "wasy10.ttf" : { + "installed_by" : [ + "fonts-lyx" + ] + }, + "waver.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "wayward.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "waywards.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "weatherd.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "weathers.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "weaver.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "webdings.ttf" : { + "installed_by" : [ + "fonts-wine" + ] + }, + "whatever.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "whipsnap.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "wigsquig.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "wincing.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "wingding.ttf" : { + "installed_by" : [ + "fonts-wine" + ] + }, + "winks.ttf" : { + "installed_by" : [ + "fonts-dustin" + ] + }, + "withstan.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "wobbly.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "wookianos.ttf" : { + "installed_by" : [ + "fonts-senamirmir-washra" + ] + }, + "wyvernwi.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "wyvernww.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "xeroxmal.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "xhume.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "xipa10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xipab10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xipabs10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xipasb10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xipasi10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xipasl10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xipass10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xipital.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "xipx10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xipxb10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xipxbs10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xipxsb10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xipxsi10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xipxsl10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xipxss10.pfb" : { + "installed_by" : [ + "xfonts-tipa" + ] + }, + "xmaslght.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "xtrusion.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "yamsuf.otf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "yamsuf.ttf" : { + "installed_by" : [ + "fonts-ldco" + ] + }, + "yanonekaffeesatz-bold.otf" : { + "installed_by" : [ + "fonts-yanone-kaffeesatz" + ] + }, + "yanonekaffeesatz-extralight.otf" : { + "installed_by" : [ + "fonts-yanone-kaffeesatz" + ] + }, + "yanonekaffeesatz-light.otf" : { + "installed_by" : [ + "fonts-yanone-kaffeesatz" + ] + }, + "yanonekaffeesatz-medium.otf" : { + "installed_by" : [ + "fonts-yanone-kaffeesatz" + ] + }, + "yanonekaffeesatz-regular.otf" : { + "installed_by" : [ + "fonts-yanone-kaffeesatz" + ] + }, + "yanonekaffeesatz-semibold.otf" : { + "installed_by" : [ + "fonts-yanone-kaffeesatz" + ] + }, + "yearend.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "yebse.ttf" : { + "installed_by" : [ + "fonts-senamirmir-washra" + ] + }, + "yesterda.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "yielding.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "yigezubisratgothic.ttf" : { + "installed_by" : [ + "fonts-senamirmir-washra" + ] + }, + "yonder.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "yoshisst.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "yourcomp.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "yozba_.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozba_90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozba_90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozba_i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozbaf.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozbaf90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozbaf90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozbafi.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozbap.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozbap90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozbc_.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozbc_90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozbc_90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozbc_i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozbcf.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozbcf90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozbcf90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozbcfi.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozbe_.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozbe_90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozbe_90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozbe_i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozbe_m.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozbe_m90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozbef.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozbef90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozbef90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozbefi.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozbefm.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozbefm90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozbn_.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozbn_90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozbn_90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozbn_i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozbn_m.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozbn_m90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozbnf.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozbnf90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozbnf90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozbnfi.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozbnfm.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozbnfm90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozbs_.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozbs_90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozbs_90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozbs_i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozbsf.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozbsf90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozbsf90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozbsfi.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozbsp.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozbsp90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozra_.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozra_90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozra_90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozra_i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozraf.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozraf90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozraf90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozrafi.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozrap.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozrap90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-antique" + ] + }, + "yozrc_.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozrc_90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozrc_90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozrc_i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozrcf.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozrcf90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozrcf90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozrcfi.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-cute" + ] + }, + "yozre_.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozre_90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozre_90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozre_i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozre_m.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozre_m90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozref.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozref90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozref90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozrefi.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozrefm.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozrefm90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozrex.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozrex90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozrexf.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozrexf90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozrexm.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozrexm90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-edu" + ] + }, + "yozrn_.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrn_90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrn_90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrn_i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrn_m.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrn_m90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrnf.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrnf90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrnf90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrnfi.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrnfm.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrnfm90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrnx.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrnx90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrnxf.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrnxf90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrnxm.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrnxm90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-new-kana" + ] + }, + "yozrs_.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrs_90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrs_90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrs_i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrsf.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrsf90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrsf90i.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrsfi.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrsp.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrsp90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrsx.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrsx90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrsxf.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrsxf90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrsxm.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yozrsxm90.ttf" : { + "installed_by" : [ + "fonts-yozvox-yozfont-standard-kana" + ] + }, + "yrsa-bold.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "yrsa-bolditalic.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "yrsa-italic.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "yrsa-light.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "yrsa-lightitalic.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "yrsa-medium.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "yrsa-mediumitalic.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "yrsa-regular.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "yrsa-semibold.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "yrsa-semibolditalic.ttf" : { + "installed_by" : [ + "fonts-yrsa-rasa" + ] + }, + "yuseimagic-regular.ttf" : { + "installed_by" : [ + "fonts-yusei-magic" + ] + }, + "z003-mediumitalic.otf" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "z003-mediumitalic.pfb" : { + "installed_by" : [ + "fonts-urw-base35" + ] + }, + "z003034d.pfb" : { + "installed_by" : [ + "t1-cyrillic" + ] + }, + "zaghawaberia.otf" : { + "installed_by" : [ + "fonts-sil-zaghawa-beria" + ] + }, + "zainer-goticoantiqua96g.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "zainer-initials45mm.otf" : { + "installed_by" : [ + "fonts-gotico-antiqua" + ] + }, + "zawgyione2008.ttf" : { + "installed_by" : [ + "fonts-myanmar" + ] + }, + "zelan.ttf" : { + "installed_by" : [ + "fonts-senamirmir-washra" + ] + }, + "zeldadxt.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "zenith.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "zephyrea.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "zephyreg.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "zerovelo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "zirccube.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "zirconia.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "zoetrope.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "zoidal.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "zurklezo.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + }, + "zurklezs.ttf" : { + "installed_by" : [ + "fonts-aenigma" + ] + } + }, + "preamble" : { + "cargo" : "fonts", + "title" : "Fonts Available for Installation" + } +} diff --git a/data/init.d/virtual_facilities b/data/init.d/virtual_facilities new file mode 100644 index 0000000..0aabf16 --- /dev/null +++ b/data/init.d/virtual_facilities @@ -0,0 +1,13 @@ +# The list of known virtual facilities that init scripts may depend on. +# + +$all +$local_fs +$mail-transport-agent +$named +$network +$portmap +$remote_fs +$syslog +$time +$x-display-manager diff --git a/data/java/constants b/data/java/constants new file mode 100644 index 0000000..63ecc0f --- /dev/null +++ b/data/java/constants @@ -0,0 +1,29 @@ +# This defines the maximal version of Java bytecode +# to make sure it runs on older JVM +# Byte code numbers: +# 45-49 -> Java1 +# 50 -> Java6 +# 51 -> Java7 +# 52 -> Java8 +# 53 -> Java9 +# 54 -> Java10 +# 55 -> Java11 +# 56 -> Java12 +# 57 -> Java13 +# 58 -> Java14 +# 59 -> Java15 +# 60 -> Java16 +# 61 -> Java17 +# 62 -> Java18 +# 63 -> Java19 +# 64 -> Java20 +# 65 -> Java21 - highest version in Debian unstable + +# current default in Debian +default-bytecode-version = 61 + +# highest known anywhere +highest-known-bytecode-version = 65 + +# The following should not change +lowest-known-bytecode-version = 45 diff --git a/data/menu-format/add-categories b/data/menu-format/add-categories new file mode 100644 index 0000000..841bc96 --- /dev/null +++ b/data/menu-format/add-categories @@ -0,0 +1,130 @@ +# This is a list of all Additional Categories for .desktop files. +# +# It is manually maintained; please keep it sorted. + +2DGraphics +3DGraphics +Accessibility +ActionGame +Adult +AdventureGame +Amusement +ArcadeGame +Archiving +Art +ArtificialIntelligence +Astronomy +AudioVideoEditing +Biology +BlocksGame +BoardGame +Building +Calculator +Calendar +CardGame +Chart +Chat +Chemistry +Clock +Compression +ComputerScience +ConsoleOnly +Construction +ContactManagement +Core +Database +DataVisualization +Debugger +DesktopSettings +Dialup +Dictionary +DiscBurning +Documentation +Economy +Electricity +Electronics +Email +Emulator +Engineering +Feed +FileManager +Filesystem +FileTools +FileTransfer +Finance +FlowChart +Geography +Geology +Geoscience +GNOME +GTK +GUIDesigner +HamRadio +HardwareSettings +History +Humanities +IDE +ImageProcessing +InstantMessaging +IRCClient +Java +KDE +KidsGame +Languages +Literature +LogicGame +Maps +Math +MedicalSoftware +Midi +Mixer +Monitor +Motif +Music +News +NumericalAnalysis +OCR +P2P +PackageManager +ParallelComputing +PDA +Photography +Physics +Player +Presentation +Printing +Profiling +ProjectManagement +Publishing +Qt +RasterGraphics +Recorder +RemoteAccess +RevisionControl +Robotics +RolePlaying +Scanning +Security +Sequencer +Shooter +Simulation +Spirituality +Sports +SportsGame +Spreadsheet +StrategyGame +Telephony +TelephonyTools +TerminalEmulator +TextEditor +TextTools +Translation +Tuner +TV +VectorGraphics +VideoConference +Viewer +WebBrowser +WebDevelopment +WordProcessor +XFCE diff --git a/data/menu-format/deprecated-desktop-keys b/data/menu-format/deprecated-desktop-keys new file mode 100644 index 0000000..b8d0ea5 --- /dev/null +++ b/data/menu-format/deprecated-desktop-keys @@ -0,0 +1,12 @@ +# deprecated desktop keys +BinaryPattern +Encoding +Extensions +FilePattern +MapNotify +MiniIcon +Protocols +SortOrder +SwallowExec +SwallowTitle +TerminalOptions diff --git a/data/menu-format/kde-desktop-keys b/data/menu-format/kde-desktop-keys new file mode 100644 index 0000000..a8ade9d --- /dev/null +++ b/data/menu-format/kde-desktop-keys @@ -0,0 +1,10 @@ +# KDE uses some additional keys that should start with X-KDE but don't for +# historical reasons. +Dev +DocPath +FSType +InitialPreference +MountPoint +ReadOnly +ServiceTypes +UnmountIcon diff --git a/data/menu-format/known-desktop-keys b/data/menu-format/known-desktop-keys new file mode 100644 index 0000000..738d806 --- /dev/null +++ b/data/menu-format/known-desktop-keys @@ -0,0 +1,30 @@ +# from https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html +# list of Recognized desktop entry keys +# please alpha sort +# +# do not delete entry but move to deprecated-desktop-keys +Actions +Categories +Comment +DBusActivatable +DesktopNames +Exec +GenericName +Hidden +Icon +Keywords +MimeType +Name +NoDisplay +NotShowIn +OnlyShowIn +Path +PrefersNonDefaultGPU +SingleMainWindow +StartupNotify +StartupWMClass +Terminal +TryExec +Type +URL +Version diff --git a/data/menu-format/menu-sections b/data/menu-format/menu-sections new file mode 100644 index 0000000..4131548 --- /dev/null +++ b/data/menu-format/menu-sections @@ -0,0 +1,71 @@ +# Data file of all the valid sections a menu item (or submenu) can go in. +# +# Authoritative source of menu sections: +# https://www.debian.org/doc/packaging-manuals/menu-policy/ch2#s2.1 +# +# This file maps "root sections" to the valid sections in each root +# sections. +# +# Format: +# root-section[/section] +# +# Please keep it sorted. + +Applications/Accessibility +Applications/Amateur Radio +Applications/Data Management +Applications/Editors +Applications/Education +Applications/Emulators +Applications/File Management +Applications/Graphics +Applications/Mobile Devices +Applications/Network/Communication +Applications/Network/File Transfer +Applications/Network/Monitoring +Applications/Network/Web Browsing +Applications/Network/Web News +Applications/Office +Applications/Programming +Applications/Project Management +Applications/Science/Astronomy +Applications/Science/Biology +Applications/Science/Chemistry +Applications/Science/Data Analysis +Applications/Science/Electronics +Applications/Science/Engineering +Applications/Science/Geoscience +Applications/Science/Mathematics +Applications/Science/Medicine +Applications/Science/Physics +Applications/Science/Social +Applications/Shells +Applications/Sound +Applications/System/Administration +Applications/System/Hardware +Applications/System/Language Environment +Applications/System/Monitoring +Applications/System/Package Management +Applications/System/Security +Applications/Terminal Emulators +Applications/Text +Applications/TV and Radio +Applications/Video +Applications/Viewers +Applications/Web Development +Games/Action +Games/Adventure +Games/Blocks +Games/Board +Games/Card +Games/Puzzles +Games/Simulation +Games/Strategy +Games/Tools +Games/Toys +Help +Screen/Saving +Screen/Locking +Window Managers +FVWM Modules +Window Maker diff --git a/data/obsolete-sites/obsolete-sites b/data/obsolete-sites/obsolete-sites new file mode 100644 index 0000000..c9c3ae7 --- /dev/null +++ b/data/obsolete-sites/obsolete-sites @@ -0,0 +1,25 @@ +# Known obsolete websites / hosters who closed down or have frozen +# content, one hostname per line. Subdomains will be matched, too. +# +# Please keep the file sorted alphabetically. + +01.org +alioth.debian.org +anonscm.debian.org +berlios.de +betavine.net +code.google.com +codehaus.org +codeplex.com +fedorahosted.org +freecode.com +freshmeat.net +git.debian.org +gitorious.org +gna.org +googlecode.com +rubyforge.org +search.cpan.org +sourceforge.jp +tigris.org +titanpad.com diff --git a/data/python/versions b/data/python/versions new file mode 100644 index 0000000..214a6dc --- /dev/null +++ b/data/python/versions @@ -0,0 +1,5 @@ +old-python2 = 2.7 +old-python3 = 3.5 + +ancient-python2 = 2.7 +ancient-python3 = 3.5 diff --git a/data/rules/deprecated-makefiles b/data/rules/deprecated-makefiles new file mode 100644 index 0000000..0d8d2f9 --- /dev/null +++ b/data/rules/deprecated-makefiles @@ -0,0 +1,12 @@ +# Manually maintained list of Makefiles that can be included from +# d/rules, but is also known to be deprecated. +# +# Please keep it sorted by file name. + +/usr/share/cdbs/1/class/perlmodule-vars.mk +/usr/share/cdbs/1/class/perlmodule.mk +/usr/share/cdbs/1/rules/dpatch.mk +/usr/share/cdbs/1/rules/simple-patchsys.mk +/usr/share/cdbs/1/rules/tarball.mk +/usr/share/dbs/dbs-build.mk +/usr/share/dbs/dpkg-arch.mk diff --git a/data/rules/known-makefiles b/data/rules/known-makefiles new file mode 100644 index 0000000..7b60df6 --- /dev/null +++ b/data/rules/known-makefiles @@ -0,0 +1,39 @@ +# Manually maintained list of known makefiles and their +# (lack of) targets. This is used to avoid assuming +# that (e.g.) the quilt makefile provides all needed +# targets. +# +# Syntax: +# +# <makefile>||[<target>[, <target2> ...]] +# +# + +# Variables only or providing non-standard targets +# (targets not mentioned in the policy at all) +/usr/share/cli-common/cli-nant.make|| +/usr/share/cli-common/cli.make|| +/usr/share/coq/coqvars.mk|| +/usr/share/dpkg/architecture.mk|| +/usr/share/dpkg/buildflags.mk|| +/usr/share/dpkg/default.mk|| +/usr/share/dpkg/pkg-info.mk|| +/usr/share/dpkg/vendor.mk|| +/usr/share/gcj/debian_defaults|| +/usr/share/hardening-includes/hardening.make|| +/usr/share/javahelper/java-vars.mk|| +/usr/share/libdbi-perl/perl-dbdabi.make|| +/usr/share/mpi-default-dev/debian_defaults|| +/usr/share/ocaml/ocamlinit.mk|| +/usr/share/ocaml/ocamlvars.mk|| +/usr/share/octave/debian/defs.make|| +/usr/share/pkg-kde-tools/makefiles/1/variables.mk|| +/usr/share/postgresql-common/pgxs_debian_control.mk|| +/usr/share/pycentral-data/pycentral.mk|| +/usr/share/python/python.mk|| +/usr/share/python3/python.mk|| + +# Makefiles with (possibly) relevant targets +/usr/share/quilt/quilt.make||patch, unpatch, $(QUILT_STAMPFN) +/usr/share/dpatch/dpatch.make||patch, unpatch +/usr/share/topgit/tg2quilt.mk||patch, unpatch diff --git a/data/scripts/interpreters b/data/scripts/interpreters new file mode 100644 index 0000000..7a21df0 --- /dev/null +++ b/data/scripts/interpreters @@ -0,0 +1,108 @@ +# Map interpreter to installation placement (and optionally +# the dependency relation required to obtain the interpreter) +# +# syntax: +# <interpreter> => <path>[, <dependency-relation>] +# +# an empty <dependency-relation> means the interpreter is provided +# by an essential package or otherwise does not need a dependency. +# +# Do NOT list versioned interpreters here (such as pythonX.Y, +# rubyX.Y, etc.). These are handled by the file +# scripts/versioned-interpreters. +# +# Manually maintained table - please keep it sorted (by key, +# insensitively)! +# + +ash => /bin, ash:any +awk => /usr/bin +bash => /bin +bltwish => /usr/bin, blt:any +cfagent => /usr/sbin, cfengine2:any +clisp => /usr/bin, clisp:any +csh => /bin, tcsh:any | csh:any | c-shell:any +cwl-runner => /usr/bin, cwltool:any | cwl-runner:any +dash => /bin +escript => /usr/bin, erlang-base:any | erlang-base-hipe:any +expect => /usr/bin, expect:any +expectk => /usr/bin, expectk:any +falcon => /usr/bin, falconpl:any +fish => /usr/bin, fish:any +fontforge => /usr/bin, fontforge-nox:any | fontforge:any +gawk => /usr/bin, gawk:any +gbr2 => /usr/bin, gambas2-runtime:any +gbr3 => /usr/bin, gambas3-runtime:any +gbx => /usr/bin, gambas-runtime:any +gbx2 => /usr/bin, gambas2-runtime:any +gforth => /usr/bin, gforth:any +gjs => /usr/bin, gjs:any +gjs-console => /usr/bin, gjs:any +gnuplot => /usr/bin, gnuplot:any +gosh => /usr/bin, gauche:any +hhvm => /usr/bin, hhvm:any +icmake => /usr/bin, icmake:any +init-d-script => /lib/init +install-menu => /usr/bin +invoke-run => /lib/runit +ir => /usr/bin, ironruby:any +jed => /usr/bin, jed:any +jed-script => /usr/bin, jed:any | xjed:any +julia => /usr/bin, julia:any +jython => /usr/bin, jython:any +kaptain => /usr/bin, kaptain:any +ksh => /bin, ksh:any | mksh:any | pdksh:any | zsh:any +lefty => /usr/bin, graphviz:any +liquidsoap => /usr/bin, liquidsoap:any +magicfilter => /usr/sbin, magicfilter:any +make => /usr/bin, make:any | build-essential:any | dpkg-dev:any +mawk => /usr/bin, mawk:any +mksh => /bin, mksh:any +mscgen => /usr/bin, mscgen:any +newlisp => /usr/bin, newlisp:any +ngraph => /usr/bin, ngraph-gtk:any +nickle => /usr/bin, nickle:any +node => /usr/bin, nodejs:any +ocamlrun => /usr/bin, ocaml-base-nox:any | ocaml-base:any | ocaml-nox:any | ocaml:any +pagsh => /usr/bin, openafs-client:any | heimdal-clients:any +parrot => /usr/bin, parrot:any +perl => /usr/bin +perl6 => /usr/bin, rakudo:any +perl6-m => /usr/bin, rakudo:any +php => /usr/bin, php-cli:any +plackup => /usr/bin, libplack-perl:any +procmail => /usr/bin, procmail:any +pypy3 => /usr/bin, pypy3:any +python2 => /usr/bin, python2:any | python2-minimal:any +python3 => /usr/bin, python3:any | python3-minimal:any +pforth => /usr/bin, pforth:any +racket => /usr/bin, racket:any +rake => /usr/bin, rake:any +raku => /usr/bin, rakudo:any +r => /usr/bin, littler:any | r-cran-littler:any +rackup => /usr/bin, ruby-rack:any +rc => /usr/bin, rc:any +regina => /usr/bin, regina-rexx:any +rep => /usr/bin, rep:any +rexx => /usr/bin, regina-rexx:any +rrdcgi => /usr/bin, rrdtool:any +Rscript => /usr/bin, r-base-core:any +ruby => /usr/bin, ruby:any +run => /lib/runit/invoke, runit:any (>= 2.1.2-23) +runhaskell => /usr/bin, ghc:any | ghc6:any +runhugs => /usr/bin, hugs:any | hugs98:any +sed => /bin +seed => /usr/bin, seed:any +sh => /bin +slsh => /usr/bin, slsh:any +speedy => /usr/bin, speedy-cgi-perl:any +stap => /usr/bin, systemtap:any +swipl => /usr/bin, swi-prolog:any | swi-prolog-nox:any +tcsh => /bin, tcsh:any +texlua => /usr/bin, texlive-binaries:any (>= 2014.20140512.33982) +tixwish => /usr/bin, tix:any +trs => /usr/bin, konwert:any +xjed => /usr/bin, xjed:any +yforth => /usr/bin, yforth:any +yorick => /usr/bin, yorick:any +zsh => /bin, zsh:any | zsh-beta:any diff --git a/data/scripts/maintainer-script-bad-command b/data/scripts/maintainer-script-bad-command new file mode 100644 index 0000000..4a4226e --- /dev/null +++ b/data/scripts/maintainer-script-bad-command @@ -0,0 +1,48 @@ +# complain (tag) when we encounters some commands on maintainer script +# format is: +# tag ~~in cat string ~~ package exception ~~ only in file ~~ regexp +# +# Where: +# - tag is the tag to emit +# - when in cat string is true check in HERE document +# - ignore sections automatically generated by debhelper +# - package exception is a regexp for checking only in some package +# Use empty string for checking in all packages. +# - only in file is a regexp for checking only in some maintainer script +# Empty means check in all files. +# - regexp is the regexp to check. First group ($1) will be printed if found as extra tag info +# You could use the special variable ${LEADING_PATTERN} if needed (see below). +# +# ${LEADING_PATTERN}: +# When detecting commands inside shell scripts, use this regex to match the +# beginning of the command rather than checking whether the command is at the +# beginning of a line. +# +# Please alpha sort by tag +# +# Please use maintainer-script-should-not- for tag name. This will +# automatically pass the "tag coverage" tests. + +# ftpmaster auto reject so do not rename +install-info-used-in-maintainer-script ~~ 1 ~~ 0 ~~ ~~ ~~\binstall-info\b +# ftpmaster auto reject so do not rename +maintainer-script-removes-device-files ~~ 0 ~~ 0 ~~ ~~ ~~^\s*rm\s+(?:[^>]*\s)?(/dev/(?!(?:shm/|\.[^.]+))[^/ ]+) + +maintainer-script-hides-init-failure ~~ 0 ~~ 0 ~~ ~~ ~~invoke-rc.d.*\|\| \s+ exit \s+ 0 +maintainer-script-changes-ld-so-conf ~~ 0 ~~ 0 ~~^libc ~~ ~~(?:\A\s*(?:cp|mv)\s+.*\s+|>\s*)/etc/ld\.so\.conf\s*(?:\s|\Z) +maintainer-script-changes-netbase ~~ 0 ~~ 0 ~~ ~~ ~~(?:\A\s*(?:cp|mv)\s+.*\s+|>\s*)(/etc/(?:services|protocols|rpc))\s*(?:\s|\Z) +maintainer-script-should-not-parse-etc-passwd-or-group ~~ 0 ~~ 0 ~~ ~~ ~~\b([ef]?grep\b.*/etc/(?:passwd|group))\b +maintainer-script-lacks-home-in-adduser ~~ 1 ~~ 0 ~~ ~~ ~~(adduser\s(?:(?!.*(?<=\s)--home\s.*\s--system).*(?<=\s)--system(?=\s)(?!.*\s--home\s+(?:["]?/(?!home/)|["]?\$[\(\[\{]?))|--home\s+["]?/home/.*\s--system(?:\s|$)).*) +maintainer-script-calls-chown-improperly ~~ 0 ~~ 0 ~~ ~~ ~~(chown(?:\s+--?[A-Za-z-]+)*\s+[-_A-Za-z0-9]+\.[-_A-Za-z0-9]+)\s+ +maintainer-script-should-not-use-dpkg-maintscript-helper ~~ 1 ~~ 1 ~~ ~~ ~~dpkg-maintscript-helper +maintainer-script-updates-fontconfig-cache-improperly ~~ 0 ~~ 0 ~~^(fontconfig)$ ~~ ~~${LEADING_PATTERN}(?:/usr/bin/)?fc-cache(?:\s|\Z) +maintainer-script-calls-gconftool ~~ 1 ~~ 0 ~~^(gconf\d)$ ~~ ~~(?:/usr/bin/)?gconftool(?:-\d)?(?:\s|\Z) +maintainer-script-calls-install-sgmlcatalog ~~ 1 ~~ 0 ~~ ~~ ~~\binstall-sgmlcatalog\b +recursive-privilege-change ~~ 1 ~~ 0 ~~ ~~ ~~\b(?:(?:chmod|chown).*(?:-R|--recursive)|find.*exec.*(?:chmod|chown))\b +maintainer-script-should-not-use-piuparts-variable ~~ 0 ~~ 0 ~~ ~~ ~~(PIUPARTS_(?:TEST|OBJECTS|PHASE|DISTRIBUTION(?:_PREV|_NEXT)?))\b +maintainer-script-calls-service ~~ 1 ~~ 0 ~~ ~~ ~~${LEADING_PATTERN}service\b +maintainer-script-calls-start-stop-daemon ~~ 0 ~~ 0 ~~ ~~ ~~\bstart-stop-daemon(?=\s)(?!.*\s--stop\b) +postrm-removes-alternative ~~ 1 ~~ 0 ~~ ~~^postrm$ ~~\b update\-alternatives\s+\-\-remove\b +maintainer-script-sets-alternative-improperly ~~ 1 ~~ 0 ~~ ~~ ~~^(?!\s*echo\s+["'][^'"]*)\bupdate\-alternatives\s+\-\-(?:set|set\-selections|config)\b +trailing-slash-for-dpkg-maintscript-helper-symlink_to_dir ~~ 1 ~~ 0 ~~ ~~ ~~ dpkg-maintscript-helper\s+symlink_to_dir\s+[^\s]+/\s +maintainer-script-switches-dir-to-symlink-unsafely ~~ 1 ~~ 0 ~~ ~~ ~~ ln[ ]*-f?s.*doc diff --git a/data/scripts/versioned-interpreters b/data/scripts/versioned-interpreters new file mode 100644 index 0000000..4350b6a --- /dev/null +++ b/data/scripts/versioned-interpreters @@ -0,0 +1,74 @@ +# Map interpreter to installation placement (and optionally +# the dependency relation required to obtain the interpreter) +# +# Entries in this file are generally used for versioned interpreters, +# but can also be used for unversioned ones (when there is no +# definition in scripts/interpreters). +# syntax: +# <interpreter> => <path>, <regex>, <dependency-template>, <version-list>[, <dependency-relation>] +# +# <interpreter> is the "unversioned base name" of the interpreter. It is computed by +# stripping any trailing dashes ("-"), digits ([0-9]) and dots ("."). As an example, +# the unversioned base name for: +# python2.6 is python +# guile-1.6 is guile +# +# NB: If the <interpreter> is not listed in scripts/interpreters, the unversioned +# ones are also looked up in this data file. For cases where this is undesired, +# please use @SKIP_UNVERSIONED@ (as described below). +# +# <path> is the path in which the interpreter is installed (usually /usr/bin). +# +# <regex> is a regex for matching the full name of the interpreter *and* extracting +# the version of it. It should have exactly one capture group, which captures the +# version. If the regex does not match the interpreter or does not capture a version +# in the <version-list>, the entry is assumed not to apply to this interpreter. +# NB: The regex will be anchored and must match the /entire/ interpreter with version. +# (e.g. guile-([\d\.]*) is matched as m/^guile-([\d\.]*)$/) +# +# <dependency-template> is a dependency template that will generate the dependency +# relation from a version. The token "$1" is replaced with the version of the +# interpreter. The template cannot contain commas (and therefore can only contain +# predicates or "OR" relations). +# +# <version-list> is a space-separated list of known interpreter versions. It is used +# both to generate the dependency relation for uses of the unversioned interpreter and +# (together with <regex>) for ensuring the entry applies to the interpreter. +# +# NB: <dependency-relation> can be one of the following magic values: +# * @SKIP_UNVERSIONED@ +# - Do not use this entry for unversioned interpreters. The common usage case +# for this is when the interpreter is also listed in scripts/interpreters. +# +# When used on a versioned interpreter, Lintian will check for a dependency satisfying +# the dependency generated by applying the version to the <dependency-template>. +# Example: +# Interpreter pike7.6 and template "pike$1 | pike$1-core" will make Lintian check +# for the dependency: +# "pike7.6 | pike7.6-core" +# +# When used on an unversioned interpreter, Lintian will check for a dependency satisfying +# ANY of the versioned dependencies that can be generated from applying the versions from +# <version-list> to <dependency-template>. Furthermore, also check for the dependency on +# the <dependency-relation> (assuming it is not empty or one of the magic values). +# Example: +# Interpreter guile, template guile-$1, version list 1.6 1.8 and the dependency relation +# guile will make Lintian check for the dependency: +# "guile | guile-1.6 | guile-1.8" +# +# Manually maintained table - please keep it sorted (by key)! + + +guile => /usr/bin, guile-([\d.]+), guile-$1:any, 2.2 3.0, guile:any +jruby => /usr/bin, jruby([\d.]+), jruby$1:any, 1.0 1.1 1.2, jruby:any +lua => /usr/bin, lua([\d.]+), lua$1:any, 40 50 5.1 5.2 5.3 5.4, lua:any +octave => /usr/bin, octave([\d.]+), octave$1:any, 3.0 3.2, octave:any +pike => /usr/bin, pike([\d.]+), pike$1:any | pike$1-core:any, 7.6 7.8 +python2 => /usr/bin, python([\d.]+), python$1:any | python$1-minimal:any, 2.7, @SKIP_UNVERSIONED@ +python3 => /usr/bin, python3([\d.]+), python3$1:any | python3$1-minimal:any, 3.4 3.5 3.7 3.8, @SKIP_UNVERSIONED@ +ruby => /usr/bin, ruby([\d.]+), ruby$1:any, 1.8 1.9, @SKIP_UNVERSIONED@ +runghc => /usr/bin, runghc(\d+), ghc$1:any, 6, ghc:any +scsh => /usr/bin, scsh-([\d.]+), scsh-$1:any, 0.6, scsh:any +tclsh => /usr/bin, tclsh([\d.]+), tcl$1:any, 8.3 8.4 8.5 8.6, tclsh:any | tcl:any +wish => /usr/bin, wish([\d.]+), tk$1:any, 8.3 8.4 8.5 8.6, wish:any | tk:any + diff --git a/data/shared-libs/hwcap-dirs b/data/shared-libs/hwcap-dirs new file mode 100644 index 0000000..ee6ff8e --- /dev/null +++ b/data/shared-libs/hwcap-dirs @@ -0,0 +1,90 @@ +# List of all known hwcap. +# +# Last updated: 2022-09-07 +# Generated by private/refresh-hwcap +# +# Lines to always be included: +# Keep: tls + +4xxmac +acpi +altivec +apic +arch_2_05 +arch_2_06 +booke +cellbe +clflush +cmov +cx8 +dfp +dts +efpdouble +efpsingle +eimm +esan3 +etf3enh +ev4 +ev5 +ev56 +ev6 +ev67 +flush +fpu +fxsr +g5 +highgprs +hpage +ht +i386 +i486 +i586 +i686 +ic_snoop +ldisp +loongson2e +loongson2f +mca +mmu +mmx +msa +mtrr +muldiv +notb +octeon +octeon2 +pa6t +pat +pbe +pge +pn +power4 +power5 +power5+ +power6x +ppc32 +ppc601 +ppc64 +pse36 +sep +smt +spe +ss +sse +sse2 +stbar +stfle +swap +tls +tm +ucache +ultra3 +v9 +v9v +v9v2 +vsx +z10 +z9-109 +z900 +z990 +zarch diff --git a/data/shared-libs/unknown-shared-library-exceptions b/data/shared-libs/unknown-shared-library-exceptions new file mode 100644 index 0000000..391a131 --- /dev/null +++ b/data/shared-libs/unknown-shared-library-exceptions @@ -0,0 +1,30 @@ +# Exceptions for pkg-config-references-unknown-shared-library, etc. +# +# Originally generated by: +# +# dpkg -L libc6-dev libgcc1 | sed -n -e 's@.*\/lib\([^\/]*\)\.so.*@\1@p' | sort + +anl +BrokenLocale +c +crypt +dl +gcc_s +m +mvec +nsl +nss_compat +nss_dns +nss_files +nss_hesiod +nss_nis +nss_nisplus +pthread +pthread-2.28 +resolv +rt +thread_db +util + +# Manually-added exceptions +gcc diff --git a/data/spelling/Makefile b/data/spelling/Makefile new file mode 100644 index 0000000..3c31861 --- /dev/null +++ b/data/spelling/Makefile @@ -0,0 +1,6 @@ +sort: sort-corrections sort-corrections-case sort-corrections-multiword + +sort-%: % + csplit --prefix $<- $< '/^$$/' + LC_ALL=en_US.UTF-8 sort -u $<-01 | cat $<-00 - > $< + rm -f $<-0[01] diff --git a/data/spelling/corrections b/data/spelling/corrections new file mode 100644 index 0000000..bae5dd5 --- /dev/null +++ b/data/spelling/corrections @@ -0,0 +1,12460 @@ +# All spelling errors that have been observed "in the wild" in package +# descriptions are added here, on the grounds that if they occurred once they +# are more likely to occur again. +# +# Misspellings of "compatibility", "separate", and "similar" are particularly +# common. +# +# Be careful with corrections that involve punctuation, since the check is a +# bit rough with punctuation. For example, I had to delete the correction of +# "builtin" to "built-in". +# +# The format of each line is: +# mistake||correction +# +# Note that corrections involving multiple word mistakes or case errors +# should be included in the appropriate data file, rather than here. +# +# Please keep the list sorted using `make sort` in this directory. +# +# (And in case you wonder about these entries at the end of the file +# seemingly starting with a "c" and still being listed at the end of +# the file after "make sort", please note that they start with a +# cyrillic "с", not with a latin "c". They look the same at least in +# most fonts, though.) + +aaccessibility||accessibility +aaccession||accession +abailable||available +abandonded||abandoned +abandonned||abandoned +abandonning||abandoning +abbort||abort +abborted||aborted +abborting||aborting +abborts||aborts +abbrevation||abbreviation +abbrevations||abbreviations +abbriviation||abbreviation +abbriviations||abbreviations +abigious||ambiguous +abilties||abilities +abilty||ability +abitrate||arbitrate +abnormaly||abnormally +aboce||above +abolute||absolute +abount||about +abov||above +abreviate||abbreviate +abreviated||abbreviated +abreviates||abbreviates +abreviating||abbreviating +absense||absence +absodefly||absolute +absodeflyly||absolutely +absolate||absolute +absolately||absolutely +absolaute||absolute +absolautely||absolutely +absoleted||obsoleted +absoletely||absolutely +absolete||obsolete +absoliute||absolute +absoliutely||absolutely +absoloute||absolute +absoloutely||absolutely +absolte||absolute +absoltely||absolutely +absoltue||absolute +absoltuely||absolutely +absoluate||absolute +absoluately||absolutely +absoluely||absolutely +absoluet||absolute +absoluetly||absolutely +absolulte||absolute +absolultely||absolutely +absolune||absolute +absolunely||absolutely +absolure||absolute +absolurely||absolutely +absolut||absolute +absoluth||absolute +absoluthe||absolute +absoluthely||absolutely +absoluthly||absolutely +absolutley||absolutely +absolutly||absolutely +absolutlye||absolutely +absoluute||absolute +absoluutely||absolutely +absoluve||absolute +absoluvely||absolutely +absoolute||absolute +absoolutely||absolutely +absorbtion||absorption +absorve||absorb +absould||absolute +absouldly||absolutely +absoule||absolute +absoulely||absolutely +absouletely||absolutely +absoulete||obsolete +absoult||absolute +absoulte||absolute +absoultely||absolutely +absoultly||absolutely +absoulute||absolute +absoulutely||absolutely +absout||absolute +absoute||absolute +absoutely||absolutely +absoutly||absolutely +abstact||abstract +abstactly||abstractly +accapt||accept +accapted||accepted +accapts||accepts +acccept||accept +acccepted||accepted +acccepting||accepting +acccepts||accepts +acccess||access +acccessd||accessed +acccessed||accessed +acccesses||accesses +acccessibility||accessibility +acccessible||accessible +acccessing||accessing +acccession||accession +acccessor||accessor +acccessors||accessors +acccuracy||accuracy +acccurate||accurate +acccurately||accurately +acceleratoin||acceleration +accelleration||acceleration +accepect||accept +accepected||accepted +acceptible||acceptable +acces||access +accesible||accessible +accesing||accessing +accesnt||accent +accessable||accessible +accesss||access +accet||accept +accets||accepts +accidentaly||accidentally +accidential||accidental +accidentially||accidentally +accidentily||accidentally +accidently||accidentally +accidentually||accidentally +acciedential||accidental +acciednetally||accidentally +accient||accident +acciental||accidental +accoding||according +accodingly||accordingly +accomadate||accommodate +accomadated||accommodated +accomadates||accommodates +accomadating||accommodating +accommadate||accommodate +accommadates||accommodates +accommdated||accommodated +accomodate||accommodate +accomodates||accommodates +accomodation||accommodation +accompagned||accompanied +accompagnied||accompanied +accompagnies||accompanies +accompagniment||accompaniment +accompagning||accompanying +accompagny||accompany +accompagnying||accompanying +accoording||according +accoordingly||accordingly +accordint||according +accoring||according +accout||account +accquire||acquire +accquired||acquired +accquires||acquires +accquiring||acquiring +accracy||accuracy +accrate||accurate +accrding||according +accrdingly||accordingly +accroding||according +accrodingly||accordingly +accronym||acronym +accronyms||acronyms +accrording||according +accrose||across +accross||across +accumalte||accumulate +accumalted||accumulated +accumlate||accumulate +accumlated||accumulated +accumlates||accumulates +accumlating||accumulating +accuraccies||accuracies +accuraccy||accuracy +acessable||accessible +acess||access +acheive||achieve +acheived||achieved +acheives||achieves +acheiving||achieving +achitecture||architecture +achitectures||architectures +achive||achieve +achived||achieved +achives||achieves +achiving||achieving +achor||anchor +achored||anchored +achoring||anchoring +achors||anchors +acient||ancient +ACII||ASCII +acition||action +acitions||actions +acknoledge||acknowledge +acknoledged||acknowledged +acknoledges||acknowledges +acknoledging||acknowledging +acknowldegement||acknowledgement +acknowleding||acknowledging +acknowlege||acknowledge +acknowleged||acknowledged +acknowleges||acknowledges +acknowleging||acknowledging +ackowledge||acknowledge +ackowledged||acknowledged +acommodate||accommodate +acommodated||accommodated +acommodates||accommodates +acommodating||accommodating +acommpany||accompany +acommpanying||accompanying +acoording||according +acoordingly||accordingly +acording||according +acordingly||accordingly +acount||account +acounts||accounts +acqure||acquire +acqured||acquired +acqures||acquires +acquring||acquiring +actaul||actual +actaully||actually +activete||activate +actuaal||actual +actuaally||actually +actuak||actual +actuakly||actually +actualy||actually +actualyl||actually +actuionable||actionable +actuion||action +actully||actually +actusally||actually +acually||actually +acumulating||accumulating +acurate||accurate +acutally||actually +adapated||adapted +adapater||adapter +adapaters||adapters +adaquate||adequate +adaquately||adequately +adatper||adapter +adatpers||adapters +addd||add +addded||added +addding||adding +adddress||address +adddresses||addresses +addds||adds +addedd||added +addert||assert +adderted||asserted +addess||address +addessed||addressed +addesses||addresses +addessing||addressing +addional||additional +additionaly||additionally +additionnal||additional +additionnally||additionally +additonal||additional +additonally||additionally +addjust||adjust +addjusted||adjusted +addjusting||adjusting +addjusts||adjusts +addres||address +addresed||addressed +addreses||addresses +addresing||addressing +addressess||addresses +addresss||address +addresssed||addressed +addressses||addresses +addresssing||addressing +addtional||additional +addtionally||additionally +aditional||additional +aditionally||additionally +aditionaly||additionally +adjustmenet||adjustment +adminstration||administration +adminstrative||administrative +adminstrator||administrator +adminstrators||administrators +admissable||admissible +adressable||addressable +adress||address +adressed||addressed +adresses||addresses +adressing||addressing +adresss||address +adressses||addresses +advane||advance +advaned||advanced +advertisment||advertisement +advertisments||advertisements +adviced||advised +afecting||affecting +afer||after +afe||safe +affortable||affordable +affort||afford +afforts||affords +affraid||afraid +aforementionned||aforementioned +aformentioned||aforementioned +afterall||after all +agains||against +againts||against +agaist||against +aganist||against +aginst||against +agreemnet||agreement +agreemnets||agreements +agressive||aggressive +agressively||aggressively +agressiveness||aggressiveness +agressivity||aggressivity +agressor||aggressor +agresssive||aggressive +agrument||argument +agruments||arguments +agument||argument +aguments||arguments +aheared||adhered +aiffer||differ +aks||ask +albumns||albums +aleays||always +alegorical||allegorical +alghoritm||algorithm +alghoritmic||algorithmic +alghoritmically||algorithmically +alghoritms||algorithms +algohm||algorithm +algohmic||algorithmic +algohmically||algorithmically +algohms||algorithms +algoirthm||algorithm +algoirthmic||algorithmic +algoirthmically||algorithmically +algoirthms||algorithms +algoithm||algorithm +algoithmic||algorithmic +algoithmically||algorithmically +algoithms||algorithms +algolithm||algorithm +algolithmic||algorithmic +algolithmically||algorithmically +algolithms||algorithms +algoorithm||algorithm +algoorithmic||algorithmic +algoorithmically||algorithmically +algoorithms||algorithms +algoprithm||algorithm +algoprithmic||algorithmic +algoprithmically||algorithmically +algoprithms||algorithms +algorgithm||algorithm +algorgithmic||algorithmic +algorgithmically||algorithmically +algorgithms||algorithms +algorhithm||algorithm +algorhithmic||algorithmic +algorhithmically||algorithmically +algorhithms||algorithms +algorhitm||algorithm +algorhitmic||algorithmic +algorhitmically||algorithmically +algorhitms||algorithms +algorhtm||algorithm +algorhtmic||algorithmic +algorhtmically||algorithmically +algorhtms||algorithms +algorhythm||algorithm +algorhythmic||algorithmic +algorhythmically||algorithmically +algorhythms||algorithms +algorhytm||algorithm +algorhytmic||algorithmic +algorhytmically||algorithmically +algorhytms||algorithms +algorightm||algorithm +algorightmic||algorithmic +algorightmically||algorithmically +algorightms||algorithms +algorihm||algorithm +algorihmic||algorithmic +algorihmically||algorithmically +algorihms||algorithms +algorihtm||algorithm +algorihtmic||algorithmic +algorihtmically||algorithmically +algorihtms||algorithms +algorith||algorithm +algorithem||algorithm +algorithemic||algorithmic +algorithemically||algorithmically +algorithems||algorithms +algorithic||algorithmic +algorithically||algorithmically +algorithmical||algorithmically +algorithmm||algorithm +algorithmmic||algorithmic +algorithmmically||algorithmically +algorithmms||algorithms +algorithmn||algorithm +algorithmnic||algorithmic +algorithmnically||algorithmically +algorithmns||algorithms +algoriths||algorithms +algorithsm||algorithm +algorithsmic||algorithmic +algorithsmically||algorithmically +algorithsms||algorithms +algoritm||algorithm +algoritmic||algorithmic +algoritmically||algorithmically +algoritms||algorithms +algoroithm||algorithm +algoroithmic||algorithmic +algoroithmically||algorithmically +algoroithms||algorithms +algororithm||algorithm +algororithmic||algorithmic +algororithmically||algorithmically +algororithms||algorithms +algorothm||algorithm +algorothmic||algorithmic +algorothmically||algorithmically +algorothms||algorithms +algorrithm||algorithm +algorrithmic||algorithmic +algorrithmically||algorithmically +algorrithms||algorithms +algorritm||algorithm +algorritmic||algorithmic +algorritmically||algorithmically +algorritms||algorithms +algorthim||algorithm +algorthimic||algorithmic +algorthimically||algorithmically +algorthims||algorithms +algorthin||algorithm +algorthinic||algorithmic +algorthinically||algorithmically +algorthins||algorithms +algorthm||algorithm +algorthmic||algorithmic +algorthmically||algorithmically +algorthms||algorithms +algorthn||algorithm +algorthnic||algorithmic +algorthnically||algorithmically +algorthns||algorithms +algorthym||algorithm +algorthymic||algorithmic +algorthymically||algorithmically +algorthyms||algorithms +algorthyn||algorithm +algorthynic||algorithmic +algorthynically||algorithmically +algorthyns||algorithms +algortihm||algorithm +algortihmic||algorithmic +algortihmically||algorithmically +algortihms||algorithms +algortim||algorithm +algortimic||algorithmic +algortimically||algorithmically +algortims||algorithms +algortism||algorithm +algortismic||algorithmic +algortismically||algorithmically +algortisms||algorithms +algortithm||algorithm +algortithmic||algorithmic +algortithmically||algorithmically +algortithms||algorithms +algoruthm||algorithm +algoruthmic||algorithmic +algoruthmically||algorithmically +algoruthms||algorithms +algorwwithm||algorithm +algorwwithmic||algorithmic +algorwwithmically||algorithmically +algorwwithms||algorithms +algorythem||algorithm +algorythemic||algorithmic +algorythemically||algorithmically +algorythems||algorithms +algorythm||algorithm +algorythmic||algorithmic +algorythmically||algorithmically +algorythms||algorithms +algothitm||algorithm +algothitmic||algorithmic +algothitmically||algorithmically +algothitms||algorithms +algotighm||algorithm +algotighmic||algorithmic +algotighmically||algorithmically +algotighms||algorithms +algotihm||algorithm +algotihmic||algorithmic +algotihmically||algorithmically +algotihms||algorithms +algotirhm||algorithm +algotirhmic||algorithmic +algotirhmically||algorithmically +algotirhms||algorithms +algotithm||algorithm +algotithmic||algorithmic +algotithmically||algorithmically +algotithms||algorithms +algotrithm||algorithm +algotrithmic||algorithmic +algotrithmically||algorithmically +algotrithms||algorithms +alha||alpha +alhabet||alphabet +alhabetical||alphabetical +alhabetically||alphabetically +alhabeticaly||alphabetically +alhabets||alphabets +alhapet||alphabet +alhapetical||alphabetical +alhapetically||alphabetically +alhapeticaly||alphabetically +alhapets||alphabets +aligne||align +alignement||alignment +alignemnt||alignment +alignemnts||alignments +alignmenet||alignment +alignmenets||alignments +allign||align +alligned||aligned +alligning||aligning +allignment||alignment +allignments||alignments +alligns||aligns +allmost||almost +allocae||allocate +allocaes||allocates +allocaiing||allocating +allocaing||allocating +allocaion||allocation +allocaions||allocations +allocaite||allocate +allocaites||allocates +allocaiting||allocating +allocaition||allocation +allocaitions||allocations +allocaiton||allocation +allocaitons||allocations +allowd||allowed +allpication||application +allready||already +allso||also +allthough||although +alltogeher||altogether +alltogehter||altogether +alltogether||altogether +alltogetrher||altogether +alltogther||altogether +alltough||although +allways||always +alocate||allocate +alocated||allocated +alocates||allocates +alocating||allocating +alogirhtm||algorithm +alogirhtmic||algorithmic +alogirhtmically||algorithmically +alogirhtms||algorithms +alogirthm||algorithm +alogirthmic||algorithmic +alogirthmically||algorithmically +alogirthms||algorithms +alogrithm||algorithm +alogrithmic||algorithmic +alogrithmically||algorithmically +alogrithms||algorithms +alot||a lot +alow||allow +alows||allows +alpabet||alphabet +alpabetical||alphabetical +alpabetic||alphabetic +alpabets||alphabets +alphabeticaly||alphabetically +alphapeticaly||alphabetically +alrady||already +alraedy||already +alreay||already +alreayd||already +alterative||alternative +alteratives||alternatives +alternarive||alternative +alternativly||alternatively +althorithm||algorithm +althorithmic||algorithmic +althorithmically||algorithmically +althorithms||algorithms +altough||although +altought||although +alvorithm||algorithm +alvorithmic||algorithmic +alvorithmically||algorithmically +alvorithms||algorithms +alwas||always +alwast||always +alwasy||always +alwasys||always +alwyas||always +ambibuity||ambiguity +ambigious||ambiguous +ambigous||ambiguous +ammend||amend +ammended||amended +ammending||amending +ammendment||amendment +ammendments||amendments +ammends||amends +ammount||amount +amny||many +amoung||among +amout||amount +amoutn||amount +amoutns||amounts +amouts||amounts +analagous||analogous +analysator||analyzer +anarquism||anarchism +anarquist||anarchist +anevironment||environment +anevironments||environments +ang||and +anhoter||another +anlysis||analysis +anniversery||anniversary +annoncement||announcement +annonymous||anonymous +annouce||announce +annouced||announced +annoucement||announcement +annouces||announces +annoucing||announcing +announcment||announcement +announcments||announcements +anohter||another +anomolies||anomalies +anomoly||anomaly +anothe||another +anount||amount +ansestor||ancestor +ansestors||ancestors +antyhing||anything +anually||annually +anway||anyway +anwser||answer +anwsered||answered +anwsering||answering +anwsers||answers +anytghing||anything +anythign||anything +anytiem||anytime +anytihng||anything +anyting||anything +anytning||anything +anytrhing||anything +anytthing||anything +apendage||appendage +apend||append +apended||appended +apender||appender +apendices||appendices +apending||appending +apendix||appendix +aplication||application +apllied||applied +apllies||applies +aplly||apply +apllying||applying +apparence||appearance +apparenlty||apparently +apparenly||apparently +appearence||appearance +appeneded||appended +appered||appeared +appers||appears +appicability||applicability +appicable||applicable +appicaliton||application +appicant||applicant +appication||application +appications||applications +appication-specific||application-specific +appicative||applicative +applicaiton||application +applicaitons||applications +appliction||application +applictions||applications +appologies||apologies +appology||apology +appove||approve +appoved||approved +apppears||appears +appplication||application +appplications||applications +approch||approach +approched||approached +approches||approaches +approching||approaching +approopriate||appropriate +approoximately||approximately +appropiate||appropriate +appropriatedly||appropriately +appropriatly||appropriately +approprite||appropriate +approproate||appropriate +appropropriate||appropriate +approriate||appropriate +approriately||appropriately +approrpriate||appropriate +approrpriately||appropriately +approximatly||approximately +aprooved||approved +apropriate||appropriate +apropriately||appropriately +aproximate||approximate +aproximately||approximately +aproximation||approximation +aproximations||approximations +aqain||again +aqcuire||acquire +aqcuired||acquired +aqcuires||acquires +aqcuiring||acquiring +aquaint||acquaint +aquainted||acquainted +aquainting||acquainting +aquaints||acquaints +aquire||acquire +aquired||acquired +aquisition||acquisition +arbiatraily||arbitrarily +arbiatray||arbitrary +arbibtarily||arbitrarily +arbibtary||arbitrary +arbibtrarily||arbitrarily +arbibtrary||arbitrary +arbiitrarily||arbitrarily +arbiitrary||arbitrary +arbirarily||arbitrarily +arbirary||arbitrary +arbiratily||arbitrarily +arbiraty||arbitrary +arbirtarily||arbitrarily +arbirtary||arbitrary +arbirtrarily||arbitrarily +arbirtrary||arbitrary +arbitarily||arbitrarily +arbitary||arbitrary +arbitiarily||arbitrarily +arbitiary||arbitrary +arbitiraly||arbitrarily +arbitiray||arbitrary +arbitor||arbiter +arbitors||arbiters +arbitrailly||arbitrarily +arbitraily||arbitrarily +arbitraion||arbitration +arbitrairly||arbitrarily +arbitrairy||arbitrary +arbitral||arbitrary +arbitralily||arbitrarily +arbitrally||arbitrarily +arbitralrily||arbitrarily +arbitralry||arbitrary +arbitraly||arbitrary +arbitrarion||arbitration +arbitrarly||arbitrary +arbitratily||arbitrarily +arbitraton||arbitration +arbitratrily||arbitrarily +arbitratrion||arbitration +arbitratry||arbitrary +arbitraty||arbitrary +arbitray||arbitrary +arbitrer||arbiter +arbitrers||arbiters +arbitriarily||arbitrarily +arbitriary||arbitrary +arbitrily||arbitrarily +arbitrion||arbitration +arbitriraly||arbitrarily +arbitriray||arbitrary +arbitrition||arbitration +arbitror||arbiter +arbitrors||arbiters +arbitrtily||arbitrarily +arbitrty||arbitrary +arbitry||arbitrary +arbitryarily||arbitrarily +arbitryary||arbitrary +arbitual||arbitrary +arbitually||arbitrarily +arbitualy||arbitrary +arbituarily||arbitrarily +arbituary||arbitrary +arbiturarily||arbitrarily +arbiturary||arbitrary +arbort||abort +arborted||aborted +arborting||aborting +arborts||aborts +arbritrarily||arbitrarily +arbritrary||arbitrary +arbtirarily||arbitrarily +arbtirary||arbitrary +arbtrarily||arbitrarily +arbtrary||arbitrary +arbutrarily||arbitrarily +arbutrary||arbitrary +archiecture||architecture +archiectures||architectures +architechture||architecture +architechtures||architectures +architecturs||architectures +architecturse||architectures +architecure||architecture +architecures||architectures +architeture||architecture +architetures||architectures +archtecture||architecture +archtectures||architectures +archvie||archive +archvies||archives +archving||archiving +aready||already +are'nt||aren't +arent||aren't +argement||argument +argements||arguments +argemnt||argument +argemnts||arguments +argment||argument +argments||arguments +arguement||argument +arguements||arguments +argumemnt||argument +argumemnts||arguments +argumeng||argument +argumengs||arguments +aribtrarily||arbitrarily +aribtrary||arbitrary +arithmatic||arithmetic +arithmitic||arithmetic +aritmetic||arithmetic +arne't||aren't +aroung||around +arount||around +arraival||arrival +arranable||arrangeable +arrane||arrange +arraned||arranged +arranement||arrangement +arranements||arrangements +arranent||arrangement +arranents||arrangements +arranes||arranges +arrangable||arrangeable +arrangaeble||arrangeable +arrangaelbe||arrangeable +arrang||arrange +arrangd||arranged +arrangde||arranged +arrangemenet||arrangement +arrangemenets||arrangements +arrangent||arrangement +arrangents||arrangements +arrangmeent||arrangement +arrangmeents||arrangements +arrangmenet||arrangement +arrangmenets||arrangements +arrangment||arrangement +arrangments||arrangements +arrangnig||arranging +arrangs||arranges +arrangse||arranges +arrangt||arrangement +arrangteable||arrangeable +arrangte||arrange +arrangted||arranged +arrangtement||arrangement +arrangtements||arrangements +arrangtes||arranges +arrangting||arranging +arrangts||arrangements +arraning||arranging +arranment||arrangement +arranments||arrangements +arround||around +articaft||artifact +articafts||artifacts +artical||article +articals||articles +articat||artifact +articats||artifacts +artifical||artificial +artifically||artificially +artillary||artillery +arugment||argument +arugments||arguments +asbtraction||abstraction +assertation||assertion +assesmenet||assessment +assesment||assessment +assgin||assign +assgined||assigned +assgining||assigning +assginment||assignment +assginments||assignments +assgins||assigns +assiged||assigned +assigment||assignment +assigments||assignments +assignement||assignment +assignements||assignments +assignemnt||assignment +assignemnts||assignments +assignmenet||assignment +assignt||assign +assigntment||assignment +assiocate||associate +assiocated||associated +assiocates||associates +assiocating||associating +assiocation||association +assiociate||associate +assiociated||associated +assiociates||associates +assiociating||associating +assiociation||association +assistent||assistant +assocate||associate +assocated||associated +assocates||associates +assocating||associating +assocation||association +associcate||associate +associcated||associated +associcates||associates +associcating||associating +assosciate||associate +assosciated||associated +assosciates||associates +assosciating||associating +assosiacition||association +assosiacitions||associations +assosiate||associate +assosiated||associated +assosiates||associates +assosiating||associating +assotiated||associated +assuma||assume +assumad||assumed +assumang||assuming +assumas||assumes +assum||assume +assumbe||assume +assumbed||assumed +assumbes||assumes +assumbing||assuming +assumking||assuming +assumme||assume +assummed||assumed +assummes||assumes +assumming||assuming +assumne||assume +assumned||assumed +assumnes||assumes +assumning||assuming +assumong||assuming +assumotion||assumption +assumotions||assumptions +assums||assumes +assumse||assumes +assumtion||assumption +assumtions||assumptions +assumtpion||assumption +assumtpions||assumptions +assumu||assume +assumud||assumed +assumue||assume +assumued||assumed +assumues||assumes +assumuing||assuming +assumung||assuming +assumuption||assumption +assumuptions||assumptions +assumus||assumes +asthetic||aesthetic +asuming||assuming +asycronous||asynchronous +asynchonous||asynchronous +asynchonously||asynchronously +asynchronious||asynchronous +asyncronous||asynchronous +asyncronously||asynchronously +atomatically||automatically +atomical||atomic +atomicly||atomically +atribute||attribute +atributes||attributes +attachement||attachment +attachements||attachments +attatch||attach +attatched||attached +attatches||attaches +attatching||attaching +attatchment||attachment +attatchments||attachments +attched||attached +attemp||attempt +attemped||attempted +attemps||attempts +attemt||attempt +attemted||attempted +attemting||attempting +attemtp||attempt +attemtped||attempted +attemtping||attempting +attemtps||attempts +attemtpted||attempted +attemtpts||attempts +attemts||attempts +attibute||attribute +attibutes||attributes +attirbute||attribute +attirbutes||attributes +attmept||attempt +attosencond||attosecond +attosenconds||attoseconds +attribuite||attribute +attribuites||attributes +attribuition||attribution +attribye||attribute +attribyes||attributes +__attribyte__||__attribute__ +attribyte||attribute +attribytes||attributes +attrubite||attribute +attrubites||attributes +attrubte||attribute +attrubtes||attributes +attrubure||attribute +attrubures||attributes +attrubute||attribute +attrubutes||attributes +attrubyte||attribute +attrubytes||attributes +attruibutes||attributes +atttribute||attribute +atttributes||attributes +aunthenticate||authenticate +aunthenticated||authenticated +aunthenticates||authenticates +aunthenticating||authenticating +autenticate||authenticate +autenticated||authenticated +autenticates||authenticates +autenticating||authenticating +autentication||authentication +authecate||authenticate +authecated||authenticated +authecates||authenticates +authecating||authenticating +authecation||authentication +authecator||authenticator +authecators||authenticators +authenaticate||authenticate +authenaticated||authenticated +authenaticates||authenticates +authenaticating||authenticating +authenatication||authentication +authenaticator||authenticator +authenaticators||authenticators +authencate||authenticate +authencated||authenticated +authencates||authenticates +authencating||authenticating +authencation||authentication +authencator||authenticator +authencators||authenticators +authenciate||authenticate +authenciated||authenticated +authenciates||authenticates +authenciating||authenticating +authenciation||authentication +authenciator||authenticator +authenciators||authenticators +authencicate||authenticate +authencicated||authenticated +authencicates||authenticates +authencicating||authenticating +authencication||authentication +authencicator||authenticator +authencicators||authenticators +authencity||authenticity +authencticate||authenticate +authencticated||authenticated +authencticates||authenticates +authencticating||authenticating +authenctication||authentication +authencticator||authenticator +authencticators||authenticators +authendicate||authenticate +authendicated||authenticated +authendicates||authenticates +authendicating||authenticating +authendication||authentication +authendicator||authenticator +authendicators||authenticators +authenenticate||authenticate +authenenticated||authenticated +authenenticates||authenticates +authenenticating||authenticating +authenentication||authentication +authenenticator||authenticator +authenenticators||authenticators +authenfie||authenticate +authenfied||authenticated +authenfies||authenticates +authenfiing||authenticating +authenfiion||authentication +authenfior||authenticator +authenfiors||authenticators +authenicae||authenticate +authenicaed||authenticated +authenicaes||authenticates +authenicaing||authenticating +authenicaion||authentication +authenicaor||authenticator +authenicaors||authenticators +authenicate||authenticate +authenicated||authenticated +authenicates||authenticates +authenicating||authenticating +authenication||authentication +authenicator||authenticator +authenicators||authenticators +authenificate||authenticate +authenificated||authenticated +authenificates||authenticates +authenificating||authenticating +authenification||authentication +authenificator||authenticator +authenificators||authenticators +authenitcate||authenticate +authenitcated||authenticated +authenitcates||authenticates +authenitcating||authenticating +authenitcation||authentication +authenitcator||authenticator +authenitcators||authenticators +autheniticate||authenticate +autheniticated||authenticated +autheniticates||authenticates +autheniticating||authenticating +authenitication||authentication +autheniticator||authenticator +autheniticators||authenticators +authenricate||authenticate +authenricated||authenticated +authenricates||authenticates +authenricating||authenticating +authenrication||authentication +authenricator||authenticator +authenricators||authenticators +authenticaiton||authentication +authentification||authentication +auther||author +autherisation||authorisation +autherise||authorise +autherization||authorization +autherize||authorize +authers||authors +authethenticate||authenticate +authethenticated||authenticated +authethenticates||authenticates +authethenticating||authenticating +authethentication||authentication +authethenticator||authenticator +authethenticators||authenticators +authethicate||authenticate +authethicated||authenticated +authethicates||authenticates +authethicating||authenticating +authethication||authentication +authethicator||authenticator +authethicators||authenticators +autheticate||authenticate +autheticated||authenticated +autheticates||authenticates +autheticating||authenticating +authetication||authentication +autheticator||authenticator +autheticators||authenticators +authetnicate||authenticate +authetnicated||authenticated +authetnicates||authenticates +authetnicating||authenticating +authetnication||authentication +authetnicator||authenticator +authetnicators||authenticators +authetnticate||authenticate +authetnticated||authenticated +authetnticates||authenticates +authetnticating||authenticating +authetntication||authentication +authetnticator||authenticator +authetnticators||authenticators +authorative||authoritative +authoritive||authoritative +auto-destrcut||auto-destruct +auto-genrated||auto-generated +autogenrated||autogenerated +auto-genratet||auto-generated +autogenratet||autogenerated +auto-genration||auto-generation +autogenration||autogeneration +automaitcally||automatically +automaitc||automatic +automanifactured||automanufactured +automaticall||automatically +automaticaly||automatically +automaticalyl||automatically +automaticalyy||automatically +automaticlly||automatically +automaticly||automatically +automatize||automate +automatized||automated +automatizes||automates +auto-negatiotiation||auto-negotiation +autonegatiotiation||autonegotiation +auto-negatiotiations||auto-negotiations +autonegatiotiations||autonegotiations +auto-negoatiation||auto-negotiation +autonegoatiation||autonegotiation +auto-negoatiations||auto-negotiations +autonegoatiations||autonegotiations +auto-negoation||auto-negotiation +autonegoation||autonegotiation +auto-negoations||auto-negotiations +autonegoations||autonegotiations +auto-negociation||auto-negotiation +autonegociation||autonegotiation +auto-negociations||auto-negotiations +autonegociations||autonegotiations +auto-negogtiation||auto-negotiation +autonegogtiation||autonegotiation +auto-negogtiations||auto-negotiations +autonegogtiations||autonegotiations +auto-negoitation||auto-negotiation +autonegoitation||autonegotiation +auto-negoitations||auto-negotiations +autonegoitations||autonegotiations +auto-negoptionsotiation||auto-negotiation +autonegoptionsotiation||autonegotiation +auto-negoptionsotiations||auto-negotiations +autonegoptionsotiations||autonegotiations +auto-negosiation||auto-negotiation +autonegosiation||autonegotiation +auto-negosiations||auto-negotiations +autonegosiations||autonegotiations +auto-negotaiation||auto-negotiation +autonegotaiation||autonegotiation +auto-negotaiations||auto-negotiations +autonegotaiations||autonegotiations +auto-negotaition||auto-negotiation +autonegotaition||autonegotiation +auto-negotaitions||auto-negotiations +autonegotaitions||autonegotiations +auto-negotatiation||auto-negotiation +autonegotatiation||autonegotiation +auto-negotatiations||auto-negotiations +autonegotatiations||autonegotiations +auto-negotation||auto-negotiation +autonegotation||autonegotiation +auto-negotations||auto-negotiations +autonegotations||autonegotiations +auto-negothiation||auto-negotiation +autonegothiation||autonegotiation +auto-negothiations||auto-negotiations +autonegothiations||autonegotiations +auto-negotication||auto-negotiation +autonegotication||autonegotiation +auto-negotications||auto-negotiations +autonegotications||autonegotiations +auto-negotioation||auto-negotiation +autonegotioation||autonegotiation +auto-negotioations||auto-negotiations +autonegotioations||autonegotiations +auto-negotionation||auto-negotiation +autonegotionation||autonegotiation +auto-negotionations||auto-negotiations +autonegotionations||autonegotiations +auto-negotion||auto-negotiation +autonegotion||autonegotiation +auto-negotions||auto-negotiations +autonegotions||autonegotiations +auto-negotiotation||auto-negotiation +autonegotiotation||autonegotiation +auto-negotiotations||auto-negotiations +autonegotiotations||autonegotiations +auto-negotitaion||auto-negotiation +autonegotitaion||autonegotiation +auto-negotitaions||auto-negotiations +autonegotitaions||autonegotiations +auto-negotitation||auto-negotiation +autonegotitation||autonegotiation +auto-negotitations||auto-negotiations +autonegotitations||autonegotiations +auto-negotition||auto-negotiation +autonegotition||autonegotiation +auto-negotitions||auto-negotiations +autonegotitions||autonegotiations +auto-negoziation||auto-negotiation +autonegoziation||autonegotiation +auto-negoziations||auto-negotiations +autonegoziations||autonegotiations +autonymous||autonomous +autoonf||autoconf +autor||author +auto-realease||auto-release +autorealease||autorelease +auto-realeased||auto-released +autorisation||authorisation +autorization||authorization +autoropeat||autorepeat +autors||authors +auxilary||auxiliary +auxillary||auxiliary +auxilliary||auxiliary +avaiable||available +avaialable||available +avaialbale||available +avaialbe||available +avaialbel||available +avaialbility||availability +avaialble||available +avaible||available +avaiilable||available +availaable||available +availabable||available +availabal||available +availabale||available +availabality||availability +availabble||available +availabe||available +availabed||available +availabel||available +availabele||available +availabilty||availability +availabke||available +availabled||available +availablity||availability +availaiable||available +availaible||available +availailability||availability +availaility||availability +availalable||available +availalbe||available +availalble||available +availale||available +availaliable||available +availality||availability +availanle||available +availavble||available +availavility||availability +availavle||available +availbale||available +availbe||available +availble||available +availeable||available +availeble||available +availiable||available +availibility||availability +availibilty||availability +availible||available +availlable||available +avalable||available +avaliable||available +avalible||available +avaluated||evaluated +avaluate||evaluate +avaluates||evaluates +avaluating||evaluating +avaoidable||avoidable +avaoid||avoid +aviable||available +avilable||available +avod||avoid +avoded||avoided +avoding||avoiding +avods||avoids +avriants||variants +avriant||variant +aweful||awful +awefully||awfully +backgroud||background +backpsace||backspace +backslashs||backslashes +backupped||backed-up +bacup||backup +bahavior||behavior +bakup||backup +bakups||backups +baloon||balloon +baloons||balloons +bandwidht||bandwidth +bandwith||bandwidth +barycentic||barycentric +basicly||basically +batery||battery +beacause||because +beacuse||because +beause||because +becahse||because +becaouse||because +becase||because +becasue||because +becomming||becoming +becuase||because +beeing||being +beeings||beings +beetween||between +beetwen||between +befor||before +befure||before +beggin||begin +begginer||beginner +begginers||beginners +beggingin||beginning +begginging||beginning +begginig||beginning +beggining||beginning +begginnig||beginning +begginning||beginning +beggins||begins +begining||beginning +beginnning||beginning +behaivior||behaviour +behavoir||behavior +behavoirs||behaviors +behavriour||behaviour +behavriours||behaviours +beleive||believe +beleived||believed +beleives||believes +beleiving||believing +beliveable||believable +beliveably||believably +belive||believe +beliveble||believable +belivebly||believably +belived||believed +belives||believes +beliving||believing +bellow||below +benifit||benefit +benifite||benefit +benifited||benefited +benifitial||beneficial +benifits||benefits +benig||being +beteeen||between +beteen||between +bettery||better +betweeen||between +betwen||between +beween||between +bianries||binaries +biappicative||biapplicative +bidimentionnal||bidimensional +bi-langual||bi-lingual +bilangual||bilingual +bimillenia||bimillennia +bimillenial||bimillennial +bimillenium||bimillennium +bimontly||bimonthly +binay||binary +bitfileld||bitfield +bitfilelds||bitfields +bitwise-orring||bitwise-oring +bizzare||bizarre +blanace||balance +blindy||blindly +bloking||blocking +bnecause||because +bofore||before +boggus||bogus +bood||boot +boomark||bookmark +boomarks||bookmarks +bootsrap||bootstrap +bootstap||bootstrap +bootstapped||bootstrapped +bootstapping||bootstrapping +bootstaps||bootstraps +bouce||bounce +bouces||bounces +boudaries||boundaries +boudary||boundary +bouding||bounding +boudnaries||boundaries +boudnary||boundary +bouds||bounds +bouind||bound +bouinded||bounded +bouinding||bounding +bouinds||bounds +bounaaries||boundaries +bounaary||boundary +bounadaries||boundaries +bounadary||boundary +bounad||bound +bounaded||bounded +bounading||bounding +bounadries||boundaries +bounadry||boundary +bounads||bounds +bounardies||boundaries +bounardy||boundary +bounaries||boundaries +bounary||boundary +boun||bound +boundries||boundaries +boundry||boundary +bouned||bounded +boungaries||boundaries +boungary||boundary +boungin||bounding +boungind||bounding +bounhdaries||boundaries +bounhdary||boundary +bounidng||bounding +bouning||bounding +bounnd||bound +bounnded||bounded +bounnding||bounding +bounnds||bounds +bounradies||boundaries +bounrady||boundary +bounraies||boundaries +bounraries||boundaries +bounrary||boundary +bounray||boundary +bounsaries||boundaries +bounsary||boundary +bouns||bounds +bounsd||bounds +bountries||boundaries +bountry||boundary +bounudaries||boundaries +bounudary||boundary +bounus||bonus +bouund||bound +bouunded||bounded +bouunding||bounding +bouunds||bounds +bracese||braces +brancket||bracket +branckets||brackets +brane||brain +breif||brief +brige||bridge +briges||bridges +brighness||brightness +brnach||branch +brnaches||branches +brokeness||brokenness +broser||browser +brower||browser +browers||browsers +bufffer||buffer +bufffers||buffers +bugus||bogus +buid||build +buil||build +build-dependancies||build-dependencies +build-dependancy||build-dependency +build-dependencie||build-dependency +buildpackge||buildpackage +builter||builder +builters||builders +buipd||build +buit||built +buitin||builtin +buitins||builtins +buitlin||builtin +buitlins||builtins +buitton||button +buittons||buttons +buld||build +bulding||building +bulds||builds +bulid||build +buliding||building +bulids||builds +bulit||built +bulletted||bulleted +bultin||builtin +bumpded||bumped +bumpted||bumped +bundel||bundle +burocratic||bureaucratic +cacahe||cache +cacahes||caches +cacheed||cached +cacluate||calculate +cacluated||calculated +cacluates||calculates +cacluating||calculating +cacluation||calculation +cacluations||calculations +caculate||calculate +caculated||calculated +caculates||calculates +caculating||calculating +caculation||calculation +caculations||calculations +cahacter||character +cahacters||characters +cahange||change +cahanging||changing +caharacter||character +caharacters||characters +caharcter||character +caharcters||characters +cahc||cache +cahce||cache +cahced||cached +cahces||caches +cahche||cache +cahchedb||cachedb +cahches||caches +cahcing||caching +cahcs||caches +cahdidate||candidate +cahdidates||candidates +cahe||cache +cahes||caches +cahgne||change +cahhel||channel +cahhels||channels +cahined||chained +cahing||caching +cahining||chaining +cahnge||change +cahnged||changed +cahnges||changes +cahnnel||channel +cahnnels||channels +cahracter||character +cahracters||characters +cahr||char +cahrging||charging +cahrs||chars +calcualte||calculate +calcualted||calculated +calcualtes||calculates +calcualting||calculating +calender||calendar +calloed||called +calulate||calculate +calulated||calculated +calulates||calculates +calulating||calculating +calulation||calculation +calulations||calculations +canidate||candidate +canidates||candidates +canonalize||canonicalize +canonalized||canonicalized +canonalizes||canonicalizes +canonalizing||canonicalizing +capabilies||capabilities +capabilites||capabilities +capatibilities||capabilities +captable||capable +captial||capital +carefull||careful +carefuly||carefully +cariage||carriage +carreer||career +cartain||certain +casue||cause +casued||caused +casues||causes +catagories||categories +catagory||category +catched||caught +cbds||cdbs +ceate||create +ceated||created +ceates||creates +ceating||creating +cehck||check +cehcked||checked +cehcking||checking +cehcks||checks +cenario||scenario +centisencond||centisecond +centisenconds||centiseconds +certainity||certainty +certficate||certificate +certficates||certificates +certian||certain +certianly||certainly +certicate||certificate +certicates||certificates +certifacte||certificate +certifactes||certificates +certifcate||certificate +certifcates||certificates +certificat||certificate +chagned||changed +challanage||challenge +challange||challenge +challanges||challenges +changable||changeable +chaning||changing +chaninging||changing +channle||channel +channles||channels +channnel||channel +channnels||channels +characer||character +characers||characters +charachter||character +charachters||characters +charactear||character +charactears||characters +characte||character +characted||character +characteds||characters +characteer||character +characteers||characters +characteisation||characterisation +characteization||characterization +characteor||character +characteors||characters +charactes||characters +charactet||character +characteter||character +characteteristic||characteristic +characteteristics||characteristics +characteters||characters +charactetistic||characteristic +charactetistics||characteristics +charactetr||characters +charactetrs||characterss +charactets||characters +charactor||character +charactors||characters +charater||character +charaters||characters +charcter||character +chatacter||character +chatacters||characters +chcek||check +chceked||checked +chceking||checking +chceks||checks +checg||check +checged||checked +checkstum||checksum +checksuming||checksumming +checkum||checksum +checkums||checksums +chek||check +cheked||checked +cheking||checking +cheksum||checksum +cheksums||checksums +childern||children +childs||children +chnage||change +chnages||changes +choise||choice +choosen||chosen +chosing||choosing +chracter||character +chracters||characters +chunck||chunk +chuncked||chunked +chuncking||chunking +chuncks||chunks +chuncksize||chunksize +cicruit||circuit +cicruits||circuits +cilyndre||cylinder +cilyndres||cylinders +circut||circuit +circuts||circuits +ciricle||circle +ciricles||circles +ciricular||circular +ciricularise||circularise +ciricularize||circularize +cirilic||Cyrillic +cirillic||Cyrillic +ciritcal||critical +ciritcality||criticality +ciritcals||criticals +ciritc||critic +ciritcs||critics +ciritical||critical +ciriticality||criticality +ciriticals||criticals +ciritic||critic +ciritics||critics +cirucal||circular +cirucit||circuit +cirucits||circuits +ciruclar||circular +ciruclation||circulation +ciruclator||circulator +cirucmflex||circumflex +cirucular||circular +cirucumstance||circumstance +cirucumstances||circumstances +ciruit||circuit +ciruits||circuits +cirumstance||circumstance +cirumstances||circumstances +cjoice||choice +cjoices||choices +claaes||classes +claculate||calculate +clasified||classified +clasifies||classifies +clasify||classify +clasifying||classifying +classess||classes +classesss||classes +classs||class +classses||classes +cleaer||clear +cleanpu||cleanup +cleanpus||cleanups +clearified||clarified +clearifies||clarifies +clearify||clarify +clearifying||clarifying +cleean||clean +cleint||client +cleints||clients +cloack||cloak +cloacks||cloaks +clock_getttime||clock_gettime +closeing||closing +clossing||closing +coalacece||coalescence +coalace||coalesce +coalaced||coalesced +coalacence||coalescence +coalacing||coalescing +coalaesce||coalesce +coalaesced||coalesced +coalaescence||coalescence +coalaescing||coalescing +coalascece||coalescence +coalascence||coalescence +coalasece||coalescence +coalase||coalesce +coalased||coalesced +coalasence||coalescence +coalases||coalesces +coalasing||coalescing +coalcece||coalescence +coalcence||coalescence +coallate||collate +coallates||collates +coallating||collating +coallece||coalesce +coalleced||coalesced +coallecence||coalescence +coalleces||coalesces +coallecing||coalescing +coallee||coalesce +coalleed||coalesced +coalleence||coalescence +coallees||coalesces +coalleing||coalescing +coallesce||coalesce +coallesced||coalesced +coallesceing||coalescing +coallescence||coalescence +coallesces||coalesces +coallescing||coalescing +coallese||coalesce +coallesed||coalesced +coallesence||coalescence +coalleses||coalesces +coallesing||coalescing +coallesse||coalesce +coallessed||coalesced +coallessence||coalescence +coallesses||coalesces +coallessing||coalescing +coallision||collision +coallisions||collisions +coallition||coalition +coalscece||coalescence +coalsce||coalesce +coalsced||coalesced +coalscence||coalescence +coalscing||coalescing +coalsece||coalescence +coalseced||coalesced +coalsecense||coalescence +coalsence||coalescence +coefficent||coefficient +coefficents||coefficients +cofidence||confidence +cofigure||configure +cofigured||configured +cofigures||configures +cofiguring||configuring +cointain||contain +cointained||contained +cointains||contains +colaboration||collaboration +collaobrative||collaborative +collapsable||collapsible +collecion||collection +collecions||collections +collegue||colleague +collegues||colleagues +collumn||column +collumns||columns +colorfull||colorful +colorpsace||colorspace +colorpsaces||colorspaces +coloum||column +coloumn||column +coloumns||columns +coloums||columns +colourpsace||colourspace +colourpsaces||colourspaces +colum||column +colums||columns +comamnd||command +comamnd-line||command-line +comamndline||commandline +comamnds||commands +comand||command +comapnies||companies +comapny||company +comaptible||compatible +combatibility||compatibility +coment||comment +comented||commented +comenting||commenting +coments||comments +comit||commit +commad||command +commadn||command +commadn-line||command-line +commadnline||commandline +commadns||commands +commads||commands +comma-separeted||comma-separated +commenet||comment +commenetd||commented +commeneted||commented +commerical||commercial +comming||coming +comminucation||communication +commited||committed +commiter||committer +commiters||committers +commiting||committing +committ||commit +commma||comma +commmand||command +commmand-line||command-line +commmandline||commandline +commmands||commands +commma-separated||comma-separated +commment||comment +commmented||commented +commmenting||commenting +commments||comments +commmet||comment +commmets||comments +commmit||commit +commmited||committed +commmiting||committing +commmits||commits +commmitted||committed +commmitter||committer +commmitters||committers +commmitting||committing +commmon||common +commmunicate||communicate +commmunicated||communicated +commmunicates||communicates +commmunication||communication +commmunity||community +commna||comma +commnad||command +commnad-line||command-line +commnadline||commandline +commnads||commands +commnand||command +commnand-line||command-line +commnandline||commandline +commnands||commands +commna-separated||comma-separated +commnd||command +commnd-line||command-line +commndline||commandline +commnds||commands +commnent||comment +commnents||comments +commnetary||commentary +commnication||communication +commnt||comment +commnted||commented +commnuative||commutative +commnunicating||communicating +commnunication||communication +commnunity||community +commoditiy||commodity +commontly||commonly +commpact||compact +commpaction||compaction +commpare||compare +commpatibility||compatibility +commpatible||compatible +commpilation||compilation +commpile||compile +commpiled||compiled +commpiling||compiling +commplain||complain +commplete||complete +commpleted||completed +commpletely||completely +commpletes||completes +commpletion||completion +commplex||complex +commpliant||compliant +commplied||complied +commponent||component +commponents||components +commpound||compound +commpresd||compressed +commpresed||compressed +commpresion||compression +commpress||compress +commpressd||compressed +commpressed||compressed +commpression||compression +commpute||compute +commputed||computed +commputer||computer +commputes||computes +commtited||committed +commtted||committed +commuication||communication +communcation||communication +commutive||commutative +compability||compatibility +compagnion||companion +compagny||company +comparation||comparison +comparations||comparisons +compareing||comparing +compariable||comparable +comparied||compared +comparign||comparing +comparigon||comparison +comparigons||comparisons +compariing||comparing +comparion||comparison +comparions||comparisons +comparios||comparison +comparioss||comparisons +comparisaion||comparison +comparisaions||comparisons +comparisation||comparison +comparisations||comparisons +comparisement||comparison +comparisements||comparisons +comparisin||comparison +comparising||comparing +comparisins||comparisons +comparision||comparison +comparisions||comparisons +comparism||comparison +comparisment||comparison +comparisments||comparisons +comparisms||comparisons +comparisn||comparison +comparisns||comparisons +comparispon||comparison +comparispons||comparisons +comparission||comparison +comparissions||comparisons +comparisson||comparison +comparissons||comparisons +comparistion||comparison +comparistions||comparisons +compariston||comparison +comparistons||comparisons +comparition||comparison +comparitions||comparisons +comparititive||comparative +comparititively||comparatively +comparitive||comparative +comparitively||comparatively +comparitor||comparator +comparitors||comparators +comparizon||comparison +comparizons||comparisons +comparment||compartment +comparotor||comparator +comparotors||comparators +comparsion||comparison +comparsions||comparisons +compatabable||compatible +compatabiity||compatibility +compatabile||compatible +compatability||compatibility +compatabillity||compatibility +compatabilty||compatibility +compatabily||compatibility +compatable||compatible +compatablie||compatibly +compatablility||compatibility +compatablities||compatibilities +compatablitiy||compatibility +compatablity||compatibility +compatably||compatibly +compataibility||compatibility +compataible||compatible +compataility||compatibility +compatatbility||compatibility +compatatble||compatible +compatatible||compatible +compatator||comparator +compatators||comparators +compatbility||compatibility +compatiability||compatibility +compatibile||compatible +compatibiliy||compatibility +compatibilty||compatibility +compatiblities||compatibilities +compatiblity||compatibility +competetive||competitive +competion||completion +competions||completions +compilant||compliant +complaing||complaining +compleate||complete +compleated||completed +compleates||completes +compleating||completing +compleatly||completely +compleete||complete +compleeted||completed +compleetly||completely +compleetness||completeness +complelte||complete +complession||compression +complet||complete +completition||completion +completly||completely +completness||completeness +complianse||compliance +complient||compliant +complier||compiler +compliers||compilers +complile||compile +compliled||compiled +compliles||compiles +compliling||compiling +compling||compiling +complmenet||complement +componet||component +componets||components +compontent||component +compontents||components +compres||compress +compresed||compressed +compreses||compresses +compresing||compressing +compresion||compression +compsable||composable +comptible||compatible +comression||compression +comsumer||consumer +comsumers||consumers +comunication||communication +conain||contain +conained||contained +conainer||container +conainers||containers +conaines||contains +conaining||containing +conains||contains +conaint||contain +conainter||container +conatin||contain +conatined||contained +conatining||containing +conatins||contains +conbination||combination +conbinations||combinations +concatentate||concatenate +concatentated||concatenated +concatentates||concatenates +concatentating||concatenating +concatentation||concatenation +concatentations||concatenations +concatination||concatenation +concatinations||concatenations +concatonate||concatenate +concatonated||concatenated +concatonates||concatenates +concatonating||concatenating +concensus||consensus +concentic||concentric +concidered||considered +conciousness||consciousness +concurent||concurrent +concurently||concurrently +condident||confident +condidential||confidential +condifurable||configurable +condifuration||configuration +condifure||configure +condifured||configured +conditial||conditional +conditially||conditionally +conditianal||conditional +conditianally||conditionally +conditionaly||conditionally +conditionnaly||conditionally +condtiion||condition +condtiions||conditions +condtional||conditional +condtionally||conditionally +condtionals||conditionals +condtion||condition +condtioned||conditioned +condtions||conditions +condtitional||conditional +condtitionals||conditionals +condtition||condition +condtitions||conditions +conecct||connect +coneccted||connected +coneccting||connecting +conecction||connection +conecctions||connections +conecctivities||connectivities +conecctivity||connectivity +conecctor||connector +conecctors||connectors +coneccts||connects +conecept||concept +conecepts||concepts +conecjture||conjecture +conecjtures||conjectures +conecnt||connect +conecntrate||concentrate +conecntrated||concentrated +conecntrates||concentrates +conecnts||connects +conecpt||concept +conecpts||concepts +conect||connect +conected||connected +conecting||connecting +conection||connection +conections||connections +conectivities||connectivities +conectivity||connectivity +conector||connector +conectors||connectors +conects||connects +conecurrency||concurrency +conecutive||consecutive +coneect||connect +coneected||connected +coneecting||connecting +coneection||connection +coneections||connections +coneectivities||connectivities +coneectivity||connectivity +coneector||connector +coneectors||connectors +coneects||connects +conenct||connect +conencted||connected +conencting||connecting +conenction||connection +conenctions||connections +conenctivities||connectivities +conenctivity||connectivity +conenctor||connector +conenctors||connectors +conencts||connects +conenience||convenience +conenient||convenient +coneninece||convenience +coneninet||convenient +conent||content +conents||contents +coner||corner +conergence||convergence +conern||concern +conerning||concerning +coners||corners +conersion||conversion +conersions||conversions +conert||convert +conerted||converted +conervative||conservative +conet||connect +coneted||connected +coneting||connecting +conetion||connection +conetions||connections +conetivities||connectivities +conetivity||connectivity +conetnt||content +conetor||connector +conetors||connectors +conets||connects +conetxt||context +conetxts||contexts +conext||context +conexts||contexts +confict||conflict +conficted||conflicted +conficts||conflicts +confifurable||configurable +confifuration||configuration +confifure||configure +confifured||configured +configed||configured +configration||configuration +configrations||configurations +configuarble||configurable +configuare||configure +configuared||configured +configuarion||configuration +configuarions||configurations +configuartion||configuration +configuartions||configurations +configuation||configuration +configuations||configurations +configuraion||configuration +configuratoin||configuration +configuratoins||configurations +configuraton||configuration +configuratons||configurations +confimred||confirmed +confucing||confusing +confucion||confusion +confuction||conjunction +confudion||confusion +confue||confuse +confued||confused +confues||confuses +confugiration||configuration +confugirble||configurable +confugire||configure +confugired||configured +confugires||configures +confugiring||configuring +confugrable||configurable +confugration||configuration +confugre||configure +confugred||configured +confugres||configures +confugring||configuring +confugurable||configurable +confuguration||configuration +confugure||configure +confugured||configured +confugures||configures +confuguring||configuring +confuing||confusing +confunction||conjunction +confunder||confounder +confunse||confuse +confunsed||confused +confunses||confuses +confunsing||confusing +confurable||configurable +confuration||configuration +confure||configure +confured||configured +confures||configures +confuring||configuring +confurse||confuse +confursed||confused +confurses||confuses +confursing||confusing +confuze||confuse +confuzed||confused +confuzes||confuses +confuzing||confusing +confuzze||confuse +confuzzed||confused +confuzzes||confuses +confuzzing||confusing +congifurable||configurable +congifuration||configuration +congifure||configure +congifured||configured +conincide||coincide +conincidence||coincidence +conincident||coincident +conincides||coincides +coninciding||coinciding +coninient||convenient +coninstallable||coinstallable +coninuation||continuation +coninue||continue +coninues||continues +coninuity||continuity +coninuous||continuous +conjuction||conjunction +conneciton||connection +connecitons||connections +connectinos||connections +connnect||connect +connnected||connected +connnecting||connecting +connnection||connection +connnections||connections +connnects||connects +connot||cannot +conrtib||contrib +consequtive||consecutive +consequtively||consecutively +considderation||consideration +considder||consider +considdered||considered +considdering||considering +consifer||consider +consifered||considered +consisent||consistent +consisently||consistently +consistancy||consistency +consistant||consistent +consistenly||consistently +consitency||consistency +consituent||constituent +consituents||constituents +consitute||constitute +consituted||constituted +consitutes||constitutes +consituting||constituting +consitution||constitution +consitutuent||constituent +consitutuents||constituents +consitutute||constitute +consitututed||constituted +consitututes||constitutes +consitututing||constituting +consonent||consonant +consonents||consonants +constraintes||constraints +constrast||contrast +constrasts||contrasts +constrcut||construct +constrcuted||constructed +constrcution||construction +constrcutor||constructor +constrcutors||constructors +constrcuts||constructs +constructred||constructed +constuctor||constructor +constuctors||constructors +containe||contained +containes||contains +containg||containing +containt||contain +containted||contained +containter||container +containting||containing +containts||contains +contaisn||contains +contan||contain +contaned||contained +contaning||containing +contans||contains +contein||contain +conteined||contained +conteining||containing +conteins||contains +contence||contents +contentended||contended +content-negatiotiation||content-negotiation +content-negoatiation||content-negotiation +content-negoation||content-negotiation +content-negociation||content-negotiation +content-negogtiation||content-negotiation +content-negoitation||content-negotiation +content-negoptionsotiation||content-negotiation +content-negosiation||content-negotiation +content-negotaiation||content-negotiation +content-negotaition||content-negotiation +content-negotatiation||content-negotiation +content-negotation||content-negotiation +content-negothiation||content-negotiation +content-negotication||content-negotiation +content-negotioation||content-negotiation +content-negotionation||content-negotiation +content-negotion||content-negotiation +content-negotiotation||content-negotiation +content-negotitaion||content-negotiation +content-negotitation||content-negotiation +content-negotition||content-negotiation +content-negoziation||content-negotiation +contermporaneous||contemporaneous +contian||contain +contianed||contained +contianer||container +contianers||containers +contianing||containing +contians||contains +contigious||contiguous +continouity||continuity +continous||continuous +continously||continuously +continueing||continuing +continus||continuous +continuse||continues +continusly||continuously +continuting||continuing +contoller||controller +contollers||controllers +contraciction||contradiction +contracictions||contradictions +contracition||contradiction +contracitions||contradictions +contraints||constraints +contraveining||contravening +contributer||contributor +contributers||contributors +contries||countries +controlable||controllable +controled||controlled +controler||controller +controlers||controllers +controling||controlling +controll||control +controlls||controls +contruct||construct +contructed||constructed +contructing||constructing +contruction||construction +contructions||constructions +contructor||constructor +contructors||constructors +contructs||constructs +contry||country +convenince||convenience +converion||conversion +converions||conversions +conversly||conversely +converstion||conversion +converstions||conversions +convertable||convertible +convertion||conversion +convertions||conversions +convesion||conversion +convesions||conversions +convet||convert +conveted||converted +conveting||converting +convets||converts +convienient||convenient +convieniently||conveniently +conviguration||configuration +convigure||configure +convination||combination +convineance||convenience +convineances||conveniences +convine||combine +convined||convinced +convineient||convenient +convinence||convenience +convinences||conveniences +convinent||convenient +convinently||conveniently +conviniance||convenience +conviniances||conveniences +convinience||convenience +conviniences||conveniences +conviniency||convenience +conviniencys||conveniences +convinient||convenient +conviniently||conveniently +convining||combining +convinve||convince +convinved||convinced +convinving||convincing +convirted||converted +convirting||converting +convised||convinced +coodinate||coordinate +coodinates||coordinates +coopearte||cooperate +coopeartes||cooperates +coordindate||coordinate +coordindates||coordinates +coordine||coordinate +coordines||coordinates +coording||according +coordingate||coordinate +coordingates||coordinates +coordingly||accordingly +coordiniate||coordinate +coordiniates||coordinates +coordinite||coordinate +coordinites||coordinates +coordinnate||coordinate +coordinnates||coordinates +coordintae||coordinate +coordintaes||coordinates +coordintate||coordinate +coordintates||coordinates +coordinte||coordinate +coordintes||coordinates +copeing||copying +coprright||copyright +copyrigth||copyright +copyrigthed||copyrighted +copyrigths||copyrights +copyritght||copyright +copyritghted||copyrighted +copyritghts||copyrights +corected||corrected +corelate||correlate +corelated||correlated +corelates||correlates +corerct||correct +corerctly||correctly +corespond||correspond +coresponded||corresponded +corespondence||correspondence +coresponding||corresponding +coresponds||corresponds +correclty||correctly +correctnes||correctness +correect||correct +correectly||correctly +correlatd||correlated +correllation||correlation +correllations||correlations +correnspond||correspond +corrensponded||corresponded +corrensponding||corresponding +corrensponds||corresponds +correponding||corresponding +correponds||corresponds +corresond||correspond +corresonded||corresponded +corresonding||corresponding +corresonds||corresponds +correspoding||corresponding +correspondance||correspondence +correspondes||corresponds +corresponing||corresponding +corresponsing||corresponding +corretly||correctly +corrolated||correlated +corrolates||correlates +corrolation||correlation +corrolations||correlations +corsor||cursor +cotnain||contain +cotnained||contained +cotnainer||container +cotnainers||containers +cotnaining||containing +cotnains||contains +cotrol||control +cotrolled||controlled +cotrolling||controlling +cotrols||controls +coudn't||couldn't +coul||could +could'nt||couldn't +could't||couldn't +coult||could +countour||contour +countours||contours +cource||course +couter||counter +coutner||counter +coutners||counters +coverted||converted +coverting||converting +covriance||covariance +covriate||covariate +covriates||covariates +coypright||copyright +__cpluspus||__cplusplus +__cpusplus||__cplusplus +creationg||creating +creatre||create +creatred||created +credintial||credential +credintials||credentials +cretae||create +cretaed||created +cretaes||creates +cretaing||creating +cricital||critical +crirical||critical +critcial||critical +critera||criteria +criterias||criteria +criticial||critical +criticially||critically +cross-commpilation||cross-compilation +cross-orgin||cross-origin +crsytal||crystal +crsytallographic||crystallographic +crtical||critical +cryptocraphic||cryptographic +ctificates||certificates +cuase||cause +cuased||caused +cuases||causes +cuasing||causing +cummulative||cumulative +curently||currently +curiousities||curiosities +curiousity||curiosity +curiousity's||curiosity's +currectly||correctly or currently +currious||curious +currnt||current +currntly||currently +currupt||corrupt +currupted||corrupted +curruption||corruption +curruptions||corruptions +custome||custom +cymk||CMYK +dafault||default +dafualt||default +dafualted||defaulted +dafualts||defaults +damge||damage +dammage||damage +dammages||damages +databas||database +databse||database +data-strcuture||data-structure +datastrcuture||datastructure +data-strcutures||data-structures +datastrcutures||datastructures +datatbase||database +datatbases||databases +datatgram||datagram +datatgrams||datagrams +datatore||datastore +datatores||datastores +datatpe||datatype +datatpes||datatypes +datatpye||datatype +datatpyes||datatypes +datatset||dataset +datatsets||datasets +datatstructure||datastructure +datatstructures||datastructures +datattype||datatype +datattypes||datatypes +datatye||datatype +datatyep||datatype +datatyepe||datatype +datatyepes||datatypes +datatyeps||datatypes +datatyes||datatypes +datatyoe||datatype +datatyoes||datatypes +datatytpe||datatype +datatytpes||datatypes +deaemon||daemon +deafault||default +deafualt||default +deafualts||defaults +deafult||default +deafulted||defaulted +deafults||defaults +deamand||demand +deamanding||demanding +deamands||demands +deambigate||disambiguate +deambigates||disambiguates +deambigation||disambiguation +deambiguage||disambiguate +deambiguages||disambiguates +deambiguate||disambiguate +deambiguates||disambiguates +deambiguation||disambiguation +deamiguate||disambiguate +deamiguates||disambiguates +deamiguation||disambiguation +deamon||daemon +deamonified||daemonified +deamonisation||daemonisation +deamonise||daemonise +deamonised||daemonised +deamonises||daemonises +deamonising||daemonising +deamonization||daemonization +deamonize||daemonize +deamonized||daemonized +deamonizes||daemonizes +deamonizing||daemonizing +deamons||daemons +deatch||detach +deatched||detached +deatches||detaches +deatching||detaching +deauthenication||deauthentication +debain||Debian +debehlper||debhelper +debgu||debug +debgug||debug +debguging||debugging +debhlper||debhelper +debiab||Debian +Debiab||Debian +debia||Debian +debians||Debian's +debloking||deblocking +debugginf||debugging +debuging||debugging +decalared||declared +decalare||declare +decalares||declares +decalaring||declaring +decendant||descendant +decendentant||descendant +decendentants||descendants +decendent||descendent +decendents||descendents +decidated||dedicated +decidate||dedicate +decidates||dedicates +deciedd||decided +decied||decided +decie||decide +decieded||decided +deciede||decide +deciedes||decides +decieding||deciding +decieds||decides +deciemal||decimal +decies||decides +decieved||deceived +decieve||deceive +decieves||deceives +decieving||deceiving +decison||decision +declard||declared +declarded||declared +declaritive||declarative +declaritively||declaratively +declarnig||declaring +declars||declares +declartated||declared +declartation||declaration +declartations||declarations +declartative||declarative +declartator||declarator +declartators||declarators +declarted||declared +declartion||declaration +declartions||declarations +declartiuon||declaration +declartiuons||declarations +declartiuve||declarative +declartive||declarative +declartor||declarator +declartors||declarators +declatation||declaration +declatations||declarations +declated||declared +declation||declaration +declations||declarations +declatory||declaratory +decleration||declaration +decodded||decoded +decodding||decoding +decomissioned||decommissioned +decomissioning||decommissioning +decommissionn||decommission +decommissionned||decommissioned +decommpress||decompress +decompres||decompress +decompresed||decompressed +decompreses||decompresses +decompresing||decompressing +deconstrcutor||deconstructor +decorrellation||decorrelation +decremenetd||decremented +decremenet||decrement +decremeneted||decremented +decribed||described +decribe||describe +decribes||describes +decribing||describing +decription||description +decriptions||descriptions +decriptor||descriptor +decriptors||descriptors +decrmenetd||decremented +decrmenet||decrement +decrmeneted||decremented +decrpt||decrypt +decrpted||decrypted +decrption||decryption +decsriptor||descriptor +decsriptors||descriptors +decstiption||description +decstiptions||descriptions +de-duplacated||de-duplicated +deduplacated||deduplicated +de-duplacate||de-duplicate +deduplacate||deduplicate +de-duplacates||de-duplicates +deduplacates||deduplicates +de-duplacation||de-duplication +deduplacation||deduplication +de-duplacted||de-duplicated +deduplacted||deduplicated +de-duplacte||de-duplicate +deduplacte||deduplicate +de-duplactes||de-duplicates +deduplactes||deduplicates +de-duplaction||de-duplication +deduplaction||deduplication +de-duplaicated||de-duplicated +deduplaicated||deduplicated +de-duplaicate||de-duplicate +deduplaicate||deduplicate +de-duplaicates||de-duplicates +deduplaicates||deduplicates +de-duplaication||de-duplication +deduplaication||deduplication +de-duplated||de-duplicated +deduplated||deduplicated +de-duplate||de-duplicate +deduplate||deduplicate +de-duplates||de-duplicates +deduplates||deduplicates +de-duplation||de-duplication +deduplation||deduplication +dedupliated||deduplicated +dedupliate||deduplicate +deelte||delete +deendencies||dependencies +deendency||dependency +defailt||default +defalt||default +defaulat||default +defaulats||defaults +defauld||default +defaul||default +defaulds||defaults +defauled||defaulted +defaule||default +defaules||defaults +defaulf||default +defaulfs||defaults +defaulg||default +defaulgs||defaults +defaulh||default +defaulhs||defaults +defauling||defaulting +defaulit||default +defaulits||defaults +defaulkt||default +defaulkts||defaults +defaull||default +defaulls||defaults +defaullt||default +defaullts||defaults +defaulr||default +defaulrs||defaults +defaulrt||default +defaulrts||defaults +defauls||defaults +defaulst||defaults +defauly||default +defaulys||defaults +defaulz||default +defaut||default +defautl||default +defautled||defaulted +defautling||defaulting +defautls||defaults +defautlt||default +defautly||default +defenition||definition +defenitions||definitions +defered||deferred +deffered||deferred +defiend||defined +defiened||defined +definate||definite +definately||definitely +definining||defining +defininition||definition +defininitions||definitions +definitly||definitely +definitons||definitions +defintion||definition +defintions||definitions +defition||definition +defitions||definitions +defninition||definition +defninitions||definitions +defqault||default +de-fualt||default +defualt||default +defualtdict||defaultdict +de-fualts||defaults +defualts||defaults +defult||default +degenarated||degenerated +degenracy||degeneracy +degenrated||degenerated +degenratet||degenerated +degreee||degree +degreeee||degree +degreeees||degrees +degreees||degrees +deinitailse||deinitialise +deinitailze||deinitialize +deivce||device +deivces||devices +dekstop||desktop +dekstops||desktops +delared||declared +delare||declare +delares||declares +delaring||declaring +delate||delete +delemiter||delimiter +deleteed||deleted +deleteing||deleting +delets||deletes +delgated||delegated +delgate||delegate +delgates||delegates +delgating||delegating +delgation||delegation +delgations||delegations +delgator||delegator +delgators||delegators +delimeter||delimiter +delimeters||delimiters +delimitiaion||delimitation +delimitiaions||delimitations +delimitiation||delimitation +delimitiations||delimitations +delimitied||delimited +delimitier||delimiter +delimitiers||delimiters +delimitiing||delimiting +delimitimg||delimiting +delimition||delimitation +delimitions||delimitations +delimitis||delimits +delimititation||delimitation +delimititations||delimitations +delimitited||delimited +delimititer||delimiter +delimititers||delimiters +delimititing||delimiting +delivative||derivative +delivatives||derivatives +delted||deleted +delte||delete +delting||deleting +deltion||deletion +demoninator||denominator +demoninators||denominators +demostrated||demonstrated +demostrate||demonstrate +demostrates||demonstrates +demostrating||demonstrating +deoes||does +deoesn't||doesn't +depdence||dependence +depdencente||dependence +depdencentes||dependences +depdences||dependences +depdencies||dependencies +depdency||dependency +depdendancies||dependencies +depdendancy||dependency +depdendant||dependent +depdendants||dependents +depdend||depend +depdended||depended +depdendence||dependence +depdendences||dependences +depdendencies||dependencies +depdendency||dependency +depdendent||dependent +depdendents||dependents +depden||depend +depdendet||dependent +depdendets||dependents +depdending||depending +depdends||depends +depdenence||dependence +depdenences||dependences +depdenencies||dependencies +depdenency||dependency +depdenent||dependent +depdenents||dependents +depdening||depending +depdenncies||dependencies +depdenncy||dependency +depdens||depends +depdent||dependent +depdents||dependents +depedencies||dependencies +depedency||dependency +depencies||dependencies +depency||dependency +dependcies||dependencies +dependcy||dependency +dependecies||dependencies +dependecy||dependency +dependencied||dependency +dependencie||dependency +dependenciens||dependencies +dependend||dependent +dependncies||dependencies +dependncy||dependency +depenedecies||dependencies +depenedecy||dependency +depenencies||dependencies +depenency||dependency +depenendecies||dependencies +depenendecy||dependency +depenendence||dependence +depenendencies||dependencies +depenendency||dependency +deploied||deployed +deploiment||deployment +deploiments||deployments +deploymenet||deployment +deploymenets||deployments +depracated||deprecated +depreacted||deprecated +depreacte||deprecate +deprectated||deprecated +deprectate||deprecate +deprectates||deprecates +deprectating||deprecating +deprected||deprecated +depricated||deprecated +depricate||deprecate +depricates||deprecates +depricating||deprecating +derefenced||dereferenced +derefencing||dereferencing +derefernced||dereferenced +derefernce||dereference +dereferncence||dereference +dereferncencer||dereferencer +dereferncencers||dereferencers +dereferncences||dereferences +dereferncer||dereferencer +dereferncers||dereferencers +derefernces||dereferences +dereferncing||dereferencing +de-registeres||de-registers +deregisteres||deregisters +deregiter||deregister +deregiters||deregisters +derevative||derivative +derevatives||derivatives +derivaties||derivatives +derivitive||derivative +derivitives||derivatives +desactivate||deactivate +descibed||described +descibe||describe +descibes||describes +descibing||describing +descided||decided +descide||decide +descides||decides +desciding||deciding +desciptor||descriptor +desciptors||descriptors +desciribed||described +desciribe||describe +desciribes||describes +desciribing||describing +desciription||description +desciriptions||descriptions +descrie||describe +descriptior||descriptor +descriptiors||descriptors +descripton||description +descriptons||descriptions +descriptuve||descriptive +descrition||description +descritpion||description +descritpions||descriptions +descritpiton||description +descritpitons||descriptions +descritpor||descriptor +descritpors||descriptors +descritpr||descriptor +descritpro||descriptor +descritpros||descriptors +descritprs||descriptors +descritption||description +descritptions||descriptions +descritptive||descriptive +descritptor||descriptor +descritptors||descriptors +descrybe||describe +descrybing||describing +descryption||description +descryptions||descriptions +desctiptor||descriptor +desctiptors||descriptors +descvription||description +descvriptions||descriptions +desepears||disappears +desgined||designed +desination||destination +desinations||destinations +desireable||desirable +desision||decision +desisions||decisions +deskop||desktop +deskops||desktops +desltop||desktop +desltops||desktops +desparate||desperate +desparately||desperately +desribed||described +desribe||describe +desribes||describes +desribing||describing +desription||description +desriptions||descriptions +desriptor||descriptor +desriptors||descriptors +desscribe||describe +desscribing||describing +destiantion||destination +destiantions||destinations +destory||destroy +destoryed||destroyed +destorying||destroying +destorys||destroys +destrcut||destruct +destrcuted||destructed +destrcutor||destructor +destrcutors||destructors +destroi||destroy +destroied||destroyed +destroing||destroying +destrois||destroys +destry||destroy +destryed||destroyed +destryer||destroyer +destrying||destroying +destryiong||destroying +destryoed||destroyed +destryoing||destroying +destryong||destroying +destrys||destroys +desturtor||destructor +desturtors||destructors +detabase||database +detailled||detailed +detatch||detach +detatched||detached +detatches||detaches +detatching||detaching +detction||detection +detemined||determined +detemine||determine +detemines||determines +detemining||determining +determing||determining +deterministinc||deterministic +determins||determines +determinstically||deterministically +determinstic||deterministic +detremining||determining +detroy||destroy +detroyed||destroyed +detroying||destroying +detroys||destroys +deubug||debug +deubuging||debugging +devce||device +devcent||decent +develoment||development +develoments||developments +develope||develop +developement||development +developements||developments +developp||develop +developped||developed +developpe||develop +developpement||development +developper||developer +developpers||developers +developpment||development +develpment||development +deveolpment||development +deverloper||developer +deverlopers||developers +devided||divided +devide||divide +devides||divides +deviding||dividing +devirtualisaion||devirtualisation +devirtualisaiton||devirtualisation +devirtualizaion||devirtualization +devirtualizaiton||devirtualization +devirutalisation||devirtualisation +devirutalised||devirtualised +devirutalise||devirtualise +devirutalization||devirtualization +devirutalized||devirtualized +devirutalize||devirtualize +devloped||developed +devloper||developer +devlopers||developers +devloping||developing +devlopment||development +devlopper||developer +devloppers||developers +devritualisation||devirtualisation +devritualization||devirtualization +dgetttext||dgettext +diabled||disabled +diable||disable +diabler||disabler +diablers||disablers +diables||disables +diabling||disabling +diaciritc||diacritic +diaciritcs||diacritics +diagnotic||diagnostic +diagnotics||diagnostics +dialig||dialog +dialigs||dialogs +dianostic||diagnostic +dictioanries||dictionaries +dictioanry||dictionary +dictionay||dictionary +dictionnaries||dictionaries +dictionnary||dictionary +did'nt||didn't +didnt'||didn't +didnt||didn't +diferent||different +diferently||differently +diffcult||difficult +diffculties||difficulties +diffculty||difficulty +differance||difference +differances||differences +differant||different +differantiate||differentiate +differantiation||differentiation +differantiator||differentiator +differantion||differentiation +differate||differentiate +differenciated||differentiated +differenciate||differentiate +differenciates||differentiates +differenciating||differentiating +differents||different +differnce||difference +differnces||differences +differnciate||differentiate +differnec||difference +differnece||difference +differneces||differences +differnecs||differences +differnence||difference +differnences||differences +differnencing||differencing +differnent||different +differnet||different +differnetiated||differentiated +differnetiate||differentiate +differnetly||differently +differnt||different +differntiable||differentiable +differntial||differential +differntials||differentials +differntiated||differentiated +differntiate||differentiate +differntiates||differentiates +differntiating||differentiating +differntly||differently +differnty||different +differrent||different +difficutl||difficult +difficutly||difficulty +diffrent||different +diffrential||differential +diffrentiated||differentiated +diffrentiate||differentiate +diffrently||differently +diffrents||different +difinition||definition +difinitions||definitions +Digial||Digital +digitial||digital +dimenional||dimensional +dimenionalities||dimensionalities +dimenionality||dimensionality +dimenion||dimension +dimenionsal||dimensional +dimenionsalities||dimensionalities +dimenionsality||dimensionality +dimenions||dimensions +dimentional||dimensional +dimention||dimension +dimentionnal||dimensional +dimentionnals||dimensional +dimentions||dimensions +dinamically||dynamically +dinamicly||dynamically +diplay||display +diplayed||displayed +diplaying||displaying +diplays||displays +dirctories||directories +dirctory||directory +direcories||directories +direcory||directory +direcotries||directories +direcotry||directory +directd||directed +directgories||directories +directgory||directory +directoies||directories +directores||directories +directorys||directories +directoy||directory +directpries||directories +directpry||directory +directries||directories +directrly||directly +directroies||directories +directrories||directories +directrory||directory +directroy||directory +directry||directory +directtories||directories +directtory||directory +directy||directly +diretories||directories +diretory||directory +disalb||disable +disalbed||disabled +disalbe||disable +disalbes||disables +disapeard||disappeared +disapear||disappear +disapeared||disappeared +disapearing||disappearing +disapears||disappears +disapper||disappear +disappered||disappeared +disappering||disappearing +disappers||disappears +disbaled||disabled +disbale||disable +disbales||disables +disbaling||disabling +discconecct||disconnect +discconeccted||disconnected +discconeccting||disconnecting +discconecction||disconnection +discconecctions||disconnections +discconeccts||disconnects +discconect||disconnect +discconected||disconnected +discconecting||disconnecting +discconection||disconnection +discconections||disconnections +discconects||disconnects +discconeect||disconnect +discconeected||disconnected +discconeecting||disconnecting +discconeection||disconnection +discconeections||disconnections +discconeects||disconnects +discconenct||disconnect +discconencted||disconnected +discconencting||disconnecting +discconenction||disconnection +discconenctions||disconnections +discconencts||disconnects +discconet||disconnect +discconeted||disconnected +discconeting||disconnecting +discconetion||disconnection +discconetions||disconnections +discconets||disconnects +discernable||discernible +disconecct||disconnect +disconeccted||disconnected +disconeccting||disconnecting +disconecction||disconnection +disconecctions||disconnections +disconeccts||disconnects +disconect||disconnect +disconected||disconnected +disconecting||disconnecting +disconection||disconnection +disconections||disconnections +disconects||disconnects +disconeect||disconnect +disconeected||disconnected +disconeecting||disconnecting +disconeection||disconnection +disconeections||disconnections +disconeects||disconnects +disconenct||disconnect +disconencted||disconnected +disconencting||disconnecting +disconenction||disconnection +disconenctions||disconnections +disconencts||disconnects +disconet||disconnect +disconeted||disconnected +disconeting||disconnecting +disconetion||disconnection +disconetions||disconnections +disconets||disconnects +disconnet||disconnect +disconneted||disconnected +disconneting||disconnecting +disconnets||disconnects +discontigous||discontiguous +discontinous||discontinuous +discontinus||discontinuous +discourraged||discouraged +discourrage||discourage +discovr||discover +discovred||discovered +discovring||discovering +discovrs||discovers +discribes||describes +discription||description +discriptions||descriptions +disctionaries||dictionaries +disctionary||dictionary +discuassed||discussed +discusion||discussion +dislaimer||disclaimer +dislay||display +dislayed||displayed +dislaying||displaying +dislays||displays +dislpay||display +dislpayed||displayed +dislpaying||displaying +dislpays||displays +dispath||dispatch +dispathed||dispatched +dispathes||dispatches +dispathing||dispatching +dispertion||dispersion +dispite||despite +dissabled||disabled +dissable||disable +dissables||disables +dissabling||disabling +dissadvantage||disadvantage +dissadvantages||disadvantages +dissagregation||dissaggregation +dissallow||disallow +dissallowed||disallowed +dissallowing||disallowing +dissallows||disallows +dissalow||disallow +dissalowed||disallowed +dissalowing||disallowing +dissalows||disallows +dissambiguate||disambiguate +dissambled||disassembled +dissamble||disassemble +dissambler||disassembler +dissambles||disassembles +dissamblies||disassemblies +dissambling||disassembling +dissambly||disassembly +dissapate||dissipate +dissapates||dissipates +dissapeard||disappeared +dissapear||disappear +dissapeared||disappeared +dissapearing||disappearing +dissapears||disappears +dissaperd||disappeared +dissaper||disappear +dissapered||disappeared +dissapering||disappearing +dissapers||disappears +dissapoint||disappoint +dissapointed||disappointed +dissapointing||disappointing +dissapoints||disappoints +dissappeard||disappeared +dissappear||disappear +dissappeared||disappeared +dissappearing||disappearing +dissappears||disappears +dissapperd||disappeared +dissapper||disappear +dissappered||disappeared +dissappering||disappearing +dissappers||disappears +dissapprove||disapprove +dissapproves||disapproves +dissasembled||disassembled +dissasemble||disassemble +dissasembler||disassembler +dissasembles||disassembles +dissasemblies||disassemblies +dissasembling||disassembling +dissasembly||disassembly +dissasociated||disassociated +dissasociate||disassociate +dissasociates||disassociates +dissasociation||disassociation +dissassembled||disassembled +dissassemble||disassemble +dissassembler||disassembler +dissassembles||disassembles +dissassemblies||disassemblies +dissassembling||disassembling +dissassembly||disassembly +dissassociated||disassociated +dissassociate||disassociate +dissassociates||disassociates +dissassociating||disassociating +dissaster||disaster +dissasters||disasters +dissbled||disabled +dissble||disable +dissbles||disables +dissbling||disabling +dissconnect||disconnect +dissconnected||disconnected +dissconnects||disconnects +disscover||discover +disscovered||discovered +disscovering||discovering +disscovers||discovers +disscovery||discovery +dissct||dissect +disscted||dissected +disscting||dissecting +dissctor||dissector +dissctors||dissectors +disscts||dissects +disscus||discuss +disscused||discussed +disscuses||discusses +disscusing||discussing +disscusion||discussion +disscuss||discuss +disscussed||discussed +disscusses||discusses +disscussing||discussing +disscussion||discussion +disshearteningly||dishearteningly +dissimiliarity||dissimilarity +dissmantled||dismantled +dissmantle||dismantle +dissmantles||dismantles +dissmantling||dismantling +dissmis||dismiss +dissmised||dismissed +dissmises||dismisses +dissmising||dismissing +dissmiss||dismiss +dissmissed||dismissed +dissmisses||dismisses +dissmissing||dismissing +dissplay||display +dissrupt||disrupt +dissrupted||disrupted +dissrupting||disrupting +dissrupts||disrupts +disssembled||disassembled +disssemble||disassemble +disssembler||disassembler +disssembles||disassembles +disssemblies||disassemblies +disssembling||disassembling +disssembly||disassembly +disssociated||dissociated +disssociate||dissociate +disssociates||dissociates +disssociating||dissociating +distibuted||distributed +distibute||distribute +distibutes||distributes +distibuting||distributing +distibution||distribution +distibutions||distributions +distiction||distinction +distingush||distinguish +distingushed||distinguished +distingushes||distinguishes +distingushing||distinguishing +distnace||distance +distnaces||distances +distnce||distance +distnces||distances +distnct||distinct +distncte||distance +distnctes||distances +distnguish||distinguish +distnguished||distinguished +distniguish||distinguish +distniguished||distinguished +distrebuted||distributed +distribtion||distribution +distribtions||distributions +distribtuion||distribution +distribtuions||distributions +distribuited||distributed +distribuite||distribute +distribuiting||distributing +distribuition||distribution +distribuitng||distributing +distrobution||distribution +distrubuted||distributed +distrubute||distribute +distrubution||distribution +distrubutions||distributions +divertion||diversion +divertions||diversions +divison||division +divisons||divisions +divsion||division +divsions||divisions +docmenetation||documentation +docuement||document +docuements||documents +docuentation||documentation +documantation||documentation +documemt||document +documenation||documentation +documenetation||documentation +documenet||document +documenets||documents +documentaion||documentation +documentaiton||documentation +documention||documentation +documetation||documentation +documetnation||documentation +documment||document +documments||documents +doens't||doesn't +doese||does +doesen't||doesn't +doesent'||doesn't +doesent||doesn't +doese't||doesn't +does'nt||doesn't +doesnt'||doesn't +doesnt||doesn't +doesnt't||doesn't +does't||doesn't +doman||domain +domans||domains +donnot||do not +do'nt||don't +dont'||don't +dont||don't +dont't||don't +donwload||download +donwloaded||downloaded +donwloading||downloading +donwloads||downloads +dosens||dozens +dosen't||doesn't +dosent||doesn't +doube-click||double-click +doubeclick||doubleclick +doube-clicked||double-clicked +doubeclicked||doubleclicked +doube-clicks||double-clicks +doubeclicks||doubleclicks +doube||double +doubel||double +doubele-click||double-click +doubeleclick||doubleclick +doubele-clicked||double-clicked +doubeleclicked||doubleclicked +doubele-clicks||double-clicks +doubeleclicks||doubleclicks +doubely||doubly +doube-quoted||double-quoted +doube-quote||double-quote +doubes||doubles +doube-word||double-word +doube-wprd||double-word +dowgrade||downgrade +dowlink||downlink +dowlinks||downlinks +dowload||download +dowloaded||downloaded +dowloader||downloader +dowloaders||downloaders +dowloading||downloading +dowloads||downloads +downgrated||downgraded +downgrate||downgrade +downlad||download +downlads||downloads +downlod||download +downloding||downloading +downlods||downloads +dpendent||dependent +dpkg-buildpackge||dpkg-buildpackage +dpuble||double +dpubles||doubles +draconain||draconian +draging||dragging +drasticaly||drastically +droped||dropped +droppend||dropped +droppped||dropped +dropse||drops +dsfg||dfsg +dubios||dubious +dulicate||duplicate +dumplicated||duplicated +dumplicate||duplicate +dumplicates||duplicates +dumplicating||duplicating +duplacated||duplicated +duplacate||duplicate +duplacates||duplicates +duplacation||duplication +duplacted||duplicated +duplacte||duplicate +duplactes||duplicates +duplaction||duplication +duplaicated||duplicated +duplaicate||duplicate +duplaicates||duplicates +duplaication||duplication +duplated||duplicated +duplate||duplicate +duplates||duplicates +duplation||duplication +dupliacate||duplicate +dupliacates||duplicates +dupliace||duplicate +dupliacted||duplicated +dupliacte||duplicate +dupliactes||duplicates +dupliagte||duplicate +dupliate||duplicate +dupliates||duplicates +dupliation||duplication +dupplicated||duplicated +dupplicate||duplicate +dupplicates||duplicates +dupplicating||duplicating +dupplication||duplication +dupplications||duplications +duratition||duration +durring||during +dynamicly||dynamically +dynamlically||dynamically +dynamlic||dynamic +dynmaically||dynamically +dynmaic||dynamic +eagrely||eagerly +eaiser||easier +eample||example +eamples||examples +earpeice||earpiece +easilly||easily +ebaled||enabled +ebale||enable +ecept||except +eception||exception +eceptions||exceptions +eclise||eclipse +eclispe||eclipse +ecspecially||especially +edditable||editable +ediable||editable +editting||editing +efective||effective +efectively||effectively +effctive||effective +effctively||effectively +effectly||effectively +effekt||effect +efficency||efficiency +efficent||efficient +efficently||efficiently +effiency||efficiency +effient||efficient +effiently||efficiently +efford||effort +egde||edge +egdes||edges +egenral||general +egenralised||generalised +egenralise||generalise +egenralises||generalises +egenralized||generalized +egenralize||generalize +egenralizes||generalizes +egenrally||generally +ehanced||enhanced +ehance||enhance +ehancement||enhancement +ehancements||enhancements +eighter||either +elemenet||element +elemenets||elements +eletronic||electronic +eligable||eligible +elliminated||eliminated +elliminate||eliminate +elliminates||eliminates +elliminating||eliminating +elmenet||element +elmenets||elements +elment||element +elments||elements +elminated||eliminated +elminate||eliminate +elminates||eliminates +elminating||eliminating +elsewhwere||elsewhere +emailling||emailing +embarrased||embarrassed +embarrasing||embarrassing +embarrasingly||embarrassingly +embdedded||embedded +embeddded||embedded +embeddeding||embedding +embeded||embedded +emenet||element +emenets||elements +emited||emitted +emiting||emitting +emmit||emit +emmiting||emitting +emmits||emits +emmitted||emitted +emptry||empty +emtied||emptied +emties||empties +emtpy||empty +emty||empty +emtying||emptying +enalbed||enabled +enalbe||enable +enalbes||enables +enbaled||enabled +enbale||enable +enbales||enables +enbaling||enabling +enchanced||enhanced +enclosng||enclosing +enclosue||enclosure +enclosung||enclosing +enconding||encoding +encondings||encodings +encorporating||incorporating +encosed||enclosed +encose||enclose +encoses||encloses +encosing||enclosing +encoutner||encounter +encoutners||encounters +encouttering||encountering +encrpted||encrypted +encrpt||encrypt +encrption||encryption +encrytion||encryption +encyption||encryption +endianes||endianness +endianess||endianness +endiannes||endianness +enebaled||enabled +enebale||enable +enehanced||enhanced +eneumeration||enumeration +eneumerations||enumerations +eneumretaion||enumeration +eneumretaions||enumerations +enforcable||enforceable +enforcmement||enforcement +engeneer||engineer +engeneering||engineering +engieer||engineer +enhaced||enhanced +enhancment||enhancement +enhancments||enhancements +enironment||environment +enironments||environments +enitities||entities +enitity||entity +enivornment||environment +enivornments||environments +enlargment||enlargement +enlightnment||enlightenment +enocded||encoded +enouch||enough +enoucntered||encountered +enoucnter||encounter +enoucntering||encountering +enoucnters||encounters +enouf||enough +enoufh||enough +enought||enough +enoughts||enough +enouh||enough +enouhg||enough +enounctered||encountered +enouncter||encounter +enounctering||encountering +enouncters||encounters +enoung||enough +enoungh||enough +enountered||encountered +enounter||encounter +enountering||encountering +enounters||encounters +enouph||enough +enouraged||encouraged +enourage||encourage +enourages||encourages +enouraging||encouraging +enourmous||enormous +enourmously||enormously +enouth||enough +enouugh||enough +enrties||entries +enrtries||entries +enrty||entry +entended||intended +enterance||entrance +enterily||entirely +enthusiatic||enthusiastic +entireity||entirety +entites||entities +entitities||entities +entitity||entity +entrys||entries +enty||entry +enumarated||enumerated +enumarate||enumerate +enumarates||enumerates +enumarating||enumerating +envaluation||evaluation +enver||never +enviomental||environmental +envioment||environment +envioments||environments +envionmental||environmental +envionment||environment +envionments||environments +envioremental||environmental +enviorement||environment +enviorements||environments +enviorenmental||environmental +enviorenment||environment +enviorenments||environments +enviormental||environmental +enviorment||environment +enviorments||environments +enviornemntal||environmental +enviornemnt||environment +enviornemnts||environments +enviornmental||environmental +enviornment||environment +enviornments||environments +envioronmental||environmental +envioronment||environment +envioronments||environments +envireonment||environment +envirnmental||environmental +envirnment||environment +envirnments||environments +envirnoment||environment +envirnoments||environments +enviroiment||environment +enviromental||environmental +enviromentally||environmentally +enviroment||environment +enviroments||environments +environement||environment +environemntal||environmental +environemnt||environment +environemnts||environments +environent||environment +environmenet||environment +environmenets||environments +envrion||environ +envrionmental||environmental +envrionment||environment +envrionments||environments +envriron||environ +envrironmental||environmental +envrironment||environment +envrironments||environments +envvironment||environment +epected||expected +epectedly||expectedly +epect||expect +epecting||expecting +epects||expects +ependency||dependency +ephememeral||ephemeral +ephememeris||ephemeris +eploit||exploit +eploits||exploits +eqivalent||equivalent +equiped||equipped +equitorial||equatorial +equivalant||equivalent +equivelant||equivalent +equivilant||equivalent +equvalent||equivalent +eroneous||erroneous +eror||error +erorr||error +erorrs||errors +erors||errors +erroneus||erroneous +erroneusly||erroneously +erronous||erroneous +erronously||erroneously +errorneous||erroneous +errorneously||erroneously +errror||error +errrors||errors +esacped||escaped +esacpe||escape +esacpes||escapes +escased||escaped +esccaped||escaped +esccape||escape +esential||essential +esentially||essentially +espacially||especially +especailly||especially +especialy||especially +especialyl||especially +esseintially||essentially +essiential||essential +estbalishment||establishment +etherenet||ethernet +etiher||either +etsablishment||establishment +etsbalishment||establishment +evalutated||evaluated +evalutate||evaluate +evalutates||evaluates +evalutating||evaluating +evaluted||evaluated +evalute||evaluate +evalutes||evaluates +evaluting||evaluating +evaulated||evaluated +evaulate||evaluate +evaulates||evaluates +evaulation||evaluation +evaulator||evaluator +evaulted||evaluated +evauluated||evaluated +evauluate||evaluate +evauluates||evaluates +evauluation||evaluation +eventhough||even though +eventuall||eventually +everbody||everybody +everone||everyone +everthing||everything +everwhere||everywhere +everyhing||everything +everythign||everything +everythin||everything +everythings||everything +everytime||every time +everyting||everything +evironment||environment +evironments||environments +evovler||evolver +evovling||evolving +evrithing||everything +evrythign||everything +ewhwer||where +exacly||exactly +exactely||exactly +exagerated||exaggerated +exagerate||exaggerate +exagerates||exaggerates +exagerating||exaggerating +exapmle||example +exapmles||examples +exatcly||exactly +exatctly||exactly +excact||exact +excactly||exactly +excahcnge||exchange +excahnge||exchange +excahnges||exchanges +excat||exact +excatly||exactly +excecised||exercised +excecise||exercise +excecises||exercises +excecpt||except +excecptional||exceptional +excecption||exception +excecptions||exceptions +excectable||executable +excectables||executables +excected||executed +excectedly||expectedly +excecte||execute +excectes||executes +excect||except +excecting||executing +excectional||exceptional +excection||exception +excections||exceptions +excective||executive +excectives||executives +excector||executor +excectors||executors +excects||expects +excecutable||executable +excecutables||executables +excecuted||executed +excecute||execute +excecutes||executes +excecuting||executing +excecution||execution +excecutions||executions +excecutive||executive +excecutives||executives +excecutor||executor +excecutors||executors +excecuts||executes +excedded||exceeded +excedding||exceeding +exceded||exceeded +excedeed||exceeded +excede||exceed +excedes||exceeds +exced||exceed +exceding||exceeding +exceirpt||excerpt +exceirpts||excerpts +excellant||excellent +excempted||exempted +excempt||exempt +excemption||exemption +excemptions||exemptions +excempts||exempts +excentric||eccentric +excentricity||eccentricity +excentuating||accentuating +exceopted||exempted +exceopt||exempt +exceopts||exempts +exceotion||exemption +exceotions||exemptions +exceptation||expectation +excercised||exercised +excercise||exercise +excercises||exercises +excercising||exercising +excesed||exceeded +exces||excess +excesive||excessive +excesively||excessively +excesv||excessive +excesvly||excessively +excetional||exceptional +excetion||exception +excetions||exceptions +excetpional||exceptional +excetpion||exception +excetpions||exceptions +excetptional||exceptional +excetption||exception +excetptions||exceptions +excetra||etcetera +excetutable||executable +excetutables||executables +excetuted||executed +excetute||execute +excetutes||executes +excetuting||executing +excetution||execution +excetutions||executions +excetutive||executive +excetutives||executives +excetutor||executor +excetutors||executors +exceuctable||executable +exceuctables||executables +exceucted||executed +exceucte||execute +exceuctes||executes +exceucting||executing +exceuction||execution +exceuctions||executions +exceuctive||executive +exceuctives||executives +exceuctor||executor +exceuctors||executors +exceutable||executable +exceutables||executables +exceuted||executed +exceute||execute +exceutes||executes +exceuting||executing +exceution||execution +exceutions||executions +exceutive||executive +exceutives||executives +exceutor||executor +exceutors||executors +excewptional||exceptional +excewption||exception +excewptions||exceptions +exchaged||exchanged +exchage||exchange +exchages||exchanges +exchaging||exchanging +exchagned||exchanged +exchagne||exchange +exchagnes||exchanges +exchagnged||exchanged +exchagnge||exchange +exchagnges||exchanges +exchagnging||exchanging +exchagning||exchanging +exchanaged||exchanged +exchanage||exchange +exchanages||exchanges +exchanaging||exchanging +exchanced||exchanged +exchance||exchange +exchances||exchanges +exchanched||exchanged +exchanche||exchange +exchanches||exchanges +exchanching||exchanging +exchancing||exchanging +exchaned||exchanged +exchane||exchange +exchanes||exchanges +exchangable||exchangeable +exchaning||exchanging +exchausted||exhausted +exchaust||exhaust +exchausting||exhausting +exchaustive||exhaustive +exchausts||exhausts +exchenged||exchanged +exchenge||exchange +exchenges||exchanges +exchenging||exchanging +exchnaged||exchanged +exchnage||exchange +exchnages||exchanges +exchnaging||exchanging +exchngd||exchanged +exchnged||exchanged +exchnge||exchange +exchnges||exchanges +exchng||exchange +exchnging||exchanging +exchngng||exchanging +exchngs||exchanges +excisting||existing +excpected||expected +excpect||expect +excpecting||expecting +excpects||expects +excpetion||exception +excplicit||explicit +excplicitly||explicitly +excutable||executable +excutables||executables +excuted||executed +excute||execute +excutes||executes +excuting||executing +exeception||exception +execeptions||exceptions +exection||execution +exections||executions +exectuable||executable +exectuableness||executableness +exectuables||executables +exectution||execution +exectutions||executions +execuable||executable +execuables||executables +execuatable||executable +execuatables||executables +execuatble||executable +execuatbles||executables +execuated||executed +execuate||execute +execuates||executes +execuation||execution +execuations||executions +execubale||executable +execubales||executables +execucted||executed +execucte||execute +execuctes||executes +execuction||execution +execuctions||executions +execuctor||executor +execuctors||executors +execuded||executed +execude||execute +execudes||executes +execuding||executing +execued||executed +execue||execute +execues||executes +execuetd||executed +execueted||executed +execuete||execute +execuetes||executes +execuet||execute +execuets||executes +execuing||executing +execuion||execution +execuions||executions +execuitable||executable +execuitables||executables +execuited||executed +execuite||execute +execuites||executes +execuiting||executing +execuition||execution +execuitions||executions +execulatble||executable +execulatbles||executables +execultable||executable +execultables||executables +execulusive||exclusive +execuned||executed +execune||execute +execunes||executes +execurable||executable +execurables||executables +execured||executed +execure||execute +execures||executes +execused||executed +execuse||execute +execuses||executes +execusion||execution +execusions||executions +execusive||exclusive +execustion||execution +execustions||executions +executabable||executable +executabables||executables +executabe||executable +executabel||executable +executabels||executables +executabes||executables +executablble||executable +executabnle||executable +executabnles||executables +executation||execution +executations||executions +executbale||executable +executbales||executables +executble||executable +executbles||executables +executd||executed +executding||executing +executeable||executable +executeables||executables +executng||executing +executred||executed +executre||execute +executres||executes +executs||executes +executting||executing +executtion||execution +executtions||executions +executuable||executable +executuables||executables +executuble||executable +executubles||executables +executued||executed +executue||execute +executues||executes +executuing||executing +executuion||execution +executuions||executions +executung||executing +executuon||execution +executuons||executions +execututed||executed +executute||execute +execututes||executes +executution||execution +execututions||executions +exemple||example +exension||extension +exensions||extensions +exentended||extended +exepectation||expectation +exepectations||expectations +exepected||expected +exepectedly||expectedly +exepect||expect +exepecting||expecting +exepects||expects +exept||except +exeption||exception +exeptions||exceptions +exeucted||executed +exeucte||execute +exeuctes||executes +exhcuasted||exhausted +exhcuast||exhaust +exising||existing +exisiting||existing +existance||existence +existant||existent +existying||existing +exlcude||exclude +exlcusive||exclusive +exlicite||explicit +exlicitely||explicitly +exlicit||explicit +exlicitly||explicitly +exluded||excluded +exlude||exclude +exludes||excludes +exluding||excluding +exlusionary||exclusionary +exlusion||exclusion +exlusions||exclusions +exlusive||exclusive +exlusively||exclusively +exmained||examined +exmaine||examine +exmaines||examines +exmaple||example +exmaples||examples +expcted||expected +expctedly||expectedly +expct||expect +expcting||expecting +expecially||especially +expectes||expects +expection||exception +expections||exceptions +expeected||expected +expeectedly||expectedly +expeect||expect +expeecting||expecting +expeects||expects +expeense||expense +expeenses||expenses +expeensive||expensive +expeienced||experienced +expeience||experience +expeiences||experiences +expeiencing||experiencing +expeimental||experimental +expeimentally||experimentally +expeimentation||experimentation +expeimentations||experimentations +expeimented||experimented +expeimentel||experimental +expeimentelly||experimentally +expeimenter||experimenter +expeimenters||experimenters +expeiment||experiment +expeimenting||experimenting +expeiments||experiments +expeirimental||experimental +expeirimentally||experimentally +expeirimentation||experimentation +expeirimentations||experimentations +expeirimented||experimented +expeirimentel||experimental +expeirimentelly||experimentally +expeirimenter||experimenter +expeirimenters||experimenters +expeiriment||experiment +expeirimenting||experimenting +expeiriments||experiments +expemental||experimental +expementally||experimentally +expementation||experimentation +expementations||experimentations +expemented||experimented +expementel||experimental +expementelly||experimentally +expementer||experimenter +expementers||experimenters +expement||experiment +expementing||experimenting +expements||experiments +expemplar||exemplar +expemplars||exemplars +expemplary||exemplary +expempted||exempted +expempt||exempt +expemted||exempted +expemt||exempt +expemtion||exemption +expemtions||exemptions +expemts||exempts +expendeble||expendable +expepected||expected +expepectedly||expectedly +expepect||expect +expepecting||expecting +expepects||expects +expepted||expected +expeptedly||expectedly +expept||expect +expepting||expecting +expeption||exception +expeptions||exceptions +expepts||expects +experamental||experimental +experamentally||experimentally +experamentation||experimentation +experamentations||experimentations +experamented||experimented +experamentel||experimental +experamentelly||experimentally +experamenter||experimenter +experamenters||experimenters +experament||experiment +experamenting||experimenting +experaments||experiments +experation||expiration +expercted||expected +experct||expect +expercting||expecting +expercts||expects +expereinced||experienced +expereince||experience +expereinces||experiences +expereincing||experiencing +experemental||experimental +experementally||experimentally +experementation||experimentation +experementations||experimentations +experemented||experimented +experementel||experimental +experementelly||experimentally +experementer||experimenter +experementers||experimenters +experement||experiment +experementing||experimenting +experements||experiments +experenced||experienced +experence||experience +experences||experiences +experencing||experiencing +experesed||expressed +experes||express +experesion||expression +experesions||expressions +experessed||expressed +experesses||expresses +experess||express +experessing||expressing +experession||expression +experession's||expression's +experessions||expressions +experianced||experienced +experiance||experience +experiances||experiences +experiancing||experiencing +experiation||expiration +experiations||expirations +expericed||experienced +experice||experience +experices||experiences +expericing||experiencing +experimal||experimental +experimally||experimentally +experimanental||experimental +experimanentally||experimentally +experimanentation||experimentation +experimanentations||experimentations +experimanented||experimented +experimanentel||experimental +experimanentelly||experimentally +experimanenter||experimenter +experimanenters||experimenters +experimanent||experiment +experimanenting||experimenting +experimanents||experiments +experimanetal||experimental +experimanetally||experimentally +experimanetation||experimentation +experimanetations||experimentations +experimaneted||experimented +experimanetel||experimental +experimanetelly||experimentally +experimaneter||experimenter +experimaneters||experimenters +experimanet||experiment +experimaneting||experimenting +experimanets||experiments +experimantal||experimental +experimantally||experimentally +experimantation||experimentation +experimantations||experimentations +experimanted||experimented +experimantel||experimental +experimantelly||experimentally +experimanter||experimenter +experimanters||experimenters +experimant||experiment +experimanting||experimenting +experimants||experiments +experimation||experimentation +experimations||experimentations +experimdntal||experimental +experimdntally||experimentally +experimdntation||experimentation +experimdntations||experimentations +experimdnted||experimented +experimdntel||experimental +experimdntelly||experimentally +experimdnter||experimenter +experimdnters||experimenters +experimdnt||experiment +experimdnting||experimenting +experimdnts||experiments +experimed||experimented +experimel||experimental +experimelly||experimentally +experimenal||experimental +experimenally||experimentally +experimenatal||experimental +experimenatally||experimentally +experimenatation||experimentation +experimenatations||experimentations +experimenated||experimented +experimenatel||experimental +experimenatelly||experimentally +experimenater||experimenter +experimenaters||experimenters +experimenat||experiment +experimenating||experimenting +experimenation||experimentation +experimenations||experimentations +experimenats||experiments +experimened||experimented +experimenel||experimental +experimenelly||experimentally +experimener||experimenter +experimeners||experimenters +experimen||experiment +experimening||experimenting +experimens||experiments +experimentaal||experimental +experimentaally||experimentally +experimentaat||experiment +experimentaatl||experimental +experimentaatlly||experimentally +experimentaats||experiments +experimentaed||experimented +experimentaer||experimenter +experimentaing||experimenting +experimentaion||experimentation +experimentaions||experimentations +experimentaital||experimental +experimentaitally||experimentally +experimentaited||experimented +experimentaiter||experimenter +experimentaiters||experimenters +experimentait||experiment +experimentaitng||experimenting +experimentaiton||experimentation +experimentaitons||experimentations +experimentatal||experimental +experimentatally||experimentally +experimentatation||experimentation +experimentatations||experimentations +experimentated||experimented +experimentater||experimenter +experimentat||experimental +experimentating||experimenting +experimentatl||experimental +experimentatlly||experimentally +experimentatly||experimentally +experimentel||experimental +experimentelly||experimentally +experimentted||experimented +experimentter||experimenter +experimentters||experimenters +experimentt||experiment +experimentts||experiments +experimer||experimenter +experimers||experimenters +experimetal||experimental +experimetally||experimentally +experimetation||experimentation +experimetations||experimentations +experimeted||experimented +experimetel||experimental +experimetelly||experimentally +experimetental||experimental +experimetentally||experimentally +experimetentation||experimentation +experimetentations||experimentations +experimetented||experimented +experimetentel||experimental +experimetentelly||experimentally +experimetenter||experimenter +experimetenters||experimenters +experimetent||experiment +experimetenting||experimenting +experimetents||experiments +experimeter||experimenter +experimeters||experimenters +experimet||experiment +experimeting||experimenting +experimetnal||experimental +experimetnally||experimentally +experimetnation||experimentation +experimetnations||experimentations +experimetned||experimented +experimetnel||experimental +experimetnelly||experimentally +experimetner||experimenter +experimetners||experimenters +experimetn||experiment +experimetning||experimenting +experimetns||experiments +experimets||experiments +experim||experiment +experiming||experimenting +experimintal||experimental +experimintally||experimentally +experimintation||experimentation +experimintations||experimentations +experiminted||experimented +experimintel||experimental +experimintelly||experimentally +experiminter||experimenter +experiminters||experimenters +experimint||experiment +experiminting||experimenting +experimints||experiments +experimmental||experimental +experimmentally||experimentally +experimmentation||experimentation +experimmentations||experimentations +experimmented||experimented +experimmentel||experimental +experimmentelly||experimentally +experimmenter||experimenter +experimmenters||experimenters +experimment||experiment +experimmenting||experimenting +experimments||experiments +experimnetal||experimental +experimnetally||experimentally +experimnetation||experimentation +experimnetations||experimentations +experimneted||experimented +experimnetel||experimental +experimnetelly||experimentally +experimneter||experimenter +experimneters||experimenters +experimnet||experiment +experimneting||experimenting +experimnets||experiments +experimntal||experimental +experimntally||experimentally +experimntation||experimentation +experimntations||experimentations +experimnted||experimented +experimntel||experimental +experimntelly||experimentally +experimnter||experimenter +experimnters||experimenters +experimnt||experiment +experimnting||experimenting +experimnts||experiments +experims||experiments +experimtenal||experimental +experimtenally||experimentally +experimtenation||experimentation +experimtenations||experimentations +experimtened||experimented +experimtenel||experimental +experimtenelly||experimentally +experimtener||experimenter +experimteners||experimenters +experimten||experiment +experimtening||experimenting +experimtens||experiments +experineced||experienced +experinece||experience +experinemental||experimental +experinementally||experimentally +experinementation||experimentation +experinementations||experimentations +experinemented||experimented +experinementel||experimental +experinementelly||experimentally +experinementer||experimenter +experinementers||experimenters +experinement||experiment +experinementing||experimenting +experinements||experiments +experiration||expiration +experirations||expirations +expermenetal||experimental +expermenetally||experimentally +expermenetation||experimentation +expermenetations||experimentations +expermeneted||experimented +expermenetel||experimental +expermenetelly||experimentally +expermeneter||experimenter +expermeneters||experimenters +expermenet||experiment +expermeneting||experimenting +expermenets||experiments +expermental||experimental +expermentally||experimentally +expermentation||experimentation +expermentations||experimentations +expermented||experimented +expermentel||experimental +expermentelly||experimentally +expermenter||experimenter +expermenters||experimenters +experment||experiment +expermenting||experimenting +experments||experiments +expermiental||experimental +expermientally||experimentally +expermientation||experimentation +expermientations||experimentations +expermiented||experimented +expermientel||experimental +expermientelly||experimentally +expermienter||experimenter +expermienters||experimenters +expermient||experiment +expermienting||experimenting +expermients||experiments +expermimental||experimental +expermimentally||experimentally +expermimentation||experimentation +expermimentations||experimentations +expermimented||experimented +expermimentel||experimental +expermimentelly||experimentally +expermimenter||experimenter +expermimenters||experimenters +expermiment||experiment +expermimenting||experimenting +expermiments||experiments +experminental||experimental +experminentally||experimentally +experminentation||experimentation +experminentations||experimentations +experminent||experiment +experminents||experiments +expernal||external +expersed||expressed +experse||expense +experses||expresses +expers||express +expersing||expressing +expersion||expression +expersions||expressions +expersive||expensive +experssed||expressed +expersses||expresses +experss||express +experssing||expressing +experssion||expression +experssions||expressions +expese||expense +expeses||expenses +expesive||expensive +expesnce||expense +expesnces||expenses +expesncive||expensive +expessed||expressed +expesses||expresses +expess||express +expessing||expressing +expession||expression +expessions||expressions +expested||expected +expestedly||expectedly +expest||expect +expesting||expecting +expetced||expected +expetcedly||expectedly +expetc||expect +expetcing||expecting +expetcs||expects +expetcted||expected +expetctedly||expectedly +expetct||expect +expetcting||expecting +expetcts||expects +expetected||expected +expetectedly||expectedly +expetect||expect +expetecting||expecting +expetectly||expectedly +expetects||expects +expeted||expected +expetedly||expectedly +expet||expect +expetimental||experimental +expetimentally||experimentally +expetimentation||experimentation +expetimentations||experimentations +expetimented||experimented +expetimentel||experimental +expetimentelly||experimentally +expetimenter||experimenter +expetimenters||experimenters +expetiment||experiment +expetimenting||experimenting +expetiments||experiments +expeting||expecting +expets||expects +expewrimental||experimental +expewrimentally||experimentally +expewrimentation||experimentation +expewrimentations||experimentations +expewrimented||experimented +expewrimentel||experimental +expewrimentelly||experimentally +expewrimenter||experimenter +expewrimenters||experimenters +expewriment||experiment +expewrimenting||experimenting +expewriments||experiments +expexcted||expected +expexctedly||expectedly +expexct||expect +expexcting||expecting +expexcts||expects +expexnasion||expansion +expexnasions||expansions +expexted||expected +expextedly||expectedly +expext||expect +expexting||expecting +expexts||expects +expierience||experience +expieriences||experiences +expirimental||experimental +explaination||explanation +explainations||explanations +explaning||explaining +explantion||explanation +explantions||explanations +explecitely||explicitly +explecit||explicit +explecitily||explicitly +explecitly||explicitly +explenation||explanation +explicite||explicit +explicitely||explicitly +explicitily||explicitly +explicity||explicitly +explict||explicit +explictly||explicitly +explit||explicit +explitly||explicitly +explot||exploit +exploting||exploiting +expoential||exponential +expoentially||exponentially +expoerted||exported +expoert||export +expport||export +expresion||expression +expresions||expressions +expresssion||expression +expresssions||expressions +exprienced||experienced +exprience||experience +expriences||experiences +exprimental||experimental +exspected||expected +exspectedly||expectedly +exspect||expect +exspecting||expecting +extarnal||external +extarnally||externally +exteneded||extended +extened||extended +extensability||extensibility +extenstion||extension +extenstions||extensions +extented||extended +extention||extension +extentions||extensions +extepect||expect +extepecting||expecting +extepects||expects +extermporaneous||extemporaneous +extesion||extension +extesions||extensions +extnesion||extension +extrac||extract +extracing||extracting +extracter||extractor +extraenous||extraneous +extreamely||extremely +extream||extreme +extreamily||extremely +extreamly||extremely +extreams||extremes +extrememe||extreme +extrememely||extremely +extrememly||extremely +extremly||extremely +faciliated||facilitated +faciliate||facilitate +faciliates||facilitates +faciliating||facilitating +facirity||facility +faild||failed +failt||fail +failue||failure +failuer||failure +failues||failures +failured||failed +falg||flag +falgs||flags +faliure||failure +faliures||failures +familar||familiar +farmework||framework +fatser||faster +feasable||feasible +featue||feature +featues||features +feauture||feature +feautures||features +feeback||feedback +feeded||fed +fetaure||feature +fetaures||features +ficticious||fictitious +fileld||field +filelds||fields +filess||files +filessytem||filesystem +filessytems||filesystems +filesytem||filesystem +filesytems||filesystems +fileystem||filesystem +fileystems||filesystems +filsystem||filesystem +filsystems||filesystems +filterss||filters +finailse||finalise +finailze||finalize +finaly||finally +findout||find out +finsihed||finished +finsihes||finishes +finsih||finish +finsihing||finishing +finxed||fixed +finxing||fixing +firmwware||firmware +firts||first +fisrt||first +fitler||filter +fitlers||filters +flaged||flagged +flexability||flexibility +flexable||flexible +flie||file +floting||floating +flusing||flushing +foget||forget +fogot||forgot +fogotten||forgotten +foler||folder +folers||folders +folfer||folder +folfers||folders +folled||followed +foller||follower +follers||followers +follewed||followed +follewer||follower +follewers||followers +follew||follow +follewind||following +follewin||following +follewing||following +follewinwg||following +follewiong||following +follewiwng||following +follewong||following +follews||follows +foll||follow +follfowed||followed +follfower||follower +follfowers||followers +follfow||follow +follfowind||following +follfowin||following +follfowing||following +follfowinwg||following +follfowiong||following +follfowiwng||following +follfowong||following +follfows||follows +follind||following +follin||following +folling||following +follinwg||following +folliong||following +folliwed||followed +folliwer||follower +folliwers||followers +folliw||follow +folliwind||following +folliwin||following +folliwing||following +folliwinwg||following +folliwiong||following +folliwiwng||following +folliwng||following +folliwong||following +folliws||follows +folllowed||followed +folllower||follower +folllowers||followers +folllow||follow +folllowind||following +folllowin||following +folllowing||following +folllowinwg||following +folllowiong||following +folllowiwng||following +folllowong||following +folllows||follows +folloing||following +follong||following +folls||follows +follwed||followed +follwer||follower +follwers||followers +follw||follow +follwind||following +follwin||following +follwing||following +follwinwg||following +follwiong||following +follwiwng||following +follwoed||followed +follwoeed||followed +follwoeer||follower +follwoeers||followers +follwoe||follow +follwoeind||following +follwoein||following +follwoeing||following +follwoeinwg||following +follwoeiong||following +follwoeiwng||following +follwoeong||following +follwoer||follower +follwoers||followers +follwoes||follows +follwo||follow +follwoind||following +follwoin||following +follwoing||following +follwoinwg||following +follwoiong||following +follwoiwng||following +follwong||following +follwoong||following +follwos||follows +follwowed||followed +follwower||follower +follwowers||followers +follwow||follow +follwowind||following +follwowin||following +follwowing||following +follwowinwg||following +follwowiong||following +follwowiwng||following +follwowong||following +follwows||follows +follws||follows +follwwed||followed +follwwer||follower +follwwers||followers +follww||follow +follwwind||following +follwwin||following +follwwing||following +follwwinwg||following +follwwiong||following +follwwiwng||following +follwwong||following +follwws||follows +foloowed||followed +foloower||follower +foloowers||followers +foloow||follow +foloowind||following +foloowin||following +foloowing||following +foloowinwg||following +foloowiong||following +foloowiwng||following +foloowong||following +foloows||follows +folowed||followed +folower||follower +folowers||followers +folow||follow +folowind||following +folowin||following +folowing||following +folowinwg||following +folowiong||following +folowiwng||following +folowong||following +folows||follows +folowwed||followed +folowwer||follower +folowwers||followers +foloww||follow +folowwind||following +folowwin||following +folowwing||following +folowwinwg||following +folowwiong||following +folowwiwng||following +folowwong||following +folowws||follows +folse||false +folwoed||followed +folwoer||follower +folwoers||followers +folwo||follow +folwoind||following +folwoin||following +folwoing||following +folwoinwg||following +folwoiong||following +folwoiwng||following +folwoong||following +folwos||follows +folx||folks +fonctionnalies||functionalities +fonctionnalities||functionalities +fonctionnality||functionality +fonctionnaly||functionality +foppy||floppy +foppys||floppies +forbiden||forbidden +foreing||foreign +forementionned||aforementioned +forewarded||forwarded +forground||foreground +formaly||formally +formated||formatted +formating||formatting +formatteded||formatted +formely||formerly +formend||formed +formost||foremost +forseeable||foreseeable +forse||force +fortan||fortran +forthcomming||forthcoming +fortunatly||fortunately +fortunetly||fortunately +forunate||fortunate +forunately||fortunately +forutunate||fortunate +forutunately||fortunately +forver||forever +forwaded||forwarded +forwad||forward +forwading||forwarding +forwads||forwards +forwardig||forwarding +foudn||found +foudning||founding +fourty||forty +fowarded||forwarded +foward||forward +fowarding||forwarding +fowards||forwards +fragement||fragment +fragements||fragments +fragmenet||fragment +fragmenets||fragments +framwork||framework +framworks||frameworks +freee||free +freqencies||frequencies +freqency||frequency +frequncies||frequencies +frequncy||frequency +freze||freeze +frezes||freezes +fricton||friction +frontent||frontend +frontents||frontends +frop||drop +frops||drops +FTBS||FTBFS +fualt||fault +fualts||faults +fucntion||function +fucntions||functions +fuction||function +fuctions||functions +fullfiled||fulfilled +fullfil||fulfil +fullfiling||fulfilling +fullfilled||fulfilled +fullfill||fulfill +fullfilling||fulfilling +fullfills||fulfills +fullfils||fulfils +funcion||function +funcions||functions +funciton||function +funcitons||functions +functin||function +functins||functions +functionallity||functionality +functionaly||functionally +functionnality||functionality +functionning||functioning +functios||functions +functiosn||functions +functonality||functionality +functon||function +functons||functions +fundemantal||fundamental +fundemental||fundamental +fundementally||fundamentally +fundementals||fundamentals +funtional||functional +funtionalities||functionalities +funtionality||functionality +funtionallity||functionality +funtionally||functionally +funtionalty||functionality +funtion||function +funtions||functions +furether||further +furethermore||furthermore +furethest||furthest +furfill||fulfill +furher||further +furhermore||furthermore +furhest||furthest +furhter||further +furhtermore||furthermore +furhtest||furthest +furser||further +fursermore||furthermore +fursest||first +furst||first +fursther||further +fursthermore||furthermore +fursthest||furthest +furthur||further +furture||future +furure||future +furutre||future +furzzer||fuzzer +futher||further +futherize||further +futhermore||furthermore +fwirte||fwrite +gard||guard +garuanteed||guaranteed +garuantee||guarantee +garuantees||guarantees +garuantied||guaranteed +gauaranteed||guaranteed +gauarantee||guarantee +gauarenteed||guaranteed +gauarentee||guarantee +gauranteed||guaranteed +gaurantee||guarantee +gauranteeing||guaranteeing +gaurantees||guarantees +gausian||Gaussian +genarated||generated +genearal||general +genearally||generally +generaly||generally +generalyl||generally +generalyse||generalise +generater||generator +generaters||generators +genereated||generated +genereate||generate +genereates||generates +genereating||generating +genered||generated +genereic||generic +generilised||generalised +generilise||generalise +generilises||generalises +generilized||generalized +generilize||generalize +generilizes||generalizes +generiously||generously +genral||general +genralised||generalised +genralise||generalise +genralises||generalises +genralized||generalized +genralize||generalize +genralizes||generalizes +genrally||generally +genrated||generated +genrate||generate +genrates||generates +genratet||generated +genrating||generating +genration||generation +genrations||generations +genrator||generator +genrators||generators +genreated||generated +genreate||generate +genreates||generates +genreating||generating +genric||generic +genrics||generics +gental||gentle +geocentic||geocentric +geometrie||geometry +geomtry||geometry +georeferncing||georeferencing +geting||getting +get's||gets +gettetx||gettext +gettter||getter +gettters||getters +getttext||gettext +getttime||gettime +getttimeofday||gettimeofday +gettting||getting +ghostscritp||ghostscript +git-buildpackge||git-buildpackage +gived||given +gloabl||global +glpyh||glyph +glpyhs||glyphs +glyphes||glyphs +gnorung||ignoring +goind||going +govenor||governor +goverment||government +grabed||grabbed +grabing||grabbing +grahical||graphical +grahpical||graphical +gramar||grammar +gramatically||grammatically +grammartical||grammatical +grammer||grammar +grammers||grammars +grapic||graphic +gruop||group +gruops||groups +guage||gauge +guaranted||guaranteed +guaranteey||guaranty +guarbage||garbage +guareded||guarded +guared||guarded +guareented||guaranteed +guareenteed||guaranteed +guareentee||guarantee +guareenteeing||guaranteeing +guareentees||guarantees +guareente||guarantee +guareenteing||guaranteeing +guareentes||guarantees +guareenty||guaranty +guarented||guaranteed +guarenteeded||guaranteed +guarenteede||guarantee +guarenteedeing||guaranteeing +guarenteedes||guarantees +guarenteed||guaranteed +guarenteedy||guaranty +guarentee||guarantee +guarenteeing||guaranteeing +guarenteerd||guaranteed +guarenteer||guarantee +guarenteering||guaranteeing +guarenteers||guarantees +guarentees||guarantees +guarente||guarantee +guarenteing||guaranteeing +guarentes||guarantees +guarentied||guaranteed +guarentie||guarantee +guarentieing||guaranteeing +guarenties||guarantees +guarentyd||guaranteed +guarenty||guaranty +guarentying||guarantee +guarentyinging||guaranteeing +guarentys||guarantees +guarging||guarding +guarnanted||guaranteed +guarnanteed||guaranteed +guarnantee||guarantee +guarnanteeing||guaranteeing +guarnantees||guarantees +guarnante||guarantee +guarnanteing||guaranteeing +guarnantes||guarantees +guarnanty||guaranty +guarnated||guaranteed +guarnateed||guaranteed +guarnateeed||guaranteed +guarnateee||guarantee +guarnateeeing||guaranteeing +guarnateees||guarantees +guarnatee||guarantee +guarnateeing||guaranteeing +guarnatees||guarantees +guarnate||guarantee +guarnateing||guaranteeing +guarnates||guarantees +guarnatey||guaranty +guarnaty||guaranty +guarneted||guaranteed +guarneteed||guaranteed +guarnetee||guarantee +guarneteeing||guaranteeing +guarnetees||guarantees +guarnete||guarantee +guarneteing||guaranteeing +guarnetes||guarantees +guarnety||guaranty +guarnted||guaranteed +guarnteed||guaranteed +guarntee||guarantee +guarnteeing||guaranteeing +guarntees||guarantees +guarnte||guarantee +guarnteing||guaranteeing +guarntes||guarantees +guarnty||guaranty +guarranted||guaranteed +guarranteed||guaranteed +guarrantee||guarantee +guarranteeing||guaranteeing +guarrantees||guarantees +guarrante||guarantee +guarranteing||guaranteeing +guarrantes||guarantees +guarrantied||guaranteed +guarrantie||guarantee +guarrantieing||guaranteeing +guarranties||guarantees +guarrantyd||guaranteed +guarranty||guaranty +guarrantying||guaranteeing +guarrantys||guarantees +guarrented||guaranteed +guarrenteed||guaranteed +guarrentee||guarantee +guarrenteeing||guaranteeing +guarrentees||guarantees +guarrente||guarantee +guarrenteing||guaranteeing +guarrentes||guarantees +guarrenty||guaranty +guaruanted||guaranteed +guaruanteed||guaranteed +guaruantee||guarantee +guaruanteeing||guaranteeing +guaruantees||guarantees +guaruante||guarantee +guaruanteing||guaranteeing +guaruantes||guarantees +guaruanty||guaranty +guarunted||guaranteed +guarunteed||guaranteed +guaruntee||guarantee +guarunteeing||guaranteeing +guaruntees||guarantees +guarunte||guarantee +guarunteing||guaranteeing +guaruntes||guarantees +guarunty||guaranty +guassian||Gaussian +guidline||guideline +guidlines||guidelines +guranteed||guaranteed +gurantee||guarantee +guranteeing||guaranteeing +gurantees||guarantees +hadling||handling +hahve||have +halfs||halves +hander||handler +handfull||handful +handleing||handling +handshacke||handshake +handshackes||handshakes +handshacking||handshaking +handshage||handshake +handshages||handshakes +handshaging||handshaking +handshak||handshake +handshakng||handshaking +handshakre||handshake +handshakres||handshakes +handshakring||handshaking +handshaks||handshakes +handshale||handshake +handshales||handshakes +handshaling||handshaking +handshare||handshake +handshares||handshakes +handsharing||handshaking +handshke||handshake +handshkes||handshakes +handshk||handshake +handshking||handshaking +handshkng||handshaking +handshks||handshakes +handwirting||handwriting +hanlded||handled +hanlde||handle +hanlder||handler +hanlders||handlers +hanldes||handles +hanlding||handling +hanldle||handle +hanled||handled +hanle||handle +hanles||handles +hanling||handling +hanshake||handshake +hanshakes||handshakes +hapend||happened +hapends||happens +hapened||happened +hapen||happen +hapening||happening +hapenned||happened +hapenn||happen +hapenning||happening +hapenns||happens +hapens||happens +happend||happened +happenned||happened +harcoded||hardcoded +harcode||hardcode +harcodes||hardcodes +harcoding||hardcoding +hard-wirted||hard-wired +hardwirted||hardwired +harware||hardware +has'nt||hasn't +have'nt||haven't +havent||haven't +havn't||haven't +hazzle||hassle +heigher||higher +heigt||height +heigth||height +heirarchical||hierarchical +heirarchically||hierarchically +heirarchies||hierarchies +heirarchy||hierarchy +helpfull||helpful +helpfuly||helpfully +hexidecimal||hexadecimal +hiddden||hidden +hidding||hiding +hiearchies||hierarchies +hiearchy||hierarchy +hierachical||hierarchical +hierachies||hierarchies +hierachy||hierarchy +hierarchie||hierarchy +higer||higher +higest||highest +high-affort||high-effort +highlighing||highlighting +highlightning||highlighting +highligted||highlighted +highligt||highlight +highligting||highlighting +highligts||highlights +hightlighted||highlighted +hightlight||highlight +hightlighting||highlighting +hightlights||highlights +higlighted||highlighted +higlight||highlight +higlighting||highlighting +higlights||highlights +hilighted||highlighted +hilight||highlight +hilighting||highlighting +hilights||highlights +hipotetical||hypothetical +hisory||history +homapage||homepage +homogenoues||homogeneous +hoook||hook +hoooks||hooks +hopefulle||hopefully +hopefull||hopefully +hopefullly||hopefully +hopefullt||hopefully +hopefullu||hopefully +hopefuly||hopefully +hopeing||hoping +hopmepage||homepage +hopmepages||homepages +hoppefully||hopefully +horicontal||horizontal +horicontally||horizontally +horzontal||horizontal +horzontally||horizontally +hovewer||however +howerver||however +howver||however +hsell||shell +hsould'nt||shouldn't +hsouldn't||shouldn't +hsould||should +htacccess||htaccess +hundrets||hundreds +hvae||have +hybernate||hibernate +hypenated||hyphenated +hypenate||hyphenate +hypenates||hyphenates +hypenating||hyphenating +hypenation||hyphenation +hypen||hyphen +hypens||hyphens +hyptothetical||hypothetical +hyptothetically||hypothetically +hypvervisor||hypervisor +hypvervisors||hypervisors +hypvisor||hypervisor +hypvisors||hypervisors +icluding||including +idelogy||ideology +identation||indentation +identifer||identifier +identifers||identifiers +identifyable||identifiable +identtation||indentation +identties||identities +identtifier||identifier +identty||identity +idicated||indicated +idicate||indicate +idicates||indicates +idicating||indicating +ignord||ignored +ignorgable||ignorable +ignorgd||ignored +ignorged||ignored +ignorge||ignore +ignorgg||ignoring +ignorgig||ignoring +ignorging||ignoring +ignorgs||ignores +ignormable||ignorable +ignormd||ignored +ignormed||ignored +ignorme||ignore +ignormg||ignoring +ignormig||ignoring +ignorming||ignoring +ignorms||ignores +ignornable||ignorable +ignornd||ignored +ignorned||ignored +ignorne||ignore +ignorng||ignoring +ignornig||ignoring +ignorning||ignoring +ignorns||ignores +ignorrable||ignorable +ignorrd||ignored +ignorred||ignored +ignorre||ignore +ignorrg||ignoring +ignorrig||ignoring +ignorring||ignoring +ignorrs||ignores +ignors||ignores +ignortable||ignorable +ignortd||ignored +ignorted||ignored +ignorte||ignore +ignortg||ignoring +ignortig||ignoring +ignorting||ignoring +ignorts||ignores +ignory||ignore +igored||ignored +igore||ignore +igores||ignores +igoring||ignoring +iif||if +imcomming||incoming +imediate||immediate +imediately||immediately +imediatly||immediately +imilar||similar +imlicit||implicit +imlicitly||implicitly +immadiate||immediate +immadiately||immediately +immadiatly||immediately +immeadiate||immediate +immeadiately||immediately +immedate||immediate +immedately||immediately +immediatelly||immediately +immediatlye||immediately +immediatly||immediately +immidiate||immediate +immmediate||immediate +immmediately||immediately +impementaion||implementation +impementaions||implementations +impementation||implementation +impementations||implementations +impemented||implemented +impement||implement +impementing||implementing +impementling||implementing +impementor||implementer +impements||implements +implemantation||implementation +implemememntation||implementation +implemememnt||implement +implemementation||implementation +implemementations||implementations +implememented||implemented +implemement||implement +implemementing||implementing +implemements||implements +implememetation||implementation +implememtation||implementation +implememtations||implementations +implememted||implemented +implememt||implement +implememting||implementing +implememts||implements +implemenationa||implementation +implemenationd||implementation +implemenation||implementation +implemenations||implementations +implemend||implement +implemends||implements +implemenetaion||implementation +implemenetaions||implementations +implemenetation||implementation +implemenetations||implementations +implemenetd||implemented +implemeneted||implemented +implemeneter||implementer +implemenet||implement +implemeneting||implementing +implemenets||implements +implemen||implement +implementaion||implementation +implementaions||implementations +implementaiton||implementation +implementaitons||implementations +implementataion||implementation +implementatation||implementation +implementated||implemented +implementates||implements +implementatin||implementation +implementatins||implementations +implementation-spacific||implementation-specific +implementatoin||implementation +implementaton||implementation +implementator||implementer +implementators||implementers +implementattion||implementation +implemention||implementation +implemetation||implementation +implemeted||implemented +implemet||implement +implemeting||implementing +implemets||implements +implemntation||implementation +implemntations||implementations +implentation||implementation +implentations||implementations +implented||implemented +implent||implement +implenting||implementing +implentors||implementers +implents||implements +implicitely||implicitly +implicity||implicitly +implimentation||implementation +implimentations||implementations +implimentation-spacific||implementation-specific +implimented||implemented +impliment||implement +implimenting||implementing +implimention||implementation +implimentions||implementations +implimentor||implementor +impliments||implements +implmenetaion||implementation +implmenetaions||implementations +implmenetation||implementation +implmenetations||implementations +implmenetd||implemented +implmeneted||implemented +implmeneter||implementer +implmenet||implement +implmeneting||implementing +implmenets||implements +implmentation||implementation +implmentations||implementations +implmented||implemented +implment||implement +implmenting||implementing +implments||implements +impossiblble||impossible +impoved||improved +impove||improve +impoves||improves +impoving||improving +impresive||impressive +improoved||improved +improove||improve +improoves||improves +improoving||improving +improovment||improvement +improovments||improvements +improvemenet||improvement +improvemenets||improvements +improvmenet||improvement +improvmenets||improvements +improvment||improvement +improvments||improvements +inacccessible||inaccessible +inaccesible||inaccessible +inaccuraccies||inaccuracies +inaccuraccy||inaccuracy +inadvertant||inadvertent +inadvertantly||inadvertently +inappropiate||inappropriate +incase||in case +incidently||incidentally +inclding||including +incldued||included +incldue||include +incldues||includes +inclued||included +inclue||include +inclues||includes +incluing||including +inclusinve||inclusive +incomaptible||incompatible +incombatibilities||incompatibilities +incombatibility||incompatibility +incomming||incoming +incommplete||incomplete +incompatabable||incompatible +incompatabiity||incompatibility +incompatabile||incompatible +incompatabilities||incompatibilities +incompatability||incompatibility +incompatabillity||incompatibility +incompatabilty||incompatibility +incompatabily||incompatibility +incompatable||incompatible +incompatablie||incompatibly +incompatablility||incompatibility +incompatablities||incompatibilities +incompatablitiy||incompatibility +incompatablity||incompatibility +incompatably||incompatibly +incompataibility||incompatibility +incompataible||incompatible +incompataility||incompatibility +incompatatbility||incompatibility +incompatatble||incompatible +incompatatible||incompatible +incompatbility||incompatibility +incompatiability||incompatibility +incompatiblities||incompatibilities +incompatiblity||incompatibility +incompleate||incomplete +incompleete||incomplete +incomptible||incompatible +inconsisent||inconsistent +inconsisently||inconsistently +inconsistancy||inconsistency +inconsistant||inconsistent +inconsistenly||inconsistently +inconvertable||inconvertible +inconvienient||inconvenient +inconvineance||inconvenience +inconvineances||inconveniences +inconvinence||inconvenience +inconvinences||inconveniences +inconviniance||inconvenience +inconviniances||inconveniences +inconvinience||inconvenience +inconviniences||inconveniences +inconviniency||inconvenience +inconviniencys||inconveniences +incoporated||incorporated +incoporate||incorporate +incoporates||incorporates +incoporating||incorporating +incoropate||incorporate +incoropates||incorporates +incorperated||incorporated +incorperate||incorporate +incorperates||incorporates +incorperating||incorporating +incorperation||incorporation +incorreclty||incorrectly +incorreect||incorrect +incorreectly||incorrectly +incosistent||inconsistent +increas||increase +incremenetd||incremented +incremeneted||incremented +incremenet||increment +incrmenetd||incremented +incrmeneted||incremented +incrmenet||increment +incrmental||incremental +incrmentally||incrementally +incrmented||incremented +incrment||increment +incrmenting||incrementing +incrments||increments +incuded||included +incude||include +incudes||includes +incuding||including +incure||incur +indeces||indices +indecies||indices +indempotent||idempotent +indendation||indentation +indended||intended +indentended||indented +indentical||identical +indentification||identification +indentified||identified +indentifies||identifies +indentify||identify +indentifying||identifying +indepandance||independence +indepdence||independence +indepdencente||independence +indepdendant||independent +indepdendantly||independently +indepdendence||independence +indepdendent||independent +indepdendently||independently +indepdendet||independent +indepdendetly||independently +indepdenence||independence +indepdenent||independent +indepdenently||independently +indepdented||independent +indepdentedly||independently +indepdent||independent +indepdently||independently +independance||independence +independant||independent +independantly||independently +independed||independent +independend||independent +independ||independent +independly||independently +independnent||independent +independnet||independent +independnt||independent +independntly||independently +independt||independent +independtly||independently +indepenendence||independence +indepenent||independent +indepenently||independently +indiated||indicated +indiate||indicate +indiates||indicates +indiating||indicating +indiciated||indicated +indiciate||indicate +indiciates||indicates +indiciating||indicating +indicte||indicate +indictes||indicates +indipendent||independent +indipendently||independently +indistiguishable||indistinguishable +indivdual||individual +indivdually||individually +individuelly||individually +indivudual||individual +indivudually||individually +indpendent||independent +indpendently||independently +inefficency||inefficiency +ineffient||inefficient +ineffiently||inefficiently +inegrated||integrated +inegrate||integrate +infered||inferred +infering||inferring +inferrence||inference +inflexable||inflexible +influeced||influenced +influece||influence +influeces||influences +influecing||influencing +infomation||information +informaion||information +informatiom||information +informations||information +informaton||information +informtion||information +infrasctructure||infrastructure +infromation||information +ingored||ignored +ingore||ignore +ingores||ignores +ingoring||ignoring +inheritence||inheritance +initail||initial +initailisation||initialisation +initailised||initialised +initailise||initialise +initailiser||initialiser +initailisers||initialisers +initailises||initialises +initailising||initialising +initailization||initialization +initailized||initialized +initailize||initialize +initailizer||initializer +initailizers||initializers +initailizes||initializes +initailizing||initializing +initailly||initially +initailsation||initialisation +initailsed||initialised +initailse||initialise +initailsiation||initialisation +initails||initials +initaily||initially +initailzation||initialization +initailzed||initialized +initailze||initialize +initailziation||initialization +inital||initial +initalisation||initialisation +initalised||initialised +initalise||initialise +initalises||initialises +initalising||initialising +initalization||initialization +initalized||initialized +initalize||initialize +initalizer||initializer +initalizes||initializes +initalizing||initializing +initals||initials +initators||initiators +initiailize||initialize +initializiation||initialization +initialsed||initialised +initialse||initialise +initialses||initialises +initialysed||initialised +initialyse||initialise +initialyses||initialises +initialysing||initialising +initialyzed||initialized +initialyze||initialize +initialyzes||initializes +initialyzing||initializing +initialzed||initialized +initialze||initialize +initialzes||initializes +initialzing||initializing +initiliased||initialised +initiliase||initialise +initiliases||initialises +initiliasing||initialising +initiliazed||initialized +initiliaze||initialize +initiliazes||initializes +initiliazing||initializing +initilisation||initialisation +initilisations||initialisations +initilised||initialised +initilise||initialise +initilises||initialises +initilising||initialising +initilization||initialization +initilizations||initializations +initilized||initialized +initilize||initialize +initilizes||initializes +initilizing||initializing +initliazed||initialized +initliaze||initialize +initliazer||initializer +inlcluded||included +inlclude||include +inlcludes||includes +inlcluding||including +inlcludion||inclusion +inlclusive||inclusive +inlcuded||included +inlcude||include +inlcudes||includes +inlcuding||including +inlcusion||inclusion +inlcusive||inclusive +inluded||included +inlude||include +inludes||includes +inluding||including +inludung||including +inlusive||inclusive +inmediate||immediate +inmediatelly||immediately +inmediately||immediately +inmediatily||immediately +inmediatly||immediately +in-memeory||in-memory +innactive||inactive +innacurate||inaccurate +innacurately||inaccurately +inofficial||unofficial +inoquous||innocuous +inportant||important +inprooved||improved +inproove||improve +inprooves||improves +inprooving||improving +inproovment||improvement +inproovments||improvements +inproper||improper +inproperly||improperly +inreractive||interactive +inscpeting||inspecting +insde||inside +insensistive||insensitive +insensistively||insensitively +insensitve||insensitive +insepected||inspected +insepect||inspect +insepection||inspection +insepects||inspects +insependent||independent +inseperable||inseparable +instad||instead +instaead||instead +instaed||instead +instalation||installation +instalations||installations +installationa||installation +installe||installer +instanciated||instantiated +instanciate||instantiate +instanciates||instantiates +instanciating||instantiating +instanciation||instantiation +instanciations||instantiations +ins't||isn't +instnace||instance +instnaces||instances +instnance||instance +instnances||instances +instnatiated||instantiated +instnatiation||instantiation +instnatiations||instantiations +instnat||instant +instnce||instance +instnces||instances +instnsiated||instantiated +instnsiation||instantiation +instnsiations||instantiations +instnt||instant +instntly||instantly +instrcutino||instruction +instrcutinos||instructions +instrcut||instruct +instrcution||instruction +instrcutions||instructions +instrcuts||instructs +instruciton||instruction +instrucitons||instructions +instrumenetation||instrumentation +instrumenetd||instrumented +instrumeneted||instrumented +instrumenet||instrument +intall||install +intance||instance +intances||instances +intead||instead +intedned||intended +inteface||interface +integreated||integrated +integrety||integrity +integrey||integrity +intendet||intended +intentended||intended +intentially||intentionally +intepretable||interpretable +intepretation||interpretation +intepretations||interpretations +intepretator||interpreter +intepreted||interpreted +intepreter||interpreter +intepreters||interpreters +intepretes||interprets +intepreting||interpreting +intepret||interpret +inteprets||interprets +interace||interface +interaces||interfaces +interactuable||interactive +interal||internal +interally||internally +interals||internals +interanl||internal +interanlly||internally +interator||iterator +interators||iterators +intercahnged||interchanged +intercahnge||interchange +interchage||interchange +interchangable||interchangeable +interchangably||interchangeably +intereference||interference +intereferences||interferences +interesected||intersected +interesecting||intersecting +interesect||intersect +interesection||intersection +interesections||intersections +interesects||intersects +interespersed||interspersed +interesseted||interested +interessted||interested +interessting||interesting +interesst||interest +interferance||interference +interferred||interfered +interferring||interfering +intergerated||integrated +interger||integer +interger's||integer's +intergers||integers +intermidiate||intermediate +intermittant||intermittent +intermperance||intemperance +internation||international +internel||internal +internels||internals +interopeable||interoperable +interpeted||interpreted +interpeter||interpreter +interpeters||interpreters +interpeting||interpreting +interpet||interpret +interpets||interprets +interpolaed||interpolated +interpolaion||interpolation +interpolaiton||interpolation +interpolar||interpolator +interpolayed||interpolated +interpretes||interprets +interpretor||interpreter +interpretter||interpreter +interracting||interacting +interract||interact +interractive||interactive +interracts||interacts +interrrupted||interrupted +interrrupting||interrupting +interrrupt||interrupt +interrrupts||interrupts +interruped||interrupted +interruping||interrupting +interrups||interrupts +intersecrion||intersection +intersting||interesting +interst||interest +intersts||interests +interupted||interrupted +interupting||interrupting +interupt||interrupt +interupts||interrupts +intiailised||initialised +intiailise||initialise +intiailises||initialises +intiailising||initialising +intiailized||initialized +intiailize||initialize +intiailizes||initializes +intiailizing||initializing +intiale||initial +intial||initial +intialisation||initialisation +intialised||initialised +intialise||initialise +intialiser||initialiser +intialisers||initialisers +intialises||initialises +intialising||initialising +intialistion||initialisation +intialization||initialization +intializaze||initialize +intialized||initialized +intialize||initialize +intializer||initializer +intializers||initializers +intializes||initializes +intializing||initializing +intializtion||initialization +intiallisation||initialisation +intiallisations||initialisations +intiallised||initialised +intiallization||initialization +intiallizations||initializations +intiallized||initialized +intiallly||initially +intially||initially +intialsed||initialised +intialse||initialise +intialsing||initialising +intials||initials +intialte||initialise +intialy||initially +intialzed||initialized +intialze||initialize +intialzing||initializing +intraversion||introversion +intravert||introvert +intraverts||introverts +intregral||integral +intrested||interested +intresting||interesting +intrest||interest +introsepectable||introspectable +introsepection||introspection +intrrupted||interrupted +intrrupting||interrupting +intrrupt||interrupt +intrrupts||interrupts +intruction||instruction +intructions||instructions +intrumented||instrumented +intrumenting||instrumenting +intrument||instrument +intruments||instruments +intuative||intuitive +invaid||invalid +invalide||invalid +invalud||invalid +invarient||invariant +invesitgated||investigated +invesitgating||investigating +invesitgation||investigation +invesitgations||investigations +invididual||individual +invidual||individual +invidually||individually +invloved||involved +invlove||involve +invloves||involves +invokation||invocation +invokations||invocations +invokved||invoked +invokve||invoke +invokves||invokes +invokving||invoking +involvment||involvement +irregularties||irregularities +irregulier||irregular +irregulierties||irregularities +irrelavent||irrelevant +irrelevent||irrelevant +irreplacable||irreplaceable +irreplacalbe||irreplaceable +irreproducable||irreproducible +irresepective||irrespective +isntallation||installation +isntallations||installations +isntance||instance +isntances||instances +is'nt||isn't +isnt||isn't +isssued||issued +isssue||issue +isssues||issues +issueing||issuing +istalling||installing +istead||instead +iterface||interface +iterfaces||interfaces +itf-8||utf-8 +itialised||initialised +itialise||initialise +itialises||initialises +itialized||initialized +itialize||initialize +itializes||initializes +itializing||initializing +itnerest||interest +itnerface||interface +itnerfaces||interfaces +itsef||itself +itselfs||itself +itsel||itself +itslef||itself +janurary||january +japanses||Japanese +JavaSciript||JavaScript +javascritp||javascript +jave||java +keept||kept +kenrel||kernel +keybaord||keyboard +keybaords||keyboards +keyboaard||keyboard +keyboaards||keyboards +keyboad||keyboard +keyboads||keyboards +keybooard||keyboard +keybooards||keyboards +keyborad||keyboard +keyborads||keyboards +keybord||keyboard +keybords||keyboards +keybroad||keyboard +keybroads||keyboards +keyowrd||keyword +keyworkd||keyword +keyworkds||keywords +keywork||keyword +keywprd||keyword +knowlege||knowledge +knwon||known +konw||know +konwn||known +konws||knows +lable||label +lables||labels +laguage||language +langage||language +langauage||language +langauge||language +langauges||languages +languace||language +languaces||languages +languae||language +languaes||languages +language-spacific||language-specific +languahe||language +languahes||languages +languaje||language +languajes||languages +languale||language +languales||languages +langualge||language +langualges||languages +langual||lingual +languange||language +languanges||languages +languaqe||language +languaqes||languages +languate||language +languates||languages +languauge||language +languauges||languages +languege||language +langueges||languages +langugae||language +langugaes||languages +langugage||language +langugages||languages +languge||language +languges||languages +langugue||language +langugues||languages +laoded||loaded +laoding||loading +laod||load +laods||loads +lauched||launched +laucher||launcher +lauches||launches +lauching||launching +lauch||launch +launck||launch +lazyness||laziness +lcoal||local +lcoally||locally +lcuase||clause +leagacy||legacy +leagalise||legalise +leagality||legality +leagalize||legalize +leagal||legal +leagcy||legacy +leage||league +leagelise||legalise +leagelity||legality +leagelize||legalize +leagel||legal +leageue||league +leaglise||legalise +leaglity||legality +leaglize||legalize +leagl||legal +leat||least +leats||least +legalimate||legitimate +leightweight||lightweight +lengh||length +lenghs||lengths +lenghtend||lengthened +lenghtened||lengthened +lenghtening||lengthening +lenghten||lengthen +lenghthen||lengthen +lenghth||length +lenghths||lengths +lenghthy||lengthy +lenght||length +lenghtly||lengthy +lenghts||lengths +lenghty||lengthy +lengthes||lengths +lenth||length +lesstiff||lesstif +leyer||layer +libaries||libraries +libary||library +libraarie||library +libraaries||libraries +libraary||library +librabarie||library +librabaries||libraries +librabary||library +librabie||library +librabies||libraries +librabrie||library +librabries||libraries +librabry||library +libraby||library +libraie||library +libraier||library +libraies||libraries +libraiesr||libraries +libraire||library +libraires||libraries +librairies||libraries +librairy||library +libralie||library +libralies||libraries +libraly||library +libraris||libraries +libratie||library +libraties||libraries +libraty||library +libray||library +librayr||library +licenceing||licencing +licese||license +lient||client +lients||clients +lightweigh||lightweight +lightwight||lightweight +ligth||light +likelyhood||likelihood +likewis||likewise +lik||link +limitiaion||limitation +limitiaions||limitations +limitiation||limitation +limitiations||limitations +limitied||limited +limitier||limiter +limitiers||limiters +limitiing||limiting +limitimg||limiting +limition||limitation +limitions||limitations +limitis||limits +limititation||limitation +limititations||limitations +limitited||limited +limititer||limiter +limititers||limiters +limititing||limiting +limted||limited +lincesed||licensed +lincese||license +linceses||licenses +linkfy||linkify +lintain||lintian +lising||listing +litle||little +littele||little +littel-endian||little-endian +littel||little +litterally||literally +litterate||literate +litterature||literature +locae||locate +locaes||locates +locaiing||locating +locailty||locality +locaing||locating +locaion||location +locaions||locations +locaised||localised +locaise||localise +locaiser||localiser +locaises||localises +locaite||locate +locaites||locates +locaiting||locating +locaition||location +locaitions||locations +locaiton||location +locaitons||locations +locaized||localized +locaize||localize +locaizer||localizer +locaizes||localizes +localation||location +localtion||location +localtions||locations +loding||loading +loggging||logging +loggin||login +logile||logfile +longers||longer +long-runnign||long-running +lon||long +lookes||looks +loosly||loosely +losely||loosely +lsit||list +lsits||lists +mabye||maybe +machanism||mechanism +machanisms||mechanisms +machinary||machinery +maching||matching +macpakge||package +mahcine||machine +maillinglist||mailing list +maillinglists||mailing lists +mailling||mailing +maintainance||maintenance +maintainence||maintenance +maintaing||maintaining +maintance||maintenance +maintan||maintain +maitained||maintained +maitain||maintain +makeing||making +malicously||maliciously +malicous||malicious +malplaced||misplaced +malplace||misplace +mamory||memory +managable||manageable +managemenet||management +managmenet||management +managment||management +manangement||management +manaully||manually +manaul||manual +manauls||manuals +mandatatory||mandatory +maneouvring||manoeuvring +mangement||management +mangementt||management +manifacture||manufacture +manifacturer||manufacturer +manifacturers||manufacturers +manipulatin||manipulating +maniuplated||manipulated +maniuplate||manipulate +maniuplates||manipulates +maniuplating||manipulating +maniuplation||manipulation +maniuplations||manipulations +maniuplator||manipulator +maniuplators||manipulators +mannually||manually +mannual||manual +mannualy||manually +manoeuvering||maneuvering +manouevring||manoeuvring +mantained||maintained +mantainer||maintainer +mantaining||maintaining +mantain||maintain +mantains||maintains +manualyl||manually +manualy||manually +manualyy||manually +manully||manually +manupulation||manipulation +manupulations||manipulations +manyally||manually +manyal||manual +manyals||manuals +mappping||mapping +mapppings||mappings +mashine||machine +mashines||machines +mata-data||meta-data +matadata||metadata +matainer||maintainer +matainers||maintainers +matchign||matching +matchin||matching +matcing||matching +mathimatical||mathematical +mathimatic||mathematic +mathimatics||mathematics +mavrick||maverick +maximimum||maximum +maxium||maximum +mazilla||Mozilla +meachanism||mechanism +meaninful||meaningful +meaningfull||meaningful +meanin||meaning +measuremenet||measurement +measuremenets||measurements +measurmenet||measurement +measurmenets||measurements +meatadata||metadata +meausure||measure +meausures||measures +meber||member +mecahinsm||mechanism +mecahinsms||mechanisms +mecahnic||mechanic +mecahnics||mechanics +mecahnism||mechanism +mecanism||mechanism +mecanisms||mechanisms +mechamism||mechanism +mechamisms||mechanisms +mechine||machine +mechines||machines +meens||means +memcahed||memcached +memcahe||memcache +memeasurement||measurement +memebered||remembered +memeber||member +memebership||membership +memeberships||memberships +memebers||members +memebr||member +memebrof||memberof +memebrs||members +memember||remember +memembers||members +mememory||memory +mememto||memento +memeory||memory +memer||member +memership||membership +memerships||memberships +memery||memory +menetion||mention +menioned||mentioned +mentiond||mentioned +mentionned||mentioned +mentionning||mentioning +mentionnned||mentioned +ment||meant +menue||menu +menues||menus +meny||many +mercahnt||merchant +merly||merely +merory||memory +mesage||message +mesages||messages +messags||messages +messanger||messenger +messangers||messengers +messge||message +messges||messages +messsage||message +messsages||messages +meta-attrubute||meta-attribute +meta-attrubutes||meta-attributes +metacharater||metacharacter +metacharaters||metacharacters +metapackge||metapackage +metapackges||metapackages +meta-progamming||meta-programming +metaprogamming||metaprogramming +microoseconds||microseconds +microprocesspr||microprocessor +migth||might +mikrosecond||microsecond +mikroseconds||microseconds +milisecond||millisecond +miliseconds||milliseconds +milleneum||millennium +millenialism||millennialism +millenial||millennial +millenials||millennials +millenia||millennia +millenium||millennium +millisencond||millisecond +millisenconds||milliseconds +milliseonds||milliseconds +millsencond||millisecond +millsenconds||milliseconds +mimicing||mimicking +mimick||mimic +mimicks||mimics +mimimise||minimise +mimimum||minimum +minimun||minimum +mininum||minimum +minium||minimum +miniums||minimums +minumum||minimum +mirgated||migrated +mirgate||migrate +mirgates||migrates +mirro||mirror +miscelaneous||miscellaneous +miscellanous||miscellaneous +miscelleneous||miscellaneous +misconfiged||misconfigured +misformed||malformed +mis-intepreted||mis-interpreted +misintepreted||misinterpreted +mis-intepret||mis-interpret +misintepret||misinterpret +mismached||mismatched +mismaches||mismatches +mismaching||mismatching +mismach||mismatch +mispelled||misspelled +mispelt||misspelt +missconfiguration||misconfiguration +missconfigured||misconfigured +missconfigure||misconfigure +missconfigures||misconfigures +missconfiguring||misconfiguring +missleading||misleading +missmatched||mismatched +missmatches||mismatches +missmatching||mismatching +missmatch||mismatch +missunderstood||misunderstood +mixure||mixture +mmnemonic||mnemonic +modfiable||modifiable +modfication||modification +modfications||modifications +modfided||modified +modfide||modified +modfider||modifier +modfiders||modifiers +modfides||modifies +modfied||modified +modfieid||modified +modfieir||modifier +modfieirs||modifiers +modfieis||modifies +modfier||modifier +modfiers||modifiers +modfies||modifies +modfifiable||modifiable +modfification||modification +modfifications||modifications +modfified||modified +modfifier||modifier +modfifiers||modifiers +modfifies||modifies +modfifying||modifying +modfify||modify +modfiiable||modifiable +modfiication||modification +modfiications||modifications +modfitied||modified +modfitier||modifier +modfitiers||modifiers +modfities||modifies +modfitying||modifying +modfity||modify +modfiying||modifying +modfiy||modify +modfying||modifying +modfy||modify +modifable||modifiable +modifaction||modification +modifactions||modifications +modifation||modification +modifations||modifications +modifcation||modification +modifcations||modifications +modifciation||modification +modifciations||modifications +modifcication||modification +modifcications||modifications +modifdy||modify +modifed||modified +modifer||modifier +modifers||modifiers +modifes||modifies +modiffer||modifier +modiffers||modifiers +modificatioon||modification +modifing||modifying +modifled||modified +modifler||modifier +modiflers||modifiers +modift||modify +modifty||modify +modifuable||modifiable +modifued||modified +modifu||modify +modifx||modify +modprobbing||modprobing +modprobeing||modprobing +modulues||modules +momement||moment +monochorome||monochrome +monochromo||monochrome +monocrome||monochrome +montly||monthly +morever||moreover +mor||more +moutned||mounted +moutning||mounting +moutn||mount +moutnpoint||mountpoint +moutnpoints||mountpoints +moutns||mounts +movemement||movement +movemements||movements +movememnt||movement +movememnts||movements +movememt||movement +movememts||movements +movemet||movement +movemets||movements +movemment||movement +movemments||movements +movemnet||movement +movemnets||movements +movemnt||movement +movemnts||movements +mozila||Mozilla +mroe||more +mssing||missing +mulitple||multiple +mulitplied||multiplied +multible||multiple +multi-dimenional||multi-dimensional +multidimenional||multi-dimensional +multi-dimenionsal||multi-dimensional +multidimenionsal||multi-dimensional +multidimensionnal||multidimensional +multidimentionnal||multidimensional +multi-langual||multi-lingual +multilangual||multilingual +multilpe||multiple +multipe||multiple +multipes||multiples +multipled||multiplied +multi-presistion||multi-precision +multipresistion||multiprecision +multi-threded||multi-threaded +multivriate||multivariate +multple||multiple +multplied||multiplied +multplies||multiplies +multplying||multiplying +multply||multiply +mumber||number +mumbers||numbers +musn't||mustn't +mutches||matches +mutch||much +mutiple||multiple +mutliple||multiple +myabe||maybe +myslef||myself +namemespace||namespace +namepsace||namespace +namepsaces||namespaces +nam||name +nams||names +nanosencond||nanosecond +nanosenconds||nanoseconds +navagate||navigate +navagating||navigating +navagation||navigation +navagitation||navigation +nead||need +necause||because +neccecarily||necessarily +neccecary||necessary +neccesarily||necessarily +neccesary||necessary +neccessarily||necessarily +neccessary||necessary +necesarily||necessarily +necesarrily||necessarily +necesarry||necessary +necesary||necessary +necessarilly||necessarily +necessar||necessary +necessay||necessary +necesserily||necessarily +necessery||necessary +nedded||needed +neede||needed +neeeded||needed +neeeding||needing +neeed||need +neeeds||needs +negatiotiable||negotiable +negatiotiated||negotiated +negatiotiate||negotiate +negatiotiates||negotiates +negatiotiating||negotiating +negatiotiation||negotiation +negatiotiations||negotiations +negatiotiator||negotiator +negatiotiators||negotiators +negatve||negative +negligable||negligible +negoable||negotiable +negoated||negotiated +negoate||negotiate +negoates||negotiates +negoatiable||negotiable +negoatiated||negotiated +negoatiate||negotiate +negoatiates||negotiates +negoatiating||negotiating +negoatiation||negotiation +negoatiations||negotiations +negoatiator||negotiator +negoatiators||negotiators +negoating||negotiating +negoation||negotiation +negoations||negotiations +negoator||negotiator +negoators||negotiators +negociable||negotiable +negociated||negotiated +negociate||negotiate +negociates||negotiates +negociating||negotiating +negociation||negotiation +negociations||negotiations +negociator||negotiator +negociators||negotiators +negogtiable||negotiable +negogtiated||negotiated +negogtiate||negotiate +negogtiates||negotiates +negogtiating||negotiating +negogtiation||negotiation +negogtiations||negotiations +negogtiator||negotiator +negogtiators||negotiators +negoitable||negotiable +negoitated||negotiated +negoitate||negotiate +negoitates||negotiates +negoitating||negotiating +negoitation||negotiation +negoitations||negotiations +negoitator||negotiator +negoitators||negotiators +negoptionsotiable||negotiable +negoptionsotiated||negotiated +negoptionsotiate||negotiate +negoptionsotiates||negotiates +negoptionsotiating||negotiating +negoptionsotiation||negotiation +negoptionsotiations||negotiations +negoptionsotiator||negotiator +negoptionsotiators||negotiators +negosiable||negotiable +negosiated||negotiated +negosiate||negotiate +negosiates||negotiates +negosiating||negotiating +negosiation||negotiation +negosiations||negotiations +negosiator||negotiator +negosiators||negotiators +negotable||negotiable +negotaiable||negotiable +negotaiated||negotiated +negotaiate||negotiate +negotaiates||negotiates +negotaiating||negotiating +negotaiation||negotiation +negotaiations||negotiations +negotaiator||negotiator +negotaiators||negotiators +negotaible||negotiable +negotaited||negotiated +negotaite||negotiate +negotaites||negotiates +negotaiting||negotiating +negotaition||negotiation +negotaitions||negotiations +negotaitor||negotiator +negotaitors||negotiators +negotated||negotiated +negotate||negotiate +negotates||negotiates +negotatiable||negotiable +negotatiated||negotiated +negotatiate||negotiate +negotatiates||negotiates +negotatiating||negotiating +negotatiation||negotiation +negotatiations||negotiations +negotatiator||negotiator +negotatiators||negotiators +negotatible||negotiable +negotatied||negotiated +negotatie||negotiate +negotaties||negotiates +negotating||negotiating +negotation||negotiation +negotations||negotiations +negotatior||negotiator +negotatiors||negotiators +negotator||negotiator +negotators||negotiators +negothiable||negotiable +negothiated||negotiated +negothiate||negotiate +negothiates||negotiates +negothiating||negotiating +negothiation||negotiation +negothiations||negotiations +negothiator||negotiator +negothiators||negotiators +negotible||negotiable +negoticable||negotiable +negoticated||negotiated +negoticate||negotiate +negoticates||negotiates +negoticating||negotiating +negotication||negotiation +negotications||negotiations +negoticator||negotiator +negoticators||negotiators +negotioable||negotiable +negotioated||negotiated +negotioate||negotiate +negotioates||negotiates +negotioating||negotiating +negotioation||negotiation +negotioations||negotiations +negotioator||negotiator +negotioators||negotiators +negotioble||negotiable +negotionable||negotiable +negotionated||negotiated +negotionate||negotiate +negotionates||negotiates +negotionating||negotiating +negotionation||negotiation +negotionations||negotiations +negotionator||negotiator +negotionators||negotiators +negotion||negotiation +negotions||negotiations +negotiotable||negotiable +negotiotated||negotiated +negotiotate||negotiate +negotiotates||negotiates +negotiotating||negotiating +negotiotation||negotiation +negotiotations||negotiations +negotiotator||negotiator +negotiotators||negotiators +negotioted||negotiated +negotiote||negotiate +negotiotes||negotiates +negotioting||negotiating +negotiotion||negotiation +negotiotions||negotiations +negotiotor||negotiator +negotiotors||negotiators +negotitable||negotiable +negotitaed||negotiated +negotitae||negotiate +negotitaes||negotiates +negotitaing||negotiating +negotitaion||negotiation +negotitaions||negotiations +negotitaor||negotiator +negotitaors||negotiators +negotitated||negotiated +negotitate||negotiate +negotitates||negotiates +negotitating||negotiating +negotitation||negotiation +negotitations||negotiations +negotitator||negotiator +negotitators||negotiators +negotited||negotiated +negotite||negotiate +negotites||negotiates +negotiting||negotiating +negotition||negotiation +negotitions||negotiations +negotitor||negotiator +negotitors||negotiators +negoziable||negotiable +negoziated||negotiated +negoziate||negotiate +negoziates||negotiates +negoziating||negotiating +negoziation||negotiation +negoziations||negotiations +negoziator||negotiator +negoziators||negotiators +neigbourhood||neighbourhood +neighbarhood||neighborhood +neighbarhoods||neighborhoods +neighbaring||neighboring +neighbar||neighbor +neighbars||neighbors +neighbborhood||neighborhood +neighbborhoods||neighborhoods +neighbboring||neighboring +neighbbor||neighbor +neighbbors||neighbors +neighbeard||neighborhood +neighbeards||neighborhoods +neighbehood||neighborhood +neighbehoods||neighborhoods +neighbeing||neighboring +neighbeod||neighborhood +neighbeods||neighborhoods +neighbeordhood||neighborhood +neighbeordhoods||neighborhoods +neighbeorhod||neighborhood +neighbeorhods||neighborhoods +neighbeorhood||neighborhood +neighbeorhoods||neighborhoods +neighbeor||neighbor +neighbeors||neighbors +neighbergh||neighbor +neighberghs||neighbors +neighberhhod||neighborhood +neighberhhods||neighborhoods +neighberhhood||neighborhood +neighberhhoods||neighborhoods +neighberhing||neighboring +neighberhodd||neighborhood +neighberhodds||neighborhoods +neighberhod||neighborhood +neighberhods||neighborhoods +neighberhooding||neighboring +neighberhood||neighborhood +neighberhoods||neighborhoods +neighberhoof||neighborhood +neighberhoofs||neighborhoods +neighberhoood||neighborhood +neighberhooods||neighborhoods +neighberhoor||neighbor +neighberhoors||neighbors +neighberhoud||neighborhood +neighberhouds||neighborhoods +neighbering||neighboring +neighber||neighbor +neighbers||neighbors +neighbes||neighbors +neighbethood||neighborhood +neighbethoods||neighborhoods +neighbet||neighbor +neighbets||neighbors +neighbeuing||neighbouring +neighbeurgh||neighbour +neighbeurghs||neighbours +neighbeurhing||neighbouring +neighbeurhooding||neighbouring +neighbeurhoor||neighbour +neighbeurhoors||neighbours +neighbeus||neighbours +neighbeuthood||neighbourhood +neighbeuthoods||neighbourhoods +neighbeut||neighbour +neighbeuts||neighbours +neighbhorhood||neighborhood +neighbhorhoods||neighborhoods +neighbhoring||neighboring +neighbhor||neighbor +neighbhors||neighbors +neighboard||neighborhood +neighboards||neighborhoods +neighbohood||neighborhood +neighbohoods||neighborhoods +neighboing||neighboring +neighbood||neighborhood +neighboods||neighborhoods +neighboordhood||neighborhood +neighboordhoods||neighborhoods +neighboorhod||neighborhood +neighboorhods||neighborhoods +neighboorhood||neighborhood +neighboorhoods||neighborhoods +neighbooring||neighboring +neighboor||neighbor +neighboors||neighbors +neighborgh||neighbor +neighborghs||neighbors +neighborhhod||neighborhood +neighborhhods||neighborhoods +neighborhhood||neighborhood +neighborhhoods||neighborhoods +neighborhing||neighboring +neighborhodd||neighborhood +neighborhodds||neighborhoods +neighborhod||neighborhood +neighborhods||neighborhoods +neighborhooding||neighboring +neighborhoof||neighborhood +neighborhoofs||neighborhoods +neighborhoood||neighborhood +neighborhooods||neighborhoods +neighborhoor||neighbor +neighborhoors||neighbors +neighborhoud||neighborhood +neighborhouds||neighborhoods +neighbos||neighbors +neighbothood||neighborhood +neighbothoods||neighborhoods +neighbot||neighbor +neighbots||neighbors +neighbouing||neighbouring +neighbourgh||neighbour +neighbourghs||neighbours +neighbourhhod||neighbourhood +neighbourhhods||neighbourhoods +neighbourhhood||neighbourhood +neighbourhhoods||neighbourhoods +neighbourhing||neighbouring +neighbourhodd||neighbourhood +neighbourhodds||neighbourhoods +neighbourhod||neighbourhood +neighbourhods||neighbourhoods +neighbourhooding||neighbouring +neighbourhoof||neighbourhood +neighbourhoofs||neighbourhoods +neighbourhoood||neighbourhood +neighbourhooods||neighbourhoods +neighbourhoor||neighbour +neighbourhoors||neighbours +neighbourhoud||neighbourhood +neighbourhouds||neighbourhoods +neighbous||neighbours +neighbouthood||neighbourhood +neighbouthoods||neighbourhoods +neighbout||neighbour +neighbouts||neighbours +neighbr||neighbor +neighbrs||neighbors +neighburhood||neighborhood +neighburhoods||neighborhoods +neighburing||neighboring +neighbur||neighbor +neighburs||neighbors +neigher||neither +neighobrhood||neighborhood +neighobrhoods||neighborhoods +neighobring||neighboring +neighobr||neighbor +neighobrs||neighbors +neighorhood||neighborhood +neighorhoods||neighborhoods +neighoring||neighboring +neighor||neighbor +neighors||neighbors +neighourhood||neighbourhood +neighourhoods||neighbourhoods +neighouring||neighbouring +neighour||neighbour +neighours||neighbours +neighrorhood||neighbourhood +neighrorhoods||neighbourhoods +neighroring||neighbouring +neighror||neighbour +neighrors||neighbours +neighrourhood||neighbourhood +neighrourhoods||neighbourhoods +neighrouring||neighbouring +neighrour||neighbour +neighrours||neighbours +neightborhood||neighborhood +neightborhoods||neighborhoods +neightboring||neighboring +neightbor||neighbor +neightbors||neighbors +neightbourhood||neighbourhood +neightbourhoods||neighbourhoods +neightbouring||neighbouring +neightbour||neighbour +neightbours||neighbours +neighter||neither +neight||neither +neightobrhood||neighborhood +neightobrhoods||neighborhoods +neightobring||neighboring +neightobr||neighbor +neightobrs||neighbors +nescessarily||necessarily +nescessary||necessary +nesesarily||necessarily +nessasary||necessary +nessecarilt||necessarily +nessecarily||necessarily +nessecarry||necessary +nessecary||necessary +nessesarily||necessarily +nessesary||necessary +nessessarily||necessarily +nessessary||necessary +netiher||neither +netowrk||network +netowrks||networks +netwplit||netsplit +netwroked||networked +netwrok||network +netwroks||networks +nevere||never +nework||network +neworks||networks +newtork||network +non-bloking||non-blocking +nonbloking||non-blocking +non-compleeted||non-completed +non-complient||non-compliant +non-corelated||correlated +nonexistant||nonexistent +non-exluded||non-excluded +non-indentended||non-indented +non-inmediate||non-immediate +non-inreractive||non-interactive +non-instnat||non-instant +non-meausure||non-measure +non-negatiotiable||non-negotiable +non-negatiotiated||non-negotiated +non-negoable||non-negotiable +non-negoated||non-negotiated +non-negoatiable||non-negotiable +non-negoatiated||non-negotiated +non-negociable||non-negotiable +non-negociated||non-negotiated +non-negogtiable||non-negotiable +non-negogtiated||non-negotiated +non-negoitable||non-negotiable +non-negoitated||non-negotiated +non-negoptionsotiable||non-negotiable +non-negoptionsotiated||non-negotiated +non-negosiable||non-negotiable +non-negosiated||non-negotiated +non-negotable||non-negotiable +non-negotaiable||non-negotiable +non-negotaiated||non-negotiated +non-negotaible||non-negotiable +non-negotaited||non-negotiated +non-negotated||non-negotiated +non-negotatiable||non-negotiable +non-negotatiated||non-negotiated +non-negotatible||non-negotiable +non-negotatied||non-negotiated +non-negothiable||non-negotiable +non-negothiated||non-negotiated +non-negotible||non-negotiable +non-negoticable||non-negotiable +non-negoticated||non-negotiated +non-negotioable||non-negotiable +non-negotioated||non-negotiated +non-negotioble||non-negotiable +non-negotionable||non-negotiable +non-negotionated||non-negotiated +non-negotiotable||non-negotiable +non-negotiotated||non-negotiated +non-negotiote||non-negotiated +non-negotitable||non-negotiable +non-negotitaed||non-negotiated +non-negotitated||non-negotiated +non-negotited||non-negotiated +non-negoziable||non-negotiable +non-negoziated||non-negotiated +non-priviliged||non-privileged +non-replacable||non-replaceable +non-replacalbe||non-replaceable +non-reproducable||non-reproducible +non-seperable||non-separable +nonseperable||non-separable +nontheless||nonetheless +non-trasparent||non-transparent +non-virutal||non-virtual +noone||no one +normalyl||normally +normalyly||normally +normaly||normally +normalysed||normalised +normalyy||normally +normalyzed||normalized +normlly||normally +notfication||notification +notfications||notifications +nothern||northern +nothigng||nothing +nothign||nothing +noticable||noticeable +noticably||noticeably +notications||notifications +noticible||noticeable +notifcation||notification +notifcations||notifications +notifed||notified +notifiying||notifying +notifiy||notify +notmutch||notmuch +nott||not +nowdays||nowadays +ntification||notification +nubmer||number +nubmers||numbers +numberal||numeral +numberals||numerals +numebering||numbering +numeber||number +numebers||numbers +numebr||number +numebrs||numbers +numerial||numeral +numering||numbering +numner||number +numners||numbers +nunber||number +nunbers||numbers +obay||obey +obeserve||observe +objump||objdump +obselete||obsolete +observered||observed +obsolted||obsoleted +obsolte||obsolete +obsure||obscure +obtaiend||obtained +obvisously||obviously +obvisous||obvious +o'caml||OCaml +ocassional||occasional +occasionaly||occasionally +occassionally||occasionally +occationally||occasionally +occoured||occurred +occouring||occurring +occour||occur +occourring||occurring +occours||occurs +occuracy||accuracy +occurance||occurrence +occurances||occurrences +occurately||accurately +occured||occurred +occurence||occurrence +occurences||occurrences +occure||occur +occuring||occurring +occurrance||occurrence +occurrances||occurrences +ocorrence||occurrence +ocorrences||occurrences +octects||octets +ocupied||occupied +ocupies||occupies +ocupying||occupying +ocupy||occupy +ocurrence||occurrence +ocurrences||occurrences +odly||oddly +ofcource||of course +offerd||offered +offet||offset +offets||offsets +offical||official +officialy||officially +ofo||of +ofthe||of the +ohter||other +ohters||others +ohterwise||otherwise +oiginally||originally +oiginal||original +oiginals||originals +oiginating||originating +oigin||origin +oigins||origins +omiting||omitting +omitt||omit +ommited||omitted +ommiting||omitting +ommit||omit +ommits||omits +ommitted||omitted +ommitting||omitting +one-dimenional||one-dimensional +onedimenional||one-dimensional +one-dimenionsal||one-dimensional +onedimenionsal||one-dimensional +onself||oneself +ontain||contain +ontained||contained +ontainer||container +ontainers||containers +ontainging||containing +ontaining||containing +ontainor||container +ontainors||containers +ontains||contains +onthe||on the +ontrolled||controlled +opague||opaque +opeaaration||operation +opeaarations||operations +opeabcration||operation +opeabcrations||operations +opearand||operand +opearands||operands +opearate||operate +opearates||operates +opearating||operating +opearation||operation +opearations||operations +opearatios||operations +opearator||operator +opearators||operators +opearion||operation +opearions||operations +opearios||operations +opeariton||operation +opearitons||operations +opearitos||operations +opearnd||operand +opearnds||operands +opearor||operator +opearors||operators +opearted||operated +opearte||operate +opeartes||operates +opearting||operating +opeartion||operation +opeartions||operations +opeartios||operations +opeartor||operator +opeartors||operators +opeate||operate +opeates||operates +opeational||operational +opeation||operation +opeations||operations +opeatios||operations +opeator||operator +opeators||operators +opeatror||operator +opeatrors||operators +opeing||opening +opeings||openings +openened||opened +openned||opened +openning||opening +operatation||operation +operatations||operations +opertaion||operation +opertaions||operations +opion||option +opions||options +opiton||option +opitons||options +oppinion||opinion +oppinions||opinions +optet||opted +optimizier||optimizer +optinally||optionally +optinal||optional +optioinal||optional +optioin||option +optioins||options +optionaly||optionally +optionnal||optional +optionnaly||optionally +optio||option +optmisation||optimisation +optmisations||optimisations +optmization||optimization +optmizations||optimizations +orderd||ordered +orginally||originally +orginal||original +orginals||originals +orginated||originated +orginate||originate +orginates||originates +orginating||originating +orginially||originally +orginial||original +orginials||originals +orginiated||originated +orginiate||originate +orginiates||originates +orgininal||original +orgininals||originals +orginisation||organisation +orginisations||organisations +orginised||organised +orginization||organization +orginizations||organizations +orginized||organized +orgin||origin +orgins||origins +orginx||originx +orginy||originy +orientatied||orientated +oriente||oriented +orientied||oriented +originially||originally +originial||original +originiated||originated +originiating||originating +origininal||original +origininated||originated +origininate||originate +origininates||originates +origininating||originating +origining||originating +origionally||originally +origional||original +orignal||original +oscilated||oscillated +oscilate||oscillate +oscilating||oscillating +otehr||other +oter||other +otherise||otherwise +otheriwse||otherwise +otherwaise||otherwise +otherways||otherwise +otherweise||otherwise +otherweis||otherwise +otherwhere||elsewhere +otherwhile||otherwise +otherwhise||otherwise +otherwose||otherwise +otherwrite||overwrite +otherwse||otherwise +otherwsie||otherwise +otherwsise||otherwise +otherws||otherwise +otherwuise||otherwise +otherwwise||otherwise +otherwyse||otherwise +othewise||otherwise +othwerwise||otherwise +ot||to +ouptut||output +ouput||output +ouputs||outputs +ouputted||outputted +ouputting||outputting +ouside||outside +outperfoeming||outperforming +outperfoem||outperform +outperfomeing||outperforming +outperfome||outperform +outperfoming||outperforming +outperfom||outperform +outperfomring||outperforming +outperfomr||outperform +outpus||output +outpust||output +outpusts||outputs +outputing||outputting +outtermost||outermost +outter||outer +outut||output +outweight||outweigh +outweights||outweighs +oveflowed||overflowed +oveflowing||overflowing +oveflow||overflow +oveflows||overflows +overaall||overall +overal||overall +over-engeneering||over-engineering +overengeneering||overengineering +over-engeneer||over-engineer +overengeneer||overengineer +overiddden||overridden +overidden||overridden +overiden||overridden +overide||override +overides||overrides +overiding||overriding +overlaped||overlapped +overlaping||overlapping +overreidden||overridden +overreide||override +overreides||overrides +overridded||overridden +overridding||overriding +overrided||overridden +overriden||overridden +overrident||overridden +overrriddden||overridden +overrridden||overridden +overrriden||overridden +overrride||override +overrrides||overrides +overrriding||overriding +oversubscibed||oversubscribed +oversubscibe||oversubscribe +overun||overrun +overvride||override +overvrides||overrides +overvrite||overwrite +overvrites||overwrites +overwirte||overwrite +overwirting||overwriting +overwirtten||overwritten +overwite||overwrite +overwites||overwrites +overwitten||overwritten +overwriten||overwritten +ovride||override +ovrides||overrides +ovverridden||overridden +ovverride||override +ovverrides||overrides +ovverriding||overriding +owership||ownership +owervrite||overwrite +owervrites||overwrites +owerwrite||overwrite +owerwrites||overwrites +ownward||onward +ownwer||owner +ownwership||ownership +pacakge||package +pacakges||packages +pachage||package +pach||patch +pachtches||patches +pachtes||patches +pacht||patch +pacjage||package +pacjages||packages +packacge||package +packaege||package +packaeges||packages +packaeg||package +packaegs||packages +packege||package +packe||packed +packged||packaged +packgement||packaging +packge||package +packges'||packages' +packges||packages +packhage||package +packhages||packages +pakage||package +pakages||packages +pakge||package +pakvage||package +palete||palette +pallete||palette +pallette||palette +paniced||panicked +panicing||panicking +pannel||panel +pannels||panels +paralellism||parallelism +paralellization||parallelization +paralell||parallel +paralel||parallel +parallell||parallel +parallely||parallelly +parallization||parallelization +parallized||parallelized +parallize||parallelize +parallizes||parallelizes +parallizing||parallelizing +paramameters||parameters +paramater||parameter +paramaters||parameters +paramemeter||parameter +paramemeters||parameters +paramenet||parameter +paramenets||parameters +parametes||parameters +parametised||parametrised +paramter||parameter +paramters||parameters +parantheses||parentheses +paranthesis||parenthesis +paravirutalisation||paravirtualisation +paravirutalised||paravirtualised +paravirutalise||paravirtualise +paravirutalization||paravirtualization +paravirutalized||paravirtualized +paravirutalize||paravirtualize +paremeter||parameter +paremeters||parameters +paremter||parameter +paremters||parameters +parenthesed||parenthesized +parenthsis||parenthesis +paritial||partial +parititioning||partitioning +paritition||partition +parititions||partitions +parrallel||parallel +particalarly||particularly +particalar||particular +particale||particle +particales||particles +partically||partially +partical||partial +particals||particles +particaluarly||particularly +particaluar||particular +particalurly||particularly +particalur||particular +particant||participant +particaularly||particularly +particaular||particular +particaulrly||particularly +particaulr||particular +particuarly||particularly +particuar||particular +particularily||particularly +particulary||particularly +partioning||partitioning +partion||partition +partitial||partial +partiton||partition +pased||passed +pasteing||pasting +pasword||password +patcket||packet +patern||pattern +pathes||paths +pathign||pathing +pathnme||pathname +paticularly||particularly +paticular||particular +pecularities||peculiarities +pecularity||peculiarity +pedning||pending +peformance||performance +peicemeal||piecemeal +peice||piece +peices||pieces +peicewise||piecewise +penalities||penalties +penality||penalty +pendantic||pedantic +peprocessor||preprocessor +peraphs||perhaps +perfecctly||perfectly +perfecct||perfect +perfeclty||perfectly +perfecly||perfectly +perfec||perfect +perfectably||perfectly +perferable||preferable +perferably||preferably +perferance||preference +perferances||preferences +perferctly||perfectly +perferct||perfect +perferectly||perfectly +perferect||perfect +perfered||preferred +perference||preference +perferences||preferences +perfermance||performance +perfermances||performances +perfermence||performance +perfermences||performances +perferm||perform +perfer||prefer +perferrable||preferable +perferrably||preferably +perferrance||preference +perferrances||preferences +perferred||preferred +perferrence||preference +perferrences||preferences +perferrmance||performance +perferrmances||performances +perferrmence||performance +perferrmences||performances +perferrm||perform +perferr||prefer +perferrs||prefers +perfers||prefers +perfoemamce||performance +perfoemamces||performances +perfoemance||performance +perfoemanse||performance +perfoemanses||performances +perfoemant||performant +perfoemative||performative +perfoemed||performed +perfoemer||performer +perfoemers||performers +perfoeming||performing +perfoemnace||performance +perfoemnaces||performances +perfoem||perform +perfoems||performs +perfomamce||performance +perfomamces||performances +perfomance||performance +perfomanse||performance +perfomanses||performances +perfomant||performant +perfomative||performative +perfomeamce||performance +perfomeamces||performances +perfomeance||performance +perfomeanse||performance +perfomeanses||performances +perfomeant||performant +perfomeative||performative +perfomed||performed +perfomeed||performed +perfomeer||performer +perfomeers||performers +perfomeing||performing +perfomenace||performance +perfomenaces||performances +perfome||perform +perfomer||performer +perfomers||performers +perfomes||performs +perfoming||performing +perfomnace||performance +perfomnaces||performances +perfom||perform +perfomramce||performance +perfomramces||performances +perfomrance||performance +perfomranse||performance +perfomranses||performances +perfomrant||performant +perfomrative||performative +perfomred||performed +perfomrer||performer +perfomrers||performers +perfomring||performing +perfomrnace||performance +perfomrnaces||performances +perfomr||perform +perfomrs||performs +perfoms||performs +performace||performance +performnace||performance +perfromance||performance +perfromed||performed +perfroming||performing +perfrom||perform +perfroms||performs +peristent||persistent +perlciritc||perlcritic +permanantly||permanently +permanant||permanent +permision||permission +permisions||permissions +permissable||permissible +permissons||permissions +permuation||permutation +permuations||permutations +peroid||period +peroids||periods +perrror||perror +persepctive||perspective +persepective||perspective +persepectives||perspectives +persistance||persistence +persistant||persistent +personnal||personal +pertubation||perturbation +perviously||previously +pervious||previous +phasepsace||phasespace +phillipines||philippines +phisosophy||philosophy +phyiscally||physically +phyiscal||physical +phyiscs||physics +physicaly||physically +piggypacked||piggybacked +piority||priority +pitty||pity +placemenet||placement +placmenet||placement +plaform||platform +plaforms||platforms +plase||please +platfarm||platform +platfarms||platforms +platfform||platform +platfforms||platforms +platflorm||platform +platflorms||platforms +platform-spacific||platform-specific +platformt||platforms +platfrom||platform +platfroms||platforms +platofmr||platform +platofmrs||platforms +platofms||platform +platofmss||platforms +platoform||platform +platoforms||platforms +platofrm||platform +platofrms||platforms +plattform||platform +plattforms||platforms +playble||playable +pleaase||please +pleaee||please +pleae||please +pleaes||please +ploting||plotting +pluign||plugin +pluigns||plugins +poentially||potentially +poential||potential +poentials||potentials +poinnter||pointer +poiter||pointer +poiters||pointers +poluted||polluted +polute||pollute +polutes||pollutes +poluting||polluting +polution||pollution +poointed||pointed +poointer||pointer +pooint||point +pooints||points +popoen||popen +popullated||populated +popullate||populate +popuplarity||popularity +popuplar||popular +popuplated||populated +popuplate||populate +popuplates||populates +popuplating||populating +popuplation||population +porgrammeer||programmer +porgrammeers||programmers +porgramming||programming +porgram||program +porgrams||programs +porjection||projection +porject||project +porjects||projects +portguese||Portuguese +portugese||Portuguese +poseesions||possessions +posessing||possessing +posibilities||possibilities +posibility||possibility +posible||possible +positionned||positioned +positionn||position +positon||position +positons||positions +positve||positive +positves||positives +POSIX-complient||POSIX-compliant +possesion||possession +possibe||possible +possibile||possible +possibilites||possibilities +possibilties||possibilities +possibilty||possibility +possibily||possibly +possiblble||possible +possiblities||possibilities +possiblity||possibility +possiblly||possibly +possilbe||possible +possitive||positive +possitives||positives +postcondtion||postcondition +postcondtions||postconditions +postgressql||PostgreSQL +postion||position +postions||positions +postive||positive +postives||positives +post-morten||post-mortem +postscritp||postscript +potentailly||potentially +potentail||potential +potentails||potentials +potentally||potentially +potental||potential +powerfull||powerful +pracitcally||practically +pracitcal||practical +practicaly||practically +pratically||practically +pratical||practical +prcesses||processes +prcess||process +prdpagated||propagated +prdpagate||propagate +prdpagates||propagates +prdpagating||propagating +prdpagation||propagation +prdpagations||propagations +prdpagator||propagator +prdpagators||propagators +preambule||preamble +preaprooved||preapproved +precacheed||precached +preceeded||preceded +preceeding||preceding +preceed||precede +preceeds||precedes +precence||presence +precendance||precedence +precendances||precedences +precendece||precedence +precendeces||precedences +precendence||precedence +precendences||precedences +precendencies||precedences +precendent||precedent +precende||precedence +precendes||precedences +precending||preceding +precends||precedence +precenence||preference +precenences||preferences +precense||presence +precison||precision +precission||precision +pre-condifured||pre-configured +pre-condifure||pre-configure +precondtioner||preconditioner +precondtioners||preconditioners +precondtionner||preconditioner +precondtionners||preconditioners +precondtion||precondition +precondtions||preconditions +pre-confifured||pre-configured +pre-confifure||pre-configure +preconfiged||preconfigured +pre-confured||pre-configured +pre-confure||pre-configure +pre-congifured||pre-configured +pre-congifure||pre-configure +precuation||precaution +predeclarnig||predeclaring +pre-defiend||pre-defined +predefiend||predefined +pre-defiened||pre-defined +predefiened||predefined +predicitons||predictions +predifined||predefined +preesnt||present +prefectly||perfectly +prefered||preferred +preferrable||preferable +preferrably||preferably +prefferable||preferable +prefferably||preferably +preffered||preferred +preformance||performance +prepaired||prepared +prepartion||preparation +prepartions||preparations +pre-pre-realease||pre-pre-release +prepresented||represented +prepresent||represent +prepresents||represents +pre-realease||pre-release +pre-registeres||pre-registers +prerequisit||prerequisite +prerequisits||prerequisites +prerequsite||prerequisite +prerequsites||prerequisites +prescrition||prescription +prescritions||prescriptions +presense||presence +presistable||persistable +presistance||persistence +presistantly||persistently +presistant||persistent +presisted||persisted +presistence||persistence +presistency||persistency +presistently||persistently +presistent||persistent +presisting||persisting +presistion||precision +presist||persist +presists||persists +pressentation||presentation +pressented||presented +pressent||present +preverve||preserve +prevew||preview +prevews||previews +previlege||privilege +previos||previous +prevously||previously +prevous||previous +prferable||preferable +prferables||preferables +prference||preference +prfer||prefer +prferred||preferred +priciple||principle +priciples||principles +primative||primitive +princliple||principle +priorty||priority +priveleged||privileged +privelege||privilege +priveleges||privileges +privide||provide +privilaged||privileged +privilage||privilege +privilages||privileges +priviledge||privilege +priviledges||privileges +priviliged||privileged +privilige||privilege +priviliges||privileges +probaly||probably +probbably||probably +probbailities||probabilities +probbaility||probability +probbaly||probably +probbed||probed +probblem||problem +probblems||problems +probblez||problem +probblezs||problems +probbly||probably +probelmatic||problematic +probelm||problem +probelms||problems +proberly||properly +problably||probably +problimatic||problematic +problme||problem +problmes||problems +procceed||proceed +proccesors||processors +proccesses||processes +proccess||process +proceded||proceeded +procede||proceed +procedes||proceeds +proceding||proceeding +proceedure||procedure +proceedures||procedures +proceeeded||proceeded +proceeeding||proceeding +proceeed||proceed +proceeeds||proceeds +procesed||processed +proceses||processes +procesor||processor +proces||process +processessing||processing +processess||processes +processig||processing +processpr||processor +processsed||processed +processses||processes +processsing||processing +processs||process +procided||provided +procide||provide +proctected||protected +proctecting||protecting +proctect||protect +proctects||protects +procude||produce +producable||producible +producables||producibles +progagated||propagated +progagate||propagate +progagates||propagates +progagating||propagating +progagation||propagation +progagations||propagations +progagator||propagator +progagators||propagators +progamability||programmability +progamable||programmable +progamatically||programmatically +progamatic||programmatic +progamed||programmed +progamer||programmer +progamers||programmers +progaming||programming +progammability||programmability +progammable||programmable +progammatically||programmatically +progammatic||programmatic +progammed||programmed +progammer||programmer +progammers||programmers +progamming||programming +progamm||program +progamms||programs +progam||program +progams||programs +progapated||propagated +progapate||propagate +progapates||propagates +progapating||propagating +progapation||propagation +progapations||propagations +progapator||propagator +progapators||propagators +progarammability||programmability +progarammable||programmable +progarammatically||programmatically +progarammatic||programmatic +progarammed||programmed +progarammer||programmer +progarammers||programmers +progaramming||programming +progaramm||program +progaramms||programs +progarmability||programmability +progarmable||programmable +progarmatically||programmatically +progarmatic||programmatic +progarmed||programmed +progarmer||programmer +progarmers||programmers +progarming||programming +progarm||program +progarms||programs +progated||propagated +progate||propagate +progates||propagates +progating||propagating +progation||propagation +progations||propagations +progessbar||progressbar +progesses||progresses +progessive||progressive +progessor||progressor +progess||progress +progesss||progress +programatically||programmatically +programatic||programmatic +programemer||programmer +programemers||programmers +programmend||programmed +programm||program +programms||programs +progresss||progress +progrmae||program +prohibted||prohibited +prohibting||prohibiting +prohibt||prohibit +prohibts||prohibits +projction||projection +projctions||projections +projctor||projector +projctors||projectors +projct||project +projct's||project's +projcts||projects +promiscous||promiscuous +prommpt||prompt +prommpts||prompts +promps||prompts +promt||prompt +promts||prompts +pronnounced||pronounced +prononciation||pronunciation +pronouce||pronounce +pronounciation||pronunciation +pronunce||pronounce +proocecure||procedure +proocecures||procedures +proocedure||procedure +proocedures||procedures +proocessed||processed +proocesses||processes +proocessing||processing +proocess||process +proocol||protocol +proocols||protocols +prooduced||produced +prooduce||produce +prooduces||produces +prooduct||product +prooerties||properties +prooerty||property +prool||pool +prooof||proof +prooperly||properly +prooper||proper +prooperties||properties +prooperty||property +proosed||proposed +proose||propose +prooses||proposes +prooved||proved +prooven||proven +proove||prove +prooves||proves +prooving||proving +proovread||proofread +prooxies||proxies +prooxy||proxy +propator||propagator +propators||propagators +properies||properties +properteis||properties +propery||property +propigate||propagate +propigation||propagation +propogated||propagated +propogate||propagate +propogates||propagates +propogating||propagating +proprogated||propagated +proprogate||propagate +proprogates||propagates +proprogating||propagating +proprogation||propagation +proprogations||propagations +proprogator||propagator +proprogators||propagators +prosess||process +protable||portable +protcol||protocol +protecion||protection +protocal||protocol +protocals||protocols +protocoll||protocol +protoype||prototype +protoypes||prototypes +prposed||proposed +prpose||propose +prposer||proposer +prposers||proposers +prposes||proposes +prposiing||proposing +psace||space +psaces||spaces +psaswd||passwd +pseudopoential||pseudopotential +pseudopoentials||pseudopotentials +psuedo||pseudo +psychadelic||psychedelic +pthred||pthread +pthreds||pthreads +publcation||publication +publcise||publicise +publcize||publicize +publc||public +publicaly||publicly +publshed||published +publsher||publisher +publshing||publishing +publsh||publish +publsihed||published +publsiher||publisher +publsihing||publishing +publsih||publish +publucation||publication +publuc||public +puplarity||popularity +puplar||popular +puplated||populated +puplate||populate +puplates||populates +puplating||populating +puplation||population +purcahed||purchased +purcahse||purchase +pusehd||pushed +pyhon||python +pyrhon||python +pytnon||python +pytohn||python +pyton||python +pytyon||python +Pytyon||Python +qouted||quoted +qoute||quote +qoutes||quotes +qouting||quoting +quartically||quadratically +queing||queueing +quering||querying +quesitonable||questionable +quesiton||question +quesitons||questions +questoins||questions +quiting||quitting +quitt||quit +raspoberry||raspberry +rathern||rather +reacahable||reachable +reacahble||reachable +reachs||reaches +readabilty||readability +readapted||re-adapted +READEME||README +readiable||readable +realeased||released +realease||release +realeases||releases +realiy||really +reallllly||really +reallocae||reallocate +reallocaes||reallocates +reallocaiing||reallocating +reallocaing||reallocating +reallocaion||reallocation +reallocaions||reallocations +reallocaite||reallocate +reallocaites||reallocates +reallocaiting||reallocating +reallocaition||reallocation +reallocaitions||reallocations +reallocaiton||reallocation +reallocaitons||reallocations +realtion||relation +realtions||relations +reamde||README +reappered||reappeared +reappering||reappearing +reapper||reappear +rearranable||rearrangeable +rearraned||rearranged +rearranement||rearrangement +rearranements||rearrangements +rearranent||rearrangement +rearranents||rearrangements +rearrane||rearrange +rearranes||rearranges +rearrangable||rearrangeable +rearrangaeble||rearrangeable +rearrangaelbe||rearrangeable +rearrangde||rearranged +rearrangd||rearranged +rearrangent||rearrangement +rearrangents||rearrangements +rearrangmeent||rearrangement +rearrangmeents||rearrangements +rearrangmenet||rearrangement +rearrangmenets||rearrangements +rearrangment||rearrangement +rearrangments||rearrangements +rearrangnig||rearranging +rearrangning||rearranging +rearrang||rearrange +rearrangse||rearranges +rearrangs||rearranges +rearrangteable||rearrangeable +rearrangteables||rearrangeables +rearrangted||rearranged +rearrangtement||rearrangement +rearrangtements||rearrangements +rearrangte||rearrange +rearrangtes||rearranges +rearrangting||rearranging +rearrangt||rearrangement +rearrangts||rearrangements +rearraning||rearranging +rearranment||rearrangement +rearranments||rearrangements +rearrant||rearrangement +rearrants||rearrangements +reasearcher||researcher +reasearchers||researchers +reasearch||research +reasonble||reasonable +reasonbly||reasonably +reasonnable||reasonable +reasonnably||reasonably +re-attachement||re-attachment +reattachement||reattachment +rebuit||rebuilt +rebulding||rebuilding +rebuld||rebuild +rebulds||rebuilds +rebuliding||rebuilding +rebulid||rebuild +rebulids||rebuilds +rebulit||rebuilt +recahed||reached +reccommendation||recommendation +reccommendations||recommendations +reccommended||recommended +reccommending||recommending +reccommend||recommend +reccommends||recommends +recconeccted||reconnected +recconeccting||reconnecting +recconecction||reconnection +recconecctions||reconnections +recconecct||reconnect +recconeccts||reconnects +recconected||reconnected +recconecting||reconnecting +recconection||reconnection +recconections||reconnections +recconect||reconnect +recconects||reconnects +recconeected||reconnected +recconeecting||reconnecting +recconeection||reconnection +recconeections||reconnections +recconeect||reconnect +recconeects||reconnects +recconencted||reconnected +recconencting||reconnecting +recconenction||reconnection +recconenctions||reconnections +recconenct||reconnect +recconencts||reconnects +recconeted||reconnected +recconeting||reconnecting +recconetion||reconnection +recconetions||reconnections +recconet||reconnect +recconets||reconnects +receieved||received +receieve||receive +receieves||receives +receieving||receiving +recenet||recent +recenlty||recently +recenly||recently +recepient||recipient +recepients||recipients +receved||received +receve||receive +receves||receives +recevied||received +recevie||receive +recevies||receives +receving||receiving +rechek||recheck +recieved||received +recieve||receive +reciever||receiver +recieves||receives +recieving||receiving +recipies||recipes +reciprocoal||reciprocal +reciprocoals||reciprocals +recived||received +recive||receive +recives||receives +reciving||receiving +recod||record +recogized||recognized +recogize||recognize +recogizes||recognizes +recogizing||recognizing +recogniced||recognised +recogninse||recognise +recognizeable||recognizable +recomended||recommended +recomending||recommending +recomend||recommend +recomends||recommends +recommaded||recommended +recommad||recommend +recommanded||recommended +recommand||recommend +recommands||recommends +recommded||recommended +recommdended||recommended +recommdend||recommend +recommdends||recommends +recommd||recommend +recommds||recommends +recommeded||recommended +recommeding||recommending +recommed||recommend +recommeds||recommends +recommened||recommended +recommented||recommended +recommmended||recommended +recommmend||recommend +recommmends||recommends +recommnded||recommended +recommnd||recommend +recommnds||recommends +recommneded||recommended +recommned||recommend +recommneds||recommends +recommpiled||recompiled +recommpile||recompile +recondifure||reconfigure +reconeccted||reconnected +reconeccting||reconnecting +reconecction||reconnection +reconecctions||reconnections +reconecct||reconnect +reconeccts||reconnects +reconected||reconnected +reconecting||reconnecting +reconection||reconnection +reconections||reconnections +reconect||reconnect +reconects||reconnects +reconeected||reconnected +reconeecting||reconnecting +reconeection||reconnection +reconeections||reconnections +reconeect||reconnect +reconeects||reconnects +reconencted||reconnected +reconencting||reconnecting +reconenction||reconnection +reconenctions||reconnections +reconenct||reconnect +reconencts||reconnects +reconeted||reconnected +reconeting||reconnecting +reconetion||reconnection +reconetions||reconnections +reconet||reconnect +reconets||reconnects +reconfifure||reconfigure +reconfiged||reconfigured +reconfugire||reconfigure +reconfugre||reconfigure +reconfugure||reconfigure +reconfure||reconfigure +recongifure||reconfigure +reconsidder||reconsider +reconstrcuted||reconstructed +reconstrcution||reconstruction +reconstrcut||reconstruct +recource||resource +recources||resources +rectange||rectangle +rectanges||rectangles +recude||reduce +recurrance||recurrence +recursivly||recursively +recusion||recursion +recyled||recycled +recyle||recycle +recyles||recycles +recyling||recycling +redeable||readable +redefiende||redefined +re-defiend||re-defined +redefiend||redefined +redefintion||redefinition +redefintions||redefinitions +redircet||redirect +redirectd||redirected +redirectrion||redirection +redunant||redundant +reduntant||redundant +reencode||re-encode +re-engeneering||re-engineering +re-engeneer||re-engineer +re-evaulated||re-evaluated +reevaulating||reevaluating +refected||reflected +refecting||reflecting +refectoring||refactoring +refector||refactor +refect||reflect +refects||reflects +refence||reference +refences||references +referecence||reference +referecences||references +refered||referred +referene||reference +referenes||references +refering||referring +refernced||referenced +referncence||reference +referncences||references +refernce||reference +refernces||references +referncial||referential +referncing||referencing +referneced||referenced +refernece||reference +referneces||references +refertenced||referenced +refertence||reference +refertences||references +refeshed||refreshed +refeshes||refreshes +refeshing||refreshing +refesh||refresh +refinemenet||refinement +refinmenet||refinement +refrenced||referenced +refrence||reference +refrences||references +refrencing||referencing +refure||refuse +refures||refuses +regaring||regarding +regarless||regardless +regenarated||regenerated +regenrated||regenerated +regenratet||regenerated +regenrating||regenerating +regenration||regeneration +regenrative||regenerative +registed||registered +registeing||registering +registerd||registered +registe||register +registeresd||registered +registeres||registers +registes||registers +registraration||registration +registred||registered +regitered||registered +regitering||registering +regiter||register +regiters||registers +regresion||regression +regsitered||registered +regsitering||registering +regsiter||register +regsiters||registers +regstered||registered +regstering||registering +regster||register +regsters||registers +regualarly||regularly +regualar||regular +reguardless||regardless +reguarldess||regardless +reguarlise||regularise +reguarliser||regulariser +reguarlize||regularize +reguarlizer||regularizer +reguarly||regularly +regulaer||regular +regulamentation||regulation +regulamentations||regulations +regularily||regularly +regularlisation||regularisation +regularlised||regularised +regularlise||regularise +regularliser||regulariser +regularlises||regularises +regularlising||regularising +regularlization||regularization +regularlized||regularized +regularlize||regularize +regularlizer||regularizer +regularlizes||regularizes +regularlizing||regularizing +regularlly||regularly +regulary||regularly +regulax||regular +reguler||regular +regulr||regular +regultory||regulatory +reigstered||registered +reigstering||registering +reigster||register +reigsters||registers +reimplemenet||reimplement +reimplented||reimplemented +reimplents||reimplements +re-implimenting||re-implementing +reimplimenting||reimplementing +re-impliment||re-implement +reimpliment||reimplement +reimplmenet||reimplement +reimplmentation||reimplementation +reimplmented||reimplemented +reimplmenting||reimplementing +reimplment||reimplement +reimplments||reimplements +reinitailised||reinitialised +reinitailise||reinitialise +reinitailize||reinitialize +reintepreted||reinterpreted +reintepret||reinterpret +relaesed||released +relaese||release +relased||released +relase||release +relaser||releaser +relases||releases +relashionship||relationship +relashionships||relationships +relasing||releasing +relatdness||relatedness +relatd||related +relativly||relatively +relavant||relevant +relavent||relevant +releaased||released +releaase||release +releasse||release +releated||related +releating||relating +releation||relation +releationship||relationship +releationships||relationships +releations||relations +releative||relative +reletively||relatively +reletive||relative +relevabt||relevant +relevence||relevance +relevent||relevant +relocae||relocate +relocaes||relocates +relocaiing||relocating +relocaing||relocating +relocaion||relocation +relocaions||relocations +relocaite||relocate +relocaites||relocates +relocaiting||relocating +relocaition||relocation +relocaitions||relocations +relocaiton||relocation +relocaitons||relocations +relocateable||relocatable +relyable||reliable +relyably||reliably +relyed||relied +relyes||relies +relys||relies +remaing||remaining +remaning||remaining +remebered||remembered +remebering||remembering +remeber||remember +remebers||remembers +rememebered||remembered +rememebering||remembering +rememeber||remember +rememebers||remembers +rememebred||remembered +rememebr||remember +rememebrs||remembers +rememembered||remembered +rememember||remember +rememembers||remembers +rememered||remembered +rememer||remember +rememers||remembers +remining||remaining +remontly||remotely +remoote||remote +removeable||removable +renderering||rendering +re-negatiotiable||re-negotiable +renegatiotiable||renegotiable +re-negatiotiated||re-negotiated +renegatiotiated||renegotiated +re-negatiotiate||re-negotiate +renegatiotiate||renegotiate +re-negatiotiates||re-negotiates +renegatiotiates||renegotiates +re-negatiotiating||re-negotiating +renegatiotiating||renegotiating +re-negatiotiation||re-negotiation +renegatiotiation||renegotiation +re-negatiotiations||re-negotiations +renegatiotiations||renegotiations +re-negatiotiator||re-negotiator +renegatiotiator||renegotiator +re-negatiotiators||re-negotiators +renegatiotiators||renegotiators +re-negoable||re-negotiable +renegoable||renegotiable +re-negoated||re-negotiated +renegoated||renegotiated +re-negoate||re-negotiate +renegoate||renegotiate +re-negoates||re-negotiates +renegoates||renegotiates +re-negoatiable||re-negotiable +renegoatiable||renegotiable +re-negoatiated||re-negotiated +renegoatiated||renegotiated +re-negoatiate||re-negotiate +renegoatiate||renegotiate +re-negoatiates||re-negotiates +renegoatiates||renegotiates +re-negoatiating||re-negotiating +renegoatiating||renegotiating +re-negoatiation||re-negotiation +renegoatiation||renegotiation +re-negoatiations||re-negotiations +renegoatiations||renegotiations +re-negoatiator||re-negotiator +renegoatiator||renegotiator +re-negoatiators||re-negotiators +renegoatiators||renegotiators +re-negoating||re-negotiating +renegoating||renegotiating +re-negoation||re-negotiation +renegoation||renegotiation +re-negoations||re-negotiations +renegoations||renegotiations +re-negoator||re-negotiator +renegoator||renegotiator +re-negoators||re-negotiators +renegoators||renegotiators +re-negociable||re-negotiable +renegociable||renegotiable +re-negociated||re-negotiated +renegociated||renegotiated +re-negociate||re-negotiate +renegociate||renegotiate +re-negociates||re-negotiates +renegociates||renegotiates +re-negociating||re-negotiating +renegociating||renegotiating +re-negociation||re-negotiation +renegociation||renegotiation +re-negociations||re-negotiations +renegociations||renegotiations +re-negociator||re-negotiator +renegociator||renegotiator +re-negociators||re-negotiators +renegociators||renegotiators +re-negogtiable||re-negotiable +renegogtiable||renegotiable +re-negogtiated||re-negotiated +renegogtiated||renegotiated +re-negogtiate||re-negotiate +renegogtiate||renegotiate +re-negogtiates||re-negotiates +renegogtiates||renegotiates +re-negogtiating||re-negotiating +renegogtiating||renegotiating +re-negogtiation||re-negotiation +renegogtiation||renegotiation +re-negogtiations||re-negotiations +renegogtiations||renegotiations +re-negogtiator||re-negotiator +renegogtiator||renegotiator +re-negogtiators||re-negotiators +renegogtiators||renegotiators +re-negoitable||re-negotiable +renegoitable||renegotiable +re-negoitated||re-negotiated +renegoitated||renegotiated +re-negoitate||re-negotiate +renegoitate||renegotiate +re-negoitates||re-negotiates +renegoitates||renegotiates +re-negoitating||re-negotiating +renegoitating||renegotiating +re-negoitation||re-negotiation +renegoitation||renegotiation +re-negoitations||re-negotiations +renegoitations||renegotiations +re-negoitator||re-negotiator +renegoitator||renegotiator +re-negoitators||re-negotiators +renegoitators||renegotiators +re-negoptionsotiable||re-negotiable +renegoptionsotiable||renegotiable +re-negoptionsotiated||re-negotiated +renegoptionsotiated||renegotiated +re-negoptionsotiate||re-negotiate +renegoptionsotiate||renegotiate +re-negoptionsotiates||re-negotiates +renegoptionsotiates||renegotiates +re-negoptionsotiating||re-negotiating +renegoptionsotiating||renegotiating +re-negoptionsotiation||re-negotiation +renegoptionsotiation||renegotiation +re-negoptionsotiations||re-negotiations +renegoptionsotiations||renegotiations +re-negoptionsotiator||re-negotiator +renegoptionsotiator||renegotiator +re-negoptionsotiators||re-negotiators +renegoptionsotiators||renegotiators +re-negosiable||re-negotiable +renegosiable||renegotiable +re-negosiated||re-negotiated +renegosiated||renegotiated +re-negosiate||re-negotiate +renegosiate||renegotiate +re-negosiates||re-negotiates +renegosiates||renegotiates +re-negosiating||re-negotiating +renegosiating||renegotiating +re-negosiation||re-negotiation +renegosiation||renegotiation +re-negosiations||re-negotiations +renegosiations||renegotiations +re-negosiator||re-negotiator +renegosiator||renegotiator +re-negosiators||re-negotiators +renegosiators||renegotiators +re-negotable||re-negotiable +renegotable||renegotiable +re-negotaiable||re-negotiable +renegotaiable||renegotiable +re-negotaiated||re-negotiated +renegotaiated||renegotiated +re-negotaiate||re-negotiate +renegotaiate||renegotiate +re-negotaiates||re-negotiates +renegotaiates||renegotiates +re-negotaiating||re-negotiating +renegotaiating||renegotiating +re-negotaiation||re-negotiation +renegotaiation||renegotiation +re-negotaiations||re-negotiations +renegotaiations||renegotiations +re-negotaiator||re-negotiator +renegotaiator||renegotiator +re-negotaiators||re-negotiators +renegotaiators||renegotiators +re-negotaible||re-negotiable +renegotaible||renegotiable +re-negotaited||re-negotiated +renegotaited||renegotiated +re-negotaite||re-negotiate +renegotaite||renegotiate +re-negotaites||re-negotiates +renegotaites||renegotiates +re-negotaiting||re-negotiating +renegotaiting||renegotiating +re-negotaition||re-negotiation +renegotaition||renegotiation +re-negotaitions||re-negotiations +renegotaitions||renegotiations +re-negotaitor||re-negotiator +renegotaitor||renegotiator +re-negotaitors||re-negotiators +renegotaitors||renegotiators +re-negotated||re-negotiated +renegotated||renegotiated +re-negotate||re-negotiate +renegotate||renegotiate +re-negotates||re-negotiates +renegotates||renegotiates +re-negotatiable||re-negotiable +renegotatiable||renegotiable +re-negotatiated||re-negotiated +renegotatiated||renegotiated +re-negotatiate||re-negotiate +renegotatiate||renegotiate +re-negotatiates||re-negotiates +renegotatiates||renegotiates +re-negotatiating||re-negotiating +renegotatiating||renegotiating +re-negotatiation||re-negotiation +renegotatiation||renegotiation +re-negotatiations||re-negotiations +renegotatiations||renegotiations +re-negotatiator||re-negotiator +renegotatiator||renegotiator +re-negotatiators||re-negotiators +renegotatiators||renegotiators +re-negotatible||re-negotiable +renegotatible||renegotiable +re-negotatied||re-negotiated +renegotatied||renegotiated +re-negotatie||re-negotiate +renegotatie||renegotiate +re-negotaties||re-negotiates +renegotaties||renegotiates +re-negotating||re-negotiating +renegotating||renegotiating +re-negotation||re-negotiation +renegotation||renegotiation +re-negotations||re-negotiations +renegotations||renegotiations +re-negotatior||re-negotiator +renegotatior||renegotiator +re-negotatiors||re-negotiators +renegotatiors||renegotiators +re-negotator||re-negotiator +renegotator||renegotiator +re-negotators||re-negotiators +renegotators||renegotiators +re-negothiable||re-negotiable +renegothiable||renegotiable +re-negothiated||re-negotiated +renegothiated||renegotiated +re-negothiate||re-negotiate +renegothiate||renegotiate +re-negothiates||re-negotiates +renegothiates||renegotiates +re-negothiating||re-negotiating +renegothiating||renegotiating +re-negothiation||re-negotiation +renegothiation||renegotiation +re-negothiations||re-negotiations +renegothiations||renegotiations +re-negothiator||re-negotiator +renegothiator||renegotiator +re-negothiators||re-negotiators +renegothiators||renegotiators +re-negotible||re-negotiable +renegotible||renegotiable +re-negoticable||re-negotiable +renegoticable||renegotiable +re-negoticated||re-negotiated +renegoticated||renegotiated +re-negoticate||re-negotiate +renegoticate||renegotiate +re-negoticates||re-negotiates +renegoticates||renegotiates +re-negoticating||re-negotiating +renegoticating||renegotiating +re-negotication||re-negotiation +renegotication||renegotiation +re-negotications||re-negotiations +renegotications||renegotiations +re-negoticator||re-negotiator +renegoticator||renegotiator +re-negoticators||re-negotiators +renegoticators||renegotiators +re-negotioable||re-negotiable +renegotioable||renegotiable +re-negotioated||re-negotiated +renegotioated||renegotiated +re-negotioate||re-negotiate +renegotioate||renegotiate +re-negotioates||re-negotiates +renegotioates||renegotiates +re-negotioating||re-negotiating +renegotioating||renegotiating +re-negotioation||re-negotiation +renegotioation||renegotiation +re-negotioations||re-negotiations +renegotioations||renegotiations +re-negotioator||re-negotiator +renegotioator||renegotiator +re-negotioators||re-negotiators +renegotioators||renegotiators +re-negotioble||re-negotiable +renegotioble||renegotiable +re-negotionable||re-negotiable +renegotionable||renegotiable +re-negotionated||re-negotiated +renegotionated||renegotiated +re-negotionate||re-negotiate +renegotionate||renegotiate +re-negotionates||re-negotiates +renegotionates||renegotiates +re-negotionating||re-negotiating +renegotionating||renegotiating +re-negotionation||re-negotiation +renegotionation||renegotiation +re-negotionations||re-negotiations +renegotionations||renegotiations +re-negotionator||re-negotiator +renegotionator||renegotiator +re-negotionators||re-negotiators +renegotionators||renegotiators +re-negotion||re-negotiation +renegotion||renegotiation +re-negotions||re-negotiations +renegotions||renegotiations +re-negotiotable||re-negotiable +renegotiotable||renegotiable +re-negotiotated||re-negotiated +renegotiotated||renegotiated +re-negotiotate||re-negotiate +renegotiotate||renegotiate +re-negotiotates||re-negotiates +renegotiotates||renegotiates +re-negotiotating||re-negotiating +renegotiotating||renegotiating +re-negotiotation||re-negotiation +renegotiotation||renegotiation +re-negotiotations||re-negotiations +renegotiotations||renegotiations +re-negotiotator||re-negotiator +renegotiotator||renegotiator +re-negotiotators||re-negotiators +renegotiotators||renegotiators +re-negotioted||re-negotiated +renegotioted||renegotiated +re-negotiote||re-negotiate +renegotiote||renegotiate +re-negotiotes||re-negotiates +renegotiotes||renegotiates +re-negotioting||re-negotiating +renegotioting||renegotiating +re-negotiotion||re-negotiation +renegotiotion||renegotiation +re-negotiotions||re-negotiations +renegotiotions||renegotiations +re-negotiotor||re-negotiator +renegotiotor||renegotiator +re-negotiotors||re-negotiators +renegotiotors||renegotiators +re-negotitable||re-negotiable +renegotitable||renegotiable +re-negotitaed||re-negotiated +renegotitaed||renegotiated +re-negotitae||re-negotiate +renegotitae||renegotiate +re-negotitaes||re-negotiates +renegotitaes||renegotiates +re-negotitaing||re-negotiating +renegotitaing||renegotiating +re-negotitaion||re-negotiation +renegotitaion||renegotiation +re-negotitaions||re-negotiations +renegotitaions||renegotiations +re-negotitaor||re-negotiator +renegotitaor||renegotiator +re-negotitaors||re-negotiators +renegotitaors||renegotiators +re-negotitated||re-negotiated +renegotitated||renegotiated +re-negotitate||re-negotiate +renegotitate||renegotiate +re-negotitates||re-negotiates +renegotitates||renegotiates +re-negotitating||re-negotiating +renegotitating||renegotiating +re-negotitation||re-negotiation +renegotitation||renegotiation +re-negotitations||re-negotiations +renegotitations||renegotiations +re-negotitator||re-negotiator +renegotitator||renegotiator +re-negotitators||re-negotiators +renegotitators||renegotiators +re-negotited||re-negotiated +renegotited||renegotiated +re-negotite||re-negotiate +renegotite||renegotiate +re-negotites||re-negotiates +renegotites||renegotiates +re-negotiting||re-negotiating +renegotiting||renegotiating +re-negotition||re-negotiation +renegotition||renegotiation +re-negotitions||re-negotiations +renegotitions||renegotiations +re-negotitor||re-negotiator +renegotitor||renegotiator +re-negotitors||re-negotiators +renegotitors||renegotiators +re-negoziable||re-negotiable +renegoziable||renegotiable +re-negoziated||re-negotiated +renegoziated||renegotiated +re-negoziate||re-negotiate +renegoziate||renegotiate +re-negoziates||re-negotiates +renegoziates||renegotiates +re-negoziating||re-negotiating +renegoziating||renegotiating +re-negoziation||re-negotiation +renegoziation||renegotiation +re-negoziations||re-negotiations +renegoziations||renegotiations +re-negoziator||re-negotiator +renegoziator||renegotiator +re-negoziators||re-negotiators +renegoziators||renegotiators +reneweal||renewal +reoport||report +reorginised||reorganised +reorginized||reorganized +repaced||replaced +repace||replace +repaces||replaces +repacing||replacing +repackged||repackaged +repackge||repackage +repeatly||repeatedly +repectable||respectable +repected||respected +repecting||respecting +repectively||respectively +repective||respective +repect||respect +repects||respects +repesented||represented +repesenting||representing +repesent||represent +repesents||represents +repetion||repetition +repetions||repetitions +repition||repetition +repitions||repetitions +replacability||replaceability +replacable||replaceable +replacables||replaceables +replacacing||replacing +replacaiblity||replaceability +replacalbe||replaceable +replacalbes||replaceables +replacament||replacement +replacaments||replacements +replaca||replica +replacas||replicas +replacated||replicated +replacate||replicate +replacates||replicates +replacating||replicating +replacation||replication +replacd||replaced +replacemenet||replacement +replacmenet||replacement +replacment||replacement +replacments||replacements +replacong||replacing +replacted||replicated +replacte||replicate +replactes||replicates +replacting||replicating +replicae||replicate +replicaes||replicates +replicaiing||replicating +replicaion||replication +replicaions||replications +replicaite||replicate +replicaites||replicates +replicaiting||replicating +replicaition||replication +replicaitions||replications +replicaiton||replication +replicaitons||replications +replys||replies +reponse||response +reponses||responses +reponsibilities||responsibilities +reponsibility||responsibility +reponsible||responsible +reporitory||repository +repostiories||repositories +repostiory||repository +repport||report +repreesnted||represented +repreesnt||represent +repreesnts||represents +representaion||representation +representaions||representations +represneted||represented +represneting||representing +represnet||represent +represnets||represents +repressentation||representation +repressenting||representing +repressent||represent +repressents||represents +reprociblbe||reproducible +reproducability||reproducibility +reproducable||reproducible +reproducablitity||reproducibility +reproducably||reproducibly +repsonse||response +repsonses||responses +reqeust||request +reqeusts||requests +requestesd||requested +requestes||requests +requestested||requested +requestests||requests +requestying||requesting +requiered||required +requiere||require +requieres||requires +requiering||requiring +requiested||requested +requiesting||requesting +requiest||request +requiests||requests +requireing||requiring +requiremenet||requirement +requiremenets||requirements +requirment||requirement +requirments||requirements +requred||required +requrested||requested +requresting||requesting +requrest||request +requrests||requests +requried||required +requsted||requested +requsting||requesting +requst||request +requsts||requests +re-realease||re-release +resarch||research +resart||restart +resarts||restarts +rescource||resource +rescources||resources +rescrition||restriction +rescritions||restrictions +resemblence||resemblance +resepected||respected +resepecting||respecting +resepectively||respectively +resepective||respective +resepect||respect +resepects||respects +reserverd||reserved +resetable||resettable +reseted||reset +reseting||resetting +resetted||reset +reseved||reserved +resgister||register +resgisters||registers +resistence||resistance +resistent||resistant +resloved||resolved +reslove||resolve +resloves||resolves +resloving||resolving +resoective||respective +resoect||respect +resoiurce||resource +resonable||reasonable +resorce||resource +resorces||resources +resouce||resource +resouces||resources +resoure||resource +resoures||resources +responce||response +responces||responses +responsabilities||responsibilities +responsability||responsibility +responsed||responded +responser||responder +responser's||responder's +responsers||responders +responsiblities||responsibilities +responsiblity||responsibility +responsing||responding +resposible||responsible +respositories||repositories +respository||repository +ressize||resize +ressource||resource +ressources||resources +ressurected||resurrected +ressurecting||resurrecting +ressurect||resurrect +ressurects||resurrects +restrcuture||restructure +restriced||restricted +restroing||restoring +resultion||resolution +resultions||resolutions +resulution||resolution +resursively||recursively +resursive||recursive +retanslate||retranslate +retored||restored +retore||restore +retores||restores +retoring||restoring +retransmited||retransmitted +retreived||retrieved +retreive||retrieve +retrived||retrieved +retrive||retrieve +retrives||retrieves +retriving||retrieving +retsart||restart +retsarts||restarts +retun||return +retuns||returns +retured||returned +returing||returning +returnd||returned +returnes||returns +retur||return +returs||returns +retyring||retrying +reuest||request +reuests||requests +re-upladad||re-uploaded +reupladad||reuploaded +re-upladed||re-uploaded +reupladed||reuploaded +re-uplader||re-uploader +reuplader||reuploader +re-upladers||re-uploaders +reupladers||reuploaders +re-uplading||re-uploading +reuplading||reuploading +re-uplad||re-upload +reuplad||reupload +re-uplads||re-uploads +reuplads||reuploads +re-uplaodad||re-uploaded +reuplaodad||reuploaded +re-uplaoded||re-uploaded +reuplaoded||reuploaded +re-uplaoder||re-uploader +reuplaoder||reuploader +re-uplaoders||re-uploaders +reuplaoders||reuploaders +re-uplaoding||re-uploading +reuplaoding||reuploading +re-uplaod||re-upload +reuplaod||reupload +re-uplaods||re-uploads +reuplaods||reuploads +re-uplodad||re-uploaded +reuplodad||reuploaded +re-uploded||re-uploaded +reuploded||reuploaded +re-uploder||re-uploader +reuploder||reuploader +re-uploders||re-uploaders +reuploders||reuploaders +re-uploding||re-uploading +reuploding||reuploading +re-uplod||re-upload +reuplod||reupload +re-uplods||re-uploads +reuplods||reuploads +reuqested||requested +reuqesting||requesting +reuqest||request +reuqests||requests +reverced||reversed +reverce||reverse +reverece||reference +revereces||references +reveresed||reversed +reverese||reverse +revereted||reverted +reveret||revert +reverse-engeneering||reverse-engineering +reverse-engeneer||reverse-engineer +reverse-engieer||reverse-engineer +reverved||reserved +reverve||reserve +revewrse||reverse +revoluion||revolution +revrese||reverse +revrieve||retrieve +revrieves||retrieves +rewirte||rewrite +rewitable||rewritable +rewrited||rewrote +rewriten||rewritten +rigth||right +rigths||rights +rigt||right +rmeoved||removed +rmeove||remove +rmeoves||removes +roiginally||originally +roiginal||original +roiginals||originals +roiginating||originating +roigin||origin +roigins||origins +ropeat||repeat +rouding||rounding +rougly||roughly +rouine||routine +rouines||routines +rountine||routine +rountines||routines +routins||routines +rovided||provided +rovide||provide +rovider||provider +rovides||provides +roviding||providing +rquested||requested +rquesting||requesting +rquest||request +rquests||requests +runing||running +runned||ran +runnging||running +runnigng||running +runnign||running +runnig||running +runnning||running +sacrifying||sacrificing +safeguared||safeguarded +safeing||saving +safe-pooint||safe-point +safepooint||safepoint +safe-pooints||safe-points +safepooints||safepoints +safly||safely +saftey||safety +safty||safety +santized||sanitized +santize||sanitize +santizes||sanitizes +santizing||sanitizing +sanytise||sanitise +sanytize||sanitize +satified||satisfied +satifies||satisfies +satifying||satisfying +satify||satisfy +satisfiabilty||satisfiability +satisifed||satisfied +satisified||satisfied +satisifies||satisfies +satisifying||satisfying +satisify||satisfy +satistying||satisfying +savable||saveable +savely||safely +savety||safety +scahr||schar +scaleable||scalable +scalled||scaled +scaned||scanned +scaning||scanning +scintiallation||scintillation +sciript||script +sciripts||scripts +scolling||scrolling +scopeing||scoping +scritp||script +scritps||scripts +scritpt||script +scritpts||scripts +scubscribed||subscribed +scubscriber||subscriber +scubscribes||subscribes +scubscribe||subscribe +seached||searched +seaches||searches +seaching||searching +seach||search +searcahble||searchable +searchs||searches +secion||section +secions||sections +secirity||security +seciton||section +secitons||sections +secodns||seconds +secrion||section +secruity||security +sectionning||sectioning +secuely||securely +secue||secure +secuity||security +secund||second +securly||securely +securrely||securely +securre||secure +securrly||securely +securtity||security +securtiy||security +securty||security +securuity||security +seesion||session +seesions||sessions +segement||segment +segements||segments +segfualt||segfault +segfualts||segfaults +segmenetd||segmented +segmeneted||segmented +segmenet||segment +segmenets||segments +segmetned||segmented +segmetn||segment +segmetns||segments +selction||selection +selctions||selections +selecton||selection +selectons||selections +self-comparisson||self-comparison +self-contianed||self-contained +sematically||semantically +sematical||semantical +sematic||semantic +sematics||semantics +sempahore||semaphore +sempahores||semaphores +senario||scenario +senarios||scenarios +sence||sense +sencondary||secondary +sencond||second +senconds||seconds +sensistively||sensitively +sensistive||sensitive +sensitve||sensitive +sentance||sentence +sentances||sentences +sentinal||sentinel +sentinals||sentinels +separatly||separately +separed||separated +separetedly||separately +separeted||separated +separetely||separately +separeter||separator +separete||separate +separetes||separates +separeting||separating +separetly||separately +separetor||separator +separted||separated +separte||separate +separtes||separates +separting||separating +sepatae||separate +sepcifically||specifically +sepcification||specification +sepcifications||specifications +sepcific||specific +sepcified||specified +sepcifier||specifier +sepcifies||specifies +sepcifying||specifying +sepcify||specify +sepearable||separable +sepearated||separated +sepearately||separately +sepearate||separate +sepearates||separates +sepearation||separation +sepearator||separator +sepearators||separators +sepearetly||separately +sepearet||separate +sepearted||separated +sepeartely||separately +sepearte||separate +sepeartes||separates +sepeartor||separator +sepeartors||separators +sepeated||separated +sepeate||separate +sepeates||separates +sepeator||separator +sepeators||separators +sepecially||especially +sepecial||special +sepecifed||specified +sepecification||specification +sepecific||specific +sepecified||specified +sepecifier||specifier +sepecifiers||specifiers +sepecifies||specifies +sepecify||specify +sepectral||spectral +sepeicfy||specify +sepending||depending +seperable||separable +seperaly||separately +seperaor||separator +seperaors||separators +seperared||separated +seperare||separate +seperares||separates +seperataed||separated +seperatally||separately +seperataly||separately +seperatated||separated +seperatd||separated +seperatedly||separately +seperated||separated +seperatedy||separated +seperateely||separately +seperateing||separating +seperatelly||separately +seperately||separately +seperater||separator +seperaters||separators +seperate||separate +seperates||separates +seperating||separating +seperation||separation +seperations||separations +seperatley||separately +seperatly||separately +seperator||separator +seperators||separators +sepereated||separated +sepereate||separate +sepereates||separates +sepererated||separated +sepererate||separate +sepererates||separates +sepereted||separated +seperete||separate +seperetes||separates +seperratly||separately +sepertator||separator +sepertators||separators +sepertor||separator +sepertors||separators +sepetaror||separator +sepetarors||separators +sepetated||separated +sepetately||separately +sepetate||separate +sepetates||separates +seporate||separate +sepperate||separate +seprator||separator +seprators||separators +sequece||sequence +sequeces||sequences +sequencially||sequentially +sequencial||sequential +serach||search +serailisation||serialisation +serailization||serialization +serie||series +seriuos||serious +serivce||service +serivces||services +sertificate||certificate +sertificates||certificates +serveral||several +sesssion||session +sesssions||sessions +setgit||setgid +setted||set +setts||sets +settter||setter +settters||setters +settting||setting +setttings||settings +severly||severely +sevrity||severity +shapshot||snapshot +sheduled||scheduled +shedule||schedule +shedules||schedules +sheduling||scheduling +shiped||shipped +short-cicruit||short-circuit +short-cicruits||short-circuits +shortcomming||shortcoming +shortcommings||shortcomings +shoudld||should +shoudln't||shouldn't +shoudlnt||shouldn't +shoudl||should +shoud||should +should'nt||shouldn't +shouldnt||shouldn't +should't||shouldn't +shoule||should +siginificantly||significantly +siginificant||significant +signficantly||significantly +signficant||significant +signifcantly||significantly +signifcant||significant +signle||single +silenty||silently +similarily||similarly +similary||similarly +similiarity||similarity +similiarly||similarly +similiar||similar +similiarty||similarity +similiary||similarity +simlarlity||similarity +simlarly||similarly +simlar||similar +simliar||similar +simlicity||simplicity +simmilar||similar +simplier||simpler +simpliest||simplest +simulantaneously||simultaneously +simulantaneous||simultaneous +simulataeously||simultaneously +simulataeous||simultaneous +simulataneity||simultaneity +simulataneously||simultaneously +simulataneous||simultaneous +simulataniously||simultaneously +simulatanious||simultaneous +simulatanously||simultaneously +simulatanous||simultaneous +simulatation||simulation +simultanously||simultaneously +simultanous||simultaneous +singal||signal +singed||signed +single-threded||single-threaded +singnalled||signalled +singnal||signal +singnals||signals +singuarity||singularity +singuarl||singular +sinply||simply +sitation||situation +sitations||situations +sitaution||situation +sitautions||situations +situration||situation +siturations||situations +situtaion||situation +situtaions||situations +situtation||situation +situtations||situations +siute||suite +siwtched||switched +siwtching||switching +siwtch||switch +skelton||skeleton +skept||skipped +skiped||skipped +skiping||skipping +slashs||slashes +sligthly||slightly +sligth||slight +sluggify||slugify +smae||same +smaple||sample +smaples||samples +smoothign||smoothing +snapsnot||snapshot +snapsnots||snapshots +snpashot||snapshot +snpashots||snapshots +softend||softened +softwares||software +sofware||software +sofwtare||software +soiurce||source +soket||socket +sokets||sockets +somehwat||somewhat +somehwere||somewhere +somes||some +somethign||something +sometiem||sometimes +sometiems||sometimes +sometihing||something +sometihng||something +sometiles||sometimes +sometines||sometimes +someting||something +sometinhg||something +somthign||something +somthing||something +somtimes||sometimes +somwhat||somewhat +sorrounding||surrounding +sotfware||software +souce||source +souces||sources +sould'nt||shouldn't +souldn't||shouldn't +sould||should +soundard||soundcard +soure||source +soures||sources +spacification||specification +spacific||specific +spacifics||specifics +spacified||specified +spacifies||specifies +sparately||separately +sparate||separate +spawed||spawned +spawing||spawning +spaw||spawn +spaws||spawns +speach||speech +spearator||separator +spearators||separators +specail||special +spec-complient||spec-compliant +specfication||specification +specfications||specifications +specfic||specific +specfied||specified +specfies||specifies +specfying||specifying +specfy||specify +specidic||specific +specied||specified +speciefied||specified +specifc||specific +specifed||specified +specificated||specified +specificateion||specification +specificatin||specification +specificaton||specification +specificiation||specification +specificiations||specifications +specificly||specifically +specifing||specifying +specifiying||specifying +specifiy||specify +specifyied||specified +speciries||specifies +speciry||specify +speciyfing||specifying +speciyfying||specifying +speciying||specifying +speciy||specify +spectularly||spectacularly +spectular||spectacular +speeaking||speaking +speeak||speak +speeped||sped +speeping||sleeping +speep||sleep +speep-up||speed-up +spefally||specially +spefation||separation +spefations||separations +spefcifiable||specifiable +spefcifically||specifically +spefcification||specification +spefcifications||specifications +spefcific||specific +spefcifics||specifics +spefcifieid||specified +spefcifieir||specifier +spefcifieirs||specifiers +spefcifieis||specifies +spefcifiying||specifying +spefcifiy||specify +spefeid||specified +spefeir||specifier +spefeirs||specifiers +spefeis||specifies +spefiable||specifiable +spefial||special +speficable||specifiable +spefically||specifically +spefication||specification +spefications||specifications +speficed||specified +speficeid||specified +speficeir||specifier +speficeirs||specifiers +speficeis||specifies +speficer||specifier +speficers||specifiers +spefices||specifies +speficiable||specifiable +speficiallally||specifically +speficiallation||specification +speficiallations||specifications +speficialleid||specified +speficialleir||specifier +speficialleirs||specifiers +speficialleis||specifies +speficialliable||specifiable +speficiallically||specifically +speficiallication||specification +speficiallications||specifications +speficiallic||specific +speficiallics||specifics +speficiallied||specified +speficiallier||specifier +speficialliers||specifiers +speficiallies||specifies +speficiallifed||specified +speficiallifer||specifier +speficiallifers||specifiers +speficiallifes||specifies +speficially||specifically +speficiation||specification +speficiations||specifications +speficically||specifically +speficication||specification +speficications||specifications +speficic||specific +speficics||specifics +speficied||specified +speficieid||specified +speficieir||specifier +speficieirs||specifiers +speficieis||specifies +speficier||specifier +speficiers||specifiers +speficies||specifies +speficifally||specifically +speficifation||specification +speficifations||specifications +speficifcally||specifically +speficifcation||specification +speficifcations||specifications +speficifc||specific +speficifcs||specifics +speficifed||specified +speficifeid||specified +speficifeir||specifier +speficifeirs||specifiers +speficifeis||specifies +speficifer||specifier +speficifers||specifiers +speficifes||specifies +speficifiable||specifiable +speficifically||specifically +speficification||specification +speficifications||specifications +speficific||specific +speficifics||specifics +speficified||specified +speficifier||specifier +speficifiers||specifiers +speficifies||specifies +speficififed||specified +speficififer||specifier +speficififers||specifiers +speficififes||specifies +speficifying||specifying +speficify||specify +speficiiable||specifiable +speficiically||specifically +speficiication||specification +speficiications||specifications +speficiic||specific +speficiics||specifics +speficiied||specified +speficiier||specifier +speficiiers||specifiers +speficiies||specifies +speficiifed||specified +speficiifer||specifier +speficiifers||specifiers +speficiifes||specifies +speficillally||specifically +speficillation||specification +speficillations||specifications +speficilleid||specified +speficilleir||specifier +speficilleirs||specifiers +speficilleis||specifies +speficilliable||specifiable +speficillically||specifically +speficillication||specification +speficillications||specifications +speficillic||specific +speficillics||specifics +speficillied||specified +speficillier||specifier +speficilliers||specifiers +speficillies||specifies +speficillifed||specified +speficillifer||specifier +speficillifers||specifiers +speficillifes||specifies +speficilly||specifically +speficitally||specifically +speficitation||specification +speficitations||specifications +speficiteid||specified +speficiteir||specifier +speficiteirs||specifiers +speficiteis||specifies +speficitiable||specifiable +speficitically||specifically +speficitication||specification +speficitications||specifications +speficitic||specific +speficitics||specifics +speficitied||specified +speficitier||specifier +speficitiers||specifiers +speficities||specificities +speficitifed||specified +speficitifer||specifier +speficitifers||specifiers +speficitifes||specifies +speficity||specificity +speficiying||specifying +speficiy||specify +spefic||specific +spefics||specifics +speficying||specifying +speficy||specify +spefied||specified +spefier||specifier +spefiers||specifiers +spefies||specifies +spefifally||specifically +spefifation||specification +spefifations||specifications +spefifed||specified +spefifeid||specified +spefifeir||specifier +spefifeirs||specifiers +spefifeis||specifies +spefifer||specifier +spefifers||specifiers +spefifes||specifies +spefifiable||specifiable +spefifically||specifically +spefification||specification +spefifications||specifications +spefific||specific +spefifics||specifics +spefified||specified +spefifier||specifier +spefifiers||specifiers +spefifies||specifies +spefififed||specified +spefififer||specifier +spefififers||specifiers +spefififes||specifies +spefifying||specifying +spefify||specify +spefiiable||specifiable +spefiically||specifically +spefiication||specification +spefiications||specifications +spefiic||specific +spefiics||specifics +spefiied||specified +spefiier||specifier +spefiiers||specifiers +spefiies||specifies +spefiifally||specifically +spefiifation||specification +spefiifations||specifications +spefiifeid||specified +spefiifeir||specifier +spefiifeirs||specifiers +spefiifeis||specifies +spefiifiable||specifiable +spefiifically||specifically +spefiification||specification +spefiifications||specifications +spefiific||specific +spefiifics||specifics +spefiified||specified +spefiifier||specifier +spefiifiers||specifiers +spefiifies||specifies +spefiififed||specified +spefiififer||specifier +spefiififers||specifiers +spefiififes||specifies +spefiifying||specifying +spefiify||specify +spefixally||specifically +spefixation||specification +spefixations||specifications +spefixeid||specified +spefixeir||specifier +spefixeirs||specifiers +spefixeis||specifies +spefixiable||specifiable +spefixically||specifically +spefixication||specification +spefixications||specifications +spefixic||specific +spefixics||specifics +spefixied||specified +spefixier||specifier +spefixiers||specifiers +spefixies||specifies +spefixifed||specified +spefixifer||specifier +spefixifers||specifiers +spefixifes||specifies +spefixying||specifying +spefixy||specify +spefiying||specifying +spefiy||specify +spefying||specifying +spefy||specify +speling||spelling +spellshecking||spellchecking +sperately||separately +sperate||separate +spliting||splitting +splitted||split +sponsered||sponsored +sponsership||sponsorship +sponser||sponsor +sponsers||sponsors +spported||supported +spporting||supporting +spports||supports +spport||support +spreaded||spread +sproon||spoon +spsace||space +spsaces||spaces +spurios||spurious +squashgin||squashing +srcipt||script +srcipts||scripts +sructures||structures +sructure||structure +staically||statically +standard-complient||standard-compliant +standardss||standards +standard-version||standards-version +standar||standard +standars-version||standards-version +standartds||standards +standartd||standard +standartisation||standardisation +standartisator||standardiser +standartised||standardised +standartization||standardization +standartizator||standardizer +standartized||standardized +standarts||standards +standart||standard +startting||starting +statamenets||statements +statamenet||statement +statemenets||statements +statemenet||statement +staticly||statically +statictics||statistics +statictic||statistic +statisfied||satisfied +statisfies||satisfies +statisfying||satisfying +statisfy||satisfy +statmenet||statement +statments||statements +statment||statement +stength||strength +stirngs||strings +stirng||string +stivks||sticks +stivk||stick +stocahstic||stochastic +stoped||stopped +stoping||stopping +stoppped||stopped +straighforward||straightforward +straightfoward||straightforward +straigth||straight +straigt||straight +strcutre||structure +strcutural||structural +strcutures||structures +strcuture||structure +streammed||streamed +streamming||streaming +streamm||stream +streched||stretched +streches||stretches +streching||stretching +strech||stretch +strenghts||strengths +strenght||strength +strenous||strenuous +strenth||strength +strerrror||strerror +strinsg||strings +stroing||storing +strored||stored +strores||stores +strore||store +stroring||storing +structres||structures +structre||structure +structual||structural +stucts||structs +stuct||struct +stuctures||structures +stucture||structure +sturctures||structures +sturcture||structure +styilistic||stylistic +stying||styling +subcirucit||subcircuit +subcribed||subscribed +subcribes||subscribes +subcribe||subscribe +subcribing||subscribing +subdirectoires||subdirectories +subdirectorys||subdirectories +subdirecty||subdirectory +subexperesions||subexpressions +subexperesion||subexpression +subexperessions||subexpressions +subexperession||subexpression +subexpersions||subexpressions +subexpersion||subexpression +subexperssions||subexpressions +subexperssion||subexpression +subexpessions||subexpressions +subexpession||subexpression +subexpresssions||subexpressions +subexpresssion||subexpression +subfolfers||subfolders +subfolfer||subfolder +sub-lcuase||sub-clause +sublcuase||subclause +suble||subtle +subnegatiotiations||subnegotiations +subnegatiotiation||subnegotiation +subnegoatiations||subnegotiations +subnegoatiation||subnegotiation +subnegoations||subnegotiations +subnegoation||subnegotiation +subnegociations||subnegotiations +subnegociation||subnegotiation +subnegogtiations||subnegotiations +subnegogtiation||subnegotiation +subnegoitations||subnegotiations +subnegoitation||subnegotiation +subnegoptionsotiations||subnegotiations +subnegoptionsotiation||subnegotiation +subnegosiations||subnegotiations +subnegosiation||subnegotiation +subnegotaiations||subnegotiations +subnegotaiation||subnegotiation +subnegotaitions||subnegotiations +subnegotaition||subnegotiation +subnegotatiations||subnegotiations +subnegotatiation||subnegotiation +subnegotations||subnegotiations +subnegotation||subnegotiation +subnegothiations||subnegotiations +subnegothiation||subnegotiation +subnegotications||subnegotiations +subnegotication||subnegotiation +subnegotioations||subnegotiations +subnegotioation||subnegotiation +subnegotionations||subnegotiations +subnegotionation||subnegotiation +subnegotions||subnegotiations +subnegotion||subnegotiation +subnegotiotations||subnegotiations +subnegotiotation||subnegotiation +subnegotiotions||subnegotiations +subnegotiotion||subnegotiation +subnegotitaions||subnegotiations +subnegotitaion||subnegotiation +subnegotitations||subnegotiations +subnegotitation||subnegotiation +subnegotitions||subnegotiations +subnegotition||subnegotiation +subnegoziations||subnegotiations +subnegoziation||subnegotiation +subpackges||subpackages +subpackge||subpackage +subporgram||subprogram +subpsace||subspace +subscibed||subscribed +subscibers||subscribers +subsciber||subscriber +subscibe||subscribe +subscritpions||subscriptions +subscritpion||subscription +subscritpitons||subscriptions +subscritpiton||subscription +subscritptions||subscriptions +subscritption||subscription +subscritpt||subscript +subsecrion||subsection +subseqent||subsequent +subsequest||subsequent +subsituents||substituents +subsituent||substituent +subsitutable||substitutable +subsitutatble||substitutable +subsituted||substituted +subsitutes||substitutes +subsitute||substitute +subsituting||substituting +subsitution||substitution +subsitutuents||substituents +subsitutuent||substituent +subsitututed||substituted +subsitututes||substitutes +subsitutute||substitute +subsitututing||substituting +subsitutution||substitution +substaintially||substantially +substituations||substitutions +substituation||substitution +substituded||substituted +substitudes||substitutes +substitude||substitute +substituding||substituting +substituions||substitutions +substituion||substitution +substiution||substitution +substracted||subtracted +substracting||subtracting +substraction||subtraction +substracts||subtracts +substract||subtract +subsysytems||subsystems +subsysytem||subsystem +subsytems||subsystems +subsytem||subsystem +subtituted||substituted +subtitutes||substitutes +subtitute||substitute +subtituting||substituting +subtitutions||substitutions +subtitution||substitution +subtsitutable||substitutable +subtsitutatble||substitutable +succcessfully||successfully +succcessful||successful +succcessors||successors +succcessor||successor +succcess||success +succcessully||successfully +succcessul||successful +succedded||succeeded +succedding||succeeding +succedds||succeeds +succedd||succeed +succeded||succeeded +succedes||succeeds +succede||succeed +succedfully||successfully +succeding||succeeding +succeds||succeeds +succed||succeed +succeedes||succeeds +succesfull||successful +succesfully||successfully +succesful||successful +succesive||successive +succesors||successors +succesor||successor +successfullies||successfully +successfullly||successfully +successfullness||successfulness +successfulln||successful +successfull||successful +successfullt||successfully +successfuly||successfully +succint||succinct +suceeded||succeeded +suceeding||succeeding +suceeds||succeeds +suceed||succeed +suceses||successes +sucesfull||successful +sucesfully||successfully +sucesful||successful +sucesfuly||successfully +sucesscient||sufficient +sucesseding||succeeding +sucessed||succeeded +sucessefully||successfully +sucessess||success +sucesses||successes +sucessflly||successfully +sucessfually||successfully +sucessfukk||successful +sucessfull||successful +sucessfully||successfully +sucessful||successful +sucessfuly||successfully +sucession||succession +sucessively||successively +sucessive||successive +sucessiv||successive +sucessors||successors +sucessor||successor +sucessses||successes +sucesssfull||successful +sucesssfully||successfully +sucesssful||successful +sucesssfuly||successfully +sucesss||success +sucess||success +suces||success +sucessufll||successful +sucessuflly||successfully +sucessully||successfully +sueful||useful +sufficently||sufficiently +sufficent||sufficient +sugestions||suggestions +sugestion||suggestion +sugests||suggests +summmary||summary +superceded||superseded +supercedes||supersedes +supercede||supersede +superceding||superseding +superflous||superfluous +superopeator||superoperator +supersed||superseded +superseeded||superseded +suplanted||supplanted +suplanting||supplanting +suplants||supplants +suplant||supplant +suplementary||supplementary +suplied||supplied +suported||supported +suporting||supporting +suports||supports +suport||support +suposed||supposed +suposes||supposes +supose||suppose +suposing||supposing +suppied||supplied +suppies||supplies +suppored||supported +supportd||supported +supportin||supporting +supposeded||supposed +supposedely||supposedly +supposeds||supposed +supposedy||supposedly +suppoted||supported +suppplied||supplied +suppported||supported +suppporting||supporting +suppports||supports +suppport||support +suppying||supplying +suppy||supply +supressed||suppressed +supresses||suppresses +supressible||suppressible +supressing||suppressing +supressions||suppressions +supression||suppression +supressors||suppressors +supressor||suppressor +supresssion||suppression +supress||suppress +suprised||surprised +suprises||surprises +suprise||surprise +suprising||surprising +surounded||surrounded +suroundings||surroundings +surounding||surrounding +surounds||surrounds +suround||surround +surported||supported +surport||support +surpressed||suppressed +surpresses||suppresses +surpressing||suppressing +surpress||suppress +surrouding||surrounding +susbsytems||subsystems +susbsytem||subsystem +suscribed||subscribed +suscribe||subscribe +susepect||suspect +suspicously||suspiciously +suspicous||suspicious +sustitutions||substitutions +sustitution||substitution +sutbype||subtype +suuported||supported +suuporting||supporting +suuports||supports +suuport||support +swaped||swapped +swaping||swapping +switchs||switches +swithcboard||switchboard +swithced||switched +swithces||switches +swithches||switches +swithching||switching +swithch||switch +swithcing||switching +swithcover||switchover +swithc||switch +swtich||switch +syles||styles +syle||style +sylog||syslog +symbsols||symbols +symbsol||symbol +symemetric||symmetric +symetric||symmetric +synax||syntax +synchonisation||synchronisation +synchonised||synchronised +synchonises||synchronises +synchonise||synchronise +synchonising||synchronising +synchonization||synchronization +synchonized||synchronized +synchonizes||synchronizes +synchonize||synchronize +synchonizing||synchronizing +synchroniously||synchronously +synchronious||synchronous +syncronised||synchronised +syncronises||synchronises +syncronise||synchronise +syncronising||synchronising +syncronizations||synchronizations +syncronization||synchronization +syncronized||synchronized +syncronizes||synchronizes +syncronize||synchronize +syncronizing||synchronizing +syncronously||synchronously +syncronous||synchronous +syncronus||synchronous +syncting||syncing +syntehsised||synthesised +syntehsise||synthesise +syntehsized||synthesized +syntehsize||synthesize +syntesis||synthesis +syntetized||synthesized +syntetize||synthesize +sypport||support +systen||system +syste||system +sytematic||systematic +sytemd||systemd +sytems||systems +sytem||system +sythesis||synthesis +sytled||styled +sytles||styles +sytle||style +sytling||styling +szenario||scenario +szenarios||scenarios +szes||sizes +tablepsaces||tablespaces +tablepsace||tablespace +tage||stage +taht||that +tanslated||translated +tanslates||translates +tanslate||translate +tanslations||translations +tanslation||translation +tanslator||translator +targetted||targeted +targettting||targeting +taylored||tailored +tcahce||cache +tcahces||caches +tcpdumpp||tcpdump +teached||taught +techincally||technically +techincal||technical +technlogy||technology +teh||the +temmporary||temporary +temorary||temporary +tempararily||temporarily +temparary||temporary +tempated||templated +tempates||templates +tempate||template +tempatied||templatized +tempation||temptation +tempatised||templatised +tempatized||templatized +tempature||temperature +temporarly||temporarily +tempories||temporaries +temporily||temporarily +tempororaries||temporaries +tempororarily||temporarily +tempororary||temporary +temporories||temporaries +tempororily||temporarily +temporory||temporary +temporraies||temporaries +temporraily||temporarily +temporraries||temporaries +temporrarily||temporarily +temporrary||temporary +temporray||temporary +temporries||temporaries +temporrily||temporarily +temporry||temporary +temportal||temporal +temportaries||temporaries +temportarily||temporarily +temportary||temporary +temporyries||temporaries +temporyrily||temporarily +temporyry||temporary +tempory||temporary +tempraaily||temporarily +tempraal||temporal +tempraarily||temporarily +tempraarly||temporarily +tempraary||temporary +tempraay||temporary +tempraily||temporarily +tempral||temporal +tempramental||temperamental +temprament||temperament +tempraraily||temporarily +tempraral||temporal +tempraraly||temporarily +temprararily||temporarily +temprararly||temporarily +temprarary||temporary +tempraray||temporary +temprarily||temporarily +temprary||temporary +tempray||temporary +tempremental||temperamental +temprement||temperament +temproaily||temporarily +temproal||temporal +temproarily||temporarily +temproarly||temporarily +temproary||temporary +temproay||temporary +temproily||temporarily +temprol||temporal +tempromental||temperamental +temproment||temperament +temproraily||temporarily +temproral||temporal +temproraly||temporarily +temprorarily||temporarily +temprorarly||temporarily +temprorary||temporary +temproray||temporary +temprorily||temporarily +temprory||temporary +temproy||temporary +tenatively||tentatively +tenative||tentative +terminaters||terminators +terminater||terminator +termperatues||temperatures +termperatue||temperature +termperatures||temperatures +termperature||temperature +termplated||templated +termplates||templates +termplate||template +termporal||temporal +termporaries||temporaries +termporarily||temporarily +termporary||temporary +tescases||testcases +tescase||testcase +texually||textually +texual||textual +tghe||the +thansk||thanks +thant||than +thast||that +thats||that's +theer||there +theoreticall||theoretically +therby||thereby +therefor||therefore +theres||there's +therfore||therefore +thether||whether +thetrahedron||tetrahedron +thev||the +theyre||they're +thier||their +thie||the +thigns||things +thign||thing +thigny||thingy +thiknesses||thicknesses +thikness||thickness +thiks||thinks +thik||think +thinkgs||things +thinkg||things +thouroughly||thoroughly +thourough||thorough +threasholds||thresholds +threashold||threshold +threded||threaded +thredhold||threshold +threding||threading +threds||threads +thred||thread +three-dimenional||three-dimensional +threedimenional||three-dimensional +three-dimenionsal||three-dimensional +threedimenionsal||three-dimensional +threhold||threshold +threshholds||thresholds +threshhold||threshold +throught||through +throug||through +throuth||through +thses||these +thsi||this +thsould||should +thtat||that +tiemstamp||timestamp +tiggered||triggered +tiggering||triggering +tiggers||triggers +tigger||trigger +tigthened||tightened +tigthening||tightening +tigthens||tightens +tigthen||tighten +tigthly||tightly +tigth||tight +tihs||this +timeing||timing +timeoutted||timed out +timestan||timespan +timestemps||timestamps +timestemp||timestamp +timetamps||timestamps +timetamp||timestamp +timming||timing +timout||timeout +tipically||typically +togehter||together +togheter||together +toghether||together +toglled||toggled +toglle||toggle +togther||together +tomorrrow||tomorrow +toogle||toggle +toughtful||thoughtful +toughtly||tightly +toughts||thoughts +tought||thought +touple||tuple +traditiona||traditional +traditionnal||traditional +trageted||targeted +trailling||trailing +tranceivers||transceivers +tranceiver||transceiver +tranfered||transferred +tranfering||transferring +tranfers||transfers +tranfer||transfer +tranformations||transformations +tranformation||transformation +tranformed||transformed +tranforming||transforming +tranforms||transforms +tranform||transform +tranlated||translated +tranlates||translates +tranlate||translate +tranlating||translating +tranlations||translations +tranlation||translation +tranparently||transparently +tranparent||transparent +tranport||transport +transaction-spacific||transaction-specific +transalte||translate +transations||transactions +transation||transaction +transciever||transceiver +transfered||transferred +transfering||transferring +transfromations||transformations +transfromation||transformation +transfromed||transformed +transfroming||transforming +transfroms||transforms +transfrom||transform +transisions||transitions +transision||transition +transisition||transition +transistions||transitions +transistion||transition +transitionned||transitioned +transitons||transitions +transiton||transition +translatied||translated +translatoins||translations +translatoin||translation +transmiters||transmitters +transmiter||transmitter +transmiting||transmitting +transmition||transmission +transmittion||transmission +transormed||transformed +transorming||transforming +transorms||transforms +transorm||transform +transpable||transposable +transpacencies||transparencies +transpacency||transparency +transpaerntly||transparently +transpaernt||transparent +transpancies||transparencies +transpancy||transparency +transpant||transplant +transparaently||transparently +transparaent||transparent +transparanceies||transparencies +transparancey||transparency +transparancies||transparencies +transparancy||transparency +transparanetly||transparently +transparanet||transparent +transparanies||transparencies +transparantly||transparently +transparant||transparent +transparany||transparency +transpararently||transparently +transpararent||transparent +transparcencies||transparencies +transparcency||transparency +transparcenies||transparencies +transparceny||transparency +transparities||transparencies +transparity||transparency +transparnecies||transparencies +transparnecy||transparency +transparntly||transparently +transparnt||transparent +transparrenly||transparently +transparrently||transparently +transparren||transparent +transparrent||transparent +transparts||transports +transpart||transport +transpatrently||transparently +transpatrent||transparent +transpencies||transparencies +transpency||transparency +transperancies||transparencies +transperancy||transparency +transperantly||transparently +transperant||transparent +transperencies||transparencies +transperency||transparency +transperently||transparently +transperent||transparent +transprencies||transparencies +transprency||transparency +transprently||transparently +transprent||transparent +transproted||transported +transprots||transports +transprot||transport +transprts||transports +transprt||transport +transpsition||transposition +transtions||transitions +transtion||transition +transtitions||transitions +transtition||transition +trasfers||transfers +trasfer||transfer +trasmission||transmission +trasparency||transparency +trasparently||transparently +trasparent||transparent +trasportable||transportable +trasported||transported +trasporter||transporter +trasports||transports +trasport||transport +trasposed||transposed +traspose||transpose +traspositions||transpositions +trasposition||transposition +traved||traversed +traveersal||traversal +traveersed||traversed +traveerses||traverses +traveerse||traverse +traveersing||traversing +traveral||traversal +travercal||traversal +traverced||traversed +traverces||traverses +traverce||traverse +travercing||traversing +travered||traversed +traveresal||traversal +traveresed||traversed +travereses||traverses +traverese||traverse +traveresing||traversing +traveres||traverse +travere||traverse +travering||traversing +traverls||travels +travesal||traversal +travesed||traversed +traveses||traverses +travese||traverse +travesing||traversing +treate||treat +treshold||threshold +trigerring||triggering +trigers||triggers +triggerd||triggered +triggerred||triggered +tright||right +trought||through +trucated||truncated +trucates||truncates +trucate||truncate +trucating||truncating +truely||truly +tryed||tried +tufure||future +tunned||tuned +tupples||tuples +tupple||tuple +turtorials||tutorials +turtorial||tutorial +two-dimenional||two-dimensional +twodimenional||two-dimensional +two-dimenionsal||two-dimensional +twodimenionsal||two-dimensional +typicaly||typically +typles||tuples +typle||tuple +typoes||typos +typoe||typo +tyring||trying +ŧarballs||tarballs +ŧarball||tarball +ubutunu||Ubuntu +udpated||updated +udpates||updates +udpate||update +udpating||updating +ueful||useful +uesd||used +uglyness||ugliness +uites||suites +uite||suite +uknown||unknown +umbrealla||umbrella +uminportant||unimportant +umoutn||umount +unabailable||unavailable +unacceptible||unacceptable +unaccesible||unaccessible +unamed||unnamed +unarchving||unarchiving +unatteded||unattended +unauthenicated||unauthenticated +unavaiable||unavailable +unavaialable||unavailable +unavaialbale||unavailable +unavaialbel||unavailable +unavaialbe||unavailable +unavaialbility||unavailability +unavaialble||unavailable +unavaible||unavailable +unavailabel||unavailable +unavailible||unavailable +unavaoidable||unavoidable +unbeliveable||unbelievable +unbeliveably||unbelievably +unbelivebly||unbelievably +unbouinded||unbounded +unbouind||unbound +unbounaded||unbounded +unbounad||unbound +unbouned||unbounded +unbounnded||unbounded +unbounnd||unbound +unboun||unbound +unbouunded||unbounded +unbouund||unbound +uncahnged||unchanged +uncertainities||uncertainties +uncertainity||uncertainty +unchangable||unchangeable +uncheked||unchecked +uncomented||uncommented +uncomenting||uncommenting +uncoments||uncomments +uncoment||uncomment +uncommited||uncommitted +uncommmented||uncommented +uncommmenting||uncommenting +uncommments||uncomments +uncommment||uncomment +uncommmitted||uncommitted +uncommmon||uncommon +uncommpresed||uncompressed +uncommpresion||uncompression +uncommpressd||uncompressed +uncommpressed||uncompressed +uncommpression||uncompression +uncommtited||uncommitted +uncompetetive||uncompetitive +uncomplete||incomplete +unconditially||unconditionally +unconditial||unconditional +unconditianally||unconditionally +unconditianal||unconditional +unconditionaly||unconditionally +unconditionnal||unconditional +unconditionnaly||unconditionally +uncondtionally||unconditionally +uncondtional||unconditional +unconfiged||unconfigured +uncontrolable||uncontrollable +uncorelated||uncorrelated +uncorrect||incorrect +uncorrectly||incorrectly +uncorrolated||uncorrelated +uncoverted||unconverted +uncrypted||unencrypted +undefiend||undefined +undefuned||undefined +underlaying||underlying +understadning||understanding +understadn||understand +underuns||underruns +underun||underrun +undesireable||undesirable +undestand||understand +undestood||understood +undupplicated||unduplicated +unecessary||unnecessary +uneeded||unneeded +unencrpted||unencrypted +unencrpt||unencrypt +unenforcable||unenforceable +unepectedly||unexpectedly +unepected||unexpected +uner||under +unesacped||unescaped +unesacpe||unescape +unessecarry||unnecessary +unessecary||unnecessary +unexcectedly||unexpectedly +unexcected||unexpected +unexcpectedly||unexpectedly +unexcpected||unexpected +unexecptedly||unexpectedly +unexecpted||unexpected +unexectedly||unexpectedly +unexected||unexpected +unexepctedly||unexpectedly +unexepcted||unexpected +unexepectedly||unexpectedly +unexepected||unexpected +unexpctedly||unexpectedly +unexpcted||unexpected +unexpeectedly||unexpectedly +unexpeected||unexpected +unexpepectedly||unexpectedly +unexpepected||unexpected +unexpeptedly||unexpectedly +unexpepted||unexpected +unexperctedly||unexpectedly +unexpercted||unexpected +unexpestedly||unexpectedly +unexpested||unexpected +unexpetcedly||unexpectedly +unexpetced||unexpected +unexpetctedly||unexpectedly +unexpetcted||unexpected +unexpetctly||unexpectedly +unexpetct||unexpected +unexpetectedly||unexpectedly +unexpetected||unexpected +unexpetectly||unexpectedly +unexpetect||unexpected +unexpetedly||unexpectedly +unexpeted||unexpected +unexpexctedly||unexpectedly +unexpexcted||unexpected +unexpextedly||unexpectedly +unexpexted||unexpected +unexspectedly||unexpectedly +unexspected||unexpected +unfortuantely||unfortunately +unfortuante||unfortunate +unfortunatelly||unfortunately +unfortunatly||unfortunately +unfortunetly||unfortunately +unforunately||unfortunately +unforunate||unfortunate +unforutunately||unfortunately +unforutunate||unfortunate +uniformely||uniformly +unimpemented||unimplemented +unimplemeneted||unimplemented +unimplimented||unimplemented +uninitailised||uninitialised +uninitailized||uninitialized +uninitalized||uninitialized +uninstalable||uninstallable +unintentially||unintentionally +uninteressting||uninteresting +unintialised||uninitialised +unintialized||uninitialized +unintiallised||uninitialised +unintiallized||uninitialized +unintialsied||uninitialised +unintialzied||uninitialized +uniqe||unique +unitialized||uninitialized +unitialize||uninitialize +unitilised||uninitialised +unitilising||uninitialising +unitilized||uninitialized +unitilizing||uninitializing +univerities||universities +univerity||university +unknonw||unknown +unknow||unknown +unknwon||unknown +unkown||unknown +unles||unless +unlimitied||unlimited +unmainted||unmaintained +unmodfided||unmodified +unmodfide||unmodified +unmodfied||unmodified +unmodfieid||unmodified +unmodfified||unmodified +unmodfitied||unmodified +unmodifable||unmodifiable +unmodifed||unmodified +unmoutned||unmounted +unncessary||unnecessary +unneccecarily||unnecessarily +unneccecary||unnecessary +unneccesarily||unnecessarily +unneccesary||unnecessary +unneccessarily||unnecessarily +unneccessary||unnecessary +unnecesarily||unnecessarily +unnecesarrily||unnecessarily +unnecesarry||unnecessary +unnecesary||unnecessary +unnecessarilly||unnecessarily +unnecessar||unnecessary +unnecesserily||unnecessarily +unnecessery||unnecessary +unnedded||unneeded +unneedingly||unnecessarily +unnescessarily||unnecessarily +unnescessary||unnecessary +unnesesarily||unnecessarily +unnessasary||unnecessary +unnessecarily||unnecessarily +unnessecarry||unnecessary +unnessecary||unnecessary +unnessesarily||unnecessarily +unnessesary||unnecessary +unnessessarily||unnecessarily +unnessessary||unnecessary +unoffical||unofficial +unorderd||unordered +unpacke||unpacked +unprecendented||unprecedented +unpriviliged||unprivileged +unqouted||unquoted +unqoutes||unquotes +unqoute||unquote +unqouting||unquoting +unreacahable||unreachable +unreacahble||unreachable +unrealeased||unreleased +unrecogized||unrecognized +unreconized||unrecognized +unregisterd||unregistered +unregisteres||unregisters +unregiters||unregisters +unregiter||unregister +unrelatd||unrelated +unreleated||unrelated +unrelted||unrelated +unrelyable||unreliable +unrelying||underlying +unreplacable||unreplaceable +unreplacalbe||unreplaceable +unreproducable||unreproducible +unresonable||unreasonable +unscubscribed||subscribed +unscubscribe||subscribe +unsearcahble||unsearchable +unsepcified||unspecified +unsinged||unsigned +unspefcifieid||unspecified +unspefeid||unspecified +unspeficed||unspecified +unspeficeid||unspecified +unspeficialleid||unspecified +unspeficiallied||unspecified +unspeficiallifed||unspecified +unspeficied||unspecified +unspeficieid||unspecified +unspeficifed||unspecified +unspeficifeid||unspecified +unspeficified||unspecified +unspeficififed||unspecified +unspeficiied||unspecified +unspeficiifed||unspecified +unspeficilleid||unspecified +unspeficillied||unspecified +unspeficillifed||unspecified +unspeficiteid||unspecified +unspeficitied||unspecified +unspeficitifed||unspecified +unspefied||unspecified +unspefifed||unspecified +unspefifeid||unspecified +unspefified||unspecified +unspefififed||unspecified +unspefiied||unspecified +unspefiifeid||unspecified +unspefiified||unspecified +unspefiififed||unspecified +unspefixeid||unspecified +unspefixied||unspecified +unspefixifed||unspecified +unspported||unsupported +unsual||unusual +unsubscibed||unsubscribed +unsubscibe||unsubscribe +unsubscibing||unsubscribing +unsubscritpions||unsubscriptions +unsubscritpion||unsubscription +unsubscritpitons||unsubscriptions +unsubscritpiton||unsubscription +unsubscritptions||unsubscriptions +unsubscritption||unsubscription +unsucccessfully||unsuccessfully +unsucccessful||unsuccessful +unsucccessully||unsuccessfully +unsucccessul||unsuccessful +unsuccesfull||unsuccessful +unsuccesfully||unsuccessfully +unsuccesful||unsuccessful +unsuccessfullly||unsuccessfully +unsuccessfull||unsuccessful +unsucesfull||unsuccessful +unsucesfully||unsuccessfully +unsucesful||unsuccessful +unsucesfuly||unsuccessfully +unsucessefully||unsuccessfully +unsucessflly||unsuccessfully +unsucessfually||unsuccessfully +unsucessfull||unsuccessful +unsucessfully||unsuccessfully +unsucessful||unsuccessful +unsucessfuly||unsuccessfully +unsucesssfull||unsuccessful +unsucesssfully||unsuccessfully +unsucesssful||unsuccessful +unsucesssfuly||unsuccessfully +unsucessufll||unsuccessful +unsucessuflly||unsuccessfully +unsucessully||unsuccessfully +unsued||unused +unsuported||unsupported +unsupressed||unsuppressed +unsupresses||unsuppresses +unsupress||unsuppress +unswithced||unswitched +untill||until +untranslateable||untranslatable +untrasposed||untransposed +unued||unused +unusally||unusually +unusal||unusual +unuseable||unusable +unuseful||useless +unusuable||unusable +unvailable||unavailable +unversionned||unversioned +unversoned||unversioned +unxepectedly||unexpectedly +unxepected||unexpected +unziped||unzipped +upated||updated +upater||updater +upates||updates +upate||update +upating||updating +upcomming||upcoming +updata||update +updateded||updated +updateed||updated +updatees||updates +updateing||updating +updats||updates +updat||update +updgrade||upgrade +upgradingn||upgrading +upgreade||upgrade +upladaded||uploaded +upladad||uploaded +upladed||uploaded +upladers||uploaders +uplader||uploader +uplading||uploading +uplads||uploads +uplad||upload +uplaodaded||uploaded +uplaodad||uploaded +uplaoded||uploaded +uplaoders||uploaders +uplaoder||uploader +uplaoding||uploading +uplaods||uploads +uplaod||upload +uplodaded||uploaded +uplodad||uploaded +uploded||uploaded +uploders||uploaders +uploder||uploader +uploding||uploading +uplods||uploads +uplod||upload +uppstream||upstream +upsream||upstream +upsrteamed||upstreamed +upsrteams||upstreams +upsrteam||upstream +upsteam||upstream +upsteram||upstream +upstram||upstream +upstreamedd||upstreamed +upstreammed||upstreamed +upstreammer||upstreamer +upstreamming||upstreaming +upstrema||upstream +uptim||uptime +upto||up to +uptream||upstream +usally||usually +usal||usual +usefule||useful +usefullness||usefulness +usefull||useful +usege||usage +usera||users +user-defiend||user-defined +user-defiened||user-defined +userful||useful +userpsace||userspace +usersapce||userspace +usetnet||Usenet +usibility||usability +usuable||usable +usualy||usually +usueful||useful +ususally||usually +utilies||utilities +utilites||utilities +utillities||utilities +utilties||utilities +utiltity||utility +utitlty||utility +utlities||utilities +utlity||utility +vaguaries||vagaries +vaiables||variables +vaiable||variable +vaild||valid +validing||validating +valied||valid +valif||valid +valueable||valuable +varables||variables +varable||variable +varaibles||variables +varaible||variable +variabele||variable +variabes||variables +variabe||variable +variantions||variations +varibables||variables +varibable||variable +varibaless||variables +varibales||variables +varibale||variable +varibels||variables +varibel||variable +varibility||variability +variblaes||variables +variblae||variable +varibles||variables +varible||variable +varient||variant +varity||variety +vartically||vertically +vartical||vertical +vauled||valued +vaules||values +vaule||value +vauling||valuing +vebrose||verbose +velociries||velocities +velociry||velocity +verbouse||verbose +verbously||verbosely +verbous||verbose +verbse||verbose +veresions||versions +veresion||version +verfication||verification +veriftying||verifying +verifty||verify +verifyied||verified +verions||versions +verion||version +verious||various +verisoned||versioned +verisons||versions +verison||version +veritical||vertical +verry||very +versionned||versioned +versionning||versioning +versoned||versioned +versons||versions +verson||version +verticaly||vertically +verticies||vertices +veryified||verified +veryifies||verifies +veryifying||verifying +veryify||verify +vesions||versions +vesion||version +vicefersa||vice-versa +videostreamming||videostreaming +vietnamesea||Vietnamese +vioalte||violate +vioaltion||violation +violoated||violated +violoating||violating +violoations||violations +violoation||violation +virtualisaion||virtualisation +virtualisaiton||virtualisation +virtualizaion||virtualization +virtualizaiton||virtualization +virutalenv||virtualenv +virutalisation||virtualisation +virutalised||virtualised +virutalise||virtualise +virutalization||virtualization +virutalized||virtualized +virutalize||virtualize +virutally||virtually +virutals||virtuals +virutal||virtual +visiters||visitors +visuabisation||visualisation +visuabised||visualised +visuabises||visualises +visuabise||visualise +visuabization||visualization +visuabized||visualized +visuabizes||visualizes +visuabize||visualize +visuables||visuals +visuable||visible +visuably||visually +visuabs||visuals +visuab||visual +visuaisation||visualisation +visuaised||visualised +visuaises||visualises +visuaise||visualise +visuaization||visualization +visuaized||visualized +visuaizes||visualizes +visuaize||visualize +visuales||visuals +visuale||visual +visualy||visually +vitual||virtual +viusally||visually +volenteered||volunteered +volenteers||volunteers +volenteer||volunteer +vriables||variables +vriable||variable +vrifies||verifies +vrify||verify +vrilog||Verilog +vritualenv||virtualenv +vritualisation||virtualisation +vritualise||virtualise +vritualization||virtualization +vritualize||virtualize +vritual||virtual +vrituoso||virtuoso +vulacn||Vulcan +Vulacn||Vulcan +vulakn||Vulkan +Vulakn||Vulkan +vulerable||vulnerable +vulnarabilities||vulnerabilities +vulnarability||vulnerability +want's||wants +wan't||want +waranties||warranties +waranty||warranty +warnibgs||warnings +warnibg||warning +warnigns||warnings +warnign||warning +warnigs||warnings +warnig||warning +warniings||warnings +warniing||warning +warninds||warnings +warnind||warning +warninfs||warnings +warninf||warning +warninigs||warnings +warninig||warning +warninings||warnings +warnining||warning +warninngs||warnings +warninng||warning +warninsgs||warnings +warninsg||warnings +warnins||warnings +warnin||warning +warniongs||warnings +warniong||warning +wasnt||wasn't +was'nt||weren't +wasn||was +was't||wasn't +weaponary||weaponry +webiste||website +weigth||weight +weired||weird +were'nt||wasn't +werent||weren't +wether||whether +whataver||whatever +whatepsaces||whitespaces +whatepsace||whitespace +whcih||which +wheather||whether +whenver||whenever +wheras||whereas +whereever||wherever +wheter||whether +whe||when +whiped||wiped +whishlist||wishlist +whish||wish +whitch||which +whitepsaces||whitespaces +whitepsace||whitespace +whithout||without +whith||with +wich||which +widgit||widget +widht||width +widthdraw||withdraw +wierd||weird +wihich||which +wihout||without +wiht||with +wih||with +wiil||will +wikpedia||wikipedia +wilcards||wildcards +wilcard||wildcard +willl||will +wipoing||wiping +wirtable||writable +wirters||writers +wirter||writer +wirtes||writes +wirte||write +wirth||with +wirting||writing +wirtten||written +wirtual||virtual +witable||writeable +withe||with +withing||within +withoit||without +witholding||withholding +withold||withhold +withon||within +withoout||without +withotu||without +withot||without +withoud||without +withought||without +withough||without +withoug||without +withouht||without +withount||without +withourt||without +withour||without +withous||without +withouth||without +withouyt||without +withthe||with the +witht||with +witin||within +wnated||wanted +wnating||wanting +wnats||wants +wnat||want +woithout||without +workaroung||workaround +workarrounds||workarounds +workarround||workaround +workes||works +workpsaces||workspaces +workpsace||workspace +workspsaces||workspaces +workspsace||workspace +workstaiton||workstation +worthing||meriting +woudn't||wouldn't +woud||would +would'nt||wouldn't +would't||wouldn't +wraper||wrapper +wrappng||wrapping +writeing||writing +writen||written +writting||writing +wroked||worked +wroks||works +wrok||work +wth||with +xepected||expected +xepectedly||expectedly +xepect||expect +xepecting||expecting +xepects||expects +xgetttext||xgettext +xour||your +xwindows||X +yau||you +yeilded||yielded +yeilding||yielding +yeilds||yields +yeild||yield +yelded||yielded +yelding||yielding +yelds||yields +yeld||yield +ytf-8||utf-8 +yur||your +ziped||zipped +сontain||contain +сontained||contained +сontainer||container +сontainers||containers +сontaining||containing +сontainor||container +сontainors||containers +сontains||contains diff --git a/data/spelling/corrections-case b/data/spelling/corrections-case new file mode 100644 index 0000000..ac707a4 --- /dev/null +++ b/data/spelling/corrections-case @@ -0,0 +1,132 @@ +# Picky corrections, applied before lowercasing the word. These are only +# applied to things known to be entirely English text, such as package +# descriptions, and should not be applied to files that may contain +# configuration fragments or more informal files such as debian/copyright. +# +# The format of each line is: +# mistake||correction +# +# Please keep the list sorted using `make sort` in this directory. + +american||American +apache||Apache +api||API +Api||API +arabic||Arabic +british||British +cas||CAs +chinese||Chinese +confucius||Confucius +cyrillic||Cyrillic +czech||Czech +d-bus||D-Bus +dbus||D-Bus +D-BUS||D-Bus +debian||Debian +debian-edu||Debian Edu +Debian-Edu||Debian Edu +docbook||DocBook +Docbook||DocBook +EMacs||Emacs +english||English +esperanto||Esperanto +european||European +farsi||Farsi +finnish||Finnish +french||French +gconf||GConf +Gconf||GConf +german||German +Glee||GLee +gnome||GNOME +Gnome||GNOME +gnome-vfs||GnomeVFS +gnomevfs||GnomeVFS +Gnome-Vfs||GnomeVFS +GnomeVfs||GnomeVFS +Gnome-VFS||GnomeVFS +gnu||GNU +Gnu||GNU +gobject||GObject +Gobject||GObject +greek||Greek +gstreamer||GStreamer +Gstreamer||GStreamer +gtk+||GTK+ +hebrew||Hebrew +Http||HTTP +hungarian||Hungarian +italian||Italian +japanese||Japanese +kde||KDE +korean||Korean +latex||LaTeX +Latex||LaTeX +latin||Latin +linux||Linux +lua||Lua +LUA||Lua +meta-package||metapackage +mysql||MySQL +Mysql||MySQL +MYSQL||MySQL +nees||needs +norwegian||Norwegian +oAuth||OAuth +ocaml||OCaml +Ocaml||OCaml +OCAML||OCaml +openldap||OpenLDAP +Openldap||OpenLDAP +OpenLdap||OpenLDAP +openstreetmap||OpenStreetMap +Openstreetmap||OpenStreetMap +OpenStreetmap||OpenStreetMap +openSuse||openSUSE +openSuSE||openSUSE +OpenSuse||openSUSE +OpenSuSE||openSUSE +OpenSUSE||openSUSE +portuguese||Portuguese +postgresql||PostgreSQL +Postgresql||PostgreSQL +Pypi||PyPI +PyPi||PyPI +python||Python +russian||Russian +skolelinux||Skolelinux +SkoleLinux||Skolelinux +s-lang||S-Lang +S-lang||S-Lang +SLang||S-Lang +slavic||Slavic +spanish||Spanish +subversion||Subversion +swedish||Swedish +systemD||systemd +SystemD||systemd +tcl||Tcl +TCL||Tcl +tetex||teTeX +Tetex||teTeX +TeTeX||teTeX +tex-live||TeX Live +texlive||TeX Live +TeX-live||TeX Live +TeXlive||TeX Live +TeX-Live||TeX Live +TeXLive||TeX Live +Tex||TeX +TEX||TeX +tk||Tk +TK||Tk +wi-fi||Wi-Fi +wifi||Wi-Fi +Wi-fi||Wi-Fi +Wifi||Wi-Fi +WiFi||Wi-Fi +Xemacs||XEmacs +XEMacs||XEmacs +xfce||Xfce +XFce||Xfce +XFCE||Xfce diff --git a/data/spelling/corrections-multiword b/data/spelling/corrections-multiword new file mode 100644 index 0000000..628f4fe --- /dev/null +++ b/data/spelling/corrections-multiword @@ -0,0 +1,33 @@ +# A list of spelling corrections where the text to be corrected consists +# of multiple words and thus can't be corrected by the standard single word +# checks. +# +# The format of each line is: +# SPELLING_MISTAKE_REGEX||correction +# +# Please keep the list sorted using `make sort` in this directory. + +(?i)allows to||allows one to +(?i)allow to||allow one to +(?i)amount of times||number of times +(?i)an other||another +(?i)could brake||could break +(?i)debian/gnu linux||Debian GNU/Linux +(?i)gnu lesser public licen[cs]e||GNU Lesser General Public License +(?i)gnu library public licen[cs]e||GNU Library General Public License +(?i)gnu public licen[cs]e||GNU General Public License +(?i)have to be pass||have to pass +(?i)is not enable||is not enabled +(?i)lest strict||less strict +(?i)let's you||lets you +(?i)none existent||non-existent +(?i)none? the less||nonetheless +(?i)over ridden||overridden +(?i)permits to||permits one to +(?i)permit to||permit one to +(?i)per say||per se +(?i)pleases see||please see +(?i)seams like||seems like +(?i)these package(?!\s+\w+s\b)||this package +(?i)this packages||these packages +(?i)will be remove||will be removed diff --git a/data/stylesheets/lintian.css b/data/stylesheets/lintian.css new file mode 100644 index 0000000..fe7b9a9 --- /dev/null +++ b/data/stylesheets/lintian.css @@ -0,0 +1,489 @@ +/* lintian.css -- Style sheet for lintian.debian.org pages. */ + +/* + # Table of Contents: + # + # 1. General styles (links, lists, titles, tables...) + # 2. Header + # 3. Navigation + # 4. Main content + # 5. Footer + # 6. Other + */ + +/* + # Order: + # + # example { + # display + # position + # width + # height + # margin + # padding + # background + # color + # font + # text + # line-height + # border + # } + */ + + +/* + * 1. General styles + */ + +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +html, body { + margin: 0; + padding: 0; + + font-family: 'Roboto', serif; + color: #222; +} + +h1, h2 { + font-family: 'Roboto Condensed', sans-serif; + font-weight: 400; +} + +h1 { + margin-top: 0; +} + +article h1 { + font-size: 28px; +} + +h2 { + margin-top: 25px; + margin-bottom: 14px; + padding-bottom: 6px; + border-bottom: 2px solid #AAA; +} + +h3 { + margin: 5px 0 5px 10px; + color: #444; + font-size: 1.0em; +} + +a { + color: #3252B2; +} + +ul { + margin: 0; +} + +li { + color: #333; +} + +hr { + display: none; +} + +/* + * 2. Header title + */ + +body > header { + background: #F3F3F3 url("/images/logo-small.png") no-repeat right; + border-bottom: 1px solid #AAA; + + display: flex; + justify-content: space-between; + align-items: center; + + color: #333; + + height: 50px; + padding-right: 85px; /* space for logo */ +} + +body > header h1 { + font-family: 'Roboto', serif; + font-size: 1.2em; + margin: 20px 20px; +} + +body > header a { + color: inherit; + text-decoration: none; +} + +body > header nav ul { + list-style: none; + margin: 0; + padding: 0; +} + +body > header nav li { + display: inline-block; +} + +body > header nav a { + display: block; + padding: 3px 5px; + font-size: 0.9em; + border-bottom: 2px solid #f3f3f4; +} + +body > header nav a:hover { + border-bottom: 2px solid #D70751; +} + +/* + * 4. Main content + */ + +main { + margin: 40px 40px 0; + font-size: 0.9em; +} + +.showcase { + margin: 25px 0; + padding: 40px 20px; + background: #EFF4F8 url("/images/l.png") no-repeat left; + background-origin: content-box; + border: 1px solid #DFE4E8; +} + +.showcase p { + margin-left: 160px; + font-size: 1.1em; +} + +/* For smaller devices, we leave out the "icon" - it is fairly wide with + * little added value. + */ +@media (max-width: 700px) { + + .showcase { + margin: 25px 0; + padding: 20px; + background: #EFF4F8; + border: 1px solid #DFE4E8; + } + + .showcase p { + margin-left: 5%; + } +} + +li span { + margin: 0 0px 0 0; + padding: 1px 0px; +} + +/* E/W/I colors */ + +span.label { + font-family: 'Roboto Condensed', sans-serif; + font-weight: 700; +} + +article#hints { + margin-top: 20px; + padding-top: 10px; + border-top: 2px solid #AAA; + clear: both; +} + +.hint.tiny { + font-family: 'Roboto Condensed', sans-serif; + font-weight: 700; + font-size: 0.9em; +} + +.context.tiny { + font-family: 'Roboto', sans-serif; + font-style: italic; + font-size: 0.9em; +} + +.comment.tiny { + font-family: 'Roboto', sans-serif; + font-size: 0.9em; +} + +ul.minor { + list-style-type: none; +} + +ul.see-also { + padding-bottom: 1em; +} + +ul.taglist { + list-style-type: none; +} + +ul.screenlist { + list-style-type: none; +} + +ul.sourcelist { + list-style-type: none; +} + +ul.filelist { + list-style-type: disc; + margin-left: 2em; +} + +ul.hintlist { + list-style: none; + padding-left: 10px; +} + +ul.commentlist { + list-style: none; + padding-left: 0px; +} + +li.fileitem { + margin: 10px 0 5px 0; +} + +span.visibility-symbol { + font-family: monospace; + font-size: 1.1em; +} + +a.visibility-symbol { + text-decoration: none; +} + +a.visibility-symbol:hover { + filter: invert(100%); +} + +a.visibility-symbol.big { + padding: 1px 5px; + margin-right: 5px; + font-weight: normal; +} + +a.visibility-symbol.tiny { + font-weight: bold; + padding: 1px 3px; +} + +a.visibility-symbol::before { + border: 1px solid; + display: inline-block; + width: 1em; + font-family: monospace; + font-size: 1.1em; + text-align: center; +} + +a.visibility-symbol.error::before { + content: 'E'; + color: #fff; + border-color: #fff; + background-color: #fc0905; +} + +a.visibility-symbol.warning::before { + content: 'W'; + color: #111; + border-color: #888; + background-color: #fceb02; +} + +a.visibility-symbol.info::before { + content: 'I'; + color: #fff; + border-color: #fff; + background-color: #465efc; +} + +a.visibility-symbol.pedantic::before { + content: 'P'; + color: #fff; + border-color: #fff; + background-color: #00c627; +} + +a.visibility-symbol.experimental::before { + content: 'X'; + color: #fff; + border-color: #fff; + background-color: #9e8040; +} + +a.visibility-symbol.mask::before { + content: 'M'; + color: #111; + border-color: #444; + background-color: #ddd; +} + +a.visibility-symbol.override::before { + content: 'O'; + color: #fff; + border-color: #fff; + background-color: #444; +} + +a.visibility-symbol.classification::before { + content: 'C'; + color: #fff; + border-color: #fff; + background-color: #bc55fc; +} + +section.explanation { + padding: 8px 28px; + background-color: #EEE; + border: 1px solid #BBB; + float: left; + clear:left; +} + +.explanation.error { + background-color: #fccac9; + border: 1px solid #fc0905; +} + +.explanation.warning { + background-color: #fcf9c9; + border: 1px solid #fceb02; +} + +.explanation.info { + background-color: #dee2fc; + border: 1px solid #465efc; +} + +.explanation.pedantic { + background-color: #d4fcdc; + border: 1px solid #00c627; +} + +.explanation.experimental { + background-color: #fcf2de; + border: 1px solid #9e8040; +} + +.explanation.classification { + background-color: #f4e8fc; + border: 1px solid #bc55fc; +} + +section.auxiliary { + margin: 20px 0; + float: left; +} + +div.terminal { + margin-bottom: 1em; +} + +p.terminal { + font-family: monospace; + margin-top: 0; + margin-bottom: 0; +} + +article.version { + display: flex; + gap: 1em; + align-items: flex-start; +} + +article.version nav.version-selector { + flex: 0 auto; + order: 2; +} + +nav.version-selector { + background-color: #F3F3F3; + border: 1px solid #AAA; + padding: 0.8em; + margin: 0 0 20px 20px; + display: inline-block; + float: right; +} + +.version-selector h3 { + font-weight: bold; + text-align: center; + white-space: nowrap; + margin: 0; + margin-bottom: 0.5em; +} + +.version-selector ul { + list-style: none; + padding: 0; +} + +.version-selector li { + white-space: nowrap; +} + +.version-selector span.highlight { + color: #D70751; +} + +span.maintenance_links { + font-size: 0.6em; + margin-left: 1.2em; +} + +.liberty.main { +} + +.liberty.contrib { + color: red; +} + +.liberty.non-free { + color: red; +} + +span.release-list { + font-style: italic; +} + +span.quote { + font-style: italic; +} + +span.run-details { + font-style: italic; +} + +a.sample { + font-style: italic; +} + +/* + * 5. Footer + */ + +footer { + display: block; /* HTML5 compat */ + margin: 20px 20px; + padding: 10px 0 0 0; + font-family: 'Roboto Condensed', sans-serif; + font-size: 0.85em; + border-top: 1px solid #AAA; +} + +footer p { + margin: 0; + padding: 0; +} diff --git a/data/systemd/init-whitelist b/data/systemd/init-whitelist new file mode 100644 index 0000000..11403d2 --- /dev/null +++ b/data/systemd/init-whitelist @@ -0,0 +1,38 @@ +# Names provided/masked by systemd +# Generated from the systemd links +# sed -n -e 's|^.\+[[:space:]]\+/lib/systemd/system/\([^/]\+\)\.service$|\1|p' debian/systemd.links +urandom +procps +rc.local +module-init-tools +kmod +x11-common +hostname +rmnologin +bootmisc +fuse +bootlogd +stop-bootlogd-single +stop-bootlogd +hwclock +mountkernfs +mountdevsubfs +mountall +mountall-bootclean +mountnfs +mountnfs-bootclean +umountfs +umountnfs +umountroot +checkfs +checkroot +checkroot-bootclean +cryptdisks +cryptdisks-early +single +killprocs +sendsigs +halt +reboot +motd +bootlogs diff --git a/data/testsuite/known-obsolete-restrictions b/data/testsuite/known-obsolete-restrictions new file mode 100644 index 0000000..75e46c7 --- /dev/null +++ b/data/testsuite/known-obsolete-restrictions @@ -0,0 +1,3 @@ +# Known Restrictions in debian/tests/control that are obsolete + +needs-recommends diff --git a/data/testsuite/known-restrictions b/data/testsuite/known-restrictions new file mode 100644 index 0000000..58c98d3 --- /dev/null +++ b/data/testsuite/known-restrictions @@ -0,0 +1,18 @@ +# Known Restrictions in debian/tests/control + +allow-stderr +breaks-testbed +build-needed +flaky +hint-testsuite-triggers +isolation-container +isolation-machine +needs-internet +needs-reboot +needs-recommends +needs-root +needs-sudo +rw-build-tree +skip-not-installable +skippable +superficial diff --git a/data/testsuite/known-testsuites b/data/testsuite/known-testsuites new file mode 100644 index 0000000..e5ab073 --- /dev/null +++ b/data/testsuite/known-testsuites @@ -0,0 +1,13 @@ +# Known Testsuite fields in dsc + +autopkgtest +autopkgtest-pkg-dkms +autopkgtest-pkg-elpa +autopkgtest-pkg-go +autopkgtest-pkg-nodejs +autopkgtest-pkg-octave +autopkgtest-pkg-perl +autopkgtest-pkg-pybuild +autopkgtest-pkg-python +autopkgtest-pkg-r +autopkgtest-pkg-ruby diff --git a/data/triggers/trigger-types b/data/triggers/trigger-types new file mode 100644 index 0000000..d2892fa --- /dev/null +++ b/data/triggers/trigger-types @@ -0,0 +1,19 @@ +# List of known/supported triggers. +# Format: +# <trigger-type> => key=value[, key2=value2, ...] +# +# Known key/values: +# await (bool): Whether this is an await trigger +# implicit-await (bool): Whether this is an implicit await trigger +# +# Manually sorted by name. +# + +activate => await=1, implicit-await=1 +activate-await => await=1 +activate-noawait => await=0 + +interest => await=1, implicit-await=1 +interest-await => await=1 +interest-noawait => await=0 + -- cgit v1.2.3