Package: 2to3
Priority: optional
Section: python
Installed-Size: 32
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Replaces: python (<< 2.7.14-4)
Depends: python3-lib2to3 (>= 3.11.2-1~), python3 (>= 3.11.2-1+apertis1bv2024dev2b1)
Breaks: python (<< 2.7.14-4)
Filename: pool/target/p/python3-defaults/2to3_3.11.2-1+apertis1bv2024dev2b1_all.deb
Size: 10416
MD5sum: e800b6d663cad6209f72a74c06cbb864
SHA1: 02761edd98f4898c11f6bf66551995fdeada795f
SHA256: 830c4bd96fb62007ca105bfcbded05406a17f3895ed6cfc2db9b9707b8225797
SHA512: b34edb8cb255e6835dd3164009ce4ed948ce7ad5aca68a493661219c1e78e193575bf82a86e841290adf7533d3072f6a33aeef10d17f54f87a6b9087aa7e2000
Description: 2to3 binary using python3
 2to3 is a Python program that reads Python 2.x source code and applies a
 series of fixers to transform it into valid Python 3.x code. The standard
 library contains a rich set of fixers that will handle almost all code. 2to3
 supporting library lib2to3 is, however, a flexible and generic library, so it
 is possible to write your own fixers for 2to3. lib2to3 could also be adapted
 to custom applications in which Python code needs to be edited automatically.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 2to3 version (currently v3.11).
Homepage: https://www.python.org/
Multi-Arch: foreign

Package: acl
Priority: optional
Section: utils
Installed-Size: 329
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Version: 2.3.1-3+apertis0bv2024dev3b1
Depends: libacl1 (= 2.3.1-3+apertis0bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/a/acl/acl_2.3.1-3+apertis0bv2024dev3b1_arm64.deb
Size: 62132
MD5sum: c250a899ec27f27fed0e76ac8ac20a91
SHA1: da0e452f83362f2a336eb7cf96a37a0b9ca39757
SHA256: c6c23172292af816438c5b2c9f51c2dfee0679044e3fa8dcbe021465f6c3346a
SHA512: be8022359fe2900c4627805d0a4cac151b4746ca3cfeb9b3a8efcf0dc099ca91e1b9365fbedcb32766831a12fc3a213c8364a016fce3cc9ced8bc0157d0e9c46
Description: access control list - utilities
 This package contains the getfacl and setfacl utilities needed for
 manipulating access control lists. It also contains the chacl IRIX
 compatible utility.
Homepage: https://savannah.nongnu.org/projects/acl/
Multi-Arch: foreign

Package: acl-dbgsym
Priority: optional
Section: debug
Installed-Size: 98
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: acl
Version: 2.3.1-3+apertis0bv2024dev3b1
Depends: acl (= 2.3.1-3+apertis0bv2024dev3b1)
Filename: pool/target/a/acl/acl-dbgsym_2.3.1-3+apertis0bv2024dev3b1_arm64.deb
Size: 59276
MD5sum: 71aa61ad6ef8536c4974b0b1fc1875c1
SHA1: 6f4194fa11f7535aae82c006186a4acb4aa42f1b
SHA256: 17381cd45e42b506de4275fa315d2b2aeab2b359302405de3059c0c0f3734056
SHA512: fbd1606809510f5e31ce6aa61b07d9c0d80262de72fed57566862cd79ab553cf9085efff8b4e2ae010e01005aeb16b2dbb3679aa241e63c0369dc0eb632f7e74
Description: debug symbols for acl
Auto-Built-Package: debug-symbols
Build-Ids: b279fc4cb56718969f2b6800be2b1307e2f2f618 c0ea676037dba5421d197f850a16ce8e4bca24b5 d553765c72094f7615fdd0bca14c73006d178c4c

Package: adduser
Priority: important
Section: admin
Installed-Size: 688
Maintainer: Debian Adduser Developers <adduser@packages.debian.org>
Architecture: all
Version: 3.134+apertis1bv2024dev3b1
Depends: passwd
Suggests: liblocale-gettext-perl, perl, cron, quota
Filename: pool/target/a/adduser/adduser_3.134+apertis1bv2024dev3b1_all.deb
Size: 183832
MD5sum: 627f9296b2c37aa7ddf4831c3caacd82
SHA1: 23aed0974af55777b250744ae2209a04cefe9083
SHA256: 7ffa8dfe0e8ca0b3c109e74c4ee213e39fa7cf7bfabd8e863ec84eb886fc5ef4
SHA512: c300a5148d86dc2b702f90fa69ce55cc5d0e4b6c135ec3050fa185a1434c46dc9e78983d3d05d0b2462fa95e078d6fe13ecb8aeb05948a50bfc4ee0e00a0c9b2
Description: add and remove users and groups
 This package includes the 'adduser' and 'deluser' commands for creating
 and removing users.
 .
  - 'adduser' creates new users and groups and adds existing users to
    existing groups;
  - 'deluser' removes users and groups and removes users from a given
    group.
 .
 Adding users with 'adduser' is much easier than adding them manually.
 'Adduser' will choose UID and GID values that conform to Debian policy,
 create a home directory, copy skeletal user configuration, and
 automate setting initial values for the user's password, real name
 and so on.
 .
 'Deluser' can back up and remove users' home directories
 and mail spool or all the files they own on the system.
 .
 A custom script can be executed after each of the commands.
 .
 'Adduser' and 'Deluser' are intended to be used by the local
 administrator in lieu of the tools from the 'useradd' suite, and
 they provide support for easy use from Debian package maintainer
 scripts, functioning as kind of a policy layer to make those scripts
 easier and more stable to write and maintain.
Multi-Arch: foreign

Package: adwaita-icon-theme
Priority: optional
Section: gnome
Installed-Size: 20895
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Version: 43-1+apertis0bv2024dev3b1
Replaces: gnome-themes-standard-data (<< 3.18.0-2~)
Provides: adwaita-icon-theme-full (= 43-1+apertis0bv2024dev3b1), gnome-icon-theme-symbolic
Depends: hicolor-icon-theme, gtk-update-icon-cache
Recommends: librsvg2-common
Breaks: gnome-themes-standard-data (<< 3.18.0-2~)
Filename: pool/target/a/adwaita-icon-theme/adwaita-icon-theme_43-1+apertis0bv2024dev3b1_all.deb
Size: 5121144
MD5sum: 67dc2520cc50908f3656e7877e574070
SHA1: 055164cf6dec7d0efd15c5d9c01429cee9663285
SHA256: 09af4b3a0db9f7914c18864379d79822784e65ee9037877e5d7ca1129b6366b3
SHA512: 286f6245eb64f9b07e8c23ab9eaecb6a36970934bf492fcc68f8051789f2ded713a71c1b03fb6b4f3fa193e8dabe8c991383b75b1ff1e81fe7c8b12157a2da80
Description: default icon theme of GNOME
 This package contains the default icon theme used by the GNOME desktop.
 The icons are used in many of the official GNOME applications like eog,
 Evince, system monitor, and many more.
Multi-Arch: foreign

Package: agl-compositor
Priority: optional
Section: x11
Installed-Size: 242
Maintainer: Ritesh Raj Sarraf <rrs@debian.org>
Architecture: arm64
Version: 10.93.0-1+apertis6bv2024dev3b1
Depends: init-system-helpers (>= 1.52), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libsystemd0, libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.17.0), libweston-10-0 (>= 9.0.0)
Recommends: libgl1-mesa-dri, maynard
Filename: pool/target/a/agl-compositor/agl-compositor_10.93.0-1+apertis6bv2024dev3b1_arm64.deb
Size: 39312
MD5sum: d7d227484f2e942f8f41404d50d8d30d
SHA1: 41548e859f33effea97a0bc942b17a40cc311721
SHA256: 487273dcbcac17f139f5f8bf61996fd76f790d9dc5a40e5fff89cd8e0f619a30
SHA512: 1f8ad1148718647e9771ce701fe4143a95f844910eb054c4e5b8da3e104570a0c8f69c6be0f1eb85bbc6f6f152e543aae27bcaaeb32a3291b5d349d1cd1024ed
Description: compositor for agl based on libweston
 agl-compositor is a reference compositor based on libweston and
 libweston-desktop
 .
 The targetted primary audience is infotainment systems seen primarily
 in the automotive industry
 .
 agl-compositor in an Automotive Grade Linux project
Homepage: https://git.automotivelinux.org/src/agl-compositor
Multi-Arch: foreign

Package: agl-compositor-dbgsym
Priority: optional
Section: debug
Installed-Size: 165
Maintainer: Ritesh Raj Sarraf <rrs@debian.org>
Architecture: arm64
Source: agl-compositor
Version: 10.93.0-1+apertis6bv2024dev3b1
Depends: agl-compositor (= 10.93.0-1+apertis6bv2024dev3b1)
Filename: pool/target/a/agl-compositor/agl-compositor-dbgsym_10.93.0-1+apertis6bv2024dev3b1_arm64.deb
Size: 125820
MD5sum: 783fa2c501066de56973bf05e127bfd4
SHA1: 836c32381fcd80dbf9cb8c5f9bdb23f57eb10190
SHA256: 62fdadab6ae1c913c7ebcbd3a57fd336d4615b7c2a3fbb5cf67ad5e0bb06d613
SHA512: 2176b4ba985e4e84032afa814ea952376a71c94dcadde73a3be3728de8b650bd447fa7151d2f2d09168b40fd0f1d6ffc72af38a6a3c70ada8b1876702294d6a4
Description: debug symbols for agl-compositor
Auto-Built-Package: debug-symbols
Build-Ids: 719bacd4f25f7e69dacac4043957c7e45c5d77bb 994c29451216147efeb655e02344d9268cbdbd38

Package: alsa-ucm-conf
Priority: optional
Section: libs
Installed-Size: 696
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: all
Version: 1.2.8-1+apertis1bv2024dev3b1
Depends: libasound2 (>= 1.2.4)
Filename: pool/target/a/alsa-ucm-conf/alsa-ucm-conf_1.2.8-1+apertis1bv2024dev3b1_all.deb
Size: 52528
MD5sum: 35f9078bf0fff7d40c7a27717a28a561
SHA1: 44efafbe9d5a03a04d627ce60bffb46d87534fa0
SHA256: c7eb81c4dfb8f9df54ba0dfdc8c48a046a65247277f4d87e023e6d2a0bf40d02
SHA512: 7210428203af4bde154e0683080a179b04f3cacd951822efc7f3aa44ff94cc3d3c69e8b1ad07a0e497ba69fdc9ed4e75efff2136e8ee44d18e6f051a7cd3db66
Description: ALSA Use Case Manager configuration files
 This package contains ALSA Use Case Manager configuration of audio
 input/output names and routing for specific audio hardware. They can be
 used with the alsaucm tool.
 .
 ALSA is the Advanced Linux Sound Architecture.
Homepage: https://www.alsa-project.org/
Multi-Arch: foreign

Package: aom-tools
Priority: optional
Section: video
Installed-Size: 694
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: aom
Version: 3.6.0-1+apertis1bv2024dev3b1
Depends: libaom3 (>= 3.2.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libyuv0 (>= 0.0~git20221206)
Filename: pool/target/a/aom/aom-tools_3.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 152616
MD5sum: 9d2d7ba1f46e2c2c53cc162ece8bf93e
SHA1: 02ea8ba08ca5cacdda89d9211d252ac713372d5e
SHA256: 4e5b6b43d13c60ab1b80137c37d9935cf25799b0d105e5948229d12943147ba5
SHA512: 827f806f441240909d1bf824bd3a81b7b6a423dc7b506fd5c11bfca36bec520845fcb675a67380d99e889544a23e4146daf9972e823c93823cb0c6e8ad8fd6a7
Description: AV1 Video Codec Library -- Tools
 AOMedia Video 1 (AV1) is an open and royalty free video encoding format
 optimized for the Internet and the successor of VP9. aom is the
 reference encoder and decoder implementation published by the Alliance
 for Open Media.
 .
 This package contains the command line encoding and decoding tools.
Homepage: https://aomedia.googlesource.com/aom/
Multi-Arch: foreign

Package: aom-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 1067
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: aom
Version: 3.6.0-1+apertis1bv2024dev3b1
Depends: aom-tools (= 3.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/a/aom/aom-tools-dbgsym_3.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 961184
MD5sum: e390ce5508516ae07f7a4df37f24a5c1
SHA1: 579b272614ce3e8a3e908d7c68f4c06fa4fd9b50
SHA256: 02ffa11c648a063eb382b77aa93326699b66edb320b27dc68944b46e7c590d66
SHA512: a277fd53ff000c58e1dafd9516069bb77fa568fe73740548703f355f0994ff348ef129d904467304f250c862dd078b632ed988c46e5a8519a40e0ea5c9646378
Description: debug symbols for aom-tools
Auto-Built-Package: debug-symbols
Build-Ids: e494e273523dbcc7eb0071d19af9a65a0c242fa5 edfd5f65b4e1728a6913425640b27b45273653e9

Package: apertis-archive-keyring
Priority: optional
Section: utils
Installed-Size: 15
Maintainer: Hector Oron <hector.oron@collabora.co.uk>
Architecture: all
Version: 0.8+apertis4bv2024dev3b1
Filename: pool/target/a/apertis-archive-keyring/apertis-archive-keyring_0.8+apertis4bv2024dev3b1_all.deb
Size: 3336
MD5sum: 4915345a029d2a42c4f528235a7c1942
SHA1: 92408769265c7ff1c3afd0e9f4b3ddb4d29aecb1
SHA256: fd6360de9cbef51ce5c5ba5e7c0146555ebc2031dc019c6825b21cfbd3d1f406
SHA512: 6e914fea6738501a7dbacdc8ed59d7aa96ac989252ce36cd2edac815a981c31ef3c6f08f6a058e242acf3e6d325e331445c5a02277a8560dd5fc1851f7ec5a5f
Description: GnuPG keys for the Apertis project repositories and archives
 This package contains all necessary GnuPG cryptographic keys needed to
 sign all Apertis archives.
 .
 These keys allow to ensure the integrity of the binary packages and
 sources contained in the APT repositories.

Package: apertis-hawkbit-agent
Priority: optional
Section: admin
Installed-Size: 90
Maintainer: Frédéric Danis <frederic.danis@collabora.com>
Architecture: arm64
Version: 0.2023.0bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.37.3), libjson-glib-1.0-0 (>= 1.5.2), libsoup2.4-1 (>= 2.41.90), apertis-update-manager
Filename: pool/target/a/apertis-hawkbit-agent/apertis-hawkbit-agent_0.2023.0bv2024dev2b1_arm64.deb
Size: 12264
MD5sum: 02e4be78607281cd01bc9a6f52f9feaf
SHA1: 3557fd1f165c24c053db90adfc7649f6eaa5fe0b
SHA256: b8972e8cc87f7eb6dbe29eba89f2d5b0c36c7c20b4f6a95a4f86e68e42b0d961
SHA512: 4ba85b8c69c7de1e4d6ea76def3ef80d1080ad3d81649fe4158b07241ba24ada2c74037064de16758312b2c596e9cef1d5188f44a7a2baccd16b8737d087718e
Description: manage system upgrade from hawkBit update server
 HawkBit agent for Apertis system to check, download and trigger installation
 of system upgrade from hawkBit update server.

Package: apertis-hawkbit-agent-dbgsym
Priority: optional
Section: debug
Installed-Size: 60
Maintainer: Frédéric Danis <frederic.danis@collabora.com>
Architecture: arm64
Source: apertis-hawkbit-agent
Version: 0.2023.0bv2024dev2b1
Depends: apertis-hawkbit-agent (= 0.2023.0bv2024dev2b1)
Filename: pool/target/a/apertis-hawkbit-agent/apertis-hawkbit-agent-dbgsym_0.2023.0bv2024dev2b1_arm64.deb
Size: 40040
MD5sum: 0db2e49d9914195b3a66e1279b0954b3
SHA1: 483984e9ca285749bb96a93fa25b46980f52379c
SHA256: cdd3c4b536721a8b8bfe95bc02bc491aaba823b551f3051ff95c12ce391fd04c
SHA512: 9bfd959c48ae31d66bb340b1207416bcfa8280796e5fc9a2392c851d57b2c9a293996ce518b8f69c300412fd133fbef77d6193a203b76dc1331414afb3209f15
Description: debug symbols for apertis-hawkbit-agent
Auto-Built-Package: debug-symbols
Build-Ids: e740c48aa6876035917d994648d8a321717d6ea3

Package: apertis-update-manager
Priority: optional
Section: admin
Installed-Size: 302
Maintainer: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Architecture: arm64
Version: 0.2023.3bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.57.2), libostree-1-1 (>= 2020.7-1), libudisks2-0 (>= 2.7.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/a/apertis-update-manager/apertis-update-manager_0.2023.3bv2024dev2b1_arm64.deb
Size: 47528
MD5sum: ebcc60a7e2ed2c37e0340f14d65af9a4
SHA1: 510a3bd9be2c5c95e5efd130fcaebe7bd5551773
SHA256: b8f86752a379312740da837e46883c6a478b25a2303d124984814c78f1e43d8e
SHA512: c2ed8b94652aabff1dcbaeed165b2954b86e851100596efe3f74031b786dc541098f123e8331dee8a86e94a75572c2dd1b69dab0998b1d24d93333123e23ef1b
Description: keeps the Apertis system up to date
 Apertis update manager keeps the system up to date and configured

Package: apertis-update-manager-dbgsym
Priority: optional
Section: debug
Installed-Size: 286
Maintainer: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Architecture: arm64
Source: apertis-update-manager
Version: 0.2023.3bv2024dev2b1
Depends: apertis-update-manager (= 0.2023.3bv2024dev2b1)
Filename: pool/target/a/apertis-update-manager/apertis-update-manager-dbgsym_0.2023.3bv2024dev2b1_arm64.deb
Size: 211736
MD5sum: 640dde6b1dc14df51bb2965a1dd6a143
SHA1: c02b5766018fe34555c19f38b17b3e71e3ea1b79
SHA256: 66f9d36be33ba194cae706f18207b202f707b93550613eb0ff58f024e042f388
SHA512: a3677216faae5e6ce58f28e204573e047bfc737ab48093f9808c4591f7d0a0b836ceca30de8d30d21611a1e02b6629794372c6e378541175064920febe796fc8
Description: debug symbols for apertis-update-manager
Auto-Built-Package: debug-symbols
Build-Ids: 86cade52695e6dae8e25c008315693bdd3a4152f 89792a35ec33fb651d13a04fc3aa9dd777811c75 e5884f5112f551d18ef257975c1ae720c0806a1c

Package: apparmor
Priority: optional
Section: admin
Installed-Size: 2822
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Version: 3.0.8-3+apertis0bv2024dev3b1
Replaces: fcitx-data (<< 1:4.2.9.1-1ubuntu2)
Depends: debconf, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.36)
Suggests: apparmor-profiles-extra, apparmor-utils
Breaks: apparmor-profiles-extra (<< 1.21), fcitx-data (<< 1:4.2.9.1-1ubuntu2), snapd (<< 2.44.3+20.04~)
Filename: pool/target/a/apparmor/apparmor_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 592448
MD5sum: 0cbda2105cb147c871f058e961db9d44
SHA1: 0cb9ae2bc741be0d870db6ba1641a2e15088aa97
SHA256: adc06742f5b756d20985049964a5344b17dff8c13a86bf37f321122659126b8b
SHA512: acbd030e69abe69898acc6847a89b1ea286629613e9ee6f368210868a2274110625aee2f24b504347a17aa8b0da81f2cd078ea535f65bdcdf76c7d1fd3d7172d
Description: user-space parser utility for AppArmor
 apparmor provides the system initialization scripts needed to use the
 AppArmor Mandatory Access Control system, including the AppArmor Parser
 which is required to convert AppArmor text profiles into machine-readable
 policies that are loaded into the kernel for use with the AppArmor Linux
 Security Module.
Homepage: https://apparmor.net/

Package: apparmor-dbgsym
Priority: optional
Section: debug
Installed-Size: 2792
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: apparmor (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/apparmor-dbgsym_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 2271844
MD5sum: f66cc4145c87b35361e5d0fe03dedaf9
SHA1: 45d2bab4d4750f61db4583981c83eb8e8a3e575f
SHA256: 1543c7cf42e8cf34a53b4facc30b3fceb74dcfd8b47d52d7feb709cf1ce64bcd
SHA512: 218e57c3f9a2d8463e1f0427d0dae2c6fd7a3f732c5e227e3df9fc119da3e2fd86d5bc3b8e67f7cd6ca2a2877c7a8ea971149ce3505e61fbfd3e6315f392de5a
Description: debug symbols for apparmor
Auto-Built-Package: debug-symbols
Build-Ids: 53cf280db4ddd7a5f0089c007da9e5376d38b762 70857bdbc546e07c9ee682d9ece6f0ae00b1042c 74a5e0b7196314f05238a0a81a2dca06c5ce4d39 7546807ad575413962a371849c75f0fce374683b e1902352550989bdc3b0bdf3dfe1627920145604

Package: apparmor-notify
Priority: optional
Section: admin
Installed-Size: 67
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: all
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: python3-apparmor, python3-libapparmor, python3-notify2, python3-psutil, python3:any
Filename: pool/target/a/apparmor/apparmor-notify_3.0.8-3+apertis0bv2024dev3b1_all.deb
Size: 28480
MD5sum: 630a2679eb920bb0f56dcff655f495f4
SHA1: c7aa1ae2496be551c97c54b2b2d628e275e891ed
SHA256: e61044159c19a9dc3c3348297a8db6a1e45591a1544e61cfa66e9c4b2f987bd3
SHA512: b229ffaec2266cd6675eaa678aa5081e705aebe6347b87d849c03412e7a0dd10da6b56b31db30ddfc23b3dcb8388d801b6a6b520af3d00efcfbbc9793ac22518
Description: AppArmor notification system
 apparmor-notify provides a utility to display AppArmor denial
 messages via desktop notifications. The utility can also be used to
 generate summary reports.
Homepage: https://apparmor.net/

Package: apparmor-profiles
Priority: optional
Section: admin
Installed-Size: 314
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: all
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: apparmor
Filename: pool/target/a/apparmor/apparmor-profiles_3.0.8-3+apertis0bv2024dev3b1_all.deb
Size: 48088
MD5sum: 0651cdadc4baf1e30a4ac45473ea9a2c
SHA1: a106becb3bac8b965f2bb803160904afe76b50b6
SHA256: 3d5ffde301da796de9bc63a533a30dda05e4f7291b6ee3ce1bc752f71128b1fc
SHA512: a88910500dccd199da0e2eaf0da402005faf955cd30edc905c011fdb49d315f52f41b6ff6a01af24a16fb2bd13f48a0c44288be280f5a996298029c430e57ab3
Description: experimental profiles for AppArmor security policies
 apparmor-profiles provides various experimental AppArmor profiles.
 Do not expect these profiles to work out-of-the-box.
 .
 These profiles are not mature enough to be shipped in enforce mode by
 default on Debian. They are shipped in complain mode so that users
 can test them, choose which are desired, and help improve them
 upstream if needed.
 .
 Some even more experimental profiles are included in
 /usr/share/doc/apparmor-profiles/extras/.
Homepage: https://apparmor.net/

Package: apparmor-tests
Priority: optional
Section: admin
Installed-Size: 5148
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: apparmor (>= 2.6.1-4ubuntu1), attr, libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), perl:any
Filename: pool/target/a/apparmor/apparmor-tests_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 148048
MD5sum: 989b233a51ff67c36d1f947feb13d3a3
SHA1: 52b000dd317a43566e1052fb43a45c1cf774a6fb
SHA256: dcf7e5271bcc72dd1d28f10be77ba90838706e444465245f35b3579eaca96177
SHA512: d6f4bfc46de4efbdcaf4f3e7a802f214778d387983862b54a437923653b5e4d11fb0ea593c63427a4fbaa12208aa6b275e72c85c6c48e6daa0a014b54e9012c8
Description: Tests for AppArmor
 This provides the tests used to check apparmor is working properly
Homepage: https://apparmor.net/

Package: apparmor-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 1143
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: apparmor-tests (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/apparmor-tests-dbgsym_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 415700
MD5sum: b535c7fd79502a9917b69ba1be9c717a
SHA1: f21e5cd5123316006cc5c63e77ef2a9fb1729da7
SHA256: b5ee16eee9c885a2a39d2684403c8a9df3f1eb8508c2cb77b462934a9ca2689e
SHA512: 16c6c1cef6212348565ae8f80d9adca710af8b1040cf1abc0c7706094752b3eed095dd8dfa08c068d8e6a576e8dbeb0777bb358ab0af93a076d2eded754e726d
Description: debug symbols for apparmor-tests
Auto-Built-Package: debug-symbols
Build-Ids: 035d4e37c7f6dd9b30baa1d8ebeeaf6656ea46ce 121ae5ea2e18af3f10e21a9b75c7090289c09911 128f14e8cca782d60c1459169a2d33618a22ca08 158cbf2e2135ee28bdb2f8933b18f94c8937600b 1fa09bb0c90a3d521c57e115efc2150842dbef88 231471105db548c6f92282ffe9049370fdc469d9 247663d0e0334b2a892adccaac9963b13e97580c 2754bd2dba6213de53acc6448294d50ee116e253 2962e589179fa15b7df4b86518319af7257cb6b3 2ec836884ecd9c830b72e4bb77d41d3c223e4ef2 30ebe48546a164fda9ed6ea006545af95178f064 33648fe0cc0e52d75ddd082ad043512c1eae9760 357abd731ea012ed40185eb122819359f073580d 374672005d1fae5c8f1fbfa117a8604b0a1ab614 3c50c35e2dc0847e0e39f867ee04352019714569 47c53836cf41b79efdfb5feb359aa4626282e93f 483f693f8db25b4e4e3d2c15a847d169d3af7feb 4a70291609cb75746733f7751c58535e00c245e8 4f85052ea2f2389ac81fcb8fc6c835252b075270 50fcb981257c1fab7c5f1109c1e37619a6b528aa 526b840eade364a87309a8d34b3d12dc6b985a2e 550e39adc98d22f00133dd482474f100739ecece 58af18e4fcaad47d10890614c50e6a2f89aae57b 5de35e2db45ea9ae1067dd6b908dfb1c4f9fff26 5e8b61a04fb2118f17d63f96dfc89122e190703a 6386538b0b7cc9e78424ac6547cb47b1f0fd6303 65b20befbdc1fefd04f5e48f2ed044c5a59731ce 6831d54026d87ae7c889ccd364c65992c480e4a9 6bef8dcdb8327ec7f282520323cc19868f25fb16 6cae8de9ecf11a4f3300286f11e3aaa38cd0dd98 716d7c646a06660a475b7a19d295fd1ec7e2877a 73c24d0438704d44f4bb72ca0e36c8984d35038c 7894a5250cfd5fb1b8c7c5627ce40ec884c4445e 7c4b02a78663ff34385b72d3b2a62917e06a9ceb 7d30324b6e444065255b7851a9773ee9ff12e7e3 88bc8c8bc480669ff4711146a1a0b3f0f7c2bb96 8d02ff2a55f2d35e5b535b978a6604503d40fff8 8fb256bcfe1ab46caf7258a369f009a6eee5937d 9497b885c1fb31fa86bf77bbaa870cf3fe634384 952f537a2f62d05150e6ec14569fdffde651a979 96b70bbd17765c92527cce91f14e1ad1b9f32766 9ec6d03aa10764a009594512990e7289eca8c326 a73ed60f9cbb0620f644fd5fb8ccbf9961f89526 a8318855ebc09e16bfa9401a5ebe84d233d9f16e a85ee18601858edbb99792a7eb78485eb63540d0 aa8fabb3eb09fff8a1436b8b8a721757516d27c0 b16f129fe7f85a98092e80005ca0de7ce5917c06 b3d75d771e2c5557128ccabfb5cf25b77b42fdff ba5087ab316c61dfe649527ad313cdb5fd2e660b c01f3866f424ca223baaae6409db5a9248ff0d43 c27c361446ccd48c118a1f4364d6cc2b355e45c9 c39bb632108033b191a792c602fc5c492a0555d2 c3ab51ece95b4b0b7473a04c2c066bffffc24576 c503fbefa960ab85b11ae770ab9e03e3e34ded09 c678d48b2423ac18d031626cdf25fe8e8f82600a c8c9d5996d1602242fe0c5f25a58fe841a9b963d c93acc6ebea3c7d42dbc959436e8b203bcefa8cf d17ba304c67fec53e389093dc5ace54c1ee2ed19 d17d02c786ebe0bfa6b70e8ef2332bc84af5a655 d362ea40ed9a702f1e8fa8d4f0db799dc767a334 d7f530583f3313d053001a7b016e50a9d90f54f5 d99cad4e1daac206f649043146d5484590577346 ddf833785735cb865bcb0dc96293b3b82e52fff5 e06fa411c325dc824e4aa9f265915d52a8a3a281 e0d5c6bf3af02c249be7b62460e933f25af36204 e41bb45cf15cb1ff1b4ea9063bccb88ed479b62b e61587c192381a9fa124547d10ceb23ca258a1b0 ed7c78e5089ff3cf336a2c103433e32acd00af66 f0609f834b627b04e35ed8f12110e9b17141f989 f6de0e5724ea398d0f742ed895ad14b943b724cd ff4e86d99b1d45bd0742753e5f3d3e9ee2f52074 ffccc3417d2851726ad5432b7f5a4c63cc84e2ba

Package: apparmor-utils
Priority: optional
Section: admin
Installed-Size: 384
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: all
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Replaces: apparmor-easyprof (<< 3.0.3-4)
Provides: apparmor-easyprof
Depends: apparmor, python3-apparmor (= 3.0.8-3+apertis0bv2024dev3b1), python3:any
Suggests: vim-addon-manager
Breaks: apparmor-easyprof (<< 3.0.3-4)
Filename: pool/target/a/apparmor/apparmor-utils_3.0.8-3+apertis0bv2024dev3b1_all.deb
Size: 100488
MD5sum: cee99e2af2e641eaec0162235752a76d
SHA1: c6a400c32fc99249064bb90358ff89e17bef6a53
SHA256: cad18b7e549723659648460c62522a12b6e0a6647d8a61e4477c8f6f78af7d2a
SHA512: 6151640ac98380d98fc38358aa3fe3cad89effaaf92b9509b3e38f487ed8dcd535d835959439b2d0ac292e74df965c23032de56f9d092b89f994b7b1e7c58831
Description: utilities for controlling AppArmor
 apparmor-utils provides utilities that operate on AppArmor
 profiles. Profiles can be created, updated, enforced, set to complain
 mode, and disabled with tools such as aa-genprof, aa-enforce,
 aa-complain and aa-disable.
 .
 Additionally, the aa-easyprof utility helps generating AppArmor policy.
 It supports the use of templates and policy groups to quickly profile
 an application.
Homepage: https://apparmor.net/

Package: apparmor-utils-tests
Priority: optional
Section: admin
Installed-Size: 775
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: apparmor-utils, iputils-ping, aa-status, python3:any
Filename: pool/target/a/apparmor/apparmor-utils-tests_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 91980
MD5sum: 4424a14546a2e605b72694e5ea71a817
SHA1: a76f79dd943032058fde86deccce30c4deed4388
SHA256: 251e4fd5229567e8875f0258790e3453bb99dd18d665a064f63ae333953ce96f
SHA512: 1dd3aab3c2f5e7b6abf6001bca41d79b2d7c67e03dc75247a5abd50c1acc425d983abb2d1486e0974246fa64038174ad243e11f41de8da1dea5dd52490dbdb36
Description: Tests for Apparmor utilities
 This provides some tests used to check apparmor utilities are working properly.
Homepage: https://apparmor.net/

Package: appstream
Priority: optional
Section: admin
Installed-Size: 2509
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: shared-mime-info, libappstream4 (>= 0.16.0), libc6 (>= 2.34), libglib2.0-0 (>= 2.62)
Suggests: apt-config-icons
Filename: pool/target/a/appstream/appstream_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 406536
MD5sum: 40b236a903b3f4e39ef666588716f112
SHA1: d5cd6dd714b096b95c6467032556c2d4e6b08b0e
SHA256: 84983604acae4838117c6d6f01bc85d47a8e94c9b1d9c25d817f2bcd4abb67ef
SHA512: 238cf27287b84085adc2514f15ddb7ed3f2f12da985590c424380a8815363ba0295d348053b621333c51299fdc1dec5a8673f2312e4509eea4760c84f075802f
Description: Software component metadata management
 AppStream is a metadata specification which permits software components to
 provide information about themselves to automated systems and end-users
 before the software is actually installed.
 The AppStream project provides facilities to easily access and transform
 this metadata, as well as a few additional services to allow building
 feature-rich software centers and similar applications.
 .
 This package provides tools to generate, maintain and query the AppStream
 data pool of installed and available software, and enables integration
 with the APT package manager.
 .
 The 'appstreamcli' tool can be used for accessing the software component
 pool as well as for working with AppStream metadata directly, including
 validating it for compliance with the specification.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: foreign

Package: appstream-compose
Priority: optional
Section: admin
Installed-Size: 162
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Replaces: appstream (<< 0.15.2)
Depends: appstream, libappstream-compose0 (>= 0.16.1), libappstream4 (>= 0.15.0), libc6 (>= 2.34), libglib2.0-0 (>= 2.62)
Recommends: ffmpeg, optipng
Breaks: appstream (<< 0.15.2)
Filename: pool/target/a/appstream/appstream-compose_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 30784
MD5sum: 46dbe17e30a39d61248cd64315d04c8d
SHA1: 2ba72f9a1f9e752701e17b1947ec9681dd84b06c
SHA256: 8bff8fe05913d746926fe2dd47ac54ec526f9bf34305468d58ca6314d1804a33
SHA512: 9d6228bf6b574d92d7b8ec3c79498d39a7800812e5f45603e24d6e817178bd5c1ebad0c76e257c511eab53398240014a39650007054b9d09e83681566c220316
Description: Compose metadata catalogs from directory trees
 AppStream is a metadata specification which permits software components to
 provide information about themselves to automated systems and end-users
 before the software is actually installed.
 This permits informative displays of new applications to users in software
 centers, as well as allowing a system to make decisions on which new software
 a user might want to install (e.g. missing firmware or media handlers).
 .
 This package extends the `appstreamcli` utility with a `compose` subcommand
 to generate AppStream metadata and media files from directory trees.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/

Package: appstream-compose-dbgsym
Priority: optional
Section: debug
Installed-Size: 66
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: appstream-compose (= 0.16.1-2+apertis0bv2024dev3b2)
Filename: pool/target/a/appstream/appstream-compose-dbgsym_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 41016
MD5sum: f1cecca6ead87c5f68aa702dcadfa546
SHA1: 0ee705f499036ec3ab0341673201d80f763ee447
SHA256: d612feabf093a2ffacf6ac2d2243c61b9b8440751e59917b378508960e5c1456
SHA512: a9aced97906c7b8ffe8d39c19053c65d3cebb2c22f557c20641f10f680de35fb2c8cf2c0a1614cb98299805897564ec1b1688138640685f77e2eeba98b53e6d6
Description: debug symbols for appstream-compose
Auto-Built-Package: debug-symbols
Build-Ids: 357517f5c411750ddcfd4c5559e1253700d687c8

Package: appstream-dbgsym
Priority: optional
Section: debug
Installed-Size: 127
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: appstream (= 0.16.1-2+apertis0bv2024dev3b2)
Filename: pool/target/a/appstream/appstream-dbgsym_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 96920
MD5sum: db6d4a4a5cbf9709023e987847f5c68e
SHA1: a7694c9fbef0eb720924c2f45d66b9109c7ecf5e
SHA256: 610bcf04d59b4308cb6f6044b9a51facb700911db8b005721905009d9d1dbe92
SHA512: 778177be10c0bd9d2498976329af6901e999ee0d604e5ea1e660e12a2b78304a92a10582b43c11f49176708bd22167900b9155cf6a706356e9a1eddb5491cac8
Description: debug symbols for appstream
Auto-Built-Package: debug-symbols
Build-Ids: 05e45b5883fde1ff5f2176ca0728c33849979cea

Package: appstream-doc
Priority: optional
Section: doc
Installed-Size: 4383
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: all
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: libjs-highlight.js
Suggests: appstream
Filename: pool/target/a/appstream/appstream-doc_0.16.1-2+apertis0bv2024dev3b2_all.deb
Size: 1548364
MD5sum: 92848a8513df5c70eefb952c82015119
SHA1: 6232a8d90bcdb95132b9bd69c10ac65281c16e59
SHA256: 9acfa96db9df2c6f2e2df63f4788b4f00f3709a98d0c63e254cec9a78fa9dcac
SHA512: a70cd08be10b89bc48e9826667493ae61f68a9bc9e32a32af459eea2203402c2ed5950d22d8e7cfe5b79b66bb796afdba2d8cdd592b04040bd7f6048bc4f44cd
Description: Developer documentation for AppStream
 AppStream is a metadata specification which permits software components to
 provide information about themselves to automated systems and end-users
 before the software is actually installed.
 This permits informative displays of new applications to users in software
 centers, as well as allowing a system to make decisions on which new software
 a user might want to install (e.g. missing firmware or media handlers).
 .
 This package provides developer documentation for AppStream.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: foreign

Package: appstream-glib-doc
Priority: optional
Section: doc
Installed-Size: 1373
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: all
Source: appstream-glib
Version: 0.8.2-1+apertis0bv2024dev2b1
Filename: pool/target/a/appstream-glib/appstream-glib-doc_0.8.2-1+apertis0bv2024dev2b1_all.deb
Size: 80240
MD5sum: 6137b45cb7853c005538f47a4544111e
SHA1: 4b62f5728920c39d2376898c52258d1c49d8120c
SHA256: e436ea8c265d94a9667b5a1f9e884af028b85f7430eb9949acb716d34a9b44b8
SHA512: ff4807b03e5ccb013e4ad2e1bbe815c6c00a7f852e84626e3c58f11e867021deed5645bd17d43e912617770df308d3752158e8a6cd1f7260ca6a8e108d0c8923
Description: Developer documentation for the libappstream-glib library
 AppStream is a cross-distribution effort for creating and sharing
 metadata about software components available in the package repositories
 of a distribution.
 .
 This package provides developer documentation for the
 libappstream-glib library.
Homepage: https://github.com/hughsie/appstream-glib
Multi-Arch: foreign

Package: appstream-util
Priority: optional
Section: admin
Installed-Size: 912
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: arm64
Source: appstream-glib
Version: 0.8.2-1+apertis0bv2024dev2b1
Replaces: appdata-tools (<< 0.3.4)
Depends: libappstream-glib8 (>= 0.8.0), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.30.0)
Breaks: appdata-tools (<< 0.3.4)
Filename: pool/target/a/appstream-glib/appstream-util_0.8.2-1+apertis0bv2024dev2b1_arm64.deb
Size: 139164
MD5sum: 11440bfd8a29fbc0fafb7e8ebbdf51ec
SHA1: a8596750e9bb1afe8e4d6950249b2b62e89efcfc
SHA256: 8a0f59d17f92596d81de9c63920ecb36a335b285c08a4c5566124ae8f18bdda6
SHA512: 07e9d567b59542ff2e218b4518be98c982b455b9739dcb023bb9db4327d450a641763a10e893821d207ed16a12048425ed870b340c7358563877ce5aa0c2240c
Description: Utility to work with AppStream metadata
 AppStream is a cross-distribution effort for creating and sharing
 metadata about software components available in the package repositories
 of a distribution.
 .
 This package provides an utility to work with AppStream metadata, which uses
 libappstream-glib.
 .
 It also contains Autotools macros to easily integrate AppStream metadata into
 an Autotools-based buildsystem, by running 'appstream-util' to validate the
 files before installing them.
Homepage: https://github.com/hughsie/appstream-glib

Package: appstream-util-dbgsym
Priority: optional
Section: debug
Installed-Size: 151
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: arm64
Source: appstream-glib
Version: 0.8.2-1+apertis0bv2024dev2b1
Depends: appstream-util (= 0.8.2-1+apertis0bv2024dev2b1)
Filename: pool/target/a/appstream-glib/appstream-util-dbgsym_0.8.2-1+apertis0bv2024dev2b1_arm64.deb
Size: 114968
MD5sum: 95fb31d4135fdde69b0db8302e4cc929
SHA1: 7d573c510f99bc6dd8f3255d94fbb8c459a11892
SHA256: 7ffdf3c46ce2c8ba16f61194ba9729a34c5841c89373c6afc9c77f7dcf243215
SHA512: d6c9a29bb0dd9a47520eed6e16e19f9bebbab4fd6393fc7d369498f4c41855b1c1488654180acf0ab149210b42fd83361fd1bb8d0325ae5c4c253816af0723a9
Description: debug symbols for appstream-util
Auto-Built-Package: debug-symbols
Build-Ids: 07ce1998d5b1689c4554026c404983d68d09ac5c 3015450eb2d7ccfee33980600486deaa4edfa53d

Package: apt
Priority: important
Section: admin
Installed-Size: 4675
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: arm64
Version: 2.6.1+apertis1bv2024dev3b2
Replaces: apt-transport-https (<< 1.5~alpha4~), apt-utils (<< 1.3~exp2~)
Provides: apt-transport-https (= 2.6.1+apertis1bv2024dev3b2)
Depends: base-passwd (>= 3.6.1) | adduser, sequoia-gpgv | gpgv | gpgv2 | gpgv1, libapt-pkg6.0 (>= 2.6.1+apertis1bv2024dev3b2), apertis-archive-keyring, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.5), libseccomp2 (>= 2.4.2), libstdc++6 (>= 11), libsystemd0
Recommends: ca-certificates
Suggests: apt-doc, aptitude | synaptic | wajig, dpkg-dev (>= 1.17.2), gnupg | gnupg2 | gnupg1, powermgmt-base
Breaks: apt-transport-https (<< 1.5~alpha4~), apt-utils (<< 1.3~exp2~), aptitude (<< 0.8.10)
Filename: pool/target/a/apt/apt_2.6.1+apertis1bv2024dev3b2_arm64.deb
Size: 1313808
MD5sum: d330753bed4b31d6b95e25152c89f48d
SHA1: 87d3b524f083934f8c151ad75f75bb6f8807a3c9
SHA256: c933ecac10c84c8b7f13520c66bf0e5ce23e8967c3f37722a791ea3ef503bf00
SHA512: d871c8962159c54b42f8b759731a7781192ce4d886c5c76d06d4b1f13a301db8df3f29796c14506684642d4c58c21ba15b5684fef1d63709c754c5c21d00ff31
Description: commandline package manager
 This package provides commandline tools for searching and
 managing as well as querying information about packages
 as a low-level access to all features of the libapt-pkg library.
 .
 These include:
  * apt-get for retrieval of packages and information about them
    from authenticated sources and for installation, upgrade and
    removal of packages together with their dependencies
  * apt-cache for querying available information about installed
    as well as installable packages
  * apt-cdrom to use removable media as a source for packages
  * apt-config as an interface to the configuration settings
  * apt-key as an interface to manage authentication keys

Package: apt-config-icons
Priority: optional
Section: misc
Installed-Size: 25
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: all
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: appstream
Filename: pool/target/a/appstream/apt-config-icons_0.16.1-2+apertis0bv2024dev3b2_all.deb
Size: 9840
MD5sum: b57e93f92c0f1230bd8b7b8874ef7a06
SHA1: 296c47caed42daabce054a0d61c242aca7741114
SHA256: c786c97179cdfd4154b4280be0a3b7ae60e01889814c219e9392cccec4f9a0b2
SHA512: 4c64193c3fb039b0b4f67d82583e6fbb9a1da3d4ad3d6318c0125cd8d695e51a407e381e2d70e6a9bde8c935ff78b7f5a0a8b0bd536574efcf1493b735b03ad6
Description: APT configuration snippet to enable icon downloads
 This package contains an APT configuration snippet that enables the
 download of an icon tarball containing application icons for display in
 software centers.
 Icons get downloaded directly from the archive via regular cache updates,
 and match the software currently available in the respective archive suites.
 .
 This snippet enables icons of the default icon size set in the AppStream
 specification for software centers, 64x64px. It also enables downloads
 of smaller 48x48px icons.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: foreign

Package: apt-config-icons-hidpi
Priority: optional
Section: misc
Installed-Size: 25
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: all
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: apt-config-icons
Filename: pool/target/a/appstream/apt-config-icons-hidpi_0.16.1-2+apertis0bv2024dev3b2_all.deb
Size: 9760
MD5sum: 5b723f199161e595a279531c131ba277
SHA1: b9fc43c9b04a793957a7779accee3575f9b6c982
SHA256: e32555f303adc9b8a58d581390632ff3d439a69295f0177f7d0e118d1a770bb1
SHA512: 60ae059d9521fc38d91b0acf4fb7d01157586e0dec64ad78746706e3f57a9bcd79248dffb32ab587aaf54de8b8604a9f890dbcccbb2a52bb656614da2256408b
Description: APT configuration snippet to enable HiDPI icon downloads
 This package contains an APT configuration snippet that enables the
 download of an icon tarball containing application icons for display in
 software centers.
 Icons get downloaded directly from the archive via regular cache updates,
 and match the software currently available in the respective archive suites.
 .
 This snippet enables icons in the size of 64x64@2, that are suitable for
 HiDPI displays.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: foreign

Package: apt-config-icons-large
Priority: optional
Section: misc
Installed-Size: 25
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: all
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: apt-config-icons
Filename: pool/target/a/appstream/apt-config-icons-large_0.16.1-2+apertis0bv2024dev3b2_all.deb
Size: 9840
MD5sum: cff019c418cd3bc3a6fdd25c0d796617
SHA1: a1b0478d3fa3ea37b50f02c941ee1828f325c9ca
SHA256: 9655ce1bad14ebaa3a023efb989fa6d4cfdcb9dac692bb41a9000f54b4184b2e
SHA512: 1e0b8addbc91283e94fdf37ba2227db98db6cbbbc4f3eed7a75af9d852f5273b0d433df6984bd37871d677ded92a04410be40cfd10114fbc60198f90db0b874c
Description: APT configuration snippet to enable large icon downloads
 This package contains an APT configuration snippet that enables the
 download of an icon tarball containing application icons for display in
 software centers.
 Icons get downloaded directly from the archive via regular cache updates,
 and match the software currently available in the respective archive suites.
 .
 This snippet enables icon tarball downloads in large, 128x128px size.
 If these bigger icons are not downloaded by APT, a software center may
 decide to fetch them on-demand from a web location.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: foreign

Package: apt-config-icons-large-hidpi
Priority: optional
Section: misc
Installed-Size: 25
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: all
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: apt-config-icons-large
Filename: pool/target/a/appstream/apt-config-icons-large-hidpi_0.16.1-2+apertis0bv2024dev3b2_all.deb
Size: 9848
MD5sum: 94638137bb3415b8afa9209334cb5a80
SHA1: 150e675776394cdbef507bd91ac9404fdaec4048
SHA256: c1d3a37a8a3726790137b6375811d0a613e3c405af78e500ced144789c5ed0ab
SHA512: 043e50f6a72474d22cacb14b8c9fc6a4dcb232c0e53d2a9a02fce66f223bf11adcda4a28c4289019beeedd457ef1aae8903ee6ec59a95859da1117af29f09a36
Description: APT configuration snippet to enable large HiDPI icon downloads
 This package contains an APT configuration snippet that enables the
 download of an icon tarball containing application icons for display in
 software centers.
 Icons get downloaded directly from the archive via regular cache updates,
 and match the software currently available in the respective archive suites.
 .
 This snippet enables icon tarball downloads in large, 128x128@2 size that
 are also suitable for HiDPI displays.
 If these bigger icons are not downloaded by APT, a software center may
 decide to fetch them on-demand from a web location.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: foreign

Package: apt-dbgsym
Priority: optional
Section: debug
Installed-Size: 7570
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: arm64
Source: apt
Version: 2.6.1+apertis1bv2024dev3b2
Depends: apt (= 2.6.1+apertis1bv2024dev3b2)
Filename: pool/target/a/apt/apt-dbgsym_2.6.1+apertis1bv2024dev3b2_arm64.deb
Size: 7248616
MD5sum: 072c344123ee115faa47243d47d37482
SHA1: 4b177941fd02e32f5a6595ae313b866316fcfe0e
SHA256: 29cd382c857663c0422149112742f4422d024e417ad2234294d8754e63a3233c
SHA512: 7fbd8de5a1e8071c4d48c86bae86658a40cbc71ea964208abb979d19fe7229bd54c716d22a0cb9401e65e96cf38d778f3685f45c014b45aedf3db465eb9c5e62
Description: debug symbols for apt
Auto-Built-Package: debug-symbols
Build-Ids: 0e1f669d3fc6bf8973709a53ec9b9d84da724719 21224d2049a9b22b011a5c7073d34f13e96ebbe6 2bd2601d1728c83a852d4d7f808e35082a67f4cc 45182df94fa67b0f0b91a3b29595c55622f32e4b 5285d4c20605d7d56853f87e3eebaafb1a3777e2 7560a68bbad84129b835bbf0813040f7aa766bf9 81fc2e23842137642988a3f7b38093ad515db860 98d859ea88dc537251d6e16cd5bd5640ed0a7d64 9fb42e581e12e2428a361f45ee261849c257be3f a69aa10bc73470b1f80b260cfb2e1f68358c3303 ad720c5bb13f3d89f05e48923ea6a04334395bef b521beb98f0099055d745952d861fc6f11daf2ea bc8e28e59e6e2c3caf51c5fe0d61057eabe1e090 cd0aaf3578d1c6eb7823f643853bb3dd957cfd52 ef4945f66fb8d7c8a6fbbe628eabc699e0927ea9 ef52fa1e727f7a4f52b025fde2e84eba44280be3 f21d08657e9aa947e3c38aaf7d1c5a7c144d5728 f859b91c3dd30091bcfdeb19a1c0a26f08f3cb14 fa69c7c9eb1134a9d52347e8929f3c2b92094432

Package: apt-doc
Priority: optional
Section: doc
Installed-Size: 805
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: all
Source: apt
Version: 2.6.1+apertis1bv2024dev3b2
Filename: pool/target/a/apt/apt-doc_2.6.1+apertis1bv2024dev3b2_all.deb
Size: 257548
MD5sum: 4a1f1e027904a1f08693ea2b4d1f7a43
SHA1: 010ee16245fa7858c3ad0accd8d23b10951227fa
SHA256: 063a8fe2063a42c7614c3873d710314b9316d8ddd49a2d75f5300e7e4ed7dd1c
SHA512: d940d972cd8c5f1e3a0aef67dd94f040901457a408146285ab071d723e174c4c1c0c30ce7e7f852f6568256653a6d713aecadb9d9ea9b6b3cf0e1aaa401b4618
Description: documentation for APT
 This package contains the user guide and offline guide for various
 APT tools which are provided in a html and a text-only version.
Multi-Arch: foreign

Package: apt-transport-https
Priority: optional
Section: oldlibs
Installed-Size: 38
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: all
Source: apt
Version: 2.6.1+apertis1bv2024dev3b2
Depends: apt (>= 1.5~alpha4)
Filename: pool/target/a/apt/apt-transport-https_2.6.1+apertis1bv2024dev3b2_all.deb
Size: 27972
MD5sum: 00c1d1cc00fc18cffcce9f6ca2a50c0c
SHA1: 997a48b77b5f2f06bc1c99291e17005eb1a42ede
SHA256: 77a7c6b67a2587dc1d856956669c4cb3da044bb61d6a24f4106a967f94352e5f
SHA512: fd329071fb278bee2f0451fd5c2ef280e6713a4b0b053a80fb718d16ed09722fe3b3c2f170e5d1aee26735992cdc90b2471e7a308b5c4e73a52218002e1e379c
Description: transitional package for https support
 This is a dummy transitional package - https support has been moved into
 the apt package in 1.5. It can be safely removed.
Multi-Arch: foreign

Package: apt-utils
Priority: important
Section: admin
Installed-Size: 1186
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: arm64
Source: apt
Version: 2.6.1+apertis1bv2024dev3b2
Depends: apt (= 2.6.1+apertis1bv2024dev3b2), libapt-pkg6.0 (>= 2.6.1+apertis1bv2024dev3b2), libc6 (>= 2.34), libdb5.3, libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/a/apt/apt-utils_2.6.1+apertis1bv2024dev3b2_arm64.deb
Size: 297168
MD5sum: 06f80244ed44da02803bd683cb45d2f5
SHA1: e86db52d9cc4e43fc08c6e3f36512e776f48c64e
SHA256: af9feb7efbf414ba83fdc21c80cb379ea516792994919027d14ef10548d6ea1f
SHA512: e840f69c569132f0e9bde181d4aef65f602660cbca780728c5310dcddbc3569a135afa95e4d4c86da3a5bcc6dcea3716dc1733bdaed2a80ac454f2ddc0e5c847
Description: package management related utility programs
 This package contains some less used commandline utilities related
 to package management with APT.
 .
  * apt-extracttemplates is used by debconf to prompt for configuration
    questions before installation.
  * apt-ftparchive is used to create Packages and other index files
    needed to publish an archive of Debian packages
  * apt-sortpkgs is a Packages/Sources file normalizer.

Package: apt-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 1732
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: arm64
Source: apt
Version: 2.6.1+apertis1bv2024dev3b2
Depends: apt-utils (= 2.6.1+apertis1bv2024dev3b2)
Filename: pool/target/a/apt/apt-utils-dbgsym_2.6.1+apertis1bv2024dev3b2_arm64.deb
Size: 1659152
MD5sum: c9ce16335811f8e05c59775832da07d8
SHA1: 0b917a62f0f98ebb5c805112b82dd6229730be2a
SHA256: 84d5fea70eb7d9ec220ba7d608d354edd8986cebe06cfdb34c05e6d7215744e8
SHA512: 99ce446995e8413f44fe4183c7a67856ea3ea688ba28a3b5997139ff90dd1b1bd6f6e133ad3fbb01a60f1c468b0f4a64410ed3603856be04ea026a6bfe5977da
Description: debug symbols for apt-utils
Auto-Built-Package: debug-symbols
Build-Ids: 77525fe2042c8c45500ed0ccca3fbe11f6857942 a74e69408d2511a5d75204ce4024c77fb40de16f ab15c2086835827c87071912cebf1f59d638965a e177aa84a0006d365ea91160566c1a4cdb8edf82 fc4b1884e952c56f28be711dcd228a0513431cc7

Package: argon2
Priority: optional
Section: utils
Installed-Size: 90
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: arm64
Version: 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34)
Filename: pool/target/a/argon2/argon2_0~20171227-0.3+deb12u1+apertis0bv2024dev3b2_arm64.deb
Size: 22428
MD5sum: 76e977948c43f75dbb7ec9fee9bd5add
SHA1: 8f349376ea6dab224989d715f07eec19b27baf2b
SHA256: 3a78b6ec902ac1f05147f07066b77ec6b3044223c70a697f8d2432582b493e2e
SHA512: 58bb46dd7bd4a0a4741705bb6082a9a6d9d6fda46df9a9e0d0b7268ab3477f5449dd1ec8057081631d2831d62cc658a96e4de6f585f6b48df830efee9452fe08
Description: memory-hard hashing function - utility
 Argon2 is a password-hashing function that can be used to hash passwords
 for credential storage, key derivation, or other applications.
 .
 There are two main versions of Argon2: Argon2i and Argon2d.
 Argon2i is the safest against side-channel attacks, while Argon2d provides
 the highest resistance against GPU cracking attacks.
 .
 Argon2i and Argon2d are parametrized by:
  * A time cost, which defines the amount of computation realized and
    therefore the execution time, given in number of iterations
  * A memory cost, which defines the memory usage, given in kibibytes
  * A parallelism degree, which defines the number of parallel threads
 .
 This package contains the argon2 tool for hashing data on the command-line.
Homepage: https://github.com/P-H-C/phc-winner-argon2
Multi-Arch: foreign

Package: argon2-dbgsym
Priority: optional
Section: debug
Installed-Size: 71
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: arm64
Source: argon2
Version: 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2
Depends: argon2 (= 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2)
Filename: pool/target/a/argon2/argon2-dbgsym_0~20171227-0.3+deb12u1+apertis0bv2024dev3b2_arm64.deb
Size: 55272
MD5sum: 82e7502720e026f1a5859c460bbfd88e
SHA1: 504978d98cf01503c0f385738b0c696cccaf83d7
SHA256: aeeac7bdaa9290eb2ae32edfc06d0b4b4a29849f1be3bb4391219d76abee391e
SHA512: 48c29683882c54fbb36ca18b2d5e6ec8d853a460355286284a09bef3b1cb97788b3dd86d44079debc71d3f0591f46adc06e03871b5d55ce6e713fc5fd80c6150
Description: debug symbols for argon2
Auto-Built-Package: debug-symbols
Build-Ids: 6d65c556d1b7af5ff025b7a5416869e772f0396c

Package: arm-trusted-firmware
Priority: optional
Section: admin
Installed-Size: 2870
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Version: 2.8.0+dfsg-1+apertis4bv2024dev2b1
Breaks: u-boot-rockchip (<< 2020.01~rc5)
Filename: pool/target/a/arm-trusted-firmware/arm-trusted-firmware_2.8.0+dfsg-1+apertis4bv2024dev2b1_arm64.deb
Size: 386420
MD5sum: bfd06aea040bfd3ddad79f6d9d6b3384
SHA1: 8df665d0ee2852a96015da0287cf819c1f9ace62
SHA256: dcea70f4635dfac606c9dc182dfba0a2fb8febcf717cf8637a7876ece65b4813
SHA512: ce9c2b70b27ec6f543401959dbecdb3f2ff1afffd6a49c14136625bf44b2ba989ea36b43b2efe2e2a7d44654bd09bfe2608b9055986f7ce45146a5273637b85b
Description: "secure world" software for ARM SoCs - firmware
 The "secure world" on arm64 machines is a special level of CPU
 privilege that is hidden from the normal OS, and has complete
 control over the system.  It provides both initialization during
 early boot stages (before u-boot or EFI) and system monitor
 functionality once the machine is booted up.
 .
 This package includes the firmware binaries.
Homepage: https://www.trustedfirmware.org/

Package: arm-trusted-firmware-dbgsym
Priority: optional
Section: debug
Installed-Size: 29
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: arm-trusted-firmware
Version: 2.8.0+dfsg-1+apertis4bv2024dev2b1
Depends: arm-trusted-firmware (= 2.8.0+dfsg-1+apertis4bv2024dev2b1)
Filename: pool/target/a/arm-trusted-firmware/arm-trusted-firmware-dbgsym_2.8.0+dfsg-1+apertis4bv2024dev2b1_arm64.deb
Size: 20040
MD5sum: 9487ae7a7129d637f8dfcd5c31148b32
SHA1: a6899cbf5447f4cd629563953cf10aa7042e39b5
SHA256: b4ec72c2a0b0026550c839209c704bba3b6e35b7384b37c34c862aa642de14d3
SHA512: 250c2b48c600d16ab464d8b3b6377fe5881c3a6621185b3f0dde8bc421533a1ef031b83b356149ae84ad2a41e0773b8713b15989171e0b11998c2d255522471f
Description: debug symbols for arm-trusted-firmware
Auto-Built-Package: debug-symbols

Package: arm-trusted-firmware-tools
Priority: optional
Section: admin
Installed-Size: 179
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: arm-trusted-firmware
Version: 2.8.0+dfsg-1+apertis4bv2024dev2b1
Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0)
Filename: pool/target/a/arm-trusted-firmware/arm-trusted-firmware-tools_2.8.0+dfsg-1+apertis4bv2024dev2b1_arm64.deb
Size: 39840
MD5sum: 5ea0c36c5e1f03431d120335aff3239b
SHA1: c051dc19e3af3ee7474fa9370abe042354352db5
SHA256: 550af3c5792b433aa3f0c9bc4044d19605594418c61808da7129cf8cb74c30ef
SHA512: 759c656023b6b61378c386d1fb4e22a8b9ea86dc5ee1612e61d31b8dce5668dd9489a155aa4b926dd1c6fd754d93cbdda670b8a04dff234e2577c0dd62d43a3f
Description: "secure world" software for ARM SoCs - tools
 The "secure world" on arm64 machines is a special level of CPU
 privilege that is hidden from the normal OS, and has complete
 control over the system.  It provides both initialization during
 early boot stages (before u-boot or EFI) and system monitor
 functionality once the machine is booted up.
 .
 This package includes helper tools.
Homepage: https://www.trustedfirmware.org/

Package: arm-trusted-firmware-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 94
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: arm-trusted-firmware
Version: 2.8.0+dfsg-1+apertis4bv2024dev2b1
Depends: arm-trusted-firmware-tools (= 2.8.0+dfsg-1+apertis4bv2024dev2b1)
Filename: pool/target/a/arm-trusted-firmware/arm-trusted-firmware-tools-dbgsym_2.8.0+dfsg-1+apertis4bv2024dev2b1_arm64.deb
Size: 60240
MD5sum: 7f592a85d0b9920c7def6f6fdfb1147a
SHA1: d5ba98d970d2fdb234c5d46568f6f8bdf68fc693
SHA256: 89d9e13b1efc99653cd659a7501892a90dde9cf049875b29fae5e52878eb3d15
SHA512: b0bd21982519bef830c357bdfba3d4db793bf39f466060178ae4bfa6f98a77b8c08b77ec912f2a251ac392863935067255344ff6d2890d40c1f3eaf6ddba3cd0
Description: debug symbols for arm-trusted-firmware-tools
Auto-Built-Package: debug-symbols
Build-Ids: 257cbbd7d173ea6425068b90ab2b179b355e9744 a5fa907c56546589d9df9d6c74cede7237030883

Package: ash
Priority: optional
Section: shells
Installed-Size: 30
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: all
Source: dash
Version: 0.5.12-2+apertis1bv2024dev3b2
Pre-Depends: dash
Filename: pool/target/d/dash/ash_0.5.12-2+apertis1bv2024dev3b2_all.deb
Size: 13748
MD5sum: 87885469cbadcf18ba19aac43d030a30
SHA1: cbf73aa1eb759274eda1d1b13bd07ba23da26dd1
SHA256: f2da60dcc1a2def2049e14c04b0e4b110545b2fb60f5132222fcf038baf7fc12
SHA512: 023dfe7b8a6726a91d1a956b46df7a7fc658d1f54611f8d750feff7b9a1e5577366a48aa00785de607ebc1172c7c0a75ae329f79a85280797f06c155a9c7e505
Description: compatibility package for dash
 This package allows upgrading ash to its replacement,
 dash. It includes the /bin/ash symlink.
 It can be removed as soon as /bin/ash is no longer used.
Homepage: http://gondor.apana.org.au/~herbert/dash/

Package: ash
Priority: optional
Section: shells
Installed-Size: 30
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: all
Source: dash
Version: 0.5.12-2+apertis1bv2024dev3b1
Pre-Depends: dash
Filename: pool/target/d/dash/ash_0.5.12-2+apertis1bv2024dev3b1_all.deb
Size: 13748
MD5sum: 6032371c399939ed2eda61c5cb6fd06a
SHA1: 8a08c24a19c9823fbeebb1ec1daf6df76f9fda4f
SHA256: e5e85969c41664ea7db3817d3f3c41fe9633f9023fd407dc0f25f94604ad1b10
SHA512: 335dfdcb732875d6658a1a21036aaf9e4e9b4c06581bdf027a0b628dd26b548dd30bdd73138d29a7bb787c7e75386712682de7c71791501848a72ad6d9c54fef
Description: compatibility package for dash
 This package allows upgrading ash to its replacement,
 dash. It includes the /bin/ash symlink.
 It can be removed as soon as /bin/ash is no longer used.
Homepage: http://gondor.apana.org.au/~herbert/dash/

Package: aspell
Priority: optional
Section: text
Installed-Size: 1466
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: arm64
Version: 0.60.8-4+apertis0bv2024dev2b1
Replaces: aspell-bin (<< 0.60.3-2)
Provides: aspell-bin
Depends: libaspell15 (= 0.60.8-4+apertis0bv2024dev2b1), libc6 (>= 2.34), libncursesw6 (>= 6), libstdc++6 (>= 5), libtinfo6 (>= 6), dictionaries-common
Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary
Suggests: aspell-doc, spellutils
Breaks: aspell-bin (<< 0.60.3-2)
Filename: pool/target/a/aspell/aspell_0.60.8-4+apertis0bv2024dev2b1_arm64.deb
Size: 249004
MD5sum: 48d03460673dcbeb75ccf0df48bd91be
SHA1: ef36a5f81e61f17d2100f1b18855f933682e1b7e
SHA256: 86f490ca6b2ca04ed120c29aa92802e938104ff56ff36168555ea47250ec6a08
SHA512: c6fe4a382d0d08cb75d142460ec79e63465a2c83cc4c81ec707374125dbe10a8ac9de2816ee96d686254e2ddb5ade653339fd047fb204cf3b3bffe8cabc39fb2
Description: GNU Aspell spell-checker
 GNU Aspell is a spell-checker which can be used either as a standalone
 application or embedded in other programs.  Its main feature is that it
 does a much better job of suggesting possible spellings than just about
 any other spell-checker available for the English language, including
 Ispell and Microsoft Word.  It also has many other technical
 enhancements over Ispell such as using shared memory for dictionaries
 and intelligently handling personal dictionaries when more than one
 Aspell process is open at once.
 .
 Aspell is designed to be a drop-in replacement for Ispell.
Homepage: http://aspell.net/
Multi-Arch: foreign

Package: aspell-dbgsym
Priority: optional
Section: debug
Installed-Size: 600
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: arm64
Source: aspell
Version: 0.60.8-4+apertis0bv2024dev2b1
Depends: aspell (= 0.60.8-4+apertis0bv2024dev2b1)
Filename: pool/target/a/aspell/aspell-dbgsym_0.60.8-4+apertis0bv2024dev2b1_arm64.deb
Size: 562360
MD5sum: 48a5ab4280d2f1368b53fd424ed00017
SHA1: 01cf74fb08c979243b02652b15552bb5a6d57d47
SHA256: 99583078c1ced2e53ad40fbf2613fd085585d590dab4e989464ff2f090c815b6
SHA512: 35b55a1c7bee49a6c2aa07951239b29c2eecd0f811f80c7646dc371bf371a48f32482d8b6f3eadeceda1f0fdc415c1985597fc964bc5b13bb649d2655f5bd587
Description: debug symbols for aspell
Auto-Built-Package: debug-symbols
Build-Ids: 37efcaa7b97a9d54e88cac2375f2ee9cabaf9d36 c178c2b5b7707a65779c07cba68377801a47d5eb f9c1361d6af607457dd42b36062a16d67b723998

Package: aspell-doc
Priority: optional
Section: doc
Installed-Size: 915
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: all
Source: aspell
Version: 0.60.8-4+apertis0bv2024dev2b1
Suggests: aspell
Filename: pool/target/a/aspell/aspell-doc_0.60.8-4+apertis0bv2024dev2b1_all.deb
Size: 219268
MD5sum: 16a258e5e3257e573dd152c9f7efb462
SHA1: 6595c17cd2af0130079515ef5192ac7434d72836
SHA256: 1f886340f9e8c49a3796222db92d3479c26eae329702d5dfc7607ded0232b903
SHA512: f92b3f94874fedc39939179d22bf9798996fd7b359d65b3d555ff8c9a20bcbab0c5b79696aba13ad258dc1855c6c79fd2549aa07ccda2c88c38ebcb58ba7a71d
Description: Documentation for GNU Aspell spell-checker
 This package contains the documentation for GNU Aspell in various
 formats.  The aspell package comes with minimal man pages.  Install
 this package if you need further information on the development process
 and workings of Aspell.
Homepage: http://aspell.net/
Multi-Arch: foreign

Package: aspell-en
Priority: optional
Section: text
Installed-Size: 429
Maintainer: Dr. Tobias Quathamer <toddy@debian.org>
Architecture: all
Version: 2020.12.07-0-1+apertis0bv2024dev2b1
Provides: aspell-dictionary
Depends: aspell, dictionaries-common
Filename: pool/target/a/aspell-en/aspell-en_2020.12.07-0-1+apertis0bv2024dev2b1_all.deb
Size: 305960
MD5sum: 36896f643c5d4caece40297eec5a2898
SHA1: 72665c4f0ac77bd3f7e1bb346e04e2473210dd48
SHA256: 1244f9d773c03488c6d32e2d135e4901f26720abdcb1383ac8a77701398ceced
SHA512: 2e80846ecce4a3f08c0acc71c1dba22f57860617b2ab6fbc442490bd0f5a63edbfd51e47213ef19d7de854c43e9b15d76b4b60697d598457d61a33b73c9d1b98
Description: English dictionary for GNU Aspell
 This package contains all the required files to add support for English
 language to the GNU Aspell spell checker.
 .
 American, British, Canadian and Australian spellings are included.
Homepage: http://aspell.net/
Multi-Arch: foreign

Package: at-spi2-common
Priority: optional
Section: misc
Installed-Size: 1315
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: all
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Replaces: at-spi2-core (<< 2.46.0-2~)
Breaks: at-spi2-core (<< 2.46.0-2~)
Filename: pool/target/a/at-spi2-core/at-spi2-common_2.46.0-5+apertis0bv2024dev3b1_all.deb
Size: 163468
MD5sum: 24112c47401fb7eca3e69e5fc5d0e321
SHA1: df926efff8965daed6337ea276604e1d069c954c
SHA256: 7da81d4e95ca62cb1040f86b851b108564f934f6623c34e404d820dd2e0d3d10
SHA512: e67cfb7bbb560b2584206d9fd3d26069672372db85fa0db111119a60e66ab9e6b5c9a9e96f924dfc2827f7ec4d3ed31f6bf82f491c4f2ca3b58ebb82424f6ae5
Description: Assistive Technology Service Provider Interface (common files)
 This package contains the common resource files of GNOME Accessibility.
Homepage: https://wiki.gnome.org/Accessibility
Multi-Arch: foreign

Package: at-spi2-core
Priority: optional
Section: misc
Installed-Size: 265
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.67.4), libsystemd0, libx11-6, libxtst6, at-spi2-common, gsettings-desktop-schemas
Filename: pool/target/a/at-spi2-core/at-spi2-core_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 57568
MD5sum: a55c4149fc6ed86dc3be0b75fe65c513
SHA1: a618f57a6052b4b64c40842a7f60eb8f6721cc20
SHA256: f2ecbcf3a1d2075ab4b21be21c63b1415da74e80eb9570e753c2964feae3d66e
SHA512: eeec8a3c10d74e2ed03eb56c0a178ed9c0fac5448401bca31fbb0d7991bcde6629e3e353fa903accb5c5156f4fc3441bc8979494a3b9a99ce1544108ba55ccc1
Description: Assistive Technology Service Provider Interface (D-Bus core)
 This package contains the core components of GNOME Accessibility.
Homepage: https://wiki.gnome.org/Accessibility
Multi-Arch: foreign

Package: at-spi2-core-dbgsym
Priority: optional
Section: debug
Installed-Size: 152
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: at-spi2-core (= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/at-spi2-core-dbgsym_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 113632
MD5sum: bd609150ece0079cf233baa2d7588404
SHA1: ce8872635d8d2a92eb0d5f802d56f1d3ca0c69fc
SHA256: b5f6a1b89c8183ffd1c0ad30f78589b924b387e20c1dd32ff2c78514dda215d3
SHA512: fb8019cd133b9d98761909bfd02d564afb7e3fc2c2bad0fb31a9a0a34a7528cdfe06487e9f9d9fbc70bfd6d8fe053c308c83ec851687f03e92c4bb47cfb9c716
Description: debug symbols for at-spi2-core
Auto-Built-Package: debug-symbols
Build-Ids: 3b0ee2c2bb40dd84047803c854af370659b1746b 92cde75f20759a5e8d9e780b1e3948af07c7f661

Package: at-spi2-doc
Priority: optional
Section: doc
Installed-Size: 1161
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: all
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Suggests: devhelp
Filename: pool/target/a/at-spi2-core/at-spi2-doc_2.46.0-5+apertis0bv2024dev3b1_all.deb
Size: 105524
MD5sum: f7aa31d8637206f1581673856b7b38e8
SHA1: d6d37ee4949adbd307e4f60d56c1f4fdc347ebbb
SHA256: dc8587b6f6768ffa96cdf273090997c273d1f89acf0d43610c6dfd7cfbb98a72
SHA512: daf5a1650b2f5d996a7191e9a5f83c1e609ccbda2c00149a79edaecd763249db082f107d201485792707a16bf7bc623ed96166d9e04621828716fa1a19b4b83e
Description: Assistive Technology Service Provider Interface (Documentation)
 This package contains documentation for the at-spi2 interface.
Homepage: https://wiki.gnome.org/Accessibility
Multi-Arch: foreign

Package: attr
Priority: optional
Section: utils
Installed-Size: 298
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Version: 1:2.5.1-4+apertis0bv2024dev2b1
Depends: libattr1 (= 1:2.5.1-4+apertis0bv2024dev2b1), libc6 (>= 2.34)
Filename: pool/target/a/attr/attr_2.5.1-4+apertis0bv2024dev2b1_arm64.deb
Size: 40812
MD5sum: a91ea58a9bb20aa560b329ee44eaaecc
SHA1: a3935a9a3e9fbc75c5aeeaa6a2e98c038ca97ace
SHA256: 181a4a23c1981e9fb903e2bdd2d3ddbc1ff70b1fd98b7dc5d1a83807e57cbfe0
SHA512: 4e656929a9d37151632ebe38aefc2f47bff655a580c9fb73ddbda0053938f71098c23bfd6826e78c184f041528d9d123670da40ff3effb410ca55a6d088cfee2
Description: utilities for manipulating filesystem extended attributes
 A set of tools for manipulating extended attributes on filesystem
 objects, in particular getfattr(1) and setfattr(1).
 An attr(1) command is also provided which is largely compatible
 with the SGI IRIX tool of the same name.
Homepage: https://savannah.nongnu.org/projects/attr/
Multi-Arch: foreign

Package: attr-dbgsym
Priority: optional
Section: debug
Installed-Size: 71
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: attr
Version: 1:2.5.1-4+apertis0bv2024dev2b1
Depends: attr (= 1:2.5.1-4+apertis0bv2024dev2b1)
Filename: pool/target/a/attr/attr-dbgsym_2.5.1-4+apertis0bv2024dev2b1_arm64.deb
Size: 35456
MD5sum: 44ddbf26c1d80280cae2b460bb2fc024
SHA1: b259a5aab4c906127b598485bdff218f1f030eb4
SHA256: b7021ee0b6d2d609f81c26844621052df6a8f3baf2488b5586bdea5875b917b2
SHA512: 99e86827122b3b39e2236107173ebb5dc6f6e911f506ff9b6c7670b22d29d72cd7ca60c5a25546ab56393030fab10ff3e8f9ff6b7203afb68b5e0769f0ce4244
Description: debug symbols for attr
Auto-Built-Package: debug-symbols
Build-Ids: 18dc8405970d4b2ac4771aab55a219ba2fe6115c 68f41faf48b9a1e9b545b3b89093612c1f056b62 bd7b10a39729c368c95e2656202aa416abc4cdbb

Package: audispd-plugins
Priority: optional
Section: admin
Installed-Size: 186
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: auditd (= 1:3.0.9-1+apertis1bv2024dev3b1), libauparse0 (= 1:3.0.9-1+apertis1bv2024dev3b1), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.5-0 (>= 2.5.4)
Filename: pool/target/a/audit/audispd-plugins_3.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 47184
MD5sum: 5937540941035ed03206d974990527d6
SHA1: cba922236157b33719d44f44c915b62e11b7ca40
SHA256: ff23df1de94203f05b3528c5e76e293420bfbaa1aea4d75cee01a14ac5564577
SHA512: f3195d6d3e72e0c1b2beeed9c084f5a7a79d3e1c3a8c203d23ae6c64298b4ddcd74af7be886fd278a20f407d2a8bd9f6d9018491325af71ebb72794a97114884
Description: Plugins for the audit event dispatcher
 The audispd-plugins package provides plugins for the real-time
 interface to the audit system, audispd. These plugins can do things
 like relay events to remote machines or analyze events for suspicious
 behavior.
Homepage: https://people.redhat.com/sgrubb/audit/

Package: audispd-plugins-dbgsym
Priority: optional
Section: debug
Installed-Size: 111
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: audispd-plugins (= 1:3.0.9-1+apertis1bv2024dev3b1)
Filename: pool/target/a/audit/audispd-plugins-dbgsym_3.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 77104
MD5sum: 0ad71eb1ae42ab949ca8e6ac590b5c43
SHA1: 6b9535360570af8b9e6acea0ef24214420f1572a
SHA256: 1710d8dd5e386fd0b15e06d55416b07207ecbc9f19f5e6fb1b927dfa744acd5d
SHA512: 15a8df16c93c890d2dfab931e85e88c43cc821031831eccc580b78585f01fbe33076f37ccde59f78a35c508d32d927abe938db51d799cfed8bd531c4717d78ae
Description: debug symbols for audispd-plugins
Auto-Built-Package: debug-symbols
Build-Ids: 5c50bf3b8300beb1192a82084a1e6dbc1678e6ee 866a4355e3d301ef5bf8bd31d7b4568ef0002f48

Package: auditd
Priority: optional
Section: admin
Installed-Size: 1114
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis1bv2024dev3b1), libauparse0 (= 1:3.0.9-1+apertis1bv2024dev3b1), mawk | gawk, libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.6.dfsg.2), libwrap0 (>= 7.6-4~)
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: audispd-plugins
Breaks: audispd-plugins (<< 1:3.0~)
Filename: pool/target/a/audit/auditd_3.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 209956
MD5sum: a0ec1aaabd74467b97d3acedd907a664
SHA1: d97e8e485c5b36b0d3f48d1548b090d25b53a8eb
SHA256: f5ae4366b8222ce2400e3de5ccd0801a793fa4433795bc40f4ac042e0e09e5e0
SHA512: e0645e3f123f8fb5216906a55f19b0a9e74e84e33b5413ea1800674c381fe7aecab7629c6c7d987ca9e5e1f0e1264a582404059236bb12387c9bff3bd59c2e2d
Description: User space tools for security auditing
 The audit package contains the user space utilities for
 storing and searching the audit records generated by
 the audit subsystem in the Linux 2.6 kernel.
 .
 Also contains the audit dispatcher "audisp".
Homepage: https://people.redhat.com/sgrubb/audit/

Package: auditd-dbgsym
Priority: optional
Section: debug
Installed-Size: 645
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: auditd (= 1:3.0.9-1+apertis1bv2024dev3b1)
Filename: pool/target/a/audit/auditd-dbgsym_3.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 517716
MD5sum: db1b82ca796fd973fc1f53b8ec424cb2
SHA1: 2d27c10ccc07b747aad25a0a226071dcb869f259
SHA256: daac5aa2783afae656fce7208a9472886021390433e227504e17ed906ca0f71d
SHA512: 0e696986cff4f14923702f2601835c4bd3f04a6df4f95a63698ad74596142ab847973a661b43ce1e8ff8eb94e124b890afcb49105da33156c1b6018eff554e3f
Description: debug symbols for auditd
Auto-Built-Package: debug-symbols
Build-Ids: 58d5a989c7556059a8c6bab389c2cd8969f0196d 59b50b5560f29dc678740c87396ff177dfc0fb2e 807cf269b66f0f4e7dab3c30af8ecaa7b7468ce6 8870a49e13d54c37b71fc62eca922c374a310be7 9afc36649ade898df5a0262676f4c4c64aa119e0 b1132e2819f8bb0653b61685ab61e628b4ba2a09 b1eb0e0b13ce1577c77f409d1695cf98cc4ab23e c291d0301654ac04ea9df285486564786be8f90b c9909bf60138ac83264917fae8a99c1780352690 dca1633accb074cb60a4476af570d90f5b33479c

Package: avahi-autoipd
Priority: optional
Section: net
Installed-Size: 131
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34), libdaemon0 (>= 0.14), adduser
Recommends: isc-dhcp-client, iproute2
Filename: pool/target/a/avahi/avahi-autoipd_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 43408
MD5sum: 3cefa1a69d86242d654bcdd35f0c3f38
SHA1: 7e9bbba34cc30956984ab67bc2604b687d8030e0
SHA256: 39a1ae2a90cba179a4d2c05ed1cef7f535ca2a721c5d934edeb8eb1232ff9896
SHA512: 381788a5ee7112ae6b27f408279b2b54f10bf4ac5d587da797f47020bcddacb4ac9a868c22d876f3e1efa158e2509d67e3d384dd0c6ecc2c4f69cb9f8197ff50
Description: Avahi IPv4LL network address configuration daemon
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This tool implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local
 Addresses" (IETF RFC3927), a protocol for automatic IP address
 configuration from the link-local 169.254.0.0/16 range without the
 need for a central server. It is primarily intended to be used in
 ad-hoc networks which lack a DHCP server.
Homepage: https://avahi.org/

Package: avahi-autoipd-dbgsym
Priority: optional
Section: debug
Installed-Size: 61
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: avahi-autoipd (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/avahi-autoipd-dbgsym_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 42024
MD5sum: 2d84565a51ee981366dc9c0f71bb41a5
SHA1: e2700a060eb0196fa1ff16f09463eeead1e49f9d
SHA256: f5ff304fb65cd523699bc562568c8d0b9715f1947e2b484b7764fdcbe332b3e5
SHA512: 71e2e323a20e79dab2e1fd12fc1c35c8f93cafb82890d495bf9c0367c839d50adbfc2227520ea43815300a9e6c91723ac13a40b9f18b04445a24ad35a42f206d
Description: debug symbols for avahi-autoipd
Auto-Built-Package: debug-symbols
Build-Ids: f8cdecff1896cf4da8819bb0ce69a0f1fbd6a3cc

Package: avahi-daemon
Priority: optional
Section: net
Installed-Size: 319
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2), libavahi-core7 (= 0.8-10+apertis0bv2024dev3b2), libc6 (>= 2.34), libcap2 (>= 1:2.10), libdaemon0 (>= 0.14), libdbus-1-3 (>= 1.9.14), libexpat1 (>= 2.0.1), adduser, default-dbus-system-bus | dbus-system-bus
Recommends: libnss-mdns
Suggests: avahi-autoipd
Filename: pool/target/a/avahi/avahi-daemon_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 82344
MD5sum: 68b75e01bb5912061d7da5f8e587c9f7
SHA1: 22e1f98a6603274a6b2f3238d50f97965abbd561
SHA256: 24a7d09c346fa783fbf33146de91fddabf94c0111576141ab2d0fcecee1d2b60
SHA512: 4c85a7f36ee5691370871800317876cd166d6162a9a82d8378844e052ef79b7157d39fa41299aba0b29c2086f3f660327f25114d95c0d7fd5ccaca03cd01d899
Description: Avahi mDNS/DNS-SD daemon
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains the Avahi Daemon which represents your machine
 on the network and allows other applications to publish and resolve
 mDNS/DNS-SD records.
Homepage: https://avahi.org/
Multi-Arch: foreign

Package: avahi-daemon-dbgsym
Priority: optional
Section: debug
Installed-Size: 174
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: avahi-daemon (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/avahi-daemon-dbgsym_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 139432
MD5sum: bceeef91fc05d541d789ed61188d466a
SHA1: 44a85df62c7bc52bc3f304d1473711dcffcd1ed4
SHA256: 462da32d72cba85c00f483f3096c064033a4f57f9d9ec818a97d7745630c4e84
SHA512: 870de3039df5684b58fc6d158dd1eb33fc2351e8cb0a14c2993eeaff1ae00d7db37000afc3261ab32320431f14ecb685d08e044c266ab922b938002b7cee4418
Description: debug symbols for avahi-daemon
Auto-Built-Package: debug-symbols
Build-Ids: 1d5ac08a0b8824626a301d4d0d54fd5921c5e527

Package: avahi-discover
Priority: optional
Section: net
Installed-Size: 67
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: python3:any, python3-avahi (>= 0.8-10+apertis0bv2024dev3b2), python3-dbus, python3-gi, gir1.2-glib-2.0, gir1.2-gtk-3.0, avahi-daemon (>= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/avahi-discover_0.8-10+apertis0bv2024dev3b2_all.deb
Size: 32228
MD5sum: 44f53b8e0584db4265ed3582be1038e7
SHA1: 99c685765bc2f2e03d22f864af9e120170a4ac23
SHA256: 39de964d0d36ed807efeef6fe64950c92665c045fcdbdce6ff83eaba00a04097
SHA512: e0951a9654af2f1153a791e891aea6530c5445562a5ea42892b9a7e6b0c8597496c6102da337018b65bb9c5afa8184b36cba36a7a993efbf9536d6cde7f18eaa
Description: Service discover user interface for avahi
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains a user interface for discovering services.
Homepage: https://avahi.org/

Package: avahi-dnsconfd
Priority: optional
Section: net
Installed-Size: 124
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2), libc6 (>= 2.34), libdaemon0 (>= 0.10), avahi-daemon (= 0.8-10+apertis0bv2024dev3b2)
Suggests: resolvconf
Filename: pool/target/a/avahi/avahi-dnsconfd_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 35404
MD5sum: 28565f0f349dbdc7870098a61c4a48b0
SHA1: c2ee383148668bad87377cfd04520bbafd67c321
SHA256: 937cfbc53d1c8c1f91a3966d406d493ec96ba0aa1f388cab6767bbb0968b2a02
SHA512: f1161b441b45614867cc616b6dd290e7fb82de324bb948014479ead861de4571da5155aa06d18ce325d4725f06c3bb07038f965ae41e5a4560a099ed8dd7a8cc
Description: Avahi DNS configuration tool
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This tool listens on the network for announced DNS servers and passes
 them to resolvconf so it can use them. This is very useful on autoconfigured
 IPv6 networks.
Homepage: https://avahi.org/

Package: avahi-dnsconfd-dbgsym
Priority: optional
Section: debug
Installed-Size: 32
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: avahi-dnsconfd (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/avahi-dnsconfd-dbgsym_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 15276
MD5sum: 1df2d3b8a1342bd766142d1cabf6c163
SHA1: b7f7fae3cf3aee88dc73b349c486a8ffd196b66a
SHA256: a79d2e879184d782b37bfa28ff68f1a989fa2067eedf114608c7da496ebb4cbd
SHA512: 546d0c7ea5941b501d2b113195ca41d263404abac1c8c2b03d27cccfc2c6404a500e4813ad5ca447efe99beee379989ff0003d9760ff150899d26f36ace95410
Description: debug symbols for avahi-dnsconfd
Auto-Built-Package: debug-symbols
Build-Ids: 77f32be776a5a22804310fc7b9b6f2a009a91d15

Package: avahi-ui-utils
Priority: optional
Section: utils
Installed-Size: 121
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-client3 (= 0.8-10+apertis0bv2024dev3b2), libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2), libavahi-ui-gtk3-0 (= 0.8-10+apertis0bv2024dev3b2), libc6 (>= 2.34), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0)
Recommends: ssh-client, vnc-viewer
Filename: pool/target/a/avahi/avahi-ui-utils_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 32624
MD5sum: b65d6d4ddd12fba7a4ac44fb49e7fec7
SHA1: 3249055465638890f5a48d9a81f43ef9529acc51
SHA256: e4d2e5d5d48a734d07bc99edc3b005720ebb1037594cbf38d1dbbcf91671b9ac
SHA512: df34e5d3a647218e416ad7ad5b91eacc65e0b9d25730955294d195bfc99f8e42caffcd6276d017ead8f79248358cc3876edf90cf06d59d4cf384bcdaa8452321
Description: Avahi GTK+ utilities
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains some small GTK+ utilities to discover ssh and vnc
 servers.
Homepage: https://avahi.org/

Package: avahi-ui-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 27
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: avahi-ui-utils (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/avahi-ui-utils-dbgsym_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 10784
MD5sum: 7ba2b4748ebe0766c8f594bd63aae3a1
SHA1: 3e1b458e1e22d10009561ae753c550bdcb5bbd27
SHA256: bbf75bdc7b7dbdb47045030a5ea7c157ff14c7f4892f24a7e3fcff4c898a0ccd
SHA512: fff8b435175deedc6354957a26dd7a2ea59bedbcd80db3ac498cc729ee0fecba2c8e7c4a6c1d1832bae77ee8bfe4f44d3bb2ffac5514a729c949821aa9f83926
Description: debug symbols for avahi-ui-utils
Auto-Built-Package: debug-symbols
Build-Ids: 81064df56af382583283894152b249bdddcb98fd

Package: avahi-utils
Priority: optional
Section: net
Installed-Size: 324
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-client3 (= 0.8-10+apertis0bv2024dev3b2), libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2), libc6 (>= 2.34), libgdbm6 (>= 1.16), avahi-daemon (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/avahi-utils_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 45752
MD5sum: 5a3644a05c43c40dc32bd25386dea478
SHA1: dcc3babcd404ed3a731b9497c39ac7676fa46937
SHA256: df76766b7dbf08830f7a4b73842cbd4c410226415d19856ef548fc7e94061e00
SHA512: 4d9acef0ff0b39f0c0b4ea8a9d5e4afe82117e3d64bf63d4d1a8cb262552ce80f64a86295a70b40dbab0978253b4a7fa1ab38608d0be39e1e4dfc7e7a02ed8b7
Description: Avahi browsing, publishing and discovery utilities
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration.  For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains several utilities that allow you to interact with
 the Avahi daemon, including publish, browsing and discovering services.
Homepage: https://avahi.org/

Package: avahi-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 107
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: avahi-utils (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/avahi-utils-dbgsym_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 58296
MD5sum: 7d7728c3f67f1549aeaa6e192c31a193
SHA1: c1e4d2ca90022571ce118e74b33dbd3f322fd5f4
SHA256: 2708c68a0a61db7d766e2f114dcaefddf448197267527136143c371bfdf42fa0
SHA512: f118b54658f2cd8618b80682d67abdbd65cd5144d7b7c905124ef9f639585aaca63ae16c0dd9763a46ecc7f8d2fc16912c77e5aa20f41006d159be50428f0a6d
Description: debug symbols for avahi-utils
Auto-Built-Package: debug-symbols
Build-Ids: 2135d979935d4e4fe1092b3f9f7c8fd17d7c1b5f 3943df46ccca982e9c5611b344164ae87e7cbf0e 9db193b02f8d7831a4f8935a668dfe63b041106c cc7aa745f1ea19e361c00a2998bb3bb1cc68e44a

Package: base-files
Essential: yes
Priority: required
Section: admin
Installed-Size: 274
Maintainer: Santiago Vila <sanvila@debian.org>
Architecture: arm64
Version: 12.4+apertis3bv2024dev3b1
Replaces: base, dpkg (<= 1.15.0), miscutils
Provides: base
Pre-Depends: awk
Breaks: debian-security-support (<< 2019.04.25), initscripts (<< 2.88dsf-13.3), sendfile (<< 2.1b.20080616-5.2~)
Filename: pool/target/b/base-files/base-files_12.4+apertis3bv2024dev3b1_arm64.deb
Size: 57980
MD5sum: 3f8ac69cd14b018fcdfd42f2bdbb1c96
SHA1: d55950e81a8a1721842f97b304957a479b1d7bdc
SHA256: b15e781a316b45ea6d7b770064430d771aca2af90cdeaf183e11354ec4404e8e
SHA512: 181945b92f69897cac4b0611a1e486633c46d199582521fe8bf3897cde418f6b82790311cbac07e57b95aec3113b39f6c6a5b1efbf826de85937a6fab744d7ec
Description: Debian base system miscellaneous files
 This package contains the basic filesystem hierarchy of a Debian system, and
 several important miscellaneous files, such as /etc/debian_version,
 /etc/host.conf, /etc/issue, /etc/motd, /etc/profile, and others,
 and the text of several common licenses in use on Debian systems.
Multi-Arch: foreign

Package: base-passwd
Essential: yes
Priority: required
Section: admin
Installed-Size: 269
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: arm64
Version: 3.6.1+apertis1bv2024dev3b1
Replaces: base
Depends: libc6 (>= 2.34), libdebconfclient0 (>= 0.145), libselinux1 (>= 3.1~)
Recommends: debconf (>= 0.5) | debconf-2.0
Filename: pool/target/b/base-passwd/base-passwd_3.6.1+apertis1bv2024dev3b1_arm64.deb
Size: 50440
MD5sum: 18ae12fc3dbfc73f414217845bdbf58f
SHA1: 37e6e9d0dce22275cdf2cc90a7c887245aba7f52
SHA256: f67ea0f30ee50ab2f8a939308043a680703c974046151abffbc60ebe790a8756
SHA512: ea7a0be3f6a3c19d5750cf6b87f2e79b1594ba3e362c719282420c4e67fa01364391cb56c9affc073c522c54ad7c23dd0e40f14076eeefa19c5a449646d80f48
Description: Debian base system master password and group files
 These are the canonical master copies of the user database files
 (/etc/passwd and /etc/group), containing the Debian-allocated user and
 group IDs. The update-passwd tool is provided to keep the system databases
 synchronized with these master files.
Multi-Arch: foreign

Package: base-passwd-dbgsym
Priority: optional
Section: debug
Installed-Size: 47
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: arm64
Source: base-passwd
Version: 3.6.1+apertis1bv2024dev3b1
Depends: base-passwd (= 3.6.1+apertis1bv2024dev3b1)
Filename: pool/target/b/base-passwd/base-passwd-dbgsym_3.6.1+apertis1bv2024dev3b1_arm64.deb
Size: 29928
MD5sum: 6a6908b3904b675f5dea0d8d280fdde4
SHA1: 635cd5ad3a47f9b1e81de058cea2668ea991a093
SHA256: 3220fc17d7ac26c0beb95ec4329dea23fe03e297aab8b196529df5bf4f5000a7
SHA512: df9c0df795d7057f766b69400b372bf29a64d6cf6b59b62a07c9d3af32d6ad3c3f50c38ddec76576c304d086a83d4269d0df497d2c582aadda320be1cf63b5ee
Description: debug symbols for base-passwd
Auto-Built-Package: debug-symbols
Build-Ids: e16194cb2a786c857b9be0e6c19e125264b9ea79

Package: bcache-tools
Priority: optional
Section: utils
Installed-Size: 305
Maintainer: David Mohr <david@mcbf.net>
Architecture: arm64
Version: 1.0.8-4+apertis1bv2024dev2b1
Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.34), libuuid1 (>= 2.16)
Recommends: initramfs-tools | linux-initramfs-tool
Filename: pool/target/b/bcache-tools/bcache-tools_1.0.8-4+apertis1bv2024dev2b1_arm64.deb
Size: 18392
MD5sum: 917095d5940adb44412c2d438b9ffdc5
SHA1: ed5217018847e2fab29c52a60fbf19e73e4c6158
SHA256: 8bbee5da5711faafc972c3ec647776870867cb71a25f86fed69ac8f2397cf8ac
SHA512: 28b08a203105c9bf5afda8d464295274aaa37627a8c2d0ae59ea9de0ca49cbef42dcdc27752f0d6935815310423dad18a48cee9382359f26c22ed86822c81c4d
Description: bcache userspace tools
 Bcache allows the use of SSDs to cache other block devices.
 .
 Documentation for the run-time interface is included in the kernel tree; in
 Documentation/bcache.txt.
 .
 This package includes udev rules, initramfs support, and the utilities to
 create a new bcache as well as inspect existing bcache partitions.
Homepage: https://bcache.evilpiepirate.org/

Package: bcache-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 70
Maintainer: David Mohr <david@mcbf.net>
Architecture: arm64
Source: bcache-tools
Version: 1.0.8-4+apertis1bv2024dev2b1
Depends: bcache-tools (= 1.0.8-4+apertis1bv2024dev2b1)
Filename: pool/target/b/bcache-tools/bcache-tools-dbgsym_1.0.8-4+apertis1bv2024dev2b1_arm64.deb
Size: 26728
MD5sum: 5c5cb45fd0ec3a129fa39a851c55ac15
SHA1: f71b9d7aec1111c6a741261d2f140926ebb6a28f
SHA256: c9463a60cba2afcfae28d1e74492d6361f058f2d958fdb09530b7ec940bd5d40
SHA512: ada6da1fca4ab402d0f2c1306c73536c7de865bb061003f8020531a302ca3f5731c4f3707b65bbf1a98f127d023ceca8199697756d4700ef67630f2f17f24109
Description: debug symbols for bcache-tools
Auto-Built-Package: debug-symbols
Build-Ids: 5889e83266d9619540b5748e6e0dcdfa194dc5ee 9ea6a7df3bb02d784fd81f43bf915e6f74f09c35 e116d81f55ae8f93cc3fbecd9f1f89f432ce5235 f0bc998f383cd79ce10eb09d0b733cf24671e034

Package: bind9
Priority: optional
Section: net
Installed-Size: 1451
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Replaces: bind (<< 1:9.13.6~)
Depends: adduser, bind9-libs (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1), bind9-utils (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1), debconf | debconf-2.0, dns-root-data, iproute2, lsb-base (>= 3.2-14), netbase, libc6 (>= 2.34), libcap2 (>= 1:2.10), libmaxminddb0 (>= 1.3.0), libnghttp2-14 (>= 1.3.0), libssl3 (>= 3.0.0), libsystemd0, libuv1 (>= 1.40.0), zlib1g (>= 1:1.1.4)
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: bind-doc, dnsutils, resolvconf, ufw
Breaks: bind (<< 1:9.13.6~)
Filename: pool/target/b/bind9/bind9_9.18.16-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 462152
MD5sum: 8de437cec9f8234b2762c1ea4aaede68
SHA1: 2d9d8150068bd63e4f2d2180c3e766890ebe2ef9
SHA256: 369de1dfeeaa6c6b5d92954d8a46580742e372543d155096a082a59cd52a2cb3
SHA512: e59f92bcc73b5a06a15f70e81d89bbc90586971c0c30f5f1dec0d1ec91bd209688079cadf468f3dd2e2c1bc1234de27480bcce9c212a4a55f7ce32cfc7465740
Description: Internet Domain Name Server
 The Berkeley Internet Name Domain (BIND 9) implements an Internet domain
 name server.  BIND 9 is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package provides the server and related configuration files.
Homepage: https://www.isc.org/downloads/bind/

Package: bind9-dbgsym
Priority: optional
Section: debug
Installed-Size: 757
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Depends: bind9 (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-dbgsym_9.18.16-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 627484
MD5sum: 54a548adcc079ffc0eac8848b6f8fdf1
SHA1: 597e7adbb31fa05a84a56edc7e8557a4740bd9d5
SHA256: eb25b29bb8baefb5989f4c0d1177fe6a084407ed2aea0e26722d4f39abb01551
SHA512: b32d02a1fb654c8e58c232f3148a67ab32b46ae2941a77a2d9bd4073321af069f6af2d99b067b5af911272a8e75fd683bc76c56593be215a1cdf9624bd46869d
Description: debug symbols for bind9
Auto-Built-Package: debug-symbols
Build-Ids: 0b5ac24df896d82be2d7d8eefaa6b064f4e7cde4 1ad58e69487ba9c605b77a6b5463d9620a83d723 257672216927de15ce95b4dfd2a02727bd89cdb9 3b20181cfbf20e7fc149945ff6e9c701fd856301 422222500aa432c9f0ef42b724d2b650c7e35af3 4e2116c58cd83c98609bfd7af93797c2fcb2b32a 772a5bd02da8bd9b46e6bb0c3b29f46aba0a6c53 94d5ef80a1945725d7c2303d33e9dee45d2daa7f b81492ad10d53d31629013a61e67df57ae9c04cc

Package: bind9-dev
Priority: optional
Section: devel
Installed-Size: 1808
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Replaces: libbind-dev (<< 1:9.16.0~)
Depends: bind9-libs (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1)
Breaks: libbind-dev (<< 1:9.16.0~)
Filename: pool/target/b/bind9/bind9-dev_9.18.16-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 516588
MD5sum: 478006962bc55cf70b5eaa5a5f217c98
SHA1: 41cc2196052892bd652b9747e1bc1231c6bf2e55
SHA256: 4431914d5828f47bad4ed94596ae9dcc0f785b144b29671b22d2b52a963e4af2
SHA512: d1a8ddc3d7065a33e7e017a50240995dc11e1d7c4219c1d4e32a33762218d47d359478719eddd59316e8d3d54d6e0d4d37e7da57cf3280b678810617369b7957
Description: Static Libraries and Headers used by BIND 9
 The Berkeley Internet Name Domain (BIND 9) implements an Internet domain
 name server.  BIND 9 is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package contains a bundle of static libraries and header files used by
 BIND 9.
 .
 Please be aware that the BIND 9 libraries are considered private by upstream
 developers and the API and ABI might break at any time.
Homepage: https://www.isc.org/downloads/bind/
Multi-Arch: same

Package: bind9-dnsutils
Priority: standard
Section: net
Installed-Size: 766
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Provides: dnsutils
Depends: bind9-host | host, bind9-libs (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1), libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0), libkrb5-3 (>= 1.6.dfsg.2)
Conflicts: bind-dnsutils (<< 1:9.13.6~), dnsutils (<< 1:9.13.6~)
Breaks: bind-dnsutils (<< 1:9.13.6~), dnsutils (<< 1:9.13.6~)
Filename: pool/target/b/bind9/bind9-dnsutils_9.18.16-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 393120
MD5sum: 0a2796b83ea517bd45e60ea737dd897a
SHA1: 3b379ce34380eb15074117253e43cc30c5c6048f
SHA256: 04d4d56fef639074f34bfbab82c517457b8ee70c048e13a71a49a4568d77d807
SHA512: 375430d58ad179f087072a74bfded3e3dea2ca01a5ef8dbf6ec72c1c7619238db533f58d1e6731b4699ab8a1fd3486037fb58b5aca7f458651ccf0edd86aeecb
Description: Clients provided with BIND 9
 The Berkeley Internet Name Domain (BIND 9) implements an Internet domain
 name server.  BIND 9 is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers various client programs related to DNS that are
 derived from the BIND 9 source tree.
 .
  - dig - query the DNS in various ways
  - nslookup - the older way to do it
  - nsupdate - perform dynamic updates (See RFC2136)
Homepage: https://www.isc.org/downloads/bind/

Package: bind9-dnsutils-dbgsym
Priority: optional
Section: debug
Installed-Size: 458
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Depends: bind9-dnsutils (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-dnsutils-dbgsym_9.18.16-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 371824
MD5sum: 62c8d9546774afff6271c4e601735aaa
SHA1: 170c227842cd2e3eb6e5d3ed2dd6241656ad8e09
SHA256: 8ce0b9935a564121031bebc27d7d1295ec72cb02bc0df42f6f5968feee74480c
SHA512: b140dbf12c856acad378e824df93e41d7e157405469a55a2eedd99022a688e6417bf3baa2441d2ac4e7d5310a04de6aeabd51e61f40662a7507befc0efcef298
Description: debug symbols for bind9-dnsutils
Auto-Built-Package: debug-symbols
Build-Ids: 156f3dcca8441900b8fe4c132a060870d7990e99 15da5dd2c95efa9166aa8a329902d1bc424a3c81 3443a9602c9e1d7335e2aca424534effe5865bd4 7ddffa673d2d81456f413cd60d7b756246805c79 eefab7b9101e21273a987aff5e989f7d35f54a9d

Package: bind9-doc
Priority: optional
Section: doc
Installed-Size: 7445
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: all
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Replaces: bind-doc (<< 1:9.13.6~)
Breaks: bind-doc (<< 1:9.13.6~)
Filename: pool/target/b/bind9/bind9-doc_9.18.16-1~deb12u1+apertis1bv2024dev3b1_all.deb
Size: 3443348
MD5sum: efaf5d39e834aa70daadf616c90b8c39
SHA1: 54927afc5870cbef1b3863281d92bdd258e0d829
SHA256: 699ec3dab82e9e3c27e1e37ab3c3f6926e85c0351f3183b04fc07b133c24078d
SHA512: 76b818c76a697f3835bc6fad80598c8fa4c27d5357326e66aaa74f0416ffa8578bf17684ab74c61b9e664965dfa62194549b359f9b41af1049473b39fbc49ffb
Description: Documentation for BIND 9
 This package provides various documents that are useful for maintaining a
 working BIND 9 installation.
Homepage: https://www.isc.org/downloads/bind/

Package: bind9-doc
Priority: optional
Section: doc
Installed-Size: 7485
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: all
Source: bind9
Version: 1:9.18.12-1+apertis1bv2024dev2b1
Replaces: bind-doc (<< 1:9.13.6~)
Breaks: bind-doc (<< 1:9.13.6~)
Filename: pool/target/b/bind9/bind9-doc_9.18.12-1+apertis1bv2024dev2b1_all.deb
Size: 3435396
MD5sum: cc3ee948c56dea4ac79bb27685e0d907
SHA1: 37f6336f1cf37510b346abcf2cbd7ae39472c5e4
SHA256: 8bcd43b2e5ff6f99464f243c8e90da0843dac8920092345101b723bde3b17243
SHA512: 3ae2951d6288e44624db102b19b4f81ae17537a03f0944e3367488e235c55df3a3c6e56486dc625250f799ecd2138eade3e20bb148c08b9740a5006f42da2a40
Description: Documentation for BIND 9
 This package provides various documents that are useful for maintaining a
 working BIND 9 installation.
Homepage: https://www.isc.org/downloads/bind/

Package: bind9-host
Priority: standard
Section: net
Installed-Size: 406
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Replaces: bind-host (<< 1:9.13.6~)
Provides: host
Depends: bind9-libs (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1), libc6 (>= 2.34)
Breaks: bind-host (<< 1:9.13.6~)
Filename: pool/target/b/bind9/bind9-host_9.18.16-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 303020
MD5sum: 5ddf3f69891eecd8a1b4b4e63ee5bade
SHA1: 0522d17f298f7397870aab5d1430780878ccb4c7
SHA256: f04bf7c103c8313f28d94382dc39738aaf5ab814b1349d8c0a4b85f3adfa5675
SHA512: ec6d007120ce2a3c78e00e2d0d44060e24422444bc23d985ad5c4a3cc34ea59dccef2992234c4169b0c66d0ee0c76319b06d8cee573c55bfbed72be675c884d9
Description: DNS Lookup Utility
 This package provides the 'host' DNS lookup utility in the form that
 is bundled with the BIND 9 sources.
Homepage: https://www.isc.org/downloads/bind/

Package: bind9-host-dbgsym
Priority: optional
Section: debug
Installed-Size: 124
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Depends: bind9-host (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-host-dbgsym_9.18.16-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 99124
MD5sum: 372c5252ffdbfd67da73ae89de601184
SHA1: 4fa0c886e22f4e39df40f2b566326c3ab7035ed1
SHA256: d66dbe54e96c07fa91843691744859ef52f14ae84278271b2d475d6dac42c1e5
SHA512: 6a96b0be56655e7a85405b4805b8bc16eefdab22da22a1dc0bc45aaaa45296a5f86f2808d3b5c11cdbda79c8f185db9797b077ac9b4a5a883ce0a906c09df92b
Description: debug symbols for bind9-host
Auto-Built-Package: debug-symbols
Build-Ids: 7fdd2a6762fefd1a53ad919afec6b0146cf151cb

Package: bind9-libs
Priority: standard
Section: libs
Installed-Size: 8925
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Replaces: bind-libs (<< 1:9.13.6~)
Depends: libuv1 (>= 1.40.0), libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), libjemalloc2 (>= 4.0.0), libkrb5-3 (>= 1.6.dfsg.2), libmaxminddb0 (>= 1.3.0), libnghttp2-14 (>= 1.12.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Breaks: bind-libs (<< 1:9.13.6~)
Filename: pool/target/b/bind9/bind9-libs_9.18.16-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 1282288
MD5sum: 7f4d6021c446745a86443cd7a63101ce
SHA1: e7ca471e2ce1323fe0c1b2dea703db852df1f258
SHA256: 31b92beee28b6f7e9a2bed61b41cc5496ef2d69767d48070fc191157da8a1299
SHA512: 2329ce5d8fe4312ef7afcc74f2181fb43dc0f4f3e5928736c2129f0c5628a1a5c6b66d24c50ff4cbe1463bcb20770bc473d4f31dd9205f40a2d14e23b1ec8360
Description: Shared Libraries used by BIND 9
 The Berkeley Internet Name Domain (BIND 9) implements an Internet domain
 name server.  BIND 9 is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package contains a bundle of shared libraries used by BIND 9.
Homepage: https://www.isc.org/downloads/bind/
Multi-Arch: same

Package: bind9-libs-dbgsym
Priority: optional
Section: debug
Installed-Size: 3801
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Depends: bind9-libs (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-libs-dbgsym_9.18.16-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 3541612
MD5sum: 8dca654ba6a2e02f4f71e6ebddb57dee
SHA1: bf10ab5d291c459d3f2bfca85b7836a533b1b085
SHA256: 2a9654956d7702e62fce6a34f0cfe33c00c3a7f6dd1106b115b89ad7cc1f15cc
SHA512: 46e03a5fa94277ef7566fecbe910a21419c435d50c3fd485b709c4687c9fd464bccf9b830544e962d318a6de02996f99d1b0ae580372be2577eba7ec99bd14e1
Description: debug symbols for bind9-libs
Auto-Built-Package: debug-symbols
Build-Ids: 2a0148f02bad5a42aa5149980af3b271d5cbd3fd 42e6232770ec85fdd9b654944a90dbd4f4600705 49a8fc5e60d5b6b89f7d5b03f7cf011b52cc3810 4a0a9e9240355f098ece27b393a5456a67c3e471 5c890786251c94d3a77d9f6102274a40ec58d7b7 d0625bedb9448ddb3d0ea148f0a5334f1b49a308 e939b889de32caebfff89344a525191705023d62
Multi-Arch: same

Package: bind9-utils
Priority: optional
Section: net
Installed-Size: 1260
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Replaces: bind-utils (<< 1:9.13.6~), bind9utils (<< 1:9.12.0~)
Provides: bind9utils
Depends: bind9-libs (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1), libc6 (>= 2.34)
Breaks: bind-utils (<< 1:9.13.6~), bind9utils (<< 1:9.12.0~), freeipa
Filename: pool/target/b/bind9/bind9-utils_9.18.16-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 402952
MD5sum: 65e0345f5d61b2204e0e0d143568ad10
SHA1: 31b41909f80524873eb8f94fe7e25991e7919526
SHA256: 7b6a5c5c35e5d51123070e79299f30960231659d48a1d62e25c564a331e76d00
SHA512: 31137d2908ead257a3b62d0fd8cfbe14ce421c251fd5b1067484294ed9fc7700156b7f4e0f17b470ff13d90451c42a2ae9f4d34060e1df7fa483e75d0440124a
Description: Utilities for BIND 9
 This package provides various utilities that are useful for maintaining a
 working BIND 9 installation.
Homepage: https://www.isc.org/downloads/bind/

Package: bind9-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 537
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Depends: bind9-utils (= 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/b/bind9/bind9-utils-dbgsym_9.18.16-1~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 387280
MD5sum: dea5608ecbbf2122423719cde0c4d742
SHA1: 1067e8705c4aa3752f9205d4c0be760638d9aa1d
SHA256: 2d953694c6fc63dafd403d542bcb2afee14ab3fdc88f8ddde8dc8b8599b131e7
SHA512: e29be62c5ad3236772c39b539c615b7d0ea8ab88ade5536c4337106b4d4478abb184cf9b53f967097852cbc7b252f3d8e42a7706d015c9c9e7e4269540997d93
Description: debug symbols for bind9-utils
Auto-Built-Package: debug-symbols
Build-Ids: 0b4a3ec92335479c41a01dca41cab06b769acc80 108b45a9065515de827810e14116db163ac5d649 10bdb2f20946f5bb5137396a6297ce6e9e1a4a8c 75b609e8293299c336d4378d03666eafac4fab2b 7acd0560af2dcd689fd5c6189d48e7d6046cb9c5 7e0aafdd634de3ae6eb9eb3328dc01afd3d92348 7ef005c9df52602118be73d00e9b3be3e47d7ff9 879597b30c7cda4cd069cc25867b11c1d4fcf3fb 90bdd670ad5289f6a388c89775865f48be3b3d58 a3ceaf785ef0a6def93ea5e1680aaeaa099b4cee c4d33856c4a510b19b7fe00970a5d5d906f56344 d0d55d7b2bd6919e1eb096c3478955616efcc186

Package: bind9utils
Priority: optional
Section: oldlibs
Installed-Size: 268
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: all
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Depends: bind9-utils
Filename: pool/target/b/bind9/bind9utils_9.18.16-1~deb12u1+apertis1bv2024dev3b1_all.deb
Size: 262556
MD5sum: 8bff86c20b7ab99603088ea75bf20434
SHA1: 7b652223a30ebc13bec8fb9ee5eab45a6a6c3d0c
SHA256: 19b1a84d3e856e1baa841f4554717be520543f395a3c364af11989bd44c756a4
SHA512: 762424664ca02b959c747b7c91a4fa3cd987105f4024c061e5786fe1a4c3eaf90e2827e39bb9709d9033e5b66dd53255ecaeb4486bf34041e4cb5b2f10236dca
Description: Transitional package for bind9-utils
 This is a transitional package. It can safely be removed.
Homepage: https://www.isc.org/downloads/bind/

Package: bind9utils
Priority: optional
Section: oldlibs
Installed-Size: 261
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: all
Source: bind9
Version: 1:9.18.12-1+apertis1bv2024dev2b1
Depends: bind9-utils
Filename: pool/target/b/bind9/bind9utils_9.18.12-1+apertis1bv2024dev2b1_all.deb
Size: 256096
MD5sum: 72cb23ee7b27b2d3572a610015f977b6
SHA1: 158759b2b8251290e120c106581ad5c2b78b19cb
SHA256: bcfdb3ab564b0ab20ec5058c00736a0ac348f7023942dc076579dcc0d49ec54f
SHA512: 3fd93e3b04794ff0d907ad2f63f411485d852d5dd66c44f6887d1a951c7a8ffbffc20c1745fb72faf3130334282789bfb6e4237471f762256fa9c8049f03c23a
Description: Transitional package for bind9-utils
 This is a transitional package. It can safely be removed.
Homepage: https://www.isc.org/downloads/bind/

Package: bluetooth
Priority: optional
Section: admin
Installed-Size: 74
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: all
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: bluez
Suggests: bluez-cups, bluez-obexd, bluez-meshd
Filename: pool/target/b/bluez/bluetooth_5.66-1+apertis1bv2024dev3b1_all.deb
Size: 44560
MD5sum: 6aa477795ae6a1c2be9d371a50894175
SHA1: 12231c2b317c89daa13b447d711f9c13a822f5db
SHA256: 52f07c5899406cc508f5bcd07f2d2217efe9f98073c5a0b0928be249cde6f555
SHA512: 993635607efd5dde0126b1adfd33c6d1e8ce5eaf4ef08069bdcfa0b2eac05d0b2466a828f637ba10c5d8605208e77dc449564612b9e3922ca085d956b78925d1
Description: Bluetooth support (metapackage)
 This package provides all of the different plugins supported
 by the Bluez bluetooth stack.
Homepage: http://www.bluez.org

Package: bluez
Priority: optional
Section: admin
Installed-Size: 4787
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Version: 5.66-1+apertis1bv2024dev3b1
Replaces: bluez-audio (<= 3.36-3), bluez-input, bluez-network, bluez-serial, bluez-utils (<= 3.36-3), udev (<< 170-1)
Depends: libasound2 (>= 1.0.17), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libdw1 (>= 0.127), libedit2 (>= 3.1-20221030-2+apertis1bv2024dev2b1), libglib2.0-0 (>= 2.31.8), libudev1 (>= 196), kmod, udev, lsb-base, default-dbus-system-bus | dbus-system-bus
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: pulseaudio-module-bluetooth
Conflicts: bluez-audio (<= 3.36-3), bluez-utils (<= 3.36-3)
Breaks: udev (<< 170-1)
Filename: pool/target/b/bluez/bluez_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 1070764
MD5sum: 0e7dbe989d57c4470322161a9d2b603e
SHA1: 657467c3dc9ff45c84810028aa2ea7ad9504f15a
SHA256: f86de139d6c823c0f058c302c300c9982b756f3dc151ccefcf1c81cafa5a57c4
SHA512: 4732beeb2cf8cfca8db068f51863bebdac6878999229ba28509f8a1bcb518078ac6ead3f65e108293939c665a8069b9a793bc088393646bf4fa5213ac2668b30
Description: Bluetooth tools and daemons
 This package contains tools and system daemons for using Bluetooth devices.
 .
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 project distributed under GNU General Public License (GPL).
Homepage: http://www.bluez.org
Multi-Arch: foreign

Package: bluez-cups
Priority: optional
Section: admin
Installed-Size: 142
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.12.0), cups
Filename: pool/target/b/bluez/bluez-cups_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 60088
MD5sum: 242d3b5622d9a158815e5580b1284f64
SHA1: fa8f0eba8f79b4a993b3003683fdcacd1b57962a
SHA256: 1a20d8e62ac8957b4b4bcea8a9d1d3d672803e1af3eabf7e431122111a77c369
SHA512: 8427319e7183e43fd51049d4bf974be2a09a1c8e28d84a1d139b63d1faccecd80381cf5948599857c96c51760a29d43e51afd93011b1fb4e950da50bfa06e353
Description: Bluetooth printer driver for CUPS
 This package contains a driver to let CUPS print to Bluetooth-connected
 printers.
 .
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 project distributed under GNU General Public License (GPL).
Homepage: http://www.bluez.org

Package: bluez-cups-dbgsym
Priority: optional
Section: debug
Installed-Size: 117
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: bluez-cups (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-cups-dbgsym_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 82152
MD5sum: 2cc8c74d66f43a0a9082d5e8958d551c
SHA1: 5d55cd15c0d766f26cf024fd29a807c5fad2d3c7
SHA256: 09dd8cf151579cd0517dd0991246114511528e92964100f598e73805f95cc826
SHA512: 1f913f73f868a30afc1569776e24b428100c870c63c8845bb4102d483d372c25daeb40ccd7f393089aa9f2229ef42367840a64e57eed8240ecc0a859a70edc4f
Description: debug symbols for bluez-cups
Auto-Built-Package: debug-symbols
Build-Ids: 809ead33092f1daaae6b9f932bec16afe664f452

Package: bluez-dbgsym
Priority: optional
Section: debug
Installed-Size: 5844
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: bluez (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-dbgsym_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 4558040
MD5sum: 54aea4ca2793f3f03077dd3e5299ff41
SHA1: 4785d94f557d0b54db91b3095e83fa8bd4040326
SHA256: 235871921f56993daf103ac330fc8dfa35aa5b57665cfa8f8406041903c9d5f1
SHA512: 297eba2e2d73b2b0f71bf5a8c94feb0d68ccd52ae778f914a85879368f19cd63eeb5c1d510178147b19ef82b3333e6d13725af5170ca6822232e055deef88627
Description: debug symbols for bluez
Auto-Built-Package: debug-symbols
Build-Ids: 07ba02e526071fb586216c471554f098489f6776 0f2200d50d592fa134fc0d118add6241c8012747 1093e140f554ebc9d91f773f9426349f132d64ed 125c4a7684fc67374df38ba0798b1be658d8a8d6 221ee0c349ef9b09c22ee929d5d19198a1f46a6a 2352be89d0b3d86403bbde6a73f30cba2348d91d 540a52ec3d3ef9ff92f91e6991b0554c2982942f 54e84c795d29b2f146aaba2682184dfb7b34f475 5e61a8905a34b3a9098148ee82d559eee99aa6bf 5e99bc0a87fedd091a1c536ff3c42a5873686439 624ffa984e70aedea6bb64188387e3b85a11bbc7 76124ce84d8c4739ef73d5f09b794eabc2ef2b5e 947fb52933827b1ad4f2e43fd4270bc96f9748de a4d21a6804b0baa50066333df696bec9e2ed83b5 a634e5ac8b27d34b4adbc2025d9e57871a8673b3 ba8066f93bd62f85b5961d85f4acc0f05e1ec674 cba8ccb6e3be61446586e253299bc7bb28606c35 e438650f9f480f7c8968289048f47eabe69dc78e ebbd5cd775a8fe08cb8fb8681cacc400553e8407 fe7b665548e8d6a7047a538f123c419c88ccae8b

Package: bluez-hcidump
Priority: optional
Section: admin
Installed-Size: 466
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/b/bluez/bluez-hcidump_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 158600
MD5sum: 2eef63a4fa29b394e4297fa61893c37f
SHA1: 6f42fc580092b8c878d863f81c633211a3cb382e
SHA256: 1b187a210963381233d7e2df161d2021bea71c41ccbb0b4966737ab354c5c1c1
SHA512: 8eccb7715d7dd5858a311bc207e0b312a9ddcc400f6bb8d905789369fc102c3af17407accd788275df2a1811375c24f224d3a14f445fe5a7850374f2b1fa6de2
Description: Analyses Bluetooth HCI packets
 The hcidump utility allows the monitoring of Bluetooth activity.
 It provides a disassembly of the Bluetooth traffic and can display
 packets from higher level protocols such as RFCOMM, SDP and BNEP.
 .
 This was the software that is independent as bluez-hcidump, but this has been
 integrated into BlueZ from BlueZ 5.0.
 .
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 project distributed under GNU General Public License (GPL).
Homepage: http://www.bluez.org

Package: bluez-hcidump-dbgsym
Priority: optional
Section: debug
Installed-Size: 457
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: bluez-hcidump (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-hcidump-dbgsym_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 398644
MD5sum: 0fe7bfe0c0c35fa577e34f3b387f6c71
SHA1: caf39359603ecd50074387bfee6bf5b4f8ce8ad6
SHA256: 2aab7861feedb5ba124e1df6fa15a673ec4aac92c65da2ac036ae8fb893b2cf6
SHA512: f4d97924c8bb1676c589ebc2320a93dabc7cfcee07e533f9b1641f28bc1650e010cbc323e313b9b68833e1f4e92072808896d7d318fd9d2e77a4d17620863039
Description: debug symbols for bluez-hcidump
Auto-Built-Package: debug-symbols
Build-Ids: 2d51e987d319ce99d3901876cc59b97601d5aa91

Package: bluez-meshd
Priority: optional
Section: admin
Installed-Size: 949
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libedit2 (>= 3.1-20221030-2+apertis1bv2024dev2b1), libell0 (>= 0.40), libglib2.0-0 (>= 2.28.0), libjson-c5 (>= 0.15)
Filename: pool/target/b/bluez/bluez-meshd_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 270380
MD5sum: ad60b7003f082ebcf552b6addd4eaa66
SHA1: 1d1207d56f1669bcd5d7c8cabbb3fca6c2e48909
SHA256: 6a640968f68da08c034af1050795c879599705f20cb01318fbddcb2e1c68b6c3
SHA512: 3109504a6eb942b46588fb7a715f7ab4ff62af695843bf1db39a07a8353145600e14c3d81590fb40ba43c4b7b8d6305ce96fe97beebbe23c2d2d5c26f62221df
Description: bluetooth mesh daemon
 The Bluetooth Mesh network is a new Bluetooth feature that extends "Bluetooth
 Low Energy (BLE)".
 .
 This package provides daemon (meshd) and tools that provide Bluetooth mesh
 functionality.
 .
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 project distributed under GNU General Public License (GPL).
Homepage: http://www.bluez.org

Package: bluez-meshd-dbgsym
Priority: optional
Section: debug
Installed-Size: 1201
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: bluez-meshd (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-meshd-dbgsym_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 926672
MD5sum: 49c3c6deb1196b223d8e4ac656de680a
SHA1: 4910c664993df82f3c9f12f9a3375d232066d918
SHA256: 5f727d045aa95940f0ca4380c98c2a06b8b7bb583b45c9bbf5bd73b802d1fed6
SHA512: 4647328b92940d05d64894a6e60a5d19ff34a1cf4b09a9066ddbd47259074ff6163599533690a2555a6eb9a02e9f79934f2ed55bd3861cc68c1da109fefe42b5
Description: debug symbols for bluez-meshd
Auto-Built-Package: debug-symbols
Build-Ids: 29ad49c3995a921ba832104dc0c1d8c29f8cbe7f 39528d9c2f4d294427dfec94ec0c2e465f99b6fc b6b63ce89cdba6f1b4bfa8976b7584ba59b7e922 d39322e2a0e93805c48db89b92a38d72867f9b49

Package: bluez-obexd
Priority: optional
Section: admin
Installed-Size: 746
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Replaces: obexd-client, obexd-server
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.35.9), libical3 (>= 3.0.0), init-system-helpers (>= 1.52)
Recommends: dbus-user-session
Conflicts: obexd-client, obexd-server
Filename: pool/target/b/bluez/bluez-obexd_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 231784
MD5sum: 79c2536d476c217ec1f05c06a62c1620
SHA1: 9e4e04fa7949070d97f0a822162d2dbe3e811f7d
SHA256: f27b75b02c2377c387818b6a4b51b9c50b7ae04d3f190cea20ede90f05a2f4b7
SHA512: 267afe19a4d7016846c7166c2b6319faf0e9565b67e5096a58bb1ec26d53d879d1f7203d3292d397b40e86dfbf25ec97bf93b01bfa95d5e93c080ddaaa8a18ec
Description: bluez obex daemon
 This package contains a OBEX(OBject EXchange) daemon.
 .
 OBEX is communication protocol to facilitate the exchange of the binary
 object between the devices.
 .
 This was the software that is independent as obexd, but this has been
 integrated into BlueZ from BlueZ 5.0.
 .
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 project distributed under GNU General Public License (GPL).
Homepage: http://www.bluez.org

Package: bluez-obexd-dbgsym
Priority: optional
Section: debug
Installed-Size: 784
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: bluez-obexd (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-obexd-dbgsym_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 581856
MD5sum: c064bfb2c30d7e1fae761bad8b371add
SHA1: d3609086b09b83dcb54b0128417944066c0b136c
SHA256: 471a0ee605ee18ba49f20e3b8b07d6b2911793af0cc154311c0eae4e88c21e3b
SHA512: 1a61f7658be582ceb1edf4763927f1461f188080e22138398d693ab56546da5158d015d9aad2151e0e3694da852786972f5de99bbf4e0c445109f7d42e756479
Description: debug symbols for bluez-obexd
Auto-Built-Package: debug-symbols
Build-Ids: ce18809ab09f1a309014c70f2851a6d2d9c13d00

Package: bluez-source
Priority: optional
Section: admin
Installed-Size: 86230
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: all
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Filename: pool/target/b/bluez/bluez-source_5.66-1+apertis1bv2024dev3b1_all.deb
Size: 88259576
MD5sum: 6f628e41afd10ce7bfc8c5b66d8ef246
SHA1: 2f3565cd04a0caabd3dee3e2505507efe3c92b0d
SHA256: e69fa898632567d9f675dae9a3aa6eb14a9ea9925c5cc5aa4571a34d4106af99
SHA512: 0b690a6dd8d04473da371711501cb745d6c5c7ff03f435d814fb39f07d8b334de192e026a741734dc0c0c87c1bc10a6e4bc410b6edb8f7b26b9dcccf4814d124
Description: Source code for the BlueZ Linux Bluetooth stack
 This package contains the sources and patches which are needed
 to build bluez.
 .
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 project distributed under GNU General Public License (GPL).
Homepage: http://www.bluez.org

Package: bluez-test-scripts
Priority: optional
Section: admin
Installed-Size: 318
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: all
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Filename: pool/target/b/bluez/bluez-test-scripts_5.66-1+apertis1bv2024dev3b1_all.deb
Size: 81236
MD5sum: 1f3058ec5ecb0d65ac7facdce82f258a
SHA1: c1e09826b2c0baf1d21fe2a68b76c491d25a6e50
SHA256: 436f1d708dabcc7b2b7f6c590288f096d3c9ac83568189480bb725ef31a7dcd4
SHA512: c98301eabf6d5bc2799631534b4090335045ac24df60be1d201851e6bb217b029aff16773381cc5737dcde73287de93d22f1309530e39f66b733907fd2b0334d
Description: test scripts of bluez
 This package contains test scripts for using BlueZ.
 .
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 project distributed under GNU General Public License (GPL).
Homepage: http://www.bluez.org

Package: bluez-test-tools
Priority: optional
Section: admin
Installed-Size: 3094
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.28.0), bluez (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-test-tools_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 353872
MD5sum: 7e6bc7477a33a3f847e85c7fe2469726
SHA1: abcd91a33b50f78e402bb49b6bb80f1c1e7e37a9
SHA256: d032473d8505a3dbfc2c4cb6682420bb8fd69a4a1cd8a6f3261858a0d82240b3
SHA512: a43304849f485713606443cfb3db611db0c6588e8a1612d926943e216550a2e878f4fb5bbe2bd5e187c5e99102898603435d219275382421436b0c7dc8c8f95d
Description: test tools of bluez
 This package contains test tools for using BlueZ.
 .
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 project distributed under GNU General Public License (GPL).
Homepage: http://www.bluez.org

Package: bluez-test-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 4580
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: bluez-test-tools (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/bluez-test-tools-dbgsym_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 3513760
MD5sum: 23bc8f0b83c014ca782c2a7abd543d34
SHA1: 37263fba30c399f8ebcb0a19a0d3258bd12d5cc6
SHA256: 846d2b19db07f03d4c7d3e5afbfc8607a2255752788f3ed3fa858ffcb1db0058
SHA512: 5a3a9487221981903fc6de839d0871f26d39f689f055107a9b485de08a130eeb4299837213b3ad61aeac447c3f95f30f16007497ae71eb0fdcf2a7cfd19c2afa
Description: debug symbols for bluez-test-tools
Auto-Built-Package: debug-symbols
Build-Ids: 025c45b5d227c99404ad337f23c8390f5df19cc2 06c13e8714002331ddb905705e349a71af4d8992 2ad270396f54d0843ea606bc62684e53e77c8c41 3167d3b5ffde0030019f0484f18e48240fb4db72 35a02b00707824a33e6eaf8f45090fa215ee58ed 4317882e1e44fd0ae3d1c701ac87db71c0965bb0 4e6825f9fc27adbfcbc42bee2a7bc9204eb13253 51425c446588aa169c7b8cec540b9cd9f129ba27 6d2a4f59aca7a8cf2332c4da42294ca24d856850 9e488dea3f0203940b16d3a9f617f3b88c86b506 a8fbc1bab0c607eae94793ae678195eed8441184 ac843c57433517c4091ede6b74798dd27dc92980 b5b32068174885f198ee2cce20357793497b8be7 e5cb3b62ebabcbeaf4053514b97ad4576c5fe603 e9b61fe3df19207d3d4d5c2845d05d46df99d4b9 f643a0684c1d87e97d1b004b9376f14a0d32e02d

Package: bootlogd
Priority: optional
Section: admin
Installed-Size: 246
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: arm64
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Replaces: manpages-fr (<< 4.15.0-9~)
Depends: sysvinit-utils (>= 3.05-1), libc6 (>= 2.34)
Breaks: manpages-fr (<< 4.15.0-9~)
Filename: pool/target/s/sysvinit/bootlogd_3.06-4+apertis0bv2024dev3b2_arm64.deb
Size: 65904
MD5sum: e7eb1cccb238b1e3698e631765b12eab
SHA1: afe304d752f33858f6c365fb46fb52c4fc7a4367
SHA256: a252fcaba05baa8e8d7352c46f1bd32b847cf199171d2e3430199bcb5c18a2af
SHA512: 2aa1dc465c6fd48713de78dc1dcce0a0479dd2b613428729823cb245ffe22962832fc361dc32101f65fb98c853f9d7ee7fc63c4442c02a91c00ed4efd50e567f
Description: daemon to log boot messages
 bootlogd logs all messages printed to the system console during system boot,
 and records those messages to a logfile.
 .
 Note that not all init systems print messages to the system console,
 so that the logfile may remain empty; this is the case with systemd
 (the default init system). Try "journalctl -b" instead.
Homepage: https://github.com/slicer69/sysvinit

Package: bootlogd-dbgsym
Priority: optional
Section: debug
Installed-Size: 49
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: arm64
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Depends: bootlogd (= 3.06-4+apertis0bv2024dev3b2)
Filename: pool/target/s/sysvinit/bootlogd-dbgsym_3.06-4+apertis0bv2024dev3b2_arm64.deb
Size: 22532
MD5sum: 2f4a458b14e547664e160fb835603d11
SHA1: 84f578c5fc568da6ac39538729b68a7f88db0008
SHA256: 0691766a0924cc21e76eff5bb7a90f3663db6e80e0d2ee13b457e9673f79e8e1
SHA512: 08c5fc70d1fd333aaf5adad12d64e027790c7ef677eb1bd5e3321f891e331a8b70160181d7cb9459f5bff0d90b7f15a8b1b0fddfeb0b69d7a4e6534538975d1f
Description: debug symbols for bootlogd
Auto-Built-Package: debug-symbols
Build-Ids: 30f5fa7ff69f42be6ee7d08f9beae191cd0ea595 8f454fb2ac655d4e2260279a970f74e590f7c642

Package: bpftool
Priority: optional
Section: devel
Installed-Size: 1846
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux (6.1.37-1+apertis1bv2024dev3b1)
Version: 7.1.0+6.1.37-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3)
Filename: pool/target/l/linux/bpftool_7.1.0+6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 1424228
MD5sum: 2bc3f7440bd758ca594741d46b90f529
SHA1: 981fed670815fd7beda0cdef99a9bbde1666f3d9
SHA256: 1eb680d473483e126c0ebffefba73d10ca4a2621df12356868edf9c7fd9ed6fa
SHA512: 2c9e3695169f828f0fa17516ea7aa8a852a9252db6c7ed23345894b5dbca126a30fd86581f45dd42a840b83caa0ef47f81e7a48e29bb33c04d86ebd56310497f
Description: Inspection and simple manipulation of BPF programs and maps
 The bpftool command allows for inspection and simple modification of
 Berkeley Packet Filter (BPF) objects on the system.
Homepage: https://www.kernel.org/

Package: bpftool-dbgsym
Priority: optional
Section: debug
Installed-Size: 860
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux (6.1.37-1+apertis1bv2024dev3b1)
Version: 7.1.0+6.1.37-1+apertis1bv2024dev3b1
Depends: bpftool (= 7.1.0+6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/bpftool-dbgsym_7.1.0+6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 824872
MD5sum: 1f727bea6e4eb48dd3e5caf7e364b01c
SHA1: 37c26faa5c48b2605344c5adbc61ba3e8fa1ade6
SHA256: 4629559627f53d52ba60d627d0952c33879148f8bfcf45de48e0eed1ada9b895
SHA512: 452e4fc916bbc8b4fc8a31c141a520c9f2216d0e0801f1ff3389db5898549ad3f0eadb62bd9927c28af0dae490a15c303bab337cb6a6f33cf2a1e57a04903d7c
Description: debug symbols for bpftool
Auto-Built-Package: debug-symbols
Build-Ids: 2419713d401d802038b86169a8139c05ccc31841

Package: brotli
Priority: optional
Section: utils
Installed-Size: 726
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Version: 1.0.9-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/b/brotli/brotli_1.0.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 267764
MD5sum: 08570dcb02a31dee1badfb35928bdce9
SHA1: 176da5c6c1db305c4dce76d940d99e64094f49f8
SHA256: 76c5b3339e480929c4746d2ce4ddb9f7e0e13d7805c9588d2f14bc91b806d263
SHA512: 05ccbe1b4f3f49b3f205007af4653a33902b00dfdb3e46f717dba50173b203b5dcea991c4746dc8c4197dcb0321a689700f08d07c150db256ccaf0b82d681bed
Description: lossless compression algorithm and format (command line utility)
 Brotli is a generic-purpose lossless compression algorithm
 that compresses data using a combination of a modern variant
 of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
 with a compression ratio comparable to the best currently available
 general-purpose compression methods. It is similar in speed with
 deflate but offers more dense compression.
 .
 This package installs a command line utility.
Homepage: https://github.com/google/brotli

Package: brotli-dbgsym
Priority: optional
Section: debug
Installed-Size: 1234
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: brotli
Version: 1.0.9-2+apertis1bv2024dev3b1
Depends: brotli (= 1.0.9-2+apertis1bv2024dev3b1)
Filename: pool/target/b/brotli/brotli-dbgsym_1.0.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 1216732
MD5sum: b53749e40b545f4188b064894e2c4c96
SHA1: 933f65fd52a63e844a3c98437d52ab0fc7b1f6c8
SHA256: 56563b4551ac089cbcf3136f958e5aef79f9479ffef80f2f7c513820b113aeca
SHA512: 15c6097f35199c27b084f637068495f408eb2eabb2bda0460d9cd1338ae1bb506fbfc53cdad909ba61ff302fec578426b14763d1226ff9cea96f3fb25ecca3bc
Description: debug symbols for brotli
Auto-Built-Package: debug-symbols
Build-Ids: 0d48793223246444188a1bf4055c638572fce494

Package: bsdextrautils
Priority: optional
Section: utils
Installed-Size: 625
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Replaces: bsdmainutils (<< 12.1.3), nwrite
Depends: libc6 (>= 2.34), libsmartcols1 (>= 2.38), libtinfo6 (>= 6)
Conflicts: nwrite
Breaks: bsdmainutils (<< 12.1.3), nwrite
Filename: pool/target/u/util-linux/bsdextrautils_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 96560
MD5sum: 2a1ff8d9e087eec1928a9628a289c70d
SHA1: 6abd020209f0d15be2fddbbe6e4cad90217228af
SHA256: 8d59d94751dcddcb83ea946827e4e24dcc61be747f32fc0d6758a972a10b8686
SHA512: 1d43413cdfff5632f69bbbd5470caad56375bf71e9d8fad288229bfe641595bbf96426652be86102f167cb071c2831dc22af7ab7ba0f733a5b2d1b01d15f6fbe
Description: extra utilities from 4.4BSD-Lite
 This package contains some extra BSD utilities: col, colcrt, colrm, column,
 hd, hexdump, look, ul and write.
 Other BSD utilities are provided by bsdutils and calendar.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: foreign

Package: bsdextrautils-dbgsym
Priority: optional
Section: debug
Installed-Size: 286
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: bsdextrautils (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/bsdextrautils-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 190464
MD5sum: 9ba8587d9677a121698fbb81d031f793
SHA1: bb26fdb394133d95f6db64d554364db5c87a5c48
SHA256: 89057f16e364db44edd12939912298aabd166601ef757c803069c5dbe6a003cd
SHA512: eeda74e1b340b33225f53f13139859e77fbf82a43db2ba726f75870d78c4f57c14a1f1a7690ce267a237ae57199e605cbc91b869e940340e0a8ce4702def5b5c
Description: debug symbols for bsdextrautils
Auto-Built-Package: debug-symbols
Build-Ids: 359c2dc44e82d31b06cc1a95ec04a3752e8b3efe 3d19a0d221d7336f43fe564048513d4cb7d38dc6 7f04ed3b75280d276174c6e1b9a49f22ad2b40dc 805b29b4180076975375f459d6c1a7ac0f37e26c c526242e7acfd7fef17c4bfea5986254e3cd5727 d0bbd9034fe2207b747e93330b75d60115b740b1 fa78f26d69973bdc1b8e0eeed67ca3a58f2e2542 fc965b0dbf46cc6f8cf408493ff3d53d450baecf

Package: bsdutils
Essential: yes
Priority: required
Section: utils
Installed-Size: 551
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux (2.38.1-5+apertis1bv2024dev3b1)
Version: 1:2.38.1-5+apertis1bv2024dev3b1
Pre-Depends: libc6 (>= 2.34), libsystemd0
Recommends: bsdextrautils
Filename: pool/target/u/util-linux/bsdutils_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 104024
MD5sum: 791ee0148f453628907844f9465dac37
SHA1: cb482070135edfd5e6b554c92387c360571373c9
SHA256: 2124d6987a32a49e226eed591e889d9d68fca70427e63174ea81824bc2c468b7
SHA512: 54f408a72123009399e75e49fb0a118f6f21a1bcad6021e7b560dd4b1a205623e57437c6b277616ce90417d5c606dc4fc140a7eaacbe618da2e46598a691d3ec
Description: basic utilities from 4.4BSD-Lite
 This package contains the bare minimum of BSD utilities needed for a Debian
 system: logger, renice, script, scriptlive, scriptreplay and wall. The
 remaining standard BSD utilities are provided by bsdextrautils.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: foreign

Package: bsdutils-dbgsym
Priority: optional
Section: debug
Installed-Size: 327
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux (2.38.1-5+apertis1bv2024dev3b1)
Version: 1:2.38.1-5+apertis1bv2024dev3b1
Depends: bsdutils (= 1:2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/bsdutils-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 241856
MD5sum: 0cfbf3ec3de15128c2ceb375fb78a128
SHA1: ec9bff915b9e8520044dfb594f068ae7f5170415
SHA256: 1f795dd10e667e5b122168566fca8879685fc0f8e12e690b6f88c1c44e325b5e
SHA512: 26e9d7a18174b33697a09be6ff6f7744da09d8138107f2b62ccdc8ba6dbf623300b70cbcd3337df4176331b72aa3bf028a72b94804dd6e0304c78e72d5f3073a
Description: debug symbols for bsdutils
Auto-Built-Package: debug-symbols
Build-Ids: 663c85090d2ba609ec615db7d80fe5486393f610 7b97c6a1b856b65ccf8be0b01d67bd727e2c2275 95573b82072ded2a608176e135f099ee331e1116 b94ef4f889afc30a265d4149a09ffb559cc5ed15 cd07a87ebd5f948c34c8d15e08c5c64488f23815 fec006829a9f02437524b669ec4dd359bf1b3b9f

Package: bubblewrap
Priority: optional
Section: admin
Installed-Size: 126
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 0.8.0-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libselinux1 (>= 3.1~)
Recommends: procps
Filename: pool/target/b/bubblewrap/bubblewrap_0.8.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 45504
MD5sum: df5535c267be7e04e8806103e89aa212
SHA1: 0ee0e4dbaf5776740578aedf503a8626d274208a
SHA256: 306bdce31a71a7c96aed28f22b36fa27fd4f06702b024921499556edc0e79a00
SHA512: 40bedaa6b20ce8516622bcca1d037a4c60b63d564cb02648b75ab005e235468b7eff6f4b7393e2cfd60d76251df1d2a11a3370242de3ec691ca230162d8dae8d
Description: utility for unprivileged chroot and namespace manipulation
 bubblewrap uses Linux namespaces to launch unprivileged containers.
 These containers can be used to sandbox semi-trusted applications such
 as Flatpak apps, image/video thumbnailers and web browser components,
 or to run programs in a different library stack such as a Flatpak runtime
 or a different Debian release.
 .
 By default, this package relies on a kernel with user namespaces enabled.
 Official Debian and Ubuntu kernels are suitable.
 .
 On kernels without user namespaces, system administrators can make the
 bwrap executable setuid root, allowing it to create unprivileged
 containers even though ordinary user processes cannot.
Homepage: https://github.com/containers/bubblewrap
Multi-Arch: foreign

Package: bubblewrap-dbgsym
Priority: optional
Section: debug
Installed-Size: 95
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: bubblewrap
Version: 0.8.0-2+apertis0bv2024dev3b1
Depends: bubblewrap (= 0.8.0-2+apertis0bv2024dev3b1)
Filename: pool/target/b/bubblewrap/bubblewrap-dbgsym_0.8.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 75816
MD5sum: fc3d7fad12dffe6e8777150c931a219b
SHA1: 77edbf5f21f0ba544881e000f2c719faf66cb7bd
SHA256: a2ce241cd09c0b2914c5f1c31e63f4b5715900ac9a94bf83ea93d470534b77ae
SHA512: 918f71f81566969a321be4a673522892115a999aebce7264c45bc096c77614d1c94f938a7b03d882c42ecf7faa2b2dd909b66b7a38f641092bbb09a2f9385f8f
Description: debug symbols for bubblewrap
Auto-Built-Package: debug-symbols
Build-Ids: c5ac1a403720b0180b3d6fa218455506df722d75

Package: busybox
Priority: optional
Section: utils
Installed-Size: 948
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Replaces: busybox-static
Depends: libc6 (>= 2.34)
Conflicts: busybox-static
Filename: pool/target/b/busybox/busybox_1.35.0-4+apertis4bv2024dev3b1_arm64.deb
Size: 447144
MD5sum: a53ad049b8caf62dd8d8ca7b08c0b652
SHA1: 13a33bcd7c94bdb1bbd468aa55a7d1b667184975
SHA256: 9582c23cff4b1f99279963546e380c93516590b9520221fb10663c3ecb54afff
SHA512: 34f650e65687570bb358df655f3e6605ab3ff9e097e92b6e4f3525bf7bc473938e422c02a85c79f19969a54bf9e14fa13f47df8aad3a7fbdb69b43578365b9a9
Description: Tiny utilities for small and embedded systems
 BusyBox combines tiny versions of many common UNIX utilities into a single
 small executable. It provides minimalist replacements for the most common
 utilities you would usually find on your desktop system (i.e., ls, cp, mv,
 mount, tar, etc.). The utilities in BusyBox generally have fewer options than
 their full-featured GNU cousins; however, the options that are included
 provide the expected functionality and behave very much like their GNU
 counterparts.
 .
 This package installs the BusyBox binary but does not install
 symlinks for any of the supported utilities. Some of the utilities
 can be used in the system by installing the busybox-syslogd,
 busybox-udhcpc or busybox-udhcpd packages.
Homepage: http://www.busybox.net

Package: busybox-dbgsym
Priority: optional
Section: debug
Installed-Size: 1504
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Depends: busybox (= 1:1.35.0-4+apertis4bv2024dev3b1)
Filename: pool/target/b/busybox/busybox-dbgsym_1.35.0-4+apertis4bv2024dev3b1_arm64.deb
Size: 1372552
MD5sum: 5576cc070aa03d028099ccf1bb835841
SHA1: a1af2686dad6ab03b6744cdcbd2a80ebe64ae28a
SHA256: 326ef2bc4a69d0011c85f48d39bdd69a82f83f0d1c78da42f02dabde24532096
SHA512: 1788aab90746cfa5601641c104f04f5fe0531f7f2ecf19a1d91f7a80925880cbe68ce989ac7ade6f22bbe54889b89364d852bc1e658116a5a6cd662f59e90429
Description: debug symbols for busybox
Auto-Built-Package: debug-symbols
Build-Ids: 9123eb9a24e9c9bd8a01862d9c0b76e3156b9ed0

Package: busybox-diffutils
Priority: required
Section: utils
Installed-Size: 43
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Replaces: diffutils
Provides: diffutils
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Conflicts: diffutils
Filename: pool/target/b/busybox/busybox-diffutils_1.35.0-4+apertis4bv2024dev3b1_arm64.deb
Size: 29228
MD5sum: fbb8ca4a16050124445adab2555a6d61
SHA1: 3c38e4f2ce8b46855884b2a1cd73f24d3f8b09ac
SHA256: d90aa9dd7fbe054884c4cae38cad23f99abd0b9b8a9845d439f09946fa3e0e71
SHA512: 21407abb434c3f7322e709da8f47cf53f58a226d48c972f36033768771e180438a442046aa40a2eb99b2864be48b4a4af687ef612bbd81fdb71aa02c071a8ecc
Description: Provides the busybox diffutils implementation
 Busybox contains a basic implementation of diffutils which is enough for
 the functionality required in target.
 .
 This package contains the glue to use the busybox diffutils as replacement
 of GNU diffutils in the system by providing the appropriate symbolic links
 and scripts.
Homepage: http://www.busybox.net

Package: busybox-grep
Priority: required
Section: utils
Installed-Size: 45
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Replaces: grep, rgrep
Provides: grep, rgrep
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Conflicts: grep, rgrep
Filename: pool/target/b/busybox/busybox-grep_1.35.0-4+apertis4bv2024dev3b1_arm64.deb
Size: 29224
MD5sum: 553c923a64238240fdd10136e979be12
SHA1: 4f1734bef09df7a240148fa19fc1ab7b0ea97d5d
SHA256: 175ab51a9d8b8bffbfa473be831d85a7872b3b30e990f02897651d1e2d844aad
SHA512: 780408671bf1ff78a8f6509286d94183b071c3679d74ef376c8815740c1f7b63268eb82c2d96868fd654ce6a5336bb614cdfa7d454bbcd6a4b6ebeed47711a1c
Description: Provides the busybox grep implementation
 Busybox contains a basic implementation of grep which is enough for
 the functionality required in target.
 .
 This package contains the glue to use the busybox grep as replacement
 of GNU grep in the system by providing the appropriate symbolic links
 and scripts.
Homepage: http://www.busybox.net

Package: busybox-gzip
Essential: yes
Priority: required
Section: utils
Installed-Size: 45
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Replaces: gzip
Provides: gzip
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Conflicts: gzip
Filename: pool/target/b/busybox/busybox-gzip_1.35.0-4+apertis4bv2024dev3b1_arm64.deb
Size: 29232
MD5sum: f5f92a3bc5eab890ce08864ec2545b90
SHA1: 40b18d9cb973bc28cf569a6787652e13d30f3986
SHA256: 577ebb152acdb4954e855cf0faa8b0c06251d820b1262899f2bad4f03d167a9b
SHA512: e6887b5e1a6c94d14e3cec45b1c71036b3f0aa5f437ffa96f907c4b0cb6a02269cd36436205795e1b4ddcbb32c8efdb52ca01863d3ee3bb4fbf8aed2be210799
Description: Provides the busybox gzip implementation
 Busybox contains a basic implementation of gzip which is enough for
 the functionality required in target.
 .
 This package contains the glue to use the busybox gzip as replacement
 of GNU gzip in the system by providing the appropriate symbolic links
 and scripts.
Homepage: http://www.busybox.net

Package: busybox-ping
Priority: optional
Section: utils
Installed-Size: 38
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: all
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Provides: ping
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Conflicts: ping
Filename: pool/target/b/busybox/busybox-ping_1.35.0-4+apertis4bv2024dev3b1_all.deb
Size: 29180
MD5sum: d79420fe9d0c9c0b1f384d7349bcaf58
SHA1: c12e2b00e5a1c2f9926da75894dd28e54934686c
SHA256: 6ec8aa627b65092b3da2ed2739e4b8ed3784f42e91d8d3489bf1273c709838ed
SHA512: 5fd3129fb5e9890104aa9b3617252e67ff2271164a30320ac43252dab02aa9daf7963968c6f443943d1a2a92bafd74147c23b0beba1ea98888d8973155a52f85
Description: Provides ping using busybox
 The ping command sends ICMP ECHO_REQUEST packets to a host in order to
 test if the host is reachable via the network.
 .
 This package includes a ping utility which supports IPv4 and IPv6 network
 connections.
 .
 The busybox implementation of ping is particular useful on
 embedded, diskless (netboot) or flash disk based systems.
Homepage: http://www.busybox.net

Package: busybox-ping
Priority: optional
Section: utils
Installed-Size: 38
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: all
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev2b1
Provides: ping
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Conflicts: ping
Filename: pool/target/b/busybox/busybox-ping_1.35.0-4+apertis4bv2024dev2b1_all.deb
Size: 29184
MD5sum: ab38b4a499f03f1a5b81f8036a29001d
SHA1: f57168c02e5d06e54381e1eb8fc248fc5ef025f4
SHA256: c1614dae62d64bb2ace1f84f866ce24210f0ac8e1e32ef930d90c5cf40431197
SHA512: 730181597a7a41a2cb4ebdf7250536ef971d551fe8c90158e80529b8d8417c5bf89746b1deb80ca606e908dbca3836dce9249c67de7b875b56719ac9c0c2ae63
Description: Provides ping using busybox
 The ping command sends ICMP ECHO_REQUEST packets to a host in order to
 test if the host is reachable via the network.
 .
 This package includes a ping utility which supports IPv4 and IPv6 network
 connections.
 .
 The busybox implementation of ping is particular useful on
 embedded, diskless (netboot) or flash disk based systems.
Homepage: http://www.busybox.net

Package: busybox-sed
Essential: yes
Priority: required
Section: utils
Installed-Size: 41
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Replaces: sed
Provides: sed (= 4.1.2-8)
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Conflicts: sed
Filename: pool/target/b/busybox/busybox-sed_1.35.0-4+apertis4bv2024dev3b1_arm64.deb
Size: 29208
MD5sum: 353c0a0608e19f8522e6081fb983e35e
SHA1: e87aecae17db203111f850fbcfb1028b11fcce32
SHA256: 9b0e898fc728b5554f5f7d632b10cb003ef9eac627cda7c61a9b167dc395e291
SHA512: b62c4d332b2ee7e3e996eb3e3f0d47d428fedf16331473ddca39106c3a5582ba0011de83184a8beae1f43d24ba387bc83627e637b9e7ecd4360da0e0285fede4
Description: Provides the busybox sed implementation
 Busybox contains a basic implementation of sed which is enough for
 the functionality required in target.
 .
 This package contains the glue to use the busybox sed as replacement
 of GNU gzip in the system by providing the appropriate symbolic links
 and scripts.
Homepage: http://www.busybox.net

Package: busybox-static
Priority: optional
Section: shells
Installed-Size: 1944
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Replaces: busybox
Provides: busybox
Conflicts: busybox
Filename: pool/target/b/busybox/busybox-static_1.35.0-4+apertis4bv2024dev3b1_arm64.deb
Size: 846240
MD5sum: 20cd6b34091de487f9a77e3c0ffe9d2b
SHA1: ff7e933a1964dfba0cd859d9a5e1d7432da9054e
SHA256: 097c341012f9dc00ae96aa06042505aec3e4d08691f25851ae803ff6bdc6c532
SHA512: 2c84b303ed3a7ad017fbc099aceb720d496658c0807938ed663dfb6c7ad39e734ad0ce7e2ed3548693be2311f20f9ade22cb834fa97a23018c38b2a676a6b833
Description: Standalone rescue shell with tons of builtin utilities
 BusyBox combines tiny versions of many common UNIX utilities into a single
 small executable. It provides minimalist replacements for the most common
 utilities you would usually find on your desktop system (i.e., ls, cp, mv,
 mount, tar, etc.).  The utilities in BusyBox generally have fewer options than
 their full-featured GNU cousins; however, the options that are included
 provide the expected functionality and behave very much like their GNU
 counterparts.
 .
 busybox-static provides you with a statically linked simple stand alone shell
 that provides all the utilities available in BusyBox. This package is
 intended to be used as a rescue shell, in the event that you screw up your
 system. Invoke "busybox sh" and you have a standalone shell ready to save
 your system from certain destruction. Invoke "busybox", and it will list the
 available builtin commands.
Built-Using: glibc (= 2.36-9+apertis3bv2024dev2b1)
Homepage: http://www.busybox.net

Package: busybox-static-dbgsym
Priority: optional
Section: debug
Installed-Size: 1771
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Depends: busybox-static (= 1:1.35.0-4+apertis4bv2024dev3b1)
Filename: pool/target/b/busybox/busybox-static-dbgsym_1.35.0-4+apertis4bv2024dev3b1_arm64.deb
Size: 1489788
MD5sum: a23278f3f137f89c6da98fe28eb8b783
SHA1: 64de2f4e0d959cdf388a65da6f01aff6cf48cd6e
SHA256: 116eaee70ef0f5b37bedf5fa59fd40be7a6c180d20848e1d53cafdd901585579
SHA512: ae25e2df71bacf351335ac190e67331ff27e867fd308699b30f02eadb022e1db16cb0f914230de30f42ec06c24361d70346dac955fb26e55eda1eaa53f3323e4
Description: debug symbols for busybox-static
Auto-Built-Package: debug-symbols
Build-Ids: b9ae78becaae58db51dbfe60362d1045ac4b57aa

Package: busybox-syslogd
Priority: optional
Section: utils
Installed-Size: 70
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: all
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Provides: linux-kernel-log-daemon, system-log-daemon
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Pre-Depends: init-system-helpers (>= 1.54~)
Conflicts: linux-kernel-log-daemon, system-log-daemon
Filename: pool/target/b/busybox/busybox-syslogd_1.35.0-4+apertis4bv2024dev3b1_all.deb
Size: 32180
MD5sum: 3b876c8495679ad319ad31927b4e394d
SHA1: c1af7310811bb8eca5e3d772861ef147c6e46a4d
SHA256: 0d2deaac48e2ca324686d367456f97b6ef4ff4b5251453db2b6e112d940e8345
SHA512: 4f2efa3f48248ab54ef4a4536d6cd42bbb2bd77e413e2dfca715e013b2203aaa851495f5be00363e7944831bba836404e043a94c0a0cce4ac7648f9f68c09cda
Description: Provides syslogd and klogd using busybox
 The system log daemon is responsible for providing logging of
 messages received from programs and facilities on the local host as
 well as from remote hosts.
 .
 The kernel log daemon listens to kernel message sources and is
 responsible for prioritizing and processing operating system
 messages.
 .
 The busybox implementation of the syslogd is particular useful on
 embedded, diskless (netboot) or flash disk based systems because it
 can use a fixed size ring buffer for logging instead of saving logs
 to the disk or sending it to remote logging servers. The ring buffer
 can be read using the (also busybox based) command logread.
 .
 This package provides the glue to the busybox syslogd and klogd to be
 used in the system by providing the appropriate symbolic links and
 scripts.
Homepage: http://www.busybox.net

Package: busybox-syslogd
Priority: optional
Section: utils
Installed-Size: 70
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: all
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev2b1
Provides: linux-kernel-log-daemon, system-log-daemon
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Pre-Depends: init-system-helpers (>= 1.54~)
Conflicts: linux-kernel-log-daemon, system-log-daemon
Filename: pool/target/b/busybox/busybox-syslogd_1.35.0-4+apertis4bv2024dev2b1_all.deb
Size: 32180
MD5sum: af53578499d9d1eba511a12ed09de23f
SHA1: 5956e7c4f21277207773a28c55788fa20ad45e34
SHA256: 0fe456c2593b10a19a793c0ed66379a63403d0aa74dce6263a57b4a5c92ae477
SHA512: 9be8d1ff582238283b7165b80793db6e32f25b2a1ea8ccea31f836c5a9730ff622f17837e81ea24644cfb399cec5be3b9dc34531da75a0be37bf982007cebb4f
Description: Provides syslogd and klogd using busybox
 The system log daemon is responsible for providing logging of
 messages received from programs and facilities on the local host as
 well as from remote hosts.
 .
 The kernel log daemon listens to kernel message sources and is
 responsible for prioritizing and processing operating system
 messages.
 .
 The busybox implementation of the syslogd is particular useful on
 embedded, diskless (netboot) or flash disk based systems because it
 can use a fixed size ring buffer for logging instead of saving logs
 to the disk or sending it to remote logging servers. The ring buffer
 can be read using the (also busybox based) command logread.
 .
 This package provides the glue to the busybox syslogd and klogd to be
 used in the system by providing the appropriate symbolic links and
 scripts.
Homepage: http://www.busybox.net

Package: bzip2
Priority: standard
Section: utils
Installed-Size: 194
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: arm64
Version: 1.0.8-5+apertis0bv2024dev3b1
Replaces: libbz2 (<< 0.9.5d-3)
Depends: libbz2-1.0 (= 1.0.8-5+apertis0bv2024dev3b1), libc6 (>= 2.34)
Suggests: bzip2-doc
Filename: pool/target/b/bzip2/bzip2_1.0.8-5+apertis0bv2024dev3b1_arm64.deb
Size: 41484
MD5sum: 911860cb00e52a57787afc12b4959e6c
SHA1: 37cde99cfd5b395036f80f3de6bb7a69bbbf2b64
SHA256: b98ac9af133b356e5771968bd669c597d4bc7e81061a1ba365ba0ac98085fbdb
SHA512: 45a15d5c45eb210a0a84b3f642282d5b74ad56653ad55fe56adb93fc7a7ce84f6357cf1bfe2ac23a6325aa81bddf4a59eba61af5aabd11ef5d063be77c65dbfd
Description: high-quality block-sorting file compressor - utilities
 bzip2 is a freely available, patent free, data compressor.
 .
 bzip2 compresses files using the Burrows-Wheeler block-sorting text
 compression algorithm, and Huffman coding.  Compression is generally
 considerably better than that achieved by more conventional
 LZ77/LZ78-based compressors, and approaches the performance of the PPM
 family of statistical compressors.
 .
 The archive file format of bzip2 (.bz2) is incompatible with that of its
 predecessor, bzip (.bz).
Homepage: https://sourceware.org/bzip2/
Multi-Arch: foreign

Package: bzip2-dbgsym
Priority: optional
Section: debug
Installed-Size: 66
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: arm64
Source: bzip2
Version: 1.0.8-5+apertis0bv2024dev3b1
Depends: bzip2 (= 1.0.8-5+apertis0bv2024dev3b1)
Filename: pool/target/b/bzip2/bzip2-dbgsym_1.0.8-5+apertis0bv2024dev3b1_arm64.deb
Size: 38160
MD5sum: 7f887e99dc773c08cd7dbe952854bb30
SHA1: 36f517f7cbee5d4b07b853ebe89e7ad588cb1a59
SHA256: ebe6945f560caa88e3f8ecab6464f1d49228992a3e2f1165fb5f3c11fdc86bce
SHA512: aed19288e853fc470981da51cfc4b9960db5d9e71e6ae357e4d6d52ae0056421fe660c90de5d5bba51077eb2f114d178dcf490f1e5185f61540f0a49ec9b4c3a
Description: debug symbols for bzip2
Auto-Built-Package: debug-symbols
Build-Ids: 98d1d1307390344b10b099f390adea88f6a1333a bb1d3bc07e5449b30c47748e0ac65996c3874198

Package: bzip2-doc
Priority: optional
Section: doc
Installed-Size: 605
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: all
Source: bzip2
Version: 1.0.8-5+apertis0bv2024dev3b1
Replaces: bzip2 (<< 1.0.4-0ubuntu2)
Filename: pool/target/b/bzip2/bzip2-doc_1.0.8-5+apertis0bv2024dev3b1_all.deb
Size: 507056
MD5sum: a3455395b8afbcd9a388abfbd3c0adf5
SHA1: a28d4b54af350cf73098cf056ec932994dce9e46
SHA256: 4737b0b1bf73b7dfb2ebbc543549ff5b9dd48c4943b5684f9624d462ec923e1c
SHA512: 94c30fcc7e639ec5added78dd98561e54d8c16caba61529235d1b30116b17903c7c1fc6bdfba367faab985cfb29bbdc8f20c407beda768933eddd560cd0e60da
Description: high-quality block-sorting file compressor - documentation
 This package contains the bzip2 user manual in HTML, PDF, PS and Texinfo
 formats.
 .
 bzip2 is a freely available, patent free, data compressor.
 .
 bzip2 compresses files using the Burrows-Wheeler block-sorting text
 compression algorithm, and Huffman coding.  Compression is generally
 considerably better than that achieved by more conventional
 LZ77/LZ78-based compressors, and approaches the performance of the PPM
 family of statistical compressors.
 .
 The archive file format of bzip2 (.bz2) is incompatible with that of its
 predecessor, bzip (.bz).
Homepage: https://sourceware.org/bzip2/
Multi-Arch: foreign

Package: ca-certificates
Priority: standard
Section: misc
Installed-Size: 385
Maintainer: Julien Cristau <jcristau@debian.org>
Architecture: all
Version: 20230311+apertis0bv2024dev3b1
Depends: openssl (>= 1.1.1), debconf (>= 0.5) | debconf-2.0
Breaks: ca-certificates-java (<< 20121112+nmu1)
Filename: pool/target/c/ca-certificates/ca-certificates_20230311+apertis0bv2024dev3b1_all.deb
Size: 153772
MD5sum: a3d16bbdab0516e1d1bb5319b214897f
SHA1: 8180b5242361c4f88d2c2aa6e65a7ef811d7fdb4
SHA256: c481ac11b73c2763233abfb18d1899e5368a80274f976af3cd313adf4c3c11c8
SHA512: e146648347c8519a0507becf1e26f144fce0f9017b7d449b9b810ed9cead1706aed34c9c33c343ef3bdba2f3682c9a1bc28e5ab4f9e8731dd73b88f699aca324
Description: Common CA certificates
 Contains the certificate authorities shipped with Mozilla's browser to allow
 SSL-based applications to check for the authenticity of SSL connections.
 .
 Please note that Debian can neither confirm nor deny whether the
 certificate authorities whose certificates are included in this package
 have in any way been audited for trustworthiness or RFC 3647 compliance.
 Full responsibility to assess them belongs to the local system
 administrator.
Enhances: openssl
Multi-Arch: foreign

Package: caca-utils
Priority: optional
Section: utils
Installed-Size: 758
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcaca
Version: 0.99.beta20-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libcaca0 (>= 0.99.beta20), libimlib2 (>= 1.4.5)
Recommends: toilet
Filename: pool/target/libc/libcaca/caca-utils_0.99.beta20-3+apertis0bv2024dev3b1_arm64.deb
Size: 54348
MD5sum: 37ed8b1b1f1167379855c29d226f6760
SHA1: 59799dde12348e4e8913d5fea866032a4cf1b3ac
SHA256: 362664c014ba41f8f0991dd2dc746c0f7bbf7bdeab3d630e9669d23a6a6b8e4e
SHA512: f9617596d04e1fad3b36eda422acd3999e0ebcdd8a300788d1a68e19cf4b6e81963a0bc2a44bf057cc18bf7c8e8c6d774e8e4c9d0c694fc19eb079c47e23f6ed
Description: text mode graphics utilities
 This package contains utilities and demonstration programs for libcaca, the
 Colour AsCii Art library.
 .
 cacaview is a simple image viewer for the terminal. It opens most image
 formats such as JPEG, PNG, GIF etc. and renders them on the terminal using
 ASCII art. The user can zoom and scroll the image, set the dithering method
 or enable anti-aliasing.
 .
 cacafire is a port of AALib's aafire and displays burning ASCII art flames.
 .
 cacademo is a tiny graphic program that renders animated ASCII metaballs,
 matrix effects, colourful moiré circles and old school plasma effects.
Homepage: http://caca.zoy.org/wiki/libcaca
Multi-Arch: foreign

Package: caca-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 133
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcaca
Version: 0.99.beta20-3+apertis0bv2024dev3b1
Depends: caca-utils (= 0.99.beta20-3+apertis0bv2024dev3b1)
Filename: pool/target/libc/libcaca/caca-utils-dbgsym_0.99.beta20-3+apertis0bv2024dev3b1_arm64.deb
Size: 62048
MD5sum: d955fbbb1db0c0c0430afcff753c8cba
SHA1: 63847332a2059418611a081e8b9b0601e9c28c7e
SHA256: b07f6596a928dc338080eb9df33e0faa94f1e29045cdbd2fea39808f6a0da0ff
SHA512: e5fba5fbd068b36c00e29124706cc3670e86f9c0f335f42ccbec985f3627325edd48e5ca77c4285255278178823922dba490d7039cd4f14efaa0f36b1656d3a2
Description: debug symbols for caca-utils
Auto-Built-Package: debug-symbols
Build-Ids: 1385335012c28ca140165433cacc24479dc115c9 2fe7d2a9b7023558bc88dae39473664741cf91c5 38865de0d0e514b2e22d18a408802335ee82d059 954042bf3b5e077fbd3a30982eb97bbfd8365f53 ae04ae84edec04f1b224fb38ec2c30ec293c8039 c3d4420820e4efac48be9833131007062ce47f50 c8c617cb9c73981a4b784a860af3c5b8485936bd

Package: cairo-perf-utils
Priority: optional
Section: misc
Installed-Size: 2097
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: cairo
Version: 1.16.0-7+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libcairo-script-interpreter2 (= 1.16.0-7+apertis0bv2024dev3b1), libcairo2 (= 1.16.0-7+apertis0bv2024dev3b1), libfontconfig1 (>= 2.12.6), libpixman-1-0 (>= 0.10.0), libx11-6, libxcb-render0, libxcb1, libxrender1, zlib1g (>= 1:1.1.4)
Filename: pool/target/c/cairo/cairo-perf-utils_1.16.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 536956
MD5sum: 5dfde360a099f00d52692cc7e97fc268
SHA1: 9f15aa8c78d33f6916ef5b03a077e8527dbfb9cf
SHA256: 5957cd64a7df89543984bbd53bfc0f8f4cae933fd967fad6336dc3e33a8cb295
SHA512: e191a432c37a9a0b55b6585af128a0a5157a9af190d8aaf4d0035bcd37997dbd10fa79783896f7f3e5a24eb5e494a1ed3f89bd424e5c6086a960efacec5bc840
Description: Cairo 2D vector graphics library performance utilities
 Cairo is a multi-platform library providing anti-aliased
 vector-based rendering for multiple target backends.
 .
 This package contains a set of utilities for capturing and replaying cairo
 execution traces using various backends, in order to be able to measure the
 performance of cairo for real-world applications in a reproducible way.
Homepage: https://cairographics.org/

Package: cairo-perf-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 596
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: cairo
Version: 1.16.0-7+apertis0bv2024dev3b1
Depends: cairo-perf-utils (= 1.16.0-7+apertis0bv2024dev3b1)
Filename: pool/target/c/cairo/cairo-perf-utils-dbgsym_1.16.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 448148
MD5sum: 062f2b978ea3dc696db9f70cd0ddfb7f
SHA1: 69408ac0c5ca0e33ef55a9e618abad1172ee62fd
SHA256: ace57a20d847c9882d846ce662491818a4125a010b1e5d9193231176ab29d2ee
SHA512: fa90f90226d1f07753302b7c18c8986fab5dc68b76f063884ff4faad39f7402d04810147f7a144d9cfa8d424aabd5dd3ae108f5b910db4355e506fa77a388aec
Description: debug symbols for cairo-perf-utils
Auto-Built-Package: debug-symbols
Build-Ids: 16e102f9d1e9f6e0b8bdaf519bb9bbc922eb2a5e 267e0d27acd3e29e1121b7d775115fa0cccd3f2c 2b1fa7f1af35c02b2cc0bd4e66644b6d60e54f36 2b447569708cd32eeee26439f1666d5e598ef6c9 361c3c051a1f2411a4af33a5f90e7058208b1e35 ba4f580f0367023e2de2f8fea232284133900f71 f5d33be84d7b5ed83ae93a65c77d7cec39321b1e fe5b4ea434fec9e705d67e3da731d2209c6ccb29

Package: casync
Priority: optional
Section: utils
Installed-Size: 555
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 2+20201210-1+apertis1bv2024dev2b2
Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libcurl3-gnutls (>= 7.32.0), libfuse2 (>= 2.6), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libudev1 (>= 183), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/c/casync/casync_2+20201210-1+apertis1bv2024dev2b2_arm64.deb
Size: 160528
MD5sum: 2d2aab744ee92db03521104e25420fe9
SHA1: 52c5381ffa68e1b911e55567aad3cef60a2a6b2d
SHA256: ddce7a8846e8e8a3cd32856e38288fe3d5bbb5765d8eda13225e5903ef2b4317
SHA512: 64b09f32eb288dd9d6bd379e907289cfa0c349710cd3dbd7390f80c2fd80050a07cdd23e0e05081c8bfc8aa61f6d2e9761bba5f40d948d3740dc6dc2ff715ad5
Description: content addressable data synchronizer
 casync is
 .
 1. A combination of the rsync algorithm and content-addressable storage
 2. An efficient way to store and retrieve multiple related versions of
    large file systems or directory trees
 3. An efficient way to deliver and update OS and container images over
    the Internet
 4. An efficient backup system
 .
 casync uses well-known concepts implemented in a variety of other projects
 (primarily git and rsync), and puts them together in a moderately new, nice
 way.
Homepage: https://github.com/systemd/casync

Package: casync-dbgsym
Priority: optional
Section: debug
Installed-Size: 733
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: casync
Version: 2+20201210-1+apertis1bv2024dev2b2
Depends: casync (= 2+20201210-1+apertis1bv2024dev2b2)
Filename: pool/target/c/casync/casync-dbgsym_2+20201210-1+apertis1bv2024dev2b2_arm64.deb
Size: 658744
MD5sum: a5b23dfe3ee5f590eba2e2f9983a132a
SHA1: b3ad6b00ad83dc1a6759b5e5331889efd6be31a8
SHA256: 35a11ed24d8836807a94efdb0e044ea52a5f6e6d7def5d27259f0cb9c408af11
SHA512: 9bd0e913ad17e357fb5649bedbcc0b0c7238b351b1e4921907fadda4f5dda8932a5d8c1bfaf075eb15c939e5f2c960cf4e33b728b387d97e6364190c4ff91ea6
Description: debug symbols for casync
Auto-Built-Package: debug-symbols
Build-Ids: 23e49ed3c2e66ba96ae42bf3ea92a54cff3a21e2 ecd880c06b0d0b9ff189b2fe460ea3e799b19539

Package: cdebconf
Priority: optional
Section: utils
Installed-Size: 1410
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Version: 0.270+apertis0bv2024dev3b2
Provides: debconf-2.0
Depends: libc6 (>= 2.34), libdebian-installer4 (>= 0.124+apertis0bv2024dev2b1), libnewt0.52 (>= 0.52.23), libreadline8 (>= 6.0), libselinux1 (>= 3.1~), libslang2 (>= 2.2.4), libtextwrap1 (>= 0.1), debconf
Suggests: cdebconf-gtk
Filename: pool/target/c/cdebconf/cdebconf_0.270+apertis0bv2024dev3b2_arm64.deb
Size: 132940
MD5sum: a20d7200071a1d4706c5cc12774e0cec
SHA1: c190c9bac812f5cba369f952b93724c241f79de1
SHA256: a084503652e45582b682392ad9440b4de95aa6b273fb99c4c97a04060e1d30cb
SHA512: 6922237f16fe0e76eebce1ac9438e17cb0d5719ab39339d7e70f8376654711605cbfbb958d97ad1a7447b7cf37db2ce733b3cb616ab6d82e63d6360ab1597925
Description: Debian Configuration Management System (C-implementation)
 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. This is a reimplementation of the original debconf version
 in C.

Package: cdebconf-dbgsym
Priority: optional
Section: debug
Installed-Size: 460
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: cdebconf
Version: 0.270+apertis0bv2024dev3b2
Depends: cdebconf (= 0.270+apertis0bv2024dev3b2)
Filename: pool/target/c/cdebconf/cdebconf-dbgsym_0.270+apertis0bv2024dev3b2_arm64.deb
Size: 295748
MD5sum: 4a288799f5aa42e01628543c082e8dd8
SHA1: 069a68fdd43633457d525d590200ec2d2c13bd5e
SHA256: 86c7d064898e740fe70150e38b8703dd6223c96cea43f99b210bf63442a9487b
SHA512: d305e982bca07c86b23f3af24fceab24269b697daeb130e9c8f9459c662163482aaf75df95b1278ff452b794d5189bbcdc44609fc8a01fc4f3959e2b3b0bc3f5
Description: debug symbols for cdebconf
Auto-Built-Package: debug-symbols
Build-Ids: 093fad1136fdd9e84c9b1c477b308a8262dee607 10369527db5e7e1306d7599bdad9b84187277f3e 1ddc6e88aa900d8111a2344fcf9106278d6943cc 267ebaaf6b58d273c3204a3d785ef7f413b1636b 61aa7785b812dd110e194396fce9c680f8e85e71 68aa444ee447fab9ff9de38b26d7335f069ae0e4 79483f97e2ba334d2cee8638e802464aad54ef45 894ced47edae8cfde647269ce4cab1cef38e28e9 8ea6b4d59173808d8e330a880f6ee8af8294052b 9c94a07b429ddab6e875030ec8402d78d8f8830e a410c5bb0d298a605e2eb08489f7aa952cd65d7e b365768f8252b54219decc816fcde2f072656b41 b58a906a568e50ac671928d090863a6cfb012155 be1c691b6d015190b957e6ea2bebf628f2ae9c35 e0a090bf25122ba2234cbcaa9ff0fa755c1e0fc2 e2c1070bff2894ed6c9d8d8c7f20873b39534df9 ee70ccd13ea87474255752fd8de68126832ebcca fd4550987e6b8d818e23823ef76605656030a559

Package: cdebconf-gtk
Priority: optional
Section: admin
Installed-Size: 124
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: cdebconf
Version: 0.270+apertis0bv2024dev3b2
Depends: cdebconf, libc6 (>= 2.17), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk2.0-0 (>= 2.18.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), debconf (>= 0.5) | debconf-2.0
Filename: pool/target/c/cdebconf/cdebconf-gtk_0.270+apertis0bv2024dev3b2_arm64.deb
Size: 34716
MD5sum: 9948abfb2bfea818a87275f8ce905759
SHA1: ec798386f7367ceaea976ddf8e0c593b1b449807
SHA256: fdbb8e06637182a8a6971eb9d4b1197b4caa21668848403aab7741276e1b0e8c
SHA512: 563735181cc218956203266297a9740c38685eb2f09409f4315cb3ee2f301378f635425985dfadfb2af37e5f3387347b8d680d17faabbb2dfd5b457b0d2e7f6e
Description: Gtk+ frontend for Debian Configuration Management System
 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. This is a reimplementation of the original debconf version in C.
 .
 cdebconf-gtk is a minimal Gtk+ frontend cdebconf package.

Package: cdebconf-gtk-dbgsym
Priority: optional
Section: debug
Installed-Size: 137
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: cdebconf
Version: 0.270+apertis0bv2024dev3b2
Depends: cdebconf-gtk (= 0.270+apertis0bv2024dev3b2)
Filename: pool/target/c/cdebconf/cdebconf-gtk-dbgsym_0.270+apertis0bv2024dev3b2_arm64.deb
Size: 109544
MD5sum: 3e50daca51fae48f8d94e5fd3911a7de
SHA1: 9926912571f4459e238491a257f442af95f7babb
SHA256: 7fde6f111a6c1ba98a9a5b5c20a7791e350ae21335283756fdf642d7f0f14533
SHA512: 7bd1c0ce9b44a2223b3deef048f550e714583a716bf036e82f1f3b09494d0ee392c7830bffc5bdcff310f4062f07e30eff3378f103ef32ee5a9613c6ec31b076
Description: debug symbols for cdebconf-gtk
Auto-Built-Package: debug-symbols
Build-Ids: 5f74cacc944552a9306f2458a4ab88ae18badca1

Package: cdparanoia
Priority: optional
Section: sound
Installed-Size: 100
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Architecture: arm64
Version: 3.10.2+debian-14+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libcdparanoia0 (>= 3.10.2+debian)
Filename: pool/target/c/cdparanoia/cdparanoia_3.10.2+debian-14+apertis0bv2024dev3b1_arm64.deb
Size: 37504
MD5sum: 2491739501c70802da2fbe9a0e22cd7d
SHA1: 07d715992e88770db99b6405f3187d510fe04928
SHA256: 62e7dd7530707da5ba95ea305eb2dffb4fb6d4dae2ff6e7b01647f90678299ec
SHA512: 9c972a5540273e7fb0b1e7a47ecc797ce16de1230f0cc4a865ae3954d950e6c5c9f2797d513dcdbd0a373d19dd569e29daee5f4bc2de47631367e4ff4df8fb25
Description: audio extraction tool for sampling CDs
 An audio extraction tool for sampling CDs. Unlike similar programs such as
 cdda2wav, cdparanoia goes to great lengths to try to extract the audio
 information without any artifacts such as jitter.
Homepage: https://www.xiph.org/paranoia/

Package: cdparanoia-dbgsym
Priority: optional
Section: debug
Installed-Size: 60
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Architecture: arm64
Source: cdparanoia
Version: 3.10.2+debian-14+apertis0bv2024dev3b1
Depends: cdparanoia (= 3.10.2+debian-14+apertis0bv2024dev3b1)
Filename: pool/target/c/cdparanoia/cdparanoia-dbgsym_3.10.2+debian-14+apertis0bv2024dev3b1_arm64.deb
Size: 43356
MD5sum: 475b7d6a6a67009214ab379affc16d35
SHA1: 3bdbbc38a643906be0e2b5a6b88622022d5128a1
SHA256: 6c5904c602296b781d1399dc5184b9eb76a548d0d2cb4f80b8efa2c26073fc08
SHA512: 0ec16d45206963b841dc63f7976d5e5469753688f0637035aa5624d33fc77a28b4f448f9d269b63906b8986d2695fe929b1edfedb54e003b1b2edbb7bea73881
Description: debug symbols for cdparanoia
Auto-Built-Package: debug-symbols
Build-Ids: a06ea0921083293a40b91a39f3a100378c2b2800

Package: chaiwala-apparmor-profiles
Priority: optional
Section: utils
Installed-Size: 52
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: all
Source: apertis-customizations
Version: 1.2021.4bv2024dev2b1
Depends: apparmor
Filename: pool/target/a/apertis-customizations/chaiwala-apparmor-profiles_1.2021.4bv2024dev2b1_all.deb
Size: 11320
MD5sum: a800ab5e60fab51dc1bb668efb6d49e5
SHA1: f8c1e8d4222346b9402014a02c57c90ba087d5f7
SHA256: c972c389ec727e9b784be5773519d2568622b5ea0633aea3e19071e62e55d703
SHA512: a9a59423ce0291857d77c5fba7581c7ff043b72fc99adfbd96753930fdab3630285f748dbaf5e7da0df304f277b296de30353211d59036060ad524916e6772e3
Description: Apertis-specific AppArmor profiles
 This package installs a set of AppArmor profiles and abstractions which are
 specific to Apertis.

Package: chaiwala-apparmor-session-lockdown
Priority: optional
Section: utils
Installed-Size: 34
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: all
Source: apertis-customizations
Version: 1.2021.4bv2024dev2b1
Depends: chaiwala-apparmor-profiles (>= 0.20170505.0)
Recommends: apparmor, apparmor-profiles
Filename: pool/target/a/apertis-customizations/chaiwala-apparmor-session-lockdown_1.2021.4bv2024dev2b1_all.deb
Size: 8120
MD5sum: 8a8eeabfd5cd5bed90156232553a4041
SHA1: e9c1db16f8231ed9533dff43481a9ab05285f3e9
SHA256: 75b506eab309d6294f1aac5e5612a3b9ffd5064a9eba7298ee04e02b1f182ffd
SHA512: 53bdaf2be01e898c88bd59b1af8addfa536a9e547058ea79cd56fd7b8b11da7d0decec02d4a7203140e2422fc325bea94c818893aaede52549cb4455686477cd
Description: Transitional package can be safetly removed.
 Replaced by chaiwala-apparmor-profiles.

Package: clang-15
Priority: optional
Section: devel
Installed-Size: 525
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Provides: c++-compiler, c-compiler, objc-compiler
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11), libstdc++-12-dev, libgcc-12-dev, libobjc-12-dev, libclang-common-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1), llvm-15-linker-tools (= 1:15.0.6-4+apertis1bv2024dev2b1), libclang1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libc6-dev, binutils
Recommends: llvm-15-dev, python3
Suggests: clang-15-doc, wasi-libc
Filename: pool/target/l/llvm-toolchain-15/clang-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 277324
MD5sum: 959bc090a0c823be8b4c8a6188c1b849
SHA1: 57fdf4b13a17ca3d3e410683b57580ef2e35681f
SHA256: 479c49e5666dc693958074e0f078e62a902562bfecb27f6fd74b4a93966ead75
SHA512: 742929184bfe6b6fb4e9642d79462677060c2289eed149a1a8b5e89ef7dd9062549f8a47d51de2a0fd419e5d1a81c6b35be37daf46ec0377fc12f51aefaf7c1e
Description: C, C++ and Objective-C compiler
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
Homepage: https://www.llvm.org/

Package: clang-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 58
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: clang-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/clang-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 11196
MD5sum: 22c281253376e41bdc3bbc140389231d
SHA1: af164014392059e74376ee30de3281107923fa01
SHA256: 4b0fa4b79aeb833692060ed89496ad915da7f5d2a35fa541784161af71de64ac
SHA512: 8ddb1ff1dad7fdae13f19f0434e40d9250751edf2a484292f91d1f56200593062c475185d95521d553578f1764011ff85845bd3783db1dc01a3304a31f253081
Description: debug symbols for clang-15
Auto-Built-Package: debug-symbols
Build-Ids: f4fdc9af6252736ed9a9e4e56028ef6bb27a3e54

Package: clang-15-doc
Priority: optional
Section: doc
Installed-Size: 9994
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libjs-mathjax
Filename: pool/target/l/llvm-toolchain-15/clang-15-doc_15.0.6-4+apertis1bv2024dev2b1_all.deb
Size: 1424164
MD5sum: 34aaddeb4fe557a452906e8b8801fd1c
SHA1: b6370b6c1f0c4e640ae2f2a3ccf02aefa7831dc4
SHA256: 361d7216646157aaf8b1a343fbd94e265ba20521e0e7e9a639748dbe3dee060c
SHA512: c6cf75d2dd5a0f611062f8a67edcabc9f19deb31a643709931775c0f9933c7be3858332de9fcade9d586356eb25194e27738b265f15f35b4bc86731cdc0eb074
Description: C, C++ and Objective-C compiler - Documentation
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the documentation.
Homepage: https://www.llvm.org/

Package: clang-15-examples
Priority: optional
Section: doc
Installed-Size: 243
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Filename: pool/target/l/llvm-toolchain-15/clang-15-examples_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 216448
MD5sum: d36aaf2534910a7b1e0c48468f861df6
SHA1: 2aeebc4b9069ce8c74ddd19708d6312fc6ef2683
SHA256: d3e8f0ff7742c5fb32075faf13968614eabcf95e9fbb69639963db6dd11c53c2
SHA512: e02e806d31d0a256126e04d9914d9ecdb8f88c41c58510315df671a7d2c908f07c5efa22aed961e70799b8f8451413edd3db8b6e3cb5ed180052af0f3e58b5be
Description: Clang examples
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang examples.
Homepage: https://www.llvm.org/

Package: clang-format-15
Priority: optional
Section: devel
Installed-Size: 430
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libstdc++6 (>= 11), python3
Filename: pool/target/l/llvm-toolchain-15/clang-format-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 253320
MD5sum: 0ace6a992148d0b72f5e791986f69c27
SHA1: 1ee8bcf577878e2f53a77cd992e66ce55d434e3a
SHA256: b8c724edc7dec2af2edd99c05b824e931d4456737931589e5ec7009d7d26d773
SHA512: 244d393eb11a47c3d2e61e7682ad95315deeed36416bc2f9222e4fa9d3f403a25e0277d8b82b8c1bacfada51c07bcabe81ce313aff18f7621532b24378dd6ecd
Description: Tool to format C/C++/Obj-C code
 Clang-format is both a library and a stand-alone tool with the goal of
 automatically reformatting C++ sources files according to configurable
 style guides. To do so, clang-format uses Clang's Lexer to transform an
 input file into a token stream and then changes all the whitespace around
 those tokens. The goal is for clang-format to both serve both as a user
 tool (ideally with powerful IDE integrations) and part of other
 refactoring tools, e.g. to do a reformatting of all the lines changed
 during a renaming.
 .
 This package also provides vim and emacs plugins.
Homepage: https://www.llvm.org/

Package: clang-format-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 52
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: clang-format-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/clang-format-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 9256
MD5sum: bc968bde7834001ced44c764b749491b
SHA1: fa6791a27d0bca07e34c17b2ec4418fb98797997
SHA256: bcd64b192682f4499f5dec91d48203c0d00e143ae33f44459ffeaa66ff2870fc
SHA512: 21c9df225d5e1466b10010c2b30bba4bd84adacf30f9124f4fb2deb42a23f55628d9ce3aa599b93f958b15799ef7f7c004051a69827d469d6edc98c2c51c97f4
Description: debug symbols for clang-format-15
Auto-Built-Package: debug-symbols
Build-Ids: e2ee79c1abb50ca9ef7c4fc624f3a7c413c4a7ff

Package: clang-tidy-15
Priority: optional
Section: devel
Installed-Size: 26756
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libstdc++6 (>= 11), python3, libclang-common-15-dev, clang-tools-15, python3-yaml
Filename: pool/target/l/llvm-toolchain-15/clang-tidy-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 4099640
MD5sum: 4d68d54cc9fe83fb345ab79dfe68b51d
SHA1: d120a968b955954900087eb8299f0b6c9361a160
SHA256: b70c8ceb4b1b713d44a53aeb1db9e758d5221612b90fc1d90f46978619191614
SHA512: 0a5fd960127a9fe1779b3757b82424eab228091331cf23521c5f1a8863166231849e4f5b5e80eeaf8ea5c312fefba0c970235063c47882ddb0178bbba680a0f8
Description: clang-based C++ linter tool
 Provide an extensible framework for diagnosing and fixing typical programming
 errors, like style violations, interface misuse, or bugs that can be deduced
 via static analysis. clang-tidy is modular and provides a convenient interface
 for writing new checks.
Homepage: https://www.llvm.org/

Package: clang-tidy-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 6877
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: clang-tidy-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/clang-tidy-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 612256
MD5sum: fe5adc0e469ef0c3d2294bc12c2ac8f5
SHA1: 78d4e1d99b1dd11738f5ac8fe977f8263907d096
SHA256: 4b3bce0e8e9b303f4ed6d02a584f939fad4b34439ff21dc95593f8f02eb58695
SHA512: b48b5b52d99c1bbd0613e3f9fdb4b139c4232137a5cc696e6863d5124c8ab68ead28c1ab59e0d1c731a150b97b13f47fcf890ad1666e77240b8e8aeceeae2693
Description: debug symbols for clang-tidy-15
Auto-Built-Package: debug-symbols
Build-Ids: 69f16c2882fe76a1b153f9342095665035086e47

Package: clang-tools-15
Priority: optional
Section: devel
Installed-Size: 34797
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libclang1-15 (>= 1:15.0.6-4+apertis1bv2024dev2b1), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11), libxml2 (>= 2.7.4), clang-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), python3
Filename: pool/target/l/llvm-toolchain-15/clang-tools-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 6595668
MD5sum: 05f588a6f66c8fac9b4e5b4ade414599
SHA1: d27c3e6a3926477e1054f1b769f3854a3dbbc4f8
SHA256: c05250ecccfc04c71df05da90d97ed2f40ca0f734fb85fc5790906925248ce01
SHA512: e08cce4d3563fedc3243db3a4691ca30895e4045f51c3da0b1e5a4893d7febb0ede04f074f5f8584724ae3534691046e8fead0d80c65bc7534dc3a20b69ac39f
Description: clang-based tools for C/C++ developments
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains some clang-based tools like scan-build, clang-cl, etc.
Homepage: https://www.llvm.org/

Package: clang-tools-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 8661
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: clang-tools-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/clang-tools-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 864688
MD5sum: 05b8242ffe1fd76405d107041651e7c2
SHA1: b9519e37ed70edd01961f3aa50a4d330b6ba5b50
SHA256: 0dedc31e7e4d9605f7b1923b6e85da411d1f5fd05bfb2928aca4cfe124b230a6
SHA512: 933861f60d179ce0081be7dca0ddbe80420ba6e63c04bc3d1254736cecdfedd5e4932c9f06c1fb02dd451c9b38ad10ea3d7478980246f56ee842f478ba63954d
Description: debug symbols for clang-tools-15
Auto-Built-Package: debug-symbols
Build-Ids: 0548aad24e38e6df363ec16cbcd12b8e5e376263 07accb0f4c41379c8158b71873fc4ab3ee45e05a 213423c877a69d87dd14d77ea55ac9afea04f9d0 29535ae14284dd2ac043427cfdf0b36d6d4e88e5 3940d5adaf35f348222d84e0b64dc7f052b7e327 3d572c0429d444cf6f63c36c568d6a149348ab51 40847e4650436b1db33bccf3faca66f2d0202070 415df6eb4d0c669c01be7af3edf3f3e3e76274a1 5af85b954e91c9f9f7c03a6ad206592754be7df0 5b290057e12621910b47ad86b7aa9f5f3f8e5e34 700796aad5fd2ad2b3052f07ee791c2479e93226 773d27671c3188dd0ebbbfb4ec633a67780b6ddf 774f691644a4b7b1b68a1bb6efac42931a656412 8fc72f430e156afee353622301af2b3d2f4c7cc1 b6711b60480c60ff1242d1c5b858af49054776fb bd8aa9f8a1c3c426cf351cbcfb96e696c22f21f0 c1f74ac3fe89e64afded0a3fb9a71e4eef0557c4 c531c764f40e8be4f1600311718f9862bd7cf232 c83a20519f6dac1cbdb8aab77ae905fa0c0bbb51 ccf57da5990431166bd683db0db1d44578138c5e d54a1e021ad10933f96e3aabcf887f98a22d829d ddf2c6269507961decd7ed86aa90cfe28bac47e4 e3f7c4020a6ba5f18eef88d8dfd20c78e254b33b e4b3991194075d0b174220767ec7337c035722ea ebcac67453e777e34e7b40860b6a70ab87e5be10

Package: clangd-15
Priority: optional
Section: devel
Installed-Size: 24094
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libgcc-s1 (>= 3.0), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libllvm15, libprotobuf32 (>= 3.21.12), libstdc++6 (>= 12), libclang-common-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/clangd-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 4652524
MD5sum: 23f4a67d748064362b38a0f8cdc41572
SHA1: deda2ac3b9556a66108de18760d3db1ec2fb1992
SHA256: 2b165f670f8390a30b0ebc3066405ef0379c869e3bc34406723c645712c3819e
SHA512: a6c7821937e782c2fe252953d036ab05dcedb0ded3a6dc989f246d46e939ee44b738b9a948c078fe142a39df7055de24db82a141d1e7d748f8d1f38924c4dc0f
Description: Language server that provides IDE-like features to editors
 clangd understands your C++ code and adds smart features to your editor:
  - code completion
  - compile errors
  - go-to-definition
  - and more.
 .
 clangd is a language server that implements the Language Server Protocol;
 it can work with many editors through a plugin.
Homepage: https://www.llvm.org/

Package: clangd-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 8951
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: clangd-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/clangd-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 743736
MD5sum: 1b4c45ecd44a82c474539c32147d9c8c
SHA1: 5db455e7e63854db3ea359ec5786f8b60c924cb2
SHA256: 64ebad3cce05bd626abcc0329ad0fea74a3827aba4c1fdca33acef154603be40
SHA512: 039eee8e0cff3e93c6d6bd7cbc15cb3452573bd76e227b4b34e3c47ca4cd943b39aa83c0f0d81c265856ee0fe0ffbf5e6b04561dcc2438286a568de38bdca052
Description: debug symbols for clangd-15
Auto-Built-Package: debug-symbols
Build-Ids: af2452d25b0469ed176ec4de1dcaccdfa4edcd6c

Package: colord
Priority: optional
Section: graphics
Installed-Size: 1549
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: acl, adduser, colord-data, polkitd | policykit-1 (>= 0.103), dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.34), libcolord2 (>= 1.4.3), libcolorhug2 (>= 0.1.30), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.58), libgudev-1.0-0 (>= 146), libgusb2 (>= 0.2.7), liblcms2-2 (>= 2.2+git20110628), libpolkit-gobject-1-0 (>= 0.103), libsane1 (>= 1.0.27), libsqlite3-0 (>= 3.5.9), libsystemd0
Suggests: colord-sensor-argyll
Filename: pool/target/c/colord/colord_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 188912
MD5sum: b12d11bfa1c83f407be080c1ec165650
SHA1: b913d14e77a0b30c90b1f766aab0468c5b319ccb
SHA256: 6c5ed2800433512dc32c74adf187d99eb6d117932de6804cabe76959b742d5bf
SHA512: ee6d5d5be33c1cc2e5aac4b1dd983061a25b90ed9207ed25c4eaec7e12534013b7cd22e3545f82b884daa6f046cabb43ef2dce1d5ee63f31cb862a7ee7741af1
Description: system service to manage device colour profiles -- system daemon
 colord is a system service that makes it easy to manage, install and generate
 colour profiles to accurately colour manage input and output devices.
 .
 It provides a D-Bus API for system frameworks to query, a persistent data
 store, and a mechanism for session applications to set system policy.
 .
 This package contains the dbus-activated colord system daemon.
Homepage: https://www.freedesktop.org/software/colord/
Multi-Arch: foreign

Package: colord-data
Priority: optional
Section: graphics
Installed-Size: 1852
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: all
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Replaces: colord (<< 1.2.0-2)
Breaks: colord (<< 1.2.0-2)
Filename: pool/target/c/colord/colord-data_1.4.6-2.2+apertis1bv2024dev3b1_all.deb
Size: 280360
MD5sum: 4928da72778e693d3a62865c386908ba
SHA1: c0179c20d958cef2cf6a3ef1f0b8758e631f1432
SHA256: 24887f7209e04627eca42ff838c56f94d403ea4c7739865b93580592fc269536
SHA512: 7b061709f4107b9a4927e2682b32b92951594d525eb88cee70f0c34e54cfb2265cb01580c7587dc172efed612fab9f2f5c6384909bbba5935b6fbc56c7891648
Description: system service to manage device colour profiles -- data files
 colord is a system service that makes it easy to manage, install and generate
 colour profiles to accurately colour manage input and output devices.
 .
 It provides a D-Bus API for system frameworks to query, a persistent data
 store, and a mechanism for session applications to set system policy.
 .
 This package contains data for the colord system daemon.
Homepage: https://www.freedesktop.org/software/colord/

Package: colord-dbgsym
Priority: optional
Section: debug
Installed-Size: 571
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: colord (= 1.4.6-2.2+apertis1bv2024dev3b1)
Filename: pool/target/c/colord/colord-dbgsym_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 396972
MD5sum: 422decafbc342aa554bc29a6646ca418
SHA1: 0bbc91b75ee2eba84585c97e0096d333249f5eb6
SHA256: 22db35d802149bacbe39e09405c1f09f1691a27f25a356f41e772f4ccdc89103
SHA512: 30585f394e30e887a2560cf4c0d1878b34b4975d519922ab67af2ae2180122cf5e007a8c11e5f532c1c137941a154fd4ba668f08f3037a2b4a4afc01be4bdb08
Description: debug symbols for colord
Auto-Built-Package: debug-symbols
Build-Ids: 0979ca137587401fa82232a47268d2eaa0dbf81a 114e218416118b867439cae3303be6e35361b13a 270d27ffaa4fdc3772525f8ef19f85efacc11ce9 45955f5b308c9719b4978a42681cd9edfe38a089 6a009e8eb3de3e4d7839777f4666d06cbda66ee6 740fab7c4bcae9be49255fd8f24f7376dac30cfa 75b261c0dce8d6b76a2cc8a87252a0c13f055d56 76aae335ebef3bd5c8796f5d7fac41c90f599355 8f6fd5229a9e3e92823c4ca20fee762c23a78805 989571adb21028f236ddbb982d830822e71e5e96 9e0e27c755913e05ad5bd8cd58e5f839fa0b74eb a4b33bf6e4d04259784552d0335943f51952ee30 cc54d7f0ded423e7796441dcc4f4c6af1cd91181 d4ddcebe22b4eb8d76ff8e1ce12559e218bde667 ed7578070c8edbf77183775d329c6cb19486e251

Package: colord-sensor-argyll
Priority: optional
Section: graphics
Installed-Size: 102
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Replaces: colord (<< 1.2.11-1~)
Depends: argyll, colord, libc6 (>= 2.28), libglib2.0-0 (>= 2.58)
Breaks: colord (<< 1.2.11-1~)
Filename: pool/target/c/colord/colord-sensor-argyll_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 20628
MD5sum: 9d750b9795c0ed0f9f8cbcf4a787c2a9
SHA1: c0288ec2d146b2149aa196f231607b10e3ab4008
SHA256: 46d79493e8463c25d3cf201431f2d1eebc9330c2cd0016d78e2f4c2af7b895d5
SHA512: 37e11cddf61d453e9a4ed437f136c39a947b53e7b15c9d1853c8ce557bcc756e7d069880f40a8eb62f3d84bd8fb85ed86b65419f7887053dadeb434156822a29
Description: system service to manage device colour profiles -- argyll sensor plugin
 colord is a system service that makes it easy to manage, install and generate
 colour profiles to accurately colour manage input and output devices.
 .
 It provides a D-Bus API for system frameworks to query, a persistent data
 store, and a mechanism for session applications to set system policy.
 .
 This package contains a sensor plugin that uses the Argyll tools, allowing
 colord to support colourimeters that are supported by Argyll.
Enhances: colord
Homepage: https://www.freedesktop.org/software/colord/

Package: colord-sensor-argyll-dbgsym
Priority: optional
Section: debug
Installed-Size: 41
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: colord-sensor-argyll (= 1.4.6-2.2+apertis1bv2024dev3b1)
Filename: pool/target/c/colord/colord-sensor-argyll-dbgsym_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 24104
MD5sum: 30b5545a48b6a8f18d15a10f6ebc523c
SHA1: ab6d4dfa5c701a4f987bf1dd0c3cc31a39df62eb
SHA256: 59ea3508027f44f0c18eff6389ecfd3c2d062d12de4a3e87fd8431eb763335a2
SHA512: 36a8d885cb631362710cdb2702e3a532c2a9ed66d360bc8f5edbe17920fffe489b6a8b81da16e5824e5ff16d131b7789b90fa2bbb4dad07002c8c07af1daf9cf
Description: debug symbols for colord-sensor-argyll
Auto-Built-Package: debug-symbols
Build-Ids: 99e979997d42004e83007dd5632ccef7ab7658dd

Package: colord-tests
Priority: optional
Section: graphics
Installed-Size: 355
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: colord, libc6 (>= 2.34), libcolord2 (>= 1.4.3), libglib2.0-0 (>= 2.58), liblcms2-2 (>= 2.2+git20110628)
Filename: pool/target/c/colord/colord-tests_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 79804
MD5sum: 199c7d6333e37a6bfaf344e9c2a6f5cd
SHA1: d622d1d1e0f9e1c09ccbbaa3ac2c3ca47b81eaa9
SHA256: 798bbde79a752cb167d38e3edfef076ff41410ed5d60f858e7e3e933e33c950c
SHA512: 89ef47b7f8b3df46a0a989fac3c547153d597c822379d6bd0c417e7bc7207013647027cdb60a0a1864be22c0ce6c57e9beb55552f1d7078c816b8f8177bf573f
Description: system service to manage device colour profiles -- test suite
 colord is a system service that makes it easy to manage, install and generate
 colour profiles to accurately colour manage input and output devices.
 .
 It provides a D-Bus API for system frameworks to query, a persistent data
 store, and a mechanism for session applications to set system policy.
 .
 This package contains test programs, designed to be run as a part of a
 regression test suite.
Homepage: https://www.freedesktop.org/software/colord/
Multi-Arch: foreign

Package: colord-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 185
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: colord-tests (= 1.4.6-2.2+apertis1bv2024dev3b1)
Filename: pool/target/c/colord/colord-tests-dbgsym_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 142536
MD5sum: 6006c57f0970f556ad16f7a0530b4538
SHA1: f33923ff9401d2cc7de8854e3b25d8cd1724ba7b
SHA256: 0afaea3862b95e09db54ca5eed39653ff6175323246fc856f33f7a239b52b925
SHA512: 0e58fae536e2eb45329619a7b701876275dd2c2367e76bf9e413f5aceab917dcea366ffd2510b24ecd3c740f0281017e72d99ca851ae1f5482bb4a9ec1743e59
Description: debug symbols for colord-tests
Auto-Built-Package: debug-symbols
Build-Ids: 4c7758ab7b15f405b7f2f6a3256722d1922fcb09 c44fa22c6cdc5bd8862c7ab5dc100cc1ecb1cdff

Package: comerr-dev
Priority: optional
Section: libdevel
Installed-Size: 150
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs (1.47.0-2+apertis0bv2024dev3b2)
Version: 2.1-1.47.0-2+apertis0bv2024dev3b2
Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3)
Depends: libc6-dev | libc-dev, libcom-err2 (= 1.47.0-2+apertis0bv2024dev3b2)
Suggests: doc-base
Filename: pool/target/e/e2fsprogs/comerr-dev_2.1-1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 58208
MD5sum: 14a6fb3d4a09a5c8f11b3a239fae3db1
SHA1: 90071d71c6913ba73d90433758633216d92aa613
SHA256: 1d21673331ef3c489253d13ed352734d22a507becb277062e97ebf8725744c5c
SHA512: c04db63ae42bdd1ab1ad5e20f9e173c3034bd786e7d222c36cbce35f967139ea5e9bc5c0091cf7bd36aa36f76d87f942ee57c1014623f1bd6fc23bcb956d537c
Description: common error description library - headers and static libraries
 libcom_err is an attempt to present a common error-handling mechanism to
 manipulate the most common form of error code in a fashion that does not
 have the problems identified with mechanisms commonly in use.
 .
 This package contains the development environment for the com_err library.
Homepage: http://e2fsprogs.sourceforge.net
Multi-Arch: same

Package: conmon
Priority: optional
Section: admin
Installed-Size: 219
Maintainer: Podman Packaging Team <team+podman@tracker.debian.org>
Architecture: arm64
Version: 2.1.6+ds1-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.35.8), libsystemd0
Filename: pool/target/c/conmon/conmon_2.1.6+ds1-1+apertis0bv2024dev3b1_arm64.deb
Size: 36624
MD5sum: 6bf84ea37384dd7e3b50058f54f5f037
SHA1: 6b828a7b3437c01b7dd4d9d5a91bb8e1062bbcbc
SHA256: c560e659a2c9e5021b357fe5c0a5028c60b9400fc33cccc658ce2f87ccc6cb42
SHA512: d98bf295fbedc27759bd5fc8587a868a43f61aa46dcf3cdc4142017f6f7b1b2a9d6ca4f11e6b3b379e965a93f4dea5343c78325559ed4e23028fe220f5456819
Description: OCI container runtime monitor
 Conmon is a monitoring program and communication tool between a container
 manager (like podman or CRI-O) and an OCI runtime (like runc or crun) for a
 single container.
 .
 Upon being launched, it double-forks to daemonize and detach from the parent
 that launched it. It then launches the runtime as its child. This allows
 managing processes to die in the foreground, but still be able to watch over
 and connect to the child process (the container).
 .
 While the container runs, conmon does two things:
 .
 - Provides a socket for attaching to the container, holding open the
   container's standard streams and forwarding them over the socket.
 - Writes the contents of the container's streams to a log file (or to the
   systemd journal) so they can be read after the container's death.
 .
 Finally, upon the containers death, conmon will record its exit time and code
 to be read by the managing programs.
 .
 Written in C and designed to have a low memory footprint, conmon is intended to
 be run by a container managing library. Essentially, conmon is the smallest
 daemon a container can have.
Homepage: https://github.com/containers/conmon

Package: conmon-dbgsym
Priority: optional
Section: debug
Installed-Size: 115
Maintainer: Podman Packaging Team <team+podman@tracker.debian.org>
Architecture: arm64
Source: conmon
Version: 2.1.6+ds1-1+apertis0bv2024dev3b1
Depends: conmon (= 2.1.6+ds1-1+apertis0bv2024dev3b1)
Filename: pool/target/c/conmon/conmon-dbgsym_2.1.6+ds1-1+apertis0bv2024dev3b1_arm64.deb
Size: 91856
MD5sum: 4d92a3d6aed69559eb2f2a5600aec1f2
SHA1: ecf7bedcd553e30972bf46aa37e973312e955645
SHA256: a98ca98e305974bae2c75cc863426e8ce708d513ffd80e04fa7438ceb381605d
SHA512: ab41ef385b50de7ff713b4b1bbfa145334af4029e58bebcdfc67534b17d1ee9e8d2fb40d5c6288173578d90cbabcec6682fe25006d37d785bd04c79c2e91c046
Description: debug symbols for conmon
Auto-Built-Package: debug-symbols
Build-Ids: dda26d4b4ea6abde746b342eaf9a2f4b3f0a2a4b

Package: connman
Priority: optional
Section: net
Installed-Size: 1379
Maintainer: Vignesh Raman <vignesh.raman@collabora.com>
Architecture: arm64
Version: 1.41+debiantarball-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libedit2 (>= 3.1-20221030-2+apertis1bv2024dev2b1), libglib2.0-0 (>= 2.39.4), libgnutls30 (>= 3.7.5), libxtables12 (>= 1.6.0+snapshot20161117), dbus, lsb-base, iptables
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: bluez, wpasupplicant | iwd, ofono
Suggests: connman-vpn
Filename: pool/target/c/connman/connman_1.41+debiantarball-2+apertis1bv2024dev3b1_arm64.deb
Size: 401624
MD5sum: b27216b0bbf0503a1fc92999843c687a
SHA1: 4ea4015123c986aaf0cbbd0803c3ac39f3ec8e6e
SHA256: 2e6ee06e3f96fa37388990315a51dbc49d5bfa562b85a129c6bcf9f49faf1311
SHA512: 5e1277ca3e3c9397a54ce6dcb7fe36cbd280b42dee12ee484d12b79b1fe55312641a89c6c099a9a4eea886e4d6c245728f3fadad5bf232f31b9bbdc2d14176e9
Description: Intel Connection Manager daemon
 The Linux Connection Manager project provides a daemon for managing
 Internet connections within embedded devices running the Linux
 operating system. The Connection Manager is designed to be slim and to
 use as few resources as possible. It is fully modular system that
 can be extended through plug-ins. The plug-in approach allows for
 easy adaption and modification for various use cases.
 .
 ConnMan provies IPv4 and IPv6 connectivity via:
  * ethernet
  * WiFi, using wpasupplicant
  * Cellular, using oFono
  * Bluetooth, using bluez
 .
 ConnMan implements DNS resolving and caching, DHCP clients for both IPv4 and
 IPv6, link-local IPv4 address handling and tethering (IP connection sharing)
 to clients via USB, ethernet, WiFi, cellular and Bluetooth.
 .
 This package contains the connman daemon and its plugins.
Homepage: https://git.kernel.org/pub/scm/network/connman/connman.git

Package: connman-dbgsym
Priority: optional
Section: debug
Installed-Size: 1535
Maintainer: Vignesh Raman <vignesh.raman@collabora.com>
Architecture: arm64
Source: connman
Version: 1.41+debiantarball-2+apertis1bv2024dev3b1
Depends: connman (= 1.41+debiantarball-2+apertis1bv2024dev3b1)
Filename: pool/target/c/connman/connman-dbgsym_1.41+debiantarball-2+apertis1bv2024dev3b1_arm64.deb
Size: 1324048
MD5sum: de6dff0f0abebc03e8c09b233572cb21
SHA1: 891d1a1459827186e848b67cf10d01991c81c865
SHA256: 69bbc9fb47d3336e0229f120c2648631af82c470d95260cb18653389997b716f
SHA512: e94db3a79edb6f555567cdf85b33944dc042d51431418ba4eda272a7011b2ce65c4c96674f69ad929397f7ff32632c21a6cff763c0fe75aaead2d250e20f9d94
Description: debug symbols for connman
Auto-Built-Package: debug-symbols
Build-Ids: c84053d345085234e98daf6eeb6e8d07840a2d2d e306c2ae5d22c2e7992ba0b326db27bd76d9d9c8 ef68fe35a4371ffd7baa8a0a7a6d1ad23a647d3f

Package: connman-dev
Priority: optional
Section: devel
Installed-Size: 98
Maintainer: Vignesh Raman <vignesh.raman@collabora.com>
Architecture: arm64
Source: connman
Version: 1.41+debiantarball-2+apertis1bv2024dev3b1
Depends: libglib2.0-dev, libdbus-1-dev
Filename: pool/target/c/connman/connman-dev_1.41+debiantarball-2+apertis1bv2024dev3b1_arm64.deb
Size: 27104
MD5sum: c45c22e7f1278066f4e3084f38c16147
SHA1: 3cafb2a53084e05ba087c84ea45ecdadc45cca0f
SHA256: 35f6d30f17020084810bb27ebecf39a08bd18fcfe453d941f47861fb724b25d4
SHA512: fd5b9b8983926a59d573fb8871844b3376a8ba8458d1f337554bbc2e9890ef1f04316915f55f1db68025cd84e25da76d96c9633b0f1aa168f32a7ca42e851b25
Description: Development files for connman
 The Linux Connection Manager project provides a daemon for managing
 Internet connections within embedded devices running the Linux
 operating system. The Connection Manager is designed to be slim and to
 use as few resources as possible. It is fully modular system that
 can be extended through plug-ins. The plug-in approach allows for
 easy adaption and modification for various use cases.
 .
 ConnMan provies IPv4 and IPv6 connectivity via:
  * ethernet
  * WiFi, using wpasupplicant
  * Cellular, using oFono
  * Bluetooth, using bluez
 .
 ConnMan implements DNS resolving and caching, DHCP clients for both IPv4 and
 IPv6, link-local IPv4 address handling and tethering (IP connection sharing)
 to clients via USB, ethernet, WiFi, cellular and Bluetooth.
 .
 This package contains headers, pkg-config support mainly useful for
 developing connman plugins.
Homepage: https://git.kernel.org/pub/scm/network/connman/connman.git
Multi-Arch: same

Package: connman-doc
Priority: optional
Section: doc
Installed-Size: 104
Maintainer: Vignesh Raman <vignesh.raman@collabora.com>
Architecture: all
Source: connman
Version: 1.41+debiantarball-2+apertis1bv2024dev3b1
Suggests: connman-dev
Filename: pool/target/c/connman/connman-doc_1.41+debiantarball-2+apertis1bv2024dev3b1_all.deb
Size: 68936
MD5sum: 47f656dc437a77afa9b94989596080d1
SHA1: 7295ffef1cc78e281773a9a31986031e963dd857
SHA256: e3671484374ac2dc47fe3f2f8d48ef6ebd93603f66959be8ad2c949a75468767
SHA512: f59727a03bffe7ac751f8de503a15cb28fbcabbc2a2adae14ec4a9a81c04f0a7457082bda1e80a67b428c7dfa0080d0b05f32e1b0b0a9f9d74e675f06728e236
Description: ConnMan documentation
 The Linux Connection Manager project provides a daemon for managing
 Internet connections within embedded devices running the Linux
 operating system.
 .
 This package contains the connman API documentation.
 .
 See the connman description for more information regarding connman.
Homepage: https://git.kernel.org/pub/scm/network/connman/connman.git
Multi-Arch: foreign

Package: connman-tests
Priority: optional
Section: net
Installed-Size: 126
Maintainer: Vignesh Raman <vignesh.raman@collabora.com>
Architecture: all
Source: connman
Version: 1.41+debiantarball-2+apertis1bv2024dev3b1
Depends: python-dbus
Filename: pool/target/c/connman/connman-tests_1.41+debiantarball-2+apertis1bv2024dev3b1_all.deb
Size: 33372
MD5sum: 546c95e5b8ee79e2e4a6611bdc9c6ac6
SHA1: 3ef176d4440a6da36ee10ccfa2c50be188f8feb0
SHA256: 64f7341b0302607d8a46174aad85e2fd8c944ffee5914b314d6e167be29dfc8a
SHA512: 4a40c01a872d36643c9aeeb67524a770a0fadde066e2c5ef1df9751e8b7feb70f0420465321cd5d1d726cde275939f795ba8079686ef83d0f30b77f28865221e
Description: Intel Connection Manager daemon -- test scripts
 The Linux Connection Manager project provides a daemon for managing
 Internet connections within embedded devices running the Linux
 operating system. The Connection Manager is designed to be slim and to
 use as few resources as possible, so it can be easily integrated in
 other Moblin-based embedded systems. It is fully modular system that
 can be extended through plug-ins, to support all kinds of wired or
 wireless technologies. Also, configuration methods like DHCP and
 domain name resolving are implemented using plug-ins. The plug-in
 approach allows for easy adaption and modification for various use cases.
 .
 This package contains the connman test scripts
Homepage: https://git.kernel.org/pub/scm/network/connman/connman.git

Package: connman-vpn
Priority: optional
Section: net
Installed-Size: 790
Maintainer: Vignesh Raman <vignesh.raman@collabora.com>
Architecture: arm64
Source: connman
Version: 1.41+debiantarball-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.31.8), libgnutls30 (>= 3.7.5), libmnl0 (>= 1.0.3-4~)
Recommends: connman (= 1.41+debiantarball-2+apertis1bv2024dev3b1), xl2tpd
Breaks: ppp (>= 2.4.9-2~), ppp (<< 2.4.9-1+~)
Filename: pool/target/c/connman/connman-vpn_1.41+debiantarball-2+apertis1bv2024dev3b1_arm64.deb
Size: 139316
MD5sum: 5a897b3f1cafb5cdab50947c2fee2691
SHA1: 4c2888d4428c3c615bfc6e04bd58bae1a59bae61
SHA256: 22a25195b8fe781456173bd379b46804606a2cca457fbe48357cb139637bb362
SHA512: 480b13a52e4bb28d9a0241872454681460b39d62c8741d8f3ad6be3a32a9a5aa6209df02ce8856551a9716691a985c775e76c2a4ba21d41ead76c15b3806697e
Description: Intel Connection Manager daemon - VPN daemon
 The Linux Connection Manager project provides a daemon for managing
 Internet connections within embedded devices running the Linux
 operating system. The Connection Manager is designed to be slim and to
 use as few resources as possible. It is fully modular system that
 can be extended through plug-ins. The plug-in approach allows for
 easy adaption and modification for various use cases.
 .
 ConnMan provies IPv4 and IPv6 connectivity via:
  * ethernet
  * WiFi, using wpasupplicant
  * Cellular, using oFono
  * Bluetooth, using bluez
 .
 ConnMan implements DNS resolving and caching, DHCP clients for both IPv4 and
 IPv6, link-local IPv4 address handling and tethering (IP connection sharing)
 to clients via USB, ethernet, WiFi, cellular and Bluetooth.
 .
 This package contains the connman VPN daemon. ConnMan VPN daemon manages
 VPNs on behalf of connmand and start and stops various VPN client
 applications. The VPN daemon can also be run standalone without connmand.
Homepage: https://git.kernel.org/pub/scm/network/connman/connman.git

Package: connman-vpn-dbgsym
Priority: optional
Section: debug
Installed-Size: 535
Maintainer: Vignesh Raman <vignesh.raman@collabora.com>
Architecture: arm64
Source: connman
Version: 1.41+debiantarball-2+apertis1bv2024dev3b1
Depends: connman-vpn (= 1.41+debiantarball-2+apertis1bv2024dev3b1)
Filename: pool/target/c/connman/connman-vpn-dbgsym_1.41+debiantarball-2+apertis1bv2024dev3b1_arm64.deb
Size: 409616
MD5sum: 7acaa4b1c1de7df46b69f159c47e8eca
SHA1: cdc6737f076c14c85ab51085c3e555d01983c2b7
SHA256: cd319943bfb7838d433663c2d51fa4488fa57f9f9785dc42dab5bda6bcc0d2cd
SHA512: 1586b276550093d7eea0a5fbc1bec53a53142ac11bf9cc6c6bf0a1c05e4592a6a318656e14a99bbba77c8ad609dbf956e780ea529d57510b48e51f95811afda7
Description: debug symbols for connman-vpn
Auto-Built-Package: debug-symbols
Build-Ids: 0a93a296c6b149769bfd9e921e18f1f7105b965f 134dd219dd9bba9d1d0447ec3cb86e301bbbf837 144b8b79b24603778a13198b7b90187dec3eed3f 4240e41a7c664c875ce219e4a379d9a583f037d3 62b1de27ba6efa57e202236eb0ed3901b683ff5d 636c8a7fdfe30cc08a00f38eeb01ca1bf153c8b1 d3e9aaa239bf54ebc646b74776dc1bd83da1f747

Package: cpp-12
Priority: optional
Section: interpreters
Installed-Size: 28717
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: gcc-12-locales (>= 12), cpp-12-doc (>= 12)
Breaks: hardening-wrapper (<< 2.8+nmu3), libmagics++-dev (<< 2.28.0-4)
Filename: pool/target/g/gcc-12/cpp-12_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 8227024
MD5sum: 62e819d060075b184e986267c3009a2d
SHA1: a4d89a371c30719f92627350e86759ed71f2c4b7
SHA256: 5951410cf43354c4939c93fee33be46a8e27b0d842bcbdec8457931486199f9f
SHA512: 2e8032a49cee90f8728ee1c57399ec146495fd78af40f50883d2e7466d9687f668c8e43045c1308723bc748fae6dd530747cf32125ca94a6e5a5d02f939120b7
Description: GNU C preprocessor
 A macro processor that is used automatically by the GNU C compiler
 to transform programs before actual compilation.
 .
 This package has been separated from gcc for the benefit of those who
 require the preprocessor but not the compiler.
Homepage: http://gcc.gnu.org/

Package: cpp-12-dbgsym
Priority: optional
Section: debug
Installed-Size: 70124
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: cpp-12 (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/cpp-12-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 67778620
MD5sum: 7669fc93e74b031976f4795d2250db07
SHA1: bd8bfc6b09f459aa26602c74da38d7fb48fbe756
SHA256: bffc70269ba787092d9f618cff8a15459286baa2197c7aa382e927e1359a6fbb
SHA512: 7a7ec508a5ebf30d2b9a363630af92ae61cb8683c5e3c28924a2a90d08ffe6cf3b981ca3a9d407f0198bbaf2d36041b7076bac8bb3dfcd0e16a7042572464cb2
Description: debug symbols for cpp-12
Auto-Built-Package: debug-symbols
Build-Ids: 06e9e8b37ab00b76c905cb76c8c308ec1d7423f5 08d6497d7c739e01092acb298df973435c60a104

Package: cpuinfo
Priority: optional
Section: science
Installed-Size: 219
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Version: 0.0~git20220617.082deff-1+apertis1bv2024dev2b1
Depends: libcpuinfo0 (= 0.0~git20220617.082deff-1+apertis1bv2024dev2b1), libc6 (>= 2.34)
Filename: pool/target/c/cpuinfo/cpuinfo_0.0~git20220617.082deff-1+apertis1bv2024dev2b1_arm64.deb
Size: 11148
MD5sum: 8ad5176ab49c821d2638541982b88d05
SHA1: aecabe2d9570615f7f6814c997da2f14f632dc45
SHA256: 3625a960a7ccdc1ddcb14e46d48dc095def542b520f5b5583b042a305d8c1254
SHA512: 2c4c3869861836e8fcd3dc9d3a4dcd1606df5c55010267e259f629318c3b30a7df48b8a95989bc11a34065fb4be294b5f995f16450ad1bb47a6aa6945648b5b1
Description: CPU INFOrmation library (binary utilities)
 cpuinfo is a library to detect essential for performance optimization
 information about host CPU.
 .
 Features
 .
   - **Cross-platform** availability:
     - Linux, Windows, macOS, Android, and iOS operating systems
     - x86, x86-64, ARM, and ARM64 architectures
   - Modern **C/C++ interface**
     - Thread-safe
     - No memory allocation after initialization
     - No exceptions thrown
   - Detection of **supported instruction sets**, up to AVX512 (x86) and
     ARMv8.3 extensions
   - Detection of SoC and core information:
     - **Processor (SoC) name**
     - Integrated **GPU name** (Android/iOS only)
     - Vendor, **microarchitecture**, and ID (**MIDR** on ARM, **CPUID**
       leaf 1 EAX value on x86) for each CPU core
   - Detection of **cache information**:
     - Cache type (instruction/data/unified), size and line size
     - Cache associativity
     - Cores and logical processors (hyper-threads) sharing the cache
   - Detection of **topology information** (relative between logical
     processors, cores, and processor packages)
   - Well-tested **production-quality** code:
     - 60+ mock tests based on data from real devices
     - Includes work-arounds for common bugs in hardware and OS kernels
     - Supports systems with heterogenous cores, such as **big.LITTLE**
       and Max.Med.Min
   - Permissive **open-source** license (Simplified BSD)
 .
 This package ships with several binary utilities.
Homepage: https://github.com/pytorch/cpuinfo

Package: cpuinfo-dbgsym
Priority: optional
Section: debug
Installed-Size: 50
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: cpuinfo
Version: 0.0~git20220617.082deff-1+apertis1bv2024dev2b1
Depends: cpuinfo (= 0.0~git20220617.082deff-1+apertis1bv2024dev2b1)
Filename: pool/target/c/cpuinfo/cpuinfo-dbgsym_0.0~git20220617.082deff-1+apertis1bv2024dev2b1_arm64.deb
Size: 17432
MD5sum: a25048e5e3081407a0d129f8e2c40729
SHA1: e5f5d41af02f1ba5c399593e651d2addf043c131
SHA256: a0b8982f2a58f924402147dd7934fe436e3f10000e83d9b9d7d0b80e4934b557
SHA512: dfa77ed63efabc74164ec2ed8a2ceafe4d800e9b70b69c6457e301eebfb8740eb2b28eed1a7cbf8c67bab3721191004dd98f0a32f143a110e2fd6d00b2616c26
Description: debug symbols for cpuinfo
Auto-Built-Package: debug-symbols
Build-Ids: 7c0249f9f3755410936da4d604ebd740caec4254 7d002284f904f211b8ef8e8cc2db44be3de52ef5 9c1d6b232ded570e2cd3995a067936eb22292c77

Package: cryptsetup
Priority: optional
Section: admin
Installed-Size: 514
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: arm64
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Replaces: cryptsetup-run (<< 2:2.1.0-6)
Depends: cryptsetup-bin (>= 2:1.6.0), dmsetup, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34)
Suggests: cryptsetup-initramfs, dosfstools, keyutils, liblocale-gettext-perl
Breaks: cryptsetup-run (<< 2:2.1.0-6)
Filename: pool/target/c/cryptsetup/cryptsetup_2.6.1-4~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 215656
MD5sum: 9961e32a2d2d18fe2873f47f3352f37c
SHA1: 330c9f23be99793b3d1f2ce8305bbeeca8090d55
SHA256: 0856b7cbc2c3b9a4ce248364ac0730d03b22f01d89677fefa7a27c4d5c340e89
SHA512: d0f6426bb7acba264544d2f45b1cab2bbe5a54e3c855ade67033e725634125b14e1562f2de3e7a93a4fccd6f753c8e41abbd0dcd6c00b13989c83e7545287ace
Description: disk encryption support - startup scripts
 Cryptsetup provides an interface for configuring encryption on block
 devices (such as /home or swap partitions), using the Linux kernel
 device mapper target dm-crypt. It features integrated Linux Unified Key
 Setup (LUKS) support.
 .
 Cryptsetup is backwards compatible with the on-disk format of cryptoloop,
 but also supports more secure formats. This package includes support for
 automatically configuring encrypted devices at boot time via the config
 file /etc/crypttab. Additional features are cryptoroot support through
 initramfs-tools and several supported ways to read a passphrase or key.
 .
 This package provides the cryptdisks_start and _stop wrappers, as well as
 luksformat.
Homepage: https://gitlab.com/cryptsetup/cryptsetup
Multi-Arch: foreign

Package: cryptsetup-bin
Priority: optional
Section: admin
Installed-Size: 2401
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: arm64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: libblkid1 (>= 2.24.2), libc6 (>= 2.34), libcryptsetup12 (>= 2:2.6), libpopt0 (>= 1.14), libuuid1 (>= 2.16)
Filename: pool/target/c/cryptsetup/cryptsetup-bin_2.6.1-4~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 469308
MD5sum: e815a64d79f141f31caa6e4bbb7a8543
SHA1: ae1f6a9617fdb67080f57069af460b47c1fecabe
SHA256: 88deb17a5f5f27bcca7c38b6a45770dc931102161efb81e133518b7a5d31bbc1
SHA512: ffd82b9a1102f65a8091df0ed649055ec846f6450576eaec3e4662303c026b01cb18d31e9eb87fda9d50f66f572031c0bf2536c43af95466ec47fd122b2759eb
Description: disk encryption support - command line tools
 Cryptsetup provides an interface for configuring encryption on block
 devices (such as /home or swap partitions), using the Linux kernel
 device mapper target dm-crypt. It features integrated Linux Unified Key
 Setup (LUKS) support.
 .
 This package provides the cryptsetup, integritysetup and veritysetup
 utilities.
Homepage: https://gitlab.com/cryptsetup/cryptsetup
Multi-Arch: foreign

Package: cryptsetup-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 311
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: arm64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: cryptsetup-bin (= 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/c/cryptsetup/cryptsetup-bin-dbgsym_2.6.1-4~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 249292
MD5sum: a2d94a5d779d3ad634c0c3e2555a24de
SHA1: 5928f45e461c21709561ab4fe2ba995650c9e9fe
SHA256: b24786c12236a74cb2de6907bc8450155755d615325d240f2ac5a6ef5ebc958f
SHA512: 6c8d7da3b7e4cea08be577b9bb2d4f3897b97f10ffd04a99148609bbb4f97862f27ca75ca92cf2ee1f2196fdc8afb116eecb0ef7dc1dac928058943452fbcc0e
Description: debug symbols for cryptsetup-bin
Auto-Built-Package: debug-symbols
Build-Ids: 4b30c96de8eb3633dab993425eb415239d8d3af3 838150a8222e6bae8445b81431c210f8b986c1a8 a69ef550af105da89713f678f75f781fc65d09b5

Package: cryptsetup-dbgsym
Priority: optional
Section: debug
Installed-Size: 46
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: arm64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: cryptsetup (= 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/c/cryptsetup/cryptsetup-dbgsym_2.6.1-4~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 19060
MD5sum: 6841abb870ac8c05ba28a67df3f2bb03
SHA1: bea18abb552def99cc138cd4c8ca53c2ecb18f51
SHA256: 41a4f5d0c53c92d74db4e8e164f77152953e88ab90cc1889801726886d440fc5
SHA512: 760d59c08c737a79444d1b564a5f725b2ca1cfa9478aa8a36b09dff55c03dc20ee29d8ef0141bc7beb707e9fe44c454c90cafe557727b271faa8baf47831cea4
Description: debug symbols for cryptsetup
Auto-Built-Package: debug-symbols
Build-Ids: 3dcfc16bf90e4e102225a8ca7c528256a9ed8215 f09b2f330442ac28256de31d29b3185c022c9647

Package: cryptsetup-initramfs
Priority: optional
Section: admin
Installed-Size: 110
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: all
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Replaces: cryptsetup (<< 2:2.0.3-1)
Depends: busybox | busybox-static, cryptsetup (>= 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1), initramfs-tools (>= 0.137) | linux-initramfs-tool, debconf (>= 0.5) | debconf-2.0
Recommends: console-setup, kbd
Conflicts: lvm2 (<< 2.03.15-1)
Breaks: cryptsetup (<< 2:2.0.3-1)
Filename: pool/target/c/cryptsetup/cryptsetup-initramfs_2.6.1-4~deb12u1+apertis1bv2024dev3b1_all.deb
Size: 38416
MD5sum: 9f94cba94d4bb2bd4850817afe08bbbe
SHA1: 07a17c9052f5b0d052c30fa53c7bfe7a4b76e70e
SHA256: f146c778ce291cb75ff3303d07ff5bb66b8ab426310dce5c722b688fd9a5c2e3
SHA512: 05bc97077f92ca41f54c1fd9c52e2393ef3f14ac9e720d426e9a1c27d72a277ef7c501f4ac6d54f1bab179f639ded1ec487270f39532fdf22523303f8ed23700
Description: disk encryption support - initramfs integration
 Cryptsetup provides an interface for configuring encryption on block
 devices (such as /home or swap partitions), using the Linux kernel
 device mapper target dm-crypt. It features integrated Linux Unified Key
 Setup (LUKS) support.
 .
 This package provides initramfs integration for cryptsetup.
Homepage: https://gitlab.com/cryptsetup/cryptsetup

Package: cryptsetup-initramfs
Priority: optional
Section: admin
Installed-Size: 110
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: all
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev2b1
Replaces: cryptsetup (<< 2:2.0.3-1)
Depends: busybox | busybox-static, cryptsetup (>= 2:2.6.1-4~deb12u1+apertis1bv2024dev2b1), initramfs-tools (>= 0.137) | linux-initramfs-tool, debconf (>= 0.5) | debconf-2.0
Recommends: console-setup, kbd
Conflicts: lvm2 (<< 2.03.15-1)
Breaks: cryptsetup (<< 2:2.0.3-1)
Filename: pool/target/c/cryptsetup/cryptsetup-initramfs_2.6.1-4~deb12u1+apertis1bv2024dev2b1_all.deb
Size: 38416
MD5sum: ac535b047475ce5a9ed5ac07c544630c
SHA1: c46d79cb807e3b58505fcfce8fa72c48501030ca
SHA256: 976102c9237855aa8e82e5047c8268fdd7b92064761341417b10bdf9db2f608d
SHA512: d407f686daf579a9a7b12ba66145fb2ee726c385d30b150995e6aa3d485945c69231c641ca1d97f0df19e0d22f53e4a371d3fb74ea81202234c2da41a96f9dca
Description: disk encryption support - initramfs integration
 Cryptsetup provides an interface for configuring encryption on block
 devices (such as /home or swap partitions), using the Linux kernel
 device mapper target dm-crypt. It features integrated Linux Unified Key
 Setup (LUKS) support.
 .
 This package provides initramfs integration for cryptsetup.
Homepage: https://gitlab.com/cryptsetup/cryptsetup

Package: cryptsetup-run
Priority: optional
Section: oldlibs
Installed-Size: 37
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: all
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: cryptsetup (>= 2:2.1.0-6)
Filename: pool/target/c/cryptsetup/cryptsetup-run_2.6.1-4~deb12u1+apertis1bv2024dev3b1_all.deb
Size: 19948
MD5sum: 0a1e2e2b72cee1c6a18d1f6fa242a47a
SHA1: 106799e5d1b8419a5236802478b7d23e812a27b7
SHA256: 5378a1510521d765fa902279cff2506bb312705c9b3e4ac603a73e576f6b5218
SHA512: 7c506177c26f0dd391c473269a01694e030c48b166658c0f00ec0d04d4756cde5bc660594d8f6fbac01e659570da6e5455757c60628e03bd4baf6b725f6c67db
Description: transitional dummy package for cryptsetup
 This is a transitional dummy package to get upgrading systems to install the
 cryptsetup package. It can safely be removed once no other package depends on
 it.
Homepage: https://gitlab.com/cryptsetup/cryptsetup
Multi-Arch: foreign

Package: cryptsetup-run
Priority: optional
Section: oldlibs
Installed-Size: 37
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: all
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev2b1
Depends: cryptsetup (>= 2:2.1.0-6)
Filename: pool/target/c/cryptsetup/cryptsetup-run_2.6.1-4~deb12u1+apertis1bv2024dev2b1_all.deb
Size: 19944
MD5sum: 2cc0218e30874b5666f6a50e394cfda8
SHA1: 1632d786a51649b3b655ad913fd4a90bd8ca54e6
SHA256: 6e4e321fac94d7eae8d384477e7ff52f9e6df44d7a17a12b93ff266916ebf490
SHA512: e2e580975619f1a3cd8e9defd00cd1a6f0519291c320a68dd816a2d37db1046d78c2ea029f5cf0f4606524a201524a23666dfc6d41fceeff1a86e29cef901977
Description: transitional dummy package for cryptsetup
 This is a transitional dummy package to get upgrading systems to install the
 cryptsetup package. It can safely be removed once no other package depends on
 it.
Homepage: https://gitlab.com/cryptsetup/cryptsetup
Multi-Arch: foreign

Package: cryptsetup-ssh
Priority: optional
Section: admin
Installed-Size: 180
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: arm64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis0bv2024dev2b1
Replaces: cryptsetup (<< 2:2.5.0~rc1-3), cryptsetup-bin (<< 2:2.5.0~rc1-3)
Depends: libc6 (>= 2.34), libcryptsetup12 (>= 2:2.4), libjson-c5 (>= 0.15), libpopt0 (>= 1.14), libssh-4 (>= 0.8.0)
Recommends: cryptsetup-bin (>= 2:2.6.1-4~deb12u1+apertis0bv2024dev2b1)
Breaks: cryptsetup (<< 2:2.5.0~rc1-3), cryptsetup-bin (<< 2:2.5.0~rc1-3)
Filename: pool/target/c/cryptsetup/cryptsetup-ssh_2.6.1-4~deb12u1+apertis0bv2024dev2b1_arm64.deb
Size: 37008
MD5sum: b46b06940936692984b815bd32dd4cf7
SHA1: 143c6e569a71fa4c40962b8d446f2f39a39b0fc7
SHA256: 7787d1af3ab70bf9e04ca932c39be0a76c1d696d4edc510825ddf1dfbbe2ea58
SHA512: d670edd10491c7d58508b80dae8666b00c4865572178765e01b6de7edf2d461b22718fa95bdd4065da3f69e8c7cc79171b8fb64ba59437e36f11e502e4bf7265
Description: disk encryption support - experimental SSH token handler
 Cryptsetup provides an interface for configuring encryption on block
 devices (such as /home or swap partitions), using the Linux kernel
 device mapper target dm-crypt. It features integrated Linux Unified Key
 Setup (LUKS) support.
 .
 This package provides the cryptsetup-ssh(8) utility and an SSH token plugin
 which can be used to unlock LUKS2 devices using a remote keyfile hosted on a
 system accessible through SSH.  This is currently an *experimental* feature
 and mostly serves as a demonstration of the plugin interface API.
Homepage: https://gitlab.com/cryptsetup/cryptsetup
Multi-Arch: foreign

Package: cryptsetup-ssh-dbgsym
Priority: optional
Section: debug
Installed-Size: 79
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: arm64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis0bv2024dev2b1
Depends: cryptsetup-ssh (= 2:2.6.1-4~deb12u1+apertis0bv2024dev2b1)
Filename: pool/target/c/cryptsetup/cryptsetup-ssh-dbgsym_2.6.1-4~deb12u1+apertis0bv2024dev2b1_arm64.deb
Size: 49700
MD5sum: fbc6ff421a13336c1fa1b493171d2ec5
SHA1: adf5af9e7b70e2839850b1af0dcafbf39d11c08d
SHA256: f1d332a86720cf5f5819e180539e668b58db66739be1935c78284b4497d285dd
SHA512: 69e31dc2a89b487bdc24f6c04c1d48f766bf588e8c8bc5e1d9fa3c8fd8b1a7c6c9c5fb75f3d6058324b006672c6e57c090f3cbd28e7262ad4e3e48e58394a0f6
Description: debug symbols for cryptsetup-ssh
Auto-Built-Package: debug-symbols
Build-Ids: 90195891bb2bcfb3f0b19528734f42adc2859bf0 953632b2431e71ac57e4aa9d45d983d1440d425d

Package: cryptsetup-suspend
Priority: optional
Section: admin
Installed-Size: 138
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: arm64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: cryptsetup-initramfs (>= 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1), initramfs-tools-core, kbd, systemd, libc6 (>= 2.34), libcryptsetup12 (>= 2:2.1)
Filename: pool/target/c/cryptsetup/cryptsetup-suspend_2.6.1-4~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 30444
MD5sum: ac0888aabeaf89feff7c9adacaf7e11b
SHA1: 2187183fb9543c10e10cb08a38f1ea69c5a3630e
SHA256: 7c57b720b19f6d03034889087dbd6ac39511737e0e53afed55bf7f850c861795
SHA512: 8062a37811f2b6eef6bcb1986fe92b19c88dc48f30223b232fa44abdd01eab8be810ad90cb9e435f82aae37299295339ddd80e5c7770ebbec2996c7063d7762b
Description: disk encryption support - suspend mode integration
 Cryptsetup provides an interface for configuring encryption on block
 devices (such as /home or swap partitions), using the Linux kernel
 device mapper target dm-crypt. It features integrated Linux Unified Key
 Setup (LUKS) support.
 .
 This package provides suspend mode integration for cryptsetup. It takes
 care of removing LUKS master key from memory before system suspend.
 .
 Please note that the suspend mode integration is limited to LUKS devices
 and requires systemd.  Moreover, this is an early implementation and may not
 be as mature as the other cryptsetup-* packages yet.
Homepage: https://gitlab.com/cryptsetup/cryptsetup
Multi-Arch: foreign

Package: cryptsetup-suspend-dbgsym
Priority: optional
Section: debug
Installed-Size: 24
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: arm64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: cryptsetup-suspend (= 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/c/cryptsetup/cryptsetup-suspend-dbgsym_2.6.1-4~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 8724
MD5sum: 2aa904b5d8da5c4e32a66daeceb70c18
SHA1: 3b7f619023c4364e68d5248c69d35d58cb34a0cb
SHA256: 9136d34cca2337f1a67ab2a9f09a944c7004801226c3f07659082efa3ae647a2
SHA512: d3b5ad1b1ec1075aba2051cc082f6589c8ebc068e9540ca6ec0bee623df567b887182c1d5be4df83212f3bffa84c06226f036ff971d6dc7b45cb49b99ecc9a9d
Description: debug symbols for cryptsetup-suspend
Auto-Built-Package: debug-symbols
Build-Ids: 49d00901eb3f0fcc509dc28b884b6f0be9a445dc

Package: curl
Priority: optional
Section: web
Installed-Size: 542
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: arm64
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libcurl4 (= 7.88.1-10+apertis1bv2024dev3b1), zlib1g (>= 1:1.1.4)
Filename: pool/target/c/curl/curl_7.88.1-10+apertis1bv2024dev3b1_arm64.deb
Size: 314752
MD5sum: ea29ef942fbaa4409b8ebf42b2fbc09e
SHA1: adce85bd0f54db4bc0d161ed87ed1da128c28efe
SHA256: 7718ac2ef2720851e447c69a8b09d690fd30e89e279905fbe301adbd6ebb7b71
SHA512: 6d3d476f35fe5d666792abe23afda473174ba9e26fda5a5472be3fdd2e450e6dbcbf984b21cf4ba8e2bdb36674c016cfce6c9291077b814444356bf4a3069c09
Description: command line tool for transferring data with URL syntax
 curl is a command line tool for transferring data with URL syntax, supporting
 DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
 POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form
 based upload, proxies, cookies, user+password authentication (Basic, Digest,
 NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a
 busload of other useful tricks.
Homepage: https://curl.se/
Multi-Arch: foreign

Package: curl-dbgsym
Priority: optional
Section: debug
Installed-Size: 185
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: arm64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: curl (= 7.88.1-10+apertis1bv2024dev3b1)
Filename: pool/target/c/curl/curl-dbgsym_7.88.1-10+apertis1bv2024dev3b1_arm64.deb
Size: 158184
MD5sum: 4cc91606fd06545ea79752c214b92fa5
SHA1: 15ace46f99e9954235f704591bd616591eebc94c
SHA256: 8b2c1eb4a8b45ce720b80f1bfc445453802ae1c763332d62bd178b32eb026c36
SHA512: b9322ddd7116bc74023cc9c50eb0f9c605ac2177152d51461086d31d30afd881bdff0c5f363f0b28103067a4703970e58593d9cc75fbcfd9a9523be96f3c3b11
Description: debug symbols for curl
Auto-Built-Package: debug-symbols
Build-Ids: eb43597eb4cf2b5a6234330004903b4b40635053

Package: cyrus-sasl2-doc
Priority: optional
Section: doc
Installed-Size: 2185
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: all
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: sphinx-rtd-theme-common
Filename: pool/target/c/cyrus-sasl2/cyrus-sasl2-doc_2.1.28+dfsg-10+apertis1bv2024dev3b1_all.deb
Size: 132696
MD5sum: 0d2a666cf8c2f1c753bc5b1c3eef998a
SHA1: a1a83d20e943959a4f7c29dc0910cd24d29731b5
SHA256: cec1f792124ae8f19b8dadd020bfbe1b2c9a4e5722df2276c2c0214ee0ddcf70
SHA512: 84c54ec44d9c2ff77b40cbd3e94b8465ccf8de8f4bc692f14097e888c837878928b3eb658277913dfad33b7c1ba4b830841777ed21b30f378517281fe741fa57
Description: Cyrus SASL - documentation
 This is the Cyrus SASL API implementation, version 2.1. See package
 libsasl2-2 and RFC 2222 for more information.
 .
 This package contains documentation for system administrators.
Homepage: https://www.cyrusimap.org/sasl/

Package: dash
Essential: yes
Priority: required
Section: shells
Installed-Size: 205
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: arm64
Version: 0.5.12-2+apertis1bv2024dev3b1
Depends: debianutils (>= 5.6-0.1), dpkg (>= 1.19.1)
Pre-Depends: libc6 (>= 2.34)
Filename: pool/target/d/dash/dash_0.5.12-2+apertis1bv2024dev3b1_arm64.deb
Size: 90084
MD5sum: 198082067572bcf527bb0c92ad1ed422
SHA1: 8c62626e7228bea51667de193bd879efb588adbe
SHA256: bd919ba19e4d964529447faa504520c013365f85475063a863e22ad84edf039e
SHA512: 828d6c820f5e81bf1890af21bac2be56ddd8d12f7387b9cbc107be506c67fee4059a435d4fe84ff8187803eb4aefd24d941c522acd34d4efbbe96839b347f36b
Description: POSIX-compliant shell
 The Debian Almquist Shell (dash) is a POSIX-compliant shell derived
 from ash.
 .
 Since it executes scripts faster than bash, and has fewer library
 dependencies (making it more robust against software or hardware
 failures), it is used as the default system shell on Debian systems.
Homepage: http://gondor.apana.org.au/~herbert/dash/
Multi-Arch: foreign

Package: dash-dbgsym
Priority: optional
Section: debug
Installed-Size: 182
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: arm64
Source: dash
Version: 0.5.12-2+apertis1bv2024dev3b1
Depends: dash (= 0.5.12-2+apertis1bv2024dev3b1)
Filename: pool/target/d/dash/dash-dbgsym_0.5.12-2+apertis1bv2024dev3b1_arm64.deb
Size: 156832
MD5sum: c85c8f0b9d5cb35c967c5bce94c5ceb6
SHA1: 38d6e8a57860e2dc8edd115bd93b1658d6efdae0
SHA256: db1696446b25b3711995a4baaff130dc5b2c601afa2ead3e98c731ce8eeff497
SHA512: 3d4d4d9df383bc811d49e40cd2c5e8b2a9f064c30f00dbc1c49bf09cddff9ab202a6414d66476a9e98f93ff8eedad1ea9b53a1becee50417459da877b20e936a
Description: debug symbols for dash
Auto-Built-Package: debug-symbols
Build-Ids: 4a2095dc3e35fdf3bed07d7ab007d14c51f68a74

Package: dav1d
Priority: optional
Section: video
Installed-Size: 103
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Version: 1.0.0-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libdav1d6 (>= 0.1.0)
Filename: pool/target/d/dav1d/dav1d_1.0.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 32332
MD5sum: 67cdf94f0056482b15f77d097808ff94
SHA1: 4aed71dd2e6faa5dd15524b451ce9727d20b72e4
SHA256: 389d16c65cb5689db0c7efec1ad11a82d7f7fa9f457c09a0a3425740e40cd62b
SHA512: fe0178d22d27f614c85e5746a737df2905a9dcec56131627903805a31f3db547a67d2784d954c146fc0f5394e739a49eaef394a1d7ff7fd73704ff7ae236d125
Description: fast and small AV1 video stream decoder
 dav1d is an AOMedia Video 1 (AV1) cross-platform decoder and focused on speed
 and correctness.
 .
 dav1d supports the following features:
  * support for all features of the AV1 bitstream
  * support for all bitdepth, 8, 10 and 12bits
  * support for all chroma subsamplings 4:2:0, 4:2:2, 4:4:4 and grayscale
  * full acceleration for AVX-2 chips
  * full acceleration for SSSE3+ chips
  * full acceleration for ARMv8 chips
  * partial acceleration for ARMv7 chips
Homepage: https://www.videolan.org/projects/dav1d.html

Package: dav1d-dbgsym
Priority: optional
Section: debug
Installed-Size: 74
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: dav1d
Version: 1.0.0-2+apertis1bv2024dev2b1
Depends: dav1d (= 1.0.0-2+apertis1bv2024dev2b1)
Filename: pool/target/d/dav1d/dav1d-dbgsym_1.0.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 56652
MD5sum: ce113cb0ddd64b79c046e027ce9e28d9
SHA1: bd8002409eba2aeb74d42b4644e1216cd1f881fe
SHA256: 3fb38d3fe9c329e977f2baf88d0f171c63f6b4592e90be9539b8a7ca4972799e
SHA512: bb2b179eb3d9c09f5b3fd9f7c4d19339377497c126cdc59524251a7d2bf63225d31335152bc81f8df7d3f6d23a09d703e666bc2a85c96adb45d3a92a7d37dfe5
Description: debug symbols for dav1d
Auto-Built-Package: debug-symbols
Build-Ids: 7ef0ecea99d57d8398bf1f3fb80c3dc61db08f4c

Package: db5.3-doc
Priority: optional
Section: doc
Installed-Size: 74254
Maintainer: Bastian Germann <bage@debian.org>
Architecture: all
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Filename: pool/target/d/db5.3/db5.3-doc_5.3.28+dfsg2-1+apertis1bv2024dev3b1_all.deb
Size: 15918608
MD5sum: ccbb6246faf7909c214463e26d96018f
SHA1: c266830b2e54d92cbdf6b755cbf640a7689cdbb8
SHA256: b9a087fcf24dd2850abd6b144c5a4ef0beecd7f55e9a188d04450860abaeb0f2
SHA512: 777b77de2e1a06792829de00bf8922f265760c391a26f935b205d2c4f574f6088da825e190e9216df82a9c78c6e28b3af292064ab3930d6e3de340cee67b7496
Description: Berkeley v5.3 Database Documentation [html]
 This package contains documentation in HTML format for all of
 the APIs (C, C++, C#, STL, Java, Tcl) and utilities provided
 by version 5.3 of Berkeley DB.
Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html

Package: db5.3-sql-util
Priority: optional
Section: database
Installed-Size: 81
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdb5.3-sql, libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Filename: pool/target/d/db5.3/db5.3-sql-util_5.3.28+dfsg2-1+apertis1bv2024dev3b1_arm64.deb
Size: 19888
MD5sum: fa7550a918974fdd1d69af10571f30de
SHA1: fe5fc6855c8c04838262875fc5ceeae7ab651af1
SHA256: 254de433f93abb91e428592dfbe6430e51be69d6dfc11e62776f0d0d1de06877
SHA512: d01b2c73559d01c51b501159e8ad52cb13e20eee118764575c17dcf51045958b223efc0818d7a07a78363860a1134cf313c3684a54c1f2110d7f0fc47f021ca5
Description: Berkeley v5.3 SQL Database Utilities
 This package provides different tools for manipulating databases
 in the Berkeley v5.3 SQL database format, and includes:
  - db5.3_sql: sqlite3 compatible command-line utility
Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html

Package: db5.3-util
Priority: optional
Section: database
Installed-Size: 913
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Filename: pool/target/d/db5.3/db5.3-util_5.3.28+dfsg2-1+apertis1bv2024dev3b1_arm64.deb
Size: 63544
MD5sum: 4a6c77cfa3df4b4c45ece64c74f86cad
SHA1: e4c8912fa48f9e168af9c3e1a9911d4cadb2b3f6
SHA256: df9c24a5be81fe24e43cbf352aa51e61c10043e02c7b7391a9bc19e05fe1f682
SHA512: 264df66a8fbf1da9531922bf88cec197d152b6cbc3df77cc65a6842f00a166335ebd80c94ba422c695ac9deba0abdee2ea39745f06a5709df6c11c9e96f463af
Description: Berkeley v5.3 Database Utilities
 This package provides different tools for manipulating databases
 in the Berkeley v5.3 database format, and includes:
  - db5.3_archive: write the pathnames of the log files no longer in use.
  - db5.3_checkpoint: daemon process to monitor the database log and
    checkpoint it periodically.
  - db5.3_deadlock: traverse the database environment lock region and
    abort lock requests when a deadlock is detected.
  - db5.3_load: loads (and creates) a database from standard input.
  - db5.3_dump: read a database file and write it in a format understood
    by db4.{2..8}_load.
  - db5.3_printlog: dump log files in human readable format.
  - db5.3_stat: display statistics for Berkeley DB environments.
  - db5.3_upgrade: upgrades the version of files and the databases they
    contain.
  - db5.3_verify: check the structure of files and their databases.
Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html
Multi-Arch: foreign

Package: dbus
Priority: standard
Section: admin
Installed-Size: 203
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 1.14.6-1+apertis1bv2024dev3b1
Provides: dbus-system-bus (= 1.14.6-1+apertis1bv2024dev3b1), default-dbus-system-bus
Depends: dbus-bin (= 1.14.6-1+apertis1bv2024dev3b1), dbus-daemon (= 1.14.6-1+apertis1bv2024dev3b1), dbus-system-bus-common (>= 1.14.6-1+apertis1bv2024dev3b1), libc6 (>= 2.34), libdbus-1-3 (= 1.14.6-1+apertis1bv2024dev3b1), libexpat1 (>= 2.1~beta3), libsystemd0
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: default-dbus-session-bus | dbus-session-bus
Filename: pool/target/d/dbus/dbus_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 99432
MD5sum: bcfb6accc5855be72321eb7348049c1b
SHA1: 3ee9d70c02077619a20d3a2e196f504a242a8ef4
SHA256: ee0c9adfa10491a512f745facf8f96411c9fef219949d75db45ed1202fb84de1
SHA512: 0c14425154449a743a3bdc9e2f52f8fae62b5694fdb9c4b3e7e2272bd12ab7169a4ecbcf4214a07f8dca1bdacca38338938b2cfa69a74f12c944d56b8580a5de
Description: simple interprocess messaging system (system message bus)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 D-Bus supports broadcast messages, asynchronous messages (thus
 decreasing latency), authentication, and more. It is designed to be
 low-overhead; messages are sent using a binary protocol, not using
 XML. D-Bus also supports a method call mapping for its messages, but
 it is not required; this makes using the system quite simple.
 .
 It comes with several bindings, including GLib, Python, Qt and Java.
 .
 This package provides a fully-functional D-Bus system bus with activation
 support, used for communication between system services, and depends on
 most of the other components of the reference implementation of D-Bus.
 .
 To provide a complete D-Bus session bus, install one of the packages
 that implement the dbus-session-bus virtual package, such as
 dbus-user-session. The recommended implementation is indicated by
 the default-dbus-session-bus virtual package.
Homepage: https://dbus.freedesktop.org/
Multi-Arch: foreign

Package: dbus-1-doc
Priority: optional
Section: doc
Installed-Size: 21665
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Suggests: libdbus-1-dev
Filename: pool/target/d/dbus/dbus-1-doc_1.14.6-1+apertis1bv2024dev3b1_all.deb
Size: 1477308
MD5sum: 37c95441955fdf920b8cb238fd87c1e2
SHA1: e225943922ad15139b858f4ecbb39abe3fed2cab
SHA256: cfc24cf8b464630979c1d7c6247f0d3c83070a2709cf53d95db292c8b84e5dc1
SHA512: 6e921be60da273cc32e21505fd3f6c0513ee12a2fa42ab7d39edf34d932d0cdae0df9ad2759640f6cf93e717c0de649c864bc150b8cf5f44bb07d04d9028ae08
Description: simple interprocess messaging system (documentation)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package contains the API documentation for D-Bus, as well as
 the protocol specification.
 .
 See the dbus description for more information about D-Bus in general.
Homepage: https://dbus.freedesktop.org/
Multi-Arch: foreign

Package: dbus-bin
Priority: optional
Section: admin
Installed-Size: 451
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Replaces: dbus (<< 1.13.18-2~)
Depends: libc6 (>= 2.34), libdbus-1-3 (= 1.14.6-1+apertis1bv2024dev3b1)
Breaks: dbus (<< 1.13.18-2~)
Filename: pool/target/d/dbus/dbus-bin_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 107196
MD5sum: 01ac2b178a0b30b152935b93720be0e5
SHA1: 9d5f3948e39f284a486b0941710c763a1507abfa
SHA256: 207b719d96d4ae5512b7d7b670b82b36bd46db7eaa54990fc87f232d296bfdf0
SHA512: 080ba2aacac9c6273bf6d9026b67574445021f8b0eda1b811f06d7176de730e87b892c60a1b44130bf79b0b98d6dfc5c257a59cdb398d22086c458946f1790fe
Description: simple interprocess messaging system (command line utilities)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package contains the D-Bus command-line utilities such as dbus-send
 and dbus-monitor.
Homepage: https://dbus.freedesktop.org/

Package: dbus-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 122
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: dbus-bin (= 1.14.6-1+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-bin-dbgsym_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 68092
MD5sum: ee20000ccdab9753803b52f315c87c59
SHA1: 206b7b3203523a2c126add991ad495f038a5d06f
SHA256: 865dab89c7b097249097ffdbdb3ccedb5ab2f833a7d1a86fa85c9b7d77f4bb15
SHA512: db60e218db184c1800f0707fe3fa5552f8ac8a30078e3eee3860fcd1a080dd43675b9b78ee5e9c7cdb09d12493c3f972760d596ed2f514fc94f6ec6a59c9ce0f
Description: debug symbols for dbus-bin
Auto-Built-Package: debug-symbols
Build-Ids: 24769a646900eacc4e36b394e669c31bb8ea0b4e 37c37f83d73ddea21afea492d76d4460bfe9e20c 512e4430161e557606502781f025d8a859d7c4ab 6eed791e30a6153c56120c445d860e101fec57f3 cae46be1c75a4ca6b08edcceda8008a50cdd790a

Package: dbus-daemon
Priority: optional
Section: admin
Installed-Size: 454
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Replaces: dbus (<< 1.13.18-2~)
Depends: dbus-bin (= 1.14.6-1+apertis1bv2024dev3b1), dbus-session-bus-common (>= 1.14.6-1+apertis1bv2024dev3b1), libapparmor1 (>= 2.8.94), libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libdbus-1-3 (= 1.14.6-1+apertis1bv2024dev3b1), libexpat1 (>= 2.1~beta3), libselinux1 (>= 3.1~), libsystemd0
Breaks: dbus (<< 1.13.18-2~)
Filename: pool/target/d/dbus/dbus-daemon_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 178764
MD5sum: ba15c6e8fd362c857a8ccf1e1dcd109b
SHA1: 1fe17f5d0a93574b4ef3dc482bfa65c83f4e6d52
SHA256: 3ced25c1b0ab0d2a84de384612e62136dd635b40da5c178e02dc849bde77ad0c
SHA512: dea0836a209f3ef4cb26879efbed575967ad02dab4be9fd1b733c0d6f934f514413f668c3298e129eff804a2400f732bf7582cb768e7f9d417f9fb9c874ed26c
Description: simple interprocess messaging system (reference message bus)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package contains dbus-daemon, the reference implementation of a
 D-Bus message bus, and dbus-run-session, a utility to start a temporary
 session dbus-daemon in a constrained environment or for automated tests.
 .
 To provide a complete D-Bus session bus, install one of the packages
 that implement the dbus-session-bus virtual package, such as
 dbus-user-session. The recommended implementation is indicated by
 the default-dbus-session-bus virtual package.
Homepage: https://dbus.freedesktop.org/

Package: dbus-daemon-dbgsym
Priority: optional
Section: debug
Installed-Size: 349
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: dbus-daemon (= 1.14.6-1+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-daemon-dbgsym_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 286248
MD5sum: 4403832de13f1467fe49e5b3b8e398bb
SHA1: 237c82ef43a393f5b75f4f5e59aa317535a7c96e
SHA256: 91133fe11f91ec251f3a108fe3ad3b1687ce4b9dd943a549d0957b0d5b3e9d52
SHA512: 5c439f5427298432ec1f6fd3a8ba731c8f93b4bed6da0a8af2302119bd12c246b60161b3b7e18e635ab29f2a7894847057eecd9e331d1436ec8678fc804393e1
Description: debug symbols for dbus-daemon
Auto-Built-Package: debug-symbols
Build-Ids: 199157bacf07bb23f671505435f4ab1b34d0b0ed 3cfe86e7cca8f62dfb4eb92b8990fb4379002cfb

Package: dbus-dbgsym
Priority: optional
Section: debug
Installed-Size: 90
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: dbus (= 1.14.6-1+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-dbgsym_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 68328
MD5sum: 5b633927d2fd02c3d66ff8037df0bf28
SHA1: a11c97ea36326a0fc1e615fc13e7324f53ee384f
SHA256: 6b8644da07938d7a21d2536bb445a93a6f499c8c3a078dd9e1c3dcb628a7cff8
SHA512: c4b5fc5024d1ec19a11bca876f6f9d9de6a91fa225179cff7d6450c4056711c465ee0376dc8ff6077878b82ed79a03bda30f313b57ef83a391911c1460762868
Description: debug symbols for dbus
Auto-Built-Package: debug-symbols
Build-Ids: b942c0010d84d55b2a5eb12a1ac9398ff09abe6c

Package: dbus-session-bus-common
Priority: optional
Section: admin
Installed-Size: 111
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Replaces: dbus (<< 1.13.18-2~)
Breaks: dbus (<< 1.13.18-2~)
Filename: pool/target/d/dbus/dbus-session-bus-common_1.14.6-1+apertis1bv2024dev3b1_all.deb
Size: 81268
MD5sum: 7d04c2479defac8257352ffdbb2b510f
SHA1: 874a20a69df913b27f00945527b33166d7dc20bd
SHA256: 77ce8111ca94e68ded2717c1f208060debc205447d11cbdd7904bdd6e9233713
SHA512: 4a8596d21ab761bdf993ffc7bbfd77bfd71325c3b08d17bed15bb1b90beb19c450ed78ff64369ddaf5feb440c4d3b807f0d2cbbb8ebb7370ee3e4ccb7b46d085
Description: simple interprocess messaging system (session bus configuration)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package contains the configuration files defining the behaviour of
 the D-Bus session bus, used for applications and per-user services.
 These are used by the reference implementation in the dbus package,
 and by the reimplementation in the dbus-broker package.
 .
 To provide a complete D-Bus session bus, install one of the packages
 that implement the dbus-session-bus virtual package, such as
 dbus-user-session. The recommended implementation is indicated by
 the default-dbus-session-bus virtual package.
Homepage: https://dbus.freedesktop.org/
Multi-Arch: foreign

Package: dbus-system-bus-common
Priority: optional
Section: admin
Installed-Size: 123
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Replaces: dbus (<< 1.13.18-2~)
Depends: adduser
Breaks: dbus (<< 1.13.18-2~)
Filename: pool/target/d/dbus/dbus-system-bus-common_1.14.6-1+apertis1bv2024dev3b1_all.deb
Size: 82360
MD5sum: 08bc9a32666a20e4af52ef8b1fe3d2f5
SHA1: c70f8a912a2ac026f021fbd8e4c040174b54aeae
SHA256: cc69ced62247554e016a52cffda5ab52b94a079c4f79cd7a918f515025b6a82b
SHA512: e860bbf86981bf34cc020916adfce03376c005f97920aa08b3c0cf1e56f22b054c9ffdfc976c4c463a79d82aa1328aa5e6769db2dc3e85224f5c514b1576c542
Description: simple interprocess messaging system (system bus configuration)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package contains the configuration files defining the behaviour of
 the D-Bus system bus, used for system services such as networking and
 storage management services. It is also responsible for creating the
 'messagebus' system user account used to run the system bus.
 These are used by the reference implementation in the dbus package,
 and by the reimplementation in the dbus-broker package.
 .
 To provide a complete D-Bus system bus, install one of the packages
 that implement the dbus-system-bus virtual package, such as dbus.
 The recommended implementation is indicated by the default-dbus-system-bus
 virtual package.
Homepage: https://dbus.freedesktop.org/
Multi-Arch: foreign

Package: dbus-tests
Priority: optional
Section: misc
Installed-Size: 12699
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Replaces: dbus-1-dbg (<< 1.11.10-2~)
Depends: dbus, libapparmor1 (>= 2.10), libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libdbus-1-3 (= 1.14.6-1+apertis1bv2024dev3b1), libexpat1 (>= 2.1~beta3), libglib2.0-0 (>= 2.37.6), libselinux1 (>= 3.1~), libsystemd0, libx11-6
Recommends: gnome-desktop-testing
Breaks: dbus-1-dbg (<< 1.11.10-2~)
Filename: pool/target/d/dbus/dbus-tests_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 1252840
MD5sum: 22e790c2b58d652b010ebb618db615d6
SHA1: 538f09ae364ffb31450b01194aa359a2446fdf4c
SHA256: d75d7906291e636c1e74468044bec86c6ec9f00a8c09ec5a6533f3710f388b6c
SHA512: 57e6e6521d0c17ea59575fde4ffea8f2c5750eea0a0059dc2cd2859747e18add43ec2d7179353602bdbb52dd824c09608d1701fc84f8eb61ef680277caed1272
Description: simple interprocess messaging system (test infrastructure)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package provides automated and manual tests for D-Bus, and the
 dbus-test-tool utility. It also provides copies of the D-Bus libraries and
 executables compiled with extra debug information and logging.
 .
 See the dbus package description for more information about D-Bus in general.
Homepage: https://dbus.freedesktop.org/

Package: dbus-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 6925
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: dbus-tests (= 1.14.6-1+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-tests-dbgsym_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 4998612
MD5sum: 00863f4a4817e484d66a5158a9bfcc4e
SHA1: eace46574b93230aa78cfc33a97865286738647b
SHA256: 4f959ec76dffbfdfb68c298ddd46218276fd6808975ea20939117c1584fef817
SHA512: 0fa1f9850744564ca9edc85dee0dfe5b1b45f865702db1bc6eb5c6878c9f1a0aa20f0dda3057f8136084b641e15a94a78a6682d325764f4033463f9c57c86ac7
Description: debug symbols for dbus-tests
Auto-Built-Package: debug-symbols
Build-Ids: 020216e55d90fdad68c7e2d1ba688e8d880f68d4 0941dc094c828b0ba86fc4cbeb3ddaced06f2f3a 09da40138a73db654e503f86ffd2b8ed9fdac784 0a2a4946cc5d9aa9b9e61917fd9cc3a7b93d2465 0cc9262f8ec14ee055527293e4b8d9206e7b4df5 0d69317ee4aa11f37f9f13a7736134de055936ab 0f421776de01c70b82377d90300300cd1ebe4c94 10eb5d616bb327b358a3e3f2739dba3c486028db 14e2b0a7353212f005d44aadffe7b9ccbf30a541 14ebc2eda19640eaa6b1ed081cf403f27b17f3a4 1763dfad412e50e7bc221ee6fe8f2e374aad48ce 1ec4a8e3a841f41fce0778db414a317bc6f20872 2176351713f40c85059a75618f2b58dca5f508d2 247a9b27c4606a875b36bade96d29e1e8fab6441 24c72a0ac3f803a288573631d382cec65eca5005 311a86530538bdd17ff2af1035ece12bd984450b 326be272590521814717e8afa32bec12e78f5aaa 35a114985fb968ef6b2b64a9e3cbce8fd45c5d6c 39ec00752ca0f593ab78afa4e884bf52fd0d4574 3cd3f44e93c1e43a591b57319eb691780c224cb9 3d9e848cb4127c4f0809815de048b149dde2944b 409e98afb36a23af34597f0252b6d4e255691aba 45a4edbf40576bae9415c4f578da9913aee6357e 4705e47149fb173b8834e9ea5eeb8baa209b99ad 476907707aa5a100be5bcf38fad922119d4f0820 4a570d848870922529a3109faf5f20e530f6e4e7 4dee8219ee70613219934c2211e44fe8a825c1e8 4f0adc2627bb6d506abf55d4de1cb451ab15d6c5 5234f0cff7554ff4d8f82a571a2ace5a3aad2cc8 530471e54deed8afffc0c9494347910ef3eb8255 5341a26ef6a4edb1c511eef311eb2a9c6cf96bae 559e87382b822c9764e74ee905c5d9c133e7bf1d 57571300b5d193378ac0126e7dab496ad20d3d1b 582f89d6e402b3648353aceef39d1825d999ea41 589aae80b3ae22bab3ed5676e34598a04a7ed0c1 5d2822cfb5da882adde40f9d2dfb4b98e579e25f 6103fbf2ba078c027705b2381d623bde9093821b 649eb3e34db03d908180a15d6ccddbbedb0fe8df 6680690ace1b133322c9c3011c891c265b151125 678872fc8b033891fd2f57cd9c294035a549dfe4 6a36f40b1b76b25022ae42ae4b14adfbf2c51f2b 6f830a298b5af1c24bcc7f8fc5ac67ca6ac408d6 71b47992e3eb149f6ea5f82679063389d7e36233 741f8141cae7c94cdb9e6d329fd7aca4bd850275 7629d6a37db3d093f6b53483307239ca35b17ac9 78aab65af92765293eefdc63b738f14716a698d0 7af433e4b38ef901e61c2d79c631ab293ebea3ce 8378a46dd26288cc66a1fc69240dd15305decbaa 851291ada4556e8aa703a60237d596c9477052e9 868e21c4210148eb085c0297c42cd526b5ff85b8 882389743b4ab4ee43a3b54d76b76c0db463bc73 8a605e743a57d2df104f8b58d592c32d67f3cb15 90641c433ac7543f4005313af2f5e1894b645329 934df4ac9415fc650d4cb3008ae4224525c65536 94bb91a8aed77fe6f6735abc5f0711c42b36fd76 94f618ca00c9f93521ed3b597a404e18ba76a5ef 999f54fd1ab60be92de7eec1b82906fb4c5982c9 9fa09ae449c8ba992442d47058db02b412fc0118 ade5c9b82a42a20ba1ef683d3e34e6b366ac7dda b4cdc8a3858b887622fdaa05b3871d678c41ef51 bbf4ca615a5299bc8090e15983eb7e7639ddd655 bc2ba342ad710c155e7c9314fc034fb0e4db10ba bfdf15e1af870bff8dd61cee5852f8bd0281b950 c21afb4c8f0716583c4c4a4236329d53cae5d3e6 c36d33d0c26ca1f90a29d23266e12e9cdb2748c6 c45e7d5e19fb5ce1ca746ecf2d6c3102cc5c014e c4f7edeaa232abdd9d9c94f9e8775a8f5b1ba737 c96045e057d0ef9fea38adfaae2cb4215ac26d20 caae907a8c77604ac198e1b04c45b6b8ef14bde4 d12f9596e3e79f138197151daf54441d023c3984 d1c274b4bdbe7651e1f1240faca44ac166c9a981 d5121067f5adfce5287777d70425922215bcd9a5 d7d6b8aeddecc407ee07ac99dbd06ef527b0a36d de8678c97cb5f016ea9a7b55cd087870880af0ea e68dff541eee86ee5b1ca7e9ab43859ce4f0dd60 e8e8447869dbaeeee550fcc8a35df6a74335c3ce eca620a1097b5e1e0e206f8c51108cac811422c3 ee07546d6ec63d72433513800d69919e459459fe f42472aa5776500b4a81bff0c0fe5a08d04147f9 f9abf631d72d0f494e25229636ca39407e257b69 fd363ef3649957803e6c2a100374202900114506

Package: dbus-user-session
Priority: optional
Section: admin
Installed-Size: 115
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Provides: dbus-session-bus, default-dbus-session-bus
Depends: dbus-daemon (= 1.14.6-1+apertis1bv2024dev3b1) | dbus-broker, dbus-session-bus-common (>= 1.14.6-1+apertis1bv2024dev3b1), libpam-systemd, systemd
Recommends: systemd-sysv
Filename: pool/target/d/dbus/dbus-user-session_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 81128
MD5sum: 49137e10754b57754ff617a7dc6b42a7
SHA1: 8a56d74fd6a0f74b3fefbd0a93e7263ace78e9c5
SHA256: 12df56d568a6e4694b95e93da111b3f12d4d36b30869efc9d534286a0503e26d
SHA512: ce8b5e9d7323dd27dbcae9804fc1ef3f665d7e72e938437e2611ab2cfca385268f90ace54157ddb6ea568794ab98fecc9c91499f03b48b2deb0ac692357775e6
Description: simple interprocess messaging system (systemd --user integration)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 On systemd systems, this package opts in to the session model in which
 a user's session starts the first time they log in, and does not end
 until all their login sessions have ended. This model merges all
 parallel non-graphical login sessions (text mode, ssh, cron, etc.), and up
 to one graphical session, into a single "user-session" or "super-session"
 within which all background D-Bus services are shared.
 .
 Multiple graphical sessions per user are not currently supported in this
 mode; as a result, it is particularly suitable for gdm, which responds to
 requests to open a parallel graphical session by switching to the existing
 graphical session and unlocking it.
 .
 To retain dbus' traditional session semantics, in which login sessions
 are artificially isolated from each other, remove this package and install
 dbus-x11 instead.
 .
 See the dbus package description for more information about D-Bus in general.
Homepage: https://dbus.freedesktop.org/
Multi-Arch: foreign

Package: dbus-x11
Priority: optional
Section: x11
Installed-Size: 182
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Provides: dbus-session-bus
Depends: dbus-bin (= 1.14.6-1+apertis1bv2024dev3b1), dbus-daemon (= 1.14.6-1+apertis1bv2024dev3b1), dbus-session-bus-common (>= 1.14.6-1+apertis1bv2024dev3b1), libc6 (>= 2.34), libdbus-1-3 (= 1.14.6-1+apertis1bv2024dev3b1), libx11-6
Filename: pool/target/d/dbus/dbus-x11_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 93788
MD5sum: 17fac9daa0e40d8b6ba07ebba2a07ec3
SHA1: 6d05a270b308728ad3b425fe362e017dc00e27a4
SHA256: f9da850f7c94e2070e055d5677c93bdd87822b5926c6689ac3675bb10f7edb71
SHA512: 088ce0f93e8258b51a4515dfe2e53bd933c572765bd12ad67fe2bc581d816ff3819331f9858e5e761ee3000d7653401e0ae69a53b635444de72a637d251b32df
Description: simple interprocess messaging system (X11 deps)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package contains the dbus-launch utility, which automatically
 launches one D-Bus session bus per X11 display per user. If the
 dbus-user-session package is also installed, it takes precedence over
 this package.
 .
 See the dbus description for more information about D-Bus in general.
Homepage: https://dbus.freedesktop.org/
Multi-Arch: foreign

Package: dbus-x11-dbgsym
Priority: optional
Section: debug
Installed-Size: 50
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: dbus-x11 (= 1.14.6-1+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus/dbus-x11-dbgsym_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 33700
MD5sum: 815f853428a712901ac8c9207ebe6492
SHA1: 0bb48541c30daaa92b9734c80948672e9a42088c
SHA256: 45ea1f85b5cdcaa6b565b7f9f25c719afddac677ec9163d49fa3faa0c49134b1
SHA512: f7141b1b5ea45ef2c688bfa03e5c8a31604ee8dee9002721b8f8e383f0b7f49bb87e352888538f6b588176e7d1d1dc73b7cd05f6e8be2ddf0660f8e66197aa34
Description: debug symbols for dbus-x11
Auto-Built-Package: debug-symbols
Build-Ids: 9daa16e7dfb687ef4c211b814df69dd0aa03de0b

Package: dconf-cli
Priority: optional
Section: utils
Installed-Size: 96
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dconf
Version: 0.40.0-4+apertis0bv2024dev3b1
Depends: libdconf1 (= 0.40.0-4+apertis0bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.44.0)
Conflicts: dconf
Filename: pool/target/d/dconf/dconf-cli_0.40.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 25972
MD5sum: be24e49f47793c4ef4451481f88788d4
SHA1: e3244d9c99305e9ff39a458f40fafbcc7648331d
SHA256: 6e14ce46abf4054587aa5bf0cf29d741bde5466def8cda93291ef03e55cb24a9
SHA512: 3ac2c739381425ada699f456c5bbf5c7b2c915942cce9449d2a69e53e9d4da61c517fcdf203bbff2a1a868af7181c605c56371a100bad7c5c1e6c6700037f3c9
Description: simple configuration storage system - utilities
 DConf is a low-level key/value database designed for storing desktop
 environment settings.
 .
 This package contains the command line tools. Note that DConf is not
 connected with the older Debian package named dconf.
Homepage: https://wiki.gnome.org/Projects/dconf

Package: dconf-cli-dbgsym
Priority: optional
Section: debug
Installed-Size: 75
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dconf
Version: 0.40.0-4+apertis0bv2024dev3b1
Depends: dconf-cli (= 0.40.0-4+apertis0bv2024dev3b1)
Filename: pool/target/d/dconf/dconf-cli-dbgsym_0.40.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 55096
MD5sum: 0c5a4f38a4ed5f59197dfe5bfd51df6d
SHA1: 6bafe293d6ec6859bd0350adc76d595fd3125e81
SHA256: fbcc560089e27b60c64572f64bcb4e2ff0cf1ce7eb7bbfb1f5fa270498752f5f
SHA512: d35892871a3a29a2a106ed2ba73aac067f68586b06e3555cde856bb452ac53de38750d24bf67044b8c4e5bdc6d1e73a536ed406b14261a8ca0057aca1f1def1f
Description: debug symbols for dconf-cli
Auto-Built-Package: debug-symbols
Build-Ids: 02174b3ca8d91d09f9682310c88d1a083f1a7031

Package: dconf-gsettings-backend
Priority: optional
Section: libs
Installed-Size: 150
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dconf
Version: 0.40.0-4+apertis0bv2024dev3b1
Provides: gsettings-backend
Depends: dconf-service (<< 0.40.0-4+apertis0bv2024dev3b1.1~), dconf-service (>= 0.40.0-4+apertis0bv2024dev3b1), libdconf1 (= 0.40.0-4+apertis0bv2024dev3b1), libc6 (>= 2.17), libglib2.0-0 (>= 2.55.2)
Filename: pool/target/d/dconf/dconf-gsettings-backend_0.40.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 27148
MD5sum: 0e5947700b1e40df4f4b3de2c3dc9587
SHA1: 765ff86fe28824ed2da7a5f8f52ed6a6fedfa090
SHA256: 32b2dc1525c6a76d1346bedffc394822ded29595ca169a76db8588db12d2292e
SHA512: 85772eeed7e2148ffb99b968f1b1fe2cf2ba99475531de6a9b55fb9474778037129db89ad921a4ebc09c2bac5e319375ed03f5ec0d006c20b1eb8c53aab94e4a
Description: simple configuration storage system - GSettings back-end
 DConf is a low-level key/value database designed for storing desktop
 environment settings.
 .
 This package contains a back-end for GSettings. It is needed by
 applications accessing settings through GSettings to set custom values
 and listen for changes.
Homepage: https://wiki.gnome.org/Projects/dconf
Multi-Arch: same

Package: dconf-gsettings-backend-dbgsym
Priority: optional
Section: debug
Installed-Size: 115
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dconf
Version: 0.40.0-4+apertis0bv2024dev3b1
Depends: dconf-gsettings-backend (= 0.40.0-4+apertis0bv2024dev3b1)
Filename: pool/target/d/dconf/dconf-gsettings-backend-dbgsym_0.40.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 87648
MD5sum: d540def2976d21b6d99a2068b48bcaba
SHA1: 761c5a673f856de2a2e418649f8e3bfc26034287
SHA256: a6e062e76efe1f1b1e51d09ee80f84a338b9a13c53597376ffb351c1231f640f
SHA512: acffc5fb2384e6c8dab5dc22eb603b85b6f24cb6f0805fbda896d4eb882269d9941ca5be2d10c4a872facab4f46590e650aca16984fedeb602a70c05b3952376
Description: debug symbols for dconf-gsettings-backend
Auto-Built-Package: debug-symbols
Build-Ids: 9edcd765ee24858ceffb3da6136d7ef60ede74b1
Multi-Arch: same

Package: dconf-service
Priority: optional
Section: libs
Installed-Size: 158
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dconf
Version: 0.40.0-4+apertis0bv2024dev3b1
Depends: default-dbus-session-bus | dbus-session-bus, libdconf1 (= 0.40.0-4+apertis0bv2024dev3b1), procps, libc6 (>= 2.34), libglib2.0-0 (>= 2.55.2)
Recommends: dconf-gsettings-backend
Filename: pool/target/d/dconf/dconf-service_0.40.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 30848
MD5sum: f940e13d408cca7362ac422a235f41c4
SHA1: 664a5e7a2e19cc3ef42787dae29d44bb60226e26
SHA256: 970276aad7ceda0a1119a8c78327972c708b3dba9a79341308eaec6b4ca5ca1b
SHA512: 71915d8cc6ba4a2e33c7fae4130a40fc51c9f0483fc2d8924d977c66b6734bd9141707463ab5b666b64d0611eee20b5a39e39842bb6e5e009b4cbee564de8369
Description: simple configuration storage system - D-Bus service
 DConf is a low-level key/value database designed for storing desktop
 environment settings.
 .
 This package contains the DConf service, which applications talk to
 using D-Bus in order to obtain their settings. It is mostly used by the
 GSettings backend.
Homepage: https://wiki.gnome.org/Projects/dconf
Multi-Arch: foreign

Package: dconf-service-dbgsym
Priority: optional
Section: debug
Installed-Size: 134
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dconf
Version: 0.40.0-4+apertis0bv2024dev3b1
Depends: dconf-service (= 0.40.0-4+apertis0bv2024dev3b1)
Filename: pool/target/d/dconf/dconf-service-dbgsym_0.40.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 99836
MD5sum: 959ca9adac32b266085c29c4ae575ce4
SHA1: 02450dc477f20f4820cb6620d87cf0dba94305fc
SHA256: f853548a414d463cbbd260dc9f1c16efe488784837d0ef3f5339dfdb4dae21b8
SHA512: 664a5f56d6f0acb29807aab1514df1267baca6f8f4eaed20c3e15a3e276dff4fcdcd1c50e8b7b39c3e81ac9b7f38024aef1f6963216f6e0440311f15d0f4f591
Description: debug symbols for dconf-service
Auto-Built-Package: debug-symbols
Build-Ids: b7e166330034a1e111b3830aace1e86f71af4107

Package: debconf
Priority: important
Section: admin
Installed-Size: 493
Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>
Architecture: all
Version: 1.5.82+apertis0bv2024dev3b1
Replaces: debconf-tiny
Provides: debconf-2.0
Recommends: apt-utils, debconf-i18n
Suggests: debconf-doc, debconf-kde-helper, debconf-utils, libgtk3-perl, libnet-ldap-perl, libterm-readline-gnu-perl, perl, whiptail | dialog
Conflicts: debconf-tiny, whiptail-utf8 (<= 0.50.17-13)
Filename: pool/target/d/debconf/debconf_1.5.82+apertis0bv2024dev3b1_all.deb
Size: 121544
MD5sum: 9fa3853507dd619eae39fde1bff1c8c0
SHA1: d913a42e9ff1832f1e6419d323fe50e68e55024f
SHA256: 6fd50ff59a3f933f8db7ae9f5cb83b25006181a975e2c51d668b9b4140905172
SHA512: f0a80cefcb947c967705d23bbc976478db74384762de82968a1117bee967afdaf487242b4a2e7c69151a92129027fc5ca60d3b818a7cc408f9db96eda5d6ce1a
Description: Debian configuration management system
 Debconf is a configuration management system for debian packages. Packages
 use Debconf to ask questions when they are installed.
Multi-Arch: foreign

Package: debconf-doc
Priority: optional
Section: doc
Installed-Size: 292
Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>
Architecture: all
Source: debconf
Version: 1.5.82+apertis0bv2024dev3b1
Suggests: debian-policy
Filename: pool/target/d/debconf/debconf-doc_1.5.82+apertis0bv2024dev3b1_all.deb
Size: 227600
MD5sum: d36e6ec194316e8e00cba36dea7debce
SHA1: f96f1a74894703535ce604e8572d3c8d653f87de
SHA256: 88d62e0b3b5077cd35be414311d390b835c44c15242150a82d4e06a49358cd4e
SHA512: 85d98ae97b4a333e65850a478e235af40942fdd8c4de6c859f4b28275b56a4502e28e75eae95aed9c670953ac2617b29311c371ad80299d6f89e575b834b41c1
Description: debconf documentation
 This package contains lots of additional documentation for Debconf,
 including the debconf user's guide, documentation about using different
 backend databases via the /etc/debconf.conf file, and a developer's guide
 to debconf.
Multi-Arch: foreign

Package: debconf-i18n
Priority: important
Section: localization
Installed-Size: 805
Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>
Architecture: all
Source: debconf
Version: 1.5.82+apertis0bv2024dev3b1
Depends: debconf (= 1.5.82+apertis0bv2024dev3b1), liblocale-gettext-perl, libtext-charwidth-perl, libtext-iconv-perl, libtext-wrapi18n-perl
Conflicts: debconf-english
Filename: pool/target/d/debconf/debconf-i18n_1.5.82+apertis0bv2024dev3b1_all.deb
Size: 207928
MD5sum: 3e7ad7c54600a964eda6a3647b33a047
SHA1: 3f5615838318fb7c56d4435c207590ffb4cac7ae
SHA256: 0e22dd795f677754f102f5613cafa11f6a443ac72d816f54c8558319f27bd093
SHA512: 07f3c34d0501896401df6f70cd6140e5f9d900dd55c4918b7f53ff5aa4c2d3f9eff30740e060e6eb265e24cfa935aa6161ed91cf74953fedab3f8b1de4cd20c2
Description: full internationalization support for debconf
 This package provides full internationalization for debconf, including
 translations into all available languages, support for using translated
 debconf templates, and support for proper display of multibyte character
 sets.

Package: debconf-utils
Priority: optional
Section: devel
Installed-Size: 105
Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>
Architecture: all
Source: debconf
Version: 1.5.82+apertis0bv2024dev3b1
Depends: debconf (= 1.5.82+apertis0bv2024dev3b1)
Filename: pool/target/d/debconf/debconf-utils_1.5.82+apertis0bv2024dev3b1_all.deb
Size: 56872
MD5sum: c032367fc0ecf19fb94c239253fa7baa
SHA1: ded18f126c48683131306126824ad88e8288b2d6
SHA256: dc5b7a7f30b83093287ff26500d2208432814d1ce14f1caf907eb7dc05764b09
SHA512: aff4ddbbfae626699a8dff9d8c329d02d4d7a22e144590c6ec64698b18cb57e356ba4090da5373053c5a56816e74d317119b202684b3e7003ccf1144555b78e7
Description: debconf utilities
 This package contains some small utilities for debconf developers.

Package: debianutils
Essential: yes
Priority: required
Section: utils
Installed-Size: 387
Maintainer: Clint Adams <clint@debian.org>
Architecture: arm64
Version: 5.7-0.4+apertis1bv2024dev3b1
Pre-Depends: libc6 (>= 2.34)
Breaks: ifupdown (<< 0.8.36+nmu1), printer-driver-pnm2ppa (<< 1.13-12), x11-common (<< 1:7.7+23~)
Filename: pool/target/d/debianutils/debianutils_5.7-0.4+apertis1bv2024dev3b1_arm64.deb
Size: 102716
MD5sum: 715161d145c754cd5526670ae2aa81f0
SHA1: 499809f659f9a11f6b278e83156498d4031ef881
SHA256: c893e2479c34880bc23742d5cd580cd9e9f4e44045656ee269307e0a82ce2425
SHA512: 56542982d0313a590d0078788a2a52db57712011f9fe0e01b6b5a4bf1c28a482b46cc77b03e087ad4d20d2ddc6812272407b6b1aefc7c5008d35091148b511b3
Description: Miscellaneous utilities specific to Debian
 This package provides a number of small utilities which are used
 primarily by the installation scripts of Debian packages, although
 you may use them directly.
 .
 The specific utilities included are:
 add-shell installkernel ischroot remove-shell run-parts savelog
 update-shells which
Multi-Arch: foreign

Package: debuginfod
Priority: optional
Section: devel
Installed-Size: 382
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libdebuginfod1 (= 0.188-2.1+apertis2bv2024dev3b1), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libdw1 (>= 0.177), libelf1 (>= 0.142), libgcc-s1 (>= 3.0), libmicrohttpd12 (>= 0.9.50), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12)
Filename: pool/target/e/elfutils/debuginfod_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 110060
MD5sum: 2b3cbafe013951d318c9736af12f2c5f
SHA1: bdb23a69937e03841bcfd4c77109b9c5cb67926b
SHA256: a4d0783a1e6df224874919fc1507225f7fbf7d863438c7c7b719b12f462f8a7c
SHA512: 6f40beea71e36337476b2f1589b8e35ac9880e18e170be319f6690ea6728185c3b1d3fe0cb9d0b282b71d0c479b188039670d0396643e0bd984d960756fed8ba
Description: debuginfo-related http file-server daemon
 Server, client tool and library to index and fetch ELF/DWARF files
 addressed by build-id through HTTP.
Homepage: https://sourceware.org/elfutils/

Package: debuginfod-dbgsym
Priority: optional
Section: debug
Installed-Size: 997
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: debuginfod (= 0.188-2.1+apertis2bv2024dev3b1)
Filename: pool/target/e/elfutils/debuginfod-dbgsym_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 948840
MD5sum: 5275377589a736d4c87832177bc36a59
SHA1: 71e4fb8f4dbc6c7b1b1bab1d747c9d726a2844c4
SHA256: aad1dc995ddeb5a88b41244918dfb13f24caaf0cb5de29a0c86e1c7daa8dbf95
SHA512: 83b914343bfc5d56a42aa6cafb1c9efc194f1289c482a58e02b1cf938be6ff387f9163632572fc66cb70ea508c479cac9a33a79d3d66990123ef6981f4f6c19c
Description: debug symbols for debuginfod
Auto-Built-Package: debug-symbols
Build-Ids: 43a0bb7ecb00d153e919daef38a2f13dbbdd2351 f278bd631113c1743e9d3348f34d5904ba67ab0b

Package: desktop-file-utils
Priority: optional
Section: devel
Installed-Size: 416
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 0.26-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.49.3)
Filename: pool/target/d/desktop-file-utils/desktop-file-utils_0.26-1+apertis1bv2024dev3b1_arm64.deb
Size: 87044
MD5sum: 5b0778f098b514b5cbc1b09ae5455a62
SHA1: 0bff20db4170fd0bca2eeb39f6abd06803491646
SHA256: 9636d56ed6d5ca346755ef3d7c7dc0ac0b7692add2ee0da24cb251fd33d5a87e
SHA512: 990e0e03d154d1578b89e6c47858471c4ea7b9a8f5ff6638545c337a823293aff4f99ccf7f23f77232d2b2c1813d4d00008fa43e472e5c11a2b2ca56521e5b4a
Description: Utilities for .desktop files
 Some utilities to make dealing with .desktop files easier:
  * update-desktop-database -- update the desktop-MIME mapping
  * desktop-file-validate -- validate a desktop file
  * desktop-file-install -- install a desktop file, munging en route.
Homepage: http://www.freedesktop.org/wiki/Software/desktop-file-utils
Multi-Arch: foreign

Package: desktop-file-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 147
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: desktop-file-utils
Version: 0.26-1+apertis1bv2024dev3b1
Depends: desktop-file-utils (= 0.26-1+apertis1bv2024dev3b1)
Filename: pool/target/d/desktop-file-utils/desktop-file-utils-dbgsym_0.26-1+apertis1bv2024dev3b1_arm64.deb
Size: 101196
MD5sum: f4e3e59ad766e803a30e6d76acbed2d5
SHA1: c850bb733a3f87a7a94e5a3255b4f200ed03fb16
SHA256: 4348d4c4b072df411c8a114044df6833bac715b2811897f79f9079832d52d752
SHA512: ea6ca19d130253506024f053894c14e31daf6748dad19abcdbf798cb496ef0eb64277009ea7a7ed96016eb620ce8cc12ffd6a0e16a7b0461c9ef70d175af25fc
Description: debug symbols for desktop-file-utils
Auto-Built-Package: debug-symbols
Build-Ids: 10940a5b492ff05810bcef65358412802aac0569 470f0522fd298c25c497ad4caa544a90bb6c5029 da1bf32b61c779f3eadd59ba7f483915af143472

Package: dh-apparmor
Priority: optional
Section: devel
Installed-Size: 42
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: all
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Suggests: apparmor-utils
Filename: pool/target/a/apparmor/dh-apparmor_3.0.8-3+apertis0bv2024dev3b1_all.deb
Size: 23104
MD5sum: 3bfe6c8a681bdd31662c64247a06d9b9
SHA1: 58b5916aed1e6bf46ef8499862bdc16bcc1ffc52
SHA256: 5528a9b760145386d1dde1f10f1eec266fcdb79cbd477a3f83c16126427e3d02
SHA512: 8622a5e18eb64dba074cc96ac08041bb8355029c314e7e1909f18508eab697671adeb62058b0a2a231c0a98a2c1a4a80de3f1429dc06b8261d92cc4e6f7a617f
Description: AppArmor debhelper routines
 dh-apparmor provides the debhelper tools used to install and migrate
 AppArmor profiles. This is normally used from package maintainer scripts
 during install and removal.
Homepage: https://apparmor.net/
Multi-Arch: foreign

Package: dh-dkms
Priority: optional
Section: kernel
Installed-Size: 34
Maintainer: Dynamic Kernel Module System Team <dkms@packages.debian.org>
Architecture: all
Source: dkms
Version: 3.0.10-6+apertis0bv2024dev2b1
Replaces: dkms (<< 3.0.3-3~)
Provides: dh-sequence-dkms
Depends: perl:any
Breaks: dkms (<< 3.0.3-3~)
Filename: pool/target/d/dkms/dh-dkms_3.0.10-6+apertis0bv2024dev2b1_all.deb
Size: 13344
MD5sum: 89f6785431e8879d5fb2262d90588403
SHA1: cc14ea8e7e23e3324795f888fbb6f73cc13935c3
SHA256: 143b15801e9abab989fc845e28a1b390b5892bd424d1f4c544191eaee704c40a
SHA512: 09325ea1e1fe4441e8f8338c304eed350e7e486bed1718101ffe216ef75fe0b40138ad33b96e0770c7e85f4f74cd0cb7928bb8c8e52142a806b0627ddd5e9817
Description: debhelper addon for the Dynamic Kernel Module System (DKMS)
 DKMS is a framework designed to allow individual kernel modules to be upgraded
 without changing the whole kernel. It is also very easy to rebuild modules as
 you upgrade kernels.
 .
 This package provides a debhelper add-on 'dkms' that simplifies packaging of
 dkms kernel module source packages.
Homepage: https://github.com/dell/dkms
Multi-Arch: foreign

Package: dh-python
Priority: optional
Section: python
Installed-Size: 445
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Version: 5.20230130+apertis0bv2024dev2b1
Provides: dh-sequence-python3
Depends: python3:any, python3-distutils | python3 (<< 3.6.5~rc1-1)
Suggests: libdpkg-perl, dpkg-dev, flit, python3-build, python3-tomli, python3-installer
Breaks: python3 (<< 3.3.2-4~)
Filename: pool/target/d/dh-python/dh-python_5.20230130+apertis0bv2024dev2b1_all.deb
Size: 103988
MD5sum: d1fc388abec1ade425f57f4c60c54c27
SHA1: 0dffb16fd39b3ce41f118d964b13f2b6b667cbb2
SHA256: fc0a52d6114d10d12c5c6e5a9cbde2d3f4ce8acd81dd02ab59531e82dbe1891f
SHA512: 818000d05b62aab4d77fd3bc460ec686b441fecc38d2b3ed31b8d0fba53275179bd80ce40c84ec08b26f1ccb320ecc1331a667708144343d53c16b5dae7da71e
Description: Debian helper tools for packaging Python libraries and applications
 This package contains:
  * pybuild - invokes various build systems for requested Python versions in
    order to build modules and extensions
  * dh_python3 - calculates Python 3.X dependencies for Debian packages,
    adds maintainer scripts to byte compile files, etc.
Multi-Arch: foreign

Package: didcot
Priority: optional
Section: libs
Installed-Size: 115
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Version: 0.2024.1bv2024dev2b1
Depends: libdidcot-0-1 (= 0.2024.1bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.30.0)
Filename: pool/target/d/didcot/didcot_0.2024.1bv2024dev2b1_arm64.deb
Size: 14132
MD5sum: fd51bfc3b4f38157c69f8f683f1b16ea
SHA1: 80c08ca0f868a345bebdee610656672dba76f6ae
SHA256: ee17e090f275d2998692a2ab085a8dc4dee61b0696a67adaa692bcfc3956ad9e
SHA512: a0e9a7813c550f640102b17f8203014175a5639e1bdc205cec778b2a6a2a9ff962cda3f74b758009e1d4d8faffed01c4a42146bf0a754cf2c461d93f9dff79e5
Description: service responsible for sharing the data across various applications
 didcot is a service responsible for sharing the data across various
 applications, and it is also provides "open-with" framework where a data
 can be opened with different applications which supports its mime type.

Package: didcot-client
Priority: optional
Section: misc
Installed-Size: 103
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Depends: didcot (= 0.2024.1bv2024dev2b1), libc6 (>= 2.34), libdidcot-0-1 (>= 0.1703.0), libglib2.0-0 (>= 2.43.92)
Filename: pool/target/d/didcot/didcot-client_0.2024.1bv2024dev2b1_arm64.deb
Size: 11872
MD5sum: 04e593fee26e65d067cec7e5c7302ea0
SHA1: 358e3ad8090bc655602e65f1252e3aff926dfada
SHA256: 169f0393f5dfb0457edccc72086b32564bd516b58c739ad39744f1e930d3a118
SHA512: cfae7644dc35270d707078eb0715715f5718f819aa374a73737e6f422e5beb7f39a1c55358c289868bc9094a79a390bfdcaa0a298597562f579c4232e7d1a75f
Description: This package contains the sample client for didcot
 didcot is a service responsible for sharing the data across various
 applications, and it is also provides "open-with" framework where a data
 can be opened with different applications which supports its mime type.
 .
 This package contains the sample client for didcot

Package: didcot-client-dbgsym
Priority: optional
Section: debug
Installed-Size: 26
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Replaces: didcot-dbg (<< 0.1703.0-0co2~)
Depends: didcot-client (= 0.2024.1bv2024dev2b1)
Breaks: didcot-dbg (<< 0.1703.0-0co2~)
Filename: pool/target/d/didcot/didcot-client-dbgsym_0.2024.1bv2024dev2b1_arm64.deb
Size: 10408
MD5sum: c76eed3095326a1a1f32e03f405937fc
SHA1: eb000f0cef417671b7adf3cde2fae1d430198e20
SHA256: 84bd5934c9902826bf868978de7af2c1fcf79f2fe0aaf1e6f88c3b6b09f1bfc8
SHA512: 8fc7ffb10ec13f4c2e189620043c19ae92ceab1c687a04a22c946b8c95e66d7c51f7a980563f5365de500a874c462a233ecd11a74f0081b30725226548dbe8bf
Description: debug symbols for didcot-client
Auto-Built-Package: debug-symbols
Build-Ids: 08eadec00da646aabbcd2b5aa86721adad2e8e29

Package: didcot-dbgsym
Priority: optional
Section: debug
Installed-Size: 31
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Replaces: didcot-dbg (<< 0.1703.0-0co2~)
Depends: didcot (= 0.2024.1bv2024dev2b1)
Breaks: didcot-dbg (<< 0.1703.0-0co2~)
Filename: pool/target/d/didcot/didcot-dbgsym_0.2024.1bv2024dev2b1_arm64.deb
Size: 14804
MD5sum: d2c49b79c61605f1d56d4c83f4681bea
SHA1: 8bb9e86e979eab58d0c04fa6757e94c3a7bc5688
SHA256: 2b7b6f47fb2ed72ec9004a4775f2a668a19839f59fe39a09899e79c08e2d034d
SHA512: 3400f6364823450ab5a51e917d5213c5af0dcfafa3e844ae65f33c24796a842e414c83a206adc987b31cbe4e423297a32415ebaebbaacf39c1ca3e3046c8b0d1
Description: debug symbols for didcot
Auto-Built-Package: debug-symbols
Build-Ids: 4256254a1d0cbc4312c898d69b851412ef6e30e9

Package: didcot-doc
Priority: optional
Section: doc
Installed-Size: 63
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: all
Source: didcot
Version: 0.2024.1bv2024dev2b1
Filename: pool/target/d/didcot/didcot-doc_0.2024.1bv2024dev2b1_all.deb
Size: 16172
MD5sum: 1e84a2104203eb430b8e7eb349613194
SHA1: df08df9b695c7e9a1db7852ee6bf57f621a447f1
SHA256: 374e9946c419b663b10a53e14c54f6f07041d3b6a959e4f9d036c34f61224f7c
SHA512: 3f0c6a1656783082bc8b3c13602d368ce8ab1f195ed34317f248b910c94e74efc8d16f5abbae4b5faf506f965a5bf85932e521d80621fd1e1677d81ac3a2e9e8
Description: This package contains the API reference for the didcot service.
 didcot is a service responsible for sharing the data across various
 applications, and it is also provides "open-with" framework where a data
 can be opened with different applications which supports its mime type.
 .
 This package contains the API reference for the didcot service.
Multi-Arch: foreign

Package: didcot-tests
Priority: optional
Section: libdevel
Installed-Size: 186
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Depends: didcot (= 0.2024.1bv2024dev2b1), libc6 (>= 2.34), libdidcot-0-1 (>= 0.1703.0), libglib2.0-0 (>= 2.37.6)
Filename: pool/target/d/didcot/didcot-tests_0.2024.1bv2024dev2b1_arm64.deb
Size: 12132
MD5sum: f1afeb5b26a096f743244f34d0f6c840
SHA1: 4a6957d6d5fc75adde689aa13f38ebaf4c23f4bc
SHA256: 9c7f8a2d77c923f06af57ccd821f1dd076290e3d2dd4dcdf365f04ea40ced6df
SHA512: c8bba488e21b5a62d97c686055afed1fa037c39c807eff680f49eb677aefc7c33965d665268a3d508a9a62a4b53c03db03618a947412d28d3f23356d846d890f
Description: This package contains the tests for didcot
 didcot is a service responsible for sharing the data across various
 applications, and it is also provides "open-with" framework where a data
 can be opened with different applications which supports its mime type.
 .
 This package contains the tests for didcot

Package: didcot-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 29
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Replaces: didcot-dbg (<< 0.1703.0-0co2~)
Depends: didcot-tests (= 0.2024.1bv2024dev2b1)
Breaks: didcot-dbg (<< 0.1703.0-0co2~)
Filename: pool/target/d/didcot/didcot-tests-dbgsym_0.2024.1bv2024dev2b1_arm64.deb
Size: 6736
MD5sum: 51da39ec1aba382150e079868871f8e0
SHA1: 1bf715427a04f5ec45b35865f7405d9c9e3fcab1
SHA256: 130e6fa3ee02878c878d934c2cb00a0b854df256a96255feec0a5545aff6d440
SHA512: 3d6bf79dc7450635b62e6ba5fdd4794c36fa5ca531736fbba270de4c55d1e56cdccc8fc2bdd710ffc1acc9db0554a08a888577dbd24fd0389886a1e8ac172359
Description: debug symbols for didcot-tests
Auto-Built-Package: debug-symbols
Build-Ids: bfae38f5381217f1bd26770920a14afe1ca48a3f db214d5fadb9f41704be0d08e13e6cf6ae7a84c4

Package: dkms
Priority: optional
Section: kernel
Installed-Size: 183
Maintainer: Dynamic Kernel Module System Team <dkms@packages.debian.org>
Architecture: all
Version: 3.0.10-6+apertis0bv2024dev2b1
Provides: dkms-autopkgtest (= 3.0.10-6+apertis0bv2024dev2b1)
Depends: kmod | kldutils, gcc | c-compiler, dpkg-dev, make | build-essential, patch
Pre-Depends: lsb-release
Recommends: fakeroot, sudo, linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers
Suggests: menu, e2fsprogs
Filename: pool/target/d/dkms/dkms_3.0.10-6+apertis0bv2024dev2b1_all.deb
Size: 47724
MD5sum: 1105e731c8454f961190209d28ad56f8
SHA1: 20e74c1612fd001c78ac2dba3920b9d382ff0611
SHA256: 307157aaf9bc2bf5f856a10c8feb3e923080a269852f0dfdfc265af434c80454
SHA512: 54767df2a66729744c1539f9a67417e295f0cacf5ade56da3aca565e45ddc2d1501b9b762d105dbb3eb360d923c307afc3a81e946a38b47c5a792522517990d9
Description: Dynamic Kernel Module System (DKMS)
 DKMS is a framework designed to allow individual kernel modules to be upgraded
 without changing the whole kernel. It is also very easy to rebuild modules as
 you upgrade kernels.
Homepage: https://github.com/dell/dkms
Multi-Arch: foreign

Package: dlt-daemon
Priority: optional
Section: libs
Installed-Size: 304
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: arm64
Version: 2.18.8-6+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Suggests: dlt-tools
Filename: pool/target/d/dlt-daemon/dlt-daemon_2.18.8-6+apertis1bv2024dev3b1_arm64.deb
Size: 101640
MD5sum: 2d22a0bc7777b93b94d7dcd35aa12ca8
SHA1: b4d7425ab9eddbb3fa633141fdc15e393cda012b
SHA256: e7035120150c0799f292ff4a565efc0b7683209a109672d82bd8e2b6b70c4132
SHA512: 4c63bfbc51ff701ff7a097d20dd99838d52a1564995f50558ace7271a8d52b22491b60d75b9e9dfd9949ccf537f05227d1a951def8d41d305b01cd3c91d169c4
Description: Diagnostic Log and Trace logging daemon
 This component provides a log and trace interface, based on the standardised
 protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used
 by COVESA components and other applications as logging facility.
 .
 The DLT daemon is the central component in COVESA, which gathers all logs and
 traces from the DLT user applications. The logs and traces can optionally
 be directly written to a file in the ECU. The DLT daemon forwards all logs
 and traces to a connected DLT client. The DLT client can send control
 messages to the daemon, e.g. to set individual log levels of applications
 and contexts or get the list of applications and contexts registered in the
 DLT daemon.
Homepage: https://github.com/COVESA/dlt-daemon
Multi-Arch: foreign

Package: dlt-daemon-dbgsym
Priority: optional
Section: debug
Installed-Size: 295
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: arm64
Source: dlt-daemon
Version: 2.18.8-6+apertis1bv2024dev3b1
Depends: dlt-daemon (= 2.18.8-6+apertis1bv2024dev3b1)
Filename: pool/target/d/dlt-daemon/dlt-daemon-dbgsym_2.18.8-6+apertis1bv2024dev3b1_arm64.deb
Size: 258816
MD5sum: cfe8af3dbecf6f5b1f1e01dfd9aab4fd
SHA1: cec7cd3f83e8a4bb0b02853bd8f84f5a4ac5dc25
SHA256: b776330c07901cdb853dcab4c512245d8845c0bad1e99eeafd384bd617ff3446
SHA512: 743caf4049dce30bca4ee8aac2f9b17021336278632d4a31a07606dd3669614aa3fbac487942f4995be2b1308aaca06e9bda1858eea3d7b1dc8d09f0437d6302
Description: debug symbols for dlt-daemon
Auto-Built-Package: debug-symbols
Build-Ids: 510490be640424340091a7a21519d4002d5484e6

Package: dlt-tools
Priority: optional
Section: libs
Installed-Size: 774
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: arm64
Source: dlt-daemon
Version: 2.18.8-6+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libdlt2 (>= 2.18.8), libjson-c5 (>= 0.15), libsystemd0, zlib1g (>= 1:1.1.4)
Suggests: dlt-daemon
Filename: pool/target/d/dlt-daemon/dlt-tools_2.18.8-6+apertis1bv2024dev3b1_arm64.deb
Size: 78264
MD5sum: 8946f05fa0cd6ced7b1cd62a0f9529fe
SHA1: 04379e84183e259f84cff42411d36e43cacd5ffe
SHA256: 09e73d9659bc91fa0b163c95edbf62de80e678ee2af311d4118530607cb41d71
SHA512: 674a6bbfee8daa37bcf43ff9a10eb79c5b5247464bc8f797f07e12fdef7402494a2805e0dd1ffd9ef96b2d8004251b4f9c66a20f02ace695e0c4e7ac715939b2
Description: Diagnostic Log and Trace (DLT) (documentation)
 This component provides a log and trace interface, based on the standardised
 protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used
 by COVESA components and other applications as logging facility.
 .
 This package includes tools to connect to and experiment with DLT daemon.
 Most usefully this includes 'dlt-receive' to connect to a (remote) DLT server
 and save all logs to a DLT file and 'dlt-system' that injects system logs
 into the DLT server
Homepage: https://github.com/COVESA/dlt-daemon
Multi-Arch: foreign

Package: dlt-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 367
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: arm64
Source: dlt-daemon
Version: 2.18.8-6+apertis1bv2024dev3b1
Depends: dlt-tools (= 2.18.8-6+apertis1bv2024dev3b1)
Filename: pool/target/d/dlt-daemon/dlt-tools-dbgsym_2.18.8-6+apertis1bv2024dev3b1_arm64.deb
Size: 241944
MD5sum: bd37b67249fb4018b600d8e2b3029b58
SHA1: 91bfc8a4fc86556b662dc6736bac4a42b0cbb40e
SHA256: 29a48d740a06ef5e787e36a60e4ab603848ff63969c803dbb409d94f7c65ddae
SHA512: b6b0d1a03a89de595186fddb1904f31d4ffa99ba8e97ad2e165cabf5b46ba952c0a56faf219370316749137efa56138b7bc3b5fe358aed3886115ca553e2c938
Description: debug symbols for dlt-tools
Auto-Built-Package: debug-symbols
Build-Ids: 2391ab851c1a822fdca994bd5ec4fba222a94b9f 3330cfd0e00c84b3f6a7803418e3a456252d56d0 5773c2e5d852c0570f96d88694ccd816bfbbbdc2 646b517f6508ab2b196b6106a03753815a096207 77d81db95988d818e08eb7a45f466f170548dd0a 99c33bcd0cdcdd0a0e84b861579a7558fcdba45a d58281dc84c094bf0f14ff251a0a3d618b8be754 e0a9214e4896d663b37c74cdcc444ba7789c55fd edaf10a127eb783d9f90bbed4b1a4cc160a507a5 f02cee74c2bfb08f7a844ec3d1329b591f2bff42 f6df9d1b486d9fe5bb3be408dfd935bb4b11f9a9

Package: dmeventd
Priority: optional
Section: admin
Installed-Size: 533
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdevmapper-event1.02.1 (>= 2:1.02.110), libdevmapper1.02.1 (>= 2:1.02.110), liblvm2cmd2.03 (>= 2.03.16)
Filename: pool/target/l/lvm2/dmeventd_1.02.185-2+apertis1bv2024dev3b1_arm64.deb
Size: 60132
MD5sum: 0edf56c1d05e6468c915dca0fdf3c31a
SHA1: 476978ce22a79724f4b61104c38740a13e760af4
SHA256: 884ea748d915dac639718d9696e8dba9f324e358f1c4f756b7d152279ea90c97
SHA512: 707ebce47de2b8c954ec8a31e2555f3275d32b4c75edd917381070f8915e44f9109bbe33c0ba8ee62064c711d3e799bb652f907f0d9356055b1e13619ba4ba32
Description: Linux Kernel Device Mapper event daemon
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but software raid,
 and other drivers that create "virtual" block devices.
 .
 This package contains a daemon to monitor events of devmapper devices.
Homepage: https://sourceware.org/lvm2/

Package: dmeventd-dbgsym
Priority: optional
Section: debug
Installed-Size: 114
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: dmeventd (= 2:1.02.185-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/dmeventd-dbgsym_1.02.185-2+apertis1bv2024dev3b1_arm64.deb
Size: 45100
MD5sum: 046ac07c23992749ad8b5e4519c43bd0
SHA1: 8b3aab98f9ba51f4365ce5e9222736604294fd17
SHA256: 1b136043f0ed63071c1f14e4933555b69b324e9003e259c4cd2b432227a237fd
SHA512: e2752fc1982f65c34202f588e5b94d48671fbd8d3972b85085b459a0b8a7580e5d57aadf8dbfac94d36ea39370c2d611250ffded7213fa529b89d102c43f8407
Description: debug symbols for dmeventd
Auto-Built-Package: debug-symbols
Build-Ids: 271364eb59dd766e54acf1f60d62ff1fdc4fcf68 3112ccc07a20d668d95cbc1beeee07418703165b 6131d2c7e6b02464bc67cbe3ff47a334625ec7bf 7576dcb350d5f7cec58c7074025682c40947be1c 7fa5e5f0c44729eab3e8a1d97f0bd68fd373d435 9150783aa9b2565be5bbf9e7a85547ea2d7daa70 cda307d30469fa621b0635991401326e1272a42f

Package: dmidecode
Priority: important
Section: utils
Installed-Size: 158
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: arm64
Version: 3.4-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/d/dmidecode/dmidecode_3.4-1+apertis0bv2024dev2b1_arm64.deb
Size: 51212
MD5sum: b41c67a5cd8a757ae13ab1d9ac43080b
SHA1: 8e8b2921b150503d7d1e9d022299e78c4918ce38
SHA256: 42c32e1e1aafb9b05576400273d10f79e04b8034d594d04f6092ce2f61352905
SHA512: 3b450f77f8a3c7528453da86a87874d4ef156c53ea9b88fce23918ef799cc335d510c8f276f140086a37d802fa432db45f587a36820eeba7d238f8c95bfb3631
Description: SMBIOS/DMI table decoder
 Dmidecode reports information about the system's hardware as described in the
 system BIOS according to the SMBIOS/DMI standard.
 .
 This information typically includes system manufacturer, model name, serial
 number, BIOS version, asset tag as well as a lot of other details of varying
 level of interest and reliability depending on the manufacturer. This will
 often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI,
 ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel,
 USB).
 .
 Beware that DMI data have proven to be too unreliable to be blindly trusted.
 Dmidecode does not scan the hardware, it only reports what the BIOS told it to.
Homepage: https://nongnu.org/dmidecode/
Multi-Arch: foreign

Package: dmidecode-dbgsym
Priority: optional
Section: debug
Installed-Size: 90
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: arm64
Source: dmidecode
Version: 3.4-1+apertis0bv2024dev2b1
Depends: dmidecode (= 3.4-1+apertis0bv2024dev2b1)
Filename: pool/target/d/dmidecode/dmidecode-dbgsym_3.4-1+apertis0bv2024dev2b1_arm64.deb
Size: 70572
MD5sum: d68273bfed51ba20a31e87edbea36c5e
SHA1: bd025bea4785deda40eb7b4197a3bde5ca55b0d7
SHA256: 44aab147d99759b4dc6a2a8ce1c7cf9727977e6feb26cc615fb60d7878099c90
SHA512: c5d70a9e1ee7e30377f87f3f48af6f2914c04f973290ea95b68bae3fe7edea5272db1aa310453b374ae35b342ae93adba38c0824eb0288797658b82401d8e475
Description: debug symbols for dmidecode
Auto-Built-Package: debug-symbols
Build-Ids: 176f1f390bd7214514c21af4f81c8af6d2386ae1

Package: dmsetup
Priority: optional
Section: admin
Installed-Size: 282
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.181)
Filename: pool/target/l/lvm2/dmsetup_1.02.185-2+apertis1bv2024dev3b1_arm64.deb
Size: 78524
MD5sum: 291a27fdf63899607dc443f63d6e00ff
SHA1: 6151abfce99f7ef689d6c26cf9d3c603ea64cd96
SHA256: afcb4cdaa747ca8b18534509bc95633c082fe51236bbed3aeb14201d8edaf4a8
SHA512: 2b00fced2d4d2ca41e40d0bb249677bbb964bca35a324c2abb1c0ea7b85bbca31ead85b6cbb21a74dd3dd5e58a96f11c34b5dc6777ceabaf73dd000b86152501
Description: Linux Kernel Device Mapper userspace library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but software raid,
 and other drivers that create "virtual" block devices.
 .
 This package contains a utility for modifying device mappings.
Homepage: https://sourceware.org/lvm2/
Multi-Arch: foreign

Package: dmsetup-dbgsym
Priority: optional
Section: debug
Installed-Size: 76
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: dmsetup (= 2:1.02.185-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/dmsetup-dbgsym_1.02.185-2+apertis1bv2024dev3b1_arm64.deb
Size: 44136
MD5sum: 3a33700ded355837b58edd33b98fd847
SHA1: 506738aeee9cbb40a14848f334d97a17d085bbdc
SHA256: d7ebc96a788a3e52952df5eb17287d754a0661f4b56eb7a70becd09239727d9c
SHA512: b4f644971e0121161bd9bfe86d39b936307cc84a9043f2ae5f25874157afdcd4c9fad26621256afebc1b17cb20567db737b56a797c56d95a4a141d36cef330f0
Description: debug symbols for dmsetup
Auto-Built-Package: debug-symbols
Build-Ids: 629f521e70c504df1be87db12ef2211898a190e1

Package: dns-root-data
Priority: optional
Section: misc
Installed-Size: 17
Maintainer: dns-root-data packagers <dns-root-data@packages.debian.org>
Architecture: all
Version: 2023010101+apertis1bv2024dev2b1
Filename: pool/target/d/dns-root-data/dns-root-data_2023010101+apertis1bv2024dev2b1_all.deb
Size: 4280
MD5sum: 6c1ea2d85732403e089b82af66d97ce9
SHA1: 5758b265bd654f556d14bac70f27354c76bb0905
SHA256: a6a1bef8dd2c52e4ba6de7958e66fe034348f99864bb49aa32b8804cd67be9a3
SHA512: 9db7e28456261a6295777250bd0dd6a109d5f9aace067c668c43ae9640878fe7f778c9ac5c42501add89ccf23d1e12d6df3ddaf6ebf18637c438a1a9baf7fa7b
Description: DNS root data including root zone and DNSSEC key
 This package contains various root zone related data as published
 by IANA to be used by various DNS software as a common source
 of DNS root zone data, namely:
 .
  * Root Hints (root.hints)
  * Root Trust Anchors (root.key, root.ds)
Homepage: https://data.iana.org/root-anchors/
Multi-Arch: foreign

Package: dnsutils
Priority: optional
Section: oldlibs
Installed-Size: 268
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: all
Source: bind9
Version: 1:9.18.16-1~deb12u1+apertis1bv2024dev3b1
Depends: bind9-dnsutils
Filename: pool/target/b/bind9/dnsutils_9.18.16-1~deb12u1+apertis1bv2024dev3b1_all.deb
Size: 262556
MD5sum: 5def93ba473cf3a2a4647f6134883632
SHA1: 2297e4fa36917f0014ff160152985ed06b86ec0a
SHA256: 5075c35b9e90dad89a228b1763d260b88b9ad6f513c87a88fe9ad92c897d208e
SHA512: 4e6fcec5bb93bdab02146ba7f0dde8b2381c36c37e239cf6fefd4e230d3162caf73befa2f16cd582167a7db689a2a06e5a729bc17b87ac18bb5b566d014361c9
Description: Transitional package for bind9-dnsutils
 This is a transitional package. It can safely be removed.
Homepage: https://www.isc.org/downloads/bind/

Package: dnsutils
Priority: optional
Section: oldlibs
Installed-Size: 261
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: all
Source: bind9
Version: 1:9.18.12-1+apertis1bv2024dev2b1
Depends: bind9-dnsutils
Filename: pool/target/b/bind9/dnsutils_9.18.12-1+apertis1bv2024dev2b1_all.deb
Size: 256104
MD5sum: 4f47ec8a10807d7e074eb70bad3815d9
SHA1: 49df4be751eb2ffeb1596931529c222aba5227e0
SHA256: ebc20419635d237017eabca9702e8769909b6b2a4b1bb8821700d893158ed10f
SHA512: 4b0ae03f7807e232b52f7d62748865853a2e2d623b01d3518947fa785e5b2125f011b8de4f3eb901b548bd41cc817f261309a06c8b12f8bd6afd01d6549cd776
Description: Transitional package for bind9-dnsutils
 This is a transitional package. It can safely be removed.
Homepage: https://www.isc.org/downloads/bind/

Package: dpkg
Essential: yes
Priority: required
Section: admin
Installed-Size: 6647
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: arm64
Version: 1.21.22+apertis1bv2024dev3b1
Depends: tar (>= 1.28-1)
Pre-Depends: libbz2-1.0, libc6 (>= 2.34), liblzma5 (>= 5.4.0), libmd0 (>= 0.0.0), libselinux1 (>= 3.1~), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: apt, debsig-verify
Breaks: libapt-pkg5.0 (<< 1.7~b), lsb-base (<< 10.2019031300)
Filename: pool/target/d/dpkg/dpkg_1.21.22+apertis1bv2024dev3b1_arm64.deb
Size: 1557632
MD5sum: eed521d09735d1c7d5f5fbf82f42add8
SHA1: bca218d905bd7c72c9f789ae9711ed858b05bbcb
SHA256: b5e4a58f79aa7567bf36828c4279b6e744750f1305d0bce72b798b7226731797
SHA512: 65b11a085a001aa7d6d2297739b1f4541e758e004c8fe6b5bc93981d5e41df08f79ebbf30ac8909351d5f9c78e0fd793108ebd30b4301ab35e078f1ffd6db860
Description: Debian package management system
 This package provides the low-level infrastructure for handling the
 installation and removal of Debian software packages.
 .
 For Debian package development tools, install dpkg-dev.
Homepage: https://wiki.debian.org/Teams/Dpkg
Multi-Arch: foreign

Package: dpkg-dbgsym
Priority: optional
Section: debug
Installed-Size: 1477
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: arm64
Source: dpkg
Version: 1.21.22+apertis1bv2024dev3b1
Depends: dpkg (= 1.21.22+apertis1bv2024dev3b1)
Filename: pool/target/d/dpkg/dpkg-dbgsym_1.21.22+apertis1bv2024dev3b1_arm64.deb
Size: 1239484
MD5sum: b14a5b52023f9d908d664d3c9633d035
SHA1: b652c446ac7d365f142dfa9fd77cd086f5a1e85d
SHA256: 1a6f8f4a8a8bd426022bfe1e278972c2994374fae5420cc9dc2f27e2bc37a8a3
SHA512: bedd75ad2e6ff35629fe36d515b8d8d5b1416c3a383b37b319e4ba182c430a6c894c1ff072254363635ffff1eda03df7b4b432e62a4ac2173e0894752331b774
Description: debug symbols for dpkg
Auto-Built-Package: debug-symbols
Build-Ids: 5ac0b8c4d7a14ac6d2b0301d90018fc7d3ca10d3 7df08c31affd8c2be88fc3a07a7bb9c006c2d87f aefc5b43df53a83cabe1f8ead7083930d52e9311 b627748129f6f0ef824c25d396c36afe0def7f4b ba12515b4a768e2bc5c1f6338b5a6288d7318086 d924c9773f051301309172cb7f1ad2701741ab4b ebe1d0151de542f3d75585b9c323ee9e29163bc3 efd22a18b6cbfd91dd2fa7f92970abcb7067e5c4 f40338a160c5e579d802b011f7d4162800bc49c6

Package: dpkg-dev
Priority: optional
Section: utils
Installed-Size: 1736
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: all
Source: dpkg
Version: 1.21.22+apertis1bv2024dev3b1
Depends: perl:any, libdpkg-perl (= 1.21.22+apertis1bv2024dev3b1), tar (>= 1.28-1), bzip2, xz-utils (>= 5.4.0), patch (>= 2.7), make, binutils
Recommends: build-essential, gcc | c-compiler, fakeroot, gnupg | sq | sqop | pgpainless-cli, gpgv | sq | sqop | pgpainless-cli, libalgorithm-merge-perl
Suggests: debian-keyring
Breaks: debhelper (<< 10.10.1~), libsop-java-java (<< 4.0.7~), pgpainless-cli (<< 1.3.13~), sq (<< 0.25.0~), sqop (<< 0.27.2~)
Filename: pool/target/d/dpkg/dpkg-dev_1.21.22+apertis1bv2024dev3b1_all.deb
Size: 1360892
MD5sum: e77ddc7970d5181d68ce5c99480b0a32
SHA1: df99a30f87e49e06f71c91d035c8cd4043a440e9
SHA256: faf35e4e3d3d8d26e3cf723bb5e104a2137d0b62323b51e015313c089cb6376f
SHA512: b43b79d13609d8d8b2c083f01b73bf5d5eb088eebe5c3ee83e114dbbb6931d1bfd7feefab7475ad8b0bd876c215fe96659c35efaa07eaffb67be79f2c4741527
Description: Debian package development tools
 This package provides the development tools (including dpkg-source)
 required to unpack, build and upload Debian source packages.
 .
 Most Debian source packages will require additional tools to build;
 for example, most packages need make and the C compiler gcc.
Homepage: https://wiki.debian.org/Teams/Dpkg
Multi-Arch: foreign

Package: dselect
Priority: optional
Section: admin
Installed-Size: 1749
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: arm64
Source: dpkg
Version: 1.21.22+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libmd0 (>= 0.0.0), libncursesw6 (>= 6.1+20180210), libtinfo6 (>= 6.1+20180210)
Suggests: libdpkg-perl, perl
Filename: pool/target/d/dpkg/dselect_1.21.22+apertis1bv2024dev3b1_arm64.deb
Size: 567212
MD5sum: 711de6a3caaa568e0029b65c1491aa4d
SHA1: d69d609419feecba0448fe020b632140d22a76be
SHA256: 7a2050c4f0d2689c555e97964155785e6dc8d82ea0c715430234f63f10fd4cfc
SHA512: 0b74027e6324de8fd3b5f598ba9f10ca70e3186508b5c2344220807e8e1b316a31b266f46de411655f356969a6ce46109695608f204c3514cd89e8ab469b165c
Description: Debian package management front-end
 dselect is a high-level interface for managing the installation and
 removal of Debian software packages.
 .
 Many users find dselect intimidating and new users may prefer to use
 apt-based user interfaces.
Homepage: https://wiki.debian.org/Teams/Dpkg
Multi-Arch: foreign

Package: dselect-dbgsym
Priority: optional
Section: debug
Installed-Size: 306
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: arm64
Source: dpkg
Version: 1.21.22+apertis1bv2024dev3b1
Depends: dselect (= 1.21.22+apertis1bv2024dev3b1)
Filename: pool/target/d/dpkg/dselect-dbgsym_1.21.22+apertis1bv2024dev3b1_arm64.deb
Size: 260556
MD5sum: c7a2e987b10b9cb03aebdc43f3a368b5
SHA1: 023e2e7906582e5f8eff4c4cfef1651c36df9d8d
SHA256: 058672177342fa72d04e233fadaa4e360e0a5971c676fdccdf968bb41c3b10f9
SHA512: 9a88a9abb640ff2de7919c0b88a715504357db829de24bcc5b879a6793286c01234e29cb73fe887e091cd2235ee9355e56ed0753019cfc4cbcccae6a5e941b78
Description: debug symbols for dselect
Auto-Built-Package: debug-symbols
Build-Ids: 1310563b87a8fa11af14b17e34b25bc092fa9902

Package: duktape
Priority: optional
Section: interpreters
Installed-Size: 340
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 2.7.0-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/d/duktape/duktape_2.7.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 124916
MD5sum: 6f25932964628095a5cc75f306cb1696
SHA1: b13897cbba949c3d0a3b2cf57a13cd54b2d51bbe
SHA256: eeed76ca84d16ee46357d3266472d3c24a1da007757b38055142911bc1823e17
SHA512: 342a5adb0e69349e9093b275036b46ec2da66e901dcc1bd65df5b990e8a525d92fc7fbc904a8b3915a0201e2b8ae1f83104818e703fd1c7ea0b97fd90f5def5f
Description: embeddable Javascript engine
 Duktape is an embeddable Javascript engine, with a focus on portability
 and compact footprint.
 .
 Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h,
 and duk_config.h to your build, and use the Duktape API to call Ecmascript
 functions from C code and vice versa.
 .
 The main features are
    - Embeddable, portable, compact: can run on platforms with
      256kB flash and 64kB system RAM
    - Ecmascript E5/E5.1 compliant, some features borrowed from
      Ecmascript E6
    - Khronos/ES6 TypedArray and Node.js Buffer bindings
    - Built-in debugger
    - Built-in regular expression engine
    - Built-in Unicode support
    - Minimal platform dependencies
    - Combined reference counting and mark-and-sweep garbage
      collection with finalization
    - Custom features like coroutines, built-in logging framework,
      and built-in CommonJS-based module loading framework
    - Property virtualization using a subset of Ecmascript E6 Proxy
      object
    - Bytecode dump/load for caching compiled functions
 .
 This package contains a commandline duk interpreter
Homepage: https://duktape.org

Package: duktape-dbgsym
Priority: optional
Section: debug
Installed-Size: 590
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: duktape
Version: 2.7.0-2+apertis1bv2024dev3b1
Depends: duktape (= 2.7.0-2+apertis1bv2024dev3b1)
Filename: pool/target/d/duktape/duktape-dbgsym_2.7.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 549180
MD5sum: bc9219930ccc447d93adbbf7d7a8d4ed
SHA1: 9c6fad4bf7a8d726075b8f8a874ebf7061a36131
SHA256: 70b6c2daf2dbca06ffcc1c428cfd72cf2986cf28ee6854aca989c336be4ddb36
SHA512: 4ab165bb8bcbc5e7067a67c90fc74b0929ee0cd56bd64120cc97cba9440b2fb0646432d1fc60c1892480c551b9a545fc23c7614d25d32e148dbed690d466e439
Description: debug symbols for duktape
Auto-Built-Package: debug-symbols
Build-Ids: 0fd739331423d160662a1aae1d62809add71f3c3

Package: duktape-dev
Priority: optional
Section: libdevel
Installed-Size: 4066
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: duktape
Version: 2.7.0-2+apertis1bv2024dev3b1
Depends: libduktape207 (= 2.7.0-2+apertis1bv2024dev3b1)
Filename: pool/target/d/duktape/duktape-dev_2.7.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 606712
MD5sum: f83ebd1f5ce619c6c511679a4d3aa9d6
SHA1: 2260f3758e651248662590709195d523899a3328
SHA256: b2ddb8e421ca25ce6b120d40a4d4bdfa2d436869acaf9818a6847744dec01337
SHA512: 692b595530f81d22ddc1e6a5ec1b6a5eda2bce74d9e5ab40d03ee804ac1e4aa2989663cc7d56063555c194d4ca033a486a646a456f4870ef5df63f511d2296d0
Description: embeddable Javascript engine, development files
 Duktape is an embeddable Javascript engine, with a focus on portability
 and compact footprint.
 .
 Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h,
 and duk_config.h to your build, and use the Duktape API to call Ecmascript
 functions from C code and vice versa.
 .
 This package contains all source files to use in own projects.
Homepage: https://duktape.org

Package: dvb-tools
Priority: optional
Section: utils
Installed-Size: 467
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libdvbv5-0 (= 1.22.1-5+apertis1bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/v/v4l-utils/dvb-tools_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 118940
MD5sum: 19a101c2ffc6c8f4241718717d372042
SHA1: 0e2316a0a5662a8213ed09c7190179ffdb576039
SHA256: f04151823d6bef577db5f3d1d04ab9b58cf96d3fdae5b3d9b515586ac844b589
SHA512: 4b6a3adb2973911659608abd3cbfc057e7ca5934b900e6c4cfc45f708049fb67a7a6c6ffd0ba85f4849336dc975ad00681956536abf225115b27905876706fc9
Description: Collection of command line DVB utilities
 This is a series of tools written to help testing and working with DVB,
 using its latest V5 API. The tools can also work with the DVBv3 API.
 .
 The current tools are:
 .
 dvb-fe-tool: a simple test application, that reads from the frontend.
 it also allows one to change the default delivery system.
 In the future, it may be used to change any property via command line.
 .
 dvb-format-convert: converts from zap and scan initial-tuning-data-file
 into the new format defined to work with DVBv5.
 .
 dvbv5-scan: a DVBv5 scan tool.
 .
 dvbv5-zap: a DVBv5 zap tool. It allows one to tune into a DVB channel,
 and to watch to a DVB service (e. g. receiving the video and audio
 streams, via another application using the dvr device).
Homepage: https://linuxtv.org/downloads/v4l-utils/

Package: dvb-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 146
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: dvb-tools (= 1.22.1-5+apertis1bv2024dev3b1)
Filename: pool/target/v/v4l-utils/dvb-tools-dbgsym_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 89336
MD5sum: 7ce647cb599a9301f652334041aad07d
SHA1: a12a763252f8ae193ff81b23384788eef5d4ada2
SHA256: 6f8e661481fa86e52a2415a5a22c67937ddf0b48f2d9e64abc58730aa3b08a2b
SHA512: f7e07361d2fe59819bb8a17f7142f22f3ac78d81a1cc4b2cc83ab9566e8c89986e0e2af624ab7670220541869178707f8e2fbefbb75b34d44c9826177c552006
Description: debug symbols for dvb-tools
Auto-Built-Package: debug-symbols
Build-Ids: 163d3bcc24532fd0947c2364fa42d0763efcf1a1 3535af1ffc86666be0fd05481025caecbd214242 58ef84670e7fb270a7ee8d5cab385b776664ba9f b60fbb5e7504981a4d7e2cfbfc590e318df51911 ef83309d3cd253785b92a6e2e267bbfb01ed0945

Package: e2fsck-static
Priority: optional
Section: admin
Installed-Size: 1688
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Recommends: sash | bash-static | zsh-static | busybox-static
Filename: pool/target/e/e2fsprogs/e2fsck-static_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 665312
MD5sum: 2388c8e14443cb1907b67586005827fe
SHA1: 72e23b88c0583771f073e121ebaf21d7203c40fa
SHA256: a471cf3aee083ed3cdfe9f8679dec423378137390acd337315294c4660edec07
SHA512: d99edacd28caba02199c6b14f0ab0e956449b5bcd504b8ac3db09ec6ba3427146d3308f641487c382a6ec90ade849cb09a7fb37a99801458abae71f2364d98a6
Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
 This may be of some help to you if your filesystem gets corrupted enough
 to break the shared libraries used by the dynamically linked checker.
 .
 This binary takes much more space than its dynamic counterpart located
 in e2fsprogs, though.
 .
 You may want to install a statically-linked shell as well, to be able
 to run this program if something like your C library gets corrupted.
Homepage: http://e2fsprogs.sourceforge.net

Package: e2fsck-static-dbgsym
Priority: optional
Section: debug
Installed-Size: 1129
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Depends: e2fsck-static (= 1.47.0-2+apertis0bv2024dev3b2)
Filename: pool/target/e/e2fsprogs/e2fsck-static-dbgsym_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 913944
MD5sum: c48eb09b0d28073a75ef2adc78ea1505
SHA1: 9ded8127a7446b0b2ccaf90fd3b1681d96a08303
SHA256: 65857177c0b26c7881a07c722f8ee6d0f9dc0907aeab9dcad74c515ed5222012
SHA512: a457705ee5038ecbd5473606199b3abfd10134c48b735d1da936407094d183915e15d1c562b86fae974fe3297ee4845d46f5101f4eac2836b05e85c253c17a4c
Description: debug symbols for e2fsck-static
Auto-Built-Package: debug-symbols
Build-Ids: df8ca0487c915e799b01065fa65a727113935448

Package: e2fsprogs
Priority: required
Section: admin
Installed-Size: 2069
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Version: 1.47.0-2+apertis0bv2024dev3b2
Depends: logsave
Pre-Depends: libblkid1 (>= 2.36), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libext2fs2 (= 1.47.0-2+apertis0bv2024dev3b2), libss2 (>= 1.38), libuuid1 (>= 2.16)
Recommends: e2fsprogs-l10n
Suggests: gpart, parted, fuse2fs, e2fsck-static
Filename: pool/target/e/e2fsprogs/e2fsprogs_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 551168
MD5sum: 5e3af9abdba0c1b43a87743ec4e1c70a
SHA1: 42552afb75f7bd3d201a57489757697d328f2baa
SHA256: 6daedbdfc32f8d4e70126978264e38bd1a6cc303a2bca128d0a29d1e28ae1565
SHA512: 45db747b7b1af0751264877307bb9652adfd13b3b4421b104aaf47ad3da660e7ac931d90dc507bf90fffc50e949da3be66aef340192b46939cae1cef7607a943
Description: ext2/ext3/ext4 file system utilities
 The ext2, ext3 and ext4 file systems are successors of the original ext
 ("extended") file system. They are the main file system types used for
 hard disks on Debian and other Linux systems.
 .
 This package contains programs for creating, checking, and maintaining
 ext2/3/4-based file systems.  It also includes the "badblocks" program,
 which can be used to scan for bad blocks on a disk or other storage device.
Homepage: http://e2fsprogs.sourceforge.net
Important: yes
Multi-Arch: foreign

Package: e2fsprogs-dbgsym
Priority: optional
Section: debug
Installed-Size: 1551
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Depends: e2fsprogs (= 1.47.0-2+apertis0bv2024dev3b2)
Filename: pool/target/e/e2fsprogs/e2fsprogs-dbgsym_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 1320508
MD5sum: ce95d8a6a8de6d3383f6bdf98290f9c6
SHA1: 05e9de67a1715dac52073032b89d75de7f585b63
SHA256: f9cb7bff2b6125272ec4d726a5bc6b7498c389a4ee2d3ce42c5dc3323e908c8e
SHA512: 6f619477625cac914e31d7c8ca3d43bf8d1efdd914feffc5da8670679259d5ca8b4fc96da6a6a64023ea3c0663669a05092e53bdb8cfb5a0b774020b08cea0ac
Description: debug symbols for e2fsprogs
Auto-Built-Package: debug-symbols
Build-Ids: 0302565a3af9cc6c51c08de5d872f496080e7853 089c303505bfe9c6a63c689dda08c35ea28a5f58 2329f4752155efe1f9198d1499460e0d6624c4be 33061a4b22a67423b8765a0db5e8920ef138c21f 37cb31906a17aa6334725c70688c7089ab076ccb 3a2f92039f8760d95fd5bd8240df8fb9d6c3df10 468a82f46bb8d56ee9de5553c23c6630585e0286 493bf8bef87988fbd54728c50765674c3f428478 6362ed7a787d4eb7468998339140b82b4406a750 71954dc3d30841ef2e485479a790e087bafc59f5 7de810a0ab86f4dc94be9418543874cd5895a773 80202605f48ff6d2ec362bb80289346152be8a47 92f00c14c5686ae3a9e4603abceb0dcc9ffe8e85 df4d40277c59f0e6f8cf02ee7e05fe007fed3542 ea1e80b58c94c618b92375c60abaa03c08aef5c7 efda776f8349450db57d1683a9e2dfab37f4857e

Package: e2fsprogs-l10n
Priority: optional
Section: localization
Installed-Size: 3202
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: all
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Replaces: e2fsprogs (<< 1.43.5-1)
Depends: e2fsprogs (>= 1.47.0-2+apertis0bv2024dev3b2), e2fsprogs (<< 1.47.0-2+apertis0bv2024dev3b2+c~)
Filename: pool/target/e/e2fsprogs/e2fsprogs-l10n_1.47.0-2+apertis0bv2024dev3b2_all.deb
Size: 511604
MD5sum: f8ea5770a27d8da63f1d2c4b6b8a647e
SHA1: 40166bf828d970965430be97448140378637ea87
SHA256: 7757b9d8702f49818da3aa5529d532e069ea89e7b1b5140d0b633fecd55df483
SHA512: 78ac17f5c3bf63cf828b1addf420cecdd85638f84671ed4699c6bb3bd3f597c4f52a9207343e5cfefc24f42f9bc3735ad73d985365d6da4b49f23c487f0d3b37
Description: ext2/ext3/ext4 file system utilities - translations
 The ext2, ext3 and ext4 file systems are successors of the original ext
 ("extended") file system. They are the main file system types used for
 hard disks on Debian and other Linux systems.
 .
 This package provides translations for messages for programs found in
 the 'e2fsprogs' package.
Homepage: http://e2fsprogs.sourceforge.net
Multi-Arch: foreign

Package: eapoltest
Priority: optional
Section: net
Installed-Size: 3007
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: arm64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libpcsclite1 (>= 1.0.0), libssl3 (>= 3.0.0)
Filename: pool/target/w/wpa/eapoltest_2.10-12+apertis1bv2024dev3b1_arm64.deb
Size: 1054160
MD5sum: cf056a1fabc0f5f4c9e5995af0d2cf1d
SHA1: 769f859d29b877b7365ac8ee1fcddda1cdd2870e
SHA256: c467cac92609bd7cb3b991c156f92eed3a8474c536096687c7c9298211d44f33
SHA512: 5779f185bc62573939abb8af4c81acd230116d8da8a49ea760e3dbd6e488b490b9d646150eee3688191c5d380150440f1dc47c780cbe095c12be0df164a46fbd
Description: EAPoL testing utility
 eapol_test allows testing EAP authentication methods without using
 a full 802.1X connection. It is frequently used to test the EAP
 configuration of RADIUS systems. It is an administrator tool and not
 required for standard 802.1X authentication.
Homepage: https://w1.fi/wpa_supplicant/

Package: eapoltest-dbgsym
Priority: optional
Section: debug
Installed-Size: 4247
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: arm64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Depends: eapoltest (= 2:2.10-12+apertis1bv2024dev3b1)
Filename: pool/target/w/wpa/eapoltest-dbgsym_2.10-12+apertis1bv2024dev3b1_arm64.deb
Size: 4033432
MD5sum: fb11e5bdfff8a31180c8399b792aa7fe
SHA1: 19e2998b8a33ffb8f7482cf20e0bbe82c8c4414a
SHA256: 2157b977dea772c0285705cab498ff13ee8f1a0aa84987330d5d595fe80e1db3
SHA512: c07f6411be3bdd50cc9662748ee98104aa9adedd09aab2668ba5d994a030edb6633362ae9640e21354b4d5e847ff5c13b77f4c5a35e2de3ba3ac7b6a35705b47
Description: debug symbols for eapoltest
Auto-Built-Package: debug-symbols
Build-Ids: 2a1c8cb10d8d7e3456eb44701a3560a489d6bf8b

Package: efivar
Priority: optional
Section: admin
Installed-Size: 83
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: arm64
Version: 37-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libefivar1 (= 37-6+apertis1bv2024dev2b1), libefiboot1 (= 37-6+apertis1bv2024dev2b1)
Filename: pool/target/e/efivar/efivar_37-6+apertis1bv2024dev2b1_arm64.deb
Size: 10220
MD5sum: 7db779ace3a5f5d2d59688215567e02c
SHA1: 0397edbd02738d0b093df5a00ab25e04976ea9c6
SHA256: 3f30951b19f7b48de35d58c28ffcd5f6de34a0fb3adb167cfe0e7f48d068f950
SHA512: d95496978641a38a26bcb985099833641091c00b5c500d592a2595b0357c1604a7b4a64a3b1284668b9005e125d9da857c6a8fcc76d4817996329831b66e1204
Description: Tools to manage UEFI variables
 efivar provides a simple command line interface to the UEFI variable facility.
Homepage: https://github.com/rhinstaller/efivar
Multi-Arch: foreign

Package: efivar-dbgsym
Priority: optional
Section: debug
Installed-Size: 33
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: arm64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Depends: efivar (= 37-6+apertis1bv2024dev2b1)
Filename: pool/target/e/efivar/efivar-dbgsym_37-6+apertis1bv2024dev2b1_arm64.deb
Size: 16732
MD5sum: 27f2b58c1c3b571c064c1fb2e1cf3b2a
SHA1: f6235a6c60bcf270074668958a3a619fc0977550
SHA256: 84add5517f2496d4cd1875b4a1e02f1283a4cfc2b837ee123ab540fa60760cf0
SHA512: 93bb66b10b22ad8fdfbd3a7115736e11d981b9974585e5c4a27685e48db357245a36c2087021bc5f68a8b0df6c29860c23d30a2a4a78fb80bc916511cb2132e6
Description: debug symbols for efivar
Auto-Built-Package: debug-symbols
Build-Ids: 44b714aa611e53c14b1561a486f7550bbfdace54

Package: eject
Priority: optional
Section: utils
Installed-Size: 191
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libmount1 (>= 2.24.2)
Filename: pool/target/u/util-linux/eject_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 60760
MD5sum: 9234b44b0ce8182c62159763f2a3a508
SHA1: e6ad3bb40cb36f898d0b476582ea625ec5fcc003
SHA256: 4703508f09c471787b98ef58c03ab8095cfcf04eb9cfb082fe93aeecc1f701bf
SHA512: a039dbd841f7d1611e1acb1dede5e5da791a33d82464eae6eea646a867103d916919fe85300960c7cc99d188df846d297ed651d899f9eedf888c4c569bd4c952
Description: ejects CDs and operates CD-Changers under Linux
 This program will eject CD-ROMs (assuming your drive supports the CDROMEJECT
 ioctl). It also allows setting the autoeject feature.
 .
 On supported ATAPI/IDE multi-disc CD-ROM changers, it allows changing
 the active disc.
 .
 You can also use eject to properly disconnect external mass-storage
 devices like digital cameras or portable music players.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: foreign

Package: eject-dbgsym
Priority: optional
Section: debug
Installed-Size: 112
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: eject (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/eject-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 89016
MD5sum: 672f09792b7e06c80bb79b6c3d5d3043
SHA1: 20eabd7ce00902be168524cff505211fd28d9c34
SHA256: 2d6cf9cc5c1bea23eee5c5f2d671e3fdb099a159b6671349cd9243d2b327e330
SHA512: 2cfe7409b71f79b76ed920cc7ff2db7007046d94d8b21f405733fe1b7f1f7cdad64cd9478e277206ff9a9f67c7927b0644268b37c021c4f3056a969e175648b1
Description: debug symbols for eject
Auto-Built-Package: debug-symbols
Build-Ids: 62d6c39768d0f2ba939027ea6b80e79ff8459dfe

Package: elfutils
Priority: optional
Section: utils
Installed-Size: 3345
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libasm1 (>= 0.132), libc6 (>= 2.34), libdw1 (= 0.188-2.1+apertis2bv2024dev3b1), libelf1 (= 0.188-2.1+apertis2bv2024dev3b1), libstdc++6 (>= 4.1.1)
Filename: pool/target/e/elfutils/elfutils_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 437164
MD5sum: 9a6e62430369a8395f865394576cfc84
SHA1: d6f590f38281e8b86bc62406d119fcfe709f139c
SHA256: b3ec1851f56d1e1fd09bb06339976e65d8b474a0849fdcda6c8fefca49579f04
SHA512: 7c216cfbafbe0ff62a61854b024ffe6ad06769fecd150cab39f5f43319b60bdbc33b2aa4aba4a5cca3ed423d758eddca612c48cf5ca7488db93b96ea11162dea
Description: collection of utilities to handle ELF objects
 Elfutils is a collection of utilities, including eu-ld (a linker),
 eu-nm (for listing symbols from object files), eu-size (for listing the
 section sizes of an object or archive file), eu-strip (for discarding
 symbols), eu-readelf (to see the raw ELF file structures), and eu-elflint
 (to check for well-formed ELF files).
Homepage: https://sourceware.org/elfutils/
Multi-Arch: foreign

Package: elfutils-dbgsym
Priority: optional
Section: debug
Installed-Size: 2501
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: elfutils (= 0.188-2.1+apertis2bv2024dev3b1)
Filename: pool/target/e/elfutils/elfutils-dbgsym_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 2098916
MD5sum: b82d3e0d727a0342f541fddc2b73135a
SHA1: 2547930168830f6dc9f24d17efcf88892ee2c00e
SHA256: 4dd0de0a0c34dbf26f58b0fe2588fd122053c26832456953c14cd6349cbe5d78
SHA512: 677b3bbf96ca3c8f2307749d6e4aa7b27c4b99590d5b0c0f77d2ba1efb9bad80319c25379b65e8d5ba430216e3139bd385ceb2ec3a6dd5730d3e30d7982cf828
Description: debug symbols for elfutils
Auto-Built-Package: debug-symbols
Build-Ids: 02f260cd09cdd6525d11ccba539af1caed9fd910 2a522cba469c05c390891247ba470ab5ea96d1cb 2cff5b568d01d9f04da41d8d0e8905b17bf818eb 434d56561565175c7e7d6fe96f3e563c60d238f7 4bcb923d4b53754a648c3376692dc640f67b4cf0 698be4f48448f747eccaf199503c2ef1dcb0402b 6e49fc94abd6c467ede3999a8997021ed697288d 811599878d722b31e26377e1747940e5faf8bf83 8a7910c1064610b42b6e5850ec752cff0f1948a2 94659a3d0a4a7480491de47ea043691effdc011d aa6246ddf0a952a8f12fd52325538a49a245eaf8 aca8d4fc77d42775c7a9919de9c4c262df11de5f acc0885aa43617389742ca7de6ab3cc609ddf576 bc601dec8596bb996e9b49279b22cc46407a4472 e266ec9738a75353f49fa59a8a6e8bc8c23b8e12 fa91629f991501344e4b0ff2a35d620fecd2e639

Package: elpa-protobuf-mode
Priority: optional
Section: editors
Installed-Size: 96
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: dh-elpa-helper, emacsen-common
Filename: pool/target/p/protobuf/elpa-protobuf-mode_3.21.12-3+apertis1bv2024dev3b1_all.deb
Size: 65436
MD5sum: 4bf0563bff10acaf62704f3d706927db
SHA1: 84a278f3bd9b30f3f5b2c0a50752f9aeb24c5479
SHA256: dbb56ff7872464ae7fa628dc61dc185aee6eb3507f2df534dc4bd4b6c0c1dd30
SHA512: e4c40d03c2e9cf578bfde46b3c16d7d4e5e7f4f62745a259045a421c0e6ab03fd1d68994f126763fab63d70dbe71133985981d931f9ca89cc32725a531c5ddd8
Description: Emacs addon for editing protocol buffers
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package provides an emacs major mode for editing files in protocol
 buffers format. It features syntax highlighting and auto-indentation.
Homepage: https://github.com/google/protobuf/

Package: ethtool
Priority: optional
Section: net
Installed-Size: 720
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Version: 1:6.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libmnl0 (>= 1.0.3-4~)
Filename: pool/target/e/ethtool/ethtool_6.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 183976
MD5sum: 33738344fa9515c89c3bacbf07a3cc14
SHA1: 020289a1f8c0ea57a2e2a531804434469fef2686
SHA256: 8ba9d21cefd5ee262334aeb5681ba408a5d804d059935c799196f976b956ec46
SHA512: 7a696a3eaa5786ad48671c0d21a492a52cde930694dbe80382a07b0c9e7c6bb362187c72ff91996b0ab37fd5c3c0a80df82c4273f161a5fa02d7d762b5e98e9d
Description: display or change Ethernet device settings
 ethtool can be used to query and change settings such as speed, auto-
 negotiation and checksum offload on many network devices, especially
 Ethernet devices.
Homepage: https://www.kernel.org/pub/software/network/ethtool/

Package: ethtool-dbgsym
Priority: optional
Section: debug
Installed-Size: 505
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: ethtool
Version: 1:6.1-1+apertis1bv2024dev2b1
Depends: ethtool (= 1:6.1-1+apertis1bv2024dev2b1)
Filename: pool/target/e/ethtool/ethtool-dbgsym_6.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 470572
MD5sum: 63f456b870719e0fe6b2becd6d5b4b27
SHA1: 5460f12a617f308bcb73e93ac5ac7a5c2c9a704b
SHA256: 96913c8bcbd3b2f09f3b0aa835fba0a6d8f74d4d8cc39e7720b6a078f653c928
SHA512: 704bec55da4458f767cda8268189095c3a9d2dce804f5ce6e1fce670cac8cced9d5a8a7ea96f8f9df2b81ac092bbaa809158425d274affbc16e935e05b582357
Description: debug symbols for ethtool
Auto-Built-Package: debug-symbols
Build-Ids: ec48e4f22e306b9e41a0ba54c788659c1d11b383

Package: exempi
Priority: optional
Section: graphics
Installed-Size: 97
Maintainer: Michael Biebl <biebl@debian.org>
Architecture: arm64
Version: 2.6.3-1+apertis0bv2024dev2b1
Depends: libexempi8 (= 2.6.3-1+apertis0bv2024dev2b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/e/exempi/exempi_2.6.3-1+apertis0bv2024dev2b1_arm64.deb
Size: 22288
MD5sum: ff8cea4f2a73edf37948de3732a8e49f
SHA1: 2dfe82a6e2c568279516a249aec3e7b717c57b7b
SHA256: 9da825b43f4d4bbec6115a1052fab5848e600825c8a9a6a30aab7f36e544af19
SHA512: 183f779eec296bcad0a70208c35062ea3e5e78541c83e5aedb270e1359a47c3328d24524fc3a4ee0c1a2dfd1a1c170daf9446a70b014decc2dab35ac6c4eb599
Description: command line tool to manipulate XMP metadata
 Exempi is a library to parse XMP metadata as defined by the
 specification.
 .
 XMP (Extensible Metadata Platform) facilitates embedding metadata in files
 using a subset of RDF. Most notably XMP supports embedding metadata in PDF
 and many image formats, though it is designed to support nearly any file type.
 .
 This package provides a command line tool to manipulate XMP metadata.
Homepage: https://libopenraw.freedesktop.org/wiki/Exempi
Multi-Arch: foreign

Package: exempi-dbgsym
Priority: optional
Section: debug
Installed-Size: 79
Maintainer: Michael Biebl <biebl@debian.org>
Architecture: arm64
Source: exempi
Version: 2.6.3-1+apertis0bv2024dev2b1
Depends: exempi (= 2.6.3-1+apertis0bv2024dev2b1)
Filename: pool/target/e/exempi/exempi-dbgsym_2.6.3-1+apertis0bv2024dev2b1_arm64.deb
Size: 64444
MD5sum: e9ad600a0097eb9fe375ac8272edb93b
SHA1: d3f84f9d6ca98982f41ab4f39e35c89436bed29d
SHA256: ede7fc537a3db5cafc65a53c4302d804af99cf77c9d579e4b1a5022d549b7a93
SHA512: 238fc70223b055a42e03b23bbc44b23b0fbb21029d92bd4e52342c2fcbb6bdafedd824d067a49e1192ee37d4e4b7f279efed8271b4f2c7664dfd793fd2281991
Description: debug symbols for exempi
Auto-Built-Package: debug-symbols
Build-Ids: 6048022362b494e8a5e82bd2068954c3031f758d

Package: exfatprogs
Priority: optional
Section: otherosfs
Installed-Size: 425
Maintainer: Sven Hoexter <hoexter@debian.org>
Architecture: arm64
Version: 1.2.0-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Conflicts: exfat-utils
Filename: pool/target/e/exfatprogs/exfatprogs_1.2.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 55292
MD5sum: 947e3ee35549759281aac0ebafc59c9c
SHA1: b9022ef669e545f305aca4f31eb8e228d5ab616d
SHA256: 5fc24c666608b30173cc36871d308366234afd5c0753f1be73f9fd855b34ebf0
SHA512: 0d75acd1ffe0fcfc4dcfbeb9f7d71994c74cf0a7f8c7b12ae9fe111b3d5caab470345e5b5777c988bcaf50eb2c9a42091af0e6f4c005e8c057f2755505548824
Description: exFAT file system utilities
 Tools to manage extended file allocation table filesystem.
 This package provides tools to create, check, dump and label
 the filesystem. It contains
  - mkfs.exfat to create an exFAT filesystem
  - fsck.exfat to check and repair an exFAT filesystem
  - tune.exfat to print and edit the volume label or serial
  - dump.exfat to show on-disk information of an exFAT filesystem
  - exfat2img to dump exFAT metadata
 The tools included in this package are the exfatprogs
 maintained by Samsung and LG engineers, who provided Linux exFAT
 support.
Homepage: https://github.com/exfatprogs/exfatprogs

Package: exfatprogs-dbgsym
Priority: optional
Section: debug
Installed-Size: 390
Maintainer: Sven Hoexter <hoexter@debian.org>
Architecture: arm64
Source: exfatprogs
Version: 1.2.0-1+apertis1bv2024dev2b1
Depends: exfatprogs (= 1.2.0-1+apertis1bv2024dev2b1)
Filename: pool/target/e/exfatprogs/exfatprogs-dbgsym_1.2.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 313852
MD5sum: d7a41d5e3ffa7fa7281efeacb0270263
SHA1: d3529e3305cb94cf57b174fafab9fe797e9fe185
SHA256: 9fefbf3d6a987bd4caa160a2a946203fa2d34682445a774d9a9995ed0237776a
SHA512: e98582ec1df4a27b4b2967cd43c3edcfc03715a22996c23c7664ade13804c7f5a29d16e934bd161a29b7dde4f5128a98b04b1fde42b2188837410befc17bb219
Description: debug symbols for exfatprogs
Auto-Built-Package: debug-symbols
Build-Ids: 3ed823df04b4adaeeaaf80e584102d0513d452fc 5346c34ae7927a04ed5258f6ca58194d0f7e9241 9b5ac2131a284b74f2ae4591ba4183ece1b2c5d1 d64c8f705d7e444d4a044f64ae9f69481837fa5c ee9ef7e65b2f362ee7f0dc7084c09441c2f2e810 fefe87caa5f1b46bd6141a837d62846c3c853c73

Package: exiv2
Priority: optional
Section: graphics
Installed-Size: 278
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: arm64
Version: 0.27.6-1+apertis0bv2024dev2b1
Depends: libexiv2-27 (= 0.27.6-1+apertis0bv2024dev2b1), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12)
Filename: pool/target/e/exiv2/exiv2_0.27.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 133356
MD5sum: 1f0ba7aa6281032e2741bec034e0b822
SHA1: 6166f1583a2f5c9a3cf9ef50ef0243f786bcc122
SHA256: 4789b42106a1c88fe878753d66c5c4ced97b66d1093057606f81cf5cddaedc26
SHA512: 164a7c08276f28d4754ae475fa806e2956f3bac703838b7f86d27709b11405e376618a4653473c43c4805c533f8943e902fdbfff465c035f6fd188087791a3ce
Description: EXIF/IPTC/XMP metadata manipulation tool
 Exiv2 is a C++ library and a command line utility to manage image metadata.
 It provides fast and easy read and write access to the Exif, IPTC and XMP
 metadata of images in various formats
 .
 Exiv2 command line utility to:
 .
  * print Exif, IPTC and XMP image metadata in different formats:
    - Exif summary info, interpreted values, or the plain data for each tag
  * set, add and delete Exif, IPTC and XMP image metadata from command line
    modify commands or command scripts
  * adjust the Exif timestamp (that's how it all started...)
  * rename Exif image files according to the Exif timestamp
  * extract, insert and delete Exif, IPTC and XMP metadata and JPEG comments
  * extract previews from RAW images and thumbnails from the Exif metadata
  * insert and delete the thumbnail image embedded in the Exif metadata
  * print, set and delete the JPEG comment of JPEG images
  * fix the Exif ISO setting of picture taken with Canon and Nikon cameras
Homepage: https://www.exiv2.org/

Package: exiv2-dbgsym
Priority: optional
Section: debug
Installed-Size: 695
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: arm64
Source: exiv2
Version: 0.27.6-1+apertis0bv2024dev2b1
Depends: exiv2 (= 0.27.6-1+apertis0bv2024dev2b1)
Filename: pool/target/e/exiv2/exiv2-dbgsym_0.27.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 641872
MD5sum: 8ea5a2b880010f105f539aec8d6240a4
SHA1: 5d7b79b43fb885e98039a20df7f7b94ccd757570
SHA256: 1c73dbfc0ce990542aaaeea21c26b354575ec2db20a12dfa2be118f3b8322ba9
SHA512: a325e4b8ca0dc7c1243ba1182639a59651f61382836cc42be5bafd9effc754634a971943d6b32c9a8bcf554eea56ea9d62b4a52bb6e36700fda80beccf4a30b3
Description: debug symbols for exiv2
Auto-Built-Package: debug-symbols
Build-Ids: 75c5a6acd93ba80e26eb2e44fe2c158533a97547

Package: expat
Priority: optional
Section: text
Installed-Size: 111
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Version: 2.5.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libexpat1 (>= 2.4.1)
Filename: pool/target/e/expat/expat_2.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 43668
MD5sum: 216eda9aee4738e0e1572e483ceb0e0b
SHA1: 66a16e8d9e840153a6ffa7185dcde3068a07b5c2
SHA256: 423e9768c6f7fe2b0f5897b5d25ecb5768f56772c21909b962dc8b8cd1976b07
SHA512: a7e7005a45a8d38c379f57fe72ba84560db46a675916c4997902ad1a9b789c8f84520dc7f5efb6f6ba0355e3a397141f94ec4ca0ec22b40f4eeebc30a3cefa7b
Description: XML parsing C library - example application
 This package contains xmlwf, an example application of expat, the C
 library for parsing XML.  The arguments to xmlwf are one or more
 files which are each to be checked for XML well-formedness.
Homepage: https://libexpat.github.io/

Package: expat-dbgsym
Priority: optional
Section: debug
Installed-Size: 50
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: expat
Version: 2.5.0-1+apertis0bv2024dev3b1
Depends: expat (= 2.5.0-1+apertis0bv2024dev3b1)
Filename: pool/target/e/expat/expat-dbgsym_2.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 32752
MD5sum: 0b2eaf4cb7f223cc23a97bb54a21a1fb
SHA1: c0fd025311eaf36a8c69ee9d55465db13bd642f1
SHA256: 2d1d017cb1cd7efc24be7132f090b38406d4c0f42b02526dfa74bdef0944e22a
SHA512: 531f8dae90ae9551d25d18a54d1db4239149f9303373ca0ca2d98db783fc78287c13068c0d8a8cfa4f741562e2c0b6bf22b3a45e26b7140a20913546a1240adb
Description: debug symbols for expat
Auto-Built-Package: debug-symbols
Build-Ids: 7ba83ac1d299f54f5e2440282f2126b0a98e371a

Package: fancontrol
Priority: optional
Section: utils
Installed-Size: 89
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: all
Source: lm-sensors
Version: 1:3.6.0-7.1+apertis0bv2024dev2b1
Depends: lsb-base (>= 3.2-13)
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/l/lm-sensors/fancontrol_3.6.0-7.1+apertis0bv2024dev2b1_all.deb
Size: 30784
MD5sum: 91b7817059e7ff05aa7e6be2542c6f3b
SHA1: e0f0018e9adeafdb0235463cfc6f8363fe3eb68e
SHA256: c2f3a69210e58c3820a4fc220e0a1857c5a80b4d2f4e9c39d883d3b1e79e759d
SHA512: 24cdf9e9f8719abd61e593465c44c316fdd69853e86895448452e9d3cf0e2991b3641255895e0f35a018a0ee0e2e98c3b9c426e855a5b5a203aef5108d94d532
Description: utility to control the fan speed
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 to access information from temperature, voltage, and fan speed sensors. It
 works with most newer systems.
 .
 This package contains a daemon that calculates fan speeds from temperatures
 and sets the corresponding PWM outputs to the computed values. This is
 useful when this feature is not provided by the BIOS or ACPI, which should
 normally be the case on a laptop.
Homepage: https://hwmon.wiki.kernel.org/lm_sensors

Package: fdisk
Priority: important
Section: utils
Installed-Size: 603
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libfdisk1 (>= 2.38), libmount1 (>= 2.24.2), libncursesw6 (>= 6), libreadline8 (>= 6.0), libsmartcols1 (>= 2.28~rc1), libtinfo6 (>= 6)
Recommends: sensible-utils
Filename: pool/target/u/util-linux/fdisk_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 148488
MD5sum: cea5a66f2f3a7b03ee4190d335ba81af
SHA1: 1edbfa8bd1740d346af181ef5d297b1c669faa9e
SHA256: 374eee4125d4c877a8ca51b3196e9c4051b242b2275c0b8afcf2a80f09cc18a2
SHA512: 34d88dfd6b258d0db77232492a99b9f3591597aa9d4240d71ac210bfd55d1f6a7a8b52f1c23add6230bca2cc69c341041780ebacc6c7e6a8fd0f4f49231477e5
Description: collection of partitioning utilities
 This package contains the classic fdisk, sfdisk and cfdisk partitioning
 utilities from the util-linux suite.
 .
 The utilities included in this package allow you to partition
 your hard disk. The utilities supports both modern and legacy
 partition tables (eg. GPT, MBR, etc).
 .
 The fdisk utility is the classical text-mode utility.
 The cfdisk utilitity gives a more userfriendly curses based interface.
 The sfdisk utility is mostly for automation and scripting uses.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: foreign

Package: fdisk-dbgsym
Priority: optional
Section: debug
Installed-Size: 487
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: fdisk (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/fdisk-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 399580
MD5sum: f77204182bf2aa7f5a5e669abedc096c
SHA1: 9b160121eb8c423e9e331e555a55ae3f90da9532
SHA256: 5d688ff0d4a1ca7a481d32d90089ebc399334015fe80bc55e8c8edcd21c927fa
SHA512: b8297c92dbf58e6b9834f14ef720e169dd95f1e364dfc563253871cc0da8ce6fc786fbf53914ec04643e11617ae35af1b91dac853a9df0a545a058308803cd0a
Description: debug symbols for fdisk
Auto-Built-Package: debug-symbols
Build-Ids: 1648eb9b58910ee5e29c3da33f4d28ba805713ac 1e9c273fa3dcf0b19a2701da08c4f6c670f7c41a 3bff1ee9f5883799701d6f704846a13a5c058b68

Package: file
Priority: standard
Section: utils
Installed-Size: 122
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: arm64
Version: 1:5.44-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libmagic1 (= 1:5.44-3+apertis0bv2024dev3b1)
Breaks: debhelper (<< 12.2~)
Filename: pool/target/f/file/file_5.44-3+apertis0bv2024dev3b1_arm64.deb
Size: 44656
MD5sum: 11a3fcf14cd8d9f7319ee817a3ff9943
SHA1: 8420125230580c491a5c49a6948ee82f5f867049
SHA256: 20be001476891a79abeec905595b8bdf1ef41691307d1de1de62c8b69f63d4b6
SHA512: f2ead7b05129e51b3121c41acb5dcacba0d83dab2a3b3af879ac0a43523ceb99015126d1cad684f102bf25a1b0bfead8c925e078e7d00f85f3ae6544bc3f4f44
Description: Recognize the type of data in a file using "magic" numbers
 The file command is "a file type guesser", a command-line tool that
 tells you in words what kind of data a file contains.
 .
 This package contains the file program itself.
Homepage: https://www.darwinsys.com/file/
Multi-Arch: foreign

Package: file-dbgsym
Priority: optional
Section: debug
Installed-Size: 35
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: arm64
Source: file
Version: 1:5.44-3+apertis0bv2024dev3b1
Depends: file (= 1:5.44-3+apertis0bv2024dev3b1)
Filename: pool/target/f/file/file-dbgsym_5.44-3+apertis0bv2024dev3b1_arm64.deb
Size: 18824
MD5sum: bb4a44a2991e7ede8cf8beafb836811f
SHA1: ae009ef479e2944472ee8acaa34d5cb85d038973
SHA256: 1ca4f57e4f52e65494d0c39b610b118bbb0e4da548e1d9fa5f7302e4ac2f63a1
SHA512: ec2e65f510cc5d156ac83c4d4439351960b9293e5ef58bd9ebad7192aa41c3bf54d07e3c32258d7d0f58dbb4f01dfeded449be6cdb0e7eceffe81173438eca47
Description: debug symbols for file
Auto-Built-Package: debug-symbols
Build-Ids: 7053c74f3a3d8d3b36e2ace3fdc18696d7354837

Package: firmware-sof-signed
Priority: optional
Section: non-free-firmware/kernel
Installed-Size: 17548
Maintainer: Mark Pearson <mpearson-lenovo@squebb.ca>
Architecture: all
Source: firmware-sof
Version: 2.2.4-1+apertis0bv2024dev3b1
Filename: pool/target/f/firmware-sof/firmware-sof-signed_2.2.4-1+apertis0bv2024dev3b1_all.deb
Size: 613412
MD5sum: db0e1c76553914c913f07e7a0deafdf9
SHA1: 59301160ea8e553a56f1ad2605feeb30f1194647
SHA256: 066c59a6201ee808c9bdc4e9f09ae9ddd4f4b95d349676b425ca41dcf4b02d19
SHA512: dab19f872992ff61fd2b5ebeed4bb864a89edb0388f5e28f50ef8dc45f48484ca0d49d8348e6cf70defb4e717d729eedb5e9f8c64557a6f414b221d60e4b19c9
Description: Intel SOF firmware - signed
 Provides the Intel SOF audio firmware and topology needed for audio
 functionality on some Intel system.
 .
 This package contains the pre-built and signed binaries.
Homepage: https://github.com/thesofproject/sof-bin

Package: flac
Priority: optional
Section: sound
Installed-Size: 456
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libflac12 (>= 1.4.1)
Filename: pool/target/f/flac/flac_1.4.2+ds-2+apertis0bv2024dev2b1_arm64.deb
Size: 163468
MD5sum: bcf7c572a4932dfa9bd11bee9c9f7076
SHA1: 7bed1a1ea2f1610bc3c8d0f295b0349efdc2a730
SHA256: bbb034e848e034ed5277b1d3e90d6fe109403d6fe18af733d9a60d606f7b3845
SHA512: 89503a7c9a933be425f7b9587acd0de63ef12ee76c58ca430590f36f26a02d82f0a70bf06f7e66493f6fc24ae169cc09d75803b7be2edec46546eac3535ea394
Description: Free Lossless Audio Codec - command line tools
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 similar to MP3, but lossless.  The FLAC project consists of:
 .
  * The stream format
  * libFLAC, which implements a reference encoder, stream decoder, and file
    decoder
  * flac, which is a command-line wrapper around libFLAC to encode and decode
    .flac files
  * Input plugins for various music players (Winamp, XMMS, and more in the
    works)
 .
 This package contains the command-line tools flac (used for encoding and
 decoding FLACs) and metaflac (used for manipulating FLAC metadata.)
Homepage: https://xiph.org/flac/

Package: flac-dbgsym
Priority: optional
Section: debug
Installed-Size: 398
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: flac (= 1.4.2+ds-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flac/flac-dbgsym_1.4.2+ds-2+apertis0bv2024dev2b1_arm64.deb
Size: 351400
MD5sum: cd70808b1c73148139cdeaf894a4a3b5
SHA1: ffa8149e8b32a384bec60ff5a970cc7550922e33
SHA256: 4bb30d13c391965b84a7444ff0e07e7b8c92c24a93bf4b173b961ccbe7236707
SHA512: 33dac1aae994cfd5180a4ada071467c2dc435e68558204ca749b9587c3a82413d94a9fad19041d820f2ac86307b704be062d7ba2087a885ce93ca2a9d58063c7
Description: debug symbols for flac
Auto-Built-Package: debug-symbols
Build-Ids: 324d4e36c0578326ef776268381f321bb9f01231 d3846cdfd70a52cd8a5ecf90765f761b5b0b8cb7

Package: flatbuffers-compiler
Priority: optional
Section: devel
Installed-Size: 2472
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: arm64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: libflatbuffers2 (= 2.0.8+dfsg1-2+apertis0bv2024dev2b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/f/flatbuffers/flatbuffers-compiler_2.0.8+dfsg1-2+apertis0bv2024dev2b1_arm64.deb
Size: 741244
MD5sum: f814193b7ca564764b97fe6d0fbba7d8
SHA1: 5ec42e5ff6c8c827a749ffdcd11527b5505073de
SHA256: a74ed3bfd71bd6312e4aa8789c1387ed3c5f5089e48276ee16ff8c17b017cb30
SHA512: 27df92643e6e7c0c2555bf17120371c4975d95bb1a67101d88e11987b304d5d933b8cd43d02be7a377fe81b2746b60bb15af8391d09ccaece5014aa922ad4559
Description: efficient cross platform serialization library - compiler
 FlatBuffers is an efficient cross platform serialization library for C++, C#,
 C, Go, Java, JavaScript, TypeScript, PHP, and Python. It was originally
 created at Google for game development and other performance-critical
 applications.
 .
 This package contains the flat buffer compiler that is used for translating
 from .proto files (containing the definitions) to the language binding for the
 supported languages.
Homepage: https://google.github.io/flatbuffers/
Multi-Arch: foreign

Package: flatbuffers-compiler-dbgsym
Priority: optional
Section: debug
Installed-Size: 14898
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: arm64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: flatbuffers-compiler (= 2.0.8+dfsg1-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flatbuffers/flatbuffers-compiler-dbgsym_2.0.8+dfsg1-2+apertis0bv2024dev2b1_arm64.deb
Size: 14708180
MD5sum: 2622c42a556508a4503f7efd860b23ee
SHA1: a775033c8b107551c5c96206e7920b447f58f2eb
SHA256: e180b05ca351cf2a27a2c0e0de4ccb33ce37381c7847fc51683674d5d06ef35f
SHA512: e11314ce0fc94e1a242b8563b70a0341a6f62c8660ec94118c1c4b40c1474cb87c9bc81beb4312f2e3f01ab4672ede4d02627108e759305435fa8c62c1e338bd
Description: debug symbols for flatbuffers-compiler
Auto-Built-Package: debug-symbols
Build-Ids: efa031c6f70e36362e19c102f13eb720b88088c1

Package: flatbuffers-compiler-dev
Priority: optional
Section: devel
Installed-Size: 41
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: arm64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: flatbuffers-compiler (= 2.0.8+dfsg1-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flatbuffers/flatbuffers-compiler-dev_2.0.8+dfsg1-2+apertis0bv2024dev2b1_arm64.deb
Size: 12268
MD5sum: 739291a948595f478ec54bb34b8be46d
SHA1: 08f5312bf3106c6e73252d4059504abbdcd262f8
SHA256: 662e56058ccaa4c88e9cebdb9a3d8d0b5848de5f7af0bca60e2f815aaa4401f2
SHA512: b64e8e082e043ffc27941a317f560af4cbf3ee877672247d540b42449d97d710100ca92fd5c5cde0e721c1bdc81508b32dd779737c272b79e5f3ed77217bd1eb
Description: efficient cross platform serialization library - cmake files
 FlatBuffers is an efficient cross platform serialization library for C++, C#,
 C, Go, Java, JavaScript, TypeScript, PHP, and Python. It was originally
 created at Google for game development and other performance-critical
 applications.
 .
 This package contains the development cmake files needed to use
 flatbuffer-compiler in a cross compiling environment.
Homepage: https://google.github.io/flatbuffers/
Multi-Arch: same

Package: flatpak
Priority: optional
Section: admin
Installed-Size: 7511
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 1.14.4-1+apertis2bv2024dev3b1
Replaces: xdg-app
Depends: adduser, bubblewrap (>= 0.5.0), default-dbus-system-bus | dbus-system-bus, fuse3, xdg-dbus-proxy (>= 0.1.0), libappstream4 (>= 0.10.0), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libdconf1 (>= 0.26.0), libfuse3-3 (>= 3.2.3), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.67.3+git20210214), libjson-glib-1.0-0 (>= 1.5.2), libostree-1-1 (>= 2020.8), libpolkit-agent-1-0 (>= 0.105), libpolkit-gobject-1-0 (>= 0.101), libseccomp2 (>= 2.5.2), libsystemd0, libxau6 (>= 1:1.0.9), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2)
Recommends: ca-certificates, desktop-file-utils, hicolor-icon-theme, gtk-update-icon-cache, libpam-systemd, p11-kit, polkitd | policykit-1, shared-mime-info, xdg-desktop-portal (>= 1.6), xdg-desktop-portal-gtk (>= 1.6) | xdg-desktop-portal-backend, xdg-user-dirs
Suggests: avahi-daemon
Conflicts: xdg-app
Filename: pool/target/f/flatpak/flatpak_1.14.4-1+apertis2bv2024dev3b1_arm64.deb
Size: 1328712
MD5sum: 2cdc527dc9aa56d0aa0bab0249e58f80
SHA1: 9d9a87294ff98aa618e53a7f64cdbcf3ee54d0e8
SHA256: a00ee4785582011d9a2640f345521f8e577eb5b42ad4f17108f90dc0c294216b
SHA512: 121b20ad19655cfff3a5d916920522719f03e785327c2b3333e6bd3dc587d25d6d10219e26d47360539efc473ca5263e4dc63e1d49614e00b39d7439f962a05c
Description: Application deployment framework for desktop apps
 Flatpak installs, manages and runs sandboxed desktop application bundles.
 Application bundles run partially isolated from the wider system, using
 containerization techniques such as namespaces to prevent direct access
 to system resources. Resources from outside the sandbox can be accessed
 via "portal" services, which are responsible for access control; for
 example, the Documents portal displays an "Open" dialog outside the
 sandbox, then allows the application to access only the selected file.
 .
 Each application uses a specified "runtime", or set of libraries, which is
 available as /usr inside its sandbox. This can be used to run application
 bundles with multiple, potentially incompatible sets of dependencies within
 the same desktop environment.
 .
 This package contains the services and executables needed to install and
 launch sandboxed applications, and the portal services needed to provide
 limited access to resources outside the sandbox.
Homepage: https://flatpak.org/

Package: flatpak-dbgsym
Priority: optional
Section: debug
Installed-Size: 7284
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: flatpak (= 1.14.4-1+apertis2bv2024dev3b1)
Filename: pool/target/f/flatpak/flatpak-dbgsym_1.14.4-1+apertis2bv2024dev3b1_arm64.deb
Size: 6545500
MD5sum: a385005a882d4d99364dad2bca245848
SHA1: 2c40553fef8f2c953ab61f3b2f8f8b5622b606fe
SHA256: 3f905805280bfe7c3334d5db1803e3727c26dcb362a8dd3d56d02f8bc03f84e6
SHA512: 69840a0e35ab4cfb4607bbbff82e2bb0185d841ed9917d7e088228da89e02e87e087cd4a31805667df676aa5c824eaf79812e01c7d7aea8b77aa847c2a685c56
Description: debug symbols for flatpak
Auto-Built-Package: debug-symbols
Build-Ids: 072d5db90357086920e9852fa74a15feab546670 119174a07ac529c8be1391c4ac559ac73702f6ff 1208bd90717657f6702acfd23833100fefee065c 3569da853d97fc2161741d9b73ff68dbac534852 494960654be5ab8035d6be403bfa3e0459d25423 6484584f21f6defcedcd3ca7faea1a891ed5a650 71b9145722147d91cd0c024de7972f75363e9ecd

Package: flatpak-tests
Priority: optional
Section: misc
Installed-Size: 7931
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: attr, ca-certificates, dbus-daemon, desktop-file-utils, flatpak (= 1.14.4-1+apertis2bv2024dev3b1), gnupg, gtk-update-icon-cache, hicolor-icon-theme, ostree (>= 2020.8), polkitd | policykit-1, shared-mime-info, socat, libappstream4 (>= 0.10.0), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libdconf1 (>= 0.26.0), libflatpak0 (>= 1.13.3), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3+git20210214), libjson-glib-1.0-0 (>= 1.5.2), libostree-1-1 (>= 2020.8), libseccomp2 (>= 2.5.2), libsystemd0, libxau6 (>= 1:1.0.9), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2)
Recommends: python3
Filename: pool/target/f/flatpak/flatpak-tests_1.14.4-1+apertis2bv2024dev3b1_arm64.deb
Size: 1092744
MD5sum: 6abb6d60b7b05aaa55f075320d3b68ff
SHA1: 81d89b82936618f67186edc90d49b3c78739d97a
SHA256: 4f0a1768c38f0c340a9f79e88ed9ef84917a852eb7b4de61c28b78fbdfee6602
SHA512: 10fa99edb92ddf61c93c79b001806d283e4b19dad5d9833eb092d005f157e4d315403f5669c3536faf64968d68a3551e09cc867959fed423fcd1efda6ce514fd
Description: Application deployment framework for desktop apps (tests)
 Flatpak installs, manages and runs sandboxed desktop application bundles.
 See the flatpak package for a more comprehensive description.
 .
 This package contains automated tests.
Homepage: https://flatpak.org/

Package: flatpak-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 11536
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: flatpak-tests (= 1.14.4-1+apertis2bv2024dev3b1)
Filename: pool/target/f/flatpak/flatpak-tests-dbgsym_1.14.4-1+apertis2bv2024dev3b1_arm64.deb
Size: 10254724
MD5sum: baabd790dc109516214f65ec0e8bac80
SHA1: a0754f9ecec12ec7853e8b8e178f466fc18c4552
SHA256: c52200a64821cd840a9c6b51cd03e56e994234431e1c9c122d1a28a3e41c7cc1
SHA512: 588ed8870f641e55ec2d1ccd62d5b32debcc92985f10eea8fec6cba2c5b875662d06e7e2fb273e06abd2c80795130e66e9428c2a571a8ac92a49b5129124f879
Description: debug symbols for flatpak-tests
Auto-Built-Package: debug-symbols
Build-Ids: 185cf2dc40cad7bda1b46009434da2cd61d23631 2c195ee5b08f33408d9ff337786471a76599388e 33b8724504b2c6426e0852a766485b4cba4306b8 534f431fb727eb8ea61bcda17735d7b9ed54bd47 7158cb631fb5bee90aed15efc1f2c5fc91116378 867f51b8732301806c3b84d24ada7f74838c4520 a4dd7828b543342a1c70e8aa2b0b0165e0aaf1b1 ac2c40879605cda16e85efcff584c9d0cad9ce28 bed9435ae87fd5e55fcebce34040fd68c5277def d53ab0759e833cad12e38ca40dec871418436af5 dee51593434a519fe8a702eb656d1a7ff7b0ff37 e4f945e637bec0212e126abf39109ce37483159f eb1dca695c54332f8c00252183b7e11629049d64 ee7f542c2594658c74baa9a26c19d4a3d10cc3dc ff5140b82fcdbfe252bb3b4ec96e0b91aa8592ae

Package: flatpak-xdg-utils
Priority: optional
Section: admin
Installed-Size: 215
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 1.0.5-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.39.4)
Suggests: default-dbus-session-bus | dbus-session-bus, xdg-desktop-portal
Filename: pool/target/f/flatpak-xdg-utils/flatpak-xdg-utils_1.0.5-3+apertis0bv2024dev2b1_arm64.deb
Size: 19680
MD5sum: 32d60c66c2bc6eecdfbd65f77911259a
SHA1: a1e7a7c4fff4c1e77577e156663a7b9681c4ba34
SHA256: eedf1e4f9a4e882c8fa5a51bb02ac7a42a9181ed1302c75c0c7a5b39696c102e
SHA512: 8b496188deb9241155ec377de9c52320ce79ab35903023422b0b3dfa65c5a30c8722330198c0d215afca08544654f1d5502af47a52839e60ee0322c5952f573e
Description: xdg-open and xdg-email reimplementation for containerized apps
 Applications running in a Flatpak sandbox cannot normally launch arbitrary
 subprocesses outside the container to open files and URLs. This
 package provides reimplementations of the standard xdg-open(1) and
 xdg-email(1) command-line tools intended to be run inside the container.
 They use the D-Bus session bus to communicate with the xdg-desktop-portal
 service outside the container.
 .
 To avoid conflicting with the standard xdg-utils package, these tools
 are installed in /usr/libexec/flatpak-xdg-utils. This directory can be
 added to the PATH when preparing a container, or used as a target for
 container-specific symbolic links in /usr/bin.
 .
 This package also contains flatpak-spawn, which can be used by Flatpak
 applications to launch processes outside the container. Unprivileged
 applications can use this mechanism to launch a helper tool such as a
 thumbnailer in a version of their sandbox with more restrictive
 permissions, and specially-privileged applications with the 'devel' flag
 (such as GNOME Builder) can use this mechanism to bypass the sandbox and
 run commands on the host system.
 .
 This package is normally only useful if you are using Debian packages to
 construct a Flatpak runtime or a similar container, and should not be
 installed on a normal Debian desktop system. On desktop systems please
 install the reference implementation of the xdg-open and xdg-email tools,
 which can be found in the xdg-utils package.
 .
 If this package is installed in a non-Flatpak environment for testing,
 it will require the dbus-session-bus and xdg-desktop-portal packages
 (which would not be useful to install in a container).
Homepage: https://github.com/flatpak/flatpak-xdg-utils
Multi-Arch: foreign

Package: flatpak-xdg-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 81
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: flatpak-xdg-utils
Version: 1.0.5-3+apertis0bv2024dev2b1
Depends: flatpak-xdg-utils (= 1.0.5-3+apertis0bv2024dev2b1)
Filename: pool/target/f/flatpak-xdg-utils/flatpak-xdg-utils-dbgsym_1.0.5-3+apertis0bv2024dev2b1_arm64.deb
Size: 42548
MD5sum: 48b75467fe456bfc86b8a0de270243e0
SHA1: b38a193427af2373dd214f9715b52bf79832df89
SHA256: e0f156ef9476404e95058822d2c09223a0ae678e2b1bcb8f6d60ba0f39b52b96
SHA512: 6f7b1f74ca68b16670d920f472f386781a73f6802e53c04f96f82c149659f3a2bc74184ce2f6ec32de08a5f34705c5f5b3a7c20bd2c32c489b0aba4ed3d86491
Description: debug symbols for flatpak-xdg-utils
Auto-Built-Package: debug-symbols
Build-Ids: 8f138563659f0c1bc4664fe3d1c06c79b095fcc3 d897874ec9eceaacf481721d8227fcfcb196f4b5 e83690ae0e72479692f31f301fa3a406abdc2c96

Package: flatpak-xdg-utils-tests
Priority: optional
Section: admin
Installed-Size: 222
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: flatpak-xdg-utils
Version: 1.0.5-3+apertis0bv2024dev2b1
Depends: dbus-daemon, flatpak-xdg-utils, libc6 (>= 2.34), libglib2.0-0 (>= 2.39.90)
Recommends: gnome-desktop-testing
Filename: pool/target/f/flatpak-xdg-utils/flatpak-xdg-utils-tests_1.0.5-3+apertis0bv2024dev2b1_arm64.deb
Size: 26724
MD5sum: adeeae98495e00151973f6461d524523
SHA1: 10d320620bf7159b0796f0d8db47d263c6b7c5de
SHA256: 19e257cbea479f5e25b0fedd13de054c37aca3eb9752dcf229ee8d6c72d2afe6
SHA512: e02e5f2695741142a59b8f62591d3addfbd73bb378ff97cf4041ff444726b949788009a62b10e57e13763aa97712e0472ce13019f46816e7bc861a2f7ac246fe
Description: as-installed tests for flatpak-xdg-utils
 flatpak-xdg-utils provides reimplementations of the standard xdg-open(1)
 and xdg-email(1) command-line tools intended to be run inside a Flatpak
 container. They use the D-Bus session bus to communicate with the
 xdg-desktop-portal service outside the container
 .
 This package contains as-installed tests, for use with autopkgtest and
 similar frameworks. They use a mock implementation of xdg-desktop-portal.
Homepage: https://github.com/flatpak/flatpak-xdg-utils
Multi-Arch: foreign

Package: flatpak-xdg-utils-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 115
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: flatpak-xdg-utils
Version: 1.0.5-3+apertis0bv2024dev2b1
Depends: flatpak-xdg-utils-tests (= 1.0.5-3+apertis0bv2024dev2b1)
Filename: pool/target/f/flatpak-xdg-utils/flatpak-xdg-utils-tests-dbgsym_1.0.5-3+apertis0bv2024dev2b1_arm64.deb
Size: 70632
MD5sum: ce3aa05011c99a7069cb4475d78d9863
SHA1: 0f74860257a25d4c90bb8a94fc5823f1b912cc55
SHA256: 2fb57291639311137335daa110abfa474e1072c9ae855dcae1dddebfd164d03b
SHA512: 1328ac3a7ef937365eba9fea6fa521489228ccd89c9713c1ce65b4a48a81173f8bb55fffb4ac91b2255ea7d0ee5cff7889062b866239f43c1d380ec17772ed19
Description: debug symbols for flatpak-xdg-utils-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0b9387d98ef44e3b140be570156043607361c18a 706d53e392f41e6fde94f3b88469eade33f3ae50 e40e4e6f8493cab539bc4a95d57076ec3e4fa65e

Package: fontconfig
Priority: optional
Section: fonts
Installed-Size: 1077
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 2.14.1-4+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libfontconfig1 (>= 2.13.0), libfreetype6 (>= 2.2.1), fontconfig-config
Filename: pool/target/f/fontconfig/fontconfig_2.14.1-4+apertis0bv2024dev3b1_arm64.deb
Size: 447236
MD5sum: e337341c5601b783ac59f159aa369f76
SHA1: 3a7fc7ed682186bf138ac18682df9d94c3ddaa46
SHA256: f9b3140fb2fa0efc9c4ab726ef3815d57f030af03ab6882da9170220aef71810
SHA512: 8e87497c3b17d4d6ca0c2508d9b6a2e2a7eb82d11ebadbb596e6cb9694cc40dbf3105a3b1f86c512669699a0969122b04d33194d654c23e2939f5e9f4f7e113a
Description: generic font configuration library - support binaries
 Fontconfig is a font configuration and customization library, which
 does not depend on the X Window System. It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.
 .
 Fontconfig is not a rasterization library, nor does it impose a
 particular rasterization library on the application. The X-specific
 library 'Xft' uses fontconfig along with freetype to specify and
 rasterize fonts.
 .
 This package contains a program to maintain the fontconfig cache
 (fc-cache), a sample program to list installed fonts (fc-list), a program
 to test the matching rules (fc-match) and a program to dump the binary
 cache files in string form (fc-cat). It no longer makes fonts managed by defoma
 available to fontconfig applications.
Homepage: https://www.freedesktop.org/wiki/Software/fontconfig/
Multi-Arch: foreign

Package: fontconfig-config
Priority: optional
Section: fonts
Installed-Size: 531
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fontconfig
Version: 2.14.1-4+apertis0bv2024dev3b1
Depends: debconf (>= 0.5) | debconf-2.0, fonts-dejavu-core | ttf-bitstream-vera | fonts-liberation | fonts-liberation2 | fonts-croscore | fonts-freefont-otf | fonts-freefont-ttf | fonts-urw-base35 | fonts-texgyre
Breaks: libfontconfig1 (<< 2.13.0)
Filename: pool/target/f/fontconfig/fontconfig-config_2.14.1-4+apertis0bv2024dev3b1_arm64.deb
Size: 317932
MD5sum: 50628181a6652229004b9048a512325c
SHA1: 0ae71442a20a583749ac9d291d549b537fae325c
SHA256: 89ee17c1f83eec0a39d2b0e10a7aecf6a379b8265c5efdbc70adf7606380a1f1
SHA512: 34392d13cccd16f6c2e457a2e82c35f4bcb08b6966a08c7dc8bac257c04ad7e0ab16e0c17189fe0a06de5fbd32e66d19dfdaa93797cdad92967a40b4c128ce0a
Description: generic font configuration library - configuration
 Fontconfig is a font configuration and customization library, which
 does not depend on the X Window System. It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.
 .
 This package contains the configuration files and scripts for fontconfig.
Homepage: https://www.freedesktop.org/wiki/Software/fontconfig/
Multi-Arch: foreign

Package: fontconfig-dbgsym
Priority: optional
Section: debug
Installed-Size: 141
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fontconfig
Version: 2.14.1-4+apertis0bv2024dev3b1
Replaces: libfontconfig1-dbg (<< 2.12.1-0.1~)
Depends: fontconfig (= 2.14.1-4+apertis0bv2024dev3b1)
Breaks: libfontconfig1-dbg (<< 2.12.1-0.1~)
Filename: pool/target/f/fontconfig/fontconfig-dbgsym_2.14.1-4+apertis0bv2024dev3b1_arm64.deb
Size: 59268
MD5sum: 60e0f3010ec76bed5117500ff66998ca
SHA1: 49305b03a0b8d41eaa09c4f29951ad09b6b7a4b6
SHA256: 87afff856eee79c3ae4490e2406212286b5cdd6c76650f83f81de6e72c52c9a8
SHA512: ac1a045f66830f82ca7915469130be19f04ee23d2740ce585fdfee890ad19fc6f36616c7b1c80c3f0171c342815384f928e7c205d6263575dd4caa90a058533c
Description: debug symbols for fontconfig
Auto-Built-Package: debug-symbols
Build-Ids: 07c8218045dfd9aa983088d0f446e362537411b8 17b8507ea3334bd8d7f6e6b0d63b37918a734147 23ff32bcd26c1f396a9c303fae3fc5e71b769688 62a1faf5aab36f2ca4b8a63d125ccbf7cb4f8d22 75694dd41f1166828a8375a18fd1cbeefbde9f93 808414523f36903d98a6a7f1fe9844755ec4230f d3ad842305fc49499915f05496e5e4a222d8cd13 d9228c058f5d9742a9379ff499f701b2376c9690 faa5011bb6af4b536343d1a1727798d07aac3ac1

Package: fonts-cantarell
Priority: optional
Section: fonts
Installed-Size: 572
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Architecture: all
Version: 0.303.1-1+apertis0bv2024dev3b1
Depends: fontconfig
Filename: pool/target/f/fonts-cantarell/fonts-cantarell_0.303.1-1+apertis0bv2024dev3b1_all.deb
Size: 264136
MD5sum: 3ecdb35f8c8e3ace50470fad088a78fa
SHA1: 0c635a5a563819edd2f6a75b6630021584f8529a
SHA256: 8eb3f459fee682cf1af7dbedc0a2cbc29acffbd44bce7b2eb58392046c46e33b
SHA512: 72fcfbdd21a4eb027766c8842f98302b9241f21f40b90d2f7226babf12d1794dfd5f0f258602f9067d2fa13b698238c5e4eea3978d1bd9d18821284338425ca0
Description: sans serif font family designed for on-screen readability
 The Cantarell font family is designed as a contemporary Humanist sans serif
 and is particularly designed for on-screen reading on mobile devices at small
 sizes, such as phones and tablets.
 .
 This is the open font officially chosen by default for the GNOME 3 desktop and
 for Fedora branding materials.
 .
 Regular and bold weights are provided for now. Italics are planned.
 .
 Each font file currently contains 391 glyphs, and fully support the
 following writing systems: Basic Latin, Western European, Catalan,
 Baltic, Turkish, Central European, Dutch and Afrikaans.
Homepage: https://cantarell.gnome.org/
Multi-Arch: foreign

Package: fonts-dejavu
Priority: optional
Section: fonts
Installed-Size: 39
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Architecture: all
Version: 2.37-6+apertis0bv2024dev3b1
Depends: fonts-dejavu-core, fonts-dejavu-extra
Filename: pool/target/f/fonts-dejavu/fonts-dejavu_2.37-6+apertis0bv2024dev3b1_all.deb
Size: 28292
MD5sum: c069d3bc2b2d5843248849962832e0c8
SHA1: 3441bf281efba8ed44062b0391a65766361ddc50
SHA256: d34b68c3a7688e69c9b70faebb886a2847fd84c1e491c264b4ba680d1517a72e
SHA512: 54b104cfa5d99267e96eb94bf340df4d05bceb3fcae14d33ef262c177ba594fceee6a1caaf7ad9f3c88b4b01d7adb59f69adcba9763450e4fb8a1669b8aa0227
Description: metapackage to pull in fonts-dejavu-core and fonts-dejavu-extra
 DejaVu provides an expanded version of the Vera font family aiming for
 quality and broader Unicode coverage while retaining the original Vera
 style. DejaVu currently works towards conformance with the Multilingual
 European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu
 fonts provide serif, sans and monospaced variants.
 .
 Use this package if you want all DejaVu variants.
 .
 DejaVu fonts are intended for use on low-resolution devices (mainly
 computer screens) but can be used in printing as well.
Homepage: https://dejavu-fonts.github.io/
Multi-Arch: foreign

Package: fonts-dejavu-core
Priority: optional
Section: fonts
Installed-Size: 2965
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Architecture: all
Source: fonts-dejavu
Version: 2.37-6+apertis0bv2024dev3b1
Filename: pool/target/f/fonts-dejavu/fonts-dejavu-core_2.37-6+apertis0bv2024dev3b1_all.deb
Size: 1068412
MD5sum: 2d1d54709646c47f1238e89bb90309f2
SHA1: 51d88c08fe4d12a6a1684b7e2577d4a1f53ac739
SHA256: 266bf54e2afa86e11cc3ba7ac32800b3e6dffd3b95ed7c0a17dd3c3dc6396483
SHA512: 0af9fcb60f00612b671ae829d736aaf53ccac2cb145792ee95b6fa76c3b7b72e407c39416d4ff729b5a0118e0054ec91ab71efe129e3a65c5d43b371f1d7b54f
Description: Vera font family derivate with additional characters
 DejaVu provides an expanded version of the Vera font family aiming for
 quality and broader Unicode coverage while retaining the original Vera
 style. DejaVu currently works towards conformance with the Multilingual
 European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu
 fonts provide serif, sans and monospaced variants.
 .
 This package only contains the sans, sans-bold, serif, serif-bold,
 mono and mono-bold variants. For additional variants, see the
 fonts-dejavu-extra package.
 .
 DejaVu fonts are intended for use on low-resolution devices (mainly
 computer screens) but can be used in printing as well.
Homepage: https://dejavu-fonts.github.io/
Multi-Arch: foreign

Package: fonts-dejavu-extra
Priority: optional
Section: fonts
Installed-Size: 7234
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Architecture: all
Source: fonts-dejavu
Version: 2.37-6+apertis0bv2024dev3b1
Depends: fonts-dejavu-core
Filename: pool/target/f/fonts-dejavu/fonts-dejavu-extra_2.37-6+apertis0bv2024dev3b1_all.deb
Size: 1984876
MD5sum: ba16d0d19af66f7456527b9c5c0ca07f
SHA1: 14aa2adf5def24d0b35567b9886b0870ab4ddd7b
SHA256: c1792792021a96ffe2285e5992daa3eaf40d7a869ffec300ea6319831ef66d8d
SHA512: d447232f14e9c5f720192386fe2b38769143b9288243b5b0b13eb11a801957524fd63a3f157ab3c2af45a449fbc7b55a93fe4e7f83a864729a6243a7403c2d90
Description: Vera font family derivate with additional characters (extra variants)
 DejaVu provides an expanded version of the Vera font family aiming for
 quality and broader Unicode coverage while retaining the original Vera
 style. DejaVu currently works towards conformance with the Multilingual
 European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu
 fonts provide serif, sans and monospaced variants.
 .
 This package includes additional variants, such as oblique, italic,
 bold-oblique, bold-italic and the condensed forms.
 .
 DejaVu fonts are intended for use on low-resolution devices (mainly
 computer screens) but can be used in printing as well.
Homepage: https://dejavu-fonts.github.io/
Multi-Arch: foreign

Package: fonts-dejavu-web
Priority: optional
Section: fonts
Installed-Size: 8524
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Architecture: all
Source: fonts-dejavu
Version: 2.37-6+apertis0bv2024dev3b1
Depends: fonts-dejavu
Recommends: javascript-common
Filename: pool/target/f/fonts-dejavu/fonts-dejavu-web_2.37-6+apertis0bv2024dev3b1_all.deb
Size: 8223604
MD5sum: d426e1d49c1ceaf9f75765748e5a1013
SHA1: 871073afc37f2735fe94bcddf9d6c877a1d407a9
SHA256: ee7746c612fa98ab7520432cf571e2aa43a5d9f9609967f6b1cd7d8bcea9e566
SHA512: d45c827a19a79035f70669d0e0372615056d46d0c6ec5876b285f5836ebc9b8c9a14eaded850efa001a8d474b1c1d4ad25962b1bbbb7e8e717acf277eca283f6
Description: Vera font family derivate with additional characters (woff/woff2)
 DejaVu provides an expanded version of the Vera font family aiming for
 quality and broader Unicode coverage while retaining the original Vera
 style. DejaVu currently works towards conformance with the Multilingual
 European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu
 fonts provide serif, sans and monospaced variants.
 .
 This package includes the woff/woff2 formats to be used as webfonts on a
 webserver.
Homepage: https://dejavu-fonts.github.io/
Multi-Arch: foreign

Package: fonts-open-sans
Priority: optional
Section: fonts
Installed-Size: 2822
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: all
Version: 1.11-2+apertis0bv2024dev2b1
Filename: pool/target/f/fonts-open-sans/fonts-open-sans_1.11-2+apertis0bv2024dev2b1_all.deb
Size: 573592
MD5sum: 2add5f24869f050b805c1eb9dadd2bdf
SHA1: 389e0027fa0bb86cc0199c981a12b1256b660307
SHA256: e0d3cf68d860658ea8910cd9a0bac4aae35884c887739e8ad2b1500000cd1467
SHA512: ba78c86b1027b346a187f64d352436dc2f6bd04f21c551de489d7fc80616aad8ae6b2dd8f4bd53b47eef84bf077d22b1723d55f2a4cb6056580384f68ab62094
Description: humanist sans serif typeface by Steve Matteson
 Open Sans is a clean and modern sans-serif typeface designed
 by Steve Matteson and commissioned by Google.
 .
 This version contains the complete 897 character set, which includes
 the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets.
 .
 Open Sans was designed with an upright stress, open forms and a neutral,
 yet friendly appearance. It was optimized for print, web, and mobile
 interfaces, and has excellent legibility characteristics in its letterforms.
 .
 Both condensed and non-condensed typefaces are included with this package.
Homepage: http://www.opensans.com/
Multi-Arch: foreign

Package: freetype2-demos
Priority: optional
Section: utils
Installed-Size: 1441
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: arm64
Source: freetype
Version: 2.12.1+dfsg-5+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libfreetype6 (>= 2.10.1), libpng16-16 (>= 1.6.2-1), libx11-6
Filename: pool/target/f/freetype/freetype2-demos_2.12.1+dfsg-5+apertis0bv2024dev3b1_arm64.deb
Size: 214832
MD5sum: 1e54edaf685260017d0c1c0beee6ae5b
SHA1: 2a85afd7a237404fd02a84e64e61f8e1253011a3
SHA256: d63b22f5feb4f33cbd722f538bd21e1499b40761d456177b9317053d1575c749
SHA512: 6109b1c458d0eacde40df931582677e3ef79d0c58688a0012697f0e7aca866685525d2b402e67f1833ab028d81e11b8024b21531916247529a19e7a5436e4812
Description: FreeType 2 demonstration programs
 The FreeType project is a team of volunteers who develop free,
 portable and high-quality software solutions for digital typography.
 They specifically target embedded systems and focus on providing small,
 efficient and ubiquitous products.
 .
 This package contains some demonstration programs and utilities
 that showcase the features of the FreeType 2 font engine.
Homepage: https://freetype.org
Multi-Arch: foreign

Package: freetype2-demos-dbgsym
Priority: optional
Section: debug
Installed-Size: 1177
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: arm64
Source: freetype
Version: 2.12.1+dfsg-5+apertis0bv2024dev3b1
Depends: freetype2-demos (= 2.12.1+dfsg-5+apertis0bv2024dev3b1)
Filename: pool/target/f/freetype/freetype2-demos-dbgsym_2.12.1+dfsg-5+apertis0bv2024dev3b1_arm64.deb
Size: 955504
MD5sum: 50c9537c2144f3b1b569a514fe563579
SHA1: cc6d6bd34ce5280fb4b4c8fb22162e9baad73141
SHA256: 5a022590cb8865492e0d51e35bbb61e2978360cf82bab347f108decccf9d265e
SHA512: 99fefb93b88f3d469b9b4eaea3939a7863ef545e9e742300a7922217aa83e0a827b01380ed8536d582e71e196f58460db4c0c74c2d463eae5d443762a1de45a4
Description: debug symbols for freetype2-demos
Auto-Built-Package: debug-symbols
Build-Ids: 073ddbfdd2449b112f74dfd424a287b1ca4a0c09 12561239ffe16df30aac3ade4c3a62d6ce02391d 3d2e31513b9c56889655e41b087f8ccb60ef629e 74b29e6868d353581506b0fd1fe7a3bc010c46bc 82463c2e21885fe206353757de6a2e7fbe7170a9 946c66052bb3237e38e2e72177f6f308e516debb a35140fb13a40fe6ea0eced6a214f7f5644226e0 aa01ae6cb0396be586e0e1b1d3bea86806315dde c69e57abf7226ccd4d3cf2ec261f4a5259f5c905 dc974690b600ffe914f56819870e0379aba80654 dd9cbe9a1855bfa62183ac006acd216d22531c0a e7e08b14467824487e296aa1ff226d56254c0017

Package: freetype2-doc
Priority: optional
Section: doc
Installed-Size: 6626
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: all
Source: freetype
Version: 2.12.1+dfsg-5+apertis0bv2024dev3b1
Replaces: libfreetype6-dev (<< 2.9.1)
Recommends: fonts-dejavu-core, fonts-noto-core
Breaks: libfreetype6-dev (<< 2.9.1)
Filename: pool/target/f/freetype/freetype2-doc_2.12.1+dfsg-5+apertis0bv2024dev3b1_all.deb
Size: 2507644
MD5sum: 94712c1f66e977540df1f90b61bb5aff
SHA1: 6b35a6ed0cdf83366768ee74aa9a8cca112f3152
SHA256: 47515e2e899c91e7f877114817d47dd3478e5e518f4793d3321247f24a51744a
SHA512: b9344b57b665cd7f77dbee482ff3f4c0d2bdae75f9e1b76c8de97070ba54398c111228b33321ac7002b5bbad2c0b7c9dbe2b6e2aee5f76c67d6062d31b6b5b81
Description: FreeType 2 font engine, development documentation
 The FreeType project is a team of volunteers who develop free,
 portable and high-quality software solutions for digital typography.
 They specifically target embedded systems and focus on providing small,
 efficient and ubiquitous products.
 .
 This package contains the FreeType 2 development documentation.
Homepage: https://freetype.org
Multi-Arch: foreign

Package: fscrypt
Priority: optional
Section: admin
Installed-Size: 4274
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Architecture: arm64
Version: 0.3.3-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libpam0g (>= 0.99.7.1)
Suggests: libpam-fscrypt
Filename: pool/target/f/fscrypt/fscrypt_0.3.3-1+apertis0bv2024dev2b1_arm64.deb
Size: 1254500
MD5sum: fc4323672778d279e897e21c8d9cc240
SHA1: b3fd76db2240494e62e08d95461ebf101eb407a1
SHA256: 5348c2c91cfcca53ad3d05a0fc91f006f1122cdc9c84b75ef7a8129249aca0b6
SHA512: 38942d246078e7a7005fcfae1c312c81772aede9a136ceaa35d82e5f504ea06c6f6ef5161827a70969dd6d8f6bd7b78968894510899452b1ffac236b052c6172
Description: Tool for managing Linux filesystem encryption
 fscrypt is a high-level tool for the management of Linux filesystem
 encryption. This tool manages metadata, key generation, key wrapping,
 PAM integration, and provides a uniform interface for creating and
 modifying encrypted directories.
 .
 To use fscrypt, you must have a filesystem with encryption enabled and
 a kernel that supports reading/writing from that filesystem. Currently,
 ext4, F2FS, and UBIFS support Linux filesystem encryption. Ext4 has
 supported Linux filesystem encryption since v4.1, F2FS added support
 in v4.2, and UBIFS added support in v4.10. Other filesystems may add
 support for native encryption in the future.
Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), golang-1.19 (= 1.19.6-2), golang-blackfriday-v2 (= 2.1.0-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-pkg-errors (= 0.9.1-2), golang-github-urfave-cli (= 1.22.9-2), golang-go.crypto (= 1:0.4.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1)
Homepage: https://github.com/google/fscrypt

Package: fuse
Priority: optional
Section: utils
Installed-Size: 265
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Version: 2.9.9-6+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libfuse2 (= 2.9.9-6+apertis0bv2024dev2b1), adduser, mount (>= 2.19.1), sed (>= 4)
Filename: pool/target/f/fuse/fuse_2.9.9-6+apertis0bv2024dev2b1_arm64.deb
Size: 59764
MD5sum: 7593d2ef9f2c7a59ba0d1b8aee759433
SHA1: fbc5060c76866a31a535b17400a99fbd4a5439cd
SHA256: 9ef6207e8dab2e6c944a28e21345c7183074c0ecaa156b02278951cba54ed2ce
SHA512: 32e477117bba1ea0ce1cc36d185960b65b75c66ff10ef679553ed021f0a71e6b8be8ff8b8cfc840fc252fd18c648044803a4e9b77bda3e40a095b9700ac20bd3
Description: Filesystem in Userspace
 Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
 export a virtual filesystem to the Linux kernel. It also aims to provide a
 secure method for non privileged users to create and mount their own filesystem
 implementations.
Homepage: https://github.com/libfuse/libfuse/wiki

Package: fuse-dbgsym
Priority: optional
Section: debug
Installed-Size: 93
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: fuse
Version: 2.9.9-6+apertis0bv2024dev2b1
Depends: fuse (= 2.9.9-6+apertis0bv2024dev2b1)
Filename: pool/target/f/fuse/fuse-dbgsym_2.9.9-6+apertis0bv2024dev2b1_arm64.deb
Size: 56260
MD5sum: 13fdd2852d4a632f20ad24eb874166f1
SHA1: 15e00b2379dfce1bd045f75453d3244d54049900
SHA256: 6406cd64b4ff72ccaebb4e6cbde7123b07869a8b497a651e7941b5a85ef5e0a1
SHA512: e700cde24e11b996a2e6af8a8e46480875750980cf50467845fed193b3dc1f81f954e410bb8a32dff97cbbd1a03e4a9d828eec83b3a4ce9059d417d300e1e7a3
Description: debug symbols for fuse
Auto-Built-Package: debug-symbols
Build-Ids: 0886cdc6efa5c5d6156801b9b7f7ce2fdaaa41ff 3423e74f5ba843473a89a89a365cf95e841e516c 8731a7ba070c9ad16dcca3cfd1afbd466942f934

Package: fuse2fs
Priority: optional
Section: admin
Installed-Size: 172
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Depends: libblkid1 (>= 2.16), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libext2fs2 (= 1.47.0-2+apertis0bv2024dev3b2), libfuse2 (>= 2.8), libuuid1 (>= 2.16)
Filename: pool/target/e/e2fsprogs/fuse2fs_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 47000
MD5sum: 748e66707bc06ff9b1f0f3b887f45ddd
SHA1: 47c2ba315d36346ceacdf6764514637cc6685ddc
SHA256: 68ef9e5ebbb986409619cf8df8afc0b32b6235be49cd2baff20e28475cb3ccd9
SHA512: 9f846cf8b49fad74ea01522e7225793794ebb77e4e3091c8e05bb8f02eb698008f5cdabba7321f3beb3478d2a84a658f18abc1651d137effb04fd3a106bfef6e
Description: ext2 / ext3 / ext4 file system driver for FUSE
 fuse2fs is a FUSE file system client that supports reading and
 writing from devices or image files containing ext2, ext3, and ext4
 file systems.
Homepage: http://e2fsprogs.sourceforge.net

Package: fuse2fs-dbgsym
Priority: optional
Section: debug
Installed-Size: 123
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Depends: fuse2fs (= 1.47.0-2+apertis0bv2024dev3b2)
Filename: pool/target/e/e2fsprogs/fuse2fs-dbgsym_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 103084
MD5sum: e67bf9c2d1105679ee72324dca42fac4
SHA1: eb979a999aec48b51931803cbb3d774fa030d5d2
SHA256: e1cb66e5301c5dd313fccf833363b4b8ca4edfcf4e907afc2f4479824a994f1f
SHA512: db43026a60d016cb8c315b8913d2f00c5a05a230ab1a94e9942053af932273ddc26c94fa35eb7c731f54cd81d4fc5a0a024957a4d56ec711e9b35526673efc9b
Description: debug symbols for fuse2fs
Auto-Built-Package: debug-symbols
Build-Ids: 42f141a3a082777d0e2ca7d2d2dd114a3e1cc89b

Package: fuse3
Priority: optional
Section: utils
Installed-Size: 2325
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Version: 3.14.0-4+apertis0bv2024dev3b1
Replaces: fuse
Provides: fuse (= 3.14.0-4+apertis0bv2024dev3b1)
Depends: libc6 (>= 2.34), libfuse3-3 (= 3.14.0-4+apertis0bv2024dev3b1), adduser, mount (>= 2.19.1), sed (>= 4)
Breaks: fuse
Filename: pool/target/f/fuse3/fuse3_3.14.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 2211840
MD5sum: 8c288879a84400201c28142cdb90add8
SHA1: 2711b4f5828c3fd663f35dd70a8c9e181e2d2f43
SHA256: b0fb005c31b128db93555168597f065f59cdf48ebe12721b8d5f2d1b3312160e
SHA512: 8b5676c786bc356240ed117f45289b291f15b4bd703dcd0694c565ef6963d4752a49098a376a98beb5773ea0d8df332ff399d5df93a748e8ebb8a442a847b0e6
Description: Filesystem in Userspace (3.x version)
 Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
 export a virtual filesystem to the Linux kernel. It also aims to provide a
 secure method for non privileged users to create and mount their own filesystem
 implementations.
Homepage: https://github.com/libfuse/libfuse/wiki

Package: fuse3-dbgsym
Priority: optional
Section: debug
Installed-Size: 81
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: fuse3
Version: 3.14.0-4+apertis0bv2024dev3b1
Depends: fuse3 (= 3.14.0-4+apertis0bv2024dev3b1)
Filename: pool/target/f/fuse3/fuse3-dbgsym_3.14.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 52508
MD5sum: cd38423cfdebfc6dfbc20d16ef3966a0
SHA1: f486e0456ae17e7145c5deeaf46d98a61f0c9ae4
SHA256: 3b62e8b76449b9bb91ca7e2a1bfa3524ccc590e84f8173b0ffd49cc8b6d66910
SHA512: 4a91fbba9b69bd4a7caed64fb014817c8aee1539857ac7c1887640029ed8d364b87aef88172b150fc918131f2e6f534c86f95c0b6dfe505d339a3af3201c9fe4
Description: debug symbols for fuse3
Auto-Built-Package: debug-symbols
Build-Ids: 65199dc9a20a681897c669fe51f024dd63852c34 fa4a82d59dc1cb80e44f1e0b8fd6a506acc1a162

Package: g++-12
Priority: optional
Section: devel
Installed-Size: 31115
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Provides: c++-compiler, c++abi2-dev
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), gcc-12 (= 12.2.0-14+apertis1bv2024dev2b2), libstdc++-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: gcc-12-doc (>= 12)
Filename: pool/target/g/gcc-12/g++-12_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 9069380
MD5sum: d3e1ad23214fffbaf1adb208094485d7
SHA1: be00908771e3325fe9d0073b1751a23b492895af
SHA256: afa1cf142dd2380882f821ad79161acb7d109b881a1727d3774fd0e671b05245
SHA512: d5d670da44dde4d1543e0bc2820412430e47a258308c7e581cb0a168fac8a30644f36b65d511e45a497b895d4f7b49ede19ab956046de8fc19c02a1c6861c28c
Description: GNU C++ compiler
 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
Homepage: http://gcc.gnu.org/

Package: g++-12-dbgsym
Priority: optional
Section: debug
Installed-Size: 75546
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: g++-12 (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/g++-12-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 73078000
MD5sum: 3635e2ba0efacd479de9f5a5150ab1af
SHA1: 0f6b10d5597b30159059fa315a0424073bdee5ec
SHA256: 1d82c4b647dc238e344ba10fb2a716fddb24e881429dc2b32357c46d789cd74f
SHA512: d6d43105eb60bf843612c49b08809a1c41b1afcc5224195163e063ce042ef236f69b33716049de9655debea827cf4e4892d9da5b42bf0bd9ae167e3e67bb2a2f
Description: debug symbols for g++-12
Auto-Built-Package: debug-symbols
Build-Ids: 9112423ece05f11b8fb1e52afffc0cbb9d244da7 9681dc23a697dd2e65dc4e3a36452b315819e7f7 c60e33076ceb48027f9d63d7f48f2abe7c94e231

Package: gcc-12
Priority: optional
Section: devel
Installed-Size: 58808
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: cpp-12 (<< 7.1.1-8)
Provides: c-compiler
Depends: cpp-12 (= 12.2.0-14+apertis1bv2024dev2b2), gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libcc1-0 (>= 12.2.0-14+apertis1bv2024dev2b2), binutils (>= 2.40), libgcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.36), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: libc6-dev (>= 2.23-1~)
Suggests: gcc-12-doc (>= 12), gcc-12-locales (>= 12)
Filename: pool/target/g/gcc-12/gcc-12_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 16306496
MD5sum: eb834a139d2a9985906a9cc88f6dd38d
SHA1: acd0579160b4944e05dc6f54c3b1a416ecf1d8c7
SHA256: 13f436e4af5a190f56a3b37d1b3711c636fd2bd53f519324bcc1cff0d7195d12
SHA512: bf87c0c76701dbeb591bf59ca98d190ecfc4dc4899ded1a7b3f0abd42ab9c84840255fe44b2e8471097353aa703f9542be64acf1d416a0dd96097405bb8de621
Description: GNU C compiler
 This is the GNU C compiler, a fairly portable optimizing compiler for C.
Homepage: http://gcc.gnu.org/

Package: gcc-12-base
Priority: optional
Section: libs
Installed-Size: 100
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Breaks: gnat (<< 7)
Filename: pool/target/g/gcc-12/gcc-12-base_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 37832
MD5sum: 4fd678033b0cac6a91e97a654af3353d
SHA1: 174819ab6ad813a246e05735d3464dbb1d685048
SHA256: 6792b791c5dd3d99c14b22c5b28a732bad101e7568f69b79618b98fa77380d5e
SHA512: 3eb94f06a6d485b67cf41e18f161510b8252f5e3ca5014ac4061ac905342827e64cbf6f283ee1de8e5aad29af5827593ae45c3e3c885778e2a5eb5907e05a712
Description: GCC, the GNU Compiler Collection (base package)
 This package contains files common to all languages and libraries
 contained in the GNU Compiler Collection (GCC).
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: gcc-12-dbgsym
Priority: optional
Section: debug
Installed-Size: 173095
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12 (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gcc-12-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 168203312
MD5sum: 11940daf8ee0fab98dbb1d2f253a91b9
SHA1: 9cbe9551ac05d3009692c6e873ba7be0ef23ab34
SHA256: b37b60b72d50ab5bcdacdecadeb93482c6905874d5abe59fd57f5d89d4750eb7
SHA512: eac4758690a405d6af93db3e40e112df2042da1d3238f5656bd2b0f48734922cea6aaba2a06a02e29936033eaa433236958a7384c9dced2dea26f5094d6356d2
Description: debug symbols for gcc-12
Auto-Built-Package: debug-symbols
Build-Ids: 12ac9df55d7d79964e9b8962e276260b394ae188 1b22023fb33bd5890900b383660a83a576f9e545 2ee3b6cd9c50d84029eea686af0259824645578e 585ca2e7e1d1e5dda3d98d48ce805feed0fa0f6f 865d3f9b67c626daaf7e6d149c3bcdce0d3cc125 8a94fc3d4eec52f8895d1e277b9c84e35ce80c66 90a688603b5d8032206b558928222c552ed89582 a4e7954e1f1ceafe9d110604ff6dc6da580eb00c a7ceffcb2fb605e35d4db10f3ab328c2b05d7f3c a90f473ec66e8e05d92f045fd0f9cfcdd936fe42 b86002750360015bab5c583a015fb4ec52227747 bc689fef5478656a1094a2be278a954988798702 cb6556533c1f576007d7dfb8723dcecd2d8963d2 e382e4d505c1dc77c3caca938080d99b4f3272aa

Package: gcc-12-locales
Priority: optional
Section: devel
Installed-Size: 12423
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: all
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (>= 12), cpp-12 (>= 12)
Recommends: gcc-12 (>= 12)
Filename: pool/target/g/gcc-12/gcc-12-locales_12.2.0-14+apertis1bv2024dev2b2_all.deb
Size: 1759744
MD5sum: 8f038914726a956582e8d7309cc861a9
SHA1: 42e52cfbe6aff59ccbe52291181ca56b51f4d54e
SHA256: a81e91d3ba093fca82916d6ffd1d954cf0428e9ce31755a59d513ee0203fa4ce
SHA512: 689287274762906fcea12cf1b99341ebb58b1c4e14b0f0d9192405750eebe7adbc6d7bac747dd89ba0a121b9480d8ccbcfcfefdc595502913ea21468af515c4b
Description: GCC, the GNU compiler collection (native language support files)
 Native language support for GCC. Lets GCC speak your language,
 if translations are available.
 .
 Please do NOT submit bug reports in other languages than "C".
 Always reset your language settings to use the "C" locales.
Homepage: http://gcc.gnu.org/

Package: gcc-12-plugin-dev
Priority: optional
Section: devel
Installed-Size: 9862
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), gcc-12 (= 12.2.0-14+apertis1bv2024dev2b2), libgmp-dev (>= 2:5.0.1~), libmpc-dev (>= 1.0), libc6 (>= 2.34)
Filename: pool/target/g/gcc-12/gcc-12-plugin-dev_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 1357456
MD5sum: a71fcdad21aa6fa8afbe4ed250abca30
SHA1: 0c3f62b97e5ebedc494cf8ca5578d650518ca226
SHA256: 61a2416fc000f4655a9fc87cfd8b0d1d03877115c5007ab1f9c380b1e456adae
SHA512: ee0c06ea63d423a8a6d2f6e330be0ae9c2737c8a4d6b114714c54187433676f519adfdcb8abe6efc1a6d12ca8e80b48f50206bbca6ff73107ee549718be421a1
Description: Files for GNU GCC plugin development.
 This package contains (header) files for GNU GCC plugin development. It
 is only used for the development of GCC plugins, but not needed to run
 plugins.
Homepage: http://gcc.gnu.org/

Package: gcc-12-plugin-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 261
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-plugin-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gcc-12-plugin-dev-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 235800
MD5sum: dd978ddfc71826c2c9a9eb67d5ef8b2c
SHA1: 9cf0557d620cf329d332af628a1cc12d452b0692
SHA256: fbc0a04715d35bfaf8e360b5855c32195244e1bf20ecc2026a15a5b00e42f276
SHA512: dba9c27c72b8f92834e8e64eb435b8ad3112b9ced342587c3bdd6166a9572fc9410df538480741c2ca29f488ae4f37a2a3185ad29512e8b5c24e0ec807379637
Description: debug symbols for gcc-12-plugin-dev
Auto-Built-Package: debug-symbols
Build-Ids: ec7626f78ab2c3289cbe4b5ef1d8f5d64abf58d7

Package: gcc-12-source
Priority: optional
Section: devel
Installed-Size: 107601
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: all
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: make, quilt, patchutils, sharutils, gawk, lsb-release, time, m4, libtool, autoconf2.69
Filename: pool/target/g/gcc-12/gcc-12-source_12.2.0-14+apertis1bv2024dev2b2_all.deb
Size: 83888772
MD5sum: 9e7e43df4f8c3f12fcc9e65dca88cc6d
SHA1: 218e188cca3c0592cd3658915b938a93544db04a
SHA256: 3a70b9ce20f7e5d826c0bf54328e8f47448a8bce5299068f15f483541c6efbf3
SHA512: e1cdc8e08bbd5db773118eec9de6efa95cc0c4cb36613277bddc96f0fe5bf02786051d657377ff21d6d23f64f4a97d973c536521643668a3c77ba399e6202642
Description: Source of the GNU Compiler Collection
 This package contains the sources and patches which are needed to
 build the GNU Compiler Collection (GCC).
Homepage: http://gcc.gnu.org/
Multi-Arch: foreign

Package: gcc-12-test-results
Priority: optional
Section: devel
Installed-Size: 17145
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: g++-5 (<< 5.2.1-28)
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gcc-12-test-results_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 17536104
MD5sum: c6c282629e79888f26dad6e1a4a932d2
SHA1: e4b59fa12b9a82bf18b6e5446a29959405d43ccb
SHA256: e12c90d07dedd0b9aa7e5e7803cb0ee61821ff3d7374ad8d4324b01418845f59
SHA512: 83cd670416cc0748491c36ce663553abd09333b0e01211bc1937d705f916e38a09de01f561eeefe16430531fe57eab488f76c3034979bcda8738465bcb8f9fe3
Description: Test results for the GCC test suite
 This package contains the test results for running the GCC test suite
 for a post build analysis.
Homepage: http://gcc.gnu.org/

Package: gccgo-12
Priority: optional
Section: devel
Installed-Size: 43525
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Provides: go-compiler
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), gcc-12 (= 12.2.0-14+apertis1bv2024dev2b2), libgo-12-dev (>= 12.2.0-14+apertis1bv2024dev2b2), libc6-dev (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libgo21, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: gccgo-12-doc
Conflicts: golang-go (<< 2:1.3.3-1ubuntu2)
Filename: pool/target/g/gcc-12/gccgo-12_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 11027092
MD5sum: 31bef5c6601b71c923fa6e5e1e598d4b
SHA1: 19a3160137ddfa5c0b65b80631617d9fdac530a5
SHA256: 236f11f17bb83b0b100d565fd4e4bba0aab0d40d080f2938ccd624b4bf66cd6f
SHA512: 896e5e5cde1d92681f3db0140e96377bf97fc5ede24e030fb29f88a4f6c761cb87c7b474ce5479863dd3fcbeddc4032aef8f06f5d2d24f94b1067e79cbab5434
Description: GNU Go compiler
 This is the GNU Go compiler, which compiles Go on platforms supported
 by the gcc compiler. It uses the gcc backend to generate optimized code.
Homepage: http://gcc.gnu.org/

Package: gccgo-12-dbgsym
Priority: optional
Section: debug
Installed-Size: 84330
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gccgo-12 (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gccgo-12-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 78417080
MD5sum: 55c5ee511f0b74876feb72d4dcc0f39a
SHA1: 89be7aecd2f2bfaae187cea4a9db4a3e2fc86ff9
SHA256: 0e8941177de53ec1ce647f0cd208979bcd5adda2194e401344e3d6cfa8a81670
SHA512: a731a652e51391da665c7abb3c6088575528cf7d1790144fba0a43cd03eb432b6ddb7c95a22bf0d3d3dd385131aad47dda9a0344937d093fa2be4e435af093ec
Description: debug symbols for gccgo-12
Auto-Built-Package: debug-symbols
Build-Ids: 2d1a538ee557c414f0dc773b0cd6dfe2827552b0 46f7ab6747bfded9e3b9ff21e465c8bbaaa157bf 5a22f582d59ea3238f9981033eb980874d6cfdcf fed490d5e9fc7f930e115e890c36a9a2e530ac14

Package: gcr
Priority: optional
Section: gnome
Installed-Size: 1741
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: default-dbus-session-bus | dbus-session-bus, libgcr-base-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), libgcr-ui-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), dconf-gsettings-backend | gsettings-backend, init-system-helpers (>= 1.52), libc6 (>= 2.34), libgck-1-0 (>= 3.3.90), libglib2.0-0 (>= 2.44.0), libgtk-3-0 (>= 3.22.0), libsecret-1-0 (>= 0.20), libsystemd0
Filename: pool/target/g/gcr/gcr_3.41.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 272076
MD5sum: cb8bce0ced77889c143ce872036bdc05
SHA1: f3445e5f0b57daed9e1b2ba408b8c3866f214a90
SHA256: 2b9fbe05a9ec48c92385ae18d84df0e7d612d094f0dff43ca03d8a723c1b6e19
SHA512: e9ff960e847c609c4dde17e68c3f6fdabd4842205e29d91b58171f009f908ae1fef3cd1272784d7c62aac06e268bf8a9cb38e3fc4fbc0ab7128a27cae0cc91ce
Description: GNOME crypto services (daemon and tools)
 GCR is a library for crypto UI and related tasks.
 .
 This package contains the certificate viewer and prompter service.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring

Package: gcr-dbgsym
Priority: optional
Section: debug
Installed-Size: 174
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: gcr (= 3.41.1-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gcr/gcr-dbgsym_3.41.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 116712
MD5sum: a257b7f94a90316a734ed39f5e536d30
SHA1: c95d4ffa60053a0f7eb70bdba48e0f27e5eb0de4
SHA256: 978bf60a21a77f10093562d00252ff304e0f39486d0b875e85ade14fcdee5867
SHA512: ee6cba8ee71d44e80b864304c4538d96cc8cef513e7cc6ce30fc5a6c7c80178776947884eb3e633aeabb75648bf2711708f2e59794aa3bb735783b7416fe9278
Description: debug symbols for gcr
Auto-Built-Package: debug-symbols
Build-Ids: 05f8f670ed02fbd47e225e373c561bd67fb3aa1d 1df1786ee3287fff36089d0b183e3be779fda500 c32909c29df139b3be0f24b20a6918f161d1a189 ca43acd8ecbb2cbe69f843536a3bbff7fef57bd2

Package: gdc-12
Priority: optional
Section: devel
Installed-Size: 32973
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: gdc (<< 4.4.6-5)
Provides: d-compiler, d-v2-compiler, gdc
Depends: gcc-12-base (>= 12), g++-12 (>= 12), libgphobos-12-dev (>= 12), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/g/gcc-12/gdc-12_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 9136680
MD5sum: 67b454da0e4a72c02156603890df9758
SHA1: 164d7baf846553d3d0491b64de80fe4d6813c3ae
SHA256: ac8f65218d1145997d630d05d8bcc2316fe97b95ebc44e5f515e8dd66bf24a2f
SHA512: d44e2b495d1f601a0e1c5e2c28306c5df4bd9f4812ec69e3394ceebe3bc00977c1356c893e85fba6f6f51f391363f379ba243986233a4ef8e30bbacde2b7b2ae
Description: GNU D compiler (version 2)
 This is the GNU D compiler, which compiles D on platforms supported by gcc.
 It uses the gcc backend to generate optimised code.
 .
 This compiler supports D language version 2.
Homepage: http://gcc.gnu.org/

Package: gdc-12-dbgsym
Priority: optional
Section: debug
Installed-Size: 76228
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gdc-12 (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gdc-12-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 72852772
MD5sum: db87607df463f8e99f978ec027b468b7
SHA1: 9a5f91e55c27ac2af24a496ab8c035ffd8674d26
SHA256: 14a0ad47ff5cf46a0d25620fb8318af0e393a0678ad6fe764d0c16401a72fd09
SHA512: 9bf6800bbedb95baa674691a44391fe796756a018ebc4f598e8d92a60f8dd3050b217a53b245332bed5b6003e7380ea3679fb1931a3ffe028c24fe6f7f6e67a8
Description: debug symbols for gdc-12
Auto-Built-Package: debug-symbols
Build-Ids: 891d0a167ac913dc289ddd72e616276b0550aa61 e20c80e9f504e163233dbf3b530f7b221d76ab31

Package: gdisk
Priority: optional
Section: admin
Installed-Size: 957
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: arm64
Version: 1.0.9-2.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libncursesw6 (>= 6), libpopt0 (>= 1.14), libstdc++6 (>= 5.2), libtinfo6 (>= 6), libuuid1 (>= 2.16)
Recommends: groff-base
Filename: pool/target/g/gdisk/gdisk_1.0.9-2.1+apertis0bv2024dev2b1_arm64.deb
Size: 209056
MD5sum: 9f83e1f62024536da5a201926f578b2b
SHA1: 227ea9f471aa8d6c2ca42532e66c469114063f36
SHA256: 9a1d07b2d816665046a302b43d1236b45975f3ac41dc04e5ae5a3330eebaeeae
SHA512: c1a5d52933830b806933c495e075e8e9525fcfb338c0415ac5556f03870eff32a939edcb5ddeaf6febadc5d8ba651f6ddf58052f08b4257afe73a2f90e2f8a0c
Description: GPT fdisk text-mode partitioning tool
 GPT fdisk (aka gdisk) is a text-mode partitioning
 tool that provides utilities for Globally Unique
 Identifier (GUID) Partition Table (GPT) disks.
 .
 Features:
 .
  - Edit GUID partition table definitions
  - In place conversion of BSD disklabels to GPT
  - In place conversion of MBR to GPT
  - In place conversion of GPT to MBR
  - Create hybrid MBR/GPT layouts
  - Repair damaged GPT data structures
  - Repair damaged MBR structures
  - Back up GPT data to a file (and restore from file)
Homepage: http://sourceforge.net/projects/gptfdisk/

Package: gdisk-dbgsym
Priority: optional
Section: debug
Installed-Size: 1541
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: arm64
Source: gdisk
Version: 1.0.9-2.1+apertis0bv2024dev2b1
Depends: gdisk (= 1.0.9-2.1+apertis0bv2024dev2b1)
Filename: pool/target/g/gdisk/gdisk-dbgsym_1.0.9-2.1+apertis0bv2024dev2b1_arm64.deb
Size: 1422600
MD5sum: 683d23f28fd25a349ff855a205168eae
SHA1: ec61d025e49c2e5e9e5e2e41e5df9d2bf1d80abc
SHA256: 92ee393b0f8a2ff22768ca026e7ceb79f5b4fd730709b2ece4d53c145cfda0b2
SHA512: dd821ef34472a2ae895703bbcc89e8c60d473e87d2a94c43284d102a7e2d06f4d6772b80cf6d6edf20f39cf07ceee033b6ad917f5eb898472f8f2d65627b87f4
Description: debug symbols for gdisk
Auto-Built-Package: debug-symbols
Build-Ids: 1fcf71506663d9ceaf15170a4da5f25687cb9707 50dca0c54fcafa5c7480a89968d4943243e5f4b7 6beb642d63d981d330ed6fbb4fa123d582297432 7e517967169490298e4038256ee7dd3a34eba2c9

Package: gdk-pixbuf-tests
Priority: optional
Section: libs
Installed-Size: 20884
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Depends: libgdk-pixbuf-2.0-0 (= 2.42.10+dfsg-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.56.0)
Filename: pool/target/g/gdk-pixbuf/gdk-pixbuf-tests_2.42.10+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 5746440
MD5sum: 4c0986955d8b0962a2708a4494d0811d
SHA1: f4f016b5b550b9c12f45ec7db03659683ec0042d
SHA256: a3699511e0330edf1fe59f723c13f9ee5bfd299d00499c05db5404400b660376
SHA512: b8a4124aed164c16c5822bb4584d7dec842cd80e6b6b9e07267e0f7be7ef113496627371eeabcdc1c83eedaa708998e4483ee0136e53949299334aabb839a2ff
Description: installed tests for the GDK Pixbuf library
 The GDK Pixbuf library provides:
  - Image loading and saving facilities.
  - Fast scaling and compositing of pixbufs.
  - Simple animation loading (ie. animated GIFs)
 .
 This package contains the installed tests for the GDK Pixbuf library.
Homepage: https://www.gtk.org/

Package: gdk-pixbuf-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 485
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Depends: gdk-pixbuf-tests (= 2.42.10+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/g/gdk-pixbuf/gdk-pixbuf-tests-dbgsym_2.42.10+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 232696
MD5sum: 8b7d3207c2ae7b18d727234a6329b478
SHA1: daa1c01482792ae5fabdc767b56e99ceb08b6dba
SHA256: c01f5a3fdc58ad08a90b88c39390d90be5ed2c49827e767af118f11f4d4db536
SHA512: b0e856205baa01590aab79f378fd0587af92efed1414d0f2cfe16160866ad3cb8c6c8fdd055a479354e494760e3c1913a468eb92a48ba8b63ed67924adcdaa08
Description: debug symbols for gdk-pixbuf-tests
Auto-Built-Package: debug-symbols
Build-Ids: 06a80b178cd4e33ebbe9cea2d07b9c4254ad4e6c 0deb1c5b25fa9fff6f76cba3ad903826440a83ff 12dbf75cd2db237f40d10987a153f6abb3b96c35 13863b16ea04aea339c4b548ff7e0a01b0e41f88 3c8c1ccb60bf139b7f6609d9dd85e5d66be352f6 4297c7da86ebd5a1785e8351b2ed6ccfad6ecb16 542b60ead67025909c5a59d0153b8a287cfd35db 5bfeb64a706d25212136b1e13188271e68fc7844 69d4b7a004fc5ebe2427230ecbf1355775dfc82d 6c4b6d9a427ad66ff5ddf647c56caf9ee9422362 7d67263d797e4449ea7e0c0e1a046c9d40b442d5 80242a3e5cf662eae5a4acfeeb4fe19d47fadf98 80ea8e49784a620fcb3830def966815f7d09b62d 98b166888ea9052faf12b3476cde760bdca1b959 99e2beece1dd5d709a979732c547e84d0277271e 9c9a34fbcc9d103dba7d8dc5a08b0ff076b7fb9c a05afefe5741d77c7e2d776998d94422866df2b3 a3472a67779b53c206433efe131eb5156dd11195 b3f3d98ddb05d9c942bbec0f988b9760017bed7e b54b89329de4e9fce6670f5611e881a8499a98cd e00bf972b33cf61aaf82b7a043602324979f8483 e07a5720103e71c2bb9b84fcb5970abfb4317f08 e6dd27cec3c7595fbb236ff60eedc550e01b0617

Package: geocode-glib-common
Priority: optional
Section: libs
Installed-Size: 115
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Replaces: libgeocode-glib-2-0 (<< 3.26.3-4~)
Breaks: libgeocode-glib-2-0 (<< 3.26.3-4~)
Filename: pool/target/g/geocode-glib/geocode-glib-common_3.26.3-6+apertis0bv2024dev3b1_all.deb
Size: 26084
MD5sum: 6aae8c65936e9bc5b0defaa972df9a18
SHA1: 5ce59668dd2ff0bc6752caa77ec7edf4f01c4e1d
SHA256: a5e85324a1cfc0d767d8ea265c4268f4d4b5e2aa05a3649bfd3604597f85e1e7
SHA512: 8ea3e6bcddffaefa1890dfb9b81f116c33a78a4d519040438a2c808dd0d1fa262a6ea8240b0d2e429687e59b15c2915d6129136aefba7e41f5e3d81cb85b14a5
Description: icons for the geocode-glib library
 Geocode-glib allows you to do geocoding (going from a place name,
 to a longitude/latitude pair) and reverse geocoding (finding a place
 name from coordinates) using the Nominatim service.
 .
 This package contains the icons for the geocode-glib library.

Package: geocode-glib-tests
Priority: optional
Section: libs
Installed-Size: 316
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Depends: libgeocode-glib-2-0 (= 3.26.3-6+apertis0bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.65.1), libsoup-3.0-0 (>= 2.4.0)
Filename: pool/target/g/geocode-glib/geocode-glib-tests_3.26.3-6+apertis0bv2024dev3b1_arm64.deb
Size: 51100
MD5sum: 4c4142459f8c7a1c1a35841cfacb0b95
SHA1: 61316b925dc9da5118db183b783e774d7d8c8a18
SHA256: 70381ddde2ced063f752d55ee08d5f57988e73308aefb21a0afbc37c04a07126
SHA512: 14acfe152c116c0d0892de96b95a2f032517f08ddda9b1ddf80190179704641ecba524ac039c92a16df69a19599dac0ffa880d62503685fd2bee01f10490aac6
Description: installed tests for the geocode-glib library
 Geocode-glib allows you to do geocoding (going from a place name,
 to a longitude/latitude pair) and reverse geocoding (finding a place
 name from coordinates) using the Nominatim service.
 .
 This package contains the tests for the geocode-glib library.

Package: geocode-glib-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 109
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Depends: geocode-glib-tests (= 3.26.3-6+apertis0bv2024dev3b1)
Filename: pool/target/g/geocode-glib/geocode-glib-tests-dbgsym_3.26.3-6+apertis0bv2024dev3b1_arm64.deb
Size: 64992
MD5sum: bcb155a5c2d619defdec6c9c007acc0a
SHA1: 95eed49dc810959f1dd7edccdd1e70cfebdc215c
SHA256: 10bf39ef782dac10a2a2d8c44f6d0a1dc7b3cd6258ba978e2b71579e8646113d
SHA512: 1d974a768f42fd0cd5b438c5447ba7eb68e760340a3a9786a6639cbbcbb90cd97a901309fb66844d874a78a9e4a4bc7cb9ffad8b2dae4775058365421f5c69c7
Description: debug symbols for geocode-glib-tests
Auto-Built-Package: debug-symbols
Build-Ids: 1af8143734e9a37c9b37cb9d3f800a754d21c91a 72825b7d18a2fa84e1e5e6995b6146b4cc0668da 8ba92242f22c05d438fdc89aa51da6ac08e2d698

Package: geoip-bin
Priority: optional
Section: net
Installed-Size: 467
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: arm64
Source: geoip
Version: 1.6.12-10+apertis0bv2024dev2b1
Replaces: libgeoip1 (<= 1.4.4.dfsg-2)
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgeoip1 (>= 1.6.12), libstdc++6 (>= 11), libnetaddr-ip-perl
Filename: pool/target/g/geoip/geoip-bin_1.6.12-10+apertis0bv2024dev2b1_arm64.deb
Size: 73956
MD5sum: 432c099838f9fcf0ae39d48e1828bed8
SHA1: 3571e95e555f682ca9d42a4b1b3515e25ba254a9
SHA256: a9ec7154251771236149eb50d4e440e9835285ddb0184c1385c23fe534974c1f
SHA512: 12e5d167f32acec82044e7b2ab66108be54d6526117744682adf0cb7fb5128cbdf30bed7d486807dfd445657623868dd076bde44997c31f2ae8cfd4cfdc222a3
Description: IP lookup command line tools that use the GeoIP library
 GeoIP is a C library that enables the user to find the country that any
 IP address or hostname originates from. It uses a file based database.
 .
 This database simply contains IP blocks as keys, and countries as values and
 it should be more complete and accurate than using reverse DNS lookups.
 .
 This package contains the command line utilities to resolve the IP numbers
 using the GeoIP library.
Homepage: https://www.maxmind.com/
Multi-Arch: foreign

Package: geoip-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 421
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: arm64
Source: geoip
Version: 1.6.12-10+apertis0bv2024dev2b1
Depends: geoip-bin (= 1.6.12-10+apertis0bv2024dev2b1)
Filename: pool/target/g/geoip/geoip-bin-dbgsym_1.6.12-10+apertis0bv2024dev2b1_arm64.deb
Size: 229960
MD5sum: 5de23cbf21a0883347040aa4c0780a00
SHA1: 5588b39338b00429d49280674622dcec9241bd7f
SHA256: 912baa10f287a87fe1bd29e24ca079a245f8b25acee383bc106d19e0175db2e9
SHA512: 0caf66a8bd92d3153829f2b0662d133859324caf211f6099fa42649b96f79e3513730561a2995884a59ecf5c6fcef1ca74c8fc8a88cdb285233a7035404dd506
Description: debug symbols for geoip-bin
Auto-Built-Package: debug-symbols
Build-Ids: 1743864b078ef5aa517d8e5e97c6074442e8d8f3 64f544b7c057e2975b4675731f64b2632657fe8b a17ff5cbf7d3a37c57872df0c7ff4787aec5c9e5 e91554f809cb82a36cb6beba0fd5d490632f3605

Package: gfortran-12
Priority: optional
Section: devel
Installed-Size: 29851
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Provides: fortran95-compiler, gfortran-mod-15
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), gcc-12 (= 12.2.0-14+apertis1bv2024dev2b2), libgfortran-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libc6-dev (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: gfortran-12-doc, libcoarrays-dev
Filename: pool/target/g/gcc-12/gfortran-12_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 8645808
MD5sum: d084a5d8d32ca6ad7dc14313a2385372
SHA1: 7c024a20b06962cc6dcda4e08bbc586b39bd5533
SHA256: 6ee62ff87ff641bec9e995661089fea9d5a2bc547123949a5f62b37d45e814b4
SHA512: 6169f71a0ed5376ed7e24729cfae14b1479b4469c264dec13aa241afa6fbbe8b74e1608ca247daf920aab7d7e56dcbf3853f43180f82854c013a8ee3377fbc95
Description: GNU Fortran compiler
 This is the GNU Fortran compiler, which compiles
 Fortran on platforms supported by the gcc compiler. It uses the
 gcc backend to generate optimized code.
Homepage: http://gcc.gnu.org/

Package: gfortran-12-dbgsym
Priority: optional
Section: debug
Installed-Size: 70960
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gfortran-12 (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gfortran-12-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 68561536
MD5sum: d501ec3254a3761a45d6f66204f9fe50
SHA1: 65d538e0c6e719cf27335fc11bbb8ad9e5c6c93b
SHA256: 4709127f5eebc0942c1e62c4bca052cae3c891f7d36a67034e24cd7a5366c6d8
SHA512: 173abd2ffc11632c3f4b4593e84f1f61bbbe20604670796b772b2409b103847d0de5ebe6318df22cf76b9e0eb692bfe6e5b256a01aaaba700a5cfd7fb8349afa
Description: debug symbols for gfortran-12
Auto-Built-Package: debug-symbols
Build-Ids: 22cf5f0d154607a416260979988a7bfa17cda97e 2678f328225bf2f4a2364ff3bf0d4de5f8ffd798

Package: giflib-tools
Priority: optional
Section: utils
Installed-Size: 560
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: arm64
Source: giflib
Version: 5.2.1-2.5+apertis0bv2024dev2b1
Provides: libungif-bin
Depends: libperl4-corelibs-perl | perl (<< 5.12.3-7), libc6 (>= 2.34), libgif7 (>= 5.1)
Filename: pool/target/g/giflib/giflib-tools_5.2.1-2.5+apertis0bv2024dev2b1_arm64.deb
Size: 88704
MD5sum: ae852bd7927808ef4145e2285de68e55
SHA1: 8c80a7e9293b5bac4107c42372a9846fbc5dd4e3
SHA256: 1ee942737d4d98a0a75db1e10be7ffedce4573d757e95f28d12d2451dc9a520d
SHA512: 30d2f2c598b15da2c64a687b407e49eb07acf9fc92d7d81b92d1e1a09b89bcf679a6d7b254864556236c8d5c9494583ed30fe0a366976994221fb772f05913ff
Description: library for GIF images (utilities)
 GIFLIB is a package of portable tools and library routines for working with
 GIF images.
 .
 This package contains additional utilities.
Homepage: http://giflib.sourceforge.net/

Package: giflib-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 165
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: arm64
Source: giflib
Version: 5.2.1-2.5+apertis0bv2024dev2b1
Depends: giflib-tools (= 5.2.1-2.5+apertis0bv2024dev2b1)
Filename: pool/target/g/giflib/giflib-tools-dbgsym_5.2.1-2.5+apertis0bv2024dev2b1_arm64.deb
Size: 103924
MD5sum: 30e1a7eab3d398e32b1ecae6941be8f9
SHA1: 148243755a928012b52f2465d4cd4a1eeb05921e
SHA256: 3d0286904dbdfcb8dab3ef81485b6ab9642af99b444bfe19b96950c5d0161fa3
SHA512: 1bbf42b2045a901b29232bf947d62b19fbe0fd60074483ece908105c9237e40e5c1d2533245f9820b4d3cf71c648a596ee0eb040400c14eb587bcdcb09ae8c0b
Description: debug symbols for giflib-tools
Auto-Built-Package: debug-symbols
Build-Ids: 4383515ad50b41e3b19b13517f10deebf5c94828 5c56f38a582e5678fe109731c60d91e32743f91f 5ccf13d92d6f911a263f2cc3ef05cef8b79f0e17 5e864b751371a15b8fbdcd5ff64c817326bea943 8c5c7a980069884b9a3877c40faab74b6893b46b f977655859cba6d4cb5326f56774cb7adb183607

Package: gir1.2-appstream-1.0
Priority: optional
Section: introspection
Installed-Size: 116
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: libappstream4 (= 0.16.1-2+apertis0bv2024dev3b2), gir1.2-glib-2.0 (>= 1.62)
Filename: pool/target/a/appstream/gir1.2-appstream-1.0_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 30152
MD5sum: aa0d5d92543e8c6115c67901b2debe7b
SHA1: 7046b07724d230e4d3398ed4927c794dec08f1fa
SHA256: 5617ee0cc49315adecc871032e1d9c1c7a21707e71d4892f29a5a2510afcdc28
SHA512: 033aee22356cabcc10ed9acf7bbe4a4f495f6c3452184b525675299b32d43f140243b834af63b79c790e5e0385538f7ed1cab19b30a6b488ece4594b738b1a2d
Description: Library to access AppStream services (introspection data)
 AppStream is a metadata specification which permits software components to
 provide information about themselves to automated systems and end-users
 before the software is actually installed.
 This permits informative displays of new applications to users in software
 centers, as well as allowing a system to make decisions on which new software
 a user might want to install (e.g. missing firmware or media handlers).
 .
 This package contains introspection data for the AppStream library.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: same

Package: gir1.2-appstreamcompose-1.0
Priority: optional
Section: introspection
Installed-Size: 44
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: libappstream-compose0 (= 0.16.1-2+apertis0bv2024dev3b2), gir1.2-appstream-1.0 (= 0.16.1-2+apertis0bv2024dev3b2), gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0 (>= 1.62)
Filename: pool/target/a/appstream/gir1.2-appstreamcompose-1.0_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 15088
MD5sum: 53211e2eeb9d7d04b74e16c6ba229d23
SHA1: 92dd551b976f497d805e55256bd873472adb25e6
SHA256: 5aef6582e5ea582b654594be79b2e92eeffcbbc503b35d9db184776d7558f7fa
SHA512: 62e4b5dd6dca4c8ec3865284f46306eefa95cdd972f97289906fbe5645ff3070db964e06239f55348a3f07ae9bd8f0cc9aeb5c9026f56e8f3dd5f3af30857854
Description: Building blocks to compose AppStream metadata (introspection data)
 AppStream is a metadata specification which permits software components to
 provide information about themselves to automated systems and end-users
 before the software is actually installed.
 This permits informative displays of new applications to users in software
 centers, as well as allowing a system to make decisions on which new software
 a user might want to install (e.g. missing firmware or media handlers).
 .
 This package contains introspection data for the AppStream compose library.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: same

Package: gir1.2-appstreamglib-1.0
Priority: optional
Section: introspection
Installed-Size: 95
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: arm64
Source: appstream-glib
Version: 0.8.2-1+apertis0bv2024dev2b1
Depends: gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, libappstream-glib8 (>= 0.8.0)
Filename: pool/target/a/appstream-glib/gir1.2-appstreamglib-1.0_0.8.2-1+apertis0bv2024dev2b1_arm64.deb
Size: 21824
MD5sum: b2e408edf4f8a401f812498f0e05e71f
SHA1: dd2c5795f2d02e64d7d04910f67f83da0adce2f3
SHA256: 18b5a1ea4629b023f242b4dd4eac338cb280388aeb50f6942d778ec7f5474f40
SHA512: ff3e51b83f5bb05893e9cb29ee0a1055e2964c218f9a8e7267a248ffaab0d282abd880937ee51713aba910ccb7bd0f1a1226fbe329b1d35485918d11eb5531ed
Description: GObject introspection data for the libappstream-glib library
 AppStream is a cross-distribution effort for creating and sharing
 metadata about software components available in the package repositories
 of a distribution.
 .
 This package contains introspection data for the libappstream-glib library.
Homepage: https://github.com/hughsie/appstream-glib
Multi-Arch: same

Package: gir1.2-atk-1.0
Priority: optional
Section: introspection
Installed-Size: 100
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: gir1.2-glib-2.0, libatk1.0-0 (>= 2.35.1)
Filename: pool/target/a/at-spi2-core/gir1.2-atk-1.0_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 25596
MD5sum: 427f397b1a3a82503cd67ccc167a558d
SHA1: 5022a64fa77a60b714f4cc8df160dfeb40484420
SHA256: 450c295583f7bfb282550128b1e1c8ab760b789fd716d93813da57f39b17f0e6
SHA512: 8d2aba4d1d08c3cd0de7181c107394687660f479d3320e5218d5a93bdef2e0e714c1ad33811e41f13b053c9020937799526adb605c66cba6ded8089865fe1e07
Description: ATK accessibility toolkit (GObject introspection)
 ATK is a toolkit providing accessibility interfaces for applications or
 other toolkits. By implementing these interfaces, those other toolkits or
 applications can be used with tools such as screen readers, magnifiers, and
 other alternative input devices.
 .
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings
Homepage: https://wiki.gnome.org/Accessibility
Multi-Arch: same

Package: gir1.2-atspi-2.0
Priority: optional
Section: introspection
Installed-Size: 81
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Replaces: gir1.0-gtk-2.0 (<< 2.22), gobject-introspection-repository
Depends: gir1.2-freedesktop, gir1.2-glib-2.0, libatspi2.0-0 (>= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/gir1.2-atspi-2.0_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 22604
MD5sum: 6d5298eba85a4f6577e799a8167b1e70
SHA1: ddcd53ff12427e08ab8f1fe7e65c62083c153e13
SHA256: ceedaee680da87619bf27e6d51b0f28a534c3ce032eedc54479ce072a4b17289
SHA512: 0fe88a866c88de5a6be1c5cdc1deabee32e6639acf2b09abdc46ca0e28d89e2f7b40cc6e9209a60ebec573d08ad9adac4ef201a5cfcea1ab28228d69a9761e0b
Description: Assistive Technology Service Provider (GObject introspection)
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings
Homepage: https://wiki.gnome.org/Accessibility
Multi-Arch: same

Package: gir1.2-avahi-0.6
Priority: optional
Section: introspection
Installed-Size: 50
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Provides: gir1.2-avahicore-0.6
Depends: gir1.2-glib-2.0, libavahi-core7 (= 0.8-10+apertis0bv2024dev3b2), libavahi-gobject0 (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/gir1.2-avahi-0.6_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 28396
MD5sum: b5c5a37a89a0115072986632173b6756
SHA1: 3bba4909adcc4882fac79cd5daec21e881e6d22f
SHA256: f7c877d85394ea21ccff581554a00cb5b3a6fd0828c88df509a4269d63bcbfa1
SHA512: 2f4a66924e6c0dd6fda666664b5922a7a1a57e1404f05b566da5b7270b78fb1007d47cc68522c292bc0dc7b69308fa4b9e48118e3c2ba70b4387d9f6c257130d
Description: GObject introspection data for Avahi
 This package contains introspection data for Avahi using libavahi-gobject.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://avahi.org/
Multi-Arch: same

Package: gir1.2-blockdev-2.0
Priority: optional
Section: introspection
Installed-Size: 93
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: gir1.2-glib-2.0, libblockdev-utils2 (>= 2.24), libblockdev2 (>= 2.25)
Filename: pool/target/libb/libblockdev/gir1.2-blockdev-2.0_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 22808
MD5sum: 4a3ff53cb83a4b86c9d638e19881060d
SHA1: e1d8bcf8c2c3ff61c21caaf38183325d224db3f2
SHA256: 6c4e8ca9eb070aca4f5f3160106cb603d105dbcfa279d322afd4d10a744327ab
SHA512: 836a3907308a586bf19ebccfcb273d5e6440ba8d662a55cfe2f3efa35a43e76e63983f6a40b5a326ef940b752dbe8d7218f090cddf5210be99f6543f32322a0e
Description: libblockdev introspection data
 This package contains the GObject introspection data of libblockdev in
 binary typelib format.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: gir1.2-colord-1.0
Priority: optional
Section: introspection
Installed-Size: 104
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: gir1.2-glib-2.0, libcolord2 (>= 1.4.5)
Filename: pool/target/c/colord/gir1.2-colord-1.0_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 27848
MD5sum: a6dece6d82be28fd27c2a23e38537b40
SHA1: 459e53ba4761c889708f4d8ed0c8fd31ae3c80c3
SHA256: 8ced0dbd5464a130bdb7eb7e61f1c04259012f72f7e97a1f8cce7ad2ea958332
SHA512: d0466d7a55f0aa50112fbaa9ecf04c7c002011469c83186f37a5de5e06c94129180cd0685fc5e703be39e6303f9852c53aff726e356e45f4cd75464bee65c465
Description: GObject introspection data for the colord library
 This package contains introspection data for libcolord, a gobject-based
 convenience library for programs to interact with the colord system daemon.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://www.freedesktop.org/software/colord/
Multi-Arch: same

Package: gir1.2-colorhug-1.0
Priority: optional
Section: introspection
Installed-Size: 65
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: gir1.2-colord-1.0 (= 1.4.6-2.2+apertis1bv2024dev3b1), gir1.2-glib-2.0, gir1.2-gusb-1.0 (>= 0.2.7), libcolorhug2 (>= 1.4.3)
Filename: pool/target/c/colord/gir1.2-colorhug-1.0_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 19356
MD5sum: c83ce6937bb2e7aeabeb3f8b5976a024
SHA1: c0cb115841e4cd2938fbdbf5836d04fac6f8fed0
SHA256: 366795432c70f983091069591fdc6ecf88790b28158e4a844ae58d84031e14cf
SHA512: 20c9b4d2cfe61d1993597c0e42b2b3d664c537d3112745023fec1a870a67c2f67a15480d53f5cac42f4ef3ae12513d1f4fa5201e6f9f2196557d07f0486bdf08
Description: GObject introspection data for the colorhug library
 This package contains introspection data for libcolorhug, a gobject-based
 library for accessing the ColorHug display colourimeter device.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://www.freedesktop.org/software/colord/
Multi-Arch: same

Package: gir1.2-croesor-0
Priority: extra
Section: introspection
Installed-Size: 40
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: gir1.2-glib-2.0, gir1.2-polkit-1.0, gir1.2-rhosydd-0 (= 0.2024.0bv2024dev2b1), libcroesor-0-5 (>= 0.2024.0bv2024dev2b1)
Filename: pool/target/r/rhosydd/gir1.2-croesor-0_0.2024.0bv2024dev2b1_arm64.deb
Size: 11352
MD5sum: 30e010afb1386af616438e622d1a06f3
SHA1: 3f390f11a6e95922d7df3eafe78d2e58fb058843
SHA256: f80d6809755d749e664f46328b03aee66e4e5f4dcadefd23469164d522bee3ee
SHA512: 66b553e216bacd694b4e54a9136263c38a50c82a65f8e2af7f0c56c04619c3b6a66eb00e80336914b55c56c9d15628ea2b91cf83c5ffa23a3675f4836dfa8d11
Description: Sensors and actuators API - introspection bindings for backends
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains a machine-readable API description for the shared
 library for use by sensor and actuator backends. It is not part of the
 SDK-API and should not be used by applications.
Multi-Arch: same

Package: gir1.2-didcot-0
Priority: optional
Section: introspection
Installed-Size: 31
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Depends: gir1.2-glib-2.0, libdidcot-0-1 (>= 0.1703.0)
Filename: pool/target/d/didcot/gir1.2-didcot-0_0.2024.1bv2024dev2b1_arm64.deb
Size: 8256
MD5sum: 92068e4e3afad5aaefae7d0866c76726
SHA1: 4940bb12bc22e8437000742f8f58625f7bf27232
SHA256: 6641c22ce5cce86687469a8e4234d31fec7bffd4c1fd13d608ce7765b9d93aed
SHA512: 19bd0e1610710b70e6a211500a72eabb0181648407e365b5ab7244eca0a08141926926b2123a1964f30b1772a5a35a97dd2ca116574c4400d272c0637ffe7892
Description: Apertis Data Sharing Service - Introspection data
 didcot is a service responsible for sharing the data across various
 applications, and it is also provides "open-with" framework where a data
 can be opened with different applications which supports its mime type.
 .
 This package contains GObject-Introspection data for didcot.

Package: gir1.2-dmap-3.0
Priority: optional
Section: introspection
Installed-Size: 72
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libdmapsharing
Version: 2.9.41-3+apertis1bv2024dev2b1
Depends: gir1.2-glib-2.0 (>= 1.30.0), gir1.2-soup-2.4 (>= 2.48), libdmapsharing-3.0-2 (>= 2.9.41)
Filename: pool/target/libd/libdmapsharing/gir1.2-dmap-3.0_2.9.41-3+apertis1bv2024dev2b1_arm64.deb
Size: 44780
MD5sum: 431b5d0db7dfbcd4ad3848b4732c7229
SHA1: 12fbc29e30d20a007a91343ad959fb75108a7c81
SHA256: 2e05035c2ff472317ae8b24106a02cd4daaa149cd4471063379b389d1ab35e85
SHA512: d277a84335ccce84335667487509664fbf55be2bfd48751256d143a932f49402faa18c9976b3081ca4d3db1ac1a9f2852be52340107404d9011366b6a6c91317
Description: DMAP client and server library - GObject-Introspection
 libdmapsharing is a library to access and share content through the
 DMAP (DAAP & DPAP) protocols. The library is written in C using GObject
 and libsoup.
 .
 It can be used by packages using the GIRepository format to generate dynamic
 bindings.
Homepage: http://www.flyn.org/projects/libdmapsharing/

Package: gir1.2-flatpak-1.0
Priority: optional
Section: introspection
Installed-Size: 69
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: gir1.2-glib-2.0, libflatpak0 (>= 1.13.3)
Filename: pool/target/f/flatpak/gir1.2-flatpak-1.0_1.14.4-1+apertis2bv2024dev3b1_arm64.deb
Size: 27112
MD5sum: 2a00ebe20e08e1506d67e97e7018eb3c
SHA1: 671d165299f0f2afeb61c5cc82d6454f21b35afc
SHA256: 3d62d60b005716f3ed75c35440bc86621105fbfbee0f917b0ef2188b3e229229
SHA512: 6acfb1dfe1946313b50fd59011f8b4ef1dd2856a0245c01ca0463ab2441e9bbb72c156aa21d0906865b772ec982a3d562d79d1bdc2c4f3fd681ccba761ae0e83
Description: Application deployment framework for desktop apps (introspection)
 Flatpak installs, manages and runs sandboxed desktop application bundles.
 See the flatpak package for a more comprehensive description.
 .
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings for libflatpak0.
Homepage: https://flatpak.org/
Multi-Arch: same

Package: gir1.2-freedesktop
Priority: optional
Section: introspection
Installed-Size: 149
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gobject-introspection
Version: 1.74.0-3+apertis1bv2024dev2b1
Provides: gir1.2-cairo-1.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-dbus-1.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-dbusglib-1.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-fontconfig-2.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-freetype2-2.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-gl-1.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-libxml2-2.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-vulkan-1.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-xfixes-4.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-xft-2.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-xlib-2.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-xrandr-1.3 (= 1.74.0-3+apertis1bv2024dev2b1)
Depends: gir1.2-glib-2.0 (= 1.74.0-3+apertis1bv2024dev2b1)
Filename: pool/target/g/gobject-introspection/gir1.2-freedesktop_1.74.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 37652
MD5sum: 88968aedb563517c432f19eb28fe3775
SHA1: ac87a912f4cd1b7cf4cd4677b8fe58a63e2c5a42
SHA256: 7b998ab0ecd10a75dd22d92ca2468536feffe9a909be781ada5a4911f52c2ed2
SHA512: 831d457df23bf29f0445268ff8a3eba533c8403e51dd82b02317939dbc88f4509a06a445472688f411153d3014775eb3b4400b8fe2bcbd81130d683ca670803d
Description: Introspection data for some FreeDesktop components
 GObject Introspection is a project for providing machine readable
 introspection data of the API of C libraries. This introspection
 data can be used in several different use cases, for example
 automatic code generation for bindings, API verification and documentation
 generation.
 .
 GObject Introspection contains tools to generate and handle the
 introspection data.
 .
 This package contains small pieces of introspection data for the Cairo,
 FontConfig, FreeType, GL, and some XOrg libraries. They are
 distributed in this package temporarily, while the original sources
 do not include support for GObject Introspection. They are far from
 complete and only include what is necessary for other introspection
 packages to work properly.
Homepage: https://wiki.gnome.org/GObjectIntrospection
Multi-Arch: same

Package: gir1.2-gck-1
Priority: optional
Section: introspection
Installed-Size: 51
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: libgck-1-0 (= 3.41.1-2+apertis0bv2024dev3b1), gir1.2-glib-2.0 (>= 1.34)
Filename: pool/target/g/gcr/gir1.2-gck-1_3.41.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 15532
MD5sum: b1e5d5e2910494636b7b9c6aec496662
SHA1: eb04f45f46f3a296c045532f9c0e1ea8f8d9ec3c
SHA256: e3e5f274a1e226aa6afa029c45469d174fb390653b487369212648d36ee387d8
SHA512: 9000e5af216420de49db56f97728f192197e0787c65953590b2f346772883561d584f869bcbaa62ce97dc9b2433612e72c4958cff3f1d52d86029979f5e6b9c2
Description: GObject introspection data for the GCK library
 This package contains introspection data for GCK, a wrapper based on GLib
 implementing the PKCS#11 (Cryptoki) interface.
 .
 It can be used by interpreters understanding the GIRepository format to
 write programs using the GCK library.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
Multi-Arch: same

Package: gir1.2-gcr-3
Priority: optional
Section: introspection
Installed-Size: 71
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Provides: gir1.2-gcrui-3 (= 3.41.1-2+apertis0bv2024dev3b1)
Depends: libgcr-base-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), libgcr-ui-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), gir1.2-gck-1 (= 3.41.1-2+apertis0bv2024dev3b1), gir1.2-glib-2.0 (>= 1.34), gir1.2-gtk-3.0 (>= 3.22.0)
Filename: pool/target/g/gcr/gir1.2-gcr-3_3.41.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 20820
MD5sum: e798f9f7a748fc0be2854c7e2a768f8f
SHA1: 3714bf5f312ee1a7042c241f98d8eaab3d2aaf40
SHA256: 699040e38838b1afc63121b543032e4a3a518483dfa4c38e19e27be279722cbb
SHA512: 648277cadb4a15926f7d18272883a035b933953a33035b61155c290b74208071c346b96f5f8ededde2472fdbbf491ed964a735f36600babe520afde98a1d5964
Description: GObject introspection data for the GCR library
 This package contains introspection data for GCR, a library for crypto UI
 and related tasks.
 .
 It can be used by interpreters understanding the GIRepository format to
 write programs using the GCR library.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
Multi-Arch: same

Package: gir1.2-gdata-0.0
Priority: optional
Section: introspection
Installed-Size: 186
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Depends: gir1.2-freedesktop (>= 0.10.7-1~), gir1.2-glib-2.0 (>= 0.10.7-1~), gir1.2-json-1.0 (>= 0.15), gir1.2-soup-2.4 (>= 2.56.0), libgdata22 (>= 0.18.0)
Filename: pool/target/libg/libgdata/gir1.2-gdata-0.0_0.18.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 42148
MD5sum: 9da68f974df13d4ff8c9714733fd8204
SHA1: 7fbf0324c3e361c7fe47f898f1a7b631ea4ad2cb
SHA256: c4974fb97e2106525cb0437bb15d8bc0efc7078730d6abcacab637019fa0d08e
SHA512: 43ec2eb58f056bd081c0d83c5f2afde6463f22004a60ce5f751f7944d0801b8130168ccea97c4b15ca574edd756f66ae5872749861165b1f79338ad79118af55
Description: GObject introspection data for the GData webservices library
 libgdata is a GLib-based library for accessing online service APIs using
 the GData protocol — most notably, Google's services. It provides APIs
 to access the common Google services, and has full asynchronous support.
 .
 This package contains introspection data for the GData webservices
 library. It can be used by packages using the GIRepository format to
 generate dynamic bindings.
Homepage: https://wiki.gnome.org/Projects/libgdata
Multi-Arch: same

Package: gir1.2-gdesktopenums-3.0
Priority: optional
Section: introspection
Installed-Size: 27
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gsettings-desktop-schemas
Version: 43.0-1+apertis0bv2024dev3b1
Filename: pool/target/g/gsettings-desktop-schemas/gir1.2-gdesktopenums-3.0_43.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 8680
MD5sum: 1db7a39c7ffc5c3cef821bb97ae3a73d
SHA1: a1daef8a5ad2ee79480a4d3de8043a586ad3ba10
SHA256: e462041770ee017ebae82d09cbf569b72a87d1df457bc10ced49f9f1dfbe30ca
SHA512: 345f7cefd7e7816ffbb7d19af19904b95016906a8fb039a86269e27dd9fdab5cf733263262be1a74762847c0830f4fc30081c83f86e41124bd9e123bc629e93e
Description: GObject introspection for GSettings desktop-wide schemas
 gsettings-desktop-schemas contains a collection of GSettings schemas for
 settings shared by various components of a desktop.
 .
 This package contains introspection data for GSettings desktop-wide schemas. It
 can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://www.gnome.org/
Multi-Arch: same

Package: gir1.2-gdkpixbuf-2.0
Priority: optional
Section: introspection
Installed-Size: 46
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Provides: gir1.2-gdkpixdata-2.0 (= 2.42.10+dfsg-1+apertis0bv2024dev3b1)
Depends: gir1.2-glib-2.0 (>= 0.9.3), libgdk-pixbuf-2.0-0 (>= 2.39.2)
Breaks: libgtk3-perl (<< 0.034-2~)
Filename: pool/target/g/gdk-pixbuf/gir1.2-gdkpixbuf-2.0_2.42.10+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 16084
MD5sum: e2d0e6b986613c25ab55bcbea7709a73
SHA1: d1a122c665b3d6c2b87557a6b9505263de0bdd84
SHA256: 40fa0ed80c61f7522027d1fbea989dc0baf2fec035024a176c028d969000588e
SHA512: eefcdeaff9541727c77a6d48d12237ce88d8f48773ad01cf7bc6651a1b353e1e06ead10bc93d61c4f825c705985890ae9e413759b2389f4b19201f049a0b074c
Description: GDK Pixbuf library - GObject-Introspection
 The GDK Pixbuf library provides:
  - Image loading and saving facilities.
  - Fast scaling and compositing of pixbufs.
  - Simple animation loading (ie. animated GIFs)
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: gir1.2-geocodeglib-2.0
Priority: optional
Section: introspection
Installed-Size: 65
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 0.9.3), gir1.2-json-1.0 (>= 0.99.2), gir1.2-soup-3.0, libgeocode-glib-2-0 (>= 3.23.90)
Filename: pool/target/g/geocode-glib/gir1.2-geocodeglib-2.0_3.26.3-6+apertis0bv2024dev3b1_arm64.deb
Size: 24076
MD5sum: 9db05826269fee5ec417712824d92fa7
SHA1: c9399e686b01b6d1a7ae8da4f2e1c16b35ec94e8
SHA256: 5e94ab78812dd9f154467e8893edea61e29598c59a754082e610385aa42aad34
SHA512: 7956bbea635320aec9cc6e3cdf4f7a580c84c3ce9dd5291b232e55363d36024b4726ee23127630f0e0a415f2718075a52666c07df4746978dbaebc0635c37c3b
Description: introspection data for geocode-glib library
 Geocode-glib allows you to do geocoding (going from a place name,
 to a longitude/latitude pair) and reverse geocoding (finding a place
 name from coordinates) using the Nominatim service.
 .
 This library should be used in place of Geoclue's D-Bus API for
 geocoding and reverse geocoding.
 .
 This package contains GObjectIntrospection data for geocode-glib.
Multi-Arch: same

Package: gir1.2-gexiv2-0.10
Priority: optional
Section: introspection
Installed-Size: 52
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gexiv2
Version: 0.14.0-1+apertis0bv2024dev2b1
Depends: gir1.2-glib-2.0, libgexiv2-2 (>= 0.13.0)
Filename: pool/target/g/gexiv2/gir1.2-gexiv2-0.10_0.14.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 14636
MD5sum: 6ae419f9567fd985da348b59644f170d
SHA1: 8aaa587cce15cb20fda49828adef65958f5d18a5
SHA256: 383d54cb2d3978d87606e4a6a11f9f223937a419eb62bfac73e1f557e5b9f614
SHA512: acf9443e52995d64c4e3dbdfeba52e0082907edfd2961d458d3db7227d58540af5755b05ca78bfd7098cf912853fea1eae297e98e22060603d4b01bfc0b82b89
Description: GObject-based wrapper around the Exiv2 library - introspection data
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic
 features of Exiv2 available to GNOME applications.
 .
 This package contains introspection data.
Homepage: https://wiki.gnome.org/Projects/gexiv2
Multi-Arch: same

Package: gir1.2-glib-2.0
Priority: optional
Section: introspection
Installed-Size: 720
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gobject-introspection
Version: 1.74.0-3+apertis1bv2024dev2b1
Provides: gir1.2-gio-2.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-girepository-2.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-gmodule-2.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-gobject-2.0 (= 1.74.0-3+apertis1bv2024dev2b1)
Depends: libgirepository-1.0-1 (>= 1.72.0), libglib2.0-0 (>= 2.74.0)
Filename: pool/target/g/gobject-introspection/gir1.2-glib-2.0_1.74.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 159916
MD5sum: ec72fbc9661c5919e44331b1bfafd8d0
SHA1: 2278402097ee2c37c931158cc859d3ed6fe7af81
SHA256: 06f4d864b07e3b6311d498efeb2deb2bcc46735f3dd726784d7b383c36819cf5
SHA512: cbb4e6366c2366478d2f7f12a2e2995ae729d81c8773b2e0d97cdd9f2addd4537ebfd94cdd4564bd264dc4efc774e10d54f28611cf4ff210e17a544fca9c215e
Description: Introspection data for GLib, GObject, Gio and GModule
 GObject Introspection is a project for providing machine readable
 introspection data of the API of C libraries. This introspection
 data can be used in several different use cases, for example
 automatic code generation for bindings, API verification and documentation
 generation.
 .
 GObject Introspection contains tools to generate and handle the
 introspection data.
 .
 This package contains the introspection data for the GLib, GObject,
 GModule and Gio libraries.
Homepage: https://wiki.gnome.org/GObjectIntrospection
Multi-Arch: same

Package: gir1.2-gmenu-3.0
Priority: optional
Section: introspection
Installed-Size: 75
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gnome-menus
Version: 3.36.0-1.1+apertis0bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 0.10.7-1~), libgnome-menu-3-0 (>= 3.6.0)
Filename: pool/target/g/gnome-menus/gir1.2-gmenu-3.0_3.36.0-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 60480
MD5sum: 15b2c978fdac706d24afe0ed61e09e27
SHA1: bb7c46879189f2bce568de412bbdf5820df5a1ba
SHA256: 0968b8c39f717da2f62fdcc27c067a77135646ebf5d413cf0181275219383530
SHA512: ef72fafe97bc245a76f4816d993ed223515632192e9b0dae99c27e9973aa61652e9df3dd515730d741dcdc44b7943ac86a3949fbd32044c42c720f94dfc95022
Description: GObject introspection data for the GNOME menu library
 This package contains introspection data for GNOME menu, an
 implementation of the desktop menu specification from freedesktop.org.
 .
 It can be used by languages supporting dynamic bindings with
 the GIRepository format.
Multi-Arch: same

Package: gir1.2-gom-1.0
Priority: optional
Section: introspection
Installed-Size: 36
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgom
Version: 0.4-1+apertis1bv2024dev2b1
Depends: gir1.2-glib-2.0, libgom-1.0-0 (>= 0.3.2)
Filename: pool/target/libg/libgom/gir1.2-gom-1.0_0.4-1+apertis1bv2024dev2b1_arm64.deb
Size: 7816
MD5sum: 560a139f014fd1335c523c1a4ad59d94
SHA1: 85678ee3d0f76f437ecc588d2e11cffa85c3d598
SHA256: e6df5e7e7bbb46fdda819085810e188fb7aa8ac9129b20756f9f45e074cee047
SHA512: 0876421879d24cff1a4d50e494f7a77aac931c5ef711b5fe979b01d1c7d261d4096265b31e1c3b6c75b24a08fb96fc55b281b72876ee69355033d2d44c07864d
Description: GObject introspection data for libgom
 Gom provides an object mapper from GObjects to SQLite.
 It helps you write applications that need to store structured data
 as well as make complex queries upon that data.
 .
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings.
Homepage: https://wiki.gnome.org/Projects/Gom
Multi-Arch: same

Package: gir1.2-graphene-1.0
Priority: optional
Section: introspection
Installed-Size: 52
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: graphene
Version: 1.10.8-1+apertis0bv2024dev2b1
Depends: gir1.2-glib-2.0, libgraphene-1.0-0 (>= 1.10.0)
Filename: pool/target/g/graphene/gir1.2-graphene-1.0_1.10.8-1+apertis0bv2024dev2b1_arm64.deb
Size: 12456
MD5sum: f962fcd8de173e480246426b37a4ea97
SHA1: 7448ebc4de3350050407563a39d6bb0e4a1f96dd
SHA256: 8bd6da4e978468bab14f6b50fca507b3facdbf14b23a55343844d6ebfd4b736b
SHA512: 870d098df14aa7a58cff143df6099ab26700eb2f09754cb20cb80b1643306dc739291025b53e2e4ad56b9e5770bac5546e2dc3fa354e51cad6ac95b602611cbb
Description: library of graphic data types (introspection files)
 Graphene provides a small set of mathematical types needed to implement
 graphic libraries that deal with 2D and 3D transformations and projections.
 .
 This library provides types and their relative API; it does not deal with
 windowing system surfaces, drawing, scene graphs, or input.
 .
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings.
Homepage: https://ebassi.github.io/graphene/
Multi-Arch: same

Package: gir1.2-grilo-0.3
Priority: optional
Section: introspection
Installed-Size: 75
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: arm64
Source: grilo
Version: 0.3.15-1+apertis0bv2024dev2b1
Depends: gir1.2-glib-2.0, gir1.2-soup-2.4, libgrilo-0.3-0 (>= 0.3.13)
Filename: pool/target/g/grilo/gir1.2-grilo-0.3_0.3.15-1+apertis0bv2024dev2b1_arm64.deb
Size: 17164
MD5sum: f52990525ce61d1ea21d15ee42f91790
SHA1: e5582455ebc8a8d20b8de9d50f6758fb3b164a74
SHA256: 89ab5af5580462dc5ede0b9593e469afa5252261c7069d4a84a3a438fcd8fdc4
SHA512: 9a72b4945a238dc8bed5b4313b909f491f3d8c12eaab30a980abc57efc8e4b913af10477bda7514bc8832d5fd5a37ed07d13393afdec28d79952837e2fbb754d
Description: Framework for discovering and browsing media - GObject introspection data
 Grilo is a framework focused on making media discovery and browsing
 easy for application developers.
 .
 More precisely, Grilo provides:
   * A single, high-level API that abstracts the differences among
     various media content providers, allowing application developers
     to integrate content from various services and sources easily.
   * A collection of plugins for accessing content from various media
     providers. Developers can share efforts and code by writing
     plugins for the framework that are application agnostic.
   * A flexible API that allows plugin developers to write plugins of
     various kinds.
 .
 This package contains the GObject introspection data. It can be used
 by packages using the GIRepository format to generate dynamic
 bindings.
Homepage: https://wiki.gnome.org/Projects/Grilo
Multi-Arch: same

Package: gir1.2-gsf-1
Priority: optional
Section: introspection
Installed-Size: 104
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: arm64
Source: libgsf
Version: 1.14.50-1+apertis0bv2024dev2b1
Replaces: gir1.2-libgsf-1
Depends: gir1.2-freedesktop, gir1.2-glib-2.0, libgsf-1-114 (>= 1.14.43)
Conflicts: gir1.2-libgsf-1
Filename: pool/target/libg/libgsf/gir1.2-gsf-1_1.14.50-1+apertis0bv2024dev2b1_arm64.deb
Size: 67576
MD5sum: 57e0dfd6eb12f3dfb389ad80fd5a4d86
SHA1: d0385c490c8c6ec64e7fad9689786bfb8a2b2973
SHA256: ca568cacb9bf41b803fcfda4b54ca3cbc7ed9e9e0f2473bbbfc7df50cf70cf32
SHA512: 94294244bad8dfa1e765e577fb96c2c0aaca5dae5cf8d1f18ad30b1ace3d06caee6980382829f655a3e94d1821ed8952fe6c4cbddf1ef2c9afc4beec6f20fe1b
Description: GObject introspection data for the Structured File Library
 This package contains introspection data for the Structured File Library.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: http://projects.gnome.org/libgsf/
Multi-Arch: same

Package: gir1.2-gssdp-1.6
Priority: optional
Section: introspection
Installed-Size: 21
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Depends: gir1.2-glib-2.0 (>= 0.9.12), gir1.2-soup-3.0, libgssdp-1.6-0 (>= 1.6.0)
Filename: pool/target/g/gssdp/gir1.2-gssdp-1.6_1.6.2-2+apertis0bv2024dev2b1_arm64.deb
Size: 6252
MD5sum: 07de7f4d6dfb4329e90a237917327e4f
SHA1: a425d23fec8ee36872effd7b9564806477110ac7
SHA256: 42ec56025deff7d563e327b739099b6b609f8d288fb12d96d338229b562f204b
SHA512: 83104cd6bb2d252ef5c1b9bda5010e53671ab5d4f06700d836808b313b8b4f6dd40506081891a251736c9806abd9b9c2df390d7b2be1acacf3a458505da68a05
Description: GObject introspection data for the GSSDP library
 This package contains introspection data for GSSDP, a SSDP
 library.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://wiki.gnome.org/Projects/GUPnP
Multi-Arch: same

Package: gir1.2-gst-plugins-bad-1.0
Priority: optional
Section: introspection
Installed-Size: 416
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-bad1.0
Version: 1.22.0-4+deb12u1+apertis1bv2024dev3b2
Depends: gir1.2-glib-2.0 (>= 0.9.12-4~), gir1.2-gst-plugins-base-1.0 (>= 1.22.0), gir1.2-gstreamer-1.0 (>= 1.22.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0)
Filename: pool/target/g/gst-plugins-bad1.0/gir1.2-gst-plugins-bad-1.0_1.22.0-4+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 204144
MD5sum: a8de85851c5f0f74b0e5637d4e81e4d3
SHA1: 8239c7a77a750e48ad7fb487ffbb79131518faf2
SHA256: 87327355810e3602af74ec9c869ab6ec307b3e0799d37dfbaf7cb347901b3120
SHA512: b915a984d13fc2ca0da06bb95b65fea6fb74171e01c2ceb6bd9679c7fa11c56ae66f518d8fd23ec569f4e93fb29c7c8850b3d457f9579f09da1a6ae6a0e2efcc
Description: GObject introspection data for the GStreamer libraries from the "bad" set
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
 to the rest. They might be close to being good quality, but they're missing
 something - be it a good code review, some documentation, a set of tests, a
 real live maintainer, or some actual wide use.
 .
 This package contains introspection data for the GStreamer libraries from
 the "bad" set. It can be used by packages using the GIRepository format to
 generate dynamic bindings.
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gir1.2-gst-plugins-base-1.0
Priority: optional
Section: introspection
Installed-Size: 520
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Depends: gir1.2-glib-2.0 (>= 0.9.12-4~), gir1.2-gstreamer-1.0 (>= 1.22.0), libgstreamer-gl1.0-0 (>= 1.20.0), libgstreamer-plugins-base1.0-0 (>= 1.22.0)
Filename: pool/target/g/gst-plugins-base1.0/gir1.2-gst-plugins-base-1.0_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 163732
MD5sum: 3ef5bb682cf4581c8aa078cdda6acaeb
SHA1: e5e57bbaaee0428b47586d6d166c9599e5999d89
SHA256: 36a13704808d0f999582133c27d063038e5d001c0b5f36b85bfa133d91755f32
SHA512: f1fb1db5419ceca06b2bf8953aa86e549718bc6cdc0193849486a0c7f0ec2941283ec7d7bf84897e4556cd2e4baadf40da57ccc1e8c519cdcbdeff61a7b879bc
Description: GObject introspection data for the GStreamer Plugins Base library
 This package contains introspection data for the GStreamer Plugins Base library.
 .
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gir1.2-gstreamer-1.0
Priority: optional
Section: introspection
Installed-Size: 381
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Architecture: arm64
Source: gstreamer1.0
Version: 1.22.0-2+apertis1bv2024dev2b1
Depends: gir1.2-glib-2.0 (>= 0.9.12-4~), libgstreamer1.0-0 (>= 1.22.0)
Filename: pool/target/g/gstreamer1.0/gir1.2-gstreamer-1.0_1.22.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 105776
MD5sum: 9f2b596c5107aac1d06994fe81c1e08e
SHA1: d3e32269cc4607758bac994d8b75149239ecb6f1
SHA256: 8dac12f910548c366c4d8bc0f3ed04f1f5e5b99a251f1b735f8e5f6f22347776
SHA512: 2192a5e45341b61380bc8bfc7ddca4d180a007304cb94790b229fef5148e578ad9f1479fafe8373d0fda6cf7b5a1212a136a4f8593fbd31bf3254170fbb2140f
Description: GObject introspection data for the GStreamer library
 This package contains introspection data for the GStreamer streaming media
 framework.
 .
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gir1.2-gtk-3.0
Priority: optional
Section: introspection
Installed-Size: 1011
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Provides: gir1.2-gdk-3.0 (= 3.24.37-2+apertis1bv2024dev2b1), gir1.2-gdkx11-3.0 (= 3.24.37-2+apertis1bv2024dev2b1)
Depends: gir1.2-atk-1.0 (>= 2.35.1), gir1.2-freedesktop (>= 1.39.0), gir1.2-gdkpixbuf-2.0 (>= 2.40.0), gir1.2-glib-2.0 (>= 1.39.0), gir1.2-pango-1.0 (>= 1.44.0), libgtk-3-0 (>= 3.24.24), libgtk-3-common
Breaks: python-gi (<< 3.18), python3-gi (<< 3.18)
Filename: pool/target/g/gtk+3.0/gir1.2-gtk-3.0_3.24.37-2+apertis1bv2024dev2b1_arm64.deb
Size: 243104
MD5sum: 00367da4e5715411d2c884e3fc46f624
SHA1: 30983c10746d1d25ea80b874fa7b5e1bde80c203
SHA256: ca416d41c72103b695c17bdf19c954c7dc63c458706fdbf3729a9d2336b2c9f9
SHA512: d741087428e0bb4b9b75e717029f1aee84a86264a07e53d2b91c6c6c488cfe444267e9ba232eacf8803ad6b5adb6cc06216c97c18afa80bb99d07005fa267a19
Description: GTK graphical user interface library -- gir bindings
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings.
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: gir1.2-gtk-4.0
Priority: optional
Section: introspection
Installed-Size: 840
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Provides: gir1.2-gdk-4.0 (= 4.8.3+ds-2+apertis2bv2024dev2b1), gir1.2-gdkwayland-4.0 (= 4.8.3+ds-2+apertis2bv2024dev2b1), gir1.2-gdkx11-4.0 (= 4.8.3+ds-2+apertis2bv2024dev2b1), gir1.2-gsk-4.0 (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Depends: gir1.2-freedesktop (>= 1.39.0), gir1.2-gdkpixbuf-2.0 (>= 2.30.0), gir1.2-glib-2.0 (>= 1.39.0), gir1.2-graphene-1.0 (>= 1.10.4~), gir1.2-pango-1.0 (>= 1.50.0), libgtk-4-1 (>= 4.8.0), libgtk-4-common
Breaks: python-gi (<< 3.18), python3-gi (<< 3.18)
Filename: pool/target/g/gtk4/gir1.2-gtk-4.0_4.8.3+ds-2+apertis2bv2024dev2b1_arm64.deb
Size: 214140
MD5sum: 150d32ef9ca7bb7a50c749dae4482c76
SHA1: d4f92181026221183eb0abe9fe679bd795c01edc
SHA256: 1c64529c0bf2aec3e57a6bb79af5177cad3766804ada63ecdb9b9953dedba6c4
SHA512: 4936d5495f5dbae6584c335f0efe44cc93648f2b3586a2568d66d02412bd85ef4ab73e8e639ad0788516e57484d6bea87f18e874e1cdfe840804a25707eb4961
Description: GTK graphical user interface library -- gir bindings
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings.
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: gir1.2-gudev-1.0
Priority: optional
Section: introspection
Installed-Size: 23
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgudev
Version: 237-2+apertis1bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 1.31.1), libgudev-1.0-0 (>= 234)
Filename: pool/target/libg/libgudev/gir1.2-gudev-1.0_237-2+apertis1bv2024dev3b1_arm64.deb
Size: 5060
MD5sum: 519a25dd3c2c22bf2ad9e5fce73148d9
SHA1: 1d6bfc0198acf28cae3d19d2d695fa2a81aeda8b
SHA256: 284742142d5cd24630afe2ccee4a10c3d9188d1bc1fe19a3c3ec7e3e01fcd0f8
SHA512: fdb2519bf730cea116ab3bfa24212a46517abd62da01334b7b71865bf20a971dc52446a6fd33ed4e0b0ca30cf48ba0e6e17572a0e75c327aa957a74d6158be4c
Description: libgudev-1.0 introspection data
 This package contains the GObject-introspection data of libgudev-1.0 in
 binary typelib format.
Homepage: https://wiki.gnome.org/Projects/libgudev
Multi-Arch: same

Package: gir1.2-gupnp-1.6
Priority: optional
Section: introspection
Installed-Size: 43
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Depends: gir1.2-freedesktop (>= 0.10.7-1~), gir1.2-glib-2.0 (>= 0.10.7-1~), gir1.2-gssdp-1.6 (>= 1.6.2), gir1.2-soup-3.0, libgupnp-1.6-0 (>= 1.6.0)
Filename: pool/target/g/gupnp/gir1.2-gupnp-1.6_1.6.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 11800
MD5sum: adfad5b0807385ecdfe9afdff9d41edd
SHA1: 499301b356a3455e4bb3e0343d248c2d74cde71c
SHA256: e8214f1e97f9079522f4064ed10de5214c7bd3e33794919c687a36d3ecadda4f
SHA512: 533515222e1c0e70160448b7b750d8dedc651d5be51d5c4ca4b14bb1997755f257e2f6e29ae8a81fe249c2433c11b929935881aafb6fa9dea949c5f087cc1c75
Description: GObject introspection data for the GUPnP library
 This package contains introspection data for GUPnP, a UPnP
 library.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: http://live.gnome.org/GObjectIntrospection
Multi-Arch: same

Package: gir1.2-gupnpigd-1.0
Priority: optional
Section: introspection
Installed-Size: 16
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp-igd
Version: 1.2.0-3+apertis0bv2024dev2b1
Depends: gir1.2-glib-2.0 (>= 0.9.12), libgupnp-igd-1.0-4 (>= 0.2.4)
Filename: pool/target/g/gupnp-igd/gir1.2-gupnpigd-1.0_1.2.0-3+apertis0bv2024dev2b1_arm64.deb
Size: 4088
MD5sum: 6f4d5af3f993bd4f102d04234fa6ffbb
SHA1: 669c356af047ebe1697d94bf559be2bf8e87e33f
SHA256: 2a0e604d5b27e14933bfb3c3474becc3f76a2a59fce18fae45f9403bdbc16990
SHA512: 883763a2e46ed6b266e580309436d078005e54bc99faedc6ebf0275cd9189ad2c1f6f8a06ad4a29e9278d9782f17e799de4714bcb7bae215c756b6361612ee07
Description: GObject introspection data for the GUPnP IGD library
 This package contains introspection data for GUPnP IGD, a UPnP
 Internet Gateway Device library.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://wiki.gnome.org/Projects/GUPnP
Multi-Arch: same

Package: gir1.2-gxps-0.1
Priority: optional
Section: introspection
Installed-Size: 19
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgxps
Version: 0.3.2-2+apertis0bv2024dev2b1
Depends: gir1.2-freedesktop, gir1.2-glib-2.0, libgxps2 (>= 0.2.3.1)
Filename: pool/target/libg/libgxps/gir1.2-gxps-0.1_0.3.2-2+apertis0bv2024dev2b1_arm64.deb
Size: 5356
MD5sum: 441d9b5f2ed011c58af30d3bc2a59529
SHA1: b882f59d8f8cfa35869d17d6190bd5c5e86c9ee3
SHA256: ffc08e7ebb27f14141310935d490a8f337a9e4389c1bc1efe59d6ef3b50f11f3
SHA512: ec5cb63ee67beafa54941f36f8c8a14be76edd0177bc57c2704f5ad2ad18a7a8fbf6be9b82321edbcd16921a5e04a5e4e5d070cdf38d12f3b0a4f6cded3b5d56
Description: GObject introspection data for the gxps library
 OpenXPS or XPS stands for XML Paper Specification. It is based on XML and it's
 a new electronic paper format originally developed by Microsoft and it serves
 as a PDF alternative. XPS files are usually created using "Microsoft XPS
 Document Writer" in Windows environments. It is now standardized as an open
 standard document format.
 .
 Quoting Wikipedia:
 An XPS file is in fact a Unicoded ZIP archive using the Open Packaging
 Conventions, containing the files which make up the document. These include an
 XML markup file for each page, text, embedded fonts, raster images, 2D vector
 graphics, as well as the digital rights management information. The contents
 of an XPS file can be examined simply by opening it in an application which
 supports ZIP files.
 .
 The OpenXPS document format specification supports features such as color
 gradients, transparencies, CMYK color spaces, printer calibration,
 multiple-ink systems and print schemas.
 .
 This package contains introspection data for the gxps
 library. It can be used by packages using the GIRepository format to
 generate dynamic bindings.
Homepage: https://wiki.gnome.org/libgxps
Multi-Arch: same

Package: gir1.2-harfbuzz-0.0
Priority: optional
Section: introspection
Installed-Size: 1677
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: gir1.2-freedesktop, gir1.2-glib-2.0
Filename: pool/target/h/harfbuzz/gir1.2-harfbuzz-0.0_6.0.0+dfsg-3+apertis0bv2024dev2b1_arm64.deb
Size: 1579592
MD5sum: 828ff21bb13a07a584706f552b8a4839
SHA1: 3a62882037d9d3829165d5d06663defdbd6ef2d9
SHA256: f3c8138b2b1baa5fdb1323756553e5ff387812099fcaaeb4fc6823384e96de3f
SHA512: c10a117eb7e2ab7138b39b680978d71bb90b0658535b121bfc347be36783aab6eec33c03dd418d7fd0d56f37c858a70c8c4ee38638edf4bfc42b077e97a125ac
Description: OpenType text shaping engine (GObject introspection data)
 HarfBuzz is an implementation of the OpenType Layout engine (aka layout
 engine) and the script-specific logic (aka shaping engine).
 .
 This package contains introspection data for the GObject bindings library.
Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz
Multi-Arch: same

Package: gir1.2-ical-3.0
Priority: optional
Section: introspection
Installed-Size: 262
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: libical3
Version: 3.0.16-1+apertis0bv2024dev3b1
Provides: gir1.2-icalglib-3.0
Depends: gir1.2-glib-2.0, libical3 (>= 3.0.15)
Filename: pool/target/libi/libical3/gir1.2-ical-3.0_3.0.16-1+apertis0bv2024dev3b1_arm64.deb
Size: 49508
MD5sum: 5e0052b83424c33d12d911e299373a63
SHA1: 2881ebc138bcfb1e38c662bef4b378a89a7a51ba
SHA256: f5460fc8fd9d6b938d03770b4fb1e9bd5e630ef023109ede11f95a6c57fd2ad7
SHA512: 86f5423ebeca71ae6729a98caa421603f555e60f3f71374c240f5783a448b007e8ea5847ef9ee73e76df1ea81666c4bbb9626b8ea1dd604f5aee6874f4de9c98
Description: iCalendar library implementation in C (GObject Introspection)
 libical is an open source implementation of the IETF's iCalendar calendaring
 and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components
 and provides a C API for manipulating the component properties, parameters,
 and subcomponents.
 .
 This package contains introspection data.
 .
 It can be used by packages using the GIRepository format to generate dynamic
 bindings.
Homepage: https://github.com/libical/libical
Multi-Arch: same

Package: gir1.2-javascriptcoregtk-4.0
Priority: optional
Section: introspection
Installed-Size: 381
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 0.9.12-4), libjavascriptcoregtk-4.0-18 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/gir1.2-javascriptcoregtk-4.0_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 195152
MD5sum: b74ee0bfd36108924592340313ca99a4
SHA1: ac5732a997660a07c0217f1110271beaa402a584
SHA256: 9b692962789e27a48126d277dd6e1e7b86692364631948cc99fd8bf74ee387b2
SHA512: 98a4879de9675ecdf5671c69c4e5052e7ed2f6c065f9624992710741061d7aafaffc48fbd581dd890ab4315a642e4a8da0563ea23a773ccd1413472680a8a7fc
Description: JavaScript engine library from WebKitGTK - GObject introspection data
 JavaScriptCore is the JavaScript engine used in WebKit. It consists
 of the following building blocks: lexer, parser, start-up interpreter
 (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
 high-throughput optimizing JIT (FTL).
 .
 This build comes from the GTK port of WebKit (API version 4.0).
 .
 This package contains the introspection data, which can be used by
 packages using the GIRepository format to generate dynamic bindings.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: gir1.2-javascriptcoregtk-4.1
Priority: optional
Section: introspection
Installed-Size: 381
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 0.9.12-4), libjavascriptcoregtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/gir1.2-javascriptcoregtk-4.1_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 195160
MD5sum: 1b6463d9a1f254541267dd2db3ba4856
SHA1: 35e397256ed1e69a8bae77cfcb1c5c07eb890352
SHA256: f7d2368bdbff89884cb4f4db6f2481ae956b7147c72ede49c0f3c78640129bad
SHA512: 065e38bce3525a39fff5fe370e23c8e0666ef1a4000a185e0f640136290b74217ba5f82ffdffaa0f5916baed32a930c94db63bb6c177cd10f762fd9f885064fe
Description: JavaScript engine library from WebKitGTK - GObject introspection data
 JavaScriptCore is the JavaScript engine used in WebKit. It consists
 of the following building blocks: lexer, parser, start-up interpreter
 (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
 high-throughput optimizing JIT (FTL).
 .
 This build comes from the GTK port of WebKit (API version 4.1).
 .
 This package contains the introspection data, which can be used by
 packages using the GIRepository format to generate dynamic bindings.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: gir1.2-javascriptcoregtk-6.0
Priority: optional
Section: introspection
Installed-Size: 380
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 0.9.12-4), libjavascriptcoregtk-6.0-1 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/gir1.2-javascriptcoregtk-6.0_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 195004
MD5sum: 0bf9d61fa45f028d8fbfa3f0391304f0
SHA1: 5a465e30cf5a421f7ed10cc162907354b2028d79
SHA256: 40e40deab16d37c34dbd8a6392cb6ecc372ff52aad53511b2d49f19f1ac07782
SHA512: c2116012c6e14c8346b62d65b5a0c6bb7eba26ee3897b520d787233e92ed79939d657691ec9e90398dd10a56184c25b6683468b8a746194a6352c375345b9f97
Description: JavaScript engine library from WebKitGTK - GObject introspection data
 JavaScriptCore is the JavaScript engine used in WebKit. It consists
 of the following building blocks: lexer, parser, start-up interpreter
 (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
 high-throughput optimizing JIT (FTL).
 .
 This build comes from the GTK port of WebKit (API version 6.0).
 .
 This package contains the introspection data, which can be used by
 packages using the GIRepository format to generate dynamic bindings.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: gir1.2-json-1.0
Priority: optional
Section: introspection
Installed-Size: 40
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: gir1.2-glib-2.0 (>= 0.9.12), libjson-glib-1.0-0 (= 1.6.6-1+apertis0bv2024dev2b1)
Filename: pool/target/j/json-glib/gir1.2-json-1.0_1.6.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 10556
MD5sum: 64612ec43c1f29f875c91fa99fb6bef0
SHA1: 17ade2e260984f499789c9a8e0dae2afe13c0b87
SHA256: 6a1d4dbfb1bcc064eb8aabb9cdbd49c5b961221f450f23d7794a946fb851fad0
SHA512: 1d99a5ba2b12db3e36e588e7914a4557b8fd70026707cf5cca468ee280ef6ae5ce5613bed13b96a102f66490451c948736b82986b21f0aca1984fc8b1b75c49f
Description: GLib JSON manipulation library (introspection data)
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.
 .
 This package contains introspection data.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://wiki.gnome.org/Projects/JsonGlib
Multi-Arch: same

Package: gir1.2-libosinfo-1.0
Priority: optional
Section: introspection
Installed-Size: 207
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libosinfo
Version: 1.10.0-2+apertis0bv2024dev2b1
Depends: gir1.2-freedesktop, gir1.2-glib-2.0, libosinfo-1.0-0 (>= 1.10.0~)
Filename: pool/target/libo/libosinfo/gir1.2-libosinfo-1.0_1.10.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 149124
MD5sum: e84c238b3000614923773650b716386f
SHA1: 7a9a59654aeb418764c355c862f22c31bb24a718
SHA256: 82a45f3590c45faff6d4f16049595a6e7f5722c0d4d1ef30531a416e222f3eb1
SHA512: 77cbb7d701a9e1570c537c8a84473cdc32e3baeeb358acc7312bb008f401519ebadb792b7d320e09ebf5b9c84ba8e199d184d19e3b8086776d16c0a20ca12f83
Description: GObject introspection data for libosinfo
 This package contains introspection data for the libosinfo library.
 .
 libosinfo is a GObject based library API for managing information about
 operating systems, hypervisors and the (virtual) hardware devices they
 can support. It includes a database containing device metadata and
 provides APIs to match/identify optimal devices for deploying an
 operating system on a hypervisor.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://libosinfo.org/
Multi-Arch: same

Package: gir1.2-mediaart-2.0
Priority: optional
Section: introspection
Installed-Size: 18
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libmediaart
Version: 1.9.6-1+apertis0bv2024dev2b1
Depends: gir1.2-glib-2.0 (>= 1.30.0), libmediaart-2.0-0 (>= 1.9.0)
Filename: pool/target/libm/libmediaart/gir1.2-mediaart-2.0_1.9.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 4540
MD5sum: 5b2ab5caa38a73e117f3971045214ca5
SHA1: 40e0c1be496ae115275ff58fb40382ce5d3cd1ec
SHA256: 7bb8f1fcde96eef9b0d398e922b0a7463ecccd40441056786237a401c53b337e
SHA512: 20eeac01cfaa31231c3ae5f5a184ce353f3927ff8a229e80436cd8e1a5645dfc87fc428df0ed9fa1148d15e214afb760be94ffc174ef7ffba47902cb4db5e32f
Description: GObject introspection data for MediaArt library
 Libmediaart is a library tasked with managing, extracting and handling
 media art caches.
 .
 This package contains introspection data for libmediaart.
Homepage: https://wiki.gnome.org/MediaArtStorageSpec
Multi-Arch: same

Package: gir1.2-newportinterface-0
Priority: optional
Section: introspection
Installed-Size: 42
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: arm64
Source: newport
Version: 0.2024.1bv2024dev2b1
Depends: gir1.2-glib-2.0 (>= 1.30), libnewportiface0 (>= 0.1706.1)
Filename: pool/target/n/newport/gir1.2-newportinterface-0_0.2024.1bv2024dev2b1_arm64.deb
Size: 10748
MD5sum: 491d52cbc8f430470d7fe914d421403c
SHA1: 5b454fea3ec83b22e9b03b0b95837a56d63711f0
SHA256: 3e83b347006a024c1f7720893952d69305f0889a850b4d568db43d324d690046
SHA512: 3bb01d29e7b364870cf8f22951848cdc93e0be9b8f641276076ee039afd67d4541172f62dc72bcd3008b2347f1ec738514270abe2f09f530beefe85231681eaa
Description: GObject introspection files for newport
 Newport is a download manager, used to download files from the Internet
 to local storage.
 .
 This package contains the newport interface introspection data.

Package: gir1.2-notify-0.7
Priority: optional
Section: introspection
Installed-Size: 22
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libnotify
Version: 0.8.1-1+apertis0bv2024dev2b1
Depends: gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0 (>= 0.9.12), libnotify4 (>= 0.7.10)
Filename: pool/target/libn/libnotify/gir1.2-notify-0.7_0.8.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 7152
MD5sum: 13ca01363718d18ec859b8e61e9ad778
SHA1: 88662e03eefa4746b8e8386713da06357319304a
SHA256: 7c34dab4f67a7c57e126455e32f095b925d08dc147769b08e07a4909400542f8
SHA512: d24ccc5563e0cd42ae7dbcd1da853bd838ccb28737e0163cb6b55694bd65a70f48f1f8c7f77435d9a8fe1f20962f4790b3db90bd59deed1dbcafa74a345494a9
Description: sends desktop notifications to a notification daemon (Introspection files)
 A library that sends desktop notifications to a notification daemon, as
 defined in the Desktop Notifications spec. These notifications can be
 used to inform the user about an event or display some form of
 information without getting in the user's way.
 .
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings.
Multi-Arch: same

Package: gir1.2-ostree-1.0
Priority: optional
Section: introspection
Installed-Size: 114
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: gir1.2-glib-2.0, libostree-1-1 (>= 2022.7)
Filename: pool/target/o/ostree/gir1.2-ostree-1.0_2022.7-2+apertis2bv2024dev3b1_arm64.deb
Size: 35952
MD5sum: fd99ee16352b4ad45a8e998e2b678a22
SHA1: c53d428c8457b10237e9c9f68840ebaae8b42ffa
SHA256: 610972c558b4697c9e57842d7de5e8571661310fe9cd030752b8f162487ed44f
SHA512: 0c474415f673797f07d8bfedc162d3a433271414385eda52767e689f17a5e880b7462ac85c44a3b1234e9a59e946ca279ef87a4170548a9a98d319bb33f8b5dd
Description: content-addressed filesystem for operating system binaries (introspection)
 libostree provides a library and tools for managing bootable, immutable,
 versioned filesystem trees. See the ostree package's description for
 more details.
 .
 This package contains GObject-Introspection metadata, which can be used
 to generate dynamic bindings into languages such as Python and JavaScript.
Homepage: https://github.com/ostreedev/ostree/
Multi-Arch: same

Package: gir1.2-pango-1.0
Priority: optional
Section: introspection
Installed-Size: 138
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Provides: gir1.2-pangocairo-1.0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), gir1.2-pangofc-1.0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), gir1.2-pangoft2-1.0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), gir1.2-pangoot-1.0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), gir1.2-pangoxft-1.0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Depends: gir1.2-freedesktop (>= 0.9.5), gir1.2-glib-2.0 (>= 0.9.5), gir1.2-harfbuzz-0.0 (>= 2.6.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoxft-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/gir1.2-pango-1.0_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 40224
MD5sum: ad25457858a8b75dcad1fa8e8552edba
SHA1: 0635c17abc12479f56077d119c89424eed4c9b38
SHA256: a90fd780d854fe72a793dc307ac634b2526e267cce010dbc8d022aed9aa44a39
SHA512: 467296ece6fbfb0addddd2edf23b98c784f8960569239afa1fc77d253723a580483a77409609789ccca60b80a7b161c31a896ec59fec10abecb215e99bdcc033
Description: Layout and rendering of internationalized text - gir bindings
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings.
Homepage: https://www.pango.org/
Multi-Arch: same

Package: gir1.2-polkit-1.0
Priority: optional
Section: introspection
Installed-Size: 48
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Provides: gir1.2-polkitagent-1.0 (= 122-3+apertis1bv2024dev3b1)
Depends: gir1.2-glib-2.0, libpolkit-agent-1-0 (= 122-3+apertis1bv2024dev3b1), libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/gir1.2-polkit-1.0_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 17700
MD5sum: e60a55bba5c5435b76589eb618ff5454
SHA1: 01094b5fd26654857e9066b1d9570dd95c5af37a
SHA256: 1e7f4cf5d6d34a9fed728842c172e08fcdd2f04d52cd2263496910f2ab86a155
SHA512: d66839334b836144a0b12e33741f1c41eede5238dcddcdfacdf35e930ac7f965dc6a77b92cd4be80154e20eb9efe79466257aae38b16425686cae4118fb5036a
Description: GObject introspection data for polkit
 polkit is a toolkit for defining and handling the policy that
 allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 This package contains introspection data for polkit.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/

Package: gir1.2-poppler-0.18
Priority: optional
Section: introspection
Installed-Size: 98
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: gir1.2-freedesktop (>= 1.42.0-2~), gir1.2-glib-2.0 (>= 1.42.0-2~), libpoppler-glib8 (>= 22.08.0)
Filename: pool/target/p/poppler/gir1.2-poppler-0.18_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 24832
MD5sum: 0a3bfe35b7372559779ec3a493128c0b
SHA1: acfeda5172a1526b4f4cbcd8df6ac4dd01f627ab
SHA256: 947dac7d1a0fe406f85ef861a6d130059ecb528728fb8916647015519c18e213
SHA512: b2bc274e0d68ce2012f7fbd77a446b9a1ccd4b81bc21c32107288c1479c3d5d4d155f993cf03085e8a61aeca1991ef9c916f0dcdf8e93eeda9449a5365cb1c5a
Description: GObject introspection data for poppler-glib
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains introspection data for poppler-glib.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: same

Package: gir1.2-prestwoodinterface-0
Priority: optional
Section: introspection
Installed-Size: 35
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: arm64
Source: prestwood
Version: 0.2024.1bv2024dev2b1
Depends: gir1.2-glib-2.0 (>= 1.30), libprestwoodiface0 (>= 0.2024.1bv2024dev2b1)
Filename: pool/target/p/prestwood/gir1.2-prestwoodinterface-0_0.2024.1bv2024dev2b1_arm64.deb
Size: 9304
MD5sum: 1fd0ccc99d6dc35eba29640d1f9a73e1
SHA1: fb5b61bcc785f130210de298f9c3e969788ced54
SHA256: 5edbd806a899941e8260a1652f9902e7b9594476dcf3fb80436370f921a04593
SHA512: 5bc15251e2c391f5c65b9a69c406592e7d8fae387d35e68d89a7c46900fff5c1cbc6fc638f9cfe5bcd719dbf903d90b54cf2bcbd8bd16719972bbcb07e3844da
Description: Mount point monitoring service - introspection data
 Prestwood maintains a list of mount points.
 .
 This package contains the prestwood interface introspection data.

Package: gir1.2-rhosydd-0
Priority: extra
Section: introspection
Installed-Size: 45
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: gir1.2-glib-2.0, librhosydd-0-6 (>= 0.2020.1)
Filename: pool/target/r/rhosydd/gir1.2-rhosydd-0_0.2024.0bv2024dev2b1_arm64.deb
Size: 12164
MD5sum: 8e9e0290735f80e76893a890971575c1
SHA1: 2218a6336f9509de4093b4c5dd87adb6ffda6c39
SHA256: 249a3f4032f9526667111ae548a3201124eaee33a04842f55091482afdd1c8c7
SHA512: bba4d115e24bb40d80444641ff6cb08e23f1c7d97548c48833faaedbef5fa90d59aff7b9049c925e5df221827025b5902131450efea2190aa88c394b33785787
Description: Sensors and actuators API - GObject-Introspection bindings
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains a machine-readable API description for the shared
 library for use by general client applications. It is part of the SDK-API.
Multi-Arch: same

Package: gir1.2-rsvg-2.0
Priority: optional
Section: introspection
Installed-Size: 72
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: gir1.2-freedesktop (>= 0.10.8), gir1.2-gdkpixbuf-2.0 (>= 2.23.5-2), gir1.2-glib-2.0 (>= 0.10.8), librsvg2-2 (>= 2.52.5)
Filename: pool/target/libr/librsvg/gir1.2-rsvg-2.0_2.54.5+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 30148
MD5sum: 7383ef8f9f689c48e591f8e674ad1e5a
SHA1: 9e97110de0cd54d15706b9defcf7aa8bb68aa669
SHA256: c111f70a6abdc1a8c19c8f27f7e91bc3f980e6836916dff250bce07e84bce016
SHA512: 9ea90d0567357b3cbf5dbbd875cef652c17b869ebcbf8b53a0ed462b318d012df3ac5159e09bc61d7389b1b17814d8b9894e760396e07077886648e1059bfb3a
Description: gir files for renderer library for SVG files
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 (SVG) pictures.
 .
 This package contains GObject-Introspection information.
Homepage: https://wiki.gnome.org/Projects/LibRsvg
Multi-Arch: same

Package: gir1.2-secret-1
Priority: optional
Section: introspection
Installed-Size: 46
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 1.29), libsecret-1-0 (>= 0.20.1)
Filename: pool/target/libs/libsecret/gir1.2-secret-1_0.20.5-3+apertis0bv2024dev3b1_arm64.deb
Size: 11224
MD5sum: 2070c66d4f32131e9f4be69968006577
SHA1: 8b54b40f8bd0145ece3914eef23e2e2f942a5ef1
SHA256: 220b089b646c15c10a9903480358a0174d6c7c210f9e69b07b2a611a29f0a721
SHA512: e090df41f9cc89b8683273ce7dd94dc7a992822321f3c3be1b01189c7f9653e811c441f2aab0fa6f52364f8153195af92898e5b7f3dabd741a1f9b38b1343dc5
Description: Secret store (GObject-Introspection)
 This package contains introspection data for libsecret, which can be used
 to generate dynamic bindings.
 .
 libsecret is a library for storing and retrieving passwords and other secrets.
 It communicates with the "Secret Service" using DBus.
 .
 This package contains the introspection datas for the libsecret library.
Homepage: https://wiki.gnome.org/Projects/Libsecret
Multi-Arch: same

Package: gir1.2-soup-2.4
Priority: optional
Section: introspection
Installed-Size: 129
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Provides: gir1.2-soupgnome-2.4 (= 2.74.3-1+apertis2bv2024dev3b1)
Depends: gir1.2-glib-2.0 (>= 0.9.5), libsoup-gnome2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1), libsoup2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/gir1.2-soup-2.4_2.74.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 35712
MD5sum: 4aa82555d6fa0616c476a188294ae2a6
SHA1: 3db72c81748e68196188ed5a9ee2f1f328036845
SHA256: e29bfc6dc91729b611850b6a05972a06281d7eb31794d143aeec622bae537e7c
SHA512: ee028023dc4b4e4c6d408942d97e6e73d6d5c53067b00683cb48ae431b7ad0edc4c8e3664c25cb29daf5158d4a43d613cd46698600016b7969fd821834bfc2a4
Description: GObject introspection data for the libsoup HTTP library
 This package contains introspection data for the libsoup HTTP library.
 .
 libsoup uses the Glib main loop and is designed to work well with GTK+
 applications.  This enables GNOME applications to access HTTP servers
 on the network in a completely asynchronous fashion, very similar to
 the GTK+ programming model (a synchronous operation mode is also
 supported for those who want it).
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://wiki.gnome.org/Projects/libsoup
Multi-Arch: same

Package: gir1.2-totemplparser-1.0
Priority: optional
Section: introspection
Installed-Size: 23
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: totem-pl-parser
Version: 3.26.6-1+apertis0bv2024dev2b1
Replaces: gir1.2-totem-plparser-1.0
Provides: gir1.2-totem-plparser-1.0
Depends: gir1.2-glib-2.0 (>= 0.10.7-1~), libtotem-plparser18 (>= 3.26.5)
Conflicts: gir1.2-totem-plparser-1.0
Filename: pool/target/t/totem-pl-parser/gir1.2-totemplparser-1.0_3.26.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 6804
MD5sum: 9da934e8a786191aacd71c7b23fe7017
SHA1: f68fd1170bf6dd576a4dbcb59f3a24fa506a1a14
SHA256: 897967b3c53d1a0f8f825064633130442fbba908e5a740107a134d1a277223eb
SHA512: 6f7f769d6301f34fdf3db6245e6d3f4978b4a0917dff1bdc93c7481b846dcde68c6d0fb169b390d4cbf505864e86e8b8149603948022c48341abc872701288ad
Description: GObject introspection data for the Totem Playlist Parser library
 This package contains introspection data for the Totem Playlist Parser
 library.
 .
 totem-pl-parser is a simple GObject-based library to parse a host of
 playlist formats, as well as save those.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Multi-Arch: same

Package: gir1.2-tracker-3.0
Priority: optional
Section: introspection
Installed-Size: 40
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker
Version: 3.4.2-1+apertis1bv2024dev2b1
Depends: gir1.2-glib-2.0 (>= 0.10.7-1~), libtracker-sparql-3.0-0 (= 3.4.2-1+apertis1bv2024dev2b1)
Filename: pool/target/t/tracker/gir1.2-tracker-3.0_3.4.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 11816
MD5sum: 33e1e008585b63613ecc40d82bd44bdb
SHA1: 6256a7b4538e7ab6ba6b8c36c8d58a87f15ec638
SHA256: f35a2888a412575853fa7f9d698b880d100263f39583c6f05e555ff2d50c8cc4
SHA512: 7372cd64441df9645abe91a8c4e7b5862442cdb92f6939f2adbd4e6e556a340a027438dc44fc440d7fd64dc60e87e57a43a81bb9212b8a4af321053e8462317b
Description: GObject introspection data for Tracker
 This package contains introspection data for libtracker-control,
 libtracker-miner and libtracker-sparql.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings
 .
 Tracker is an advanced framework for first class objects with associated
 metadata and tags. It provides a one stop solution for all metadata, tags,
 shared object databases, search tools and indexing.
Homepage: https://wiki.gnome.org/Projects/Tracker
Multi-Arch: same

Package: gir1.2-traprain-client-0
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: gir1.2-traprainclient-0
Filename: pool/target/t/traprain/gir1.2-traprain-client-0_0.2023.0bv2024dev2b1_all.deb
Size: 8224
MD5sum: 25260ececc43ff8fe606d1f2d17c9dec
SHA1: 01dfc39f5aa1bea550ba195124005a9ce4c85d61
SHA256: 6ca87bb24c6f4a1c325b4c8542534f287ab27ebcfe78560eb4501f71a3b5b35e
SHA512: 7545b030ecb2678fe77b01ba285cced0986207a87ee5eb4989e3b7e14bbec70f5fe52cc834f4bfa93751fc900c87e9ffd5ce43adf36fd3128c267b2fcf38fa99
Description: Navigation API - transitional package
 Navigation route list and guidance
 .
 This is a transitional package. It can safely be removed.

Package: gir1.2-traprain-common-0
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: gir1.2-trapraincommon-0
Filename: pool/target/t/traprain/gir1.2-traprain-common-0_0.2023.0bv2024dev2b1_all.deb
Size: 8224
MD5sum: 404bba3baf52b0b8f3e22264b48c96ff
SHA1: e58c95e5eb1801cac7e9b2c056581aff1c4d65ef
SHA256: 1bd53a1f722664b0a1742360324fd4ccf5655022c90aed07dcc2d361917ea8f4
SHA512: d82662cbdc90601ff6a1da9fa3a09077ff3edda00929b3eca666fcb608ee6ce0cd3c8686e4e2d81a9c79b19fc7f23a22574417edd21d2d7ce60da29e7495c4be
Description: Navigation API - transitional package
 Navigation route list and guidance
 .
 This is a transitional package. It can safely be removed.

Package: gir1.2-traprain-guidance-0
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: gir1.2-traprainguidance-0
Filename: pool/target/t/traprain/gir1.2-traprain-guidance-0_0.2023.0bv2024dev2b1_all.deb
Size: 8232
MD5sum: 7c38a07d667a0e338646a4d36d5c2c39
SHA1: 2179e133b65cf51494e071f49068117acd4599ec
SHA256: 0af1dba8dc62e4510553eac469ce67e12b30b7279e217306701f4c278dd08624
SHA512: cf8c65a2fc101420749d8d73d1c91c85661ec424a1e99649d5b30c2d366bd9ca2c6fe10a3a6d6773f501c8812bc9d1494815268393fe9d35326fe5596e9f1672
Description: Guidance API - transitional package
 Navigation guidance turn-by-turn service
 .
 This is a transitional package. It can safely be removed.

Package: gir1.2-traprain-service-0
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: gir1.2-traprainservice-0
Filename: pool/target/t/traprain/gir1.2-traprain-service-0_0.2023.0bv2024dev2b1_all.deb
Size: 8228
MD5sum: 78e2b89b86d75bbd006a23075317a91f
SHA1: 15d5158cac78d3f7512cc13c55097c6ce5fb87c3
SHA256: a225479d44fa3ba44480a7fe5234d3acf0cfb64606b7590f5d704c221cf92085
SHA512: 5b994f2f21c3254542c20ecb74bc4e59db867cb5c644df5b3c681ce8279671fd958d759be6ca404a7a4b5053f2dc80904514ff3a54d86db27e1adad2a1a873c6
Description: Navigation API - transitional package
 Navigation route list and guidance
 .
 This is a transitional package. It can safely be removed.

Package: gir1.2-traprainclient-0
Priority: optional
Section: introspection
Installed-Size: 37
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: gir1.2-traprain-client-0 (<< 0.2022.2~)
Provides: gir1.2-traprain-client-0
Depends: gir1.2-trapraincommon-0 (= 0.2023.0bv2024dev2b1), gir1.2-glib-2.0, libtraprain-client-0-1 (>= 0.1703.1)
Breaks: gir1.2-traprain-client-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/gir1.2-traprainclient-0_0.2023.0bv2024dev2b1_arm64.deb
Size: 9908
MD5sum: 86487003de83ba2e8688a6824832b8ce
SHA1: 517ef8811407bea59569b36028f452b3d7f16975
SHA256: 8ac199b339d5d2df4a58ea332ed280a5edcab564b0122c4bfc0523a3591eea67
SHA512: bd31f21c99cbc4da8fa90305eb751eecae13db800be78aedfac9862b3988bda33cca2a3eb5a887bd6a62dbc63e56f6ff97b4b9d11cba6f007dc16a38c5777b35
Description: Navigation API - introspection bindings for clients
 Navigation route list and guidance
 .
 This package contains a machine-readable API description for the shared
 library for use by applications.
 It is part of the SDK-API.
Multi-Arch: same

Package: gir1.2-trapraincommon-0
Priority: optional
Section: introspection
Installed-Size: 42
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: gir1.2-traprain-common-0 (<< 0.2022.2~)
Provides: gir1.2-traprain-common-0
Depends: gir1.2-glib-2.0, libtraprain-common-0-1 (>= 0.1612.1~)
Breaks: gir1.2-traprain-common-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/gir1.2-trapraincommon-0_0.2023.0bv2024dev2b1_arm64.deb
Size: 11216
MD5sum: 56b6c2e8ec7e714b087949ff3ebd4d7e
SHA1: 351dbbfdb4183646b50a20de9ba72ff978d61494
SHA256: e6ab7c9deffd8ba1a6408c15db086b18c934ac41cb4b2df845e834f68f5cc5f7
SHA512: 9737600a5f18bce186152a0d3be2cc092b707f55668e29ac68a534e3b60571943d7e8fb70d96ef41a1e1245088a1b809e072f9a6349e2e2d452bf8ac321eb392
Description: Navigation API - introspection bindings
 Navigation route list and guidance
 .
 This package contains a machine-readable API description for the shared
 library for use by applications and navigation services.
 It is part of the SDK-API.
Multi-Arch: same

Package: gir1.2-traprainguidance-0
Priority: optional
Section: introspection
Installed-Size: 33
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: gir1.2-traprain-guidance-0 (<< 0.2022.2~)
Provides: gir1.2-traprain-guidance-0
Depends: gir1.2-glib-2.0, libtraprain-guidance-0-1 (>= 0.1612.0)
Breaks: gir1.2-traprain-guidance-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/gir1.2-traprainguidance-0_0.2023.0bv2024dev2b1_arm64.deb
Size: 9104
MD5sum: 25b8dfb0d46887f664138f609c36e5dc
SHA1: 22e659be61214a81a1004c29c5bed9a9e7e4a04e
SHA256: f32c0772ea1973cfba5e11229d23946974e2f90059d94d838f53a1b37b036af3
SHA512: 08d2a2c632975997dc79ad0253f9e34386fdb66d6aa6aa17391c899a2c2465edda25e739e86a7ed0e35a75e0a03f1a906981c069cbfcb8ba72d88e385fd7f44a
Description: Guidance API - introspection bindings for services
 Navigation guidance turn-by-turn service
 .
 This package contains a machine-readable API description for the shared
 library for use by guidance UI service.
 It is part of the SDK-API.
Multi-Arch: same

Package: gir1.2-traprainservice-0
Priority: optional
Section: introspection
Installed-Size: 35
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: gir1.2-traprain-service-0 (<< 0.2022.2~)
Provides: gir1.2-traprain-service-0
Depends: gir1.2-trapraincommon-0 (= 0.2023.0bv2024dev2b1), gir1.2-glib-2.0, libtraprain-service-0-1 (>= 0.1612.0)
Breaks: gir1.2-traprain-service-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/gir1.2-traprainservice-0_0.2023.0bv2024dev2b1_arm64.deb
Size: 9680
MD5sum: 8ded6d0e34e5470a3664ef333e555a20
SHA1: f1509e6b5d24facbba489edfc9b0f0a66f6b3cf6
SHA256: c917f46cb3906cee5b8f6069e20d4e4483273061d7ec5d3591c9da2fb2703835
SHA512: 0736cd2ee91c4b68ef5278aa5463983fe1a1c030dd2d7bfebda139aa4a408e4028e90924587e4bda996d4caf31b4aee1d0d2526b92a17beadc5ae2a44986c340
Description: Navigation API - introspection bindings for services
 Navigation route list and guidance
 .
 This package contains a machine-readable API description for the shared
 library for use by navigation services.
 It is part of the SDK-API.
Multi-Arch: same

Package: gir1.2-udisks-2.0
Priority: optional
Section: introspection
Installed-Size: 188
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: gir1.2-glib-2.0 (>= 1.30), libudisks2-0 (>= 2.9.0)
Filename: pool/target/u/udisks2/gir1.2-udisks-2.0_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 33160
MD5sum: 8266ddf7ca5f9548d23f84f6c9c46d85
SHA1: 834b1ce665b16619920701e2aaaec589a2487048
SHA256: cf01330429f09f0476ac6f6360794f244614af948b06fcff66e8c0767c41f506
SHA512: 2b4e1d9abad9a3d67937338117fa57ff6438a27a29194608894c0e6630666a6aab25bbc820418926ec7a099e42615d01399b1f43397a835db7b09d96676ba48d
Description: GObject based library to access udisks2 - introspection data
 The udisks daemon serves as an interface to system block devices,
 implemented via D-Bus. It handles operations such as querying, mounting,
 unmounting, formatting, or detaching storage devices such as hard disks
 or USB thumb drives.
 .
 This package provides introspection data for libudisks. It can be used
 by packages using the GIRepository format to generate dynamic bindings.
Homepage: https://www.freedesktop.org/wiki/Software/udisks
Multi-Arch: same

Package: gir1.2-upowerglib-1.0
Priority: optional
Section: introspection
Installed-Size: 25
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: upower
Version: 0.99.20-2+apertis1bv2024dev2b1
Depends: gir1.2-glib-2.0, libupower-glib3 (>= 0.99.14)
Filename: pool/target/u/upower/gir1.2-upowerglib-1.0_0.99.20-2+apertis1bv2024dev2b1_arm64.deb
Size: 7668
MD5sum: ade6e74399a2540fecd03c84b8ef165b
SHA1: 152e75140f3f7b3877e3f95a2da2a88c4cf17400
SHA256: 993919f128574e88fc9bb1bd6655143ade454f4b75c7fc618f0a50c5d6c4479a
SHA512: d80996665622d8ae0432630bb64c62464ed9f6018e8febd736b1b6330ba7239d2972f81dd4ad4d67b576777afae2cde8243a3f282b222dabb0a9fa89d65e3585
Description: GObject introspection data for upower
 upower provides an interface to enumerate power sources on the system
 and control system-wide power management. Any application can access the
 org.freedesktop.UPower service on the system message bus. Some
 operations (such as suspending the system) are restricted using PolicyKit.
 .
 This package contains introspection data for upower.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://upower.freedesktop.org/
Multi-Arch: same

Package: gir1.2-webkit-6.0
Priority: optional
Section: introspection
Installed-Size: 497
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: gir1.2-javascriptcoregtk-6.0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libwebkitgtk-6.0-4 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-gtk-4.0, gir1.2-soup-3.0
Filename: pool/target/w/webkit2gtk/gir1.2-webkit-6.0_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 218844
MD5sum: f2a693a1612f357a07220a8ff80e2a99
SHA1: 92b39a00c7804e96a0b9564b2d56504af0b4fb18
SHA256: 43eec7f563a708de5741118f04fad9753f3b90338b7ce34c246b2d5db3fa24eb
SHA512: a3f8e8a171c7098718c171f9713d9eb34d309746a2c0238e1d67f775e1c7da5cb67899c23932eed52fab6eb303c724471f3d444f5b9dd3335484a10c3ab94ce8
Description: Web content engine library for GTK - GObject introspection data
 WebKit is a web content engine, derived from KHTML and KJS from KDE, and
 used primarily in Apple's Safari browser.  It is made to be embedded in
 other applications, such as mail readers, or web browsers.
 .
 It is able to display content such as HTML, SVG, XML, and others. It also
 supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
 .
 WebKitGTK is a WebKit port designed to be used in GTK applications.
 This build provides version 6.0 of the API and uses libsoup v3 for
 the networking stack and the GTK 4 widget toolkit.
 .
 This package contains introspection data, which can be used by
 packages using the GIRepository format to generate dynamic bindings.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: gir1.2-webkit2-4.0
Priority: optional
Section: introspection
Installed-Size: 671
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: gir1.2-javascriptcoregtk-4.0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libwebkit2gtk-4.0-37 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-gtk-3.0, gir1.2-soup-2.4
Filename: pool/target/w/webkit2gtk/gir1.2-webkit2-4.0_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 250328
MD5sum: 84f2f01772bd25cda14459ba6e1d2a1d
SHA1: 64eea5c0eb805f3c0644cec3b6130b40f680b59f
SHA256: eb092fedf0314ddc0c709198a3566de289e9e20fd37cb19519c7c925a7918436
SHA512: 7c3fce0653d15940edf80d50a4953800dd5b68f566e6808f7d91b65f856f6b041c9c8c2cd3306ad3a621691c4e4410c83e0866d4935b6f4f35516776dfc51ff4
Description: Web content engine library for GTK - GObject introspection data
 WebKit is a web content engine, derived from KHTML and KJS from KDE, and
 used primarily in Apple's Safari browser.  It is made to be embedded in
 other applications, such as mail readers, or web browsers.
 .
 It is able to display content such as HTML, SVG, XML, and others. It also
 supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
 .
 WebKitGTK is a WebKit port designed to be used in GTK applications.
 This build provides version 4.0 of the API and uses libsoup v2 for
 the networking stack and the GTK 3 widget toolkit.
 .
 This package contains introspection data, which can be used by
 packages using the GIRepository format to generate dynamic bindings.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: gir1.2-webkit2-4.1
Priority: optional
Section: introspection
Installed-Size: 671
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: gir1.2-javascriptcoregtk-4.1 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libwebkit2gtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-gtk-3.0, gir1.2-soup-3.0
Filename: pool/target/w/webkit2gtk/gir1.2-webkit2-4.1_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 250324
MD5sum: 441707d762920c1548ae1879e6f9e333
SHA1: b2ad21770cd30edfff40b245987e8c64273f6fd1
SHA256: e0ab3d75c9a7948829a394d76ba5e87f6dab6909e3d40d338a61855c4785fcee
SHA512: ab6412665a8acaa3ec0660bb5b6a194a7c8e6cd99fb9c2e8ce5ba9463274fada72793a8fc7e0015f2e12f6315e57717e0125d9690a156c98015b9c570c59a7b4
Description: Web content engine library for GTK - GObject introspection data
 WebKit is a web content engine, derived from KHTML and KJS from KDE, and
 used primarily in Apple's Safari browser.  It is made to be embedded in
 other applications, such as mail readers, or web browsers.
 .
 It is able to display content such as HTML, SVG, XML, and others. It also
 supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
 .
 WebKitGTK is a WebKit port designed to be used in GTK applications.
 This build provides version 4.1 of the API and uses libsoup v3 for
 the networking stack and the GTK 3 widget toolkit.
 .
 This package contains introspection data, which can be used by
 packages using the GIRepository format to generate dynamic bindings.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: gir1.2-wnck-3.0
Priority: optional
Section: introspection
Installed-Size: 63
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libwnck3
Version: 43.0-3+apertis0bv2024dev2b1
Depends: gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0 (>= 0.10), gir1.2-gtk-3.0 (>= 3.22.0), libwnck-3-0 (>= 43.0)
Filename: pool/target/libw/libwnck3/gir1.2-wnck-3.0_43.0-3+apertis0bv2024dev2b1_arm64.deb
Size: 28920
MD5sum: f5a4efaf3299b4e273943917c5054963
SHA1: 117b5d5867cc06b6491cd01f56f9a4dc12480846
SHA256: ce9ef56f3e8400577165ee0bd614ab64c1b58f17e72dec0ad0340507fbc347f7
SHA512: 13f791c9a55aa421ce264868782df25d64c4a3a7bd89ce53f03d29366aca6f35e4d9774913d208b579b7dd8aa7c1bf4506fb3f00e787c1eb13caf941eaaf13a0
Description: GObject introspection data for the WNCK library
 This package contains introspection data for Window Navigator
 Construction Kit, a library to interact with window managers.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://gitlab.gnome.org/GNOME/libwnck
Multi-Arch: same

Package: gir1.2-wp-0.4
Priority: optional
Section: introspection
Installed-Size: 87
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: wireplumber
Version: 0.4.13-1+apertis1bv2024dev3b1
Depends: libwireplumber-0.4-0 (= 0.4.13-1+apertis1bv2024dev3b1)
Filename: pool/target/w/wireplumber/gir1.2-wp-0.4_0.4.13-1+apertis1bv2024dev3b1_arm64.deb
Size: 33032
MD5sum: 8c597fc9337eb4b61c4e140717f2a3c8
SHA1: 41dff25b8a38265a7539e1587738e09b3bbdc913
SHA256: 3530f5ff0958b3a512279615708f189126899682c3dc18f74b691477f010f92a
SHA512: edeeccb505add3be16e67e45c78263d8f969b91b72a91ec6fa708dfc0a1cad86a3dd188e937fe511b7c78f15d5638d643ca45155e15bf3e2faa85d3c54d3c10e
Description: GObject introspection files for WirePlumber
 WirePlumber is a modular session / policy manager for PipeWire and a
 GObject-based high-level library that wraps PipeWire's API, providing
 convenience for writing the daemon's modules as well as external tools for
 managing PipeWire.
 .
 This package contains the GObject-introspection data in binary typelib format.
Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber
Multi-Arch: same

Package: gir1.2-xmlb-2.0
Priority: optional
Section: introspection
Installed-Size: 40
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: arm64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: gir1.2-glib-2.0, libxmlb2 (>= 0.3.4)
Filename: pool/target/libx/libxmlb/gir1.2-xmlb-2.0_0.3.10-2+apertis1bv2024dev3b1_arm64.deb
Size: 10116
MD5sum: daf1866ed450f35c8ba741a7a698119b
SHA1: 15d4ac042407037c2f9e96c308da605f24f87b0f
SHA256: 54ae269b36d217e6034da00ca82cadb6f1683e0cda5bf2070b00887b87f2a004
SHA512: 873f9f0e4e328c65a23ca3e5b7125f57da785e7435bc6cd0e6fa7531f92328401efef6086871cb24a17d1b2496ced8e502416de033cdc9fb0396bb143fa6260b
Description: GObject introspection data for libxmlb
 This package provides the introspection data for libxmlb.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
Homepage: https://github.com/hughsie/libxmlb
Multi-Arch: same

Package: glib-networking
Priority: optional
Section: libs
Installed-Size: 297
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 2.74.0-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.73.3), libproxy1v5 (>= 0.4.18), libssl3 (>= 3.0.0), glib-networking-services (>= 2.74.0-4+apertis1bv2024dev3b1), glib-networking-services (<< 2.74.0-4+apertis1bv2024dev3b1.1~), glib-networking-common (>= 2.74.0-4+apertis1bv2024dev3b1), gsettings-desktop-schemas
Breaks: balsa (<< 2.6.0-2ubuntu0.1), libsoup2.4-tests (<< 2.71.1-1~)
Filename: pool/target/g/glib-networking/glib-networking_2.74.0-4+apertis1bv2024dev3b1_arm64.deb
Size: 66072
MD5sum: 7ff9d99cbfcfef61f9eefdaa1ef8934e
SHA1: e083d5f066c3dade13a8a045c840060bb0160cf2
SHA256: 2864a102f63c65760d6dcf34fb18574eec4f79ef63a83d485b9e5d802164144f
SHA512: 2aca0ba81e44b9fb951796210c1df5b9bddbc603b99d16deb5d533e033a640eb888ba0a012c558ea8c000c01d6341f24d5e7d15604475c2f0f42c90b7fb0a7d1
Description: network-related giomodules for GLib
 This package contains various network related extensions for the GIO
 library.
Multi-Arch: same

Package: glib-networking-common
Priority: optional
Section: libs
Installed-Size: 633
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: glib-networking
Version: 2.74.0-4+apertis1bv2024dev3b1
Recommends: glib-networking
Filename: pool/target/g/glib-networking/glib-networking-common_2.74.0-4+apertis1bv2024dev3b1_all.deb
Size: 81896
MD5sum: b94d59733f9cf316c9770844f465f377
SHA1: 6a3e8dda915cd17b25be261c36978a43dd0561f3
SHA256: c63bdedd41043ba34601fbe384737d0f5f5b3511d772b5ed9d3afca07a22e833
SHA512: 81f43be434674f725ae768f99aa72411744adfd6a36f51de1cd9e18ad6d2857e188fac57cf212844aebc8c4b84dd3afe8a2d5d004b0289c7039b8e986d194138
Description: network-related giomodules for GLib - data files
 This package contains data files and translations for the GIO network
 extensions in glib-networking.
Multi-Arch: foreign

Package: glib-networking-dbgsym
Priority: optional
Section: debug
Installed-Size: 243
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib-networking
Version: 2.74.0-4+apertis1bv2024dev3b1
Depends: glib-networking (= 2.74.0-4+apertis1bv2024dev3b1)
Filename: pool/target/g/glib-networking/glib-networking-dbgsym_2.74.0-4+apertis1bv2024dev3b1_arm64.deb
Size: 178384
MD5sum: ab54d205ff09deebd68735a6cdc6fe86
SHA1: 09134d2617bf08180cb326680dd4a7da6f3c4feb
SHA256: 97c9a6466f902e63aeb8e9e3a0046d28563473edfc296a433edee84549136c1d
SHA512: 82f1582fa93b6e1af666af8f08c64448fe071928a7e8d47c00f6dae1b1a995e71b51a1dcd5cf46b75d085c26c8c52ab3d22d4e15c1b1d94287c2630b4a259fa0
Description: debug symbols for glib-networking
Auto-Built-Package: debug-symbols
Build-Ids: 156ccd16be747aa05b35ad7d4af9e9f4b404fecf 1bd4db81880b20ebbde97b8d2f999ed1ddc208c9 77574a109e754234da89254b1fc9e434f309e4fc
Multi-Arch: same

Package: glib-networking-services
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib-networking
Version: 2.74.0-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.73.3), libproxy1v5 (>= 0.4.18), glib-networking-common (>= 2.74.0-4+apertis1bv2024dev3b1)
Recommends: glib-networking
Filename: pool/target/g/glib-networking/glib-networking-services_2.74.0-4+apertis1bv2024dev3b1_arm64.deb
Size: 13408
MD5sum: af8b58d6ab66cd3892017f96cb8d5a47
SHA1: 4745719e3f6cd470183557293323714ff4e16a8b
SHA256: bcb451e9ace1ad4e36c472f9dabf4b7cdecb7c9da278a5fbd77562b656d01750
SHA512: fde894313d0e31158d028e68d56877249bb11ea94488e2db68821aa2c65a24084fc5b96cfd5eda9c986173255daaf9c066e9c508af81f64b7c476ebd133b63eb
Description: network-related giomodules for GLib - D-Bus services
 This package contains D-Bus services that are used by the GIO network
 extensions in glib-networking, for actions that need to be done in a
 separate process.
Multi-Arch: foreign

Package: glib-networking-services-dbgsym
Priority: optional
Section: debug
Installed-Size: 33
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib-networking
Version: 2.74.0-4+apertis1bv2024dev3b1
Depends: glib-networking-services (= 2.74.0-4+apertis1bv2024dev3b1)
Filename: pool/target/g/glib-networking/glib-networking-services-dbgsym_2.74.0-4+apertis1bv2024dev3b1_arm64.deb
Size: 16004
MD5sum: 061a2f1e93653d363ac87ee2692ab871
SHA1: 0a886bfb07687ccc6a060d4ae25fc9f755bda9c5
SHA256: caaa7d1a1f38d066420b385b8ddd0f17e6c08b9888fd1e52d7a5eeea8fc43898
SHA512: 007fafc53d73415500ee7e822969d28068c7760006a9d667e3932dea0c5529b13acf4effa6ff5b0ca171cda9c5002caa540dcafbeea0d71a956b3190247a7273
Description: debug symbols for glib-networking-services
Auto-Built-Package: debug-symbols
Build-Ids: c02df002079dcdfe09150718a3d145c2b18b968e

Package: glib-networking-tests
Priority: optional
Section: misc
Installed-Size: 596
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib-networking
Version: 2.74.0-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.73.3), glib-networking (= 2.74.0-4+apertis1bv2024dev3b1), ca-certificates, python3
Filename: pool/target/g/glib-networking/glib-networking-tests_2.74.0-4+apertis1bv2024dev3b1_arm64.deb
Size: 99688
MD5sum: 6564e3fea1cf7ac49cce870d2b12cdb6
SHA1: dc9aa2e5b9cdf83f3e0225515bd1ba04f3b48402
SHA256: 52adbdf1b488e9816f6ad637a22e8dd254d7fd6ca310198b8574b2996e360178
SHA512: 20303b1d47f0414b73233c29ddd23d94831850f132df531c7dd97702804eea4c1ff31a85dbb713032cec59b4afedca8bc963953b6e575a359f70d48106213803
Description: network-related giomodules for GLib - installed tests
 This package contains test programs, designed to be run as part of a
 regression testsuite.

Package: glib-networking-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 178
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib-networking
Version: 2.74.0-4+apertis1bv2024dev3b1
Depends: glib-networking-tests (= 2.74.0-4+apertis1bv2024dev3b1)
Filename: pool/target/g/glib-networking/glib-networking-tests-dbgsym_2.74.0-4+apertis1bv2024dev3b1_arm64.deb
Size: 111660
MD5sum: 0996513ace45bdb43d6d5890f0b6d0fc
SHA1: 07e350bcf3018af9601749a767a674a0bededc24
SHA256: 468b2eb57874c59089cc7615f3635a9a4d757dd7fac1ed87771ee132f03d33a2
SHA512: bf832595891e0b6dbe7336720349150ddc2d6ba8230b960913fbbfdf16402e3215a2b74cb0e234486463a5eb52dd84516d56ff186b0f0d05cd866598062416ee
Description: debug symbols for glib-networking-tests
Auto-Built-Package: debug-symbols
Build-Ids: 6c69950b9d726cbf0791c31ab1c27bde49690b85 7cb93ab6203410a1df7068e8abce3cadd1d66508 7e22e7eaf46e8f33d9eca9c086347443e2a37244 82affd7610173edc9083030f9dc7dfac01a2a5a7 f8b21c1610f8b5deaadeea2a0402a62347705b80

Package: glibc-doc
Priority: optional
Section: doc
Installed-Size: 3479
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Suggests: glibc-doc-reference
Filename: pool/target/g/glibc/glibc-doc_2.36-9+apertis3bv2024dev3b1_all.deb
Size: 3506772
MD5sum: 71e3acbbc6b5e1aab5b20cf9a8af6750
SHA1: 46626e7cbadc044e0ae2f7e7a23aa5c1bcea8993
SHA256: 81e4384e665c1bde8b9b78da89e740f88811b7a2bb0836bf17851c5dc969c17e
SHA512: d4d771682ebbd6f6c3c3f1b82d7d2c4468d9c786f36b14225b49ff6fd15386fd2c7eedfe66e562023242546d16a7fa78350a12d5a7daf6c98886db4ed0cd14a6
Description: GNU C Library: Documentation
 Contains man pages for libpthread functions and the complete GNU C Library
 ChangeLog.  The GNU C Library Reference manual has been moved into
 glibc-doc-reference for licensing reasons.
Homepage: https://www.gnu.org/software/libc/libc.html
Multi-Arch: foreign

Package: glibc-source
Priority: optional
Section: devel
Installed-Size: 25234
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Recommends: xz-utils
Breaks: cross-toolchain-base (<< 45~), cross-toolchain-base-mipsen (<< 10), cross-toolchain-base-ports (<< 37~)
Filename: pool/target/g/glibc/glibc-source_2.36-9+apertis3bv2024dev3b1_all.deb
Size: 20411244
MD5sum: 51e9df362b84dfb9c25f0706b0ee258b
SHA1: c6d5b541f2568aedb22e95e4185ac6d501edd033
SHA256: 62ef41af505e7bd701d3c85f23d4e528a119108060a094b29971cc6afec7a0fc
SHA512: d10c8ddfcfa06240c99bb4056a576dbe9177eb2179e00201f766461b5e5568c79724b3c951e12f4a5f63a30646e410e5472360397ebf56fbf0656ca1ce4c5a2c
Description: GNU C Library: sources
 This package contains the sources and patches which are needed to
 build glibc.
Homepage: https://www.gnu.org/software/libc/libc.html
Multi-Arch: foreign

Package: gm2-12
Priority: optional
Section: devel
Installed-Size: 32050
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Provides: gm2, m2-compiler
Depends: gcc-12-base (>= 12), g++-12 (>= 12), libgm2-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.36), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/g/gcc-12/gm2-12_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 8570352
MD5sum: e9d0b745ce56fdcfbc100a5b61e6b2ed
SHA1: fd404d06b27aaa5d5fd0307dcd8f19cab15f59c2
SHA256: 8d44251051f7686b383e862c82f4ae2ef1f5cd9105d1f2397540d37adf7aafdc
SHA512: f6998f678366b521dda0bc82c6e626c5dd44e1c50f8ea1596f269ddddba941ef0581dc16b6cba64b4497f92212aa72cfec47c3b7da94eb3f962ef96e78749c5d
Description: GNU Modula-2 compiler
 This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
 supported by gcc.  It uses the gcc backend to generate optimised code.
Homepage: http://gcc.gnu.org/

Package: gm2-12-dbgsym
Priority: optional
Section: debug
Installed-Size: 75460
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gm2-12 (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gm2-12-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 72559156
MD5sum: 234499864dda63ea61c25f33461bf5b7
SHA1: ba145dcbe27e42113758e31eda995d33c27ab06f
SHA256: 5a0cbecf8552ed46777245c70289ac19d12445b23ce29e323f191520f50434d6
SHA512: 674454535352776bd5d13b801f60f78c32c460c53546490c0cc983abd13ea1d8664f527d7ae29833c2c5f70675cd4038dab8e81f1f8dd93589975b94b10258fb
Description: debug symbols for gm2-12
Auto-Built-Package: debug-symbols
Build-Ids: 0fba870034d02408e1221462b9e5bfdb98ae6a88 2eb005c03a8d6322ac36a05920feaa59cdcd3a0a 481c5960f892f5e3b8916976ca10d5970358aa31 6ec43733be7fb7d9533a082725498547a12f3065 7fa81bdc84da5047d84c9aa35156f923de224280 c1e00a9a4923815bc662feda0438bd153de4c97a fa1000b9b5d9aa6dfaf9c0c4c06ac53b816f1553

Package: gm2-12-doc
Priority: optional
Section: doc
Installed-Size: 1388
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: all
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: gm2-12 (<< 12.2.0-8)
Depends: gcc-12-base (>= 12)
Suggests: gm2-12
Conflicts: gm2-12 (<< 12.2.0-8)
Filename: pool/target/g/gcc-12/gm2-12-doc_12.2.0-14+apertis1bv2024dev2b2_all.deb
Size: 286848
MD5sum: 8797e36a41b561f29f45aae06693d46c
SHA1: 49c4ddcb4a5132488c2e5bda470370d6a7cd4999
SHA256: 824f6f312900bd61813143889e263382c0f4e11bfa53ff4fa2c3238404485a7f
SHA512: 0feec4bff01af7f88cf4c3c6aee03600fc374ad14c244f6ac416189bd571c41e0e090b6e0092ded42d81489d01fa70527dcfe053d8a27fc8d1dfb1ca3b55d756
Description: Documentation for the GNU Modula-2 compiler (gm2)
 Documentation for the GNU Modula-2 compiler in HTML and info format.
Homepage: http://gcc.gnu.org/

Package: gnat-12
Priority: optional
Section: devel
Installed-Size: 94387
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), gcc-12 (>= 12), libgnat-12 (>= 12.2.0-14+apertis1bv2024dev2b2), libc6-dev (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: gnat-12-doc, ada-reference-manual-2012, gnat-12-sjlj
Conflicts: gnat-10, gnat-11, gnat-4.9, gnat-5, gnat-6, gnat-7, gnat-8, gnat-9
Filename: pool/target/g/gcc-12/gnat-12_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 15912264
MD5sum: c6d18a0ce20c4a204b4a2a8b20656f18
SHA1: 5f82da362ddde71ae8da2b8ad087e8309a4fe602
SHA256: cf15c53e7ac483d97f6e9cfd59b8b8b5b36a2943247e1d1f7978cedcef62806b
SHA512: dbcf9a6bb8e511f124c801f07a4e73c6a261eea6aaebbcb8841a75ea662cc106e497e360ef818fe79df6e3d5c53d23f1025c6e7fc7847906952ffe54911d29b8
Description: GNU Ada compiler
 GNAT is a compiler for the Ada programming language. It produces optimized
 code on platforms supported by the GNU Compiler Collection (GCC).
 .
 This package provides the compiler, tools and runtime library that handles
 exceptions using the default zero-cost mechanism.
Homepage: http://gcc.gnu.org/

Package: gnat-12-dbgsym
Priority: optional
Section: debug
Installed-Size: 102759
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gnat-12 (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gnat-12-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 95677804
MD5sum: 4c7adf44c0e96d665f702ed7a2639088
SHA1: aa837d62a67fe28dea904cf08256f055bcde9bf8
SHA256: be20aa8849e2b2255e2c296f46aa8b097a1747f8911301594625e0312db0960b
SHA512: a151bdb39d6e56a79eadf6ce906d0adc955effdf93b8d7f1e32b611dd2d689c0a73c653343d6a29b3a7556b4313e3b440fe2143d0bc53410359daeffa4c76f72
Description: debug symbols for gnat-12
Auto-Built-Package: debug-symbols
Build-Ids: 1d9efc37eb7f2f447b15619b8268adc5622f279d 1fa8ee44b637ed1d94eae54dd8fc6ac9ecd7bc49 3fc92f31d83e47b8d99c7b1183068f064a481fe4 4e3bdc713ced0e1655065c173f0619cc9df41bc1 585972b615ad388ed8902c3f92553a34d7a341e7 5e90ae1f7beaa9a88305153d897aeb148b06eca6 62d173ed5c069ac4620bc6426da792372a171df0 6c4759e366286ef13ec850288eadbc589013b281 8fa3bec4f98384c9fd17d1c056dd5f89ea8648e6 97b7b37b80720f4607a30c8a25c2b612294b39f6 d53c1747c21d269be23b0aae29a003947ed49be3

Package: gnome-menus
Priority: optional
Section: gnome
Installed-Size: 904
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 3.36.0-1.1+apertis0bv2024dev3b1
Depends: python3:any
Filename: pool/target/g/gnome-menus/gnome-menus_3.36.0-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 158920
MD5sum: ce244a2900e796e39817538a7da5fbad
SHA1: 272f77c91369496012412b793037c37542a198d9
SHA256: 1d64adb239c331f156894fe7db2cf292dccb60f579ea0a6effe9d1c28e0c9ffd
SHA512: a2c5ce4fa3c2b5d035ff65da2e8dd8524f9fc567f2290e4aa71bc158feed55367f464278b565d063161a00eeb3561b6334ee1b9df0ee15179a8416abae28a07f
Description: GNOME implementation of the freedesktop menu specification
 The package contains an implementation of the draft
 "Desktop Menu Specification" from freedesktop.org:
 .
 http://www.freedesktop.org/Standards/menu-spec
 .
 Also contained here are the GNOME menu layout configuration files, .directory
 files and assorted menu related utility programs.

Package: gnome-session-canberra
Priority: optional
Section: gnome
Installed-Size: 88
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Replaces: libcanberra-gtk0 (<< 0.28-5)
Depends: libc6 (>= 2.34), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libglib2.0-0 (>= 2.16.0), libgtk-3-0 (>= 3.0.0)
Breaks: libcanberra-gtk0 (<< 0.28-5)
Filename: pool/target/libc/libcanberra/gnome-session-canberra_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 7868
MD5sum: 1a9811ce9736846cda0fd1b934c47220
SHA1: db6972426c261ab085f9179f04f2476f0a453d13
SHA256: ebcdf7f1c97470bfc156b94934d1259e7d5ae11fbd318976f732344f78ea8ac6
SHA512: b2ab1e6688a87678dc2608260ac932b7b754e6869be128ca6bfe7b56281691c88b7aaf354df6b380ed08ba502db471aee6c9ce7df476bbd391e94f4008c57e15
Description: GNOME session log in and log out sound events
 Produce sound events on GNOME session log in and log out.
 .
 This package is using canberra-gtk-play from libcanberra.
Homepage: http://0pointer.de/lennart/projects/libcanberra/

Package: gnome-session-canberra-dbgsym
Priority: optional
Section: debug
Installed-Size: 24
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: gnome-session-canberra (= 0.30-10+apertis1bv2024dev2b1)
Filename: pool/target/libc/libcanberra/gnome-session-canberra-dbgsym_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 8332
MD5sum: 957d0e1bae7ea8f9346927a2a1f1215e
SHA1: dff17340cbfef2a0441296e40e115f28f31cc319
SHA256: f5145aef0daea1fdf0b99bfb5f67f043b30438c2d902788c90e6500777078958
SHA512: 1be70b88ad046cde49a40db4d1703bdbb49eda5f74443551e9e20afe501564aefe311de36aa6e52979858929204f5a913d8c0102d0b8f92fd151a050b069533c
Description: debug symbols for gnome-session-canberra
Auto-Built-Package: debug-symbols
Build-Ids: cea43e3c7a8d3edaf627830115e845e04f3ec68e

Package: gnu-efi
Priority: optional
Section: devel
Installed-Size: 543
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: arm64
Version: 3.0.15-1+apertis0bv2024dev2b1
Filename: pool/target/g/gnu-efi/gnu-efi_3.0.15-1+apertis0bv2024dev2b1_arm64.deb
Size: 110040
MD5sum: 13cd922eeca3dcfcc4d211f48ff00f60
SHA1: b11f8bd67008455fa053f423f289daffaccda4bf
SHA256: 6bd36790a8f6dea440dc962f98696f05fb530b81304f2d90de523a2145943d1b
SHA512: 92593deb5e51fd536e94a380ce2cbd5f21660ddbe5e038281e3675a3e6c33e2bf898c1911dc9a5170b53654a7841e6a168a5a5d6590cf50f8f7214e1ccc39df8
Description: Library for developing EFI applications
 GNU toolchain for building applications that can run in the environment
 presented by Intel's EFI (Extensible Firmware Interface). EFI is a firmware
 specification for the "BIOS" on ia64(IPF), IA-32(x86) and x86_64 systems.
Homepage: http://sourceforge.net/projects/gnu-efi/

Package: gnutls-bin
Priority: optional
Section: net
Installed-Size: 2021
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libgnutls-dane0 (>= 3.7.0), libgnutls30 (>= 3.7.7-0+private+1), libtasn1-6 (>= 4.14)
Filename: pool/target/g/gnutls28/gnutls-bin_3.7.9-2+apertis0bv2024dev3b1_arm64.deb
Size: 662148
MD5sum: 64164d37f416d924325213eec8b9f389
SHA1: c92cb5aa3a864d46099c0435b74954e9cc60268e
SHA256: c327fcbadc70c641f092743cd9924b891f8e4c256fa0f642d2c5b99d1cb03980
SHA512: 1eedcfabfdfd5c4050c1e8e221fe6e3732742c2719fb39f8d128c1d2076560f9e268c21647d5468f62d8da7cd4366a43f10746dad5f99cbe7014fac2d4ef3195
Description: GNU TLS library - commandline utilities
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2, 1.3) and Datagram
 Transport Layer Security (DTLS 1.0, 1.2) protocols.
 .
 GnuTLS features support for:
  - certificate path validation, as well as DANE and trust on first use.
  - the Online Certificate Status Protocol (OCSP).
  - public key methods, including RSA and Elliptic curves, as well as password
    and key authentication methods such as SRP and PSK protocols.
  - all the strong encryption algorithms, including AES and Camellia.
  - CPU-assisted cryptography with VIA padlock and AES-NI instruction sets.
  - HSMs and cryptographic tokens, via PKCS #11.
 .
 This package contains a commandline interface to the GNU TLS library, which
 can be used to set up secure connections from e.g. shell scripts, debugging
 connection issues or managing certificates.
 .
 Useful utilities include:
  - TLS termination: gnutls-cli, gnutls-serv
  - key and certificate management: certtool, ocsptool, p11tool
  - credential management: srptool, psktool
Homepage: https://www.gnutls.org/
Multi-Arch: foreign

Package: gnutls-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 1114
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Depends: gnutls-bin (= 3.7.9-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gnutls28/gnutls-bin-dbgsym_3.7.9-2+apertis0bv2024dev3b1_arm64.deb
Size: 902008
MD5sum: 0fdb2897333851c47b1a56c4abb69b25
SHA1: d6d5029cd7f6188ff0b0161cd8d5ffc77a321d01
SHA256: df921c62a1240781db1f46d21a74800361cf7fd390dce6ca7f55ef0cee356a13
SHA512: 21c6ec082ba2c61de2318c2fb35d7c2779d93688c5310761243d5b2ab3ee26d6890dbf980f0cd495d1dfc567ddb77c7977f59cdadbcaf3d97d474a23647de745
Description: debug symbols for gnutls-bin
Auto-Built-Package: debug-symbols
Build-Ids: 646ee8b70aeebb3b8b236c818265da44921b5c9d 849f9d9e5c0cbc3560bdb321a8d8d7fec0ce3e33 970f0a00e8181d952be7a70c860936403143c781 aacaf8b0f3722b9a1856ba7a754c00c630da0689 afd8d35de12492270da8fded066f349d8b19ed84 bc9f7e1b977ba6b9e694647b48b93d3a50a6c4ad bdba90f09676e6174c01947e20618621b0ba6660 c1f373f7987675d77fb31a37c80d9ff12815425f ead4456ac422231c171a13a141121c15c10528b3

Package: gnutls-doc
Priority: optional
Section: doc
Installed-Size: 12162
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: all
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Filename: pool/target/g/gnutls28/gnutls-doc_3.7.9-2+apertis0bv2024dev3b1_all.deb
Size: 4879128
MD5sum: 45dfcc52185ab651ef6a1896fd0f687a
SHA1: 5395d0d6a81ac88a9e361b37ca90d693864bfd31
SHA256: 9bc2e1fcbd9c1fd776b7fd7a7696bc7b611ac66c6559e13422273ca954c048df
SHA512: d8f5de05fd14b1002a48d3c37796f8f236e4a17654d51f16f49e7214079b1a0fab7510db40876ae1586b2268bf42bfd793b344bb25b808b656b530c695ae18dd
Description: GNU TLS library - documentation and examples
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2, 1.3) and Datagram
 Transport Layer Security (DTLS 1.0, 1.2) protocols.
 .
 GnuTLS features support for:
  - certificate path validation, as well as DANE and trust on first use.
  - the Online Certificate Status Protocol (OCSP).
  - public key methods, including RSA and Elliptic curves, as well as password
    and key authentication methods such as SRP and PSK protocols.
  - all the strong encryption algorithms, including AES and Camellia.
  - CPU-assisted cryptography with VIA padlock and AES-NI instruction sets.
  - HSMs and cryptographic tokens, via PKCS #11.
 .
 This package contains all the GnuTLS documentation.
Homepage: https://www.gnutls.org/
Multi-Arch: foreign

Package: gobjc++-12
Priority: optional
Section: devel
Installed-Size: 29742
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Provides: objc++-compiler
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), gobjc-12 (= 12.2.0-14+apertis1bv2024dev2b2), g++-12 (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libobjc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Suggests: gcc-12-doc (>= 12)
Filename: pool/target/g/gcc-12/gobjc++-12_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 8691700
MD5sum: 391d27c49f7c9d06b68933487486401d
SHA1: be7e6b6488255dba4dc657648e38e01bd28f3d33
SHA256: 4734e43b7f2ab8fd8e5dac0ad428e988f93f7393dabedeeddde84576dcb6d9e7
SHA512: 765fe9e39cd457501b5f74b709236ab5332cfaabdc56525edd8ed4aed3c15fac2c936c7469b57e6ef37716b63a1331c800f2ac4732f3b4e88ac541c7fa3a026c
Description: GNU Objective-C++ compiler
 This is the GNU Objective-C++ compiler, which compiles
 Objective-C++ on platforms supported by the gcc compiler. It uses the
 gcc backend to generate optimized code.
Homepage: http://gcc.gnu.org/

Package: gobjc++-12-dbgsym
Priority: optional
Section: debug
Installed-Size: 72803
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gobjc++-12 (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gobjc++-12-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 70505208
MD5sum: 36589b276056c4ab8be793422906a9f8
SHA1: c4b91b52f7b24f034b253b3460e2fe5680ea658f
SHA256: 60cf4784add3745e12332b17aa3c3554c3bb09ffa42e95d8a1eaebc0da1fcbb5
SHA512: f46d2753502a7b87fd7f1e937f1e0dcce828a88ec630e5fffba528845d93ae223b7bfe8fc0fcfa1709873f9f7ab9aeb53616aba14121f37f3b229e0fa6935db5
Description: debug symbols for gobjc++-12
Auto-Built-Package: debug-symbols
Build-Ids: 4e10f978fbbce5cca20d5f838d4111adf4a34f65

Package: gobjc-12
Priority: optional
Section: devel
Installed-Size: 27656
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Provides: objc-compiler
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), gcc-12 (= 12.2.0-14+apertis1bv2024dev2b2), libc6-dev (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libobjc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Suggests: gcc-12-doc (>= 12)
Filename: pool/target/g/gcc-12/gobjc-12_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 7957760
MD5sum: 49d86d9b8084422aee02255650336741
SHA1: b4ae277228a24546785b388f609f6d8edc767346
SHA256: 7a74e1c15aeae7458e068ab32fbed97f7532a1bbddf8d516d2dc00c042f372ce
SHA512: 60ecb48ea1133224acd1e39962cdf38ee29b657a3e65ccf820f0b1cb98d3811e0176de9c0d9bd2e1265306b2304c5e7918955772cfda84395741937f5188d4d3
Description: GNU Objective-C compiler
 This is the GNU Objective-C compiler, which compiles
 Objective-C on platforms supported by the gcc compiler. It uses the
 gcc backend to generate optimized code.
Homepage: http://gcc.gnu.org/

Package: gobjc-12-dbgsym
Priority: optional
Section: debug
Installed-Size: 68223
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gobjc-12 (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/gobjc-12-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 66017040
MD5sum: fbf859eacfcd1955cac3c41f0be53669
SHA1: 61797b3aeca64bd98cc1e46717e29cf3661fe485
SHA256: b1b17624f17802e5233bffd1647e111357d1e565d57a9e38aad411aa67b2b07e
SHA512: 8883abfd56e6fe81bbec81efb8318d501d7e43caeba10ce94189235d06f20b6b2bd819a4d5808543eb5ced4443576dcca8de329e88a8d258b529087118b6b75a
Description: debug symbols for gobjc-12
Auto-Built-Package: debug-symbols
Build-Ids: 5ba3bbd7940d3963a47c25f509027396f3132772

Package: gobject-introspection
Priority: optional
Section: devel
Installed-Size: 1751
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 1.74.0-3+apertis1bv2024dev2b1
Provides: dh-sequence-gir
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgirepository-1.0-1 (= 1.74.0-3+apertis1bv2024dev2b1), libgirepository-1.0-1-with-libffi8 (>= 1.62.0-4~), libglib2.0-0 (>= 2.74.0), python3 (<< 3.12), python3 (>= 3.11~), python3:any, libdpkg-perl, build-essential, python3-distutils, python3-mako, python3-markdown
Filename: pool/target/g/gobject-introspection/gobject-introspection_1.74.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 301020
MD5sum: b61c622bf9dcedf1a5580db02cd4ecae
SHA1: 32f3adf593c77cfae4d1e93b9f0540acbc37d038
SHA256: 173f520a7603e6424583fea85d072ac794f47d33d6e0c8fe673dd3e9b0c0fb69
SHA512: 2af3192b9cc80fccfd4666cc154003881592ed2445481172f1e9103248d542d6b2c480f1b51f048ec92376cc3272549a389ad8c1a2df3501fb03b6e719b0fc84
Description: Generate interface introspection data for GObject libraries
 GObject Introspection is a project for providing machine readable
 introspection data of the API of C libraries. This introspection
 data can be used in several different use cases, for example
 automatic code generation for bindings, API verification and documentation
 generation.
 .
 GObject Introspection contains tools to generate and handle the
 introspection data.
 .
 This package contains tools for extracting introspection data from libraries
 and transforming it to different formats.
Homepage: https://wiki.gnome.org/GObjectIntrospection

Package: gobject-introspection-dbgsym
Priority: optional
Section: debug
Installed-Size: 402
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gobject-introspection
Version: 1.74.0-3+apertis1bv2024dev2b1
Depends: gobject-introspection (= 1.74.0-3+apertis1bv2024dev2b1)
Filename: pool/target/g/gobject-introspection/gobject-introspection-dbgsym_1.74.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 334408
MD5sum: 0c46e1abe103ad5d86ff87bee114980f
SHA1: 53b33fecbddcdae8460e63dbe55d691b2e0c6855
SHA256: 650a3f7bba537cffda8295cf32a1e685176bcaaae4afc77bb0b86674edd1ec3a
SHA512: 9b7be88d1faea3e5372a5a77d0b96031d1f13d6373923f52b90b6a5b8092a2ca72758531bef8962681815b49a5c80ed24157e84cc668b200c08629df41c5c5af
Description: debug symbols for gobject-introspection
Auto-Built-Package: debug-symbols
Build-Ids: 462aa29cb256367ed03375cea7473b4d10b887c3 4f32621f46a203b3edaf1c65a724756ce2862393 d8f683b86dd395da2b32bb4c61a9807b7bbd46c5 d9ec1f51151c8c627c1a1467a0ef723f09b00faa

Package: golang-github-containers-conmon-dev
Priority: optional
Section: admin
Installed-Size: 58
Maintainer: Podman Packaging Team <team+podman@tracker.debian.org>
Architecture: all
Source: conmon
Version: 2.1.6+ds1-1+apertis0bv2024dev3b1
Filename: pool/target/c/conmon/golang-github-containers-conmon-dev_2.1.6+ds1-1+apertis0bv2024dev3b1_all.deb
Size: 11276
MD5sum: 8859cb0d372e23a1bed4dcbb3e7d2d5f
SHA1: ee37668fd83ca6ba26d7c68404bdb20e0e5367be
SHA256: 432dadea390d24fb402bdc6992158cacbd64dbf63f7d107b8089c43e79c9e26d
SHA512: dc05570498999b1927ade36a94992aac20bd21617d8ec4fcc3fc622ef5fef6eb08bdc1ff6a28066983785b04ee1519701e70393f2a21669287d4dc74d7fe0aab
Description: OCI container runtime monitor
 Conmon is a monitoring program and communication tool between a container
 manager (like podman or CRI-O) and an OCI runtime (like runc or crun) for a
 single container.
 .
 This package contains golang sources that other packages may require for
 building.
Homepage: https://github.com/containers/conmon

Package: golang-github-rootless-containers-rootlesskit-dev
Priority: optional
Section: golang
Installed-Size: 257
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Architecture: all
Source: rootlesskit
Version: 1.1.0-1+apertis0bv2024dev3b1
Depends: golang-github-gofrs-flock-dev, golang-github-gorilla-mux-dev, golang-github-insomniacslk-dhcp-dev, golang-github-moby-sys-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-sys-dev
Filename: pool/target/r/rootlesskit/golang-github-rootless-containers-rootlesskit-dev_1.1.0-1+apertis0bv2024dev3b1_all.deb
Size: 48128
MD5sum: 7602d34b51ea91aadcd68dc6c2188fd7
SHA1: 203e3582f89b0b7df780164e0533d1048ebee824
SHA256: c4ee9d726b0fc951d8d05df126ac03875c3724a18dc2d12cf611bafa9cb847a4
SHA512: a5e35ece929c64e8d898c4188e641f38ac7626867104f3af96fd3b81d5d0a19d49d713ae483503902c1572b06b94a6fe0c00a779803e18837d033b8151f35735
Description: Linux-native "fake root" for rootless containers (library)
 The purpose of RootlessKit is to run Docker and
 Kubernetes as an unprivileged user (known as "Rootless mode"),
 so as to protect the real root on the host from potential
 container-breakout attacks.
 .
 RootlessKit creates user_namespaces(7) and mount_namespaces(7),
 and executes newuidmap(1)/newgidmap(1) along with subuid(5) and
 subgid(5).
 .
 RootlessKit also supports isolating network_namespaces(7) with
 userspace NAT using "slirp".
 .
 This package contains the development files.
Homepage: https://github.com/rootless-containers/rootlesskit
Multi-Arch: foreign

Package: golang-redhat-audit-dev
Priority: optional
Section: golang
Installed-Size: 25
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: all
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Filename: pool/target/a/audit/golang-redhat-audit-dev_3.0.9-1+apertis1bv2024dev3b1_all.deb
Size: 13228
MD5sum: 302d425c3175f301001f9fe19b02041d
SHA1: d4de9ff1ceea6c91f093457649dfaf5d3cb1dd8d
SHA256: 29b4cf179d19ffc804d876aa6045f80c9004acded15e2215093ba70887ccc76e
SHA512: 1bd9024576cf3f6cb597bfa633fd630dc907964ac5c42ea51c229a8f27c34f7f838f64c0af3ae081eae050a5aa3232e1b3b5c8af35cb8d65176430f1f690ca67
Description: Go client bindings for the libaudit library
 The package contains the Go bindings to libaudit that only allows for logging
 audit events.
 .
 This package contains the source.
Homepage: https://people.redhat.com/sgrubb/audit/
Multi-Arch: foreign

Package: golang-redhat-audit-dev
Priority: optional
Section: golang
Installed-Size: 23
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: all
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev2b1
Filename: pool/target/a/audit/golang-redhat-audit-dev_3.0.9-1+apertis1bv2024dev2b1_all.deb
Size: 11072
MD5sum: 2e9982d4c0dc3a2fd640711b7826f918
SHA1: 6ddf67fa474a65f720dc6e6ebd8597ef34426965
SHA256: fa5f12524fa6bb4386f81058a4dedb994eeaa56feb97b1cc67b4114306bc2cda
SHA512: 403ac5693384d793efa91fb7dc7b687fe4e83ec564fd350d8e46b7a5b910ebd6220294697110b69fe61081c9f3452f6efbbd2b4e0d02e9015e040cdaf183c46c
Description: Go client bindings for the libaudit library
 The package contains the Go bindings to libaudit that only allows for logging
 audit events.
 .
 This package contains the source.
Homepage: https://people.redhat.com/sgrubb/audit/
Multi-Arch: foreign

Package: google-perftools
Priority: optional
Section: devel
Installed-Size: 371
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Version: 2.10-1+apertis0bv2024dev2b1
Depends: perl:any, libgoogle-perftools4, curl
Recommends: graphviz, gv
Suggests: libgoogle-perftools-dev
Filename: pool/target/g/google-perftools/google-perftools_2.10-1+apertis0bv2024dev2b1_all.deb
Size: 53044
MD5sum: a2a4a026ecdb1eb6eb97e3e1517efee5
SHA1: e9698b61ae941991804f240a08489d96ddf9bff5
SHA256: 120792aac9af148ac2ce0e12cf7192f9e41d7c0e46afad67e9f025ab829faa9e
SHA512: 6d754b30323519482bc738655d2ffd44dce0d529212e2415de461571bf77cac5d26b5cf39f26c6f33b6cbd8166422cbd927a9caafd2b4f8e79a669f5a24955f5
Description: command line utilities to analyze the performance of C++ programs
 The gperftools, previously called google-perftools, package contains some
 utilities to improve and analyze the performance of C++ programs. This is a
 part of that package, and includes command line utilities.
Homepage: https://github.com/gperftools/gperftools

Package: gpgrt-tools
Priority: optional
Section: devel
Installed-Size: 102
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgpg-error0 (>= 1.29)
Filename: pool/target/libg/libgpg-error/gpgrt-tools_1.46-1+apertis1bv2024dev3b1_arm64.deb
Size: 29716
MD5sum: 8702364d2d30c835caa57f6a35e7bcac
SHA1: 0dcd1b6c57170dcf174e2f7975f49fa48ae8318e
SHA256: aca815893a25b1c7c1273ad22268772b05a9e4a7afa92ccb95e3ff4dddfd1d99
SHA512: a9541dff9824f5ae95c24f8343aeb8217f1719ae428435a3b98fa5c1ba675151c9867365a12a2020edf7be237d1bd7b931e4d7eab990dbe74066cefce17c8380
Description: GnuPG development runtime library (executable tools)
 gpgrt (also known as libgpg-error) defines common error values,
 messages, and common runtime functionality for all GnuPG components.
 Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry,
 SmartCard Daemon and possibly more in the future.
 .
 This package contains yat2m, a Texinfo to nroff/troff converter
 useful for building manpages, and gpg-error, a binary for deciphering
 GnuPG/libgcrypt error codes.
Homepage: https://www.gnupg.org/related_software/libgpg-error/
Multi-Arch: foreign

Package: gpgrt-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 38
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Depends: gpgrt-tools (= 1.46-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libgpg-error/gpgrt-tools-dbgsym_1.46-1+apertis1bv2024dev3b1_arm64.deb
Size: 21312
MD5sum: 013ca202fa403991e6aa7d286f99b455
SHA1: 366359c8bf754f60893e6f9f1adba60c3a221c16
SHA256: cf65b38adba84102d26194b916d5ef222a5ed855074512f36ded0cc916e14d70
SHA512: fbd38ab37f71b49cfdccf818d371349dddc5e3f908bddb4ba79940bdc940eb976fe2ddea958991cc82636e2f9a40d213b425e820829c71f5d54157b8d0e25927
Description: debug symbols for gpgrt-tools
Auto-Built-Package: debug-symbols
Build-Ids: 26311d87a78a2c2730975aeef4a8c7b4de14a7a4

Package: gpm
Priority: optional
Section: misc
Installed-Size: 677
Maintainer: Axel Beckert <abe@debian.org>
Architecture: arm64
Version: 1.20.7-10+apertis0bv2024dev3b1
Depends: lsb-base (>= 3.2-13), ucf, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgpm2 (>= 1.20.7)
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/g/gpm/gpm_1.20.7-10+apertis0bv2024dev3b1_arm64.deb
Size: 176772
MD5sum: 15f61bbfdbe20efac6be4808fa4f9141
SHA1: e5c72fc00748d6bdf0a9e6f03be1dae234d91bb1
SHA256: 253d6732a3106456460d86b1d77af54809ea70182072a20cbf9479ac1a62b0ef
SHA512: 6e0a19be3c28ae2c9dafed90e090bab2d87da80759ecb92029166cd071e195a773a746bb9eebd374339e5dea6459da361280931da98633ff807f07070316f26a
Description: General Purpose Mouse interface
 This package provides a daemon that captures mouse events when the system
 console is active, and delivers events to applications through a library.
 .
 By default, the daemon provides a 'selection' mode, so that
 cut-and-paste with the mouse works on the console just as it does
 under X.
Homepage: https://nico.schottelius.org/software/gpm/
Multi-Arch: foreign

Package: gpm-dbgsym
Priority: optional
Section: debug
Installed-Size: 256
Maintainer: Axel Beckert <abe@debian.org>
Architecture: arm64
Source: gpm
Version: 1.20.7-10+apertis0bv2024dev3b1
Depends: gpm (= 1.20.7-10+apertis0bv2024dev3b1)
Filename: pool/target/g/gpm/gpm-dbgsym_1.20.7-10+apertis0bv2024dev3b1_arm64.deb
Size: 191280
MD5sum: 1e01f38d9a9477ce63f19f05920feabf
SHA1: c321565de90bd7d2074e811cef10f85c46947cef
SHA256: 86ea221f77a4f3a8f711c828beb331b76333490cb5beb929f2762d4f319cf95a
SHA512: ec7f8c6c297a64e996aa31ebcbfab4bd60a18e153976443c679828026fc868e043a2c92a81aac702ee7732cd5410174b23f2a1ef2a89949455195377b1f0ae79
Description: debug symbols for gpm
Auto-Built-Package: debug-symbols
Build-Ids: 5a7cad25732162efce97164d9af8db3a7e6737f6 6fb0ac7cad30db2a43968c0cadc0468bfd403e0a 98eea2d20bd6e59956b5d08720b04b6be7cf7abe 9e40d8f8f182ffb0587c29bdbe98e061e900a270

Package: graphene-tests
Priority: optional
Section: libs
Installed-Size: 1244
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: graphene
Version: 1.10.8-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgraphene-1.0-0 (>= 1.10.0)
Suggests: gnome-desktop-testing
Filename: pool/target/g/graphene/graphene-tests_1.10.8-1+apertis0bv2024dev2b1_arm64.deb
Size: 101496
MD5sum: d8db55c93188f0a21ecd934281e4c90b
SHA1: 583c7efc5ca9f929e3582bdcb84c5b7a8a52a3f0
SHA256: 6ec98973e232eb50f4b0882d1ae73d9d03deaad30b0d6bc023716020a350ad10
SHA512: f119fe843e1d496b7c975de553883309e18c60589d85c322ff748a89b666f30097e1ba9803b4b69d9dc37c147b35c28f2df6dc2e40f40bfe5eaf1efc9eb96107
Description: library of graphic data types (installed tests)
 Graphene provides a small set of mathematical types needed to implement
 graphic libraries that deal with 2D and 3D transformations and projections.
 .
 This library provides types and their relative API; it does not deal with
 windowing system surfaces, drawing, scene graphs, or input.
 .
 This package contains test programs, designed to be run as part of a
 regression testsuite.
Homepage: https://ebassi.github.io/graphene/

Package: graphene-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 934
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: graphene
Version: 1.10.8-1+apertis0bv2024dev2b1
Depends: graphene-tests (= 1.10.8-1+apertis0bv2024dev2b1)
Filename: pool/target/g/graphene/graphene-tests-dbgsym_1.10.8-1+apertis0bv2024dev2b1_arm64.deb
Size: 616544
MD5sum: c365fb1fa090e7dae8690ea4a1b69957
SHA1: c4a4fb2c190f56e92236f7fde47c258ee5982b28
SHA256: 14a011837b328380bdeb2847a637cd5e6ea18695aab2af2a4a017a214828358c
SHA512: 13af4f8f950966412f1273b9ae6dbfe912dd7636a81bac8f6fa9a149b47fb93b172f9d83a585500fa603f2f2448d5f41539a2c3cf4f1b3f14c207705fb71a500
Description: debug symbols for graphene-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0ebca6bd05fdcd9c7d76ca27b14ebb8a143484df 1785a278120940307a4c94190d2360d3c634a211 3497e83669ac3bbfb1e252f434d10a1a909364a0 44e3b91f55ecc1e61b2c5fc51bc0c14d00800160 62e9efb7c52ea3ee5ba40a8505ff2d4d15775e3d 72df24c596f92a647c64da03d4980125bdf48f22 7abc90be4790eb4741a5ab400230aec3c0ae89ed 908128d1aafc614872b3339ed2ed319ac7db6f95 9c3b5b4216c3660bba7fff5815acf87a6773dcc7 c311ee91ddefc2e631948b7afda826cda6acf977 d81008caf70d7c3d53ad2b9b9f7b25fe57787e98 e0b735d25f94e5b69ce9fa4d982dc94072cccf99 ecd3359f3aa12cf69644089c7e704ba1b3ec8376 ed0cf83f7a82a8f3db015edcc42cfdf6e5eb7bbb eeea407cd3e567d5d86c6dc75a0a2a67b6c4c177 f1772945e010c087f0e2c3b627ef379e2edabfb2 f4b7d5df067565771b7cffbc78c9a2205b179d89 f9543c9e4b8d972604d7b4dac0df12a25cbc8e3d

Package: grilo-plugins-0.3
Priority: optional
Section: libs
Installed-Size: 3387
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: arm64
Source: grilo-plugins
Version: 0.3.15-2+apertis1bv2024dev2b1
Replaces: grilo-plugins-0.2
Depends: libarchive13 (>= 3.0.4), libavahi-client3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.33), libdmapsharing-3.0-2 (>= 2.9.12), libgdata22 (>= 0.15.0), libglib2.0-0 (>= 2.67.3+git20210214), libgom-1.0-0 (>= 0.4), libgrilo-0.3-0 (>= 0.3.8), libgstreamer1.0-0 (>= 1.0.0), libjson-glib-1.0-0 (>= 1.5.2), liblua5.3-0, libmediaart-2.0-0 (>= 1.9.0), liboauth0 (>= 0.9.1), libsoup2.4-1 (>= 2.41.90), libsqlite3-0 (>= 3.5.9), libtotem-plparser18 (>= 3.26.0), libtracker-sparql-3.0-0 (>= 3.1.1), libxml2 (>= 2.7.4)
Breaks: grilo-plugins-0.2
Filename: pool/target/g/grilo-plugins/grilo-plugins-0.3_0.3.15-2+apertis1bv2024dev2b1_arm64.deb
Size: 930736
MD5sum: 1458e4393b224390b557cd87654ab3a2
SHA1: 329b52cbbbb3537931d893de44c922e7e87a7e1f
SHA256: d80cec4aaa4c3a87680666ebaca90740c88a9c5a9cd571ce8d5da59cb61df55d
SHA512: 3535f5e3362e7f95779ea3a6aa262f6a619789db82ed8919f97530b6a43fb77c5e6db3b72a04351bfc42a42f7928b4191577eada68ee8e22a6e6725b4543c343
Description: Framework for discovering and browsing media - Plugins
 Grilo is a framework focused on making media discovery and browsing
 easy for application developers.
 .
 More precisely, Grilo provides:
   * A single, high-level API that abstracts the differences among
     various media content providers, allowing application developers
     to integrate content from various services and sources easily.
   * A collection of plugins for accessing content from various media
     providers. Developers can share efforts and code by writing
     plugins for the framework that are application agnostic.
   * A flexible API that allows plugin developers to write plugins of
     various kinds.
 .
 This package contains the set of plugins officially distributed with
 Grilo:
   * Bookmarks
   * Chromaprint
   * dLeyna
   * DAAP / DPAP
   * Filesystem
   * Flickr
   * Freebox
   * Gravatar
   * Local metadata (album art and thumbnails)
   * Magnatune
   * Metadata Store
   * OpenSubtitles
   * Optical Media
   * Podcasts
   * Rai.tv
   * SHOUTcast
   * TheTVDB
   * TMDb
   * Tracker
   * Youtube
   * Lua Factory, with these Lua scripts:
     - Acoustid
     - Apple Movie Trailers
     - Euronews
     - The Guardian Videos
     - iTunes Podcast
     - Last.fm Cover
     - Musicbrainz Cover Art
     - Radio France
     - Steam Store
     - TheAudioDB cover
     - TheGamesDB.net
     - Video title parsing
Homepage: https://wiki.gnome.org/Projects/Grilo
Multi-Arch: same

Package: grilo-plugins-0.3-dbgsym
Priority: optional
Section: debug
Installed-Size: 1010
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: arm64
Source: grilo-plugins
Version: 0.3.15-2+apertis1bv2024dev2b1
Depends: grilo-plugins-0.3 (= 0.3.15-2+apertis1bv2024dev2b1)
Filename: pool/target/g/grilo-plugins/grilo-plugins-0.3-dbgsym_0.3.15-2+apertis1bv2024dev2b1_arm64.deb
Size: 675544
MD5sum: fd326747ce90a7bb25d0661d04b267e9
SHA1: 8538f2a29747c0d2ba7e4a799000842caacf45b4
SHA256: f86882a115e145407597ed1479fe225e540c4b0807805b1c75537ba36bcc1dbb
SHA512: 81a93e9c025151e82017f6e02d4088e18491f191d040bae936493ec33177bea54f1cf3f46c519ee133b6599e509e1de52f1597fda2c811aade24f6e78b2f0d25
Description: debug symbols for grilo-plugins-0.3
Auto-Built-Package: debug-symbols
Build-Ids: 3b719bac8ba0fcebfd62afe3b24d21641f93df1b 4a92fd5896e0a03baaada5bf1c418303ff1cf2db 4d33af7333bf26ee035f9b0b5c84dea005eab654 59b982d800957a6fa00c9c12aeedde23990666c1 6d8026d91b3c11aab60bc13ece38277a0c99b561 6fc675cc65ebd8e89e0d29b3689cf6e9a7c9d2de 8bc9d8b7c6ba9bdcc7628e535f3121a764f69c1c 8c6166f4acdbaed0bace0d96ca02b03c58daaf9e 8e86c0372e028b281e57823b166d0c697ffcad33 94cc2241bbc20d89673c4d7b261c91ed8a028267 9a362eeeb8acfe4284d6a53b0305cfdf5ca71e15 9c239c33a7fc99681953be963d7c9dbd6268a45e 9ce3523908788127104e07d0a9c2f15f1b5c283a a24afcf3fe55b39e02b6600fc664ff038bc1403c a28aad5d5b516f4e6130c8bee4fccb79a6852b55 a4bf7aacc9ae8c99de7cf97f04a8d02f7efbb299 b1f5b0f1b751bff65ef89f8a11a7412b6ab028f8 b3223123ff19d86d51b261c7a130a894a0ea28cd b4db09ccd964039c6144218a65d3cef545ea9555 ba83fcab8a17cb51f32de405ff281683952745c7 e469a24cb82da07cb042a517a4fe0574a83988b7 f09fa0e1f3d00e027b064dc3c3f32b08311d1f51
Multi-Arch: same

Package: gsettings-desktop-schemas
Priority: optional
Section: gnome
Installed-Size: 5109
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Version: 43.0-1+apertis0bv2024dev3b1
Depends: dconf-gsettings-backend | gsettings-backend
Breaks: gnome-control-center (<< 1:3.19.92), gnome-settings-daemon (<< 3.19.92), gnome-shell (<< 40), mutter (<< 3.31.4), nautilus (<< 3.7.92)
Filename: pool/target/g/gsettings-desktop-schemas/gsettings-desktop-schemas_43.0-1+apertis0bv2024dev3b1_all.deb
Size: 640728
MD5sum: 5dbf966a14b5fb156aedd6a024929639
SHA1: 23e993f5cb108557a8824002eece8d7bc230ba6b
SHA256: cef627a0a95c6e41cf84e1ac01d8b3df17d43e608b5c453e0217468118520227
SHA512: 368631236e01cbcffb2de6577494304364f070ab8a9363f4f5d3aaaee52830553178ebaa3fd7f7618a9ffed904989a627632654a79e596b516af74031e88d41c
Description: GSettings desktop-wide schemas
 gsettings-desktop-schemas contains a collection of GSettings schemas for
 settings shared by various components of a desktop.
Homepage: https://www.gnome.org/
Multi-Arch: foreign

Package: gsettings-desktop-schemas-dev
Priority: optional
Section: libdevel
Installed-Size: 48
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gsettings-desktop-schemas
Version: 43.0-1+apertis0bv2024dev3b1
Depends: gsettings-desktop-schemas (>= 43.0-1+apertis0bv2024dev3b1), gir1.2-gdesktopenums-3.0 (= 43.0-1+apertis0bv2024dev3b1)
Filename: pool/target/g/gsettings-desktop-schemas/gsettings-desktop-schemas-dev_43.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 9536
MD5sum: 142315ad2240b7eef745a9290d1d8f49
SHA1: 46e72a253d7bbceb1c6bcbe2983c7f6b424c72bd
SHA256: 70ad27a90b278f1a0e4ea18c08fb911e5797eb678236a34e4c60bac0353a32a7
SHA512: 7035ee518745f4d4da1e46fabb03f16fda6d0f74b0573cb73f6961cbf1964afd36e2d3f221ede4ddbcf58d6db8604e29975e2a10c5b806382f36e83b816c1ab3
Description: Development files for GSettings desktop-wide schemas
 gsettings-desktop-schemas contains a collection of GSettings schemas for
 settings shared by various components of a desktop.
 .
 This package contains the development files.
Homepage: https://www.gnome.org/
Multi-Arch: same

Package: gssdp-tools
Priority: optional
Section: net
Installed-Size: 81
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.61.2), libgssdp-1.6-0 (>= 0.14.0), libgtk-4-1 (>= 4.0.0), libsoup-3.0-0 (>= 2.26.1)
Filename: pool/target/g/gssdp/gssdp-tools_1.6.2-2+apertis0bv2024dev2b1_arm64.deb
Size: 16588
MD5sum: d32119126685a43b0637fd9094bca985
SHA1: 7f05994b3ae214101a2f66c0e41d188a490a3bac
SHA256: c4dbb4ed248b0053465e0e35678fa8b74e4602a5aae7ce189ebe4cc4e1214f8a
SHA512: 081ea6323021406d9b6ea499f6b481c2e6280930285b20c9623bc15229601325937579ab6e1df32b39d9ac8041981088e4d60ee1dee016cd5532f13d08147917
Description: GObject-based library for SSDP (tools)
 A GObject-based API for doing SSDP (Simple Service Discovery Protocol)
 transparently.
 .
 This package contains some tools, such as gssdp-device-sniffer.
Homepage: https://wiki.gnome.org/Projects/GUPnP

Package: gssdp-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 50
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Depends: gssdp-tools (= 1.6.2-2+apertis0bv2024dev2b1)
Filename: pool/target/g/gssdp/gssdp-tools-dbgsym_1.6.2-2+apertis0bv2024dev2b1_arm64.deb
Size: 30192
MD5sum: 0fdaedaff3833d8443cead19ca28afb5
SHA1: 2abe63a786ae126fa419c661123290812b836f36
SHA256: 6948b3de4822cdf6d92de7f06517dc819fd943bf0f9f317762d5b486b6530d84
SHA512: e8602bf3c55ba2a4ccb0f3c5b35e3fe01c07e8481037355aff18d5a86de8f4e1a711aecbdb8f7257ebeae9e2f21e34c4ebc8c56200fe6a74db48100ba3141356
Description: debug symbols for gssdp-tools
Auto-Built-Package: debug-symbols
Build-Ids: f0dc292b1eb6ae45323df433cb33e0dcd7c50afd

Package: gstreamer1.0-alsa
Priority: optional
Section: libs
Installed-Size: 246
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Provides: gstreamer1.0-audiosink, gstreamer1.0-audiosource
Depends: libasound2 (>= 1.0.27), libc6 (>= 2.17), libglib2.0-0 (>= 2.67.3), libgstreamer-plugins-base1.0-0 (>= 1.22.0), libgstreamer1.0-0 (>= 1.22.0)
Suggests: alsa-utils (>= 0.9.0)
Filename: pool/target/g/gst-plugins-base1.0/gstreamer1.0-alsa_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 103352
MD5sum: f9e14a48aaa74c662e223bf2f6a0d63d
SHA1: f93fbf1bc2a485c716510aa5e574497b18706485
SHA256: 8c142a9b9eccc622cadf88d12afdbe861ead7f97b48ace3ec154ae106f3d25c4
SHA512: 7d0811f4ddab74bf3200c763f3e85a1538c3a3c1d46b16c4a4ed60d7ba0dad0c33b51dfb551c459958280925816a86aea18d40a809f6723bc8c41fb86e05470b
Description: GStreamer plugin for ALSA
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains the GStreamer plugin for the ALSA library.  ALSA
 is the Advanced Linux Sound Architecture.
Gstreamer-Elements: alsamidisrc, alsasink, alsasrc
Gstreamer-Version: 1.22
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gstreamer1.0-alsa-dbgsym
Priority: optional
Section: debug
Installed-Size: 129
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Depends: gstreamer1.0-alsa (= 1.22.0-3+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-base1.0/gstreamer1.0-alsa-dbgsym_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 100200
MD5sum: 1d7df84e4ea37be5076676a88473dce8
SHA1: adf67d2ecfb7b8cf2d6fb2dbf7f493bafa224846
SHA256: 4b4be113ea91c800ac984c15f7a6798ee79fff34c2d007f99a600c31213c6b6c
SHA512: 6559562f67dfe118f1a3be8b93638ffdf3045278265e2b95719ac4bfa5a866f2d11d5fa2e90b305331317458fdea829a77b4cf41bfb08f209ed9074212fd4538
Description: debug symbols for gstreamer1.0-alsa
Auto-Built-Package: debug-symbols
Build-Ids: 7ca65538497eaa55a8b204f7aca427ee13dbe3d7
Gstreamer-Elements: alsamidisrc, alsasink, alsasrc
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gstreamer1.0-gl
Priority: optional
Section: libs
Installed-Size: 510
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Replaces: gstreamer1.0-plugins-bad (<< 1.15.1)
Provides: gstreamer1.0-videosink, gstreamer1.0-videosource
Depends: libc6 (>= 2.27), libglib2.0-0 (>= 2.62), libgraphene-1.0-0 (>= 1.5.4), libgstreamer-gl1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.22.0), libgstreamer1.0-0 (>= 1.22.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libx11-6
Breaks: gstreamer1.0-plugins-bad (<< 1.15.1)
Filename: pool/target/g/gst-plugins-base1.0/gstreamer1.0-gl_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 177420
MD5sum: 06e9488c3b595555dc185ebecff5ba49
SHA1: 91a23609094404b6e754b92de82c7d1d8c6e63aa
SHA256: 68763d2021b0159e9a3e4c4e7144f80e21da3cd4e3960fa073ddfd6b1aa5528a
SHA512: d53b9f56997ff50f9c7a9ce20551ecc75561e8a1462b4eb63d8a9f5af6c07ae109aa094321b2766c2aa7cd65ba85fec66c8f03f3afd3f306b0258d59dbdd9182
Description: GStreamer plugins for GL
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains the GStreamer plugins for GL.
Gstreamer-Elements: glalpha, glcolorbalance, glcolorconvert, glcolorscale, gldeinterlace, gldifferencematte, gldownload, gleffects, gleffects_blur, gleffects_bulge, gleffects_fisheye, gleffects_glow, gleffects_heat, gleffects_identity, gleffects_laplacian, gleffects_lumaxpro, gleffects_mirror, gleffects_sepia, gleffects_sin, gleffects_sobel, gleffects_square, gleffects_squeeze, gleffects_stretch, gleffects_tunnel, gleffects_twirl, gleffects_xpro, gleffects_xray, glfilterapp, glfilterbin, glfiltercube, glfilterglass, glimagesink, glimagesinkelement, glmixerbin, glmosaic, gloverlay, gloverlaycompositor, glshader, glsinkbin, glsrcbin, glstereomix, glstereosplit, gltestsrc, gltransformation, glupload, glvideoflip, glvideomixer, glvideomixerelement, glviewconvert
Gstreamer-Version: 1.22
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gstreamer1.0-gl-dbgsym
Priority: optional
Section: debug
Installed-Size: 426
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Depends: gstreamer1.0-gl (= 1.22.0-3+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-base1.0/gstreamer1.0-gl-dbgsym_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 351984
MD5sum: 116711c09356d1a30d1eaa2d4e0abeb7
SHA1: a25ce854057bf58a2da6f07559f978983ef25a24
SHA256: 5ce432470cd96ec16a761b37d0aa886e89036452bf6eeb780026b486fdb17ea1
SHA512: 238653b099f8611a81648a7c4934e7867b9bf98f4325962c902e45d1b1fe1f34d1c2809179dd19c9aa5b99bf11b2c2e5c710565d426b8fab4bff5f92c4d1a131
Description: debug symbols for gstreamer1.0-gl
Auto-Built-Package: debug-symbols
Build-Ids: 32200e181bef3ab42ae2b27c9c19663d94774c7e
Gstreamer-Elements: glalpha, glcolorbalance, glcolorconvert, glcolorscale, gldeinterlace, gldifferencematte, gldownload, gleffects, gleffects_blur, gleffects_bulge, gleffects_fisheye, gleffects_glow, gleffects_heat, gleffects_identity, gleffects_laplacian, gleffects_lumaxpro, gleffects_mirror, gleffects_sepia, gleffects_sin, gleffects_sobel, gleffects_square, gleffects_squeeze, gleffects_stretch, gleffects_tunnel, gleffects_twirl, gleffects_xpro, gleffects_xray, glfilterapp, glfilterbin, glfiltercube, glfilterglass, glimagesink, glimagesinkelement, glmixerbin, glmosaic, gloverlay, gloverlaycompositor, glshader, glsinkbin, glsrcbin, glstereomix, glstereosplit, gltestsrc, gltransformation, glupload, glvideoflip, glvideomixer, glvideomixerelement, glviewconvert
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gstreamer1.0-gtk3
Priority: optional
Section: graphics
Installed-Size: 205
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-good1.0
Version: 1.22.0-5+deb12u1+apertis1bv2024dev3b2
Replaces: gstreamer1.0-plugins-bad (<< 1.13.1)
Provides: gstreamer1.0-videosink
Depends: libc6 (>= 2.17), libcairo2 (>= 1.10.0), libglib2.0-0 (>= 2.62), libgstreamer-gl1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.22.0), libgstreamer1.0-0 (>= 1.22.0), libgtk-3-0 (>= 3.16.2)
Breaks: gstreamer1.0-plugins-bad (<< 1.13.1)
Filename: pool/target/g/gst-plugins-good1.0/gstreamer1.0-gtk3_1.22.0-5+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 102712
MD5sum: 66a562e1146ed593764a9ccb59438118
SHA1: 668e31c9eb982a4c31491bbd22a147979ddc093d
SHA256: 7f4cbd870a3eab90ef6ec2d7fd010fecbefb316740834056b093d69ae6cee481
SHA512: 7983a38b462f51bf6b9b1a68e3d46a7cc154386bfe8f19ef49660e552fffa24c74efa0878f61bef9fe579a0f2deb50ba95ce27a96076316572316776931d152f
Description: GStreamer plugin for GTK+3
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains the GStreamer plugin for GTK+3.
Gstreamer-Elements: gtkglsink, gtksink
Gstreamer-Version: 1.22
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gstreamer1.0-gtk3-dbgsym
Priority: optional
Section: debug
Installed-Size: 113
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-good1.0
Version: 1.22.0-5+deb12u1+apertis1bv2024dev3b2
Depends: gstreamer1.0-gtk3 (= 1.22.0-5+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-good1.0/gstreamer1.0-gtk3-dbgsym_1.22.0-5+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 87680
MD5sum: 7bc83e849c7dba8d8d849896c913766a
SHA1: cca297133780b1612d1c95af7591bc9356690a03
SHA256: beccff5e6b54c72d7ceca86f87e2bcd1599f03c39ddc94384052648133e0b9e2
SHA512: 60ea4daf8375bee13da7b93e9ef16fb82033524e8459caeb6079b4497e27d6beece93b0fa53b388f6c74b31221ed210478dab9655768f1ca3534fe094d7f3821
Description: debug symbols for gstreamer1.0-gtk3
Auto-Built-Package: debug-symbols
Build-Ids: 50c434908fa6044fd568bd9896253fa65a427092
Gstreamer-Elements: gtkglsink, gtksink
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gstreamer1.0-libcamera
Priority: optional
Section: libs
Installed-Size: 199
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcamera
Version: 0.0.3-6+apertis2bv2024dev2b1
Replaces: libcamera0 (<< 0.0.3-1~)
Depends: libc6 (>= 2.32), libcamera0.0.3 (>= 0.0.3), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.12.0), libgstreamer1.0-0 (>= 1.18.0), libstdc++6 (>= 11)
Breaks: libcamera0 (<< 0.0.3-1~)
Filename: pool/target/libc/libcamera/gstreamer1.0-libcamera_0.0.3-6+apertis2bv2024dev2b1_arm64.deb
Size: 44712
MD5sum: 27c1e032dbf285bc28795bed6d4992ca
SHA1: 32056daecb5581853b75dddddf847a75054e3e2a
SHA256: 82851396ca2a5f78c06b8f21bbc4730b355c40f96a9c2cba18559b460d99c8da
SHA512: f926dc01faca0a32b8efe3e875b805c9a279bf65d4e1224f283b6d97d1862dd68af5bc36e12e8ca987649e66f2fb727199fe88adddfef2100f006b5ef948624c
Description: complex camera support library (GStreamer plugin)
 libcamera is a complex camera support library which handles low-level
 control of the camera devices, providing a unified higher-level
 programming interface to the applications.
 .
 This package contains the libcamera GStreamer plugin.
Homepage: https://libcamera.org/
Multi-Arch: same

Package: gstreamer1.0-libcamera-dbgsym
Priority: optional
Section: debug
Installed-Size: 542
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcamera
Version: 0.0.3-6+apertis2bv2024dev2b1
Depends: gstreamer1.0-libcamera (= 0.0.3-6+apertis2bv2024dev2b1)
Filename: pool/target/libc/libcamera/gstreamer1.0-libcamera-dbgsym_0.0.3-6+apertis2bv2024dev2b1_arm64.deb
Size: 517280
MD5sum: 7e76bb5c1a5ffd6559e9d6ed134dbfcf
SHA1: 3f135969f233d9e47b31014056bfe2ba6a27db7d
SHA256: ec3014b7878361e45d1f237730ee6d5d6dd18723652213ce8550000f5f746d2d
SHA512: a2d59bd3d747dd5cea3e404c9f08d0b80d05c0a80d56bf8166fda36417f3e73bb19a3cd77b057b2073f0eae7b6af861d2d22dccd7b284b7c06efb57d23eb8571
Description: debug symbols for gstreamer1.0-libcamera
Auto-Built-Package: debug-symbols
Build-Ids: a6e8d864101a1b3181d42ed3d07cf2fc35a18090
Multi-Arch: same

Package: gstreamer1.0-pipewire
Priority: optional
Section: libs
Installed-Size: 230
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), libc6 (>= 2.28), libglib2.0-0 (>= 2.39.4), libgstreamer-plugins-base1.0-0 (>= 1.6.0), libgstreamer1.0-0 (>= 1.6.0), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/gstreamer1.0-pipewire_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 59724
MD5sum: 275c2727981a224a3732109a53455405
SHA1: d701dc30d9c280eeaaf17e6e384ca0edc449a8b5
SHA256: c27272127b97741bb83261e5190cc75e641229706831a653f69bbaf4b6abb525
SHA512: 803638e3aa1bd04c860adcf2624b8568c7cd90cd09e5092a7971e995ce57450a0d01025a1e1342aa1cee16daf6d08d6379567c8bdc0cd30d70dec59f0aceea14
Description: GStreamer 1.0 plugin for the PipeWire multimedia server
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains a plugin to make devices managed by the PipeWire
 server available as GStreamer sources and sinks.
Homepage: https://pipewire.org/
Multi-Arch: same

Package: gstreamer1.0-pipewire-dbgsym
Priority: optional
Section: debug
Installed-Size: 241
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: gstreamer1.0-pipewire (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/gstreamer1.0-pipewire-dbgsym_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 215036
MD5sum: 5c960c1bd0c6df96650c6d7bb7c77228
SHA1: c08b6f0edc7fdd67ad5a599cd1f5d5c029bef5c8
SHA256: beb194d6f332aba1e2a426cc34d4f80366728ae96e32c34f466ccb770c60711f
SHA512: 85ad698366f1cea888218328d9284c4390ba55a190185165985d3c045a8ba28cf193fb1cbbd9c66f07a5410cd0629af4ed3f4edd8d1edbeea3af338acb187cc5
Description: debug symbols for gstreamer1.0-pipewire
Auto-Built-Package: debug-symbols
Build-Ids: 5c1e6079afb3f43561cff716b4c29e234a0101a9
Multi-Arch: same

Package: gstreamer1.0-plugins-bad
Priority: optional
Section: libs
Installed-Size: 10022
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-bad1.0
Version: 1.22.0-4+deb12u1+apertis1bv2024dev3b2
Replaces: gstreamer1.0-plugins-bad-faad (<< 1.11.91-1ubuntu1), gstreamer1.0-plugins-bad-videoparsers (<< 1.11.91-1ubuntu1), gstreamer1.0-plugins-base (<< 0.11.94), gstreamer1.0-plugins-good (<< 1.1.2)
Provides: gstreamer1.0-audiosink, gstreamer1.0-audiosource, gstreamer1.0-plugins-bad-faad, gstreamer1.0-plugins-bad-videoparsers, gstreamer1.0-videosink, gstreamer1.0-videosource, gstreamer1.0-visualization
Depends: libbz2-1.0, libc6 (>= 2.34), libcairo2 (>= 1.6.0), libdrm2 (>= 2.4.62), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.68), libgstreamer-gl1.0-0 (>= 1.22.0), libgstreamer-plugins-bad1.0-0 (= 1.22.0-4+deb12u1+apertis1bv2024dev3b2), libgstreamer-plugins-base1.0-0 (>= 1.22.0), libgstreamer1.0-0 (>= 1.22.0), libgtk-3-0 (>= 3.15.0), libgudev-1.0-0 (>= 146), liblcms2-2 (>= 2.7), liblilv-0-0 (>= 0.22), libnettle8 (>= 3), libopus0 (>= 1.1), liborc-0.4-0 (>= 1:0.4.25), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.22), librsvg2-2 (>= 2.36.2), libsndfile1 (>= 1.0.20), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libusb-1.0-0 (>= 2:1.0.8), libva2 (>= 2.2.0), libwayland-client0 (>= 1.20.0), libwebp7 (>= 1.2.4), libwebrtc-audio-processing1, libx11-6, libxml2 (>= 2.9.0), gstreamer1.0-plugins-base (>= 1.22.0), gstreamer1.0-plugins-good (>= 1.22.0)
Suggests: frei0r-plugins
Conflicts: gstreamer1.0-plugins-bad-faad (<< 1.11.91-1ubuntu1), gstreamer1.0-plugins-bad-videoparsers (<< 1.11.91-1ubuntu1)
Breaks: gstreamer1.0-plugins-base (<< 0.11.94), gstreamer1.0-plugins-good (<< 1.1.2)
Filename: pool/target/g/gst-plugins-bad1.0/gstreamer1.0-plugins-bad_1.22.0-4+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 1907824
MD5sum: 8f87373093d7313bc06c3435d12a3648
SHA1: bdddde58f581f6c5ed887837d5092e86af73df3f
SHA256: ebfc9a9e4a2386c193d38e7a62bea73db8e7ea06c2a6a3d13eabe44ff48c4bb6
SHA512: 8295d01dbb5dbdff76d11a6b78c32753889407dd4c7e993930c6c52c7bdcbd7f28ee2d5793632a0ba54af211ec917b83876e427ea98330afee78f120a602bdf7
Description: GStreamer plugins from the "bad" set
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
 to the rest. They might be close to being good quality, but they're missing
 something - be it a good code review, some documentation, a set of tests, a
 real live maintainer, or some actual wide use.
Gstreamer-Decoders: application/dash+xml; application/mxf; application/vnd.ms-sstr+xml; application/x-hls; application/x-yuv4mpeg, y4mversion=(int)2; audio/midi; audio/riff-midi; audio/x-adpcm, layout=(string){ microsoft, dvi }; audio/x-aiff; audio/x-ircam; audio/x-nist; audio/x-paris; audio/x-rf64; audio/x-sds; audio/x-svx; audio/x-voc; audio/x-w64; audio/x-xi; image/jp2; image/png; image/svg; image/svg+xml; image/webp; image/x-j2c; image/x-jpc; image/x-jpc-striped; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean){ true, false }; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false; video/mpegts, systemstream=(boolean)true; video/x-av1; video/x-cdxa; video/x-divx, divxversion=(int)[ 4, 5 ]; video/x-h263, variant=(string)itu; video/x-h264; video/x-h265; video/x-ivf; video/x-vmnc, version=(int)1; video/x-vp8, codec-alpha=(boolean)true; video/x-vp9
Gstreamer-Elements: a2dpsink, accurip, adpcmdec, adpcmenc, aesdec, aesenc, aiffmux, aiffparse, alphacombine, asfmux, asfparse, atscmux, audiobuffersplit, audiochannelmix, audiolatency, audiomixmatrix, audioparse, audiosegmentclip, autoconvert, autovideoconvert, av1parse, avdtpsink, avdtpsrc, avwait, bayer2rgb, bulge, burn, bz2dec, bz2enc, camerabin, cc708overlay, cccombiner, ccconverter, ccextractor, checksumsink, chopmydata, chromahold, chromium, circle, clockselect, codecalphademux, coloreffects, combdetect, compare, dashdemux, dashsink, debugspy, diffuse, dilate, diracparse, dodge, dtlsdec, dtlsenc, dtlssrtpdec, dtlssrtpdemux, dtlssrtpenc, dvbbasebin, dvbsrc, dvbsubenc, errorignore, exclusion, faceoverlay, fakeaudiosink, fakevideosink, fbdevsink, festival, fieldanalysis, fisheye, fpsdisplaysink, freeverb, gaussianblur, gdpdepay, gdppay, gtkwaylandsink, h263parse, h264parse, h264timestamper, h265parse, h265timestamper, hlsdemux, hlssink, hlssink2, id3mux, interaudiosink, interaudiosrc, interlace, intersubsink, intersubsrc, intervideosink, intervideosrc, ipcpipelinesink, ipcpipelinesrc, ipcslavepipeline, irtspparse, ivfparse, ivtc, jifmux, jp2kdecimator, jpeg2000parse, jpegparse, kaleidoscope, kmssink, lcms, line21decoder, line21encoder, marble, midiparse, mirror, mpeg4videoparse, mpegpsdemux, mpegpsmux, mpegtsmux, mpegvideoparse, mssdemux, mxfdemux, mxfmux, netsim, opusparse, pcapparse, perspective, pinch, pngparse, pnmdec, pnmenc, proxysink, proxysrc, removesilence, rfbsrc, rgb2bayer, ristrtpdeext, ristrtpext, ristrtxreceive, ristrtxsend, ristsink, ristsrc, rotate, roundrobin, rsvgdec, rsvgoverlay, rtmp2sink, rtmp2src, rtpasfpay, rtponvifparse, rtponviftimestamp, rtpsink, rtpsrc, scenechange, sctpdec, sctpenc, sdpdemux, sdpsrc, sfdec, shmsink, shmsrc, simplevideomark, simplevideomarkdetect, smooth, solarize, spacescope, spectrascope, speed, sphere, square, srtenc, stretch, switchbin, synaescope, testsrcbin, timecodestamper, transcodebin, tsdemux, tsparse, ttmlparse, ttmlrender, tunnel, twirl, uritranscodebin, uvch264mjpgdemux, uvch264src, vc1parse, videoanalyse, videocodectestsink, videodiff, videoframe-audiolevel, videoparse, videosegmentclip, viewfinderbin, vmncdec, vp8alphadecodebin, vp9alphadecodebin, vp9parse, watchdog, waterripple, wavescope, waylandsink, webpdec, webpenc, webrtcdsp, webrtcechoprobe, webvttenc, wrappercamerabinsrc, y4mdec, zebrastripe
Gstreamer-Encoders: application/mxf; application/x-bzip; application/x-dtls; application/x-gdp; application/x-rtp, media=(string){ audio, video, application }, encoding-name=(string)X-ASF-PF; application/x-sctp; application/x-subtitle; application/x-subtitle-vtt; audio/x-adpcm, layout=(string)dvi; audio/x-aiff; image/webp; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; video/mpeg, mpegversion=(int)2, systemstream=(boolean)true; video/mpegts, systemstream=(boolean)true, packetsize=(int){ 192, 188 }; video/x-ms-asf, parsed=(boolean)true
Gstreamer-Uri-Sinks: rtmp, rtmps, rtp
Gstreamer-Uri-Sources: dvb, rfb, rist, rtmp, rtmps, rtp, sdp, testbin
Gstreamer-Version: 1.22
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gstreamer1.0-plugins-bad-apps
Priority: optional
Section: utils
Installed-Size: 290
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-bad1.0
Version: 1.22.0-4+deb12u1+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.68), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.22.0), libgstreamer1.0-0 (>= 1.22.0), gstreamer1.0-plugins-bad (= 1.22.0-4+deb12u1+apertis1bv2024dev3b2)
Conflicts: pitivi (<< 0.9999)
Filename: pool/target/g/gst-plugins-bad1.0/gstreamer1.0-plugins-bad-apps_1.22.0-4+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 168516
MD5sum: b693b1310a96960e327c1da1ed143eb8
SHA1: 916f5a383d5954121a00205535dd4f8741b61bbe
SHA256: 5fa65e1d74133e39d0b24bc04042030270d231d7a60c8598b3f0e043db443517
SHA512: 600592ecc5438bca37581511a3dcf7892b4b7e190e20aa55dcd84a81c2c1d02655c4eaab8ddaa33cd0ac0211890eaada23edcedb4d16552651dd57e38ca91d78
Description: GStreamer helper programs from the "bad" set
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains helper programs from the "bad" set, a set of
 plug-ins that aren't up to par compared to the rest. They might be
 close to being good quality, but they're missing something - be it a
 good code review, some documentation, a set of tests, a real live
 maintainer, or some actual wide use.
Homepage: https://gstreamer.freedesktop.org

Package: gstreamer1.0-plugins-bad-apps-dbgsym
Priority: optional
Section: debug
Installed-Size: 39
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-bad1.0
Version: 1.22.0-4+deb12u1+apertis1bv2024dev3b2
Depends: gstreamer1.0-plugins-bad-apps (= 1.22.0-4+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-bad1.0/gstreamer1.0-plugins-bad-apps-dbgsym_1.22.0-4+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 21260
MD5sum: fd73da5c9e56a0067d011c230a9c74cd
SHA1: d3ee87808a364efad8a696c85fba1c989bfe047b
SHA256: ef11b744d0c4590f93c86205aefcd79350a2265673d424a448de58a3d7668675
SHA512: 9f67330a925981c909d0dc924b677d74ea7e34016de24be19d00d277d13a125555f788e80b7509f622bcfafcfc7df2a43095ef62d900e166eb673ab0ba559625
Description: debug symbols for gstreamer1.0-plugins-bad-apps
Auto-Built-Package: debug-symbols
Build-Ids: 6e8b14df45c5d2541067bb375e11ecb8efa80ae7

Package: gstreamer1.0-plugins-bad-avtp
Priority: optional
Section: libs
Installed-Size: 358
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-bad1.0
Version: 1.22.0-4+deb12u1+apertis1bv2024dev3b2
Depends: libavtp0 (>= 0.2.0), libc6 (>= 2.17), libglib2.0-0 (>= 2.68), libgstreamer-plugins-base1.0-0 (>= 1.22.0), libgstreamer1.0-0 (>= 1.22.0), gstreamer1.0-plugins-base, libgstreamer-plugins-bad1.0-0 (= 1.22.0-4+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-bad1.0/gstreamer1.0-plugins-bad-avtp_1.22.0-4+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 190356
MD5sum: ab87342f69bc838a6f650f7b678f076b
SHA1: ec4b745da0272771089fee8da58a3b5166d02147
SHA256: 1587dabdc2999f47a2796240ed74cccfe85cab53b0647cabf349d7fce2ef66c5
SHA512: c8597c492c01118d99d62b06c9d5f5ae5e99bb12af357b9784a6d14aecef8834e4ab77d7176e23f016434c716b48614bce5529154f7721497c9c36c4fd4241a3
Description: GStreamer AVTP plugins
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
 to the rest. They might be close to being good quality, but they're missing
 something - be it a good code review, some documentation, a set of tests, a
 real live maintainer, or some actual wide use.
 .
 This package contains the AVTP plugins.
Gstreamer-Elements: avtpaafdepay, avtpaafpay, avtpcrfcheck, avtpcrfsync, avtpcvfdepay, avtpcvfpay, avtpsink, avtpsrc
Gstreamer-Version: 1.22
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gstreamer1.0-plugins-bad-avtp-dbgsym
Priority: optional
Section: debug
Installed-Size: 123
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-bad1.0
Version: 1.22.0-4+deb12u1+apertis1bv2024dev3b2
Depends: gstreamer1.0-plugins-bad-avtp (= 1.22.0-4+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-bad1.0/gstreamer1.0-plugins-bad-avtp-dbgsym_1.22.0-4+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 97184
MD5sum: b754199fce6efbe2eb9a523c96c17543
SHA1: 988c9fafbd3a1fc68df58df8e3fa6c06e59a245a
SHA256: 7d57592ed8869a5608b7d3ceda0f1a11a45f577fac3629083be8d6627ee1e37a
SHA512: 5c6a2c9aa6f6c404e976d85f3afcb0a2aea8406361c2cce97a903565986b83392d27dc741e7bc028c7dd7da973b052b37f8671045e28bdbedfdbbc9188167b2d
Description: debug symbols for gstreamer1.0-plugins-bad-avtp
Auto-Built-Package: debug-symbols
Build-Ids: c4f4550535447733e0efc63f83ac05780144c1c5
Gstreamer-Elements: avtpaafdepay, avtpaafpay, avtpcrfcheck, avtpcrfsync, avtpcvfdepay, avtpcvfpay, avtpsink, avtpsrc
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gstreamer1.0-plugins-bad-dbgsym
Priority: optional
Section: debug
Installed-Size: 7784
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-bad1.0
Version: 1.22.0-4+deb12u1+apertis1bv2024dev3b2
Depends: gstreamer1.0-plugins-bad (= 1.22.0-4+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-bad1.0/gstreamer1.0-plugins-bad-dbgsym_1.22.0-4+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 6335544
MD5sum: 73a26e9cd2fd0e1e4a947a0bf6bd5357
SHA1: 6e49faa22d5e035a7759cf3e8d98910f2ff3678d
SHA256: eea9a163df5a96efe2c7a11a9835ed66a890d5de4412041daf52f0780ca40c28
SHA512: f92c1f5b19809bfa49ab36129c03aa4995fbe09ab1ab0c56ca9b88c504fff37a7077ed6073c4cc348eb799adab959ec13ad999980db3d0de8b932918eed90ff4
Description: debug symbols for gstreamer1.0-plugins-bad
Auto-Built-Package: debug-symbols
Build-Ids: 01576c85ebce03136c0e7b0db809690cbecf5ad3 03813b5579a2e25dd1c2d85c81b19242a80b99b6 0639880fd951572fc6d54cf559d74f461d1bf717 1067fa87a4355bcf211ba844a559310ad9bf1faf 1315f867e9982b9f36c8cde0375185e649346133 15a7ebc7b456e2d43c48ec90ea39f3270c0260b2 163464b76bf36d3ed1db20f44caf610131504065 16ee81472cecb01085e7cb812d4060283ab0535e 17d7e4fead4dfa833826b54155e94d001d8c5d3f 17e6d4d7f13702310b89e68646e2d853ecb27217 182a5948cba0af9f5a1e993286f9a79489e9108d 1f30b0f3f0de095fe540eafd31c9e1d10658173f 23ef2eb38f426d5e3e4e5313260183edc70ea93e 24d341b70838903b61b918c518b05024c3f73af0 292bb1d8a8e5c944b0bbaf1ed93b874227247221 2a13d62d9df4a65eb87bc462b290693c9494be79 2baf3e7dc469577b0676d2e1cc15a445f2e5dde0 2d42857442b88e4d889cd09c5288c3ffdbbb34c7 32a81be4aa70d87a23ab06a65f268687b66b718e 3481898fe33a1833cd7f5e3597f75ea91891012b 38ec8e1f2496a0ebcec40a7d40b5a051e45b144d 3acb99872dd78abe0a9ca938f67d442efff4af32 3e77557768e9e9ef3c516d28e5a8fd092746ea71 49d69ca545099458a8f9e96780f7caa84c48f858 4af4d1dd4a8a0f65e93cc3b04646755b9d6cd31d 524f52439c5e6afdb8b92d78f148fb5083e98c64 526d98e595911fc30e457e196a7adfa921a23645 5407aab4d0113687a7a2cc1f91367a2247b75f49 6060cbf3937a0e4dd83dec1885a7047f89053ca0 640673336f8ffe904472f457169460ac82530a9e 6440877f4ffe5732e9e5f06423452c96ae34ce29 679859ce42407ac4c73088459f435e5bf4732888 7049cc8d88e9ecad14224c0e3c6c61d348a6ac4e 712ac8779af6a9bbbb341eee90174685ef63b104 715fa56e6ab4decb7633549575073b324648a1bd 72698da81d10a291adeb6a275c961eefa3982e8e 7ac8dc4006af5696d8a82c1d99ef19ee666c48eb 7b6b82cc5df9907586a4f2d5a32351e028e2fd5e 7cde3884b7e0254c9799ae8df78a503dc2151b7d 80d3889334ad326a74314f42a2b6480bc895bf96 83678ac4fd084474fa3ad1f8d652c2d12e86b51b 85287e83b8bca12e0aa955f8a97c479046d4e862 858f2ab384bfe0f25ddc45888df71065f2cbf691 85b46ae0a7574cf7f45e3d50035d05f11177c953 86102c2e99615fcaa666158bd290715fec2606a4 87600316f406c5bcf5fc3cd7a712bcad69960233 8af664436687a4714b7b62e5b8afa1daf9891a6f 8d2760dbcf37082e7ede2ee0e8b7b78ffdac71d6 91aa839bc367118547f213cb7663901ab45f2df9 921796375d67acbabed8b41fb0cbbb587fb6ed03 944b6a195723d2af49768e964357b224b75e8385 971a1c3ea66aef9afbd92bafe5b0dc1cc83a6531 98f36465637d2af0c0613949bfb8efa8c1471ab4 9a6a6d7b7c24b4d946abbf6a803523911763ab0b 9eb1ca1ddf0e8b8943ab8c3d72e2b0def9e70982 a0ecc493563e329365c451acf0cdf49a66a58303 a24abab6616dc36fc17f17a2336bc4772811174d a253d29c356bd9033a0cff6526593891ca60f174 a2da57168011bdfc2302bf749dbcb6a329d7f666 ac193ad97bfafcb25b10488de86f15a2fcbf24a1 ad8a20b4546599891a892acab26548153ea8a742 b03f44cef1dd59b22ef92356de3c349e2830c9c9 b524a9bf22b42449e3ea3b915277283fe5cac9e3 b54048f130f3e09439bbb1ab5cf71e87557984c4 b584357663cb65bffdd484d3b9f2f44f094867dc b727f015f3fb5e25faf3238e606f7586eeb041f0 b9450338757ce1db4b81815ed9a53b4877e8da1f bb9a49150dedb3b39f5ea706ba20729aa77a5ec0 bc79383170a602c860fcc9e1bc13c696a60a3e33 c0996d8a45208ff5b38a61e12413fe16f52ad2cd c10e41b6772bdbde0ee8a697292771ce82dcdc0f c1e8033c892a469144d6f8118ca6145a283a6878 c297347612982f3a9919a7d7658dddc2c1d1015e c48293ee779da7cb7540d560943d65e4f51bd477 c6591c9be13b2985044543569a338cee8e56e3b4 ce585bcf55f0d036919890e7fc6ce43ff401340f d44bdc570463690525daf2cc1b25e4df8adada01 d8a7ab638e138559a2d03897704beeceb87f0a9e db52956b1951cf442a67f54ec3b234610c53df75 dbf1789523fc07ee575dcd789422538b9439d6bc e03aaa88fa4eb1636cfa334fab3502664c5f7ce4 e2db5c3c7c9a4ae7bbfe60a32f7716ee99b02163 e6321c72c61707cd79074ec13a9f31b94becc213 e80712960c6d1e1f0dbd685242ca243a61622cae e87950dd72870f6619c85b64714dda8d8e0e860c ea9b08626780a8bd219d46f2d5cfaac6f6248c90 ee0e2bce072f8916d0f6f2f99abb80bf14624f32 ef33c32b737cb9dd5a76e434b4a56c78aef6c3fc ef5cfb065ff135b663d65e2c0a8dd7fa08cafb94 f0fc8e874c347983e6804023e5e26d661c1d198b f884f43fb80cb1c68bb801cc98492f1fda334dd4 f8f82f2f4e901739cc1019cd9ef8a5b102083d5f
Gstreamer-Decoders: application/dash+xml; application/mxf; application/vnd.ms-sstr+xml; application/x-hls; application/x-yuv4mpeg, y4mversion=(int)2; audio/midi; audio/riff-midi; audio/x-adpcm, layout=(string){ microsoft, dvi }; audio/x-aiff; audio/x-ircam; audio/x-nist; audio/x-paris; audio/x-rf64; audio/x-sds; audio/x-svx; audio/x-voc; audio/x-w64; audio/x-xi; image/jp2; image/png; image/svg; image/svg+xml; image/webp; image/x-j2c; image/x-jpc; image/x-jpc-striped; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean){ true, false }; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false; video/mpegts, systemstream=(boolean)true; video/x-av1; video/x-cdxa; video/x-divx, divxversion=(int)[ 4, 5 ]; video/x-h263, variant=(string)itu; video/x-h264; video/x-h265; video/x-ivf; video/x-vmnc, version=(int)1; video/x-vp8, codec-alpha=(boolean)true; video/x-vp9
Gstreamer-Elements: a2dpsink, accurip, adpcmdec, adpcmenc, aesdec, aesenc, aiffmux, aiffparse, alphacombine, asfmux, asfparse, atscmux, audiobuffersplit, audiochannelmix, audiolatency, audiomixmatrix, audioparse, audiosegmentclip, autoconvert, autovideoconvert, av1parse, avdtpsink, avdtpsrc, avwait, bayer2rgb, bulge, burn, bz2dec, bz2enc, camerabin, cc708overlay, cccombiner, ccconverter, ccextractor, checksumsink, chopmydata, chromahold, chromium, circle, clockselect, codecalphademux, coloreffects, combdetect, compare, dashdemux, dashsink, debugspy, diffuse, dilate, diracparse, dodge, dtlsdec, dtlsenc, dtlssrtpdec, dtlssrtpdemux, dtlssrtpenc, dvbbasebin, dvbsrc, dvbsubenc, errorignore, exclusion, faceoverlay, fakeaudiosink, fakevideosink, fbdevsink, festival, fieldanalysis, fisheye, fpsdisplaysink, freeverb, gaussianblur, gdpdepay, gdppay, gtkwaylandsink, h263parse, h264parse, h264timestamper, h265parse, h265timestamper, hlsdemux, hlssink, hlssink2, id3mux, interaudiosink, interaudiosrc, interlace, intersubsink, intersubsrc, intervideosink, intervideosrc, ipcpipelinesink, ipcpipelinesrc, ipcslavepipeline, irtspparse, ivfparse, ivtc, jifmux, jp2kdecimator, jpeg2000parse, jpegparse, kaleidoscope, kmssink, lcms, line21decoder, line21encoder, marble, midiparse, mirror, mpeg4videoparse, mpegpsdemux, mpegpsmux, mpegtsmux, mpegvideoparse, mssdemux, mxfdemux, mxfmux, netsim, opusparse, pcapparse, perspective, pinch, pngparse, pnmdec, pnmenc, proxysink, proxysrc, removesilence, rfbsrc, rgb2bayer, ristrtpdeext, ristrtpext, ristrtxreceive, ristrtxsend, ristsink, ristsrc, rotate, roundrobin, rsvgdec, rsvgoverlay, rtmp2sink, rtmp2src, rtpasfpay, rtponvifparse, rtponviftimestamp, rtpsink, rtpsrc, scenechange, sctpdec, sctpenc, sdpdemux, sdpsrc, sfdec, shmsink, shmsrc, simplevideomark, simplevideomarkdetect, smooth, solarize, spacescope, spectrascope, speed, sphere, square, srtenc, stretch, switchbin, synaescope, testsrcbin, timecodestamper, transcodebin, tsdemux, tsparse, ttmlparse, ttmlrender, tunnel, twirl, uritranscodebin, uvch264mjpgdemux, uvch264src, vc1parse, videoanalyse, videocodectestsink, videodiff, videoframe-audiolevel, videoparse, videosegmentclip, viewfinderbin, vmncdec, vp8alphadecodebin, vp9alphadecodebin, vp9parse, watchdog, waterripple, wavescope, waylandsink, webpdec, webpenc, webrtcdsp, webrtcechoprobe, webvttenc, wrappercamerabinsrc, y4mdec, zebrastripe
Gstreamer-Encoders: application/mxf; application/x-bzip; application/x-dtls; application/x-gdp; application/x-rtp, media=(string){ audio, video, application }, encoding-name=(string)X-ASF-PF; application/x-sctp; application/x-subtitle; application/x-subtitle-vtt; audio/x-adpcm, layout=(string)dvi; audio/x-aiff; image/webp; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; video/mpeg, mpegversion=(int)2, systemstream=(boolean)true; video/mpegts, systemstream=(boolean)true, packetsize=(int){ 192, 188 }; video/x-ms-asf, parsed=(boolean)true
Gstreamer-Uri-Sinks: rtmp, rtmps, rtp
Gstreamer-Uri-Sources: dvb, rfb, rist, rtmp, rtmps, rtp, sdp, testbin
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gstreamer1.0-plugins-base
Priority: optional
Section: libs
Installed-Size: 3053
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Replaces: gstreamer1.0-plugins-bad (<< 1.15.1)
Provides: gstreamer1.0-audiosource, gstreamer1.0-videosource
Depends: libc6 (>= 2.33), libcdparanoia0 (>= 3.10.2+debian), libglib2.0-0 (>= 2.67.3), libgstreamer-plugins-base1.0-0 (>= 1.22.0), libgstreamer1.0-0 (>= 1.22.0), libogg0 (>= 1.0rc3), libopus0 (>= 1.1), liborc-0.4-0 (>= 1:0.4.25), libtheora0 (>= 1.1), libvisual-0.4-0 (>= 0.4.0), libvorbis0a (>= 1.3.1), libvorbisenc2 (>= 1.3.1)
Suggests: gvfs
Breaks: gstreamer1.0-plugins-bad (<< 1.15.1)
Filename: pool/target/g/gst-plugins-base1.0/gstreamer1.0-plugins-base_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 653100
MD5sum: 76c3a5f59979d1dbc7b960e3e39f4f95
SHA1: f6ab702cdf930d86e341153d9c3946ff3ea7ae2b
SHA256: 81ed4a5aa08e536fdbb7babd6d16031d2a93ed5984675db8190bf532968c0a73
SHA512: cca42c1a321eae8f6facb1c3e7202395fd68fa100a0bea46855047da0ec57c6d723cac5c4cb5995331186520cc5a05939cac7f2a1ec2ff8e329ce225d9bafe22
Description: GStreamer plugins from the "base" set
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains the GStreamer plugins from the "base" set, an
 essential exemplary set of elements.
Gstreamer-Decoders: application/kate; application/ogg; application/x-ass; application/x-ogg-avi; application/x-ogm-audio; application/x-ogm-text; application/x-ogm-video; application/x-ssa; application/x-subtitle; application/x-subtitle-dks; application/x-subtitle-lrc; application/x-subtitle-mpl2; application/x-subtitle-qttext; application/x-subtitle-sami; application/x-subtitle-tmplayer; application/x-subtitle-vtt; audio/ogg; audio/x-opus, channel-mapping-family=(int)[ 1, 255 ], stream-count=(int)[ 1, 255 ], coupled-count=(int)[ 0, 255 ]; audio/x-opus, channel-mapping-family=(int)0; audio/x-unaligned-raw, format=(string){ F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }, layout=(string){ interleaved, non-interleaved }; audio/x-vorbis; video/ogg; video/x-theora; video/x-unaligned-raw, format=(string){ ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, NV12_10BE_8L128, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_8L128, NV12_64Z32, NV12_4L4, NV12_32L32, NV12_16L32S, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }
Gstreamer-Elements: adder, appsink, appsrc, audioconvert, audiointerleave, audiomixer, audiorate, audioresample, audiotestsrc, cdparanoiasrc, compositor, decodebin, decodebin3, encodebin, encodebin2, giosink, giosrc, giostreamsink, giostreamsrc, liveadder, multifdsink, multisocketsink, oggaviparse, oggdemux, oggmux, oggparse, ogmaudioparse, ogmtextparse, ogmvideoparse, opusdec, opusenc, overlaycomposition, parsebin, playbin, playbin3, playsink, rawaudioparse, rawvideoparse, socketsrc, ssaparse, streamsynchronizer, subparse, subtitleoverlay, tcpclientsink, tcpclientsrc, tcpserversink, tcpserversrc, theoradec, theoraenc, theoraparse, unalignedaudioparse, unalignedvideoparse, uridecodebin, uridecodebin3, urisourcebin, videoconvert, videoconvertscale, videorate, videoscale, videotestsrc, volume, vorbisdec, vorbisenc, vorbisparse, vorbistag
Gstreamer-Encoders: application/ogg; audio/ogg; audio/x-opus; audio/x-vorbis; video/ogg; video/x-theora
Gstreamer-Uri-Sinks: appsink, file, resource
Gstreamer-Uri-Sources: appsrc, cdda, file, resource
Gstreamer-Version: 1.22
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gstreamer1.0-plugins-base-apps
Priority: optional
Section: utils
Installed-Size: 320
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.62), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.22.0), gstreamer1.0-tools
Filename: pool/target/g/gst-plugins-base1.0/gstreamer1.0-plugins-base-apps_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 101596
MD5sum: 895b9fe96f735dba1e7da7c99c7e4f08
SHA1: df3bfd643493b1e3e1f72c34e846d16a38974755
SHA256: f858871513217b92321d745735136a85ba99f9b1e96b9cfafbae8c5a9e9f12a1
SHA512: 58b26822fa73f89a3dc5bcc29ca07a84822116d30b3bee01508460fbf8bbbfd4da2e634b359582854b28dc0686383e1a42e5504d8797a4ae35267fccf83ce6b0
Description: GStreamer helper programs from the "base" set
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains helper programs from the "base" set, an essential
 exemplary set of elements.
Homepage: https://gstreamer.freedesktop.org

Package: gstreamer1.0-plugins-base-apps-dbgsym
Priority: optional
Section: debug
Installed-Size: 115
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Depends: gstreamer1.0-plugins-base-apps (= 1.22.0-3+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-base1.0/gstreamer1.0-plugins-base-apps-dbgsym_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 68888
MD5sum: f5a501cc3e0dd59715d22901d006690a
SHA1: f1bc6214ae56a05c2af4da3c16ca6dbf065c7241
SHA256: 36377d5d939e51fb8c1076d0794fb9c26317bcda7daf0e2dbefd315e61f541e3
SHA512: e5c30a42744930dfd14fcdabd30e9cff85bcc7fd8b701f729dda2d4580816aed055841bb71c6b8759e06a087dd409ac15f05a420992dea3cbb9b043c37d36add
Description: debug symbols for gstreamer1.0-plugins-base-apps
Auto-Built-Package: debug-symbols
Build-Ids: 20e95ca74b8bad437fc3b0ccda9db30d546c3ac4 ad2864591636c647760ac2252d34e7e24c05249e ccc107623999037907e8a8a68a33832ed886ae44

Package: gstreamer1.0-plugins-base-dbgsym
Priority: optional
Section: debug
Installed-Size: 2413
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Depends: gstreamer1.0-plugins-base (= 1.22.0-3+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-base1.0/gstreamer1.0-plugins-base-dbgsym_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 1953728
MD5sum: dd900de71620cf31c2df084a3360f8ac
SHA1: bbfbc61f97542bb53c2a2b6a0acacfc49de69578
SHA256: a561c4d318212dd6afa01cf43dcaba3b5a65ed2baff02781a7f8f74451c4ffde
SHA512: a2a87eac2dac68498ccf6d11b6e7e938d60fdcf55b089b18d4fb4b2c7fd1422457bf3025f664fbdcf2e6de21bb5acca7cc63642610f129fd75e09e2eb505006f
Description: debug symbols for gstreamer1.0-plugins-base
Auto-Built-Package: debug-symbols
Build-Ids: 132599dd5196535f93afec9b50f112b58dffaeac 268322139b2fe8e6756a5ce79304320637538e59 280d4bf9b02c94bd8890b2bd27a7f2cbfe079028 39227a92aa0c856b1f43171739cc23e26c6ce664 46c460d6c101388c3b22ebf371f7a29fb91a8187 52d223fde0412f508c7de28c74ece29d90fd158c 5e0416768aadca4a5d8c9170f70e3cc51912e764 63cd0bc1dba6cbbbf98d9589f524abba3ca1f6fe 64d819d88704ce9808e8f8860ec0c8b6735dfa7a 67ad3733dce7aaef3460817f7e895188955cc3da 6ce6810996a36057197a354611c3c0d0c71911b3 79433d20fccd01f4291e728356223a20547f0174 865cbc6c5a3b0ef3358f98c510616bbd47bcecbb a4286f2162d21216649fe0162536abcf6da9ee1c adadefc8870c687546118f156e37fcf3950ee52a b46b8a3d61b8d0f46e52c04ec957c720638f8db6 bfdd8d3e120994f9cbf8d271297bd058d54c6d5a c017742441d5421bc3da3eb1957e9d4c951f6891 c709c29fcd973d20e1bae2ccf638e324fc2841d3 cbdcaf73037b52a85eaf8f4d0cf0aedaf07d8df6 d4e99243c2fac029f890a5d500d9a6c2557e9139 d79849bdd04e8f6b2d54a5c4ee688ba78c63cee7 dcd98110dbc2c61353a52a6a0f27b4ffaeee966d ebb1fd40c3b2fb2670b66ca04a644ccfbacdcdd6 ed0e5ec9781faabc095ab7dcf0a7f6206c48c45a ef89745851bc313bb2d582f98b48a86b03199829 f9326ed51ba00af4c37bdc4fcf40592595c7d52b
Gstreamer-Decoders: application/kate; application/ogg; application/x-ass; application/x-ogg-avi; application/x-ogm-audio; application/x-ogm-text; application/x-ogm-video; application/x-ssa; application/x-subtitle; application/x-subtitle-dks; application/x-subtitle-lrc; application/x-subtitle-mpl2; application/x-subtitle-qttext; application/x-subtitle-sami; application/x-subtitle-tmplayer; application/x-subtitle-vtt; audio/ogg; audio/x-opus, channel-mapping-family=(int)[ 1, 255 ], stream-count=(int)[ 1, 255 ], coupled-count=(int)[ 0, 255 ]; audio/x-opus, channel-mapping-family=(int)0; audio/x-unaligned-raw, format=(string){ F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }, layout=(string){ interleaved, non-interleaved }; audio/x-vorbis; video/ogg; video/x-theora; video/x-unaligned-raw, format=(string){ ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, NV12_10BE_8L128, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_8L128, NV12_64Z32, NV12_4L4, NV12_32L32, NV12_16L32S, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }
Gstreamer-Elements: adder, appsink, appsrc, audioconvert, audiointerleave, audiomixer, audiorate, audioresample, audiotestsrc, cdparanoiasrc, compositor, decodebin, decodebin3, encodebin, encodebin2, giosink, giosrc, giostreamsink, giostreamsrc, liveadder, multifdsink, multisocketsink, oggaviparse, oggdemux, oggmux, oggparse, ogmaudioparse, ogmtextparse, ogmvideoparse, opusdec, opusenc, overlaycomposition, parsebin, playbin, playbin3, playsink, rawaudioparse, rawvideoparse, socketsrc, ssaparse, streamsynchronizer, subparse, subtitleoverlay, tcpclientsink, tcpclientsrc, tcpserversink, tcpserversrc, theoradec, theoraenc, theoraparse, unalignedaudioparse, unalignedvideoparse, uridecodebin, uridecodebin3, urisourcebin, videoconvert, videoconvertscale, videorate, videoscale, videotestsrc, volume, vorbisdec, vorbisenc, vorbisparse, vorbistag
Gstreamer-Encoders: application/ogg; audio/ogg; audio/x-opus; audio/x-vorbis; video/ogg; video/x-theora
Gstreamer-Uri-Sinks: appsink, file, resource
Gstreamer-Uri-Sources: appsrc, cdda, file, resource
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gstreamer1.0-plugins-good
Priority: optional
Section: libs
Installed-Size: 9201
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-good1.0
Version: 1.22.0-5+deb12u1+apertis1bv2024dev3b2
Replaces: gstreamer1.0-plugins-bad (<< 1.15.1), gstreamer1.0-plugins-ugly (<< 1.22), gstreamer1.0-pulseaudio (<< 1.18.0)
Provides: gstreamer1.0-audiosink, gstreamer1.0-audiosource, gstreamer1.0-videosink, gstreamer1.0-videosource, gstreamer1.0-visualization
Depends: libaa1 (>= 1.4p5), libavc1394-0 (>= 0.5.3), libbz2-1.0, libc6 (>= 2.34), libcaca0 (>= 0.99.beta20), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libdv4 (>= 1.0.0), libflac12 (>= 1.3.0), libgcc-s1 (>= 3.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.67.3), libgstreamer-plugins-base1.0-0 (>= 1.22.0), libgstreamer1.0-0 (>= 1.22.0), libgudev-1.0-0 (>= 147), libiec61883-0 (>= 1.2.0), libjpeg62-turbo (>= 1.3.1), liborc-0.4-0 (>= 1:0.4.25), libpng16-16 (>= 1.6.2-1), libpulse0 (>= 2.0), libraw1394-11 (>= 2.1.2), libshout3 (>= 2.4.6), libspeex1 (>= 1.2~), libssl3 (>= 3.0.0), libstdc++6 (>= 5), libtag1v5 (>= 1.9.1-2.2~), libv4l-0 (>= 0.5.0), libvpx7 (>= 1.12.0), libwavpack1 (>= 4.60), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxml2 (>= 2.9.0), zlib1g (>= 1:1.1.4), gstreamer1.0-plugins-base (>= 1.22.0), libsoup2.4-1 (>= 2.48) | libsoup-3.0-0
Recommends: gstreamer1.0-x
Breaks: gstreamer1.0-plugins-bad (<< 1.15.1), gstreamer1.0-plugins-ugly (<< 1.22), gstreamer1.0-pulseaudio (<< 1.18.0)
Filename: pool/target/g/gst-plugins-good1.0/gstreamer1.0-plugins-good_1.22.0-5+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 1934448
MD5sum: 0ec01db42635949443049b1094ae384b
SHA1: 98b0e61bed6c428ba6c736b1c9e5fe1062534d9b
SHA256: 031b6ef9dfcfa4e179d91f03523d7eafa84c1664992e0bca7e5287c7d5faabf9
SHA512: e96a94f57fe3b0018ea470bc2b013cc50c9424e7b0ffba0822c669a65f5614738d99a3797babc359d3d925abf4e8a32eab40c4696ae96582bf4662cda675d4d0
Description: GStreamer plugins from the "good" set
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains the GStreamer plugins from the "good" set, a set
 of good-quality plug-ins under the LGPL license.
Gstreamer-Decoders: application/x-3gp; application/x-apetag; application/x-icy; application/x-id3; application/x-navi-animation; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ TELEPHONE-EVENT, ISAC, SBC, OPUS, X-GST-OPUS-DRAFT-SPITTKA-00, MULTIOPUS }; application/x-rtp, payload=(int)[ 96, 127 ], media=(string){ audio, video }, encoding-name=(string){ X-QT, X-QUICKTIME }; application/x-rtp, media=(string)video, encoding-name=(string)RAW, sampling=(string){ RGB, RGBA, BGR, BGRA, YCbCr-4:4:4, YCbCr-4:2:2, YCbCr-4:2:0, YCbCr-4:1:1 }; application/x-rtp, media=(string){ video, audio, application }, encoding-name=(string)MPEG4-GENERIC, mode=(string){ generic, CELP-cbr, CELP-vbr, AAC-lbr, AAC-hbr, aac-hbr }; application/x-rtp, media=(string)video, sampling=(string){ RGB, BGR, RGBA, BGRA, YCbCrA, YCbCr-4:4:4, YCbCr-4:2:2, YCbCr-4:2:0, YCbCr-4:1:1, GRAYSCALE }, encoding-name=(string)JPEG2000; application/x-rtp, media=(string)video, colorspace=(string){ sRGB, sYUV, GRAY }, encoding-name=(string)JPEG2000; application/x-rtp, media=(string)video, payload=(int)31, encoding-name=(string)H261; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], encoding-name=(string)H261; application/x-rtp, media=(string)audio, encoding-name=(string){ AMR, AMR-WB }, octet-align=(string)1; application/x-rtp, media=(string){ video, audio }, encoding-name=(string)DV, encode=(string){ SD-VCR/525-60, SD-VCR/625-50, HD-VCR/1125-60, HD-VCR/1250-50, SDL-VCR/525-60, SDL-VCR/625-50, 306M/525-60, 306M/625-50, 314M-25/525-60, 314M-25/625-50, 314M-50/525-60, 314M-50/625-50 }; application/x-rtp, media=(string)video, encoding-name=(string){ VP9, VP9-DRAFT-IETF-01, VP8, VP8-DRAFT-IETF-01, THEORA, X-SV3V-ES, X-SORENSON-VIDEO, X-SORENSONVIDEO, X-SorensonVideo, MP4V-ES, MP2T, MP2T-ES, MP1S, JPEG, H265, H264, H263, H263-1998, H263-2000, MPV }; application/x-rtp, media=(string)audio, encoding-name=(string){ VORBIS, SPEEX, SIREN, X-QDM, QCELP, MP4A-LATM, L24, L16, L8, MPA-ROBUST, X-MP3-DRAFT-00, X-MP3-DRAFT-01, X-MP3-DRAFT-02, X-MP3-DRAFT-03, X-MP3-DRAFT-04, X-MP3-DRAFT-05, X-MP3-DRAFT-06, MPA, PCMU, PCMA, GSM, G729, G726, G726-16, G726-24, G726-32, G726-40, AAL2-G726-16, AAL2-G726-24, AAL2-G726-32, AAL2-G726-40, G723, G722, ILBC, CELT, BV16, BV32, AC3 }; application/x-rtp, media=(string)audio, payload=(int){ 12, 10, 11, 14, 0, 8, 3, 18, 4, 9 }; application/x-rtp, media=(string)video, payload=(int){ 33, 26, 34, 32 }; application/x-rtp, media=(string)other, encoding-name=(string)MP1S; application/x-rtp, media=(string)application, encoding-name=(string){ SMPTE336M, X-GST }; application/x-subtitle-avi; audio/ac3; audio/mpeg, mpegversion=(int){ 1, 2, 4 }; audio/webm; audio/x-ac3; audio/x-alaw; audio/x-amr-nb-sh; audio/x-amr-wb-sh; audio/x-au; audio/x-dts; audio/x-eac3; audio/x-flac; audio/x-m4a; audio/x-matroska; audio/x-mulaw; audio/x-private1-ac3; audio/x-private1-dts; audio/x-rf64; audio/x-sbc; audio/x-speex; audio/x-wav; audio/x-wavpack; audio/x-wavpack-correction; image/bmp; image/jpeg; image/png; image/svg; image/svg+xml; image/tiff; image/vnd.wap.wbmp; image/x-MS-bmp; image/x-bitmap; image/x-bmp; image/x-cmu-raster; image/x-icon; image/x-pcx; image/x-pixmap; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; image/x-sun-raster; image/x-tga; multipart/x-mixed-replace; video/mj2; video/quicktime; video/webm; video/x-dv, systemstream=(boolean){ false, true }; video/x-fli; video/x-flv; video/x-matroska; video/x-matroska-3d; video/x-msvideo; video/x-vp8; video/x-vp9
Gstreamer-Elements: 3gppmux, aacparse, aasink, aatv, ac3parse, agingtv, alawdec, alawenc, alpha, alphacolor, amrparse, apedemux, apev2mux, aspectratiocrop, asteriskh263, audioamplify, audiochebband, audiocheblimit, audiodynamic, audioecho, audiofirfilter, audioiirfilter, audioinvert, audiokaraoke, audiopanorama, audiowsincband, audiowsinclimit, auparse, autoaudiosink, autoaudiosrc, autovideosink, autovideosrc, avidemux, avimux, avisubtitle, breakmydata, cacasink, cacatv, cairooverlay, capssetter, cpureport, cutter, dcaparse, deinterlace, deinterleave, dicetv, dtmfsrc, dv1394src, dvdec, dvdemux, dynudpsink, edgetv, equalizer-10bands, equalizer-3bands, equalizer-nbands, flacdec, flacenc, flacparse, flactag, flvdemux, flvmux, flxdec, gamma, gdkpixbufdec, gdkpixbufoverlay, gdkpixbufsink, goom, goom2k1, hdv1394src, icydemux, id3demux, id3v2mux, imagefreeze, imagesequencesrc, interleave, ismlmux, jpegdec, jpegenc, level, matroskademux, matroskamux, matroskaparse, mj2mux, monoscope, mp4mux, mpegaudioparse, mulawdec, mulawenc, multifilesink, multifilesrc, multipartdemux, multipartmux, multiudpsink, navigationtest, navseek, optv, oss4sink, oss4src, osssink, osssrc, pngdec, pngenc, progressreport, pulsesink, pulsesrc, pushfilesrc, qtdemux, qtmoovrecover, qtmux, quarktv, radioactv, revtv, rganalysis, rglimiter, rgvolume, rippletv, rndbuffersize, rtpL16depay, rtpL16pay, rtpL24depay, rtpL24pay, rtpL8depay, rtpL8pay, rtpac3depay, rtpac3pay, rtpamrdepay, rtpamrpay, rtpbin, rtpbvdepay, rtpbvpay, rtpceltdepay, rtpceltpay, rtpdec, rtpdtmfdepay, rtpdtmfmux, rtpdtmfsrc, rtpdvdepay, rtpdvpay, rtpfunnel, rtpg722depay, rtpg722pay, rtpg723depay, rtpg723pay, rtpg726depay, rtpg726pay, rtpg729depay, rtpg729pay, rtpgsmdepay, rtpgsmpay, rtpgstdepay, rtpgstpay, rtph261depay, rtph261pay, rtph263depay, rtph263pay, rtph263pdepay, rtph263ppay, rtph264depay, rtph264pay, rtph265depay, rtph265pay, rtphdrextclientaudiolevel, rtphdrextcolorspace, rtphdrextmid, rtphdrextntp64, rtphdrextrepairedstreamid, rtphdrextstreamid, rtphdrexttwcc, rtpilbcdepay, rtpilbcpay, rtpisacdepay, rtpisacpay, rtpj2kdepay, rtpj2kpay, rtpjitterbuffer, rtpjpegdepay, rtpjpegpay, rtpklvdepay, rtpklvpay, rtpldacpay, rtpmp1sdepay, rtpmp2tdepay, rtpmp2tpay, rtpmp4adepay, rtpmp4apay, rtpmp4gdepay, rtpmp4gpay, rtpmp4vdepay, rtpmp4vpay, rtpmpadepay, rtpmpapay, rtpmparobustdepay, rtpmpvdepay, rtpmpvpay, rtpmux, rtpopusdepay, rtpopuspay, rtppcmadepay, rtppcmapay, rtppcmudepay, rtppcmupay, rtpptdemux, rtpqcelpdepay, rtpqdm2depay, rtpreddec, rtpredenc, rtprtxqueue, rtprtxreceive, rtprtxsend, rtpsbcdepay, rtpsbcpay, rtpsession, rtpsirendepay, rtpsirenpay, rtpspeexdepay, rtpspeexpay, rtpssrcdemux, rtpst2022-1-fecdec, rtpst2022-1-fecenc, rtpstorage, rtpstreamdepay, rtpstreampay, rtpsv3vdepay, rtptheoradepay, rtptheorapay, rtpulpfecdec, rtpulpfecenc, rtpvorbisdepay, rtpvorbispay, rtpvp8depay, rtpvp8pay, rtpvp9depay, rtpvp9pay, rtpvrawdepay, rtpvrawpay, rtpxqtdepay, rtspsrc, sbcparse, scaletempo, shagadelictv, shapewipe, shout2send, smpte, smptealpha, spectrum, speexdec, speexenc, splitfilesrc, splitmuxsink, splitmuxsrc, stereo, streaktv, taginject, testsink, udpsink, udpsrc, v4l2radio, v4l2sink, v4l2src, vertigotv, videobalance, videobox, videocrop, videoflip, videomedian, videomixer, vp8dec, vp8enc, vp9dec, vp9enc, warptv, wavenc, wavpackdec, wavpackenc, wavpackparse, wavparse, webmmux, ximagesrc, xingmux, y4menc
Gstreamer-Encoders: application/x-rtcp-stream; application/x-rtp; application/x-rtp-stream; application/x-srtcp-stream; application/x-srtp-stream; application/x-yuv4mpeg, y4mversion=(int)2; audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]; audio/webm; audio/x-alaw; audio/x-flac; audio/x-matroska; audio/x-mulaw; audio/x-rf64; audio/x-speex; audio/x-wav; audio/x-wavpack-correction, framed=(boolean)true; image/jpeg, sof-marker=(int){ 0, 1, 2, 4, 9 }; image/png; multipart/x-mixed-replace; video/mj2; video/quicktime; video/webm; video/x-flv; video/x-matroska; video/x-matroska-3d; video/x-msvideo; video/x-vp8, profile=(string){ 0, 1, 2, 3 }; video/x-vp9, profile=(string){ 0, 1, 2, 3 }
Gstreamer-Uri-Sinks: udp
Gstreamer-Uri-Sources: dv, hdv, imagesequence, multifile, pushfile, radio, rtsp, rtsp-sdp, rtsph, rtsps, rtspsh, rtspst, rtspsu, rtspt, rtspu, splitfile, splitmux, udp, v4l2
Gstreamer-Version: 1.22
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gstreamer1.0-plugins-good-dbgsym
Priority: optional
Section: debug
Installed-Size: 7100
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-good1.0
Version: 1.22.0-5+deb12u1+apertis1bv2024dev3b2
Depends: gstreamer1.0-plugins-good (= 1.22.0-5+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-good1.0/gstreamer1.0-plugins-good-dbgsym_1.22.0-5+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 5839488
MD5sum: fd8f96337265196a9a23c219966493e3
SHA1: 09ed61b4db90272fb137257369822195e3ba8997
SHA256: 0ed194cf5409724e04b9ec8536a6ff641b433fe47b51fd22ee72859b865a19c4
SHA512: fae53b084cb8288cc5cfeea822bff15a9d878fee7f80e63689afbd58c8e72da077516ea8faafa5aeef5341621fc67a66f1e7f285e6d0d3d6659e8ec07c484d89
Description: debug symbols for gstreamer1.0-plugins-good
Auto-Built-Package: debug-symbols
Build-Ids: 001d3e2532dc063dee39a49c6bd7f73abb4c763f 016eb2ae34996397c0c9c8a4c0c1b532e4a11414 0781241fd3046152f28dd6fa465be9804bce0c41 086f900d0e5d9d1931febc173740e38448f7944d 09063aa563fbc60d4646493612333bd93402e643 0a31fec6122ac2cbd5ecc6e9f52f937989baf162 13fcfadd8a1e5ba479b93e4fbf87eb7b52c9d39e 1421567c149f2e96904b583bc5482a98dc455726 156bfb46041ba8e4b539811f64deeb00d64f9ace 1aeb38f1a9849e5da8f576b196412859544968fa 1e625e2d728759260aea22839eb9b6a33f026a15 25315385299a7802ef9f7515b9aec1dd3eca08c5 2c3d032bac515708e27a6116a66b9b051ea89c68 30f704fcaf243ea6b4b98c06ef4df66a77259ee8 33b4dff5c3f67529d0688be64228e1893ac8feab 3b8741421843874762ea8e710ccade2ad69aed51 3e3f9648f2272f5e25177714c6b45ab5d1ae99dd 3fe1fd5d74527a8923beae3d553ae49185ae8195 4081b94b1cd99b58564947134cbca22eb0bc1dfd 43b75e29ab8fd3e7b8d64c1f613eef7ebe4aef96 510e738fd07da952f6f6bb60e391535cd7a9c6e7 55cd00c39d6009ab6d7cca088bbaf9f2bcc25ea9 56226914fcd2565b67db3a41a3a62a3f49b81d50 60e53e6a220b15acae51243f615c09964e9ee599 6105406e74a5ffae009aad8f8102abc347368ec8 6e17068a3c9d45982b43470620dba7281f314e0b 7018fbe9fe4fee91a6eda38931e5fe25e774ef0e 78c09a0d4b14288dbf67b50471712f790851fd50 78e0b16b49e028396de89539ecfa467bec918b48 7df09fa0bfbc0c123233d9a56fa7744be37aea94 7ef35253711227e829b8ca81921ecdded9624281 83e44aa546f2e6d7f2e69b5c14e1221cf9aa6450 8663821666279b1a77d4e0e0c827f0e0fafb8f96 8aa21325057558262647ff39e5c172c78e069e6e 8b3776f19fb1ac102afeee343213e53002ae0f25 8c1d629a5b814006c86e104e934ae6102276d3f4 8cb15e258d7dbbe5b1f63cc597cdd649eb7a9629 8ee9962340f3680842c03aa19f19281eee9664e2 8f10d9e6283719b7b68ef6a9bd7b00858f10e141 8fda5475223b031297aadad27f0ed9d883bd0676 9878e62b268a53c7205eee69f5fc94e8b488b549 990174f0bbeec11e4c45ede9930603b6d433dd3f 9ab835e0bbece6c068db2ac0dcd95f1c43f9c668 a8e1cb403df97cf3d80a0ff7aa8c7968127dc757 b2ab06ec963e6b0f8c593b93f4913494961b49ef b4d655091f94d0ca8851ccfb5cf90ebd7a780d53 b95fd2cc8e659093d90a35e0fc04b697567c6582 baae44b664a8a8d22dfc89ee0c59d7bed56a2842 bc0339a0ff91625bf6c89d8afedb02213cd7e1c0 bc8032e0efb1a9e4feb8dad24c2ff2da499f1951 bccfbd9582bf7b95e83e862a4dae7a33d11c36c3 be60a8daf84aefb49c3346346438f6676b7c8246 c7ce2fe3282d2da19eceb1cafd22ff60e4b9bcae caa5f68796817f3c345abc6e0094088aa035c04a cf011d1e61a9ed2f92c9eef6efbc0b66462c369f d413761ba4f0d7cbcb201fd0cc28fe7d497f592a d720f73b49acfde98f536aa8aaf1537577412d03 d92c4e0d46e13922800dbd674406b27f03fdadca d9bd33d5a29fe90b6d6fd61b103f851bbfc97d44 e05bb501fbec28b959a5dc4596d28cf8db1a7bf1 e0dffdf865990fe6305fdfcbc4e277776323b439 ebdd7804228cfd50d0434c031db7b14bfe81a786 ec46bdae0a77db5d98dd5ffc53b3666263275ced ec9080ac479b0c59ee71c269093abb8d1262e8eb f4216e7565f242bdaf6b8d6e4a5ca67c6d0d519c f6abc3bd0a64d5ad121d83bed71b3336302f2f44 fd2a6703d795ac7a3715b2f2654696220567eac7 fd3c84d9b33bc194b375d1f0a3c8b9edaf97c382
Gstreamer-Decoders: application/x-3gp; application/x-apetag; application/x-icy; application/x-id3; application/x-navi-animation; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ TELEPHONE-EVENT, ISAC, SBC, OPUS, X-GST-OPUS-DRAFT-SPITTKA-00, MULTIOPUS }; application/x-rtp, payload=(int)[ 96, 127 ], media=(string){ audio, video }, encoding-name=(string){ X-QT, X-QUICKTIME }; application/x-rtp, media=(string)video, encoding-name=(string)RAW, sampling=(string){ RGB, RGBA, BGR, BGRA, YCbCr-4:4:4, YCbCr-4:2:2, YCbCr-4:2:0, YCbCr-4:1:1 }; application/x-rtp, media=(string){ video, audio, application }, encoding-name=(string)MPEG4-GENERIC, mode=(string){ generic, CELP-cbr, CELP-vbr, AAC-lbr, AAC-hbr, aac-hbr }; application/x-rtp, media=(string)video, sampling=(string){ RGB, BGR, RGBA, BGRA, YCbCrA, YCbCr-4:4:4, YCbCr-4:2:2, YCbCr-4:2:0, YCbCr-4:1:1, GRAYSCALE }, encoding-name=(string)JPEG2000; application/x-rtp, media=(string)video, colorspace=(string){ sRGB, sYUV, GRAY }, encoding-name=(string)JPEG2000; application/x-rtp, media=(string)video, payload=(int)31, encoding-name=(string)H261; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], encoding-name=(string)H261; application/x-rtp, media=(string)audio, encoding-name=(string){ AMR, AMR-WB }, octet-align=(string)1; application/x-rtp, media=(string){ video, audio }, encoding-name=(string)DV, encode=(string){ SD-VCR/525-60, SD-VCR/625-50, HD-VCR/1125-60, HD-VCR/1250-50, SDL-VCR/525-60, SDL-VCR/625-50, 306M/525-60, 306M/625-50, 314M-25/525-60, 314M-25/625-50, 314M-50/525-60, 314M-50/625-50 }; application/x-rtp, media=(string)video, encoding-name=(string){ VP9, VP9-DRAFT-IETF-01, VP8, VP8-DRAFT-IETF-01, THEORA, X-SV3V-ES, X-SORENSON-VIDEO, X-SORENSONVIDEO, X-SorensonVideo, MP4V-ES, MP2T, MP2T-ES, MP1S, JPEG, H265, H264, H263, H263-1998, H263-2000, MPV }; application/x-rtp, media=(string)audio, encoding-name=(string){ VORBIS, SPEEX, SIREN, X-QDM, QCELP, MP4A-LATM, L24, L16, L8, MPA-ROBUST, X-MP3-DRAFT-00, X-MP3-DRAFT-01, X-MP3-DRAFT-02, X-MP3-DRAFT-03, X-MP3-DRAFT-04, X-MP3-DRAFT-05, X-MP3-DRAFT-06, MPA, PCMU, PCMA, GSM, G729, G726, G726-16, G726-24, G726-32, G726-40, AAL2-G726-16, AAL2-G726-24, AAL2-G726-32, AAL2-G726-40, G723, G722, ILBC, CELT, BV16, BV32, AC3 }; application/x-rtp, media=(string)audio, payload=(int){ 12, 10, 11, 14, 0, 8, 3, 18, 4, 9 }; application/x-rtp, media=(string)video, payload=(int){ 33, 26, 34, 32 }; application/x-rtp, media=(string)other, encoding-name=(string)MP1S; application/x-rtp, media=(string)application, encoding-name=(string){ SMPTE336M, X-GST }; application/x-subtitle-avi; audio/ac3; audio/mpeg, mpegversion=(int){ 1, 2, 4 }; audio/webm; audio/x-ac3; audio/x-alaw; audio/x-amr-nb-sh; audio/x-amr-wb-sh; audio/x-au; audio/x-dts; audio/x-eac3; audio/x-flac; audio/x-m4a; audio/x-matroska; audio/x-mulaw; audio/x-private1-ac3; audio/x-private1-dts; audio/x-rf64; audio/x-sbc; audio/x-speex; audio/x-wav; audio/x-wavpack; audio/x-wavpack-correction; image/bmp; image/jpeg; image/png; image/svg; image/svg+xml; image/tiff; image/vnd.wap.wbmp; image/x-MS-bmp; image/x-bitmap; image/x-bmp; image/x-cmu-raster; image/x-icon; image/x-pcx; image/x-pixmap; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; image/x-sun-raster; image/x-tga; multipart/x-mixed-replace; video/mj2; video/quicktime; video/webm; video/x-dv, systemstream=(boolean){ false, true }; video/x-fli; video/x-flv; video/x-matroska; video/x-matroska-3d; video/x-msvideo; video/x-vp8; video/x-vp9
Gstreamer-Elements: 3gppmux, aacparse, aasink, aatv, ac3parse, agingtv, alawdec, alawenc, alpha, alphacolor, amrparse, apedemux, apev2mux, aspectratiocrop, asteriskh263, audioamplify, audiochebband, audiocheblimit, audiodynamic, audioecho, audiofirfilter, audioiirfilter, audioinvert, audiokaraoke, audiopanorama, audiowsincband, audiowsinclimit, auparse, autoaudiosink, autoaudiosrc, autovideosink, autovideosrc, avidemux, avimux, avisubtitle, breakmydata, cacasink, cacatv, cairooverlay, capssetter, cpureport, cutter, dcaparse, deinterlace, deinterleave, dicetv, dtmfsrc, dv1394src, dvdec, dvdemux, dynudpsink, edgetv, equalizer-10bands, equalizer-3bands, equalizer-nbands, flacdec, flacenc, flacparse, flactag, flvdemux, flvmux, flxdec, gamma, gdkpixbufdec, gdkpixbufoverlay, gdkpixbufsink, goom, goom2k1, hdv1394src, icydemux, id3demux, id3v2mux, imagefreeze, imagesequencesrc, interleave, ismlmux, jpegdec, jpegenc, level, matroskademux, matroskamux, matroskaparse, mj2mux, monoscope, mp4mux, mpegaudioparse, mulawdec, mulawenc, multifilesink, multifilesrc, multipartdemux, multipartmux, multiudpsink, navigationtest, navseek, optv, oss4sink, oss4src, osssink, osssrc, pngdec, pngenc, progressreport, pulsesink, pulsesrc, pushfilesrc, qtdemux, qtmoovrecover, qtmux, quarktv, radioactv, revtv, rganalysis, rglimiter, rgvolume, rippletv, rndbuffersize, rtpL16depay, rtpL16pay, rtpL24depay, rtpL24pay, rtpL8depay, rtpL8pay, rtpac3depay, rtpac3pay, rtpamrdepay, rtpamrpay, rtpbin, rtpbvdepay, rtpbvpay, rtpceltdepay, rtpceltpay, rtpdec, rtpdtmfdepay, rtpdtmfmux, rtpdtmfsrc, rtpdvdepay, rtpdvpay, rtpfunnel, rtpg722depay, rtpg722pay, rtpg723depay, rtpg723pay, rtpg726depay, rtpg726pay, rtpg729depay, rtpg729pay, rtpgsmdepay, rtpgsmpay, rtpgstdepay, rtpgstpay, rtph261depay, rtph261pay, rtph263depay, rtph263pay, rtph263pdepay, rtph263ppay, rtph264depay, rtph264pay, rtph265depay, rtph265pay, rtphdrextclientaudiolevel, rtphdrextcolorspace, rtphdrextmid, rtphdrextntp64, rtphdrextrepairedstreamid, rtphdrextstreamid, rtphdrexttwcc, rtpilbcdepay, rtpilbcpay, rtpisacdepay, rtpisacpay, rtpj2kdepay, rtpj2kpay, rtpjitterbuffer, rtpjpegdepay, rtpjpegpay, rtpklvdepay, rtpklvpay, rtpldacpay, rtpmp1sdepay, rtpmp2tdepay, rtpmp2tpay, rtpmp4adepay, rtpmp4apay, rtpmp4gdepay, rtpmp4gpay, rtpmp4vdepay, rtpmp4vpay, rtpmpadepay, rtpmpapay, rtpmparobustdepay, rtpmpvdepay, rtpmpvpay, rtpmux, rtpopusdepay, rtpopuspay, rtppcmadepay, rtppcmapay, rtppcmudepay, rtppcmupay, rtpptdemux, rtpqcelpdepay, rtpqdm2depay, rtpreddec, rtpredenc, rtprtxqueue, rtprtxreceive, rtprtxsend, rtpsbcdepay, rtpsbcpay, rtpsession, rtpsirendepay, rtpsirenpay, rtpspeexdepay, rtpspeexpay, rtpssrcdemux, rtpst2022-1-fecdec, rtpst2022-1-fecenc, rtpstorage, rtpstreamdepay, rtpstreampay, rtpsv3vdepay, rtptheoradepay, rtptheorapay, rtpulpfecdec, rtpulpfecenc, rtpvorbisdepay, rtpvorbispay, rtpvp8depay, rtpvp8pay, rtpvp9depay, rtpvp9pay, rtpvrawdepay, rtpvrawpay, rtpxqtdepay, rtspsrc, sbcparse, scaletempo, shagadelictv, shapewipe, shout2send, smpte, smptealpha, spectrum, speexdec, speexenc, splitfilesrc, splitmuxsink, splitmuxsrc, stereo, streaktv, taginject, testsink, udpsink, udpsrc, v4l2radio, v4l2sink, v4l2src, vertigotv, videobalance, videobox, videocrop, videoflip, videomedian, videomixer, vp8dec, vp8enc, vp9dec, vp9enc, warptv, wavenc, wavpackdec, wavpackenc, wavpackparse, wavparse, webmmux, ximagesrc, xingmux, y4menc
Gstreamer-Encoders: application/x-rtcp-stream; application/x-rtp; application/x-rtp-stream; application/x-srtcp-stream; application/x-srtp-stream; application/x-yuv4mpeg, y4mversion=(int)2; audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]; audio/webm; audio/x-alaw; audio/x-flac; audio/x-matroska; audio/x-mulaw; audio/x-rf64; audio/x-speex; audio/x-wav; audio/x-wavpack-correction, framed=(boolean)true; image/jpeg, sof-marker=(int){ 0, 1, 2, 4, 9 }; image/png; multipart/x-mixed-replace; video/mj2; video/quicktime; video/webm; video/x-flv; video/x-matroska; video/x-matroska-3d; video/x-msvideo; video/x-vp8, profile=(string){ 0, 1, 2, 3 }; video/x-vp9, profile=(string){ 0, 1, 2, 3 }
Gstreamer-Uri-Sinks: udp
Gstreamer-Uri-Sources: dv, hdv, imagesequence, multifile, pushfile, radio, rtsp, rtsp-sdp, rtsph, rtsps, rtspsh, rtspst, rtspsu, rtspt, rtspu, splitfile, splitmux, udp, v4l2
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gstreamer1.0-pulseaudio
Priority: optional
Section: oldlibs
Installed-Size: 133
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-good1.0
Version: 1.22.0-5+deb12u1+apertis1bv2024dev3b2
Depends: gstreamer1.0-plugins-good (>= 1.22.0)
Filename: pool/target/g/gst-plugins-good1.0/gstreamer1.0-pulseaudio_1.22.0-5+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 84728
MD5sum: 111d50c5d7402e5662b7ee6da8368a87
SHA1: b268678e426f219be45df5ebf83e0286d6377f01
SHA256: df95618339140d848ea63f565fa8f330a31198dd0a8ef11022d2eb79c3b156fc
SHA512: 6940191e535b185e8edcf81896ffe1f3a6457b20a3c2a6d3202488254a72447f0de895792ab2dde5bf22d7be5efe5b2eb8572b8eb0a5897a7c12594a88284adf
Description: GStreamer plugin for PulseAudio (transitional package)
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package used to contain the GStreamer plugin for PulseAudio, a
 sound server for POSIX and WIN32 systems.
 .
 This is a transitional package.
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gstreamer1.0-qt5
Priority: optional
Section: graphics
Installed-Size: 336
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-good1.0
Version: 1.22.0-5+deb12u1+apertis1bv2024dev3b2
Replaces: gstreamer1.0-plugins-bad (<< 1.13.1)
Provides: gstreamer1.0-videosink, gstreamer1.0-videosource
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.62), libgstreamer-gl1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.22.0), libgstreamer1.0-0 (>= 1.22.0), libqt5core5a (>= 5.6.0~beta), libqt5gui5 (>= 5.4.0) | libqt5gui5-gles (>= 5.4.0), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.15.1) | libqt5quick5-gles (>= 5.15.1), libqt5waylandclient5 (>= 5.10.1), libqt5x11extras5 (>= 5.6.0), libstdc++6 (>= 4.5)
Breaks: gstreamer1.0-plugins-bad (<< 1.13.1)
Filename: pool/target/g/gst-plugins-good1.0/gstreamer1.0-qt5_1.22.0-5+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 132216
MD5sum: 3b8a46d41495c3281da42531449861cd
SHA1: cf9835dc28e25cb59380fc0015afba5fcd0bfbb2
SHA256: 47a2844e74a207f74e7e1e5b0d16e8e7ed19e7070bc7bf3a81f22427ce0ec2b0
SHA512: 08e51b5126461f7d01eff02fc7e393abf68cf8c138202ac9528557429b327af88d6aadd30e56fe69aebcfdd7300afdca821adc7e282a0565573de82af2d76da3
Description: GStreamer plugin for Qt5
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains the GStreamer plugin for Qt5.
Gstreamer-Elements: qmlgloverlay, qmlglsink, qmlglsrc
Gstreamer-Version: 1.22
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gstreamer1.0-qt5-dbgsym
Priority: optional
Section: debug
Installed-Size: 1470
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-good1.0
Version: 1.22.0-5+deb12u1+apertis1bv2024dev3b2
Depends: gstreamer1.0-qt5 (= 1.22.0-5+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-good1.0/gstreamer1.0-qt5-dbgsym_1.22.0-5+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 1446444
MD5sum: 66d24807d8c16983444ef9adbfbb3e6e
SHA1: fa1ec75fc6c03a7cd6d8e3f9f4d4b9e793563f1f
SHA256: afb32526ba27b274d952c9790537c45b4bb1ca22e6dc65d39255a5ec2846a955
SHA512: 426639de4e9a1941405c8416d8f4a9fd11ef01db0f0f00e6a1eb43c7ca66458eb447e40169d28773956dfc97b476523519d39002c9fc60b43c36d01154571d0b
Description: debug symbols for gstreamer1.0-qt5
Auto-Built-Package: debug-symbols
Build-Ids: e802bc5be863df84c8f27e27723bf480729ef0af
Gstreamer-Elements: qmlgloverlay, qmlglsink, qmlglsrc
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gstreamer1.0-qt6
Priority: optional
Section: graphics
Installed-Size: 270
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-good1.0
Version: 1.22.0-5+deb12u1+apertis1bv2024dev3b2
Provides: gstreamer1.0-videosink
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgles2, libglib2.0-0 (>= 2.62), libgstreamer-gl1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.22.0), libgstreamer1.0-0 (>= 1.22.0), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.2.0), libqt6qml6 (>= 6.2.0), libqt6quick6 (>= 6.2.0), libstdc++6 (>= 5)
Filename: pool/target/g/gst-plugins-good1.0/gstreamer1.0-qt6_1.22.0-5+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 110744
MD5sum: b1a270811c04cfa693d64af550a42dcd
SHA1: 464875927d539d1706098ed0da1feb8ab1476ae1
SHA256: c1c62b1103895dc8670b558bf2f58843d402a1409fdb384cd801e5867cd81a50
SHA512: d2012edfcf08513cd16998841d0e45ed2991b48fa5f580070fdd5f3d7dcc96634ac975b60653ae511439c69431af346b030a9985437e11234418537d5a3dedb6
Description: GStreamer plugin for Qt6
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains the GStreamer plugin for Qt6.
Gstreamer-Elements: qml6glsink
Gstreamer-Version: 1.22
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gstreamer1.0-qt6-dbgsym
Priority: optional
Section: debug
Installed-Size: 829
Maintainer: Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-good1.0
Version: 1.22.0-5+deb12u1+apertis1bv2024dev3b2
Depends: gstreamer1.0-qt6 (= 1.22.0-5+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-good1.0/gstreamer1.0-qt6-dbgsym_1.22.0-5+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 809440
MD5sum: 7b41a0e9baa94df1b9dc17636480c6cc
SHA1: a5ed7e68b08fcba2bf7830f640a427fc874899eb
SHA256: e91668d58f4e9a9899e5af89ec626281e405627be85f07e2a9b4a7713bae67f7
SHA512: 7b50cd69350a34b626cde102843db4140aea9633247370926f94b29e1e0954f5c3b2802c6848b0627dd388e9a00357392179a0197ef68a91f1b0bee640121589
Description: debug symbols for gstreamer1.0-qt6
Auto-Built-Package: debug-symbols
Build-Ids: 1489cbbd41a1c958eda019dc5200c16eaabd11fa
Gstreamer-Elements: qml6glsink
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gstreamer1.0-tools
Priority: optional
Section: utils
Installed-Size: 492
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Architecture: arm64
Source: gstreamer1.0
Version: 1.22.0-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.62.0), libgstreamer1.0-0 (>= 1.20.0)
Suggests: gstreamer1.0-plugins-base
Filename: pool/target/g/gstreamer1.0/gstreamer1.0-tools_1.22.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 89372
MD5sum: cd54dc3f06c7179d7d7398cb4e0bab94
SHA1: bcb2c4d3c6efbc3d8a8a61a06227227de219a345
SHA256: 5ed2dd55fa23b8ad425517f44a1d0d9f3d16b34c0f573139555638c66dd572fd
SHA512: a0c2020d0015aa09e4049cc78f917137d8aea63766dc2093f1b63daeeb0ee126e50de01ac2f77d2d1d61f86c7d8a3e05a809c03af4743339a0ee2cc7dae7893a
Description: Tools for use with GStreamer
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains versioned command-line tools for GStreamer.
Homepage: https://gstreamer.freedesktop.org

Package: gstreamer1.0-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 201
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Architecture: arm64
Source: gstreamer1.0
Version: 1.22.0-2+apertis1bv2024dev2b1
Depends: gstreamer1.0-tools (= 1.22.0-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gstreamer1.0/gstreamer1.0-tools-dbgsym_1.22.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 128300
MD5sum: 9d26f2aa81e8f0b20f362b17fb0608a0
SHA1: a289c0ed7427fad451c4dff3cbb8647d8fa605a5
SHA256: d3815807e2174531bc5be33f060e4f6137928789961307fe2ec34d52846686b1
SHA512: 644ffd064b0d151c903f36d3268419f82570e7486276080fda074fb96163717fc68bcaecbab70fab6065e60243c950967f0992543badc9666ac6c4e5b630b169
Description: debug symbols for gstreamer1.0-tools
Auto-Built-Package: debug-symbols
Build-Ids: 38669ca6c57613c48c2fef64eabeb2204d00fb73 6d521116e2839a2ef8874e41ca17c194de4f6a18 8268676d72e157b0ba58a7e0f22784e3ec72c4b7 a53ef67c5c575cb7fe432fd0864d55c711bfe0fd ca5051680345faf476571fc76d7cc93fef77e8bc e4ff38dd031fc1da24d85eb19653920d87e23593

Package: gstreamer1.0-x
Priority: optional
Section: libs
Installed-Size: 448
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Provides: gstreamer1.0-videosink
Depends: libc6 (>= 2.17), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.62), libgstreamer-plugins-base1.0-0 (>= 1.22.0), libgstreamer1.0-0 (>= 1.22.0), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.22), libx11-6 (>= 2:1.2.99.901), libxext6, libxi6 (>= 2:1.2.99.4), libxv1
Filename: pool/target/g/gst-plugins-base1.0/gstreamer1.0-x_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 143316
MD5sum: 7214f100e6d052df4f705f74a9a8c336
SHA1: f0a70316a6e58f2bae89ce43ea1f1a125f336049
SHA256: fc81453ffa353c428ab958f369155e1cf3950a2cd1e218153259fad7a69a53c0
SHA512: 4bc5533e6e9670f12ae6497270b9b67b74bfa64704c6f069832654f9bc639278931cb5d083bf8b8c681c1123618289a54333651ac8ced7a69fffa800c069d6dd
Description: GStreamer plugins for X11 and Pango
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains the GStreamer plugins for X11 video output, both
 for standard Xlib support and for the Xv extension, as well as the
 plugin for Pango-based text rendering and overlay.
Gstreamer-Elements: clockoverlay, textoverlay, textrender, timeoverlay, ximagesink, xvimagesink
Gstreamer-Version: 1.22
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: gstreamer1.0-x-dbgsym
Priority: optional
Section: debug
Installed-Size: 294
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Depends: gstreamer1.0-x (= 1.22.0-3+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-base1.0/gstreamer1.0-x-dbgsym_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 227184
MD5sum: 6bbebae9f8d95522dcd9608c020b2645
SHA1: f5f2f4c9dfb1a1027909336ff9bff87f4973f607
SHA256: 4a228eff328d0bce5495cd24dd513e460548eaa1128feeb1e248a2bc62fc7606
SHA512: fcab3c136e0828eec09f07af9ca48f1d51589cbe9902d7725d18d8fdc3981078281b45c6b8bb92a9082552e7a6158f85ac2f16d3be0b0e9f96c55dc1abf0ccb0
Description: debug symbols for gstreamer1.0-x
Auto-Built-Package: debug-symbols
Build-Ids: 885c08be9b4a2b547ff1f37d00bb0e825eaa35d4 d9be14ec6e81ebccf1bffe41826c4f4dcabca0e9 fdb8efbe198b744c81c23c2bc1d3f0f1fae2bd51
Gstreamer-Elements: clockoverlay, textoverlay, textrender, timeoverlay, ximagesink, xvimagesink
Gstreamer-Version: 1.22
Multi-Arch: same

Package: gtk-3-examples
Priority: optional
Section: x11
Installed-Size: 14895
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: dconf-gsettings-backend | gsettings-backend, libatk1.0-0 (>= 2.35.1), libc6 (>= 2.34), libcairo2 (>= 1.14.0), libepoxy0 (>= 1.0), libgdk-pixbuf-2.0-0 (>= 2.40.0), libglib2.0-0 (>= 2.59.0), libgtk-3-0 (= 3.24.37-2+apertis1bv2024dev2b1), libharfbuzz0b (>= 2.2.0), libpango-1.0-0 (>= 1.44.3), libpangocairo-1.0-0 (>= 1.44.0), libx11-6
Filename: pool/target/g/gtk+3.0/gtk-3-examples_3.24.37-2+apertis1bv2024dev2b1_arm64.deb
Size: 1604168
MD5sum: 912aa5bfbc66703c41c9e29c99220a10
SHA1: b07dc00e0bc31de3beddecffd770111c268222aa
SHA256: 29c2c9876eb6217f2be0603f4168794dab0e81958405a5914f5037b7fe298bb0
SHA512: 1099e1955b8aaaa20d4d431c2995fd29b0ca08106ca808d7dae6cf631a42ff9829c18eee27bb526a792aa9aa2fe18ab0d4ef9f976fbc82ce758771335cfd071f
Description: example files for GTK 3
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the example files and a demonstration program
 for GTK3. It also contains the installed tests.
Homepage: https://www.gtk.org/

Package: gtk-3-examples-dbgsym
Priority: optional
Section: debug
Installed-Size: 1993
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: gtk-3-examples (= 3.24.37-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gtk+3.0/gtk-3-examples-dbgsym_3.24.37-2+apertis1bv2024dev2b1_arm64.deb
Size: 1238492
MD5sum: d983ce13fdac91e445f3beb0296ee2f2
SHA1: c5bb557a501744d1c362418caa1795ebdf4dd829
SHA256: d255a48ae2c54cadd184f186ad68ccd631fe3a670dd958cef70bbabb01d23825
SHA512: e2ead06194fe57bc754834d8e4e247fb993deb091a1a45cff4d2a449a1557c1a88f631940ab4965fdd7f183a68f3defba49ee1947ab01977d9e678213aac250b
Description: debug symbols for gtk-3-examples
Auto-Built-Package: debug-symbols
Build-Ids: 0611e0ddda5a309350c3e0bc36448bedcf33ad27 064ea7efb0862d203dae14ed23d7eec8877d57c3 0c3b53b8dd18617f54c691fe11e184d9fd03da09 0d1e5875c608d55f3babb44ffa129fa0c2cafb85 1a7ab7fbfb9789c2c41d8f1660ed0f4e1d885688 1ac62886094356af1446e52ce337aaec0c7bfc5d 1b71454500914f12a78789f2e280b248e1480435 1de3791061b754f9a805b90a542ec63f602db838 1fabd35ea488a2fc96f75a4a55b1dcd2b8c52ac1 22d23e09869f7998f89a393ec46054a13fa59aa1 26f40f607173f247e1c7fdcd1f7353734aa77011 2c7d0a91510c1a3a7ac68be4e6b37a47340747d5 364b8faad83bd051e3f46d172210bdc2caaf5acd 39ea3308380b709f1fbbb98b163a662065079c9b 43ad19606b537123f917077140e0d671863f66ab 463ed4f50109deae094a5f5a8982a0375c25e1f3 4a03f697484a9ea88104cb29741aea1152fc84cf 4a6ec7d848db262a5113bf85d27b88cef0955af8 4a88e3b8dc2f02fe9d27d40e2171137ecd8774a2 4ca25586b5045c02e23646e634a65c9dabca751f 4e767049dc7cb2a17f127ab2dea603df58eb2ee1 4f803fc40c39060283c4d996a40a9dfeddb3af3d 59b14d71bd7a2f09b7b1cfc1781f8ea7e90853c8 5ab4528c2b8a3472aba0f960abf4c6b5c1139678 5cbd4f86c1c461aff36b55a10b00d296bbb5903a 60ce1b53d82ddb0148c159795dd02876fa0b29cd 6a682f0fa248bc14d971fed7e8ef9884cfb74195 6bfa02aed64445f65ce67d1082af26b0bc3efea3 7176a2735e14f916b5fcdd05efa93fbfd598ee2f 71c79853e58d91aaf8761d44059f42b00f2e7c41 72e2d053d811bdee6572f566e8b24ef0554bde07 79f3e17b528df8910d5397d1869affebe1ad66da 7eed9a43b627924375e601e6c3be68ee1bdaf219 87b3accfcbd95ef665bb7ddec0221483c45f50dc 8cb10821efe0cbddb8688d0e4ad5ab3680312255 8ce7d149c32abd9beb35b96b4c5c963525309b81 8e69883d057f8285f8d640dc95581d542ae9114f 93c8eaf152fc811190fc9d06773f5555d02d18a9 97030a14a61a8f9ae4fe74873b1c8780e5721b3a 97083026d3ac06b827c35adaed87cfdbb031faae 9b9b44993e5597a4e202532f08ebf979cb9e15dc 9d71791ebbb21cf7b860287d1e739b3883b08da4 a6fedaf7e2ac3a21ee22e8022b9042a6580f7872 aa4066498ff0734cf01c4cc4ef5a7b1df32041fa aaff15da17f75c5725a5abb7ca9c8206e379df02 ab4ca50af8ab78aa7bbd3e5e65fd0eb4a4241d93 b705581fbc41abe531ac352562dc70fca9a20f74 b8715c7f2aa9656a7b51ca97203966d90ce5f636 bdaab60c42ce805f77f447fb3f12430ac422774a c2abbc6b682e6b1e5dea297b07751b3d68ec548a c4b6df526d3bb621fc1892560bd0061ebe7f4d7e c5c694c55c1ca3bda93d31e2fc665cbf17390d6e c87c6fe2eefabc091459727aed5c5787f4fcaa29 d1d0250aaf1c109931f783c77d95204b241d0fa1 d1d308be0364ff5644f84d5b05818c7950921b6e d6840d30c35da6516cbec08cb12add2f9149bb11 d69d8e134fc225cb888f925b33f2ad1408481e2f d9500105600922f4d3d1a75de996786c8f3e6eb3 d95282fb976130bde16d5c88a896ef0859a4ff4a dc1389328fbf8b76331a0a501420b2a05eb52de9 dcda7767087a507ce3642d3908fae09916c42550 df92671f4952572d9c329a9212709d33effd6d71 e0c91a57dbccd8115388b0cefbb1d505a0dc15f5 e3436e2b002dcc7b8dac282d1e9d20ce97a87761 e7fd08c3424b78744bf117c207dcf93cac54b21f e893dd1910a03034da4f8e359006cda72f60108e eb1f0f1013aa5a09333d885359a9c7533ff56492 ee8281ff19fee80cb8abe49538fa39d190e0a850 f4577b7af19ade63a6a18005ced4352168be7e88 f76a50d4d25cb8df2db81f6b8fcf116f0600e5cd fbbd0ee309d60e27114dae1038bb20a2cfa3544b

Package: gtk-4-examples
Priority: optional
Section: x11
Installed-Size: 14656
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.34), libcairo2 (>= 1.14.0), libepoxy0 (>= 1.0), libgdk-pixbuf-2.0-0 (>= 2.30.0), libglib2.0-0 (>= 2.68.0), libgraphene-1.0-0 (>= 1.5.4), libgtk-4-1 (= 4.8.3+ds-2+apertis2bv2024dev2b1), libharfbuzz0b (>= 2.6.0), libpango-1.0-0 (>= 1.50.3), libpangocairo-1.0-0 (>= 1.50.0), librsvg2-2 (>= 2.52.5)
Recommends: fonts-cantarell, librsvg2-common (>= 2.52.0)
Filename: pool/target/g/gtk4/gtk-4-examples_4.8.3+ds-2+apertis2bv2024dev2b1_arm64.deb
Size: 3569580
MD5sum: 28c0884e0eeb897937c12c6ff66879b8
SHA1: 21ff8a91017ba77eb4a7d86ba734598409dbe9d5
SHA256: c1059fbd1ee21e5d3b90b02e2d0feec01463a283b594e4947e73c6c6b116775b
SHA512: 8ae31367d05df75b3d3ec5cc1cc789cd21d694fa2c6bc6cfbdddf4eca0670a86fd7700b8ebd9074b859e86400edeeb8bfc4f948ac0c2870bd522dde68b086d53
Description: example files for GTK 4
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the example files and a demonstration program
 for GTK4.
Homepage: https://www.gtk.org/

Package: gtk-4-examples-dbgsym
Priority: optional
Section: debug
Installed-Size: 987
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: gtk-4-examples (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Filename: pool/target/g/gtk4/gtk-4-examples-dbgsym_4.8.3+ds-2+apertis2bv2024dev2b1_arm64.deb
Size: 761264
MD5sum: f65ac66ab3c684e8a03eb50dfe836af0
SHA1: 2534192ceebb06185a4e7a1b3825a38bf36e76c7
SHA256: 858af7c4c2c698bb5b11f6e3ef15badf67db886fb5712644e8c7ac5087697817
SHA512: 366ff3ad6ec572a7e05d6b9ea7fcaf5910bc9d0ee81d0616bcf415986433d2b60730dab8e234ff7e1470d699f5dae231426b76a90207a9cef9064fcb24b747ce
Description: debug symbols for gtk-4-examples
Auto-Built-Package: debug-symbols
Build-Ids: 77dde99ae1eb4935ed327e4ac8bf39f8e64a0127 8592c5a4b87b4c90fbb1bfacb99d9b6a5bddd6b9 9f76afd33a6e9c3b6610aa9b29224489bcbf9364 d2ed802638a81490d5666f6b9a2b709f4cb9bc2a e599cc8649e147654c964ca546334e915ca04b22 ef466b1f66c98fbf390f58e85d97d9a1049062ea

Package: gtk-4-tests
Priority: optional
Section: x11
Installed-Size: 97062
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: iso-codes, librsvg2-common (>= 2.52.0), libc6 (>= 2.34), libcairo-gobject2 (>= 1.14.0), libcairo-script-interpreter2 (>= 1.14.0), libcairo2 (>= 1.14.0), libepoxy0 (>= 1.4.3), libfontconfig1 (>= 2.12.6), libfribidi0 (>= 0.19.7), libgdk-pixbuf-2.0-0 (>= 2.30.1), libglib2.0-0 (>= 2.70.0), libgraphene-1.0-0 (>= 1.9.4), libgtk-4-1 (= 4.8.3+ds-2+apertis2bv2024dev2b1), libharfbuzz0b (>= 5.1.0), libjpeg62-turbo (>= 1.3.1), libpango-1.0-0 (>= 1.50.3), libpangocairo-1.0-0 (>= 1.50.0), libpangoft2-1.0-0 (>= 1.50.0), libpng16-16 (>= 1.6.2-1), libtiff6 (>= 4.0.3), libwayland-client0 (>= 1.21.0), libwayland-egl1 (>= 1.21.0), libx11-6 (>= 2:1.4.99.1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxkbcommon0 (>= 0.5.0), libxrandr2 (>= 2:1.5.0)
Recommends: gnome-desktop-testing, locales | locales-all
Filename: pool/target/g/gtk4/gtk-4-tests_4.8.3+ds-2+apertis2bv2024dev2b1_arm64.deb
Size: 23544392
MD5sum: 6bfbbf87c3aa99e19b5c544decaec3a8
SHA1: 8340ff26a00ab118fd6de9de0b79f614b9e2c5f2
SHA256: fb8a70d7e9dbf146e17c87368bdd8349e426ac87d3f46a7ed55a996e9b3d5a79
SHA512: 155b83d4894e98a519254390e70d9bc24286277a18a39aac380c9e389f0ffe908324a2d8afb1fa387c89cb1960774feab4f8feca40a7f122eeca3db09f4daf86
Description: "as-installed" tests for GTK 4
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains installable test programs, primarily for use with
 autopkgtest.
Homepage: https://www.gtk.org/

Package: gtk-4-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 97674
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: gtk-4-tests (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Filename: pool/target/g/gtk4/gtk-4-tests-dbgsym_4.8.3+ds-2+apertis2bv2024dev2b1_arm64.deb
Size: 86406592
MD5sum: 3701c3f715ead70687820420fd56f600
SHA1: c359c81bf1849b3a57b05fb883548c546cd7e9a6
SHA256: 849c9ecb79973e23a7fc23860770bb55d0831a9046d0ea636d8b0b28c67ea9e8
SHA512: 73f3bfc78b9894f6dbc1db3eb1cb5c529f4b8e76d774f68b94394c106efff9b5d8fb1f61876cee45578208ad93a446db7402307218e3ebf6ef23c9415a5336c6
Description: debug symbols for gtk-4-tests
Auto-Built-Package: debug-symbols
Build-Ids: 000009b4970658652204a272bac7e9d9fdb5e771 00d0250334beac6ca77f69f2f51d92240fd95ac3 01216557d5d0fffcd4eb22a39642318d19427e18 04995b25569bfbffb9e19fa1e370d4dfb5b3acda 0764acca11b56f037407058ab360909b9dc52154 0879b2b6ef781d3a2490b44944b61ef2c4aac683 0af44ea23d7ed33286dab1d0278ea169572bd6a1 0b64110431c4e2387f4efdbc2fe5f0e52adb6037 0c9eec450a6cbd9fa2fac390fb06bae5b125d92f 0f55e05c0c8c0492ed282eed79c7cc088d80e696 10c276295cd19e80925ade8a52832d1d416d012d 12863443b0d2f2be275ba409a37c8c1058af4273 12c84cbebb440e5b9956c136d5f783096921ccf2 13f1cf9dd0b18a0f873bdfcc021a0455963691ab 13f542346792280293c66809cf6ec465cd5bcad4 14a07842cb5c17cea4d610aa5aaec4ae7047916a 155d8248e8564932b3fea785c81916d04fb5d5bf 1589d6c261f1dc21126e6effb6bb5834e68e63c5 1725dcfc15ab32aac3b2033a31ac040d104ff634 25119812cb04f597d4ee94f72b5b90565e2d4b4e 25a4eb5e59f70967afa0b6e094dc525a6251fad1 27371179baf6d92bfae6f74540a9c57f4c87d505 30706671cefb12935943a8f393371c4a2175c4f6 30b1b2502f15a087ede262b6526b7b4d3ceff3bf 30dbbaa221154742d214bfddd129f608ecb7be73 3117702b9d68c83e57e121de6564f3f1083d1117 31bd51a791c930952c4c1f25502466da8787f8bc 3729a01a58b862eeda2fac46eb16ec04cbaefca0 3e23dddb67a562cd4dae174d572680e827687979 3f578387050b084812dad76c951d423badb74fb1 3fe172c3657fde649eaf514ce2b9e12e04df3137 40347c355a5162d2804b4ecb1ca46a89e10872e1 420e9c8f947aeba99c75fccf2f0531ab7df35253 42844469da9626d93d9d3cf03d539c233eee0828 44623ef7e2504bb048b668c5eab9a7ecc16c8af4 4c1b9f5dbde2e0cc7673896550691b07a814e7e0 4c7d98191a850452f74df5c07b58f85ba593b130 4dd05ca517dfe5ab47f6923888c9eae0d06e5929 4e00de82b73e840d06ad1a354574c6b165b25e46 50f302bbeee3e7c79aad801bfc5f7f3de609cefb 516e341a18d5cab770596c6040468317281139c0 550731a5b70f7f807199790464668942f3f0d705 55184b133e5aa8dca12bb0d8af27e1b82e4695b4 5a1456ae1dc4de837f93340fff8a63a34eb8dd55 5d800faed1a2bddd7301091a77416e1cee049b6a 60f2abe52a9e749702d25d883c9a78a51af02752 625f456bd8d8ad4dc2699e88aa1e042dd33a0b14 63741df51357e3e771dd9554173d4b0743753a1c 67890eff00b17d8b88d2d79378e473c1b60ebcad 680b514cfbbbbd20470f657cc52946276effa7e5 6d4189d8b8c7d564ed5a11c67f8821d65be44cd5 6f60c6699445cbf6ac32763c133629e30ce28347 70a32bc0d0bfc9aff35ddd3027e60104c5d8b2a6 70d439f317abca68946f5174c357f264212181a8 73c43c188208b544cc5817244229076cf7a58574 73e3aae2f1e4f75fb965d9a6dd2d5e76d0b65ac0 760ac08d07b45562e51473245827b975d307bf68 7b803376c422107996c561bfcb8dc78a3c8427ef 7d246c0c0ff718bb926ba1a7e7e1b6e4159e5b40 824ad174558c49e82f615e37f4de816acd2c3f0c 83580ea1c131813aafc3855ca92d8b9bd415db91 8444e6849b4db7591809d6a345f9c6ccfac7a3ab 844af0319660be8ff8f40435ec2141a5c88146b9 8528a08e0768c78e6dee6909ce47b66c9c5553a8 8816289099844e853f60b01dbca3ac6258437c8b 8f38f9a97cdd75d46c7520034e6fe40046097597 8f75690e1271de182f87331ee49915cf7f0e65d3 917f65f0167c54607dccc48dd02dfa94a492c0d2 93acdcd902f41e89a1b8d4b811155e98bf12c04b 945a62c93ae7954a48f6cb1767ed7aef6e12b44d 94a6a03e93d4e0bf3ab0f09b8af9bcebd3e52ab3 997afac7a39a6151ee8339e9113a70bf83545f6b 999c70bd28e4dc136b2c0fbe92cb3588d3c46271 99ff5e9399f72714cf209e7c6a25a64df323807c 9a97c611448477d99b0f60c7a42d692f1eebd1f6 a268ea98aeaad14efa3c365a34a16c45a42ca5b4 a2893d87cc0ea6dc591db38b65a66b130d96f44b a332fbf7902c9b790a5faa86276d3b39c2bab1fc a34d4701a125daf5633bbbaac4593ac93285c032 a4c3316afaf93e7300149aa8239a7aaa0590a44a a4e3a67c425752749e2883842e91c045b331fa1e a5e778fe7a6f4dc30911984ee821c895a96b703c a5ec545dbf368a197fa5fc7bd05300b9badddcf8 a6f184ff006a8097adaa6543bc69d4ff7ee507d1 a8e5d3326ea915d007643d8085da4d8671fbb349 a9c11f7627d63592dc0dc76ba7cfee0ecc35ee2b aa3ebc7b5dc438a06aed494de071e41a6901a002 acba3731ac37b251fb6601f2f7bec7d0067de1f0 ae1a761966ec8bb83495cf45404c9854bc890cc8 ae28622f24017331aa4a669391ee80135c7ba370 b08c98d3ba5bfe2e476a727eb4799c73471e1b70 b101c23840064d43914f360fbf14bc126d787886 b5d171c0b859459e9ee91c5776f82fd4515e9551 b82046371f259d0cab125d60d871cc5a18279b20 c0b9e0d699fe48fcd995a843e997358f88b2c50d c29a664941e9cf90bc107739b6c5041b51899364 c58e21360cb21e16a46a03bf639dd704929396d6 c953fce07050a831f56fa78ea0fa47de101c3557 ca1cd33066dcac5f998ced59200cb25084fa5e50 ca7087eb1dbc25102c40af1a570bfebbf7605aa7 ce2093137d93aff796dcec1d6d1c9fe4fe476a6b cfa7eede59c3f8a0b6d6d1c559a93d4f37798ea5 cfd6e4703bc31aa4f79b5c25f3fffbc35d29519d d2fc34b7d32d279d9584fff8f2902d66100c0655 d756ad5b4bb1238c2bf9be090ee8dec145dd1d95 dbedfd6e128819b5d6c402d771f8481f189fddf9 dc5e320cfe7295c811d15c1744f91f93ad96c001 dde6c41af9185a8f288b3560f8e51878b54b1e00 e00b0a3a14b83c9bb9759e8d94901f88d57cc7a2 e047980bddc611a31c4d625bd78a86c906d963fb e073091479b33702ed148f9866ad8d3514d45b0c e185ded392be7172687475d120a2720ed7f10b40 e22385449db1cc014d4fe0707914666028b22885 e6ecf8bfb49af7131f901fde7844d46663d08bea ec95ac9ead7b00da17a1137627884eb01fc86c29 ee950a8f7d21a98fe54cc94842d12a9d29589488 eff0e0d1f07999f01d5636e66686c5158b908a99 f2731801c35522ba921b38bc18911bda94c40337 f3207bdcf2bb742aba3c0cdac6976248bc56c5b1 f3da6f6e0da8f2f880649d19b2bb5fab9e87d0d1 f548597cfc1ce12f9ca8f61738c883a066d07c34 f70cae1a9a027ac304e44589da727d92cf7488fe f84b0d4621712df806590e308fb7f14963144a52 fa7d57a970a5159135dc87f822bd6dd68788130f fafc285cc54654f2a4488e94fd21c560172fc34f fd67c644cb54c4ca7275a922009823e92c7a1c7d fe40b0671b44f6ee0d6c126b5ab6ede9bcf9efa3 ff2f33f195d893fe6d9bce93ac5ec1141820de7c

Package: gtk-update-icon-cache
Priority: optional
Section: misc
Installed-Size: 176
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Replaces: libgtk-3-bin (<< 3.20.6-1), libgtk2.0-bin (<< 2.24.30-2)
Depends: libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.40.0), libglib2.0-0 (>= 2.57.2)
Breaks: libgtk-3-bin (<< 3.20.6-1), libgtk2.0-bin (<< 2.24.30-2)
Filename: pool/target/g/gtk+3.0/gtk-update-icon-cache_3.24.37-2+apertis1bv2024dev2b1_arm64.deb
Size: 66404
MD5sum: 605f36698e8e43d81aa21804668bc747
SHA1: 7060f9c6d2ca6dd16328a3431ca903a81de36d41
SHA256: c87bf484b87337ddbb52c072982fe4a2663b1a4e31ce4dcbfe05b203a5778171
SHA512: f7d02649baa07704b4bbe29a9c39e7f9469e673aed45069d329f49dcfedcb763043a00977484ccc5bff3d038827803b032e2cca0ffe93e31295c3bcd1510ae46
Description: icon theme caching utility
 gtk-update-icon-cache creates mmap()able cache files for icon themes.
 .
 GTK can use the cache files created by gtk-update-icon-cache to avoid a lot
 of system call and disk seek overhead when the application starts. Since the
 format of the cache files allows them to be mmap()ed shared between multiple
 applications, the overall memory consumption is reduced as well.
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: gtk-update-icon-cache-dbgsym
Priority: optional
Section: debug
Installed-Size: 54
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: gtk-update-icon-cache (= 3.24.37-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gtk+3.0/gtk-update-icon-cache-dbgsym_3.24.37-2+apertis1bv2024dev2b1_arm64.deb
Size: 37188
MD5sum: 0129395bb4a1782a11cac914ae7e76b7
SHA1: 6e7d23c8afeea4eef63c5c26b7f7b9036bbb0564
SHA256: a3c555a19d44bc772260eb48647a66b08394c4d8fba718ad6557e4283292f6c6
SHA512: bebf27c6bf654c644a0c7d477bcdee3962bd95aff20221d1b22fc767387d61b333f99354eaba6d164d515458dde641494c5b75f71b02bc0d17f5ee58afd7f6e6
Description: debug symbols for gtk-update-icon-cache
Auto-Built-Package: debug-symbols
Build-Ids: 9dc1a04a519351db0cc333757b76955c4146e9e2

Package: guile-gnutls
Priority: optional
Section: lisp
Installed-Size: 1025
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Depends: guile-3.0, guile-3.0-libs, libc6 (>= 2.34), libgnutls30 (>= 3.7.5)
Filename: pool/target/g/gnutls28/guile-gnutls_3.7.9-2+apertis0bv2024dev3b1_arm64.deb
Size: 494884
MD5sum: 81eb9c8f4e5eeb3047c6e56693be0df1
SHA1: c3c986ced3dd20b7a5a254d80910f6721d85a018
SHA256: 44a01094032d04c5950f2975450393b590b2594388e9edef4e2e970b6a5f2e47
SHA512: 27acba72efb1960d710f280f3b11ba39bcdab6f50a759a40239afd1b2ed279ab71cc6da75237292fa4419da4bae3a6c7218d7a11884b1303511e4bb108fff53c
Description: GNU TLS library - GNU Guile bindings
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2, 1.3) and Datagram
 Transport Layer Security (DTLS 1.0, 1.2) protocols.
 .
 GnuTLS features support for:
  - certificate path validation, as well as DANE and trust on first use.
  - the Online Certificate Status Protocol (OCSP).
  - public key methods, including RSA and Elliptic curves, as well as password
    and key authentication methods such as SRP and PSK protocols.
  - all the strong encryption algorithms, including AES and Camellia.
  - CPU-assisted cryptography with VIA padlock and AES-NI instruction sets.
  - HSMs and cryptographic tokens, via PKCS #11.
 .
 This package contains the GNU Guile modules.
Homepage: https://www.gnutls.org/

Package: guile-gnutls-dbgsym
Priority: optional
Section: debug
Installed-Size: 307
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Depends: guile-gnutls (= 3.7.9-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gnutls28/guile-gnutls-dbgsym_3.7.9-2+apertis0bv2024dev3b1_arm64.deb
Size: 257368
MD5sum: 8cc8d3a1fd3d579b1ece68146805ac7f
SHA1: d12a1aa2ff6411f5e7d4c27d38748bef5498e4f0
SHA256: 2afa1c81ce4591781a05fa4034b890784d566c30c9016a3cff9c8bf8322cae7a
SHA512: c1679b2f1472d36453f90b06cd48ba73f51b302fad93b26933da92a34593724479baf7b1776561debcce6487edf277598e2899a70baf8be865f176b25c2a91db
Description: debug symbols for guile-gnutls
Auto-Built-Package: debug-symbols
Build-Ids: 45fccb779bef4070cfdb4f074e1645a9cf83bf02

Package: gvfs
Priority: optional
Section: libs
Installed-Size: 431
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs-common (= 1.50.3-1+apertis3bv2024dev2b1), gvfs-daemons (<< 1.50.3-1+apertis3bv2024dev2b1.1~), gvfs-daemons (>= 1.50.3-1+apertis3bv2024dev2b1), gvfs-libs (= 1.50.3-1+apertis3bv2024dev2b1), libc6 (>= 2.33), libglib2.0-0 (>= 2.70.0)
Suggests: gvfs-backends
Filename: pool/target/g/gvfs/gvfs_1.50.3-1+apertis3bv2024dev2b1_arm64.deb
Size: 116672
MD5sum: 38fd4b04a7d3b2c0689b507686876e5c
SHA1: b5f22958e0c1fb578b0fa14508c0b8b59f72d84c
SHA256: c986d295ca2a4db1ab5c5ef6de540b023d0306d991a8f3a4e66ace4e64d7fe74
SHA512: 4dd4d9247272ad2a66e0f20d61676e0bb3f1b6cd7d7a9dd84098d341f076051dbdaa431ebeb2627cdc1004219d166bf012ca33f781dabddbb6eb4bdb5b7033c4
Description: userspace virtual filesystem - GIO module
 gvfs is a userspace virtual filesystem where mounts run as separate
 processes which you talk to via D-Bus. It also contains a gio module
 that seamlessly adds gvfs support to all applications using the gio
 API. It also supports exposing the gvfs mounts to non-gio applications
 using fuse.
 .
 This package contains the GIO module that lets applications use gvfs
 mounts.
Homepage: https://wiki.gnome.org/Projects/gvfs
Multi-Arch: same

Package: gvfs-backends
Priority: optional
Section: gnome
Installed-Size: 1957
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs (= 1.50.3-1+apertis3bv2024dev2b1), gvfs-common (= 1.50.3-1+apertis3bv2024dev2b1), gvfs-daemons (= 1.50.3-1+apertis3bv2024dev2b1), gvfs-libs (= 1.50.3-1+apertis3bv2024dev2b1), psmisc, dconf-gsettings-backend | gsettings-backend, libarchive13 (>= 3.0.4), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.70.0), libgphoto2-6 (>= 2.5.10), libgphoto2-port12 (>= 2.5.10), libgudev-1.0-0 (>= 147), libimobiledevice6 (>= 1.3.0), libmtp9 (>= 1.1.16), libplist3 (>= 2.2.0), libpolkit-gobject-1-0 (>= 0.101), libsmbclient (>= 2:4.12.0+dfsg), libsoup-3.0-0 (>= 3.0.3), libusb-1.0-0 (>= 2:1.0.21), libxml2 (>= 2.7.4)
Recommends: gnome-keyring
Suggests: bluez-obexd, pkexec, samba-common
Filename: pool/target/g/gvfs/gvfs-backends_1.50.3-1+apertis3bv2024dev2b1_arm64.deb
Size: 283484
MD5sum: bcce77809816824760763a1ea15e3603
SHA1: 2e25b07860660edebc68e425b16135e91a2f0baf
SHA256: 73d6424fc24c67bf2656cc5bf2e0de03670ee2c4d1a4240bf82467e9103cc4e4
SHA512: 5d709732793c746e586992fd39795be2b08a479362e49ae916cd47a143dc84f5c519189b5a8da5b27e91f2fc21ea7a2b5386217b3188d0907dbccf44ba6f909f
Description: userspace virtual filesystem - backends
 gvfs is a userspace virtual filesystem where mounts run as separate
 processes which you talk to via D-Bus. It also contains a gio module
 that seamlessly adds gvfs support to all applications using the gio
 API. It also supports exposing the gvfs mounts to non-gio applications
 using fuse.
 .
 This package contains the afc, afp, archive, cdda, dav, dnssd, ftp,
 gphoto2, http, mtp, network, sftp, smb and smb-browse backends.
Homepage: https://wiki.gnome.org/Projects/gvfs
Multi-Arch: foreign

Package: gvfs-backends-dbgsym
Priority: optional
Section: debug
Installed-Size: 1704
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs-backends (= 1.50.3-1+apertis3bv2024dev2b1)
Filename: pool/target/g/gvfs/gvfs-backends-dbgsym_1.50.3-1+apertis3bv2024dev2b1_arm64.deb
Size: 1265788
MD5sum: 233c239e26102a4a1e1724b064b86e5c
SHA1: 1b9fdb6682e09aae71fd60e60e6d295fad0d11d3
SHA256: 11eae5273b13c35a0ec0fbc96a98496b7039ff33a4fae9ce57d95d84613e1691
SHA512: 83771feda2e2bf600df2105e38027772b57b2ed056e20518fdc2b6f2a214b29702b8d553760d88e0d35fd96ac195b9b32c48c778712c341b70e2614fa593e4cc
Description: debug symbols for gvfs-backends
Auto-Built-Package: debug-symbols
Build-Ids: 027386a8337cc8465a0a8670b584ee051058f260 0c1ac0a7f6e6ea9a201c974919e85328d2ca5686 105a39613a103b3a91360b1f03d6f216df186669 216c35643b0c4c168dca96dc9bc17cd7cfd23b53 29918cfd7d8cf77ae28a6f2807070af6c8747cba 325b9cec74a4cf6681cfd1b74529faaf459d9423 3f721fc663a7fc51e17f6b635663af7543e930a7 4cfa671861812877e1edaf56a960e196a652a4fa 765af00a02b795e5ebe63f1baef6d298ae6e3e62 99745800aae8289b0b1d625e9eceecc965b9e3f2 9d241db15b84eee986432375a65e20f858c0ead8 a58fc4f2316cef9da12737879ce0dfb2ac4af2d7 af63a8cb1158f18aee9387afa6716761bc91a932 b5609925b200015ba95ecc87fc3502a6e12e1b84 cec0284b8bcfdd3b1c384a0aac6e5b42dde92b3e d907bf1b159021855ecc364409888dab972c8079 e8906694cb4856b0ef207c42d70a754c121c9bb1 f8c5c4c7dc0f04a8c09ccf7fffa0e0891ac92b09 ff274a2001564fa9a79644109f0cd2cf2777f234

Package: gvfs-common
Priority: optional
Section: libs
Installed-Size: 3605
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: desktop-file-utils
Recommends: gvfs
Filename: pool/target/g/gvfs/gvfs-common_1.50.3-1+apertis3bv2024dev2b1_all.deb
Size: 481452
MD5sum: 10fbcc90cdb74d1d683db3198cc20359
SHA1: 3de6af825a7f95cfb6959e63e5bf7c26fa5570c6
SHA256: b0d09f8e8aebaae65751785c90eaf1d49a4b09cddf90ee9ab041ef43eba46f47
SHA512: 232a9994d7256c1536dee8848c8bf275efdee7aa75fa39e31cec6c8a097549d2aab3803ca14051819fc5c58d39c62aa14725ee6ab6eaa2dba386673a04bc28af
Description: userspace virtual filesystem - common data files
 gvfs is a userspace virtual filesystem where mounts run as separate
 processes which you talk to via D-Bus. It also contains a gio module
 that seamlessly adds gvfs support to all applications using the gio
 API. It also supports exposing the gvfs mounts to non-gio applications
 using fuse.
 .
 This package contains the data files and translations used by all gvfs
 components.
Homepage: https://wiki.gnome.org/Projects/gvfs
Multi-Arch: foreign

Package: gvfs-daemons
Priority: optional
Section: libs
Installed-Size: 639
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs-common (= 1.50.3-1+apertis3bv2024dev2b1), gvfs-libs (= 1.50.3-1+apertis3bv2024dev2b1), lsof, udisks2, libc6 (>= 2.34), libglib2.0-0 (>= 2.70.0), libgudev-1.0-0 (>= 147), libsecret-1-0 (>= 0.7), libsystemd0, libudisks2-0 (>= 2.0.91)
Recommends: dbus, gvfs
Suggests: gvfs-backends
Filename: pool/target/g/gvfs/gvfs-daemons_1.50.3-1+apertis3bv2024dev2b1_arm64.deb
Size: 103956
MD5sum: 4ca46a417d2b32b3bf037a8897c5a337
SHA1: 10a965432df7f6dfd460e8c847f29838c91dcfb0
SHA256: 7dc513b2a9a880be288d0827ae1852f38c15f6f39c08cdf9e7328e8da8567045
SHA512: cedd2abf305705fb4206553b24a7e596f549046a6ed06cb106cd349bd460017ba2c45c30226577db6b1eefbcba61214a2720d965938bd66c7e026fd587e4c225
Description: userspace virtual filesystem - servers
 gvfs is a userspace virtual filesystem where mounts run as separate
 processes which you talk to via D-Bus. It also contains a gio module
 that seamlessly adds gvfs support to all applications using the gio
 API. It also supports exposing the gvfs mounts to non-gio applications
 using fuse.
 .
 This package contains the gvfs server and the minimal set of backends.
Homepage: https://wiki.gnome.org/Projects/gvfs
Multi-Arch: foreign

Package: gvfs-daemons-dbgsym
Priority: optional
Section: debug
Installed-Size: 532
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs-daemons (= 1.50.3-1+apertis3bv2024dev2b1)
Filename: pool/target/g/gvfs/gvfs-daemons-dbgsym_1.50.3-1+apertis3bv2024dev2b1_arm64.deb
Size: 389100
MD5sum: 91957eb16eff5bab424a322866c451d0
SHA1: 929e4c5a4a4c7a7166b2867250a7dc7ef3bb3698
SHA256: ac12c72cbd2cf03d1bb914694e23c54bc0f2c2f353cd2b0344e708c20a91fa42
SHA512: a72867b0a69dafcff54da0ae677a5f4917577956a5eea49101311e5e16eaf3111f5e21509df2e4ecac5bdff0c82ddbfc021b97bff4830dec003871a16e3982c7
Description: debug symbols for gvfs-daemons
Auto-Built-Package: debug-symbols
Build-Ids: 0971fcaf58519b193debe19c2ab5d32eb936f9b7 52a29ce2519b4f6ee374d7cb87f3499af335d143 6d000900b201b0ccc1e2deb0b017fc056bc1e37f 77d415858fd59fb550784f79d9a2832d599f8664 dd33bd0bd7fd6f99efb58843b3019ec404f7d7ac ef71b73f461786d16ec196dae78b264151f4a630

Package: gvfs-dbgsym
Priority: optional
Section: debug
Installed-Size: 482
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs (= 1.50.3-1+apertis3bv2024dev2b1)
Filename: pool/target/g/gvfs/gvfs-dbgsym_1.50.3-1+apertis3bv2024dev2b1_arm64.deb
Size: 375972
MD5sum: 8aed451372d434588680aaabaf2cd8d9
SHA1: 152303e18caf71e89439764cb75a090671a8a7ef
SHA256: b470ad2b9f77acf1fc123059a2396cc3af6e6fc8afd091e876f0679f6a1bb5c5
SHA512: 3929cf55ce7f04965b042d5046e7437501f335e9d080c17e731ce9a4394dd57f77351301d62ed3047c83d841feb6d6411b79c00b54646a28aaba1b9231a3acb9
Description: debug symbols for gvfs
Auto-Built-Package: debug-symbols
Build-Ids: 48a70867b19e3e0e201aa091bb5634a825979b7a 9c2ca5e3fa43ae4c0c3b8d535dedd241dbcaee40
Multi-Arch: same

Package: gvfs-fuse
Priority: optional
Section: gnome
Installed-Size: 90
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: fuse3, gvfs (= 1.50.3-1+apertis3bv2024dev2b1), libc6 (>= 2.34), libfuse3-3 (>= 3.12.0), libglib2.0-0 (>= 2.70.0)
Filename: pool/target/g/gvfs/gvfs-fuse_1.50.3-1+apertis3bv2024dev2b1_arm64.deb
Size: 21768
MD5sum: 6242147b1fc785589839f114a1b902f2
SHA1: 9b2c34853a5375c50ec8a02e4877853400bf2eac
SHA256: 5c8f1511ec8923e64d21109b3475306d8bfff3ce663f82e1acd6515af2294a56
SHA512: 2cc4891baa24e00b90a0ea645eef590ab18fa4316c3262c77bbd07dd52c0a584fa5d4b66e0f47bd4fbb9b11bf261ee75ba6e64cdf050725972d4721a72615a97
Description: userspace virtual filesystem - fuse server
 gvfs is a userspace virtual filesystem where mounts run as separate
 processes which you talk to via D-Bus. It also contains a gio module
 that seamlessly adds gvfs support to all applications using the gio
 API. It also supports exposing the gvfs mounts to non-gio applications
 using fuse.
 .
 This package contains the gvfs-fuse server that exports gvfs mounts to
 all applications using FUSE.
Homepage: https://wiki.gnome.org/Projects/gvfs

Package: gvfs-fuse-dbgsym
Priority: optional
Section: debug
Installed-Size: 66
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs-fuse (= 1.50.3-1+apertis3bv2024dev2b1)
Filename: pool/target/g/gvfs/gvfs-fuse-dbgsym_1.50.3-1+apertis3bv2024dev2b1_arm64.deb
Size: 46364
MD5sum: c4e5f1c7b341bdb640571b268029a241
SHA1: 5c73db02c8b2edf257c5d1cf46f05813cb5fa001
SHA256: de9bc0099f43ec83db6209c2052bd99fad6896fd9187f5cdbe87344c075aafbe
SHA512: f487c982274423e0a9a629ec76daa0eca7d17a0ad0af7e754886c1088b98b8b0b69c8cb0efe52d46e5ab1c470ff6070c9a4839b003b5e2a9662f802d73e2467d
Description: debug symbols for gvfs-fuse
Auto-Built-Package: debug-symbols
Build-Ids: dfc468ebc97f5a463595ac32f311a8226609b53a

Package: gvfs-libs
Priority: optional
Section: libs
Installed-Size: 473
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gsettings-desktop-schemas (>= 3.33.0), gvfs-common (= 1.50.3-1+apertis3bv2024dev2b1), libc6 (>= 2.33), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.70.0), libsecret-1-0 (>= 0.7)
Filename: pool/target/g/gvfs/gvfs-libs_1.50.3-1+apertis3bv2024dev2b1_arm64.deb
Size: 98556
MD5sum: 6e6d74eb6c944520e6f9410074da5318
SHA1: 45bc1ca8b823923834f1ba3f6b2a396422384a4c
SHA256: 8cdedf7b2ee01fb0157d756895e36b181094cd3e6585ea32f1209a23a38febd2
SHA512: 2804b414e37856172ed60b8fd004ca3639907a602b56246a3d225446c4d9e85afa9489c2ac6dfbd0e2c0b7026584ccfe9ba40c2348f9d0b73fb80770c75ddd70
Description: userspace virtual filesystem - private libraries
 gvfs is a userspace virtual filesystem where mounts run as separate
 processes which you talk to via D-Bus. It also contains a gio module
 that seamlessly adds gvfs support to all applications using the gio
 API. It also supports exposing the gvfs mounts to non-gio applications
 using fuse.
 .
 This package contains private libraries with common functions between
 the daemons and the GIO module.
Homepage: https://wiki.gnome.org/Projects/gvfs
Multi-Arch: same

Package: gvfs-libs-dbgsym
Priority: optional
Section: debug
Installed-Size: 499
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gvfs
Version: 1.50.3-1+apertis3bv2024dev2b1
Depends: gvfs-libs (= 1.50.3-1+apertis3bv2024dev2b1)
Filename: pool/target/g/gvfs/gvfs-libs-dbgsym_1.50.3-1+apertis3bv2024dev2b1_arm64.deb
Size: 357124
MD5sum: 045ed3dc53437a70a08ce5f1bafde621
SHA1: fac964cba1cb2e210f4ccd6ef258ea8f6b55b788
SHA256: 9ed0c384124ba82fbb6ba40372a5f72d8921effad9e534e5ff31a6c9ff00cd16
SHA512: 61aa3075dc11f39b315ea5ab09a44f09d0606a475a2fc342bfefc391b1657a4402a4aa19d6572d7a25ef29af8916d06a2498ffde3be7cefb801b4dabba0200fb
Description: debug symbols for gvfs-libs
Auto-Built-Package: debug-symbols
Build-Ids: 51b5f600d6c9a54fe4fdce285a506c127efb4bb2 670df07bb340bfa5913844fb7f2aa266888e18a9
Multi-Arch: same

Package: heimdal-clients
Priority: optional
Section: net
Installed-Size: 1505
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: krb5-config, libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libedit2 (>= 2.11-20080614-0), libgssapi3-heimdal (>= 1.4.0+git20110226), libhcrypto5-heimdal (>= 1.4.0+git20110226), libhdb9-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libhx509-5-heimdal (>= 1.6~rc2), libkadm5clnt7-heimdal (>= 1.7~git20150920), libkadm5srv8-heimdal (>= 1.6~git20120311), libkafs0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 7.7.0+dfsg), libotp0-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.7~git20150920), libsl0-heimdal (>= 1.6~git20120311)
Suggests: heimdal-docs, heimdal-kcm
Conflicts: otp
Filename: pool/target/h/heimdal/heimdal-clients_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 163700
MD5sum: 2d8e83d73d48ce8efad0e0e61d847c5c
SHA1: 3c35323f72b9d93d210229fff10a0e11fbc52189
SHA256: 81ddf7ccc031bf5373d3acccc3055322b6a99d85dd1f6477413608a1e0a7406f
SHA512: dcbd880966aa1913d5dabd6720a24f2be87c98e03067c05f820d3571a3852acc367b93cf491048f73434361ff85f5a44ca04ac65b9081722d82b354aeaaeaa12
Description: Heimdal Kerberos - clients
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package includes Kerberos utilities like kadmin, kinit, kpasswd and
 klist.
Homepage: http://www.h5l.org/

Package: heimdal-clients-dbgsym
Priority: optional
Section: debug
Installed-Size: 714
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-clients (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-clients-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 500136
MD5sum: c8d6c697b2998a90b189dec220d237f9
SHA1: b3c23420be407c5b1c22085c431694e19ac9a6cf
SHA256: dcec76ee84c264af0da46a1b9bb54fd120c245c75145a933074e6684db8b9786
SHA512: 280f3588e7430793120e5c307d4bc4afd3bde582fc28647e8fc87c74ab1fc6fe8bfdeea7adbff0d4383a57d6ad821f9471b1b188359847396c87c789a463eb39
Description: debug symbols for heimdal-clients
Auto-Built-Package: debug-symbols
Build-Ids: 111ea08de9181b34a47ebbc655c3856b51db84a5 1ef82087f2f70cc117e9ca41844e8e7515c5b568 1fd659e58ebd244be7ae223be92f9d1eecfcba71 3300c275af4189cec1b4970324effb675f1890b8 3675bb5eff7ae6141d80a0702d61995edc6bee48 46490f5212e98fd857e315a877b61ebddad2e5e2 5d1796fd97cef116c5a280cb873257deba55363c 72560e6598bb1cccc96bec0d629767fad30d1434 8b795bfbfaa5f667f7db3ab6589ec586d861b3e7 8e643097bdfce1e07a0e698cb2bd73b02d8f4d27 9223cdfcdfba7e1f46968819e656736fdaac5f40 96d24ac461acf598c4af978d550894c8f16a85ab a7e7dfdefca840220a01e7892aabbd0505f2870f af9436b744698955c7ffbcee19c3545ce99542fd b32795d727a76469cfa0b6b1742f71c6b9173306 cb0d7813ee9b5d1065ac5752ff8b2183a5e27eb0 cf73baebfe8382e6799aae82af23f57ee6253898 f6d1e1a9a4fb22c7eba8d8ee75c12b674976ffeb f72ed0b6d9fe1c7aa1365207ab0f2886c8ec7931

Package: heimdal-dev
Priority: optional
Section: devel
Installed-Size: 1406
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: heimdal-multidev (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Conflicts: libkrb5-dev
Filename: pool/target/h/heimdal/heimdal-dev_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 127416
MD5sum: 2e03c0ed6b7556d189858a954559a9ad
SHA1: af21f5b18e6689131b2af0a3af71080db2dd529e
SHA256: f08c0a9a0a7082c113545a53b4a6d95eb6e9b51b5b37ba0df3f652c99fd558b8
SHA512: 022148aec024bb6433cbf675d03be8a1708d83332c3b9a9e6948a577b52da782138b1494813d5ea0f418775fe823413d754d07c06ccd4e7d021ce2fdbd5c7978
Description: Heimdal Kerberos - development files
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This is the development package, required for developing
 programs for Heimdal.
Homepage: http://www.h5l.org/

Package: heimdal-docs
Priority: optional
Section: doc
Installed-Size: 120
Maintainer: Brian May <bam@debian.org>
Architecture: all
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Suggests: heimdal-clients, heimdal-servers
Filename: pool/target/h/heimdal/heimdal-docs_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_all.deb
Size: 96668
MD5sum: 38853e8f6afd6c3c52a046fceb710540
SHA1: 60133cffa40b67538d28e25f06200acf5f96ab53
SHA256: c3298e3c1ad190b61e3d2fbd9f745f4b3a513af160683e43144f2ea9ed8014d7
SHA512: 6f75535056e5602f0954d249f7f0a023d0b8a66806f7e9030d4c517bb3eb71871201b27f9aef0201f7ead9b1d267db0767f07e9001fd4a57acaee5891e585488
Description: Heimdal Kerberos - documentation
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package includes documentation (in info format) on how to
 use Heimdal, and relevant standards for Kerberos.
Homepage: http://www.h5l.org/
Multi-Arch: foreign

Package: heimdal-kcm
Priority: optional
Section: net
Installed-Size: 109
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libhcrypto5-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.7~git20150920)
Filename: pool/target/h/heimdal/heimdal-kcm_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 40412
MD5sum: fa77b58f36a4bc4a9637434c9cf1f83b
SHA1: 38e8836f78cddd1d91413249580c33559f05cc31
SHA256: 1135451d9f31b122a615effa18658d4333767fa5a95cd16e834edea613a694c2
SHA512: 9b1e75b698e17942e2824b1cc71429a7751fc22089465bbb06482c1bbb063509505e6f82128804f78e1e7ea1340e42b820ad9b2e03fb5fc89c39fb5560eea64e
Description: Heimdal Kerberos - KCM daemon
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package includes the KCM daemon which can hold the credentials
 for all users in the system. Access control is done with Unix-like
 permissions. The daemon checks the access on all operations based on
 the UID and GID of the user. The tickets are renewed as long as is
 permitted by the KDC's policy.
Homepage: http://www.h5l.org/

Package: heimdal-kcm-dbgsym
Priority: optional
Section: debug
Installed-Size: 127
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-kcm (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-kcm-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 100976
MD5sum: dfd1aa05a7287c2ab247b19fcdff7c3a
SHA1: 913154eabdd2fafc7422b7dc24561d5441b06683
SHA256: ac4ce9c5b3d9b1c9802f4a7cf715c9bb26822914649bcda0bfec2e8cd17df414
SHA512: 000e4763f5646efe6b1d466e7d900ab4d46b790773f635e92ea27b562fbe206cfa6e40766fd1995aad4bc02de1fd0e6414eaf90ca30e183c72597ac9cf338b26
Description: debug symbols for heimdal-kcm
Auto-Built-Package: debug-symbols
Build-Ids: dc9d733618176774d13ce079a4875ccaefc128ff

Package: heimdal-kdc
Priority: optional
Section: net
Installed-Size: 789
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: debconf (>= 0.5.00) | debconf-2.0, heimdal-clients, krb5-config, openbsd-inetd | inet-superserver, libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libgssapi3-heimdal (>= 1.4.0+git20110226), libhcrypto5-heimdal (>= 1.4.0+git20110226), libhdb9-heimdal (>= 1.6~git20131117), libheimbase1-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libkadm5srv8-heimdal (>= 7.8.git20221115.a6cf945+dfsg), libkdc2-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.7~git20160418), libroken19-heimdal (>= 1.7~git20150920), libsl0-heimdal (>= 1.4.0+git20110226)
Recommends: logrotate
Suggests: heimdal-docs
Conflicts: heimdal-clients (<< 0.4e-3), heimdal-servers (<< 0.6.3-3), kerberos4kth-kdc, krb5-admin-server, krb5-kdc
Filename: pool/target/h/heimdal/heimdal-kdc_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 112644
MD5sum: 3ec8ec898d469168a3abbfcbf70923f1
SHA1: 5a58241a94ac6c76eab45dfbeb4d24ee20af46fe
SHA256: 22554b557cfcbc22c89e0486f1ddfa526d7b0bdc7baef1190a134af1de2e0e50
SHA512: 0f670830010a9449eefd4975f18e2073f0c719929ee654673c767eb4b073a028b55d0d11d3031ea6bafddc73352e0476a4d2a0568ab47f4d802aeb2336212d8b
Description: Heimdal Kerberos - key distribution center (KDC)
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package includes the KDC (key distribution center) server,
 which is designed to run on a secure computer and keeps track
 of users' passwords. This is done using the Kerberos protocol in
 such a way that the server computers do not need to know the
 passwords.
Homepage: http://www.h5l.org/

Package: heimdal-kdc-dbgsym
Priority: optional
Section: debug
Installed-Size: 499
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-kdc (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-kdc-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 379936
MD5sum: 1177ec2c330f0a49d48453f7c1f1d400
SHA1: 719a33da12d7a45479914ec82fec25a0de3dcf4b
SHA256: 85c84890814f85e13da60ac628ff043ed8963dba614c83bd5bae44f0168924ba
SHA512: 740aa86c9f53b902915f4b53b96630604af19ceb9ed1524501f8484180e133947f470e1aae0be6dbd8852e12b22d8b161de5a356450220d91957cb4ef2d9904c
Description: debug symbols for heimdal-kdc
Auto-Built-Package: debug-symbols
Build-Ids: 1c2d555a8d8d0d045148281186c4246023b13d86 231b68ee2c20509b3a50bccf5b847f5e18f3cfd9 2c3662c3121ad8482190f97a3f1dcc0203fdf54d 63acda0d84343c62b9e15ccec59ceeaf69d68d09 6b3897ad789fb2cd5481835afdc17a4e35f4701b b9093e3ac202bccdadebe72b748a6d8adf4b154f b9d57382fccfc8933a355707cfb8c01b62fe3288 c341e157e8fabc109fb03abb9e58c07cff029cf7 cd22eca6e506b5a25a587e772743aa2428b2e3c5 daa844f18b9c1379b5608265f347c89932336101

Package: heimdal-multidev
Priority: optional
Section: devel
Installed-Size: 6963
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dev (<< 1.6~git20131117+dfsg-2)
Depends: comerr-dev, libasn1-8-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libgssapi3-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libhcrypto5-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libhdb9-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libheimbase1-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libhx509-5-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libkadm5clnt7-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libkadm5srv8-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libkafs0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libkdc2-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libkrb5-26-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libwind0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libotp0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libsl0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libroken19-heimdal (>= 1.4.0+git20110226)
Suggests: heimdal-docs
Conflicts: heimdal-clients (<< 0.4e-7), kerberos4kth-dev
Filename: pool/target/h/heimdal/heimdal-multidev_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 1136612
MD5sum: bf7fa5baa239990f3ca340264f86f147
SHA1: c7c437e584b77b7ea899df4cfe7506d6ee284f98
SHA256: 86cd115e5815233e25503ae20ea8a8685bdddf93c80912a57fab6ea88153ef8c
SHA512: 1659abd51eae4286b3863dd22cd7a9fa271bc57962c67d425be65cbb1b0956945dc98c48cf8cc0f7402668431392357b080feacc386b39470410307835f47422
Description: Heimdal Kerberos - Multi-implementation Development
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package provides versions of the Heimdal development files that
 can be installed along-side MIT Kerberos development files.
 Normally, heimdal-dev should be used. However if a package needs to
 build  against both Heimdal Kerberos and MIT Kerberos, then the
 multidev package should be used.
Homepage: http://www.h5l.org/

Package: heimdal-multidev-dbgsym
Priority: optional
Section: debug
Installed-Size: 245
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-multidev (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-multidev-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 203376
MD5sum: ba61d6a2b98bf9400ec2fb1fbaf6779b
SHA1: 6ad57f8a85ce77f00f48956e19bd10cfaec675d0
SHA256: 3504ecfc6634c718b5f956226bd257b71bf04eabe14b3c22595f50a03b9f827d
SHA512: aa589c5aeb8824970477abc992d05a952f3703dec74f4575c1bb418b99fd9bed83b12ee65bacf385196c06a8a1b3f9a9f300aa26b394525a1293d867ffe1c19c
Description: debug symbols for heimdal-multidev
Auto-Built-Package: debug-symbols
Build-Ids: 289b6b430da8fd3032a7fbd2e5aed93dfa6b68d8 6191f0c9e4b3953f6fd885990f5e75a0beb880d0 6a09b92de5757372d97a3a0781a369bc1245deda

Package: heimdal-servers
Priority: optional
Section: net
Installed-Size: 102
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: krb5-config, openbsd-inetd | inet-superserver, libc6 (>= 2.34), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.4.0+git20110226)
Suggests: heimdal-docs
Filename: pool/target/h/heimdal/heimdal-servers_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 21848
MD5sum: 3e62f52f79710fe04cdbb07fe5a32524
SHA1: 006f5cb2ab9934a5720bec0f104f6bb0f50f48db
SHA256: 6bd4bf0bc93db6aeaf3092b32e9e44020c037123db9b2fbd4f3ffec7fdad3066
SHA512: b72fc1761e428a3250cc5b8f82cc13bf73107c7abdf11774e4619d6a5f2b6a0125056999c2e35dc74b26e37ff7e9dbda5847440597539aae7ffa71f11436b00c
Description: Heimdal Kerberos - server programs
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the kfd server, for receiving forwarded tickets.
Homepage: http://www.h5l.org/

Package: heimdal-servers-dbgsym
Priority: optional
Section: debug
Installed-Size: 33
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: heimdal-servers (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/heimdal-servers-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 16696
MD5sum: 7011d50554bd58921f5291ea6b15da26
SHA1: f40ea0f47bbb7c858f3380b80ad2eb8c554cc589
SHA256: d836200fe92b1f07ab2b4ebcd550ac188626499872c444d652343133f7f892de
SHA512: 383869e01426f3e3b06636af6fd0b24f048a43fd6a878cf89026f0535d4b85790d4ce67b372509e98a8f98c5d7bd5f482a322bb830e380e473cf6e37c9ab1dcb
Description: debug symbols for heimdal-servers
Auto-Built-Package: debug-symbols
Build-Ids: 2264002cc9e81f917b8770d54b38dec5751aa079

Package: hicolor-icon-theme
Priority: optional
Section: misc
Installed-Size: 440
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Version: 0.17-2+apertis1bv2024dev2b1
Filename: pool/target/h/hicolor-icon-theme/hicolor-icon-theme_0.17-2+apertis1bv2024dev2b1_all.deb
Size: 10116
MD5sum: f00df289c3f55d34298d87b94ab705e1
SHA1: 8eb39bcaa315823d0117babb1ca78949efe5e7f4
SHA256: 52f49affc0dc24620837f1f78215693f6989ecdce4a7467006d7c6c60c194195
SHA512: 9db3e3fbb6847e2dde4146127d408845b2ba6e26f4bd20bcf3c7ff18c0781f2aecfeacf6b69a72381febe9ee64747a9614361f41f4ea1112a38d28dff45ff2e9
Description: default fallback theme for FreeDesktop.org icon themes
 This is the default fallback theme used by implementations of the
 Freedesktop.org Icon Theme specification.
Multi-Arch: foreign

Package: hostapd
Priority: optional
Section: net
Installed-Size: 2316
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: arm64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), libssl3 (>= 3.0.0)
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/w/wpa/hostapd_2.10-12+apertis1bv2024dev3b1_arm64.deb
Size: 806044
MD5sum: c7996f8bb3d1e63f06afbe126cbde9db
SHA1: 16ca9b0dc0a4b5c282ce73f270cfc3fa34cfe07c
SHA256: 709de50d85e2d42a8101a4bcbd7f64f8d28b73a84bcb747a7ddd8d28f2172d6d
SHA512: 1e005636474ba2a727fbee350cd741e71c06e41c7769db355db174a33b8930e2066293ed622ef870d9e5e756cd959fb4f5343e3d7f85883192cd6a75c156c1f5
Description: access point and authentication server for Wi-Fi and Ethernet
 IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/WPA3/EAP Authenticator
 .
 Originally, hostapd was an optional user space component for Host AP
 driver. It adds more features to the basic IEEE 802.11 management
 included in the kernel driver: using external RADIUS authentication
 server for MAC address based access control, IEEE 802.1X Authenticator
 and dynamic WEP keying, RADIUS accounting, WPA/WPA2/WPA3 (IEEE 802.11i/RSN)
 Authenticator and dynamic TKIP/CCMP keying.
 .
 The current version includes support for other drivers, an integrated
 EAP authenticator (i.e., allow full authentication without requiring
 an external RADIUS authentication server), and RADIUS authentication
 server for EAP authentication.
 .
 hostapd works with the following drivers:
 .
  * mac80211 based drivers with support for master mode [linux]
  * Host AP driver for Prism2/2.5/3 [linux]
  * Driver interface for FreeBSD net80211 layer [kfreebsd]
  * Any wired Ethernet driver for wired IEEE 802.1X authentication.
Homepage: https://w1.fi/wpa_supplicant/
Multi-Arch: foreign

Package: hostapd-dbgsym
Priority: optional
Section: debug
Installed-Size: 2943
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: arm64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Depends: hostapd (= 2:2.10-12+apertis1bv2024dev3b1)
Filename: pool/target/w/wpa/hostapd-dbgsym_2.10-12+apertis1bv2024dev3b1_arm64.deb
Size: 2775668
MD5sum: a324f8941e89ce7d9bf1968c730d95b8
SHA1: 828dc31feff233b68caa2ce3683cb04997bd33a8
SHA256: df881f348629792435fbab9904e06fd1833d1639f220c352764b1686b1a2f260
SHA512: f1156975ff9ee4e721a8b3a438c99faf22fd775345aec6fbc6f485e3cd3c8f6631c53b165e55af718b8f602261cd74cfcdf046372d5afb8d700a743903f440ff
Description: debug symbols for hostapd
Auto-Built-Package: debug-symbols
Build-Ids: 8b23e33c2e2967b103c8a54d188cc7a4f9434392 f82a1a332a4c882351a50746a23b8e6aab70b60d

Package: hostname
Essential: yes
Priority: required
Section: admin
Installed-Size: 92
Maintainer: Michael Meskes <meskes@debian.org>
Architecture: arm64
Version: 3.23+nmu1+apertis1bv2024dev2b1
Replaces: nis (<< 3.17-30)
Pre-Depends: libc6 (>= 2.34)
Breaks: nis (<< 3.17-30)
Filename: pool/target/h/hostname/hostname_3.23+nmu1+apertis1bv2024dev2b1_arm64.deb
Size: 10876
MD5sum: 01b7d3eb7844771fa500a708ef9f6289
SHA1: 124055fdd995f978a25655b9e0c2dbccd211548b
SHA256: c0a5d5cb60f0869d64822b189c8057d624fc0e9b6ea0d23fcffbe3988376732f
SHA512: 62896c39f0c7de386a3246ade6823fdcbe0c0da385e5d38aeeb5a7debcc4cc7fc6604107175c97adbe85ed69c21d46beb14aea75c277db514131ee5ee00b537e
Description: utility to set/show the host name or domain name
 This package provides commands which can be used to display the system's
 DNS name, and to display or set its hostname or NIS domain name.

Package: hostname-dbgsym
Priority: optional
Section: debug
Installed-Size: 29
Maintainer: Michael Meskes <meskes@debian.org>
Architecture: arm64
Source: hostname
Version: 3.23+nmu1+apertis1bv2024dev2b1
Depends: hostname (= 3.23+nmu1+apertis1bv2024dev2b1)
Filename: pool/target/h/hostname/hostname-dbgsym_3.23+nmu1+apertis1bv2024dev2b1_arm64.deb
Size: 13464
MD5sum: 604eb0951c2f772595079a2a3bbd554c
SHA1: 65a40e03370a2418284360f00b227f203530c291
SHA256: af36c06dae8d4e0a4302d78170eaebd01d5a8b0e0a66d63b4ff3ade22e229aa9
SHA512: 89db4d2fd6dcd60e9846d0aa957098dd3a764dafed97cceb482c4540a2c7c2bab6f0d70f90e0aff4286e1ffca2a79711ba74cbf09b444cc90e7aceafb1b541f2
Description: debug symbols for hostname
Auto-Built-Package: debug-symbols
Build-Ids: 9d974a7bea270a9fe1160f25a3a9d64b9a4945d5

Package: hunspell
Priority: optional
Section: text
Installed-Size: 619
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: hunspell-en-us | hunspell-dictionary | myspell-dictionary, libc6 (>= 2.34), libedit2 (>= 3.1-20221030-2), libgcc-s1 (>= 3.0), libhunspell-1.7-0, libncursesw6 (>= 6), libstdc++6 (>= 5.2), libtinfo6 (>= 6)
Suggests: unzip
Filename: pool/target/h/hunspell/hunspell_1.7.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 142184
MD5sum: d7e5978773963befffdbcf79c91c19cc
SHA1: 9dcb5a48bd2c043e499d543163e1b4d2bab8b910
SHA256: f4cc83bb3d26937210026459d1febdbd44bcad199c9bf72d2162cb8c761e24a9
SHA512: dd35ad7c6d9474d41724e29da3e790112eece5607dd38998265f15795759e579fe781aa76ee1e18a82436e1b899431be032695db75b7c8c966604128428b477f
Description: spell checker and morphological analyzer (program)
 Hunspell is a spell checker and morphological analyzer library and program
 designed for languages with rich morphology and complex word compounding or
 character encoding. It is based on MySpell and features an Ispell-like
 terminal interface using Curses library, an Ispell pipe interface and an
 OpenOffice.org UNO module.
 .
 Main features:
  - Unicode support (first 65535 Unicode characters)
  - morphological analysis (in custom item and arrangement style)
  - Max. 65535 affix classes and twofold affix stripping (for agglutinative
    languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
  - Support complex compoundings (for example, Hungarian and German)
  - Support language specific algorithms (for example, handling Azeri
    and Turkish dotted i, or German sharp s)
  - Handling conditional affixes, circumfixes, fogemorphemes,
    forbidden words, pseudoroots and homonyms.
 .
 This package contains the program with the Ispell-like terminal and pipe
 interfaces.
Homepage: https://hunspell.github.io/
Multi-Arch: foreign

Package: hunspell-dbgsym
Priority: optional
Section: debug
Installed-Size: 403
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: hunspell
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: hunspell (= 1.7.1-1+apertis1bv2024dev2b1)
Filename: pool/target/h/hunspell/hunspell-dbgsym_1.7.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 380832
MD5sum: 02d1b77cdfc8fcdbadab0d5124f756c1
SHA1: 72d6ca6eccdff26f4206cecf13a6b16dc8bbacfd
SHA256: 02202afee9d3ccd0a2e6bd565d5ab6a8296b14e973a0e7cb4006b627a9c8fcd2
SHA512: d7f6de48ccdef8c3ad90a5b73ba77e99b7a1a5c03751567e1dcc62b21e2ddd76fc4ca954fb362606b2467efb5f56678bdca9865c2967dc25d7c7c58e8022c3cf
Description: debug symbols for hunspell
Auto-Built-Package: debug-symbols
Build-Ids: c7b7df810fb3da2d2abf64a6c27d2f01c6f7c4a5

Package: hunspell-tools
Priority: optional
Section: text
Installed-Size: 502
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: hunspell
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libhunspell-1.7-0, libstdc++6 (>= 5.2)
Filename: pool/target/h/hunspell/hunspell-tools_1.7.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 75992
MD5sum: 4cee17a2bf22edda95db72adabc3ce85
SHA1: 340ca8408e5acebeef678f0ad723f7238e96b997
SHA256: 5bbb0a6bab324ab177b0871a87bc5422b4afb788350de751a0922fc9d2b5ecb5
SHA512: d253e9f6664be27d9b5d41886c41176e6c410ef650a9598ac7d645ecacc65fe9f68377a0533de4a26b32e027511ad2f7ce9f84bfc6eb2ea1071ea2b4f703945e
Description: tools for hunspell
 Hunspell is a spell checker and morphological analyzer library and program
 designed for languages with rich morphology and complex word compounding or
 character encoding. It is based on MySpell and features an Ispell-like
 terminal interface using Curses library, an Ispell pipe interface and an
 OpenOffice.org UNO module.
 .
 Main features:
  - Unicode support (first 65535 Unicode characters)
  - morphological analysis (in custom item and arrangement style)
  - Max. 65535 affix classes and twofold affix stripping (for agglutinative
    languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
  - Support complex compoundings (for example, Hungarian and German)
  - Support language specific algorithms (for example, handling Azeri
    and Turkish dotted i, or German sharp s)
  - Handling conditional affixes, circumfixes, fogemorphemes,
    forbidden words, pseudoroots and homonyms.
 .
 This package contains a the munch/unmunch tools of hunspell and
 ispellaff2myspell for converting ispell affix files for myspell/hunspell
 format.
Homepage: https://hunspell.github.io/
Multi-Arch: foreign

Package: hunspell-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 271
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: hunspell
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: hunspell-tools (= 1.7.1-1+apertis1bv2024dev2b1)
Filename: pool/target/h/hunspell/hunspell-tools-dbgsym_1.7.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 210404
MD5sum: aff0fa7538bc84f2de4ccf28d0d452a9
SHA1: d0b4b3ec42f0ed7ddde2838dc7edd5187410e277
SHA256: 8a7d061482a5e6bd0731910ac9cf9eaa4d71a1b44f0ace07ae5ae8e7476937ff
SHA512: c76bf1a23c2466d00072495b14c2bd1714d4b87c9218e2c7732267cd38f4343ff09ba781940851d8c84d75c630559e44c66437b054c70a70149762e2e405545e
Description: debug symbols for hunspell-tools
Auto-Built-Package: debug-symbols
Build-Ids: 19061a7f14bd11270524bbc6fab949d80b2b1f28 34544c055ec21fa5a96174fd19b0c5d8650c93f9 3fe38a3571ef9d9f11d9e65a5e3322496c249bee 52407f1d77d4f3f4b01abe8d4e43330cc8b7f521 98e4eac64283227d77415067bf4607b970e5f9ee a0cc14c339ef307c0dba040d691ccdd3a393ef37

Package: hyperv-daemons
Priority: optional
Section: admin
Installed-Size: 1407
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/l/linux/hyperv-daemons_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 1202068
MD5sum: a800a033a2b9337afcd663ad441d284b
SHA1: ad6157257315950ffc1f6f694ad764967137d8db
SHA256: 5fe8f89f98742295b98fcf834fe14a8264c99f720231fbc9ab3498278ad6c54f
SHA512: 38b5978df2b6850fc126362058ed6e63f870509354cfa2da925682ee0dbc32d9c1028eb7ac826417fc01174df5e6f7eb308a41dceabf9877828bb490a8affd4d
Description: Support daemons for Linux running on Hyper-V
 Suite of daemons for Linux guests running on Hyper-V, consisting of
 hv_fcopy_daemon, hv_kvp_daemon and hv_vss_daemon.
 .
 hv_fcopy_daemon provides the file copy service, allowing the host to copy
 files into the guest.
 .
 hv_kvp_daemon provides the key-value pair (KVP) service, allowing the host
 to get and set the IP networking configuration of the guest.  (This
 requires helper scripts which are not currently included.)
 .
 hv_vss_daemon provides the volume shadow copy service (VSS), allowing the
 host to freeze the guest filesystems while taking a snapshot.
Homepage: https://www.kernel.org/

Package: hyperv-daemons-dbgsym
Priority: optional
Section: debug
Installed-Size: 81
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: hyperv-daemons (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/hyperv-daemons-dbgsym_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 47936
MD5sum: 1108e8c65614bd17c4213eb802b17773
SHA1: f8673cfcd9fd7e9a2a230bfd30020b9516e67a02
SHA256: 9d7f9c7af2f40534930a1331d54503a5bf8afa221c061bddeb1850b2bd85f353
SHA512: 0a514b5eb830be1ba62913c1384f5991a774053c7040fe6e5f349c185c30cbe9cadd01887fe4606045e2693f3d5f0515717d438856dfb8a0994dfb5ecf1325a3
Description: debug symbols for hyperv-daemons
Auto-Built-Package: debug-symbols
Build-Ids: 39b88870d661dcfec78bf45afc6ef40e61316023 40358a831bbfbb679224220edd01c54c539ef7a9 a258ecdd23b3597722bdce74031d713a553fd9fd

Package: hyphen-en-us
Priority: optional
Section: text
Installed-Size: 144
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: all
Source: hyphen
Version: 2.8.8-7+apertis1bv2024dev2b1
Provides: hyphen-hyphenation-patterns, hyphen-hyphenation-patterns-en, hyphen-hyphenation-patterns-en-us
Depends: dictionaries-common
Suggests: libreoffice-writer
Filename: pool/target/h/hyphen/hyphen-en-us_2.8.8-7+apertis1bv2024dev2b1_all.deb
Size: 51588
MD5sum: 847a0b64085d63526713a44b280204dc
SHA1: b6e0c6f2ea5d51104b2f183c63b0e8fc00273a7f
SHA256: f76f67bac953a6ac40e3cc589f1e17458debec04b7b55c408f10f0afe96f35a1
SHA512: a1bc8e751b37086b4a2905aca6f05009d6eae5e957b1197732f6d6df43163aa1e5f5958d808e975a49d5cc2b0d461973ebfa9a3a9ee836612917741799d977a2
Description: English (US) hyphenation patterns
 This package contains the English (US) hyphenation patterns.
 .
 You can use these patterns with programs which take advantage of libhyphen,
 like LibreOffice.
Homepage: https://github.com/hunspell/hyphen
Multi-Arch: foreign

Package: i2c-tools
Priority: optional
Section: utils
Installed-Size: 521
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Version: 4.3-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libi2c0 (>= 4.0), perl:any, adduser, udev
Recommends: read-edid
Suggests: libi2c-dev, python3-smbus
Filename: pool/target/i/i2c-tools/i2c-tools_4.3-2+apertis0bv2024dev2b1_arm64.deb
Size: 78560
MD5sum: 4feaf9ccc1c24e3b3229217b528f58b0
SHA1: 0cc1828b5e37e15696d35b3a37af881662342de0
SHA256: a3380071d22c88a9078e46b6966bec3be2805885ee7bae84e7b3bbb9f9a0d8f1
SHA512: 2051e7b33f3e2688bd4a00fb0f443cecf2e05543fa567e74813a6d78239f7a9ce7ba2411a1383a24041920999330eaea1a14c5aa2410031dbebe37403f455fe5
Description: heterogeneous set of I2C tools for Linux
 This package contains a heterogeneous set of I2C tools for Linux: a bus
 probing tool, a chip dumper, register-level access helpers, EEPROM
 decoding scripts, and more.
Homepage: https://www.kernel.org/pub/software/utils/i2c-tools/

Package: i2c-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 139
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: i2c-tools
Version: 4.3-2+apertis0bv2024dev2b1
Depends: i2c-tools (= 4.3-2+apertis0bv2024dev2b1)
Filename: pool/target/i/i2c-tools/i2c-tools-dbgsym_4.3-2+apertis0bv2024dev2b1_arm64.deb
Size: 83300
MD5sum: 3a5baf4a152e3a9f144fb843ab7551cf
SHA1: 1f0e9e99b988b0e9193e43c23a9c70ebb5091891
SHA256: 43517e28488b875798c2c92beae8a5f40387fbbdb63351e1a393518412fa4c2c
SHA512: 1fa669783fc42c3a9ca6b7dfed81c9bc17bb9edcf65a69015df7774c4f5797bfbd622b9ce0016c5e2efeec3f5c2882e24a953b260bbeab87e9a9b4f1803fbf15
Description: debug symbols for i2c-tools
Auto-Built-Package: debug-symbols
Build-Ids: 042cf79fc7db2cadc9a776ea706ad9303f068efe 1bb806ebb4ca210ab0419be5ac26d54c52d88d9f 85e7765b93e53eaed9ea9d6103f6a1d2ca9c961c ab4347e1755f361af6e55e0eeefd0abe6046872c bbf92ec7ad415d52134e4e416219d67b4008959d

Package: icu-devtools
Priority: optional
Section: libdevel
Installed-Size: 1319
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: icu
Version: 72.1-3+apertis1bv2024dev2b1
Replaces: icu-tools (<< 72.1~rc-1~), libicu-dev (<< 72.1-3+apertis1bv2024dev2b1)
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 11)
Breaks: icu-tools (<< 72.1~rc-1~), libicu-dev (<< 72.1-3+apertis1bv2024dev2b1)
Filename: pool/target/i/icu/icu-devtools_72.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 192364
MD5sum: ed56a5ee17ebd40e0089bd8b3bb20117
SHA1: 82e52a3c3c0243e475617f6f7c732a130c6b2775
SHA256: a4084128b37fd75505ab5463cc538fa1b2fe3b657d8b59c5c792e27b115456c6
SHA512: 28d4e762f1cf509eb5e8d64de376e3f6ace2c4a6e558be14e90231fd19cb5d0bd1af9d7e5cb61c51a65149a6828a462ef1288299385ea061076ce6a16c77ed88
Description: Development utilities for International Components for Unicode
 ICU is a C++ and C library that provides robust and full-featured
 Unicode and locale support. This package contains programs used to
 manipulate data files found in the ICU sources and is a dependency of
 libicu-dev.  End users would generally not need to install this package.
Homepage: https://icu.unicode.org/
Multi-Arch: foreign

Package: icu-devtools-dbgsym
Priority: optional
Section: debug
Installed-Size: 1197
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: icu
Version: 72.1-3+apertis1bv2024dev2b1
Depends: icu-devtools (= 72.1-3+apertis1bv2024dev2b1)
Filename: pool/target/i/icu/icu-devtools-dbgsym_72.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 996276
MD5sum: 53a272cbb60088ecee427f0f8886b86f
SHA1: 01cd401fe654f1128fc313677bc54f57e5a3f818
SHA256: 8ce0d469907696f94736e8e3cb3532af1953f645374d9e55b0218e50321dc7b5
SHA512: 846f158e5b11a2f16f4a933934752792540ec4cabf1c726dc53d3bcc6a62097cd827b5e32d7da9b15b75b854c5528ff7312b666b245b53b1099b830fa275f344
Description: debug symbols for icu-devtools
Auto-Built-Package: debug-symbols
Build-Ids: 0490ad779e09bbd829699f71afb055a3e5cfc420 0980a424032276fe8415db12cef0495ef91a82b6 0c20e3ded87cd407cb03b2d28e5b673179c6dc30 139adb42a8c932c44e3e210e96db516ba88f1963 16e02e25791550d2eb08ade37a32bbe04ddfb07f 2a9fbb84077ffd26d567592292937cacbb4154d6 3702093837b14f19f0d476ac031d1391e142bd02 4d6556ef584f89575791bc6f174dfd8f8be9030a 532e3db81a0aaca6cee9bd3a4705ba5a1c529ec2 579672d1de4d20884f324f72da088f297d8daa2b 6a83d974409e71c64b4f55228ec67625bdeb7fb0 6efecc4917bda87eddd47f8bd476804dbd610892 77484c006a05d5d1343a597552b8dd622347671c 7c9b828e3f55b4633a407b4a89b42cf5895a3984 a38a15372d74c1a89364b05e14dc8c33b27a389a d4eba3534c99ef10cd0be2fa4493d44a5a25827a e98761fb51235f74a7893a92fec00714707be306

Package: icu-doc
Priority: optional
Section: doc
Installed-Size: 42726
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: icu
Version: 72.1-3+apertis1bv2024dev2b1
Filename: pool/target/i/icu/icu-doc_72.1-3+apertis1bv2024dev2b1_all.deb
Size: 3012144
MD5sum: 02f68d006af9cd24d51c29e14c64245b
SHA1: d5d2e3d1687abf64472becca2e880a6e623c8966
SHA256: f62f67ed264ea3f440066ccb3fc8a10a4dea4525d02b5e13425e361d1b3dabf2
SHA512: 909ed6577e2d7331cc46e7692b0b9a6656c5cfe20167d41dff3c65399adc38b5c90cd5ee36b9b20817164a4f1011063067beab3be61939a682f502225ddc1110
Description: API documentation for ICU classes and functions
 ICU is a C++ and C library that provides robust and full-featured
 Unicode and locale support.  This package contains HTML files
 documenting the ICU APIs.
Homepage: https://icu.unicode.org/
Multi-Arch: foreign

Package: idle
Priority: optional
Section: python
Installed-Size: 19
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Replaces: idle3 (<< 3.6.2-2)
Depends: python3 (>= 3.11.2-1+apertis1bv2024dev2b1), python3-tk, idle-python3.11
Breaks: idle3 (<< 3.6.2-2)
Filename: pool/target/p/python3-defaults/idle_3.11.2-1+apertis1bv2024dev2b1_all.deb
Size: 2844
MD5sum: 804230cb76ee40a7f398efce0e562217
SHA1: cf88757b707bec356d1fa0950fb433436b5c610a
SHA256: 8342011124cb19ad19b880362bc89ad578894ef133481e6a82815f471fbdca41
SHA512: f5e58dc413b6bf52c1bd5f81d4daa83ede97f21797f024aa8991ae603434fab67d17a30dd8992dce72cdeb0f5ddfef4a3e6e8b1273e74d554c958e58687f0105
Description: IDE for Python using Tkinter (default version)
 IDLE is an Integrated Development Environment for Python.
 IDLE is written using Tkinter and therefore quite platform-independent.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's IDLE (currently v3.11).
Enhances: python3
Homepage: https://www.python.org/

Package: idle-python3.11
Priority: optional
Section: python
Installed-Size: 1341
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: python3.11, python3-tk, python3.11-tk, libjs-mathjax
Filename: pool/target/p/python3.11/idle-python3.11_3.11.2-6+apertis1bv2024dev2b1_all.deb
Size: 356860
MD5sum: f520a5a0581959934ce13fce0bba28b4
SHA1: cc056f977ef62337f6e9b4eb3859e38f8a55fdcf
SHA256: 11c461e4a239c0c3551449db84a6603515e5ccd58faa31cee49ffe1c3dfb6788
SHA512: 7f0f58ff6261d36742f590d580582edfeb127508a40f1dca40f8709b55d14e53ce3abbeb9aae28190705645e734c7d35ada3a0c50bc3b53c4833608bb3c13124
Description: IDE for Python (v3.11) using Tkinter
 IDLE is an Integrated Development Environment for Python (v3.11).
 IDLE is written using Tkinter and therefore quite platform-independent.
Enhances: python3.11

Package: idle3
Priority: optional
Section: oldlibs
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: python3 (>= 3.11.2-1+apertis1bv2024dev2b1), idle (>= 3.11.2-1+apertis1bv2024dev2b1)
Filename: pool/target/p/python3-defaults/idle3_3.11.2-1+apertis1bv2024dev2b1_all.deb
Size: 976
MD5sum: f4e56b41be6308fe1512cd5cdf2d6e82
SHA1: d4237b0fa2a407b779679095f3c117aa7d16593d
SHA256: e2c4cb26957912ad721058bef903b7166e8d4fe73e573e68f9d18bce6ace8b8a
SHA512: 4ececa6458e6401f4ac0ad4da2c2255cbe1034f02c4a5fe6ee69a58c405f40ae7d9cd5d5d8644eac62d587c925dc04e5fce6f40967f0abb041849b20d2b19710
Description: IDE for Python using Tkinter (transitional package)
 IDLE is an Integrated Development Environment for Python.
 .
 This package is a transitional package, you can safely remove it.
Homepage: https://www.python.org/

Package: idn2
Priority: optional
Section: devel
Installed-Size: 138
Maintainer: Debian Libidn team <help-libidn@gnu.org>
Architecture: arm64
Source: libidn2
Version: 2.3.3-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libidn2-0 (>= 2.0.0), libunistring2 (>= 0.9.7)
Filename: pool/target/libi/libidn2/idn2_2.3.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 66008
MD5sum: 8b08dccca5761ac61c8986cd0f72749f
SHA1: 5423f3c771e912b58a4fc0d4bebe6259bfa39b61
SHA256: cfce9bdc297950598c4728a6d9ff37a62231bd800807f0743b1d889b550603aa
SHA512: b9f5b0271c7adbdba53d54c45ab359adbfcee9721b78ab13bfa12961debb61bd7c39e2313924753f23bd03e02221f60a52a2e3275abd8c433d1b62e8c9e8d646
Description: Internationalized domain names (IDNA2008/TR46) command line tool
 Libidn2 implements the revised algorithm for internationalized domain
 names called IDNA2008/TR46.
 .
 This package contains the idn2 command-line tool.
Homepage: https://www.gnu.org/software/libidn/#libidn2
Multi-Arch: foreign

Package: idn2-dbgsym
Priority: optional
Section: debug
Installed-Size: 42
Maintainer: Debian Libidn team <help-libidn@gnu.org>
Architecture: arm64
Source: libidn2
Version: 2.3.3-1+apertis1bv2024dev3b1
Replaces: libidn2-0-dbg (<< 2.0.2-1~)
Depends: idn2 (= 2.3.3-1+apertis1bv2024dev3b1)
Breaks: libidn2-0-dbg (<< 2.0.2-1~)
Filename: pool/target/libi/libidn2/idn2-dbgsym_2.3.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 25316
MD5sum: 7e3e157526802b0a15935add6dc54efd
SHA1: efae50526306d68eb56f3255ebf21a962bca1f8d
SHA256: 429cdba7b836d2d4b456d34e9c89a2c67240adaa5a377db3a956345631635611
SHA512: 81a65a2eb382875eacbc4bb3fb0a2c734f45bee30bbefbd0821294dd99ae56946acf01d133d82d321cf6100811b41641c617eb6a3c7442c899bdffee5cda5bd9
Description: debug symbols for idn2
Auto-Built-Package: debug-symbols
Build-Ids: ff1d4432d530e3e88a41ac5b6bdfcda54333a9ef

Package: init
Priority: important
Section: metapackages
Installed-Size: 14
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: init-system-helpers
Version: 1.65.2+apertis1bv2024dev2b1
Pre-Depends: systemd-sysv | sysvinit-core
Filename: pool/target/i/init-system-helpers/init_1.65.2+apertis1bv2024dev2b1_arm64.deb
Size: 5836
MD5sum: 47e9740482991dfed24a4f4664e641d9
SHA1: 6e4929f857c04eb0018300007ed3a2b94ffba754
SHA256: 9667c36a4b668686749df08b0e3f58f8709eb2ce685a6ddc937114a99e915fa0
SHA512: fb3ddc2e1c8296cc312d1bf474d0837865b5388dfb5fa5a8d855b97a3cdc8f75ed5ff469a4288237c7556520634221aa6b937f0d629c8b0eee16f5cb1913250b
Description: metapackage ensuring an init system is installed
 This package is a metapackage which allows you to select from the available
 init systems while ensuring that one of these is available on the system at
 all times.
Important: yes
Multi-Arch: foreign

Package: init-system-helpers
Essential: yes
Priority: required
Section: admin
Installed-Size: 130
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: all
Version: 1.65.2+apertis1bv2024dev2b1
Depends: usr-is-merged
Filename: pool/target/i/init-system-helpers/init-system-helpers_1.65.2+apertis1bv2024dev2b1_all.deb
Size: 38840
MD5sum: 159ed9b6a236980255e523f27b79782b
SHA1: 168fc95f57764641aeb9143589e6edf255893fd5
SHA256: 4dfa8f90be8590a72e2012901bf996dd65fd5b44f470a642fc26c767bc5a16c9
SHA512: 324cb2d3c7b81c41b4c0d2e589e707199f1ce46afcd114564f819a7e209fec04fb56f868988c3c147e46e7292ef3cc49d0877c9860a6dbdadca7db1a933e5c51
Description: helper tools for all init systems
 This package contains helper tools that are necessary for switching between
 the various init systems that Debian contains (e. g. sysvinit or
 systemd). An example is deb-systemd-helper, a script that enables systemd unit
 files without depending on a running systemd.
 .
 It also includes the "service", "invoke-rc.d", and "update-rc.d" scripts which
 provide an abstraction for enabling, disabling, starting, and stopping
 services for all supported Debian init systems as specified by the policy.
 .
 While this package is maintained by pkg-systemd-maintainers, it is NOT
 specific to systemd at all. Maintainers of other init systems are welcome to
 include their helpers in this package.
Multi-Arch: foreign

Package: initramfs-tools
Priority: optional
Section: utils
Installed-Size: 59
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Architecture: all
Version: 0.142+apertis0bv2024dev2b1
Provides: linux-initramfs-tool
Depends: initramfs-tools-core (= 0.142+apertis0bv2024dev2b1), linux-base
Suggests: bash-completion
Conflicts: linux-initramfs-tool, usplash (<< 0.5.50)
Breaks: e2fsprogs (<< 1.42.13), initscripts (<< 2.88dsf-59.3~), upstart
Filename: pool/target/i/initramfs-tools/initramfs-tools_0.142+apertis0bv2024dev2b1_all.deb
Size: 16056
MD5sum: 7bcd8568728efc52742a7676f86f6ebb
SHA1: 2d8ea1f43cacfecc09077ce850260be2728bee55
SHA256: daf1c4c563057a2d9fef6e3e583fdbe4b8f8821373a0b81475973a39354cc7d8
SHA512: d5c94c665c059d4e71c14e62eb3828858f43e5c5d40beb13e8e70a3e944c00c68933681c172bd6fefe64e19e17910f02a4ae1e1e516d9099272213c14916bca0
Description: generic modular initramfs generator (automation)
 This package builds a bootable initramfs for Linux kernel packages.  The
 initramfs is loaded along with the kernel and is responsible for
 mounting the root filesystem and starting the main init system.
Multi-Arch: foreign

Package: initramfs-tools-core
Priority: optional
Section: utils
Installed-Size: 161
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Architecture: all
Source: initramfs-tools
Version: 0.142+apertis0bv2024dev2b1
Replaces: initramfs-tools (<< 0.121~)
Depends: klibc-utils (>= 2.0.4-8~), cpio (>= 2.12), kmod, udev, coreutils (>= 8.24), logsave | e2fsprogs (<< 1.45.3-1~)
Recommends: busybox (>= 1:1.22.0-17~) | busybox-static (>= 1:1.22.0-17~), zstd
Suggests: bash-completion
Breaks: busybox (<< 1:1.22.0-17~), busybox-static (<< 1:1.22.0-17~), initramfs-tools (<< 0.121~)
Filename: pool/target/i/initramfs-tools/initramfs-tools-core_0.142+apertis0bv2024dev2b1_all.deb
Size: 47844
MD5sum: 66eb622d8a9b450f7445c4d821e7bcd4
SHA1: 61a6c8378e4058e4b732e83ef4e821da268db8d2
SHA256: 888ebf9bacdb98e872c744d0be5ceffc332c896588f5520bd5ad52629da13acf
SHA512: b79b7e01a69b153da8b74d67c16e05f47aed726960d3754d393665f61d21147a898673f3c0c6412b49c77f6a007a0e0a855012b5591846b01fa78c4edc8c27b3
Description: generic modular initramfs generator (core tools)
 This package contains the mkinitramfs program that can be used to
 create a bootable initramfs for a Linux kernel.  The initramfs should
 be loaded along with the kernel and is then responsible for mounting
 the root filesystem and starting the main init system.
Multi-Arch: foreign

Package: initscripts
Priority: optional
Section: admin
Installed-Size: 179
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: all
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Depends: sysvinit-utils (>= 3.05-1), sysv-rc | file-rc | openrc
Recommends: e2fsprogs, psmisc
Filename: pool/target/s/sysvinit/initscripts_3.06-4+apertis0bv2024dev3b2_all.deb
Size: 62944
MD5sum: 331f3feb2f20f1a0d7d7556aea81a025
SHA1: 3ac92b5306b762a985fbf1e9e08505c2978ac94a
SHA256: 6b4d8114a61d5bce6938345a7d75395ed58b90323b8ce920e062f91b01c8d31b
SHA512: fc6ac5ee617ed8fe009b7dc6b4a5a27588603648cbcbb7e505efadbeaea41bc0bde208735d0967b5afb53070dad98a55f7cc6c85fed396490890c8c280ccbb24
Description: scripts for initializing and shutting down the system
 The scripts in this package initialize a standard Debian
 system at boot time and shut it down at halt or reboot time.
Homepage: https://github.com/slicer69/sysvinit
Multi-Arch: foreign

Package: iproute2
Priority: important
Section: net
Installed-Size: 4116
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Version: 6.1.0-3+apertis1bv2024dev3b2
Replaces: iproute
Provides: arpd
Depends: debconf (>= 0.5) | debconf-2.0, libbpf1 (>= 1:0.6.0), libbsd0 (>= 0.0), libc6 (>= 2.34), libcap2 (>= 1:2.10), libdb5.3, libelf1 (>= 0.131), libmnl0 (>= 1.0.3-4~), libselinux1 (>= 3.1~), libxtables12 (>= 1.6.0+snapshot20161117), libcap2-bin
Suggests: iproute2-doc, python3:any
Conflicts: arpd, iproute (<< 20130000-1)
Filename: pool/target/i/iproute2/iproute2_6.1.0-3+apertis1bv2024dev3b2_arm64.deb
Size: 1009688
MD5sum: acdc9b666045f4a29f489a112cdb17e5
SHA1: 7fa99893c4afe610ffe82a122ea4f42e3102f9fe
SHA256: f0eb2ae2978d4e58e48f9436c4e136fd6a3eeb92df6f280fa00fbadf6d46fcba
SHA512: 4137652ba90e68ddc1a2146718e86068f6521bcdd7c216443083d146634f6894beacbeaed773d8b6dc1f8d02ece6c6b5a46a8029fe6e554d184df30ab8d3947b
Description: networking and traffic control tools
 The iproute2 suite is a collection of utilities for networking and
 traffic control.
 .
 These tools communicate with the Linux kernel via the (rt)netlink
 interface, providing advanced features not available through the
 legacy net-tools commands 'ifconfig' and 'route'.
Homepage: https://wiki.linuxfoundation.org/networking/iproute2
Multi-Arch: foreign

Package: iproute2-dbgsym
Priority: optional
Section: debug
Installed-Size: 3743
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: iproute2
Version: 6.1.0-3+apertis1bv2024dev3b2
Depends: iproute2 (= 6.1.0-3+apertis1bv2024dev3b2)
Filename: pool/target/i/iproute2/iproute2-dbgsym_6.1.0-3+apertis1bv2024dev3b2_arm64.deb
Size: 3355884
MD5sum: 977b174692bf98ebe120086c0b813846
SHA1: bfbac6a1e975908b45eb2d67eb78da5c66977400
SHA256: ac97d5fe4234a8432687b3e48ef018fdb3b43476a9ae9f586225cac7b725027c
SHA512: 20bbc67c1959064383dfa2c9e19d61f4e4c671cd6ccd42609f02fa0e0bb3870fc527ef9bfd226ea7c0a6cf2c63198b680f382c64d7149c0cd15a09f474bebc6c
Description: debug symbols for iproute2
Auto-Built-Package: debug-symbols
Build-Ids: 05c3edd0ead89fa6dc41332dbdccc38445c0c5c7 0873b2e876452052b512a51d8b1546aa6e312c7a 127e85d3f846f4bdd10db0baca66cf45dc6acdd9 129d6f71b04ff3744a167c2681d96cbe4ce8acff 2cbfa41ed264a39eecbbfb071968b0d5e3bf9ed2 2f8caa7762b230669fd8c367f98490c8ae3ab1fa 5676bd15af11b11f67c12c9f031e483570681eed 5fed874cdcf09048d4a2724004b4475c766b994d 7b126d349ac6daadf096c98f65153c38dcf52036 8ed6295499274e61b496f9a8f5f4feea4cc2129d 9645fa4ce6f2ac329fab04be41f1ac5da94e9f5f 9c3abc43cbc45809f14b4238e9fcc52b54458d19 a9bd1ece29e317520c35625374e993a93d6bdd8f bb1082db617522ae07f67dec70533fcb1e96e281 d0e2e557f94d2b1b06dd04edf41acb454867cf0b f1cbce4e3320fd62f3d92d1ba1a171d37174e3fa

Package: iproute2-doc
Priority: optional
Section: doc
Installed-Size: 57
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: iproute2
Version: 6.1.0-3+apertis1bv2024dev3b2
Replaces: iproute-doc
Conflicts: iproute-doc (<< 20130000-1)
Filename: pool/target/i/iproute2/iproute2-doc_6.1.0-3+apertis1bv2024dev3b2_all.deb
Size: 21444
MD5sum: e562f1683676cb3a6224fd94f7fda67b
SHA1: 4375828e9f737c6741272f5687df2f2e62b00dd0
SHA256: 72c32a24c63eeb3de7c09687cdcf8d9c6ee21dd9767824a5caf271ed96c33b07
SHA512: 83e7b368884ff5f33a910b2dfc18f4a2f867324ea2fc3db35da72e2a36ab7ecee5954830840b241b5dbbdeb5e0a3a8ab1fa5b283e7476de07de5c675b456351e
Description: networking and traffic control tools - documentation
 The iproute2 suite is a collection of utilities for networking and
 traffic control.
 .
 This package contains the documentation for iproute.
Homepage: https://wiki.linuxfoundation.org/networking/iproute2
Multi-Arch: foreign

Package: iptables
Priority: optional
Section: net
Installed-Size: 8427
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Version: 1.8.9-2+apertis0bv2024dev2b1
Replaces: iptables-nftables-compat (<< 1.6.2~)
Depends: libip4tc2 (= 1.8.9-2+apertis0bv2024dev2b1), libip6tc2 (= 1.8.9-2+apertis0bv2024dev2b1), libxtables12 (= 1.8.9-2+apertis0bv2024dev2b1), netbase (>= 6.0), libc6 (>= 2.34), libmnl0 (>= 1.0.3-4~), libnetfilter-conntrack3 (>= 1.0.6), libnfnetlink0 (>= 1.0.2), libnftnl11 (>= 1.1.5)
Recommends: nftables
Suggests: firewalld, kmod
Breaks: iptables-nftables-compat (<< 1.6.2~)
Filename: pool/target/i/iptables/iptables_1.8.9-2+apertis0bv2024dev2b1_arm64.deb
Size: 352088
MD5sum: 9f7ce758dffa6ca1c70c0746238ffcb8
SHA1: 1fac821da9e0df051c298d9c49ab24258c990d92
SHA256: e0842c35a947c499586d9b84e8d049a19dacc2fa6437bb752a200fa10c6cd0d5
SHA512: 269c62ed2ca7260aa4c4ed11d0d0374c0d47d355eb28f7b46dd1b3eae40cf0aae2f7a3c90d8a70f2271e4719bd04ec65149c094c0a4af6751972c76333a8edf5
Description: administration tools for packet filtering and NAT
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 iptables is the userspace command line program used to configure
 the Linux packet filtering and NAT ruleset. It is targeted towards systems
 and networks administrators.
 .
 This package contains several different utilities, the most important ones:
 .
 iptables-nft, iptables-nft-save, iptables-nft-restore (nft-based version)
 .
 iptables-legacy, iptables-legacy-save, iptables-legacy-restore (legacy version)
 .
 ip6tables-nft, ip6tables-nft-save, ip6tables-nft-restore (nft-based version)
 .
 ip6tables-legacy, ip6tables-legacy-save, ip6tables-legacy-restore (legacy
 version)
 .
 arptables-nft, arptables-nft-save, arptables-nft-restore (nft-based version)
 .
 ebtables-nft, ebtables-nft-save, ebtables-nft-restore (nft-based version)
Homepage: https://www.netfilter.org/
Multi-Arch: foreign

Package: iptables-dbgsym
Priority: optional
Section: debug
Installed-Size: 2013
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: iptables (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/iptables-dbgsym_1.8.9-2+apertis0bv2024dev2b1_arm64.deb
Size: 1129056
MD5sum: 64086f47a14508e9754ba96f00db81f2
SHA1: 6982621f984ce9e4144190546ebd5c3844f10bfa
SHA256: d1e34310e951cdb1ee373ea6f9a230a4f6acdc282725b92e9996e1d4daa8b47b
SHA512: 336875d90453f6e8ad9bed9104872eeb390d463e57e8b7394675a13b7f30f293f604d475464270d507bab95e94d4513018f9e11123e72d30452c185befcde28f
Description: debug symbols for iptables
Auto-Built-Package: debug-symbols
Build-Ids: 04ebce6263002f1c57e26e1cf5bc7676962f8103 0694725cab9285dd7bf0d0678a1dbd02436e3c64 0761a8eb9c16d2426b0f759d18bdb106db0f32c7 0b6a0b9de7c36e666713da4b32f8c6b25f8d83fd 0c854aed118ba9c9fb6ca8baef98cdfbd49c8490 0ca18820f4508bb0f7d1ea6cbcf1ed4c2ac04d92 10a1b62f9a0a24cb598be677b2e8d992c53f764d 159495160c61ecd9a8fedfd979c40bb812ddde3c 15f789bf1e78e0211b02cf280416fb5c014bdc9b 18657ee30de2b65316a543aba2e91d136784e6f7 19491d502a4d3f9df40b1edee12e9036f2390500 1b466e06b208d59dc30f604077921e6ef0117a52 1c5d4355696c551439080660b3f5a28caa45c68d 26e409b36f4395a903f428019aec427f4555684c 2c1a4e00fb50344d9307746789f20ac693dd044c 2e04360c8a764f9038eb00b0a7edcb7bf8149119 2e675c267e21e30d841bfddf112c8367ddef2962 2e6edbec63f653be92e26bba2fba49c1c58db13c 2f522bb742f294aa1a16f881e2f6a292f5e6ecd4 30039e2b0b51f1a01ca24d79591a3d75b750410a 377cd64e8c5ebcd7bf14e585e176e0c9a4be2adb 397f871a4f3fe2fab2e304b8c6b729e92d4be961 3a9e629b98bbe74cf4f1a2af404f732d0a3d7b07 3d724d2107b2bc833dc001c0e2f321fe2d656f33 3d969573df5bcc34bf826521f87e83dd65d1036a 3f3e980ea58dcfe762f0fb28ce5e495da545687d 3fd77df0c592973d54d6387274a8cfe4a44294ef 42e19c16381fe0be312e9c6ea56d324eb1544501 43d09e3676bcb6862be12e2089bbbcca9e0d164d 44777fb1e860a4ce469685bf5d0072d459040474 450d3802caf59da100ce7d9199dc8de4ea5d30f5 46193ff5ebf076e9c4248512c13d80e0057b9b8c 465617c77de88b66a985f661c2584a47eb1a40e2 4ba99ee033234f94fc5cca30cf2db716d73a762a 4d4b780a34e7f47007ca6cf205a550dceeccd845 52b59a4789c8784b29e7e06cf96896506dbfc703 58a12294d406e400f2308a6816f6b30073847337 59d955b36012a9cf0f3ee38e736b0559524fc27c 5b1517f66934ad9b355bec35a634421f1db0132a 5e5cb634bb59a3532dd8e176633224a3a0517686 5f77ffb80fb3ec31c4f4b2b663a0ba6149846eb5 6150e44842fd957866cdb286d81e3c6e3c036f25 61e2164e1804a97aef184a48d9caf5a79ade341b 623992f5a98e849edccae4ed14d2be8bfefb99e9 626829a4bb2dbb5636ba5d5ce1361d5ea60bbd9c 6357596c32930e144e1f2e6effc6dc312f3d189d 6686eae273251dd2b92e13a0a7d8845207459ccb 6825f8a981a3911e03a7292923593bdfead089aa 6adc8a93288963a7bd3f0b27c9ee0c670fb2268b 6af6c13a1f87e4e16c41433d01ba8b9001475603 6c5a59e875fe9f843616ab04f5f0cf1c33724b5d 6c787c178b275fbe7e8860f2c62cb8f385a0f64b 6d4cedafeda287b8944ac6e45d65eb9a86cbea44 6dcc25828f0877c2e094dfe9b3080589815d622a 7098366759120f7a33751121d5c6a8389aa59b27 789c60b3adc67f0736de90c6bbee9d58407114c0 78a4370e6589780c3f7835a9a30cd319bc7e9259 790fcac4bd50e59c2f91c647332330a450e8a32d 7b01a61d115cfbd773ff7afcda83279d34045cf2 7ba7358fd066695249c1a3a562476002ff512691 7d8a337d8cf1484d8ef42edde16687bc83805e81 7e84a7534503d5d39f08cdb64f19ce0229009754 8106a8840e2bda78ddd2d454b309679494ca93ad 81a900b81baf60028a8f8c65f16c367517043ec5 85e16ca3221e85f16c578e9ece62d47abe71e641 8713563ff745f3689280b2944136040f8c4e6303 8d85b9746bcd1edcad48d583db43bb61686a984b 8e54688168079e49fcd9d8787743a4ea56d4ae27 90c55f7a0a0ca1919a2aa30b75f70ba8f5486bfb 918e84562f2215a4b09f0acbe34f699b6623b1be 91c496fb1856225819883d6d00d669931d4e7221 96570a09d7726fd54e48bb3d06e3162dc90fa6e6 968a0291e0f8b08ec9d65563a95b3e54ffd4c3b3 a0073213f886175e6f3695d1f89a9a407ea10d47 a07bb66c00d46aab7834f58de3d0829b02ca53a4 a620979bf99c37e51c56ab7a0fc45a578ffc2c16 a96fa715b4e2d8783213151c547842516ac77513 ac139fd9cf81f876dac68b32b312e8e89ac9473d ac1b973c1caa50b06ecdd6e8eaee7723651a9c03 ace6435659960760ab3079cbc1169a382737754b ad4decb3bbda3d3e29b69f370881cfc5f5f8fe18 ae841a38a81db0a8259406dfe5ba3726065e2332 af82ea13f0b42f726ed6f5cc343eede756af35a6 b2820acc6be9329f6d4d506b482c56127549da65 b36b6e29f685ea871bada5b714537ef34f9a5c0a b37af0037861435edf877e0dcee1b558907666c2 bc27e11c481bffd4e0ab27b4ce038c519d52798f bde70522b8a3e84f491c9dc2d0ea5dd3dffdbec5 bf6e0d3d9bb8829760259e2749d8a719f03c0a24 c1a5787ef8e2245b6a7f32c9ce166db9186c1fe4 c2b553a33b80a3a6f6d92eb6219f85b1de3b2a28 c89e96e752ada07d78acbe1066b2048ac5e08356 c9fe9bae655e71dbf40706284cbddf1f300f5108 ca39e33dd399bbd062d766d543c5ce8910253569 cac5a4a9dda3a2075e9d0a27b0acc6e7003745e0 caed9adae55e48585b4a7a05e73e66bc83944b33 ce97c39d79ab9f253781ecd84e2c2ed114715618 d05aa94d94a07964753ef746fbe304bc5d713564 d257e2780ea9f2654b3526532a5c93e13ed6cee7 d608553c4599ccb303468812992d34c133c7f6fe d7967f8e28ce0216cea2b1d028c24d6576360756 d85102b0ca49b61329048e95950e62bff8450d31 db20b1e6dafbc69d1c673095aecbee052b06d20e e4e4f416a502873c6008c5defc24600cdc325511 e535f86bc4954b507e5a6201a0991fc166a70aea e7cebb44e874acb2eb1593f8b02f8e8cf73227b1 e9e4081406fa91338c7ba9225029aa17cc537ba9 ea6f73588932e24d62da90af6f0f7bbe5bcecae3 ec9834355ef8fc45b0b8928f66c8d18349b314de f0753d5ae8fcf6e251d10210050c8ab286dcff3e f15bc92ca48af0f1aa74165a805cc207853a2bc1 f1681af95794b19259393f3a0b12775d9a2179fc f26da89ce100fedf58a99deca3d8e428ff0ff47f f35a127a4e62b0c6e36c2d45687e5e93292c8aad f7cf87f55b3c2fc0fcf15c6c379af60c3d9b3fdb f9442c2054a781a77f3754c34f9d097bbba014c3 fa0469e10267e0fb2740de32adf725927448b34b fbab3e988b2684bf5a35539138fd2bbfbe6adcd0 ff65b0eeeca629dd2ff64c959ba2ec992111ea29

Package: ir-keytable
Priority: optional
Section: utils
Installed-Size: 546
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libbpf1 (>= 1:0.6.0), libc6 (>= 2.34), libelf1 (>= 0.131)
Recommends: udev
Filename: pool/target/v/v4l-utils/ir-keytable_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 152056
MD5sum: abcfe21f1ed4b7b8522179aa579566d9
SHA1: 6c88d0af7ccaa73f625687ada46aeb3ae09007ab
SHA256: aa8f371dab4a85b22ca8261d2c627f9f68ed081dac85bbf1191d0543e58c0aa1
SHA512: f3a27bc31e2ab403001aec3062a311d9a6b6f85611c7f065513a329f43f4d5d1065ce62112a28182cf380ec8d62ae780c7e5c5bdd569e86569a13ab4a8807398
Description: Alter keymaps of Remote Controller devices
 This package allows one to change the keymap of controller receivers.
 Those receivers are found as infrared receivers on DVB sticks or on
 framegrabber cards. Via ir-keytable the mapping from a scancode to
 the generated event can be customized and made persistent.
Homepage: https://linuxtv.org/downloads/v4l-utils/

Package: ir-keytable-dbgsym
Priority: optional
Section: debug
Installed-Size: 116
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: ir-keytable (= 1.22.1-5+apertis1bv2024dev3b1)
Filename: pool/target/v/v4l-utils/ir-keytable-dbgsym_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 98104
MD5sum: ef5b0d0ac8759cbaac2590b173c86b62
SHA1: 29e5c11755ceec390b7dce16fa96c65b59a68574
SHA256: 7bd5a6dfb93d841dd173f6d29b53e7387a1cade88db76d5b21100ef6621b80a4
SHA512: 68cc8417bd1c2440a228db7a26c8e7f75de2c2cd5edc83ef09c7a9473bde0b3805455b2c9a5cd04d680d096a6658ed20626b769c1b81fd33384922adad202f09
Description: debug symbols for ir-keytable
Auto-Built-Package: debug-symbols
Build-Ids: 01feb4864e46f3504ca4855b5a22bf242de10147

Package: iso-codes
Priority: optional
Section: misc
Installed-Size: 20096
Maintainer: Dr. Tobias Quathamer <toddy@debian.org>
Architecture: all
Version: 4.15.0-1+apertis0bv2024dev3b1
Suggests: isoquery
Filename: pool/target/i/iso-codes/iso-codes_4.15.0-1+apertis0bv2024dev3b1_all.deb
Size: 2916984
MD5sum: 3e558301edc9f9544010f8b66624d8ee
SHA1: 5906c1635475a28269b23f951530de2c1ae286ab
SHA256: 02bdb453d690f7064e7d1f7002e1beaee6cb4d6fff9abca32dfff2d69c39802a
SHA512: 251ae61f71d99e74178919e3926533efaa90d0d04f18d065e8b0988d7b7e53984864859bd33050e388037c3152c06ecc4c79f7c849d75e1859e57db6635a5d65
Description: ISO language, territory, currency, script codes and their translations
 This package provides the ISO 639, ISO 639-3, and ISO 639-5 language
 code lists, the ISO 4217 currency code list, the ISO 3166 territory
 code list, the ISO 3166-2 sub-territory list, and the ISO 15924
 script code list as JSON files.
 .
 More importantly, it also provides their translations to be used by
 other programs.
Homepage: https://salsa.debian.org/iso-codes-team/iso-codes
Multi-Arch: foreign

Package: jackd2
Priority: optional
Section: sound
Installed-Size: 3749
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Version: 1.9.21~dfsg-3+apertis1bv2024dev3b1
Replaces: jack-daemon
Provides: jack-daemon
Depends: debconf (>= 0.5) | debconf-2.0, libjack-jackd2-0 (= 1.9.21~dfsg-3+apertis1bv2024dev3b1), python3-dbus, python3:any, libasound2 (>= 1.0.29), libc6 (>= 2.35), libdbus-1-3 (>= 1.9.14), libedit2 (>= 3.1-20130611-0), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libopus0 (>= 1.3.1-2~), libsamplerate0 (>= 0.1.7), libsndfile1 (>= 1.0.20), libstdc++6 (>= 5.2), libsystemd0
Recommends: libpam-modules, qjackctl
Suggests: jack-tools, meterbridge
Conflicts: jack-daemon
Filename: pool/target/j/jackd2/jackd2_1.9.21~dfsg-3+apertis1bv2024dev3b1_arm64.deb
Size: 297144
MD5sum: 9565ff6872f475f2320ea46db2075e69
SHA1: a278c5f76b1efe8aaa1f608053b27171174e8e3e
SHA256: fa3801c8e08ba70428aff432a0f10b01f247874d67400aef16f0b0c7d00eb5dd
SHA512: 0565090f7e813d0f6bbb0ee1a1b4673bdcdaa9deefb6d4333e617bb618c9db08351b66e0203a3a621ca2ae1a141d005021c4a68349e8914d1dcf146d9236fa19
Description: JACK Audio Connection Kit (server and example clients)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains the daemon jackd as well as some example clients.
Homepage: https://jackaudio.org/

Package: jackd2-dbgsym
Priority: optional
Section: debug
Installed-Size: 1904
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: jackd2
Version: 1.9.21~dfsg-3+apertis1bv2024dev3b1
Depends: jackd2 (= 1.9.21~dfsg-3+apertis1bv2024dev3b1)
Filename: pool/target/j/jackd2/jackd2-dbgsym_1.9.21~dfsg-3+apertis1bv2024dev3b1_arm64.deb
Size: 1356660
MD5sum: 5644eb715303527a99532ad4c41b3832
SHA1: 344487dd6095974468fa36a0db5323078f39dee5
SHA256: e52bdba548f803ecf245418adcb2200c5546ec4d8a7db2d83c890d7f8a893456
SHA512: bf362c2eeec5f09680a04f16f3cb077e2e803d491d4e9a1eb9c722d05a78cde19b8628ca4cedc168a781b2d1e78456d5b4cd4a01d98ccd80a20d17bcdd85ceac
Description: debug symbols for jackd2
Auto-Built-Package: debug-symbols
Build-Ids: 0b34ad14134dace9ce69345fd0c438893c043c39 0ebed44da38046d5b55552f000f6176de7ec329c 10d148a1d69eff23631c3a7975464a32450a8952 224fdffe22a97cdd0edc154baf03ae2e10ee990a 234f499424bc6ed69e9a1882771ee21782eeca4a 235105f677db44e3ea7c2c436166a1b866f39530 265948e4934406f92c5469cd74f67c7cd94d1c7e 2730c9ba53dc525ff5ef0648cdbd0a92f94b2d90 2d9ac4eb842f21366b122a1dcc85ce101c401048 32ffa37d4cc895cf03208091bec47ed538aa72bb 3329bbce971731dcb3751df4f9861f072bb8d6d3 371675dc75538bae4a8215a40bf42779280d38a4 3d1e295b7a84c12c78b7d50fbcf48a15a6c0a980 4e681170cd3fce8678342d155d8d7c5170e2a46e 4edfbf2d26417901b0b865a353a73df64c06d438 4f635015fd6458989e720718e0b2e06902d33a92 5cb83bd83c88af454386fbff9238ae082be8ad35 5f9a52042d4456feac446eed491388a3c8e448f3 678c6a4f806462b1482b73c72a4e17a7ee66a338 6d7491c8d149942976577076006a09f0fd03c04d 6f9a1ce4bfa1715a97fbac7c6478ad8473f092ce 73c2abca9eee35b05cbe20753539af71d51970bd 79686d30dfde056d820566e999ef5801e9abd30a 7ecb03cf1d840d6cd7d62e651216ac1a7520bfec 8755ef1efd7825134062ffa4b28d291639507bfa 8816b64acd6fac08f74030d0681f7c131fc62102 8958991a73d3542cde5d8720f426c5180b30dbfe 93ea7a9e474b1175b6d3af8d54971961be04280a 96db23331473e831f4cd814be30b12fbe186f42f 99dfef58783c130c49367dfaf5ab703e8a699440 9e9bb236bbcaf29fd7dd85a18451b8e1ee516a18 abb31b7c219c712cdb2f7b8708384d39f41962a8 acd85304cb0a214efd572f1240c0af062ed7febb ad195818b695a61acef8775b0897c70e7a517290 af5f8af0bd6e2a3723d8aae0ba75e4c423a18796 afcb8be8048ebc61912b0fef05bfc8a60980c14c b33c3519d203f89681d1dcbc4fff81f3299dc49d b5bf5744112c352b8206a19d48d7a3dfba4b9df0 bfe7ffe9d0dd7470f547c1e277ce444f4af525de cc406be542aa50843d45527c6f78b5b1cb6883e1 d436fbb39da2b7404f6df2e6beac435a5d254f8b d52e491e31c95e4f176f80b6ab883d20688c62c9 e7725c2ded7c586ce7d26b95c0999aa7eb2c448b e7e8eb534c2b982d2438a337ffe1662897bc5d0f e7f6c48809ae6ab5a11b44e991c833a6221533f4 ed975e616963fcaa249752bcde09e296c55589ac f52ff48b5bbd1c3d51bf6fe0b1cdbabfc56e88da f75e3b39b21f5fbe05a0f4b9b902df14e7b20d36 f95ba2a42a26754fbcdfa83915608560e24a469c fa0ec8f8df2aca562948cfe85ad0f326efb1f72c fad196d471564cebfe75a7d98e19de1d3d3fd019 ff9e390b51b20f68ad4469299236ac9ee53012d9

Package: jbigkit-bin
Priority: optional
Section: graphics
Installed-Size: 296
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: arm64
Source: jbigkit
Version: 2.1-6.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libjbig0 (>= 2.0)
Suggests: netpbm
Filename: pool/target/j/jbigkit/jbigkit-bin_2.1-6.1+apertis0bv2024dev2b1_arm64.deb
Size: 28472
MD5sum: 9cb9a2bdf08b8daa605d005a6e3ec731
SHA1: 50380fc4454b7e1ea0ad9f59bd262a596c50e861
SHA256: 067c3efafe91d13281cb008c7ac206ef76e5fe5790a5489251a8dcc201ec5ddf
SHA512: 7ea1b7d6816da1ec0f83559597e10502f519829360d966e1f6be084a7e57967915792952285d7908bb86298b8e2815e8ce4ea9b47e88d6d920f78e061346bc89
Description: JBIGkit binaries
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the binaries from JBIG-KIT.
Homepage: http://www.cl.cam.ac.uk/~mgk25/jbigkit/

Package: jbigkit-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 80
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: arm64
Source: jbigkit
Version: 2.1-6.1+apertis0bv2024dev2b1
Depends: jbigkit-bin (= 2.1-6.1+apertis0bv2024dev2b1)
Filename: pool/target/j/jbigkit/jbigkit-bin-dbgsym_2.1-6.1+apertis0bv2024dev2b1_arm64.deb
Size: 38080
MD5sum: e9b16b0a745250c3cd5b4f20fdbb4de8
SHA1: 88aa5ebb489ffe31687b796f701228cff2514f67
SHA256: 1fbbf9e968e33b4490d879e8f358cf01c0db66e4654409278ba38e129ea8767b
SHA512: 33a6eeeb4579c133823bd2140c3a397fe0db96adf07f0f19e41c6dc12738c496b08afd02bb139f7ec386d0ab4c2c033f29a1ab59b343c91047d6eb6429c569de
Description: debug symbols for jbigkit-bin
Auto-Built-Package: debug-symbols
Build-Ids: 3041f660642a60245b59a3a52e7c5395434b4780 30a711a9e410705e74984d8e78c68fda65fd4709 865dd2c98428d24b8966046487621baf426630f5 aff48881736a0407bd7dd0dcd2b7dc9c4a6adf00

Package: jbigkit-testdata
Priority: optional
Section: graphics
Installed-Size: 817
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: arm64
Source: jbigkit
Version: 2.1-6.1+apertis0bv2024dev2b1
Filename: pool/target/j/jbigkit/jbigkit-testdata_2.1-6.1+apertis0bv2024dev2b1_arm64.deb
Size: 434184
MD5sum: eaf923ac183f4ab5c3b016d93f67f013
SHA1: f920f546e927a649e69e3542bd12c00f7933421c
SHA256: b7024ae4955d9255e2ce63d30995154e4bf868b9d5413437f1df526f262df885
SHA512: bb30cbf02e166b180b7123807bdad34751e4e05558c326fa13bc4424c0a94aadf721fa5b8d2d9ea3090bd3beadad30c759b3175cd2c575658a222ab383f9c66c
Description: JBIG-KIT testdata
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the testdata included with JBIG-KIT.
Homepage: http://www.cl.cam.ac.uk/~mgk25/jbigkit/

Package: jimsh
Priority: optional
Section: devel
Installed-Size: 550
Maintainer: Bo YU <tsu.yubo@gmail.com>
Architecture: arm64
Source: jimtcl
Version: 0.81+dfsg0-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libjim0.81 (>= 0.73)
Filename: pool/target/j/jimtcl/jimsh_0.81+dfsg0-2+apertis0bv2024dev2b1_arm64.deb
Size: 161088
MD5sum: c71d3600989bddf101ec0190c7e1772a
SHA1: 94fbb544accac9fc8d78cbcd95a53f6b7e4b62eb
SHA256: a130e55298b4a029f25c815b91df742dcfcca3a11c933790f4edb35f6fcddee0
SHA512: 89a0629dca18fe288cbb6aaa747d5a68823f7469a1bcbad1b8fda966bd9e8c725bb63edb7e55762f1f94dc9ead585378747a44c8881c0657f5d21884433b1868
Description: small-footprint implementation of Tcl named Jim
 Jim is an opensource small-footprint implementation of the Tcl programming
 language. It implements a large subset of Tcl and adds new features like
 references with garbage collection, closures, built-in Object Oriented
 Programming system, Functional Programming commands, first-class arrays and
 UTF-8 support. All this with a binary size of about 100-200kB (depending upon
 selected options).
 .
 This package provides the Jim interactive shell.
Homepage: http://jim.tcl.tk/
Multi-Arch: foreign

Package: jimsh-dbgsym
Priority: optional
Section: debug
Installed-Size: 26
Maintainer: Bo YU <tsu.yubo@gmail.com>
Architecture: arm64
Source: jimtcl
Version: 0.81+dfsg0-2+apertis0bv2024dev2b1
Depends: jimsh (= 0.81+dfsg0-2+apertis0bv2024dev2b1)
Filename: pool/target/j/jimtcl/jimsh-dbgsym_0.81+dfsg0-2+apertis0bv2024dev2b1_arm64.deb
Size: 10928
MD5sum: 183b3d8db933c0e5be5dc57004905394
SHA1: ac076c7c382dbbbcf9c52f8b5c9a80901762e9bb
SHA256: 5e621c1620029f75c3b215f181004162bbcfa7200a621372ff039285a6472db2
SHA512: d249dba7a6ddf369989d0d50ddf55f1ca00caa20bfc5a900fe9a128395335cb15bd4bd9396fe0072f043093ec371e0e2a9ee05b93934d2762d3f05df7d0298ab
Description: debug symbols for jimsh
Auto-Built-Package: debug-symbols
Build-Ids: a9634c102a3b67a969973d73b5f6421a9eb28c8b

Package: jq
Priority: optional
Section: utils
Installed-Size: 146
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Architecture: arm64
Version: 1.6-2.1+apertis1bv2024dev2b1
Depends: libjq1 (= 1.6-2.1+apertis1bv2024dev2b1), libc6 (>= 2.34)
Filename: pool/target/j/jq/jq_1.6-2.1+apertis1bv2024dev2b1_arm64.deb
Size: 63456
MD5sum: 3e40f43e1dc5baf148b90af6806383eb
SHA1: fa0c9e8528f0e295da857690b90da3e082b1d340
SHA256: 1711266cdf4433b800b333fc9b6685b451193444d50e1dd26b0af8e04e7fe9a4
SHA512: 93eed609a086a7669fe5a412fa60c2cc22dbcb50155e4484492de8d73ff7d73e8da69ff1487cfbb4f04ffbceebed88d8eb4db78a8196218efacf7309f019ce92
Description: lightweight and flexible command-line JSON processor
 jq is like sed for JSON data – you can use it to slice
 and filter and map and transform structured data with
 the same ease that sed, awk, grep and friends let you
 play with text.
 .
 It is written in portable C, and it has minimal runtime
 dependencies.
 .
 jq can mangle the data format that you have into the
 one that you want with very little effort, and the
 program to do so is often shorter and simpler than
 you’d expect.
Homepage: https://github.com/stedolan/jq
Multi-Arch: foreign

Package: jq-dbgsym
Priority: optional
Section: debug
Installed-Size: 33
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Architecture: arm64
Source: jq
Version: 1.6-2.1+apertis1bv2024dev2b1
Depends: jq (= 1.6-2.1+apertis1bv2024dev2b1)
Filename: pool/target/j/jq/jq-dbgsym_1.6-2.1+apertis1bv2024dev2b1_arm64.deb
Size: 16800
MD5sum: 086c279d659836883f1de421e8191387
SHA1: 2ac0071a7a1491987e2ff1ca33792d486b06f85a
SHA256: e0175e9ae12308829fd6e9a105ad7488289720a6a4e05bb263645ae9add3c74d
SHA512: c4489c7d2e206c4523135e709bff650b2406653a0f4b9dd7eaf818b9400a6f9f8085fe68e654692c7be6321b89fa6206ce958a8bc82cdf36a0b5313c4502645a
Description: debug symbols for jq
Auto-Built-Package: debug-symbols
Build-Ids: 7d6539c45825a4ae380186a4a6321a1d6a909fd3

Package: json-glib-tools
Priority: optional
Section: devel
Installed-Size: 150
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.55.2), libjson-glib-1.0-0 (= 1.6.6-1+apertis0bv2024dev2b1)
Filename: pool/target/j/json-glib/json-glib-tools_1.6.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 11232
MD5sum: 3b250e8951031d3cc911f7a56a2721da
SHA1: 8fc9dbb9ef7d42a4878afdf63423325bf5029d44
SHA256: e4f30ee65625d338766c4b34e625a16407e4058b3449c13ca76e9c03ac411cea
SHA512: 69671ffcd3a21d6dd1e53d6442bd2d325783e41a859defe2e05148d2bd784d8b4a9792da80c85816ba048b39a9071b3a33330e27ecbdbcd6dcb62d6c25886cc1
Description: GLib JSON manipulation library (tools)
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.
 .
 This package contains the json-glib-format and json-glib-validate
 tools.
Homepage: https://wiki.gnome.org/Projects/JsonGlib
Multi-Arch: foreign

Package: json-glib-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 42
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: json-glib-tools (= 1.6.6-1+apertis0bv2024dev2b1)
Filename: pool/target/j/json-glib/json-glib-tools-dbgsym_1.6.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 14264
MD5sum: fd859fa32589523994fecc57c2dbb1d8
SHA1: 20c807fe270625f40fa2d3ec3ec30053244dc8a3
SHA256: 9fce6ab62daea2af1508071a57dba217ad508dbe397b953d9a8a199bafa18b94
SHA512: e99398d31eafbf21c1ffe4ea021b3172ea84d0d50d51664689c696ce760e853b9e84c4839aa0f161ecfd79bcaabcb12fa76ff86a124fcdcf3a04c50b8e4ddac3
Description: debug symbols for json-glib-tools
Auto-Built-Package: debug-symbols
Build-Ids: 36e2679890a1e3229b431b221f894f94ab50e005 53683266b102948cd87de643940d74f24d8a6edb

Package: k3-image-gen
Priority: optional
Section: devel
Installed-Size: 1010
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: all
Version: 2022.11.03.19.06.0-0+apertis4bv2024dev2b2
Depends: openssl, u-boot-tools
Recommends: python3, wget
Filename: pool/target/k/k3-image-gen/k3-image-gen_2022.11.03.19.06.0-0+apertis4bv2024dev2b2_all.deb
Size: 54328
MD5sum: 0d9d625f4a2791d25db6146feba4be67
SHA1: a002aa48c798438aa9f50552ddafe2e39e047f68
SHA256: 327c9770b2a79a4bcc141df85e085e7a818dd9ed3a3d0981406988343d22ebf6
SHA512: 7695061c3772800de04c6054e76160edaa5e01cecc5322ba43da73bb8c81a6d310aed4558ce381e269d7fe917fb90fe364b36869a33829ce470be2dad427c8a3
Description: System Firmware and Configuration Image Generator
 System Firmware (SYSFW) and Configuration Image Generator TI K3 Family SoCs.
 .
 This tool is intended to be a simple solution to allow users to create an image
 tree blob (a.k.a. FIT image) comprising a signed System Firmware image as well
 as the binary configuration artifacts needed to bring up SYSFW as part of the
 U-Boot SPL startup.
Homepage: https://git.ti.com/cgit/k3-image-gen/k3-image-gen/

Package: k3-image-gen-am62x
Priority: optional
Section: devel
Installed-Size: 27
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: all
Source: k3-image-gen
Version: 2022.11.03.19.06.0-0+apertis4bv2024dev2b2
Depends: k3-image-gen
Filename: pool/target/k/k3-image-gen/k3-image-gen-am62x_2022.11.03.19.06.0-0+apertis4bv2024dev2b2_all.deb
Size: 3916
MD5sum: f38e7abea3f25aa0d317a87c1177da05
SHA1: 1ba5698fc8ccfd7869d3c6545060b649af011307
SHA256: 98ce6cf9688d9264b38d5875e54a95db082e5602e170730e7a1048112c2c9e73
SHA512: b2984232d47b80d4fc05d3451ef3e9fbcec430e09af7b218a45066727f7d4d59af56d1dea36cc3df9259138f17c146ba566cfb6e9a214371a835664e58452468
Description: System Firmware and Configuration Image Generator
 Prebuilt binaries for am62x.
Homepage: https://git.ti.com/cgit/k3-image-gen/k3-image-gen/

Package: kernel-wedge
Priority: optional
Section: utils
Installed-Size: 70
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: all
Version: 2.104+apertis2bv2024dev2b1
Depends: debhelper (>= 9), make
Filename: pool/target/k/kernel-wedge/kernel-wedge_2.104+apertis2bv2024dev2b1_all.deb
Size: 21000
MD5sum: 9cd4057018394ad263059670b436daf7
SHA1: a7c27ce40147f14dfb63a5ec802535ca1ec2bb66
SHA256: 1e464d6b0aec55b00b4a9d19217897bfe2082a9fef391059077c561058b93057
SHA512: 7c1271078d70c02210ec45e59ad7a621fef4f43f81fde13c38748589333d60dea7652e86b92ac97d25c3b8857cfaa9b2f216fd28750dfaffafea1f8dd3be5987
Description: udeb package builder for Debian-Installer
 kernel-wedge splits udeb packages out of a kernel image deb. The udebs
 are used by the Debian-Installer.
Multi-Arch: foreign

Package: keyutils
Priority: optional
Section: admin
Installed-Size: 250
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Version: 1.6.3-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libkeyutils1 (>= 1.6.3)
Filename: pool/target/k/keyutils/keyutils_1.6.3-2+apertis0bv2024dev2b1_arm64.deb
Size: 53740
MD5sum: 28913315ba21500933e76ef695060c54
SHA1: e851ee61548d327e76d4c1c241b9711cc06a193b
SHA256: 9073596d3ba5a6c69fafa16329f63d2b6a2e222cfa6368296d89153360f9eee5
SHA512: 798ed640884a4a2afcd2b8c3e3f8dcf58057e0c6b0da02ea20adfff56e2514c0cbae054414900f1f551923b3a31f2cd9c108023ef91541c77bb448821b9dc3bd
Description: Linux Key Management Utilities
 Keyutils is a set of utilities for managing the key retention facility in the
 kernel, which can be used by filesystems, block devices and more to gain and
 retain the authorization and encryption keys required to perform secure
 operations.
Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git
Multi-Arch: foreign

Package: keyutils-dbgsym
Priority: optional
Section: debug
Installed-Size: 126
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: keyutils
Version: 1.6.3-2+apertis0bv2024dev2b1
Depends: keyutils (= 1.6.3-2+apertis0bv2024dev2b1)
Filename: pool/target/k/keyutils/keyutils-dbgsym_1.6.3-2+apertis0bv2024dev2b1_arm64.deb
Size: 83668
MD5sum: 573bddd2320867b6a0f62a429c15bc71
SHA1: 3858926be608e4089c36f332c352b52ac6579942
SHA256: bfe9a37f1b91ca280cba5cc52208438ff0b44db9e29fd994d4a1e73c0fd33467
SHA512: 55947fd04ed96db1cd7a2153f76a7752bdfb2d49e9904f4129f0bbcaec25b0de6f7cf35af015afa42ffaa221e8abb5ea26379aee5aad86acc53ad334f5966358
Description: debug symbols for keyutils
Auto-Built-Package: debug-symbols
Build-Ids: 28a66dc272123b62017a63617052e99b0565268c 6f399dd9400a0ebb38185420436a4993c3bf9880 af1f8688a9a9155760bec1f4b0b824f356a5b02c

Package: khronos-api
Priority: optional
Section: x11
Installed-Size: 4872
Maintainer: Michael Gilbert <mgilbert@debian.org>
Architecture: all
Version: 4.6+git20220505-1+apertis0bv2024dev2b1
Filename: pool/target/k/khronos-api/khronos-api_4.6+git20220505-1+apertis0bv2024dev2b1_all.deb
Size: 408532
MD5sum: 2e153c21d65a05623f0befb132793f89
SHA1: b74ab8d87cca9d096256f85b33475a06e0485221
SHA256: a17ea507ea99f403332ec604a3a3779500e7b87e1d9bcd1641f6fa97028b7a0e
SHA512: a5ab5acf153b0e0141b46dd2264a81c30ce44a50d8cfb158c543d2027e2d34438bbbc75b75ea1a91f604c6aa895023f994f6692963ee5eb28e6c04fe5bdece6a
Description: Khronos XML API Registry
 This package contains the Khronos XML API Registry.  It is the
 successor to the ancient and undocumented .spec files used for many
 years to describe the GL, WGL, and GLX APIs.
Homepage: https://www.opengl.org/registry
Multi-Arch: foreign

Package: klibc-utils
Priority: optional
Section: libs
Installed-Size: 2570
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: klibc
Version: 2.0.12-1+apertis1bv2024dev2b1
Depends: libklibc (= 2.0.12-1+apertis1bv2024dev2b1)
Filename: pool/target/k/klibc/klibc-utils_2.0.12-1+apertis1bv2024dev2b1_arm64.deb
Size: 101312
MD5sum: b3ccf80d169def475da393b35f6252b0
SHA1: 250e1cd62fd8d3d542baccb48bbca4a3b4e32e52
SHA256: 581ba599bcb26322386bdcf75210b8e580bbab956cb70666873a8fbf93bc69d9
SHA512: f5b4a027d22375042b21abab86a6f5a80af8a9c40aafc33c077eb7921f86509484bf224d3deffeaa2906414f7f8a49a3a03708fa3d47029d01c75d0f4c58f0ab
Description: small utilities built with klibc for early boot
 This package contains a collection of programs that are linked
 against klibc. These duplicate some of the functionality of a
 regular Linux toolset, but are typically much smaller than their
 full-function counterparts.  They are intended for inclusion in
 initramfs images and embedded systems.
Homepage: https://git.kernel.org/cgit/libs/klibc/klibc.git
Multi-Arch: foreign

Package: klibc-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 1068
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: klibc
Version: 2.0.12-1+apertis1bv2024dev2b1
Depends: klibc-utils (= 2.0.12-1+apertis1bv2024dev2b1)
Filename: pool/target/k/klibc/klibc-utils-dbgsym_2.0.12-1+apertis1bv2024dev2b1_arm64.deb
Size: 418904
MD5sum: 8f8c5c770de0fa48874614a8155ab280
SHA1: 3b44221c5068edb200ea750f87fe78da043a4329
SHA256: 8e664b1bb6e587269589d1d1b907352adfa3e4834ec623e0a23dbdcf2ff143d0
SHA512: a2d0238dd488cd9aabf91e5c9b36e596786ced955744bd4066c30bcecd162f79b6d0c8ac347437fcada4244e23cee2a439471aeb461e42cdee22fe28869d5820
Description: debug symbols for klibc-utils
Auto-Built-Package: debug-symbols
Build-Ids: 05aa3f7ae9b02cdf6a66e99b5980e830a7110a7e 0eee80189193cb48974b799b81750ce4705b9b4e 132f2a641d3baa9270aa4162a915956c2f6a5699 15d96c2eeab26105262a944d12f8f1f2c02fc629 16426073ba92b9a8c10232fd923dac90d03da07b 211f2b63630f55d322ec46a89d89332553e38e62 294c4b77b812402e08b1edb93ee43ddbe3bc377e 2d331ca87cfaa2c65c1bf6383cab2e6093f0c76c 2ea9224ff33b06c65631ed8a76794f5d994b4242 38f31db9514db570b94aa7e47de11a41005a3019 3b3b8d184520170bee614d82103e71a44608d9e0 436912fea12943b8970ca66a8400596e9806230f 4b5837cf842bb9d30d4b079a4e5e9dcf1603eccc 4c44dc1705406439e21e85e30b530f0c719dc946 5deb5c236d5b8be9ac282f53e258e876282c9110 616489a6b3ffb1f1c1ca8700438bb788dcec09d3 6933a9316cb976e367495dcda1f19ca9029ee01c 6a235fad569ef7dda27b2f94a504850ed19c2c8d 6d0e41eeb51f39914c4da0c63ab704467d00f058 6e61dc0e2c399a6cc7f0a39216e7a923d34129a3 710fa97860866c15c2772a40b0caf8bc39bfa566 7d227e8247d5b2a11cd7b22374bcf32ff63669ca 7e86ab4c3c5f6080e7109995eefd56562c21be5a 862e886e30d3e30a73aebe75201b20d3d8fd2c1c 864b75426e17b997e73fc1eff8977a1c144713ff 94e517fae630b61c4ae45583694a5032d2769205 98c562bae7a3fe1ddeff8003394bced7ea54487f a8772348b0ae225a70872c26f688848bab86178b bc4931aa70b17355a5b9e7807d4fc1e705dd0cd2 cba6313bda8d890c0598cbc9281feb4ac887efa0 cdd16db0f80eaf9721b0525cb210afab12f68728 cff9033a306a668c350eceb241a7d23530c059bb de63df5f48ae2c8355ebc5c60d377bba42c808a0 f47ecbf382528bd2ef862a78dab6150bda81f7ee

Package: kmod
Priority: important
Section: admin
Installed-Size: 271
Maintainer: Marco d'Itri <md@linux.it>
Architecture: arm64
Version: 30+20221128-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), liblzma5 (>= 5.1.1alpha+20120614), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), libkmod2 (= 30+20221128-1+apertis0bv2024dev2b1)
Filename: pool/target/k/kmod/kmod_30+20221128-1+apertis0bv2024dev2b1_arm64.deb
Size: 90144
MD5sum: 33953b1d91855da8709b170b9c7201b3
SHA1: ccc8e98e66dc68b4f1199b6e2f22eeab4feb7da0
SHA256: 5143c1b2a247b68d32d4d74fda4eac77f430f19cbcc6e506e6d7f11f8a64c6db
SHA512: c54f823ec61c5fd2e1851b58dbd6fea459e29ffca88223e08952b5dc091fca23b560ff92d62753bb7cc6d3352e01df50d8c01bf2b35623a19f29166306061ae6
Description: tools for managing Linux kernel modules
 This package contains a set of programs for loading, inserting, and
 removing kernel modules for Linux.
 It replaces module-init-tools.
Multi-Arch: foreign

Package: kmod-dbgsym
Priority: optional
Section: debug
Installed-Size: 274
Maintainer: Marco d'Itri <md@linux.it>
Architecture: arm64
Source: kmod
Version: 30+20221128-1+apertis0bv2024dev2b1
Depends: kmod (= 30+20221128-1+apertis0bv2024dev2b1)
Filename: pool/target/k/kmod/kmod-dbgsym_30+20221128-1+apertis0bv2024dev2b1_arm64.deb
Size: 236132
MD5sum: e46cbdc81568e11d888c3a1b4b97341e
SHA1: 5ee85b7cb834978647ecc4f523e46734cce922de
SHA256: fb46415faa73a89751d5c2250a79df59ce351d2c18c969555967dd58cdc8bad8
SHA512: 9eb5c83175e728ec1e6dc5512dd2be9ed526b8b84904025434027292429a1720da6a91d29dbc67502e0b08b946e2a41067824c349254d7d89df009b694ef42a0
Description: debug symbols for kmod
Auto-Built-Package: debug-symbols
Build-Ids: 189827607ca239c1c28c832b086e708001754cf2

Package: krb5-admin-server
Priority: optional
Section: net
Installed-Size: 532
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libgssrpc4 (>= 1.12~beta2+dfsg), libk5crypto3 (>= 1.18.2), libkadm5srv-mit12 (>= 1.18.2), libkdb5-10 (>= 1.20.1), libkrb5-3 (= 1.20.1-2+apertis0bv2024dev3b2), libkrb5support0 (>= 1.13~alpha1+dfsg), libss2 (>= 1.01), libverto1 (>= 0.2.4), krb5-kdc (>= 1.10+dfsg~), lsb-base (>= 3.0-6)
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/k/krb5/krb5-admin-server_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 172280
MD5sum: 459ae24c7373eda812682bc7a5272e0c
SHA1: a0b9d4a2aff005a2f9984807ee87fbf140583c5c
SHA256: 3098e46746c96e313f709621b1abe6f5afe5c6919d36280e15ce8f5935e01760
SHA512: a5d65f7bb4cc82d77b4007b36b3cf7205514fc9e87219d4d079a68489c711097d9069fbef0fb65f74a34da77b5aee8b4a9c141c10f4e3cd2f4938b099cf11065
Description: MIT Kerberos master server (kadmind)
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the Kerberos master server (kadmind), which handles
 account creations and deletions, password changes, and other
 administrative commands via the Kerberos admin protocol.  It also
 contains the command used by the master KDC to propagate its database to
 slave KDCs.  This package is generally only used on the master KDC for a
 Kerberos realm.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: foreign

Package: krb5-admin-server-dbgsym
Priority: optional
Section: debug
Installed-Size: 265
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: krb5-admin-server (= 1.20.1-2+apertis0bv2024dev3b2)
Filename: pool/target/k/krb5/krb5-admin-server-dbgsym_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 210840
MD5sum: 77013cdcb6d8a45d566e6119144960f0
SHA1: cc988f86c89915e24930f030965a80234bf33e96
SHA256: 59999f46b4d8f21b101258e5fc758a19b27fcdc564cb249c32887019c3983879
SHA512: 6cf2848e7301418d1b21669d40eb5310589e731d908f2fd6b87169f906a254d7234816492df4fa7e4d5d42eed4c4e48caf554373ff5cf9b5f623039808b1a1ff
Description: debug symbols for krb5-admin-server
Auto-Built-Package: debug-symbols
Build-Ids: 7da251d7fdbd8e0d563798f504154e5253f125eb 911ae4247df5d0441bc24a554e7813b37680c6c2 93865762e621bc7938c3bde9b53287b80acbdb97

Package: krb5-doc
Priority: optional
Section: doc
Installed-Size: 12948
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: all
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Recommends: libjs-sphinxdoc, libjs-jquery, libjs-underscore
Conflicts: heimdal-docs
Filename: pool/target/k/krb5/krb5-doc_1.20.1-2+apertis0bv2024dev3b2_all.deb
Size: 2872780
MD5sum: ff2818511306321e3817e8fcd93698f3
SHA1: 49be24ad55f2134bcc76f37b8693ee55ea8be29f
SHA256: a67b3e80aab9cb7bcbca5f07cdc64d745ee66eb8ad3c9b88900e72fa67df1c60
SHA512: 220db8d1a62beb5ea78c882133b3f171ea3bc637b154d7c332f0e774a9c584d981b4389418b04447317d1bad118649ce67d4ee5d30a8b8002d369761d50ed7c2
Description: documentation for MIT Kerberos
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the installation, administrator, and user reference
 manuals for MIT Kerberos and the man pages for the MIT Kerberos
 configuration files.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: foreign

Package: krb5-gss-samples
Priority: optional
Section: net
Installed-Size: 294
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17)
Filename: pool/target/k/krb5/krb5-gss-samples_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 110788
MD5sum: 2ed1bc7ef3b444259d82dd40d09c7d84
SHA1: d51ab53c9f4c8b046f1c974598abdc57a4a55f5f
SHA256: acc9a42b144ab53be598b631a331d685bdf1f9050af3e6aa1b103953cacfdc33
SHA512: d47267869a1d1e840f3a52b050a84aef5ffe7aa87d2a0c0822226e2dedac955bc163e05ea209eb3bb6ccaf74d279709bdd16fa601f7ec00afb3d16c6013282c2
Description: MIT Kerberos GSS Sample applications
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains bgss-sample and gss-server, programs used to
 test GSS-API mechanisms. These programs are most commonly used in
 testing newly developed GSS-API mechanisms or in testing events
 between Kerberos or GSS implementations.
Homepage: https://web.mit.edu/kerberos/

Package: krb5-gss-samples-dbgsym
Priority: optional
Section: debug
Installed-Size: 69
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: krb5-gss-samples (= 1.20.1-2+apertis0bv2024dev3b2)
Filename: pool/target/k/krb5/krb5-gss-samples-dbgsym_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 39328
MD5sum: 146c2bb11c2df06a46d81ff4aa39e601
SHA1: 5915b30bbd6d298c826e18b66c8f38a79e12f0f9
SHA256: 91a861f5a2fbb0e46e28de61f1f52d28e613a65738a448f19ecf59778739a880
SHA512: 8889137cb8214074bb037bc05e46087210a8319724a9132b9265faf4297232ef82b34819decf472d77578ed499d2eab5ce80ae02e7d81ac0cd7578fc27f32c7c
Description: debug symbols for krb5-gss-samples
Auto-Built-Package: debug-symbols
Build-Ids: 59478355daa92bc30076efecc43743a27428d175 92976bf0a42946434823dd1330f3ca7b352264fb

Package: krb5-k5tls
Priority: optional
Section: net
Installed-Size: 225
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.17), libkrb5-3 (>= 1.13~alpha1+dfsg~), libkrb5support0 (>= 1.15~beta1), libssl3 (>= 3.0.0)
Filename: pool/target/k/krb5/krb5-k5tls_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 102208
MD5sum: 1375a5d4d60c5df8feeb63d54db19862
SHA1: 4b34ff03cf78eb57b3f49439292814e524a966a9
SHA256: 9537ccf9bc9129c99a7ca0ec0726834c4146b7a79d0e36845c5dae78b1cf17e7
SHA512: 1746cb6fddf7bb58a6bbd9c7b66ccbed52778f4faf6f721a78202b3d7ca0bbc5bc52f23e8104da60c34c74a9672633ceae67f3c38eee0cf082aff1ae45fb5839
Description: TLS plugin for MIT Kerberos
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains a plugin for the TLS functionality used by optional
 functionality in MIT Kerberos.  The only current consumer is client support
 for the MS-KKDCP protocol, which tunnels Kerberos protocol traffic through
 an HTTPS proxy.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: krb5-k5tls-dbgsym
Priority: optional
Section: debug
Installed-Size: 37
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: krb5-k5tls (= 1.20.1-2+apertis0bv2024dev3b2)
Filename: pool/target/k/krb5/krb5-k5tls-dbgsym_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 20128
MD5sum: 2b8a334ef21541e3a0628d5fb6b5dc04
SHA1: bb1fee04596f34364786258dd14dedaf2535fffa
SHA256: f93b1df7a1cc254395cdaf274b3d832f907864582ec1ee1e5001bf8364afafb1
SHA512: 6ab189d064eb436ea8979410e0c1f4576bad115531c5fd68ae37a47c4eb1de4b6fda1deaf6281a7d10d7139edbda9a375dcdb3e2fa9f25937b929089daf7e534
Description: debug symbols for krb5-k5tls
Auto-Built-Package: debug-symbols
Build-Ids: ee99b22bfdf84b67b635e429741225391bbbadac
Multi-Arch: same

Package: krb5-kdc
Priority: optional
Section: net
Installed-Size: 778
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.20), libkadm5srv-mit12 (>= 1.18.2), libkdb5-10 (>= 1.20.1), libkrb5-3 (= 1.20.1-2+apertis0bv2024dev3b2), libkrb5support0 (>= 1.20), libverto1 (>= 0.2.4), krb5-config, krb5-user, lsb-base (>= 3.0-6), libverto-libev1 | libverto-libevent1
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: krb5-kpropd, krb5-admin-server, krb5-kdc-ldap (= 1.20.1-2+apertis0bv2024dev3b2)
Filename: pool/target/k/krb5/krb5-kdc_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 255876
MD5sum: b6d0ad4cd2c878a343b51b9988aec757
SHA1: 4e3c19a59ffb13516cb33a00838ad221933bcad7
SHA256: e7a251f6b922394d3e52b2888aa41dd91fc34f2d47f0afb82bdb79141f436db8
SHA512: d5d4b76c97f9464ed853c8b41f8b28c09e3824f8f657a80dae888462e855d8d292f51a8268177210d955f9be5dff0686d3b6b6c96e4a143a6acc58b3a688213f
Description: MIT Kerberos key server (KDC)
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the Kerberos key server (KDC).  The KDC manages all
 authentication credentials for a Kerberos realm, holds the master keys
 for the realm, and responds to authentication requests.  This package
 should be installed on both master and slave KDCs.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: foreign

Package: krb5-kdc-dbgsym
Priority: optional
Section: debug
Installed-Size: 521
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: krb5-kdc (= 1.20.1-2+apertis0bv2024dev3b2)
Filename: pool/target/k/krb5/krb5-kdc-dbgsym_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 446192
MD5sum: ba105dffc1f5d4f9e28e6e451b141c6d
SHA1: cc33b01d5f2f0637671897be174c66c6b216909b
SHA256: 6f2766f8bb237aa31734cee06f585fcc166e211b29958314495be7975daa717c
SHA512: e228ede60bc1d832e3880ea62d9dd2874e2d23d0836fb61979123c6784565efa4ed3ce903bf712904310d0fb037515e31f8896ab39169681ff61f4a68ec5829a
Description: debug symbols for krb5-kdc
Auto-Built-Package: debug-symbols
Build-Ids: 0f6812a562791d8aeabe2116796b62d5035a1e6e 35a4219de9912c889667d663bb8f2c160188772b 8ab5534202aea2614b8d04c19b6fdc8659c232b3 be611fc1b9215a640a05fffb7b74ce95be4d1720

Package: krb5-kdc-ldap
Priority: optional
Section: net
Installed-Size: 460
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.20), libkadm5srv-mit12 (>= 1.18.2), libkdb5-10 (>= 1.20.1), libkrb5-3 (>= 1.14+dfsg), libkrb5support0 (>= 1.17), libldap-2.5-0 (>= 2.5.4), krb5-kdc (= 1.20.1-2+apertis0bv2024dev3b2)
Filename: pool/target/k/krb5/krb5-kdc-ldap_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 167872
MD5sum: 56520b24d7cbd8977da4a1b680addc33
SHA1: 716815a5260d9c399c1b85127578232c05da36a2
SHA256: 0b7e1e1e1f79d85b49e0b208877cada586a9eb29bc06a48fea75ecc2b01912b9
SHA512: 27b152a35637477e0d5c5d178df3697847407731b407190c72cf6bf1b4acabce0a10a91498f0182a0cda3bf0bf7105173559d2bfad9bb2835d2aeae9c4119601
Description: MIT Kerberos key server (KDC) LDAP plugin
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the LDAP plugin for the Kerberos key server (KDC)
 and supporting utilities.  This plugin allows the KDC data to be stored
 in an LDAP server rather than the default local database.  It should be
 installed on both master and slave KDCs that use LDAP as a storage
 backend.
Homepage: https://web.mit.edu/kerberos/

Package: krb5-kdc-ldap-dbgsym
Priority: optional
Section: debug
Installed-Size: 234
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: krb5-kdc-ldap (= 1.20.1-2+apertis0bv2024dev3b2)
Filename: pool/target/k/krb5/krb5-kdc-ldap-dbgsym_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 190968
MD5sum: 0f3a52f79e7455b892577e49fcca5bd1
SHA1: 0a673b5d50c897fbc3aff76bebc87bcca17193ad
SHA256: 280fe3f887fcc2c858fa4445aeffe05d5d58877bd4628c60512c7be911db4431
SHA512: c3f0338d34b0b6c92e42ed2e39387f463aae86ea8bba9f6cf52328313ab847feb43c5ae34a7d821237604868f60d4b62ef5f119f05f7d3880a0fe8e72bcd087b
Description: debug symbols for krb5-kdc-ldap
Auto-Built-Package: debug-symbols
Build-Ids: 0edf075658e08ef25775c5c07458f46ce0f7ea3b 1a1186a376e3807f7bd86587d06daddc0799306c d658b1a960701081a2d96cb0f8851e290f10a0ae

Package: krb5-kpropd
Priority: optional
Section: net
Installed-Size: 242
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Replaces: krb5-kdc (<< 1.15.1-3~)
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.9+dfsg~beta1), libkadm5clnt-mit12 (>= 1.18.2), libkdb5-10 (>= 1.20.1), libkrb5-3 (>= 1.16), libkrb5support0 (>= 1.7dfsg~beta2), krb5-kdc (= 1.20.1-2+apertis0bv2024dev3b2), lsb-base
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: openbsd-inetd | inet-superserver
Filename: pool/target/k/krb5/krb5-kpropd_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 113768
MD5sum: 145366a3a033373799b45d09f2473f0b
SHA1: 80fedd079f2d8a9694535bab60ea26eaaf3bc7c0
SHA256: d8d44b03817c820413fc5cca6f3a265dea6f03c9d9ae9fc66b0e889e5da9a81c
SHA512: 430b81797aa4b965e2ae8bb98db7e7cc85959c754ec8438f85f408c45bb96abafc3283b67634f5952fb5dda876db1cba3eb96982317e4e1624184a202561800b
Description: MIT Kerberos key server (Slave KDC Support)
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the Kerberos slave KDC update server (kpropd). The
 kpropd command runs on the slave KDC server. It listens for update requests
 made by the kprop program, and periodically requests incremental updates from
 the master KDC. This package should be installed on slave KDCs.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: foreign

Package: krb5-kpropd-dbgsym
Priority: optional
Section: debug
Installed-Size: 63
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: krb5-kpropd (= 1.20.1-2+apertis0bv2024dev3b2)
Filename: pool/target/k/krb5/krb5-kpropd-dbgsym_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 43992
MD5sum: ca2ed842a7ba747caaddafb10fa169b8
SHA1: 93fb21f4af553e30d7e395d4c7f83e59cd3b5f83
SHA256: 66d6e68edc829ab673b201afe840872920430fbaec881dba651b1bea1d93d940
SHA512: 1e197a0b1f5f5326b143fb1596ffafece69f8452db14cf025c8f158c1de528b64273b88100890044c149ca5e52faad7392e5c09c223dd1ae079e9eba76cc520a
Description: debug symbols for krb5-kpropd
Auto-Built-Package: debug-symbols
Build-Ids: bef4e998a85efd3d4392589a801e494cb81447e0

Package: krb5-locales
Priority: optional
Section: localization
Installed-Size: 353
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: all
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Filename: pool/target/k/krb5/krb5-locales_1.20.1-2+apertis0bv2024dev3b2_all.deb
Size: 146116
MD5sum: d80c23c6b52677c7934c15fd5920013a
SHA1: 43ff5bcc3c5e90f94079661f5039e6dd88354368
SHA256: 60a7fd4967124c586b9100635a8148af19e3747a3f96d5bd892cb78eae173dcd
SHA512: 9b18d287e88434f8f43b4c6f2d82f897bac47907089d84c1df0791c9f36924c554d26a42fdc2e5a40a8957a95d44e157c3ad11701f6c12dfb1e9fa1c055211e1
Description: internationalization support for MIT Kerberos
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains internationalized messages for MIT Kerberos.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: foreign

Package: krb5-multidev
Priority: optional
Section: libdevel
Installed-Size: 902
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libkrb5-3 (= 1.20.1-2+apertis0bv2024dev3b2), libk5crypto3 (= 1.20.1-2+apertis0bv2024dev3b2), libgssapi-krb5-2 (= 1.20.1-2+apertis0bv2024dev3b2), libgssrpc4 (= 1.20.1-2+apertis0bv2024dev3b2), libkadm5srv-mit12 (= 1.20.1-2+apertis0bv2024dev3b2), libkadm5clnt-mit12 (= 1.20.1-2+apertis0bv2024dev3b2), comerr-dev
Suggests: krb5-doc
Filename: pool/target/k/krb5/krb5-multidev_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 208128
MD5sum: aa1552d461363921540c98c5e3f6ee04
SHA1: f0f66cf5dfd39c1949c57d77e5c1be6f72de8772
SHA256: a5ad86bd5a25b800ca81d8a35d0c96ddf6eaee6170b30947faf46242b704f52e
SHA512: 1429ca3ed6768ebbb3fb7e901a756afd225ccbba01dad4b3ad3273dd252b7608ef55ad1bab8d624cc97e163ae08d84771314e9a9776463bd368dcc1939441ce2
Description: development files for MIT Kerberos without Heimdal conflict
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 Most users wishing to build applications against MIT Kerberos should
 install libkrb5-dev.  However, that package conflicts with heimdal-dev.
 This package installs libraries and headers in /usr/include/mit-krb5 and
 /usr/lib/mit-krb5 and can be installed along side heimdal-multidev, which
 provides the same facilities for Heimdal.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: krb5-otp
Priority: optional
Section: net
Installed-Size: 229
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.17), libcom-err2 (>= 1.43.9), libk5crypto3 (>= 1.20), libkrad0 (= 1.20.1-2+apertis0bv2024dev3b2), libkrb5-3 (>= 1.12~alpha1+dfsg-1~), libkrb5support0 (>= 1.11+dfsg)
Filename: pool/target/k/krb5/krb5-otp_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 104300
MD5sum: 0535407e2b172d6dd52cdbc6a6c29176
SHA1: c6c7d01da97dcae8525a7b326fc80858ba710ca7
SHA256: 0e779c8158efaeed5b0ffa5d21bd6877cb02021b1b97fb6b52e3d8cfab8b6b85
SHA512: e1948f6ff8d90a57d86baa3102bb1fc5a61a6675d8d92d9738c7a546894e42f5e0bcc9ead4a0e48a17572c27a0aa8eb6659a143cd14881186ee4e9a6f31e0020
Description: OTP plugin for MIT Kerberos
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains a plugin for the OTP preauthentication method
 (RFC 6560), which allows Kerberos tickets to be obtained using
 One-Time Password authentication.  This plugin is for use on the KDC; the
 client support is built in to libkrb5.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: krb5-otp-dbgsym
Priority: optional
Section: debug
Installed-Size: 45
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: krb5-otp (= 1.20.1-2+apertis0bv2024dev3b2)
Filename: pool/target/k/krb5/krb5-otp-dbgsym_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 29072
MD5sum: bdc5c5e90b2147d9542c9e5ea36d254e
SHA1: 9bd193db8e81486a8d97a3bb6f53f4a078d6fff6
SHA256: 3564870039b10a14e429f33e47fa5812d53e34996db597547fb1ba1f53910090
SHA512: f4872fff6803bc775f5a05a4d2b806c3ff799a4694f3d4f2cab923956be6d79e7ee19ec7e949e7b6f7afe5fc0739436d191cb5ff2100ee04280ecccb26ba5c05
Description: debug symbols for krb5-otp
Auto-Built-Package: debug-symbols
Build-Ids: cf5b70b9b98f83eafb6a11d2ce2aa1528c2f4afc
Multi-Arch: same

Package: krb5-pkinit
Priority: optional
Section: net
Installed-Size: 292
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.25), libcom-err2 (>= 1.43.9), libk5crypto3 (>= 1.8+dfsg), libkrb5-3 (= 1.20.1-2+apertis0bv2024dev3b2), libkrb5support0 (>= 1.17), libssl3 (>= 3.0.0)
Suggests: opensc
Breaks: krb5-kdc (<< 1.14+dfsg)
Filename: pool/target/k/krb5/krb5-pkinit_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 136800
MD5sum: af32281bf0c9d4ef64bebe8b1c89936c
SHA1: 2b9c23b8bb49d586bd4a9ac99a2140d66e2458bc
SHA256: 54091ba846c027466c940efbfe6fa1dd16264f8b4cbc47192ad9a5efc6efbdab
SHA512: 51f9a55ca3bb2fc7f027fa83f3fd319dad7f30418fd9074e7ce5b24084f69176f8445e368a26776d7184e0fdbf0843da133eb3604912b68a8ca9e87b6d063cca
Description: PKINIT plugin for MIT Kerberos
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains a plugin for the PKINIT protocol, which allows
 Kerberos tickets to be obtained using public-key credentials such as
 X.509 certificates or a smart card.  This plugin can be used by the
 client libraries and the KDC.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: krb5-pkinit-dbgsym
Priority: optional
Section: debug
Installed-Size: 186
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: krb5-pkinit (= 1.20.1-2+apertis0bv2024dev3b2)
Filename: pool/target/k/krb5/krb5-pkinit-dbgsym_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 155936
MD5sum: 61470973f324c75b6aec299f639debdf
SHA1: 4b5372af44395fe686d401a633f88030fae2f91a
SHA256: e5cccd2b6b2a2d5ae7b0f7c2096682fcb69006858d550e4ee762d9915e0958f8
SHA512: 29b73af5e46aa818a5a2105bd81c4c9bb4d427c9ec1a37e2cdcc1549572564368a175513b4b0f2e4bdb21a8267583bce8031d120fa41b168e2eb527fa662fe10
Description: debug symbols for krb5-pkinit
Auto-Built-Package: debug-symbols
Build-Ids: f5a0886a646eba6588092ecfa8de141cad015c80
Multi-Arch: same

Package: krb5-user
Priority: optional
Section: net
Installed-Size: 874
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libk5crypto3 (>= 1.20), libkadm5clnt-mit12 (>= 1.18.2), libkadm5srv-mit12 (>= 1.18.2), libkdb5-10 (>= 1.20.1), libkrb5-3 (= 1.20.1-2+apertis0bv2024dev3b2), libkrb5support0 (>= 1.17), libss2 (>= 1.01)
Recommends: krb5-config
Suggests: krb5-k5tls
Conflicts: heimdal-clients
Filename: pool/target/k/krb5/krb5-user_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 199148
MD5sum: 1189d2b9a6bea30631b2927d72f5043f
SHA1: dee5523024cd92b5b02a2e15a2cc16f840a58cd8
SHA256: cbb8ad5757960763b102b6aec7638d2b4f2ed9f73ec7f4e9327bc88b467fe1b7
SHA512: baba7958d2a208ea87f1ed0d2ff10a34b65a8fca6bda450e8400f50735cd776c47c820d245f6c3984153e266360bf00f78fe75dc8e648ec6439a4f1a59d35b26
Description: basic programs to authenticate using MIT Kerberos
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the basic programs to authenticate to MIT Kerberos,
 change passwords, and talk to the admin server (to create and delete
 principals, list principals, etc.).
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: foreign

Package: krb5-user-dbgsym
Priority: optional
Section: debug
Installed-Size: 304
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: krb5-user (= 1.20.1-2+apertis0bv2024dev3b2)
Filename: pool/target/k/krb5/krb5-user-dbgsym_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 201840
MD5sum: 17540d008bc33e32a79e83eac4edf8ff
SHA1: fb47f28b6879339c53c82078056e3a9e3a139a0f
SHA256: 49cb64196eedc32e122f775fd967f8138fbd7f5fd7961fcb462fc8b404c784bd
SHA512: 621d5e5f3959d28de438ee7addeafd041324419cfa8fd69394b15ccef0a8954f91413013f94b35dfcb2a3c24d0f149830dfce3f511d7ecb197f92573d98bca5b
Description: debug symbols for krb5-user
Auto-Built-Package: debug-symbols
Build-Ids: 3905f36e23575a683ae0dba51068195cf379078c 3c0afc7f6c03b1d57f67f484bb5ea32be0895959 40aaff8bb25bd2a527884f810b8710c8b5fe2308 4a90ee4c6889a398e7c205b3e15d6781a6d4e8df 7d170013a46cf50a298163e735546ffef6d9dc35 a1d07b5a194801afddd2f00d8901ab627918965f b7c5774eef4b4eb6b27c79db17af1a0b6705dc37 fb3af850fbb9ddd48f93984cae1e472b72d171ae fb79b8e455ab5e66e6de23d4337854eb43e0ac98

Package: lalrpop
Priority: optional
Section: rust
Installed-Size: 3564
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-lalrpop
Version: 0.19.8-4+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Filename: pool/target/r/rust-lalrpop/lalrpop_0.19.8-4+apertis0bv2024dev2b1_arm64.deb
Size: 892856
MD5sum: 6d9e1f531972514962b033a1db47709f
SHA1: c0329fdb1c572d333a88f51ca573f1d9967e2116
SHA256: 2cd2b7b7f6acc628f418d38adb9284212983cc03b62b906284ed82f088248f80
SHA512: 01b71b8ac9fb6e77f49a076767395f84e952e61998c5eac9fffe364fb888a7cadde0d237199ef46bf50b6c78567fc7ac4b2635bcd388ab623028ce61b99c61c1
Description: Convenient LR(1) parser generator
 This package contains the following binaries built from the Rust crate
 "lalrpop":
  - lalrpop
Built-Using: rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)
Multi-Arch: allowed
X-Cargo-Built-Using: rust-aho-corasick (= 0.7.19-1+apertis0bv2024dev2b1), rust-ascii-canvas (= 2.0.0-2+apertis2bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-bit-set (= 0.5.2-1+apertis0bv2024dev2b1), rust-bit-vec (= 0.6.3-1+apertis0bv2024dev2b1), rust-byteorder (= 1.4.3-2+apertis0bv2024dev2b1), rust-cfg-if (= 1.0.0-1apertis0bv2024dev2b1), rust-crunchy (= 0.2.2-1+apertis0bv2024dev2b1), rust-diff (= 0.1.12-1+apertis1bv2024dev2b1), rust-dirs (= 4.0.0-1+apertis0bv2024dev2b1), rust-dirs-sys (= 0.3.7-1), rust-either (= 1.6.1-1+apertis0bv2024dev2b1), rust-ena (= 0.14.0-2+apertis0bv2024dev2b2), rust-fixedbitset (= 0.4.2-1+apertis0bv2024dev2b1), rust-hashbrown (= 0.12.3-1+apertis0bv2024dev2b1), rust-indexmap (= 1.9.2-1+apertis0bv2024dev2b1), rust-itertools (= 0.10.1-1+apertis0bv2024dev2b1), rust-lalrpop-util (= 0.19.8-1+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-lock-api (= 0.4.9-1+apertis0bv2024dev2b1), rust-log (= 0.4.17-3+apertis0bv2024dev2b1), rust-memchr (= 2.4.1-1+apertis0bv2024dev2b1), rust-new-debug-unreachable (= 1.0.4-1+apertis0bv2024dev2b1), rust-once-cell (= 1.17.0-1+apertis0bv2024dev2b1), rust-parking-lot-core (= 0.9.3-1+apertis0bv2024dev2b1), rust-parking-lot (= 0.12.1-1+apertis1bv2024dev2b1), rust-petgraph (= 0.6.2-1+apertis0bv2024dev2b1), rust-phf-shared (= 0.10.0-2+apertis0bv2024dev2b1), rust-pico-args (= 0.4.2-1+apertis1bv2024dev2b1), rust-precomputed-hash (= 0.1.1-1+apertis2bv2024dev2b1), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1+apertis0bv2024dev2b1), rust-scopeguard (= 1.1.0-1apertis0bv2024dev2b1), rust-siphasher (= 0.3.10-1+apertis0bv2024dev2b1), rust-smallvec (= 1.9.0-1+apertis0bv2024dev2b1), rust-string-cache (= 0.8.4-1+apertis0bv2024dev2b1), rust-term (= 0.5.2-4+apertis0bv2024dev2b1), rust-tiny-keccak (= 2.0.2-1+apertis0bv2024dev2b1), rust-unicode-xid (= 0.2.4-1+apertis0bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: lalrpop-dbgsym
Priority: optional
Section: debug
Installed-Size: 11883
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-lalrpop
Version: 0.19.8-4+apertis0bv2024dev2b1
Depends: lalrpop (= 0.19.8-4+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-lalrpop/lalrpop-dbgsym_0.19.8-4+apertis0bv2024dev2b1_arm64.deb
Size: 10331780
MD5sum: be5c07c1b29432cdb3199e155cf857ce
SHA1: 3a8fae45adffb914816a50a5263eb63d074db54d
SHA256: f761fd0fe02bc5c7529309bcce24578f5833cf0b829c8bd0bf432b56bba8ee8b
SHA512: 6ef77f0315510167baca470c7ea0c9c826d785285dc39136ef89348950b328f175924433155a5404e00cc3ca74861b535cd8537cd40d07bb50197a6c644c36a5
Description: debug symbols for lalrpop
Auto-Built-Package: debug-symbols
Build-Ids: e9ad545d84bb2782787505a58b2943e3abea74bf
X-Cargo-Built-Using: rust-aho-corasick (= 0.7.19-1+apertis0bv2024dev2b1), rust-ascii-canvas (= 2.0.0-2+apertis2bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-bit-set (= 0.5.2-1+apertis0bv2024dev2b1), rust-bit-vec (= 0.6.3-1+apertis0bv2024dev2b1), rust-byteorder (= 1.4.3-2+apertis0bv2024dev2b1), rust-cfg-if (= 1.0.0-1apertis0bv2024dev2b1), rust-crunchy (= 0.2.2-1+apertis0bv2024dev2b1), rust-diff (= 0.1.12-1+apertis1bv2024dev2b1), rust-dirs (= 4.0.0-1+apertis0bv2024dev2b1), rust-dirs-sys (= 0.3.7-1), rust-either (= 1.6.1-1+apertis0bv2024dev2b1), rust-ena (= 0.14.0-2+apertis0bv2024dev2b2), rust-fixedbitset (= 0.4.2-1+apertis0bv2024dev2b1), rust-hashbrown (= 0.12.3-1+apertis0bv2024dev2b1), rust-indexmap (= 1.9.2-1+apertis0bv2024dev2b1), rust-itertools (= 0.10.1-1+apertis0bv2024dev2b1), rust-lalrpop-util (= 0.19.8-1+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-lock-api (= 0.4.9-1+apertis0bv2024dev2b1), rust-log (= 0.4.17-3+apertis0bv2024dev2b1), rust-memchr (= 2.4.1-1+apertis0bv2024dev2b1), rust-new-debug-unreachable (= 1.0.4-1+apertis0bv2024dev2b1), rust-once-cell (= 1.17.0-1+apertis0bv2024dev2b1), rust-parking-lot-core (= 0.9.3-1+apertis0bv2024dev2b1), rust-parking-lot (= 0.12.1-1+apertis1bv2024dev2b1), rust-petgraph (= 0.6.2-1+apertis0bv2024dev2b1), rust-phf-shared (= 0.10.0-2+apertis0bv2024dev2b1), rust-pico-args (= 0.4.2-1+apertis1bv2024dev2b1), rust-precomputed-hash (= 0.1.1-1+apertis2bv2024dev2b1), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1+apertis0bv2024dev2b1), rust-scopeguard (= 1.1.0-1apertis0bv2024dev2b1), rust-siphasher (= 0.3.10-1+apertis0bv2024dev2b1), rust-smallvec (= 1.9.0-1+apertis0bv2024dev2b1), rust-string-cache (= 0.8.4-1+apertis0bv2024dev2b1), rust-term (= 0.5.2-4+apertis0bv2024dev2b1), rust-tiny-keccak (= 2.0.2-1+apertis0bv2024dev2b1), rust-unicode-xid (= 0.2.4-1+apertis0bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: lame
Priority: optional
Section: sound
Installed-Size: 384
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Version: 3.100-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libmp3lame0 (>= 3.100), libsndfile1 (>= 1.0.20), libtinfo6 (>= 6)
Suggests: lame-doc
Filename: pool/target/l/lame/lame_3.100-6+apertis1bv2024dev2b1_arm64.deb
Size: 278276
MD5sum: 66c1b0678b7b58862b51d95aa3266bba
SHA1: 590940435945062b16e53f0fc52a7bed56e8c719
SHA256: b381166cd0d18c0b5626384b8a150194688907bfa269f99f821ba85812548f50
SHA512: 61509b71d1001ef118d49d2771bc5a7b39010511cd29665593b2c98c7ac47e0436c1d4a20032a0397fe22d80b4bf5da901ee9aa4f850f4a50acf85d093207f1f
Description: MP3 encoding library (frontend)
 LAME (recursive acronym for "LAME Ain't an MP3 Encoder") is a research
 project for learning about and improving MP3 encoding technology.
 LAME includes an MP3 encoding library, a simple frontend application,
 and other tools for sound analysis, as well as convenience tools.
 .
 This package contains the frontend.
Homepage: https://lame.sourceforge.io/

Package: lame-dbgsym
Priority: optional
Section: debug
Installed-Size: 122
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lame
Version: 3.100-6+apertis1bv2024dev2b1
Depends: lame (= 3.100-6+apertis1bv2024dev2b1)
Filename: pool/target/l/lame/lame-dbgsym_3.100-6+apertis1bv2024dev2b1_arm64.deb
Size: 101088
MD5sum: 6b41bd32a69b35de14c4606bfef53684
SHA1: 8a9b4fcd01d80b881c3a6b19e1b3c01ee3c79115
SHA256: 27a65902c2947e786e41b05bd7b5ccc7dd57682bfd7a26c8d5d7fd16cc80e2c3
SHA512: aed47ec1dbcddbebc71b144f076e4e02b40bbdd8ac6132235e471273539ee556d8edfad3b8ae5f53adaa3f3d3b0a1aa74aed53fbf8cc0afe53cf10b850cc0ce2
Description: debug symbols for lame
Auto-Built-Package: debug-symbols
Build-Ids: 144b6807576599e5964077f2de5739e71a32a1f1

Package: lame-doc
Priority: optional
Section: doc
Installed-Size: 482
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: lame
Version: 3.100-6+apertis1bv2024dev2b1
Filename: pool/target/l/lame/lame-doc_3.100-6+apertis1bv2024dev2b1_all.deb
Size: 294068
MD5sum: 6d4c238b6a8ee77fc8b648e1cbab6449
SHA1: 45bcfee511f5389cf0755576a619d5ee8bdf1c3f
SHA256: 3f0d54e1f1a63196ea2bae69eea93350e3893357e56bcfb5456be4af541abb64
SHA512: 5756c810a8c34dc43ddd0f1deeceaaead83bb83c3c17347fe077fc2005fe5e060d4e6b6253fc76b43bfa1cc185781939d682ff21fac67a78d9411b5f0d5d831d
Description: MP3 encoding library (documentation)
 LAME (recursive acronym for "LAME Ain't an MP3 Encoder") is a research
 project for learning about and improving MP3 encoding technology.
 LAME includes an MP3 encoding library, a simple frontend application,
 and other tools for sound analysis, as well as convenience tools.
 .
 This package contains the documentation.
Homepage: https://lame.sourceforge.io/
Multi-Arch: foreign

Package: ldap-utils
Priority: optional
Section: net
Installed-Size: 1193
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openldap
Version: 2.5.13+dfsg-5+apertis1bv2024dev3b1
Replaces: openldap-utils, openldapd, slapd (<< 2.2.23-0.pre6)
Provides: ldap-client, openldap-utils
Depends: libc6 (>= 2.34), libldap-2.5-0 (= 2.5.13+dfsg-5+apertis1bv2024dev3b1), libsasl2-2 (>= 2.1.28+dfsg)
Suggests: libsasl2-modules, libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
Conflicts: ldap-client, openldap-utils, umich-ldap-utils
Filename: pool/target/o/openldap/ldap-utils_2.5.13+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 147716
MD5sum: 6681c3e0579c97f617d75cd90a98f8de
SHA1: e837e35a079f63e74e4ee98ce763e6e77826041c
SHA256: 229bc08eecc1f38a7aef635bbb54ff6bf9f8fc962ba5e2cbaeace2d7cd3db6a4
SHA512: 2fef363124c5dbb32064e4a8bb4e9d9eee218fc8e08d1a5cf7b69646c7bc3647872e9e9c4ed23b4ab300d23f06e89eb8d7ee68491d23eabe56e63c4a7ea2cec3
Description: OpenLDAP utilities
 This package provides utilities from the OpenLDAP (Lightweight
 Directory Access Protocol) package. These utilities can access a
 local or remote LDAP server and contain all the client programs
 required to access LDAP servers.
Homepage: https://www.openldap.org/

Package: ldap-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 721
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openldap
Version: 2.5.13+dfsg-5+apertis1bv2024dev3b1
Depends: ldap-utils (= 2.5.13+dfsg-5+apertis1bv2024dev3b1)
Filename: pool/target/o/openldap/ldap-utils-dbgsym_2.5.13+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 553012
MD5sum: 6752da9dfe116c8a7927a3bf97927101
SHA1: 32dd9b803cc19319d7e58da6e61593d000bfb8d6
SHA256: ced6daad47915280ec380d7ff967a00eec3b788847e4025d448be6cbb76cb982
SHA512: feaa3e23fbce743838609fbf18a1be59449d560d1d4f230b24beb71ab163fb957260280d6c4e76608985043f9ac5bd02c4e7e906fb25c96a24eab8861d543405
Description: debug symbols for ldap-utils
Auto-Built-Package: debug-symbols
Build-Ids: 33dd1a3d979aa207cce1e31a1b30ee8431cf787d 48eada691f3a789cb8772bca5db9beb4585857e5 5e8ba0d334d27ee9dce06c35156edf9efdc67e0b b929342b6c641725617bde96d767604ae5b91222 bcbcd2d5584be614a86e6da22c6b533f2a390a90 c26e03998b666812fffc15485bd90d6f1a32d47f c85a2dbca8adaa76ca91073bde41b22891bf3056 d950ef2b23cbf685037044f11727dd331fcda9c9 e2f9cf34737368ac4a7ac7a0fea41fa4ccca6bb5

Package: ldnsutils
Priority: optional
Section: net
Installed-Size: 1816
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: ldns
Version: 1.8.3-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libldns3 (>= 1.8.3), libpcap0.8 (>= 0.9.8), libssl3 (>= 3.0.0)
Recommends: dns-root-data
Filename: pool/target/l/ldns/ldnsutils_1.8.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 162356
MD5sum: f38cc4b46f6989c1ad9cb7f01eb64b88
SHA1: 42f5c1c98de171cd6b5e0dfc0a4381233c6f0b72
SHA256: 75d7c5eee1fb31ff7792603d8b5409358faba5fa68a2a731c5af6703246f933c
SHA512: 075bd04dcfc2df993f1dd77da2a56bcd4156176258708b1ae9dc5ee57c81645bd5ec0c152c6c5fbe3d3c4070ccdbee190aeb068afeef3b24890f472b10c62f92
Description: ldns library for DNS programming - tools (includes drill tool)
 The goal of ldns is to simplify DNS programming, it supports recent RFCs
 like the DNSSEC documents, and allows developers to easily create software
 conforming to current RFCs, and experimental software for current Internet
 Drafts.
 .
 This package contains various client programs related to DNS that are
 based on top of libldns library and DRILL tool which is similar to dig.
 These tools were designed with DNSSEC in mind and are useful for DNS
 and DNSSEC testing and debugging.
Homepage: https://www.nlnetlabs.nl/projects/ldns/about/
Multi-Arch: foreign

Package: ldnsutils-dbgsym
Priority: optional
Section: debug
Installed-Size: 712
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: ldns
Version: 1.8.3-1+apertis1bv2024dev2b1
Depends: ldnsutils (= 1.8.3-1+apertis1bv2024dev2b1)
Filename: pool/target/l/ldns/ldnsutils-dbgsym_1.8.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 454596
MD5sum: b8f547098980cc33e097a3cd71ed903b
SHA1: 03555e715f9b8e2753a4ccba00e93eaa4d3a42e8
SHA256: 4b73ee0db7b87097bada4f772f717097ab14d417496c2fce91a45b52a09e7df4
SHA512: f7e155d5860603a40536f6e65d58a521fba8962bac29a90b036b6be006d33e073cbdd4b25f9778e28ddc2b3bb250537fde61be8d9b8502c04855df8ad70f8962
Description: debug symbols for ldnsutils
Auto-Built-Package: debug-symbols
Build-Ids: 0d0690a982847ba3f12f071b6b410545d00c5226 13143ebb8047906e961425c5f3c4fe0c583fa76e 13eeb8265b0c62f06f01c8d418f0b7bdaff924dd 140fdef588f2aed9546c1daf377299e6f9d24f8e 3eeec5f75a8d152d2f0d31aae5684dc2c8544ccc 4f6e98f1e1d3608d76f347df230112ae29675002 549b59ba670a055ddde0db53ab62828eb749e9fe 57e3638916e8b91a98d6c369f221960a6367315f 70cd9c3e0acd13612ad0e51568fb45f55d37fe75 74704a0aa99c393ebe6e4efedbc012f64c1c1ff0 7708ee7f7a8353f62b7a2b3d0174b55616ebd6de 8e4d6ad2bc578970d16a5add81a2d2e58ea0b611 8f5c8f66d3befc81b030bcb46b98703202b0bff4 a4396b209bbd80fdb19104900e92b09ed35f98e5 b411b63a5dc52cf28737fe1336f2bcf9ebd2ebcd b7b9fdeced94ba6d7ad1d10f76dd78d783e4e414 c0c516d2d18db294ae44a72e7fc1d7fde9be64f2 ce10659feeabbba12e84ce7fcef44f871302387e d8804afe1bfbe6a429734bba7e886fb36690fd93 d947675bd8d35a53cb565d425a27c1517352e10e d9e2f0beebf4bbd07ffdd0e622544c5bcd215ebc e2a7e1d2a075bb1ea5c0d6addaa69f54a1af7dac e5c4d800041cefa668fe73f66db9392646c79be5 f05fe3ab0a5ec5bef3186700a3394ace988c12aa f087e5076fbafddd529a6b18f132e2f68b7edc82 f8af2f62e07fef049181e8fa51069a3761144697

Package: lemon
Priority: optional
Section: devel
Installed-Size: 487
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/sqlite3/lemon_3.40.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 319384
MD5sum: 5cc9fa3992e6acd59a20dcd00f7869a0
SHA1: 1871778886f3bce98ee3b2ddbb4e2f703d4e5d68
SHA256: 7c2d0c6b28f18db2980330c28ab044ffb31a7be684ae3c69dbf228671f51ca47
SHA512: 9812dee8c4e7984329bfc0902507b8debb47e034848ab5dea8953e93821184e5d1ebe07ee30e70e2c8762f5c246c811e445d0953380447ebdfc28f17f9cfa734
Description: LALR(1) Parser Generator for C or C++
 Lemon is an LALR(1) parser generator for C or C++. It does the same
 job as bison and yacc. But lemon is not another bison or yacc
 clone. It uses a different grammar syntax which is designed to reduce
 the number of coding errors. Lemon also uses a more sophisticated
 parsing engine that is faster than yacc and bison and which is both
 reentrant and thread-safe. Furthermore, Lemon implements features
 that can be used to eliminate resource leaks, making is suitable for
 use in long-running programs such as graphical user interfaces or
 embedded controllers.
Homepage: https://www.sqlite.org/
Multi-Arch: foreign

Package: lemon-dbgsym
Priority: optional
Section: debug
Installed-Size: 107
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: lemon (= 3.40.1-2+apertis0bv2024dev3b1)
Filename: pool/target/s/sqlite3/lemon-dbgsym_3.40.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 90740
MD5sum: 7103923477fd8b4964c4571c237c5f75
SHA1: 28225ff2455c600a5f9f12ae652305962af7a33f
SHA256: 93d4b322bbdc0c55fb97cea05c49893411190a497f288fff4b625416eb6e07b0
SHA512: 92f2f3b01564ccf71fdd2078f6b33e43a81c197c8d3e9849c5f249c14c7d4040e657a7cb6be5870e27140f751d6a3428ee5252e76b9bd8e6bde80874944b96b9
Description: debug symbols for lemon
Auto-Built-Package: debug-symbols
Build-Ids: 26a032a669de09bdfebd76ade18e7f18cad07a3a

Package: libaa-bin
Priority: optional
Section: text
Installed-Size: 287
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: arm64
Source: aalib
Version: 1.4p5-50+apertis0bv2024dev3b1
Replaces: aalib-bin
Provides: aalib-bin
Depends: libaa1 (= 1.4p5-50+apertis0bv2024dev3b1), libc6 (>= 2.34)
Conflicts: aalib-bin
Filename: pool/target/a/aalib/libaa-bin_1.4p5-50+apertis0bv2024dev3b1_arm64.deb
Size: 9400
MD5sum: e58d77a14a67b23624f28dab2d45efad
SHA1: 2ab62463cd904ca367828dc520105904ba490237
SHA256: 09d37d5f30f10573cf4ce11e632b4ea2f16bf40e7e412da123f8ccbf569980b8
SHA512: b58c7264e4b896b31b3255ed2e045a63ea7b325596cba4639f442dd1356e8611d1c3058a6c566a82e5951ea43d8da03e9bfcc7dde4bcf6b5559206d1aed5e6e3
Description: sample programs using aalib
 AAlib is a portable ASCII art graphics library. Internally, it works like
 a graphics display, but the output is rendered into gorgeous platform
 independent ASCII graphics.
 .
 This package contains a few sample programs that use aalib.
Homepage: http://aa-project.sourceforge.net/aalib/

Package: libaa-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 62
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: arm64
Source: aalib
Version: 1.4p5-50+apertis0bv2024dev3b1
Depends: libaa-bin (= 1.4p5-50+apertis0bv2024dev3b1)
Filename: pool/target/a/aalib/libaa-bin-dbgsym_1.4p5-50+apertis0bv2024dev3b1_arm64.deb
Size: 19852
MD5sum: dd03d3d44fd3fb5297c868b12299b08f
SHA1: c5e0f9ff83764dc694195bf464c57f5536e40f05
SHA256: c610dfaa70373857d40a964b3f560a95d418a7596fdec85a5def1a95cac10184
SHA512: afd301443992d5e6e716652ef316a906b4579345449b009496353f18cf4e767590e0333a93682e9ca33d135dadce8667522c3afb921291ad0bb6d7e359b47a00
Description: debug symbols for libaa-bin
Auto-Built-Package: debug-symbols
Build-Ids: 641d151523354960baf0496b0545d11b494fe04a 6cb9f2fb5e238e1740e1579e8b8ecd73fd156036 ada296ea3a59b87bab65bc67955fb59f88411e3f ba24d177e3e83e9519ce7ce857231562dbb497bd

Package: libaa1
Priority: optional
Section: libs
Installed-Size: 164
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: arm64
Source: aalib
Version: 1.4p5-50+apertis0bv2024dev3b1
Replaces: aalib1
Provides: aalib1
Depends: libc6 (>= 2.33), libgpm2 (>= 1.20.7), libncurses6 (>= 6), libslang2 (>= 2.2.4), libtinfo6 (>= 6), libx11-6
Filename: pool/target/a/aalib/libaa1_1.4p5-50+apertis0bv2024dev3b1_arm64.deb
Size: 48244
MD5sum: f050b8bd98de28945b85484e3bd06f15
SHA1: 0ddd86c4ed4468f2d7da080fd9ee2a7fd58f89cb
SHA256: d17d8505f02c101d1c2f830f132e4228de8d73b60697cc7406ceef562633fc48
SHA512: 9305752c3d3fcfdef53ffdc174f74b343148b7874118256a275352dca34a1c97e6ae598885971f648a46220df5f52fbef68437922ac7dc230d1baadcfb35c326
Description: ASCII art library
 AAlib is a portable ASCII art graphics library. Internally, it works like
 a graphics display, but the output is rendered into gorgeous platform
 independent ASCII graphics.
Homepage: http://aa-project.sourceforge.net/aalib/
Multi-Arch: same

Package: libaa1-dbgsym
Priority: optional
Section: debug
Installed-Size: 109
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: arm64
Source: aalib
Version: 1.4p5-50+apertis0bv2024dev3b1
Depends: libaa1 (= 1.4p5-50+apertis0bv2024dev3b1)
Filename: pool/target/a/aalib/libaa1-dbgsym_1.4p5-50+apertis0bv2024dev3b1_arm64.deb
Size: 80008
MD5sum: 68ca138937c968d6ed1b89a6c06a6c19
SHA1: 904c47df13b05e95d5f84e016aa7ac1a8fc2bb0b
SHA256: 99e2a4276eb8de1db3ddf38b2bc95636a51fe5134a8697d1b334b66722b3ffd4
SHA512: d4a89596512ea70aed2d9a7eb1cfad3a4bff52b108af5dff4d38cd03ff9d973b2f51a73dee3d2be1a4cfacc63fe457fcc6777ea0b3e5898cc8be7b1010cba6ed
Description: debug symbols for libaa1
Auto-Built-Package: debug-symbols
Build-Ids: dfa8a9e38d3c06fcbee98e62ad65d002be48f368
Multi-Arch: same

Package: libaa1-dev
Priority: optional
Section: libdevel
Installed-Size: 372
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: arm64
Source: aalib
Version: 1.4p5-50+apertis0bv2024dev3b1
Replaces: aalib1-dev
Depends: libaa1 (= 1.4p5-50+apertis0bv2024dev3b1), libncurses5-dev, libslang2-dev, libx11-dev
Conflicts: aalib1-dev
Filename: pool/target/a/aalib/libaa1-dev_1.4p5-50+apertis0bv2024dev3b1_arm64.deb
Size: 130900
MD5sum: cfd0e8471fbd6547efc9a6c1ca701918
SHA1: ea469a9d90ae3d30c8ba30ff3545060bfaa67b9f
SHA256: 4a231f3321bee57cb8561a056f934db04df0c613c7cdbd64191e0201e17f72a2
SHA512: eecb183f420e67cdf55f250c5448e6d3f03598fd2e517a2f78f998b784c0528ff24efe783e45bbbf7587c62f30104ea43226b750e1568d75620cfedf47f35666
Description: ASCII art library, development kit
 AAlib is a portable ASCII art graphics library. Internally, it works like
 a graphics display, but the output is rendered into platform-independent
 ASCII graphics.
 .
 This package contains the static library and header files used in
 development, plus developer's documentation.
Homepage: http://aa-project.sourceforge.net/aalib/

Package: libabsl-dev
Priority: optional
Section: libdevel
Installed-Size: 5879
Maintainer: Benjamin Barenblat <bbaren@debian.org>
Architecture: arm64
Source: abseil
Version: 20220623.1-1+apertis1bv2024dev2b1
Depends: libabsl20220623 (= 20220623.1-1+apertis1bv2024dev2b1)
Recommends: cmake (>= 2.6) | pkg-config, g++ (>= 5.1)
Filename: pool/target/a/abseil/libabsl-dev_20220623.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 956352
MD5sum: 71c57189b398e7f710f083f900587a33
SHA1: 00b01e331fda37e239120facc13876f9b64d5a0b
SHA256: 3640be679e14d8922a0f076d4e2625ea4ea2513b93548c81f3979e760f7da0ed
SHA512: 3206e28eace35e97bd22e067fc4cec9e467a7c2fea7d22836e7d758cd6786283db47d96093eadea51b1b730cb8bf08c659ff2ede623a030bbd65e91a30922212
Description: extensions to the C++ standard library (development files)
 Abseil is an open-source collection of C++ library code designed to augment the
 C++ standard library. The Abseil library code is collected from Google's C++
 codebase and has been extensively tested and used in production. In some cases,
 Abseil provides pieces missing from the C++ standard; in others, Abseil
 provides alternatives to the standard for special needs.
 .
 This package contains header files and other data necessary for developing with
 Abseil.
Homepage: https://abseil.io/
Multi-Arch: same

Package: libabsl20220623
Priority: optional
Section: libs
Installed-Size: 4678
Maintainer: Benjamin Barenblat <bbaren@debian.org>
Architecture: arm64
Source: abseil
Version: 20220623.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.5), libstdc++6 (>= 11)
Filename: pool/target/a/abseil/libabsl20220623_20220623.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 364600
MD5sum: 40a00c6f088531c69bf42c3aaba39614
SHA1: 549999167ebe6d5f744d23271b3a4099a093be55
SHA256: eee21c1e83f56e0b4474fdfc52f6b2808079ce11af700b1cbb91f18575029cf4
SHA512: aa2b5c90a43d647c898bba79f59318d2453ea90db4c75d335ece64e873d75d5f890bd33fa7dd4b79a1374d2e68bbf8d0a67dcec98799e78123b5ef9a634b2052
Description: extensions to the C++ standard library
 Abseil is an open-source collection of C++ library code designed to augment the
 C++ standard library. The Abseil library code is collected from Google's C++
 codebase and has been extensively tested and used in production. In some cases,
 Abseil provides pieces missing from the C++ standard; in others, Abseil
 provides alternatives to the standard for special needs.
 .
 This package contains Abseil's shared libraries.
Homepage: https://abseil.io/
Multi-Arch: same

Package: libabsl20220623-dbgsym
Priority: optional
Section: debug
Installed-Size: 4249
Maintainer: Benjamin Barenblat <bbaren@debian.org>
Architecture: arm64
Source: abseil
Version: 20220623.1-1+apertis1bv2024dev2b1
Depends: libabsl20220623 (= 20220623.1-1+apertis1bv2024dev2b1)
Filename: pool/target/a/abseil/libabsl20220623-dbgsym_20220623.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 3657988
MD5sum: 85f09191fb1c03f156e22925897d1b23
SHA1: eb0846421260be4cef591ad033034fa3713136e1
SHA256: b1916654f6265bd06e657a81dba658c0226f0c58fca0b08693270f494581aaa1
SHA512: 7d4ea92a127b4db8875529a3086aa619d2594b296584d05f004e39780e74406465cd921c7f5f0347ea4445a7397fb13f05c0e73d2f321076f89d6a1b83531995
Description: debug symbols for libabsl20220623
Auto-Built-Package: debug-symbols
Build-Ids: 046d2417a9ffdeb19e58488847f4fe5dad6cd238 0ce946b7645cbc3eaa9dbb0f7c4fff2951ddaf73 12db3c3076180f00c65aeb2f1dad63f3b4ffa5b5 1315ab00869c04474ac8b6ee88d34c76b09125ea 16ca95d27a94c1772de5f7a8cb32e0ff81bf8ec0 206e3f284825f109ea00aa9fa8fafb989d3a1a76 24cd6bd59d7627b84445c2c849db0ea6c36aa6e2 28ea3c10524176ad20f02b7f284d325c9436f9f1 29f9111631bcced4b102d69358af6cfb82976885 32dc03e6c1396d79bd5909a4816d13718d4912c3 33251829cc76770e7b10cfefb35c1680233a3154 33947d796055cdc68b6cc318c555b430e546135f 35c091d2c12ce14956c77f419340145e72b85b3d 38e84dfb67dcad71373bccdf340d262f45f540db 39a04ade3fb80a6aeb8ce48a32e5254e823e6cbc 3a09a05d7d939147687731285c3aaaf9aefe9127 3ea3be3e26d63f09c9f9c4910554e3380d7826f0 4534c6cbff5838e7033b154b170b7a2cde7bd2c8 4bfaad36f08ff2e972796238c834666c25115194 4f02164b924f0e866e01928fa1239c8035022afd 62389bddda8ef7c79a765dba739de3903f7b3571 62b7ad7247aca2b3b564dbe73e87534ce5c13194 667edce85dc666a551bb8a56820390c1c9f7427d 734f9f4cf3a97ce0fd2c73b699b1faee5b561c90 7353cb1766fe997f7ca0208d354aa5fd5a6169fa 766281756db5b7bb2fb89e32b9cbd3b9e150749a 7cd630fc653aeeff63eae50ec22ee03890d3317c 808e53636ceea8ecb8414183e3ba46876c641226 828899047114d11bd1d8a3e795e46ca98c11fc4d 87f2de9502f1ee9f68ef5f0a44c7ffc2a8c3b9de 88f61c8756df52a9e5942d1bbc3810513ea6e26a 8929469638667e2cf73fde864a13e9ea4a2d899d 8c8208af13e5b5b94e1e216120d634ce8bc36161 8cc537ee5a1f2c91e36f85b2163006b0f8c9ff50 907df2c2f4f36b9609be41dadd6ea3628f85ce5e 933a9d8993dd899b122e2c3d0e350a92df762691 94202578b1d8f35ee6b1b583f2b3d61f81af5ac7 98bc2d0f843b3296e3b654bcedb786bf5722c3bb a04d0130cd64972ae44d550fd77d7c157aecb2fb a661b86fe8061f2b2a09e3467726ec8c4f6ca6d4 a8874f0a3989e7c39ef55cd951ddf6e6ce2fe725 aa528371eff97887d46e12dea588eda7eec152e9 b1200d86971d54a6eb607677d86450e292189b44 b1a712f42f4e6bdd05428c1a1f3982474d7e5746 b4b4def8308836ddd54b98400a907850d92c6ae2 b741705be8bb28faf9a02d07a2180b7e60c1c831 bb73e0dfec4a886b8a5264a160498f43232d4439 c02e797fec03edbe2a09300aca63ca57847b0847 c81c2a25a466cd993cef5b03e3f277b81c833fcd ca02d103033557c1b47201a93703de6aa0968ed7 cd601011b9cb79dafedf18b19398dc236c91901f d1aa8bb61dc76cb41f1f598ae459c7ea29e384fb d1e78c00ec7c08f1377c17ae126e84f049421beb ddf3171e370c247677511267a6215b5883d1e5a8 e2626fba026f562d482fdcef4ff76f52a1971996 e698644915a7d09b96071c87054f2a1b26de5560 ec487289e77ac986df7766a8d7f8f45abb553539 edf51ae3bd2398542c8262667a7ca6837a566cb9 efef9a9433e73ade33212e33fa7072e9f0a430ff f30c270970559634af744337a8502ddff1ff2e89 f34bd7d6e1d7240c5b1f3fb7eb2fde2d927ead16 f392433e45f8a47a2762d6907605a16fd4dc8cf9 f4c98f97947a087228c771fed6addfbc40d50f72 f62cb8307bd3b20ba2d709d50eea3acf847060cc
Multi-Arch: same

Package: libacl1
Priority: optional
Section: libs
Installed-Size: 106
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: acl
Version: 2.3.1-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/a/acl/libacl1_2.3.1-3+apertis0bv2024dev3b1_arm64.deb
Size: 32956
MD5sum: b7ea13e53a646006a5e462c2bd2811bc
SHA1: 6b1b35b27a0065b4c59cf02ed31939ed37e8a1b7
SHA256: ac9940628f36a25be2023360100a68ab58a144b4f79dc91b727795e717984a02
SHA512: 8e65f733e1c292a25161de474b2d2301886fe5c79c4bc93ff3740a78ebd2377dbe56fa83c121e25b8642c4ae19d260bf5c445540bad4e5a9dd0ad7b38bcc7365
Description: access control list - shared library
 This package contains the shared library containing the POSIX 1003.1e
 draft standard 17 functions for manipulating access control lists.
Homepage: https://savannah.nongnu.org/projects/acl/
Multi-Arch: same

Package: libacl1-dbgsym
Priority: optional
Section: debug
Installed-Size: 57
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: acl
Version: 2.3.1-3+apertis0bv2024dev3b1
Depends: libacl1 (= 2.3.1-3+apertis0bv2024dev3b1)
Filename: pool/target/a/acl/libacl1-dbgsym_2.3.1-3+apertis0bv2024dev3b1_arm64.deb
Size: 37624
MD5sum: df02eec47531d8d6271b914ed165a258
SHA1: 0c9367f0ce81efb57275978bb9ed6f195b480250
SHA256: e3ace2e5064e2bd9cf48c8f81a9fc9aa7170fd5b4f90dba2a46964d17eca73c8
SHA512: 8729d8e8024a7a793359fa5927ff9b3cf094cea0b1e61942d29e3e4619759e87459817e808604104caade5c7c8e84a576f6fed1ec03411698e26ec095642ac91
Description: debug symbols for libacl1
Auto-Built-Package: debug-symbols
Build-Ids: 0684f79e94ab05df1e66b56c63b37a183833de81
Multi-Arch: same

Package: libacl1-dev
Priority: optional
Section: libdevel
Installed-Size: 227
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: acl
Version: 2.3.1-3+apertis0bv2024dev3b1
Replaces: acl-dev
Provides: acl-dev
Depends: libc6-dev | libc-dev, libacl1 (= 2.3.1-3+apertis0bv2024dev3b1), libattr1-dev (>= 1:2.4.46-8)
Conflicts: acl-dev
Filename: pool/target/a/acl/libacl1-dev_2.3.1-3+apertis0bv2024dev3b1_arm64.deb
Size: 93900
MD5sum: 45e9bf9b82b8ba1a5aaa8f3ba6ac9971
SHA1: 5a5c2407c0fed0d8ad2074c472a2b6d010588b41
SHA256: ebf55088bc3df9fb5bfcdba3e3432e30559dbb6148964a592c91f014d4899f02
SHA512: 44758d9296d4ad703b74030a404651d6a6fbdbb9e23fbec2f20b9f8cecdb84c2c2d0b244a1c074a37a1408c5256b6097fe7a3b92963d42a8db4b973162d1118f
Description: access control list - static libraries and headers
 This package contains the static libraries and header files needed
 for developing programs which make use of the access control list
 programming interface defined in POSIX 1003.1e draft standard 17.
Homepage: https://savannah.nongnu.org/projects/acl/
Multi-Arch: same

Package: libaom-dev
Priority: optional
Section: libdevel
Installed-Size: 5927
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: aom
Version: 3.6.0-1+apertis1bv2024dev3b1
Depends: libaom3 (= 3.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/a/aom/libaom-dev_3.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 1597892
MD5sum: b0fb91b250b13d62fdc88fbdacc9fd81
SHA1: 36344a5f5cd1093faf4f4ba8837a5a522471b9c5
SHA256: 3b66933dbbb0da3933292dbf004def8147bd6c03d907f56797c10482e86f2877
SHA512: 3374a8ccbd270ec604ceb15e2d03e4c0b0f275b8ce21ed7e5ebed94fe83980683a482fc2f47a185baa2b4035cc56e0831212113bd9a7095ca725606458233454
Description: AV1 Video Codec Library -- Development Files
 AOMedia Video 1 (AV1) is an open and royalty free video encoding format
 optimized for the Internet and the successor of VP9. aom is the
 reference encoder and decoder implementation published by the Alliance
 for Open Media.
 .
 This package contains the development files.
Homepage: https://aomedia.googlesource.com/aom/
Multi-Arch: same

Package: libaom-doc
Priority: optional
Section: doc
Installed-Size: 12810
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: aom
Version: 3.6.0-1+apertis1bv2024dev3b1
Depends: libjs-mathjax
Filename: pool/target/a/aom/libaom-doc_3.6.0-1+apertis1bv2024dev3b1_all.deb
Size: 1219660
MD5sum: 6a22a81ef8154b9e2fa7621c3f60da0e
SHA1: d911b337e3c1a580e1e2dee3fe15b4d683b5db35
SHA256: 2a5ed79a5ebb1f744d994e621e27b3cd92f632d29f8448dc5bc73acf07f0dc4f
SHA512: 4f965a2d6099db78349dd74b43169e9b24128e421f9f3ec5320046789a654ae32271f36892ede24bab00c39e7b47fd8a80e0db59d5e38c3dc790bdd3a243f00d
Description: AV1 Video Codec Library -- Documentation
 AOMedia Video 1 (AV1) is an open and royalty free video encoding format
 optimized for the Internet and the successor of VP9. aom is the
 reference encoder and decoder implementation published by the Alliance
 for Open Media.
 .
 This package contains the API documentation.
Homepage: https://aomedia.googlesource.com/aom/
Multi-Arch: foreign

Package: libaom3
Priority: optional
Section: libs
Installed-Size: 3601
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: aom
Version: 3.6.0-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/a/aom/libaom3_3.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 1381392
MD5sum: e8a7b8646e5f5da3cec356bb6857a21c
SHA1: 38bca458f8c4593f369f957c6eea86b065bc9a59
SHA256: 32ff5668676e15b486fb34ff4d1e1e138c6ccfd4e6310e2263a4cff861940aac
SHA512: 014ca8040af16441584aff7236fbce6bbe80bf137c2eced9509077e3d1f1326db3653cf283b3251243e167bd27e710cc504664f037d24be6166f5f0ea53adda0
Description: AV1 Video Codec Library
 AOMedia Video 1 (AV1) is an open and royalty free video encoding format
 optimized for the Internet and the successor of VP9. aom is the
 reference encoder and decoder implementation published by the Alliance
 for Open Media.
 .
 This package contains the shared library.
Homepage: https://aomedia.googlesource.com/aom/
Multi-Arch: same

Package: libaom3-dbgsym
Priority: optional
Section: debug
Installed-Size: 7478
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: aom
Version: 3.6.0-1+apertis1bv2024dev3b1
Depends: libaom3 (= 3.6.0-1+apertis1bv2024dev3b1)
Filename: pool/target/a/aom/libaom3-dbgsym_3.6.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 7229924
MD5sum: df4016588aa5a48b423a38d921b9af2c
SHA1: 19c567124d3d6dcc901025cb6bc07f8ce33b8ad1
SHA256: 3c62e089bfb4014f2d108d206dab0cb292ae3e1d967855146dea69ac330f4952
SHA512: 02f2e4d84e375f1a6226dde93a38a18b9ef025f18cd6f933cd68892dc80fdae1371a358bab0b8fc09fa6550bf7a9b0219aa63189878ced1aaa59aa1596845150
Description: debug symbols for libaom3
Auto-Built-Package: debug-symbols
Build-Ids: e3c73fe17b2aaf35dc8918aef933c8fc7a659e91
Multi-Arch: same

Package: libapache2-mod-apparmor
Priority: optional
Section: httpd
Installed-Size: 125
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: apache2-api-20120211, apache2-bin (>= 2.4.16), libapparmor1 (>= 2.7.0~beta1+bzr1772), libc6 (>= 2.17)
Filename: pool/target/a/apparmor/libapache2-mod-apparmor_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 29952
MD5sum: e0fed641b9f87af0fa495448d8eecc47
SHA1: 60282fc139487136b27bbdd5c7eb937a64c04932
SHA256: 25192a744e7235a014dd4f016520a63625c3a893043db77df4b1512f947e2dc2
SHA512: 5097e8306eb1e2daf14f5aba85b5a658bc13f0d15d7fb6268e17a4d0b989584fd1ab71b7693cf4f608100a3cbef39d8abfa5ac4c503894de012992100ca6c1ea
Description: changehat AppArmor library as an Apache module
 libapache2-mod-apparmor provides the Apache module needed to declare
 various differing confinement policies when running virtual hosts in the
 webserver by using the changehat abilities exposed through libapparmor.
Homepage: https://apparmor.net/

Package: libapache2-mod-apparmor-dbgsym
Priority: optional
Section: debug
Installed-Size: 31
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: libapache2-mod-apparmor (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/libapache2-mod-apparmor-dbgsym_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 17080
MD5sum: 179f4fe94a57d0676d117cc73a81c3b3
SHA1: 51c5d842daaf302d1c28113fd5da8466e2468221
SHA256: 6ffe1c862090fdabe081d5a85167316b359e7d1a0dba3a12f1cd624de20b2098
SHA512: 94d5473751faa7f677b688fbc1b8a0f04f4025cad1045a841378e00a671f4d6ed2ac188e0989800fa7fba9426b984939bcf452b946080a12f0a06986bde24d23
Description: debug symbols for libapache2-mod-apparmor
Auto-Built-Package: debug-symbols
Build-Ids: d6cf9056d7b22eb8e28ecd6fd2177aacad3b6ab2

Package: libapparmor-dev
Priority: optional
Section: libdevel
Installed-Size: 218
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: libapparmor1 (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/libapparmor-dev_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 91132
MD5sum: 0df704b6bfb26d4348797739ad9c2d86
SHA1: 3ddeea17f47c88add1cd028e8e2eb480b0a1e3a7
SHA256: a64f867f6e7917ebd0615e4c4422157256244947e887416a810c2860ce786fa5
SHA512: 0299d6970ed54e3d6191c0519525a6402b664d536699a3d296a651df4cce58b4342d2606340b0080bd6843046ffb83490fd2e471319a38b918dac750a1e3b637
Description: AppArmor development libraries and header files
 libapparmor-dev provides the development libraries and header
 files needed to link against libapparmor, as well as
 the manpages for library functions.
Homepage: https://apparmor.net/
Multi-Arch: same

Package: libapparmor1
Priority: optional
Section: libs
Installed-Size: 169
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Replaces: libapparmor-perl (<< 3.0.3-3)
Depends: libc6 (>= 2.34)
Breaks: libapparmor-perl (<< 3.0.3-3)
Filename: pool/target/a/apparmor/libapparmor1_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 47836
MD5sum: 73b39d63fe21e7d5afda68c6e812c22b
SHA1: ec37b14e55f1e92909494f0b9561bf15331ac2a0
SHA256: 9ca0abc812f5cb94902ccdbda71d0b4e6ce3bec5d0843d904566d61cfe13c9ce
SHA512: 925ec75a4eebb143997ab78743ead3a1fe8c57dd01883a4be4c27e4647cb2cdad4aedc8c469c6f68a093eb443c7ec06f1ef53fe25f3caf6897ef507a5a50b94e
Description: changehat AppArmor library
 libapparmor1 provides a shared library one can compile programs
 against in order to use various AppArmor functionality,
 such as transitioning to a different AppArmor profile or hat.
Homepage: https://apparmor.net/
Multi-Arch: same

Package: libapparmor1-dbgsym
Priority: optional
Section: debug
Installed-Size: 95
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: libapparmor1 (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/libapparmor1-dbgsym_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 73764
MD5sum: 2bde29256137a9f94d347a82b06e17db
SHA1: fe57182acbb311dd33083bff2e3232492a828375
SHA256: ce956e39af85bfea4b106d15a5f604d7cf7c887508f5edd71fd0d8a95c442d69
SHA512: 452050fdd5b506ace356b63073b6284ac713b773d0b280d19863381a87762acfd3bc68526e0e2620d22c092d2809eb76e9d34e6d40285df0246066d0bb539040
Description: debug symbols for libapparmor1
Auto-Built-Package: debug-symbols
Build-Ids: a5b31e3800fa8087808e242294707e05837db773
Multi-Arch: same

Package: libappstream-compose-dev
Priority: optional
Section: libdevel
Installed-Size: 277
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: gir1.2-appstreamcompose-1.0 (= 0.16.1-2+apertis0bv2024dev3b2), libappstream-compose0 (= 0.16.1-2+apertis0bv2024dev3b2), libappstream-dev (= 0.16.1-2+apertis0bv2024dev3b2), libgdk-pixbuf-2.0-dev
Suggests: appstream-generator
Filename: pool/target/a/appstream/libappstream-compose-dev_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 30296
MD5sum: 3e2c1c910b2b6df73e86606424581c03
SHA1: 3d1ec4050a7b188976658748a58134ff877bcf2b
SHA256: 0c1be7b135a41296dccb028705fc04d9c2de08e121ed59d448a6a7dd2c0c5ef6
SHA512: b2912ad628eb8fd55f794256cf858be9d15d8e2d6d79ad4604bd397a19937c6bc85a04bab99742c4bce33696e2737ac028115e389bbef88b7e899d306a703b55
Description: Building blocks to compose AppStream metadata (development files)
 AppStream is a metadata specification which permits software components to
 provide information about themselves to automated systems and end-users
 before the software is actually installed.
 This permits informative displays of new applications to users in software
 centers, as well as allowing a system to make decisions on which new software
 a user might want to install (e.g. missing firmware or media handlers).
 .
 This package contains development files necessary to develop applications
 using the AppStream compose library.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: same

Package: libappstream-compose0
Priority: optional
Section: libs
Installed-Size: 295
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: libappstream4 (>= 0.16.0), libc6 (>= 2.33), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.65.1), libpango-1.0-0 (>= 1.14.0), librsvg2-2 (>= 2.48), libyaml-0-2
Filename: pool/target/a/appstream/libappstream-compose0_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 75560
MD5sum: f78a26c85cb1d6eb9dcba679cfdb2cae
SHA1: 065ac051988580e450a3b6b6da6b7be454c2ada2
SHA256: f919e13e1758a759c915f929d82a788005faaf068d24ae7de46fe36f04141a38
SHA512: ba572695fec2c2967567b9f02cc8696aeeed7c966ebd67b4d70a5e5ddb280a0b0ebdffcd8d6a25a9942f602862fb066287655b2c8c649f64e9204b55b8bee0f5
Description: Building blocks to compose AppStream metadata
 AppStream is a metadata specification which permits software components to
 provide information about themselves to automated systems and end-users
 before the software is actually installed.
 This permits informative displays of new applications to users in software
 centers, as well as allowing a system to make decisions on which new software
 a user might want to install (e.g. missing firmware or media handlers).
 .
 This package contains a GObject-based library of high-level functions
 to compose AppStream metadata and auxiliary data (like font renderings,
 icons, etc.).
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: same

Package: libappstream-compose0-dbgsym
Priority: optional
Section: debug
Installed-Size: 248
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: libappstream-compose0 (= 0.16.1-2+apertis0bv2024dev3b2)
Filename: pool/target/a/appstream/libappstream-compose0-dbgsym_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 206936
MD5sum: 86beff2c0eb323bbc3aa544e823ee11d
SHA1: 65c29b11ecbfbd1f657f2f232418d78a5b3d8411
SHA256: aeed46bd075feb50e699c47574ecee6d93cdbd4c302d9a137b6c5849721c0bf5
SHA512: 484f82d52d7698929733e52c8047d671a500a2c3b19866265501d992097a88ba28117ae691b6fc0fe7ca9ee5380e359502791197f51f4aa2a4803cded6287b36
Description: debug symbols for libappstream-compose0
Auto-Built-Package: debug-symbols
Build-Ids: 2182adc49bd3420570855f9634f2e157af2df7c4
Multi-Arch: same

Package: libappstream-dev
Priority: optional
Section: libdevel
Installed-Size: 1280
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: gir1.2-appstream-1.0 (= 0.16.1-2+apertis0bv2024dev3b2), libappstream4 (= 0.16.1-2+apertis0bv2024dev3b2), libglib2.0-dev
Filename: pool/target/a/appstream/libappstream-dev_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 103892
MD5sum: 1c971437dc06caa3f08bb6e5cad874bc
SHA1: 7ea8606c7c81936a3b87313bd7f96ecfec5d79df
SHA256: f26ab0aee59dad567896abd8e1bb1ac52196a387ed823aede6faf6ef9e0bf6ce
SHA512: 86d11ddc651015626a728c0d3083bd53e204b792bbcf170f97557273b4828e7cddb06963aecc496605ce2b2cca478722047498e6a223af08fb25936718fb9d49
Description: Library to access AppStream services (development files)
 AppStream is a metadata specification which permits software components to
 provide information about themselves to automated systems and end-users
 before the software is actually installed.
 This permits informative displays of new applications to users in software
 centers, as well as allowing a system to make decisions on which new software
 a user might want to install (e.g. missing firmware or media handlers).
 .
 This package contains development files necessary to develop
 software management tools which use the AppStream library.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: same

Package: libappstream-glib-dev
Priority: optional
Section: libdevel
Installed-Size: 988
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: arm64
Source: appstream-glib
Version: 0.8.2-1+apertis0bv2024dev2b1
Depends: gir1.2-appstreamglib-1.0 (= 0.8.2-1+apertis0bv2024dev2b1), libappstream-glib8 (= 0.8.2-1+apertis0bv2024dev2b1), libarchive-dev, libgcab-dev, libgdk-pixbuf-2.0-dev | libgdk-pixbuf2.0-dev, libglib2.0-dev, libsoup2.4-dev, libyaml-dev, uuid-dev
Filename: pool/target/a/appstream-glib/libappstream-glib-dev_0.8.2-1+apertis0bv2024dev2b1_arm64.deb
Size: 72368
MD5sum: 51119aafee9cc2f9accec0b388b858a4
SHA1: 96944e5ff1ecf73eb1d70ffb1e6abf81c1c25d9e
SHA256: 6201ff2736a69750a99eae28fc153fa4129a5f38bf4eba8e541ecefd5acbb0ed
SHA512: 5daa97c6398f2f2c84e67c6bb6c213850be524d6537b7ad23e1fb21b8efadd7bdfcf11bd5d53d4e6f3272836e8c87af355495caa6e35967d535138708a10830e
Description: GNOME library to access AppStream services (development files)
 AppStream is a cross-distribution effort for creating and sharing
 metadata about software components available in the package repositories
 of a distribution.
 .
 This package contains development files necessary to develop
 tools which use the libappstream-glib library.
Homepage: https://github.com/hughsie/appstream-glib
Multi-Arch: same

Package: libappstream-glib8
Priority: optional
Section: libs
Installed-Size: 505
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: arm64
Source: appstream-glib
Version: 0.8.2-1+apertis0bv2024dev2b1
Depends: libarchive13 (>= 3.0.4), libc6 (>= 2.17), libcurl3-gnutls (>= 7.16.2), libgdk-pixbuf-2.0-0 (>= 2.25.2), libglib2.0-0 (>= 2.57.2), libstemmer0d (>= 0+svn527), libuuid1 (>= 2.16), libyaml-0-2
Filename: pool/target/a/appstream-glib/libappstream-glib8_0.8.2-1+apertis0bv2024dev2b1_arm64.deb
Size: 131952
MD5sum: 8461f447fe5a05b79e646f67b835d7a7
SHA1: 5db8e4987b36dd302d15e5a528268141b794423e
SHA256: 44972a2b1d61bd3345dd5f9e0702fed59abe7ab475f81e3b9e0a4921c98b46ba
SHA512: d09a8318688e87a0dc80a649340695c3b55cbd9728294382da7e7318e07d4a1715541dc13571826039725d26f4d7595c482208b7b031be0456c0b2e86c59f7bb
Description: GNOME library to access AppStream services
 AppStream is a cross-distribution effort for creating and sharing
 metadata about software components available in the package repositories
 of a distribution.
 .
 This package contains a GObject-based library to read and write AppStream
 XML metadata and retrieve additional data such as screenshots.
 .
 As opposed to libappstream, this library does not use an on-disk cache but
 reads data directly from the XML or DEP-11 YAML files.
Homepage: https://github.com/hughsie/appstream-glib
Multi-Arch: same

Package: libappstream-glib8-dbgsym
Priority: optional
Section: debug
Installed-Size: 565
Maintainer: PkgUtopia Team <team+pkgutopia-team@tracker.debian.org>
Architecture: arm64
Source: appstream-glib
Version: 0.8.2-1+apertis0bv2024dev2b1
Depends: libappstream-glib8 (= 0.8.2-1+apertis0bv2024dev2b1)
Filename: pool/target/a/appstream-glib/libappstream-glib8-dbgsym_0.8.2-1+apertis0bv2024dev2b1_arm64.deb
Size: 504968
MD5sum: 5e4d955330cd7da8d68937a49f4ea926
SHA1: 7b5a18da2312219f5622dfd8f857303c637f8455
SHA256: e3229b1bc985d511d0d475b496f67be906560589018ca42d9581de0604083542
SHA512: 491840cc581c2a0b1c78298fe16ec55a4a9799361415516f549f5d23135a12e2e80f30f5d6ec0f3606fdd84a2d6f806e8735a53e3a7612de1d3e36939986e4e9
Description: debug symbols for libappstream-glib8
Auto-Built-Package: debug-symbols
Build-Ids: 0a8a94d10eb8da57770a457b339baff9bbafa9c7
Multi-Arch: same

Package: libappstream4
Priority: optional
Section: libs
Installed-Size: 719
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.33), libcurl3-gnutls (>= 7.63.0), libglib2.0-0 (>= 2.67.3+git20210214), libstemmer0d (>= 0+svn527), libsystemd0 (>= 242), libxml2 (>= 2.9.0), libxmlb2 (>= 0.3.4), libyaml-0-2
Filename: pool/target/a/appstream/libappstream4_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 184840
MD5sum: 0d8c958ece656592cac1aa03b42e45ae
SHA1: 70f0ab29ccbd312a0a2d25b2f469d79742587407
SHA256: c0c4bacd27990683b0f488d57c372f5059504dc2fb9d2e1cc3519d5b6a663506
SHA512: 52bc48c5abe3343dbaa1b79ad4769278fefb5532b4a71ac24e8305374f4d961966566ea546aa0f6790bedc8fc7dd6fce5015b6e15cb907fe641e14ce49377048
Description: Library to access AppStream services
 AppStream is a metadata specification which permits software components to
 provide information about themselves to automated systems and end-users
 before the software is actually installed.
 This permits informative displays of new applications to users in software
 centers, as well as allowing a system to make decisions on which new software
 a user might want to install (e.g. missing firmware or media handlers).
 .
 This package contains a GObject-based library to access AppStream
 services, like the software component metadata pool.
 It also contains functions for reading, writing and transforming AppStream
 metadata.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: same

Package: libappstream4-dbgsym
Priority: optional
Section: debug
Installed-Size: 738
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: libappstream4 (= 0.16.1-2+apertis0bv2024dev3b2)
Filename: pool/target/a/appstream/libappstream4-dbgsym_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 655128
MD5sum: 578725af19d5557a9bf13869e721c345
SHA1: 2f41b38b339240cc09db88cff011a95a8b86e1db
SHA256: 661268dfd69bc968be47f2e9532dd6431734e12ee51a64c4d91214b5f890429f
SHA512: 8cbe5c8d777066f2b71e70aa7b1091d6cc1ab4e36b7a3ab6ee0b4ab1254ea838f2e114d8c3f6e4f5b74d7a275a1b1074657e5f80f8b77849fcc445580f52c26f
Description: debug symbols for libappstream4
Auto-Built-Package: debug-symbols
Build-Ids: 0262b472cef544e2668e9ab543f396722fef9f50
Multi-Arch: same

Package: libappstreamqt-dev
Priority: optional
Section: libdevel
Installed-Size: 102
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: libappstreamqt2 (= 0.16.1-2+apertis0bv2024dev3b2), qtbase5-dev
Filename: pool/target/a/appstream/libappstreamqt-dev_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 19772
MD5sum: f6fcca18484efce8a3b73edeb95d5989
SHA1: 8e825727ab9f7e0235940df5adc3010496ff43fd
SHA256: a227001d19bb5a8974c71daa57a58b8ff9dcf7741d87ffcd261c76c74e7e7b7f
SHA512: 6b22cfc1b87aba1e613508a027335d8c04d7cb412047c90234a6949266c2cd2153ac657e62b8e814a5eaff28bf9943670c1836329d9fd05dc79473faa4985105
Description: Qt5 library to access AppStream services (development files)
 AppStream is a metadata specification which permits software components to
 provide information about themselves to automated systems and end-users
 before the software is actually installed.
 This permits informative displays of new applications to users in software
 centers, as well as allowing a system to make decisions on which new software
 a user might want to install (e.g. missing firmware or media handlers).
 .
 This package contains development files necessary to develop
 software management tools which use the Qt-based AppStream library.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: same

Package: libappstreamqt2
Priority: optional
Section: libs
Installed-Size: 356
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: libappstream4 (>= 0.16.0), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.62), libqt5core5a (>= 5.8.0), libstdc++6 (>= 5)
Filename: pool/target/a/appstream/libappstreamqt2_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 72284
MD5sum: 8b8da6ee12784d0f8d1ba83a2c8ed650
SHA1: b8253d26e6c232f39f6962127b7e045f195f7ef0
SHA256: 88ce9e7ffce0e4ae75cff2a6de5a4cdfb1c15e07c56443d3d60dee7472217814
SHA512: 8a19241e207db4791619cd048bd976b7fce6733f0e535a2ab3695a1bb5abd975313be669b78bb8b048db932a0e4f0a36a7537681b6f5665606cad3bab7752977
Description: Qt5 library to access AppStream services
 AppStream is a metadata specification which permits software components to
 provide information about themselves to automated systems and end-users
 before the software is actually installed.
 This permits informative displays of new applications to users in software
 centers, as well as allowing a system to make decisions on which new software
 a user might want to install (e.g. missing firmware or media handlers).
 .
 This package contains a Qt-based library to access AppStream
 services, like the software component metadata pool.
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Multi-Arch: same

Package: libappstreamqt2-dbgsym
Priority: optional
Section: debug
Installed-Size: 1423
Maintainer: Matthias Klumpp <mak@debian.org>
Architecture: arm64
Source: appstream
Version: 0.16.1-2+apertis0bv2024dev3b2
Depends: libappstreamqt2 (= 0.16.1-2+apertis0bv2024dev3b2)
Filename: pool/target/a/appstream/libappstreamqt2-dbgsym_0.16.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 1377192
MD5sum: 61c98e35bd2d6d94d450eb37c44426d2
SHA1: e5bbdff7a4d9880524d307c7555ae8e5d829d71c
SHA256: 9a0f330be4474c8a3e61b73f1771c80861b55554702d2e2339d898194c84352d
SHA512: f9047cc75ead3ee551b660c524d6d772a1e7c4e01df10ccecd8138f96d294b7af60fb3348f7eed6ccc4304ece3296eacbc2d9fc660d1b7b4f45243158e44dcf5
Description: debug symbols for libappstreamqt2
Auto-Built-Package: debug-symbols
Build-Ids: 385b1b63ddce956d75215827663185ab72f1de50
Multi-Arch: same

Package: libapt-pkg-dev
Priority: optional
Section: libdevel
Installed-Size: 516
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: arm64
Source: apt
Version: 2.6.1+apertis1bv2024dev3b2
Depends: libapt-pkg (= 2.6.1+apertis1bv2024dev3b2)
Filename: pool/target/a/apt/libapt-pkg-dev_2.6.1+apertis1bv2024dev3b2_arm64.deb
Size: 118608
MD5sum: d72b4c7314a39a509390c7dfb1be8b3e
SHA1: 30983eb60f03361f0f2db8271febe401c7ebb8c7
SHA256: 3f96c19b465d34d32277f4811b7c4b239fced69b25946ae585c3103c7b0f5b0e
SHA512: c1796d0ff8d4d61c681197810cb49b8f8024b508f93d05147e7e537f0d6f6720d000050938a225094dcd52b5257627fe9e3a1946e00e74bc9d678680bf1d4a41
Description: development files for APT's libapt-pkg and libapt-inst
 This package contains the header files and libraries for
 developing with APT's libapt-pkg Debian package manipulation
 library and the libapt-inst deb/tar/ar library.
Multi-Arch: same

Package: libapt-pkg-doc
Priority: optional
Section: doc
Installed-Size: 16073
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: all
Source: apt
Version: 2.6.1+apertis1bv2024dev3b2
Filename: pool/target/a/apt/libapt-pkg-doc_2.6.1+apertis1bv2024dev3b2_all.deb
Size: 870872
MD5sum: 66db9a8cd27bc93cb2941c8aa455bc90
SHA1: e35ba9a8ab6071e7eb07430b7e98d68bf4588850
SHA256: b3a244f0d941fd7939f14a9522e4d8cd11310efd625dd9d2848110dd1dcf7ae6
SHA512: 92e1aadbc663e1de7fdd1fc2292d479f65c9203498e9746f0fab2d2d59c4776cad1c3ca59c89cdc16acd0bf17c2da315a786b28987789e094a45e36e075aa457
Description: documentation for APT development
 This package contains documentation for development of the APT
 Debian package manipulation program and its libraries.
 .
 This includes the source code documentation generated by doxygen
 in html format.
Multi-Arch: foreign

Package: libapt-pkg6.0
Priority: optional
Section: libs
Installed-Size: 3146
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: arm64
Source: apt
Version: 2.6.1+apertis1bv2024dev3b2
Provides: libapt-pkg (= 2.6.1+apertis1bv2024dev3b2)
Depends: libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgcrypt20 (>= 1.10.0), liblz4-1 (>= 0.0~r127), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 11), libsystemd0 (>= 221), libudev1 (>= 183), libxxhash0 (>= 0.7.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.2.3)
Recommends: apt (>= 2.6.1+apertis1bv2024dev3b2)
Breaks: appstream (<< 0.9.0-3~), apt (<< 1.6~), aptitude (<< 0.8.9), dpkg (<< 1.20.8), libapt-inst1.5 (<< 0.9.9~)
Filename: pool/target/a/apt/libapt-pkg6.0_2.6.1+apertis1bv2024dev3b2_arm64.deb
Size: 817676
MD5sum: 67962a4593e8f5b9cd0905e73c566292
SHA1: ba8ff6c2f13f1fd3894bf7d370c93018a77964b7
SHA256: 20d7f30abe88e5203d7e3fff23a3a60f24260ab5d4133d66eac5db5b85cb6565
SHA512: 2c634ff2cb2494d7f8db32806b71834b7410c5c955c607fa370e34c9aabe417a702200cfc2a6eb209f6fc11afb31c14c0540e85085b06d7f647857c41d892d28
Description: package management runtime library
 This library provides the common functionality for searching and
 managing packages as well as information about packages.
 Higher-level package managers can depend upon this library.
 .
 This includes:
  * retrieval of information about packages from multiple sources
  * retrieval of packages and all dependent packages
    needed to satisfy a request either through an internal
    solver or by interfacing with an external one
  * authenticating the sources and validating the retrieved data
  * installation and removal of packages in the system
  * providing different transports to retrieve data over cdrom, ftp,
    http(s), rsh as well as an interface to add more transports like
    tor+http(s) (apt-transport-tor).
Multi-Arch: same

Package: libapt-pkg6.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 10030
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: arm64
Source: apt
Version: 2.6.1+apertis1bv2024dev3b2
Depends: libapt-pkg6.0 (= 2.6.1+apertis1bv2024dev3b2)
Filename: pool/target/a/apt/libapt-pkg6.0-dbgsym_2.6.1+apertis1bv2024dev3b2_arm64.deb
Size: 9908172
MD5sum: c5e18db53b36cd29a65667bf3b4a5439
SHA1: b809824ce101d3222b599e44e6fdc846f0e6e69f
SHA256: 4740c188201c2c30819a656b13b18f85040448e6f10c34486311f71872918c9c
SHA512: be3532cc97aaf4f99ff827734188d19171a5909246ed5d69e35a650477cdc42e0acf6205e80bb21049858d917cf5754445fa056cae52b88676f076b4a3783ce6
Description: debug symbols for libapt-pkg6.0
Auto-Built-Package: debug-symbols
Build-Ids: 2041d3c5ac675a098666d255e2433878b1df91a5
Multi-Arch: same

Package: libarchive-cpio
Priority: required
Section: utils
Installed-Size: 54
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: arm64
Source: libarchive
Version: 3.6.2-1+apertis2bv2024dev3b1
Replaces: cpio
Provides: cpio (= 2.12)
Depends: libarchive-tools (= 3.6.2-1+apertis2bv2024dev3b1)
Conflicts: cpio
Filename: pool/target/liba/libarchive/libarchive-cpio_3.6.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 26548
MD5sum: cd58d12a79b9fe25446845776ef7aed8
SHA1: ed3db459a9f3dbb3c91fcc65b81fc3a7952f77aa
SHA256: 310c9215daae7db7d54740c84b155a442875614fdc88116ef3f66710292ef84c
SHA512: 10fba62d7cd96dcb4d66e338c0efd12046d6f488ff983ec9e88c4bdcda5b92b406be8156aa2becbeb7f2c7b16998f38a528da9f02acfce3fc22bb455ffa81a80
Description: FreeBSD implementations of 'cpio' and other archive tools
 This package contains the glue to use bsdcpio as replacement of GNU cpio
 in the system by providing the appropriate symbolic links and scripts.
Homepage: https://www.libarchive.org/

Package: libarchive-dev
Priority: optional
Section: libdevel
Installed-Size: 2194
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: arm64
Source: libarchive
Version: 3.6.2-1+apertis2bv2024dev3b1
Depends: libarchive13 (= 3.6.2-1+apertis2bv2024dev3b1)
Filename: pool/target/liba/libarchive/libarchive-dev_3.6.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 547948
MD5sum: 7491d0094663a70c0df745b7d24d82e8
SHA1: 6cde17a2c4df0827bd29e94bef9aa5a146bd30d5
SHA256: de1ca2c1f8e60cb8fc97ad6c24c985dba8365e77f8882680fa883e19e5ca0edf
SHA512: 0ef6a54a6b6531c5af05342a53cce379f8882fb9728fad5154fe34fca75047a612513d167ab7420f809ae7fc95c6355f5cf88311feda45040159c9bced241bf9
Description: Multi-format archive and compression library (development files)
 The libarchive library provides a flexible interface for reading and writing
 archives in various formats such as tar and cpio. libarchive also supports
 reading and writing archives compressed using various compression filters such
 as gzip and bzip2. The library is inherently stream-oriented; readers serially
 iterate through the archive, writers serially add things to the archive.
 .
 Archive formats supported are:
 .
    * tar (read and write, including GNU extensions)
    * pax (read and write, including GNU and star extensions)
    * cpio (read and write, including odc and newc variants)
    * iso9660 (read and write, including Joliet and Rockridge extensions, with
      some limitations)
    * zip (read only, with some limitations, uses zlib)
    * mtree (read and write)
    * shar (write only)
    * ar (read and write, including BSD and GNU/SysV variants)
    * empty (read only; in particular, note that no other format will accept an
      empty file)
    * raw (read only)
    * xar (read only)
    * rar (read only, with some limitations)
    * 7zip (read and write, with some limitations)
 .
 Filters supported are:
 .
    * gzip (read and write, uses zlib)
    * bzip2 (read and write, uses bzlib)
    * compress (read and write, uses an internal implementation)
    * uudecode (read only)
    * separate command-line compressors with fixed-signature auto-detection
    * xz and lzma (read and write using liblzma)
    * zstandard (read and write using libzstd)
 .
 This package provides the files necessary for development with libarchive.
Homepage: https://www.libarchive.org/
Multi-Arch: same

Package: libarchive-tar
Essential: yes
Priority: required
Section: utils
Installed-Size: 54
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: arm64
Source: libarchive
Version: 3.6.2-1+apertis2bv2024dev3b1
Replaces: tar
Provides: tar (= 1.28-1)
Depends: libarchive-tools (= 3.6.2-1+apertis2bv2024dev3b1)
Conflicts: tar
Filename: pool/target/liba/libarchive/libarchive-tar_3.6.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 26560
MD5sum: 2c909382909516e689fe28d076336b17
SHA1: 9faa5af643eab89ac338eb8601fbcd311f30fd58
SHA256: 4f591e004e32a6b10e663e64cf43c7b8109c21e1cc65807653747742cdd517bb
SHA512: cf7e9a32ef95854c4ddb77f5e97ffadb011c66aa0fb685be311ddffda74a6488cfc2f84bb751dfca61a0161ec673a1454bb3542e37cc4979c81518bf7dfd7e2f
Description: FreeBSD implementations of 'tar' and other archive tools
 This package contains the glue to use bsdtar as replacement of GNU tar
 in the system by providing the appropriate symbolic links and scripts.
Homepage: https://www.libarchive.org/

Package: libarchive-tools
Priority: required
Section: utils
Installed-Size: 273
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: arm64
Source: libarchive
Version: 3.6.2-1+apertis2bv2024dev3b1
Depends: libarchive13 (= 3.6.2-1+apertis2bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/liba/libarchive/libarchive-tools_3.6.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 77084
MD5sum: 7edda553d35d0bfd2ef3abea7019a006
SHA1: 2ca8f78c2e40a7ed6b9812f17f523369477b612e
SHA256: 30f6713437194cc1aef0f2389d5192cc4ade3e367e6dd837ea5e575f87e80c1f
SHA512: 4d0470667c8ccae4b0a2a44c861f657c1e163bd8a6790bd78ee048cc401992de600d247ed2ccb20de52ba6eaeba69a3456de9cf6b5f78d8dc4249dad06901e0b
Description: FreeBSD implementations of 'tar' and 'cpio' and other archive tools
 This package contains several command-line tools based on the libarchive
 library.
 .
 The bsdtar program is the default system 'tar' program used on FreeBSD. bsdtar
 uses the libarchive library as a backend which does all of the work for reading
 and writing archives in various formats.
 .
 The bsdcpio program is the default system 'cpio' program used on FreeBSD.
 bsdcpio uses the libarchive library as a backend which does all of the work for
 reading and writing archives in various formats.
 .
 The bsdcat program reads archived data from files or from its standard input
 and uses the libarchive library to decompresses it to its standard output.
 It may be used for viewing the contents of archives or for passing it to other
 tools for further processing.
Homepage: https://www.libarchive.org/

Package: libarchive-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 146
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: arm64
Source: libarchive
Version: 3.6.2-1+apertis2bv2024dev3b1
Depends: libarchive-tools (= 3.6.2-1+apertis2bv2024dev3b1)
Filename: pool/target/liba/libarchive/libarchive-tools-dbgsym_3.6.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 95448
MD5sum: c832d1a55cd246436120724906cc831e
SHA1: 92b6bdb504c6d644303949c07ba3af77b376f525
SHA256: 061fd3828fd08188a7437213e3beb3c5ed4a4832996ab45a8b41fd7e19411cac
SHA512: 759c4e67ea43a696d366ae9721d00589e93518eafd0c89c405b9344464124db0406c6ff24ec4c2040858cacaf0e5e814d807d78b7716fb9a9f2a36c94fe6a9fc
Description: debug symbols for libarchive-tools
Auto-Built-Package: debug-symbols
Build-Ids: 22c71333997f218458e99567c59b492a1398a9b7 d85aaaa9f8accda13b747dde74693df59ea8bb18 ece48a134e49b3be686985e6aeefd057b01689d4

Package: libarchive13
Priority: required
Section: libs
Installed-Size: 850
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: arm64
Source: libarchive
Version: 3.6.2-1+apertis2bv2024dev3b1
Depends: libacl1 (>= 2.2.23), libbz2-1.0, libc6 (>= 2.36), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.2.2), libnettle8, libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Suggests: lrzip
Filename: pool/target/liba/libarchive/libarchive13_3.6.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 321944
MD5sum: 7165c10eb88bbbe08e8e8e5a44821be2
SHA1: 38a0590a63c2b1b8efc6987872e03794abf43151
SHA256: edc051cefb8a5a7bbf131c7c4773257380fc16932baa3b5d2e9d19574efddde6
SHA512: cb72e78f729d7f1186acfb640beda35f97c7518b1f34b58fdab55c3879b4893e0c327fba9875afe7aa4b661e1ab5f930b5c48499ca9b768bf985ec3e267ba81d
Description: Multi-format archive and compression library (shared library)
 The libarchive library provides a flexible interface for reading and writing
 archives in various formats such as tar and cpio. libarchive also supports
 reading and writing archives compressed using various compression filters such
 as gzip and bzip2. The library is inherently stream-oriented; readers serially
 iterate through the archive, writers serially add things to the archive.
 .
 Archive formats supported are:
 .
    * tar (read and write, including GNU extensions)
    * pax (read and write, including GNU and star extensions)
    * cpio (read and write, including odc and newc variants)
    * iso9660 (read and write, including Joliet and Rockridge extensions, with
      some limitations)
    * zip (read only, with some limitations, uses zlib)
    * mtree (read and write)
    * shar (write only)
    * ar (read and write, including BSD and GNU/SysV variants)
    * empty (read only; in particular, note that no other format will accept an
      empty file)
    * raw (read only)
    * xar (read only)
    * rar (read only, with some limitations)
    * 7zip (read and write, with some limitations)
 .
 Filters supported are:
 .
    * gzip (read and write, uses zlib)
    * bzip2 (read and write, uses bzlib)
    * compress (read and write, uses an internal implementation)
    * uudecode (read only)
    * separate command-line compressors with fixed-signature auto-detection
    * xz and lzma (read and write using liblzma)
    * zstandard (read and write using libzstd)
 .
 This package provides the libarchive shared library.
Homepage: https://www.libarchive.org/
Multi-Arch: same

Package: libarchive13-dbgsym
Priority: optional
Section: debug
Installed-Size: 1131
Maintainer: Peter Pentchev <roam@debian.org>
Architecture: arm64
Source: libarchive
Version: 3.6.2-1+apertis2bv2024dev3b1
Depends: libarchive13 (= 3.6.2-1+apertis2bv2024dev3b1)
Filename: pool/target/liba/libarchive/libarchive13-dbgsym_3.6.2-1+apertis2bv2024dev3b1_arm64.deb
Size: 1020904
MD5sum: 20087882608a2a212fad2e734ec7ca3d
SHA1: 69c81ed77426eb2f108e63c78fa9ed6f1ca673f8
SHA256: e5da33526a9b009b8d1316c0726e77a3f9ad695e9a0ef68bc10c091c6ddf55d7
SHA512: 7debfeef8283616935c7d1e354d13733131d900b36694bdb838f9c2fd4b12b5729a5c13db4de15ba20d435761797f7e3d964d9182c5845e40aaacc34e4571cf2
Description: debug symbols for libarchive13
Auto-Built-Package: debug-symbols
Build-Ids: c29ec74a0b1a2eae54ecb035ae06b3f6fcdc9368
Multi-Arch: same

Package: libargon2-0
Priority: optional
Section: libdevel
Installed-Size: 21
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: arm64
Source: argon2
Version: 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2
Depends: libargon2-1 (= 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2)
Filename: pool/target/a/argon2/libargon2-0_0~20171227-0.3+deb12u1+apertis0bv2024dev3b2_arm64.deb
Size: 6128
MD5sum: b44099931fa28b90a59331a2ef4f6721
SHA1: 587cd61f63ebd04e6fd7d0b7333d22d52d870d7a
SHA256: d3685895f9158b15fabce22808ca40f5364e306bfec3bc3948468f8115c8577b
SHA512: de7206d127212ebca870346693939dc4d8e744f07127b48e807de8e09796113630a4ca358da50c51bd5d8da0195ce2b2a07049fef3c16679c82d08d451ca7ebe
Description: memory-hard hashing function - runtime library
 Argon2 is a password-hashing function that can be used to hash passwords
 for credential storage, key derivation, or other applications.
 .
 There are two main versions of Argon2: Argon2i and Argon2d.
 Argon2i is the safest against side-channel attacks, while Argon2d provides
 the highest resistance against GPU cracking attacks.
 .
 Argon2i and Argon2d are parametrized by:
  * A time cost, which defines the amount of computation realized and
    therefore the execution time, given in number of iterations
  * A memory cost, which defines the memory usage, given in kibibytes
  * A parallelism degree, which defines the number of parallel threads
 .
 This package provides compatibility for packages built against older
 versions of libargon2.
Homepage: https://github.com/P-H-C/phc-winner-argon2

Package: libargon2-1
Priority: optional
Section: libs
Installed-Size: 91
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: arm64
Source: argon2
Version: 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34)
Breaks: cryptsetup-initramfs (<< 2:2.6.1-2)
Filename: pool/target/a/argon2/libargon2-1_0~20171227-0.3+deb12u1+apertis0bv2024dev3b2_arm64.deb
Size: 19200
MD5sum: 37e2f3e8c606c0b4d699cbdf2e9b7f4e
SHA1: e1007959cdf32d37a75c0d12d92c7e5981ac7b02
SHA256: f473d218ef8393945ff26aeafe729cce3bf5752e16217e6d2cc2b7095088690a
SHA512: 93959d7dfc445a8edeb09b224c1c6715421d75af17372a53b9add2aa4ade50a7538750149dbb8d846e9efcceadd145255e3a842184ee723dddf092f51acdfaea
Description: memory-hard hashing function - runtime library
 Argon2 is a password-hashing function that can be used to hash passwords
 for credential storage, key derivation, or other applications.
 .
 There are two main versions of Argon2: Argon2i and Argon2d.
 Argon2i is the safest against side-channel attacks, while Argon2d provides
 the highest resistance against GPU cracking attacks.
 .
 Argon2i and Argon2d are parametrized by:
  * A time cost, which defines the amount of computation realized and
    therefore the execution time, given in number of iterations
  * A memory cost, which defines the memory usage, given in kibibytes
  * A parallelism degree, which defines the number of parallel threads
 .
 This package includes the dynamic library against which programs are linked.
Homepage: https://github.com/P-H-C/phc-winner-argon2
Multi-Arch: same

Package: libargon2-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 58
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: arm64
Source: argon2
Version: 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2
Depends: libargon2-1 (= 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2)
Filename: pool/target/a/argon2/libargon2-1-dbgsym_0~20171227-0.3+deb12u1+apertis0bv2024dev3b2_arm64.deb
Size: 42976
MD5sum: a4f016eccb708dac2d4595805ccebdf7
SHA1: debd9ae57ea58c5b1fef6f1f1ffbb68dd95dc1f8
SHA256: 299ecb10845611fe32dd37a2b6c904c507fd84cc4752c7342b143317bfee8193
SHA512: 98a961cc01aa084854bc0c4674131de6a63e0877bc971b23bdb620490f47f30fc13df20baad0d529628c62a6fbba0466896fc6d76a26e8d14a081c258abe4ecd
Description: debug symbols for libargon2-1
Auto-Built-Package: debug-symbols
Build-Ids: ec74f1509a6ce50ea926f4abf1fde5ebdef3484e
Multi-Arch: same

Package: libargon2-dev
Priority: optional
Section: libdevel
Installed-Size: 92
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: arm64
Source: argon2
Version: 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2
Replaces: libargon2-0-dev
Provides: libargon2-0-dev
Depends: libargon2-1 (= 0~20171227-0.3+deb12u1+apertis0bv2024dev3b2)
Conflicts: libargon2-0-dev
Filename: pool/target/a/argon2/libargon2-dev_0~20171227-0.3+deb12u1+apertis0bv2024dev3b2_arm64.deb
Size: 24516
MD5sum: aa2c1a18c966eaa6d41d37643711b158
SHA1: 3beb1667b2ee067da2d64888ba56ff902889953e
SHA256: 8fae10947b19f3023fbc4f5bc1828c641c302f45397ece21f8c99c078a6d81ed
SHA512: 2d482a19f02d7efd3d83e8eda022c944a7e49cf2c3b4065d2fa3058a751e6cc3c2f69455bdc3dc5281e14c9e0de89275cb224a10a0cc4a8ebe584b9f785859ea
Description: memory-hard hashing function - development files
 Argon2 is a password-hashing function that can be used to hash passwords
 for credential storage, key derivation, or other applications.
 .
 There are two main versions of Argon2: Argon2i and Argon2d.
 Argon2i is the safest against side-channel attacks, while Argon2d provides
 the highest resistance against GPU cracking attacks.
 .
 Argon2i and Argon2d are parametrized by:
  * A time cost, which defines the amount of computation realized and
    therefore the execution time, given in number of iterations
  * A memory cost, which defines the memory usage, given in kibibytes
  * A parallelism degree, which defines the number of parallel threads
 .
 This package contains headers and libraries for developing program based
 on argon2.
Homepage: https://github.com/P-H-C/phc-winner-argon2
Multi-Arch: same

Package: libarm-compute-dev
Priority: optional
Section: libdevel
Installed-Size: 50002
Maintainer: Compute Library Team <developer-compute@arm.com>
Architecture: arm64
Source: arm-compute-library
Version: 20.08+dfsg-7+apertis0bv2024dev2b1
Depends: libarm-compute20 (= 20.08+dfsg-7+apertis0bv2024dev2b1)
Suggests: libarm-compute-doc (= 20.08+dfsg-7+apertis0bv2024dev2b1)
Filename: pool/target/a/arm-compute-library/libarm-compute-dev_20.08+dfsg-7+apertis0bv2024dev2b1_arm64.deb
Size: 4658460
MD5sum: 18fabe9103d3db9529c50155b7016fa4
SHA1: 1ba6e1c509e476643d6a687afba13b81dcdb285a
SHA256: a36a9628115c7c04bdce7c5d14a4592538c16ae969d10f150ad2592316fdd9ae
SHA512: 43b361aaacf947df0d6b78d705f97bf975d2fd13b3da1c165855293244d43a22f68a80ee6df13f1e24f58f68831ac8aeffba50d5e693d99004896805f629dbda
Description: Arm Compute Library - development files
 Arm Compute Library is a software library for computer vision and
 machine learning.  It is a collection of low-level functions
 optimized for Arm CPU and GPU architectures targeted at image
 processing, computer vision, and machine learning.  Arm Compute
 Library is usable as a shared or static library.
 .
 Both 32 and 64-bit variants are supported: armhf (ARM v7, 32-bit),
 and arm64 (ARM v8, 64-bit, aarch64)
 .
 This package contains the development files (headers, static library)
Homepage: https://github.com/ARM-software/ComputeLibrary
Multi-Arch: same

Package: libarm-compute-doc
Priority: optional
Section: doc
Installed-Size: 354703
Maintainer: Compute Library Team <developer-compute@arm.com>
Architecture: all
Source: arm-compute-library
Version: 20.08+dfsg-7+apertis0bv2024dev2b1
Depends: libjs-mathjax
Filename: pool/target/a/arm-compute-library/libarm-compute-doc_20.08+dfsg-7+apertis0bv2024dev2b1_all.deb
Size: 12846032
MD5sum: 07a93f5f7c89ec8b33b890e82b758ef1
SHA1: 6e69c4812331333a6d6dad175262d2de8b55f111
SHA256: a5f9ea83727970ba1ea1a4c9e0c65389434991367e35363461e22aa99adc8f66
SHA512: 661ee2c36ad403f0f57e53663928641751eb3c519155150009d923690612ffa8efdc12ffe2e4803b6f9b8455cc65769973dc52db6462f5da760567c13ec60819
Description: Arm Compute Library - documentation
 Arm Compute Library is a software library for computer vision and
 machine learning.  It is a collection of low-level functions
 optimized for Arm CPU and GPU architectures targeted at image
 processing, computer vision, and machine learning.  Arm Compute
 Library is usable as a shared or static library.
 .
 Both 32 and 64-bit variants are supported: armhf (ARM v7, 32-bit),
 and arm64 (ARM v8, 64-bit, aarch64)
 .
 This package contains the Compute Library documentation as HTML.
Homepage: https://github.com/ARM-software/ComputeLibrary
Multi-Arch: foreign

Package: libarm-compute20
Priority: optional
Section: libs
Installed-Size: 20287
Maintainer: Compute Library Team <developer-compute@arm.com>
Architecture: arm64
Source: arm-compute-library
Version: 20.08+dfsg-7+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 12)
Filename: pool/target/a/arm-compute-library/libarm-compute20_20.08+dfsg-7+apertis0bv2024dev2b1_arm64.deb
Size: 3012524
MD5sum: fdee92dc96948574afb4465c0b35e2c5
SHA1: aba5aa01f9c74f2d0c2eafba38b474b5d8f4442a
SHA256: 3203d48e3055b70a3362f4d0e19262807bd26c500aced8c9e8fb7ce87ee8e531
SHA512: 9731e2c148576b6432cc20856ac8b716982b2e821c0d1eeaa1a690f29a6a612cc4f0d1579988bfe5d41636eeea0b6990c3a8a51b3a95b8c2ee20cfdb5522939b
Description: Arm Compute Library
 Arm Compute Library is a software library for computer vision and
 machine learning.  It is a collection of low-level functions
 optimized for Arm CPU and GPU architectures targeted at image
 processing, computer vision, and machine learning.  Arm Compute
 Library is usable as a shared or static library.
 .
 Both 32 and 64-bit variants are supported. (ARM v7, 32-bit, armhf,
 and ARM v8, 64-bit, aarch64/arm64)
Homepage: https://github.com/ARM-software/ComputeLibrary
Multi-Arch: same

Package: libarm-compute20-dbgsym
Priority: optional
Section: debug
Installed-Size: 2423
Maintainer: Compute Library Team <developer-compute@arm.com>
Architecture: arm64
Source: arm-compute-library
Version: 20.08+dfsg-7+apertis0bv2024dev2b1
Depends: libarm-compute20 (= 20.08+dfsg-7+apertis0bv2024dev2b1)
Filename: pool/target/a/arm-compute-library/libarm-compute20-dbgsym_20.08+dfsg-7+apertis0bv2024dev2b1_arm64.deb
Size: 280228
MD5sum: e9f69f81b82128385d6065c283a001d9
SHA1: 4f3f8075cd62fd89a4790243095ddfad4369f22d
SHA256: bd6be477e6043d946cf1ba6cc40117094df55d1e8cfe66365446e9f0f3b5f0db
SHA512: 241451c190044ba1234ad7b9b6e501cb829326fd98fde5da29db6beb2a33806ccf44014e74f52c04891fbfa502ba7094583c9643eef6b901d0993ff46b26e753
Description: debug symbols for libarm-compute20
Auto-Built-Package: debug-symbols
Build-Ids: 5c4617041bd65a6200ee7c5447e862ce268504fb a3c7459fff533ff94486186799e4655a35117d0b ea5a4cd0a4d58d83596a6dfd22cd20f30d427f7d
Multi-Arch: same

Package: libasan8
Priority: optional
Section: libs
Installed-Size: 8072
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34), libgcc-s1 (>= 3.3)
Filename: pool/target/g/gcc-12/libasan8_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 2096396
MD5sum: 6798d384dca06df2c9c20a0ea9e2be6a
SHA1: c3faffdb32ea6ced343779461642c3e23d2050fe
SHA256: 5bd7e383889c6c3ab4ad12b60f89de260d8b544b6b1ea15af73520d5e4711fd5
SHA512: 463c2e776d1085dc5410d89168c707f6e284a8663a5c964952403a5b0207f61599a0733ae7f79746eb79c48e255d941feccc4e2c176f8535d9bdf0d38f58a92c
Description: AddressSanitizer -- a fast memory error detector
 AddressSanitizer (ASan) is a fast memory error detector.  It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libasm-dev
Priority: optional
Section: libdevel
Installed-Size: 127
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libasm1 (= 0.188-2.1+apertis2bv2024dev3b1), libelf-dev
Conflicts: libasm0-dev, libelfsh0-dev
Filename: pool/target/e/elfutils/libasm-dev_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 41456
MD5sum: bcba934bac09bf5e257f633e9f76eaf8
SHA1: 716ef60682f571ec690e75f40d20f8e5b35e81f1
SHA256: 3bdea4afbc96130d1650b4bc432cd39c572b12a31e9d777690ea07d16e41fd69
SHA512: e68e4bf2dc0dd7449c0cb7f1309f09c589a212492f813d1753be0f522893d9c6d58d1712fab9f08f2d7eb943258a4e42f4bc2846b3bbbdb9b231fcd1d1c10432
Description: libasm development libraries and header files
 libasm1 allows you to create ELF files on a low level.
 .
 This package contains development libraries and header files for libasm1.
Homepage: https://sourceware.org/elfutils/
Multi-Arch: same

Package: libasm1
Priority: optional
Section: libs
Installed-Size: 114
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.17), libdw1 (= 0.188-2.1+apertis2bv2024dev3b1), libelf1 (= 0.188-2.1+apertis2bv2024dev3b1)
Filename: pool/target/e/elfutils/libasm1_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 38164
MD5sum: de0df39c143f57c1d29deac264fee74f
SHA1: 2e44f488f2ef21c6b4a58dcb90357a40b1a8b6dc
SHA256: 9d698a69d30f41116bb0f84a04514a06e76a1c10a1d0ae1fc1f54d2b05cd7079
SHA512: ac7ecf2fa480e1bb86f88c3aa626eceb3d819c90be0661db82e56ea91abea20632d8073714432aef0fc9f46ee4670052582ca95d954a5fc64b1ee897d5ca14bf
Description: library with a programmable assembler interface
 The libasm1 package provides a library with a programmable assembler
 interface.  It allows you to create ELF files on a low level.
 .
 This library is part of elfutils.
Homepage: https://sourceware.org/elfutils/
Multi-Arch: same

Package: libasm1-dbgsym
Priority: optional
Section: debug
Installed-Size: 63
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libasm1 (= 0.188-2.1+apertis2bv2024dev3b1)
Filename: pool/target/e/elfutils/libasm1-dbgsym_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 42928
MD5sum: 134f69fbb2f148ed2a6895577d92c61c
SHA1: f57d8cd356050fe03c344b9a09e94fac12ccee27
SHA256: 13e4042b46430a30998145d6ce91af9d2498df20c435f862d37a870ae9e98cfb
SHA512: e07e1840afe2f691fbb3cdffd9158946b0fbba24c61d2069cabacaaa708f20d0f37451da145910b7d2cac1a5eb046e936372943d9b3dc18907b8ec0e8d5f428f
Description: debug symbols for libasm1
Auto-Built-Package: debug-symbols
Build-Ids: 72e56c06680a6470c912319715d0a8f2446c206d
Multi-Arch: same

Package: libasn1-8-heimdal
Priority: optional
Section: libs
Installed-Size: 781
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libcom-err2 (>= 1.43.9), libroken19-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libasn1-8-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 172476
MD5sum: 0fa9ba3338248f79417713ffc891829f
SHA1: a801f21dfa87e9bbf41096e0bda48a0f82284ac2
SHA256: 7d68e157664eb9e48c2c7ad4e44a0963fda0b79c8bd965b6bb0e09e2e275a041
SHA512: 9401e0dbbd0e09b7389c76df35b445840affbb490334927bbcd20d066886b0daccedbfe520ee298b348af06c8fb8e313db70cac945874db007121d4d486d4859
Description: Heimdal Kerberos - ASN.1 library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the ASN.1 parser required for Heimdal.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libasn1-8-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 747
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libasn1-8-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libasn1-8-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 678748
MD5sum: dd13a2a5352d63b20e7f941bde3d5492
SHA1: 3dd62764b8e05da7c9fee75d6ed1dc26bb13b58b
SHA256: ffb0fd83780c635f91fc46b8f1a0a26a33cda9da764860a1618d6f3c0cca9c63
SHA512: c4c6d5bc059c32808acb664682249f11978762b0c57d5e75f742cc997ef8f51f8d5c3452a4dc094352e05fc2d01c2384d55b8bf5118bdb71fbabdcf7c8e5d8f0
Description: debug symbols for libasn1-8-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 87f11a0c53e43e5f79bf8bc4824c4702915df7be
Multi-Arch: same

Package: libasound2
Priority: optional
Section: libs
Installed-Size: 1204
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Depends: libasound2-data (>= 1.2.8-1+apertis0bv2024dev3b1), libc6 (>= 2.34)
Suggests: libasound2-plugins (>= 1.0.24)
Breaks: alsa-utils (<< 1.2.1)
Filename: pool/target/a/alsa-lib/libasound2_1.2.8-1+apertis0bv2024dev3b1_arm64.deb
Size: 329388
MD5sum: df0fa5c1de10110a4c587984543e3d13
SHA1: 48242efc9542a9eb5b7b17057689a6de70201bca
SHA256: e42e689a8971ae51d32b57921a6c25ba8e35983fd02edf3af7fcde15911f378e
SHA512: e4f9b2ef13ccfe5905e06a14408ac67768f4ffea6fc142111d320eb6dc09ae819a3b44387845752ea7f260da8d23642f5caa6fc8c4dc8217d2bee2c03c709e1e
Description: shared library for ALSA applications
 This package contains the ALSA library and its standard plugins, as well
 as the required configuration files.
 .
 ALSA is the Advanced Linux Sound Architecture.
Homepage: https://www.alsa-project.org/
Multi-Arch: same

Package: libasound2-data
Priority: optional
Section: libs
Installed-Size: 203
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: all
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Replaces: libasound2 (<< 1.2.8-1+apertis0bv2024dev3b1)
Recommends: alsa-ucm-conf, alsa-topology-conf
Suggests: alsa-utils
Breaks: libasound2 (<< 1.2.8-1+apertis0bv2024dev3b1)
Filename: pool/target/a/alsa-lib/libasound2-data_1.2.8-1+apertis0bv2024dev3b1_all.deb
Size: 23060
MD5sum: 71ddd47aeaf920d29d5e74abc9c89cd9
SHA1: 4eb734d9d02df940c8f3a69ef3b9d3b84193b445
SHA256: 626171508f5e5b6007d000f3c165088c5f4cb9634a0f0bc32456cd48ef537754
SHA512: b37d3145eb978ba5696c342b812604cd2b5295dd9d508cca9691bdf67768baae1832146931739e5a56cad10f19d4da9489bc5a741c8710115c8652b1f4da15ab
Description: Configuration files and profiles for ALSA drivers
 This package contains configuration files for ALSA drivers.
 .
 ALSA is the Advanced Linux Sound Architecture.
Homepage: https://www.alsa-project.org/
Multi-Arch: foreign

Package: libasound2-dbgsym
Priority: optional
Section: debug
Installed-Size: 1345
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Depends: libasound2 (= 1.2.8-1+apertis0bv2024dev3b1)
Filename: pool/target/a/alsa-lib/libasound2-dbgsym_1.2.8-1+apertis0bv2024dev3b1_arm64.deb
Size: 1174860
MD5sum: 2e961344ff0ed129073a0609149bb648
SHA1: 5e5f654ea0808c2bb4b8d33dacbbd77e3a569f9f
SHA256: 17aa48f295cc630e7e8bbee3b8455cc56c0e409045d5f4874b4a196b76edde7f
SHA512: 1983a2f13cbfc07c09fba3136a993a1e7c4b8ac34906edf473499b8565875b616d0b103c073cb6eb1cbda493fbe18ae4fa1643c574e1ef1aea0aae22f2d7532a
Description: debug symbols for libasound2
Auto-Built-Package: debug-symbols
Build-Ids: f4c98b68f6b3eeb9740fd0b0a0035e6dd15a71cd
Multi-Arch: same

Package: libasound2-dev
Priority: optional
Section: libdevel
Installed-Size: 663
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Provides: libasound-dev
Depends: libasound2 (= 1.2.8-1+apertis0bv2024dev3b1)
Suggests: libasound2-doc
Filename: pool/target/a/alsa-lib/libasound2-dev_1.2.8-1+apertis0bv2024dev3b1_arm64.deb
Size: 112100
MD5sum: df7d429cf59647492978769ef4e8e912
SHA1: 65761d54e727bb980713da967e279cd8de366f5b
SHA256: a900ea44ff1363d96cbfb771743f4fdfa422ee63d47a9cd5253b959df7b4b887
SHA512: ce101a4863a500ed87a17f0f84372cc94c1c7d742049dc0ee744d55e5ab6448f6fcc4b03e1d033941913031d7721bfeecb9f34bdbc26ef96dc73b2358e7d7772
Description: shared library for ALSA applications -- development files
 This package contains files required for developing software
 that makes use of libasound2, the ALSA library.
 .
 ALSA is the Advanced Linux Sound Architecture.
Homepage: https://www.alsa-project.org/
Multi-Arch: same

Package: libasound2-doc
Priority: optional
Section: doc
Installed-Size: 16497
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: all
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Depends: libjs-jquery
Suggests: libasound2-dev
Filename: pool/target/a/alsa-lib/libasound2-doc_1.2.8-1+apertis0bv2024dev3b1_all.deb
Size: 2227568
MD5sum: 2fd88826628c9027732d9e5c871468fb
SHA1: 325d2e565bd9f084dc266f946804e23fda3ac197
SHA256: 90deb5a47d54443442ddec9c3b5aaddc0f9cfef73caa91d7c70fbf52fea5ea44
SHA512: 965cec77e9126496b363fca1a6611889b5ee5151ed54cc48d90cbba2d3b57256454f3648fdb78adac6f440751a8f160c0002c38ad4a1dd9f87f4484261f8e950
Description: documentation for user-space ALSA application programming
 This package contains the HTML documentation for the ALSA library, which
 describes the development API for user-space applications that want to
 use ALSA.
 .
 ALSA is the Advanced Linux Sound Architecture.
Homepage: https://www.alsa-project.org/
Multi-Arch: foreign

Package: libasound2-plugin-smixer
Priority: optional
Section: libs
Installed-Size: 87
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Depends: libasound2 (= 1.2.8-1+apertis0bv2024dev3b1), libc6 (>= 2.17), libpython3.11 (>= 3.11.0)
Filename: pool/target/a/alsa-lib/libasound2-plugin-smixer_1.2.8-1+apertis0bv2024dev3b1_arm64.deb
Size: 15360
MD5sum: 61eb1606957b3514e20f0da8f8ab1ca6
SHA1: 7db98ba17032c9a318f0acde73aee2c98792453a
SHA256: 0c8431c7e57b7a15870047d1312aec9b767bdd822221d2667ac03ba188b203b4
SHA512: 35e5b25b4257864cdf087815fcf2c98c1bc52141b58ac5dc1e642dde4bc0720fff6d756521baf6e25fe7ea51ab153ad93fa64aefb61a06cf57503211f718365a
Description: smixer plugin for ALSA library
 This package contains the smixer (Simple Mixer) interface for the ALSA
 library.
 .
 ALSA is the Advanced Linux Sound Architecture.
Homepage: https://www.alsa-project.org/
Multi-Arch: same

Package: libasound2-plugin-smixer-dbgsym
Priority: optional
Section: debug
Installed-Size: 54
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Depends: libasound2-plugin-smixer (= 1.2.8-1+apertis0bv2024dev3b1)
Filename: pool/target/a/alsa-lib/libasound2-plugin-smixer-dbgsym_1.2.8-1+apertis0bv2024dev3b1_arm64.deb
Size: 36916
MD5sum: 036a10746b1ea59546dcba05e11edee0
SHA1: d2a240562ac7071207f9eb857549f72e4173f766
SHA256: 143b0ee718fb7f77d3438d8578608061a888ec401dca9f849f3e20f51fea365f
SHA512: f11dbb29e1dec257ff2970d39dcc0cee4e522477d86d0e91fee972ee8cc6ee1695b0bd7bbb9bd7bf389aebc107c6ffa6aa5f78c04d5955a1e2416c08d92b6bef
Description: debug symbols for libasound2-plugin-smixer
Auto-Built-Package: debug-symbols
Build-Ids: fb93e09ffc28630f506b3fbd915202635bd4ba5c
Multi-Arch: same

Package: libasound2-plugins
Priority: optional
Section: libs
Installed-Size: 950
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-plugins
Version: 1.2.7.1-1+apertis2bv2024dev2b1
Depends: libasound2 (>= 1.2.5), libc6 (>= 2.34), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libpulse0 (>= 0.99.1-1~), libsamplerate0 (>= 0.1.7), libspeexdsp1 (>= 1.2.1)
Filename: pool/target/a/alsa-plugins/libasound2-plugins_1.2.7.1-1+apertis2bv2024dev2b1_arm64.deb
Size: 60120
MD5sum: b8ede97980914de9470aece12a7a9795
SHA1: 7575f973afa28bde4393320240ad0e2f6ad378a7
SHA256: 983714ebc48b32ae623e0a4681e6ec9ce1ca205268dd9bb3afeae1470719394f
SHA512: a99283403554893a9606c44aae26f00b4bfa78ed49854cd79692583bb2e8ed032c39bc477070cae1354c9c90ee71ae9ee69b49d4c927578b8c599e32f2d65dd8
Description: ALSA library additional plugins
 This package contains plugins for the ALSA library that are
 not included in the main libasound2 package.
 .
 The following plugins are included, among other:
   - a52: S16 to A52 stream converter
   - jack: play or capture via JACK
   - oss: run native ALSA apps on OSS drivers
   - pulse: play or capture via Pulse Audio
   - upmix and vdownmix: convert from/to 2 and 4/6 channel streams
 .
 ALSA is the Advanced Linux Sound Architecture.
Homepage: https://www.alsa-project.org/
Multi-Arch: same

Package: libasound2-plugins-dbgsym
Priority: optional
Section: debug
Installed-Size: 263
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-plugins
Version: 1.2.7.1-1+apertis2bv2024dev2b1
Depends: libasound2-plugins (= 1.2.7.1-1+apertis2bv2024dev2b1)
Filename: pool/target/a/alsa-plugins/libasound2-plugins-dbgsym_1.2.7.1-1+apertis2bv2024dev2b1_arm64.deb
Size: 143956
MD5sum: c94f89222dca3020d12b3f6d33657acf
SHA1: 9eba5332ccb5147d6406c97a6ea2ce3a74302d3c
SHA256: b0594fb15c096939ac7b149807527911aba2b1f03e816fca772aac6d42b56dac
SHA512: e7a9413cddfb8d64b78ded010d5e50a76478bc6dbe3a6fcbe6171c7206462e638f7ec8c29831a609683729d99d933180c3e4c75896c082e4acf957c0846b41b9
Description: debug symbols for libasound2-plugins
Auto-Built-Package: debug-symbols
Build-Ids: 0b570f4e3f8ebbb29208ce25d873ecdc0b528e87 20322b78d8603a4a9c5256133cd16b171b283d5d 22764a0b1448b9b4c7f179d32d3e44968947890a 26eb61b59b9fec87a97f80d8c533d1a75357259a 5349e29029df140d3b4c2b2d060a36d79d33c4a2 66f42abf3deae2e5e6e5650ed51b38228f8575b3 7db945d74287fc83e1065a756a28d00833ba2166 94f5ebcd30d532ca28ecefc479b2b779681d6401 9d349e581638baee02c7ae02b81faefc05cd3376 a332f4bfbd343019eab4c8a4852991c9b83a89f4 bcbafffa35e0fdb5347e9109d55d75d2954d2c71 cafbdca1aa2b8c30c18bf493d182f6b650ea0155 cb6cb03b904f04a18ae588a350528f5af2e342ec
Multi-Arch: same

Package: libaspell-dev
Priority: optional
Section: libdevel
Installed-Size: 60
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: arm64
Source: aspell
Version: 0.60.8-4+apertis0bv2024dev2b1
Depends: libaspell15 (= 0.60.8-4+apertis0bv2024dev2b1)
Suggests: aspell-doc
Filename: pool/target/a/aspell/libaspell-dev_0.60.8-4+apertis0bv2024dev2b1_arm64.deb
Size: 23560
MD5sum: 006154834ad850ce8a2f6cb1d9f985e6
SHA1: 25ebae65aed6020ea8d8d262ad236c6406f74d94
SHA256: d341d677d749dfd54f17c9a61a91fce3af9bceaf120449a559eeed5711f7e52b
SHA512: 65e65dd9a33ec5b74b8df0defdff3e9a352d55d6563bf2440834981dfcaee8b19075950b43eaf6b5a37c9108bb3e88cd8f228bb8a87246f9e58b1927bf06abba
Description: Development files for applications with GNU Aspell support
 This package contains the headers and static libraries for developing
 applications with Aspell spell-checking support.
 .
 You need this package ONLY if you plan to build applications that link
 against the Aspell libraries.  You do not have to install this package
 if all you want to do is use the Aspell program to spell-check
 documents.
Homepage: http://aspell.net/
Multi-Arch: same

Package: libaspell15
Priority: optional
Section: libs
Installed-Size: 2685
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: arm64
Source: aspell
Version: 0.60.8-4+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 11)
Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary
Suggests: aspell
Conflicts: aspell6-dictionary
Breaks: aspell-bin (<< 0.60.3-2)
Filename: pool/target/a/aspell/libaspell15_0.60.8-4+apertis0bv2024dev2b1_arm64.deb
Size: 305336
MD5sum: d5ae4207275b531ea924343b2aefe96a
SHA1: 6e41a4431d0be4dd7c92e70e34a3e05b1ed7d842
SHA256: 75ba0241f9ea72afdb522f43e41b144e0ab4eb6c3d210f44336de575e114b5a5
SHA512: 20339ce3385f5ad99de00933f1f850ad708405214c369d08d8643e43b99f39a5525250d596faefa5e7cd75347bbf603abd88c09be762a1945c3fec0cbd01d35c
Description: GNU Aspell spell-checker runtime library
 These are the runtime parts of the Aspell and pspell spell-checking
 toolkits, needed by applications that use the toolkits at runtime.
 .
 For a standalone spell-checker, install aspell as well.
Homepage: http://aspell.net/
Multi-Arch: same

Package: libaspell15-dbgsym
Priority: optional
Section: debug
Installed-Size: 2680
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: arm64
Source: aspell
Version: 0.60.8-4+apertis0bv2024dev2b1
Depends: libaspell15 (= 0.60.8-4+apertis0bv2024dev2b1)
Filename: pool/target/a/aspell/libaspell15-dbgsym_0.60.8-4+apertis0bv2024dev2b1_arm64.deb
Size: 2504908
MD5sum: 1d4e0c03e06ea20978f0c2cbc0a5c5f7
SHA1: 251131d0c17850eb0942b365d45a52ff508eba6b
SHA256: 0491042dec001ad0f30909294f8986bd3601533c668b70191399490c8ad8fe8e
SHA512: ad987fcf246e211aded8d56f2a14bdcdb5a1668b1bc7457f70b1b8dacf5363525e92427115f78efb67cb82964935bdead119f1d12f98f4e4e38e5bb6a934de75
Description: debug symbols for libaspell15
Auto-Built-Package: debug-symbols
Build-Ids: 0a5d28e81ea92aca81e6e82d28d8560d4596b23b 0fa0137a654cd5ff6bc3a5064d0718195fcfaabf 325183db987fa501c73d32190dba31715237915f 4597ae15ceddcef2154157efc9762cb5858f4641 45e2e85193e55588f64cfff7bbaaf3606ab1aa78 70f630479ad75762e8c9c715675c74ed978997ea d434ed41aa3dabb8eead55a15d96634116fd5ee1 d99507750daa803e6880ef57b98485bd1b81b3ea efabf3c9bbd15047e000b15fbbabe0df577a28e5 f007b26805c8725e89d7c75fb298df43d488e7f7 fa3b70aa8cdf36c027da9496df6540c4b87d031b
Multi-Arch: same

Package: libasyncns-dev
Priority: optional
Section: libdevel
Installed-Size: 503
Maintainer: Tanguy Ortolo <tanguy+debian@ortolo.eu>
Architecture: arm64
Source: libasyncns
Version: 0.8-6+apertis1bv2024dev3b1
Depends: libasyncns0 (= 0.8-6+apertis1bv2024dev3b1)
Filename: pool/target/liba/libasyncns/libasyncns-dev_0.8-6+apertis1bv2024dev3b1_arm64.deb
Size: 104456
MD5sum: 0c32fac5132d8cdd81656fc3226d5a63
SHA1: 44f9a279895d5d04f71976ed3892355516e87e30
SHA256: 5044f109b19ccf43e272b08021130138f05b553bd66aa0e119b2789e1d838e2b
SHA512: a366bc9c5ed55d9df851c392c6e6cd635f734256e23fd78d05c1d79cd68c4162be6bacd2dd0a8bf8451790fa73c6e8a188b80f067996ab0c99ca16a83f3bbef3
Description: Asynchronous name service query library development files
 libasyncns is a C library for Linux/Unix for executing name service queries
 asynchronously. It is an asynchronous wrapper around getaddrinfo(3),
 getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.
 .
 This package contains development headers and libraries.
Homepage: http://0pointer.de/lennart/projects/libasyncns/

Package: libasyncns0
Priority: optional
Section: libs
Installed-Size: 86
Maintainer: Tanguy Ortolo <tanguy+debian@ortolo.eu>
Architecture: arm64
Source: libasyncns
Version: 0.8-6+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/liba/libasyncns/libasyncns0_0.8-6+apertis1bv2024dev3b1_arm64.deb
Size: 11648
MD5sum: 7b30e73336c66dd34d3ddf4102a67eec
SHA1: e7e1e9d225c1bc02c66d35424c0663ab1ea83f3c
SHA256: 80aa58880bf78bfb6cc2e80090f46e12b45ed3cc8bfa43d7157bc59a5c5ee49d
SHA512: 0ebc1da013d8c3e050b4b624ca8000e536c5d24bb5a50260c755eb034570aa12de8d1184f3420c70ee7a9bc44fa27bab851901129079b040d354e3abf861e31c
Description: Asynchronous name service query library
 libasyncns is a C library for Linux/Unix for executing name service queries
 asynchronously. It is an asynchronous wrapper around getaddrinfo(3),
 getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.
Homepage: http://0pointer.de/lennart/projects/libasyncns/
Multi-Arch: same

Package: libasyncns0-dbgsym
Priority: optional
Section: debug
Installed-Size: 39
Maintainer: Tanguy Ortolo <tanguy+debian@ortolo.eu>
Architecture: arm64
Source: libasyncns
Version: 0.8-6+apertis1bv2024dev3b1
Depends: libasyncns0 (= 0.8-6+apertis1bv2024dev3b1)
Filename: pool/target/liba/libasyncns/libasyncns0-dbgsym_0.8-6+apertis1bv2024dev3b1_arm64.deb
Size: 23812
MD5sum: 2641fb0d09b537e8e62b11a476913ae6
SHA1: 8ffd732695fceb030fcb449ef98e3e5d8ffd41d7
SHA256: 1f27603a30c6b413a0a1e5e101465a5b3c2a3af8c99e85e03d2a8bc1faad5fbe
SHA512: 8206db45e272477fe7c351358c1ad19108b17f785dd5566ae0bd1d2a5cf098626386d243df687e17d8ff7ec4937266d3ed2d6f782c9c46b6bfb2466894871752
Description: debug symbols for libasyncns0
Auto-Built-Package: debug-symbols
Build-Ids: 4dba09995aede2d8187bc236104ec6a8263fa1c9
Multi-Arch: same

Package: libatasmart-bin
Priority: optional
Section: utils
Installed-Size: 149
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libatasmart
Version: 0.19-5+apertis1bv2024dev3b1
Depends: libatasmart4 (>= 0.13), libc6 (>= 2.34)
Filename: pool/target/liba/libatasmart/libatasmart-bin_0.19-5+apertis1bv2024dev3b1_arm64.deb
Size: 9024
MD5sum: c52fdf118d086d6ee771a2c2f509633c
SHA1: 18c4af8a7b830d1dff00189635a6284e196835f2
SHA256: 329e18552e3b20e21edcf0ffb7e89a7b3d15b11ef9a066dd5fc57ca111bb2f90
SHA512: 1d93dbd744f3206ec0d4ad423a133ac385c17c33eed95976fca7edba411fa42b918f9f754e38f3e28ca53d4c5a936e48f79aa612035ae7b34c8229b6f527b6c2
Description: ATA S.M.A.R.T. reading and parsing library - utilities
 A small and lightweight parser library for ATA S.M.A.R.T. hard disk
 health monitoring.
 .
 This package contains the following utilities:
 * skdump - a small tool that produces a similar output to smartctl -a
 * sktest - a small tool for starting/aborting S.M.A.R.T. self-tests
Homepage: http://0pointer.de/blog/projects/being-smart.html
Multi-Arch: foreign

Package: libatasmart-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 36
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libatasmart
Version: 0.19-5+apertis1bv2024dev3b1
Depends: libatasmart-bin (= 0.19-5+apertis1bv2024dev3b1)
Filename: pool/target/liba/libatasmart/libatasmart-bin-dbgsym_0.19-5+apertis1bv2024dev3b1_arm64.deb
Size: 13408
MD5sum: 0a072460960338594bbd2857f35c373a
SHA1: e92305a42d574f237267da05f524d91c20ee072f
SHA256: 4ba42beb77f380b3270f28f780e0e4ed9c295749ae958bd63dde3baed8c78461
SHA512: 1891080e5ebd8fa4b5e852f4612f48dc4207b0f73f6b24eeec5ef599d8dff86f3502b60e1adcebb7ec07f69e917e35b8f6e3ad359fabacca469516a397fc0e0f
Description: debug symbols for libatasmart-bin
Auto-Built-Package: debug-symbols
Build-Ids: c911dee24e2a628d2ffa0142c0d394c3c9b7b9ab e602a24aa64f981c1a5e98e1f2bad28e552f7e65

Package: libatasmart-dev
Priority: optional
Section: libdevel
Installed-Size: 37
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libatasmart
Version: 0.19-5+apertis1bv2024dev3b1
Depends: libatasmart4 (= 0.19-5+apertis1bv2024dev3b1)
Filename: pool/target/liba/libatasmart/libatasmart-dev_0.19-5+apertis1bv2024dev3b1_arm64.deb
Size: 7208
MD5sum: bfb2cd8ea2f03ae2c323465bfdfbdf56
SHA1: aa5cd5b4d4d15867c4cf89505ce07cc52f02580d
SHA256: 4d585da5332ea930ec1d37c537fae0f8f7f5c5c95327891366c90c1dfc53ad38
SHA512: e4cd4ce796644646b36a9e4c7fa9fd07b394e1a76d37f0e7e9160e1510de2f699e58c80e9661191863d4c41370aa03dd22214e194e53fb9057487ca818b76b46
Description: ATA S.M.A.R.T. reading and parsing library - development files
 A small and lightweight parser library for ATA S.M.A.R.T. hard disk
 health monitoring.
 .
 This package contains the development files.
Homepage: http://0pointer.de/blog/projects/being-smart.html
Multi-Arch: same

Package: libatasmart4
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libatasmart
Version: 0.19-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libudev1 (>= 183)
Filename: pool/target/liba/libatasmart/libatasmart4_0.19-5+apertis1bv2024dev3b1_arm64.deb
Size: 21916
MD5sum: b2fe3139bf9960e4abad721ed28228c3
SHA1: 7a79956be94f6eb96d1f10cd64fce31860d52e4f
SHA256: 12f5d0a137d9ed61f7780e567a0ef472268e13570d0ff9b9e791a6604af7c9dc
SHA512: b521c8a391709c62744fa6677ed8fe47e85c7ed39e641a299f0523e52cd60d7b06a07ecba5a6a47b644e506d5dbac0c4087879db5b7bc9228a4c0dc02dfa9f9b
Description: ATA S.M.A.R.T. reading and parsing library
 A small and lightweight parser library for ATA S.M.A.R.T. hard disk
 health monitoring.
 .
 This package contains the shared library.
Homepage: http://0pointer.de/blog/projects/being-smart.html
Multi-Arch: same

Package: libatasmart4-dbgsym
Priority: optional
Section: debug
Installed-Size: 63
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libatasmart
Version: 0.19-5+apertis1bv2024dev3b1
Depends: libatasmart4 (= 0.19-5+apertis1bv2024dev3b1)
Filename: pool/target/liba/libatasmart/libatasmart4-dbgsym_0.19-5+apertis1bv2024dev3b1_arm64.deb
Size: 45292
MD5sum: a1729545ca3e8f17e459cdd6797fd82e
SHA1: 352801f6e1ebd15b3d8e3e9022b75135b2140430
SHA256: 30a8f8dc93cd4d8cddbf6f7f649a40d21400116ee11708ecb3670b75544ed8aa
SHA512: 310b9d76727ac623d555e333a05096dc6115c0f03687e8a75d20209ae0f042fb4c99cb9bdb35c5fd0911436593cf24b4ecc568b5480a49abd086d3dd62287d86
Description: debug symbols for libatasmart4
Auto-Built-Package: debug-symbols
Build-Ids: f3e79da02aff8adc010793bf4224f754390d5d96
Multi-Arch: same

Package: libatk-adaptor
Priority: optional
Section: misc
Installed-Size: 111
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Replaces: at-spi
Provides: at-spi
Depends: libatk-bridge2.0-0 (>= 2.46.0-5+apertis0bv2024dev3b1), libglib2.0-0 (>= 2.62)
Conflicts: at-spi
Filename: pool/target/a/at-spi2-core/libatk-adaptor_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 11900
MD5sum: b412b0d9ff9ad5ff858bd54ada07cddc
SHA1: 4730c02c1355eebc3b655c03a2241e2315af7862
SHA256: 40ee617d69de95acccc0c72d5f8523a4f6424722625808690a3e0670db68f31b
SHA512: dff89a9bd6d47e2713c4774d4cf5bf80ad473328ca3df0b6302bc39053099f27f73bdf4c3ff5aa426cb461e19deb828009a9d236684d672889d7ac3b749c71ac
Description: AT-SPI 2 toolkit bridge
 This package includes a gtk-module that bridges ATK to the new
 D-Bus based AT-SPI.
Homepage: https://wiki.gnome.org/Accessibility
Multi-Arch: same

Package: libatk-adaptor-dbgsym
Priority: optional
Section: debug
Installed-Size: 17
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatk-adaptor (= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatk-adaptor-dbgsym_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 3596
MD5sum: 09323ba4011e7390d355dc413d5b6014
SHA1: 606bd4df639b4c57d95819bc63a2a48a33b8a3f4
SHA256: e1402f5e8a45db53c8c73ecde16b8d49308708901d41aedb46114c7163964de7
SHA512: 0a1f42f940449c04b563b84470e4015efc461fba7db16b6257959eeedb8524f0ba2020916c0881a7fa54565dd561bb21f4eb8afd374b794edafd3fb73daf8da6
Description: debug symbols for libatk-adaptor
Auto-Built-Package: debug-symbols
Build-Ids: 3246e1f01755c06161638c591eb55d184fe47e24
Multi-Arch: same

Package: libatk-bridge2.0-0
Priority: optional
Section: libs
Installed-Size: 303
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatk1.0-0 (>= 2.33.1), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.17), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.62)
Filename: pool/target/a/at-spi2-core/libatk-bridge2.0-0_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 63556
MD5sum: 90ab2d8fb5f72771b246d5f2d1257e81
SHA1: 68d90da0faab28c850b3f4f496dcf30d38312a2c
SHA256: d2c2caa671cc9774fdd79e0d62a39c03f9d56a4f14df373f0cf1b734c176edf7
SHA512: 16a5c777e7ebce42fac749a5ae5ddbd408d23095db5ef6888c61c292640544e23e50217b9c85ddb46234e302d5483a8a29e6632c12ded3e98d598307df32ab29
Description: AT-SPI 2 toolkit bridge - shared library
 This package contains the ATK bridge shared library.
Homepage: https://wiki.gnome.org/Accessibility
Multi-Arch: same

Package: libatk-bridge2.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 232
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatk-bridge2.0-0 (= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatk-bridge2.0-0-dbgsym_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 185440
MD5sum: db3290268bec51ca7f7d377bb2f67fe3
SHA1: 3052b2e36bc3469da49328d118c17885ca11b161
SHA256: ded87c0b87a63aa962801cf9f96db6bf1edfd080b32f259fa1015a7848363174
SHA512: 1ba72ad43b2a17f6a6510eae16eabe30998f44d5b05dffd398e2b1a2b80db795d8ba04865317766389700c00b0f3afad2805251b502cd4eb8ae162dbe93d55f3
Description: debug symbols for libatk-bridge2.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 73bf79c26c5bbd63129e363ca18ebdf7aec6ae3d
Multi-Arch: same

Package: libatk-bridge2.0-dev
Priority: optional
Section: libdevel
Installed-Size: 34
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatk-bridge2.0-0 (= 2.46.0-5+apertis0bv2024dev3b1), libatk1.0-dev, libglib2.0-dev, libatspi2.0-dev
Filename: pool/target/a/at-spi2-core/libatk-bridge2.0-dev_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 10128
MD5sum: 1f3009ff6a8c43348e9ac17086822007
SHA1: f5461f278262246232d110020285f876fb28d2d0
SHA256: 7b3106d4425677a2ece987cba8ef8992ecd94351b3c9a8a061dcfe494f4dd475
SHA512: 52319c47c9d12781ae5d9cb806d633189d86c9162952f5c15ef6c602bbdb3da67b03ee01c2139dc06c0055200b0fc7260dc660478d16e065de86ee0bcdec88b3
Description: Development files for the AT-SPI 2 toolkit bridge
 These are the development files for libatk-bridge2.0, needed for
 compilation of programs which use it.
Homepage: https://wiki.gnome.org/Accessibility
Multi-Arch: same

Package: libatk1.0-0
Priority: optional
Section: libs
Installed-Size: 241
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.62), at-spi2-common
Filename: pool/target/a/at-spi2-core/libatk1.0-0_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 49696
MD5sum: 0bad5fb59f0e50d9675f798ec4e23b98
SHA1: 78f286481c88d44576abab421a1f58fcf7e8a22b
SHA256: cd064acc4dd31aa444dbbd2323122abe1e510c5c664a26a25f23c136b30f2144
SHA512: 4f5b2aea40cad53b8aa701c189db251afe218968c4663423b0268e5113060703bcda6c7a98025009e1f7979b10aba68868f768f5dc1a93669304f50ff8510e8d
Description: ATK accessibility toolkit
 ATK is a toolkit providing accessibility interfaces for applications or
 other toolkits. By implementing these interfaces, those other toolkits or
 applications can be used with tools such as screen readers, magnifiers, and
 other alternative input devices.
 .
 This is the runtime part of ATK, needed to run applications built with it.
Homepage: https://wiki.gnome.org/Accessibility
Multi-Arch: same

Package: libatk1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 183
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatk1.0-0 (= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatk1.0-0-dbgsym_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 140688
MD5sum: 8c7aef92ac50a377fcf42f7a01abcf6f
SHA1: 3ddca11b302b7f4c53571542637aef8ce43194fb
SHA256: f6436dd7da42100f04f6c237d21513a0497e11b0218d9b3e1131e34346ce4c71
SHA512: 9e93c50b90e08d595412619169cd8a2d8ebdf7d42c9f7d343c61ef00f995a4766b980e7124d81b2a1895daf24c425ff8e81350dc83dc388b88881d9606d996a8
Description: debug symbols for libatk1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 620abe91f90c0863ceea6064e35223637eaa5438
Multi-Arch: same

Package: libatk1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 1336
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Replaces: gir-repository-dev
Depends: libatk1.0-0 (= 2.46.0-5+apertis0bv2024dev3b1), gir1.2-atk-1.0 (= 2.46.0-5+apertis0bv2024dev3b1), pkg-config, libglib2.0-dev
Filename: pool/target/a/at-spi2-core/libatk1.0-dev_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 104780
MD5sum: 3b16dd5db453608a5154b280e0e1fd97
SHA1: d73efa803de3973e0f035598d3afca62df1d946c
SHA256: 546fe9f408ef3f8bc364f11a859b772f346fc4f92ee6fef0989d012a04b40e00
SHA512: 288952d9f5f0ed050e63d321f96d060a056340b60e6cf534a949ba2386c46a4fb29abfdd910fb307c31ccd3fa9f015da72e398e368e2292ab0f513b97cb57f9f
Description: Development files for the ATK accessibility toolkit
 ATK is a toolkit providing accessibility interfaces for applications or
 other toolkits. By implementing these interfaces, those other toolkits or
 applications can be used with tools such as screen readers, magnifiers, and
 other alternative input devices.
 .
 These are the development files for ATK, needed for compilation of
 programs or toolkits which use it.
Homepage: https://wiki.gnome.org/Accessibility
Multi-Arch: same

Package: libatk1.0-doc
Priority: optional
Section: doc
Installed-Size: 1248
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: all
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Suggests: libglib2.0-doc, libgtk-3-doc, devhelp
Filename: pool/target/a/at-spi2-core/libatk1.0-doc_2.46.0-5+apertis0bv2024dev3b1_all.deb
Size: 103824
MD5sum: b107d67cbc854e2c16d2e12e569ddba7
SHA1: 3ed6ca4565fb6966aa6eef7bef77ae62b54eedfe
SHA256: 299cd6d55ae1a64c5afab6f4e632cbba15876ccfe37a740b06a4af545dfc513a
SHA512: 9b9a0ad60ac12d83cc1d376038d31a711f26eaf68d61bed5e26c91e018a0c9daea522ccece3f51e5d63508b90b5cc50d622f73b23f9ff0c058007d63b7f5def3
Description: Documentation files for the ATK toolkit
 ATK is a toolkit providing accessibility interfaces for applications or
 other toolkits. By implementing these interfaces, those other toolkits or
 applications can be used with tools such as screen readers, magnifiers, and
 other alternative input devices.
 .
 This contains the HTML documentation for the ATK library in
 /usr/share/doc/libatk1.0-doc/ .
Homepage: https://wiki.gnome.org/Accessibility
Multi-Arch: foreign

Package: libatomic1
Priority: optional
Section: libs
Installed-Size: 80
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.17)
Filename: pool/target/g/gcc-12/libatomic1_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 9572
MD5sum: 57fca51a2bb167bcc9cf95b3a028c0ba
SHA1: 9079f893e45051d25e8cd11a66182e9954ab2735
SHA256: cb709b97a4398313dff33beb32a8cd6fe8fb417cf6b7b089fa4e981006fc00e3
SHA512: 18de6fcec83e63b46bc371955ecf347a41e6f49961ae3f405069435daae58775d9445a86af235ac68285ec2a857d504e38223431d8e55f48322170d873f230a2
Description: support library providing __atomic built-in functions
 library providing __atomic built-in functions. When an atomic call cannot
 be turned into lock-free instructions, GCC will make calls into this library.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libatomic1-dbgsym
Priority: optional
Section: debug
Installed-Size: 71
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libatomic1-dbg (<< 9.2.1-21)
Depends: libatomic1 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libatomic1-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libatomic1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 33800
MD5sum: c82a12b813ef42427c7c5182e2652e08
SHA1: bd02de1076ba4d2f0903f23b52125664128d7441
SHA256: fcfb1a22a2af2665a2a5c0226d151097073e58736af70c98fed39abc08aabfe7
SHA512: dff0c97c7b6c6026237593b221d9299cc60fb5cb838d56677210e04a96b602e039342a1b1ece0a845d64945d00a18f20d60bab128798169c82d6c8d7ab9d927a
Description: debug symbols for libatomic1
Auto-Built-Package: debug-symbols
Build-Ids: edd662e14478283df264892e638f0aab246744ca
Multi-Arch: same

Package: libatopology-dev
Priority: optional
Section: libdevel
Installed-Size: 57
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Replaces: libasound2-dev (<< 1.2.1.1)
Provides: libatopology-dev
Depends: libatopology2 (= 1.2.8-1+apertis0bv2024dev3b1), libasound2-dev
Breaks: libasound2-dev (<< 1.2.1.1)
Filename: pool/target/a/alsa-lib/libatopology-dev_1.2.8-1+apertis0bv2024dev3b1_arm64.deb
Size: 16104
MD5sum: cbc1b3bb72fe3dea232bea7ba104a2e6
SHA1: b42118649043c1d44c03b8f3ab725146e6f07225
SHA256: 276af001b93f24eca642c9e4bdaee5622225de64f84362bb635b00c243fc7d87
SHA512: 7af48a4db3720901f8b61622b754cb7e33b08da66ce0465e8cf418f3f47f2351aebc70bdd31a3342d144f23e114445923a952277337bda671dd3f70927aef3fb
Description: shared library for handling ALSA topology -- development files
 This package contains files required for developing software
 that makes use of libatopology2, the ALSA topology library.
 .
 ALSA is the Advanced Linux Sound Architecture.
Homepage: https://www.alsa-project.org/
Multi-Arch: same

Package: libatopology2
Priority: optional
Section: libs
Installed-Size: 153
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Replaces: libasound2 (<< 1.2.1.1)
Depends: libasound2 (>= 1.2.7.1), libc6 (>= 2.17)
Breaks: libasound2 (<< 1.2.1.1)
Filename: pool/target/a/alsa-lib/libatopology2_1.2.8-1+apertis0bv2024dev3b1_arm64.deb
Size: 50872
MD5sum: 63a9f2fc5d42346c4991791035d140d5
SHA1: 3ca4117e3f34c5dd2da7f12a5b0ad9a678ad0a0d
SHA256: 1a91711ecdd9098d8ec525bf2b9a889513f5f988bb18c9f36183180a87659824
SHA512: d8db50610e929f5bd59928861078bfe565950be43d23afc18f772dd6ab733bbdc254f0b1fdc359b2e6daf496e0a2790982283ac5ce632dc6bfb326a16c8ace2d
Description: shared library for handling ALSA topology definitions
 This package contains the ALSA topology library.
 .
 ALSA is the Advanced Linux Sound Architecture.
Homepage: https://www.alsa-project.org/
Multi-Arch: same

Package: libatopology2-dbgsym
Priority: optional
Section: debug
Installed-Size: 149
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: alsa-lib
Version: 1.2.8-1+apertis0bv2024dev3b1
Depends: libatopology2 (= 1.2.8-1+apertis0bv2024dev3b1)
Filename: pool/target/a/alsa-lib/libatopology2-dbgsym_1.2.8-1+apertis0bv2024dev3b1_arm64.deb
Size: 127824
MD5sum: ca3a57264d90b763847abec452d36105
SHA1: 9ec64b9f681ed5af44bf4cfcb4e93ee09d4ac85f
SHA256: 67c46e94e3a0844dd4178534142548a5500ad2ca2eefaebb43be83d5f8c73f49
SHA512: af3dc01bb69aa57dba953d0c5d1421c0e7a6b811e12cea0253f9f076570e9c3186598b8da23e9df3df3d6b8afa4ce84b94aed5e7d3a239373f7706a3a36e32f6
Description: debug symbols for libatopology2
Auto-Built-Package: debug-symbols
Build-Ids: 37573451fe19cfb4342a3f18922df834fce6b63a
Multi-Arch: same

Package: libatspi2.0-0
Priority: optional
Section: libs
Installed-Size: 294
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.62), libx11-6 (>= 2:1.2.99.901), libxi6 (>= 2:1.2.99.4)
Recommends: at-spi2-core (= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatspi2.0-0_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 73668
MD5sum: 3f3f6b7b5b8a8a24ef8d029707e20bd9
SHA1: 473adc334d29c9d97b274e9a41f36c64a34a90f0
SHA256: 8f23ecfda9f853f8b8885c05b0edb942a4023c9c850806a0e21c2acdb2e633fd
SHA512: 895eef3703b4d2048ee554b99a72e3b89011674f12f68749b12bb4596d1e343da4b3049148963e2f9afc2ad0ae29122a1007fc0dd5301ed0c22cdfbe63596c54
Description: Assistive Technology Service Provider Interface - shared library
 This package contains the shared library for applications that wish to use
 the at-spi interface.
Homepage: https://wiki.gnome.org/Accessibility
Multi-Arch: same

Package: libatspi2.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 256
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Depends: libatspi2.0-0 (= 2.46.0-5+apertis0bv2024dev3b1)
Filename: pool/target/a/at-spi2-core/libatspi2.0-0-dbgsym_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 203484
MD5sum: 067c479937a1226271bd77bea8f5edd0
SHA1: d7b4b9916c6a791f72bea6ba90145ea3f6387432
SHA256: f3b4ba4257f86821ea370bde985fe2580f1f10dcee0cd2775b4ca3f150f35063
SHA512: 8cdb85dafddc3d53f480e17b4cb00a44d34e66385ca9e2311d556551c375a4760def56ec6ac744bd418a7d7fb009de31cff1435a57bf9bf77e5b1ef464e50edb
Description: debug symbols for libatspi2.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 1512a1475285f9c8fff330191a7f5a45f70c5b75
Multi-Arch: same

Package: libatspi2.0-dev
Priority: optional
Section: libdevel
Installed-Size: 796
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Architecture: arm64
Source: at-spi2-core
Version: 2.46.0-5+apertis0bv2024dev3b1
Replaces: gir-repository-dev
Depends: gir1.2-atspi-2.0 (= 2.46.0-5+apertis0bv2024dev3b1), libatspi2.0-0 (= 2.46.0-5+apertis0bv2024dev3b1), libglib2.0-dev, libdbus-1-dev, libxtst-dev
Filename: pool/target/a/at-spi2-core/libatspi2.0-dev_2.46.0-5+apertis0bv2024dev3b1_arm64.deb
Size: 78204
MD5sum: 8589d21223db0db0ee4440e6bc829e8d
SHA1: 66708dcd9ddb61e734e13e2fb78b6907210954d1
SHA256: 29170780997383715abc5006cf8de88c4ceb85afc8f04582198edc0b54ec6456
SHA512: 1682fd1f81162794b638e22676b7b772b98a94c3e7ab1772666229f4d6e6978ecc3abf636d29cae3f85c8b154e87270b82ed4bb2a4f2d056ba339d2d5ef23551
Description: Development files for the assistive technology service provider
 These are the development files for at-spi2, needed for compilation of
 programs which use it.
Homepage: https://wiki.gnome.org/Accessibility
Multi-Arch: same

Package: libattr1
Priority: optional
Section: libs
Installed-Size: 99
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: attr
Version: 1:2.5.1-4+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/a/attr/libattr1_2.5.1-4+apertis0bv2024dev2b1_arm64.deb
Size: 22200
MD5sum: 1adb32937d830dd3e175df8176cfb6c6
SHA1: ae2922fb4f775ba946cda9dfea19b25fa2cef268
SHA256: 95d07d3e072cb2a53735f32b47c02ac8e5a8c5a16b228315cd1f6f9484b4d27f
SHA512: 29403aebdb6a5917eb734a8f3b221fd7114915db2d9409defd501036022f0ce129fbd2980cab84c6e48372674b3ca54df4df25b8d3fb4b9d2d85589d633c2dda
Description: extended attribute handling - shared library
 Contains the runtime environment required by programs that make use
 of extended attributes.
Homepage: https://savannah.nongnu.org/projects/attr/
Multi-Arch: same

Package: libattr1-dbgsym
Priority: optional
Section: debug
Installed-Size: 36
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: attr
Version: 1:2.5.1-4+apertis0bv2024dev2b1
Depends: libattr1 (= 1:2.5.1-4+apertis0bv2024dev2b1)
Filename: pool/target/a/attr/libattr1-dbgsym_2.5.1-4+apertis0bv2024dev2b1_arm64.deb
Size: 19932
MD5sum: 90beed1b09e7e623a75d688083937d2b
SHA1: 1ffda6d9109a5658a1ce38472c9f7b6d29482ffb
SHA256: d7b01ecd22cc4dfe6449ed9da7563e5892385b2d4caf944489c574dddfd4d1bd
SHA512: d9bffc8b9e58241e58ecfd5d9b3d8fc3978e5cee272e9d40c22c51396ffbbf7e7de0f91e74cf5c4f9ab26e4cfb2a3bdb83ba7d2f7e00f2e7a663647788f7d42b
Description: debug symbols for libattr1
Auto-Built-Package: debug-symbols
Build-Ids: ffd881eb6ee4f92079ede5a40b1db4312ee8ae96
Multi-Arch: same

Package: libattr1-dev
Priority: optional
Section: libdevel
Installed-Size: 89
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: attr
Version: 1:2.5.1-4+apertis0bv2024dev2b1
Replaces: attr-dev
Provides: attr-dev
Depends: libc6-dev | libc-dev, libattr1 (= 1:2.5.1-4+apertis0bv2024dev2b1)
Conflicts: attr-dev
Filename: pool/target/a/attr/libattr1-dev_2.5.1-4+apertis0bv2024dev2b1_arm64.deb
Size: 35952
MD5sum: 57e94843afe038d8d6bdf5a8954b0492
SHA1: f2595386625a20adb46f0a79642564f4915fb6fe
SHA256: d695b65ed827a79f2c896a8fb1a390bef624d2f2eba434bbd4595af75f005f7c
SHA512: 5e2140bc374dda0d50897f2de4ecdf7d05723218e19095f764b6b4672e302ecf26526e2bedc1ef7145a2c70056faff7897f46e8fbc999991dfc7de1ab890b858
Description: extended attributes handling - static libraries and headers
 This package contains the libraries and header files needed to develop
 programs which make use of extended attributes.  For Linux programs,
 the documented system call API is the recommended interface, but an
 SGI IRIX compatibility interface is also provided.
 .
 Currently most filesystems support extended attributes.
 The SGI IRIX compatibility API built above the Linux system calls is
 used by programs such as xfsdump(8), xfsrestore(8) and xfs_fsr(8).
Homepage: https://savannah.nongnu.org/projects/attr/
Multi-Arch: same

Package: libaudit-common
Priority: optional
Section: libs
Installed-Size: 25
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: all
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Filename: pool/target/a/audit/libaudit-common_3.0.9-1+apertis1bv2024dev3b1_all.deb
Size: 13200
MD5sum: 3d6950eafa98ebc101a698588084c29c
SHA1: 12b31e39e3fdfe9321873ad9d0caeaaf7d4a2cc1
SHA256: 9f02abd9814823b331de5ade208b553e5350c9a4d2281f47b4c869bbce2038a9
SHA512: 21df21a4aef48940c0bb0075cc52ab6355fa3055033fa94e38a89b30091db5a8dfcd990d8bfca7100cfbb6d100e7d8bd95d69ff9f7b7900f8b88ce67aca752c8
Description: Dynamic library for security auditing - common files
 The audit-libs package contains the dynamic libraries needed for
 applications to use the audit framework. It is used to monitor systems for
 security related events.
 .
 This package contains the libaudit.conf configuration file and the associated
 manpage.
Homepage: https://people.redhat.com/sgrubb/audit/
Multi-Arch: foreign

Package: libaudit-common
Priority: optional
Section: libs
Installed-Size: 23
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: all
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev2b1
Filename: pool/target/a/audit/libaudit-common_3.0.9-1+apertis1bv2024dev2b1_all.deb
Size: 11084
MD5sum: 1676edb3667f48d655983fe64906aa4e
SHA1: 119bc6eb12736f6b77817d1c22bd42b34b9b74c3
SHA256: a6fa50b5b04daa0528c000c4a8e4ad7c8161587c1df79194b4849b53411b5d87
SHA512: ca7350ceb4a3a1d28dd6811a6afd01b8c78c037239d547bdfccf24dbdd1955522e3aa4bf5261eef567b9db645f263eabbb3aa79b36e553e7f53be0d530ec762b
Description: Dynamic library for security auditing - common files
 The audit-libs package contains the dynamic libraries needed for
 applications to use the audit framework. It is used to monitor systems for
 security related events.
 .
 This package contains the libaudit.conf configuration file and the associated
 manpage.
Homepage: https://people.redhat.com/sgrubb/audit/
Multi-Arch: foreign

Package: libaudit-dev
Priority: optional
Section: libdevel
Installed-Size: 275
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis1bv2024dev3b1), libcap-ng-dev
Filename: pool/target/a/audit/libaudit-dev_3.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 84364
MD5sum: dcb4032c400cbe1bfe675ccd5244db75
SHA1: 10ac649b2ba7010bb65d0e1d75c29fecabf1b9b9
SHA256: 4e22e218b78d0dca4b8661050ca711149cbc27670b2e8ed621948883a1a3bd4d
SHA512: 80a44b4fee83a48446cd9e3756d30cebcf5d88d1e92272e5b9e349261c15a483366297dccfe9586055b31ed31eda2d517ce8fe787a915cdcef45e30e2e433a82
Description: Header files and static library for security auditing
 The audit-libs-devel package contains the static libraries and header
 files needed for developing applications that need to use the audit
 framework libraries.
Homepage: https://people.redhat.com/sgrubb/audit/
Multi-Arch: same

Package: libaudit1
Priority: optional
Section: libs
Installed-Size: 158
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libaudit-common (>= 1:3.0.9-1+apertis1bv2024dev3b1), libc6 (>= 2.33), libcap-ng0 (>= 0.7.9)
Filename: pool/target/a/audit/libaudit1_3.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 49024
MD5sum: 9034e083623198281eaa49113106343a
SHA1: 9ffee954dd7993b3dc7d3b936040f3628c7b8a38
SHA256: b7e193767cff74900389b1a836c9477b091206c14ed5848f49ed557e4299d71c
SHA512: bee065fdbb9fd0c0c56d3a0930bececeb16c4d124c9af573598d8c6912c834755ac4919b1e87f4daf83b0435d2705cc74c12c69ff402d2131358a11df0144773
Description: Dynamic library for security auditing
 The audit-libs package contains the dynamic libraries needed for
 applications to use the audit framework. It is used to monitor systems for
 security related events.
Homepage: https://people.redhat.com/sgrubb/audit/
Multi-Arch: same

Package: libaudit1-dbgsym
Priority: optional
Section: debug
Installed-Size: 87
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis1bv2024dev3b1)
Filename: pool/target/a/audit/libaudit1-dbgsym_3.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 66328
MD5sum: ee08aa21a09c5111333e9ede098c660f
SHA1: 210d7c4b7bec9211d6b9e82ea28456cd05dcf096
SHA256: 3a006c648bfe3fffe9a043cb54b52515a1b31afbece8f59ce7f785df9c962a70
SHA512: 962c57f780a56350022fb2bac90fc16cfc7338bc4211b3b8666ddbd4ef84ccd3136c5795d1ec7a6bf6f14eda9c6ec564cc6460d019765678567a5f7b7884f94a
Description: debug symbols for libaudit1
Auto-Built-Package: debug-symbols
Build-Ids: 369a3a39c6f3ecd03d75b8b749a1acf492a02ab9
Multi-Arch: same

Package: libauparse-dev
Priority: optional
Section: libdevel
Installed-Size: 337
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libauparse0 (= 1:3.0.9-1+apertis1bv2024dev3b1)
Filename: pool/target/a/audit/libauparse-dev_3.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 99220
MD5sum: 9f9b45ae307050f455183f18aaeb2db1
SHA1: 26d03870260a4a9b8fcc04491ef600e6d3a9e211
SHA256: 1a601041e9157d6bdbb46b6d9729252f96f84a2f69edde45cdba99a9152f6091
SHA512: 9b4999520c70a64e42a16b436e5f7b956b1f87edefe12a0d98dc751722ae2f260033329ebec753b3ee860a6e8dc5d820fbdd25e2b1d5450314a423d6dc782ad0
Description: Header files and static library for the libauparse0 library
 The audit-libs parse package contains the dynamic libraries needed for
 applications to use the audit framework. It is used to monitor systems for
 security related events.
Homepage: https://people.redhat.com/sgrubb/audit/
Multi-Arch: same

Package: libauparse0
Priority: optional
Section: libs
Installed-Size: 224
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis1bv2024dev3b1), libc6 (>= 2.17)
Filename: pool/target/a/audit/libauparse0_3.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 61364
MD5sum: c65ad62db3ac6b31af21052a2cd21759
SHA1: e3032e83bcb84591adae8003f565b92b3467e544
SHA256: 237f3046b1cb75e1c0f8b2d9a75a803ac7609a9d5884f520efacceff3f26922e
SHA512: 8ac348a5810b5289abe8d49b623601d1e16ae5d902eefe06194a2614ca15e98518312a5d507f9841328ca6898ebae81c30f278d2db26ea2310463eeb398d8d2b
Description: Dynamic library for parsing security auditing
 The libauparse package contains the dynamic libraries needed for
 applications to use the audit framework. It is used to monitor systems for
 security related events.
 .
 This package contains the libauparse0 library.
Homepage: https://people.redhat.com/sgrubb/audit/
Multi-Arch: same

Package: libauparse0-dbgsym
Priority: optional
Section: debug
Installed-Size: 186
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libauparse0 (= 1:3.0.9-1+apertis1bv2024dev3b1)
Filename: pool/target/a/audit/libauparse0-dbgsym_3.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 162564
MD5sum: 09ed5feae7bd9524c3de8b07cede182d
SHA1: 9519202a89290e0df5030a224e133db1126ef3f0
SHA256: 066f50f8f9492401511ffc563443b193256bfee65c5ab8a4b6475c5ba86e072e
SHA512: c4768c05e183e598096fe41ebbeceedf4c7ccf34f88db298928e88ebca35c8914c3dac08927165231fdca037b0bded2d0d1a250559dfb3f22429d10129534f99
Description: debug symbols for libauparse0
Auto-Built-Package: debug-symbols
Build-Ids: 6876f4b09d60d52007b23f5c85a15aef4d2440df
Multi-Arch: same

Package: libavahi-client-dev
Priority: optional
Section: libdevel
Installed-Size: 223
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-client3 (= 0.8-10+apertis0bv2024dev3b2), libavahi-common-dev (= 0.8-10+apertis0bv2024dev3b2), libdbus-1-dev
Filename: pool/target/a/avahi/libavahi-client-dev_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 57064
MD5sum: f3001f0bdbd8996308456beb89833bff
SHA1: 8e6b4979c9747a66545d983a0d5a39e317f488c8
SHA256: f8e054073729d6ef3b8e107c853b06318ef4b29eb5ab32ef34be9f5958ee79ff
SHA512: 8075148afe569da27efcd578530e521686c0fbeef2f0c18e90b057a667f3efed3630cb8e195f69d6ec34ff4545c3fc693a13f99a3d3241ae27c4581c0a98a2b9
Description: Development files for the Avahi client library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains the development headers for Avahi's C API which
 allows you to integrate mDNS/DNS-SD functionality into your application.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-client3
Priority: optional
Section: libs
Installed-Size: 112
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14)
Filename: pool/target/a/avahi/libavahi-client3_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 46624
MD5sum: 69a043f3ea4e5af14c5fe7f70525f8d8
SHA1: 90e174fbe340f89ee6b13934bc3dfaea01c62202
SHA256: b25909edebbb1cf5a5b45c9510fbea0eb0d5509b917b2a5df643ea3fefe26acd
SHA512: 503a95308a0ad52490e903488a9728df6b05c0010bde247a4103c74d78bfdef632cec97ad3efc25b94f886ef5eabc428424e332d6cd18c6e5860feac2fbb4500
Description: Avahi client library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains the library for Avahi's C API which  allows you
 to integrate mDNS/DNS-SD functionality into your application.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-client3-dbgsym
Priority: optional
Section: debug
Installed-Size: 86
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-client3 (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/libavahi-client3-dbgsym_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 64824
MD5sum: 2462c7b1f6443edafe30cc6ed50b5454
SHA1: cd1aac66b3833dec115c4b6c694b0e38b8bcca50
SHA256: f49598d2ecf76a7d3fe9a0a046402cf50b02f91bd2b072e2adeef9fd980556cf
SHA512: bb535c7dcadd6f2d41002e97efa3f122c09c18acc9f753a4408facb65738f5b1d0438e9d61c5cfd4ad5fb6c60ef96a744b3327d037fc600915be38d1c6f936fa
Description: debug symbols for libavahi-client3
Auto-Built-Package: debug-symbols
Build-Ids: d0b39b0728270d7e5b40c58ea477bfaef6a0bd89
Multi-Arch: same

Package: libavahi-common-data
Priority: optional
Section: libs
Installed-Size: 740
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Filename: pool/target/a/avahi/libavahi-common-data_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 109384
MD5sum: 6d75893ddb30e4039abcd0b8efe9b4ac
SHA1: 129e933b24234bf529093fa790be7e325cd0e077
SHA256: c567a673b4e1338e8414f972e4c4b935717f737ef594ddb6723e0d646e0d44b4
SHA512: de7994b5811be58e066e0058fcddf65c75d67949e68ef30ee28845fb0beb06f8fc97c25d881d1e5ee18e1f0f924fd07e24c598d851ed4ccb53b0e9c660abf7ad
Description: Avahi common data files
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains common data files for avahi.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-common-dev
Priority: optional
Section: libdevel
Installed-Size: 213
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/libavahi-common-dev_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 59492
MD5sum: ba01d169d9e201ec6afcdd791df6390c
SHA1: df299818d4879e7f62e9c602629abfe654d8be11
SHA256: 738107a3c557b4ae988f07e24e0679ef83d648b766fb01e73455c94036e572ae
SHA512: 9725f233da025f0f6e983ac151ba34a2b3c496a1825e288fc6ad9018839d63ccdfa59d20d62df87fffd14b855be67aa1ac18a68c9aab94070ecb7e686db5b0ca
Description: Development files for the Avahi common library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains the development headers for the Avahi common
 library, which is a set of common functions and definitions used by many
 of Avahis components and client applications.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-common3
Priority: optional
Section: libs
Installed-Size: 113
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34), libavahi-common-data (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/libavahi-common3_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 43312
MD5sum: a10fe94a31f3db39fcb2ed50ffd894a2
SHA1: dae3e81a915d840d9014b5586398a18f9a62fdb2
SHA256: 3d4541a25cbea48b07c9ecc9dcc9788050b956ad773635d937c1227720ceba92
SHA512: 6712e14a94387294f750190ca1a1c5d05c1bfaa300f2b7e51ca4c2b71fd3c111caee3b7a8bc59921e630868d688ec4b395d59230820af0a5e4a5c1ef66efbd72
Description: Avahi common library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains the Avahi common library, which is a set of common
 functions used by many of Avahis components and client applications.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-common3-dbgsym
Priority: optional
Section: debug
Installed-Size: 68
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/libavahi-common3-dbgsym_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 46832
MD5sum: cf0165f01df0e30cbaf6024d8cfd0256
SHA1: 811bc3a8fda4d47cb463769697d8e93792692043
SHA256: f4514d54a990c4f9e6f1bb777fb3490d2f2c9077ec6cf15ecd47d3d49e3dc0db
SHA512: aed26bc91510cbbbb66d3a84806897dd7a70b6baaa0cb9cc2b3196fa241828847c8b5893e2d28d9ce672b000ff247220f221e39c95876bf05e29864564d672da
Description: debug symbols for libavahi-common3
Auto-Built-Package: debug-symbols
Build-Ids: 988d439e81753ef1b4d9b170dd5739bf757eff25
Multi-Arch: same

Package: libavahi-compat-libdnssd-dev
Priority: optional
Section: libdevel
Installed-Size: 178
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-compat-libdnssd1 (= 0.8-10+apertis0bv2024dev3b2), libavahi-client-dev (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/libavahi-compat-libdnssd-dev_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 53612
MD5sum: 54a1f7bbcd9b8b18403921fdbd5c3d19
SHA1: 730226426fbacd7f8e2686adff31eba4df8cba38
SHA256: 63ce858c92f22399677f0a190452dfedc1e600a141e84b6dfb29e27d49c5e1f7
SHA512: f091276292b540ee97e230bef0db30d79bfc5edade804dc2ff0c4f5c9bf7de526181021627ca6a9c9f6db6836098a584fdc525d2b311981463725dcb1f5b3cf4
Description: Development headers for the Avahi Apple Bonjour compatibility library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains the development headers for Apple Bonjour compatibility
 library of Avahi.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-compat-libdnssd1
Priority: optional
Section: libs
Installed-Size: 113
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-client3 (= 0.8-10+apertis0bv2024dev3b2), libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2), libc6 (>= 2.34)
Recommends: libnss-mdns
Filename: pool/target/a/avahi/libavahi-compat-libdnssd1_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 37872
MD5sum: 3dce3a548899c5bc5279ad9c11d005e8
SHA1: d024fb2cf80e084888b351be7ea8c559ac337359
SHA256: 25fb6fcb304bdf6faab4a4ccc15dee60f41496ca217b999762c7acc4f83583a4
SHA512: 34c9fa0fbcdf8f02a4dfada5c10b2023ece7c5a694985e05f0c99d592c1878b2e41245fa7fcbfa9a7f62db7376d0f345eade55aeebde2c3a3506f36bc07c554d
Description: Avahi Apple Bonjour compatibility library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This library contains the Apple Bonjour compatibility library of Avahi.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-compat-libdnssd1-dbgsym
Priority: optional
Section: debug
Installed-Size: 60
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-compat-libdnssd1 (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/libavahi-compat-libdnssd1-dbgsym_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 40880
MD5sum: a912daa2d1b59733c27f7f1af186cef5
SHA1: 16cca23353d11ac366c34c3f7de12795292e5247
SHA256: eaeeee95afeaf1372fdd099bb5fd9139c3aaf2dc59db9c3429352fdddce09a2b
SHA512: 24d1e10ebf2623ac0b2807e6fe5039c691bc591087a77fce8e373a0635164a0dc87785d0d6ae08a17dddfff7c3131e51f041f10be0109b7f9e3709208e0fae0e
Description: debug symbols for libavahi-compat-libdnssd1
Auto-Built-Package: debug-symbols
Build-Ids: 14dcb8c2b4ecf5ecf74061c72c4288bdc0648563
Multi-Arch: same

Package: libavahi-core-dev
Priority: optional
Section: libdevel
Installed-Size: 636
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-core7 (= 0.8-10+apertis0bv2024dev3b2), libavahi-common-dev (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/libavahi-core-dev_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 125660
MD5sum: 9c4db6929a18339ba66ef6f3408403b1
SHA1: cbe0a9829ee841792a949610ba7f0e489a706747
SHA256: 91ce3c6c75141d06683cb395af6d19d440b4e380af31e66dc14b3b93a39e39e9
SHA512: b3556a2c9ba3a64fa61b45992c8625ca8d17635f3f2bb68e35978f68d9d951cd227e3ef0e1290b84355ef0c327bd4ec98e0ddb533945b580b25a6762675a8b2c
Description: Development files for Avahi's embeddable mDNS/DNS-SD library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains the development files for Avahi's embeddable
 mDNS/DNS-SD stack. This can be used by embedded application developers
 to integrate mDNS/DNS-SD functionality into their applications.
 .
 You should not however use this library for non-embedded applications, you
 should use libavahi-client-dev which interacts with the avahi daemon.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-core7
Priority: optional
Section: libs
Installed-Size: 314
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2), libc6 (>= 2.17)
Filename: pool/target/a/avahi/libavahi-core7_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 98196
MD5sum: 59f71be4aefb8495dec61d999586f4a3
SHA1: ab5a32f1023ae4279e476181a07efd9edb2a1785
SHA256: 99b5d8566cac288b5076e602f9cc21aad40bcd3ab7bf66e083b69ee400463628
SHA512: 1a66a3bf9c285f4b8f8335c8875edd354f0856d71c26bf055207a62c30807a5ac2efd8d9716b7e97dfeb9eb1977f8779f775ced88d488f203a8cd20bdc060d1f
Description: Avahi's embeddable mDNS/DNS-SD library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains the library for Avahi's embeddable mDNS/DNS-SD stack.
 This can be used by embedded applications to integrate mDNS/DNS-SD
 functionality into their applications.
 .
 You should not however use this library for non-embedded applications, you
 should use libavahi-client which interacts with the avahi daemon.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-core7-dbgsym
Priority: optional
Section: debug
Installed-Size: 297
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-core7 (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/libavahi-core7-dbgsym_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 255296
MD5sum: 938718b6d7aa18612b81269796c91d24
SHA1: 556de9ba504bcd3631669d69c74ff478bf1a5f3f
SHA256: a4149ca3753c7f3bf3fe30076e8f84f71cb75d2b0ffc7159437d079fb6502a7e
SHA512: 6346b8c5e41eb87f332c3eef5ff4a7f39ae71c80408a1855498b1df345144096ea56655dcae556bcb6c867762212360ea82029c28fde1563049ba6912fcfaba3
Description: debug symbols for libavahi-core7
Auto-Built-Package: debug-symbols
Build-Ids: 3ae53c8d59f8b47936414a45b4813e05766adf05
Multi-Arch: same

Package: libavahi-glib-dev
Priority: optional
Section: libdevel
Installed-Size: 71
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-glib1 (= 0.8-10+apertis0bv2024dev3b2), libglib2.0-dev, libavahi-common-dev (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/libavahi-glib-dev_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 31752
MD5sum: ecc654b4549ff10131b472463c017ee1
SHA1: d16fb7573d40551814d91e15af13f3cf5e57ea84
SHA256: e10c0d5f074913342a28c670e5ef7352e26ddaf7fd34c4be1db1f91636b26be4
SHA512: 3e75ed4786a8c91ec4973ff66d652ac6b2b3a4356ecf695dafae89361b03d2617fb8d7b18386dba9a32f2457125d52ec4fee3b33ea05da84901f1bd0ced38cec
Description: Development headers for the Avahi GLib integration library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains the development headers for the interface
 to integrate the Avahi libraries  into a GLib main loop application,
 including GTK+ applications.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-glib1
Priority: optional
Section: libs
Installed-Size: 109
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2), libc6 (>= 2.17), libglib2.0-0 (>= 2.16.0)
Filename: pool/target/a/avahi/libavahi-glib1_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 29768
MD5sum: 434c294ff775413c555f5884cc0548eb
SHA1: d716cca45db7cfbc6f0a85c0a05813d623aa7bf3
SHA256: 9489754dc0e1659a247c6487080c1c7ba98a244b0848a06b539da08511084d10
SHA512: 240d2aa5ad3d3d451610bdb3c3b796004098cebf495a6f9094def1220b3000afcd0d8ecbfddb084715084cdcbcfbc6a40330d71edfba3de5ad8e18717e30d3b0
Description: Avahi GLib integration library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This library contains the interface to integrate the Avahi libraries
 into a GLib main loop application, including GTK+ applications.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-glib1-dbgsym
Priority: optional
Section: debug
Installed-Size: 28
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-glib1 (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/libavahi-glib1-dbgsym_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 12908
MD5sum: 2903eb60b0de748570e1400be4408c3c
SHA1: d1f9af72561ed14a2ed1fa340f49c66e4fe05c81
SHA256: 8f6b9acc06a707f3dd70058b8d5413dc51b781eadc05069191820e7fcb57d736
SHA512: 202dd069b40b1ae35a44ec9124c7f998c30b61ac3efc015f7d4a4b6a856f878acd1719aa387d29fff72365e5016d72caad083379b266f1ee3a018373fb2dd2ce
Description: debug symbols for libavahi-glib1
Auto-Built-Package: debug-symbols
Build-Ids: 84debf4676901c0073c3c481cad47336f239d712
Multi-Arch: same

Package: libavahi-gobject-dev
Priority: optional
Section: libdevel
Installed-Size: 221
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-gobject0 (= 0.8-10+apertis0bv2024dev3b2), gir1.2-avahi-0.6 (= 0.8-10+apertis0bv2024dev3b2), libglib2.0-dev, libavahi-client-dev (= 0.8-10+apertis0bv2024dev3b2), libavahi-glib-dev (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/libavahi-gobject-dev_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 47524
MD5sum: 4808362a87ae4cdab9e7b14e5950fa6c
SHA1: a2fc5588121f78192c38f6e81397104b684f5556
SHA256: 30e2eaaeaeb40c8726caa3a0ee8e6f5fa9dce2ab17af80e5b2c591fb9d222179
SHA512: 33318fc3ad46e95422c4c90210fd5ca1758aad6993e3f63e85832acd124e1c0177d3775c48072f773d892ce0b2cbf845ff56d4d9f40a8ee4daec4245fdd9486a
Description: Development headers for the Avahi GObject library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains the development headers for a GObject interface
 to Avahi
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-gobject0
Priority: optional
Section: libs
Installed-Size: 111
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-client3 (= 0.8-10+apertis0bv2024dev3b2), libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2), libavahi-glib1 (= 0.8-10+apertis0bv2024dev3b2), libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3)
Filename: pool/target/a/avahi/libavahi-gobject0_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 39108
MD5sum: d85ce984f08cd68254b3903881440a78
SHA1: 0f4745495e8958dd74b75bb454e38c189647cc7e
SHA256: 6cf6c9ac6c841731dc3d6dcbb7cabc32897b670757ef82958f05a6889ab6a748
SHA512: 9fd1703c8effc41873bf42d9fd94b5c51b2ce1db886eb047936ef6d16c96ef1053954fb467b6b98c2b8ca8c895d3dc6ae6f79e9a5a682610e4c3e27bd2308a8a
Description: Avahi GObject library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This library contains the GObject wrapper for Avahi.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-gobject0-dbgsym
Priority: optional
Section: debug
Installed-Size: 66
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-gobject0 (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/libavahi-gobject0-dbgsym_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 44960
MD5sum: 8aa1766ce90ea48b34204babc93c523a
SHA1: d9e9b4721d103aec9264bb58aac0256b8897edee
SHA256: f1b014439a67b336e6edfcecb2180a6807442e2ba132b28766d991ee8dc0c327
SHA512: 239467c03a30c3c688a93ea8e45f6ac7e7557b43057cd264a47cdedec999e691cb7e97a73048862e23055bd894ece671d32bb0c35cf376c80149ee66b43b8d91
Description: debug symbols for libavahi-gobject0
Auto-Built-Package: debug-symbols
Build-Ids: cef01700a711412b3149b55596698678a8779658
Multi-Arch: same

Package: libavahi-ui-gtk3-0
Priority: optional
Section: libs
Installed-Size: 110
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-client3 (= 0.8-10+apertis0bv2024dev3b2), libavahi-common3 (= 0.8-10+apertis0bv2024dev3b2), libavahi-glib1 (= 0.8-10+apertis0bv2024dev3b2), libc6 (>= 2.17), libgdbm6 (>= 1.16), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.0.0)
Filename: pool/target/a/avahi/libavahi-ui-gtk3-0_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 40472
MD5sum: 9bdc1609ab8857f41ff33dd03ccb2779
SHA1: 3f6e491027a2c01051eaa95de87760a300d6bd25
SHA256: 7a4469231649de81eb4b3ad52765c13fd20839132f7fbfbee85b0fb5d93524a7
SHA512: d8bbce3379c5c6269c75c1abba368ec86f3c1e00d16b7f8b78614f58ed9afbfb47ab40a92aef5d4260c9a8819872c96dc28406cf2a21f308bf48903b61a54e79
Description: Avahi GTK+ User interface library for GTK3
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This library contains a GTK+ widget for browsing services.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavahi-ui-gtk3-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 77
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-ui-gtk3-0 (= 0.8-10+apertis0bv2024dev3b2)
Filename: pool/target/a/avahi/libavahi-ui-gtk3-0-dbgsym_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 56100
MD5sum: 792fba7529469057db92eba94aacdd7f
SHA1: 9036e26b42c91bf04d1254eaad6be460bdb13335
SHA256: 391150fd1ce18ed4473e248795ee354e2127c1bd0227515d4fcd878dfcffc867
SHA512: 4dbe5bef9f4dfd016a514e5fe111f15c80da7d3dde99e3132e379568b257658ad137f84edc4e2de0ba1e9989756edc487b0c49a3a8926f0931f86db66ff74059
Description: debug symbols for libavahi-ui-gtk3-0
Auto-Built-Package: debug-symbols
Build-Ids: 744b8e1dd654048cd20a14881260a3c5db3ef686
Multi-Arch: same

Package: libavahi-ui-gtk3-dev
Priority: optional
Section: libdevel
Installed-Size: 125
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: libavahi-ui-gtk3-0 (= 0.8-10+apertis0bv2024dev3b2), libavahi-client-dev (= 0.8-10+apertis0bv2024dev3b2), libavahi-glib-dev (= 0.8-10+apertis0bv2024dev3b2), libgtk-3-dev
Conflicts: libavahi-ui-dev
Filename: pool/target/a/avahi/libavahi-ui-gtk3-dev_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 42120
MD5sum: f3a6fc8d1f6ee5cd7589e4a86a3a7962
SHA1: 16858797f58a32c5e5a82f55b0f6517408e91d36
SHA256: b79f4d14625a3ec01e9f90cf15d0b6ea179328f399050c92886bb6fbb07fd08b
SHA512: 9ab770a140d7b4d5aa071c5f14fd6a48b792a7e5cd81d7eb5d0164836534cd61f48fd590eff123d3422660072066f645160fb3ae4529066b8fcf2cc5050246c8
Description: Development headers for the Avahi GTK+ User interface library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains the development headers for the GTK+ library of Avahi.
Homepage: https://avahi.org/
Multi-Arch: same

Package: libavc1394-0
Priority: optional
Section: libs
Installed-Size: 159
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavc1394
Version: 0.5.4-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29), libraw1394-11 (>= 2.1.2)
Filename: pool/target/liba/libavc1394/libavc1394-0_0.5.4-5+apertis1bv2024dev3b1_arm64.deb
Size: 17888
MD5sum: 35a16008bd74507ee4ca7fc64b051777
SHA1: 6781cb72380d6327e91dd2163997eb15138d0d29
SHA256: 0ad13f64ea52863fc08796849059a2f4063514d1242bdba9d0a1de26079d2f9e
SHA512: 11f18aec106bebd27edf89d31711f5cf7f4a363c9f5be51d04239341c2c739c884fdfcc1ff3e49d6f8348f1e19ce0664935a3aef4c798bb8449ab90dd3114d01
Description: control IEEE 1394 audio/video devices
 libavc1394 is a programming interface for the 1394 Trade Association AV/C
 (Audio/Video Control) Digital Interface Command Set. It allows you to
 remote control camcorders and similar devices connected to your computer
 via an IEEE 1394 (aka Firewire) link.
 .
 This package includes the libraries needed to run executables using
 libavc1394.
Homepage: http://sourceforge.net/projects/libavc1394/
Multi-Arch: same

Package: libavc1394-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 58
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavc1394
Version: 0.5.4-5+apertis1bv2024dev3b1
Depends: libavc1394-0 (= 0.5.4-5+apertis1bv2024dev3b1)
Filename: pool/target/liba/libavc1394/libavc1394-0-dbgsym_0.5.4-5+apertis1bv2024dev3b1_arm64.deb
Size: 34948
MD5sum: e5ae987b4bd0793e33c9c20480840167
SHA1: 646cd5618f2984f0be8f3467a2cab9e573657588
SHA256: 5ccd2bc3894f6e9255adcd0c3b8ff6721be09b7175d5b883f8b1bd8f8decf989
SHA512: 74245beeda63e536b98fd67ad6ae6d746920832e2a543e8e62d7f3e0817476a7b7e273ebda4fe56cfb86c701e9dcd0d242c53dfe5a4fe5cf5b3498588d29fa3e
Description: debug symbols for libavc1394-0
Auto-Built-Package: debug-symbols
Build-Ids: 1306ad35ff3bdb6ae39cb96e5b947aa8e8330591 40a2a8faabf260e1aaf5782233b18ac90937febc
Multi-Arch: same

Package: libavc1394-dev
Priority: optional
Section: libdevel
Installed-Size: 51
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavc1394
Version: 0.5.4-5+apertis1bv2024dev3b1
Depends: libavc1394-0 (= 0.5.4-5+apertis1bv2024dev3b1)
Filename: pool/target/liba/libavc1394/libavc1394-dev_0.5.4-5+apertis1bv2024dev3b1_arm64.deb
Size: 11416
MD5sum: 0c8f2493e5d5e83f92d7ffcbea5dff4c
SHA1: f54657741ca0883deb10bdc99b8f8a27b2a9e64d
SHA256: 9e3b30269598a6fd52ada8c618bb3c94fbd51a9c0dcab9a3a7f714115bae9ea5
SHA512: 7a6d882418622d992b03cd56074c07e12edbc9473e7214e03abf6eb82fdcb8325023a80fa6983a9a4efdbe18455cc6abea7161f0e3a97f392fbf616c921ee3d3
Description: control IEEE 1394 audio/video devices (development files)
 libavc1394 is a programming interface for the 1394 Trade Association AV/C
 (Audio/Video Control) Digital Interface Command Set. It allows you to
 remote control camcorders and similar devices connected to your computer
 via an IEEE 1394 (aka Firewire) link.
 .
 This package includes the libraries and header files needed to compile
 programs using libavc1394, as well as the command line tool dvcont that
 acts as a simple remote control, the tool mkrfc2734 that is needed
 to advertise IP over IEEE 1394 (RFC 2734) capabilities with the Linux
 2.4 kernel series, and the utility panelctl, a remote control for
 set-top boxes.
Homepage: http://sourceforge.net/projects/libavc1394/
Multi-Arch: same

Package: libavc1394-tools
Priority: optional
Section: utils
Installed-Size: 230
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavc1394
Version: 0.5.4-5+apertis1bv2024dev3b1
Depends: libavc1394-0 (>= 0.5.3), libc6 (>= 2.34), libraw1394-11 (>= 2.1.2)
Filename: pool/target/liba/libavc1394/libavc1394-tools_0.5.4-5+apertis1bv2024dev3b1_arm64.deb
Size: 20996
MD5sum: 6b336da22fd1df9281d055ffc85369c5
SHA1: 938e164dcf23170a3cc36e105abad76e7266e060
SHA256: d17d3211a140909059c87fd05866664c5765d8742925969da441777dbebd06ab
SHA512: 31adfdaeccf1d5c6b08538130e70aad235a97ca9a23705abc41148b6bba1d6c1bf51ce6be1503275510eb6673ce4e040b2ad6e6d0dc32bebcff5ed317aec8f9f
Description: control IEEE 1394 audio/video devices (utilities)
 libavc1394 is a programming interface for the 1394 Trade Association AV/C
 (Audio/Video Control) Digital Interface Command Set. It allows you to
 remote control camcorders and similar devices connected to your computer
 via an IEEE 1394 (aka Firewire) link.
 .
 This package provides the command line tool dvcont that acts as a simple
 remote control, the tool mkrfc2734 that is needed to advertise IP over
 IEEE 1394 (RFC 2734) capabilities with the Linux 2.4 kernel series, and
 the utility panelctl, a remote control for set-top boxes.
Homepage: http://sourceforge.net/projects/libavc1394/

Package: libavc1394-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 52
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavc1394
Version: 0.5.4-5+apertis1bv2024dev3b1
Depends: libavc1394-tools (= 0.5.4-5+apertis1bv2024dev3b1)
Filename: pool/target/liba/libavc1394/libavc1394-tools-dbgsym_0.5.4-5+apertis1bv2024dev3b1_arm64.deb
Size: 21264
MD5sum: d2dc9e5b11651c654efab1d8eedb2c05
SHA1: 58a95907693a19c2ec3a812e5afedcb168a269fa
SHA256: b64ee85fec5ced24183f0d49c9ec93bded729d5da48aaff75c0bcce4083230d9
SHA512: 78d90fd03fe10b60a03b175d26686c6de25d22dfc642a7e2f12cdb61a2d804bdfe369580fd4779ec18292d58ceec04bcc75541dc08f61c14d1dc12de9ec6d64e
Description: debug symbols for libavc1394-tools
Auto-Built-Package: debug-symbols
Build-Ids: 966d23e9652a52af7124cccfc09cf746638ef916 b702c48ed71ec1c633ebe23fcd349ff36740c52c df9dc6817c22a285ee4448a0dcb251a80c76b19b

Package: libavif-bin
Priority: optional
Section: utils
Installed-Size: 174
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Depends: libavif15 (= 0.11.1-1+apertis1bv2024dev2b1), libc6 (>= 2.34), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1)
Filename: pool/target/liba/libavif/libavif-bin_0.11.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 57052
MD5sum: 137d5ce484c7bf697f3c46999507078b
SHA1: a5be19013c3cc0ba88ad9dc10aad43b357aecc7f
SHA256: f2aa917e4d8a146090f0b4cb7e2c38df161cff5707ba9e317d06e4dbcabd87e7
SHA512: 6a5747804b36ccdbc56aefe0b48b3bc28fdaedea034408230c9d85c84758233d2297b0f64d071cfbda1767850cfe03b328b50a5cd6d1fc0373f1e80734bdaabd
Description: Library for handling .avif files (utilities)
 This library aims to be a friendly, portable C implementation of the AV1
 Image File Format as described in https://aomediacodec.github.io/av1-avif/.
 .
 This package provides several utilities provided by the library:
  - avifdec
  - avifenc
Homepage: https://github.com/AOMediaCodec/libavif

Package: libavif-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 162
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Depends: libavif-bin (= 0.11.1-1+apertis1bv2024dev2b1)
Filename: pool/target/liba/libavif/libavif-bin-dbgsym_0.11.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 128260
MD5sum: c3503deaa94187479e70957cf3126fb5
SHA1: 9b73c76819be9fcaed0677ad50c544a38af550ca
SHA256: fce6c9d087bf4a1d61c4226e5c6dd8aa19415cf2874a9b645bc1da5ed83c966a
SHA512: 6897bd459dcf4ea88ff63750645d894de15f9c43a64417fe667eacd1366667b3d254f4c188338b8b771b1f29ef1c5fd51bca2c13120256c05cdc36c380a1c4ad
Description: debug symbols for libavif-bin
Auto-Built-Package: debug-symbols
Build-Ids: b39105393edff7d3a8034af7bee6a598a726d542 bcf2dde7a5e4fd6dfc6ade1899ac32875de42755

Package: libavif-dev
Priority: optional
Section: libdevel
Installed-Size: 105
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Depends: libavif15 (= 0.11.1-1+apertis1bv2024dev2b1)
Filename: pool/target/liba/libavif/libavif-dev_0.11.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 41880
MD5sum: bf43a2e5e753f50b19295ffad878799d
SHA1: 05206ce40914fcb98a46537355cbdcd890ab5417
SHA256: 456d51fcfe529d32915d40db20a59824b0cebbc0b2ec1a5e4c9665f82b19f6b6
SHA512: 2fe920cc7e199b8ab93e7bb05c0cbaad569f9b5ba9f7cab5af41258ba2edc23ef15d4d52a1e40136f8f02cd1d85cea84ad936425024fd9e59d113a5173e12fa4
Description: Library for handling .avif files (development files)
 This library aims to be a friendly, portable C implementation of the AV1
 Image File Format as described in https://aomediacodec.github.io/av1-avif/.
 .
 This package provides the development files.
Homepage: https://github.com/AOMediaCodec/libavif
Multi-Arch: same

Package: libavif-gdk-pixbuf
Priority: optional
Section: libs
Installed-Size: 105
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Replaces: libavif7-gdk-pixbuf, libavif8-gdk-pixbuf
Depends: libavif15 (= 0.11.1-1+apertis1bv2024dev2b1), libc6 (>= 2.17), libgdk-pixbuf-2.0-0 (>= 2.31.1), libglib2.0-0 (>= 2.35.8)
Breaks: libavif7-gdk-pixbuf, libavif8-gdk-pixbuf
Filename: pool/target/liba/libavif/libavif-gdk-pixbuf_0.11.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 27484
MD5sum: 784e3c310f531a3324a982e62b68e37f
SHA1: 9ee44bb4c971e717bf281ec1eed9985e64eab361
SHA256: f1164edf55ea7adf72949a44df4f921511c0f56326f78ee36f2ceebd4246ecd8
SHA512: a8a021bad37c75501987e7fd2a8e2adad4da6dafc8ec70aa334edac3ee40c131a8aa696d105fb9794f58738601e4e1d321a043aee693f8dbae2cfb76705552cc
Description: Library for handling .avif files (GDK pixbuf plugin)
 This library aims to be a friendly, portable C implementation of the AV1
 Image File Format as described in https://aomediacodec.github.io/av1-avif/.
 .
 This package provides the GDK pixbuf plugin for the library.
Homepage: https://github.com/AOMediaCodec/libavif
Multi-Arch: same

Package: libavif-gdk-pixbuf-dbgsym
Priority: optional
Section: debug
Installed-Size: 31
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Depends: libavif-gdk-pixbuf (= 0.11.1-1+apertis1bv2024dev2b1)
Filename: pool/target/liba/libavif/libavif-gdk-pixbuf-dbgsym_0.11.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 16344
MD5sum: 91345e60f67300563bf8bcd6dcbea3ed
SHA1: c2a2f9f65fb6e6a3cd2cc1430bd245255adda022
SHA256: 70cc7f2c1b52b6d85543792786840720fb7aefba1763f0459502b5b81e89f481
SHA512: d9aa3211637a4bb97805fd23946633f04801e54a8c517572a7970d3f855a313e79da1878e5207b1ded7d8e1b3886213ea907b3ca48a6615d88f66e6234fe2f5f
Description: debug symbols for libavif-gdk-pixbuf
Auto-Built-Package: debug-symbols
Build-Ids: afd0bd8dcab8927b338da33dc5c3c954d1648b66
Multi-Arch: same

Package: libavif15
Priority: optional
Section: libs
Installed-Size: 239
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Depends: libaom3 (>= 3.2.0), libc6 (>= 2.17), libdav1d6 (>= 0.1.0), libgav1-1 (>= 0.18.0), librav1e0 (>= 0.5.1), libsvtav1enc1 (>= 1.4.1+dfsg), libyuv0 (>= 0.0~git20221206)
Filename: pool/target/liba/libavif/libavif15_0.11.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 88496
MD5sum: ad54f2e5dfa657914120aa499e8c8b0a
SHA1: 6a79542fd452a536b95a2e9fd8f461305d48e44c
SHA256: fcad1e14122ed021caf28ac4c02ae6944d66369a8532dff6f27a4392f1440875
SHA512: a90eaf588e8caf621693b4e203c5c87ba3ae5ea0e79fac1a66b6d1f59fc893803dcf6e0543a61ff1486619a507d8ee000da783e8561d3d69a125944bfa5f129f
Description: Library for handling .avif files
 This library aims to be a friendly, portable C implementation of the AV1
 Image File Format as described in https://aomediacodec.github.io/av1-avif/.
 .
 This package provides the shared library files.
Homepage: https://github.com/AOMediaCodec/libavif
Multi-Arch: same

Package: libavif15-dbgsym
Priority: optional
Section: debug
Installed-Size: 248
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavif
Version: 0.11.1-1+apertis1bv2024dev2b1
Depends: libavif15 (= 0.11.1-1+apertis1bv2024dev2b1)
Filename: pool/target/liba/libavif/libavif15-dbgsym_0.11.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 224376
MD5sum: b387d1e2f6525a71243df13b4ad903cf
SHA1: d2bdbee7214ddc5398d7d5721afa0a6c5ce2721b
SHA256: 21fe81f30ababb6e554debd302960a5aface2ab05a6a61b11ba3f5bf1911899f
SHA512: 9b675481eceaac65d04e97c50824a7cb418bc343e9c5215b4a8a315cb4c29f8fee77be92757e416ff49a4ee0fdde8c4db634f845d40bea1e21d94efd5e5e074b
Description: debug symbols for libavif15
Auto-Built-Package: debug-symbols
Build-Ids: 92fce9fffdbd990216a5a769d187cf7f76ac69aa
Multi-Arch: same

Package: libavtp-dev
Priority: optional
Section: libdevel
Installed-Size: 43
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavtp
Version: 0.2.0-1+apertis1bv2024dev2b1
Depends: libavtp0 (= 0.2.0-1+apertis1bv2024dev2b1)
Filename: pool/target/liba/libavtp/libavtp-dev_0.2.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 6316
MD5sum: 54cee21e58938fcab54856957e975d10
SHA1: ac53278ed089b43cfd17fe30f83880f62d86b9b3
SHA256: c0449e978889d8e9bd2d6dc74a1ec23ada2d1bd680e037f029409394badb0ec8
SHA512: 32999b3ac8c062209d41623b026ec9930695ae6e039cdef8fb95930b3e0625a35cf9867adeaddb7dd7d9c0aab2d11bb8581dbfd043ab7e6862518a8d61b098ef
Description: Audio Video Transport Protocol (development files)
 Audio Video Transport Protocol (AVTP) defines several AVTPDU type formats.
 Libavtp doesn't support all of them yet. The list of supported formats is:
 AAF (PCM encapsulation only), CRF, CVF (H.264 only) and RVF.
 .
 This package provides the development files for libavtp.
Homepage: https://github.com/Avnu/libavtp
Multi-Arch: same

Package: libavtp0
Priority: optional
Section: libs
Installed-Size: 81
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavtp
Version: 0.2.0-1+apertis1bv2024dev2b1
Filename: pool/target/liba/libavtp/libavtp0_0.2.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 6380
MD5sum: 5b7c85f9b23022e1cadb24cd767c2ba7
SHA1: 2b92839967bcf18e47c67a7be5d886daccec176a
SHA256: 9db041d61a8836a1f66bb09ddc5230b725d6b4c505c1b124146f1db0a614fa77
SHA512: 49089e7ba645bd5dac3012a520da4b67752b45ac956086ecbc99ed014c4ba353b5f26d601391e2400b9291165a541d9ddbf8e60273eed473d34393ac273aeab5
Description: Audio Video Transport Protocol (shared library)
 Audio Video Transport Protocol (AVTP) defines several AVTPDU type formats.
 Libavtp doesn't support all of them yet. The list of supported formats is:
 AAF (PCM encapsulation only), CRF, CVF (H.264 only) and RVF.
 .
 This package provides the shared library.
Homepage: https://github.com/Avnu/libavtp
Multi-Arch: same

Package: libavtp0-dbgsym
Priority: optional
Section: debug
Installed-Size: 34
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libavtp
Version: 0.2.0-1+apertis1bv2024dev2b1
Depends: libavtp0 (= 0.2.0-1+apertis1bv2024dev2b1)
Filename: pool/target/liba/libavtp/libavtp0-dbgsym_0.2.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 19712
MD5sum: 63ce9e55f972445fbbddd3e61a26abae
SHA1: f6e45883d873af34d155d0eb4275324c6dacef92
SHA256: 7bda7dbcd7cb9256f1743ac2acaa849c0850f9e4f2dc5499bb99e84190d5d86e
SHA512: 9af14c754658fab8c7dcc30eeefa5fdb574979c744019f4c90eb87b4a5ffee2f9420b161cb99f8d1a0dd0a26ebb65204cffa37103949c5803d04e48f5d9b5dc1
Description: debug symbols for libavtp0
Auto-Built-Package: debug-symbols
Build-Ids: acbdb72620525ea2ad0d1c37eedc84ca5d493f5d
Multi-Arch: same

Package: libblkid-dev
Priority: optional
Section: libdevel
Installed-Size: 974
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libblkid1 (= 2.38.1-5+apertis1bv2024dev3b1), libc6-dev | libc-dev, uuid-dev
Filename: pool/target/u/util-linux/libblkid-dev_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 192588
MD5sum: c1f735ce7b9df7a662d9409248a1bc8f
SHA1: e186c7ce1c0f42b5774a84faa1b504921d300733
SHA256: b00dd1deab1d0cf94a547abcd7e2e037606787e05cc84a3d1e33479a35cc6e97
SHA512: 175dec4a0897d241d1d211c7afd04f280ed3f7d2e133e5fbd9e01363394f00971ef8293409c1474a3188383d0f915404547c2c29565232019713727c7cf460fb
Description: block device ID library - headers
 The blkid library allows system programs such as fsck and mount to
 quickly and easily find block devices by filesystem UUID or label.
 This allows system administrators to avoid specifying filesystems by
 hard-coded device names and use a logical naming system instead.
 .
 This package contains the development environment for the blkid library.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: same

Package: libblkid1
Priority: optional
Section: libs
Installed-Size: 456
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/u/util-linux/libblkid1_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 153132
MD5sum: ec63beb1c422817534d3bc4741f1b0ee
SHA1: adb55517ebf4692c8bda07e3622911f2cc9e6209
SHA256: 10af04570637d05038636f3ed8515dc51f4ae802eaffddf84fe4948f4bae25ee
SHA512: 79e2bfa8a26cea58fb483023b86d41f5292b022cf6d2afefafa24a57917dc7bc0a9296e39cc07e39aa49bfc89335b9ca8494621d1a9825f0ce5ed0396573b6ef
Description: block device ID library
 The blkid library allows system programs such as fsck and mount to
 quickly and easily find block devices by filesystem UUID or label.
 This allows system administrators to avoid specifying filesystems by
 hard-coded device names and use a logical naming system instead.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: same

Package: libblkid1-dbgsym
Priority: optional
Section: debug
Installed-Size: 473
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libblkid1 (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/libblkid1-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 421508
MD5sum: ce67138a06b44dbdea874df3f4121e87
SHA1: 545f77109696373b5b94dbd3cfb30d51b007f6ff
SHA256: 018fa8924bfe3a45a5d660fb899f72dd2e7ec753f7b615fc0c49e3484da15919
SHA512: f214eb6782dd2b75d42f81d98a27141e21b9db82917610e3723b63a8779be14efe1f39f183d9d1c945d25ffd06f74dd1fece11ad76e05e6a790dc3cba3a74306
Description: debug symbols for libblkid1
Auto-Built-Package: debug-symbols
Build-Ids: ed024470a1069b6b1e4e2f69aa97cb6c4af144a0
Multi-Arch: same

Package: libblockdev-btrfs-dev
Priority: optional
Section: libdevel
Installed-Size: 21
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-btrfs2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-btrfs-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 5728
MD5sum: 048d471e6111d63f5eda572f4fe95423
SHA1: 8d268e972a84e6ddff11954392a543a211914e66
SHA256: 20fa2c7ece3f30766d1c8ee16164fe7750d8301555912fc14a4206f794794a6c
SHA512: 3bfb54ffcf41c092ac8a0b26eba24d9feb8bec04c309f346d0530f85403ad707292a56d3cdfc1ed5dd0bee489a0a5093db4a7aedbc17d831c90a87c6fd615c64
Description: BTRFS plugin for libblockdev - development
 Header files and pkg-config files needed for development with the
 libblockdev-btrfs plugin/library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-btrfs2
Priority: optional
Section: libs
Installed-Size: 89
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libbytesize1 (>= 2.6), libc6 (>= 2.17), libglib2.0-0 (>= 2.42.2), btrfs-progs
Filename: pool/target/libb/libblockdev/libblockdev-btrfs2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 13440
MD5sum: 2befd0cb740efdd0c1e64f1c28e557a5
SHA1: 1a76ad4aaa11c0d3701c0b0f32b3dbddc4932b9e
SHA256: d2c422dc1debd875a2ff443681b33fdbececd20bf6c34259031ef6dfa8748664
SHA512: 19289ea7e08632610f008b7400202129ac32ed7f07d303ae5ed686aa413b557dbdec696ac6fc3dad162e770085bfb6d0656dabd89dcbd8bb07d5a1f12cd9c5d4
Description: BTRFS plugin for libblockdev
 The libblockdev library plugin (and at the same time a standalone library)
 providing the BTRFS-related functionality.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-btrfs2-dbgsym
Priority: optional
Section: debug
Installed-Size: 38
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-btrfs2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-btrfs2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 22376
MD5sum: cf5aae32548b442e6f7395934ea4b442
SHA1: b0a255b70a4525a5ce321cb20556d04ef9d2da92
SHA256: a97926e73cf768761e383e167b5923f9dbac6ae93817a78098631d004f48b066
SHA512: afef518796b9d916a471b7e99db74d17932d672e08c389d512647625b299778bf2614cbb35ca9aa109a700d5c5a998c138a02f0f8e538b20ab68598232f4ac35
Description: debug symbols for libblockdev-btrfs2
Auto-Built-Package: debug-symbols
Build-Ids: 6c7e05ab2f1355ffec577dd30f76dc1e2e15e9b4
Multi-Arch: same

Package: libblockdev-crypto-dev
Priority: optional
Section: libdevel
Installed-Size: 28
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-crypto2 (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-crypto-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 7144
MD5sum: ebb23c14bde26fe30dcd0a87fdc88835
SHA1: 5125979fb3dd0741fbc09e2808d74fc3c703607f
SHA256: 7c8f2b20ad41f077ca5dbefae29938e412c258913e3aaea370c1cd8138bf524e
SHA512: 31f9f9027c3f9813d0ebec0c15bc0f425b748d99debc5f485bda5961a261b68055a13c2c0722d42e55fc1ae9cf23f467e57d315f7a1b8a4287b2c02c863d2f67
Description: Crypto plugin for libblockdev - development
 This package contains header files and pkg-config files needed for development
 with the libblockdev-crypto plugin/library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-crypto2
Priority: optional
Section: libs
Installed-Size: 89
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblkid1 (>= 2.23.0), libblockdev-utils2 (>= 2.20), libc6 (>= 2.25), libcryptsetup12 (>= 2:2.4), libglib2.0-0 (>= 2.42.2)
Filename: pool/target/libb/libblockdev/libblockdev-crypto2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 17348
MD5sum: 031414ba2ac743edc307602e6b3636a7
SHA1: 8dc604c56a74acea83f3309fdb3ff368ef31538d
SHA256: 0f43fd8e651e18c6b4f9dc8699e2406564f85b7dc93174d8b4c159e7b746f50d
SHA512: 1a00969661f86666d610a13c620dc5b195230217d94f9d3ad1488f2f91b4abb55026a39195ba7bfceda79d3e777f936f1cb9429d812c8c4ef91004efeb2edf6d
Description: Crypto plugin for libblockdev
 The libblockdev library plugin (and at the same time a standalone library)
 providing the functionality related to encrypted devices (LUKS).
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-crypto2-dbgsym
Priority: optional
Section: debug
Installed-Size: 50
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-crypto2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-crypto2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 32712
MD5sum: aeb005b66caf0b675e833e4376f60e81
SHA1: 7866c3dbc6f41f3e2279faca0017c310b966db10
SHA256: 08e685b1d3ce197f6f4efe8031a53fe88c77260c9248e259cafe881ed271fe97
SHA512: 6d2852af67c1999596b18e44ed4d1784fcbdf957d7be68b5d473c13ae8716b5c364df912d2668cb817c0673b4c57ad18d3697e0b5c956e2f3210fd6fb7261603
Description: debug symbols for libblockdev-crypto2
Auto-Built-Package: debug-symbols
Build-Ids: e4a04e7475bd88c2ad1d4124c9c19e6521f570f1
Multi-Arch: same

Package: libblockdev-dev
Priority: optional
Section: libdevel
Installed-Size: 2222
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev2 (= 2.28-2+apertis1bv2024dev3b1), gir1.2-blockdev-2.0 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 121960
MD5sum: fa9ba1e52ba8780733d9d6a2abffd87d
SHA1: 74d3b069d47136d36fd663f8dfb4bd25e614ca9a
SHA256: 860da3f845c568255e5daba9e103aa7060e2b7ff3fc8392331eabd5d7229bf3b
SHA512: e36e05bfdddf02b058be74c088137f5b7ea1b44462c94eaf31079e08a9ee605478353975d4f33009ce462d1a0e24d61ed999633823ad1943b714501df2746ab6
Description: Library for manipulating block devices - development
 libblockdev is a C library with GObject introspection support that can be used
 for doing low-level operations with block devices like setting up LVM, BTRFS,
 LUKS or MD RAID.
 .
 This package contains header files and pkg-config files needed for development
 with the libblockdev library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-dm-dev
Priority: optional
Section: libdevel
Installed-Size: 19
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-dm2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev, libdevmapper-dev, libsystemd-dev
Filename: pool/target/libb/libblockdev/libblockdev-dm-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 5476
MD5sum: 7ba145cf87994ef07b659941ceaed021
SHA1: 870a078f3ea166eeb733a638e8543496d4f2629b
SHA256: 614d40ead707764a32207006de9e3adbcf5c0c1e60add1996bb65a9a4b44a2c3
SHA512: afd71c367bae9e91ed59b8f3606a03d78fe57ed404623b0236bb7cb3baf93d5d1f1125ab2854189d2328ca2e92106714caafe34831abbce2b9ce871221f2ec38
Description: Device Mapper plugin for libblockdev - development
 This package contains header files and pkg-config files needed for development
 with the libblockdev-dm plugin/library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-dm2
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libc6 (>= 2.17), libdevmapper1.02.1 (>= 2:1.02.97), libglib2.0-0 (>= 2.42.2), dmsetup (>= 1.02.93)
Filename: pool/target/libb/libblockdev/libblockdev-dm2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 10896
MD5sum: 6bed0bd4ea522789af5d86a8f941756d
SHA1: ea59d880d73025b5d1f866d481b7a0bf2b448980
SHA256: ef06093274ad075f269e1feddde0ae61666758f8466a9effc3176c0d5aa1b200
SHA512: 11a22e1814f0e9eba7124456666eaa9e4ffb36804043e3983ea8f9e01eba74094f9399f0774bb099782a2b1a83202d0131adaa43ba46b294caa09559683fcfd8
Description: Device Mapper plugin for libblockdev
 The libblockdev library plugin (and at the same time a standalone library)
 providing the functionality related to Device Mapper.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-dm2-dbgsym
Priority: optional
Section: debug
Installed-Size: 31
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-dm2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-dm2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 15652
MD5sum: 37f0980e03f0ec3fac4d808ffcf7c080
SHA1: 024714d7e8dc6934ebba9687f71b4b4ab0cb7efa
SHA256: 0adf44b9febb25c38bc05bdd05ce705132d11821c12bee988954794b04ffd888
SHA512: b1c0251e2d586925a7e289b95ccbe47028477ccecb26ed640e87d4dbf94e752baafb97508d7944cec2e7bda92122f452a0b2202fdf8f6caf5dc1a22fd347c7fa
Description: debug symbols for libblockdev-dm2
Auto-Built-Package: debug-symbols
Build-Ids: 87ec554d16d1e5b916e4ecd265370de114f4518d
Multi-Arch: same

Package: libblockdev-fs-dev
Priority: optional
Section: libdevel
Installed-Size: 29
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-fs2 (= 2.28-2+apertis1bv2024dev3b1), libmount-dev, libblkid-dev
Filename: pool/target/libb/libblockdev/libblockdev-fs-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 6576
MD5sum: c2c9c6d181524ae39c846b8c694ecb87
SHA1: 84bb93025ce55ea81e5752116ab0e9267109b5ab
SHA256: 3fe9a0df44c697958be5e4796cbaf3a15544bb59fbae7c026b217e3f684dcddb
SHA512: 5c73977daab8483bd3c64786babbf26653cb162e73274b65d2d0cc81fec0da98e1246ccc9ba248a9e289d48f651f4cbc25ced9680492f5a218c5ca76923bcb61
Description: file system plugin for libblockdev - development
 This package contains header files and pkg-config files needed for development
 with the libblockdev-fs plugin/library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-fs2
Priority: optional
Section: libs
Installed-Size: 90
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblkid1 (>= 2.24.2), libblockdev-utils2 (>= 2.20), libc6 (>= 2.17), libglib2.0-0 (>= 2.42.2), libmount1 (>= 2.30.2), e2fsprogs
Filename: pool/target/libb/libblockdev/libblockdev-fs2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 22072
MD5sum: c6be17cd17172f76b7599d0e34f357d1
SHA1: a45e2991e81c8186b9cf736619fe473cabeb6901
SHA256: 0e2c5b55a0983a66b8c8951d5c0dfee6fb12f5d994d57dae7dc1cb7b7dfa8c94
SHA512: 3f08122bc9a8f8f3e53b9296a1903567b649118e3ad704c39d13707b50c002239051ca7007c1763a45b57854ff90cc26c9b282adf8604a8745dd2ea21a60499d
Description: file system plugin for libblockdev
 The libblockdev library plugin (and at the same time a standalone library)
 providing the functionality related to operations with file systems.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-fs2-dbgsym
Priority: optional
Section: debug
Installed-Size: 72
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-fs2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-fs2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 51012
MD5sum: 9e9b53d483693f434b279cfc75516801
SHA1: 0e85267aa3dc62e5fce4b216f2b56db47ecc3ebd
SHA256: 6e522b492bdfbaa42847244690fc65d66372e1f190c42cbd915b2cf728d52b73
SHA512: ff42aa81e0473cd63b26346a60810c1871ef034f0af672b40eb591d510a94afe896d6d0898ac95278df9404c847daabb9f403a9c5e244195e4224c8e2cc1423b
Description: debug symbols for libblockdev-fs2
Auto-Built-Package: debug-symbols
Build-Ids: f3d552fae4d0bf120dafec86cae59378c197fea4
Multi-Arch: same

Package: libblockdev-kbd-dev
Priority: optional
Section: libdevel
Installed-Size: 21
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-kbd2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-kbd-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 5828
MD5sum: 156c397112987483baa40e28a058b37d
SHA1: eb1fc8714c29e1680c58bcb064173ae7a142cd4a
SHA256: 0d2f7be07d7244db911a9403bb1babc17ab02fc088bfd81cf231f668419ef0bf
SHA512: 0d5e47719a20e68376afc769af9c34538421f42417090cb23e85aff87507596e8d3abe2110a1573b7b41dfe5ef95dc598cc363052a1b6a469cbcbe5f1337092d
Description: kernel block device plugin for libblockdev - development
 This package contains header files and pkg-config files needed for development
 with the libblockdev-kbd plugin/library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-kbd2
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libbytesize1 (>= 2.6), libc6 (>= 2.27), libglib2.0-0 (>= 2.42.2), bcache-tools (>= 1.0.8)
Filename: pool/target/libb/libblockdev/libblockdev-kbd2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 16356
MD5sum: ad2af8b4e27a6a617989abe063157953
SHA1: ee05b20be89c3f4a85cb67333ec96eb895b0bab3
SHA256: 13086e441115c006e25970e37ab1244cf3ba8733392dd3ca7c43d8bac064f7b4
SHA512: a179169ee0ee6d21c5982c4a7db216c69c425b04f88c7636a57ce21c841c01e2352b8afcc3106b0a35d81cc43e282f538020cac5a0e6c5191494ccdd595b03b8
Description: kernel block device plugin for libblockdev
 The libblockdev library plugin (and at the same time a standalone library)
 providing the functionality related to kernel block devices (namely zRAM and
 Bcache).
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-kbd2-dbgsym
Priority: optional
Section: debug
Installed-Size: 50
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-kbd2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-kbd2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 34052
MD5sum: ab5dc208856f84f0d92b86d3f0f044a9
SHA1: e57cfe781ba0232ea8a973e49660958f046116f5
SHA256: 100dce4fb445fd07632b61ebdef1235956bb3f67bcb5f1d06460f2087ddf6eb5
SHA512: f44981ca2d828ca1585d29cc12011414b747ec0c9b762316c7fd79c39129e229f21fb1a55d89709cf03bd0b212878426e305d51994f78caf335e817880da62e9
Description: debug symbols for libblockdev-kbd2
Auto-Built-Package: debug-symbols
Build-Ids: aba8b2752019294b05a5aec2f7388dd676f2497b
Multi-Arch: same

Package: libblockdev-loop-dev
Priority: optional
Section: libdevel
Installed-Size: 19
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-loop2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-loop-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 5392
MD5sum: e8874051a223390f8a4eb1f1df5ebb21
SHA1: 8f2a32ac89d34cd2ce86c65fb498f1dd9984db78
SHA256: 2f87a6943464c1ca49e050f9b996e77fa66f5da19a0139d7142d993b7308de2d
SHA512: 00a1877a9b054d3d409cf4633e6d51df2c0c5a2403043966d9c7a86a421da93c9fd7ff38913d9dd674516cc4394a70dc2e6faa9c1381f9b3debc150cd87b8b85
Description: Loop device plugin for libblockdev - development
 This package contains header files and pkg-config files needed for development
 with the libblockdev-loop plugin/library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-loop2
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.14), libc6 (>= 2.27), libglib2.0-0 (>= 2.42.2)
Filename: pool/target/libb/libblockdev/libblockdev-loop2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 9356
MD5sum: 7f3c263f5950509c4dc775a821d23443
SHA1: df24dc33bf56c24a711524b3b7c2c86005af6531
SHA256: 3ad792dff8bfb8c28da18ee4ddf8efa2e8662b0bc7301532f9e203b38f89a5c0
SHA512: cc7134484bee0c9e361c8343db23a827aa69b6b87fbcff41a1202aa5d52db38383a86443b0f76d8686a88e952aadb626afadd22f5de47c963d2f24d55e6a0d86
Description: Loop device plugin for libblockdev
 The libblockdev library plugin (and at the same time a standalone library)
 providing the functionality related to loop devices.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-loop2-dbgsym
Priority: optional
Section: debug
Installed-Size: 26
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-loop2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-loop2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 11312
MD5sum: 56fbd26ba07ee5e335484f6cbe51cb8c
SHA1: 85675bd2b6e5056949a66a9504c4b273fd0981bc
SHA256: 29859069ab126dbe03eae8d6bd53debba025691c86dc0b8582c98e6b72f74b5d
SHA512: 8b63835198015c36e650c6cf5fcb5f10b4a73ab758e424eca64f2a3a9a2f5763f40454b9ec3d6c6bc3d428b6b69c077d48663e20223eb56eb02fb3976c774316
Description: debug symbols for libblockdev-loop2
Auto-Built-Package: debug-symbols
Build-Ids: 1c856819d2386631c8e724204631bf67d8dcab14
Multi-Arch: same

Package: libblockdev-lvm-dbus-dev
Priority: optional
Section: libdevel
Installed-Size: 15
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-lvm-dbus2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-lvm-dbus-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 4688
MD5sum: 1f794898e52684fd71ed9940f1fdee54
SHA1: 390aae238e1a5d9e39c0d6c82e1bffcd1e11ef81
SHA256: d4f26eb54e60908083d09caa826d1ea92342dbefab6a86155dbf39af8e4feaf4
SHA512: 5674320c4a080517315b3ea0d63084cf051cc3994050d1e891f3926335f2e2ccdc2a55944457d60f4a60cc4f4970ef6a4998feefbed8bdda57914eb213bbface
Description: LVM DBus plugin for libblockdev - development
 This package contains header files and pkg-config files needed for development
 with the libblockdev-lvm plugin/library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-lvm-dbus2
Priority: optional
Section: libs
Installed-Size: 159
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libc6 (>= 2.29), libdevmapper1.02.1 (>= 2:1.02.97), libglib2.0-0 (>= 2.42.2)
Filename: pool/target/libb/libblockdev/libblockdev-lvm-dbus2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 28376
MD5sum: 518b620807298a8f3125d0a6ef7d9b03
SHA1: 7b418bbd8497ee2831ee2e3888bb53debcc91cd3
SHA256: e9637ed3d4de6d5f679623b83231d59c8b482d06284b42fdcfecf69c5facc0dc
SHA512: 425f5333c7f50caf283512529a999c075baaa2bdc676f2e79808bf4859ed4f6886e8d6d5993e83426f2d415e2f0cd8b33b32d2545b03064815879d3fc4fac2f9
Description: LVM DBus plugin for libblockdev
 The libblockdev library plugin (and at the same time a standalone library)
 providing the LVM-related functionality utilizing the LVM DBus API.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-lvm-dbus2-dbgsym
Priority: optional
Section: debug
Installed-Size: 94
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-lvm-dbus2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-lvm-dbus2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 74340
MD5sum: 447cbe345af3c1f7a9e92b2a1f2eae4a
SHA1: 8f8aded0f6e94466c78c2497f1843728f8923db1
SHA256: 901220e7ad68c5c4ee40545b2920522cb2165b52039e8234ba804f0571aa006d
SHA512: a84e6e8cad19ce95435b87b64412eef7bef81097e342dc4f3c911d3f9fe6f5f5a7f83dbfc973286a6822eedd9344e0a20f405d6f2085e8879b8249bdb2975cda
Description: debug symbols for libblockdev-lvm-dbus2
Auto-Built-Package: debug-symbols
Build-Ids: 1dfc039d28f70b17a7960c161879c441dec830b6
Multi-Arch: same

Package: libblockdev-lvm-dev
Priority: optional
Section: libdevel
Installed-Size: 32
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-lvm2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-lvm-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 7424
MD5sum: 4d4ad477c500d99e940522628338c588
SHA1: 240dbc572100acec89bad0e033ef7bf04a08c17b
SHA256: 062c95c1fea637b8ded8872103e76262ea0f5d41db6dfc59f8cba831de15d853
SHA512: b6791d77e384969d49bd6da1bf955697da14068b7d7297649c2c19b68360266db624b1377eda7b59bcd679facb919663d3af1a92c2fa62e477573a91b100f5f5
Description: LVM plugin for libblockdev - development
 This package contains header files and pkg-config files needed for development
 with the libblockdev-lvm plugin/library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-lvm2
Priority: optional
Section: libs
Installed-Size: 91
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libc6 (>= 2.29), libdevmapper1.02.1 (>= 2:1.02.97), libglib2.0-0 (>= 2.42.2), lvm2 (>= 2.02.116)
Filename: pool/target/libb/libblockdev/libblockdev-lvm2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 24240
MD5sum: 66b934298c9233fd140c5efb50433200
SHA1: 8b1dff836bf3b0d07af3e3873f44b17d7b7872b0
SHA256: f113411176bea06bc7f6b74a3dd27f61beb20dcc89771e983c969676769d7a6a
SHA512: fddcdb149712f65e3437482498976f26e41525c4f100c1ed730eb66a7abc130b83c3d964efedfba51dd8e54fc590fa454b8c2794a0baf3b5e89a44aa0c940c78
Description: LVM plugin for libblockdev
 The libblockdev library plugin (and at the same time a standalone library)
 providing the LVM-related functionality.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-lvm2-dbgsym
Priority: optional
Section: debug
Installed-Size: 72
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-lvm2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-lvm2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 53672
MD5sum: c3a665ae0f56b6dc3bd748eaa5ad6620
SHA1: 0aabc0c06827b7cd692e7f5a203edad9b64be09a
SHA256: 6a6f577c1a399a0d889db7516968d48a15bd54b338357919a006b7c966eccfc3
SHA512: c18afe2bddf5a5ac56b52d6d6f27ffdc40b66fe2d3e96e0436638bb77f38d5d0a0d6e084f0ba615a1c4362fcfa60ce276e2834c6fbb5e4a4ddf55b8d5438e714
Description: debug symbols for libblockdev-lvm2
Auto-Built-Package: debug-symbols
Build-Ids: 4dded03e4cc11b56a776f470da727842bf72c3d7
Multi-Arch: same

Package: libblockdev-mdraid-dev
Priority: optional
Section: libdevel
Installed-Size: 21
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-mdraid2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-mdraid-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 5872
MD5sum: e46f8447b83e2bcb64882d104c8ca32f
SHA1: c087cb3f644aacafc14e9bd23a0dbbd17a3d921c
SHA256: e2d66a50e250a141bf55279f10128f667d50cb46bf396a5ddb86a08c9c1221f2
SHA512: a38056fbf1bfc5cff9bb0d6e0c8f1f99604c74219a1df7279ea5dc963e6c3c11e966e4a8fc359716cd74a54242ab1e7977e41784a308916e283f5abb810c876e
Description: MD RAID plugin for libblockdev - development
 This package contains header files and pkg-config files needed for development
 with the libblockdev-mdraid plugin/library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-mdraid2
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libbytesize1 (>= 2.6), libc6 (>= 2.27), libglib2.0-0 (>= 2.42.2), mdadm (>= 3.3.2)
Filename: pool/target/libb/libblockdev/libblockdev-mdraid2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 15428
MD5sum: 7e9c5fac7f12f2c455307b62389a0b93
SHA1: 86423d470b0d749a71cd912eb1f91a641f095aeb
SHA256: 207b384245bf31e53a87f1e924f8bb1942e519360c3f06355254a96e391e7253
SHA512: c85d2c4cbe927eaff16aeb778b1b247f5879b65d6bc25b73b2457d4f5fc831aaa2cf4211acb77aa16cbd6c802d03f16d3721f906f6af7156541c5b2bbbf8e321
Description: MD RAID plugin for libblockdev
 The libblockdev library plugin (and at the same time a standalone library)
 providing the functionality related to MD RAID.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-mdraid2-dbgsym
Priority: optional
Section: debug
Installed-Size: 46
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-mdraid2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-mdraid2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 30320
MD5sum: 081b8a9faa1e9d1cf29094e85d212487
SHA1: 76c1fcddf2b8603064589c040b60ae6dad6e963b
SHA256: b19e855fdb2e399631217b726f3e4a16704474fb1f769f9f54a42ba5806e6313
SHA512: b211c3108f877e1cc91dc69b06099f14339efe92d380ab6818667b9c1a1eb108f92afa794ce20249881183828aa22ec37c6a3eccf8148c4fb3631872e2f44029
Description: debug symbols for libblockdev-mdraid2
Auto-Built-Package: debug-symbols
Build-Ids: 12970e27f1e33eb82039178cd1a877fff8c64bbf
Multi-Arch: same

Package: libblockdev-mpath-dev
Priority: optional
Section: libdevel
Installed-Size: 19
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-mpath2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-mpath-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 5328
MD5sum: 8dbca346f13dd285aefc9185ceddf857
SHA1: 082c53a65cefaa62c423fad7521eb9edd91e863f
SHA256: 6cef205c3b525edeea981d90ea68c408dd4da887132aef189114f4015628311b
SHA512: 7b16488393eaffe614a749047131c3e7270de54f5a83682ae96fc1444e00a97f316d112877f4cf79f99a8bb84139ec63f8946530a43a82e40b3c5a086e7e6fb3
Description: Multipath plugin for libblockdev - development
 This package contains header files and pkg-config files needed for development
 with the libblockdev-mpath plugin/library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-mpath2
Priority: optional
Section: libs
Installed-Size: 87
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libc6 (>= 2.17), libdevmapper1.02.1 (>= 2:1.02.97), libglib2.0-0 (>= 2.42.2), multipath-tools (>= 0.4.9)
Filename: pool/target/libb/libblockdev/libblockdev-mpath2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 11552
MD5sum: 1258b54f5fd7a55164ed9d6cfc7618ce
SHA1: d3fe0664275b42a559b8cea83984712edc75db32
SHA256: f2867224cc270ee18bc211b43de4cccd06eed6a922b54735940ff1d87e3892dc
SHA512: 4e1632acf81a6c9926da69dad6d0c02d65b7b1705b60be6eec5e8058bb9452d134da39c7673c25fa3d831263d09405dbba5f94f8ebd94afa7bd2a3face1807e3
Description: Multipath plugin for libblockdev
 The libblockdev library plugin (and at the same time a standalone library)
 providing the functionality related to multipath devices.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-mpath2-dbgsym
Priority: optional
Section: debug
Installed-Size: 34
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-mpath2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-mpath2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 18008
MD5sum: 2d6fdc4954275364de5d7124b35111e9
SHA1: c0e8caddef0b0c72d2c9d96dbba8f3bece45e0f8
SHA256: 390fb9b216c310c7560606161aa3c555a20d827560e53803593069a37ed8359a
SHA512: 5cd8be6a7e19977e4c1ee2f1b59cdb220a3f9e1726d6c104af9f660a5bde84bdeacc3a91b996ccdee650b1ef3fc9ff9296c2c104f5f52ca008ad491149d26b1b
Description: debug symbols for libblockdev-mpath2
Auto-Built-Package: debug-symbols
Build-Ids: fa5d3cf399795b1e817b8018ec9f321be3180b15
Multi-Arch: same

Package: libblockdev-nvdimm-dev
Priority: optional
Section: libdevel
Installed-Size: 20
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-nvdimm2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-nvdimm-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 5604
MD5sum: b20f6ba3e45f9ded4df3011a4e28f3bb
SHA1: ee228d55feaa05c27fb65ede16bcb67c8bf93960
SHA256: 7dbae90e1a534aee8c6866c92f01130cb2e18fd5291bf30c8a493c29740bf25d
SHA512: 001b494fe0c28ac74ec91f49b8fc99f9d6eb917b9a046acc2d508809c76745872e751389be146831cf18081ace91b7745892a2b9eeccb20e59d081d26f92042f
Description: NVDIMM plugin for libblockdev - development
 This package contains header files and pkg-config files needed for development
 with the libblockdev-nvdimm plugin/library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-nvdimm2
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.20), libc6 (>= 2.17), libglib2.0-0 (>= 2.42.2), libndctl6 (>= 63-1.2~), libuuid1 (>= 2.16)
Filename: pool/target/libb/libblockdev/libblockdev-nvdimm2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 12080
MD5sum: e24829d654ef6a8144c12095785dfd8c
SHA1: 5871699a3f69238f2f208573a88a6a871de2b684
SHA256: 1576dd8ac5e57010c1961bf232c8daea78af95ead3a01d6416adc13a5053418c
SHA512: 3a3374cc2774162a3740662333cfabbdfbba059d5d1de78f3379c29ad3ba395e67ced4f2cbd56ad44663814bc9720b08b970d1602e780b2eb42ff3788bce76f4
Description: NVDIMM plugin for libblockdev
 The libblockdev library plugin (and at the same time a standalone library)
 providing the functionality related to NVDIMM.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-nvdimm2-dbgsym
Priority: optional
Section: debug
Installed-Size: 36
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-nvdimm2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-nvdimm2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 19020
MD5sum: d9118718d442797f378d718dbba66ed6
SHA1: 720b760c275e1e3e95a99ab3da3b2d44b09caeb4
SHA256: 2174d01edec946e375ce3e2143521a6baa84bd719c8f178a13e2674225718da8
SHA512: c802bf148b2a52d3a3a487df1fe3eef2e5979a95614f15883ad608bcbb32a65f1f649d0834b1053eb313d7ae254d3036f6f8d8ea43d7a77317369d5d32918f99
Description: debug symbols for libblockdev-nvdimm2
Auto-Built-Package: debug-symbols
Build-Ids: d26799067d0487e91462e9e972cd186c593a7fc4
Multi-Arch: same

Package: libblockdev-plugins-all
Priority: optional
Section: libs
Installed-Size: 12
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-btrfs2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-crypto2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-dm2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-fs2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-kbd2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-loop2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-lvm2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-lvm-dbus2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-mdraid2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-nvdimm2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-mpath2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-swap2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-plugins-all_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 4804
MD5sum: f46e9d7f382ecdacf1899726545d12eb
SHA1: c6a4a555e55adb30c43a906ccb96a09545f4d31d
SHA256: 60a8b2ee14c707346c95eef0f63ca1e77050bcc31afa61143aab77e648c45f8a
SHA512: cf3ad1ddb0de543dce90c04b04724c25430bc96dded32dffa94d0c3775c7f6933b9da4b1b213ebb49cea7784b5ca7760502bb7859ae25f8ea40111d8c92e66b6
Description: All plugins for libblockdev
 libblockdev is a C library with GObject introspection support that can be used
 for doing low-level operations with block devices like setting up LVM, BTRFS,
 LUKS or MD RAID.
 .
 The library uses plugins (LVM, BTRFS,...) and serves as a thin wrapper around
 its plugins' functionality.
 .
 This is a metapackage that depends on all libblockdev plugins.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-swap-dev
Priority: optional
Section: libdevel
Installed-Size: 19
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-swap2 (= 2.28-2+apertis1bv2024dev3b1), libblockdev-utils-dev (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-swap-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 5372
MD5sum: 55c5173b2b130a717291efccf159368c
SHA1: 464e5606dfb1c3005c9e34b3479827eba30d65b1
SHA256: 0e0c90f24a76d64caaf991845101d901d35d9d00d86c769fb5a63f89a3b5f2b2
SHA512: 4139f2108db06e6ee9485a1668736221d16cae33e38b35b75cd9a2a3a39d2bae148d44e673f553567bf395cecca21a8d1ba0bd0c8f3e271a73fbce604eb4b58b
Description: Swap plugin for libblockdev - development
 This package contains header files and pkg-config files needed for development
 with the libblockdev-swap plugin/library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-swap2
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblkid1 (>= 2.23.0), libblockdev-utils2 (>= 2.20), libc6 (>= 2.17), libglib2.0-0 (>= 2.42.2)
Filename: pool/target/libb/libblockdev/libblockdev-swap2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 11180
MD5sum: 6948dedeb5c3223ef381164364788ee4
SHA1: 3fa92d2540f1bf0dd00f0ca9d35846a8dd97b6ec
SHA256: 28ed49b793037b15446958fedc510eeee597086f6919dd464f9341a12a12a9d2
SHA512: df72975a0c649a166cb1cfb563c81a63bdfde0b13f1f5f9ccde3634179df7b84d661c2111294a059286d15b7c1f260284046558251434a0305f553f97df5f631
Description: Swap plugin for libblockdev
 The libblockdev library plugin (and at the same time a standalone library)
 providing the functionality related to swap devices.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-swap2-dbgsym
Priority: optional
Section: debug
Installed-Size: 32
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-swap2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-swap2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 15844
MD5sum: 037bd646d5a71023423e91298198c58d
SHA1: de10b9bbc7b9430fade0be0b46184f8bb43a16db
SHA256: 1fec1d7735033d311b34a3e8bf881bec3fb1dcac99c2359585799d496494a810
SHA512: fab71383e1a8bdb5ba756d111bc3a9770b49767e21ca03c5be5cdd2c7c4867145ea3d5706ea4f936267422b8a45aa1af3a92185a40312f434f3f6bb7831bf70a
Description: debug symbols for libblockdev-swap2
Auto-Built-Package: debug-symbols
Build-Ids: 8b7c0b071734d34d9d246d724bbcb9fa1e19a182
Multi-Arch: same

Package: libblockdev-utils-dev
Priority: optional
Section: libdevel
Installed-Size: 31
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (= 2.28-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/libb/libblockdev/libblockdev-utils-dev_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 7600
MD5sum: 06695e958c84c93238040a31bf148da1
SHA1: 41b71068cb65e1dd8696232535b276462cc25b4e
SHA256: 751163d55a23d0f799552729c364fd98e6502bff7d7e1342f826999244ad7141
SHA512: 647a6f277436155533d01b683c9b5856f338622f5a15f34a199b5686a595f90126db6fc83f429ffe304b119180e1a67176856933acce73625d0af9e5e19cf4fa
Description: Utility functions for libblockdev - development
 This package contains header files and pkg-config files needed for development
 with the libblockdev-utils library.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-utils2
Priority: optional
Section: libs
Installed-Size: 89
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.70.0), libkmod2 (>= 19), libudev1 (>= 216)
Filename: pool/target/libb/libblockdev/libblockdev-utils2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 15320
MD5sum: 9ac162bb9105d52e476a6dd856e4726c
SHA1: fad038c18bd11efda8661eb9d666dee6bf15b714
SHA256: c611811639204a04953d2806d093f73fc2945732f0de9a29abbec5c243fb8537
SHA512: e6244019dc65e91426228032b1c6caf48871e3e69886583228987a9daab39ce376a0a8b855659e571409269f86faffcb7086b49a2fa4635c3f830ddb8e84b17e
Description: Utility functions for libblockdev
 The libblockdev-utils is a library providing utility functions used by the
 libblockdev library and its plugins.
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev-utils2-dbgsym
Priority: optional
Section: debug
Installed-Size: 49
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev-utils2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 30744
MD5sum: 80dbd916879138db7c396ea6c777f493
SHA1: fcb0a159aa92be7d5498569a7da23f09cb870a0e
SHA256: 196c37cbc4111311c7266b65bab97cbe9ae7f404a8ee717698ed81648efe75f1
SHA512: 77536b6348a81d4a19b20fd0a80b1b86dda822944259899a31182b79a124b35d75bbfcebfc9f2f80038299325fb6b3995cabd2e33680330e2093e1c036b2c619
Description: debug symbols for libblockdev-utils2
Auto-Built-Package: debug-symbols
Build-Ids: f19dff7ee4ed019c3dc1d7bbbce1d9b7b1207b67
Multi-Arch: same

Package: libblockdev2
Priority: optional
Section: libs
Installed-Size: 234
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev-utils2 (>= 2.14), libc6 (>= 2.34), libglib2.0-0 (>= 2.42.2)
Filename: pool/target/libb/libblockdev/libblockdev2_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 39788
MD5sum: 87784f959ce82732853569c197352017
SHA1: 52c47e2596027e6a1ecdacb3a3199e03c9f6f5a9
SHA256: dbf63d92f87a0208d21a812b5d91a91ab033ae4ea3756c74684e78df450b2875
SHA512: 6b27623c7e8ab1c29443141542d7d95f4e20ab5abe86421199a476ee2f66818516f2e83f866ceeb2bc4fe864e7c10259c4d9a87016bd3d51bce25c8a62a47070
Description: Library for manipulating block devices
 libblockdev is a C library with GObject introspection support that can be used
 for doing low-level operations with block devices like setting up LVM, BTRFS,
 LUKS or MD RAID.
 .
 The library uses plugins (LVM, BTRFS,...) and serves as a thin wrapper around
 its plugins' functionality. All the plugins, however, can be used as
 standalone libraries. One of the core principles of libblockdev is that it is
 stateless from the storage configuration's perspective (e.g. it has no
 information about VGs when creating an LV).
Homepage: https://github.com/storaged-project/libblockdev
Multi-Arch: same

Package: libblockdev2-dbgsym
Priority: optional
Section: debug
Installed-Size: 176
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: libblockdev2 (= 2.28-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libblockdev/libblockdev2-dbgsym_2.28-2+apertis1bv2024dev3b1_arm64.deb
Size: 125072
MD5sum: e15a412fc4a469f99953a69930070972
SHA1: 53d1a8730de1bc3187b5bfd7bbefa4b262c72883
SHA256: d1237820a6c27cbc59e7543f7d399dc0beaa89d1e574c8ada57e5b27c63fd630
SHA512: d6c9046f5525d41461114e51433471d573ea574a8bb8907e7d8ece8581179fcac0ce5dd27041bba940860faf509cc529c34c1056fa18192b78d3e881eded2d17
Description: debug symbols for libblockdev2
Auto-Built-Package: debug-symbols
Build-Ids: 2cdaf3bd0fefd4fda7f4e50194efecb90f0f4657
Multi-Arch: same

Package: libbluetooth-dev
Priority: optional
Section: libdevel
Installed-Size: 855
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Replaces: libsdp2-dev (<= 1.5.2)
Provides: libbluetooth3-dev
Depends: libbluetooth3 (= 5.66-1+apertis1bv2024dev3b1), libc6-dev | libc-dev
Suggests: pkg-config
Conflicts: bluez-pan, libbluetooth-dev, libsdp2-dev (<= 1.5.2)
Filename: pool/target/b/bluez/libbluetooth-dev_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 295704
MD5sum: 39e0a38dbc694b8973a3038251fb20d9
SHA1: e62c6ae727fc8731a913764e614c0155c7ca27ab
SHA256: 767c7e3aa7f40c59a0acf6bc3a9ef8f4c1d473a5466a17993042193aa0cbd893
SHA512: 7bcf3960c4e62fff2448c55493710478b1a1179dfdef42d36eb290f6253cc5f7b3e8775e1faaddcf2d0f160e3321508e80de4335501539f6c8812dac1f7b102d
Description: Development files for using the BlueZ Linux Bluetooth library
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 project distributed under GNU General Public License (GPL).
 .
 This package contains the development libraries and header files you need to
 develop your programs using the libbluetooth library.
Homepage: http://www.bluez.org
Multi-Arch: same

Package: libbluetooth3
Priority: optional
Section: libs
Installed-Size: 357
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Replaces: libsdp2 (<= 1.5-2)
Depends: libc6 (>= 2.17), libudev1 (>= 183)
Conflicts: libsdp2 (<= 1.5-2)
Filename: pool/target/b/bluez/libbluetooth3_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 112540
MD5sum: 62d7703ea551b434ed5c36d0b94a80ba
SHA1: 754b01c2b114e0c6d76886f340ba552a867ffaae
SHA256: f200edec30ef07d1cbbd96e386206bae784e00cc0e049f6f84cf7080c381cdda
SHA512: 86b236f5ea50678f1e1ed1e13b949c25152d571c92e7790cfd6faa734e87641671923a09d723316c71b68e7491047e9d4352cbf0102645f096973a84c2c42fc2
Description: Library to use the BlueZ Linux Bluetooth stack
 BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
 project distributed under GNU General Public License (GPL).
Homepage: http://www.bluez.org
Multi-Arch: same

Package: libbluetooth3-dbgsym
Priority: optional
Section: debug
Installed-Size: 190
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: bluez
Version: 5.66-1+apertis1bv2024dev3b1
Depends: libbluetooth3 (= 5.66-1+apertis1bv2024dev3b1)
Filename: pool/target/b/bluez/libbluetooth3-dbgsym_5.66-1+apertis1bv2024dev3b1_arm64.deb
Size: 139488
MD5sum: 568a4f44e678bf58b72bfbbd6cea293f
SHA1: 54afb91e444f8c4ad316357d623cac7c58c4ea21
SHA256: cec1836360607319a30e85fd607e42afc7158c541c6a5c74bd8fb9ff5fcb3228
SHA512: 25d460ed12ba5b37390d0c1ddc2e5b11a9331533fdcc93b5228f1ec3b5ce111240aa9727259b7b59d8ca14c4598af927f127b6b8d44632315722aeffd2b6af47
Description: debug symbols for libbluetooth3
Auto-Built-Package: debug-symbols
Build-Ids: 5ba9ac63661b5f43cd56e5574c36ed44b386ddb4 c0e5d58e89e5b19ee38b9c21bf3a4ff1abe27faf
Multi-Arch: same

Package: libboost-atomic1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2165
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-atomic1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-atomic1.53-dev, libboost-atomic1.54-dev, libboost-atomic1.55-dev, libboost-atomic1.57-dev, libboost-atomic1.58-dev, libboost-atomic1.60-dev, libboost-atomic1.61-dev, libboost-atomic1.62-dev, libboost-atomic1.63-dev, libboost-atomic1.65-dev, libboost-atomic1.67-dev, libboost-atomic1.70-dev, libboost-atomic1.71-dev
Filename: pool/target/b/boost1.74/libboost-atomic1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 348964
MD5sum: b12ae04b62537aaa808cbd4e75b54fee
SHA1: 41f267fcad9f24a11890d4aaac72947d90a3b693
SHA256: a79efba003606b5d6c0887649def3c06af9e5b00c97b34cbd836d02db60c250e
SHA512: 7cdc19ecd22fe351b933ff46c653b4526c2d924e911f08cfaf520e1739b4de53450f7bef0188bb64a486b3dff14f200cab6397d88f91ee7f3ee5acf19ea36043
Description: atomic data types, operations, and memory ordering constraints
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Atomic is a library that provides atomic data types and
 operations on these data types, as well as memory ordering
 constraints required for coordinating multiple threads through atomic
 variables. It implements the interface as defined by the C++11
 standard, but makes this feature available for platforms lacking
 system/compiler support for this particular C++11 feature.
 .
 Users of this library should already be familiar with concurrency in
 general, as well as elementary concepts such as "mutual exclusion".
 .
 The implementation makes use of processor-specific instructions where
 possible (via inline assembler, platform libraries or compiler
 intrinsics), and falls back to "emulating" atomic operations through
 locking.
Homepage: http://www.boost.org/libs/atomic/
Multi-Arch: same

Package: libboost-atomic1.74.0
Priority: optional
Section: libs
Installed-Size: 2213
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libstdc++6 (>= 5)
Filename: pool/target/b/boost1.74/libboost-atomic1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 348308
MD5sum: be355cdc21c9b324bbc580e28b283443
SHA1: c3b1e4d8123736adf6fd0f4c359d06cb34783a5a
SHA256: b6dc234f2693d3463eb118658cb587774281bba132236a156caa0b6d2709343d
SHA512: 9cbb2b59fe950934c5c180bbb5a15247f8da62fe2be28fbb0f748951648d5c149a35c3a94d808d89dcd840fc88456063c6aa91ae8e8deb2aec54a1e627a26b92
Description: atomic data types, operations, and memory ordering constraints
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Atomic is a library that provides atomic data types and
 operations on these data types, as well as memory ordering
 constraints required for coordinating multiple threads through atomic
 variables. It implements the interface as defined by the C++11
 standard, but makes this feature available for platforms lacking
 system/compiler support for this particular C++11 feature.
 .
 Users of this library should already be familiar with concurrency in
 general, as well as elementary concepts such as "mutual exclusion".
 .
 The implementation makes use of processor-specific instructions where
 possible (via inline assembler, platform libraries or compiler
 intrinsics), and falls back to "emulating" atomic operations through
 locking.
Homepage: http://www.boost.org/libs/atomic/
Multi-Arch: same

Package: libboost-atomic1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 38
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-atomic1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-atomic1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 22772
MD5sum: 055d58e3a6a1878be8098d003ed89a36
SHA1: e95b44078c8741d78b6d0ea08b6c24cde4642140
SHA256: 3b2a8c035f295100542cbab5bd6c10a87734ea3595d1d420fc82e3fd180c151b
SHA512: 6e052223087d5556dbc53397f65214b56fb7f03c704bdc80a90874591a4771558d607291b0dc5d2a3bc5cadfd8e51f4049b016618e937755b136c46b8ddf7fc6
Description: debug symbols for libboost-atomic1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 0426ea96daaa818d4b07ee98168b4c6dd7510c7a
Multi-Arch: same

Package: libboost-chrono1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2360
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-chrono1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-chrono1.48-dev, libboost-chrono1.49-dev, libboost-chrono1.50-dev, libboost-chrono1.52-dev, libboost-chrono1.53-dev, libboost-chrono1.54-dev, libboost-chrono1.55-dev, libboost-chrono1.57-dev, libboost-chrono1.58-dev, libboost-chrono1.60-dev, libboost-chrono1.61-dev, libboost-chrono1.62-dev, libboost-chrono1.63-dev, libboost-chrono1.65-dev, libboost-chrono1.67-dev, libboost-chrono1.70-dev, libboost-chrono1.71-dev
Filename: pool/target/b/boost1.74/libboost-chrono1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 362804
MD5sum: feb4ff04f15d2feb86d699e11f313f79
SHA1: 22936203e6fe1e02ecf58a31d6a1e50957a1157d
SHA256: 8b132dc51004eab74d734d1869c33a21b9a65dae3ef0e616eeeb2aa1a3d8b8a2
SHA512: 8758d637e7cbd7bc1b4b4e11331697a33ce40deb6072dce08d9a3d2acb7539189f5ffcafe251e576cacffba00785701391dd47f7a684d6885948fcb9d6981cda
Description: C++ representation of time duration, time point, and clocks
 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.Chrono library provides:
 .
  * A means to represent time durations: managed by the generic
 duration class . Examples of time durations include days, minutes,
 seconds and nanoseconds, which can be represented with a fixed number
 of clock ticks per unit. All of these units of time duration are
 united with a generic interface by the duration facility.
  * A type for representing points in time: time_point. A time_point
 represents an epoch plus or minus a duration. The library leaves
 epochs unspecified. A time_point is associated with a clock.
  * Several clocks, some of which may not be available on a
 particular platform: system_clock, steady_clock and
 high_resolution_clock. A clock is a pairing of a time_point and
 duration, and a function which returns a time_point representing now.
 .
 To make the timing facilities more generally useful, Boost.Chrono
 provides a number of clocks that are thin wrappers around the
 operating system's time APIs, thereby allowing the extraction of wall
 clock time, user CPU time, system CPU time spent by the process:
 .
  * process_real_cpu_clock, captures wall clock CPU time spent by the
 current process.
  * process_user_cpu_clock, captures user-CPU time
 spent by the current process.
  * process_system_cpu_clock, captures
 system-CPU time spent by the current process.
  * A tuple-like class
 process_cpu_clock, that captures real, user-CPU, and system-CPU
 process times together.
  * A thread_clock thread steady clock giving
 the time spent by the current thread (when supported by a platform).
 .
 Lastly, Boost.Chrono includes typeof registration for duration and
 time_point to permit using emulated auto with C++03 compilers.
Homepage: http://www.boost.org/libs/chrono/
Multi-Arch: same

Package: libboost-chrono1.74.0
Priority: optional
Section: libs
Installed-Size: 2213
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-chrono1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 355096
MD5sum: 2b60e0a17b0c46a68de313d623ef4073
SHA1: 3f0547cc28af586912c4ed98e7a9adcf1dd111cb
SHA256: 353e7bbe601647de5abccbbd7fbca7f4f5d5b77ad3c7c59b6d34ef7c714d04f1
SHA512: 4b8487194b92e4b49fdd1bb25c2e16a28de8352433ce11641d7fb075826fa4347877c43a77fc82916a0f8a343ce0c7edf1c1bf19fdc8e4163f2141f2e413bf59
Description: C++ representation of time duration, time point, and clocks
 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.Chrono library provides:
 .
  * A means to represent time durations: managed by the generic duration
    class.Examples of time durations include days, minutes, seconds and
    nanoseconds, which can be represented with a fixed number of clock
    ticks per unit. All of these units of time duration are united with
    a generic interface by the duration facility.
  * A type for representing points in time: time_point. A time_point
    represents an epoch plus or minus a duration. The library leaves
    epochs unspecified. A time_point is associated with a clock.
  * Several clocks, some of which may not be available on a particular
    platform: system_clock, steady_clock and high_resolution_clock. A
    clock is a pairing of a time_point and duration, and a function
    which returns a time_point representing now.
 .
 To make the timing facilities more generally useful, Boost.Chrono
 provides a number of clocks that are thin wrappers around the
 operating system's time APIs, thereby allowing the extraction of wall
 clock time, user CPU time, system CPU time spent by the process:
 .
  * process_real_cpu_clock, captures wall clock CPU time spent by the
    current process.
  * process_user_cpu_clock, captures user-CPU time spent by the current
    process.
  * process_system_cpu_clock, captures system-CPU time spent by the
    current process.
  * a tuple-like class process_cpu_clock, that captures real, user-CPU,
    and system-CPU process times together.
  * a thread_clock thread steady clock giving the time spent by the
    current thread (when supported by a platform).
 .
 Lastly, Boost.Chrono includes typeof registration for duration and
 time_point to permit using emulated auto with C++03 compilers.
Homepage: http://www.boost.org/libs/chrono/
Multi-Arch: same

Package: libboost-chrono1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 193
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-chrono1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-chrono1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 173528
MD5sum: c08a1c91858d081ef7c1f2966cf6089a
SHA1: 423ef85b4eec6b12c144705cf8fb6745e57a0fa1
SHA256: 5805582da1bea2b0130f0e3bc7edfb4b514e4db86a21f88aac6e3a460aaafd50
SHA512: 9858b403c2616d4544315fb2f880eb94f29eb31ebe825e0c40192d1e18a1e3902cbed266309302ed633c2029c20824c01b5d9e956c29bd427b7c07809efd7af3
Description: debug symbols for libboost-chrono1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 5221798bdbd78ef354d5f63d20642333ad197607
Multi-Arch: same

Package: libboost-container1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2303
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-container1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-container1.65-dev, libboost-container1.67-dev, libboost-container1.70-dev, libboost-container1.71-dev
Filename: pool/target/b/boost1.74/libboost-container1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 378604
MD5sum: 27b65dfec7ddd161f7ce58501e679268
SHA1: ae21eb0647815498d0b78da086608348207e4ef2
SHA256: 53a0fdc030dc8f59dca332960a5fb6a91830e29c1d8413598c4e42f6e9e72a9c
SHA512: 0734bced63c8fcabcff6069b3ff4570cd00a284ab3fdbe6d8e6736516c0d2d9db0649be8703bf2dce1a1f79a139782aa23bb786664d6a7c1d17e55728d8e6e1f
Description: C++ library that implements several well-known containers - dev files
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Container library implements several well-known containers,
 including STL containers. The aim of the library is to offers
 advanced features not present in standard containers or to offer the
 latest standard draft features for compilers that don't comply with
 the latest C++ standard.
 .
 In short, what does Boost.Container offer?
 .
  * Move semantics are implemented, including move emulation
    for pre-C++11 compilers.
  * New advanced features (e.g. placement insertion,
    recursive containers) are present.
  * Containers support stateful allocators and are compatible with
    Boost.Interprocess (they can be safely placed in shared memory).
  * The library offers new useful containers:
    * flat_map, flat_set, flat_multimap and flat_multiset: drop-in
      replacements for standard associative containers but more
      memory friendly and with faster searches.
    * stable_vector: a std::list and std::vector hybrid container:
      vector-like random-access iterators and list-like iterator
      stability in insertions and erasures.
    * slist: the classic pre-standard singly linked list implementation
      offering constant-time size(). Note that C++11 forward_list has no size().
Homepage: http://boost.org/libs/container/
Multi-Arch: same

Package: libboost-container1.74.0
Priority: optional
Section: libs
Installed-Size: 2277
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Filename: pool/target/b/boost1.74/libboost-container1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 372496
MD5sum: 8d3e7dfc09395dc3bc1736ba32011076
SHA1: cd445ee3f6a0180e3624eaddc53ad489ef66faec
SHA256: e596ac38af2924a9c37568e485c9434175fa3d30ec5683ee4d7f84862cc47b31
SHA512: a84f31ed3da1e89fcd3deb9d33eb7598127cb8fbe7e08e382278950036f5e6f51b5ad2f13ce8dcbaad173d07dbe22f4d71387eade8a7f8c8f9568cd7ceafa000
Description: C++ library that implements several well-known containers
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Container library implements several well-known containers,
 including STL containers. The aim of the library is to offers
 advanced features not present in standard containers or to offer the
 latest standard draft features for compilers that don't comply with
 the latest C++ standard.
 .
 In short, what does Boost.Container offer?
 .
  * Move semantics are implemented, including move emulation
    for pre-C++11 compilers.
  * New advanced features (e.g. placement insertion,
    recursive containers) are present.
  * Containers support stateful allocators and are compatible with
    Boost.Interprocess (they can be safely placed in shared memory).
  * The library offers new useful containers:
    * flat_map, flat_set, flat_multimap and flat_multiset: drop-in
      replacements for standard associative containers but more
      memory friendly and with faster searches.
    * stable_vector: a std::list and std::vector hybrid container:
      vector-like random-access iterators and list-like iterator
      stability in insertions and erasures.
    * slist: the classic pre-standard singly linked list implementation
      offering constant-time size(). Note that C++11 forward_list has no size().
Homepage: http://boost.org/libs/container/
Multi-Arch: same

Package: libboost-container1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 154
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-container1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-container1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 127428
MD5sum: 8a93981ad65cc09673ba6ecd655a8995
SHA1: 89ac984ffa456081e8f732bacb705191a8e12614
SHA256: 3a1bc2d32597d7808eb0aa64f2ff753cefafcf8372196f39277abdc774db436b
SHA512: 3e673ef9a145ad218e0c73c09f8c9f22ffbb1da20ed4071d6fd050d99fd8d16d5c26a9ed7f884cc8cbc69a5cd9b7563930d4c41497f366eacc45ea926cc34bf0
Description: debug symbols for libboost-container1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 3c377c4b5a7c4580b19b1538a19b5a18efdd3951
Multi-Arch: same

Package: libboost-context1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2166
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-thread1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-context1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-context1.53-dev, libboost-context1.54-dev, libboost-context1.55-dev, libboost-context1.57-dev, libboost-context1.58-dev, libboost-context1.60-dev, libboost-context1.61-dev, libboost-context1.62-dev, libboost-context1.63-dev, libboost-context1.65-dev, libboost-context1.67-dev, libboost-context1.70-dev, libboost-context1.71-dev
Filename: pool/target/b/boost1.74/libboost-context1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 348068
MD5sum: 554f3b35aa8c54535b6e4eb112bba43c
SHA1: b327577c1e8459cb39760ce4a121c1704d6a64bc
SHA256: 9f579a71b90f5524cdbb97d86407c57119456b9a970d15c7ff44ad77e3a86e4f
SHA512: dda6650750795abf6dec8ec3636e82a7f667e5cf06a37335fa11a33501631b0762b442f50fc9316488804a08f5618764c0d23681cb14e81348e2f0a4e59e5db2
Description: provides a sort of cooperative multitasking on a single thread
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Context is a foundational library that provides a sort of
 cooperative multitasking on a single thread. By providing an
 abstraction of the current execution state in the current thread,
 including the stack (with local variables) and stack pointer, all
 registers and CPU flags, and the instruction pointer, a fcontext_t
 instance represents a specific point in the application's execution
 path. This is useful for building higher-level abstractions, like
 coroutines, cooperative threads (userland threads) or an equivalent
 to C# keyword yield in C++.
Homepage: http://www.boost.org/libs/context/
Multi-Arch: same

Package: libboost-context1.74.0
Priority: optional
Section: libs
Installed-Size: 2213
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.4)
Filename: pool/target/b/boost1.74/libboost-context1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 346992
MD5sum: 682142966313d40cdf1f9f20c44e186d
SHA1: eca26b932c3ea70ff517fd249e60744f8ccd0555
SHA256: e3a4f8553f05f0220f521b52d16f8df98e88bd963b2f48bfb4e414954a23cbda
SHA512: 75e38b236652bddc96b71cd6bdfb0415ae8a7aeffa1832c21c8113277fd1ca728efb483cc4eedc4b1f7371e9a8ec53b3c24d4d4f546679ae11d31921a8ec7573
Description: provides a sort of cooperative multitasking on a single thread
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Context is a foundational library that provides a sort of
 cooperative multitasking on a single thread. By providing an
 abstraction of the current execution state in the current thread,
 including the stack (with local variables) and stack pointer, all
 registers and CPU flags, and the instruction pointer, a fcontext_t
 instance represents a specific point in the application's execution
 path. This is useful for building higher-level abstractions, like
 coroutines, cooperative threads (userland threads) or an equivalent
 to C# keyword yield in C++.
Homepage: http://www.boost.org/libs/context/
Multi-Arch: same

Package: libboost-context1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 33
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-context1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-context1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 18912
MD5sum: 0cd8625ff105446da1679c23f08aa91d
SHA1: 0de1f043a7afe0a29a4bd28a9911f854ff0beca1
SHA256: 7a38ccdaba826482d8cfc8675d4322e4cd565fa5373c204ebde88efb8fd0bd65
SHA512: 9839823ab811a0ef9f61673acb4d3262ea463f455297661bd99fff5cff238b02a40d4057e266c539d7467abed351aec4c4369579f4703e89eb1783321d47ea12
Description: debug symbols for libboost-context1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 4352d00fe55a2625880799113d37b4aff72bca29
Multi-Arch: same

Package: libboost-contract1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2459
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-contract1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-contract1.67-dev, libboost-contract1.70-dev, libboost-contract1.71-dev
Filename: pool/target/b/boost1.74/libboost-contract1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 380164
MD5sum: 2824c567afd41eb09c75358aa2ccf31b
SHA1: d2b286cdabb910b6457b41b1f70a61b386881242
SHA256: 8df65b515d10de278fa10c632d43bc3f2e9165b082bf38b76d95e3fb9b193b9e
SHA512: 66b06cf25ffa338965e497847097ac59e9536d58cf9108ba1819ffbdfc6efa350b7ff1766e11b609a5aafc7d45807ad1a03c6ad6783e2880038bc114d84487df
Description: Contract library for C++ - dev files
 This package forms part of the Boost C++ Libraries collection.
 .
 All contract programming features are supported: Subcontracting,
 class invariants, postconditions (with old and return values),
 preconditions, customizable actions on assertion failure (e.g.,
 terminate or throw), optional compilation and checking of assertions,
 etc.
Homepage: http://boost.org/libs/contract/
Multi-Arch: same

Package: libboost-contract1.74.0
Priority: optional
Section: libs
Installed-Size: 2277
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-contract1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 369680
MD5sum: b1be97122f102fbab24452907aaec4db
SHA1: a57ecf3758fbc936d63bc39501bcabaabf2da1fd
SHA256: 4555649de73d407315e124a171974528363d3b4576839a1df43d584c4eb61f94
SHA512: 00771bdff8aca0e520d43f8ecfa92ec07f4af7b9b57d08c52a8b260465675df04a98707460dd12437179c54775607040c91e5f30b5571b022609191ac4c991c4
Description: Contract library for C++
 This package forms part of the Boost C++ Libraries collection.
 .
 All contract programming features are supported: Subcontracting,
 class invariants, postconditions (with old and return values),
 preconditions, customizable actions on assertion failure (e.g.,
 terminate or throw), optional compilation and checking of assertions,
 etc.
Homepage: http://boost.org/libs/contract/
Multi-Arch: same

Package: libboost-contract1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 348
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-contract1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-contract1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 305340
MD5sum: 56d50f7ec8628cbe0c1244033cacbd67
SHA1: 8590f3845a50e3cd17bde342df4193550a3ebbd3
SHA256: 97d20f487748a3dd31c5633650a299e91c7846fdc2c84f30185b62113aa371ae
SHA512: fbbd2727344d14eaedf94121229efa511d8470eb20a96a072e59f37f6db213c790a08eb277113252d03993001e4422f4b823e10b478b4cfc1722ac2571dbe366
Description: debug symbols for libboost-contract1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: d03acf5c808ad39fe90f95c218ea8162b7537d7c
Multi-Arch: same

Package: libboost-coroutine1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2374
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-context1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-coroutine1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-coroutine1.54-dev, libboost-coroutine1.55-dev, libboost-coroutine1.57-dev, libboost-coroutine1.58-dev, libboost-coroutine1.60-dev, libboost-coroutine1.61-dev, libboost-coroutine1.62-dev, libboost-coroutine1.63-dev, libboost-coroutine1.65-dev, libboost-coroutine1.67-dev, libboost-coroutine1.70-dev, libboost-coroutine1.71-dev
Filename: pool/target/b/boost1.74/libboost-coroutine1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 369608
MD5sum: 77dea1150b4a2d9f9fe46f16e11f3aae
SHA1: f9f952b7e8c0f4015947d9f0a74714c55e78ee7c
SHA256: 7d070804374644afc24a7d4440aa28e8af58be2ddf5c8bfd491bf134f0ba769a
SHA512: 4d57ecafc9d04f2408111955bc070dd68bedca3dce9400a6819c2f0e05f9c2ca32e5abe8c16e8ef760ab94fe2ae240b8ff686893b62dd0c48f9cbde83e1fd654
Description: provides a sort of cooperative multitasking on a single thread
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Coroutine provides templates for generalized subroutines which
 allow multiple entry points for suspending and resuming execution at
 certain locations. It preserves the local state of execution and
 allows re-entering subroutines more than once (useful if state must
 be kept across function calls).
 .
 Coroutines can be viewed as a language-level construct providing a
 special kind of control flow.
 .
 In contrast to threads, which are pre-emptive, coroutine switches are
 cooperative (programmer controls when a switch will happen). The
 kernel is not involved in the coroutine switches.
 .
 The implementation uses Boost.Context for context switching.
Homepage: http://www.boost.org/libs/coroutine/
Multi-Arch: same

Package: libboost-coroutine1.74.0
Priority: optional
Section: libs
Installed-Size: 2213
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-context1.74.0 (>= 1.74.0+ds1), libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-coroutine1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 361088
MD5sum: 15f7239f3601eabc88a9223737a13033
SHA1: 2b94c86bfaed985760a416dab362c2f660a16092
SHA256: dd8203c73d324990293db79bda287ab04fa21f2b7e2237a17f26b73445f1dc0a
SHA512: 58cdbe748e0e1c507d322bde9fde927c07ed9f3fbf6905ab2ecb6608dc27c2e5c9fda55b49651e511b10dae217e0a74808ed210260d17b57da6b3a3369a6694c
Description: provides a sort of cooperative multitasking on a single thread
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Coroutine provides templates for generalized subroutines which
 allow multiple entry points for suspending and resuming execution at
 certain locations. It preserves the local state of execution and
 allows re-entering subroutines more than once (useful if state must
 be kept across function calls).
 .
 Coroutines can be viewed as a language-level construct providing a
 special kind of control flow.
 .
 In contrast to threads, which are pre-emptive, coroutine switches are
 cooperative (programmer controls when a switch will happen). The
 kernel is not involved in the coroutine switches.
 .
 The implementation uses Boost.Context for context switching.
Homepage: http://www.boost.org/libs/coroutine/
Multi-Arch: same

Package: libboost-coroutine1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 377
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-coroutine1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-coroutine1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 347484
MD5sum: 5361c37a0339cd61830768489252c823
SHA1: 7eccabe7b79762b38526713ac498cb8750239b46
SHA256: 625dfd76a8bcc5ff901ad466689540750e2ddca3dd0bfbe2fc025fb5f64a74bc
SHA512: 7cc6ed505fac4fbed725e04a9c1c79d7a574b59b00412dbb4274d8459a80f7be5da54743cfc7fbdbb41c379bcddf8cdaa4b944460a8b93faeda27f20fe4b203d
Description: debug symbols for libboost-coroutine1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: de0a25eca67b454b9086bc0c9d40688dc0ecf00d
Multi-Arch: same

Package: libboost-date-time1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2166
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-date-time1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-serialization1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-date-time1.42-dev, libboost-date-time1.46-dev, libboost-date-time1.48-dev, libboost-date-time1.49-dev, libboost-date-time1.50-dev, libboost-date-time1.52-dev, libboost-date-time1.53-dev, libboost-date-time1.54-dev, libboost-date-time1.55-dev, libboost-date-time1.57-dev, libboost-date-time1.58-dev, libboost-date-time1.60-dev, libboost-date-time1.61-dev, libboost-date-time1.62-dev, libboost-date-time1.63-dev, libboost-date-time1.65-dev, libboost-date-time1.67-dev, libboost-date-time1.70-dev, libboost-date-time1.71-dev
Filename: pool/target/b/boost1.74/libboost-date-time1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 353968
MD5sum: 56419001db52768223a31e0c4a2fac6c
SHA1: 6d41920b734f5b248b22e7131fc1c695ea99c56b
SHA256: d65fadf71e3e7c4447f6759dd522f23c680d2f909e57caea6efdea6fbc7b0cd7
SHA512: 852da46e43f573fa2089cdbaecb286918b147f2e11244266ca33a36348e97cdb4338ce903f8f366f99eaea6f67016ad382718ab3603da7e7e2549d86c63b3276
Description: set of date-time libraries based on generic programming concepts
 This package forms part of the Boost C++ Libraries collection.
 .
 These libraries are intended to make programming with dates and times
 almost as simple and natural as programming with strings and integers.
Homepage: http://www.boost.org/libs/date_time/
Multi-Arch: same

Package: libboost-date-time1.74.0
Priority: optional
Section: libs
Installed-Size: 2213
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Filename: pool/target/b/boost1.74/libboost-date-time1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 345400
MD5sum: faddf1b9a35a5674a91cf315b02a06f8
SHA1: 1b6e3aedb995c059eedd77aed678e294d1e811f9
SHA256: 19243637c7db08f0c82e03358b7c71097415aa6e01fc310502861c5d05f3f9c7
SHA512: d94c0795ccbf069c43ff22e09afa423d056c7d30ceae19c3b358b96331748565be7fbf33970dc0b62d93efc603b4de189864f960eb7df51a27d3667853dda717
Description: set of date-time libraries based on generic programming concepts
 This package forms part of the Boost C++ Libraries collection.
 .
 These libraries are intended to make programming with dates and times
 almost as simple and natural as programming with strings and integers.
Homepage: http://www.boost.org/libs/date_time/
Multi-Arch: same

Package: libboost-date-time1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 18
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-date-time1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-date-time1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 4800
MD5sum: 001a987f2eed9c26b3763b5070f42e59
SHA1: 182c9de98807f6177e9228a1a58ae8559e189b18
SHA256: 19a2a68324947d3e71bfdb2ae86cff388b680951caa9071a2989fecd20754c4e
SHA512: b1fd35beb8eaebf7d7223a869745c68cca61e6f2310c8d3226031680e78a5ebcce20e989713742903473f1ae7a1cbf627765cf8e4c3265184fe03894e445d7b9
Description: debug symbols for libboost-date-time1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: a24439af4f80772de02eeb86487b421d9175671b
Multi-Arch: same

Package: libboost-exception1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2148
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-exception1.50-dev, libboost-exception1.52-dev, libboost-exception1.53-dev, libboost-exception1.54-dev, libboost-exception1.55-dev, libboost-exception1.57-dev, libboost-exception1.58-dev, libboost-exception1.60-dev, libboost-exception1.61-dev, libboost-exception1.62-dev, libboost-exception1.63-dev, libboost-exception1.65-dev, libboost-exception1.67-dev, libboost-exception1.70-dev, libboost-exception1.71-dev
Filename: pool/target/b/boost1.74/libboost-exception1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 344888
MD5sum: 5bbe7a4dd00310424f4fb9610bf87e02
SHA1: 4187e46779f11645b59b5ca79f5264edfff76d2d
SHA256: ad8e14196a0cdac77d9b987497cc183cba0baa27e2f1021a2328a975bf3b8fa2
SHA512: 0d4ba447d3b30664716078c54659917f17fae501d01d5b7bfa6b81837f7b60df2086b2a2e0851f5275a7879fef1c60ed54f887f24993fae1ae4a8134e771ada1
Description: library to help write exceptions and handlers
 This package forms part of the Boost C++ Libraries collection.
 .
 The purpose of Boost Exception is to ease the design of exception
 class hierarchies and to help write exception handling and error
 reporting code.
Homepage: http://www.boost.org/libs/exception/
Multi-Arch: same

Package: libboost-fiber1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2405
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-context1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-filesystem1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-fiber1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-fiber1.62-dev, libboost-fiber1.63-dev, libboost-fiber1.65-dev, libboost-fiber1.67-dev, libboost-fiber1.70-dev, libboost-fiber1.71-dev
Filename: pool/target/b/boost1.74/libboost-fiber1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 379320
MD5sum: b4c888de9372cbaf79df8405ad81d9bd
SHA1: 20f550d7273e6e741aa1ff118db8a3c6177c2af1
SHA256: 0546870698011ee2a932a4acc53fa6c38eec10c97323e961efb258d894938d7f
SHA512: 0e630e6ae058d9706cae6e367e713392efa25deaa2e011bd96b68a88946c532a0e0d4717f94c0b8d6fa329e10dad3573dca597b284dc087b733948b9f9c8839a
Description: cooperatively-scheduled micro-/userland-threads
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Fiber provides a framework for micro-/userland-threads (fibers)
 scheduled cooperatively.  The API contains classes and functions to
 manage and synchronize fibers similarly to standard thread support
 library.
 .
 Each fiber has its own stack.
 .
 A fiber can save the current execution state, including all registers
 and CPU flags, the instruction pointer, and the stack pointer and
 later restore this state. The idea is to have multiple execution
 paths running on a single thread using cooperative scheduling (versus
 threads, which are preemptively scheduled). The running fiber decides
 explicitly when it should yield to allow another fiber to run
 (context switching). Boost.Fiber internally uses execution_context
 from Boost.Context; the classes in this library manage, schedule and,
 when needed, synchronize those execution contexts. A context switch
 between threads usually costs thousands of CPU cycles on x86,
 compared to a fiber switch with less than a hundred cycles. A fiber
 runs on a single thread at any point in time.
Homepage: http://www.boost.org/libs/fiber/
Multi-Arch: same

Package: libboost-fiber1.74.0
Priority: optional
Section: libs
Installed-Size: 2278
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-context1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 12)
Filename: pool/target/b/boost1.74/libboost-fiber1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 367208
MD5sum: 27a29fd43c367c2eb061ed57bd7c4aa6
SHA1: 940d134bba909de85301def33c3a4cbaeabef27c
SHA256: ad9cd49de814748ad49a9ac8633a4aa9e7960483d20b2410c912487a561b9f1c
SHA512: 6c12ca3c6190bae191a2df642ffa9d8603458772a1be10c17d5a190df0b4a6bb509ab52119201cae0463c0c495f5ad4061e80aae8aca39f1b555b5db95c69e33
Description: cooperatively-scheduled micro-/userland-threads
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Fiber provides a framework for micro-/userland-threads (fibers)
 scheduled cooperatively.  The API contains classes and functions to
 manage and synchronize fibers similarly to standard thread support
 library.
 .
 Each fiber has its own stack.
 .
 A fiber can save the current execution state, including all registers
 and CPU flags, the instruction pointer, and the stack pointer and
 later restore this state. The idea is to have multiple execution
 paths running on a single thread using cooperative scheduling (versus
 threads, which are preemptively scheduled). The running fiber decides
 explicitly when it should yield to allow another fiber to run
 (context switching). Boost.Fiber internally uses execution_context
 from Boost.Context; the classes in this library manage, schedule and,
 when needed, synchronize those execution contexts. A context switch
 between threads usually costs thousands of CPU cycles on x86,
 compared to a fiber switch with less than a hundred cycles. A fiber
 runs on a single thread at any point in time.
Homepage: http://www.boost.org/libs/fiber/
Multi-Arch: same

Package: libboost-fiber1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 533
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-fiber1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-fiber1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 508436
MD5sum: e367ec9ec5093ccb6370db737237a138
SHA1: 7ef1e9fd72cde90c29d0a277da5bfad2eaeb9929
SHA256: 1c59658e4a3efe007094d4137d55b478b365c49839933bf58ae7abbd54cd438c
SHA512: ca441580eabed5a7b97b5cf284879116f00c3dfac593caca2c251e2f2d389948ce4cc60de3d5d5c9fb5a2e76e2f71574cf324afbd66d9add9112da0faf81022b
Description: debug symbols for libboost-fiber1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 269e514eae1b75c0dd85fed4712efb21736e6bb4
Multi-Arch: same

Package: libboost-filesystem1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2707
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-filesystem1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-filesystem1.42-dev, libboost-filesystem1.46-dev, libboost-filesystem1.48-dev, libboost-filesystem1.49-dev, libboost-filesystem1.50-dev, libboost-filesystem1.52-dev, libboost-filesystem1.53-dev, libboost-filesystem1.54-dev, libboost-filesystem1.55-dev, libboost-filesystem1.57-dev, libboost-filesystem1.58-dev, libboost-filesystem1.60-dev, libboost-filesystem1.61-dev, libboost-filesystem1.62-dev, libboost-filesystem1.63-dev, libboost-filesystem1.65-dev, libboost-filesystem1.67-dev, libboost-filesystem1.70-dev, libboost-filesystem1.71-dev
Filename: pool/target/b/boost1.74/libboost-filesystem1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 404956
MD5sum: d405239ec9ad392b5a2a892819de782e
SHA1: 732817379a13685ea7226ebbb7eb055919b78f49
SHA256: ba3815ae833d53e0a85f2d4ff2b309d5fc9e918d0e8c65351dbd4d0f2e12d1b8
SHA512: 170207154853279178db742f2cc8a4fb18f430995ee0cb46da3628be473e763743da0f27226dab6d881d61564ad147afc33f9a1b2571b02c6f578485695a54be
Description: filesystem operations (portable paths, iteration over directories, etc) in C++
 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Filesystem Library provides portable facilities to query and
 manipulate paths, files, and directories.  The goal is to
 facilitate portable script-like operations from within C++ programs.
Homepage: http://boost.org/libs/filesystem/
Multi-Arch: same

Package: libboost-filesystem1.74.0
Priority: optional
Section: libs
Installed-Size: 2277
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-filesystem1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 381616
MD5sum: 37f730b071849ddfe532043743ef2d5f
SHA1: 3070cb9e5c183fd4a435f568ea111b4bb033a21e
SHA256: 78fb841ad281fd07e65eedb9cf9ed924337192ebd086dc749ce174e828ed8a1b
SHA512: 74444be1fc1bca6d5e8bfa0ca96c8d80a1c3a8e3b043d8f1043f120fe7b145b568e47c05be6e68f336e7847c0623a6b4b7d79d2c0bfaaf8a84a8e8c2b6c9c470
Description: filesystem operations (portable paths, iteration over directories, etc) in C++
 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Filesystem Library provides portable facilities to query and
 manipulate paths, files, and directories.  The goal is to
 facilitate portable script-like operations from within C++ programs.
Homepage: http://boost.org/libs/filesystem/
Multi-Arch: same

Package: libboost-filesystem1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 768
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-filesystem1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-filesystem1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 744300
MD5sum: e19ef67e05a39888e61b7289523d0d24
SHA1: 8644765b1181b82676096e105402ad666291d648
SHA256: ef46451681008fdf0f704e4e72053090f20e6b91ba29c347aa20857139eee1a2
SHA512: 5fe2186ba4063d39aff87ad50c617a1107aa7e5ccf2e202cf5260232a3d3891307c7de7ac091bf15f5c8646babca8c07de3c67679e10f90f6877b3147912a114
Description: debug symbols for libboost-filesystem1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 971ce8d415dbb05df39af7297866ab0ebb83c8dc
Multi-Arch: same

Package: libboost-graph1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2875
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-graph1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-regex1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-serialization1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-test1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-graph1.42-dev, libboost-graph1.46-dev, libboost-graph1.48-dev, libboost-graph1.49-dev, libboost-graph1.50-dev, libboost-graph1.52-dev, libboost-graph1.53-dev, libboost-graph1.54-dev, libboost-graph1.55-dev, libboost-graph1.57-dev, libboost-graph1.58-dev, libboost-graph1.60-dev, libboost-graph1.61-dev, libboost-graph1.62-dev, libboost-graph1.63-dev, libboost-graph1.65-dev, libboost-graph1.67-dev, libboost-graph1.70-dev, libboost-graph1.71-dev
Filename: pool/target/b/boost1.74/libboost-graph1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 443384
MD5sum: f1e540f54cf6b997667db346f72dca61
SHA1: 989b34d063fbaa12b05bccaa178977c380e1eb63
SHA256: 4e02a715022ce2a391cac19f7efc812dc257ca932b0e80985e709f49ad6d5518
SHA512: f97068bb32edeb1224a68d66cc602aff75193eaed8b9b28ebc8141330167996f742075f6bc98009e9fb8d2971c4b4d9e90266396f9fef8a7a461f54edb55fa10
Description: generic graph components and algorithms in C++
 This package forms part of the Boost C++ Libraries collection.
 .
 Graphs are mathematical abstractions that are useful for solving
 many types of problems in computer science. Consequently, these
 abstractions must also be represented in computer programs. A
 standardized generic interface for traversing graphs is of utmost
 importance to encourage reuse of graph algorithms and data structures.
Homepage: http://www.boost.org/libs/graph/
Multi-Arch: same

Package: libboost-graph1.74.0
Priority: optional
Section: libs
Installed-Size: 2405
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-regex1.74.0-icu72, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: graphviz
Filename: pool/target/b/boost1.74/libboost-graph1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 419640
MD5sum: 56650377fc6410883b03204731c56b12
SHA1: d0925d0e011939e63923f5a7afd7238431a58c28
SHA256: 0e7f00748eb17417dbe8a9bfa360f8c0d43b633753d1363bcda2504c312b0c90
SHA512: f6974a79605842e2be4145f5e095567b6d9d9b64f7f174ef976fd2f5577437d1a2e0271b961c300fcc0643e11bebb3b4c0e65637ec5d1e6c7023a4580ea32379
Description: generic graph components and algorithms in C++
 This package forms part of the Boost C++ Libraries collection.
 .
 Graphs are mathematical abstractions that are useful for solving
 many types of problems in computer science. Consequently, these
 abstractions must also be represented in computer programs. A
 standardized generic interface for traversing graphs is of utmost
 importance to encourage reuse of graph algorithms and data structures.
Homepage: http://www.boost.org/libs/graph/
Multi-Arch: same

Package: libboost-graph1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 1414
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-graph1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-graph1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 1349800
MD5sum: 6f7407299bc931737f7e41d7ae0b3bf3
SHA1: 9e5946fe829ee697d778b669e7a170c9ac61d0d4
SHA256: 74f73de13437700a91a7aa23eeaf6dd57f3d759a7458bc5f8c5bbf555dce4e29
SHA512: 117c531097bb996c76ef0b6222085d197faa68947bf262c85d4f741b57c986675821da7cea0e3790b5834db6826006ca11143ff705f6c858caa24995f6657831
Description: debug symbols for libboost-graph1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 86f95fa9914e5191acfc5edff7429ce191bc9753
Multi-Arch: same

Package: libboost-iostreams1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2444
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-regex1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-iostreams1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-iostreams1.42-dev, libboost-iostreams1.46-dev, libboost-iostreams1.48-dev, libboost-iostreams1.49-dev, libboost-iostreams1.50-dev, libboost-iostreams1.52-dev, libboost-iostreams1.53-dev, libboost-iostreams1.54-dev, libboost-iostreams1.55-dev, libboost-iostreams1.57-dev, libboost-iostreams1.58-dev, libboost-iostreams1.60-dev, libboost-iostreams1.61-dev, libboost-iostreams1.62-dev, libboost-iostreams1.63-dev, libboost-iostreams1.65-dev, libboost-iostreams1.67-dev, libboost-iostreams1.70-dev, libboost-iostreams1.71-dev
Filename: pool/target/b/boost1.74/libboost-iostreams1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 374840
MD5sum: a8d24c796df4e27fe6a6293a0ffa9128
SHA1: a4438d1a560adb4d79deb6b7513c2d36f6687659
SHA256: c0f8d7dd978c8e3e6eb5f0b6214ebf4ac68d016514a99b5804d1a32aeb17fe6b
SHA512: 8ae8af53d43fb12bcee58d676ef9e7a16c900da64304cd58d0d86160cb9ba5c083d817412cd5b4c02e12d3658f252bc846d8d5548691741555b914863271f990
Description: Boost.Iostreams Library development files
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Iostreams are a collection of concepts and a set of templates
 which turn models of these concepts into C++ standard library streams
 and stream buffers.
Homepage: http://www.boost.org/libs/iostreams/
Multi-Arch: same

Package: libboost-iostreams1.74.0
Priority: optional
Section: libs
Installed-Size: 2277
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblzma5 (>= 5.2.2), libstdc++6 (>= 5.2), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/b/boost1.74/libboost-iostreams1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 365552
MD5sum: d2a7d198f787a0d4d92c81a0f336e38e
SHA1: 94e7c47100178d296c99e5e650482a8a97cfb7f0
SHA256: c7521afd90139355330ccd18d9f4c0cd4b74c8003f73ccbee6340797437027e6
SHA512: 1ce4847712d9e3144f14dda60f5baf60d3398314ac86c7de5a92473b3d5105d840e04cc28d0741d7cf9f54d536f58a68bda64d8c5fbc2dcbc4a67b48c03b67ed
Description: Boost.Iostreams Library
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Iostreams are a collection of concepts and a set of templates
 which turn models of these concepts into C++ standard library streams
 and stream buffers.
Homepage: http://www.boost.org/libs/iostreams/
Multi-Arch: same

Package: libboost-iostreams1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 261
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-iostreams1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-iostreams1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 221108
MD5sum: 64d00ceef914c8969ab045ccb2c30c4d
SHA1: 6135b9fe27e66098dd5a3a64f74d07345025be6f
SHA256: a5935d36c60729508d719dab3644546e8d0dd40cd5d17b30d0214b292d133d25
SHA512: 62da5001102a820bf84ef6e2062e992efa0939332ef09fa8502181ccf1d795c0926e03e5c25713a1b6728b3c71985c3061c4c6510fbfaeeaa841e6917c9b23ab
Description: debug symbols for libboost-iostreams1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 0aa3bce3f0c7a253246f7bf7f2423580d8aaf18d
Multi-Arch: same

Package: libboost-locale1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 5534
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-thread1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-locale1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-locale1.48-dev, libboost-locale1.49-dev, libboost-locale1.50-dev, libboost-locale1.52-dev, libboost-locale1.53-dev, libboost-locale1.54-dev, libboost-locale1.55-dev, libboost-locale1.57-dev, libboost-locale1.58-dev, libboost-locale1.60-dev, libboost-locale1.61-dev, libboost-locale1.62-dev, libboost-locale1.63-dev, libboost-locale1.65-dev, libboost-locale1.67-dev, libboost-locale1.70-dev, libboost-locale1.71-dev
Filename: pool/target/b/boost1.74/libboost-locale1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 668624
MD5sum: ef66521ea1f38c50203647ab41926759
SHA1: f80a192f45d735b9e3409038ed9e3c731e1c73d5
SHA256: adda15a48dc9ca7a895c28f823426faab14de151a25df5c7f5dc8ce6aedda092
SHA512: 51e1a53d595908fc6e6f358bc7042a263a6c6b1ecaeb1598f5c61aa3f5f295aa3b2a7d164065d1f3f6b018a3b3d33790bccb7d2d8af5fdb600a2e72e671501a4
Description: C++ facilities for localization
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Locale gives powerful tools for development of cross platform
 localized software - the software that talks to user in its language.
 .
  * Correct case conversion, case folding and normalization.
  * Collation (sorting), including support for 4 Unicode collation
 levels.
  * Date, time, timezone and calendar manipulations, formatting
 and parsing, including transparent support for calendars other than
 Gregorian.
  * Boundary analysis for characters, words, sentences and
 line-breaks.
  * Number formatting, spelling and parsing.
  * Monetary formatting and parsing.
  * Powerful message formatting (string translation) including
 support for plural forms, using GNU catalogs.
  * Character set conversion.
  * Transparent support for 8-bit character sets like Latin1
  * Support for char and wchar_t
  * Experimental support for C++0x char16_t and char32_t strings and streams.
Homepage: http://www.boost.org/libs/math/
Multi-Arch: same

Package: libboost-locale1.74.0
Priority: optional
Section: libs
Installed-Size: 3048
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.32), libgcc-s1 (>= 4.2), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-locale1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 548528
MD5sum: 5ded4fc92f850917576aa3decb83a480
SHA1: 2cc9da1f36383d629e7b34b0c2485e784c395684
SHA256: 410377a8eee8585c9ea763f7c0a4afa66808d384dac4bd41ce726bb66ebecc70
SHA512: 0bd369402ad401777e710c6aac0dcb6d2da9c12cae059a8f568d3359aaffd74412e3bd0e45df10a55191c112009994af54ea83c111b65c415e954c8e8bcac8ac
Description: C++ facilities for localization
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Locale gives powerful tools for development of cross platform
 localized software - the software that talks to user in its language.
 .
  * Correct case conversion, case folding and normalization.
  * Collation (sorting), including support for 4 Unicode collation
 levels.
  * Date, time, timezone and calendar manipulations, formatting
 and parsing, including transparent support for calendars other than
 Gregorian.
  * Boundary analysis for characters, words, sentences and
 line-breaks.
  * Number formatting, spelling and parsing.
  * Monetary formatting and parsing.
  * Powerful message formatting (string translation) including
 support for plural forms, using GNU catalogs.
  * Character set conversion.
  * Transparent support for 8-bit character sets like Latin1
  * Support for char and wchar_t
  * Experimental support for C++0x char16_t and char32_t strings and streams.
Homepage: http://www.boost.org/libs/locale/
Multi-Arch: same

Package: libboost-locale1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 4330
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-locale1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-locale1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 4135068
MD5sum: 4378051ababc69725384f59a451d66e0
SHA1: f6a2a1ea75f891369b5ba8c7723fa7018398c4d6
SHA256: 8bc09b6a685cd2f0dd9b971eb02af3e23105c6c09ca98177027ec01687724d95
SHA512: ee9114ecbd18058cccb969411dc4e3e59f63f1014cf0e6766678fc1888995db49cf480e85d870cc8bc9376905966405fafd13e77c2a6c6553a6e9fa3d3d6b5ef
Description: debug symbols for libboost-locale1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 22f35732ba1bccde2fb37d44c295a16d99f19df8
Multi-Arch: same

Package: libboost-log1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 8501
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-log1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-atomic1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-date-time1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-filesystem1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-regex1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-thread1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-log1.54-dev, libboost-log1.55-dev, libboost-log1.57-dev, libboost-log1.58-dev, libboost-log1.60-dev, libboost-log1.61-dev, libboost-log1.62-dev, libboost-log1.63-dev, libboost-log1.65-dev, libboost-log1.67-dev, libboost-log1.70-dev, libboost-log1.71-dev
Filename: pool/target/b/boost1.74/libboost-log1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 898100
MD5sum: cd2b266b5263775f7c968a8a51ff69e3
SHA1: 8cf614775aba6cd3f6e3de77b5d881cec193bb1e
SHA256: 6bd19885508ef869423db9f4fd786b48dcfcfb77be1fe1b9c5985a7c49cb10dc
SHA512: 6566ce0adbe910da33241d7ea1027e170893b0c122ff7d6dd10f78faca988fa57e6a034c1878701b45ef396058bcd9211e1e597f4f647df6fd2b3c10ad54ce77
Description: C++ logging library
 This package forms part of the Boost C++ Libraries collection.
 .
 This library aims to make logging significantly easier for the
 application developer. It provides a wide range of out-of-the-box
 tools along with public interfaces for extending the library. The
 main goals of the library are:
 .
  * Simplicity. A small example code snippet should be enough to get
 the feel of the library and be ready to use its basic features.
  * Extensibility. A user should be able to extend functionality of the
 library for collecting and storing information into logs.
  * Performance. The library should have as little performance impact on
 the user's application as possible.
Homepage: http://www.boost.org/libs/log/

Package: libboost-log1.74.0
Priority: optional
Section: libs
Installed-Size: 3627
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-regex1.74.0-icu72, libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-log1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 676856
MD5sum: 50f1171e3bc0eaca928dbb9ba0377b10
SHA1: 5bc75f2779bc6b7e7ffe841a59ea5dbaff1ced95
SHA256: 8689b457a309ffe46efb2eda4f6c80fb9b8d4b907dabfe465beaba2e6a3fadbd
SHA512: 32957b05b2f27ccaa4813b09b40fbf65d19800a142e2a547c8ef56c008286f9e75d47288f70f0924fb5313306b997ffdf4ba44ebbb1df0a974d019ffc60a0b0b
Description: C++ logging library
 This package forms part of the Boost C++ Libraries collection.
 .
 This library aims to make logging significantly easier for the
 application developer. It provides a wide range of out-of-the-box
 tools along with public interfaces for extending the library. The
 main goals of the library are:
 .
  * Simplicity. A small example code snippet should be enough to get
 the feel of the library and be ready to use its basic features.
  * Extensibility. A user should be able to extend functionality of the
 library for collecting and storing information into logs.
  * Performance. The library should have as little performance impact on
 the user's application as possible.
Homepage: http://www.boost.org/libs/log/

Package: libboost-log1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 8528
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-log1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-log1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 7913968
MD5sum: e909e692bec1a4f18967f998f353e022
SHA1: 6e88e03121f76d5e1228033ff7e128888503f392
SHA256: b76fb5908f9346155dabddbe2f0427eaa0951e155f1f3f691667fc6c1193d279
SHA512: 9dad182fc43b00743ec26b60b2b6c5d7d1c765930ed4998f34af62fb65a21d045d9e6bda215d60fdfd7f98a20f6082557a4c332d23151a45cd0b5105aec901e9
Description: debug symbols for libboost-log1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 4dc8abadee265b43a69ae824216a37b89f7ff490 8346872f954ad0945bbf51b007c29440a1be7e00

Package: libboost-math1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 5938
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-math1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-math1.42-dev, libboost-math1.46-dev, libboost-math1.48-dev, libboost-math1.49-dev, libboost-math1.50-dev, libboost-math1.52-dev, libboost-math1.53-dev, libboost-math1.54-dev, libboost-math1.55-dev, libboost-math1.57-dev, libboost-math1.58-dev, libboost-math1.60-dev, libboost-math1.61-dev, libboost-math1.62-dev, libboost-math1.63-dev, libboost-math1.65-dev, libboost-math1.67-dev, libboost-math1.70-dev, libboost-math1.71-dev
Filename: pool/target/b/boost1.74/libboost-math1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 670852
MD5sum: f6799751b93b179371a4cd9a56c27dac
SHA1: 6648512e3bf6242cabeebbab4abb64ded26ee754
SHA256: d9a8905a2ea77c133466dc889352237707137f6fd6ce4339db402ca9281a3155
SHA512: a1593ef29e3c9b90532dd73031e09ca25dc1afa9dc67a1ff5882a099e141f88d61736d4bec86e0eb908cd6cc7ff2412578504de24bf24a45b6df5fd68ed21cb3
Description: Boost.Math Library development files
 This package forms part of the Boost C++ Libraries collection.
 .
 This library is divided into three interconnected parts:
  * Statistical Distributions: Provides a reasonably comprehensive set of
    statistical distributions, upon which higher level statistical tests
    can be built.
  * Mathematical Special Functions: Provides a small number of high quality
    special functions, initially these were concentrated on functions used in
    statistical applications along with those in the Technical Report on
    C++ Library Extensions.
  * Implementation Toolkit: Provides many of the tools required to implement
    mathematical special functions.
Homepage: http://www.boost.org/libs/math/
Multi-Arch: same

Package: libboost-math1.74.0
Priority: optional
Section: libs
Installed-Size: 3187
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29), libgcc-s1 (>= 4.5), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-math1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 581952
MD5sum: 7ca93218aeec77a4ce463e6bf8cc18cd
SHA1: e58eb5711dc675462a8ed97de9f6c78365f96ac3
SHA256: 9c542f859bc348b07a6a8c3dc51ac08018dd5ff4533c076d22d73c4d9a7de011
SHA512: 3deef2fa438d64eefb02669ac2843f9d5caf79b3bed5f56e6ce371d98442247461b6aab16a38ad3abb97ec0af024152062455b739101b8cb4c8c1c8ec83f2084
Description: Boost.Math Library
 This package forms part of the Boost C++ Libraries collection.
 .
 This library is divided into three interconnected parts:
  * Statistical Distributions: Provides a reasonably comprehensive set of
    statistical distributions, upon which higher level statistical tests
    can be built.
  * Mathematical Special Functions: Provides a small number of high quality
    special functions, initially these were concentrated on functions used in
    statistical applications along with those in the Technical Report on
    C++ Library Extensions.
  * Implementation Toolkit: Provides many of the tools required to implement
    mathematical special functions.
Homepage: http://www.boost.org/libs/math/
Multi-Arch: same

Package: libboost-math1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 1913
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-math1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-math1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 1819416
MD5sum: 38a0611e90b1e623817ef93f891f51e5
SHA1: f0443d2e22592148ea154b1707f2d3207b2babe8
SHA256: ad13329553e1f6374b47b631686acc6ad2f038734d06360b5764aa64019cc502
SHA512: dce6dd50a21ad9f4bcfc851512e008c4508ac84395dfd8b25d0859deae9c255271b60678ebe196f2e8ef2e36d0276ba3e499c3afb3833c61bf323f6099c21fe2
Description: debug symbols for libboost-math1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 0486b4be6dd0373346294ec429fc03ebcaed4d49 13eb33531f584c87e7450f43fefcafe8d02ca13d 7d082285c2d4924041da408f35d40f3c11ec3c8c 896ab8411a68e6c5dc8668110702e1dbae3680df
Multi-Arch: same

Package: libboost-nowide1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2165
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-nowide1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Suggests: libboost1.74-doc
Conflicts: libboost-numpy1.65-dev, libboost-numpy1.67-dev, libboost-numpy1.70-dev, libboost-numpy1.71-dev
Filename: pool/target/b/boost1.74/libboost-nowide1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 348132
MD5sum: 57c0a3875951f9031788a69baaeca603
SHA1: 9dda11f79d8867ec943ca73367cf623994610c69
SHA256: 26143f678557c3ef94fc96096d470696769e6d5bd8c551f37b175be7f46daabb
SHA512: b8a372a8ab45fe43e54550681bede84d695c3c14087ed059774a1b3e59246f0cd9a8eb5ea90f13cdd372f54a9bc55d01eb2af1bdb1915359a9754dd768f4ab18
Description: Standard library functions with UTF-8 API on Windows development files
 This package forms part of the Boost C++ Libraries collection.
 .
 The library provides an implementation of standard C and C++
 library functions which are UTF-8 aware on Windows without
 requiring to use the Wipe API.
 .
 On POSIX platforms, where UTF-8 is already commonly used, the
 calls in Nowide just alias to their standard counterparts.
Homepage: http://www.boost.org/libs/python/

Package: libboost-nowide1.74.0
Priority: optional
Section: libs
Installed-Size: 2213
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1)
Suggests: python3
Filename: pool/target/b/boost1.74/libboost-nowide1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 346924
MD5sum: 633fa3f3f3267a406a2b82f606e9b00a
SHA1: 0a6abb653a868b3a9c952d19c7cdd0613ee37b8e
SHA256: 6aef708247f8589389eba88a8fedabd38b5d781a9c601d37d71d2b7213c87373
SHA512: d5d501d9e8baf351194f48b8c6fd983ba36e2f8e66059fb1cda11316ae634f7cd5d72e0c15dd2de096335b23476b7ff18a23542b010aa848f74f9d12f24184cd
Description: Standard library functions with UTF-8 API on Windows
 This package forms part of the Boost C++ Libraries collection.
 .
 The library provides an implementation of standard C and C++
 library functions which are UTF-8 aware on Windows without
 requiring to use the Wipe API.
 .
 On POSIX platforms, where UTF-8 is already commonly used, the
 calls in Nowide just alias to their standard counterparts.
Homepage: http://www.boost.org/libs/python/

Package: libboost-nowide1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 34
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-nowide1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-nowide1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 19408
MD5sum: 164fcd8bdfc1a21d30080946c4db9c15
SHA1: bcc9e8a10a28bb30d509e0cb6d3d29a148f3a7e8
SHA256: 9087021e4eb14320e2cc1e2a700d19099cef35f64fcc38af4811f8f9e9f942c1
SHA512: be3db6c4a233476487cdeca192e4da01b5592530d7f84478ebc3fccd5ff2d8b9a7a7220cfb8ae84e01f82ab53dac5f4b573bcfc465799319a0dcb2f8d5c3f2f2
Description: debug symbols for libboost-nowide1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: ccf30090fbd157aea4c5d8f36e0948f4905f5b25

Package: libboost-numpy1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2258
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-numpy1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Suggests: libboost1.74-doc
Conflicts: libboost-numpy1.65-dev, libboost-numpy1.67-dev, libboost-numpy1.70-dev, libboost-numpy1.71-dev
Filename: pool/target/b/boost1.74/libboost-numpy1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 359440
MD5sum: 553b25bca0bebe547b268769f2e3ae46
SHA1: a7ae76800ec47e0894eb638b698e9b197b28ac7b
SHA256: 0da9886d210eef12a158312eda46fe2564cd577f72a94a8089c63fb547e851d1
SHA512: 2020460041ea67bcc3275a470ff47b146e58200e58facb2fbd9c287d7a104bd4a78ac5a5ebeed672f825b1f421289c04737c96a12b9e0c0bc32bc1b78a33e00c
Description: Boost.Python NumPy extensions development files
 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Python library enables exporting a C++ library to Python.
 The NumPy extensions lets the C++ code interact with NumPy types.
 .
 This package allows development of a Python interface for all current
 versions of Python in Debian.  Code using this library will need also
 one of the Python development packages.
Homepage: http://www.boost.org/libs/python/

Package: libboost-numpy1.74.0
Priority: optional
Section: libs
Installed-Size: 2213
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Provides: libboost-numpy1.74.0-py311
Depends: libboost-python1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0-py311, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Suggests: python3
Filename: pool/target/b/boost1.74/libboost-numpy1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 355340
MD5sum: 98b647e535766a44d38d3598412543df
SHA1: bba08e048cc04e0facd5175cd2a79ebc1b75f5d0
SHA256: f6c35e1245fba54190f36c5e28848b6110303379fa76560d0c787591a25e7639
SHA512: 6f4551da5f464d9efea0858024cb244d9d3800552e4b1cbcf13d7e6b0b1028fc39c37676f0f24610fba3d327c41a5c39ec96ec88f58dedc56bbbe58081637da9
Description: Boost.Python NumPy extensions
 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Python library enables exporting a C++ library to Python.
 The NumPy extensions lets the C++ code interact with NumPy types.
 .
 One of the python interpreter packages is required to use the
 created extensions.
Homepage: http://www.boost.org/libs/python/

Package: libboost-numpy1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 185
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-numpy1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-numpy1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 159536
MD5sum: 7f77d2fd986cd23ab30fcbc4e235fc30
SHA1: 8abd21f73305e6db55275addcf580216d6aaef43
SHA256: 6e336bc5296eb611c0af9e8b26a8b9e9a19b257b14356476d061ac97ba6b9b4e
SHA512: 4ef8f4d6ff4cb5976bab0906252e8509a05088fafcf518676f402d20fb768cc6279b3bfa221e89a434c12926dbf28a3c2c411af78f92b89092de0a9ff1bac102
Description: debug symbols for libboost-numpy1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: a23cadde5d5e979e078041de9f0a0c876cb188b4

Package: libboost-program-options1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 3342
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-program-options1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-program-options1.42-dev, libboost-program-options1.46-dev, libboost-program-options1.48-dev, libboost-program-options1.49-dev, libboost-program-options1.50-dev, libboost-program-options1.52-dev, libboost-program-options1.53-dev, libboost-program-options1.54-dev, libboost-program-options1.55-dev, libboost-program-options1.57-dev, libboost-program-options1.58-dev, libboost-program-options1.60-dev, libboost-program-options1.61-dev, libboost-program-options1.62-dev, libboost-program-options1.63-dev, libboost-program-options1.65-dev, libboost-program-options1.67-dev, libboost-program-options1.70-dev, libboost-program-options1.71-dev
Filename: pool/target/b/boost1.74/libboost-program-options1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 481260
MD5sum: ef5059f62b7f0e9791f9239bb013e19d
SHA1: cfba3dce534a4e9f3fe6a3e37cf1245dd4cf7a85
SHA256: e050a6d164d53e233fc3d5997041866fad561215cb956fe7a3b75d74198ac766
SHA512: 9055301e253aa879533098d562b3d12035e744ca5ea7905f61c6a424fcd7845b219be992ff8bd104f586310ade2ed1c0603954d5154540c2765a89cee1906f08
Description: program options library for C++
 This package forms part of the Boost C++ Libraries collection.
 .
 Library to let program developers obtain program options, that is
 (name, value) pairs from the user, via conventional methods such as
 command line and config file.
Homepage: http://www.boost.org/libs/program_options/
Multi-Arch: same

Package: libboost-program-options1.74.0
Priority: optional
Section: libs
Installed-Size: 2597
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-program-options1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 445388
MD5sum: ca2d9557813c50a7e3adc661407b571d
SHA1: 75b9dc45174d83551c8fbe996ccf18b149cf5de2
SHA256: 13b01c7447173b78659c43118acb63e0a0c9764418988ff35087653812a947d1
SHA512: 360e1c6e51c7d3cd7b46d58b6300964a9420ac7a253151dd24c08ed76a8a98376efb3e6f9876a8516eb8f78101f894982eee012f5774767fafa329427d6886c0
Description: program options library for C++
 This package forms part of the Boost C++ Libraries collection.
 .
 Library to let program developers obtain program options, that is
 (name, value) pairs from the user, via conventional methods such as
 command line and config file.
Homepage: http://www.boost.org/libs/program_options/
Multi-Arch: same

Package: libboost-program-options1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 2430
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-program-options1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-program-options1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 2348536
MD5sum: f0e3410a7412d8204d3d9ae50837bb0e
SHA1: 726d315daedf5ddf9e7be2189c7af0f6578ba7ea
SHA256: 28c5000cdbac2c567869ca568fe40450786892ca0ef9767a7dc993b7e12903c4
SHA512: 1b89c47c5d249238a0b1caf2f8c3eeb568f6b14b2a19c49518b5c1005798734a0ca6ba74ae2aa7ea0bb9d420febf0f5fbf3ddbd7dd53f5b0fb37f9f9d0b78aab
Description: debug symbols for libboost-program-options1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 5c79803e998ff6604fe28ad2e8a4a04c3b72ff0d
Multi-Arch: same

Package: libboost-python1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2791
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-python1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libpython3-dev, python3-dev:any
Suggests: libboost1.74-doc, gccxml
Conflicts: libboost-python1.42-dev, libboost-python1.46-dev, libboost-python1.48-dev, libboost-python1.49-dev, libboost-python1.50-dev, libboost-python1.52-dev, libboost-python1.53-dev, libboost-python1.54-dev, libboost-python1.55-dev, libboost-python1.57-dev, libboost-python1.58-dev, libboost-python1.60-dev, libboost-python1.61-dev, libboost-python1.62-dev, libboost-python1.63-dev, libboost-python1.65-dev, libboost-python1.67-dev, libboost-python1.70-dev, libboost-python1.71-dev
Filename: pool/target/b/boost1.74/libboost-python1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 432600
MD5sum: 8a57f8c7f8a11d8e8c6c1d808276eec8
SHA1: ef45f6c74eb9617e422ecb613060dd5afed28a44
SHA256: dd2318b8ebe13067859d73999a92ddc586f9169525d944dc447028619474403b
SHA512: 59c771df890240ac34ac0c976096dd24c1c0e9c0cdadd5b3d334b013ecba67d49d6aec9e3e4eff4ea16a0c6d81ee580953be4504c877b9dfa0a2ace406fb440a
Description: Boost.Python Library development files
 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Python Library is used to quickly and easily export a C++
 library to Python such that the Python interface is very similar to
 the C++ interface. It is designed to be minimally intrusive on your
 C++ design. In most cases, you should not have to alter your C++
 classes in any way in order to use them with Boost.Python.  The
 system should simply "reflect" your C++ classes and functions into
 Python. The major features of Boost.Python include support for:
 Subclassing extension types in Python, Overriding virtual functions
 in Python, Member function Overloading, Automatic wrapping of
 numeric operators among others.
 .
 This package allows development of a Python interface for all current
 versions of Python in Debian.  Code using this library will need also
 one of the Python development packages.
Homepage: http://www.boost.org/libs/python/

Package: libboost-python1.74.0
Priority: optional
Section: libs
Installed-Size: 2410
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Provides: libboost-python1.74.0-py311
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: python3
Filename: pool/target/b/boost1.74/libboost-python1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 408612
MD5sum: c37637c7cec3640dcc178a1bc6066968
SHA1: 9c43a240403ae430c90ce2e1b4bbf450ca79b8f5
SHA256: 5a3a7dd698105e1d18cfb066acb3046630ba8965d6c0898efb7f6d19826ee444
SHA512: 287be5349d2a2f0cb9e4ee94266e77d18aef374382bb71851ce4de9e818bdc17225e136472d9de488de93873e8948c1eb01de7fa679df79db1b64da527a1c68f
Description: Boost.Python Library
 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Python Library is used to quickly and easily export a C++
 library to Python such that the Python interface is very similar to
 the C++ interface. It is designed to be minimally intrusive on your
 C++ design. In most cases, you should not have to alter your C++
 classes in any way in order to use them with Boost.Python.  The
 system should simply "reflect" your C++ classes and functions into
 Python. The major features of Boost.Python include support for:
 Subclassing extension types in Python, Overriding virtual functions
 in Python, Member function Overloading, Automatic wrapping of
 numeric operators among others.
 .
 One of the python interpreter packages is required to use the
 created extensions.
Homepage: http://www.boost.org/libs/python/

Package: libboost-python1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 1152
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-python1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-python1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 1095328
MD5sum: 5f167a42b201200a563c570bffe18e15
SHA1: 604ca91f5257649d0d457b04a10c6749b6ef0f87
SHA256: f4d81bdf2dff12c0644563f5b65f1dcde539543674a5a768df4e74207f14e0c2
SHA512: 493bbef22d0f94291b0ea4eb8344ce7d2bb989a3ae3b02fd51788bb46927cf9e58b21805c19fd26c933546d10bbd95d1e3752b66ce10224a178fc8aae237e274
Description: debug symbols for libboost-python1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 65e574f5f6c101b0ad550fd05a97f5ea26847d59

Package: libboost-random1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2225
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-random1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-random1.42-dev, libboost-random1.46-dev, libboost-random1.48-dev, libboost-random1.49-dev, libboost-random1.50-dev, libboost-random1.52-dev, libboost-random1.53-dev, libboost-random1.54-dev, libboost-random1.55-dev, libboost-random1.57-dev, libboost-random1.58-dev, libboost-random1.60-dev, libboost-random1.61-dev, libboost-random1.62-dev, libboost-random1.63-dev, libboost-random1.65-dev, libboost-random1.67-dev, libboost-random1.70-dev, libboost-random1.71-dev
Filename: pool/target/b/boost1.74/libboost-random1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 357184
MD5sum: 6442ebd0b34fa1c11ee05a33254a7889
SHA1: 1953c9c311bee4c24b38f88bafe00a85da54657a
SHA256: 53117ddf31a56c37cfeb1cb2eb4294b8893ddae75142963d40bc275b7843b0a3
SHA512: ebccb8adf4d9507e1caab7e39e1109189f8d5218b6641b778f2dfac55c0036dcfcd19532856a0ffd90849127bbb7b6b6cbd0f3d12843cc1a9ba20442cc2bfeda
Description: Boost Random Number Library
 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Random Number Library (Boost.Random for short) provides a
 variety of generators and distributions to produce random numbers
 having useful properties, such as uniform distribution.
Homepage: http://www.boost.org/libs/random/
Multi-Arch: same

Package: libboost-random1.74.0
Priority: optional
Section: libs
Installed-Size: 2213
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-random1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 353776
MD5sum: d23b946ad6d91111cec72cc6b8ee9994
SHA1: dc2d3b4d473889256d990413f055ec4feac29aa4
SHA256: db83c6cfc29f23b225dbb19179f435eaec309e46e2bdaaf8dc060d6bce78ca7b
SHA512: f1b44ef417e8fbeb0a0fea6969b82572324f752fbf94861477ad20047cd022efa86ca92a13bccd3af185906f1642e3612757accacc9190b5b1c37a1c69b66f47
Description: Boost Random Number Library
 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Random Number Library (Boost.Random for short) provides a
 variety of generators and distributions to produce random numbers
 having useful properties, such as uniform distribution.
Homepage: http://www.boost.org/libs/random/
Multi-Arch: same

Package: libboost-random1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 133
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-random1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-random1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 112760
MD5sum: 4b1679fd9b78437478a0638b25b461e1
SHA1: a7ade0e5f5744651f0c16bf896a0f43be6b7d315
SHA256: 9f6bb5384f252d87d1c14247d1c311834dca707c9816d10c7867ea54cec64883
SHA512: fc7c550036ce040245b01350e4f5d7f029bbf0830c9e1cbffb00727f687a3f51ba1d94d5f2178fa702721be1a56f389a9f43f12a7e7dc7811b2d36b81d1fd79b
Description: debug symbols for libboost-random1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: a48481e5ae14fe3b617cd60f4b5e6667afbbfce3
Multi-Arch: same

Package: libboost-regex1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 4878
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-regex1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libicu-dev
Conflicts: libboost-regex1.42-dev, libboost-regex1.46-dev, libboost-regex1.48-dev, libboost-regex1.49-dev, libboost-regex1.50-dev, libboost-regex1.52-dev, libboost-regex1.53-dev, libboost-regex1.54-dev, libboost-regex1.55-dev, libboost-regex1.57-dev, libboost-regex1.58-dev, libboost-regex1.60-dev, libboost-regex1.61-dev, libboost-regex1.62-dev, libboost-regex1.63-dev, libboost-regex1.65-dev, libboost-regex1.67-dev, libboost-regex1.70-dev, libboost-regex1.71-dev
Filename: pool/target/b/boost1.74/libboost-regex1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 653260
MD5sum: 5a033162b88f22431fab8eb4ac40e1b5
SHA1: 766bd7a22b1012a677dbf1075fcc8429daa33c1d
SHA256: a81646d1f0a9400b3f350548bc0bed4bf91e335328ba3c516a669999591d3f08
SHA512: 018103db1c55a56e5c0715cd53a46b708045a99b51c4ae8937e7a696ad067dcd911ec6ba2038b88ea21b4d0ad610dcce99312b0e9883f933620015e740086365
Description: regular expression library for C++
 This package forms part of the Boost C++ Libraries collection.
 .
 Regular expressions are a form of pattern-matching that are often
 used in text processing; many users will be familiar with the Unix
 utilities grep, sed and awk, and the programming language perl, each
 of which make extensive use of regular expressions. Traditionally C++
 users have been limited to the POSIX C APIs for manipulating regular
 expressions, and while regex does provide these APIs, they do not
 represent the best way to use the library. For example regex can cope
 with wide character strings, or search and replace operations (in a
 manner analogous to either sed or perl), something that traditional C
 libraries can not do.
Homepage: http://www.boost.org/libs/regex/
Multi-Arch: same

Package: libboost-regex1.74.0
Priority: optional
Section: libs
Installed-Size: 3111
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Provides: libboost-regex1.74.0-icu72
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-regex1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 576032
MD5sum: 3323b8f30e338c778532c0cd7a032eb2
SHA1: a11ddeece2291b844dce958af54cb1e49bdfbc50
SHA256: 966391438e7cb398f68893d3cac58d0173c1d7c57708698e6812454fdcad10b1
SHA512: a4f7d6c7f62d13796536498fa22829832860d920d477e60ce1769314005f31a4b6510fefee5ad3f916360cc0531d2f944b46d911243fa2366d6fdb06e941604d
Description: regular expression library for C++
 This package forms part of the Boost C++ Libraries collection.
 .
 Regular expressions are a form of pattern-matching that are often
 used in text processing; many users will be familiar with the Unix
 utilities grep, sed and awk, and the programming language perl, each
 of which make extensive use of regular expressions. Traditionally C++
 users have been limited to the POSIX C APIs for manipulating regular
 expressions, and while regex does provide these APIs, they do not
 represent the best way to use the library. For example regex can cope
 with wide character strings, or search and replace operations (in a
 manner analogous to either sed or perl), something that traditional C
 libraries can not do.
Homepage: http://www.boost.org/libs/regex/
Multi-Arch: same

Package: libboost-regex1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 4206
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-regex1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-regex1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 4038516
MD5sum: 11c4dc8f61205374a321d334bbfdf2e7
SHA1: dabe8bd66433b7044110f7a1559b18d75feb2f7c
SHA256: ded1d6638f8fa521965ed48551045bb82d9f71ca2f61c896456f51301a1269c5
SHA512: f7805c6167b15a9be73be5bdb88b4c36b6bb585b83a3576673fcc786f7433ea669c5a3d063a7c7d1e591e808ea40efe8a3a7923d6144d3f8e1ababf27087af05
Description: debug symbols for libboost-regex1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 1e8b2a9e6b383cb02dd0a80a4b51b0e9dd25d410
Multi-Arch: same

Package: libboost-serialization1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 4207
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-serialization1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-serialization1.42-dev, libboost-serialization1.46-dev, libboost-serialization1.48-dev, libboost-serialization1.49-dev, libboost-serialization1.50-dev, libboost-serialization1.52-dev, libboost-serialization1.53-dev, libboost-serialization1.54-dev, libboost-serialization1.55-dev, libboost-serialization1.57-dev, libboost-serialization1.58-dev, libboost-serialization1.60-dev, libboost-serialization1.61-dev, libboost-serialization1.62-dev, libboost-serialization1.63-dev, libboost-serialization1.65-dev, libboost-serialization1.67-dev, libboost-serialization1.70-dev, libboost-serialization1.71-dev
Filename: pool/target/b/boost1.74/libboost-serialization1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 484944
MD5sum: c4ee746af31dda6dcbe516d4e2c3cd93
SHA1: 1ece278c539ea30a218c1f4ac7bd97c4aacc4e35
SHA256: c9d14a6a1fcd432bb8476ffb083d2d1d28cdc206ad3453856ac6fb5b5d16a4d4
SHA512: 0cd670ac5950df86457da8a34adc4a38931204795f6fff65b5861b55ab34d1075bc29a59b7c57c58671e35d33aa933a4786e2ad5cae7b14e4ce5be603198853a
Description: serialization library for C++
 This package forms part of the Boost C++ Libraries collection,
 containing the following functionalities:
 .
  * proper restoration of pointers to shared data
  * serialization of STL containers and other commonly used templates
  * data portability - streams of bytes created on one platform should
    be readable on any other
  * archive interface must be rich enough to permit the creation of an
    archive that presents serialized data as XML in a useful manner
 .
 Here, "serialization" means the reversible deconstruction of an
 arbitrary set of C++ data structures to a sequence of bytes.
 archive: to refer to a specific rendering of this stream of bytes.
Homepage: http://www.boost.org/libs/serialization/
Multi-Arch: same

Package: libboost-serialization1.74.0
Priority: optional
Section: libs
Installed-Size: 2668
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-serialization1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 435488
MD5sum: 9e3545ab3f332bcafb91309d772c44e0
SHA1: 3a049f89d7354298c69e5cc81ecd4e2bdc251dda
SHA256: 82ef8b00ca01fbaa7518f971b98dc15ba9f9684f545d3dcb9bffab9fc0af521b
SHA512: 98c87ab75e510f36e2ff6e8dc249bbd37a0c5b8b57cfdd6f26b2012fbabfb5acfd481ad25beba36ff02b55ccd415ad537f668a251e996ff56bc004d821e52d08
Description: serialization library for C++
 This package forms part of the Boost C++ Libraries collection,
 containing the following functionalities:
 .
  * proper restoration of pointers to shared data
  * serialization of STL containers and other commonly used templates
  * data portability - streams of bytes created on one platform should
    be readable on any other
  * archive interface must be rich enough to permit the creation of an
    archive that presents serialized data as XML in a useful manner
 .
 Here, "serialization" means the reversible deconstruction of an
 arbitrary set of C++ data structures to a sequence of bytes.
 archive: to refer to a specific rendering of this stream of bytes.
Homepage: http://www.boost.org/libs/serialization/
Multi-Arch: same

Package: libboost-serialization1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 2431
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-serialization1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-serialization1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 2100548
MD5sum: bca4ac26db4bb7e9f414467420a6e6e9
SHA1: 1e9ed8043aec3eae81a47dc1a1030a7fced37d65
SHA256: b947d794288170fcdde562e9e6e556b8108a079b74548b433bdcc317804dd184
SHA512: e0c132e0a4ac880f9dccd1748e60ad4a0bba6ee4be624dfd2ffd481edc530e88e523ad641ff6eec52228321a4ad19a565b103437888c702aca1e5d6ddd86d331
Description: debug symbols for libboost-serialization1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 6e837d3d48844736e4675bb7cdad0dfc3ae278a5 e131973a13b0a4ee41b37005781bcbe3222498d6
Multi-Arch: same

Package: libboost-stacktrace1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2254
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-stacktrace1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-stacktrace1.65-dev, libboost-stacktrace1.67-dev, libboost-stacktrace1.70-dev, libboost-stacktrace1.71-dev
Filename: pool/target/b/boost1.74/libboost-stacktrace1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 358776
MD5sum: 0880416448fa278a8144ac626b08921f
SHA1: d5ea127e04c198bf1a8f4df448692d308c9d2b70
SHA256: e6f5e35633bd7ae921c105627dd7d51ae60d9a959f6e5f6b2da7fdece42d9b73
SHA512: 4b36149775eb5db96c16bd3d7ace9e284132ae1979e0931eb0514b03344119e0d72f8c4f7455b68ad1b7fb90644e8cb308c9cb6daa444d5f9f2006efe2628152
Description: library to capture and print stack traces - development files
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Stacktrace library is a simple C++03 library that provides
 information about call sequence in a human-readable form.
Homepage: http://boost.org/libs/stacktrace/
Multi-Arch: same

Package: libboost-stacktrace1.74.0
Priority: optional
Section: libs
Installed-Size: 2478
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-stacktrace1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 383188
MD5sum: 6f97af594ef9e02a229707aa44de3c2f
SHA1: b641f792d7a7f5a608aad4e00c022bea6c2bcfad
SHA256: 8440483a1b578cc7563d9db17c223fa930c42cba3b011cbe672d8286862345f7
SHA512: 440ba458f969443f98b9aab5321d902dd2a7fba24e5391a2fd08bf45151f63fce790c726abf952d6d718b0915a991f4b0590b9f09e8eb43e1b4859c811602bb2
Description: library to capture and print stack traces
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Stacktrace library is a simple C++03 library that provides
 information about call sequence in a human-readable form.
Homepage: http://boost.org/libs/stacktrace/
Multi-Arch: same

Package: libboost-stacktrace1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 187
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-stacktrace1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-stacktrace1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 144188
MD5sum: 194cdb3e17ef22bb1f375cd45b5e1205
SHA1: bd69d870f0c980756dac8da1954d4f159efd2795
SHA256: ec9708e5c894d5b1be68830616f2de6b3986aa3e323312f1d307f4332d3888aa
SHA512: 0f36b6ed49d397947e9dc492bc50fdf4961e8017f3cd4564a9a90e950030d9666c6d7d7659b4786696d432e0adfb7f538c23e22a883f2ebed0134fba0bb49dad
Description: debug symbols for libboost-stacktrace1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: b497b967ab8222d3ffced805f6b0872cfc4a4c69 b97d637bbce56cf8a14cc919dbae596d2804693d cda33a590dd514dd85aebc5a7cf03268e51b75fc fa8d274b4f64d195e8df959fcc91702e47d28f2c
Multi-Arch: same

Package: libboost-system1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2157
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-system1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-system1.42-dev, libboost-system1.46-dev, libboost-system1.48-dev, libboost-system1.49-dev, libboost-system1.50-dev, libboost-system1.52-dev, libboost-system1.53-dev, libboost-system1.54-dev, libboost-system1.55-dev, libboost-system1.57-dev, libboost-system1.58-dev, libboost-system1.60-dev, libboost-system1.61-dev, libboost-system1.62-dev, libboost-system1.63-dev, libboost-system1.65-dev, libboost-system1.67-dev, libboost-system1.70-dev, libboost-system1.71-dev
Filename: pool/target/b/boost1.74/libboost-system1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 346352
MD5sum: 7d6ef4c466122f4cf077f6ec01703ef4
SHA1: c3ee67e76f46fb3ab0c2546ab4c857b97d3cccaf
SHA256: 495016c5d263d7b20114f540a09d41d306923301b961aa32de55f4e2ea7cda35
SHA512: f07bd572bbe5b4173877e288a61cac0c40b4ecb38ebb5bc12912ea3448c1bebfb6acf5d509fff7b969abaf8d103ce621724e25c69ef92450392fbe0595818dc8
Description: Operating system (e.g. diagnostics support) library
 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost System library provides simple, light-weight error_code
 objects that encapsulate system-specific error code values, yet also
 provide access to more abstract and portable error conditions via
 error_condition objects. Because error_code objects can represent
 errors from sources other than the operating system, including
 user-defined sources, each error_code and error_condition has an
 associated error_category.
Homepage: http://www.boost.org/libs/system/
Multi-Arch: same

Package: libboost-system1.74.0
Priority: optional
Section: libs
Installed-Size: 2213
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Filename: pool/target/b/boost1.74/libboost-system1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 345528
MD5sum: 15568ff91ae22c19c61396b99b298f46
SHA1: c2e07b6dcd4a64ceb57de5348db1bcd7c9385f85
SHA256: 51a21c9a7f2b2172a23961805360a8b378471583d9d98726a5cfa6e9bd29bade
SHA512: 3744e7755ec01400d933d2291e022f63728e665583024cfc3dd6dc6127e88ef7471be118cecf77f6d64f3eeede140225506ade91c8677cd36ab732a5794d6eea
Description: Operating system (e.g. diagnostics support) library
 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost System library provides simple, light-weight error_code
 objects that encapsulate system-specific error code values, yet also
 provide access to more abstract and portable error conditions via
 error_condition objects. Because error_code objects can represent
 errors from sources other than the operating system, including
 user-defined sources, each error_code and error_condition has an
 associated error_category.
Homepage: http://www.boost.org/libs/system/
Multi-Arch: same

Package: libboost-system1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 17
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-system1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-system1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 4172
MD5sum: 3557f886629d765104a15370745e6786
SHA1: d6a053715ad424b06954a3063a85c91f0711827b
SHA256: d91a77b88c1c1815346eac92d2d52ff4c90745351e03b85759eb16cad5675060
SHA512: 2a883d7691e94a22fc718c48e69ac794df331b4f1e48a9ce8c4a2d462b43d36a7342d3d2677cc7403fb664acb61bc0f70d1bc9fa1b27a5146575b2620286bb6a
Description: debug symbols for libboost-system1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: ab824253d69f16dd17afcaa0409444369647674d
Multi-Arch: same

Package: libboost-test1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 6951
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-test1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-test1.42-dev, libboost-test1.46-dev, libboost-test1.48-dev, libboost-test1.49-dev, libboost-test1.50-dev, libboost-test1.52-dev, libboost-test1.53-dev, libboost-test1.54-dev, libboost-test1.55-dev, libboost-test1.57-dev, libboost-test1.58-dev, libboost-test1.60-dev, libboost-test1.61-dev, libboost-test1.62-dev, libboost-test1.63-dev, libboost-test1.65-dev, libboost-test1.67-dev, libboost-test1.70-dev, libboost-test1.71-dev
Filename: pool/target/b/boost1.74/libboost-test1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 640836
MD5sum: 4a7d47659961656b75ffed6656240d0b
SHA1: 66c9403ee59bb0f09ca16b155ef6cebd194555fc
SHA256: dcbdf7442260b213bacb616a86d3075f2fe014c6e9b0820900a3a9809dee91d1
SHA512: f9a956d00a636dab6069ac3a127afde9680891c02a96bc7ad413e67da5edc83990a47b3cc7248a3465edd2b1fd907e4359a7b338294465746e803f8f606dc8ed
Description: components for writing and executing test suites
 This package forms part of the Boost C++ Libraries collection.  The
 library contains several components.
 .
  * Basic execution, error detection, and reporting facility.
  * Facilities to monitor program execution and produce error reports.
  * Unit test framework to simplify writing test cases.
Homepage: http://www.boost.org/libs/test/
Multi-Arch: same

Package: libboost-test1.74.0
Priority: optional
Section: libs
Installed-Size: 2986
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-test1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 551764
MD5sum: 0edaf4f20ba7dd9e378065949f42ff07
SHA1: 2fbe0b0f55e344e1797a749f912e04b45b118569
SHA256: 14a47221c8283bb56b27e4139a4e7e82443317d2b7947ff2ee97a9c18f5d2193
SHA512: 11a01a2c0c648d9f55317e61b0a547b6664b29e90e58045f3d322315be36596a25bcf8aee2c52283b045bd199c50393e25380b1fccfdabfbd69b1ec3406be1bc
Description: components for writing and executing test suites
 This package forms part of the Boost C++ Libraries collection.  The
 library contains several components.
 .
  * Basic execution, error detection, and reporting facility.
  * Facilities to monitor program execution and produce error reports.
  * Unit test framework to simplify writing test cases.
Homepage: http://www.boost.org/libs/test/
Multi-Arch: same

Package: libboost-test1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 4310
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-test1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-test1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 4125108
MD5sum: 8ba2bd7cbeeadec641f9b0c058a2bcca
SHA1: eb0e6360f73b67ee475b7e26f0532928c61f4864
SHA256: 5fad2ac42db4a21033c4bf957c33a77c56ac83110eb99ebbadbf497151d1dd52
SHA512: 81ef59fb1fee0556b6abca720152fc1dd5a67a8e3d960468cfba868016263a407fca6c2a28aa2fe406d58e9b5b288d54e51eaf021d758ed839b84b956fff38f3
Description: debug symbols for libboost-test1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 80407bc5253afecd28430cdc341daccd326e2e71 a1426a8a8b9e8a4e45fcd506c152023d5d55664e
Multi-Arch: same

Package: libboost-thread1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2554
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-atomic1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-chrono1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-date-time1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-thread1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-thread1.42-dev, libboost-thread1.46-dev, libboost-thread1.48-dev, libboost-thread1.49-dev, libboost-thread1.50-dev, libboost-thread1.52-dev, libboost-thread1.53-dev, libboost-thread1.54-dev, libboost-thread1.55-dev, libboost-thread1.57-dev, libboost-thread1.58-dev, libboost-thread1.60-dev, libboost-thread1.61-dev, libboost-thread1.62-dev, libboost-thread1.63-dev, libboost-thread1.65-dev, libboost-thread1.67-dev, libboost-thread1.70-dev, libboost-thread1.71-dev
Filename: pool/target/b/boost1.74/libboost-thread1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 394396
MD5sum: fac76e56f22a151dcff5a06b856e6954
SHA1: e9164d29e75ddc3c2b24c2ec3c5f0f3d3649c153
SHA256: 31100b9e9c4cd80107c78c600c914f2d422c8b574afa456301f4e6a4a73e8cd9
SHA512: 256d8455de2fd66e0bc66e96cc8e1507e5d21b200103390f37ca161c7e6a975d81fd64ff6ff3933fb6663937b54b71e843082a83ba26b763997501b4ed1f0f1d
Description: portable C++ multi-threading
 This package forms part of the Boost C++ Libraries collection.
 .
 Toolkit for writing C++ programs that execute as multiple,
 asynchronous, independent, threads-of-execution. Each thread has its
 own machine state including program instruction counter and
 registers.
Homepage: http://www.boost.org/libs/thread/
Multi-Arch: same

Package: libboost-thread1.74.0
Priority: optional
Section: libs
Installed-Size: 2341
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Breaks: libboost-regex1.74.0-icu67
Filename: pool/target/b/boost1.74/libboost-thread1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 381328
MD5sum: 57ba5bc49e72103b24477eed1b0ff75b
SHA1: 43ac2e6e22ebda90c6d460306569e74107ece3e7
SHA256: 5be47c5f10420fccaacc9788e90516a0c467114f2644cbcd5ee9293dbcc3d32c
SHA512: 5e73c6a06e82dd323a32b97fcafd97a84ad3e49ef3613b598fbd769cc5ffccb7b28e7096f0fa6744c05f334d768f1b464ed11800feb95b4771e53eeba262eb67
Description: portable C++ multi-threading
 This package forms part of the Boost C++ Libraries collection.
 .
 Toolkit for writing C++ programs that execute as multiple,
 asynchronous, independent, threads-of-execution. Each thread has its
 own machine state including program instruction counter and
 registers.
Homepage: http://www.boost.org/libs/thread/
Multi-Arch: same

Package: libboost-thread1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 659
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-thread1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-thread1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 616680
MD5sum: 686403b0e793c4358495c251b39d00f3
SHA1: d8189cdbf6069b3d40971ba8aed0a840d7aca2aa
SHA256: 3de7ad1c2565853b11ecfc70202eb63b27d879287d10b38964b8d38e0083219b
SHA512: 49dc2b4b8681ae051fdb4261c8fff7bd63619d9a8d6f572982ca42a0f1dc63615a0c00972577dbbfe5a8082176ffb4f32eb227533d9f66a8088b1166ffa8fd1c
Description: debug symbols for libboost-thread1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 81282627b270201374c4eb425d9f9ed8cecfc1ed
Multi-Arch: same

Package: libboost-timer1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2217
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-chrono1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-timer1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-timer1.42-dev, libboost-timer1.46-dev, libboost-timer1.48-dev, libboost-timer1.49-dev, libboost-timer1.50-dev, libboost-timer1.52-dev, libboost-timer1.53-dev, libboost-timer1.54-dev, libboost-timer1.55-dev, libboost-timer1.57-dev, libboost-timer1.58-dev, libboost-timer1.60-dev, libboost-timer1.61-dev, libboost-timer1.62-dev, libboost-timer1.63-dev, libboost-timer1.65-dev, libboost-timer1.67-dev, libboost-timer1.70-dev, libboost-timer1.71-dev
Filename: pool/target/b/boost1.74/libboost-timer1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 357436
MD5sum: 70506b8311a046880d8b6f3b78256429
SHA1: 9d20a2c5f1a275f126859a1839587b376644dfdc
SHA256: 4fcb17dcb37b097a5408717e01f89020af3083cd445d07307d5c0c22efc100d4
SHA512: dc681c7843fe0124b06297f4e7b66037802050745314502de004dc6f3475809c7d2c5264febd8ca3d6efbe02dc0968bd589c688009e2ac8eebe3dd0e1881cd85
Description: C++ wall clock and CPU process timers
 This package forms part of the Boost C++ Libraries collection.
 .
 Portable C++ timer classes that answer the question "How long does my
 C++ code take to run?" with as little as one #include and one
 additional line of code.
 .
 Class cpu_timer measures wall clock time, user CPU process time, and
 system CPU process time. Class auto_cpu_timer is a refinement of
 cpu_timer that automatically reports the elapsed times when an
 auto_cpu_timer object is destroyed.
Homepage: http://www.boost.org/libs/timer/
Multi-Arch: same

Package: libboost-timer1.74.0
Priority: optional
Section: libs
Installed-Size: 2213
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-chrono1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/b/boost1.74/libboost-timer1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 354092
MD5sum: 0247185f9bff3e66faf0bd948b5cec9b
SHA1: 0f14d61fa136d8101ad8cd2d3c163b7f2067bbe6
SHA256: 480443b2fcc7beaa572254ecb84dc6e33cf121f3090555e2a7bcfb21347b0aab
SHA512: 0a9edccbf5980ec6a99aefcb39d1d54a1212463de8f56d1fce6ee33c35fcd1be75ae3b92d4d3ad68e25b434d9dda9f0cb8589d60635e34c0da74e296abb572fd
Description: C++ wall clock and CPU process timers
 This package forms part of the Boost C++ Libraries collection.
 .
 Portable C++ timer classes that answer the question "How long does my
 C++ code take to run?" with as little as one #include and one
 additional line of code.
 .
 Class cpu_timer measures wall clock time, user CPU process time, and
 system CPU process time. Class auto_cpu_timer is a refinement of
 cpu_timer that automatically reports the elapsed times when an
 auto_cpu_timer object is destroyed.
Homepage: http://www.boost.org/libs/timer/
Multi-Arch: same

Package: libboost-timer1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 134
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-timer1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-timer1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 115260
MD5sum: 1bb3a200a30c47813a0047eb1bf3a4e0
SHA1: 5e987fd89718b9c860830e092e53d862dac54928
SHA256: 7bb81210a87a4202071fbc96d8d71f9957199e656304ca3481b4ddb7fa860bf5
SHA512: f8208ad705ef6efcadca3b6d5e099fe2f3b431696bbb8101a6ee3908c32216f3f856a71b6296b225c1920f82c536c466a9982a3ae45603ffaca0d71329951a0c
Description: debug symbols for libboost-timer1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 3e4808c820828cfa74fe2a0a36d42914e4edc070
Multi-Arch: same

Package: libboost-type-erasure1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 2290
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-system1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-thread1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-type-erasure1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost-type-erasure1.60-dev, libboost-type-erasure1.61-dev, libboost-type-erasure1.62-dev, libboost-type-erasure1.63-dev, libboost-type-erasure1.65-dev, libboost-type-erasure1.67-dev, libboost-type-erasure1.70-dev, libboost-type-erasure1.71-dev
Filename: pool/target/b/boost1.74/libboost-type-erasure1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 364032
MD5sum: a44c9ae7a7b5a9033fb4131e2d835bfc
SHA1: 3ed25efbed1c8e13b6e7b205e4597306b5062dd1
SHA256: 03bd116527d5ff09fdc07d30e1be88c4c479b9c010be2c641348fb067e3d1b73
SHA512: 4c77b6f6bf757970d1e2f24fcb87843378e85bfbc8c8c6641b9512b7e7395d3b92cf1b0371bb5bd89824446ee04934bfbcbed3b6684dbad8d83b8f768a1ff059
Description: C++ runtime polymorphism based on concepts
 This package forms part of the Boost C++ Libraries collection.
 .
 C++ has two distinct kinds of polymorphism, virtual functions and templates,
 each of which has its own advantages and disadvantages.  The Boost.TypeErasure
 library combines the superior abstraction capabilities of templates, with the
 runtime flexibility of virtual functions.
Homepage: http://www.boost.org/doc/libs/1_60_0/doc/html/boost_typeerasure.html
Multi-Arch: same

Package: libboost-type-erasure1.74.0
Priority: optional
Section: libs
Installed-Size: 2213
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-type-erasure1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 358856
MD5sum: 5098ce886c887e896fa74eb9d4ce335d
SHA1: 5f50bf9f73eec75c387be981b811c114c19fd279
SHA256: 09942b4406de600de8e8aea4a8353253bc6dcfa43071858a7399deff910f03a4
SHA512: bbb657aa2f34279c37f5ec90b06da14722ad0ee5c9bd979a0e545e0de1bb68dc808aabf6aa49e5462a1bb9245e572bc48a729f0fed5352f87534df48a5d5bea9
Description: C++ runtime polymorphism based on concepts
 This package forms part of the Boost C++ Libraries collection.
 .
 C++ has two distinct kinds of polymorphism, virtual functions and templates,
 each of which has its own advantages and disadvantages.  The Boost.TypeErasure
 library combines the superior abstraction capabilities of templates, with the
 runtime flexibility of virtual functions.
Homepage: http://www.boost.org/doc/libs/1_60_0/doc/html/boost_typeerasure.html
Multi-Arch: same

Package: libboost-type-erasure1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 238
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-type-erasure1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-type-erasure1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 214012
MD5sum: 7c704f50ba82973fa575cbfb8a055c15
SHA1: 9b472b29fc7b46495b1c03d7d0236b5e67071f78
SHA256: 3b6011087ad60b9fc1302db6b809749ad73c500c469e35698cc5fdad99326f71
SHA512: 270c6882de84473c9d406a25f401d16d28d06b9ed183a92ab30345bbbd2bcabfa790bd8d8b0f500c5696c30d66e5be124aa9c41e2471e3fcecb4636f94f6abc6
Description: debug symbols for libboost-type-erasure1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: 9b64dff309774580dca3acada5cf1602eb8be78a
Multi-Arch: same

Package: libboost-wave1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 6762
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-serialization1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-wave1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1), libboost-filesystem1.74-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboolibboost1.6-dev, libboost-wave1.42-dev, libboost-wave1.46-dev, libboost-wave1.48-dev, libboost-wave1.49-dev, libboost-wave1.50-dev, libboost-wave1.52-dev, libboost-wave1.53-dev, libboost-wave1.54-dev, libboost-wave1.55-dev, libboost-wave1.57-dev, libboost-wave1.58-dev, libboost-wave1.60-dev, libboost-wave1.62-dev, libboost-wave1.63-dev, libboost-wave1.65-dev, libboost-wave1.67-dev, libboost-wave1.70-dev, libboost-wave1.71-dev
Filename: pool/target/b/boost1.74/libboost-wave1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 605328
MD5sum: 17ea0dfe16a7ad90a8396fefd3e6f493
SHA1: f5e3711aec020434ecddfd8223de769e5ffe7641
SHA256: f38a769420c6cf11167a04ee03b3a9311199433901601f0a3001de5faa5c13f8
SHA512: 2263828cacced672a114d2ed08f62e14c5bb250590b761309423ca6f11d63cb8b5ac7368ffbf0b911a7b7092fb96f9fe8d63eb64e6990afc4637f1b308bbdfba
Description: C99/C++ preprocessor library
 This package forms part of the Boost C++ Libraries collection.
 .
 The Wave C++ preprocessor library is a Standards conformant
 implementation of the mandated C99/C++ preprocessor functionality
 packed behind a simple to use interface, which integrates well with
 the well known idioms of the Standard Template Library (STL).
Homepage: http://www.boost.org/libs/wave/
Multi-Arch: same

Package: libboost-wave1.74.0
Priority: optional
Section: libs
Installed-Size: 3046
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/b/boost1.74/libboost-wave1.74.0_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 523956
MD5sum: c54460656da707691360acb177ed5b24
SHA1: bcaf2ed6306aff67f24e6863097373eb2bc41289
SHA256: 076f9be8487c730622c4b47e84c420766443da4258aa1fe135e9d9208a430a4a
SHA512: b943770a066f5e26f5c2c60074e575e338b35817fc809ccb8ea78b51bbb10f2ffb054415a5345afce9c02c27e8a84c35f428b5a57cf560ece0a4bdee3e6c1f3a
Description: C99/C++ preprocessor library
 This package forms part of the Boost C++ Libraries collection.
 .
 The Wave C++ preprocessor library is a Standards conformant
 implementation of the mandated C99/C++ preprocessor functionality
 packed behind a simple to use interface, which integrates well with
 the well known idioms of the Standard Template Library (STL).
Homepage: http://www.boost.org/libs/wave/
Multi-Arch: same

Package: libboost-wave1.74.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 5561
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost-wave1.74.0 (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost-wave1.74.0-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 5002904
MD5sum: 728394c9adea31458ba233ca818b2215
SHA1: b911122a7512abe56cbcdf1fd08830c2bfb6ee98
SHA256: c6d1e51a87bf1be1bfaa48286b81804ee931da043a542a8c407afad87f923593
SHA512: 5b6a59efe807dd94dd576ac66fb2a12ba5c422405aba4a3400b7ebe0841bebce24834e4ec3a7f4036843a33a3c9a10e2ddf82a0b1a5e255bdb4af69fbd593c3c
Description: debug symbols for libboost-wave1.74.0
Auto-Built-Package: debug-symbols
Build-Ids: df62ef716505eba485448255c2df4dd4eb9cde65
Multi-Arch: same

Package: libboost1.74-all-dev
Priority: optional
Section: libdevel
Installed-Size: 2139
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-dev, libboost1.74-tools-dev, libboost-atomic1.74-dev, libboost-chrono1.74-dev, libboost-container1.74-dev, libboost-context1.74-dev, libboost-coroutine1.74-dev, libboost-date-time1.74-dev, libboost-exception1.74-dev, libboost-fiber1.74-dev, libboost-filesystem1.74-dev, libboost-graph1.74-dev, libboost-iostreams1.74-dev, libboost-locale1.74-dev, libboost-log1.74-dev, libboost-math1.74-dev, libboost-numpy1.74-dev, libboost-program-options1.74-dev, libboost-python1.74-dev, libboost-random1.74-dev, libboost-regex1.74-dev, libboost-serialization1.74-dev, libboost-stacktrace1.74-dev, libboost-system1.74-dev, libboost-test1.74-dev, libboost-thread1.74-dev, libboost-timer1.74-dev, libboost-type-erasure1.74-dev, libboost-wave1.74-dev, libboost-nowide1.74-dev
Filename: pool/target/b/boost1.74/libboost1.74-all-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 344036
MD5sum: 12c3d7833854a545fb18a23bbe8ea9c6
SHA1: fcd1da3c588cd06c8c982b27aba92b618e61dee3
SHA256: 62a20aea9cc7ba59745e1ea756e4aa425a5080e5e7d736fe76b9932fdea02f8a
SHA512: 32f80bacc8e76099281e91e24100cec5518cd094d1394d109c96c180ac825285547a687e01e0f5966304255a81f880e00d10782016c3ddd342bfae05599a50c4
Description: Boost C++ Libraries development files (ALL)
 The Boost web site provides free, peer-reviewed, portable C++ source
 libraries. The emphasis is on libraries which work well with the C++
 Standard Library. One goal is to establish "existing practice" and
 provide reference implementations so that the Boost libraries are
 suitable for eventual standardization. Some of the libraries have
 already been proposed for inclusion in the C++ Standards Committee's
 upcoming C++ Standard Library Technical Report.
 .
 This metapackage provides the complete Boost development environment,
 including all separately-packaged libraries.
Homepage: https://www.boost.org/

Package: libboost1.74-dev
Priority: optional
Section: libdevel
Installed-Size: 138348
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Replaces: libleatherman-dev (<< 1.12.1+dfsg-1.1~)
Depends: libstdc++-12-dev
Suggests: libboost1.74-doc, libboost-atomic1.74-dev, libboost-chrono1.74-dev, libboost-container1.74-dev, libboost-context1.74-dev, libboost-contract1.74-dev, libboost-coroutine1.74-dev, libboost-date-time1.74-dev, libboost-exception1.74-dev, libboost-fiber1.74-dev, libboost-filesystem1.74-dev, libboost-graph1.74-dev, libboost-iostreams1.74-dev, libboost-locale1.74-dev, libboost-log1.74-dev, libboost-math1.74-dev, libboost-numpy1.74-dev, libboost-program-options1.74-dev, libboost-python1.74-dev, libboost-random1.74-dev, libboost-regex1.74-dev, libboost-serialization1.74-dev, libboost-stacktrace1.74-dev, libboost-system1.74-dev, libboost-test1.74-dev, libboost-thread1.74-dev, libboost-timer1.74-dev, libboost-type-erasure1.74-dev, libboost-wave1.74-dev, libboost1.74-tools-dev, libmpfrc++-dev, libntl-dev, libboost-nowide1.74-dev
Conflicts: bjam, boost-build, libboost1.42-dev, libboost1.46-dev, libboost1.48-dev, libboost1.49-dev, libboost1.50-dev, libboost1.52-dev, libboost1.53-dev, libboost1.54-dev, libboost1.55-dev, libboost1.57-dev, libboost1.58-dev, libboost1.60-dev, libboost1.61-dev, libboost1.62-dev, libboost1.63-dev, libboost1.65-dev, libboost1.67-dev, libboost1.70-dev, libboost1.71-dev
Breaks: libleatherman-dev (<< 1.12.1+dfsg-1.1~)
Filename: pool/target/b/boost1.74/libboost1.74-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 9640096
MD5sum: aa718c1c108a456e25af426c3a357ce9
SHA1: 7f442845cfc7b32c8420a3b202f93eac4a9d3a9c
SHA256: bd4a5ecd175ed51729eaf4db10397db9d542baa613014973b942f2c2fc14174a
SHA512: c991f01426ca4185612da586ba84b3e0c21a5372f6c65086d97c4fbff54b40f6ea255ca6a2dcd44d6fb5ae79cc8ecdcffda1647a01986a579421c8341e7297a1
Description: Boost C++ Libraries development files
 The Boost web site provides free, peer-reviewed, portable C++ source
 libraries. The emphasis is on libraries which work well with the C++
 Standard Library. One goal is to establish "existing practice" and
 provide reference implementations so that the Boost libraries are
 suitable for eventual standardization. Some of the libraries have
 already been proposed for inclusion in the C++ Standards Committee's
 upcoming C++ Standard Library Technical Report.
 .
 This package provides headers for all Boost libraries.
 .
 Extended precision arithmetic package libmpfrc++-dev or libntl-dev is
 required to use the Boost.Multiprecision wrapping of the respective
 library.
Homepage: https://www.boost.org/
Multi-Arch: same

Package: libboost1.74-doc
Priority: optional
Section: doc
Installed-Size: 80789
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: all
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libjs-mathjax
Suggests: libboost1.74-dev (>= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Conflicts: libboost1.42-doc, libboost1.46-doc, libboost1.48-doc, libboost1.49-doc, libboost1.50-doc, libboost1.52-doc, libboost1.53-doc, libboost1.54-doc, libboost1.55-doc, libboost1.57-doc, libboost1.58-doc, libboost1.60-doc, libboost1.61-doc, libboost1.62-doc, libboost1.63-doc, libboost1.65-doc, libboost1.67-doc, libboost1.70-doc, libboost1.71-doc
Filename: pool/target/b/boost1.74/libboost1.74-doc_1.74.0+ds1-21+apertis1bv2024dev3b1_all.deb
Size: 7478232
MD5sum: 05d6fb3202c03a9f6a58c26c759411d1
SHA1: 0bf51766b00c49f9d30c2e2a347b3285a2a39d92
SHA256: 99736c3f956c7b54a0288f2c3c072e44d60b7e574b3f4598337c420ae6d4f67b
SHA512: f730f801c34f898af0a3a1b499a9f2d2788a2e13e2eec5adaefd1f74821b2bd3a7dab3f1464f83ac0ba4c6b590f3163ea9a5dd2d7168e3c6d0a905d2af14a460
Description: Boost.org libraries documentation placeholder
 This package originally provided documentation, but has since fallen
 into disrepair and presently provides no documentation.  Please
 use documentation at www.boost.org.
Homepage: http://www.boost.org/libs/

Package: libboost1.74-tools-dev
Priority: optional
Section: libdevel
Installed-Size: 7267
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Replaces: bjam, boost-build, libboost1.49-dev, libboost1.53-dev, libboost1.53-tools-dev
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: xsltproc, doxygen, docbook-xml (>= 4.2), docbook-xsl (>= 1.73.2), default-jdk (>= 1.4), fop (>= 0.94)
Conflicts: bjam, boost-build, libboost1.49-dev, libboost1.53-tools-dev, libboost1.54-tools-dev, libboost1.55-tools-dev, libboost1.57-tools-dev, libboost1.58-tools-dev, libboost1.60-tools-dev, libboost1.61-tools-dev, libboost1.62-tools-dev, libboost1.63-tools-dev, libboost1.65-tools-dev, libboost1.67-tools-dev, libboost1.70-tools-dev, libboost1.71-tools-dev
Filename: pool/target/b/boost1.74/libboost1.74-tools-dev_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 1455700
MD5sum: acc17925c74c767d2c63757c37f3f997
SHA1: 610157e1e5afe8b0b82d4d09b6f55ea117805d2a
SHA256: 3a8835749365113730af02a06368405e09a8548ea28baa0a3a2df5046e9695f9
SHA512: cc72affbd34c1af5051a7a68ce21813ef4d33e7ef72922e616025f44c42851ed65a28f14a35715ec158385c67e57ea7c268d7b5f7fdee34b0a129e1736c01475
Description: Boost C++ Libraries development tools
 The Boost web site provides free, peer-reviewed, portable C++ source
 libraries. The emphasis is on libraries which work well with the C++
 Standard Library. One goal is to establish "existing practice" and
 provide reference implementations so that the Boost libraries are
 suitable for eventual standardization. Some of the libraries have
 already been proposed for inclusion in the C++ Standards Committee's
 upcoming C++ Standard Library Technical Report.
 .
 This package provides the auxiliary tools bjam, Boost.Build, bcp,
 inspect, boostbook and quickbook.
Homepage: https://www.boost.org/
Multi-Arch: foreign

Package: libboost1.74-tools-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 12444
Maintainer: Debian Boost Team <team+boost@tracker.debian.org>
Architecture: arm64
Source: boost1.74
Version: 1.74.0+ds1-21+apertis1bv2024dev3b1
Depends: libboost1.74-tools-dev (= 1.74.0+ds1-21+apertis1bv2024dev3b1)
Filename: pool/target/b/boost1.74/libboost1.74-tools-dev-dbgsym_1.74.0+ds1-21+apertis1bv2024dev3b1_arm64.deb
Size: 11377724
MD5sum: 59c69f013cb11f5efef9a5867a76e067
SHA1: 79f49c77c59a3a60f746338e68ae5410d4bbeaf7
SHA256: 8cd7fc54149b0812813d2717b78d1bf9e6e920c64a1ac73394006b42aa33d318
SHA512: a905d539feb9452482c542dc90c136f0ecbfd1d0104e74ab139b7273aa017e2202a6aba65260a7beca218d2c53136ac0c68b09bea68ea790cb967040b19e05cd
Description: debug symbols for libboost1.74-tools-dev
Auto-Built-Package: debug-symbols
Build-Ids: 685456dcef1d584c8b68694ea7a041c723b03625 c85752a4fab70f678f2f6beb183dcbbf1e03e476 e6613fb2d5ce08081967b8a3605e9e63479add11

Package: libbpf-dev
Priority: optional
Section: libdevel
Installed-Size: 968
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Architecture: arm64
Source: libbpf (1.1.0-1+apertis0bv2024dev2b1)
Version: 1:1.1.0-1+apertis0bv2024dev2b1
Depends: libbpf1 (= 1:1.1.0-1+apertis0bv2024dev2b1), libelf-dev, zlib1g-dev
Filename: pool/target/libb/libbpf/libbpf-dev_1.1.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 220124
MD5sum: 090c6a89a0de7ea589eafc6dd9889228
SHA1: b3b16b4cf53be133946084687c1cd8c06c457cf4
SHA256: 09488bd0fff97d24e108e72f24759f42f5e8c63d8f3c21ffdd349c52fa35a6b6
SHA512: a5e63dc9be111d6f2ec751a5c3b577d6660e8a390b7f163a3d05f543aa22615e3f9600892b3397e9ebd7c46e989e23425c0a11a9717871f3153f27ef07822115
Description: eBPF helper library (development files)
 libbpf is a library for loading eBPF programs and reading and
 manipulating eBPF objects from user-space.
 .
 This package is needed to compile programs against libbpf.
Multi-Arch: same

Package: libbpf1
Priority: optional
Section: libs
Installed-Size: 421
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Architecture: arm64
Source: libbpf (1.1.0-1+apertis0bv2024dev2b1)
Version: 1:1.1.0-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3)
Filename: pool/target/libb/libbpf/libbpf1_1.1.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 136344
MD5sum: b0419330a851f4befc564c6b40f04dec
SHA1: 11fd6e28801fb7309f4f31700e1109be1260d6a0
SHA256: 8dfa0fcdce86cb2d38e4ffbb45e160d5cee9894b7e77b9ecf580cf3c1d48e848
SHA512: a91309ace2ad1750e9d04394fa87c6266e40a6ea48ad84615e671c2c565dd39653bf890d5f60419e4c10e7534b49871336adb7e3a4f306140fe9f534401ee717
Description: eBPF helper library (shared library)
 libbpf is a library for loading eBPF programs and reading and
 manipulating eBPF objects from user-space.
 .
 This package contains the shared library.
Multi-Arch: same

Package: libbpf1-dbgsym
Priority: optional
Section: debug
Installed-Size: 539
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Architecture: arm64
Source: libbpf (1.1.0-1+apertis0bv2024dev2b1)
Version: 1:1.1.0-1+apertis0bv2024dev2b1
Depends: libbpf1 (= 1:1.1.0-1+apertis0bv2024dev2b1)
Filename: pool/target/libb/libbpf/libbpf1-dbgsym_1.1.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 511484
MD5sum: a888d406a8b4d31870d88ce670f03a33
SHA1: cbd251c4eb59e94f965a9657da155ec45649a434
SHA256: 68112d0cbc5e21a1d9029252e563ec2ff91bcd304cf8c6654c8d8316ccc61884
SHA512: ad9b1fa159f95967959f20720575fc7259a0c921d683bca8d3074889a691512b884d1b87087485a2398f1a290ea4a489841db81520fd340b2df19066b2a250e1
Description: debug symbols for libbpf1
Auto-Built-Package: debug-symbols
Build-Ids: 95a1aacfb7f60c91f8e096b4240e7ba55cafb218
Multi-Arch: same

Package: libbrotli-dev
Priority: optional
Section: libdevel
Installed-Size: 848
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: brotli
Version: 1.0.9-2+apertis1bv2024dev3b1
Depends: libbrotli1 (= 1.0.9-2+apertis1bv2024dev3b1)
Filename: pool/target/b/brotli/libbrotli-dev_1.0.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 279308
MD5sum: 2b26f5f8e9fad9b93b9c18c3d3a824f5
SHA1: b490f27415ebd8d0d02b46e5489c2e81dcaa9f9b
SHA256: 0af2e08087933e5a5a5da2c121d57b1bc746c724b5ca3bbe33c290d1489f4c3b
SHA512: 8ab14b649341fdc1aece83ac3ff2a89ea0ba426b78e3b70cd748855812afab5403eb097e7545848ddfd73107613d9ed09f5d55f2942ae03d86bc6f65433ba720
Description: library implementing brotli encoder and decoder (development files)
 Brotli is a generic-purpose lossless compression algorithm
 that compresses data using a combination of a modern variant
 of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
 with a compression ratio comparable to the best currently available
 general-purpose compression methods. It is similar in speed with
 deflate but offers more dense compression.
 .
 This package installs development files.
Homepage: https://github.com/google/brotli
Multi-Arch: same

Package: libbrotli1
Priority: optional
Section: libs
Installed-Size: 802
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: brotli
Version: 1.0.9-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29)
Filename: pool/target/b/brotli/libbrotli1_1.0.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 268876
MD5sum: 5e140a856c082cd999cb558b7cf2d737
SHA1: 5997d0f2f00aa04dbad33edc0596b1122e45a6ec
SHA256: 55e5be6efb1f96d1ea82ebdea5b8229fa217924adaaba6f3c9b600ed959ba2b7
SHA512: 6c58a4cb6d12abb99b096ba07befa318fb06907dec340a85afe5abb47dd110f8d5e08a2881b16f826ba1de3f23caae459a0ed5012fcde5c2d462f2d1e3f49c90
Description: library implementing brotli encoder and decoder (shared libraries)
 Brotli is a generic-purpose lossless compression algorithm
 that compresses data using a combination of a modern variant
 of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
 with a compression ratio comparable to the best currently available
 general-purpose compression methods. It is similar in speed with
 deflate but offers more dense compression.
 .
 This package installs shared libraries.
Homepage: https://github.com/google/brotli
Multi-Arch: same

Package: libbrotli1-dbgsym
Priority: optional
Section: debug
Installed-Size: 1235
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: brotli
Version: 1.0.9-2+apertis1bv2024dev3b1
Depends: libbrotli1 (= 1.0.9-2+apertis1bv2024dev3b1)
Filename: pool/target/b/brotli/libbrotli1-dbgsym_1.0.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 1206208
MD5sum: 0dd7461fa630d97ae2ded70e5914c16b
SHA1: 18a31677924d5a39a9835c2d7a4e1be7a43a3dec
SHA256: d37a1e63285a1685f9b1f980aa5669f39af08b82559b9426d39849947760ccac
SHA512: 79916d4f8e94bcab690fe075870b72901ffc6c8fbff455427b0696ef80cf6ac96931b863cb2e1a26d06296e889eaff147e7e26e4d1cefee6aa52095e12afe7ec
Description: debug symbols for libbrotli1
Auto-Built-Package: debug-symbols
Build-Ids: 384e6279c5321ab8bf1ecd90e72e092d5406648b 5bb681095f5a5cbb20cfc3b90f009caddabb5b8c c6ac6d86c9c6832f20d9055fd781c8805611ec9b
Multi-Arch: same

Package: libbsd-dev
Priority: optional
Section: libdevel
Installed-Size: 739
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: libbsd
Version: 0.11.7-2+apertis1bv2024dev3b1
Replaces: libfreebsd-dev (<< 0.0-8)
Depends: libbsd0 (= 0.11.7-2+apertis1bv2024dev3b1), libmd-dev
Filename: pool/target/libb/libbsd/libbsd-dev_0.11.7-2+apertis1bv2024dev3b1_arm64.deb
Size: 246132
MD5sum: 425931f9e32941f04a52c4e679dd7316
SHA1: d0fc93e4448b4d4812cafde61b098470772065b8
SHA256: b95cc5aaacc441be87eddb595f1565025616b600d0175076a93d592f22a9e015
SHA512: 3b7e8bc36a287a68140a43c887e4e8131cf253fe82b1b298840e0b8e2d80ba0c1aacb903b06f00ef27de62775b0a5efe43c36e14c7f45cf1f9a0b2e07c420fc4
Description: utility functions from BSD systems - development files
 This library provides some functions commonly available on BSD systems but
 not on others like GNU systems.
 .
 The currently provided functions are:
 .
  * _time32_to_time, _time_to_time32, _time64_to_time, _time_to_time64,
    _time_to_long, _long_to_time, _time_to_int, _int_to_time.
  * TIMEVAL_TO_TIMESPEC, TIMESPEC_TO_TIMEVAL.
  * MD5Data, MD5End, MD5File, MD5FileChunk, MD5Final, MD5Init, MD5Pad,
    MD5Transform, MD5Update.
  * arc4random, arc4random_addrandom, arc4random_buf, arc4random_stir,
    arc4random_uniform.
  * bsd_getopt.
  * be16dec, be32dec, be64dec, le16dec, le32dec, le64dec.
  * be16enc, be32enc, be64enc, le16enc, le32enc, le64enc.
  * bit_alloc, bit_decl, bit_clear, bit_ffc, bit_ffs, bit_nclear, bit_nset,
    bit_set, bitstr_size, bit_test.
  * closefrom.
  * expand_number, dehumanize_number, humanize_number.
  * explicit_bzero.
  * errc, verrc, vwarnc, warnc.
  * fmtcheck.
  * fgetln, fparseln, fgetwln, flopen, flopenat, fpurge, funopen.
  * freezero.
  * getbsize.
  * getmode, setmode, strmode,
  * getpeereid.
  * getprogname, setprogname.
  * gid_from_group, group_from_gid.
  * heapsort, radixsort, mergesort, sradixsort.
  * nlist (ELF and a.out support).
  * pidfile_open, ppidfile_filen, oidfile_write, pidfile_close, pidfile_remove.
  * readpassphrase.
  * reallocarray, reallocf, recallocarray.
  * setproctitle (initialized via libbsd-ctor or setproctitle_init).
  * sl_init, sl_add, sl_free, sl_find.
  * strlcpy, strlcat.
  * strnstr.
  * nvis, snvis, stravis, strenvisx, strnunvis, strnunvisx, strnvis, strnvisx,
    strsenvisx, strsnvis, strsnvisx, strsvis, strsvisx, strunvis, strunvisx,
    strvis, strvisx, svis, unvis, vis.
  * strtoi, strtonum, strtou.
  * timeradd, timersub, timerclear, timerisset, timercmp.
  * timespecadd, timespecsub, timespecclear, timespecisset, timespeccmp.
  * uid_from_user, user_from_uid.
  * wcslcat, wcslcpy.
 .
 Also included are some queue macro definitions not present on includes
 from glibc.
Homepage: https://libbsd.freedesktop.org/
Multi-Arch: same

Package: libbsd0
Priority: optional
Section: libs
Installed-Size: 257
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: libbsd
Version: 0.11.7-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libmd0 (>= 1.0.3-2)
Filename: pool/target/libb/libbsd/libbsd0_0.11.7-2+apertis1bv2024dev3b1_arm64.deb
Size: 119340
MD5sum: 51a8f48ac7f4536be6fc4169904e3281
SHA1: e8cae778452f8667e296657bfb2f9c99292744fd
SHA256: f7dc1f145434e70f726e4a194a984c430c891d331dcadb1205a7444d6c8eea92
SHA512: b7195e28597bd92b0efaedad39768c344a9204ae6d7acd4ff39e01b0d110b73bc5da15b19f6351df014c91055f648e238b7661c2947bd5756abaeec3e53c5b75
Description: utility functions from BSD systems - shared library
 This library provides some C functions such as strlcpy() that are commonly
 available on BSD systems but not on others like GNU systems.
 .
 For a detailed list of the provided functions, please see the libbsd-dev
 package description.
Homepage: https://libbsd.freedesktop.org/
Multi-Arch: same

Package: libbsd0-dbgsym
Priority: optional
Section: debug
Installed-Size: 126
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: libbsd
Version: 0.11.7-2+apertis1bv2024dev3b1
Depends: libbsd0 (= 0.11.7-2+apertis1bv2024dev3b1)
Filename: pool/target/libb/libbsd/libbsd0-dbgsym_0.11.7-2+apertis1bv2024dev3b1_arm64.deb
Size: 100560
MD5sum: 5c6e07a3e2e0111c4aa27f60ea99bc53
SHA1: 9601fe93b2f889b611414f452d4325e7e7a50dce
SHA256: f4a4b4d7e6784fc10ff7153c14deb1f01e619c3e3057335d61633f472b4628f7
SHA512: cf4067bd088a27e029cc160845e5fa51ffda65e5e05e2257592c0c01cb54ddca772c8d91edf56accf5b6d37b06b61580a45ad4c31c80d2c2a020bdbb7449395d
Description: debug symbols for libbsd0
Auto-Built-Package: debug-symbols
Build-Ids: 3677cd5067527e772964e2af98fbba374380185a
Multi-Arch: same

Package: libbz2-1.0
Priority: important
Section: libs
Installed-Size: 95
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: arm64
Source: bzip2
Version: 1.0.8-5+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/b/bzip2/libbz2-1.0_1.0.8-5+apertis0bv2024dev3b1_arm64.deb
Size: 40108
MD5sum: 6e9278b6e455eb5706b79603ee261cd7
SHA1: 308e1e555b9d47fcda2df9c6828bf8e8eea12174
SHA256: f5e92fb2e47e408818eeb36351de67e59eee8af68d57f3fd5bede325cb0bd869
SHA512: cb1aeb59e9355c659402f7c151180c458b530049008b93f1dd83f37f7f60d3a79afd8822e2a46c36f71821e5a1bcfd58ca0cabee6ef09f03d843138d86789337
Description: high-quality block-sorting file compressor library - runtime
 This package contains libbzip2 which is used by the bzip2 compressor.
 .
 bzip2 is a freely available, patent free, data compressor.
 .
 bzip2 compresses files using the Burrows-Wheeler block-sorting text
 compression algorithm, and Huffman coding.  Compression is generally
 considerably better than that achieved by more conventional
 LZ77/LZ78-based compressors, and approaches the performance of the PPM
 family of statistical compressors.
 .
 The archive file format of bzip2 (.bz2) is incompatible with that of its
 predecessor, bzip (.bz).
Homepage: https://sourceware.org/bzip2/
Multi-Arch: same

Package: libbz2-1.0-dbgsym
Priority: optional
Section: debug
Installed-Size: 76
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: arm64
Source: bzip2
Version: 1.0.8-5+apertis0bv2024dev3b1
Depends: libbz2-1.0 (= 1.0.8-5+apertis0bv2024dev3b1)
Filename: pool/target/b/bzip2/libbz2-1.0-dbgsym_1.0.8-5+apertis0bv2024dev3b1_arm64.deb
Size: 61472
MD5sum: 57fbbd7a0a421f1cc4440d0247a2bd8e
SHA1: 023956a52e4bb51cec88e970f77a108b8dfbb365
SHA256: fcd95cd2a1559d4e95a6698e5f7bd6cf0943b00f1a4f77226cb001ed7562ac9d
SHA512: 5a8766541d57a6afb1938942da4021ef7be75169e31119b2248751ca65c8c8e80b83d6e8f690003bc27fff5085aca1e52f336b9629cb1cf38ee8452f57ccabf0
Description: debug symbols for libbz2-1.0
Auto-Built-Package: debug-symbols
Build-Ids: ff249a0ff7bc5f1e8d00728d1721b19d083e6097
Multi-Arch: same

Package: libbz2-dev
Priority: optional
Section: libdevel
Installed-Size: 98
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: arm64
Source: bzip2
Version: 1.0.8-5+apertis0bv2024dev3b1
Replaces: bzip2 (<< 0.9.5d-3)
Depends: libbz2-1.0 (= 1.0.8-5+apertis0bv2024dev3b1), libc6-dev | libc-dev
Recommends: bzip2-doc
Filename: pool/target/b/bzip2/libbz2-dev_1.0.8-5+apertis0bv2024dev3b1_arm64.deb
Size: 31496
MD5sum: 781406265cb32608466dfd0939550e0c
SHA1: 70ae926099b9c6347185e1bec30f633f2e034506
SHA256: 63a5949b0d222fbab34bccbfb6521f3b6167aa253e9b1e83bd264c6d3bf079d3
SHA512: 508cce37ed3dd7938b1c1445c56f4bc9d0090c20da4520744457e2561c43770977aa1f4d7031cfe8fbae689bce47bcf490500eba4e966259fff34b9de1b63523
Description: high-quality block-sorting file compressor library - development
 Static libraries and include files for the bzip2 compressor library.
 .
 bzip2 is a freely available, patent free, data compressor.
 .
 bzip2 compresses files using the Burrows-Wheeler block-sorting text
 compression algorithm, and Huffman coding.  Compression is generally
 considerably better than that achieved by more conventional
 LZ77/LZ78-based compressors, and approaches the performance of the PPM
 family of statistical compressors.
 .
 The archive file format of bzip2 (.bz2) is incompatible with that of its
 predecessor, bzip (.bz).
Homepage: https://sourceware.org/bzip2/
Multi-Arch: same

Package: libc++-15-dev
Priority: optional
Section: libdevel
Installed-Size: 10068
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libc++-x.y-dev
Provides: libc++-x.y-dev
Depends: libc++1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libunwind-15-dev
Conflicts: libc++-x.y-dev
Breaks: libc++-dev (<< 44)
Filename: pool/target/l/llvm-toolchain-15/libc++-15-dev_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 1173040
MD5sum: 0e60999aa5654e564bafe80717db22c9
SHA1: fe09700da76a71c0014d8c7b178eef5185164e6e
SHA256: f1e93cf6be90b79ab7afdaf731369e80f66d37ce13049bcacceabec80752c1f7
SHA512: b3cbe9195e0caf2d056bfcead2e922be8c8bfe11deeabb41f9f8d34e8531e3ae12ae2c609924280e061c7d22ab172e6d0066cba0e93b275a1a1550a4cfea8e26
Description: LLVM C++ Standard library (development files)
 libc++ is another implementation of the C++ standard library
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.
Homepage: https://www.llvm.org/
Multi-Arch: same

Package: libc++1-15
Priority: optional
Section: libs
Installed-Size: 1260
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libc++-x.y
Provides: libc++-x.y
Depends: libc++abi1-15 (>= 1:15.0.6), libc6 (>= 2.34), libunwind-15 (>= 1:15.0.6)
Suggests: clang
Conflicts: libc++-x.y
Breaks: libc++1 (<< 44)
Filename: pool/target/l/llvm-toolchain-15/libc++1-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 442624
MD5sum: 85c411226e9a464116ce6986c49a9b0c
SHA1: bca82866982a88b695278a1a3f8d9a638979cd5a
SHA256: a813e8e09cbd102deb765b4c72894fb9aff579b04c61359ef0321f9dd705e460
SHA512: ee6a859b4d332875db368dc7f8b4e13b9e4fb335787dceaeb8e054863340a322cd0ade4d8f6766c26e60793db10730b7be299f7f8bafbdb4a5aa517b01b8d93b
Description: LLVM C++ Standard library
 libc++ is another implementation of the C++ standard library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.
Homepage: https://www.llvm.org/
Multi-Arch: same

Package: libc++1-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 688
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc++1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libc++1-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 379108
MD5sum: 153565ea3f3f77c0d0449d595eade03c
SHA1: 575dcae1694fc3b533e7ca5325263fca5931f98c
SHA256: acf2908dfa0520612cf07e3ade4020cf714470de748372809527bef660f4d410
SHA512: f048c9f283f53359d8f792b23e9f338036f68e3cc69d73777d598bca9c10a41f213d90b0414ac2d51f4b6255c0c598249d6f5cd58c14119f4b63a923de501e9d
Description: debug symbols for libc++1-15
Auto-Built-Package: debug-symbols
Build-Ids: c4e0edb3bb57b313ede7d197e8d9528ad4d9bab4
Multi-Arch: same

Package: libc++abi-15-dev
Priority: optional
Section: libdevel
Installed-Size: 852
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libc++abi-x.y-dev
Provides: libc++abi-x.y-dev
Depends: libc++abi1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Conflicts: libc++abi-x.y-dev
Breaks: libc++abi-dev (<= 44)
Filename: pool/target/l/llvm-toolchain-15/libc++abi-15-dev_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 287756
MD5sum: 590874e49b099e1b39c2dfd6ec28193b
SHA1: b9ab9bfb262d7cec8c9d5ce81d309fcea20950e4
SHA256: 5a4b9a3bac86dad3392ed0d78738dc61e0074522b54b102d5324d58c482921fb
SHA512: 0f3206bf660912f500b2b54618e16e43cdddf93dc97d99b535cd1dcc8d6750a405a3efaefa3eeb9701bb771d9f8bb8caeee656d6cfaa26b2068a15ebc285965d
Description: LLVM low level support for a standard C++ library (development files)
 libc++abi is another implementation of low level support for a standard C++
 library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Provide a portable sublayer to ease the porting of libc++
Homepage: https://www.llvm.org/
Multi-Arch: same

Package: libc++abi1-15
Priority: optional
Section: libs
Installed-Size: 486
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libc++abi-x.y
Provides: libc++abi-x.y
Depends: libc6 (>= 2.34), libunwind-15 (>= 1:15.0.6)
Conflicts: libc++abi-x.y
Breaks: libc++abi1 (<< 44)
Filename: pool/target/l/llvm-toolchain-15/libc++abi1-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 261952
MD5sum: 7b9959ec15fca678aa47c2d5893e7e53
SHA1: 2ddc604cf49a1785540d976fbedf046a6157f50c
SHA256: 141c06b84f357a0d9cfa15649a65fe616288885eb2df037edbc56f993692ac95
SHA512: 4227b5e3ed2c39dac3e040bf98fe70366b6618c680ab9775838e95a31e111714e72ea504da9afbda8e7f7d0aaa7210381c65d12a1bc8a354b4d3e5a374d36cca
Description: LLVM low level support for a standard C++ library
 libc++abi is another implementation of low level support for a standard C++
 library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Provide a portable sublayer to ease the porting of libc++
Homepage: https://www.llvm.org/
Multi-Arch: same

Package: libc++abi1-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 211
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc++abi1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libc++abi1-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 97516
MD5sum: 66a517df6f80cb2d7a2da2669718d591
SHA1: f4e92be24a9374fd501b49160e6a45ba8981a0b4
SHA256: 03bce61e7c11d081d890ab7c5a94bfb9e69e7ad2db6d9fccdbf9942bdf4e9e8c
SHA512: 8f7a85ae68d7abd6e1e2b79879a61b7c89133d69c77e55bcb3d1ecb735614fa4dbe26737e4a398e31465e221d99bd4debd13db9f421dd2df886396700639b3a0
Description: debug symbols for libc++abi1-15
Auto-Built-Package: debug-symbols
Build-Ids: 3f56e14816adf00001b77a4d7bb1a62ee27b7a51
Multi-Arch: same

Package: libc-ares-dev
Priority: optional
Section: libdevel
Installed-Size: 434
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: c-ares
Version: 1.18.1-3+apertis0bv2024dev3b1
Depends: libc-ares2 (= 1.18.1-3+apertis0bv2024dev3b1)
Conflicts: libares-dev
Filename: pool/target/c/c-ares/libc-ares-dev_1.18.1-3+apertis0bv2024dev3b1_arm64.deb
Size: 193768
MD5sum: ec28da95202b5eb13ed5d2bbfe80d247
SHA1: ecdf6ada7ce71778a03af684ef4de73914c8f67a
SHA256: c13fa9fbf6ab8c508e9810ca7961d987b5422e624e1a9d80e64dd4fdecc129fd
SHA512: dd7222808eeaa6f45bc899c9f6cbf9a9ad12ff54232659fb65f2b03460761d0c581cd0bc765b08421861abc59bc20a70b3210a64e4f0716b31e6aa53213e7ccb
Description: asynchronous name resolver - development files
 c-ares is a C library that performs DNS requests and name resolution
 asynchronously.
 .
 It is a fork of the library named "ares", with additional features:
  * IPv6 support;
  * extended cross-platform portability;
  * 64-bit clean sources.
 .
 This package contains development files (headers and static libraries).
Homepage: https://c-ares.org/
Multi-Arch: same

Package: libc-ares2
Priority: optional
Section: libs
Installed-Size: 216
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: c-ares
Version: 1.18.1-3+apertis0bv2024dev3b1
Replaces: libc-ares1
Depends: libc6 (>= 2.17)
Conflicts: libcares2
Filename: pool/target/c/c-ares/libc-ares2_1.18.1-3+apertis0bv2024dev3b1_arm64.deb
Size: 102508
MD5sum: bd9363587ed0c40ccdd6f249ae6c4268
SHA1: bbd210202042aa8e72449dad3080236d5a8c22c9
SHA256: 1036e5a3cb07b54d98c379f78fcb697aab427cc1ba3821eba705424844ab0a99
SHA512: 1452c343a817bfb232f5dd6aa6697bc03d7ed6e937e893b31c150dbda0d1ff4ae8685dc146086de7246656fed69120fe75e4fd720a3eeb3cb92903627b38edc3
Description: asynchronous name resolver
 c-ares is a C library that performs DNS requests and name resolution
 asynchronously.
 .
 It is a fork of the library named "ares", with additional features:
  * IPv6 support;
  * extended cross-platform portability;
  * 64-bit clean sources.
 .
 This package provides the shared libraries.
Homepage: https://c-ares.org/
Multi-Arch: same

Package: libc-ares2-dbgsym
Priority: optional
Section: debug
Installed-Size: 146
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: c-ares
Version: 1.18.1-3+apertis0bv2024dev3b1
Depends: libc-ares2 (= 1.18.1-3+apertis0bv2024dev3b1)
Filename: pool/target/c/c-ares/libc-ares2-dbgsym_1.18.1-3+apertis0bv2024dev3b1_arm64.deb
Size: 123856
MD5sum: 3a8e54d52dc44de64be9aa434bd21f16
SHA1: 5eb0222b0481e9aa6505f18d5aa465c47e4cd26a
SHA256: 8c9729d35a797a049bf0227734c11b482fde1332d4b53991fcf941224d11b3c4
SHA512: 069222619ce6963e7209e3005b253a0c76ddec05f507161610ef4331b35a90fd529408ce0d202f7ff795b51ff2a4c558d15bd354301649dccb82604eb4db1cc6
Description: debug symbols for libc-ares2
Auto-Built-Package: debug-symbols
Build-Ids: 20af850dd54ff1352ed25b070a90cd8d75d94f18
Multi-Arch: same

Package: libc-bin
Essential: yes
Priority: required
Section: libs
Installed-Size: 2233
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Depends: libc6 (>> 2.36), libc6 (<< 2.37)
Recommends: manpages
Breaks: dh-lua (<< 27+nmu1~)
Filename: pool/target/g/glibc/libc-bin_2.36-9+apertis3bv2024dev3b1_arm64.deb
Size: 566520
MD5sum: 8e6065f56e7f7496cbb2ebc24dd85ac9
SHA1: 117ac42b24200eb0ed7bbeb610d2a5d856a54544
SHA256: fba0afb5c4a4997cb1eb241c092f91582ea4fcd1393a65d3a5d96393028c373f
SHA512: e0e9e53ac117fbf4231013fb54c0eba3adcb58d08ef660a980dd6a264b2272195b571effd48d7698c5502fd832206a3c3ddf58dc9ada709f66d84441392420d0
Description: GNU C Library: Binaries
 This package contains utility programs related to the GNU C Library.
 .
  * getconf: query system configuration variables
  * getent: get entries from administrative databases
  * iconv, iconvconfig: convert between character encodings
  * ldd, ldconfig: print/configure shared library dependencies
  * locale, localedef: show/generate locale definitions
  * tzselect, zdump, zic: select/dump/compile time zones
Homepage: https://www.gnu.org/software/libc/libc.html
Multi-Arch: foreign

Package: libc-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 2455
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Depends: libc-bin (= 2.36-9+apertis3bv2024dev3b1)
Filename: pool/target/g/glibc/libc-bin-dbgsym_2.36-9+apertis3bv2024dev3b1_arm64.deb
Size: 2240380
MD5sum: 61c41b9376fa709c6f421dbe80c22f84
SHA1: 49d94f62ac443aff9570b18b3012d7039201409c
SHA256: 582a13fbfe41d4748966c087625b3798276f9481af04303a94f3eab55ceec588
SHA512: 5ff7bac944af64f85fd7590243597a8e82b6ad62d8d50b58406797a246abfb7d43108ffe08bdfb9285cd3efabb432313f40801cfa79df826b4e87a8b38a3b532
Description: debug symbols for libc-bin
Auto-Built-Package: debug-symbols
Build-Ids: 216971d6525fb135ac6236158e91fa89bcc5a65b 44fa437ea3e7b32b1d4465c3b0f373a53aa25940 56691bcf678cef337cdb02bc40cd422db678425a 73624b8d0a1042679e5934e7de5759c4a97ac323 9f468b7148950b9ba6aa0cc8109f0851169c5e8d ad8e1747fe1c1dddaac3d0d250fa4bf2c2976f85 ccf8113e6e4c80e1dc71d2b6e68bd21a884f3ef4 cd9fc74ee514d3a7068400ea124088337858bee3 d0fb89434dffb9b8c3553d5d58b9a6895f1be2b2 dfdd3cdd33369f2eec3e766c82ff556668932afb

Package: libc-dev-bin
Priority: optional
Section: libdevel
Installed-Size: 163
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Depends: libc6 (>> 2.36), libc6 (<< 2.37)
Recommends: manpages, manpages-dev, libc-devtools (>> 2.36)
Filename: pool/target/g/glibc/libc-dev-bin_2.36-9+apertis3bv2024dev3b1_arm64.deb
Size: 76312
MD5sum: 472161a98a42c7395c0b83bfbb62b7b5
SHA1: 74b20b68b768d54abfe30e9e1cc5f88b558e57e5
SHA256: f4a54890ab94f82d16069bb134236ad22807f7d274474ae7efc8cdaa20dd4065
SHA512: 72d70429a8ee65587e8ef84e4d1f4dc5f05660c1cff692d0e0c57dba0232e7ee5128c5a916f7f38a1aef55f99d2b7d7cafafbb74d0737065f5d463fe6fd9e193
Description: GNU C Library: Development binaries
 This package contains utility programs related to the GNU C Library
 development package.
 .
  * gencat: generate message catalogs
Homepage: https://www.gnu.org/software/libc/libc.html
Multi-Arch: foreign

Package: libc-dev-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 45
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Depends: libc-dev-bin (= 2.36-9+apertis3bv2024dev3b1)
Filename: pool/target/g/glibc/libc-dev-bin-dbgsym_2.36-9+apertis3bv2024dev3b1_arm64.deb
Size: 29564
MD5sum: b361a1f83f11f8fb7bfc0b9424860612
SHA1: ed9d09b47ff12cb6620d43211f8c9a03114245c9
SHA256: defc5be6470a6c91f25c1db61048a8baad94fcfaa47fa7281a1f251bd7af7315
SHA512: 06b8da486ae2b855272b2dd58b01c87eb0f7ae78cbc28f69433c69c6ade1bbe26a86732e3b4d312ace8153d1f638b3392c85dcc729991113b218bb81f67e9cc4
Description: debug symbols for libc-dev-bin
Auto-Built-Package: debug-symbols
Build-Ids: 7aeb08b384d347106a9bf92826a58944719eb906

Package: libc-devtools
Priority: optional
Section: devel
Installed-Size: 251
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Replaces: libc-dev-bin (<< 2.31-8)
Depends: libc6 (>= 2.34), libgd3 (>= 2.1.0~alpha~)
Recommends: manpages, manpages-dev
Breaks: libc-dev-bin (<< 2.31-8)
Filename: pool/target/g/glibc/libc-devtools_2.36-9+apertis3bv2024dev3b1_arm64.deb
Size: 83452
MD5sum: dfdb446375e6fde1cfd15cdf2812d062
SHA1: 0e628d55f86b14d81e6b7844a77447af0456367c
SHA256: 4caeedc0494cab62349c86a03213110fc13487ca58ff9301b430ea8e0fe67c78
SHA512: 0d583c5b4ddab64b390e96d36ed53d9fc7ffce3b89f6c278db051e7dbb4366e131e8b2ca25b3af78c6b5c9672723438229f65eaf17652dd835677ae07f3ec731
Description: GNU C Library: Development tools
 This package contains development tools shipped by the GNU C
 Library.
 .
  * memusage, memusagestat: profile a program's memory usage
  * mtrace: interpret the malloc trace log
  * sotruss: trace shared library calls
  * sprof: display shared object profiling data
Homepage: https://www.gnu.org/software/libc/libc.html
Multi-Arch: foreign

Package: libc-devtools-dbgsym
Priority: optional
Section: debug
Installed-Size: 68
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Depends: libc-devtools (= 2.36-9+apertis3bv2024dev3b1)
Filename: pool/target/g/glibc/libc-devtools-dbgsym_2.36-9+apertis3bv2024dev3b1_arm64.deb
Size: 42740
MD5sum: 3755f1305678949e1c032d867d714a01
SHA1: acfcb9bc2bbd89139f8db61098d1ce4b8e706c71
SHA256: 6afc3dde5eccb3643039aab1089f57b4e4157d73b8b6705416bebc93fe53ba43
SHA512: 1edc317fb2bd1f6e93e05f84e70e2a255f7bbeb54edfb736efcf39c7c4ceb838dc5acbad23f7bb7667a539fd1deb988de6b564d256a269458b0b99a71326e78a
Description: debug symbols for libc-devtools
Auto-Built-Package: debug-symbols
Build-Ids: ae7c240af70e6cae0a91d13f42356a91dcca08a6 c516ec0ba852205774ef82466349414664850654

Package: libc-l10n
Priority: standard
Section: localization
Installed-Size: 4378
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Filename: pool/target/g/glibc/libc-l10n_2.36-9+apertis3bv2024dev3b1_all.deb
Size: 705900
MD5sum: 36942e3a62e87fc60e3d886eba666942
SHA1: bad58783937ade1e4b3645f292e854f9d77f3015
SHA256: 5fb9108c895374862334e16b00d8ebcdbb74bbde877386b58052cc6df14b9ec2
SHA512: 8d50255e09bba9ced1672be86b7253644d9fa69cfca5bed049f2423b5380b99137cd96462c9496ae2a2293912bfc588170917bf12e465d9aae21761c8888229e
Description: GNU C Library: localization files
 This package contains the translation files for the GNU C library and
 utility programs.
Homepage: https://www.gnu.org/software/libc/libc.html
Multi-Arch: foreign

Package: libc6
Priority: optional
Section: libs
Installed-Size: 23174
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Depends: libgcc-s1
Recommends: libidn2-0 (>= 2.0.5~)
Suggests: glibc-doc, debconf | debconf-2.0, libc-l10n, locales, libnss-nis, libnss-nisplus
Breaks: aide (<< 0.17.3-4+b3), busybox (<< 1.30.1-6), chrony (<< 4.2-3~), fakechroot (<< 2.19-3.5), firefox (<< 91~), firefox-esr (<< 91~), gnumach-image-1.8-486 (<< 2:1.8+git20210923~), gnumach-image-1.8-486-dbg (<< 2:1.8+git20210923~), gnumach-image-1.8-xen-486 (<< 2:1.8+git20210923~), gnumach-image-1.8-xen-486-dbg (<< 2:1.8+git20210923~), hurd (<< 1:0.9.git20220301-2), ioquake3 (<< 1.36+u20200211.f2c61c1~dfsg-2~), iraf-fitsutil (<< 2018.07.06-4), libgegl-0.4-0 (<< 0.4.18), libtirpc1 (<< 0.2.3), locales (<< 2.36), locales-all (<< 2.36), macs (<< 2.2.7.1-3~), nocache (<< 1.1-1~), nscd (<< 2.36), openarena (<< 0.8.8+dfsg-4~), openssh-server (<< 1:8.1p1-5), python3-iptables (<< 1.0.0-2), r-cran-later (<< 0.7.5+dfsg-2), tinydns (<< 1:1.05-14), valgrind (<< 1:3.19.0-1~), wcc (<< 0.0.2+dfsg-3)
Filename: pool/target/g/glibc/libc6_2.36-9+apertis3bv2024dev3b1_arm64.deb
Size: 2368896
MD5sum: 16913446a23055a9dbde398ab3382994
SHA1: 616ae47213c3fc9d8525f7dfb46e1962908634ba
SHA256: 6081b484f155259328705d6ade8888b0100731cb06242b12458977ec92d2b874
SHA512: 8fd11ba69ddd15ef2891d88dbb62dcfa1f3db723082e2db1a423896e860d316ddaebee7099efdec150890ad55d4daf4f94b249f98ff9a8e6b9d9ab4bc6c67dc3
Description: GNU C Library: Shared libraries
 Contains the standard libraries that are used by nearly all programs on
 the system. This package includes shared versions of the standard C library
 and the standard math library, as well as many others.
Homepage: https://www.gnu.org/software/libc/libc.html
Multi-Arch: same

Package: libc6-dbg
Priority: optional
Section: debug
Installed-Size: 10732
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Provides: libc-dbg, libc6-dbgsym
Depends: libc6 (= 2.36-9+apertis3bv2024dev3b1)
Filename: pool/target/g/glibc/libc6-dbg_2.36-9+apertis3bv2024dev3b1_arm64.deb
Size: 6586404
MD5sum: bc78699c5d8654ab8ca4014bd3a11233
SHA1: ff645637f19b796177b640673b273b5646101f48
SHA256: 52321c61b59bce8076d43e7b1bc8e7da0ea32b58a2c0b1ee487b05aee4e4d8fe
SHA512: a6d06b9749791e34be0dd38d2c44be8452c3609825f0ae9e2ff915dfca8a8cef4ca78f1a604895a596158c78641738daa488c2532ae42652ab25e565fdfbee00
Description: GNU C Library: detached debugging symbols
 This package contains the detached debugging symbols for the GNU C
 library.
Build-Ids: 00a4101653375c744729c147415e0c015eae43a4 00f322ff2684df030c7c8334f349d81724a1c755 02258d2c4741e7cbb6ca473f1a3bb75d406d31f0 0350747db9625293cf289f58cd635fa13a8595c3 046e556edf045e53a02866bdd95568835fa72e29 0478dcecebab9b2ec3293bbbce98facc8e01da3c 054a712f1b61846ab1059ae19bbcf277d7a7b879 06ae4c6a5044839ba7407cfad4dcbbb9d1c2b591 070c72b55bd297a8d54e1151691d08730d83db3c 07d2c69e5a764afc016f849fe97ab3ac1141e9a5 0921d026874a300c5d8048d4b18f239343af6957 0a867a35c6589acd34ecead9110d0b1b9a13b1ae 0b427072255649156c818e01dd62debcbed641a8 0b9aea2662c7fb6ffaeffa16d3aa27b9a92b6650 0c223f234e04705a0ff42139e976ccb4d6b0694b 0c293fe6ae049b0cc9e43f56efb6421171da5673 0c9b6a8d4052cf461c40e6aa5ac6f15a7b7723ba 0d3403bd198936f2259f2ab61b26314167fb8673 0d4362d473e03b4b60fba6567470b83a300a82de 0dc62691c3353096321ca9ddfe22bb4d38d6a6b7 0e5741d09c0de7ceb0f61cf7dd1472e8adc26769 0fd103878b5ed57c7f8850f815a34c973a5a9102 100d1608c77b1f94a3d8ad181634a262a8607104 1061997951d5e26489fd1726c98e85a1b6eb5f8a 116c323352f986d562d92b1b005063e66a46b03f 128d36d7a05defc1ac0bb6e07c6dd5dcd6d4104f 133300d6ea203b4343634ef58b19363a62c6f7f6 15993e13c33037b2a7912261cd9de523e9ad2e20 1875f41f8c0a0d03fc5b972bb25f9de800b07ffb 188bdc0880b3082a127fb29c3a4285648a759ffc 1a02a177a98261c9d206e7844fd2db78aef861e3 1ae68bee6f1d925fb95ddfda9bf4fe6d87093a83 1b08d334efb91fb90fb335f6696067763362a1e0 1b81bb359b5d3a97c5f34516cd30462d02a619a3 1d6f4ba77b28c32d2b35417bd0fe64e7a7f64a62 1d97b0714a17148985cdcad24f0ea957023dc978 1dcf6339cc0ea2ff7d9fe4a7dbb5247bd8e2ad58 1e0012a1da25c0e57d9a6b7a3fb86c43f6c2f649 1ef2cec5c6e088347f96744146abe4bc6655970e 2087df08ddcce25df3cf238dad2cbb15659006c8 214becce4b5d5c47f6c41450fc28d1c82b52ed9d 217de41804eb9b5a2e28249e5db18105fb0b5003 22394967e28fe648a74d51f6ad7edea97c0d8cbb 25063537c468e366609e58fdc2f06d681bd283c3 26fe7a36a9fe3de0c4f6dd4e859821c42bf163c6 27bb1d83a9ff261063dbb5c7b8c2987208a4e7e5 27eaa38630de44c2c65f8de78076f6dff441c616 28173647ce6b1e32e215313cd35fbeda04899056 28fd0f5d8e351725eb0a71b54c2713f08703d0bd 2a47703565032ba1d6fea2480273f1d4f2ac16c7 2b5cc43731fa1c212444956e0aee12b57d46e024 2ca1a8d4f37b837a7c960d33eeff1c7343685ed0 2cd4af73323f3a4fa7e38d02a9e73a4095c2337a 2def462d6cd4080f7d54870337b61b8dd2b7a720 3187c2a7ac76f0a1f0e0bf6446c9941a7a5a2b7a 327dc8a6991efd88b45afc0f388170680f651f0f 34ad424212a2a45a7abfa7c8bf29899c7c741ca7 353481597859f3dc99253d8dfc3c39657df5424e 3595f87f0f677cdb73b60c5affaf38e5d3390780 36ad49def057317b4aa4a1b144cf894f4a020a8a 36d672c36d6a2a27b1b03df9222b277afeccd468 38728e664119630031f81ab3b5a09d61709831f4 39c839f9c1eac49e7dcf597378ec5ced58b83298 3a21bcc15a7ad4b6a0b5e237ed899834ad43414f 3a4ede46e56a95a488ee9260bc1e85e715acc7f1 3c23232ceb16854e022563808a1906319cd595ab 3f03550a8316ca381b28925fe435061e52b571c5 3f5389e4abd2d6c05a1b51343bc1a556517f49d8 3f8517c584cd5aa35ff9f59ea46f79f6fa9023aa 41039cc879482d5b9f3a88a56b3323d6fe8ace35 4150c659e0a9b12baa343736c465466d74f87cbb 42b2eded6c7cfe0d2421fde41e5139ceeeeae27c 4698a60399fe2e275a97359d4d53e475882cd811 478388e4d4404ef9b913481ef3a099e2055a4f2a 49f615fa1e658ad4dbecf831fef15f1d3a29ce71 4a453d36f5659ef53295c4410e8a8fb8338d0a1e 4a5d824424965313068e2cc6e37518adc57fcf69 4e7bbfab1569d0aeeabc945396045cdc6867c3d3 4fc430613293e5e0cad888bd24a9a718de15085c 4ffb06a960db8fcc1cefc877bc12ba7241e5f1a5 5136f4608ab4f30119dafe75ed72c8fb5491f461 520fbe39bc83a93c9b56709eb46b50df5859ff45 522d819ebd083c372a446cd8a9a2ec77ea19756c 5271dc1e314061d174701650bd2dd45d70448016 52a3935711e4b4451b11ff0368248798bcd72b33 5550d64bb860b3cb333f9bc32ffa85816b27001a 561c2ba88545b4b6e5aa0f0fa580a18f169dd359 566afd106e8120389dd97360967528da2589722f 5670dd0f056f344bec0a8a759d13b4aff68bd26b 5ad1a8e992c29f81a6f754902d881c6897f17283 5ba4ecd35d659b0c543e77f32e0a63f8ec2f1a6c 5c161d1a9349b2ccd433c59044ed3e3752fcbf46 5cbfe6dfc680ecec328ffea0a8e4e883eef705d6 5d0c2348fdd423e95a2e1769f3c6a5c31c7bc186 5d10a010ded7ad0df02405fee707d44991bf26bb 5d3ada535167c55eda6f518d9e34ff113d221047 5d4827cec74d383a003432cb9dde4f99a6afe194 5e30b25f031a1121847bc117c2fd382267099eac 5effbf4325245a719c6e65b44ebedcf84ff781ae 5fa66e0380872d82f34c96327e74a368ba32d113 60dd7a96e9fbed1c61a20330b9661b2b7dd90439 619f9056f0954b25a13076529ed1ba89ecfee695 63ac9fdf6876f6c68aef09b099ef0517e08efa62 63b6d20bba30d8a1c37048b26671431d2ab18541 64030efdfacb48da77e109806cd8217379bece44 643373bb82d7c5ab64193d3ec4feb577bed15d91 65065d1ae83cfaffdc757b64f6b1aa539a1f85e6 6519dd3a1532bb967d825fbb2460aab3088c73d2 6744ed5fe13773fa1137e4191b220b0b0617bffb 68bac0b89ac647cd058f148845ec615d036f1293 6a05da3104224d48e94fa200cb8bd6ebf3ed3c58 6b068af2fd8069efc336b2c32b7fe1ad1946cb37 6c376f4f24f87d0b4644b88aab1915139e69d976 6cdc595fc7011e7455fdd587b954edc43326e43a 6e8d2b5b17bf45cbcd92c6a1110684c09c405498 70a4ec6d1998b422b7dd160bbda2ea544a6a3f6b 7188a88a2bc994f92e1e076d11b1d9f8a0cf6336 71da5402bc343f272aeb12c432c66b21b1ecb214 72f7d4e3028bb133d3ac001186c6b7d124ea6059 7577501d820cf86561c93e6f7027f763d5bcfe31 7a1d15cd0d140fdaaffacfe9b888d6799c853186 7adab366084e2432258cb69c5e3fcb3b9f1a42f2 7b01b2e1a413c2abf2de14901c2b89ab89d749f5 7c55136dc6b0561d3ec43ef22dddb618ba4d59fd 7c7b5bba54bab04ea25af57af3773a1a7558edf9 7c8452d40f05829a2a79f2b9fb5e3e5a356465bb 7d74113908c528946bd9716a01b64a42cbddba32 7db3d42a8a7e3b8118c84b9a780d4f196f213e8d 7f3650f9cea83a2e342b07e592b37ea0330a2b36 7ff42a75cbeebb9a8fcb7dd7139710a7e86d1b06 7ff9a5328ec30d37a2a395b802c6bbaaf6df47cd 810fdb9a68fbdbd2f257a9369214c6368af86b4b 82b3968802671d97abd9e073c33cc0ab840ab881 84f8b3a7849cf9c82d859229b167d6463699871b 864b48c8dbaa2091699c17789e7cfa76ca04a0c8 8665049621dcbf92ee312ea30cbbcc51db5bb8bd 886b09d85e67e1a08aa9b0e0d27b28cd8709af8f 8a158d7826fc2ea751d714662ac2df96c317bd06 8a5828500e39cb3bef9117ec6b7e174a0bf361b9 8aeb5d64aa3a4d04badda15caf89fce6783b4780 8d0f30d8121463564cfbec0008f95c4b69ca6821 8d251952a2c21fe73e1d9a9ca05da3c74c74b6f2 8dd497277d9d694fcb0fed13b34a514cabf04a17 8de11c640af0ac1111fdc7298af85d2488b03da8 8fe9b0a8280cb2ce7be48f2570b61da389b491f9 911372809ec387e201f343d2e51b962679166fbb 921bb7b506d453e3d388bbcade9bc763b0fd0903 93a2bb0b0cea7780b355e95a2fc80cc9ee731d0c 942fcc8a24dc645f53c6f584a60d5c9815faad79 94f6bb4a301e8fbb30c1d9906c5335741eeb6746 968ccd2ad949240be89f696e0e1bca04754bb0d0 9952661812da3689f0f5955bacb37945e6401a0b 9a9d585c806206ec343a3255c5b8f63a5ff3f94e 9ab4bc864b8f39a90eef5889496bde34009140e1 9bd4c9c420a497d1584b6bb239afb32d6a470e30 9bfd1f3decaad19d41c816c14a5dcaa6068ec6d7 9c2827ded89f013f19427a9baf37c943affd0fca 9dd1bff370d3b8e7aedb08ac664d298d27d8f0b2 9e49214fd0d9ab0896499c945dc87bf7aa126eff 9ea067b30a12c83094138564f9b745c1f6cbb363 9ea46cb549064f184f1eb52b984424ae6f69f718 9ea6885302431c24bdfe84c5889edefaf50ffc73 a1cb71d0716ecd2e83f75d3bffa60c09ac46806f a2e6c299f05f57254da93130fe444f595b971bad a3daa040be4b7a1a1ae940e1492abdc6a8ea8ab3 a44700c22af121611cea76b596776f298d6729ba a4b717ccd4a93fde487f27555b46f61683a493a1 a528c8e708f2243dc0d6cbff9a0e4e03a23c42a2 a5ccf9f8fba4f992a4beae7e094263217e8bad9e a66a4638e026e4a4c6bbf63202c41503b73c8e5d a739ecd3b64b7a4d08211d00ce564b0a23776d12 aa9756dba5490ddbbcc57877a4fe11935f5bf160 ac1c4756990eca7ed2bd95209edd283dc4cb907a adce1f45b900090185010aed8fe84299018c1885 ade2c153735580754435f7e7f34fcf838e64d6c2 ae1010861c765084e8dc708c47850243d846ebf6 ae6225e87448175ff75339ea13661ee1f2b87769 ae70fac16c468fe56c2db643f557268f97a0f12a ae833c4adf5f5e1ad7b6f6e1cc033712a96227c1 af515f4e8ba6194debe067b5cbf0377dc08c8adb afc3a77da132e9fdcaff7a40d86de597b9b33a55 b02ee6d1ad1d0d653f5e61b388b2c457183d0a38 b266ca23327c40d8987b7590fd8ab1335c305cea b2a1e8d8f869fcc07ee1d92ad239cb9c1b8e7666 b2c5150842fe51b516154ca8bdcc0d3982d71c4a b46c5c7c7793629e18a381afd21e4322d44e093c b57186d74caa8276a98b6536dd5fcc9af415f693 b5f40b72f747bd4484775ca71138348f014dff28 b68192c7ae4e274cf10201467a535b1315152e62 b9cd7055b9b6092ea0f675cfbfcdeeeab34ae008 b9eb5c80eee69661af97156aa4e076021c3520c3 bafdb3965c64da1a2b13194db3d3d5f92e73f811 bb3d3c2485b756b4bc994cc04794c01a28b33354 bb417f73cb5d3fc11af2f24d5c6a775ac8f64acf bcea743b853d2da2a718abe7c10402a1c3939476 be0e4f3651978ae09685b45f3dd553d0a9ec7e64 be6427cfcbec5443379339eaeeb68d0c88b2956c bebbc3052160d30b1aa806c1d0dcc77500b95612 c02608eea52bd028ff34080aa663dff194e5fe30 c1524ab6645ce15399c241f0bc9f797aca5683c9 c1b884aba779a5faf0e4a79a722c8915af1e8e5f c1eccc29626a8a7c84ce45402f5e6eb664be6cd1 c2ecb22f019b7f2cabdb2e05d851c94974f77ba4 c4b1997c7f93487e95924ff31277f142ba88dacf c555299ea8cf6978e52844b92c939315aec9a89b c59985e16bca4e9ad0dcd2bda872861154a00729 c87f74c7ef77932537bcbcbed7f39524b96cb0e1 c9444fda259fe1a3592279b186d8ab73a439e961 c99b7b961226ed9f5904f303f0320f1b2a2e676c cba2114cf113a8bc2efedbb499cddd756cb6b3fc cd864bf33d63c7ce3aec49f744b84564203c4fa5 ce19a3d97d4630c965601788ed13c880eae279ba ce4d2805cbd72fe182259449bcfe0ca3f5d00059 ce522360362aa88c849351eae0f036305c6e0f78 cff142b3dd909ae2a385af1d4bf6d3524834342a d076f46de59438ddf535abad6788a2831eadc0a7 d1976b3050e666ed7522f68eb03274341c6523e2 d1d82f5b746d74cc099707912f18e6e00e65eb01 d24284228d98f35d1e46a4b4367fe431562204f1 d25b59efd5d697ccec0ae6014d84545e7513793f d27671d52f545c85563fd6b953464df02db4be5c d27a0de0d550734701ad29942de542f2cab8695d d2f8c4e483cf5441234ffbd7e42ef88682469bd4 d34bee6074f939c4ebe3c97e0f189a893b4aeccc d4a70815d1fe0855e1276d43fa38e47607f4431f d5ae515c876df3b8d2b8e50c06fcaa8760fd8160 d5f66b1a5df7642ae3688e5140c1afd1e4e08d7e d6506490feb5c42aafc40dcea16496101fba81f5 d696b7befcad7c52ff29fcca53fbbaa7a53a2355 d7c66dd9d4268f4d335b20f9112b5d9381186459 d8fc44d76d953bb2865c460d9e0befed9e840233 d98dc63adff9c2be821369961c1d855620c408fe daab6598fc698b094b581a4778104adc0e27cc0a daf45778b4ecce49513ccaed61b466e9a87b2fb8 db068ff4d1bd908a9ec4e217e684469c7673d3f6 dde5a060ba459080c13c99447c57a1452d260264 de9f575b57a336884b17d1788789fd4c5bf7e2dc deebfb7c2f4784d81a78cb489079a0f3092ce8d8 dfb97f27f2c1cda559b8c7e63e97e1b7c89e75fd e0167e64023d3ed4578c0f88ed2cbb04a6247863 e0571bc0733eb11d33b842a70e01aecaca7a1042 e212ee310682e27800c5da078a59da13cef6d5df e251fa98d463c5c37c2b354ee7c3941f51ea1c30 e25df71f4df298c5e01eaf88ebdab2b72396d267 e2c26ca7649bf6c4158738aaad9064fe94b5ddcb e33258274dafcc0eef62963068e84f35871a3166 e34399a65b9f5f841e9ba34f15b36fb45fb6c7a4 e399a8cbd77ab911ef764e2dd1250658b559e04d e43a29aed7168ce43f1047c44355973209bfa240 e51898da39146cf35de0da1a3a93a1101b6e8944 e71790782cd0d60e508eac96ae0859112799c2bf e814092ac339d0abe6e6d4b7d69b5de4339b1d0e ea2920f0b55f300ee50d6d9f6091a8ef67b58583 eaaddbf8fa332af49ea6876ebeb43d268499970b ec29d398ac892cf1ef81beb28579a308969bce02 eee2b7ad034b9a5973ac06e0544144f10a5d1a6b f09354d3ea67a0bb7122a8608d41cb1e8be105b0 f0c437ab7b19ce276d02a4d64ed873aa47dfca5a f28dcd0bc83a591e303b5449acab22269a1379c4 f387417647de4561cf2bee393a7b12c9a7d5ec01 f44811d9ff24fc6b7a59aa9f5e5077ad20d14070 f77fe2c88ab3ea17245663ed5254f352ba41c9c3 f7d7c5831c66280c729453c59a776f334ac7dac2 f8db96cce440bcb0a7ed730d06284893d665b544 fba7220d176ca0919f95d9b8938785372904fd69 fbb0168087fe9662feb6d90c52c0e4aa6dfb6f30 fc85f3bf18b9c8bff53547eb7fc0185ac5df6e35 fcfce0ff207696ee90d2d1aa59406cd62cdaf5f6 fdd9c2547703dea2fb41cf29af30327307fafeb0 fdff4104fe4e478cbd1fea12bf0daf62e0a7c5b2 ff75b7b0c476a4f2ee43d050e3323df6b47257f3 ffea9c9273cf8356371f5d3a6d4e9e40d56d527b
Homepage: https://www.gnu.org/software/libc/libc.html
Multi-Arch: same

Package: libc6-dev
Priority: optional
Section: libdevel
Installed-Size: 9001
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Replaces: libc6 (<= 2.32-1)
Provides: libc-dev (= 2.36-9+apertis3bv2024dev3b1)
Depends: libc6 (= 2.36-9+apertis3bv2024dev3b1), libc-dev-bin (= 2.36-9+apertis3bv2024dev3b1), linux-libc-dev, libcrypt-dev, libnsl-dev, rpcsvc-proto
Suggests: glibc-doc, manpages-dev
Conflicts: libc0.1-dev, libc0.3-dev, libc6.1-dev
Breaks: binutils (<< 2.38), catch (<< 1.12.2-0.1), heimdal-multidev (<= 7.7.0+dfsg-4), igblast (<= 1.19.0-1), libassimp-dev (<= 5.2.4~ds0-1), libatm1-dev (<= 1:2.5.1-4), libaws20-dev (<= 20.2-2+b1), libboinc-app-dev (<= 7.20.2+dfsg-1), libbson-dev (<= 1.22.0-1), libc6-dev-arm64-cross (<< 2.36~), libcups2-dev (<= 2.4.2-1), libdeal.ii-dev (<= 9.4.0-1), libdkim-dev (<= 1:1.0.21-4+b2), libdolfin-dev-common (<= 2019.2.0~git20220407.d29e24d-5), libeckit-dev (<= 1.20.0-1), libfclib-dev (<= 3.1.0+dfsg-2), libfltk1.3-dev (<= 1.3.8-4+b1), libgcc-10-dev (<< 10-20200321-1~), libgcc-7-dev (<< 7.5.0-6~), libgcc-8-dev (<< 8.4.0-2~), libgcc-9-dev (<< 9.3.0-5~), libghc-resolv-dev (<= 0.1.2.0-3), libghc-resolv-prof (<= 0.1.2.0-3), libglib2.0-dev (<= 2.72.3-1), libgloox-dev (<= 1.0.24-2+b1), libhesiod-dev (<= 3.2.1-3.1+b1), libinfinity-0.7-dev (<= 0.7.2-1+b1), libinsighttoolkit4-dev (<= 4.13.3withdata-dfsg2-3+b1), libinsighttoolkit5-dev (<= 5.2.1-5+b1), libismrmrd-dev (<= 1.8.0-2), libldap-dev (<= 2.5.12+dfsg-2), liblog4cplus-dev (<= 2.0.7-1), libloudmouth1-dev (<= 1.5.4-1), libmgl-dev (<= 8.0.1-2), libmimalloc2.0 (<= 2.0.6+ds-1), libminc-dev (<= 2.4.03-5), libmongoc-dev (<= 1.22.1-1), libmrpt-ros1bridge-dev (<= 1:2.4.9+ds-4+b2), libmysqlclient-dev (<= 8.0.29-1), libnetcdf-dev (<= 1:4.9.0-3), libnetcdf-mpi-dev (<= 1:4.9.0-1), libnetcdf-pnetcdf-dev (<= 1:4.9.0-1), libnfsidmap-dev (<= 1:2.6.1-2), libns3-dev (<= 3.36.1+dfsg-4), libola-dev (<= 0.10.8.nojsmin-2), libopenafs-dev (<= 1.8.8.1-3), libopendkim-dev (<= 2.11.0~beta2-7), libopendmarc-dev (<= 1.4.2-1), libopenms-dev (<= 2.6.0+cleaned1-3+b1), libopenzwave1.6-dev (<= 1.6.1914+ds-1), libperl5.26 (<< 5.26.1-3), libpg-query-dev (<= 13-2.1.2-2), librbl-dev (<= 2.11.0~beta2-7), libre-dev (<= 1.1.0-1+b1), libshishi-dev (<= 1.0.2-11), libslurm-dev (<= 21.08.8.2-1), libsocksd0-dev (<= 1.4.2+dfsg-7+b4), libspf2-dev (<= 1.2.10-7.1+b1), libstrophe-dev (<= 0.12.1-2), libtaningia-dev (<= 0.2.2-2+b1), libtrilinos-amesos-dev (<= 13.2.0-3), libtrilinos-amesos2-dev (<= 13.2.0-3), libtrilinos-anasazi-dev (<= 13.2.0-3), libtrilinos-aztecoo-dev (<= 13.2.0-3), libtrilinos-belos-dev (<= 13.2.0-3), libtrilinos-epetra-dev (<= 13.2.0-3), libtrilinos-epetraext-dev (<= 13.2.0-3), libtrilinos-galeri-dev (<= 13.2.0-3), libtrilinos-ifpack-dev (<= 13.2.0-3), libtrilinos-ifpack2-dev (<= 13.2.0-3), libtrilinos-intrepid-dev (<= 13.2.0-3), libtrilinos-intrepid2-dev (<= 13.2.0-3), libtrilinos-isorropia-dev (<= 13.2.0-3), libtrilinos-kokkos-dev (<= 13.2.0-3), libtrilinos-kokkos-kernels-dev (<= 13.2.0-3), libtrilinos-komplex-dev (<= 13.2.0-3), libtrilinos-ml-dev (<= 13.2.0-3), libtrilinos-moertel-dev (<= 13.2.0-3), libtrilinos-muelu-dev (<= 13.2.0-3), libtrilinos-nox-dev (<= 13.2.0-3), libtrilinos-phalanx-dev (<= 13.2.0-3), libtrilinos-pike-dev (<= 13.2.0-3), libtrilinos-piro-dev (<= 13.2.0-3), libtrilinos-pliris-dev (<= 13.2.0-3), libtrilinos-rol-dev (<= 13.2.0-3), libtrilinos-rtop-dev (<= 13.2.0-3), libtrilinos-rythmos-dev (<= 13.2.0-3), libtrilinos-sacado-dev (<= 13.2.0-3), libtrilinos-shylu-dev (<= 13.2.0-3), libtrilinos-stokhos-dev (<= 13.2.0-3), libtrilinos-stratimikos-dev (<= 13.2.0-3), libtrilinos-teko-dev (<= 13.2.0-3), libtrilinos-teuchos-dev (<= 13.2.0-3), libtrilinos-thyra-dev (<= 13.2.0-3), libtrilinos-tpetra-dev (<= 13.2.0-3), libtrilinos-trilinoscouplings-dev (<= 13.2.0-3), libtrilinos-triutils-dev (<= 13.2.0-3), libtrilinos-xpetra-dev (<= 13.2.0-3), libtrilinos-zoltan2-dev (<= 13.2.0-3), libvbr-dev (<= 2.11.0~beta2-7), libvisp-dev (<= 3.5.0-2+b1), libvotca-dev (<= 2022-3), libvtk6-dev (<= 6.3.0+dfsg2-8.1+b1), libvtk7-dev (<= 7.1.1+dfsg2-10.2), open-vm-tools-dev (<= 2:12.0.5-2), pidgin-librvp (<= 0.9.7cvs-3), proftpd-dev (<= 1.3.7d+dfsg-2), python3.7 (<< 3.7.7-1+b1), python3.8 (<< 3.8.2-1+b1), slurm-wlm-basic-plugins-dev (<= 21.08.8.2-1)
Filename: pool/target/g/glibc/libc6-dev_2.36-9+apertis3bv2024dev3b1_arm64.deb
Size: 1460768
MD5sum: 1cce231d50659ec14a3ec982c6edf13b
SHA1: b0ad163d081ea3e49697077e6404b1d2896678df
SHA256: 1238107c9e6aed24cb53740d68c6a63ecc1ab0e751946e81fc7dd2c528abf2ee
SHA512: 3984da1a5ad4a33b5748a7d8cc9e6a9589f52c9e6d25daf540669194a4550da47645638b7c3e4cc9801f33b4d87ed25b0d94cfde51830d8bb25e5f80093ff49c
Description: GNU C Library: Development Libraries and Header Files
 Contains the symlinks, headers, and object files needed to compile
 and link programs which use the standard C library.
Homepage: https://www.gnu.org/software/libc/libc.html
Multi-Arch: same

Package: libc6-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 29
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Depends: libc6-dev (= 2.36-9+apertis3bv2024dev3b1)
Filename: pool/target/g/glibc/libc6-dev-dbgsym_2.36-9+apertis3bv2024dev3b1_arm64.deb
Size: 15016
MD5sum: 254524d57f302063849184a7f6696b99
SHA1: d0b9b60fcd8f0e704f4a818cb83629db18e97cda
SHA256: 9a8d7bed7b6cc0bb81408dc07206539d1237466c603aa9f8ec19b04eaa220a59
SHA512: cee6742553da17250b3a04cb4d91fd23c331b0101b2782088f7d008c70c99fcbfa85f72eb59b6a91f4f0188dd4b24c5e29693e9334f9e265947696a165e07714
Description: debug symbols for libc6-dev
Auto-Built-Package: debug-symbols
Build-Ids: 64678270d0db7c17489b8b3eab740649222fc737
Multi-Arch: same

Package: libcaca-dev
Priority: optional
Section: libdevel
Installed-Size: 2748
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcaca
Version: 0.99.beta20-3+apertis0bv2024dev3b1
Depends: libcaca0 (= 0.99.beta20-3+apertis0bv2024dev3b1), libslang2-dev
Filename: pool/target/libc/libcaca/libcaca-dev_0.99.beta20-3+apertis0bv2024dev3b1_arm64.deb
Size: 754552
MD5sum: 30efd49fbb665eead09df73d206f1ef2
SHA1: f9f2915f92b1c71fa26368086d4d1648c6a5112b
SHA256: f02cd427bc9f143e385163626a8a873a8b6f3971c090942268ce0365d3ec1c10
SHA512: 6119d2b46d4689f8aa58f4fbf86be9c2113c73183fc5604f59312e48d6b142b84f1ca5b6603f64885725f5767e8e0182229cd706594ea9933ef823683701008d
Description: development files for libcaca
 libcaca is the Colour AsCii Art library. It provides high level functions
 for colour text drawing, simple primitives for line, polygon and ellipse
 drawing, as well as powerful image to text conversion routines.
 .
 This package contains the header files and static libraries needed to
 compile applications or shared objects that use libcaca.
Homepage: http://caca.zoy.org/wiki/libcaca
Multi-Arch: same

Package: libcaca0
Priority: optional
Section: libs
Installed-Size: 1063
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcaca
Version: 0.99.beta20-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libslang2 (>= 2.2.4), libstdc++6 (>= 4.1.1), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4)
Filename: pool/target/libc/libcaca/libcaca0_0.99.beta20-3+apertis0bv2024dev3b1_arm64.deb
Size: 198104
MD5sum: a1c9aa8b00fe95dbaad927e91a446cbe
SHA1: 611c74d5f8d6a775efded91405d378cd83ba859c
SHA256: fd23af10afe96aedde466da6667a005e61c708ed832ecd9e1780558d49874f98
SHA512: 7ddde177d6ce0e3ac5388b42102f51c70ce7284a84241d727b7256d586e436e3850276716e499440945ee72364e289f83e3c3d1421002d2d8754cc8e2fce55b7
Description: colour ASCII art library
 libcaca is the Colour AsCii Art library. It provides high level functions
 for colour text drawing, simple primitives for line, polygon and ellipse
 drawing, as well as powerful image to text conversion routines.
 .
 This package contains the shared library for libcaca.
Homepage: http://caca.zoy.org/wiki/libcaca
Multi-Arch: same

Package: libcaca0-dbgsym
Priority: optional
Section: debug
Installed-Size: 261
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcaca
Version: 0.99.beta20-3+apertis0bv2024dev3b1
Depends: libcaca0 (= 0.99.beta20-3+apertis0bv2024dev3b1)
Filename: pool/target/libc/libcaca/libcaca0-dbgsym_0.99.beta20-3+apertis0bv2024dev3b1_arm64.deb
Size: 198016
MD5sum: 3749c06b70b96538c54ed2c54c3d20e4
SHA1: e29a1ad82ba98ef55a27b65af74cdb11a71eef68
SHA256: bc9b0597ab12c5033808f60d4d427c3afd27a9b0e14dd9c4495cf6a69643b10c
SHA512: ed6ccc65f2b7483fd5bed06a32ac7ad65858affe7943f0d87929f9dff89cff51d0918edfda6c2e53d0496add0f8ccd1081e2dae803ae9089938ee06fe8897ca5
Description: debug symbols for libcaca0
Auto-Built-Package: debug-symbols
Build-Ids: 2aa6dbcd4e681214698e619ff281ad62302d8dd8 64deeaad0526ef5a1146db4302729c6f62e38c33 c2c0c5f66473eae4821ca318d57cfdb96926e85f e2cf9eef445992352474149ae608408dd9b24bf5
Multi-Arch: same

Package: libcairo-gobject2
Priority: optional
Section: libs
Installed-Size: 211
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: cairo
Version: 1.16.0-7+apertis0bv2024dev3b1
Depends: libcairo2 (= 1.16.0-7+apertis0bv2024dev3b1), libglib2.0-0 (>= 2.14.0)
Filename: pool/target/c/cairo/libcairo-gobject2_1.16.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 119676
MD5sum: 125bceb8d25d492cb8cd994a374ecd11
SHA1: 7615c47ee44868b48de2441594d3b8893f464121
SHA256: 911a1c194d9e96954fa76433e40bd9016ebe52dfd292adf3dc6c1891c4f41511
SHA512: 0c0b04c90c6d619c81009dbf5e20260087bc860cdaaf23f69ac029aac85572b60ef7eb8c0ea876bcdb09d8d0ca61f16ff59c47f8c46bf0a39bba4ad23bbb3aca
Description: Cairo 2D vector graphics library (GObject library)
 Cairo is a multi-platform library providing anti-aliased
 vector-based rendering for multiple target backends.
 .
 This package contains the GObject library, providing wrapper GObject types
 for all cairo types.
Homepage: https://cairographics.org/
Multi-Arch: same

Package: libcairo-gobject2-dbgsym
Priority: optional
Section: debug
Installed-Size: 29
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: cairo
Version: 1.16.0-7+apertis0bv2024dev3b1
Depends: libcairo-gobject2 (= 1.16.0-7+apertis0bv2024dev3b1)
Filename: pool/target/c/cairo/libcairo-gobject2-dbgsym_1.16.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 12044
MD5sum: d6325a402b1202d88b3ec76f03d367da
SHA1: 97ebf1738b53b68a47abdb84a04f868a6a853ab1
SHA256: 48ab940827b9b643720796717cc68201710a4807442286752ac28a094bf29169
SHA512: 921a6c4c7ff022ea82b61ed008aff9cc92d57836c9fb21f37abaac453a977f73d1ffe8fd33195a8071e414d6d6b95d631d4d34b09381f0a6fb5154db34bcb66b
Description: debug symbols for libcairo-gobject2
Auto-Built-Package: debug-symbols
Build-Ids: e4178290f4d6022381e47e15d0f0d7837db44cfd
Multi-Arch: same

Package: libcairo-script-interpreter2
Priority: optional
Section: libs
Installed-Size: 338
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: cairo
Version: 1.16.0-7+apertis0bv2024dev3b1
Depends: libc6 (>= 2.29), libcairo2 (= 1.16.0-7+apertis0bv2024dev3b1), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), liblzo2-2 (>= 2.02), zlib1g (>= 1:1.1.4)
Filename: pool/target/c/cairo/libcairo-script-interpreter2_1.16.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 154936
MD5sum: afcea782247e75b50c303b98867c31bc
SHA1: ef48db5eebccbd226c7bf3c7df4893c2a8a1b2bd
SHA256: 55a8270f2190f6f9170c907ffd198c0bebe0ffa9948479bd0cf1bf6b010dd9f7
SHA512: 2484b1f3920b5c3ab2a47458f071bb5510b8236fa696bee8423feed23a5c5bc38aca909a3b292c57a24b8bb95860159215593a34bf7ac59c22d112d49c0cdba7
Description: Cairo 2D vector graphics library (script interpreter)
 Cairo is a multi-platform library providing anti-aliased
 vector-based rendering for multiple target backends.
 .
 This package contains the script interpreter for executing and manipulating
 cairo execution traces.
Homepage: https://cairographics.org/
Multi-Arch: same

Package: libcairo-script-interpreter2-dbgsym
Priority: optional
Section: debug
Installed-Size: 240
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: cairo
Version: 1.16.0-7+apertis0bv2024dev3b1
Depends: libcairo-script-interpreter2 (= 1.16.0-7+apertis0bv2024dev3b1)
Filename: pool/target/c/cairo/libcairo-script-interpreter2-dbgsym_1.16.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 215392
MD5sum: bcab13033bea63c3683e201e5b7b3588
SHA1: 4138b016a8e13c862b48f89dbce4cf158d003fdb
SHA256: 0a4e71c9adb6b79d995f83a9eae98508d2d1b1cd7336e3672fea2bac0a0c7476
SHA512: 0803a3db5366ada1d10e2b631803f1fddf38d8b93c7a2a99ef9e45ceedcb67d9b4ab848700907ac1f5fdb9809f288d4df101e64d015c1f63df1e2beeac8ae0e3
Description: debug symbols for libcairo-script-interpreter2
Auto-Built-Package: debug-symbols
Build-Ids: 93555e735c530ecc1ecde8910a96244a88a85600
Multi-Arch: same

Package: libcairo2
Priority: optional
Section: libs
Installed-Size: 1324
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: cairo
Version: 1.16.0-7+apertis0bv2024dev3b1
Depends: libc6 (>= 2.35), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libpixman-1-0 (>= 0.30.0), libpng16-16 (>= 1.6.2-1), libx11-6, libxcb-render0, libxcb-shm0, libxcb1 (>= 1.6), libxext6, libxrender1, zlib1g (>= 1:1.1.4)
Breaks: libwebkit2gtk-3.0-25 (<< 2.4.5-2~), libwebkitgtk-1.0-0 (<< 2.4.5-2~), libwebkitgtk-3.0-0 (<< 2.4.5-2~), weston (<< 1.5.0-3~)
Filename: pool/target/c/cairo/libcairo2_1.16.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 535248
MD5sum: de7bfbaca869a3278cd0a44ead52d964
SHA1: d68df189dc7abd4c9c80b73689e6ed1c6dc7dec4
SHA256: a741d87c4cd2a5f3d72741b4a05fa3b15c4bd809cc8189bde8c43c78126326d1
SHA512: 831a513941d8309956b560e0d6f47e0a18bae565391ef107511f0b6090ddb2e247eb9de3ab15e0e7757305d0899c90e01ad47bc6f8f11e4863f263f04d4f1548
Description: Cairo 2D vector graphics library
 Cairo is a multi-platform library providing anti-aliased
 vector-based rendering for multiple target backends. Paths consist
 of line segments and cubic splines and can be rendered at any width
 with various join and cap styles. All colors may be specified with
 optional translucence (opacity/alpha) and combined using the
 extended Porter/Duff compositing algebra as found in the X Render
 Extension.
 .
 Cairo exports a stateful rendering API similar in spirit to the path
 construction, text, and painting operators of PostScript, (with the
 significant addition of translucence in the imaging model). When
 complete, the API is intended to support the complete imaging model of
 PDF 1.4.
 .
 This package contains the shared libraries.
Homepage: https://cairographics.org/
Multi-Arch: same

Package: libcairo2-dbgsym
Priority: optional
Section: debug
Installed-Size: 1917
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: cairo
Version: 1.16.0-7+apertis0bv2024dev3b1
Depends: libcairo2 (= 1.16.0-7+apertis0bv2024dev3b1)
Filename: pool/target/c/cairo/libcairo2-dbgsym_1.16.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 1785220
MD5sum: 7fde76f54d5b2b155afacb3b51881ea3
SHA1: d42d1ad7bcf811257b6af8b8ac9c1f7805fac229
SHA256: ba18be976086042df5bd8ad8cddf973bde3593172b6f9cb46327e0048e0a46fb
SHA512: 114fdd352bde3a3acf8b00dce058b4feb2ffda68dda0dd9dfa8e364655fd1bd94dcec1e0d97054098a63264a40604508bb6870e3e32bf0e49158e010493183cc
Description: debug symbols for libcairo2
Auto-Built-Package: debug-symbols
Build-Ids: 0c3d3ddab33e007f2f3ebf167e447911f0a8149a
Multi-Arch: same

Package: libcairo2-dev
Priority: optional
Section: libdevel
Installed-Size: 2893
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: cairo
Version: 1.16.0-7+apertis0bv2024dev3b1
Provides: libcairo-dev
Depends: libcairo-gobject2 (= 1.16.0-7+apertis0bv2024dev3b1), libcairo-script-interpreter2 (= 1.16.0-7+apertis0bv2024dev3b1), libcairo2 (= 1.16.0-7+apertis0bv2024dev3b1), libfontconfig-dev (>= 2.2.95), libfreetype-dev (>= 2.1.10), libglib2.0-dev, libpixman-1-dev (>= 0.22.0), libpng-dev, libsm-dev, libx11-dev, libxcb-render0-dev (>= 1.6), libxcb-shm0-dev, libxcb1-dev (>= 1.6), libxext-dev, libxrender-dev (>= 0.6)
Suggests: libcairo2-doc
Filename: pool/target/c/cairo/libcairo2-dev_1.16.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 706872
MD5sum: 93cf3b0c18bd14bd8361dc651ac8b294
SHA1: 4054866edf571ace97f0bf6fae1ac821321b7e55
SHA256: 80149f92e9da4856493cd09be6b60cfcb4d3248212807960e69dd87d1553557f
SHA512: 4f9b446c429ff267491d47ad963bfa1fb34ecfe48cd4f4b9decbec3428dd45ed3c19ffcf62bbe992ef0cd577c2fb8c7522a9692d3331c981ca173733856c760f
Description: Development files for the Cairo 2D graphics library
 Cairo is a multi-platform library providing anti-aliased
 vector-based rendering for multiple target backends.
 .
 This package contains the development libraries, header files needed by
 programs that want to compile with Cairo.
Homepage: https://cairographics.org/
Multi-Arch: same

Package: libcairo2-doc
Priority: optional
Section: doc
Installed-Size: 1992
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: cairo
Version: 1.16.0-7+apertis0bv2024dev3b1
Recommends: lynx | www-browser
Filename: pool/target/c/cairo/libcairo2-doc_1.16.0-7+apertis0bv2024dev3b1_all.deb
Size: 245384
MD5sum: bd11404e6b2ee095c78995891ab06627
SHA1: e4a20834b658d940ffb262a5e0610b93e0709e0a
SHA256: 5ffe83a8a1e41448b7901e64ce207c76908ec10c7e15e3b55ae58bb03274c7b8
SHA512: 8c6414d11361637873bc4454e2141e9b6035d61d51c721a0d20e72e6855d5b2d48b2cc52333db3bdd2a837fe979046897d219b75a85ab007c77ac73f97144369
Description: Documentation for the Cairo Multi-platform 2D graphics library
 Cairo is a multi-platform library providing anti-aliased
 vector-based rendering for multiple target backends.
 .
 This package contains the HTML documentation for the Cairo library
 in /usr/share/gtk-doc/html/cairo/.
Homepage: https://cairographics.org/
Multi-Arch: foreign

Package: libcamera-dev
Priority: optional
Section: libdevel
Installed-Size: 220
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcamera
Version: 0.0.3-6+apertis2bv2024dev2b1
Depends: libcamera0.0.3 (= 0.0.3-6+apertis2bv2024dev2b1)
Filename: pool/target/libc/libcamera/libcamera-dev_0.0.3-6+apertis2bv2024dev2b1_arm64.deb
Size: 40280
MD5sum: e9c89b5af7e118e4098e5ba1fde09477
SHA1: 4459b4f402f2327bba6e056882f5a4e07a3a707c
SHA256: a2854679fc29e6b69da7d76385604546e8ecd5daade333cd1e07700a88432b4d
SHA512: b1132682233b2a4c1f666992477cbcf25d4b0d2292da1b01f7cb30d75f2db82e3455bcb40fa5a5eac4e12feb25c526cba4c480cfb174587b28c27ed58dc1f711
Description: complex camera support library (development files)
 libcamera is a complex camera support library which handles low-level
 control of the camera devices, providing a unified higher-level
 programming interface to the applications.
 .
 This package provides the necessary files needed for development
Homepage: https://libcamera.org/
Multi-Arch: same

Package: libcamera-doc
Priority: optional
Section: doc
Installed-Size: 23678
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: libcamera
Version: 0.0.3-6+apertis2bv2024dev2b1
Depends: libjs-jquery, libjs-sphinxdoc, libjs-underscore
Recommends: libcamera-dev
Filename: pool/target/libc/libcamera/libcamera-doc_0.0.3-6+apertis2bv2024dev2b1_all.deb
Size: 10922264
MD5sum: 4b9da01d41d31789b78c7dffd98b70ff
SHA1: 3d9de9f271040819077bba8d7df7d7e433ec785d
SHA256: 53c8fc4efcf11626c889326e8a2ef3611b829ef31aa9d4041540d7f3d438ffb8
SHA512: 0f0ca6bcc7de25c0c3a2c3013bf36ae5ec852cabedaea77b658512d47c74d99912c037cb21f6da07dfa778e9f8f4923a4a9cddf74748cf02ebd345e2cd41a85b
Description: complex camera support library (documentation)
 libcamera is a complex camera support library which handles low-level
 control of the camera devices, providing a unified higher-level
 programming interface to the applications.
 .
 This package contains the documentation developing with libcamera.
Homepage: https://libcamera.org/
Multi-Arch: foreign

Package: libcamera-ipa
Priority: optional
Section: libs
Installed-Size: 1670
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcamera
Version: 0.0.3-6+apertis2bv2024dev2b1
Replaces: libcamera0 (<< 0.0.3-1~)
Depends: libc6 (>= 2.34), libcamera0.0.3 (>= 0.0.3), libgcc-s1 (>= 4.2), libstdc++6 (>= 12)
Breaks: libcamera0 (<< 0.0.3-1~)
Filename: pool/target/libc/libcamera/libcamera-ipa_0.0.3-6+apertis2bv2024dev2b1_arm64.deb
Size: 260740
MD5sum: 896a9622a91207c4ed4f87a22dff3194
SHA1: 1fd02a0d0821edbf301159096310013093137c34
SHA256: 61f4283cde4487632c3954b57235bed0316d68e6ded56e0600673e2b86e0c80a
SHA512: bf4e33bb594f491ba5ec813f34089ed9f7a6a0f78f4657afe2b38c2353903964c123f6242c754a9ddc2e4e1e003bdeb743d67fbcd6514564bf036b6ed5ec8268
Description: complex camera support library (IPA modules)
 libcamera is a complex camera support library which handles low-level
 control of the camera devices, providing a unified higher-level
 programming interface to the applications.
 .
 This package contains the libcamera IPA (Image Processing Algorithms) modules.
Homepage: https://libcamera.org/
Multi-Arch: same

Package: libcamera-ipa-dbgsym
Priority: optional
Section: debug
Installed-Size: 5402
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcamera
Version: 0.0.3-6+apertis2bv2024dev2b1
Depends: libcamera-ipa (= 0.0.3-6+apertis2bv2024dev2b1)
Filename: pool/target/libc/libcamera/libcamera-ipa-dbgsym_0.0.3-6+apertis2bv2024dev2b1_arm64.deb
Size: 5148044
MD5sum: 5285ad38f950c092f24d17837cf637db
SHA1: d24f31d092ce8051aaeeb3c6c51ef26e3f271460
SHA256: c56af21d1065968bd6828f9ee987ce1d1bf2dbee15d4f7eb4958d3a432a613ae
SHA512: 19670050086089c23b12d424c898b73348fe6349ff11037a6d711c75de1bd6c0ea4888e08e177e2b1538b7efdb19c7686b63867bcb88907c0d420008a6df2bdd
Description: debug symbols for libcamera-ipa
Auto-Built-Package: debug-symbols
Build-Ids: 129b0c0ac61ecd6add26fe406a3355471b4ba990 21364744dc26fb00d47a8ad1e40b32e2e9a03d4e 50877ba3a4f62a51da24d426b3ff9bb654fde1c9 509a00b25843577596d36ea6ea5f5d4438a5fa8c 7edcc13714caa3f331b40a1b53611468a8bc8cbd a508b6459298b2f87a21627f974832e13baf29a9 e817905acd13d6e89c873c49f2e450f427fcbaac f3e2a79bb0b822ea5205f8d675db2b2c56099ad5
Multi-Arch: same

Package: libcamera-tools
Priority: optional
Section: video
Installed-Size: 1100
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcamera
Version: 0.0.3-6+apertis2bv2024dev2b1
Depends: libc6 (>= 2.34), libcamera0.0.3 (>= 0.0.3), libdrm2 (>= 2.4.62), libevent-2.1-7 (>= 2.1.8-stable), libevent-pthreads-2.1-7 (>= 2.1.8-stable), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5 (>= 5.4.0), libstdc++6 (>= 11), libtiff6 (>= 4.5.0~rc1), libyaml-0-2
Filename: pool/target/libc/libcamera/libcamera-tools_0.0.3-6+apertis2bv2024dev2b1_arm64.deb
Size: 273200
MD5sum: d94717e936b0a889710fdf1731f2c411
SHA1: 2497d17aeec9281e0745dc3300e20a6443999434
SHA256: 5593aa3d14574f11019fc00c44c302556a8f764fed0624401bf8f011911b485d
SHA512: e51106609c4c0e9ae10f2ee90d87746e5f506a4bb913ff4da6cafe5bf870ad8414d2db4f6760acf314f9df3a7f68617a19648ee7aa31296f5895532e01b911a4
Description: complex camera support library (tools)
 libcamera is a complex camera support library which handles low-level
 control of the camera devices, providing a unified higher-level
 programming interface to the applications.
 .
 This package provides cam and qcam, libcamera "Swiss army knife" tools.
Homepage: https://libcamera.org/
Multi-Arch: foreign

Package: libcamera-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 5478
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcamera
Version: 0.0.3-6+apertis2bv2024dev2b1
Depends: libcamera-tools (= 0.0.3-6+apertis2bv2024dev2b1)
Filename: pool/target/libc/libcamera/libcamera-tools-dbgsym_0.0.3-6+apertis2bv2024dev2b1_arm64.deb
Size: 5290176
MD5sum: 0da78f932711e2fb761ee9e11ec69d28
SHA1: 6696904640e8707f1f58ef182687952cc52a6b88
SHA256: dd3c91b498515cbc644058d9846bf914be46a678bb5d2dd3a428b4f258ba1c3c
SHA512: fef62d58bd924bbe40645de5c7db3f95ee5282e1a2b959b8b63fa0604b9c249a758b80e167dbb06dc2133040bd2f048b5e0b651c5f08edd9743602b5161e417f
Description: debug symbols for libcamera-tools
Auto-Built-Package: debug-symbols
Build-Ids: 08574efe87862e414e4b5a03d76307ac4defb019 2611480b586c705ae72ee41830f7f9d5fcddb7f8 5983a37b96367578c86ca58a28bb3859f8ba395f

Package: libcamera-v4l2
Priority: optional
Section: libs
Installed-Size: 200
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcamera
Version: 0.0.3-6+apertis2bv2024dev2b1
Replaces: libcamera0 (<< 0.0.3-1~)
Depends: libc6 (>= 2.34), libcamera0.0.3 (>= 0.0.3), libgcc-s1 (>= 3.0), libstdc++6 (>= 12)
Breaks: libcamera0 (<< 0.0.3-1~)
Filename: pool/target/libc/libcamera/libcamera-v4l2_0.0.3-6+apertis2bv2024dev2b1_arm64.deb
Size: 45120
MD5sum: 3a99895a27b004d22b871e435bb6e842
SHA1: 609cea5fa0aee4a76d7d7306752c9aebbe16eeac
SHA256: aad1f043e4fae4a2703bb0da2882c7e8c642587f0100f15d824b0801bcf8fa80
SHA512: 582dc71c5cf812bc6ccfebed946b50dbf4c1d868f0f13ee45ba93bb72c3001e2040ef85925edc8a006d9cb4c8fc7fe3e4a3914f3ca011d012b6ce5298a9d82bf
Description: complex camera support library (V4L2 module)
 libcamera is a complex camera support library which handles low-level
 control of the camera devices, providing a unified higher-level
 programming interface to the applications.
 .
 This package contains the libcamera V4L2 module.
Homepage: https://libcamera.org/
Multi-Arch: same

Package: libcamera-v4l2-dbgsym
Priority: optional
Section: debug
Installed-Size: 775
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcamera
Version: 0.0.3-6+apertis2bv2024dev2b1
Depends: libcamera-v4l2 (= 0.0.3-6+apertis2bv2024dev2b1)
Filename: pool/target/libc/libcamera/libcamera-v4l2-dbgsym_0.0.3-6+apertis2bv2024dev2b1_arm64.deb
Size: 760368
MD5sum: 3e43cd7745cb881597cca04a26d295ba
SHA1: 9b3a82d518de9c7353f832ac1e251d26949656c3
SHA256: 08acfceae20c534970c4662dcfba5f4f45ab38186a38c873b9bef0c4540d2384
SHA512: 803cc0bda83b72b4173a59402d8ce1bf6fb1ba2ce5ea0f6f03b9d21cb3196179ad3dcb53278c4fe0ee6f9fdc4362bad396a386de03f210fd6c67138a48793e2c
Description: debug symbols for libcamera-v4l2
Auto-Built-Package: debug-symbols
Build-Ids: fd1afdb8aab8bf89c6f9846ebca54a47dddc8bad
Multi-Arch: same

Package: libcamera0.0.3
Priority: optional
Section: libs
Installed-Size: 1997
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcamera
Version: 0.0.3-6+apertis2bv2024dev2b1
Replaces: libcamera0 (<< 0.0.3-1~)
Depends: libc6 (>= 2.34), libdw1 (>= 0.158), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.3), libstdc++6 (>= 12), libudev1 (>= 183), libunwind8, libyaml-0-2
Suggests: libcamera-ipa
Breaks: libcamera0 (<< 0.0.3-1~)
Filename: pool/target/libc/libcamera/libcamera0.0.3_0.0.3-6+apertis2bv2024dev2b1_arm64.deb
Size: 497908
MD5sum: c39ba967d6de4e0140a5088e81794f06
SHA1: e4f36113b2c65f85d1f802534e4c776161eeec46
SHA256: b5cbe7cc9bdd4580b80a8d05fc3ecd8bf5b0908d93a3626919da628f71f57b0e
SHA512: f7bd2f181bce130b1034881228566fbce305fab2f5c37824d204b2a31545d3918cbe78923e2195ab2a3361f6e1529197714207754a8604121363a59f6504557c
Description: complex camera support library
 libcamera is a complex camera support library which handles low-level
 control of the camera devices, providing a unified higher-level
 programming interface to the applications.
Homepage: https://libcamera.org/
Multi-Arch: same

Package: libcamera0.0.3-dbgsym
Priority: optional
Section: debug
Installed-Size: 11931
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libcamera
Version: 0.0.3-6+apertis2bv2024dev2b1
Depends: libcamera0.0.3 (= 0.0.3-6+apertis2bv2024dev2b1)
Filename: pool/target/libc/libcamera/libcamera0.0.3-dbgsym_0.0.3-6+apertis2bv2024dev2b1_arm64.deb
Size: 11691764
MD5sum: 482ce9b103679c9fcd5584d9b03fc334
SHA1: ba151700ab138a40263c71b5ff356ddac1776b54
SHA256: f4928aa921af9b5d91b5d1ff507a3e0df3095736bb98c994a036e9774bae9dfc
SHA512: a8bc38fa0fda60cda50ede059abc0fcfdadb8a407d9b458a07af35e1489a71cd8e8c0f7f4dd94f2c3f1159acde1f8b9ecb9d6b51eb5b657c8477450450341f06
Description: debug symbols for libcamera0.0.3
Auto-Built-Package: debug-symbols
Build-Ids: 32f070050fe517912e8b3ba43a7701e6882476a7 4bad165bc2cf89fa224fde9734bc69e4c0b857bd
Multi-Arch: same

Package: libcanberra-dev
Priority: optional
Section: libdevel
Installed-Size: 41
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libcanberra0 (= 0.30-10+apertis1bv2024dev2b1)
Filename: pool/target/libc/libcanberra/libcanberra-dev_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 8156
MD5sum: ec573df3934c837ea96118bb5e8663f3
SHA1: 8094ead0fc0b5c7514304668191714664521c042
SHA256: 91711bfb0d12a5960aaf080fe68aa013028d7495151acf8638e88f0965db45e8
SHA512: 88392a0b2e28b534d437e6901224da8b62839fb6282ec203ec82e6a53989d0d6202f868b9b2c236db18ae365c1687a7cb8d602c4c1dfa884f16a0a46ec7a9ef3
Description: simple interface for playing event sounds (development files)
 libcanberra defines a simple abstract interface for playing event
 sounds.
 .
 This package contains headers and libraries for developing
 applications that play event sounds with libcanberra.
Homepage: http://0pointer.de/lennart/projects/libcanberra/
Multi-Arch: same

Package: libcanberra-doc
Priority: optional
Section: doc
Installed-Size: 144
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Filename: pool/target/libc/libcanberra/libcanberra-doc_0.30-10+apertis1bv2024dev2b1_all.deb
Size: 20708
MD5sum: 1a19c3bda45f10a4a9b15e17ad64eb6e
SHA1: 035abcd09ab6d142161d9a3b7eea584cc599e124
SHA256: dba43dfd1c7b69fc3bd59a049567c39ff388707a02931a942c645f463520fe50
SHA512: df06185db9aa3464ea3e8765d63b8fabf5c85e7e86a666766704a0bed82a4b33646da86d6e5a3d9ae7e96d9b95ba231dea44c6c0cf2ca85eda798860879eea6e
Description: simple abstract interface for playing event sounds - doc
 libcanberra defines a simple abstract interface for playing event
 sounds.
 .
 libcanberra relies on the XDG sound naming specification for
 identifying event sounds. On Unix/Linux the right sound to play
 is found via the mechanisms defined in the XDG sound theming
 specification.
 .
 This package contains the HTML documentation for libcanberra and
 libcanberra-gtk.
Homepage: http://0pointer.de/lennart/projects/libcanberra/
Multi-Arch: foreign

Package: libcanberra-gstreamer
Priority: optional
Section: libs
Installed-Size: 78
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libcanberra0 (= 0.30-10+apertis1bv2024dev2b1), libglib2.0-0 (>= 2.12.0), libgstreamer1.0-0 (>= 1.0.0)
Filename: pool/target/libc/libcanberra/libcanberra-gstreamer_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 8888
MD5sum: 43e8829fe4b92cb34d7450f2ec35416a
SHA1: 9bf6b572b7c7b5a0f1eb2c4730bf2a5e414ff97a
SHA256: ce9dc0d2926f2c8ed01207c138097bbad3185f3f35893694fadb73d67de29d64
SHA512: 873f4fa61327f1ed94e60be838e0b0acd9734be2e36718e106311900545e4ce80740be525a58d1331be19272eed5c34f0a7eb4bf8c9454a9f5a3c2e70207df31
Description: GStreamer backend for libcanberra
 libcanberra defines a simple abstract interface for playing event
 sounds.
 .
 This package contains the GStreamer backend for libcanberra.
Homepage: http://0pointer.de/lennart/projects/libcanberra/
Multi-Arch: same

Package: libcanberra-gstreamer-dbgsym
Priority: optional
Section: debug
Installed-Size: 41
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libcanberra-gstreamer (= 0.30-10+apertis1bv2024dev2b1)
Filename: pool/target/libc/libcanberra/libcanberra-gstreamer-dbgsym_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 24892
MD5sum: 4b39cc1b311cae06bf0f0c579481b49a
SHA1: 2d3be9c48a178b73bf1ffd0950e42bebccf021be
SHA256: 9ac5b8c4d06081135dd5128d4c31506fdcbd0c6e7b01c5a5f05606aec1a64783
SHA512: 080a8f0486cdcdac349d05166752dc64a858aae72410ce3346429802390523395d87fed1ad496e74a4bbbddb98438544079846f609a8235c73ecde7f79894a9f
Description: debug symbols for libcanberra-gstreamer
Auto-Built-Package: debug-symbols
Build-Ids: c38f7bd52bf46baf49ef7d16b51b7b7ae04b710f
Multi-Arch: same

Package: libcanberra-gtk-common-dev
Priority: optional
Section: libdevel
Installed-Size: 16
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Replaces: libcanberra-gtk-dev (<< 0.26)
Breaks: libcanberra-gtk-dev (<< 0.26)
Filename: pool/target/libc/libcanberra/libcanberra-gtk-common-dev_0.30-10+apertis1bv2024dev2b1_all.deb
Size: 4048
MD5sum: bc0246a5452b13c33bb889b0a601cd43
SHA1: af520c07fb6bb22aa75209e78427d784bc55fe30
SHA256: eea03f8c2bf1094223d34ff32480d9d2f887c2ae6b8cfbc4e9040469a5c8cd52
SHA512: 132716163be8ae5ae55682cee1f5e9999b420053ccdd19b65e022ae7eae924931d5cd93e99042114c59bbc3f99bceda58bdc757d47b5264017eadfcb9f3e7b02
Description: simple interface for playing event sounds (GTK+ shared development files)
 libcanberra-gtk provides a few functions that simplify
 libcanberra usage from GTK+.
 .
 Contextual information is needed to play event sound. This library
 can help to compile directly event sounds property lists based on
 active GtkWidget objects or GdkEvent events.
 .
 This package contains common headers for developing
 applications using libcanberra-gtk and libcanberra-gtk3
Homepage: http://0pointer.de/lennart/projects/libcanberra/
Multi-Arch: foreign

Package: libcanberra-gtk-dev
Priority: optional
Section: libdevel
Installed-Size: 14
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libcanberra-gtk0 (= 0.30-10+apertis1bv2024dev2b1), libcanberra-dev (= 0.30-10+apertis1bv2024dev2b1), libgtk2.0-dev (>= 2.20), libcanberra-gtk-common-dev
Filename: pool/target/libc/libcanberra/libcanberra-gtk-dev_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 3296
MD5sum: ba5f387a2196fe675abec9a896264931
SHA1: 6917bce888f1c53d7dc82ed84ca14c7a3f84c18a
SHA256: b3a572ae56a7f7cdd0f8b9c372582c2f528587511f7ce53d9689437608d72930
SHA512: ca1847ffad7af389b8af499568759a5e15ef8f15ed4acf1df49840f0f0cf38a91312f0206db24dbdd6952c1e2a3ff83e491f25136a4f76db1cc3eedf8dff5bbe
Description: simple interface for playing event sounds (GTK+ 2 development files)
 libcanberra-gtk provides a few functions that simplify
 libcanberra usage from GTK+.
 .
 Contextual information is needed to play event sound. This library
 can help to compile directly event sounds property lists based on
 active GtkWidget objects or GdkEvent events.
 .
 This package contains headers and libraries for developing
 applications that play event sounds with libcanberra-gtk.
Homepage: http://0pointer.de/lennart/projects/libcanberra/
Multi-Arch: same

Package: libcanberra-gtk-module
Priority: optional
Section: libs
Installed-Size: 83
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libcanberra-gtk0 (>= 0.2), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.24.5-4), libx11-6
Filename: pool/target/libc/libcanberra/libcanberra-gtk-module_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 10884
MD5sum: 9cc677a19d611008665f628ea9e70b08
SHA1: 8e64eba510c7f59163310d0848017f3087efd465
SHA256: 5d5565f7b170dcdfcc93fc918684ba3a7632b88dd3137babcfd2112d646655e8
SHA512: 1fe756a077d4d005f9d6fa0020efcc7fe673c0f320a69a8cedf20caed9f93d7472682dbb1ce073197436f4018d1c4487e9d04e9fd42198ad3a473fbbad7b1415
Description: translates GTK+ widgets signals to event sounds
 A GtkModule which will automatically hook into all kinds of events
 inside a GTK+ program and generate sound events from them.
Homepage: http://0pointer.de/lennart/projects/libcanberra/
Multi-Arch: same

Package: libcanberra-gtk-module-dbgsym
Priority: optional
Section: debug
Installed-Size: 50
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libcanberra-gtk-module (= 0.30-10+apertis1bv2024dev2b1)
Filename: pool/target/libc/libcanberra/libcanberra-gtk-module-dbgsym_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 33636
MD5sum: cadbe456b96d5b4a3456f8bd5e286ac8
SHA1: 3c94f2166aa6d1e9800c1c6b787d06d2479d044b
SHA256: b4530cc5b7114648225b9ae3bd84dca55f7d6d973fdf48cf43ed521dd757b19a
SHA512: 850f7193e86f7f638051a31d8bc9211f2686f1a3336d65adb5ea0348fc24088b67187ab00e0a19eaf96092e243d42d719f4285b442042a1b10fc998eb3fd13d7
Description: debug symbols for libcanberra-gtk-module
Auto-Built-Package: debug-symbols
Build-Ids: 7d7fa35301d2a4cf2cc0cd0ba79cdb82419ff031
Multi-Arch: same

Package: libcanberra-gtk0
Priority: optional
Section: libs
Installed-Size: 81
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libcanberra0 (>= 0.12), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.24.0), libx11-6
Recommends: libcanberra-gtk-module
Filename: pool/target/libc/libcanberra/libcanberra-gtk0_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 8708
MD5sum: 9d81aa23d381ecdde7d5fa906571cfc6
SHA1: 4452dfcac45b690ffdb1704186fe3801955872bd
SHA256: 23c3832ab40a76b9ad135ebd08f56a32684e390966d7b54016e92e3c25a01979
SHA512: 654fa2aa227012d00b318c9da519add6116d74e185d7c623f526d65ea13239ed6205e6b3ff3ce5ea18f17b1d280cf04a79a798eb30d1a3ce5f6cb0d5f44c2041
Description: GTK+ helper for playing widget event sounds with libcanberra
 libcanberra-gtk provides a few functions that simplify libcanberra
 usage from GTK+.
 .
 Contextual information is needed to play event sound. This library
 can help to compile directly event sounds property lists based on
 active GtkWidget objects or GdkEvent events.
Homepage: http://0pointer.de/lennart/projects/libcanberra/
Multi-Arch: same

Package: libcanberra-gtk0-dbgsym
Priority: optional
Section: debug
Installed-Size: 39
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libcanberra-gtk0 (= 0.30-10+apertis1bv2024dev2b1)
Filename: pool/target/libc/libcanberra/libcanberra-gtk0-dbgsym_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 23544
MD5sum: e9464ae24a91e034d690b148657e8b91
SHA1: 6f75bd2eeca55d547c36a26d119bea7621624b16
SHA256: b05926e4af1090759e65dd6a67d441d10a7ab862a21bc6b7eb2347466b1eb6d8
SHA512: a4fbf9dbd3c98cbf237ebd1700eff42e30793f3ade97d1c6e714172897082ded8e63b3d654472fd144f08d52b9d308da38ee62ef0ab67ad43a57a19c827842cf
Description: debug symbols for libcanberra-gtk0
Auto-Built-Package: debug-symbols
Build-Ids: c6881d922ce1c7ba8f6eade4754b1bdffe768e18
Multi-Arch: same

Package: libcanberra-gtk3-0
Priority: optional
Section: libs
Installed-Size: 81
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libcanberra0 (>= 0.12), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), libx11-6
Recommends: libcanberra-gtk3-module
Filename: pool/target/libc/libcanberra/libcanberra-gtk3-0_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 8864
MD5sum: b343573a5a0c2e4ccaedf15849d36bfa
SHA1: 9f2d4ac8b8e8507b18d25ea2d7b90e3b7a4c523d
SHA256: 26705fe273bbe2c23f92c826bef35299e8a10527510de0c3827010900d1064e7
SHA512: 7c2ef500b5e8c396358b983a3d99f2f9745484d6f8ac42988f49ace33e82f231091e2e0fe7a5ab357db28dc336bca115abee389dd5e6bd40d5e48d893982e970
Description: GTK+ 3.0 helper for playing widget event sounds with libcanberra
 libcanberra-gtk provides a few functions that simplify libcanberra
 usage from GTK+ 3.0.
 .
 Contextual information is needed to play event sound. This library
 can help to compile directly event sounds property lists based on
 active GtkWidget objects or GdkEvent events.
Homepage: http://0pointer.de/lennart/projects/libcanberra/
Multi-Arch: same

Package: libcanberra-gtk3-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 36
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libcanberra-gtk3-0 (= 0.30-10+apertis1bv2024dev2b1)
Filename: pool/target/libc/libcanberra/libcanberra-gtk3-0-dbgsym_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 20696
MD5sum: d928252543093509030ed6b75d6e51d4
SHA1: 8099753acaac1d3014555d3275030d3d26d0166f
SHA256: 06f503f85df2e3f141a14aff6e7b3d38ac725c86e6658b947657d54c9d004696
SHA512: d856b4b390cda3780ef6f8a923a1f8038a0a88d5a2a4b6baf51013b9bce0da3f77067836306958722b2d3d6c442ed04028b7e3ab49128eb8f5ea99195f0389a7
Description: debug symbols for libcanberra-gtk3-0
Auto-Built-Package: debug-symbols
Build-Ids: 8e68d10b08d549232671d05a8b7e95d97c9d69b4
Multi-Arch: same

Package: libcanberra-gtk3-dev
Priority: optional
Section: libdevel
Installed-Size: 14
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libcanberra-gtk3-0 (= 0.30-10+apertis1bv2024dev2b1), libcanberra-dev (= 0.30-10+apertis1bv2024dev2b1), libcanberra-gtk-common-dev, libgtk-3-dev
Filename: pool/target/libc/libcanberra/libcanberra-gtk3-dev_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 3292
MD5sum: 6263f91bc4ee26cdec51fdc3eaa712c2
SHA1: 670c75237eaaef4338aa25b604e3e2b0cc4d22db
SHA256: 123c95331a72139362fddaab81e30e3d89a84ef7460054aa172c58544f41a4ea
SHA512: a39f30ceed149d53be13b1e1dddc09ed7099064efb9dfd2de11627310a809ca18b86386b56eeda5baf69e9f88266b4dae9e77d8f4103d63189fa406a13c25098
Description: simple interface for playing event sounds (GTK+ 3 development files)
 libcanberra-gtk3 provides a few functions that simplify
 libcanberra usage from GTK+ 3.0.
 .
 Contextual information is needed to play event sound. This library
 can help to compile directly event sounds property lists based on
 active GtkWidget objects or GdkEvent events.
 .
 This package contains headers and libraries for developing
 applications that play event sounds with libcanberra-gtk.
Homepage: http://0pointer.de/lennart/projects/libcanberra/
Multi-Arch: same

Package: libcanberra-gtk3-module
Priority: optional
Section: libs
Installed-Size: 84
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libcanberra-gtk3-0 (>= 0.25), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.2.2-3), libx11-6
Filename: pool/target/libc/libcanberra/libcanberra-gtk3-module_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 10908
MD5sum: 0c9518b27b3dc627dae720d7c18f8e2c
SHA1: a6691954ee67eb19c8018cdf536bcaf2e408975e
SHA256: b5d46d4a13c18b8916335a4286fe4be5d78248a4c91b0d266e2f074ba0ba4341
SHA512: 8f5888cbc2800021c5c1e3eb1ec1def8102564201f802c30899bf004ce88709872eff0ba7d4713df1c7467c3c97c2ff7e9f8c064c7a6a90efe0c826e7cdbb2c7
Description: translates GTK3 widgets signals to event sounds
 A GtkModule which will automatically hook into all kinds of events
 inside a GTK+ 3.0 program and generate sound events from them.
Homepage: http://0pointer.de/lennart/projects/libcanberra/
Multi-Arch: same

Package: libcanberra-gtk3-module-dbgsym
Priority: optional
Section: debug
Installed-Size: 47
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libcanberra-gtk3-module (= 0.30-10+apertis1bv2024dev2b1)
Filename: pool/target/libc/libcanberra/libcanberra-gtk3-module-dbgsym_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 30380
MD5sum: 7ae9b500d3a478bf3859da415b345767
SHA1: 9e18c0764218852e8eb7d7905a3dcc9690df1dcc
SHA256: 4ba451d8091f91e91110e4b9e2d7bb74f43fd763c8710edcf28ebb0b4dae07e1
SHA512: 7dab01bcccc266335642fafba763ac40b8131ea7fa80210f9a7d7d12e87d3ad4c50eac338af88f7461ebe293537c3db0aeb876ab4cfc55ab26c036e5d65048b8
Description: debug symbols for libcanberra-gtk3-module
Auto-Built-Package: debug-symbols
Build-Ids: fbce95650c2f6fc8723932bb8070766c309129c2
Multi-Arch: same

Package: libcanberra-pulse
Priority: optional
Section: libs
Installed-Size: 78
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libcanberra0 (= 0.30-10+apertis1bv2024dev2b1), libpulse0 (>= 0.99.1), pulseaudio | pipewire-pulse
Filename: pool/target/libc/libcanberra/libcanberra-pulse_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 11848
MD5sum: a7e48bb8a76213a649cec4fa0b033d3b
SHA1: a0939e05758ba003200309c4b055863eb311f5e1
SHA256: 9a811e37a5bcf7ee102ee749c637d97b57da852d8f7c9fcbdcfe57cece089181
SHA512: fb59930441c0edec3dec7b01611036229f5d6f845c57bc8a415d167f7b90ffa9f1c1f217ae0159ff5546cfd2d181049622471465964cecb34d4d0fee3dcaf5eb
Description: PulseAudio backend for libcanberra
 libcanberra defines a simple abstract interface for playing event
 sounds.
 .
 This package contains the PulseAudio backend for libcanberra.
Homepage: http://0pointer.de/lennart/projects/libcanberra/
Multi-Arch: same

Package: libcanberra-pulse-dbgsym
Priority: optional
Section: debug
Installed-Size: 49
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libcanberra-pulse (= 0.30-10+apertis1bv2024dev2b1)
Filename: pool/target/libc/libcanberra/libcanberra-pulse-dbgsym_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 31292
MD5sum: 90c71cecdb44dd14afa59cd946b68e4f
SHA1: 0a34ef0cd4b89f6ec0fd6c2610a6c8fb7e291368
SHA256: b6913bf567a89285f116bd9a53b47b20d72ffedae0d4033fded37065f60568c2
SHA512: 8aff7610c7832a92d2e587809b56c782ab8baba372c50f1c98e7263ad7a3bf56ea94567d389da9c9698e410b5f72945288b20bc5a5d0b33c7822d1e9dc8eabad
Description: debug symbols for libcanberra-pulse
Auto-Built-Package: debug-symbols
Build-Ids: 1dbcd53c3ec6cd048d5bcda90624ec8bb0c7bfed
Multi-Arch: same

Package: libcanberra0
Priority: optional
Section: libs
Installed-Size: 159
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libasound2 (>= 1.0.16), libc6 (>= 2.34), libltdl7 (>= 2.4.7), libvorbisfile3 (>= 1.1.2), sound-theme-freedesktop
Suggests: libcanberra-gtk0, libcanberra-pulse
Filename: pool/target/libc/libcanberra/libcanberra0_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 32172
MD5sum: 842805e996e0aee9e47ac21ce744b6a5
SHA1: 3655c825569a21f3a8b5781cab8367d793876bfe
SHA256: 7cfce4010180d256d504423ad5383eb0d0af87ebca1f3226512fb3157ef05cd1
SHA512: 7af5876ffe718821f7349e1c815a4a53f6b763deb7047f8034a804c97e6fe3b047f498799b337c8451d25cefd4cd25988c9ae600de00e6627777b240c785ff56
Description: simple abstract interface for playing event sounds
 libcanberra defines a simple abstract interface for playing event
 sounds.
 .
 libcanberra relies on the XDG sound naming specification for
 identifying event sounds. On Unix/Linux the right sound to play
 is found via the mechanisms defined in the XDG sound theming
 specification.
Homepage: http://0pointer.de/lennart/projects/libcanberra/
Multi-Arch: same

Package: libcanberra0-dbgsym
Priority: optional
Section: debug
Installed-Size: 118
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libcanberra
Version: 0.30-10+apertis1bv2024dev2b1
Depends: libcanberra0 (= 0.30-10+apertis1bv2024dev2b1)
Filename: pool/target/libc/libcanberra/libcanberra0-dbgsym_0.30-10+apertis1bv2024dev2b1_arm64.deb
Size: 82484
MD5sum: 9d80f2c187f88ba571337fc50be2d0b2
SHA1: 8b15137f2e9f49c6f8e88394b2ca081615ff2793
SHA256: 66ffb2d20fdeb96ca42041c518b8aa3d09d3fc459738f88c6dd418da5a95a102
SHA512: 3009ce75a69dc56decfa5d7e802e8bc2f2fe522dbb89f9453543749566836fc9c4ffa3f569416b44858d3714a22cfc0d17f322d789623668b5ae055ac577dcaf
Description: debug symbols for libcanberra0
Auto-Built-Package: debug-symbols
Build-Ids: 794077985b74e96cba9805223658a28e4a786904 d1182fb6c0273d5f0a6365a437863edd4ac04af2
Multi-Arch: same

Package: libcap-dev
Priority: optional
Section: libdevel
Installed-Size: 2835
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Provides: libcap2-dev
Depends: libcap2 (= 1:2.66-4+apertis1bv2024dev3b2), libc6 (>= 2.34)
Suggests: manpages-dev
Filename: pool/target/libc/libcap2/libcap-dev_2.66-4+apertis1bv2024dev3b2_arm64.deb
Size: 448256
MD5sum: cf6497fd61db2c14cddf678922802908
SHA1: da0f8ce699fd98b4ff7c68313c74eee605012e45
SHA256: 8ced4034a3cbae062f0b63f10d5cc9c0838ac349762871de406d6bd7d0c6ebe6
SHA512: c17893dcfacacbd87dd51ea5d49b53a51447d6472f9a82e1f7aed3073f35334fd2cb27dfdf0616e535e61459e542f8e308975456ed4c486bd4a22b7c17715261
Description: POSIX 1003.1e capabilities (development)
 Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities
 available in Linux kernels. These capabilities are a partitioning of the all
 powerful root privilege into a set of distinct privileges.
 .
 This package contains the development files.
Homepage: https://sites.google.com/site/fullycapable/
Multi-Arch: same

Package: libcap-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 613
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Depends: libcap-dev (= 1:2.66-4+apertis1bv2024dev3b2)
Filename: pool/target/libc/libcap2/libcap-dev-dbgsym_2.66-4+apertis1bv2024dev3b2_arm64.deb
Size: 228164
MD5sum: f8e49ad86daa6ee45da5e00c6c023d60
SHA1: d23d208952fa7ce3dc11d1b9db110b51e80aef4c
SHA256: 9cb4305719fbdc22551f9213f78c918a7f2ad97860c828556d62b55d6b15cd40
SHA512: 6dbf74e141e9f73000b1a0d48dc077215de80211d5b75e6d8c99a52c39df6067cafe419ea121dabc4c12e35bb679a1386f5731b59b58c9c4c6a834b70a7cff3f
Description: debug symbols for libcap-dev
Auto-Built-Package: debug-symbols
Build-Ids: 4471c78c7167ff86d726a6b4956898a6988691e5 45b3451e9488cf7ae706146942979a2c80f36148 46335fd6fc6d72ac367ca406b00735cabe334787 491fa214a96c5ea2b1ca98439f931270bb3d5c32 54b461520a2a206b13094758611c8136ef6104bf 5f094bf2097f194cad202d7ea2c96245ee869292 8db29ce437a6a47f42dda2fba08d4de09e5cad9b ddaabaf2bdbf3cf98ca892dce4eddd0b4c62b4a0 e0d2ef23b0986dc7b4e6716cdba0e73fcd5286ec e5ecfc536376b0811bea540dee83f8fbe63571d1
Multi-Arch: same

Package: libcap-ng-dev
Priority: optional
Section: libdevel
Installed-Size: 97
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: arm64
Source: libcap-ng
Version: 0.8.3-1+apertis0bv2024dev3b1
Depends: libcap-ng0 (= 0.8.3-1+apertis0bv2024dev3b1)
Filename: pool/target/libc/libcap-ng/libcap-ng-dev_0.8.3-1+apertis0bv2024dev3b1_arm64.deb
Size: 31896
MD5sum: 7dbf0c0195491ab680cd2c592716e748
SHA1: 6af912302a4fe57fa290be4e2c8366b15a8e400d
SHA256: 8d59d48d720e457be1632640a4c38d5a3bb6f71587081a6c8a9228fd54a4b4f8
SHA512: 01c7fdcc9e8b74b2b57ec4e3e379fe84aee61f5eda77649d50068a0f00c32c9a851334dcbffbaeb3cb4599a068a24f4d6a7f3508205d1e986f545f17b161f098
Description: Development and header files for libcap-ng
 This library implements the user-space interfaces to the POSIX
 1003.1e capabilities available in Linux kernels.  These capabilities are
 a partitioning of the all powerful root privilege into a set of distinct
 privileges.
 .
 The libcap-ng library is intended to make programming with POSIX
 capabilities much easier than the traditional libcap library.
 .
 This package contains header files and static libraries.
Homepage: https://people.redhat.com/sgrubb/libcap-ng
Multi-Arch: same

Package: libcap-ng-utils
Priority: optional
Section: admin
Installed-Size: 293
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: arm64
Source: libcap-ng
Version: 0.8.3-1+apertis0bv2024dev3b1
Depends: libcap-ng0 (= 0.8.3-1+apertis0bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/libc/libcap-ng/libcap-ng-utils_0.8.3-1+apertis0bv2024dev3b1_arm64.deb
Size: 21352
MD5sum: 85f5e429f40162e9e4dd13912c997306
SHA1: d6b4f0217df5da9fda7f7134e30362f043bc1176
SHA256: 04fb28a3ffaeb6d28b65fc77b9042093887a7f1ec610d7548878813dd66f3cc5
SHA512: 7479f28eb9a9dfa405418cc769906b2504b3025c36aa70b4afb8d13edf1bf6b269d2f3c0c88d7aa08fe01794fa85f60f5502648081442de9f97922a6ca8c9f19
Description: Utilities for analysing and setting file capabilities
 This library implements the user-space interfaces to the POSIX
 1003.1e capabilities available in Linux kernels.  These capabilities are
 a partitioning of the all powerful root privilege into a set of distinct
 privileges.
 .
 The libcap-ng library is intended to make programming with POSIX
 capabilities much easier than the traditional libcap library.
 .
 This package contains utilities for analysing and setting file capabilities.
Homepage: https://people.redhat.com/sgrubb/libcap-ng

Package: libcap-ng-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 77
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: arm64
Source: libcap-ng
Version: 0.8.3-1+apertis0bv2024dev3b1
Depends: libcap-ng-utils (= 0.8.3-1+apertis0bv2024dev3b1)
Filename: pool/target/libc/libcap-ng/libcap-ng-utils-dbgsym_0.8.3-1+apertis0bv2024dev3b1_arm64.deb
Size: 33152
MD5sum: a3ffcb3974ffeb530a5d9b79d4c227d2
SHA1: 30c2c31ae7ec722841c1308215d6e513b91c081a
SHA256: 14aaeefcb4bcadc7a4736ed49294efe1800e759be709e5101da0475b068b3506
SHA512: a2d4377bebc0effdd0bc005d6a8f1ab83a368fea5b300b82c1559a47bd267f1a128d202a476923df8ebda3d2a4f5b4ed10f0c6841cd88fd2f5271375763f4004
Description: debug symbols for libcap-ng-utils
Auto-Built-Package: debug-symbols
Build-Ids: 42ec0328396b0b013db128641eb1ec9bbbf4d650 8710b3624653369f1cdcedcf472583c5068a2a09 e86fcbeae257eda6c37fefaed07cc15529e44d19 ffcd1515649584ba8ff56e6e1aa596addf1afb89

Package: libcap-ng0
Priority: optional
Section: libs
Installed-Size: 157
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: arm64
Source: libcap-ng
Version: 0.8.3-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libc/libcap-ng/libcap-ng0_0.8.3-1+apertis0bv2024dev3b1_arm64.deb
Size: 17164
MD5sum: 9814ab6fd10266cad68f53fd590da928
SHA1: f5a042b7f9286993100bef2c2a61f30cc73fdad6
SHA256: 1004d5fa1e5287a5907613a447b9f6fe97d158d71106f30ed726a915070b6175
SHA512: d6dccbb6afc779e82ccb8e9b5aa7d37f8504a42077c08310bd9b0c566b97a6e164045ced26253349cd9d38c007584b8c1de8f1e41ba22bf70dc26a5119485b56
Description: alternate POSIX capabilities library
 This library implements the user-space interfaces to the POSIX
 1003.1e capabilities available in Linux kernels.  These capabilities are
 a partitioning of the all powerful root privilege into a set of distinct
 privileges.
 .
 The libcap-ng library is intended to make programming with POSIX
 capabilities much easier than the traditional libcap library.
 .
 This package contains dynamic libraries for libcap-ng.
Homepage: https://people.redhat.com/sgrubb/libcap-ng
Multi-Arch: same

Package: libcap-ng0-dbgsym
Priority: optional
Section: debug
Installed-Size: 49
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: arm64
Source: libcap-ng
Version: 0.8.3-1+apertis0bv2024dev3b1
Depends: libcap-ng0 (= 0.8.3-1+apertis0bv2024dev3b1)
Filename: pool/target/libc/libcap-ng/libcap-ng0-dbgsym_0.8.3-1+apertis0bv2024dev3b1_arm64.deb
Size: 24856
MD5sum: eac8f23229cd2ab47a65e82e1fdb8306
SHA1: a284e7d9a089c4edb8df908a933e4023e93d1252
SHA256: 8ff3eb69d882720ec2b4d066ed87e4efdd04685f83919ba78015510758e2f1f2
SHA512: ab10559cf5b5159a1408551071d2a1b88ec016d5565a8e8674c8b5d8953c5300298cec07fa48bf3393f0d5edd22d5732df4fc71d2dd95137bb57a9649d97b884
Description: debug symbols for libcap-ng0
Auto-Built-Package: debug-symbols
Build-Ids: 70ca6664f571680f90d4a32036211111005d1d51 7d9ba753b6843bda8cfb904aeb3bd86ac9613e33
Multi-Arch: same

Package: libcap2
Priority: optional
Section: libs
Installed-Size: 162
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Version: 1:2.66-4+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34)
Filename: pool/target/libc/libcap2/libcap2_2.66-4+apertis1bv2024dev3b2_arm64.deb
Size: 27148
MD5sum: 0708f64faa70b9411362442716b0b92b
SHA1: 073c17e5d5b4cd8da86d9b826fc5c8b78dccf175
SHA256: df228b4be81d707b818052700e4267986e6c7f7971460f47f1254e1943fac7d3
SHA512: 8e96c87c24d7583675bfb85a8e36cf120e2b2638eee99193a2090e189a451ad82b22c58598c3e48624bcf33791e34a3514f7b999b3c0e102a17e9caf713777c5
Description: POSIX 1003.1e capabilities (library)
 Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities
 available in Linux kernels. These capabilities are a partitioning of the all
 powerful root privilege into a set of distinct privileges.
 .
 This package contains the shared library.
Homepage: https://sites.google.com/site/fullycapable/
Multi-Arch: same

Package: libcap2-bin
Priority: important
Section: utils
Installed-Size: 308
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Replaces: libcap-bin
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.63)
Recommends: libpam-cap
Breaks: libcap-bin
Filename: pool/target/libc/libcap2/libcap2-bin_2.66-4+apertis1bv2024dev3b2_arm64.deb
Size: 34984
MD5sum: 4e2a40ae85c62c500326308325bc0a56
SHA1: 937d6f468120f89a82b14cf9b34f8066cfddf2b9
SHA256: 85027ff341ec7d185db082326ef3c8113480cf0caaaa41515bfbdf07ec9d0104
SHA512: da958af3eb539b73b03a16b2a116b45aa98a91dbd67ea4d3716ba3cac3ac5ec3ad122ff4e3c538aa922251b0a1b03ca2aeb4117e5777c663a8046864ad2082b4
Description: POSIX 1003.1e capabilities (utilities)
 Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities
 available in Linux kernels. These capabilities are a partitioning of the all
 powerful root privilege into a set of distinct privileges.
 .
 This package contains additional utilities.
Homepage: https://sites.google.com/site/fullycapable/
Multi-Arch: foreign

Package: libcap2-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 89
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Depends: libcap2-bin (= 1:2.66-4+apertis1bv2024dev3b2)
Filename: pool/target/libc/libcap2/libcap2-bin-dbgsym_2.66-4+apertis1bv2024dev3b2_arm64.deb
Size: 44908
MD5sum: f563cf5c8df6e4ccc4e50eb7eebe95b0
SHA1: e504a60365dca83ccf52efea6b73305147a4c676
SHA256: d09d040b5a361f94087fccd52cc575e198e4790cae781e0c5bce94aebcaa077c
SHA512: 107ca0b95c078c54c11fcd18d50828a064a7d636412508f08401d22e16a46d164d40fd92d9da23aafb70771ffed3c6432ec9e0b82e217bebd05a9388ee0f5917
Description: debug symbols for libcap2-bin
Auto-Built-Package: debug-symbols
Build-Ids: 21d32ab56239c8a2c8fdfb809bfb6627be9be286 5eccb0054b511d1ea610ad9d3ad761eab38d94bf aeb9b23ebbb8b77e9ce4b1f36a686c8edc6bafcc af8d736ee1216b0a537003361b1f144c0fbf1dd1

Package: libcap2-dbgsym
Priority: optional
Section: debug
Installed-Size: 85
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Depends: libcap2 (= 1:2.66-4+apertis1bv2024dev3b2)
Filename: pool/target/libc/libcap2/libcap2-dbgsym_2.66-4+apertis1bv2024dev3b2_arm64.deb
Size: 60080
MD5sum: 9f5ec11773b83d737481d10b524ff16a
SHA1: c39678d5b5588efd299546fbf55e68e0ca9a1556
SHA256: 5d530ad58da6a69782ae91bbf391be3107cfe8110d111c60d9764a49cd74a8b1
SHA512: 59b5c2635f8927205bc2ad0813c38efc5121a2f459ff7dcf8a1de2d9d4617a85e3dfe10f327848feabc25d5941853b28efc077338c18be6138562151a113e70a
Description: debug symbols for libcap2
Auto-Built-Package: debug-symbols
Build-Ids: 378f3e7f2e710b18c50c599b8381258e52c17e19 c05ee8a8d086b853072ca5d7629a66751d5f37a2
Multi-Arch: same

Package: libcc1-0
Priority: optional
Section: libs
Installed-Size: 144
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/g/gcc-12/libcc1-0_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 37664
MD5sum: 974798f3443f378dc2180a7378da1433
SHA1: 021f6e3ce5214c72add58eb4da7c26a8d540c5f7
SHA256: e2c8c0efeca57ab315107a64534b274770020afd0dce65310bdcb25f45c94982
SHA512: e7af1ebaf0b0f25df79e9ecf1d7ea91068c663046577cd8bd1928dbdaae1ae0729b8b32502345e5298c560b319d23ba67800696116123bdee3b0c2eaa4f23250
Description: GCC cc1 plugin for GDB
 libcc1 is a plugin for GDB.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libcc1-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 411
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: libcc1-0 (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libcc1-0-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 407956
MD5sum: 28af783d8aa842a3102dd3fe34e5969a
SHA1: 334434fa73254938d1e809ec405c8cd9a9663c54
SHA256: ad50a9c719ba6ec16ca1b040a0bb7d0ef81679ffaafb2954f1bb97f4c4698de7
SHA512: dbde6647bfd03695b71233e7fb0202a37f08fcf1ec51588f60e19f2d8cd21fd030e2a6cd60658bd29fb962c409ce6a7d9b8b63c8b95d5e24b5cb1e7cd62090e4
Description: debug symbols for libcc1-0
Auto-Built-Package: debug-symbols
Build-Ids: 184d137cd64b182648faaf6e21daf44b6ca0b692
Multi-Arch: same

Package: libccid
Priority: optional
Section: libs
Installed-Size: 634
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: arm64
Source: ccid
Version: 1.5.2-1+apertis0bv2024dev2b1
Provides: pcsc-ifd-handler
Depends: libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.9)
Suggests: pcmciautils
Filename: pool/target/c/ccid/libccid_1.5.2-1+apertis0bv2024dev2b1_arm64.deb
Size: 361820
MD5sum: 1bc025db38c4d133edefc9f8d5bf5a7b
SHA1: f12bd97d58096488944756a133cffefad86c5dcc
SHA256: 6d87baa47095e120f0ab66740116467b0fb347d0d8c9bc47067154b189883689
SHA512: 772382b2517db50419c71b0dffc9ffb972cae56f0000dfd8dc529cd613fb55ab75c82cbd92f6264555c9b7870008ad94f553b57f48936c069123f6a12878496b
Description: PC/SC driver for USB CCID smart card readers
 This library provides a PC/SC IFD handler implementation for the USB smart
 card drivers compliant to the CCID protocol.
 .
 This package is needed to communicate with the CCID smartcard readers through
 the PC/SC Lite resource manager (pcscd).
 .
 For an exhaustive list of supported reader see
 https://ccid.apdu.fr/select_readers/
 .
 This driver also supports the GemPC Twin connected to a serial port and
 the GemPC Card (PCMCIA, through the suggested pcmciautils package) and
 Gemplus GemPC Express (Express54 card).
Homepage: https://ccid.apdu.fr/

Package: libccid-dbgsym
Priority: optional
Section: debug
Installed-Size: 250
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: arm64
Source: ccid
Version: 1.5.2-1+apertis0bv2024dev2b1
Depends: libccid (= 1.5.2-1+apertis0bv2024dev2b1)
Filename: pool/target/c/ccid/libccid-dbgsym_1.5.2-1+apertis0bv2024dev2b1_arm64.deb
Size: 209060
MD5sum: 1bfc97bb0cce00022491572571636b64
SHA1: 8945fb55b44ae33cde094aaf146e93826bd82f9e
SHA256: d3787c432e5b764a56fc47545df21d937034bf145e938c9cd9d3fd373897692e
SHA512: 6ba28e2207ae805feacd2ed115c98a79f4aa2b042b10b8978a756717a1a72e274db7767f3a26e9b89fb6859e671a75d831e4929277b9f5310f2b6bfb0bedc73e
Description: debug symbols for libccid
Auto-Built-Package: debug-symbols
Build-Ids: 1ea35d6d43395493ceeff588dcf18bb0e495b143 3050287275691d897b62e501fa033d62d7ae8a5d

Package: libcdparanoia-dev
Priority: optional
Section: libdevel
Installed-Size: 160
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Architecture: arm64
Source: cdparanoia
Version: 3.10.2+debian-14+apertis0bv2024dev3b1
Provides: libcdparanoia0-dev
Depends: libcdparanoia0 (= 3.10.2+debian-14+apertis0bv2024dev3b1)
Filename: pool/target/c/cdparanoia/libcdparanoia-dev_3.10.2+debian-14+apertis0bv2024dev3b1_arm64.deb
Size: 42224
MD5sum: 3320455b8a80b48963a7ecd04c3a0a99
SHA1: 8d77b1448a66debacbf4ee63090805f4a6ef17aa
SHA256: b03874d345ce458c5dcc83979a3aa5ff88362911a783fcd73faa036751129698
SHA512: 5a6a9e162ee8e6b2fae166aef3c2b6040955bfe391f9eb6eef298014a8aff99a009040e2c4f5008723cbba10bfb645c8f3be2ca74da33120a12d6ba7ab13c5d0
Description: audio extraction tool for sampling CDs (development)
 An audio extraction tool for sampling CDs. Unlike similar programs such as
 cdda2wav, cdparanoia goes to great lengths to try to extract the audio
 information without any artifacts such as jitter.
 .
 This package contains the development files that make a companion to
 the library.
Homepage: https://www.xiph.org/paranoia/
Multi-Arch: same

Package: libcdparanoia0
Priority: optional
Section: libs
Installed-Size: 162
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Architecture: arm64
Source: cdparanoia
Version: 3.10.2+debian-14+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/c/cdparanoia/libcdparanoia0_3.10.2+debian-14+apertis0bv2024dev3b1_arm64.deb
Size: 41784
MD5sum: 329c3ecdd49ae69cd9da50905d363b98
SHA1: 49f03cf24f52d7f754993d9ff6d966ebc1a8f906
SHA256: 784d4a359616a9a590b8afbffd96950c715af966560429579f55484f356a64f8
SHA512: 7022843d99c5f65bcb93b77a7515e2ef5eecb6095191eee78dcf17a376efe4ed2d86c390c4d7cc506f554bf774b43886b138dda070f399a6805a053097139f14
Description: audio extraction tool for sampling CDs (library)
 An audio extraction tool for sampling CDs. Unlike similar programs such as
 cdda2wav, cdparanoia goes to great lengths to try to extract the audio
 information without any artifacts such as jitter.
 .
 This package contains the library of cdparanoia, so that its routines
 can be used by other programs.
Homepage: https://www.xiph.org/paranoia/
Multi-Arch: same

Package: libcdparanoia0-dbgsym
Priority: optional
Section: debug
Installed-Size: 135
Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org>
Architecture: arm64
Source: cdparanoia
Version: 3.10.2+debian-14+apertis0bv2024dev3b1
Depends: libcdparanoia0 (= 3.10.2+debian-14+apertis0bv2024dev3b1)
Filename: pool/target/c/cdparanoia/libcdparanoia0-dbgsym_3.10.2+debian-14+apertis0bv2024dev3b1_arm64.deb
Size: 107652
MD5sum: c58360ceeb0131e5b42f6bcd25f223f6
SHA1: d7e0314fe9ff888c6f2ea519c91c31588436d06a
SHA256: f9948f2d1dd71e780cd41a03545962d24893be6fcf42ab7215a3e7d1d192683b
SHA512: 61b3f49d0a1666772a7f63e4ffff9cd801dcd57577b498364a121f801d7b91f7f96bf3e6a5f3f60957765be700d40220fa4fb5d43b8cf851fe1875902eb9194c
Description: debug symbols for libcdparanoia0
Auto-Built-Package: debug-symbols
Build-Ids: 9630e8efb2cd36dbf9a2a9af9130aa265d1a4bc0 c966036e76c66973103be82544f1f4bbf3a21ba4
Multi-Arch: same

Package: libcjson-dev
Priority: optional
Section: libdevel
Installed-Size: 59
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: arm64
Source: cjson
Version: 1.7.15-1+apertis0bv2024dev2b1
Depends: libcjson1 (= 1.7.15-1+apertis0bv2024dev2b1)
Filename: pool/target/c/cjson/libcjson-dev_1.7.15-1+apertis0bv2024dev2b1_arm64.deb
Size: 26576
MD5sum: 46d3ea2de4200478e69800a2d9820d2b
SHA1: 601a65774fcd31e3283f8d22e3a6d7db94042755
SHA256: 3cca59fa81db3a40caeab944f9506f6fee1b69decfabe52720ee2029cf31ed65
SHA512: ff97883a1a1ab9bdc81ab0dad3744dd4c51c524af57a114a168fc4ea1c135a48ec0499b4bc538cf6496a84dbd2746b965e68f2cbfddc3767d25df8e84543d7d0
Description: Ultralightweight JSON parser in ANSI C (development files)
 cJSON is a ultralightweight json parse.
 .
 It aims to be the dumbest possible parser that you can get your job done with.
 .
 It's a single file of C, and a single header file.
 .
 This package contains the header files of cJSON.
Homepage: https://github.com/DaveGamble/cJSON
Multi-Arch: same

Package: libcjson1
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: arm64
Source: cjson
Version: 1.7.15-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/c/cjson/libcjson1_1.7.15-1+apertis0bv2024dev2b1_arm64.deb
Size: 22528
MD5sum: 00e4931b2cafc7507ea3129cc7143363
SHA1: 990f34f2546d03f52c1640bc15e806a755626d5c
SHA256: 2f2fec2912f78e060256f59c96bb7cf9ceaccf87d7a9468b360c4c8385c3ba2b
SHA512: ddea5c21bf7bbbba52f89e29b1087893773c1f563e0ed9193b0b6781e535229dd1c3a6e21c240667c85e94691fdcd3f8fb8b69ba762527728e29e939633c5816
Description: Ultralightweight JSON parser in ANSI C
 cJSON is a ultralightweight json parse.
 .
 It aims to be the dumbest possible parser that you can get your job done with.
 .
 It's a single file of C, and a single header file.
 .
 This package contains the shared libraries.
Homepage: https://github.com/DaveGamble/cJSON
Multi-Arch: same

Package: libcjson1-dbgsym
Priority: optional
Section: debug
Installed-Size: 49
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: arm64
Source: cjson
Version: 1.7.15-1+apertis0bv2024dev2b1
Depends: libcjson1 (= 1.7.15-1+apertis0bv2024dev2b1)
Filename: pool/target/c/cjson/libcjson1-dbgsym_1.7.15-1+apertis0bv2024dev2b1_arm64.deb
Size: 33080
MD5sum: c268bd70ba66f79538f664bfbd35a461
SHA1: 1f4aa67380f30e006d5cd53246a51e352551da07
SHA256: 8949b5e2422d8476c24f5f58b4ab2699f14ad204ed02de2cc777f08ebb421999
SHA512: 8025361f4065124f3f31039e04d523c3084ba37adc915464ea0e22e97177be2cdf3e46b4a5960fe6b6e447ef304b4e26a83f53e1604063a32ef6f47d6b061f8c
Description: debug symbols for libcjson1
Auto-Built-Package: debug-symbols
Build-Ids: 1d8f53315a654f110715eb6fa71feb75b74f8d6a
Multi-Arch: same

Package: libclang-15-dev
Priority: optional
Section: libdevel
Installed-Size: 264444
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libstdc++-12-dev, libgcc-12-dev, libobjc-12-dev, libclang1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libclang-common-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-15-dev_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 23990256
MD5sum: 4da2624741a601fab1bad10ab5333a07
SHA1: 8f06e4489839d73d29839f5f767402c23a1175ca
SHA256: e4efcd1c6c0e5c4af2e2c6656e0be6ec157290e55148e9f3ce2ef5c0048ac78d
SHA512: a127b34248311f422e88c7c92b1b6e476ab1d4fad469bb8e2c6d4ba56d6a1c5d7f181bb59118d2cb475cce9147190b51ffdb38ebf53e0c45679f4ea2e42a1ea2
Description: Clang library - Development package
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang headers to develop extensions over
 libclang1-15.
Homepage: https://www.llvm.org/

Package: libclang-common-15-dev
Priority: optional
Section: libdevel
Installed-Size: 53048
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-common-15-dev_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 4215952
MD5sum: 324225d550d259106a6b12e129a1d44c
SHA1: 5497d298fa32cd7fb27a80e535ef0dc4268300a9
SHA256: 13fd7826f98c7c25f7a7c59972130566d9b1967841c0e9bfb9727cce74787e96
SHA512: 329272fa9251c50489454db7f05bd373ed690d6e6e694dfadfc69e6d05e5a148708fb3687fa6755cae7cc747e1b9fb8a1a64153afed096ac5bcbca0318dab20d
Description: Clang library - Common development package
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang generic headers and some libraries
 (profiling, etc).
Homepage: https://www.llvm.org/

Package: libclang-common-15-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 2896
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libclang-common-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-common-15-dev-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 1613884
MD5sum: 54ca5c915851385c044c776ec4545a69
SHA1: f70e2b4698ca314e5c857ce84ddaba7ce027f2c2
SHA256: 0c91c46b87baaa3127cf237bc6dd44474df6d8cfb15cfbdc6b624db0cfd25adc
SHA512: 86daccd630093447de6691c2e790f6f6a2f70f0bbda8ce83d36dab9a68dbcb0fcefbb3268df6d53ed7bfdd0a886ff63dacdad608271aa11cb7dc1b2d3857d558
Description: debug symbols for libclang-common-15-dev
Auto-Built-Package: debug-symbols
Build-Ids: 1099955f6664eb79a010661dd024aa251c813348 5a8d479d358e2864f3a826aaecc6d46e1d91fbb5 78c0f77dbc733d343c52360b76192fbd94fd6681 7e173d0da0aad28ec4802efc395d637d0c054b7d d2831cfc882d16a2b8fa8eb5712f47ce40acf2a9 ec3ea9842ccdf4e95e7f2952f61e045db997daad f50389048cc8fbe6fc2636d469238a13fb18c274 f9e889125feed267e85fb12099771eb49d69ff08

Package: libclang-cpp15
Priority: optional
Section: libs
Installed-Size: 58379
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libstdc++6 (>= 12)
Filename: pool/target/l/llvm-toolchain-15/libclang-cpp15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 10655896
MD5sum: 7eca5cec4e8a19a635362768f01626b2
SHA1: 11dd636a6b0bb7eb644f04761513450c58945096
SHA256: 711a4ae72141d3836912f13bd4123049d05ea2f301a8838f1c6fe908b44f3dc9
SHA512: 8e4454aa3311f6d584bb2c9dd08c10d9b59a3bee106a3ca3670bb02bcb6bead5ca281940f5c9efc9e572b501ff067aeb7c3feadd79e15b631830a8f4ced9b953
Description: C++ interface to the Clang library
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang C++ library.
 .
 The C++ Interface to Clang provides an API that exposes
 facilities for parsing source code into an abstract syntax tree (AST),
 loading already-parsed ASTs, traversing the AST, associating physical source
 locations with elements within the AST, and other facilities that support
 Clang-based development tools.
Homepage: https://www.llvm.org/

Package: libclang-cpp15-dbgsym
Priority: optional
Section: debug
Installed-Size: 18369
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libclang-cpp15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-cpp15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 1507916
MD5sum: 70fe5e8d22e375db994c00f1a06ca293
SHA1: 26471fca829b08eb0a8098b3c9c542dbcf7c8f45
SHA256: 29861a9afb67c5b161d18a05df7fb03d1cddf5fa3dd5892db00ffc64a596b43c
SHA512: 346aafd6d0524125cbbf77f202928a448742a30c5f11e3e2e7478ec9239133f0b73138b55aba2b02d00f914fc2d9f0408b1518c5184b3f63c35cd075cca0853d
Description: debug symbols for libclang-cpp15
Auto-Built-Package: debug-symbols
Build-Ids: 29c60487112b7c85f3385ce3e29c79c33c66caf4

Package: libclang-cpp15-dev
Priority: optional
Section: libdevel
Installed-Size: 221
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libstdc++-12-dev, libgcc-12-dev, libclang-cpp15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libclang-cpp15-dev_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 208928
MD5sum: 79db02188aa77e8f39b3ab6ed83f351a
SHA1: 85a16c8ebe363172297f2d8641c227ba59350a8e
SHA256: 7a855f1e0eb5b01f7631a197a0cde69c880915692a0284b090a54404028354a2
SHA512: 783150fe7071576a7cdc4d39ed769a5219cccc9131a11edbbdb5290b0728b0e6fc8cedf59df6d3f1bd4da3fc5b87632a8c9d3aa0000a1a4d98d0f771433c963b
Description: C++ interface to the Clang library
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang C++ library.
 .
 The C++ Interface to Clang provides an API that exposes
 facilities for parsing source code into an abstract syntax tree (AST),
 loading already-parsed ASTs, traversing the AST, associating physical source
 locations with elements within the AST, and other facilities that support
 Clang-based development tools.
 .
 This package contains symlinks without a version number, which needed by
 linker at build time.
Homepage: https://www.llvm.org/

Package: libclang1-15
Priority: optional
Section: libs
Installed-Size: 30118
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11)
Filename: pool/target/l/llvm-toolchain-15/libclang1-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 5888388
MD5sum: f102e845ea8c34ca89fe2333d22b8577
SHA1: bc9cafcfb64d0a7af74556af8190ee5340127f01
SHA256: d0680e8ed28ac02470d5e5b3346766a3e7b2aed8c9382dfb70ca4f41c08a5425
SHA512: 499b7c9da80f89370a0b08673938e4a2fa016769007ffff9f573cfa092121976218630ea41188d0c98b908f9dfc3002479804e8afb055eae40b5612e322a8fe7
Description: C interface to the Clang library
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang library.
 .
 The C Interface to Clang provides a relatively small API that exposes
 facilities for parsing source code into an abstract syntax tree (AST),
 loading already-parsed ASTs, traversing the AST, associating physical source
 locations with elements within the AST, and other facilities that support
 Clang-based development tools.
Homepage: https://www.llvm.org/

Package: libclang1-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 7235
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libclang1-15-dbg
Depends: libclang1-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Breaks: libclang1-15-dbg
Filename: pool/target/l/llvm-toolchain-15/libclang1-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 730544
MD5sum: 323d9a6fa3cb9d5cca283f09e3b9f844
SHA1: b51c2ffdfa17d3cfc814ae74d08d5dc0e7e9c9c9
SHA256: 377444ba96dff631b6f909dfa39ba11d1b389c27e84240567262f213e2d76d6b
SHA512: 2577c1aa702cfbb4cadbe5e631a621db0e651888ae7df22ee87c1997337a95b63d1be019aece0f18906abaa9f5a2a66c4d8005592c9e820ebe0af95001ce5679
Description: debug symbols for libclang1-15
Auto-Built-Package: debug-symbols
Build-Ids: d27c32e14ac2464f3be14cb607f26769aa2ec50e

Package: libclc-15
Priority: optional
Section: libs
Installed-Size: 77727
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libclc-amdgcn, libclc-ptx, libclc-r600, libclc-x.y
Provides: libclc-x.y
Depends: libclc-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1), libclang-common-15-dev
Conflicts: libclc-x.y
Breaks: libclc-amdgcn, libclc-ptx, libclc-r600
Filename: pool/target/l/llvm-toolchain-15/libclc-15_15.0.6-4+apertis1bv2024dev2b1_all.deb
Size: 10308940
MD5sum: 204afc70d01e7f8f6f044589aec9bf13
SHA1: 1396de4c15820cc2aff52067cbf25c4624be6c79
SHA256: fdcf7e2d63386578c3a6c5e6fb200c233aa2472a36cac971484306d7f8094f09
SHA512: 34da34e2c29d41c6e24c9da3024df8e301efd612f01154ef92f8eec0c84f2958da7d4d6c70fe34c62057b36be735c7a71fbdca590dd9495fd3063a7607f94d9f
Description: OpenCL C language implementation - platform support
 libclc is an open implementation of the OpenCL C programming language,
 as specified by the OpenCL 1.1 Specification.
 .
 This package contains support for the amdgcn (AMD GPU), PTX and r600
 platforms.
Homepage: https://www.llvm.org/
Multi-Arch: foreign

Package: libclc-15-dev
Priority: optional
Section: libdevel
Installed-Size: 611
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libclc-dev, libclc-x.y-dev
Provides: libclc-x.y-dev
Conflicts: libclc-x.y-dev
Breaks: libclc-dev
Filename: pool/target/l/llvm-toolchain-15/libclc-15-dev_15.0.6-4+apertis1bv2024dev2b1_all.deb
Size: 230236
MD5sum: aa3805193bd140b05b7d53552fe698e5
SHA1: 68b4c48f69aac3b0c74004c38f5e0b5a9566f167
SHA256: 7a83b1b8d5c8cab6f2fa87458a7963ec06dc59277aa3f2452837a2a2ccd0e610
SHA512: 1052c1e79769de5f294265eaad15d4ac4060eab1361ef6563a5f943dd2041859d6b64a6f4f5241d6bf403b26b429097af4afd9ad071b75adf163997af0433ed7
Description: OpenCL C language implementation - development files
 libclc is an open implementation of the OpenCL C programming language,
 as specified by the OpenCL 1.1 Specification.
 .
 This package contains development header files.
Homepage: https://www.llvm.org/
Multi-Arch: foreign

Package: libcolord-dev
Priority: optional
Section: libdevel
Installed-Size: 961
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: gir1.2-colord-1.0 (= 1.4.6-2.2+apertis1bv2024dev3b1), libcolord2 (= 1.4.6-2.2+apertis1bv2024dev3b1), libglib2.0-dev (>= 2.58)
Filename: pool/target/c/colord/libcolord-dev_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 70676
MD5sum: 7a28ac00bf7e167c25350d7df2061249
SHA1: 0df3e0922abc220bf77110c4136a63f154f437f5
SHA256: fa2ada27f98762718b82954e12c553acb1705240de31add49405253e01200c79
SHA512: ab68a9d9e5d35203d96e20d05cb8dbda44fd644797261a02117352a38bf67ce91fc27c4eed60794b172e98452ef0d199dfc81d6a814d1a911795ee288f5e8816
Description: system service to manage device colour profiles -- development files
 colord is a system service that makes it easy to manage, install and generate
 colour profiles to accurately colour manage input and output devices.
 .
 It provides a D-Bus API for system frameworks to query, a persistent data
 store, and a mechanism for session applications to set system policy.
 .
 This package contains the development files required to build programs against
 the libcolord library.
Homepage: https://www.freedesktop.org/software/colord/
Multi-Arch: same

Package: libcolord2
Priority: optional
Section: libs
Installed-Size: 722
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29), libglib2.0-0 (>= 2.58), liblcms2-2 (>= 2.6), libudev1 (>= 196)
Suggests: colord
Filename: pool/target/c/colord/libcolord2_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 128196
MD5sum: b482bb239c9155f4154930178c3ea698
SHA1: 1586b6d617d04fac801b737affd19f73f677e59a
SHA256: 800dd04c467fe7c3bcdd8114842dd12263c3c2ad392316ec2a2e96743d10ac30
SHA512: f25810144a2a0a95398582931f78d0d218842a3427e5036c31974e0a3e56eefc20dd4a96aac0b61cb28ee7953cce7fba29981c74a92fe3194e131ffcead6a7ab
Description: system service to manage device colour profiles -- runtime
 colord is a system service that makes it easy to manage, install and generate
 colour profiles to accurately colour manage input and output devices.
 .
 It provides a D-Bus API for system frameworks to query, a persistent data
 store, and a mechanism for session applications to set system policy.
 .
 This package contains a gobject-based convenience library for programs to
 interact with the colord system daemon.
Homepage: https://www.freedesktop.org/software/colord/
Multi-Arch: same

Package: libcolord2-dbgsym
Priority: optional
Section: debug
Installed-Size: 695
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: libcolord2 (= 1.4.6-2.2+apertis1bv2024dev3b1)
Filename: pool/target/c/colord/libcolord2-dbgsym_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 597560
MD5sum: 506113c5a7d7d8c7309806fef7911a9d
SHA1: 14610f66ef2310519a491a909e81b6bc07d2f6ba
SHA256: 7e4a48cfcbf57cca5e57cf536f6109411f935b125b2d40813ef589a3d8706d97
SHA512: 46ebb47f2a6c0c1d2a4d66c67d249b5e686eea877f7a6367ccbcb28f2e26919f14478d539dc87d64ab8afa9fd2c93faeabfa03c186bf17d24443735a1bdc713e
Description: debug symbols for libcolord2
Auto-Built-Package: debug-symbols
Build-Ids: 948716944b662934eb9190351e8c27bb5906df65 9a0f7747866e70a295e765fe3cdbdafd2a5af961
Multi-Arch: same

Package: libcolorhug-dev
Priority: optional
Section: libdevel
Installed-Size: 368
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Replaces: colorhug-client (<< 0.2.0-3)
Depends: gir1.2-colorhug-1.0 (= 1.4.6-2.2+apertis1bv2024dev3b1), libcolord-dev, libcolorhug2 (= 1.4.6-2.2+apertis1bv2024dev3b1), libglib2.0-dev, libgusb-dev (>= 0.2.7)
Breaks: colorhug-client (<< 0.2.0-3)
Filename: pool/target/c/colord/libcolorhug-dev_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 34092
MD5sum: b42d1d93db1e5fbb4af4e130e468f27d
SHA1: 4b4cb412f33a3b1f0c3952f5e1133f40409bbf22
SHA256: 715d1be65c2089c1a03facb54db8128ab7c24b17abaf543d482609203afc7b1f
SHA512: e4863318b0d5c0c72a7d5308ca199e4c236dc0c8bb747b469a43fe1ffa6897e2ece0903d311f84e524ebfe627f5d30860b0d83fbf4557ac1d3a918867fbca7d8
Description: library to access the ColorHug colourimeter -- development files
 libcolorhug is a gobject-based library for using the ColorHug display
 colourimeter. It supports both reading values from the colourimeter and
 device administration, such as firmware updates.
 .
 This package contains the development files required to build programs against
 the libcolorhug library.
Homepage: https://www.freedesktop.org/software/colord/
Multi-Arch: same

Package: libcolorhug2
Priority: optional
Section: libs
Installed-Size: 173
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libcolord2 (>= 1.4.3), libglib2.0-0 (>= 2.58), libgusb2 (>= 0.2.7)
Filename: pool/target/c/colord/libcolorhug2_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 39152
MD5sum: dcd61f711fe33f581f23595342e67666
SHA1: 886d6152f99791abd877db437bcec85dc4d63022
SHA256: cc1c7278d17e74337125b7b3903fde7b3d5e866bd6a57959645175aa49289dd3
SHA512: dbc958e8110ee4e5a339a9fefa17ccf206ddf2f4f1bd0c952898a0095689be85ede78c27537d6202111d9de89672f4c8975d60dd72213754a6cb181f0994b28e
Description: library to access the ColorHug colourimeter -- runtime
 libcolorhug is a gobject-based library for using the ColorHug display
 colourimeter. It supports both reading values from the colourimeter and
 device administration, such as firmware updates.
 .
 This package contains a gobject-based convenience library for programs to
 interact with the ColorHug colourimeter.
Homepage: https://www.freedesktop.org/software/colord/
Multi-Arch: same

Package: libcolorhug2-dbgsym
Priority: optional
Section: debug
Installed-Size: 123
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: arm64
Source: colord
Version: 1.4.6-2.2+apertis1bv2024dev3b1
Depends: libcolorhug2 (= 1.4.6-2.2+apertis1bv2024dev3b1)
Filename: pool/target/c/colord/libcolorhug2-dbgsym_1.4.6-2.2+apertis1bv2024dev3b1_arm64.deb
Size: 99392
MD5sum: 32f0bb7b9e9649750e8c0d9dc06ed3c3
SHA1: 140ae6137fec5b8a039ff35fa5a8ae2306672cb1
SHA256: edf2efb4dfd2885b292c746c5395b9ace6650ffa14ee148abdbfdae9272e1a69
SHA512: 2b2866d64a3dc33b54fe8ae802985ca13dd16899d61dcb788390a1e58a648ecf6cfedee998926f2dd32d73a68574dc47350dfc7f39a3381cfb5e871d3573bcd4
Description: debug symbols for libcolorhug2
Auto-Built-Package: debug-symbols
Build-Ids: 96d4df868b1ae0c887954ba6fbe702b53cfd702b
Multi-Arch: same

Package: libcom-err2
Priority: optional
Section: libs
Installed-Size: 109
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Replaces: libcomerr2 (<< 1.43.9-1~)
Provides: libcomerr2 (= 1.47.0-2+apertis0bv2024dev3b2)
Depends: libc6 (>= 2.17)
Breaks: libcomerr2 (<< 1.43.9-1~)
Filename: pool/target/e/e2fsprogs/libcom-err2_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 26272
MD5sum: 194283f3f5a7ca7bbcfa579cd045c8ec
SHA1: 8666c655d4da294d3416730de87499c1680985da
SHA256: 561d31a492ec620c17d48e5b68469c52f15b1e7e8f16e82c0176b47d6d26b26b
SHA512: 62f8b8e8209e21a5a2cdc6461c1ddd861037dbb2d74cd1bb6433f7744f3bc40eca2591397f0465746c9c94fe8cfcee4b418a5e141ed6864ce1213d34adfb9702
Description: common error description library
 libcomerr is an attempt to present a common error-handling mechanism to
 manipulate the most common form of error code in a fashion that does not
 have the problems identified with mechanisms commonly in use.
Homepage: http://e2fsprogs.sourceforge.net
Multi-Arch: same

Package: libcom-err2-dbgsym
Priority: optional
Section: debug
Installed-Size: 27
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Depends: libcom-err2 (= 1.47.0-2+apertis0bv2024dev3b2)
Filename: pool/target/e/e2fsprogs/libcom-err2-dbgsym_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 11192
MD5sum: d753cd083b1ae0c8d783955dcfd5c468
SHA1: 23f34feb5598002d61e900947845859c3014ea8d
SHA256: 1d36db28f53216fbefd991a5d3308def83af31763beb7bb5fcacec1ba37885c8
SHA512: faf24573dd4449558e887b3f463be468f06455facc8f42445626421bfc4e1f820aaef663d6e0af5ac8f63da7cfbe1033c536126e63ffcbc3b783e615e449af14
Description: debug symbols for libcom-err2
Auto-Built-Package: debug-symbols
Build-Ids: 41352f7e7538cb80cf56820f0294934697710247
Multi-Arch: same

Package: libconfig++-dev
Priority: optional
Section: libdevel
Installed-Size: 211
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Architecture: arm64
Source: libconfig
Version: 1.5-0.4+apertis1bv2024dev2b1
Replaces: libconfig++8-dev (<< 1.4.8)
Depends: libconfig++9v5 (= 1.5-0.4+apertis1bv2024dev2b1), libconfig-dev, pkg-config
Breaks: libconfig++8-dev (<< 1.4.8)
Filename: pool/target/libc/libconfig/libconfig++-dev_1.5-0.4+apertis1bv2024dev2b1_arm64.deb
Size: 42720
MD5sum: 9aa9d783da42ad2ec754f2525665c87a
SHA1: 7c4c41651f948f3981c1abc31a48080dfdef5df5
SHA256: 088d8fcc6a00155de1856190935f139c7ad51a19ad2690b2a682e95624c11ebc
SHA512: e66721f80c5f78f4818375cad723c22d87745871661b4733179db98b16f9da03ad3a889b257f4407dac82175b180197dff6dffffcbb67fbab4dd5e922003a5be
Description: parsing/manipulation of structured config files (C++ development)
 This library features a fully reentrant parser and includes bindings for
 both the C and C++ programming languages. It runs on modern POSIX-compliant
 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
 .
 This library allows parsing, manipulating and writing structured configuration
 files. Its main features are:
  - A fully reentrant parser: Multiple configurations can be parsed in
    concurrent threads at the same time.
  - A simple, structured configuration file format: more readable and compact
    than XML and more flexible than Windows' "INI" file format.
  - A low-footprint implementation
  - Proper documentation.
 .
 This package contains the files needed in order to use libconfig
 in your own C++ programs.
Homepage: http://www.hyperrealm.com/libconfig/
Multi-Arch: same

Package: libconfig++9v5
Priority: optional
Section: libs
Installed-Size: 153
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Architecture: arm64
Source: libconfig
Version: 1.5-0.4+apertis1bv2024dev2b1
Replaces: libconfig++9
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Conflicts: libconfig++9
Filename: pool/target/libc/libconfig/libconfig++9v5_1.5-0.4+apertis1bv2024dev2b1_arm64.deb
Size: 36396
MD5sum: 4cb222bc1ca58fa89e1207b053aade99
SHA1: c3f14d0ba3099bb2d451668f6948d105e88e1f60
SHA256: 8c5376c3ef1be82b48668954aa6d6b9caf0b6a81a29e662f3d1480d574536b70
SHA512: cbdfc21e4858a0cf4450b9248478ac21345bba64c0f99c76a9b9b0f927456b854b8c0dd7d8324e61539ef4bd957fe38b9855a7103204eceb488e58c70507d3e3
Description: parsing/manipulation of structured configuration files (C++ binding)
 This library features a fully reentrant parser and includes bindings for
 both the C and C++ programming languages. It runs on modern POSIX-compliant
 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
 .
 This library allows parsing, manipulating and writing structured configuration
 files.
 .
 This is the C++ binding.
Homepage: http://www.hyperrealm.com/libconfig/
Multi-Arch: same

Package: libconfig++9v5-dbgsym
Priority: optional
Section: debug
Installed-Size: 151
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Architecture: arm64
Source: libconfig
Version: 1.5-0.4+apertis1bv2024dev2b1
Depends: libconfig++9v5 (= 1.5-0.4+apertis1bv2024dev2b1)
Filename: pool/target/libc/libconfig/libconfig++9v5-dbgsym_1.5-0.4+apertis1bv2024dev2b1_arm64.deb
Size: 121356
MD5sum: 59ac2ed3b32d68b42b7c29734299047b
SHA1: 7adc8996277a12bdd4fd0d6c230daee7d693cc3a
SHA256: 100af06f418fada92af437e7d2cd52563e4be1bd81c371afadab3fcfe6c06b6c
SHA512: c9a0ad6fce5c9fd21c0b836c4643c0a9fee2d146d99eee01661f9e57231adb964cb362c6ec6f8c5bbff778b944ee110e880febf69dfcc6cda07e63720021879f
Description: debug symbols for libconfig++9v5
Auto-Built-Package: debug-symbols
Build-Ids: 318141dd553802c81d83ef65d259c6f2b8a0c4db
Multi-Arch: same

Package: libconfig-dev
Priority: optional
Section: libdevel
Installed-Size: 140
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Architecture: arm64
Source: libconfig
Version: 1.5-0.4+apertis1bv2024dev2b1
Replaces: libconfig8-dev (<< 1.4.8)
Depends: libconfig9 (= 1.5-0.4+apertis1bv2024dev2b1), pkg-config
Recommends: libconfig-doc
Breaks: libconfig8-dev (<< 1.4.8)
Filename: pool/target/libc/libconfig/libconfig-dev_1.5-0.4+apertis1bv2024dev2b1_arm64.deb
Size: 59144
MD5sum: 4951c314559e9bdb50ca552a4a6c1ce0
SHA1: a5b84936cba649e9c6eb9d096225fd6b62511f3a
SHA256: 560bee8a1cb86f23dde457b65aa1f14f1c72ec9eec92de449fe1e7af0df3e089
SHA512: 4de4e41a5c23e8f5c83543651397da07a88eaecb3aba009de2fb7b7497f635a08bf3aa2e9997b7256935701433cd9351f2b9a281db10b84f7430f0faa4914809
Description: parsing/manipulation of structured config files (development)
 This library features a fully reentrant parser and includes bindings for
 both the C and C++ programming languages. It runs on modern POSIX-compliant
 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
 .
 This library allows parsing, manipulating and writing structured configuration
 files. Its main features are:
  - A fully reentrant parser: Multiple configurations can be parsed in
    concurrent threads at the same time.
  - A simple, structured configuration file format: more readable and compact
    than XML and more flexible than Windows' "INI" file format.
  - A low-footprint implementation
  - Proper documentation.
 .
 This package contains the files needed in order to use libconfig
 in your own programs.
Homepage: http://www.hyperrealm.com/libconfig/
Multi-Arch: same

Package: libconfig-doc
Priority: optional
Section: doc
Installed-Size: 311
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Architecture: all
Source: libconfig
Version: 1.5-0.4+apertis1bv2024dev2b1
Replaces: libconfig-dev (<= 1.4.8)
Breaks: libconfig-dev (<= 1.4.8)
Filename: pool/target/libc/libconfig/libconfig-doc_1.5-0.4+apertis1bv2024dev2b1_all.deb
Size: 310956
MD5sum: 938de83ac9094bf3744b957052a38de3
SHA1: 2a36f1fdf3788bf2025d33d686e8cef8effa5267
SHA256: 671a673206fba43a23d55b115cc52fcb44ff6d1aca96f1c4a14cf4fa61c01cf5
SHA512: 827d6b37d4c5943823a00c816ed32adb658cd2db8905d96958f054ab3cb37277300cac079355929433ac3bbae74413e791e3909698cf0419b719b289b490aab1
Description: parsing/manipulation of structured config files (Documentation)
 This library features a fully reentrant parser and includes bindings for
 both the C and C++ programming languages. It runs on modern POSIX-compliant
 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
 .
 This library allows parsing, manipulating and writing structured configuration
 files.
 .
 This package provides documentation for the libconfig library.
Homepage: http://www.hyperrealm.com/libconfig/
Multi-Arch: foreign

Package: libconfig9
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Architecture: arm64
Source: libconfig
Version: 1.5-0.4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libc/libconfig/libconfig9_1.5-0.4+apertis1bv2024dev2b1_arm64.deb
Size: 27744
MD5sum: 7c3450788813f7001fca3af3223e659d
SHA1: f16d27310b310d40788b16436146b5e78a77ab38
SHA256: 72b6177521607642aaad0051195fabc57ef8b629a87ea17512c304d32a7938d1
SHA512: 8d55ef9d26094575601719a49f04771281b80ff6a80b049904f4fdfc0177de0afc649f11e60a897c3fe87935fd268363f135439f3563f8472ac9585e211808da
Description: parsing/manipulation of structured configuration files
 This library features a fully reentrant parser and includes bindings for
 both the C and C++ programming languages. It runs on modern POSIX-compliant
 systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
 Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
 .
 This library allows parsing, manipulating and writing structured configuration
 files.
Homepage: http://www.hyperrealm.com/libconfig/
Multi-Arch: same

Package: libconfig9-dbgsym
Priority: optional
Section: debug
Installed-Size: 67
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Architecture: arm64
Source: libconfig
Version: 1.5-0.4+apertis1bv2024dev2b1
Depends: libconfig9 (= 1.5-0.4+apertis1bv2024dev2b1)
Filename: pool/target/libc/libconfig/libconfig9-dbgsym_1.5-0.4+apertis1bv2024dev2b1_arm64.deb
Size: 48748
MD5sum: 193c1ac34d0eb477743edbebd61a4a10
SHA1: 04e5fe6a18e3c14bec2ae06b4360ab21c5cefe38
SHA256: 5a44507b2fb62cbb4e89f729ff6a0d5851a77039afeb8801e12dd84efdc71675
SHA512: 78444f38325c9c6333567407f5dfdc4fb1c3ae03b85c6a46bfe42a360fb6c76260ff9ce3139496e38c4fedbc72c88bbfb16f35e3f60d27c5130ff6c9c74a4830
Description: debug symbols for libconfig9
Auto-Built-Package: debug-symbols
Build-Ids: e033707f21bae499e3cdc6cbb00d9626be9f2f89
Multi-Arch: same

Package: libcpuinfo-dev
Priority: optional
Section: libdevel
Installed-Size: 93
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: cpuinfo
Version: 0.0~git20220617.082deff-1+apertis1bv2024dev2b1
Depends: libcpuinfo0 (= 0.0~git20220617.082deff-1+apertis1bv2024dev2b1)
Filename: pool/target/c/cpuinfo/libcpuinfo-dev_0.0~git20220617.082deff-1+apertis1bv2024dev2b1_arm64.deb
Size: 20180
MD5sum: e007415e8e8cbf48cc315e72d239faee
SHA1: f68c4fc805967e673f96d1ca8215ac35bde184f2
SHA256: aee83afee9cecb70cd2ef7bb287abe62fb3ba71f3b0ab8993eb166267ddaebe7
SHA512: 7366a5fbffdc76fa289fffbd22bf38e6418a06c263d2dede6704e3bb6c4fa986916002ac11d77a2ec502552fbcbbc4e1a6e0343eb2378b45b39848b39c804e67
Description: CPU INFOrmation library (header file)
 cpuinfo is a library to detect essential for performance optimization
 information about host CPU.
 .
 Features
 .
   - **Cross-platform** availability:
     - Linux, Windows, macOS, Android, and iOS operating systems
     - x86, x86-64, ARM, and ARM64 architectures
   - Modern **C/C++ interface**
     - Thread-safe
     - No memory allocation after initialization
     - No exceptions thrown
   - Detection of **supported instruction sets**, up to AVX512 (x86) and
     ARMv8.3 extensions
   - Detection of SoC and core information:
     - **Processor (SoC) name**
     - Integrated **GPU name** (Android/iOS only)
     - Vendor, **microarchitecture**, and ID (**MIDR** on ARM, **CPUID**
       leaf 1 EAX value on x86) for each CPU core
   - Detection of **cache information**:
     - Cache type (instruction/data/unified), size and line size
     - Cache associativity
     - Cores and logical processors (hyper-threads) sharing the cache
   - Detection of **topology information** (relative between logical
     processors, cores, and processor packages)
   - Well-tested **production-quality** code:
     - 60+ mock tests based on data from real devices
     - Includes work-arounds for common bugs in hardware and OS kernels
     - Supports systems with heterogenous cores, such as **big.LITTLE**
       and Max.Med.Min
   - Permissive **open-source** license (Simplified BSD)
 .
 This package ships with the header file.
Homepage: https://github.com/pytorch/cpuinfo
Multi-Arch: same

Package: libcpuinfo0
Priority: optional
Section: libs
Installed-Size: 87
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: cpuinfo
Version: 0.0~git20220617.082deff-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/c/cpuinfo/libcpuinfo0_0.0~git20220617.082deff-1+apertis1bv2024dev2b1_arm64.deb
Size: 24692
MD5sum: ce8986ae47c7720fd38d878417be22aa
SHA1: 30b9033984a3e0245f4075fb3024840b8be85a4e
SHA256: 566b4d2fcbf252051a7f72c5bdd4e2b4ec99ac2bb747d0d83086de30e228710b
SHA512: ad5e0e308842e3cc1fd515c338e616569db83df54c34a7fd9f681bcc370631d657c747de40b2e301c29efaae2959f15631875c08f3ee871db3e12d079b5b665d
Description: CPU INFOrmation library (shared object)
 cpuinfo is a library to detect essential for performance optimization
 information about host CPU.
 .
 Features
 .
   - **Cross-platform** availability:
     - Linux, Windows, macOS, Android, and iOS operating systems
     - x86, x86-64, ARM, and ARM64 architectures
   - Modern **C/C++ interface**
     - Thread-safe
     - No memory allocation after initialization
     - No exceptions thrown
   - Detection of **supported instruction sets**, up to AVX512 (x86) and
     ARMv8.3 extensions
   - Detection of SoC and core information:
     - **Processor (SoC) name**
     - Integrated **GPU name** (Android/iOS only)
     - Vendor, **microarchitecture**, and ID (**MIDR** on ARM, **CPUID**
       leaf 1 EAX value on x86) for each CPU core
   - Detection of **cache information**:
     - Cache type (instruction/data/unified), size and line size
     - Cache associativity
     - Cores and logical processors (hyper-threads) sharing the cache
   - Detection of **topology information** (relative between logical
     processors, cores, and processor packages)
   - Well-tested **production-quality** code:
     - 60+ mock tests based on data from real devices
     - Includes work-arounds for common bugs in hardware and OS kernels
     - Supports systems with heterogenous cores, such as **big.LITTLE**
       and Max.Med.Min
   - Permissive **open-source** license (Simplified BSD)
 .
 This package ships with the shared object.
Homepage: https://github.com/pytorch/cpuinfo
Multi-Arch: same

Package: libcpuinfo0-dbgsym
Priority: optional
Section: debug
Installed-Size: 84
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: cpuinfo
Version: 0.0~git20220617.082deff-1+apertis1bv2024dev2b1
Depends: libcpuinfo0 (= 0.0~git20220617.082deff-1+apertis1bv2024dev2b1)
Filename: pool/target/c/cpuinfo/libcpuinfo0-dbgsym_0.0~git20220617.082deff-1+apertis1bv2024dev2b1_arm64.deb
Size: 65616
MD5sum: 65a9107a9590a1282c0251da6747934e
SHA1: 0f8a75a78a58f0dd6e134f0ebe668e0025318754
SHA256: d4a922787cd2786d289c32f39ff83575e4e941157b994827d4cac44f2f1a4823
SHA512: 2588230a23874f13efdcd145185980d7b5c5c0bc338566a7c4f2d219415d3e5ca709cf12d2cffadb3f9ba1e1a94e983147eb212f36e092b49e0cdb6459f456ba
Description: debug symbols for libcpuinfo0
Auto-Built-Package: debug-symbols
Build-Ids: ab2723abf1f670bd93f358fb44cc67f5ece81ebf
Multi-Arch: same

Package: libcpupower-dev
Priority: optional
Section: libdevel
Installed-Size: 1183
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Replaces: libcpufreq-dev
Provides: libcpufreq-dev
Depends: libcpupower1 (= 6.1.37-1+apertis1bv2024dev3b1)
Conflicts: libcpufreq-dev
Filename: pool/target/l/linux/libcpupower-dev_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 1187516
MD5sum: 6d0eea19a89fe9711c23216994001df1
SHA1: 2cd9157378fdff3e764c49d0532974232ca778bd
SHA256: 720022324a83a21b580f00137736e4c10d7c0ee8fd4e0e67c352f7ae7fcb6367
SHA512: 1c0df49527e1f327f171326429c3ff9e1a276fc19357f46649e9541084a62661aab972cf1f863648215bb42aba23b19f44ec61cb18364577a8aa4cb998533ab1
Description: CPU frequency and voltage scaling tools for Linux (development files)
 libcpupower is a library for inspecting and controlling cpufreq and
 cpuidle tunables.
 .
 This package is needed to compile programs against libcpupower.
Homepage: https://www.kernel.org/

Package: libcpupower1
Priority: optional
Section: libs
Installed-Size: 1247
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/l/linux/libcpupower1_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 1193504
MD5sum: eca1a90c7f4771b59e740e286da14836
SHA1: 90ac1f7744db314692e33d34e88efc989b8f2811
SHA256: 15f3082d9d4e0fb43e12fdeeba8fd08daac3f84a4d032624ed1a0382a5c492b7
SHA512: e2c4785c1274be4f1f13503872073ace58a2b47a99112ffdcf93b6e0f82c41fa7505e7e602a077c6fb21e107464f6e51d63ebbfce6c5df61f5c4411886bc5844
Description: CPU frequency and voltage scaling tools for Linux (libraries)
 libcpupower is a library for inspecting and controlling cpufreq and
 cpuidle tunables.
 .
 This package contains the shared library.
Homepage: https://www.kernel.org/

Package: libcpupower1-dbgsym
Priority: optional
Section: debug
Installed-Size: 41
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: libcpupower1 (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/libcpupower1-dbgsym_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 24688
MD5sum: d8315023b37ed8051d8da29eb3b17e15
SHA1: 1961ec86fbddd53e4a525728120cb1d16875ea56
SHA256: 79c60574f9d18b6fd0f3c2b91caa44c5674f11dc4ce9fe871e1793d736534a4e
SHA512: 716b8a3b551524cde0686fbc7d8d6813cdc2689014c4aa3bc5f8199ad0ccb320966b09753ec61207abaa8f53535d76706b39cf621c361a28c9315df8233d918a
Description: debug symbols for libcpupower1
Auto-Built-Package: debug-symbols
Build-Ids: fdc4f4d84ac6ac1e2b77d41e35afbfa7bab30600

Package: libcroesor-0-4
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: libcroesor-0-5
Filename: pool/target/r/rhosydd/libcroesor-0-4_0.2024.0bv2024dev2b1_arm64.deb
Size: 8420
MD5sum: f53eb6aab7d78380dc14b2b914a1eb2b
SHA1: bc461a5ea9ea2b634e296acb8102e8e3d46070db
SHA256: 38e18faddd6017677ae7fdea81f0116ff1c119d764388f8ec73e270d74e1fec4
SHA512: 235ecc8f67526ebab54b83aaf86fb3f29e0503da37e14a479049f730d0fc30e9e0e559a0cdf1394b32358f8d296634770355ecf0a25dd1316816dd0749334c80
Description: This is a transitional package. It can safely be removed.
 .
 This is a transitional package for libcroesor.
Multi-Arch: same

Package: libcroesor-0-5
Priority: extra
Section: libs
Installed-Size: 166
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: libcroesor-0-4
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.59.0), libpolkit-gobject-1-0 (>= 0.94), librhosydd-0-6 (>= 0.6.0), libsystemd0
Breaks: libcroesor-0-4
Filename: pool/target/r/rhosydd/libcroesor-0-5_0.2024.0bv2024dev2b1_arm64.deb
Size: 32424
MD5sum: f258d97e1d4e9efa6f99cedf8baec1a1
SHA1: 1874d4fc55cf72876b34f75d7e7aaf8d32c7653d
SHA256: baf1fbf6225dd025695de82ca58a062d3cb3761d430a1cb607c5436f2a18e4b1
SHA512: e0d4680bc8cfc51434d043b2a941a5d8ea40cbe4c7840082fb66530e351520fd0970e0c036ef338493a576302f795898878ccf114fc0b9569b57f139a9d5a6cb
Description: Sensors and actuators API - shared library for backends
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains the shared library for use by sensor and
 actuator backends. It is not part of the SDK-API and should not be
 used by applications.
Multi-Arch: same

Package: libcroesor-0-5-dbgsym
Priority: optional
Section: debug
Installed-Size: 138
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: libcroesor-0-5 (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/libcroesor-0-5-dbgsym_0.2024.0bv2024dev2b1_arm64.deb
Size: 105672
MD5sum: a0025237165120a78a938bf44050b80d
SHA1: 39ab5e2b20055b4e5cafdce9b2423604ff3234dc
SHA256: 4296bc6a1ceb26a218ea4fe41f2f7b11f129541bb4f3584d5d7d2b8df1d744d0
SHA512: 24709ad48682ffc33845f745364b096ece59ae9e80776b3999d0f20d048a6c7f4714fad9223354a5254c8d4fd96b21dae1c4d3535e2e26aef8e9f2f48f9ae11b
Description: debug symbols for libcroesor-0-5
Auto-Built-Package: debug-symbols
Build-Ids: f484ea06bc52471f4e64e99a4bf6b94f0e870f20
Multi-Arch: same

Package: libcroesor-0-dev
Priority: extra
Section: libdevel
Installed-Size: 342
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: gir1.2-croesor-0 (= 0.2024.0bv2024dev2b1), libcroesor-0-5 (= 0.2024.0bv2024dev2b1), libglib2.0-dev, libpolkit-gobject-1-dev
Suggests: libcroesor-0-doc
Filename: pool/target/r/rhosydd/libcroesor-0-dev_0.2024.0bv2024dev2b1_arm64.deb
Size: 50532
MD5sum: 6bda2abc24c3e03bdf956ac0251b9d2e
SHA1: a8671afbcc05a7180df269dd89d79c4715b38a12
SHA256: a561f253594ff6db01798496b5be84caf6baa3ba9574bfcb54cd6e069f790c38
SHA512: 96ee6b052a190884e07965367df42e8d90ba7e77a4c59ed35aa0cb18fa179670fe6f01c25c13e9de19b09115b2ec27d59d15c1526c74e6041bbc4d3692c8b349
Description: Sensors and actuators API - development library for backends
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains development files for use by sensor and
 actuator backends. It is not part of the SDK-API and should not be
 used by applications.
Multi-Arch: same

Package: libcroesor-0-doc
Priority: extra
Section: doc
Installed-Size: 301
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Filename: pool/target/r/rhosydd/libcroesor-0-doc_0.2024.0bv2024dev2b1_all.deb
Size: 32364
MD5sum: f2a3202c1ecb523a09dec1e345e4c51b
SHA1: e82234c7895e673a9b9b8ca799cde5e0700a552e
SHA256: 1904539daaf69699abbdc7fa51a306ec2c8b4ac97056e18d1bc713785c6b0107
SHA512: 4c37cc467e0a609b49251de9345359f9b9423b63a6c68a8da5151ff84bd6220efffb10582dfd58870aa72d1915cd60c451000222c1512df874803a7b9b692195
Description: Sensors and actuators API - documentation for backends
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains reference documentation for the APIs used
 by sensor and actuator backends.
Multi-Arch: foreign

Package: libcroesor-0-tests
Priority: extra
Section: misc
Installed-Size: 235
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: libcroesor-0-5 (= 0.2024.0bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.58.2), librhosydd-0-6 (>= 0.6.0)
Filename: pool/target/r/rhosydd/libcroesor-0-tests_0.2024.0bv2024dev2b1_arm64.deb
Size: 17612
MD5sum: 54b87d3bc45cf1fedbbdab4b0a9a1343
SHA1: 86d85150894dc2d325a37700c5d0599a8597e405
SHA256: 63f1b119978c962dff32473a09cf811c326a65c22f6e4311ec444be79909ccbd
SHA512: 0f7f0c96d0b1677b98e381b7af2db41d17d8783dadfe06eb066abf6d0c4eaf3075bc0f9b5a31780fedc6a2f8d56f6d30e6ea23d6a758a25631de8b27c1a3462f
Description: Sensors and actuators API - tests
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains unit tests for the APIs used by sensor and
 actuator backends.

Package: libcroesor-0-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 60
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: libcroesor-0-tests (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/libcroesor-0-tests-dbgsym_0.2024.0bv2024dev2b1_arm64.deb
Size: 27456
MD5sum: 58eeaa91b56049c70f521df582f30b58
SHA1: a8dda545d90d043564e2585ebbbb82e104475f7c
SHA256: f4c54d87c7e8ce6d1d62c86943bdbb7a34ea920f12fb48c31f04a21459620e6a
SHA512: e8f69c4b20461fa0361bd5b2d2f1917e9767644a7b74fc70f98c349dae040505515c4bfcfef096b43f32ee76c8010770beee09f252c6287f481ddde79ec56a2a
Description: debug symbols for libcroesor-0-tests
Auto-Built-Package: debug-symbols
Build-Ids: 8106fd3c802ab97763d4aac4db6ec94347b53573 89b779fb81a418ef0ca42e8191e132eb9ab8922d bbd6b4a1975e9148e07a7c9e5387b4c0952f2153

Package: libcrypt-dev
Priority: optional
Section: libdevel
Installed-Size: 346
Maintainer: Marco d'Itri <md@linux.it>
Architecture: arm64
Source: libxcrypt
Version: 1:4.4.33-2+apertis1bv2024dev3b1
Replaces: libc6-dev (<< 2.29-4), libcrypt1-dev, libcrypt2-dev, manpages-dev (<< 5.01-1)
Provides: libcrypt1-dev
Depends: libcrypt1 (= 1:4.4.33-2+apertis1bv2024dev3b1)
Conflicts: libcrypt1-dev, libcrypt2-dev
Breaks: libc6-dev (<< 2.29-4), manpages-dev (<< 5.01-1)
Filename: pool/target/libx/libxcrypt/libcrypt-dev_4.4.33-2+apertis1bv2024dev3b1_arm64.deb
Size: 122332
MD5sum: 3190f15b487c20b188590df1d3316154
SHA1: 3b77a00eb15343ea0fb61b0577352f722ca37391
SHA256: a7cd9c98c063a600f1f21d12c990ee39001c9e3f9b0df9151d8f5581244d421d
SHA512: 73770c71aa9e478fc35b605d4df8858e712f0784708be4257ca3becfa21f35f76b3bd0522f38807d484233a7b81201e94c1a61292adcaf023a38a9eda0b12ac9
Description: libcrypt development files
 This package contains the files needed for developing applications that
 use libcrypt.
Multi-Arch: same

Package: libcrypt1
Priority: optional
Section: libs
Installed-Size: 230
Maintainer: Marco d'Itri <md@linux.it>
Architecture: arm64
Source: libxcrypt
Version: 1:4.4.33-2+apertis1bv2024dev3b1
Replaces: libc6 (<< 2.29-4)
Depends: libc6 (>= 2.36)
Conflicts: libpam0g (<< 1.4.0-10)
Filename: pool/target/libx/libxcrypt/libcrypt1_4.4.33-2+apertis1bv2024dev3b1_arm64.deb
Size: 92244
MD5sum: c0630fcf0a272b4122c9c5d35a53a197
SHA1: 03e727ce19212766988f4048b9027371a9585415
SHA256: bedc8a9e52dcfe6a0793caf8491384e739a2188e9b7c2246819bdd016eb42668
SHA512: 099c5ae95f67dfd83a26cdec13d5d6ef2870d8e66545b38e21bb257326583cf5b86eddc578cf2b384181cfee7dbea05108a2da626cf39a9d5320170d8b062329
Description: libcrypt shared library
 libxcrypt is a modern library for one-way hashing of passwords.
 It supports DES, MD5, NTHASH, SUNMD5, SHA-2-256, SHA-2-512, and
 bcrypt-based password hashes
 It provides the traditional Unix 'crypt' and 'crypt_r' interfaces,
 as well as a set of extended interfaces like 'crypt_gensalt'.
Important: yes
Multi-Arch: same
Protected: yes

Package: libcrypt1-dbgsym
Priority: optional
Section: debug
Installed-Size: 179
Maintainer: Marco d'Itri <md@linux.it>
Architecture: arm64
Source: libxcrypt
Version: 1:4.4.33-2+apertis1bv2024dev3b1
Depends: libcrypt1 (= 1:4.4.33-2+apertis1bv2024dev3b1)
Filename: pool/target/libx/libxcrypt/libcrypt1-dbgsym_4.4.33-2+apertis1bv2024dev3b1_arm64.deb
Size: 158888
MD5sum: a0534fa8d7a8797250d0a147359ff6ed
SHA1: 3dcd3f31695ec451c82b864b52785a212fe8a26c
SHA256: 456b74c5d9df639674a91081d17f333c6eb53c0ea1e0bd4d9f92434b37a57603
SHA512: 4eb73eb0086a421c52974ee51ac6f06ebcebce63a3f5a8309fe418148303040abd80467f38d3b65487e475156923a072ed880732a0d292a0cf859857440bfc01
Description: debug symbols for libcrypt1
Auto-Built-Package: debug-symbols
Build-Ids: b2a6f2eea364d80df765ff939d883666d8d23b23
Multi-Arch: same

Package: libcryptsetup-dev
Priority: optional
Section: libdevel
Installed-Size: 153
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: arm64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: libargon2-dev, libblkid-dev, libcryptsetup12 (= 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1), libdevmapper-dev, libjson-c-dev, libssl-dev, uuid-dev
Filename: pool/target/c/cryptsetup/libcryptsetup-dev_2.6.1-4~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 40304
MD5sum: 91953d6776666f60756da829244f8b6b
SHA1: 8eacc4e0c9528f60893e95e910e1d138b975a8f5
SHA256: 2108cb4da3dff23c2a3b9807792f07655652131f583dc4cd7bada5d1f70b4800
SHA512: 57a01b48455568f900038e91f5202f0730c7a3ed0ba9ab52c0641bd477a3ddad2579292d0c3b6a484ccd19775c0c1ce83a5f3f19895c88aa3909f07858a631e6
Description: disk encryption support - development files
 Cryptsetup provides an interface for configuring encryption on block
 devices (such as /home or swap partitions), using the Linux kernel
 device mapper target dm-crypt. It features integrated Linux Unified Key
 Setup (LUKS) support.
 .
 This package provides the libcryptsetup development files.
Homepage: https://gitlab.com/cryptsetup/cryptsetup
Multi-Arch: same

Package: libcryptsetup12
Priority: optional
Section: libs
Installed-Size: 578
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: arm64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: libargon2-1 (>= 0~20171227), libblkid1 (>= 2.24.2), libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.97), libjson-c5 (>= 0.15), libssl3 (>= 3.0.0), libuuid1 (>= 2.16)
Filename: pool/target/c/cryptsetup/libcryptsetup12_2.6.1-4~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 208156
MD5sum: ee852f6e7b3da2a0a7c74ff8977a5fb7
SHA1: 0987dafa6a1bd31d5bd09fb0bbf7a0ba2c86d3e8
SHA256: 24ca1a1be9afe5714dc8ccbba8483f3028992b01b51804cfecac61ecfe11510f
SHA512: 45891bdd094bf846796923222fa1191c8687c5a950534ecd58846a534bbbf241ddec0ab0e473a6fbf0e298cb9a10ead8b4c35c85b88a51fa5698896b256ad9db
Description: disk encryption support - shared library
 Cryptsetup provides an interface for configuring encryption on block
 devices (such as /home or swap partitions), using the Linux kernel
 device mapper target dm-crypt. It features integrated Linux Unified Key
 Setup (LUKS) support.
 .
 This package provides the libcryptsetup shared library.
Homepage: https://gitlab.com/cryptsetup/cryptsetup
Multi-Arch: same

Package: libcryptsetup12-dbgsym
Priority: optional
Section: debug
Installed-Size: 665
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: arm64
Source: cryptsetup
Version: 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1
Depends: libcryptsetup12 (= 2:2.6.1-4~deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/c/cryptsetup/libcryptsetup12-dbgsym_2.6.1-4~deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 619572
MD5sum: 917c8f0cbc0c660e615833a1acb744ff
SHA1: 9583e7eb77e53c5b3bdbc1196e62be967ef55037
SHA256: d277bcea4cffa946678b9c81ca4ab75766972573f647bbd31c5e94d466ecfbd1
SHA512: 2a3ba39cb0bb08392575e1f8c9ae072cca7392b0d41ff80f32cf47b42272e776cb94a121b10d81c63694e66f2396cff5ad7b217672e371364bb32bbbde688488
Description: debug symbols for libcryptsetup12
Auto-Built-Package: debug-symbols
Build-Ids: 123aae13f237c667c1d1a803805d43e376e4e3cb
Multi-Arch: same

Package: libctypes-ocaml
Priority: optional
Section: ocaml
Installed-Size: 2652
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Architecture: arm64
Source: ocaml-ctypes
Version: 0.20.1-1+apertis0bv2024dev2b1
Provides: libctypes-ocaml-lxwb2
Depends: libbigarray-compat-ocaml-5tnk4, libintegers-ocaml-ane88, ocaml-base-4.13.1, libc6 (>= 2.34), libffi8 (>= 3.4)
Filename: pool/target/o/ocaml-ctypes/libctypes-ocaml_0.20.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 601372
MD5sum: 1b9a87df341a7e216208b77ae6ddf468
SHA1: dc66d04db49925baf4183db52296171993f2fe6b
SHA256: e42801e996de84a996eb06e33607b732990a6b1f390f414d7e5fc2f3c1dfa28d
SHA512: d3610d0ee8cb76b803eed8b07d18e93de6663770d4b3672792cabc2ce783a59b6201c459352b78dc672b7c09dd195bc220375f90421f0ba6961ebba61e6b92de
Description: library for binding to C libraries using pure OCaml (runtime)
 The ocaml-ctypes library makes it possible to call C functions
 directly from OCaml without writing or generating C code.  The core
 of the library is a set of combinators for describing C types --
 scalars, functions, structs, unions, arrays, and pointers to values
 and functions.  Type descriptions can then be used to bind native
 functions and values.
 .
 This package contains the shared runtime stub library and plugins.
Homepage: https://github.com/ocamllabs/ocaml-ctypes

Package: libctypes-ocaml-dbgsym
Priority: optional
Section: debug
Installed-Size: 453
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Architecture: arm64
Source: ocaml-ctypes
Version: 0.20.1-1+apertis0bv2024dev2b1
Depends: libctypes-ocaml (= 0.20.1-1+apertis0bv2024dev2b1)
Filename: pool/target/o/ocaml-ctypes/libctypes-ocaml-dbgsym_0.20.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 184848
MD5sum: b9f6249e952ed231e1c2bbf593b8666b
SHA1: 229acaa98ac5d1ad7aa2525b07c1a5a586418d99
SHA256: 7a67a02e5730d4ebd012658dd25955017f7fec527daeb2bf21d15a7f5245c9c3
SHA512: 9b23c12a28f8ba1f44c188b74cac4ef2de4f31540c12e92dfad87599defc570d89b5b4351e562651dfb4545d88e6fc02a49781bb832deb79856fbeae689b5df3
Description: debug symbols for libctypes-ocaml
Auto-Built-Package: debug-symbols
Build-Ids: 0355de495b632699f540fdf1dc87683f60e6f3ad 7732795968e6046310a525c0b19cb2b3b08a1f3d c3cb80f2d33963943e74eb8d92429590687ca85e c5009d00bc1a66a78d944328f7f42cb4e7804ede da0fbe87b342d42959573389f85a977805fbe779 f30cb1f7e24cce4dcf7ab1c247d9ecddbcf00629

Package: libctypes-ocaml-dev
Priority: optional
Section: ocaml
Installed-Size: 3013
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Architecture: arm64
Source: ocaml-ctypes
Version: 0.20.1-1+apertis0bv2024dev2b1
Provides: libctypes-ocaml-dev-lxwb2
Depends: libbigarray-compat-ocaml-dev-5tnk4, libctypes-ocaml-lxwb2, libintegers-ocaml-dev-ane88, ocaml-4.13.1
Filename: pool/target/o/ocaml-ctypes/libctypes-ocaml-dev_0.20.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 553428
MD5sum: c7ceac8dfb779372af7c3e7fc4d19fd5
SHA1: f277682c4f2ce8d0c53803017d0fabbfa8494e1f
SHA256: 1b987f71eb1e7f307dfc42b3b4de29022df31c69532aa42b1344563f98ce6eed
SHA512: d37dc1d46a240caec4fb124a658bba92671fe340677d555b3d85310538e7f856c401fbf7089a0a1d6770da44515ea6b69d45b977e2f46ba0691387127de6775d
Description: library for binding to C libraries using pure OCaml (dev)
 The ocaml-ctypes library makes it possible to call C functions
 directly from OCaml without writing or generating C code.  The core
 of the library is a set of combinators for describing C types --
 scalars, functions, structs, unions, arrays, and pointers to values
 and functions.  Type descriptions can then be used to bind native
 functions and values.
 .
 This package contains all the development stuff you need to use
 ocaml-ctypes.
Homepage: https://github.com/ocamllabs/ocaml-ctypes

Package: libcue-dev
Priority: optional
Section: libdevel
Installed-Size: 31
Maintainer: Jack Toh <tohc88@outlook.com>
Architecture: arm64
Source: libcue
Version: 2.2.1-4+apertis0bv2024dev2b1
Depends: libcue2 (= 2.2.1-4+apertis0bv2024dev2b1)
Filename: pool/target/libc/libcue/libcue-dev_2.2.1-4+apertis0bv2024dev2b1_arm64.deb
Size: 7832
MD5sum: 36bf1a5eebd352104ae09da1d7523b3b
SHA1: dbf6926a486897ee9541b686966946c519de7abc
SHA256: 98a05ada48d43c330cc26b0a1425ee4bdeec407beeb1d1feb001ee09fa9c7f52
SHA512: 09ca3beb816666e4923c15c7acd3ce6c657b31e090040877c53589dc2733cee29e6faa33793d2adb6d37b232f8c5ca35a37fc7aaf2759b71ed6bacf6e8306512
Description: CUE Sheet Parser Library - development files
 Libcue is intended to parse a so called cue sheet from a
 char string or a file pointer. For handling of the parsed
 data a convenient API is available.
 .
 This package contains the development files
Homepage: https://github.com/lipnitsk/libcue
Multi-Arch: same

Package: libcue2
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Jack Toh <tohc88@outlook.com>
Architecture: arm64
Source: libcue
Version: 2.2.1-4+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libc/libcue/libcue2_2.2.1-4+apertis0bv2024dev2b1_arm64.deb
Size: 21192
MD5sum: 56d8ae7dfcefa256b065f701bb046d74
SHA1: dbfc3d601a0cbca0c7465e019de667bb1890ef40
SHA256: ab12e1ad1f5b25b9ed69353602efa3f8b0e018beba9c92fc11986d97c167bd97
SHA512: fce7c723a1e330aa6abf8125eef08ba721656a3ea8515400accc752f212b384f2e0033ecc103f560bd8469d77a0ae1ee6e1b59b069ad499c425940f5dff4828c
Description: CUE Sheet Parser Library
 Libcue is intended to parse a so called cue sheet from a
 char string or a file pointer. For handling of the parsed
 data a convenient API is available.
Homepage: https://github.com/lipnitsk/libcue
Multi-Arch: same

Package: libcue2-dbgsym
Priority: optional
Section: debug
Installed-Size: 55
Maintainer: Jack Toh <tohc88@outlook.com>
Architecture: arm64
Source: libcue
Version: 2.2.1-4+apertis0bv2024dev2b1
Depends: libcue2 (= 2.2.1-4+apertis0bv2024dev2b1)
Filename: pool/target/libc/libcue/libcue2-dbgsym_2.2.1-4+apertis0bv2024dev2b1_arm64.deb
Size: 36712
MD5sum: 17d99c210145d44f0aa16a12bef4472c
SHA1: e44e23bc532296b022bfa042d082c8f698ad13e6
SHA256: 15fe0440cb19712ec8188553733862ec48225db00898387b7d73fbe14e4b4f4b
SHA512: aa600348757165fd430569d71698b138b0a4651025b7918c16d44b548e39129adae1af4dff24f27a843abf8f5dd1afa6dae6e80b750ed354291736aec983b586
Description: debug symbols for libcue2
Auto-Built-Package: debug-symbols
Build-Ids: b84685252645f45dfa9af1d9c0407c0d2beb6899
Multi-Arch: same

Package: libcurl3-gnutls
Priority: optional
Section: libs
Installed-Size: 813
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: arm64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.5), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libnettle8, libnghttp2-14 (>= 1.50.0), libpsl5 (>= 0.16.0), libssh2-1 (>= 1.7.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: ca-certificates
Filename: pool/target/c/curl/libcurl3-gnutls_7.88.1-10+apertis1bv2024dev3b1_arm64.deb
Size: 363456
MD5sum: 1f475ee579f81338317f17227e18e83c
SHA1: 873971fb68adce63c9461373469fcfce3771e563
SHA256: 61a52ee1207126bcb2a1be39aca62cd5a881c76feb5ba3ed8da222f772edeb32
SHA512: 43ac27788ad55d5542ee5828b892179db0e0cd9304b355b6c83d54032e812c1dee34c6e2afde27632e9bce3b60a8861bfbdda3f160cf70b7f6a9949767ca7bf4
Description: easy-to-use client-side URL transfer library (GnuTLS flavour)
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 SSL support is provided by GnuTLS.
Homepage: https://curl.se/
Multi-Arch: same

Package: libcurl3-gnutls-dbgsym
Priority: optional
Section: debug
Installed-Size: 1062
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: arm64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: libcurl3-gnutls (= 7.88.1-10+apertis1bv2024dev3b1)
Filename: pool/target/c/curl/libcurl3-gnutls-dbgsym_7.88.1-10+apertis1bv2024dev3b1_arm64.deb
Size: 976500
MD5sum: 26d6be2feccc140c7b796a94495ed9c2
SHA1: d0cd1cdc60e7528699a8fff94adc3817c7379d28
SHA256: 0958c6ca037ede48c045a9409fc5507f6b681326b1c0e4e0d6456fe5dd00773b
SHA512: 2fd3c4569f5df30da0aa85258a2e26342f904ecb88ca7c3be711734ac2d40b9b270be0e3577348878a796c0b857073f07cbb249a4a11764fd6e58c38a5d2761e
Description: debug symbols for libcurl3-gnutls
Auto-Built-Package: debug-symbols
Build-Ids: f629cf24af400249352d7cfbca024776425cfe70
Multi-Arch: same

Package: libcurl3-nss
Priority: optional
Section: libs
Installed-Size: 877
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: arm64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libnghttp2-14 (>= 1.50.0), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.66), libpsl5 (>= 0.16.0), libssh2-1 (>= 1.7.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), nss-plugin-pem
Recommends: ca-certificates
Filename: pool/target/c/curl/libcurl3-nss_7.88.1-10+apertis1bv2024dev3b1_arm64.deb
Size: 373064
MD5sum: c84521da44a2aff16df3f845af172742
SHA1: ddf103fd86bf40eb810238a5860def3ab4109437
SHA256: 0294a8a7bfdc7b4e63fcfcb6209cd6eb679dedfae8372fad68ca7816cf0e830f
SHA512: 6bc7bf86f4fe5e9a066543580d6327c4c04fb7d9d356979de5c3f413aca86fe0c6da36493b5e4639885c67da28b83867868b902a3fc0905b785826ceac1edd64
Description: easy-to-use client-side URL transfer library (NSS flavour)
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 SSL support is provided by NSS.
Homepage: https://curl.se/
Multi-Arch: same

Package: libcurl3-nss-dbgsym
Priority: optional
Section: debug
Installed-Size: 1107
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: arm64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: libcurl3-nss (= 7.88.1-10+apertis1bv2024dev3b1)
Filename: pool/target/c/curl/libcurl3-nss-dbgsym_7.88.1-10+apertis1bv2024dev3b1_arm64.deb
Size: 1023412
MD5sum: 16eb58650ce47acb69501f0e43a382ee
SHA1: 99dbea21e98c8572fefdd0d1b19c3c369081044c
SHA256: cab9e26ee9f06247ad2b082d0ad73bff309d99d02e1b41d4b60be919aa451967
SHA512: 15eb825c8b5d6674b5736c154aa3bcfceec9769a5682ac3ce0839efbfedf258b1b0ea2792992e22cc9582444a6d8f3cf908c9755eadf65cae6a06e48f8166435
Description: debug symbols for libcurl3-nss
Auto-Built-Package: debug-symbols
Build-Ids: 276df0a730fc05e626e2153cd6336bb245a24eaa
Multi-Arch: same

Package: libcurl4
Priority: optional
Section: libs
Installed-Size: 808
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: arm64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Replaces: libcurl3
Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libnghttp2-14 (>= 1.50.0), libpsl5 (>= 0.16.0), libssh2-1 (>= 1.7.0), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Recommends: ca-certificates
Conflicts: libcurl3
Filename: pool/target/c/curl/libcurl4_7.88.1-10+apertis1bv2024dev3b1_arm64.deb
Size: 367124
MD5sum: d49a4c52283b91b004487b6e49e1c6ad
SHA1: 5f223f10cda8a2dda6368282ecd6ed9d39b72140
SHA256: 7196a6b4ba102d0d09c934d8931374be443273d56c2aaae6d24e0ea4dfe1309d
SHA512: 155ab5af153eb58a7e206ad01b86c05ba4a4c5f2848d1c9482fec471874cb4439359cbbde7a4ef4c7836c616502f6ec08bba47f96c55d85df49b98f93a22a523
Description: easy-to-use client-side URL transfer library (OpenSSL flavour)
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 SSL support is provided by OpenSSL.
Homepage: https://curl.se/
Multi-Arch: same

Package: libcurl4-dbgsym
Priority: optional
Section: debug
Installed-Size: 1098
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: arm64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Depends: libcurl4 (= 7.88.1-10+apertis1bv2024dev3b1)
Filename: pool/target/c/curl/libcurl4-dbgsym_7.88.1-10+apertis1bv2024dev3b1_arm64.deb
Size: 1009104
MD5sum: 7db6bd977666b0de36d95afddde7562b
SHA1: 3e9864d847285aca2244bca30875bc0c27e97a05
SHA256: 74e047d095ea4dec8f191ef03557c1a308acad5a3775ba11f8fe24de5011c823
SHA512: a6aed368be248de60df6172495da878f89ab74462240c2c5716eaf51928f237ffcdf9eacc2b47b79f1c92585553ce58b125d661eb58a2c4f39c1d4e749795138
Description: debug symbols for libcurl4
Auto-Built-Package: debug-symbols
Build-Ids: 3a16eba307a0a0aaa4685a4248088a36fe3149cd
Multi-Arch: same

Package: libcurl4-doc
Priority: optional
Section: doc
Installed-Size: 1999
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: all
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Filename: pool/target/c/curl/libcurl4-doc_7.88.1-10+apertis1bv2024dev3b1_all.deb
Size: 1088220
MD5sum: 7e656310c5c9d384436c9633f588b756
SHA1: d350fbda6517c1215fb231b1c2e23430d10aaff0
SHA256: eeb2be7b34a6ad08a4abbf573527a9f06d2fb068bb5b65e0f2489644f9613c07
SHA512: 5a9d1326890cc4fa4327d176cc06c89280cbb4feff2c523fbf2d819cbb67d8ba48e51879eb6a2f3fe18c515fe75967db2ee67030ed88a798917df2cfba855b04
Description: documentation for libcurl
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 This package provides the documentation files for libcurl.
Homepage: https://curl.se/
Multi-Arch: foreign

Package: libcurl4-gnutls-dev
Priority: optional
Section: libdevel
Installed-Size: 1729
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: arm64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev
Depends: libcurl3-gnutls (= 7.88.1-10+apertis1bv2024dev3b1)
Suggests: libcurl4-doc, libgnutls28-dev, libidn-dev, libkrb5-dev, libldap2-dev, librtmp-dev, libssh2-1-dev, pkg-config, zlib1g-dev
Conflicts: libcurl4-nss-dev, libcurl4-openssl-dev
Filename: pool/target/c/curl/libcurl4-gnutls-dev_7.88.1-10+apertis1bv2024dev3b1_arm64.deb
Size: 471720
MD5sum: 25d9110c0a269b6982bb484826e42c96
SHA1: f051c92915c1bab0b87e375b27d18af9a89257ec
SHA256: 408b2006f44bddf8487a2da2d29139094985f8905c8a235f97cde00d06f8ec72
SHA512: 9fa92931663985771b707c2fab54d238dcef3b664dd5e2dd47ff0b742d7848809df2e0fa612d4943b2a228d1be7f7bfa0fa8b3e6190948c3be143be0a97cfff8
Description: development files and documentation for libcurl (GnuTLS flavour)
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 This package provides the development files (ie. includes, static library,
 manual pages) that allow one to build software which uses libcurl.
 .
 SSL support is provided by GnuTLS.
Homepage: https://curl.se/
Multi-Arch: same

Package: libcurl4-nss-dev
Priority: optional
Section: libdevel
Installed-Size: 1757
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: arm64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-nss-dev, libcurl4-dev
Depends: libcurl3-nss (= 7.88.1-10+apertis1bv2024dev3b1)
Suggests: libcurl4-doc, libidn-dev, libkrb5-dev, libldap2-dev, libnss3-dev, librtmp-dev, libssh2-1-dev, pkg-config, zlib1g-dev
Conflicts: libcurl4-gnutls-dev, libcurl4-openssl-dev
Filename: pool/target/c/curl/libcurl4-nss-dev_7.88.1-10+apertis1bv2024dev3b1_arm64.deb
Size: 481708
MD5sum: 96d46b66473a7cadd41946b6c14ff69f
SHA1: 4fc959be3467bd3166c7669d2a685cc32be49391
SHA256: c5b8777ee40151b943634cf489b25daec51f6ed765fa9aba57b3038baafa7cbc
SHA512: 0661ac92ee4f40541923e62bcc09922081e5136626df10a88fe1478efdd19be488f6d5c1635b80eed197e11f6b92b9920eef6e498b2ad204e7436ee01eacadfb
Description: development files and documentation for libcurl (NSS flavour)
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 This package provides the development files (ie. includes, static library,
 manual pages) that allow one to build software which uses libcurl.
 .
 SSL support is provided by NSS.
Homepage: https://curl.se/
Multi-Arch: same

Package: libcurl4-openssl-dev
Priority: optional
Section: libdevel
Installed-Size: 1750
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: arm64
Source: curl
Version: 7.88.1-10+apertis1bv2024dev3b1
Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-dev, libcurl3-openssl-dev, libcurl4-dev
Depends: libcurl4 (= 7.88.1-10+apertis1bv2024dev3b1)
Suggests: libcurl4-doc, libidn-dev, libkrb5-dev, libldap2-dev, librtmp-dev, libssh2-1-dev, libssl-dev, pkg-config, zlib1g-dev
Conflicts: libcurl4-gnutls-dev, libcurl4-nss-dev, libssl1.0-dev
Filename: pool/target/c/curl/libcurl4-openssl-dev_7.88.1-10+apertis1bv2024dev3b1_arm64.deb
Size: 476484
MD5sum: 55a85112df1328b21e2f92facf89b598
SHA1: 33f73b739e253b7d93fec8c97f8222080f5d8c78
SHA256: 926c220848f181fbb99cbc5bb211186449e3a7a00ad1b2f3a68b1c8f00a17d62
SHA512: da092201d8c6cc633ad8dbffb38a7f66e185dd67a9469d6d97bc8deda92b7fb80dc1d0f364315c89eb4543379c7a3ef5dc2614f6e47f2bdcc4d4334dbe193f66
Description: development files and documentation for libcurl (OpenSSL flavour)
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 This package provides the development files (ie. includes, static library,
 manual pages) that allow one to build software which uses libcurl.
 .
 SSL support is provided by OpenSSL.
Homepage: https://curl.se/
Multi-Arch: same

Package: libd3dadapter9-mesa
Priority: optional
Section: libs
Installed-Size: 8548
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libllvm15, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libudev1
Filename: pool/target/m/mesa/libd3dadapter9-mesa_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 2201420
MD5sum: 704a7308248216ae13232d88d5c9b725
SHA1: 4fe99f97ed2877f20693da4a9ae19853499389a1
SHA256: 3a3cdc7b596ee7da2b1f2815328856c0811a9f651d8a6c6abe2acad9f3a79dbf
SHA512: f8f06528e8c168ab7e429638b7e3b8c74daebe61e2a8d8855df6bd8d872a02f206420219c0802488de849a77c7e64f11fe2eade532ced83fb114e2b9a10d8ee7
Description: state-tracker for Direct3D9
 This package contains a Gallium3D state tracker that implements the Direct3D9
 API.  Combined with the gallium-nine branch of Wine, programs using D3D9 can
 achieve native (or better) graphics performance.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libd3dadapter9-mesa-dbgsym
Priority: optional
Section: debug
Installed-Size: 14547
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libd3dadapter9-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libd3dadapter9-mesa-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 13797016
MD5sum: 26afcc209e2d39969653b70b4a1ab4d9
SHA1: 5dbf4b171854efc7f50809f427b7183738c48e4f
SHA256: a21023da70af76b4e6527ca195429f7365a0fc17765ec874f0ba14005376b056
SHA512: ad261b8a60659e867ad0010976c55ea5bd2ce0ec0d818220e29b973f3505c606086643e4a6d5a6eb24d3e03ab48942f807254608fd5b63b3d250a8f7bea8ea99
Description: debug symbols for libd3dadapter9-mesa
Auto-Built-Package: debug-symbols
Build-Ids: 22d3afe59906279b2b309d2b63bcf4146e7082bd
Multi-Arch: same

Package: libd3dadapter9-mesa-dev
Priority: optional
Section: libdevel
Installed-Size: 97
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libd3dadapter9-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), libudev1
Filename: pool/target/m/mesa/libd3dadapter9-mesa-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 56560
MD5sum: 7603897129d1697ec0464f867af72794
SHA1: cbed44041ef0115ce8b3fc34fff6ee162010c60f
SHA256: 320ca29e5fb9adac3b617146b03b4ad4a7f2144095c7be4314dbac8696df84c2
SHA512: 1be9907e0e29739e900c0c7bd252176b2ebe737e8535d0e09ac03dbfb86e8477c82fb698afedabc4b179a2108a0de749d152140a4afd7bf47f950e3bf0c00cf5
Description: state-tracker for Direct3D9 -- development files
 This package contains a Gallium3D state tracker that implements the Direct3D9
 API.  Combined with the gallium-nine branch of Wine, programs using D3D9 can
 achieve native (or better) graphics performance.
 .
 Development files
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libdaemon-dev
Priority: optional
Section: libdevel
Installed-Size: 89
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libdaemon
Version: 0.14-7.1+apertis1bv2024dev3b1
Depends: libdaemon0 (= 0.14-7.1+apertis1bv2024dev3b1)
Suggests: libdaemon-doc
Filename: pool/target/libd/libdaemon/libdaemon-dev_0.14-7.1+apertis1bv2024dev3b1_arm64.deb
Size: 19316
MD5sum: ff717a02c8843fd34c6ecd1e440a15f8
SHA1: 9cac69b1312cbb75a6a7aa6c79676d7b4eb97c78
SHA256: 5a3cb38494f5fa004fbd4906bbe5aed659b7907719f1660dcec3f2b4ab8a190c
SHA512: d65dd8be9697b9a3514f268edb8063d499277265212f96b3acd1e10cc85ce27dfd3044ca606d5644fef601c03d6bd98584c941becfe09289aa74bf78f23206ef
Description: lightweight C library for daemons - development files
 libdaemon is a lightweight C library which eases the writing of UNIX daemons.
 It consists of the following parts:
 .
  * Wrapper around fork() for correct daemonization of a process
  * Wrapper around syslog() for simple log output to syslog or STDERR
  * An API for writing PID files
  * An API for serializing signals into a pipe for use with select() or poll()
  * An API for running subprocesses with STDOUT and STDERR redirected to syslog
 .
 Routines like these are included in most of the daemon software available. It
 is not simple to get these done right and code duplication is not acceptable.
 .
 This package includes the header files and the static version of the library.
Homepage: http://0pointer.de/lennart/projects/libdaemon/
Multi-Arch: same

Package: libdaemon-doc
Priority: optional
Section: doc
Installed-Size: 640
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libdaemon
Version: 0.14-7.1+apertis1bv2024dev3b1
Replaces: libdaemon-dev (<< 0.14-7~)
Breaks: libdaemon-dev (<< 0.14-7~)
Filename: pool/target/libd/libdaemon/libdaemon-doc_0.14-7.1+apertis1bv2024dev3b1_all.deb
Size: 112664
MD5sum: e2ae38532a02e2ce80ebc9fa50900077
SHA1: 0f2505ebfafa016191f83a587062c1eba99babf5
SHA256: 1e651494c59e9c3c91f2ab1690b9cc5d63ac025ce65e832097655394733c82a1
SHA512: bf52fe05323cacd7c674b525f2051f2b24277ddc6395a7731e61479898ed11862b4cc78533de05d67112c8838fa56d4494a86e305d591529add52e4fc720452c
Description: lightweight C library for daemons - documentation
 libdaemon is a lightweight C library which eases the writing of UNIX daemons.
 It consists of the following parts:
 .
  * Wrapper around fork() for correct daemonization of a process
  * Wrapper around syslog() for simple log output to syslog or STDERR
  * An API for writing PID files
  * An API for serializing signals into a pipe for use with select() or poll()
  * An API for running subprocesses with STDOUT and STDERR redirected to syslog
 .
 Routines like these are included in most of the daemon software available. It
 is not simple to get these done right and code duplication is not acceptable.
 .
 This package contains the API documentation of the library.
Homepage: http://0pointer.de/lennart/projects/libdaemon/
Multi-Arch: foreign

Package: libdaemon0
Priority: optional
Section: libs
Installed-Size: 87
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libdaemon
Version: 0.14-7.1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libd/libdaemon/libdaemon0_0.14-7.1+apertis1bv2024dev3b1_arm64.deb
Size: 12732
MD5sum: c062427bb1f6192f24eef5e374ff4f53
SHA1: 19462ca15138f3984deac5caa8e67373d904ac30
SHA256: 01f8e678f695d307a9dd78c865af26d47186119884420552b686f1f08c252627
SHA512: c03c36ebeed83b373b37b0b0898412009145a5cc4145bbf8a9bf2cc49b8fcafed03afb373d141ca47688706449f513ae812bc74dd994a17279f5a12562023480
Description: lightweight C library for daemons - runtime library
 libdaemon is a lightweight C library which eases the writing of UNIX daemons.
 It consists of the following parts:
 .
  * Wrapper around fork() for correct daemonization of a process
  * Wrapper around syslog() for simple log output to syslog or STDERR
  * An API for writing PID files
  * An API for serializing signals into a pipe for use with select() or poll()
  * An API for running subprocesses with STDOUT and STDERR redirected to syslog
 .
 Routines like these are included in most of the daemon software available. It
 is not simple to get these done right and code duplication is not acceptable.
 .
 This package includes the libdaemon run time shared library.
Homepage: http://0pointer.de/lennart/projects/libdaemon/
Multi-Arch: same

Package: libdaemon0-dbgsym
Priority: optional
Section: debug
Installed-Size: 45
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libdaemon
Version: 0.14-7.1+apertis1bv2024dev3b1
Replaces: libdaemon0-dbg (<< 0.14-7~)
Depends: libdaemon0 (= 0.14-7.1+apertis1bv2024dev3b1)
Breaks: libdaemon0-dbg (<< 0.14-7~)
Filename: pool/target/libd/libdaemon/libdaemon0-dbgsym_0.14-7.1+apertis1bv2024dev3b1_arm64.deb
Size: 28708
MD5sum: cdb1fa6fab7a8f714388c69ded73807b
SHA1: af277a464c2da67ea9eb68da58543edd2ed537c1
SHA256: e94ba9419ba736e80ca072a9b47c2d06c2f101b71849037fed252e27cc1c37fb
SHA512: 82acd2c5fee7f0654b9d6d611884b9ad3a39eaef3d028ac7a00fc38b9269942db0252453670264e3e3a91b7617a541312b6627777d0866c3f3ff5b6db511dbbc
Description: debug symbols for libdaemon0
Auto-Built-Package: debug-symbols
Build-Ids: 49035855b9a824818c506adf330fcc6fd4a13d76
Multi-Arch: same

Package: libdate-tz3
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Architecture: arm64
Source: howardhinnant-date
Version: 3.0.1+ds-5+apertis0bv2024dev2b1
Depends: tzdata, libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11)
Filename: pool/target/h/howardhinnant-date/libdate-tz3_3.0.1+ds-5+apertis0bv2024dev2b1_arm64.deb
Size: 31108
MD5sum: 7933c524676e7a7c30df4c7b81648093
SHA1: 493575387e8a1515d9eac3a7d868159767263376
SHA256: 0c56e65cccac0df7acfb95280305dc489a897b5295e1437b6d2d8ff5667470d7
SHA512: 0581cb9299e17d930d135fb6678815b27b55bd13bd33641e859721ee7a2fb12fdf267fd03408b24c87739531a2e225ff876a76fd5ee71cc4dc2cdf7aa9486625
Description: date and time library based on the C++ <chrono> header
 howardhinnant-date extends <chrono> to calendars and timezones,
 focusing on a seamless integration with the existing <chrono> library,
 type safety, performance and ease of use.
 .
 This package contains the date-tz library
Homepage: https://github.com/HowardHinnant/date
Multi-Arch: same

Package: libdate-tz3-dbgsym
Priority: optional
Section: debug
Installed-Size: 368
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Architecture: arm64
Source: howardhinnant-date
Version: 3.0.1+ds-5+apertis0bv2024dev2b1
Depends: libdate-tz3 (= 3.0.1+ds-5+apertis0bv2024dev2b1)
Filename: pool/target/h/howardhinnant-date/libdate-tz3-dbgsym_3.0.1+ds-5+apertis0bv2024dev2b1_arm64.deb
Size: 343660
MD5sum: de1c970c700d3d43607b3aaf90edcf91
SHA1: ce1c44db0220a4080cfacf7c189dbdfafee329ae
SHA256: df1caad8d1ca16314e348dee9c2ceb9ba5e956f3caf7b967a4da28748e2da93b
SHA512: 37b5211e54c1846261d6567a1c8932174d19e31fda85d34a05066d480c965e049f3154fd238b5bf6a2322ac1cf791c2f4728ae7063fb653491b37dc167876320
Description: debug symbols for libdate-tz3
Auto-Built-Package: debug-symbols
Build-Ids: 9cff55fd2a52839b3f6bfe8d5b63e4b19047e634
Multi-Arch: same

Package: libdatrie-dev
Priority: optional
Section: libdevel
Installed-Size: 83
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: arm64
Source: libdatrie
Version: 0.2.13-2+apertis0bv2024dev3b1
Depends: libdatrie1 (= 0.2.13-2+apertis0bv2024dev3b1), pkg-config
Suggests: libdatrie-doc (= 0.2.13-2+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdatrie/libdatrie-dev_0.2.13-2+apertis0bv2024dev3b1_arm64.deb
Size: 18120
MD5sum: 251c5f25517395233469acec9e4f03c9
SHA1: 85c1eac5e0237952da51912983b40c482598e6d7
SHA256: 960417a0a39ba30c4b19481fa7c327b16dfbcadd96d5d858d7eca37c7686aa92
SHA512: f414db916f658ff81529d71d030211de6daeee9090dcb207ff7435a6163fcc0cbd9e4350749006e5c0ba3d9aae55f754d60d50f94504fe778bc91f65231225ce
Description: Development files for double-array trie library
 Trie is a kind of digital search tree, an efficient indexing method in which
 search time is independent of database size. It only takes O(m) search time,
 where m is the length of the search string. Comparably as efficient as
 hashing, trie also provides flexibility on incremental matching and key
 spelling manipulation. This makes it ideal for lexical analyzers, as well as
 spelling dictionaries.
 .
 This library is an implementation of double-array structure for representing
 trie, as proposed by Junichi Aoe. The details of the implementation can be
 found at https://linux.thai.net/~thep/datrie/datrie.html
 .
 This package contains the development libraries, header files and manpages
 you need to develop your programs using the datrie library.
Homepage: https://linux.thai.net/projects/libthai
Multi-Arch: same

Package: libdatrie-doc
Priority: optional
Section: doc
Installed-Size: 288
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: all
Source: libdatrie
Version: 0.2.13-2+apertis0bv2024dev3b1
Depends: libjs-jquery
Suggests: www-browser
Filename: pool/target/libd/libdatrie/libdatrie-doc_0.2.13-2+apertis0bv2024dev3b1_all.deb
Size: 57064
MD5sum: df48b69759e3be4bb5a96c0ebddc0a00
SHA1: 7bfe57c5ccef2922e1e738fcb922a0e395f5f6fd
SHA256: 7f783f06a45a9574c19f54fa5761f567b80d70e3e5e776708dc45cb5b28a5026
SHA512: 5fab2db4a284b222082aed2c8b13e540c0691ced4726f9ff8b0aed0514bc7d3ce0614dd9aaf79ffa2e5a33b512ccaf59c4fdc7d3bd377127eb5e15c6cd3b4fc6
Description: Documentation files for double-array trie library
 Trie is a kind of digital search tree, an efficient indexing method in which
 search time is independent of database size. It only takes O(m) search time,
 where m is the length of the search string. Comparably as efficient as
 hashing, trie also provides flexibility on incremental matching and key
 spelling manipulation. This makes it ideal for lexical analyzers, as well as
 spelling dictionaries.
 .
 This library is an implementation of double-array structure for representing
 trie, as proposed by Junichi Aoe. The details of the implementation can be
 found at https://linux.thai.net/~thep/datrie/datrie.html
 .
 This package contains some documents about the datrie library.
Homepage: https://linux.thai.net/projects/libthai
Multi-Arch: foreign

Package: libdatrie1
Priority: optional
Section: libs
Installed-Size: 112
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: arm64
Source: libdatrie
Version: 0.2.13-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libd/libdatrie/libdatrie1_0.2.13-2+apertis0bv2024dev3b1_arm64.deb
Size: 37828
MD5sum: 2455cf1590e79248f5823c4499da5c52
SHA1: 9adf902c9df8ff3ba06c33b90d2b7ed92e852284
SHA256: 7cb34e31f3ab8b724ca8f1e65ca97af566e747be9ebf0687e0a3fbcdc2cd5bb2
SHA512: 93851240279f1759a87d21f2ab67854f76c41a232b085cb465caccc170bdcae93ee4f4c60d3786e34fd4828ed2899995a4281878aad91772c2d8e2e731ddb755
Description: Double-array trie library
 This package provides shared libraries needed to run programs that use the
 datrie library. It is usually automatically installed.
Homepage: https://linux.thai.net/projects/libthai
Multi-Arch: same

Package: libdatrie1-bin
Priority: optional
Section: misc
Installed-Size: 113
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: arm64
Source: libdatrie
Version: 0.2.13-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libdatrie1 (>= 0.2.0)
Filename: pool/target/libd/libdatrie/libdatrie1-bin_0.2.13-2+apertis0bv2024dev3b1_arm64.deb
Size: 34376
MD5sum: 1c25d2294debe0119f9abb8bc259d7be
SHA1: e808458f80b6b66ee293581ee2e9e19e2b6cdfb4
SHA256: 0c522347525433e1bea149087bd37e6a7a181857700d7c998db8c89610a787aa
SHA512: b3b8fac87d36d8a6c5f52f552f3e6964f36a0dc70e4a36c02b1a336da978592425d8baab99d0dd62a12fa60b590e0c948b72ed11897b5db3db560c74bfd9cf84
Description: Programs for double-array trie library
 Trie is a kind of digital search tree, an efficient indexing method in which
 search time is independent of database size. It only takes O(m) search time,
 where m is the length of the search string. Comparably as efficient as
 hashing, trie also provides flexibility on incremental matching and key
 spelling manipulation. This makes it ideal for lexical analyzers, as well as
 spelling dictionaries.
 .
 This library is an implementation of double-array structure for representing
 trie, as proposed by Junichi Aoe. The details of the implementation can be
 found at https://linux.thai.net/~thep/datrie/datrie.html
 .
 This package contains the program files which is used with the library,
 including trietool, the trie manipulation tool.
Homepage: https://linux.thai.net/projects/libthai
Multi-Arch: foreign

Package: libdatrie1-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 35
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: arm64
Source: libdatrie
Version: 0.2.13-2+apertis0bv2024dev3b1
Depends: libdatrie1-bin (= 0.2.13-2+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdatrie/libdatrie1-bin-dbgsym_0.2.13-2+apertis0bv2024dev3b1_arm64.deb
Size: 19352
MD5sum: fac925fad0381c1bc27497567acf9f43
SHA1: 3c07f4d2229d7575524552cd22275bb7338d567f
SHA256: d205bd94a20b07fded3203a6f2fd38a93cea566e4b885dcfa227fac8b0c0a9cc
SHA512: 8547c1477387acc15d18d283e5660b520d7bc321b4ac57dba66dddabe147c396a2cf0b9739592b0995b0fe74d2aad3f9f63b90e22c1b57c932a1f92ebcbaa984
Description: debug symbols for libdatrie1-bin
Auto-Built-Package: debug-symbols
Build-Ids: a2ea2a229cd089dbe287df916382efccd8c5bb75

Package: libdatrie1-dbgsym
Priority: optional
Section: debug
Installed-Size: 53
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: arm64
Source: libdatrie
Version: 0.2.13-2+apertis0bv2024dev3b1
Depends: libdatrie1 (= 0.2.13-2+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdatrie/libdatrie1-dbgsym_0.2.13-2+apertis0bv2024dev3b1_arm64.deb
Size: 36256
MD5sum: 624dffe32a682d2009c603c36792fb62
SHA1: 6fa1d49a0691484e66d56119ddfd235d755ea853
SHA256: 062b9745050ac7b047c0d864751129412c6f71875b100f2f85c83a637079b3e9
SHA512: b3a88afa9c2c5b853131ae26f3361d8c7512abbc05f0b0f8f19983d02776488599dc07819e88522a44f66d141ebd230d3e90a022112f8d26d5c3cb58944ebe4e
Description: debug symbols for libdatrie1
Auto-Built-Package: debug-symbols
Build-Ids: 9380a178e4540557e29c64f54493334b61aa13a7
Multi-Arch: same

Package: libdav1d-dev
Priority: optional
Section: libdevel
Installed-Size: 129
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: dav1d
Version: 1.0.0-2+apertis1bv2024dev2b1
Depends: libdav1d6 (= 1.0.0-2+apertis1bv2024dev2b1)
Filename: pool/target/d/dav1d/libdav1d-dev_1.0.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 26964
MD5sum: 5b59cbe66a9d609a90ed5643619422a5
SHA1: d30cad8ff940152cc879e17c5c2fcbb04d33cc9c
SHA256: 2fab1810ab04d94a03565f8f6b73e839b75c73cd4e680a0b42e4da7280c7fe7b
SHA512: 1549e1d1df22a0a918c67d73ac21b28f39abb5a82d239af407d1202decdaeb804a5b075b296b656c6453f4a3efa2f2041680bd34c7120d5754a6e47f1de931f8
Description: fast and small AV1 video stream decoder (development files)
 dav1d is an AOMedia Video 1 (AV1) cross-platform decoder and focused on speed
 and correctness.
 .
 dav1d supports the following features:
  * support for all features of the AV1 bitstream
  * support for all bitdepth, 8, 10 and 12bits
  * support for all chroma subsamplings 4:2:0, 4:2:2, 4:4:4 and grayscale
  * full acceleration for AVX-2 chips
  * full acceleration for SSSE3+ chips
  * full acceleration for ARMv8 chips
  * partial acceleration for ARMv7 chips
 .
 This package provides the development files for libdav1d.
Homepage: https://www.videolan.org/projects/dav1d.html
Multi-Arch: same

Package: libdav1d6
Priority: optional
Section: libs
Installed-Size: 798
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: dav1d
Version: 1.0.0-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/d/dav1d/libdav1d6_1.0.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 276200
MD5sum: efc5e6003980b9a50379d4c19f7282dd
SHA1: 8e2279464c593af6cbaa4d7d41d77ef131eb5ff8
SHA256: 050c9b79106608765df791bb8b35a32946fc153a0eafdb44bd226771f6e2826f
SHA512: 460b6d683deb723c1e41ee8fde73098e1e16dfaeea75033da69aa4923bfea3cca75271d34296937992074310e37858396692da028c0c6259056c31f774c00b24
Description: fast and small AV1 video stream decoder (shared library)
 dav1d is an AOMedia Video 1 (AV1) cross-platform decoder and focused on speed
 and correctness.
 .
 dav1d supports the following features:
  * support for all features of the AV1 bitstream
  * support for all bitdepth, 8, 10 and 12bits
  * support for all chroma subsamplings 4:2:0, 4:2:2, 4:4:4 and grayscale
  * full acceleration for AVX-2 chips
  * full acceleration for SSSE3+ chips
  * full acceleration for ARMv8 chips
  * partial acceleration for ARMv7 chips
 .
 This package provides the shared library.
Homepage: https://www.videolan.org/projects/dav1d.html
Multi-Arch: same

Package: libdav1d6-dbgsym
Priority: optional
Section: debug
Installed-Size: 782
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: dav1d
Version: 1.0.0-2+apertis1bv2024dev2b1
Depends: libdav1d6 (= 1.0.0-2+apertis1bv2024dev2b1)
Filename: pool/target/d/dav1d/libdav1d6-dbgsym_1.0.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 690328
MD5sum: 18632cf6ff3fe574a0334afe79be65a4
SHA1: 848a4045a6135037b82f815a100d8e465b0e0ca0
SHA256: 7036c2a09a17923c4e219afd16dc4f1bac7ecddb919aaf58dc8ff77d214fc14f
SHA512: aa2cde7645621f9a2bebf5c5042ca8f75acc404671c50efb06cffbb0f53cd2f3b30a294aaab5a4f9dec8488066f9cee02335613c3efc866aa000de98aea60d2e
Description: debug symbols for libdav1d6
Auto-Built-Package: debug-symbols
Build-Ids: fda34f864710e82572094649bf0f76cfa0d45a67
Multi-Arch: same

Package: libdb5.3
Priority: standard
Section: libs
Installed-Size: 1735
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/d/db5.3/libdb5.3_5.3.28+dfsg2-1+apertis1bv2024dev3b1_arm64.deb
Size: 633000
MD5sum: e5d584d5dd24b73b61c342958c61cada
SHA1: e521fc2a98cf5c2559294a08c7ac440e11612c17
SHA256: 26850827bd9c537803cf2935c7b6036890049916dfc369a7e167856b21bd36ba
SHA512: e98ccf32879e9a9852c7a3d1e53ca014e6f8dce8109a42b254d0f4c37e247bbacc721e7872cb37e109b0c7e45df61dc46aef17d3fafbd666ae8ce2a0496533d4
Description: Berkeley v5.3 Database Libraries [runtime]
 This is the runtime package for programs that use the v5.3 Berkeley
 database library.
Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html
Multi-Arch: same

Package: libdb5.3++
Priority: optional
Section: libs
Installed-Size: 1903
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Filename: pool/target/d/db5.3/libdb5.3++_5.3.28+dfsg2-1+apertis1bv2024dev3b1_arm64.deb
Size: 652536
MD5sum: 96f462be1f59fbf95e5c99aeb45d1741
SHA1: 2bfd5609e48e8cb7373eed38c9421d5a07950495
SHA256: 2865491dcc34c28b910d12505d4113f16add6f3cf8a39b19ee97864bf35b936e
SHA512: 5dec2587dbd26be97b9192288b50c851c34f3e785ab4eba25229654b85edb671cbfa5c2a370f672cc355e9b6815243f1a5d47b06630bd4b4b935e83e1166393c
Description: Berkeley v5.3 Database Libraries for C++ [runtime]
 This is the runtime package for programs that use the Berkeley v5.3
 database library.  This is only for programs which use the C++ interface.
Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html
Multi-Arch: same

Package: libdb5.3++-dev
Priority: optional
Section: libdevel
Installed-Size: 3287
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libdb5.3++ (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1), libdb5.3-dev (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Conflicts: libdb4.6++-dev, libdb4.7++-dev, libdb4.8++-dev, libdb5.1++-dev, libdb5.2++-dev
Filename: pool/target/d/db5.3/libdb5.3++-dev_5.3.28+dfsg2-1+apertis1bv2024dev3b1_arm64.deb
Size: 751928
MD5sum: fb42de8ae2246a8769d42aa70ee02df0
SHA1: b5556e35d37120457ec36468d57b19a91be1b9cc
SHA256: adee834f9f5c3438deb5367cbbbafb9f59b888c6290b0080f852ab6ebf28a4b5
SHA512: 20f70bdf2c7e974bf88a5c88fe5d06a0e8133dba7c452f017470e4ff92139791bd5605982fb6dd4c26a02d393ece319461f3b06d4cb1ecc56135d8cdd982d29c
Description: Berkeley v5.3 Database Libraries for C++ [development]
 This is the development package which contains headers and static
 libraries for the Berkeley v5.3 database library.  This is only for
 programs which will use the C++ interface.
Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html

Package: libdb5.3-dbg
Priority: optional
Section: debug
Installed-Size: 28129
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Filename: pool/target/d/db5.3/libdb5.3-dbg_5.3.28+dfsg2-1+apertis1bv2024dev3b1_arm64.deb
Size: 27595972
MD5sum: 49cee070c5f6beb2f49095022c5a17e2
SHA1: a1602881882626fdb04983ebb2dd622ba878523c
SHA256: 067df7f23537077008c062674a9dacd26a8fdee7078b3f75f3bfa7ad1c40cdff
SHA512: ca3f81df78d45447d880331d3845274352bbc2b0e37a522e8f0bd329b6098b3b2e381db21de1d71b42ffe723883bdc5b1a07b0e9a2838ed6d83f5980ece6a301
Description: Berkeley v5.3 Database Libraries [debug]
 This package provides the debug symbols for the Berkeley v5.3 database
 libraries and binaries.
Build-Ids: 72bcd2f3cd1cedab289e231e246ed28a3d7e216e 9393ada14edd136baa4266340e27664cf48f1100 c53c94bfafe01cbb7e23e325ef82cbf5efbac310 de31246a368984163286768a0c83f80342951501
Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html
Multi-Arch: same

Package: libdb5.3-dev
Priority: optional
Section: libdevel
Installed-Size: 3073
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Suggests: db5.3-doc
Conflicts: libdb4.6-dev, libdb4.7-dev, libdb4.8-dev, libdb5.1-dev, libdb5.2-dev
Filename: pool/target/d/db5.3/libdb5.3-dev_5.3.28+dfsg2-1+apertis1bv2024dev3b1_arm64.deb
Size: 735628
MD5sum: ed5ad16212d4c63a8cfd610ad205fd80
SHA1: 4e79d9470ae73ec2face38f0003721861ca5c29b
SHA256: cb8c0f0bd2a3130ef8a99fd4f42f1751a36dc6700e929cab18c547cc4d331b2a
SHA512: 8b4c920a4b776776a65faec575a2f18da6bce4f1c29ff4d11763c3317df57ebba6b346ef2ac7bba1de814cdb913a9cdc32b4ed3dec82eb4782b8a59527c227d4
Description: Berkeley v5.3 Database Libraries [development]
 This is the development package which contains headers and static
 libraries for the Berkeley v5.3 database library.
Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html

Package: libdb5.3-sql
Priority: optional
Section: libs
Installed-Size: 2293
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Filename: pool/target/d/db5.3/libdb5.3-sql_5.3.28+dfsg2-1+apertis1bv2024dev3b1_arm64.deb
Size: 861512
MD5sum: 00278803b2e6de23eb4544da86d315ed
SHA1: 6661612f10b22c289f8f412c215361a0a99b96f3
SHA256: d2c35316c1267cb2c8fe9916af2083ff54c9d86fb68e57ba7e873911b537954d
SHA512: 40f0f8a8f158827d37006d3066c0309101a9e4d7d0013e23ba5d57d4e8a0b7828332348bf5d6f1c5a45c6febc3713f485d79f6f4a1d346188422e69fbc27502d
Description: Berkeley v5.3 Database Libraries [SQL runtime]
 This is the runtime package for programs that use the v5.3 Berkeley
 database SQL library.
Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html
Multi-Arch: same

Package: libdb5.3-sql-dev
Priority: optional
Section: libdevel
Installed-Size: 4026
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libdb5.3-sql (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Suggests: db5.3-doc
Conflicts: libdb5.1-sql-dev, libdb5.2-sql-dev
Filename: pool/target/d/db5.3/libdb5.3-sql-dev_5.3.28+dfsg2-1+apertis1bv2024dev3b1_arm64.deb
Size: 1029080
MD5sum: b4fc152f6b81097d070dfd2d2ec405f7
SHA1: 67e9095c63da46da8b28a383859ae25b5a510407
SHA256: 21db5c9f57e130cdee706ebb1c2c5e08eed5533f5b4d05564778f383e1a17f6e
SHA512: 60cc47dc66d7a67f8535ebed931299ed6fd78aa60b82f3b0e6215bd8aaa6e6e628dd2bdbf10a8c4b3e70632a9e80ea1c3c6cbfb021dba2cf4dbaaec792edfd7a
Description: Berkeley v5.3 Database Libraries [SQL development]
 This is the development package which contains headers and static
 libraries for the Berkeley v5.3 database library.
Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html

Package: libdb5.3-stl
Priority: optional
Section: libs
Installed-Size: 1968
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Filename: pool/target/d/db5.3/libdb5.3-stl_5.3.28+dfsg2-1+apertis1bv2024dev3b1_arm64.deb
Size: 673564
MD5sum: 9129eba7469ba0a11fc20b2b1c367d6e
SHA1: 8feb7676efd3124d27301a870dc81c9c56f0d0af
SHA256: 67f03a305ddf1e19f183a48816d1ccd24bd3f60ea176c552bcf7011e3baf11e5
SHA512: f7b5348d26b275e9a78d6821376bb318886dcab2aa0ebdb362a8507bf27543b3cac0cf19cbcc5c6d1872414b535f2ec6ac4ca4932dae2c7cbfa4dbb4e37014ea
Description: Berkeley v5.3 Database Libraries [STL runtime]
 This is the runtime package for programs that use the v5.3 Berkeley
 database STL library.
Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html
Multi-Arch: same

Package: libdb5.3-stl-dev
Priority: optional
Section: libdevel
Installed-Size: 3818
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: db5.3
Version: 5.3.28+dfsg2-1+apertis1bv2024dev3b1
Depends: libdb5.3-stl (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1), libdb5.3 (= 5.3.28+dfsg2-1+apertis1bv2024dev3b1)
Suggests: db5.3-doc
Conflicts: libdb5.1-stl-dev, libdb5.2-stl-dev
Filename: pool/target/d/db5.3/libdb5.3-stl-dev_5.3.28+dfsg2-1+apertis1bv2024dev3b1_arm64.deb
Size: 836696
MD5sum: 42bf54ba49942a56d1fde1d4a8d6d04e
SHA1: 7676f9c21d81348125144b3e83b217ae988b6c65
SHA256: 84e723d593fdda52ad1e5c9bf8e5799ea25a739950f8accc5f9ccb27ba946173
SHA512: 27c223fd1142b0f2c44bbeb04af13a5c48c6fc37a1ff39660d4b4bef9bcdce9d576e8be6f6fdde0c599b260e6fe8e4014fb7a225e64a1bff7983a2a10b952b61
Description: Berkeley v5.3 Database Libraries [STL development]
 This is the development package which contains headers and static
 libraries for the Berkeley v5.3 database library.
Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html

Package: libdbus-1-3
Priority: optional
Section: libs
Installed-Size: 524
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libsystemd0
Recommends: dbus
Filename: pool/target/d/dbus/libdbus-1-3_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 196624
MD5sum: c95715be4ab3fe2384f5d06888525db3
SHA1: 8dc26c8f365453163634a5c940d2075a26ea7564
SHA256: f7e8a55d7dcf7be9af3ebe4bd0a0b21c60d9c5b8eaa90f95b2c330030683654e
SHA512: 4bc38e214c7a274d006dd7beffaded5e024a0da5b3d8bb86957537532371b2b54cb5f70f4042c5d91f7a73a0e664aafb9ac038ee4842fe7669888ca4f07f4305
Description: simple interprocess messaging system (library)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 D-Bus supports broadcast messages, asynchronous messages (thus
 decreasing latency), authentication, and more. It is designed to be
 low-overhead; messages are sent using a binary protocol, not using
 XML. D-Bus also supports a method call mapping for its messages, but
 it is not required; this makes using the system quite simple.
 .
 It comes with several bindings, including GLib, Python, Qt and Java.
 .
 The message bus daemon can be found in the dbus-daemon package.
Homepage: https://dbus.freedesktop.org/
Multi-Arch: same

Package: libdbus-1-3-dbgsym
Priority: optional
Section: debug
Installed-Size: 446
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: libdbus-1-3 (= 1.14.6-1+apertis1bv2024dev3b1)
Filename: pool/target/d/dbus/libdbus-1-3-dbgsym_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 385156
MD5sum: 1a22b7ff20a1d143d3f4a9281f30ecba
SHA1: 8329123c16400520bdec456c72c57cd367d81aaa
SHA256: 26dcd014051875c269ba1a933307a8745d98e9d8f811373a3fb908de5d6711ce
SHA512: 4a3f375dd8b7abfacb6a5d9c20deb9c8614b266bcde21a16d636c29ba4dad66d37046c8c3689cf71d945f8c7efcbfa41c3c8b3fb454dd5e6c17dbe3147f7fa33
Description: debug symbols for libdbus-1-3
Auto-Built-Package: debug-symbols
Build-Ids: 8d43452e36e2631763b26d54754ab2f82672ade2
Multi-Arch: same

Package: libdbus-1-dev
Priority: optional
Section: libdevel
Installed-Size: 1032
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus
Version: 1.14.6-1+apertis1bv2024dev3b1
Depends: libdbus-1-3 (= 1.14.6-1+apertis1bv2024dev3b1), pkg-config, xml-core (>= 0.14)
Filename: pool/target/d/dbus/libdbus-1-dev_1.14.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 243916
MD5sum: f2901fcf8ce79ddf8736673f80701da9
SHA1: 81127da32116f8ad95f699b5cfedf94ed5872023
SHA256: 781c3ceadcb3295034dde9cb04ca7f5d09af9268fb6aed480c3f8a6a770df239
SHA512: 4dc5451084f5c2c3e376875a46db7094c313f557dd70ed9b747fd14e5e536b0e1fd4cfa8e92d744d13b0ac4d59c9cbbdebd0f76a18f50a24e3f228c1810541e6
Description: simple interprocess messaging system (development headers)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 See the dbus description for more information about D-Bus in general.
Homepage: https://dbus.freedesktop.org/
Multi-Arch: same

Package: libdbus-glib-1-2
Priority: optional
Section: oldlibs
Installed-Size: 226
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus-glib
Version: 0.112-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.31.8)
Filename: pool/target/d/dbus-glib/libdbus-glib-1-2_0.112-3+apertis0bv2024dev2b1_arm64.deb
Size: 55528
MD5sum: 97901f1a5127116fa2dfbf0fbd2af23e
SHA1: 8dc6d0cec23ac977f0930254efd8c22c9b6d14ad
SHA256: 6019188e3df0b3a390b756ed4925ef74aa7365fe466b4fe51345106738d9fa02
SHA512: 12aa863d539014d7d574cd9eacc94c8148b919f33a24a6c4c73ad4a03a14bbb63c3b0430404257c866b9ced2460694d01016d62f7a351c382dd5b4de14d96252
Description: deprecated library for D-Bus IPC
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package provides a deprecated GLib-based shared library for
 applications using the GLib interface to D-Bus. New code should use
 GDBus, part of GLib, instead.
 .
 See the dbus description for more information about D-Bus in general.
Homepage: https://www.freedesktop.org/wiki/Software/DBusBindings
Multi-Arch: same

Package: libdbus-glib-1-2-dbgsym
Priority: optional
Section: debug
Installed-Size: 216
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus-glib
Version: 0.112-3+apertis0bv2024dev2b1
Depends: libdbus-glib-1-2 (= 0.112-3+apertis0bv2024dev2b1)
Filename: pool/target/d/dbus-glib/libdbus-glib-1-2-dbgsym_0.112-3+apertis0bv2024dev2b1_arm64.deb
Size: 178700
MD5sum: fb9cb0ae9704c277da856e1a2de6f4e9
SHA1: 8198aa216043bda5a87f803295bc2ce8c36f4faf
SHA256: 1c547f85d5eac93261c7d8dfb60a711e0086e6ef71121d60050bdeb8acbf26ce
SHA512: 405d83e26113d23700560d0595156863cc258c208e133504c6f19b5b97f1f9f6ea844a5c4802ae2044704a93ea5938a2fe026410dedc6012a6371d0130ae3b2e
Description: debug symbols for libdbus-glib-1-2
Auto-Built-Package: debug-symbols
Build-Ids: 55520302c7c99de035d7a7e2d9bed5b3c3364add
Multi-Arch: same

Package: libdbus-glib-1-dev
Priority: optional
Section: oldlibs
Installed-Size: 406
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus-glib
Version: 0.112-3+apertis0bv2024dev2b1
Depends: libdbus-1-dev, libdbus-glib-1-2 (= 0.112-3+apertis0bv2024dev2b1), libdbus-glib-1-dev-bin (= 0.112-3+apertis0bv2024dev2b1), libglib2.0-dev
Filename: pool/target/d/dbus-glib/libdbus-glib-1-dev_0.112-3+apertis0bv2024dev2b1_arm64.deb
Size: 71596
MD5sum: 9fcfb64cddc2614b99825b91d3ecc056
SHA1: 510d8425a99763c6ba642cb863cec76059d29234
SHA256: e97fc4f0969e429c2fbf1f7d60d112ac2530af28080090c37bd0bce60f296212
SHA512: 1e0ea62d70a83b40ca25fe44f70dd615b6ba1d1554d453611655bb3aa976297a6f2c3f2f34b3c818de5bc402bf08d162d5935766f20c162b9469d85ec0126a63
Description: deprecated library for D-Bus IPC (development files)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package provides development files for a deprecated GLib-based
 D-Bus library. New code should use GDBus, part of GLib, instead.
 .
 See the dbus description for more information about D-Bus in general.
Homepage: https://www.freedesktop.org/wiki/Software/DBusBindings
Multi-Arch: same

Package: libdbus-glib-1-dev-bin
Priority: optional
Section: oldlibs
Installed-Size: 160
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus-glib
Version: 0.112-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libdbus-glib-1-2 (>= 0.80), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.26.0)
Filename: pool/target/d/dbus-glib/libdbus-glib-1-dev-bin_0.112-3+apertis0bv2024dev2b1_arm64.deb
Size: 38548
MD5sum: b77406326d55574bfd0db0294d72bf5a
SHA1: 71afcd883b6b657030c518779639f5a8c9230e5e
SHA256: 82ac8d069daad18ccd203d242754b2cc2911d3df5ab9704a81430cf11dd5bb59
SHA512: e759d668b7198a24bc72db5a516817ee506759ba049e2cb84937ab7df91f7a645b4b5d1afa3381c8d5e3dcd5c8045cb71dfbac74e82c771919e5613ce515b025
Description: deprecated library for D-Bus IPC (development tools)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package is an implementation detail of libdbus-glib-1-dev and
 should not be depended on directly. It provides the dbus-binding-tool,
 used to generate code for a deprecated GLib-based D-Bus library. New
 code should use GDBus, part of GLib, instead.
 .
 See the dbus description for more information about D-Bus in general.
Homepage: https://www.freedesktop.org/wiki/Software/DBusBindings
Multi-Arch: foreign

Package: libdbus-glib-1-dev-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 130
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dbus-glib
Version: 0.112-3+apertis0bv2024dev2b1
Depends: libdbus-glib-1-dev-bin (= 0.112-3+apertis0bv2024dev2b1)
Filename: pool/target/d/dbus-glib/libdbus-glib-1-dev-bin-dbgsym_0.112-3+apertis0bv2024dev2b1_arm64.deb
Size: 103364
MD5sum: 3aca1173e691091ea32c1a4d3fb5c019
SHA1: 169da360a08f07715ff213d57590e265bd69be5b
SHA256: ea2f5f55c012bb9e18cc90806a6d8ee26df06e92b2bc5a05435f75f62ff04a67
SHA512: c95ebf7677be5c74d65eb1be0413fb0cd12e0f31c751ccf159546b11a6694f94cc4f249f3a9756f559dd41289cd3016f295f83d45b7163cd3cfbfacc242972f4
Description: debug symbols for libdbus-glib-1-dev-bin
Auto-Built-Package: debug-symbols
Build-Ids: 628a128d347d71e67ae8061e8a119e9cc90a07a9

Package: libdbus-glib-1-doc
Priority: optional
Section: doc
Installed-Size: 506
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: dbus-glib
Version: 0.112-3+apertis0bv2024dev2b1
Depends: lynx | www-browser
Suggests: devhelp
Filename: pool/target/d/dbus-glib/libdbus-glib-1-doc_0.112-3+apertis0bv2024dev2b1_all.deb
Size: 54144
MD5sum: e189325d8d26dd4355bc6703f27460a6
SHA1: 5104f1f5adac83f2f433b475875d8a0050deca68
SHA256: ec9ca688a6557e59ce2d653b38599dceeae0b81cd9e0f3a01ca497720f63d58f
SHA512: 9df476758a03ece7c29f3332976f053198a3c087759149d31b76b22e0017e04858a6c41de36c7d0077fd5775e5b21ce2c5e78d174dfdb09ccf4d55bdfe288cc3
Description: deprecated library for D-Bus IPC (API documentation)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package provides the HTML documentation for dbus-glib,
 a deprecated GLib-based D-Bus library. New code should use GDBus, part
 of GLib, instead.
 .
 See the dbus description for more information about D-Bus in general.
Homepage: https://www.freedesktop.org/wiki/Software/DBusBindings
Multi-Arch: foreign

Package: libdconf-dev
Priority: optional
Section: libdevel
Installed-Size: 47
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dconf
Version: 0.40.0-4+apertis0bv2024dev3b1
Depends: libdconf1 (= 0.40.0-4+apertis0bv2024dev3b1), libglib2.0-dev (>= 2.25.7)
Recommends: libdconf-doc
Filename: pool/target/d/dconf/libdconf-dev_0.40.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 7016
MD5sum: d0c702b9a2e06f2a0d4bc751620c01ec
SHA1: 8efad1eec7cbc61a4a123736cc9ceb13a53fd2e2
SHA256: 4e62d0e2e5dc716ca4084bc2aae134a126bbad81f4db7b41fe8eb3ac37ce65e5
SHA512: 24546d1af7fa68021b2ef15bd46791f59b06140f1b061de8ee2369ff5ee48b8088c0c5fa47453a972845de8277540c2b522bbf15ae3987f2e4bf57c754c60db0
Description: simple configuration storage system - development files
 DConf is a low-level key/value database designed for storing desktop
 environment settings.
 .
 This package contains a static library and header files.
Homepage: https://wiki.gnome.org/Projects/dconf
Multi-Arch: same

Package: libdconf-doc
Priority: optional
Section: doc
Installed-Size: 221
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: dconf
Version: 0.40.0-4+apertis0bv2024dev3b1
Filename: pool/target/d/dconf/libdconf-doc_0.40.0-4+apertis0bv2024dev3b1_all.deb
Size: 27788
MD5sum: 310ab6738c84f5e6f414fe22e67a41e2
SHA1: b0b4f4afca0ae94fe321f0192c50ad036549c7b0
SHA256: 65ac8474b1c765663445d7a6c450876a1107d35f5d7ed534e2f83b6afba67227
SHA512: 58521aa19c122770b2d8c22b13d6b95c8bac6c7d709b164a495f513f68e9efc6e9cd361e0093068fa2bc3faf734b886b8322973a3db83326dbbcb45f2a16296d
Description: simple configuration storage system - documentation
 DConf is a low-level key/value database designed for storing desktop
 environment settings.
 .
 This package contains the documentation in devhelp format.
Homepage: https://wiki.gnome.org/Projects/dconf
Multi-Arch: foreign

Package: libdconf1
Priority: optional
Section: libs
Installed-Size: 170
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dconf
Version: 0.40.0-4+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.55.2)
Filename: pool/target/d/dconf/libdconf1_0.40.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 40136
MD5sum: 1237812db52d4d3632e57719d9c06a8e
SHA1: 8e85aff858fbd5727338d4de911fd6776e18b989
SHA256: 4b9f017a77b8084e68e4212fb7f072faff7efda4289c4ab73d33804a9c6c4af5
SHA512: f9bf7e325d89e8c42b639a87e109c7516832f7b2570c487339edb4210a11181ce12f55b896422c48349b49ba2a215b5b1d030f5468e9deb7e9b8b4e7356d2ce7
Description: simple configuration storage system - runtime library
 DConf is a low-level key/value database designed for storing desktop
 environment settings.
 .
 This package contains the runtime library.
Homepage: https://wiki.gnome.org/Projects/dconf
Multi-Arch: same

Package: libdconf1-dbgsym
Priority: optional
Section: debug
Installed-Size: 118
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: dconf
Version: 0.40.0-4+apertis0bv2024dev3b1
Depends: libdconf1 (= 0.40.0-4+apertis0bv2024dev3b1)
Filename: pool/target/d/dconf/libdconf1-dbgsym_0.40.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 90336
MD5sum: 233ceead0e80725cd33dcfe029b0e192
SHA1: c6373c3a035c0d780e7098b8d4a1cf5e7784f326
SHA256: bf96be1ef14cda4aec1d7221594c730ad4b763f912e70501c6cc5b1f5ce6d57f
SHA512: 13fadcb5b23737979fb696636b9188b797b06931b7dbfcaf7c00294925899a704711780168fea80be61e40d4499e26b902cab2894347c57cbe5fb1846d835f9c
Description: debug symbols for libdconf1
Auto-Built-Package: debug-symbols
Build-Ids: 1547349b6f802cdd85ef37fe143001e5eb366f0d
Multi-Arch: same

Package: libdebconfclient0
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: cdebconf
Version: 0.270+apertis0bv2024dev3b2
Depends: libc6 (>= 2.17)
Filename: pool/target/c/cdebconf/libdebconfclient0_0.270+apertis0bv2024dev3b2_arm64.deb
Size: 10820
MD5sum: b57a1416f3b837a0ddf50a2b105df40d
SHA1: 23002fa448b781390a888b75db8bee40fa283ee1
SHA256: f24ee871a75b4c1a15718cc4b74d5c7cd765f8842d2b9821e3c8757b77ab72dc
SHA512: e8e5fda054d75d2dcb4de0ec5219fe8339f97c06426aa3fc99e4719c33ddd6025160571a1a3c6cf134f22719d0c3b630cf82f7288e79608954f0c2d1da9ac442
Description: Debian Configuration Management System (C-implementation library)
 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. cdebconf is a reimplementation of the original debconf in C.
 .
 This library allows C programs to interface with cdebconf.
Multi-Arch: same

Package: libdebconfclient0-dbgsym
Priority: optional
Section: debug
Installed-Size: 21
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: cdebconf
Version: 0.270+apertis0bv2024dev3b2
Depends: libdebconfclient0 (= 0.270+apertis0bv2024dev3b2)
Filename: pool/target/c/cdebconf/libdebconfclient0-dbgsym_0.270+apertis0bv2024dev3b2_arm64.deb
Size: 6264
MD5sum: 9bc83801ced1217805876c4e568ec5d1
SHA1: 9d58fbd3790033077d07a87baab39c6e33e82439
SHA256: 8ec9daf85111c8a6aa66cae998e4eaf083ca3710778f39ae803f215fe7134d4f
SHA512: 6061970c7a77ca31144fa5a19fb1227303a3146645e3ec8b112ca40f90e416ffd5e10b62311a31322cd7d4d61167318f39a874061e2eec1d5dd393193095820a
Description: debug symbols for libdebconfclient0
Auto-Built-Package: debug-symbols
Build-Ids: ca4bd1380d1f594ec61401cb56d3a6bffaae2b95
Multi-Arch: same

Package: libdebconfclient0-dev
Priority: optional
Section: libdevel
Installed-Size: 56
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: cdebconf
Version: 0.270+apertis0bv2024dev3b2
Replaces: libdebconf-dev
Provides: libdebconfclient-dev
Depends: libdebconfclient0 (= 0.270+apertis0bv2024dev3b2)
Conflicts: cdebconf-dev, libcdebconf-dev, libdebconf-dev, libdebconfclient-dev
Filename: pool/target/c/cdebconf/libdebconfclient0-dev_0.270+apertis0bv2024dev3b2_arm64.deb
Size: 15168
MD5sum: 8ac924703debdd8019160541e8ff8df4
SHA1: 0a2abf7bae4160ecf1de91293fe301157a2b9ab2
SHA256: d460aa7da3fae52ab9d5fd309f91f36f72d9b8742ae6b0eea14c522018584e2c
SHA512: 849775de42468d864f9bbfb4a6ef907221474347ba314c4ebb779070de96c1ffc87611d63c0b39045d04eaf6dfdf8bdc470c8b0b29371b2dd1f0d8062f59e426
Description: Development files for cdebconf
 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. cdebconf is a reimplementation of the original debconf version
 in C.
 .
 This package contains files needed to do cdebconf development
Multi-Arch: same

Package: libdebuginfod-common
Priority: optional
Section: devel
Installed-Size: 55
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: all
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: debconf (>= 0.5) | debconf-2.0, ucf
Pre-Depends: debconf
Filename: pool/target/e/elfutils/libdebuginfod-common_0.188-2.1+apertis2bv2024dev3b1_all.deb
Size: 32132
MD5sum: b8d181ba3b6b4223c01af01690731862
SHA1: 7011a6614bbbef3cd80c8d3aa7eceae3566ccac8
SHA256: 45eccaa042cc609a80002f45aeaadaddafa3d16506641e9ec2cf16859da7604d
SHA512: 908cb11adefdeb5a4fbd6a5a2b8fe623ffb05d9519394aea5e7d589e6a05c9b1f6bc4fdffb9104e775b621ec2608634466bd9d54b98f47e56f87c5711be8d8f2
Description: configuration to enable the Debian debug info server
 This package asks if it should enable use of the Debian debug info
 server with debugging tools that use libdebuginfo such as GDB.
 .
 When this is allowed by the sysadmin, a snippet will be added to the
 shell configuration. You will need to restart your shell after
 installing this package before the snippet will work.
 .
 The Debian debug info server will be contacted every time debugging
 tools attempt to look up debug info for binaries or libraries but the
 server does not log requests for debug info.
 .
 The Debian debug info server uses https to securely transfer debugging
 files but does not offer OpenPGP signing of debug info.
Homepage: https://sourceware.org/elfutils/
Multi-Arch: foreign

Package: libdebuginfod-dev
Priority: optional
Section: libdevel
Installed-Size: 67
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libdebuginfod1 (= 0.188-2.1+apertis2bv2024dev3b1), libelf-dev
Filename: pool/target/e/elfutils/libdebuginfod-dev_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 32604
MD5sum: 7adb299de5afd057362a29552ff75109
SHA1: fd60248e045864b1829824d1db442480662f8a8b
SHA256: e9a33f541f4bc1034caa6c75d7cb703cb13213906978efaeb125ba5179f4def3
SHA512: 58166540e6f6e2edc569fbade6c4c91bc3b5b4af3e3bb3dee23ae0d690e7ca13ac8e919c5144ce015053938c8f4253f885216adcc59cd3ae7a033f008ce2fccc
Description: libdebuginfod development libraries and header files
 libasm1 allows you to interact with debuginfod.
 .
 This package contains development libraries and header files for
 libdebuginfod1.
Homepage: https://sourceware.org/elfutils/
Multi-Arch: same

Package: libdebuginfod1
Priority: optional
Section: libs
Installed-Size: 112
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.28.0), libelf1 (= 0.188-2.1+apertis2bv2024dev3b1), libdw1 (= 0.188-2.1+apertis2bv2024dev3b1), libdebuginfod-common (>= 0.188-2.1+apertis2bv2024dev3b1)
Filename: pool/target/e/elfutils/libdebuginfod1_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 37256
MD5sum: bca45227792c84814645d22985a1d7c0
SHA1: 7b82c1ce231e167a69a9ccfcaf8bd21b2fdeca47
SHA256: a9682106a7eb05c91993428224999d13a1826315ef33f1c507105fe0913f5524
SHA512: 9127ff127206d7c8860cdd0dc87b103c2c7e41926ccaca40e00d837b0d2d2736cb54ee1a980f944cb2f49d33c06395bd29268970aee5c0544bd4277dc5b92101
Description: library to interact with debuginfod (development files)
 The libdebuginfo1 package provides a library with an interface to interact
 with debuginfod.
 .
 This library is part of elfutils.
Homepage: https://sourceware.org/elfutils/
Multi-Arch: same

Package: libdebuginfod1-dbgsym
Priority: optional
Section: debug
Installed-Size: 58
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libdebuginfod1 (= 0.188-2.1+apertis2bv2024dev3b1)
Filename: pool/target/e/elfutils/libdebuginfod1-dbgsym_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 41472
MD5sum: b549be5231183f3f194c4803ca5bff9d
SHA1: b12460354bd36bb55042539de7da12d6dd5f05bc
SHA256: 1c8f61e8d9ab8f373412055da71940edd516b86ed06810e7744a94e224101a89
SHA512: d62b7ba1ed0fc24dd57ec3ead235f018f2c9e19d4d170ca1ab875de667a59c7f333a5176762403db28cd6545871b414a21d20e1634ff1bbdff0772e89ac6a834
Description: debug symbols for libdebuginfod1
Auto-Built-Package: debug-symbols
Build-Ids: 7177de7a95855deb1fa276663cf7015b8945b03f
Multi-Arch: same

Package: libdeflate-dev
Priority: optional
Section: libdevel
Installed-Size: 130
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Architecture: arm64
Source: libdeflate
Version: 1.14-1+apertis0bv2024dev3b1
Depends: libdeflate0 (= 1.14-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdeflate/libdeflate-dev_1.14-1+apertis0bv2024dev3b1_arm64.deb
Size: 49936
MD5sum: 278bec46554954335013fe014f3bbf65
SHA1: ad61d77155adb72f81b8144a847904e4faad9f4d
SHA256: 5f116cde2e42ea2fe393e1f1becbf618b216ecda36716b5859f4130a0c0b85a9
SHA512: 810985ee63c5edf3536ef0b6340e847fd7fcdfd986611364d379fae3757a88c34b54e35b25009435b189c5d5442e2728e4c3f199687aa47142e30b0ca74594f9
Description: headers for whole-buffer compression and decompression library
 The supported formats are:
  * DEFLATE (raw)
  * zlib (a.k.a. DEFLATE with a zlib wrapper)
  * gzip (a.k.a. DEFLATE with a gzip wrapper)
 .
 libdeflate is heavily optimized. It is significantly faster than the zlib
 library, both for compression and decompression, and especially on x86
 processors. In addition, libdeflate provides optional high compression modes
 that provide a better compression ratio than the zlib's "level 9".
 .
 This package provides the development headers.
Homepage: https://github.com/ebiggers/libdeflate
Multi-Arch: same

Package: libdeflate-tools
Priority: optional
Section: libdevel
Installed-Size: 144
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Architecture: arm64
Source: libdeflate
Version: 1.14-1+apertis0bv2024dev3b1
Depends: libdeflate0 (= 1.14-1+apertis0bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/libd/libdeflate/libdeflate-tools_1.14-1+apertis0bv2024dev3b1_arm64.deb
Size: 48316
MD5sum: 984ccba3420585dad777f8cbe4791c3d
SHA1: 9bc7b3409b7a43f2187cf8f0ec8b650da7a34c7d
SHA256: f6847f7e5299a9000010a154042d370bfef0f2c07713ac994c8c3865db49eda2
SHA512: 19798e5a903442f41199b049c1c41b8fc0483b37b39e9b23c05915afe52e2310aae091a6d9d55518290f0f1b6da154d05117a6ee5bddfd7bac54f6d6036d1e53
Description: tools for whole-buffer compression and decompression library
 The supported formats are:
  * DEFLATE (raw)
  * zlib (a.k.a. DEFLATE with a zlib wrapper)
  * gzip (a.k.a. DEFLATE with a gzip wrapper)
 .
 libdeflate is heavily optimized. It is significantly faster than the zlib
 library, both for compression and decompression, and especially on x86
 processors. In addition, libdeflate provides optional high compression modes
 that provide a better compression ratio than the zlib's "level 9".
 .
 This package provides the sample tools.
Homepage: https://github.com/ebiggers/libdeflate

Package: libdeflate-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 171
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Architecture: arm64
Source: libdeflate
Version: 1.14-1+apertis0bv2024dev3b1
Depends: libdeflate-tools (= 1.14-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdeflate/libdeflate-tools-dbgsym_1.14-1+apertis0bv2024dev3b1_arm64.deb
Size: 155684
MD5sum: 64c6f0bc344c069413db0cbfdeef318e
SHA1: 9645659428546388ab7ae2d4570514faa04c96c9
SHA256: d713743ca02e29f5c93245e6f33f39fd1bd82757e7d22481903330d3753e8dae
SHA512: c7cceadb9246f0a0a6ac9d171666863b7b63f1fd4cafa700de49199ec136b84372fa73600c8536e46262fa23c973c0fccd5a65275023757d9468cc32ccefdfcd
Description: debug symbols for libdeflate-tools
Auto-Built-Package: debug-symbols
Build-Ids: dbd2de1be2fbdfb4aef41b0cdbc262f43da5e22f

Package: libdeflate0
Priority: optional
Section: libs
Installed-Size: 147
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Architecture: arm64
Source: libdeflate
Version: 1.14-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libd/libdeflate/libdeflate0_1.14-1+apertis0bv2024dev3b1_arm64.deb
Size: 54584
MD5sum: ecb5aecae0e0dd592c17e492a058bceb
SHA1: 1fa47ff864c4272cb1e87d360d4717aa6aed35be
SHA256: f02b559d97897cd5c5d0d0358547361169336a5e34bbda24ba7de22cfb25c20e
SHA512: d75a1b50ef3fd2ff03b8abf97985c234039265380d7b43c118897bc2c6f51a35774affeae23f35e30db16bd26e95a30d3fdd043f962843b318f1fb1a9bd8d4a4
Description: fast, whole-buffer DEFLATE-based compression and decompression
 The supported formats are:
  * DEFLATE (raw)
  * zlib (a.k.a. DEFLATE with a zlib wrapper)
  * gzip (a.k.a. DEFLATE with a gzip wrapper)
 .
 libdeflate is heavily optimized. It is significantly faster than the zlib
 library, both for compression and decompression, and especially on x86
 processors. In addition, libdeflate provides optional high compression modes
 that provide a better compression ratio than the zlib's "level 9".
Homepage: https://github.com/ebiggers/libdeflate
Multi-Arch: same

Package: libdeflate0-dbgsym
Priority: optional
Section: debug
Installed-Size: 199
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Architecture: arm64
Source: libdeflate
Version: 1.14-1+apertis0bv2024dev3b1
Depends: libdeflate0 (= 1.14-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdeflate/libdeflate0-dbgsym_1.14-1+apertis0bv2024dev3b1_arm64.deb
Size: 184204
MD5sum: 2e674bf6f0f9a1f8ab03f927133b777b
SHA1: b80f2f4a2c8b491d2372804e9773e08f8db3b876
SHA256: 1cfe9c877e9ec5e81935d6cb07d856be85edefe8300a79b4966f94b79a2c18fd
SHA512: 2721bc955d995f97299593dca68f718272655070944693be72a6ef1484f22e77ea07d57e1f0ee55b979983fab1b9a58415019ea3bcb492268d90bc1fcfc38a8c
Description: debug symbols for libdeflate0
Auto-Built-Package: debug-symbols
Build-Ids: 4225e2f76c2dc2fdd5f4e3d748ea763db4da7474
Multi-Arch: same

Package: libdevmapper-dev
Priority: optional
Section: libdevel
Installed-Size: 167
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libdevmapper1.02.1 (= 2:1.02.185-2+apertis1bv2024dev3b1), libdevmapper-event1.02.1 (= 2:1.02.185-2+apertis1bv2024dev3b1), libudev-dev, libselinux1-dev
Filename: pool/target/l/lvm2/libdevmapper-dev_1.02.185-2+apertis1bv2024dev3b1_arm64.deb
Size: 45292
MD5sum: b82892c309ce5bb5b59274d9f51df287
SHA1: c6378b4502dfed506dd81cdf64fd1adc92c01a89
SHA256: 1ade8645cce583982898b071243ac455b0d757d87e0be8bf88caeb434d527929
SHA512: cfa390a556705f08b49543973c44558b0304099c4a9a4c5aada42a65ebdde4f7dcd28986105b3b2abf611914f83b90b5633ddf28a4963071aa0c9f284bcb6a88
Description: Linux Kernel Device Mapper header files
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but software raid,
 and other drivers that create "virtual" block devices.
 .
 This package contains the (user-space) header files for accessing the
 device-mapper; it allow usage of the device-mapper through a clean,
 consistent interface (as opposed to through kernel ioctls).
Homepage: https://sourceware.org/lvm2/
Multi-Arch: same

Package: libdevmapper-event1.02.1
Priority: optional
Section: libs
Installed-Size: 89
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libdevmapper1.02.1 (>= 2:1.02.97)
Filename: pool/target/l/lvm2/libdevmapper-event1.02.1_1.02.185-2+apertis1bv2024dev3b1_arm64.deb
Size: 15612
MD5sum: 5ce2c8f03db9c72f70dfd63cf0bda898
SHA1: 10c87c241c5f865183174d85db4c12b7fc12ac09
SHA256: 2e03b4dda7cf6e76c0ed3b0868c7521a3b18fa5236647f9dd20c2b2ed786132a
SHA512: 6a3ad5ef7ab34c00dcfc898fef121bf23cf78a1cec02748dc5083bf852c6510338f04ec49f4266788e9350f230f83d011c337168ab801e80e3cd92d24a0c5560
Description: Linux Kernel Device Mapper event support library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but software raid,
 and other drivers that create "virtual" block devices.
 .
 This package contains the userspace library to help with event monitoring
 for devmapper devices, in conjunction with the dmevent daemon.
Homepage: https://sourceware.org/lvm2/
Multi-Arch: same

Package: libdevmapper-event1.02.1-dbgsym
Priority: optional
Section: debug
Installed-Size: 29
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libdevmapper-event1.02.1 (= 2:1.02.185-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/libdevmapper-event1.02.1-dbgsym_1.02.185-2+apertis1bv2024dev3b1_arm64.deb
Size: 12652
MD5sum: e685fc07e118921407401951021de955
SHA1: a109a56831a353a616b3bbb130dcf00da49e4ec1
SHA256: 61c736210b4d6416e480e11b0e51030f7d560cefff9619d6d78a5379333d9b7b
SHA512: 269417454f636b8c1b652ac32f836a0fff650e9e50f3dd98efca3bdbc80d426d78e97142706472db3dd43e90ac13e44a1e964012300cf1519527c46f040da1e3
Description: debug symbols for libdevmapper-event1.02.1
Auto-Built-Package: debug-symbols
Build-Ids: 5721f0c18691ad3ab5e0c53433eeb4e4a3a5d97b
Multi-Arch: same

Package: libdevmapper1.02.1
Priority: optional
Section: libs
Installed-Size: 507
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libselinux1 (>= 3.1~), libudev1 (>= 183), dmsetup (>= 2:1.02.185-2+apertis1bv2024dev3b1~)
Filename: pool/target/l/lvm2/libdevmapper1.02.1_1.02.185-2+apertis1bv2024dev3b1_arm64.deb
Size: 119092
MD5sum: b52cb5897d8f080be64dd7134d7f91c3
SHA1: 6267258e38bd4f946c4ba761a3bd6c93632ff2aa
SHA256: 3d7e7478b6f04be0f43c9f37fb3e3d9026aff9c6e1eb4d971c2390d35416eea3
SHA512: 3b58a0216206833470a8193ad57baeedc919b778b6edf420f3ccbe2dd742ce240f15084a60f8651a6b63ca8307622440bcce56855ab086d69bfe45c9ffba9b97
Description: Linux Kernel Device Mapper userspace library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but software raid,
 and other drivers that create "virtual" block devices.
 .
 This package contains the (user-space) shared library for accessing the
 device-mapper; it allows usage of the device-mapper through a clean,
 consistent interface (as opposed to through kernel ioctls).
Homepage: https://sourceware.org/lvm2/
Multi-Arch: same

Package: libdevmapper1.02.1-dbgsym
Priority: optional
Section: debug
Installed-Size: 172
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2 (2.03.16-2+apertis1bv2024dev3b1)
Version: 2:1.02.185-2+apertis1bv2024dev3b1
Depends: libdevmapper1.02.1 (= 2:1.02.185-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/libdevmapper1.02.1-dbgsym_1.02.185-2+apertis1bv2024dev3b1_arm64.deb
Size: 124236
MD5sum: de50d0928582b641bfaee08804d5e6ca
SHA1: 184bcf07eaa0b473bcf3e997cee3de17606c0092
SHA256: 2ee5073fb4667ab6ad35d95329bcc803583cb7013ada5785eb195701c7606a2b
SHA512: 97fa51f11a0113fd7832ac068e70bbb5030156e257127f97446b11c6ad1fd1d8c178a788541b90b4c529b3c0d6f7c5b241ca4e4e96352e3a0e9e80bf0481e55b
Description: debug symbols for libdevmapper1.02.1
Auto-Built-Package: debug-symbols
Build-Ids: eeae213c830c8f0c92cd2f86f43d100400f660b7
Multi-Arch: same

Package: libdidcot-0-1
Priority: optional
Section: libs
Installed-Size: 99
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Replaces: didcot (<< 0.2024.1bv2024dev2b1)
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3)
Breaks: didcot (<< 0.2024.1bv2024dev2b1)
Filename: pool/target/d/didcot/libdidcot-0-1_0.2024.1bv2024dev2b1_arm64.deb
Size: 14300
MD5sum: 6c3e6f4d25d3dbd8fa6adfe93e482925
SHA1: 5b5fea70a4094f10fb8a92e00dae86b85836ff8b
SHA256: 39717f1f7f601dd11c95d5e5c60575966ac73765530f69fd6c83a96f40959088
SHA512: 73c864eee3b3a423cbb01d681899239550a878db04d6f4dff57971fba8e32a2c4912dde1de966f7ce6f990794e954943c7a1baceb19207813583cdc4979a2174
Description: Apertis Data Sharing Service - Shared library
 didcot is a service responsible for sharing the data across various
 applications, and it is also provides "open-with" framework where a data
 can be opened with different applications which supports its mime type.
 .
 This package contains the shared library
Multi-Arch: same

Package: libdidcot-0-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 41
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Replaces: didcot-dbg (<< 0.1703.0-0co2~)
Depends: libdidcot-0-1 (= 0.2024.1bv2024dev2b1)
Breaks: didcot-dbg (<< 0.1703.0-0co2~)
Filename: pool/target/d/didcot/libdidcot-0-1-dbgsym_0.2024.1bv2024dev2b1_arm64.deb
Size: 22696
MD5sum: 9e9f18609a61f7923f02fd484427d202
SHA1: 866e2154bbd27a57b1e5c9fe999ea4ab09472cec
SHA256: da8ff5704e329cc026d8e084a5d6484fe018727033d9fb7a7f3bc40edaf78622
SHA512: fdedc97e0bb7534788cba18c471bdd281fc05c60f451cd02a4db47fdf01c4162cfc6cfcca33e85fe881d9f72ce93de93e220a2d28a34d0ba24528179a3d5633e
Description: debug symbols for libdidcot-0-1
Auto-Built-Package: debug-symbols
Build-Ids: 6507dc13f952a39c133890e00ca9f91256aebd8f
Multi-Arch: same

Package: libdidcot-0-dev
Priority: optional
Section: libdevel
Installed-Size: 109
Maintainer: Apertis packagers <packages@lists.apertis.org>
Architecture: arm64
Source: didcot
Version: 0.2024.1bv2024dev2b1
Replaces: didcot-dev (<< 0.2024.1bv2024dev2b1)
Depends: barkway-dev, gir1.2-didcot-0 (= 0.2024.1bv2024dev2b1), libdidcot-0-1 (= 0.2024.1bv2024dev2b1), libglib2.0-dev
Recommends: didcot-doc
Breaks: didcot-dev (<< 0.2024.1bv2024dev2b1)
Filename: pool/target/d/didcot/libdidcot-0-dev_0.2024.1bv2024dev2b1_arm64.deb
Size: 18696
MD5sum: 4733bc388bf5eca80e6ba9c7aa0305da
SHA1: 85b07b1130e9c5f95452d239a8bad92748b31244
SHA256: 1673c2cb6ed07e990e25291fda7fd7cae38233f6e891f9e0d0a011b1487d641b
SHA512: 6e90ee5583f1826da81979153d7ab1ec0921e5ba70068a3230292116e7d0c104017f2cf2e154d9f2b99f127c787a8ec9695b78e333d4ac91dbec36cd83bedf99
Description: Apertis Data Sharing Service - header files
 didcot is a service responsible for sharing the data across various
 applications, and it is also provides "open-with" framework where a data
 can be opened with different applications which supports its mime type.
 .
 This package contains the static libraries and header files needed to
 use the services of didcot.
Multi-Arch: same

Package: libdlt-dev
Priority: optional
Section: libdevel
Installed-Size: 536
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: arm64
Source: dlt-daemon
Version: 2.18.8-6+apertis1bv2024dev3b1
Depends: libdlt2 (= 2.18.8-6+apertis1bv2024dev3b1)
Filename: pool/target/d/dlt-daemon/libdlt-dev_2.18.8-6+apertis1bv2024dev3b1_arm64.deb
Size: 126084
MD5sum: 4cb915d9d956b8196d5d030fa6d00d1b
SHA1: 92c7e13d47f476a23d390193c242899af9384897
SHA256: 525c8bd140fd173b73c3dad12a5c7197fb92327d7c66e385772e80183c3ad6e1
SHA512: b9165ac1aedfedf61a28c819c975cf2a6121240cec39788f91b1563c165b7c693dabb08aa8a2eb393c8e88ae11ce43b4058d5b94218116f65efc8469554f7c0b
Description: Diagnostic Log and Trace (DLT) library (development)
 This component provides a log and trace interface, based on the standardised
 protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used
 by COVESA components and other applications as logging facility.
 .
 DLT library is used by apps that need to log to a DLT daemon directly and by
 apps that want to read logs from DLT daemon. This package provides development
 files.
Homepage: https://github.com/COVESA/dlt-daemon
Multi-Arch: same

Package: libdlt-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 287
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: arm64
Source: dlt-daemon
Version: 2.18.8-6+apertis1bv2024dev3b1
Depends: libdlt-dev (= 2.18.8-6+apertis1bv2024dev3b1)
Filename: pool/target/d/dlt-daemon/libdlt-dev-dbgsym_2.18.8-6+apertis1bv2024dev3b1_arm64.deb
Size: 252024
MD5sum: 0d5e300ed8cda44f4b0ae1b2069405be
SHA1: c2e821888f94ec34611508639dc176047ea40430
SHA256: 3e68c917535569278253a513b8e83d80e35c592bd17d9261c8f73f8de2c8cfe9
SHA512: f1252f085a2c10e73371e59bc6e5f1476ce1d495dba6f8c0af29c7305fdfb00246a3a81ba871b0aa7c8f0372d78eb33c88a090b93bbf8313396ec6fc5efed049
Description: debug symbols for libdlt-dev
Auto-Built-Package: debug-symbols
Build-Ids: e66c555789a55d64ee5b48caf06d3003c8b378e2
Multi-Arch: same

Package: libdlt-examples
Priority: optional
Section: libs
Installed-Size: 1513
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: arm64
Source: dlt-daemon
Version: 2.18.8-6+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdlt2 (>= 2.18.8)
Suggests: dlt-daemon
Filename: pool/target/d/dlt-daemon/libdlt-examples_2.18.8-6+apertis1bv2024dev3b1_arm64.deb
Size: 363136
MD5sum: 456ec47329e89ac87ec9d615c86374a4
SHA1: 5b8906bbdaf8b5fe0f5561f94f771ddd24bd4d04
SHA256: bf57194dc8ac0d7dc3a4b835db3a965be3d9904b9a8056e514cb062bb812e271
SHA512: 41dff4bc3ddea1cf5ec2581760aa633d7e4f5fdc5778c4aee646438e1f2aa8db8f0e461dbee844605a5c2b2bf2c9d5e37a54a4dd5f5a67767dd905ab49989c9d
Description: Diagnostic Log and Trace (DLT) (documentation)
 This component provides a log and trace interface, based on the standardised
 protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used
 by COVESA components and other applications as logging facility.
 .
 This package includes example apps and test tools for DLT server.
Homepage: https://github.com/COVESA/dlt-daemon
Multi-Arch: foreign

Package: libdlt-examples-dbgsym
Priority: optional
Section: debug
Installed-Size: 300
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: arm64
Source: dlt-daemon
Version: 2.18.8-6+apertis1bv2024dev3b1
Depends: libdlt-examples (= 2.18.8-6+apertis1bv2024dev3b1)
Filename: pool/target/d/dlt-daemon/libdlt-examples-dbgsym_2.18.8-6+apertis1bv2024dev3b1_arm64.deb
Size: 142896
MD5sum: a51bf5d7d2f7d39d0729bc5789bd3b6f
SHA1: adfb1e5e351ab131d65a75cc478fd1fbd2c54515
SHA256: fdafb1e27f388bac679c7fa519ae9c58de0c66aa869a1084df7da245265f7099
SHA512: ef3096d56b1c887ca980865b9e7851e774ef83eaae83997ec674de0187d395352a61190159d7093042f5695798faf5eda6be058a0298aa46887965a51c66c90a
Description: debug symbols for libdlt-examples
Auto-Built-Package: debug-symbols
Build-Ids: 04c02228eb9e45dfe3331fe70fe1fd3ce222b68c 08d9ecc8db2c4516157005f72be1ba0048b7b00e 10717b456e3bf378b786ece4ccc97f67012e6243 15084ede3f3fd860e1191d097a671abe447cf33e 1c1ac4781c156e765da4e58b091adbd416f04ccf 299acea46e04fc28277e00194a5ed41e175fc925 33763f1b23d1900555e8cbf1dbaf47b384f8c407 47529198e03d17af9e8964d210566c98478ce4ec 496febccd9f5b69c41365d7ef6c7ed47ac1af55c 68de18caece8eeb6b36547b8348eee4738f6d397 6982b959288600a828b19fe76d4ec6267ff27fc3 736432619fd1ac0958a204f1cc9325f4833db51b 7b86f7e0da30f8a232d0b95317105bc37034fd49 8ae4a212a6c9305dd802ba07af7f5b3b35183496 903776f8fcb14db6ac9758046da3f7dd8c6b74f6 a3537be1163bd4c9572500127f8a43bd53e06d33 f56e6253f1666b24a90d922eec742b2b3ebec347

Package: libdlt2
Priority: optional
Section: libs
Installed-Size: 219
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: arm64
Source: dlt-daemon
Version: 2.18.8-6+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/d/dlt-daemon/libdlt2_2.18.8-6+apertis1bv2024dev3b1_arm64.deb
Size: 57340
MD5sum: 434e01e57bbeff3de18b8aeee3a3c120
SHA1: 92ddcce19a9d37aad693fde44718e7c0452f7ee8
SHA256: 02714fcd5e2a54787fd4be36a121c4ea14e85e90bfad2748af1c2bfbb2875efe
SHA512: 3079b6bda592bb82ea1964f1456c2d71febde0b6fe45cfdae2f91ee4950e107ed539679999f592d22770a2c4c85ff5471e895cd43c33f52515f5e12ce5ce50e7
Description: Diagnostic Log and Trace (DLT) library
 This component provides a log and trace interface, based on the standardised
 protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used
 by COVESA components and other applications as logging facility.
 .
 DLT library is used by apps that need to log to a DLT daemon directly and by
 apps that want to read logs from DLT daemon.
Homepage: https://github.com/COVESA/dlt-daemon
Multi-Arch: same

Package: libdlt2-dbgsym
Priority: optional
Section: debug
Installed-Size: 165
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Architecture: arm64
Source: dlt-daemon
Version: 2.18.8-6+apertis1bv2024dev3b1
Depends: libdlt2 (= 2.18.8-6+apertis1bv2024dev3b1)
Filename: pool/target/d/dlt-daemon/libdlt2-dbgsym_2.18.8-6+apertis1bv2024dev3b1_arm64.deb
Size: 136852
MD5sum: e29a4152423ba33fa24539b49dacaee1
SHA1: fb5715da660744d74bba41f445ccab4f5a0b9e49
SHA256: 49bef431b3aa4c3195dccaa561991a24c8d7375c0182733b2ec09298f872e932
SHA512: cefe2c3f7c8a25b909cb651517f99c953177814de316011df1ac1be881c871c36f526f1551b88dcc5592c7e125218670867b15067ce2921ee72b1f2c7e34dd04
Description: debug symbols for libdlt2
Auto-Built-Package: debug-symbols
Build-Ids: fb784f992b76b50b24177212c42caa5266bc1612
Multi-Arch: same

Package: libdmapsharing-3.0-2
Priority: optional
Section: libs
Installed-Size: 322
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libdmapsharing
Version: 2.9.41-3+apertis1bv2024dev2b1
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.1), libgstreamer-plugins-base1.0-0 (>= 1.0.6), libgstreamer1.0-0 (>= 1.0.0), libsoup2.4-1 (>= 2.48), zlib1g (>= 1:1.1.4)
Filename: pool/target/libd/libdmapsharing/libdmapsharing-3.0-2_2.9.41-3+apertis1bv2024dev2b1_arm64.deb
Size: 112028
MD5sum: e9340b669c8324da67148b570a7cb1fb
SHA1: f6ccf76d4d39aa4581fba79f4d226b8a4aa4a19d
SHA256: 6842566d2e76bdfa5d327b3f537db2b462fae52fdc025587bf24860f4b8bd8e8
SHA512: 17d4492b4295dbfa418d1022213a55923c28132d0154fa42d29c5ae9c7f86a2143134e7c8abcd1a00ad03824da3a548e3f3baef6ed9a5aae9f9a02df84a0937c
Description: DMAP client and server library - runtime
 libdmapsharing is a library to access and share content through the
 DMAP (DAAP & DPAP) protocols. The library is written in C using GObject
 and libsoup.
 .
 This package contains the runtime needed by programs using the
 library.
Homepage: http://www.flyn.org/projects/libdmapsharing/
Multi-Arch: same

Package: libdmapsharing-3.0-2-dbgsym
Priority: optional
Section: debug
Installed-Size: 242
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libdmapsharing
Version: 2.9.41-3+apertis1bv2024dev2b1
Depends: libdmapsharing-3.0-2 (= 2.9.41-3+apertis1bv2024dev2b1)
Filename: pool/target/libd/libdmapsharing/libdmapsharing-3.0-2-dbgsym_2.9.41-3+apertis1bv2024dev2b1_arm64.deb
Size: 195256
MD5sum: ab8783e2359ad80da779f482efa919c6
SHA1: c80cd51f39f75eb72d98a1df03984f2cef16ba41
SHA256: 148e2ee76d33f33949bab09b4432a176dad84f0aa8567221610cfccd89309319
SHA512: 7bd65cc3dd07c7723c6128679d1869d104bc8788c9f32b07941b8c5741693216a80c889063e169f9c4ac8580b61c3b0a6eb0bfb5bc055667af2430958b400c01
Description: debug symbols for libdmapsharing-3.0-2
Auto-Built-Package: debug-symbols
Build-Ids: 817d6160f451ff6709f93d9605ee6d167a5a60c6
Multi-Arch: same

Package: libdmapsharing-3.0-dev
Priority: optional
Section: libdevel
Installed-Size: 752
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libdmapsharing
Version: 2.9.41-3+apertis1bv2024dev2b1
Depends: libdmapsharing-3.0-2 (= 2.9.41-3+apertis1bv2024dev2b1), libglib2.0-dev, libsoup2.4-dev, libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev
Filename: pool/target/libd/libdmapsharing/libdmapsharing-3.0-dev_2.9.41-3+apertis1bv2024dev2b1_arm64.deb
Size: 87292
MD5sum: c40ee0ac2c70c0b571476f773e2e23d7
SHA1: 637e85821a6b67f7b7b05f0e75c591fd999e1226
SHA256: aeb066ee3e5ab8eddcc74c4a7edbc23e3e3773a9932ccdcdd5453193f706f592
SHA512: 1a4b47dd02e81b432c3093f22a8064387974e12aab91d510c1499f955e792682bb1297ce7f7aa586db1dd7049e06e636daf71f22ddd062e7e2b18cf378c239f3
Description: DMAP client and server library - development
 libdmapsharing is a library to access and share content through the
 DMAP (DAAP & DPAP) protocols. The library is written in C using GObject
 and libsoup.
 .
 This package contains the development library and headers needed to
 build programs using the library.
Homepage: http://www.flyn.org/projects/libdmapsharing/
Multi-Arch: same

Package: libdouble-conversion-dev
Priority: optional
Section: libdevel
Installed-Size: 259
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: double-conversion
Version: 3.2.1-1+apertis0bv2024dev2b1
Depends: libdouble-conversion3 (= 3.2.1-1+apertis0bv2024dev2b1)
Filename: pool/target/d/double-conversion/libdouble-conversion-dev_3.2.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 57444
MD5sum: b5de61137dafe9efc6ba36bb560378db
SHA1: c3697d784c73679b2401ea1d976784761011a6c0
SHA256: 4652968a5336be4004c72a7831e4198ce1d54484cb5100af2825e895fcee7af0
SHA512: d4cce393f8b0c5bbca7c4d9b00369ace4e5e6c8e37054f224f72744fd0659a39caebd0fd97a16f1c84ab9f01ff5fd731431485a88587a1d637434b9da7c7f756
Description: routines to convert IEEE floats to and from strings (development files)
 This library provides routines to convert IEEE single and double floats to and
 from string representations. It offers at lot of flexibility with respect to
 the conversion format: shortest, fixed, precision or exponential
 representation; decimal, octal or hexadecimal basis; control over number of
 digits, leading/trailing zeros and spaces.
 .
 The library consists of efficient conversion routines that have been
 extracted from the V8 JavaScript engine. The code has been refactored
 and improved so that it can be used more easily in other projects.
 .
 This package contains a static version of the library and development headers.
Homepage: https://github.com/google/double-conversion
Multi-Arch: same

Package: libdouble-conversion3
Priority: optional
Section: libs
Installed-Size: 154
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: double-conversion
Version: 3.2.1-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1)
Filename: pool/target/d/double-conversion/libdouble-conversion3_3.2.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 36184
MD5sum: fdb67cc0fb0a4ab1db2486090a927a44
SHA1: 4f193235854eea9971287b658d6ce7137c0cd121
SHA256: 26bc72670dd95ec91598480e7a86b0354447d1ccab9da6095aee1c77031cb228
SHA512: 7b94d51013e255bf9b8d8a505a563268372568c5f220c500e61c7e5d50b1efb785ce4cdd48691dc918224099ba5ea4e3ed038c5007efecd30455e9c77af27fa2
Description: routines to convert IEEE floats to and from strings
 This library provides routines to convert IEEE single and double floats to and
 from string representations. It offers at lot of flexibility with respect to
 the conversion format: shortest, fixed, precision or exponential
 representation; decimal, octal or hexadecimal basis; control over number of
 digits, leading/trailing zeros and spaces.
 .
 The library consists of efficient conversion routines that have been
 extracted from the V8 JavaScript engine. The code has been refactored
 and improved so that it can be used more easily in other projects.
 .
 This package contains a shared version of the library.
Homepage: https://github.com/google/double-conversion
Multi-Arch: same

Package: libdouble-conversion3-dbgsym
Priority: optional
Section: debug
Installed-Size: 159
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: double-conversion
Version: 3.2.1-1+apertis0bv2024dev2b1
Depends: libdouble-conversion3 (= 3.2.1-1+apertis0bv2024dev2b1)
Filename: pool/target/d/double-conversion/libdouble-conversion3-dbgsym_3.2.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 141380
MD5sum: 42a92fe107882460c3caa7e9336e23bc
SHA1: cc86f113d396dd26932e5de67c412f0215f8129a
SHA256: 62652b91ef9e1d34d4264f706b6a9c3f9c321b4a2f20e2893a05c5c8963b89b2
SHA512: 98df86c82a0213ae0bb6059f73f9292fa70c705dc30f02e0aa6e323e9fbebe49d6301e5a0920d85a63e036d99c3a66fbf4942469e9a0add1bf38882640350495
Description: debug symbols for libdouble-conversion3
Auto-Built-Package: debug-symbols
Build-Ids: ea5f81c7a150fa87e80372511f32e603ca6146d2
Multi-Arch: same

Package: libdpkg-dev
Priority: optional
Section: libdevel
Installed-Size: 933
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: arm64
Source: dpkg
Version: 1.21.22+apertis1bv2024dev3b1
Depends: libmd-dev, zlib1g-dev, liblzma-dev (>= 5.4.0), libzstd-dev (>= 1.4.0), libbz2-dev
Filename: pool/target/d/dpkg/libdpkg-dev_1.21.22+apertis1bv2024dev3b1_arm64.deb
Size: 363816
MD5sum: de0742042743b360d1f900c8041e5d2d
SHA1: d861e87fe8181f8afd9ef8927283b4742ab3202c
SHA256: b0efdce92c973bc2cb2823591a01f289971a27e7283aa9def81251db3c722436
SHA512: 79d33ccd96e2a9dfe23e10dd352312fe284cdb2e6644ed69cc7e4e0d05ec8b4bfc2923f2535d6eed7075cf6d1788da76a6b28e5fe3739a1b1d262f90122ebda2
Description: Debian package management static library
 This package provides the header files and static library necessary to
 develop software using libdpkg, the same library used internally by dpkg.
 .
 Note though, that the API is to be considered volatile, and might change
 at any time, use at your own risk.
Homepage: https://wiki.debian.org/Teams/Dpkg
Multi-Arch: same

Package: libdpkg-perl
Priority: optional
Section: perl
Installed-Size: 1995
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: all
Source: dpkg
Version: 1.21.22+apertis1bv2024dev3b1
Depends: perl:any, dpkg (>= 1.18.11)
Recommends: libfile-fcntllock-perl, liblocale-gettext-perl, bzip2, xz-utils (>= 5.4.0)
Suggests: debian-keyring, gnupg | sq | sqop | pgpainless-cli, gpgv | sq | sqop | pgpainless-cli, gcc | c-compiler, binutils, patch, sensible-utils, git, bzr
Breaks: dgit (<< 3.13~), libsop-java-java (<< 4.0.7~), pgpainless-cli (<< 1.3.13~), pkg-kde-tools (<< 0.15.28~), sq (<< 0.25.0~), sqop (<< 0.27.2~)
Filename: pool/target/d/dpkg/libdpkg-perl_1.21.22+apertis1bv2024dev3b1_all.deb
Size: 610516
MD5sum: 8343d0d67887d541dbacb0c57494d33f
SHA1: 862ff70e26f0939ca6f7c163b8059d37e95b3270
SHA256: a4ba73e4b728e7b3252acd14949e2143ea2e6eb3561563c276e981a6ffe406af
SHA512: b19f5c4e074f8252efd26c611e8be0a276383311a0705bdc954194a37b395cd4e6ca68816ef2b2ad07c56e1edf1012574cd29f44acefa09ebef624056d97a989
Description: Dpkg perl modules
 This package provides the perl modules used by the scripts
 in dpkg-dev. They cover a wide range of functionality. Among them
 there are the following public modules:
 .
  - Dpkg: core variables
  - Dpkg::Arch: architecture handling functions
  - Dpkg::BuildFlags: set, modify and query compilation build flags
  - Dpkg::BuildInfo: build information functions
  - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
  - Dpkg::BuildProfiles: parse and manipulate build profiles
  - Dpkg::Changelog: parse changelogs
  - Dpkg::Changelog::Entry: represents a changelog entry
  - Dpkg::Changelog::Parse: generic changelog parser for dpkg-parsechangelog
  - Dpkg::Checksums: generate and parse checksums
  - Dpkg::Compression: simple database of available compression methods
  - Dpkg::Compression::FileHandle: transparently (de)compress files
  - Dpkg::Compression::Process: wrapper around compression tools
  - Dpkg::Conf: parse dpkg configuration files
  - Dpkg::Control: parse and manipulate Debian control information
    (.dsc, .changes, Packages/Sources entries, etc.)
  - Dpkg::Control::Changelog: represent fields output by dpkg-parsechangelog
  - Dpkg::Control::Fields: manage (list of known) control fields
  - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields
  - Dpkg::Control::Info: parse files like debian/control
  - Dpkg::Control::Tests: parse files like debian/tests/control
  - Dpkg::Control::Tests::Entry: represents a debian/tests/control stanza
  - Dpkg::Deps: parse and manipulate dependencies
  - Dpkg::Deps::Simple: represents a single dependency statement
  - Dpkg::Deps::Multiple: base module to represent multiple dependencies
  - Dpkg::Deps::Union: list of unrelated dependencies
  - Dpkg::Deps::AND: list of AND dependencies
  - Dpkg::Deps::OR: list of OR dependencies
  - Dpkg::Deps::KnownFacts: list of installed and virtual packages
  - Dpkg::Exit: push, pop and run exit handlers
  - Dpkg::Gettext: wrapper around Locale::gettext
  - Dpkg::IPC: spawn sub-processes and feed/retrieve data
  - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
    example)
  - Dpkg::Interface::Storable: base object serializer
  - Dpkg::Path: common path handling functions
  - Dpkg::Source::Format: manipulate debian/source/format files
  - Dpkg::Source::Package: extract Debian source packages
  - Dpkg::Substvars: substitute variables in strings
  - Dpkg::Vendor: identify current distribution vendor
  - Dpkg::Version: parse and manipulate Debian package versions
 .
 All the packages listed in Suggests or Recommends are used by some of the
 modules.
Homepage: https://wiki.debian.org/Teams/Dpkg
Multi-Arch: foreign

Package: libdrm-amdgpu1
Priority: optional
Section: libs
Installed-Size: 104
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.108)
Filename: pool/target/libd/libdrm/libdrm-amdgpu1_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 23020
MD5sum: 07d19de79cfef26e40969690363faabe
SHA1: ba6cc921cf6a9d9d8a601caad08175c5615a4df0
SHA256: f8aeadd379fd761be45cba95a2651a0aa0e8402b778147c4af44bc646f0c4eb3
SHA512: 0c060d610a24e98845aa432a17d7cd8029c49209c24fb11bd505518f20e5e9a9dfd77a8c099ff1a8e7716a1a2ec44729130365873711419c9a2ea852bf0208d0
Description: Userspace interface to amdgpu-specific kernel DRM services -- runtime
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
Homepage: https://cgit.freedesktop.org/mesa/drm/
Multi-Arch: same

Package: libdrm-amdgpu1-dbgsym
Priority: optional
Section: debug
Installed-Size: 70
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm-amdgpu1 (= 2.4.114-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdrm/libdrm-amdgpu1-dbgsym_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 51668
MD5sum: 6045013e29ce8c6ff5fd463f12aae058
SHA1: 014b43cf392201d98b0b342fc876109e73fbdebd
SHA256: 9474e828aae13e10e73304d91aed85a3a11c81ac40c152c465a7d2a1ecb3d822
SHA512: 0038586cc94c7e7828d4014b3739f18c4a4a5827108b4adcfe1aaa3c2f8136f8233ad357b3b2bd363a52cda18a16ebc6a24c11ffe5067a066dbfd48c0d78fbe2
Description: debug symbols for libdrm-amdgpu1
Auto-Built-Package: debug-symbols
Build-Ids: 57aedf7d794bea9e8910059368f51b9bf6555bf0
Multi-Arch: same

Package: libdrm-common
Priority: optional
Section: libs
Installed-Size: 46
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Filename: pool/target/libd/libdrm/libdrm-common_2.4.114-1+apertis0bv2024dev3b1_all.deb
Size: 9880
MD5sum: 62e97be6e1ed818e018e21c77d032301
SHA1: 891afa688fcb5c6ed5c72783c0eac77ffe5ba784
SHA256: 143e8a1bc3cef75b733353c9e440c662ffe25c001587a9781f10ecc37c4b142f
SHA512: 24ed62d6964edd926806b2912953f4b6acf67a1f53d5d5732ccbd3aa1a33217210e68900577c9ae580fe2f00a667a5f54f5bd49acd1234d4bfcf45a9509a4891
Description: Userspace interface to kernel DRM services -- common files
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
 .
 This package provides common files for libdrm.
Homepage: https://cgit.freedesktop.org/mesa/drm/
Multi-Arch: foreign

Package: libdrm-dev
Priority: optional
Section: libdevel
Installed-Size: 1192
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm2 (= 2.4.114-1+apertis0bv2024dev3b1), libdrm-radeon1 (= 2.4.114-1+apertis0bv2024dev3b1), libdrm-nouveau2 (= 2.4.114-1+apertis0bv2024dev3b1), libdrm-amdgpu1 (= 2.4.114-1+apertis0bv2024dev3b1), libdrm-freedreno1 (= 2.4.114-1+apertis0bv2024dev3b1), libdrm-tegra0 (= 2.4.114-1+apertis0bv2024dev3b1), libdrm-etnaviv1 (= 2.4.114-1+apertis0bv2024dev3b1), libpciaccess-dev
Filename: pool/target/libd/libdrm/libdrm-dev_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 249920
MD5sum: 6522be42ca660ec5822137c69c8e2eeb
SHA1: 790126a071b005e25c33f29bace9a62649e4aa79
SHA256: 82d3d3fd53ecd6355270a75c519ffbe9950d168891d4be0b7490c7be0905168e
SHA512: 41fa06c7bccc4952fc53de879398974bedcf1378c433bcc621a6edda408a4573815fc4932dd53437d544b9a262cd0b40f5bee3416e6ca3f9841b8a500780f6b9
Description: Userspace interface to kernel DRM services -- development files
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
 .
 This package provides the development environment for libdrm.
Homepage: https://cgit.freedesktop.org/mesa/drm/
Multi-Arch: same

Package: libdrm-etnaviv1
Priority: optional
Section: libs
Installed-Size: 102
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.108)
Filename: pool/target/libd/libdrm/libdrm-etnaviv1_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 16320
MD5sum: 36e8d44b3593e9d08a231bc4acff1c8a
SHA1: b1432e5d2e140b302938b95f0d21fe05f6dd0303
SHA256: 396c287d2db01f47e25edeef65cf297a909e63444644029c7aceed70138a4337
SHA512: 3db8a78c5684b02e025ff8dad44dff1bad6c80266d9a7dfd4fea1c128c604497ba018bd9c8b196fa40f9764e5e6e9a70b89e078245c4c09c81f61ebfcac17132
Description: Userspace interface to etnaviv-specific kernel DRM services -- runtime
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
Homepage: https://cgit.freedesktop.org/mesa/drm/
Multi-Arch: same

Package: libdrm-etnaviv1-dbgsym
Priority: optional
Section: debug
Installed-Size: 42
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm-etnaviv1 (= 2.4.114-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdrm/libdrm-etnaviv1-dbgsym_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 25524
MD5sum: 484267997edf7655bb148b0ffbf32c4d
SHA1: a2be02107b3e0b32fa0b3a001a16bd341578937d
SHA256: c36dc34772e22adfeb5818e9e7ae366402bc688b8f215db72961e6ab379fc991
SHA512: 29f110dbe44c88f8bb4b45a1dc3df0619dfdaa9be3291fb0be488e152cca4aa5a59181db7ea64eddf783c518cf5b5b3e25ead8ba1aea4d787d50eda3131eb54d
Description: debug symbols for libdrm-etnaviv1
Auto-Built-Package: debug-symbols
Build-Ids: b530d6d037b47d2cd3be7f92cd32e5092145a51a
Multi-Arch: same

Package: libdrm-freedreno1
Priority: optional
Section: libs
Installed-Size: 103
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.108)
Filename: pool/target/libd/libdrm/libdrm-freedreno1_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 23028
MD5sum: 1ca89c74d1a0fdc59150b0830cc8b1ac
SHA1: 952c6f4daa0d61cf28f5322096c9b387804fb976
SHA256: 6ea10f939ce57628b7416facfe46714815929b883b97f33fe4bcaefbdaab62c4
SHA512: 2f440030c61b4d9dfbdffb1373ae33b12f95ac3da0c83e2c870e5af3dd0adf3af0fa546cacbbe44e5b26dbd1c285892544ec6b6139f7721da043b6b73d4075a9
Description: Userspace interface to msm/kgsl kernel DRM services -- runtime
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
Homepage: https://cgit.freedesktop.org/mesa/drm/
Multi-Arch: same

Package: libdrm-freedreno1-dbgsym
Priority: optional
Section: debug
Installed-Size: 70
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm-freedreno1 (= 2.4.114-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdrm/libdrm-freedreno1-dbgsym_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 50252
MD5sum: 77cb734edf7535ec0a6e357bf3dd76a0
SHA1: b0102ced521c2bbbb3e623830241bb08715871d4
SHA256: b5d29d0e6619d0c6b846d4ac369db4c179c6443f4154956037629fb3119e1a20
SHA512: 8abfbe52a4c1d98063db44a0ce3f0874da7440f0233f910cc0de2da7fdffcb4e9d5160b355d3b1f0f768d66781d9ba53e454a89e9350ecfa2ce0d95611725b8c
Description: debug symbols for libdrm-freedreno1
Auto-Built-Package: debug-symbols
Build-Ids: 5a4a24a95943ab4c2526e8a79b4e936b11861e2b
Multi-Arch: same

Package: libdrm-nouveau2
Priority: optional
Section: libs
Installed-Size: 106
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.108)
Filename: pool/target/libd/libdrm/libdrm-nouveau2_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 21008
MD5sum: 9b1bfac94648e1798740add7582f9adf
SHA1: 23cb4851ae0e298d3a687fb9c86a1cf3a750190a
SHA256: b3dae8671c7f7824f5bca5fca783e87956ae1a2a99dd0c35f525fd9608eee6af
SHA512: 27009c3d59676c1b6dfe60ab502461682dfe2ddcc4ab495915411b9b2aded7ec95f3cd0bcdaee7a38107888597370feb79c2c143cbcabd660d7c31910c30269a
Description: Userspace interface to nouveau-specific kernel DRM services -- runtime
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
Homepage: https://cgit.freedesktop.org/mesa/drm/
Multi-Arch: same

Package: libdrm-nouveau2-dbgsym
Priority: optional
Section: debug
Installed-Size: 55
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm-nouveau2 (= 2.4.114-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdrm/libdrm-nouveau2-dbgsym_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 39468
MD5sum: 56fed14f2bcdfaa3d8361776b04617d0
SHA1: f1e39c51e52eadec05a5f693339bbfb83eb542e9
SHA256: 31b81c3a4368573790b9236237ebac083a85f2f43de2044bba65f1bf9eef9f4d
SHA512: 657bb3ecbc97edebaa361ff972831b5e0029dcb0e5a5351c76dd4913214c5484b425359b38a4185ae12b5c366f52d7bed00cbe12db02df9ce85fbab4f6082d34
Description: debug symbols for libdrm-nouveau2
Auto-Built-Package: debug-symbols
Build-Ids: 856db0500e83b23b4400d1cb9ea557d3cee7bb35
Multi-Arch: same

Package: libdrm-radeon1
Priority: optional
Section: libs
Installed-Size: 103
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.108)
Filename: pool/target/libd/libdrm/libdrm-radeon1_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 23496
MD5sum: 2d311df2c62b5942136dec2b9fb38921
SHA1: d0f5595d5a56d0b904393d414beedfea5808f292
SHA256: 7c7fd944dda779331a67516642aa6472dece5e226461cb1bbc28e13028640aad
SHA512: 61c3db0051ec153c5072a637d356f2ca83ffc904a7f7832958d4c68fd5a73290b38f214385a63c700014e1ef1b0a7446c8cb44d789cec191b6eeed8c9b3c9b17
Description: Userspace interface to radeon-specific kernel DRM services -- runtime
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
Homepage: https://cgit.freedesktop.org/mesa/drm/
Multi-Arch: same

Package: libdrm-radeon1-dbgsym
Priority: optional
Section: debug
Installed-Size: 63
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm-radeon1 (= 2.4.114-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdrm/libdrm-radeon1-dbgsym_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 46104
MD5sum: e4486ac51b9ab8e5d3707265083606a5
SHA1: b8f76f52ef5d5ac87c31efcb84ee12dc998415f8
SHA256: d818916269fee37d8a2a2ffcdd8993ae4d3bcfb7fb3559627c563eb29ebfbb4a
SHA512: 3ac088752113c47798ffdb0b2a0aef4063bf6b531ea26f226f038593b5df1041f6f5211555ac042132b3a741fca5242009df081c6df34296bb976237301f3425
Description: debug symbols for libdrm-radeon1
Auto-Built-Package: debug-symbols
Build-Ids: 2ddd4daf3e590b457fc8553791fae20d08edb97d
Multi-Arch: same

Package: libdrm-tegra0
Priority: optional
Section: libs
Installed-Size: 103
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.108)
Filename: pool/target/libd/libdrm/libdrm-tegra0_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 13728
MD5sum: d43bcc9003091e3a5aa8b6c6963bcff3
SHA1: 3db71acd5e5c07100aa4d54d907c95225d53b95f
SHA256: 81f02beb7fecb67e1c77acf54d0b889218f048a0a672941b265c8f463a6c8f03
SHA512: 4e0bd6aeb828972f90463c9796cdab4f44cf492e1667c37d6861543631df817ea9ff8addae908ef8439c5cb46ab5a13e7011de831d5c9c4121e28ad12a18fa64
Description: Userspace interface to tegra-specific kernel DRM services -- runtime
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
Homepage: https://cgit.freedesktop.org/mesa/drm/
Multi-Arch: same

Package: libdrm-tegra0-dbgsym
Priority: optional
Section: debug
Installed-Size: 35
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm-tegra0 (= 2.4.114-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdrm/libdrm-tegra0-dbgsym_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 19608
MD5sum: 7d6606d0e167bdc16633c7c7b8d03cf5
SHA1: e3326adde4e534ee46410564104b09228d2356ca
SHA256: ae28b971049c9f4301fa9afc90f2f9e0ca6c91b7dab98b4100ec9ffc45bccaaf
SHA512: 007d4a84b76da4a8ed358a46b127b45919d11c7eed9ff2694bf480182087c317835b8e788685cd6c25eb511936076bf75eb00df588997c59659a27d3bbb4493d
Description: debug symbols for libdrm-tegra0
Auto-Built-Package: debug-symbols
Build-Ids: 8e2114baa74015b63177f0d91b14036d4f1f87ac
Multi-Arch: same

Package: libdrm-tests
Priority: optional
Section: libs
Installed-Size: 1105
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm2 (= 2.4.114-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.77), libdrm-etnaviv1, libdrm-tegra0 (>= 2.4.112)
Filename: pool/target/libd/libdrm/libdrm-tests_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 65704
MD5sum: 5aa14f4b12be8f6d9cc3c3399bd6d134
SHA1: eddc0880609a25d39153889ed1df10da5e6d29c1
SHA256: 99b23b5a9a53b1d941f0ca13aa9d02b74cf3de097c04cf9a8c47b03ead43051f
SHA512: 2bd64fd97831f9dfd17d99f6edb0db16eb035a987368e21130b65a9c0fb25d978c20ac7f77116a61e44b62af4d0a9f47b486f2377503636f205dc758836e0b5d
Description: Testing tools from the libdrm project
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
 .
 This package contains a variety of tools for testing from the libdrm project.
Homepage: https://cgit.freedesktop.org/mesa/drm/

Package: libdrm-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 415
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm-tests (= 2.4.114-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdrm/libdrm-tests-dbgsym_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 261444
MD5sum: 64a9ae0f0e6ff4641327d6c8f892cd18
SHA1: bcaf08a209e059b4eb2626b66c43a9eafbb5b697
SHA256: 10629692a2cfdaf9d2a2db93dbcb168d0a10e7c214c0003330e4c0ea21a5d026
SHA512: 354cf25f356dea8574f7e6ba155c6a947ad4c006316ee6b47d8f3ef100b014e84ef8c531508710946e597f7cfa7c508f26cab87e32392c185df370f78c8b4959
Description: debug symbols for libdrm-tests
Auto-Built-Package: debug-symbols
Build-Ids: 102eb0fa95d5e4dc91017118e55f97add6b7622c 11aff0403520ebce4e919ba4f4c76c44251a065f 1abf01ef52de9bc0367df2412ef4a1b9a7cff063 21883b13f8f3b87c0984e98029dd0a83ce955588 306e303a93e886ffb9cf947fb4764318a0040a2f 426097a7b56df7f76d08ac3c87765f95fb8cd099 4a6e468af2103d612c758942e7a69fa985b10d5a 4f441c7fea00bc32c1022d47f3774b6791caa8a1 8a19a3f0f2a97c5c0818257d1b507ca2ea2abf50 8b380e66ba9e0e7e94b8f4d7f4581f110dc481b1 a2b8ef320b5262bb2d9c019c8b69f841b3ae65dc afc6cb506f45bf38c693898bb327c739215f62e0 c0db7aee76c9b47e5bd39cd972b42c73e93c6411 cc037bdf7f737a3cf11db5bbb8cef1d04ad2b4ea e6cd6b5b342438962c0b6f16acab50650bce1c40 e90626d6edfcf906e7072d39f4ef1c0c72626f78

Package: libdrm2
Priority: optional
Section: libs
Installed-Size: 173
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm-common (>= 2.4.114-1+apertis0bv2024dev3b1), libc6 (>= 2.33)
Filename: pool/target/libd/libdrm/libdrm2_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 39400
MD5sum: cceb20da16fab0afa39e84d4cb8924ac
SHA1: b2ae1bd63434e42f74469d4f4dbe3e10ac214693
SHA256: de537e104ffc501acd16746559684c09bd848365aa14533583d53c34bb14db83
SHA512: 17dee8159e77eb2ea935d97bf6c3bbb869dbc32e450a241afd1f12d7bb5c62293fae63bb7f20a9e579cfc7733e02549f4e0661eef734a0ad0b58a37f64a2db04
Description: Userspace interface to kernel DRM services -- runtime
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
 .
 This package provides the runtime environment for libdrm.
Homepage: https://cgit.freedesktop.org/mesa/drm/
Multi-Arch: same

Package: libdrm2-dbgsym
Priority: optional
Section: debug
Installed-Size: 125
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libdrm
Version: 2.4.114-1+apertis0bv2024dev3b1
Depends: libdrm2 (= 2.4.114-1+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdrm/libdrm2-dbgsym_2.4.114-1+apertis0bv2024dev3b1_arm64.deb
Size: 105128
MD5sum: 03d73d318a54518ad6d67c05f8e0d2d3
SHA1: 162a28eec7b290d10f88e97176c6c7e83605ccf1
SHA256: 927c9eafe62b240ec1bd4fbe00511405d52da4fe1054302049eb6add44384072
SHA512: db8a5827c0dcb1f9a624b5ece6f557b558818bd1097bb1f0737448752711db49dafe2af1929c3bcda20ee4738e6ce89c2e066a4e346b6c09644bbd16654c677e
Description: debug symbols for libdrm2
Auto-Built-Package: debug-symbols
Build-Ids: 07a1c28dcd336fa9b033e2e470371cc16cfc35ce
Multi-Arch: same

Package: libduktape207
Priority: optional
Section: libs
Installed-Size: 348
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: duktape
Version: 2.7.0-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29)
Filename: pool/target/d/duktape/libduktape207_2.7.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 124940
MD5sum: d7df67beb715be71f5840981700f207d
SHA1: e1df9cd5de3acd988b5b04d94f78ce4d19206cdc
SHA256: 44d978b74b9cb70445932219639ea0dd5482b04ab0c959fadd1e0f0a7820c9dd
SHA512: 50eec2f819a736cdd63b0af16be282789357112e1e8a4cbfd2b1b5edaa7d73cdd15746ec22d730edd63a4f0b805be05497223cea1fd0c7336dfe79184aac5855
Description: embeddable Javascript engine, library
 Duktape is an embeddable Javascript engine, with a focus on portability
 and compact footprint.
 .
 Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h,
 and duk_config.h to your build, and use the Duktape API to call Ecmascript
 functions from C code and vice versa.
 .
 This package contains the shared library.
Homepage: https://duktape.org
Multi-Arch: same

Package: libduktape207-dbgsym
Priority: optional
Section: debug
Installed-Size: 566
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: duktape
Version: 2.7.0-2+apertis1bv2024dev3b1
Depends: libduktape207 (= 2.7.0-2+apertis1bv2024dev3b1)
Filename: pool/target/d/duktape/libduktape207-dbgsym_2.7.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 526340
MD5sum: 94204d8af2b6415f3d697aa857212467
SHA1: 8649b3728c860c0b3b5be0905e9840873dcbc861
SHA256: 770e100df794874db65e1c659fee29dc8a4414bd30ab3d9a6e7c6865ade417c8
SHA512: a3dbbaface9d4f5f1b9e005cfa03db60ecb34a75ad7c8cbb776e7d71d1f3f48f51654d468cf20f2d873774197203cf62aeff6fedf3fd16dbbeb1f93987d3c8fb
Description: debug symbols for libduktape207
Auto-Built-Package: debug-symbols
Build-Ids: e4ee8d764f3566f33e97ca21fe6a670aac712c53
Multi-Arch: same

Package: libdv-bin
Priority: optional
Section: video
Installed-Size: 307
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Source: libdv
Version: 1.0.0-15+apertis0bv2024dev3b1
Replaces: libdv-dev (<< 0.98-1)
Depends: libc6 (>= 2.34), libdv4 (>= 1.0.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), libpopt0 (>= 1.14), libsdl1.2debian (>= 1.2.15), libx11-6, libxext6, libxv1
Recommends: oss-compat
Filename: pool/target/libd/libdv/libdv-bin_1.0.0-15+apertis0bv2024dev3b1_arm64.deb
Size: 46052
MD5sum: 7af8fd7284e18349f44ed84f8b31ee0c
SHA1: dd28799021f6cf5f782766ef35f16a1ab3e0320d
SHA256: 69f4f86faf1c804c252dff1a50873c29bd483fcd64716334d935977293669281
SHA512: 8cd6f843f5acc2019e0401be5fb7e01a8e9b1226b81ecadba62213dbb86f72d96b802010fda1bd8bf718a76d78e6d48ce7d85f302960fc28e3f7ddd462d87268
Description: software library for DV format digital video (sample apps)
 The Quasar DV Codec (libdv) is a software decoder for DV format video, as
 defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format
 used by consumer-grade digital camcorders.
 .
 This package contains sample programs for viewing (playdv), encoding
 (encodedv), transferring DV data (dvconnect) and insert audio into a DV
 stream (dubdv).
Homepage: http://libdv.sourceforge.net/

Package: libdv-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 117
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Source: libdv
Version: 1.0.0-15+apertis0bv2024dev3b1
Depends: libdv-bin (= 1.0.0-15+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdv/libdv-bin-dbgsym_1.0.0-15+apertis0bv2024dev3b1_arm64.deb
Size: 71536
MD5sum: 7f374904aa6042fd3d0a2fc87ac65210
SHA1: 8e15fa1d07203b347918d451e8b52cca5691c1f9
SHA256: 7e128748138d8506866e352efb0b74fa00056cab08cce9311e6c2936b97feb6f
SHA512: 776e8986e5e804f4927d6bd189716ea666a82780e0f633d686a27c71872a3378b8340c020310fae2649c0685e44687d964a9b142509501a3f6ff3acdf74f9af2
Description: debug symbols for libdv-bin
Auto-Built-Package: debug-symbols
Build-Ids: 0863f54ece2cded41a1329c77810c7d1d3d75efc 9ec68b8ce0faa7d83251aa0ac41e81cbd30cfa30 dca8a755b55695ffdd898396ba3ff6125f497768 ef92251475dd5e18ae0463ddb46a6d82183d9c13

Package: libdv4
Priority: optional
Section: libs
Installed-Size: 187
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Source: libdv
Version: 1.0.0-15+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Suggests: libdv-bin, oss-compat
Filename: pool/target/libd/libdv/libdv4_1.0.0-15+apertis0bv2024dev3b1_arm64.deb
Size: 66724
MD5sum: c0d875672506412265ffe59b8ea8b42e
SHA1: 65c88b07cbc556ba333974d8ce57c6978b1f396d
SHA256: 9157df8a0d4b2708344995d615dd8f839d936a1632b6d49d22786fd91d0dc753
SHA512: ce06d12fea728a66995e45c904ae42e7c3e41a21d8fbd653a281373c7bbdba766305941f2de374ac287565b1e4660dd5319716a1a49cc2f7c6f5d4b28ef3d485
Description: software library for DV format digital video (runtime lib)
 The Quasar DV Codec (libdv) is a software decoder for DV format video, as
 defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format
 used by consumer-grade digital camcorders.
 .
 This package contains the library needed to run executables using libdv.
Homepage: http://libdv.sourceforge.net/
Multi-Arch: same

Package: libdv4-dbgsym
Priority: optional
Section: debug
Installed-Size: 153
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Source: libdv
Version: 1.0.0-15+apertis0bv2024dev3b1
Depends: libdv4 (= 1.0.0-15+apertis0bv2024dev3b1)
Filename: pool/target/libd/libdv/libdv4-dbgsym_1.0.0-15+apertis0bv2024dev3b1_arm64.deb
Size: 130732
MD5sum: de03a6e52b1d7bf35ebe43d6d96a495a
SHA1: 9268d652089d08daf670dd7d350ff197ab82b02d
SHA256: e1751b8c35b36dfcd82823aec2e052ec7fa321e02c5b5b7c11d38fc2b15b9210
SHA512: 2381d3fbbe27fa33cde603884ddb649e54798e89733e4c3daca6dea1848a94265b962eff6266a830f0886d40b4990d760075b1bcec5a1f51412f8a8542220fe6
Description: debug symbols for libdv4
Auto-Built-Package: debug-symbols
Build-Ids: 6c881b6952757feb488e9a3ff8fcc34c328e1d5a
Multi-Arch: same

Package: libdv4-dev
Priority: optional
Section: libdevel
Installed-Size: 54
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Source: libdv
Version: 1.0.0-15+apertis0bv2024dev3b1
Replaces: libdv-dev
Provides: libdv-dev
Depends: libdv4 (= 1.0.0-15+apertis0bv2024dev3b1), libpopt-dev
Recommends: pkg-config
Conflicts: libdv-dev
Filename: pool/target/libd/libdv/libdv4-dev_1.0.0-15+apertis0bv2024dev3b1_arm64.deb
Size: 21784
MD5sum: 5ecfbd827504e15b1cd6ba84dc4ccda0
SHA1: c19ff4fac8e7650f4629bf5383681e194b4b7bb5
SHA256: 9a2c4a4f9aa6e92b3d07030f5438cad8f2a3e5897b2c8756e5e28fc37e14146e
SHA512: 9d7cbb23f99b2e2c107e3906219b00bb6c323fed3d9f03a2d9de4ba205df1e24dc50482802de5005fa353ebe675d3f16b1b30814a3881c5267ce6b26b44f3962
Description: software library for DV format digital video (devel files)
 The Quasar DV Codec (libdv) is a software decoder for DV format video, as
 defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format
 used by consumer-grade digital camcorders.
 .
 This package contains the development headers and library files needed to
 compile programs using libdv.
Homepage: http://libdv.sourceforge.net/
Multi-Arch: same

Package: libdvbv5-0
Priority: optional
Section: libs
Installed-Size: 531
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libudev1 (>= 183)
Filename: pool/target/v/v4l-utils/libdvbv5-0_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 165428
MD5sum: 0193c3c9cf577f5134faee62c0c8b7ae
SHA1: 1c7b018c04d92f9e6de130012158423d095d90d0
SHA256: 6efd893d6577ac23183d064f844e1fff138a474bdb288d21a8408fc27c9b19ef
SHA512: 3a170bb86634b07b088541529dcd919b165c4c3cbd916b47e09173a26587e30dd587eac3d0d22016f7cd78a9479f83b72ab26bea4b9f5b8318cf1b16f8dbc62e
Description: Libraries to control, scan and zap on Digital TV channels
 This library provides functions to work with DVB devices that
 implement the DVB v5 API.
 .
 This package contains the shared libraries.
Homepage: https://linuxtv.org/downloads/v4l-utils/
Multi-Arch: same

Package: libdvbv5-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 261
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libdvbv5-0 (= 1.22.1-5+apertis1bv2024dev3b1)
Filename: pool/target/v/v4l-utils/libdvbv5-0-dbgsym_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 230064
MD5sum: 0fb367ce173f96291f0022be8a606241
SHA1: ff0f91ae8bb16d03b9f9411014ca99fa1534a7be
SHA256: 2b8d81dbcff2504820b643cfc4e5c8a848073e15e2c8f8e8499d055e50d5eff4
SHA512: 7f6b95a49bbc25b432e2afa703fc1b29dfbfa1006978472c6e12871d102b7171caada9d956aedbc501d53cdf20654afc52845cd464f4e3a86ac82d9a13c2d6f8
Description: debug symbols for libdvbv5-0
Auto-Built-Package: debug-symbols
Build-Ids: 339b529cb2dcf1b2dd97baef3a327475f794f2dd
Multi-Arch: same

Package: libdvbv5-dev
Priority: optional
Section: libdevel
Installed-Size: 1043
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libdvbv5-0 (= 1.22.1-5+apertis1bv2024dev3b1)
Suggests: pkg-config (>= 0.18), libdvbv5-doc
Filename: pool/target/v/v4l-utils/libdvbv5-dev_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 224944
MD5sum: 6c2cd768952568c8e2b33b9dae1b33b6
SHA1: fbab66d773d3d6a79c05e919bc68edb95fca8b3b
SHA256: 5a2956754a3ca2563de398f4512f9b39757113b0918591a18f2564365f710651
SHA512: 8b8fb5ee8bca6eadbb45dc21ffd55edb9577c5f76233decbc340053a145514e7b0f994241fb2e11960beb12bd6f6c84409fb94e075b59d2aa5dceb9d02b36f68
Description: Development files for libdvbv5
 This library provides functions to work with DVB devices that
 implement the DVB v5 API.
 .
 This package contains the development files.
Homepage: https://linuxtv.org/downloads/v4l-utils/
Multi-Arch: same

Package: libdvbv5-doc
Priority: optional
Section: doc
Installed-Size: 7039
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: all
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Suggests: devhelp
Filename: pool/target/v/v4l-utils/libdvbv5-doc_1.22.1-5+apertis1bv2024dev3b1_all.deb
Size: 1527168
MD5sum: 0daab31807d7a47635574df7933c35a6
SHA1: 7702c292831d2816af52e89200f5dad909bb6e0d
SHA256: 22b6965a7c80f5aa14573e63686c83bba93222ebd0d4489efe6460e0d33512f8
SHA512: fd7b42f1adc82cee2b13ff0015ba80e4a188624a8d51603d3eb7b7b364a76379a35c6e7561188bf08583c0406be4e8e50c5b22d487c4ffed7b0db3271e896823
Description: Doxygen generated documentation for libdvbv5
 This library provides functions to work with DVB devices that
 implement the DVB v5 API.
 .
 This package provides doxygen generated documentation for the library.
Homepage: https://linuxtv.org/downloads/v4l-utils/
Multi-Arch: foreign

Package: libdw-dev
Priority: optional
Section: libdevel
Installed-Size: 1655
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libelf-dev, libdw1 (= 0.188-2.1+apertis2bv2024dev3b1), zlib1g-dev, liblzma-dev
Filename: pool/target/e/elfutils/libdw-dev_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 309780
MD5sum: b75f49b759dfb0007b3acdbc770d5aad
SHA1: 9c2120282d905edf09e7c6fe6ac5df903ae132f3
SHA256: 24661b86c2c76a5150d9a38aa18a891b5b1284804a3ce509a8682f1c347feb1f
SHA512: 2825b6798d58f3c229d522f949b0a07436a8ab68a85c178104edd99649439315fad6adcee715adc4f6500a7fb2eab6b5c507d6ec4e76f8cd487b9c43aa8ea904
Description: libdw1 development libraries and header files
 libdw1 provides a library that provides access to DWARF debug information
 stored inside ELF files.
 .
 This package contains development libraries and header files for libdw1.
 .
 It also contains a static version of libdw.  Only link to the static version
 for special cases and when you don't need anything from the ebl backends.
Homepage: https://sourceware.org/elfutils/
Multi-Arch: same

Package: libdw1
Priority: optional
Section: libs
Installed-Size: 766
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libbz2-1.0, libc6 (>= 2.34), libelf1 (= 0.188-2.1+apertis2bv2024dev3b1), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.2.2.3)
Filename: pool/target/e/elfutils/libdw1_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 232048
MD5sum: 74ec28d7ceb660349d8f5f123d21da08
SHA1: 6975faa08cd72864531c656a630935c43b5a782d
SHA256: 79b6f05a5d5180d4dff706e2ff8342fa64c475f4d5a0cfe111de62ecbed38219
SHA512: ef3b187b050ae9b07096da8585ac786b43324ecf5712a07acfecbcb06162713cef6c065a001a9fa6a506d833d5de4fdcde7e57b10a5808fa12e9cc2569f5acfa
Description: library that provides access to the DWARF debug information
 libdw1 provides a library that provides access to DWARF debug information
 stored inside ELF files.
 .
 This library is part of elfutils.
Homepage: https://sourceware.org/elfutils/
Multi-Arch: same

Package: libdw1-dbgsym
Priority: optional
Section: debug
Installed-Size: 906
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libdw1 (= 0.188-2.1+apertis2bv2024dev3b1)
Filename: pool/target/e/elfutils/libdw1-dbgsym_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 818696
MD5sum: 8afc34d32e28649069fecbc84b6e8c78
SHA1: 0d79eb88cafeb687c3e91332974825fe666bf6ca
SHA256: 4d467b35f6f2776a3475db45913f39711ff7e017f12be25a5942935fa25ffef4
SHA512: 7675fbc64f0b8340f563921ac739425582108fe216232e16c41d76b7762f8d12fb044b9de2821152b6aff68ab78c4c2777944d76b129b20279ad96124af43b8a
Description: debug symbols for libdw1
Auto-Built-Package: debug-symbols
Build-Ids: 42f027e260ddf8bd6af6d0840b62123917696cf7
Multi-Arch: same

Package: libedit-dev
Priority: optional
Section: libdevel
Installed-Size: 502
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: libedit
Version: 3.1-20221030-2+apertis1bv2024dev3b1
Depends: libedit2 (= 3.1-20221030-2+apertis1bv2024dev3b1), libbsd-dev (>= 0.1.3), libncurses-dev | libtinfo-dev
Filename: pool/target/libe/libedit/libedit-dev_3.1-20221030-2+apertis1bv2024dev3b1_arm64.deb
Size: 114120
MD5sum: 6bf199ac0d914ba8b95729b5e78a9b08
SHA1: f8d29446c38b670b14566572aa9e522e2aaadef3
SHA256: e9dc7631530975d5095aeab307633036074f3f9a940603d68f5a37d9a34eaedb
SHA512: 8a2bd1b6133c2b5a641ea0e921a3f99e04c72c78975009fc864cf06534742b3b70865b45e16e55449a9826f93d5ac34b6d9d86669c1e1d36e33ce83a4647b08d
Description: BSD editline and history libraries (development files)
 Command line editor library provides generic line editing,
 history, and tokenization functions.
 .
 It slightly resembles GNU readline.
Homepage: https://www.thrysoee.dk/editline/
Multi-Arch: same

Package: libedit2
Priority: optional
Section: libs
Installed-Size: 310
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: libedit
Version: 3.1-20221030-2+apertis1bv2024dev3b1
Replaces: libedit-dev (<< 3.1-20180525-2~)
Depends: libbsd0 (>= 0.1.3), libc6 (>= 2.33), libtinfo6 (>= 6)
Filename: pool/target/libe/libedit/libedit2_3.1-20221030-2+apertis1bv2024dev3b1_arm64.deb
Size: 90656
MD5sum: f43fd5a0f3732d9cda707ef76b750007
SHA1: 80e357187033d90a3d55347d995f9931b604d461
SHA256: d0e3c92398e3b5d4a3328292561ed277b2271cc0dac2bacf7f9a7e02c1e60ed2
SHA512: 54c39c73375a9e51f3db464d36ee6b34a8f577f2de1bc15718f5138326b79a36b83cec667b76cea83b882099b3a815b4793c621f2fb4bf1fac44dd79f9f88a37
Description: BSD editline and history libraries
 Command line editor library provides generic line editing,
 history, and tokenization functions.
 .
 It slightly resembles GNU readline.
Homepage: https://www.thrysoee.dk/editline/
Multi-Arch: same

Package: libedit2-dbgsym
Priority: optional
Section: debug
Installed-Size: 219
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: libedit
Version: 3.1-20221030-2+apertis1bv2024dev3b1
Depends: libedit2 (= 3.1-20221030-2+apertis1bv2024dev3b1)
Filename: pool/target/libe/libedit/libedit2-dbgsym_3.1-20221030-2+apertis1bv2024dev3b1_arm64.deb
Size: 187952
MD5sum: b3771750e23fca81695ba11013a37435
SHA1: 2a0ead40ec3fb147c0a0ec5fe2774ef7b5e25d4d
SHA256: 8e5455c7a8c546252fc30b95be140e11f9a1faa199274a8f49721ec95cc09ba5
SHA512: 7f2ba325946f9704f3cfe565b4c605edd428d35afd376d592f3b2abd0e131eb74ba6ef4c376da378e57ec166d5b109ab554ff34df29be3682e5a376e74a55dc4
Description: debug symbols for libedit2
Auto-Built-Package: debug-symbols
Build-Ids: a9e4cfee02f70872261767c985284c9700a647e0
Multi-Arch: same

Package: libeditreadline-dev
Priority: optional
Section: libdevel
Installed-Size: 24
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: libedit
Version: 3.1-20221030-2+apertis1bv2024dev3b1
Depends: libedit-dev
Conflicts: libreadline-dev, libreadline-gplv2-dev, libreadline5-dev
Filename: pool/target/libe/libedit/libeditreadline-dev_3.1-20221030-2+apertis1bv2024dev3b1_arm64.deb
Size: 9376
MD5sum: a7e275fc80a92e5c35d23cf4c21dda39
SHA1: 85504a4202c9caee497c0d219513f3f0742f31bb
SHA256: e5676ed6ff8ab10f16ce38ace1c5f42aab07d0a6b7f3fd0c1aff77faf8ee6ecd
SHA512: 174dbbd395c69b385fe37b91b78f31f5f27c02855a8f36a47476a4b2adc28c149b1190c628dc46a104868a3f6ce056f78a07e150d3a280c7a8c49d4a0c016e40
Description: BSD editline and history libraries (shim development files)
 GNU readline changed its license from GPL-2 to GPL-3 with version 6,
 which excludes GPL-2-only programs from using current readline versions.
 editline resembles readline functionally and with regards to its API.
 .
 This is a development shim library that can be used to link a GPL-2-only
 program that depends on readline with editline.
Homepage: https://www.thrysoee.dk/editline/
Multi-Arch: same

Package: libefiboot-dev
Priority: optional
Section: libdevel
Installed-Size: 28
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: arm64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Replaces: libefivar-dev (<< 27-1)
Depends: libefiboot1 (= 37-6+apertis1bv2024dev2b1)
Conflicts: libefivar-dev (<< 27-1)
Filename: pool/target/e/efivar/libefiboot-dev_37-6+apertis1bv2024dev2b1_arm64.deb
Size: 5160
MD5sum: c33a2037a58d340aa5cbd30ae7cb2611
SHA1: e88bbb9186491e1b9ffd2cdd87d4c9c06ec3e2e3
SHA256: 4bae9bf19a42322858e9c562c31c8e5328a5cac67f7ff4e4d40e9be755f5da8e
SHA512: bade481ec17defd790ffc09d1ab0f028f7f528fa72f732f9052845b408a85e5cb413c66b6d2fd7d1d2af1fe9f9a84785fa61bcfc79dc15e9f1ad58a73a4784ec
Description: Development headers for libefiboot
 development headers required to use libefiboot
Homepage: https://github.com/rhinstaller/efivar
Multi-Arch: same

Package: libefiboot1
Priority: optional
Section: libs
Installed-Size: 148
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: arm64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33), libefivar1 (>= 37)
Breaks: efibootmgr (<< 0.12-2)
Filename: pool/target/e/efivar/libefiboot1_37-6+apertis1bv2024dev2b1_arm64.deb
Size: 37044
MD5sum: fd61c01e98e4f7e0c93df39cc13f47c9
SHA1: 18c09e99d4f5eaa61c8f88ff8a9afa9ce321ba61
SHA256: f6398285d185e22e119b843c51eaf8568638bc302bce4235a59bfd4435d8a0df
SHA512: ed1d308d13593c86c171e1a8bc1bcd455bbc05356cf53bfa7be3207a4a0ee1d2c066545406823f047afd57d37df61bec51618c5090fd9f5d65e6886d936f5c4d
Description: Library to manage UEFI variables
 Library to allow for the manipulation of UEFI variables related to booting.
Homepage: https://github.com/rhinstaller/efivar
Multi-Arch: same

Package: libefiboot1-dbgsym
Priority: optional
Section: debug
Installed-Size: 173
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: arm64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Depends: libefiboot1 (= 37-6+apertis1bv2024dev2b1)
Filename: pool/target/e/efivar/libefiboot1-dbgsym_37-6+apertis1bv2024dev2b1_arm64.deb
Size: 138888
MD5sum: be60c1fe7d971aae67d0634483d40a38
SHA1: 67d6fddde7cf2075948bb2d964fd274952732192
SHA256: 64e57f0a18fa4cc89399e9a48c1f1a4e9bcb7d7a8b92cf7c58aacdacde82dd17
SHA512: cc430bd36e9fb1621e0be78a96b0c509194a4582a38e082cc9b018a6b8444850aa9d9a38e92c4b4a1f5386efa6402c34ef591713a427549d31fdda366c5dbc29
Description: debug symbols for libefiboot1
Auto-Built-Package: debug-symbols
Build-Ids: b6082a3838de5362944d76d3d855a11d4b2dc55b
Multi-Arch: same

Package: libefivar-dev
Priority: optional
Section: libdevel
Installed-Size: 103
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: arm64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Depends: libefivar1 (= 37-6+apertis1bv2024dev2b1)
Filename: pool/target/e/efivar/libefivar-dev_37-6+apertis1bv2024dev2b1_arm64.deb
Size: 17484
MD5sum: d484c9c765939efa1acdaaf4c5768706
SHA1: 6ad5fec8b3b7d5dfc0b168d4db81f33d959acd16
SHA256: e91db7142dba5172e757bc5de8bf636a19ab6c39ead0dc7f09268fefbb730c2b
SHA512: 3b8fa8013918dd2dd9b563c7794dbda83d70e1e50ff7bf19492710ebc42108b448ac07c6c092fa80edc29d96e72e3a1ca0a68942831090991592c34bc6c33c45
Description: Development headers for libefivar
 development headers required to use libefivar
Homepage: https://github.com/rhinstaller/efivar
Multi-Arch: same

Package: libefivar1
Priority: optional
Section: libs
Installed-Size: 185
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: arm64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Breaks: efibootmgr (<< 0.12-2)
Filename: pool/target/e/efivar/libefivar1_37-6+apertis1bv2024dev2b1_arm64.deb
Size: 43416
MD5sum: 089509b2901e7bcf7cc69971413fcd56
SHA1: a396ff26bc4e05eae329972d648b888f3b48d9a8
SHA256: d19538cb5cf2cf65b34e65e007788e0fae7dc2a4b1188fd026ed07a8cdc354c5
SHA512: 478fffd8a077ec8a4c35de9eae3fb31f21ef72add02799810fcfd7a8928e80d77ce963563c99679403713621f8ac212da077a90118f35b5a636a8afdcf442853
Description: Library to manage UEFI variables
 Library to allow for the simple manipulation of UEFI variables.
Homepage: https://github.com/rhinstaller/efivar
Multi-Arch: same

Package: libefivar1-dbgsym
Priority: optional
Section: debug
Installed-Size: 180
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Architecture: arm64
Source: efivar
Version: 37-6+apertis1bv2024dev2b1
Depends: libefivar1 (= 37-6+apertis1bv2024dev2b1)
Filename: pool/target/e/efivar/libefivar1-dbgsym_37-6+apertis1bv2024dev2b1_arm64.deb
Size: 148624
MD5sum: b54001aea0db8d544b9840945577cf0f
SHA1: 1bd28427ff8aac0d2ca8e8d1d386cade4c35a305
SHA256: 5e084c0e985c584ff8937a1861144c79181c912135c293e3b1b36de3ca61c74f
SHA512: f6e0a3e555214882818e0a9d92dde748e3c967cfc43edb380bcdb946eef16036edf5ce1649791070bd7fb328a3cd3067b2d6c71e3da12c6b6ce2fda048a3ea81
Description: debug symbols for libefivar1
Auto-Built-Package: debug-symbols
Build-Ids: 7c83a450831d11bec3e8392cb86172a4971da662
Multi-Arch: same

Package: libegl-dev
Priority: optional
Section: libs
Installed-Size: 120
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libegl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1)
Depends: libegl1 (= 1.6.0-1+apertis0bv2024dev3b1), libgl-dev, libx11-dev
Breaks: libegl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1)
Filename: pool/target/libg/libglvnd/libegl-dev_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 20668
MD5sum: 888958cda47c6f920cff384937cceabf
SHA1: 1e4b2e61d4964e3417cd4d7a951df46669d823a1
SHA256: 7d10e013aaebfc0934d2eb62a099ecce688664e347c496c7284118a42e8f270f
SHA512: ed4aa12fea8867a1515f7bf2e0dbd2b6483a67b7001979a3edb5dd1e174d7a3b65ed5419e2a482287438febc496c44ae36d16bf284bea89eae380c469ffbb094
Description: Vendor neutral GL dispatch library -- EGL development files
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package provides the development environment for compiling programs
 against the EGL library.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libegl-mesa0
Priority: optional
Section: libs
Installed-Size: 409
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Provides: libegl-vendor
Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.109), libexpat1 (>= 2.0.1), libgbm1 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), libglapi-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.15.0), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.3), libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1
Filename: pool/target/m/mesa/libegl-mesa0_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 145144
MD5sum: 2c0c1f3c91cdad1fac848260793a037b
SHA1: 4b6c30088b8044ae35201c3d8efb3569e5620220
SHA256: be206058c3ce5a30f19151dcfbdfc2eb71c21a636d7e113f24436b418241a4c3
SHA512: b5a48d1496ca3f84980274d69a83018129456265f15866bd74a3ce3f7f4a84d0439ff8ca50182fb359c5ea8f2375893741b16932dfee6df90c6782e0bdfb7cfc
Description: free implementation of the EGL API -- Mesa vendor library
 This package contains the EGL native platform graphics interface library.
 EGL provides a platform-agnostic mechanism for creating rendering surfaces
 for use with other graphics libraries, such as OpenGL|ES.
 .
 This package contains the Mesa vendor library for EGL.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libegl-mesa0-dbgsym
Priority: optional
Section: debug
Installed-Size: 539
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libegl-mesa0 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libegl-mesa0-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 476792
MD5sum: f3f032d76c04fbdc21be14fb12164358
SHA1: 3b53384c3da0a9c0b25732e0cda77f5a17427efc
SHA256: a7fda584ae640233f065e535ef77a52d013e91e6276f057e40a9e9b25f5cbd0a
SHA512: 595475c48c0968342df4d807a57533281129ef89c5f176fbd5fcf264610363a5db7b1b767f8ec1116ad099868b36823a13247313519cea21c2ed4c1a6c4e5a38
Description: debug symbols for libegl-mesa0
Auto-Built-Package: debug-symbols
Build-Ids: 1281e538c86026c780ba7d443c200f9aa739c893
Multi-Arch: same

Package: libegl1
Priority: optional
Section: libs
Installed-Size: 162
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1), libegl-mesa0
Filename: pool/target/libg/libglvnd/libegl1_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 34924
MD5sum: 28f050b0a9e8f58950ace795caf19a44
SHA1: be779c759dda06798051bf6ca331b3c5bac188ea
SHA256: 5953c329295af8a27fabaa0431c9d093df4fb3d4a329a05db2eeb12a0f12b4b5
SHA512: 9509f7179bdd951880c803d65958d699fab1b42c39fd07232e1a07bed30b39556e259c57fa2f7d3f5c5ab74d0238746bd4cbdbae41d3a45c48ce9fab85531a9a
Description: Vendor neutral GL dispatch library -- EGL support
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package contains support for EGL.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libegl1-dbgsym
Priority: optional
Section: debug
Installed-Size: 128
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libegl1 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libegl1-dbgsym_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 103392
MD5sum: 490bdfef289ad1a89f0d8b9cc6d6331c
SHA1: e1029cc911ebe2d46178944a216741fc1d95080c
SHA256: 7d0490aae61498483d2c1501d008c484385f4a15276edac66009a5becabdb70b
SHA512: b9c485f23ecb9fa9cea3b35f8f286fdca7446f18285cbad638fb1c83d74941e16606fefdba3f6570b2e66a3d595d379713b2134cfe9e542e7921da8ec1393b5c
Description: debug symbols for libegl1
Auto-Built-Package: debug-symbols
Build-Ids: abf1af35b43a0cf3aede99a5ebca1bbc2c0d36e5
Multi-Arch: same

Package: libegl1-mesa
Priority: optional
Section: oldlibs
Installed-Size: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libegl1
Filename: pool/target/m/mesa/libegl1-mesa_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 52572
MD5sum: 993ec0175241b9c4b7f57780f6ba201d
SHA1: 4384098f80a8fb11028b7c9a8afd55c3c8d84c5a
SHA256: 16cf96e3eb7d73888d2d774d827d9a1f326fb75d61d7a14bcc67ecf7deeb8b73
SHA512: 30d7d3c645e49c0f997533394bf2ae92457b6b293493032475e41a6de4ae677d94ea230180c06562cb47120d869d9382ad5ff6ab9133b2a1c5cbbbcd90da3962
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libegl1-mesa-dev
Priority: optional
Section: libdevel
Installed-Size: 95
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libegl-dev, libglvnd-dev
Filename: pool/target/m/mesa/libegl1-mesa-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 56624
MD5sum: 6a61f6a8d5e9c3d13d4114b62f612a51
SHA1: c685e4fa44534ef3654b3ed35861f2cd8cfa628e
SHA256: aa97b3b07d37e1b2ebfbe77625db3ba88b3215f1375a327870f009adf8c48ff4
SHA512: cc6a448ccf55971f2e643de7d59ca0996cc78a9023414195adabef8302dcdbeff1e56f93cbb041d7c9f4a24f6f2cb92c93d6adc6bac3e1f94b6227dce654eaf3
Description: free implementation of the EGL API -- development files
 This package contains the development environment required for compiling
 programs against EGL native platform graphics interface library.
 EGL provides a platform-agnostic mechanism for creating rendering surfaces
 for use with other graphics libraries, such as OpenGL|ES.
 .
 This package provides the development environment for compiling programs
 against the EGL library.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libeigen3-dev
Priority: optional
Section: libdevel
Installed-Size: 8863
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: all
Source: eigen3
Version: 3.4.0-4+apertis0bv2024dev2b1
Depends: pkg-config
Suggests: libeigen3-doc, libmpfrc++-dev
Filename: pool/target/e/eigen3/libeigen3-dev_3.4.0-4+apertis0bv2024dev2b1_all.deb
Size: 1034828
MD5sum: f863baf1b375fce97b18ffe165f600a5
SHA1: 822b4e9e348ca7045e756ee59c84b8172c9c1e49
SHA256: 3db00569f1a133832cbb6c7658dcc575b31ab2aea3f6ae3f021eea5dd8006b8a
SHA512: e74f49d53f85b91057e9b1d915a14bf3d56ef5fbe4d3664289c006f5a29d5553e69e20976391d6193b2a05ccaee7efd30ecc5d32c20b13c040821a872d95221d
Description: lightweight C++ template library for linear algebra
 Eigen 3 is a lightweight C++ template library for vector and matrix math,
 a.k.a. linear algebra.
 .
 Unlike most other linear algebra libraries, Eigen 3 focuses on the simple
 mathematical needs of applications: games and other OpenGL apps, spreadsheets
 and other office apps, etc. Eigen 3 is dedicated to providing optimal speed
 with GCC. A lot of improvements since 2-nd version of Eigen.
Homepage: http://eigen.tuxfamily.org
Multi-Arch: foreign

Package: libeigen3-doc
Priority: optional
Section: doc
Installed-Size: 59140
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: all
Source: eigen3
Version: 3.4.0-4+apertis0bv2024dev2b1
Depends: libjs-jquery, libjs-mathjax, fonts-freefont-ttf
Suggests: libeigen3-dev
Filename: pool/target/e/eigen3/libeigen3-doc_3.4.0-4+apertis0bv2024dev2b1_all.deb
Size: 7368568
MD5sum: fc58089d2792dfdfb84e0cd3a4e82b64
SHA1: a1795688d798dd8d455bf51b02825f895c864b99
SHA256: fd1b4266d29934f6c0ead377c4ff053c4061d92494234b18f409cb68cea5253c
SHA512: 199943bd0c0bf2628e1030bb0e60540e39564c1d662d5fc62a3342d1925522f00896bb07445d1d6e5543b8378cd498b256dc32758223a378b5616916bf54658d
Description: eigen3 API documentation
 Eigen 3 is a lightweight C++ template library for vector and matrix math,
 a.k.a. linear algebra.
 .
 This package provides the complete eigen3 API documentation in HTML format.
Homepage: http://eigen.tuxfamily.org
Multi-Arch: foreign

Package: libelf-dev
Priority: optional
Section: libdevel
Installed-Size: 379
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libelf1 (= 0.188-2.1+apertis2bv2024dev3b1), zlib1g-dev
Conflicts: libelfg0-dev
Filename: pool/target/e/elfutils/libelf-dev_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 84356
MD5sum: c51dc02d3752984a7113991f83efcb8c
SHA1: 28aed5a1c86ec8bbaedc1e94284d3f0acb48b6f2
SHA256: 8c9cec8105dd17b81bd833a3f5bc4f0a5029589f0e9c720c9557b8017bf18a21
SHA512: f6d106d82f81501cc5b68271ec49f053bcab40260ea8051cc928fef52bdee2d35a0c34a6825f4f05fa0d0104a3901ba11f8a845746414f764e8fb5901a66bc7f
Description: libelf1 development libraries and header files
 libelf1 provides a shared library which allows reading and writing of ELF
 files on a high level.
 .
 This package contains development libraries and header files for libelf1.
Homepage: https://sourceware.org/elfutils/
Multi-Arch: same

Package: libelf1
Priority: optional
Section: libs
Installed-Size: 1071
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), zlib1g (>= 1:1.1.4)
Filename: pool/target/e/elfutils/libelf1_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 184548
MD5sum: 77a6e46b9980019b5f4b3f46d71195ac
SHA1: eb6cb43a7f2c4f4f0fef7b4816d890807b625e13
SHA256: 0757012a932a3e25ee2335854aa76aec2056d676108bd8efa9c19a20dedc8df5
SHA512: 3e14ebb695b1172f83bb313627a79cf9864abae958fa7336158f2f698a471fcb2a2505a6c2283c58ecc79556bcd81aeaf79857f356b2007d571d149fb3ae8bd9
Description: library to read and write ELF files
 The libelf1 package provides a shared library which allows reading and
 writing ELF files on a high level.  Third party programs depend on
 this package to read internals of ELF files.  The programs of the
 elfutils package use it also to generate new ELF files.
 .
 This library is part of elfutils.
Homepage: https://sourceware.org/elfutils/
Multi-Arch: same

Package: libelf1-dbgsym
Priority: optional
Section: debug
Installed-Size: 177
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: elfutils
Version: 0.188-2.1+apertis2bv2024dev3b1
Depends: libelf1 (= 0.188-2.1+apertis2bv2024dev3b1)
Filename: pool/target/e/elfutils/libelf1-dbgsym_0.188-2.1+apertis2bv2024dev3b1_arm64.deb
Size: 147600
MD5sum: ffbe54a3ab4e9e34c5fa6ac93357b42f
SHA1: 96b58bc6c4b7901078559b5f0a695f3c556bd630
SHA256: 1620d29412f70afda9e31c46b549f38f6208c0f985a5fa7567cc991cf289a2e0
SHA512: 2e58d742c5e17bedf53f624c575aaec8e74064679904f415a9a81d297743285c39017fd439120d4e7bb2620ba7901cb1775ed1427537fc9ee699d30962a5c1bd
Description: debug symbols for libelf1
Auto-Built-Package: debug-symbols
Build-Ids: b644383e239e6fb2b3a262947f8624264edc7c71
Multi-Arch: same

Package: libengine-pkcs11-openssl
Priority: optional
Section: libdevel
Installed-Size: 150
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libp11
Version: 0.4.12-0.1+apertis1bv2024dev2b1
Depends: p11-kit, libc6 (>= 2.34), libssl3 (>= 3.0.0)
Filename: pool/target/libp/libp11/libengine-pkcs11-openssl_0.4.12-0.1+apertis1bv2024dev2b1_arm64.deb
Size: 32272
MD5sum: 1ec1708078cc30e6a886e358418e40d4
SHA1: 3de561b80f62b01123d99dea6956c29d0761ff43
SHA256: dfa32697adfc0a26b25b9139fb2ae37a3e960c1c6b36dea0c45885b4e1f47025
SHA512: a69d12bd93ad533b35c0237752beb0b06767ed707bd9de5fc79a2d1566796934ef0590b12532683d7902307ae38a992bc7fe642105bbde061014d6ca74a2c74e
Description: OpenSSL engine for PKCS#11 modules
 With this engine for OpenSSL you can use OpenSSL library
 and command line tools with any PKCS#11 implementation as
 backend for the crypto operations.
 .
 Engine_pkcs11 was developed for smart cards, and mostly
 for the OpenSC PKCS#11 module, but it should work fine with
 any PKCS#11 implementation.
 .
 Engine_pkcs11 is a spin off from OpenSC and replaced
 libopensc-openssl.
Homepage: https://github.com/OpenSC/libp11
Multi-Arch: same

Package: libengine-pkcs11-openssl-dbgsym
Priority: optional
Section: debug
Installed-Size: 123
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libp11
Version: 0.4.12-0.1+apertis1bv2024dev2b1
Depends: libengine-pkcs11-openssl (= 0.4.12-0.1+apertis1bv2024dev2b1)
Filename: pool/target/libp/libp11/libengine-pkcs11-openssl-dbgsym_0.4.12-0.1+apertis1bv2024dev2b1_arm64.deb
Size: 94876
MD5sum: 65c5914e31fc7b45316879adbeeff787
SHA1: 50cffa42493dd731403e1b98bfcb23fbd8845bc1
SHA256: a4c936922341a25fb26d760a01eeeade7fd0f95671fc0e10431529a7b3f83193
SHA512: e9b67f6d1163f5f9bdd6f539b10b79b613288db7cfb3e69438bd78218186bc09fb37d327a3ee1693cfe03856fd5b3e9d2a5deef1a395f029d376670e9b54d731
Description: debug symbols for libengine-pkcs11-openssl
Auto-Built-Package: debug-symbols
Build-Ids: 5d6137fed3995d42661cf1e0229a2437eb03b27f
Multi-Arch: same

Package: libepoxy-dev
Priority: optional
Section: libdevel
Installed-Size: 1650
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libepoxy
Version: 1.5.10-1+apertis1bv2024dev3b1
Depends: libegl-dev, libepoxy0 (= 1.5.10-1+apertis1bv2024dev3b1), libgl-dev
Filename: pool/target/libe/libepoxy/libepoxy-dev_1.5.10-1+apertis1bv2024dev3b1_arm64.deb
Size: 126960
MD5sum: 1387a58ada836fd674a4bd51ac483033
SHA1: 1022a9b5a332d05dd9a5767947d3d6e275beb5a6
SHA256: a8d0fb63d954dfe4dd1d3a2c1e9ffe534412249f2a4a8af02d5b0ba0fa1be219
SHA512: 326932bb46c87fc1e597eb48e75f6c32e8fe18841e00b67999197eadc562c1a429e8c8b4441765e13ee6be3757ce357362a7636e12f38436bbd2b95eda8a3cee
Description: OpenGL function pointer management library- development
 It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),
 eglGetProcAddress(), etc. from the app developer, with very little
 knowledge needed on their part.  They get to read GL specs and write
 code using undecorated function names like glCompileShader().
 .
 This package contains the development headers for the library found in
 libepoxy0. Non-developers likely have little use for this package.
Homepage: https://github.com/anholt/libepoxy
Multi-Arch: same

Package: libepoxy0
Priority: optional
Section: libs
Installed-Size: 1522
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libepoxy
Version: 1.5.10-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libe/libepoxy/libepoxy0_1.5.10-1+apertis1bv2024dev3b1_arm64.deb
Size: 197408
MD5sum: bc5754bab28211b0d2929771d6711efc
SHA1: 26155b19ac85afad285a09fa53799f37a4e9caed
SHA256: 46e6a4215e59e016e28fa095ffec9d4e7968a4d840875fd66568fa063ea2a847
SHA512: 6b3abbb0cd3887b86afe80a2eb6f61c3931eaa4b12668460a4b12259481d53d67acd84990bce7cefb10ab2791482040063da3ddc476f640664eeee719700f730
Description: OpenGL function pointer management library
 It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),
 eglGetProcAddress(), etc. from the app developer, with very little
 knowledge needed on their part.  They get to read GL specs and write
 code using undecorated function names like glCompileShader().
Homepage: https://github.com/anholt/libepoxy
Multi-Arch: same

Package: libepoxy0-dbgsym
Priority: optional
Section: debug
Installed-Size: 1483
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libepoxy
Version: 1.5.10-1+apertis1bv2024dev3b1
Depends: libepoxy0 (= 1.5.10-1+apertis1bv2024dev3b1)
Filename: pool/target/libe/libepoxy/libepoxy0-dbgsym_1.5.10-1+apertis1bv2024dev3b1_arm64.deb
Size: 947480
MD5sum: 510baf7f8bd09f9c1279b6368fc13329
SHA1: 4cd39ba33826a559c5d7f83ef97ab1d97ecfd976
SHA256: 3e3ed5f483c924e39ac934e4a86020b6c2e5130b4c57990735a164cedd15c8fa
SHA512: 19da943a2e6f7cbb0853f0fc864a08c3fc1e143d127a5e12515a44d15f82d71b1667deb0a9c8705d1659ed1ec73297489223385f5ebd2ab75299d22c5a8704ff
Description: debug symbols for libepoxy0
Auto-Built-Package: debug-symbols
Build-Ids: 2e970e42c508ed5c4f30b549f213afe47d489811
Multi-Arch: same

Package: libev-dev
Priority: optional
Section: libdevel
Installed-Size: 252
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: arm64
Source: libev
Version: 1:4.33-1+apertis1bv2024dev2b1
Depends: libev4 (= 1:4.33-1+apertis1bv2024dev2b1)
Filename: pool/target/libe/libev/libev-dev_4.33-1+apertis1bv2024dev2b1_arm64.deb
Size: 134692
MD5sum: 38ac1fd8819aa95168c7b257123520ee
SHA1: 4c689be321aec6572f48966af25a2ec359ad0cd3
SHA256: 699ac9333f26150ea873eeed50c97270e9a44fd05823965d43857ffbb08b35ce
SHA512: f24c17d23d85cec121cfafd330d53059b98eebd1e099f6a76c5eeb3bede8ca5905732da2bb4d0afe2d576bd48c589ca8ccbe8826861882b2c4132c535516aa38
Description: static library, header files, and docs for libev
 Static library, header files, and documentation for libev.
 .
 libev provides a full-featured and high-performance event loop that is
 loosely modelled after libevent. It includes relative timers, absolute
 timers with customized rescheduling, synchronous signals, process status
 change events, event watchers dealing with the event loop itself, file
 watchers, and even limited support for fork events. It uses a priority
 queue to manage timers and uses arrays as fundamental data structure. It
 has no artificial limitations on the number of watchers waiting for the
 same event.
 .
 libev supports select, poll, epoll, kqueue, and inotify.
Homepage: http://software.schmorp.de/pkg/libev.html
Multi-Arch: same

Package: libev-libevent-dev
Priority: optional
Section: libdevel
Installed-Size: 31
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: all
Source: libev
Version: 1:4.33-1+apertis1bv2024dev2b1
Depends: libev-dev, libev4 (<< 1:4.33+1~), libev4 (>= 1:4.33)
Conflicts: libevent-dev
Filename: pool/target/libe/libev/libev-libevent-dev_4.33-1+apertis1bv2024dev2b1_all.deb
Size: 17700
MD5sum: 8e5d4d98da69e404fd985f4dfb9292ae
SHA1: b776956838eda997dc5d39dc33c7e0bc857218b6
SHA256: 3cb1f179dd3303775ea654f9e6bb65018b3f0b73d461b01648c6d419dff8b6bb
SHA512: 2ee00fb0c3786685bd4e48d945568ab21609fd2704281b2eb7fab3c941b5ab49eee6ac8b1467d698d11e19f0105a9b2227bab801558d1d7212ba6ced292dc11c
Description: libevent event loop compatibility wrapper for libev
 Compatibility wrapper "event.h" to enable programs which use the
 libevent event loop to link against libev.
 .
 libev provides a full-featured and high-performance event loop that is
 loosely modelled after libevent. It includes relative timers, absolute
 timers with customized rescheduling, synchronous signals, process status
 change events, event watchers dealing with the event loop itself, file
 watchers, and even limited support for fork events. It uses a priority
 queue to manage timers and uses arrays as fundamental data structure. It
 has no artificial limitations on the number of watchers waiting for the
 same event.
 .
 libev supports select, poll, epoll, kqueue, and inotify.
Homepage: http://software.schmorp.de/pkg/libev.html

Package: libev4
Priority: optional
Section: libs
Installed-Size: 97
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: arm64
Source: libev
Version: 1:4.33-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libe/libev/libev4_4.33-1+apertis1bv2024dev2b1_arm64.deb
Size: 39648
MD5sum: 08e7f581122b048201ea6664a076c498
SHA1: 66e8d644b66e211f432fcb5fd849d5f4b289bb73
SHA256: 27195ab7945f88753bb817761bfd22bbdbac7a0e3809bd25b4adb8d9e440c67a
SHA512: a935d3f5be6bce312dfc8d135bdda536c8206eb77c6d52f8771996cb22e75f303dbe905b99e5fa9e5f284363825aea92e79ed75517b21d35d7b8965c0bdc4be0
Description: high-performance event loop library modelled after libevent
 libev provides a full-featured and high-performance event loop that is
 loosely modelled after libevent. It includes relative timers, absolute
 timers with customized rescheduling, synchronous signals, process status
 change events, event watchers dealing with the event loop itself, file
 watchers, and even limited support for fork events. It uses a priority
 queue to manage timers and uses arrays as fundamental data structure. It
 has no artificial limitations on the number of watchers waiting for the
 same event.
 .
 libev supports select, poll, epoll, kqueue, and inotify.
Homepage: http://software.schmorp.de/pkg/libev.html
Multi-Arch: same

Package: libev4-dbgsym
Priority: optional
Section: debug
Installed-Size: 87
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: arm64
Source: libev
Version: 1:4.33-1+apertis1bv2024dev2b1
Depends: libev4 (= 1:4.33-1+apertis1bv2024dev2b1)
Filename: pool/target/libe/libev/libev4-dbgsym_4.33-1+apertis1bv2024dev2b1_arm64.deb
Size: 68752
MD5sum: e4e7cbac24fa8c5f7391f886b1410733
SHA1: 7184661abe9b770c05c7ab16142b24017ad3f24f
SHA256: 86c092a7c0e152ddea2176f3cc02680ce114c0ff578d51602c9fe3bc77293129
SHA512: 0f1cf2fba427b17d5c76c9ea74e60ec7a38067c946dd246aac1944b6415fdcaf8dcc66affca5559df5ef278738e6e2b9d7d10694ef93f46751af92a385481c84
Description: debug symbols for libev4
Auto-Built-Package: debug-symbols
Build-Ids: 005820981d4abf54fc1e987291241c20ff149bb1
Multi-Arch: same

Package: libevdev-dev
Priority: optional
Section: libdevel
Installed-Size: 295
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: arm64
Source: libevdev
Version: 1.13.0+dfsg-1+apertis0bv2024dev3b1
Depends: libevdev2 (= 1.13.0+dfsg-1+apertis0bv2024dev3b1)
Suggests: libevdev-doc
Filename: pool/target/libe/libevdev/libevdev-dev_1.13.0+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 50204
MD5sum: f295c2f2523d4756d5237779cdee3dd4
SHA1: 299f65f0b157843c870c0a4f8e27264b86b38c36
SHA256: 7b873acc851c0a42de09e332445b703a03e8a903cec6df54dc0a1762ee8b0aa5
SHA512: dd2a534f21b1b4c45d8bb10c739c2c5c59bc0cdf1308621e73519b714ad53776a80da59b478c1bb6792cdc437c01b8ab557a38197293f8cee52728bafe8b191a
Description: wrapper library for evdev devices - development files
 libevdev is a wrapper library for evdev devices. It provides
 functions covering the common tasks when dealing with evdev devices,
 thus avoiding erroneous ioctls and other errors.
 .
 This package contains the files required to build software using
 libevdev.
Homepage: https://www.freedesktop.org/wiki/Software/libevdev/
Multi-Arch: same

Package: libevdev-doc
Priority: optional
Section: doc
Installed-Size: 1318
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: all
Source: libevdev
Version: 1.13.0+dfsg-1+apertis0bv2024dev3b1
Depends: libjs-bootstrap
Filename: pool/target/libe/libevdev/libevdev-doc_1.13.0+dfsg-1+apertis0bv2024dev3b1_all.deb
Size: 190288
MD5sum: ec3ede24d2e4ba744478454dede17b07
SHA1: e65be4ee969941bfe36d2528317efcba69919920
SHA256: ab7d0b7c9a0ed07c858dd945163d54953785301745480e0577fe1cdc7d0fa61f
SHA512: fbbf5603dcb81d41a94d82fda050aa65772119583a10a30f9adc697e80a52da651cc4f02ed4887d7cd452e5ed711882fbc5430e7f7a345b3539c9c3861906bfc
Description: wrapper library for evdev devices - development docs
 libevdev is a wrapper library for evdev devices. It provides
 functions covering the common tasks when dealing with evdev devices,
 thus avoiding erroneous ioctls and other errors.
 .
 This package contains the documentation for developers wishing to
 build software using libevdev.
Built-Using: doxygen (= 1.9.4-4+apertis1bv2024dev2b1)
Homepage: https://www.freedesktop.org/wiki/Software/libevdev/
Multi-Arch: foreign

Package: libevdev-tools
Priority: optional
Section: utils
Installed-Size: 226
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: arm64
Source: libevdev
Version: 1.13.0+dfsg-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libevdev2 (>= 0.9.1)
Filename: pool/target/libe/libevdev/libevdev-tools_1.13.0+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 16996
MD5sum: d0289759b031fd8e21885e7e44693b18
SHA1: d0977b5f1844d53422f24d0fdad24a1cb2a860e2
SHA256: f087ca776d8bce41e8689d951237c74ac362e4d034d91a0affd6496c2d6c0c27
SHA512: 81015616a5fa20d6da7beada5902e6480014903c37b82f8ff2031309bba9a30134eaf5787aa6371cdb3d78b738458027c54bbb4a269f8bb1b9e6b10dcf811bdd
Description: wrapper library for evdev devices - tools
 libevdev is a wrapper library for evdev devices. It provides
 functions covering the common tasks when dealing with evdev devices,
 thus avoiding erroneous ioctls and other errors.
 .
 This package contains touchpad-edge-detector.
Homepage: https://www.freedesktop.org/wiki/Software/libevdev/

Package: libevdev-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 64
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: arm64
Source: libevdev
Version: 1.13.0+dfsg-1+apertis0bv2024dev3b1
Depends: libevdev-tools (= 1.13.0+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/libe/libevdev/libevdev-tools-dbgsym_1.13.0+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 27584
MD5sum: 545c1ffda6b420753cb550592f33fc27
SHA1: 5f359e8fd0732c2f04daf2eaa51bb014a0411b35
SHA256: 61124da22afefab2b8042f22c30af1b2767716c54356e127378c2f61e23cc6a5
SHA512: feb5032cae578ec5a118abcafc9faaeca10070cc27838834642e28adb841d5881f5ed779be941a831315b06cd302463a2b07916fcbc70dc8b8e991d4a1090944
Description: debug symbols for libevdev-tools
Auto-Built-Package: debug-symbols
Build-Ids: 29bfa95a873b321832e46650466856b6f8a9b002 6ee25b47119fdd83932ca9e6503177cc897af901 e7974033436fc8d2405259764c0b2e3be3fd453e

Package: libevdev2
Priority: optional
Section: libs
Installed-Size: 158
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: arm64
Source: libevdev
Version: 1.13.0+dfsg-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libe/libevdev/libevdev2_1.13.0+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 30844
MD5sum: b269f11b455752294d7245780839b190
SHA1: bdac4b181d0cdedf5655d08d3140916670667057
SHA256: bb6fe6eabb84ca91019177438d274433e62861510296165c61e4e5f0acae922d
SHA512: fca6489ce58540fe651ce08cbab8c7ec5dc330b6d0a4ea18ddde0eb97c9ba95ccc574f40046ce93b3bb4a7f89d3bec02022685d385fa18212a0bf38e704b2519
Description: wrapper library for evdev devices
 libevdev is a wrapper library for evdev devices. It provides
 functions covering the common tasks when dealing with evdev devices,
 thus avoiding erroneous ioctls and other errors.
 .
 This package contains the files required to run software using
 libevdev.
Homepage: https://www.freedesktop.org/wiki/Software/libevdev/
Multi-Arch: same

Package: libevdev2-dbgsym
Priority: optional
Section: debug
Installed-Size: 74
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: arm64
Source: libevdev
Version: 1.13.0+dfsg-1+apertis0bv2024dev3b1
Depends: libevdev2 (= 1.13.0+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/libe/libevdev/libevdev2-dbgsym_1.13.0+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 53252
MD5sum: 5d3a096a016dc81504efd060cb44ad10
SHA1: 80baa0a026d4ca0c791ca4c17c2adb409a672c7b
SHA256: ea85543ed8d3534ec941245b2c56539161c18040c5317eed75b6e11458f6b7a3
SHA512: c3bd1f65dc7e107c7427542f511ae63c92ec3bc1742e1fd506ab3d65b9ff7d8a86382c4f57c25640066419e3740f118529010171327dba68bf600470517264d8
Description: debug symbols for libevdev2
Auto-Built-Package: debug-symbols
Build-Ids: 54f85226be8c9d747a05727d5a00f84ddb9e06df
Multi-Arch: same

Package: libexempi-dev
Priority: optional
Section: libdevel
Installed-Size: 4676
Maintainer: Michael Biebl <biebl@debian.org>
Architecture: arm64
Source: exempi
Version: 2.6.3-1+apertis0bv2024dev2b1
Depends: libexempi8 (= 2.6.3-1+apertis0bv2024dev2b1)
Filename: pool/target/e/exempi/libexempi-dev_2.6.3-1+apertis0bv2024dev2b1_arm64.deb
Size: 713028
MD5sum: c521281569ab499db49926d506f431e7
SHA1: 3a08455010171a297964436b6313d7cd03be93d5
SHA256: 0a26d0c357bb3eedf696c2091cb84199bf60f481a7b30e92f4b0f507099f120f
SHA512: f30ad055954d7674c6f62119dcfdbee89dad084d87dbcb3e8659c16aaad9747aa8167fcffc4fdec61a74bfc01afa272cf342c7761950a2c1eb679f2d58c6dba0
Description: library to parse XMP metadata (Development files)
 Exempi is a library to parse XMP metadata as defined by the
 specification.
 .
 XMP (Extensible Metadata Platform) facilitates embedding metadata in files
 using a subset of RDF. Most notably XMP supports embedding metadata in PDF
 and many image formats, though it is designed to support nearly any file type.
 .
 This package provides development files for using exempi.
Homepage: https://libopenraw.freedesktop.org/wiki/Exempi
Multi-Arch: same

Package: libexempi8
Priority: optional
Section: libs
Installed-Size: 1572
Maintainer: Michael Biebl <biebl@debian.org>
Architecture: arm64
Source: exempi
Version: 2.6.3-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), zlib1g (>= 1:1.2.2)
Filename: pool/target/e/exempi/libexempi8_2.6.3-1+apertis0bv2024dev2b1_arm64.deb
Size: 488684
MD5sum: 6e334e3a7896a460e598879b7c328fd0
SHA1: 8d5807c388b11679d5902aa46bd9ef08ecc5e3fe
SHA256: ab513d94255303b3d6c9980c2ac51988d98e931a47475cdf4e2eff95a5b49982
SHA512: 26dcbbeab9b5ba2e5c8ac578a115a194d9f13118db1aefd8b5370054662531c16af9b6154804ff67428e6c9983a86387d1c34b96c1e4cbd77b328d00928578af
Description: library to parse XMP metadata (Library)
 Exempi is a library to parse XMP metadata as defined by the
 specification.
 .
 XMP (Extensible Metadata Platform) facilitates embedding metadata in files
 using a subset of RDF. Most notably XMP supports embedding metadata in PDF
 and many image formats, though it is designed to support nearly any file type.
Homepage: https://libopenraw.freedesktop.org/wiki/Exempi
Multi-Arch: same

Package: libexempi8-dbgsym
Priority: optional
Section: debug
Installed-Size: 7168
Maintainer: Michael Biebl <biebl@debian.org>
Architecture: arm64
Source: exempi
Version: 2.6.3-1+apertis0bv2024dev2b1
Depends: libexempi8 (= 2.6.3-1+apertis0bv2024dev2b1)
Filename: pool/target/e/exempi/libexempi8-dbgsym_2.6.3-1+apertis0bv2024dev2b1_arm64.deb
Size: 7064536
MD5sum: cc1bbd641faacdc2191d03bb2327240e
SHA1: 04b2b7864de05190412e34c0ac9f683d8db29f1b
SHA256: 7e4966a7c8425b1c4fc8943916117eae60086b4056745515c30774aa301e5794
SHA512: b049bfa9541e42e84b669abe9218bdf9116e22e74a5db6c2d83c7394bfdb5e4cd6ee3e5d314416ab6c7471430b2024b7adc91589f3c8e9531d5ca61f6415f40c
Description: debug symbols for libexempi8
Auto-Built-Package: debug-symbols
Build-Ids: 2cee9d7076bcb651c2d9ef52b43f7e866393f3c0
Multi-Arch: same

Package: libexif-dev
Priority: optional
Section: libdevel
Installed-Size: 573
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libexif
Version: 0.6.24-1+apertis0bv2024dev2b1
Depends: libc6-dev, libexif12 (= 0.6.24-1+apertis0bv2024dev2b1)
Recommends: libexif-doc (= 0.6.24-1+apertis0bv2024dev2b1)
Filename: pool/target/libe/libexif/libexif-dev_0.6.24-1+apertis0bv2024dev2b1_arm64.deb
Size: 100516
MD5sum: 725c725913e6840801e2be20d11d41b2
SHA1: 974510c6759b814061d0b06ffeadedad38d09c45
SHA256: be49e84eeb769035e2f32bc5e92b42b5f6bbe4eb3de801770c02d304b1fcefb0
SHA512: 8a323da2f7e25ee59d5452e2dbefe936e6bd00afb5b8a020d074e67c32ce3fdfc71f4bdf342cd43f072a6d9e508ec068ab5808c8ce9eafcf7f906ce5e87e3409
Description: library to parse EXIF files (development files)
 Most digital cameras produce EXIF files, which are JPEG files with
 extra tags that contain information about the image. The EXIF library
 allows you to parse an EXIF file and read the data from those tags.
 .
 This package contains the development files.
Homepage: https://libexif.github.io/
Multi-Arch: same

Package: libexif-doc
Priority: optional
Section: doc
Installed-Size: 1519
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: all
Source: libexif
Version: 0.6.24-1+apertis0bv2024dev2b1
Replaces: libexif-dev (<< 0.6.21-3~)
Breaks: libexif-dev (<< 0.6.21-3~)
Filename: pool/target/libe/libexif/libexif-doc_0.6.24-1+apertis0bv2024dev2b1_all.deb
Size: 325080
MD5sum: 8ab1c96092a5bc53b2449210db60d2b3
SHA1: d20440e41f5ec14f239eca8af8078da14703e8dd
SHA256: 000f79ed1cdd719af3de0b5be938e78dd281983be23c5b75c370512790790d52
SHA512: 98e14cb2700a84d3df34b8d73842ae8bca2f2e5dfa37127bc7348a022de5c9bf36612ed7c9047f5be9cdc7348af8c4f4ebb4253da072090c5b426365056b61a1
Description: library to parse EXIF files (documentation)
 Most digital cameras produce EXIF files, which are JPEG files with
 extra tags that contain information about the image. The EXIF library
 allows you to parse an EXIF file and read the data from those tags.
 .
 This package contains the development documentation.
Homepage: https://libexif.github.io/
Multi-Arch: foreign

Package: libexif12
Priority: optional
Section: libs
Installed-Size: 2616
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libexif
Version: 0.6.24-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.29)
Filename: pool/target/libe/libexif/libexif12_0.6.24-1+apertis0bv2024dev2b1_arm64.deb
Size: 391584
MD5sum: 7f9674b43134973e000ccef202e67042
SHA1: 8c8e7a03b801025ddc8d264c75e85dfc5a3f27c0
SHA256: 5f65430ec053b48f79cb80f2e21d120df570807b3d65be4fe5c262fec7971661
SHA512: c025ee0aff18da007915f53ccd8665a0be318e4c8a622700dc078ba9aec0329c6f1b23f186e0f3d8ffeae40de73b2da8e586bbbb5613dfb257bcd0da9c7d0e52
Description: library to parse EXIF files
 Most digital cameras produce EXIF files, which are JPEG files with
 extra tags that contain information about the image. The EXIF library
 allows you to parse an EXIF file and read the data from those tags.
Homepage: https://libexif.github.io/
Multi-Arch: same

Package: libexif12-dbgsym
Priority: optional
Section: debug
Installed-Size: 159
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libexif
Version: 0.6.24-1+apertis0bv2024dev2b1
Depends: libexif12 (= 0.6.24-1+apertis0bv2024dev2b1)
Filename: pool/target/libe/libexif/libexif12-dbgsym_0.6.24-1+apertis0bv2024dev2b1_arm64.deb
Size: 134624
MD5sum: a31469e1cfd161b9f3d88f294f709c28
SHA1: 13466f01cfe5ca0934c8bffe41a1308979644542
SHA256: f3adaadfae5ebd00fead5539fc1dbbbe7966d5cd8298625ac911d03287593cde
SHA512: 20bd3d2a269f900b294f808ad50a89e92e383efa67d72722ebc7a633b945cdd8b6a16ea492f7aa01281cef45bdf25a45babc69315233c698629fa4494750e226
Description: debug symbols for libexif12
Auto-Built-Package: debug-symbols
Build-Ids: 04e4d33768c08bb12a8a21bfab6dec911c086fc6
Multi-Arch: same

Package: libexiv2-27
Priority: optional
Section: libs
Installed-Size: 7176
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: arm64
Source: exiv2
Version: 0.27.6-1+apertis0bv2024dev2b1
Replaces: libexiv2-dev (<< 0.27.2-7~)
Depends: libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4)
Suggests: exiv2
Breaks: libexiv2-dev (<< 0.27.2-7~)
Filename: pool/target/e/exiv2/libexiv2-27_0.27.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 1450152
MD5sum: 922d08ac71ffbc65d06d73bd217527a1
SHA1: 17fa81c07e0bf31420d151844d1a433ab3d0d980
SHA256: ea746698be2325cf453e7ad8aa9a55ac9b4bed1116982a564cfde15268107966
SHA512: c46b4ec990589069107158e50622327a489dc53e53ab0182f03916d9686a0401b5aeaf769231c9ebe2efcaea6b45d2bcd67db5a19b102b37703e48f4d9b0ae4a
Description: EXIF/IPTC/XMP metadata manipulation library
 Exiv2 is a C++ library and a command line utility to manage image metadata.
 It provides fast and easy read and write access to the Exif, IPTC and XMP
 metadata of images in various formats
 .
 Exiv2 library provides:
  * fast read and write access to the Exif, IPTC, and XMP metadata of an image
  * an easy to use and extensively documented API
  * conversions of Exif and IPTC metadata to XMP and vice versa
  * a smart IPTC implementation that does not affect data that programs like
    Photoshop store in the same image segment
  * Exif Makernote support:
    - Makernote tags can be read and written just like any other metadata
    - a sophisticated write algorithm avoids corrupting the Makernote
  * a simple interface to extract previews embedded in RAW images and Exif
    thumbnails
  * set and delete methods for Exif thumbnails
Homepage: https://www.exiv2.org/
Multi-Arch: same

Package: libexiv2-27-dbgsym
Priority: optional
Section: debug
Installed-Size: 6517
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: arm64
Source: exiv2
Version: 0.27.6-1+apertis0bv2024dev2b1
Depends: libexiv2-27 (= 0.27.6-1+apertis0bv2024dev2b1)
Filename: pool/target/e/exiv2/libexiv2-27-dbgsym_0.27.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 5652244
MD5sum: 5f2a72f490906f0d561f92f0bca6f708
SHA1: c1c386162abe78376634bc6d8fc59b11f98d718d
SHA256: 5cb259888e46f3b136f7bca21ed15a6ed63a02f19147b20f87fbff8d676df07a
SHA512: 5469e8b926a6a10bc35c5804767739220e8ca162a1d2529c2b16fbba76c5204b3dced10cd6adc9119da9a047b5c0462a8f5d4d08f59d98341047f3fb61773c5b
Description: debug symbols for libexiv2-27
Auto-Built-Package: debug-symbols
Build-Ids: 55d14754530730b6f3a359fea00959ee25b81f0f
Multi-Arch: same

Package: libexiv2-dev
Priority: optional
Section: libdevel
Installed-Size: 1463
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: arm64
Source: exiv2
Version: 0.27.6-1+apertis0bv2024dev2b1
Replaces: libexiv2-27 (<< 0.27.2-8~)
Depends: libexiv2-27 (= 0.27.6-1+apertis0bv2024dev2b1)
Suggests: libexiv2-doc
Breaks: libexiv2-27 (<< 0.27.2-8~)
Filename: pool/target/e/exiv2/libexiv2-dev_0.27.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 261100
MD5sum: e5bf5dfa1fe30a61399a40dda449c1a5
SHA1: aee49340a9ff23d69068df935e6c029b6599e94f
SHA256: b0e501c05b43f6611adb74ed25baf3b5bd89cfa9a11291f771abf4aae15307f3
SHA512: ec5e3b71e81fefb8f692cb361d80baa3b7e0e32da3744e22ea4916b372abca22a43841ff22ae43c507c6b31d736ca1abb1aec48e70f29836a9e88965fe114038
Description: EXIF/IPTC/XMP metadata manipulation library - development files
 Exiv2 is a C++ library and a command line utility to manage image metadata.
 It provides fast and easy read and write access to the Exif, IPTC and XMP
 metadata of images in various formats
 .
 This package provides the development files for using exiv2.
Homepage: https://www.exiv2.org/
Multi-Arch: same

Package: libexiv2-doc
Priority: optional
Section: doc
Installed-Size: 23046
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: all
Source: exiv2
Version: 0.27.6-1+apertis0bv2024dev2b1
Depends: libjs-jquery
Filename: pool/target/e/exiv2/libexiv2-doc_0.27.6-1+apertis0bv2024dev2b1_all.deb
Size: 2736656
MD5sum: 1eba95f10c1d3fac51abf9b3f627f774
SHA1: 577177828138e8db52fee1650dcb18970d314b6a
SHA256: 035228ae27f13f382bba0265018661a0a3490cc99ccc04d8d7d9b1c15872b247
SHA512: d31ecba209dfb91b190aae669dd86ee3790fb6ecec92bf57dfc884ec574dfdf40d73f536b06a76ddfd1426198084ddd53dda435918b1dc77a86628ff9c6ae955
Description: EXIF/IPTC/XMP metadata manipulation library - HTML documentation
 Exiv2 is a C++ library and a command line utility to manage image metadata.
 It provides fast and easy read and write access to the Exif, IPTC and XMP
 metadata of images in various formats
 .
 This package provides the Exiv2 HTML documentation.
Homepage: https://www.exiv2.org/
Multi-Arch: foreign

Package: libexpat1
Priority: optional
Section: libs
Installed-Size: 441
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: expat
Version: 2.5.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.36)
Filename: pool/target/e/expat/libexpat1_2.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 88900
MD5sum: f089db6ccf95d37996cad12998311a13
SHA1: 26ca0734a0b0ecc9f7a2467315a1c17d3c4f4989
SHA256: d443cf2d3f5d557ec88e467582f03b2aa7d0e5ff8443cdccdeb3fa92d9321fc6
SHA512: 20c65407ea484da5da6142404266c303772f2cc03458233e488cf454f7a548de57688e7ebe1d20c02fb59330973e16c31fef1f66b63fd44cb7a8b6301de68795
Description: XML parsing C library - runtime library
 This package contains the runtime, shared library of expat, the C
 library for parsing XML. Expat is a stream-oriented parser in
 which an application registers handlers for things the parser
 might find in the XML document (like start tags).
Homepage: https://libexpat.github.io/
Multi-Arch: same

Package: libexpat1-dbgsym
Priority: optional
Section: debug
Installed-Size: 351
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: expat
Version: 2.5.0-1+apertis0bv2024dev3b1
Depends: libexpat1 (= 2.5.0-1+apertis0bv2024dev3b1)
Filename: pool/target/e/expat/libexpat1-dbgsym_2.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 309012
MD5sum: 2f386cca303d76f99db3e4d2c615888b
SHA1: 21ebcb51c7e0fc5dd7cc6d355353d6a4719f0b9e
SHA256: 5cc10d9529464410236b5b63ad6cda49a2e1be23f181c3b36e92175d438fdaed
SHA512: 6eec2dc0c23427258e90e5e1aa46bc9d697ebe2dfcfdb4baa5d0524ef28c3e4ee6ad1baf53040f8b4b0eb6e287fc8d6da47e2d5e82c28258d0eacec49e134b8a
Description: debug symbols for libexpat1
Auto-Built-Package: debug-symbols
Build-Ids: 1d599a3fc38fd663278a5191305eb168b25737be edc1567d5e9a19803d3625e297d2c03c74db0b75
Multi-Arch: same

Package: libexpat1-dev
Priority: optional
Section: libdevel
Installed-Size: 669
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: expat
Version: 2.5.0-1+apertis0bv2024dev3b1
Provides: libexpat-dev
Depends: libexpat1 (= 2.5.0-1+apertis0bv2024dev3b1), libc6-dev | libc-dev
Conflicts: libexpat-dev
Filename: pool/target/e/expat/libexpat1-dev_2.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 138484
MD5sum: ce86684f06756f46cf681cb2cf3dcb61
SHA1: e84deb69f987f5151d2645b13be80215c7b75a44
SHA256: fe8a85e586bfc7a4d883defac2274cb568d56290c8b2da01805312be6e909c86
SHA512: 839b13a1048e5fabd4f9c9784180b3e82a4c0479fb8bcd60b5142f2618cdfb78016f44e40d03430916c74ebf1a471beeee5def644963b44624bdd93e897ee33e
Description: XML parsing C library - development kit
 This package contains the header file and development libraries of
 expat, the C library for parsing XML.  Expat is a stream oriented XML
 parser.  This means that you register handlers with the parser prior
 to starting the parse.  These handlers are called when the parser
 discovers the associated structures in the document being parsed.  A
 start tag is an example of the kind of structures for which you may
 register handlers.
Homepage: https://libexpat.github.io/
Multi-Arch: same

Package: libext2fs-dev
Priority: optional
Section: libdevel
Installed-Size: 1175
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Replaces: e2fslibs-dev (<< 1.43.9-1~)
Provides: e2fslibs-dev (= 1.47.0-2+apertis0bv2024dev3b2)
Depends: libc6-dev | libc-dev, comerr-dev, libext2fs2 (= 1.47.0-2+apertis0bv2024dev3b2)
Suggests: doc-base
Breaks: e2fslibs-dev (<< 1.43.9-1~)
Filename: pool/target/e/e2fsprogs/libext2fs-dev_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 292884
MD5sum: e7956b83a61dcaf4b2fb9fc85d5faeae
SHA1: 3f9a75dff67d8b16ccac547c1b3c7a11966edda3
SHA256: 651f38614df11950a87adc319479057debf7897eceb22f9f4f0c1a52128d6c63
SHA512: f0037a84a97d886def521ae7f25f1c068e79ed8734e8e441c67d4db9ffddb3b90c58d35d480def18bc7064a6454a82c9cdce384c89ba591ad00833ec2ab0d465
Description: ext2/ext3/ext4 file system libraries - headers and static libraries
 The ext2, ext3 and ext4 file systems are successors of the original ext
 ("extended") file system. They are the main file system types used for
 hard disks on Debian and other Linux systems.
 .
 This package contains the development environment for the ext2fs and e2p
 libraries.
Homepage: http://e2fsprogs.sourceforge.net

Package: libext2fs2
Priority: optional
Section: libs
Installed-Size: 598
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Replaces: e2fslibs (<< 1.43.9-1~)
Provides: e2fslibs (= 1.47.0-2+apertis0bv2024dev3b2)
Depends: libc6 (>= 2.34)
Breaks: e2fslibs (<< 1.43.9-1~)
Filename: pool/target/e/e2fsprogs/libext2fs2_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 203736
MD5sum: 907d77dcbe12d733c7bdfb957df4ef5e
SHA1: 4df89225f623fdff88b140bddb9a0f9021ead7a8
SHA256: 66b6959d2abb1925c0729061433aab03f7067047a636a875e77ab0c1e83aec90
SHA512: 63c54a698df4ad50bb8a35639696a58a898ac941c6eb661c5ea853589adc3b02f555ca8905858e2718354df7064359ce621dbc54d49c970acbaa20b0f6f726a5
Description: ext2/ext3/ext4 file system libraries
 The ext2, ext3 and ext4 file systems are successors of the original ext
 ("extended") file system. They are the main file system types used for
 hard disks on Debian and other Linux systems.
 .
 This package provides the ext2fs and e2p libraries, for userspace software
 that directly accesses extended file systems. Programs that use libext2fs
 include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
 dumpe2fs, chattr, and lsattr.
Homepage: http://e2fsprogs.sourceforge.net
Multi-Arch: same

Package: libext2fs2-dbgsym
Priority: optional
Section: debug
Installed-Size: 574
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Depends: libext2fs2 (= 1.47.0-2+apertis0bv2024dev3b2)
Filename: pool/target/e/e2fsprogs/libext2fs2-dbgsym_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 515968
MD5sum: e698d48020b91ae4b308427e6986356c
SHA1: 71827353ee54e569b3ffd6cb1177deed4b56ac55
SHA256: 7e683c00066f59cf5d8823742adf6f85d45a97ab33e525ffcdb3dc1c658f4b60
SHA512: b3cea3fbff0de0ee987dcf54fbd3c331356b97d12a01e7e71c453a819bc723a483da72cfc6eef673aab93ab8e4bf9e97a393a01262cc2f05400803fbe25081a3
Description: debug symbols for libext2fs2
Auto-Built-Package: debug-symbols
Build-Ids: 5245db90fbf875b02afdb3ee9bf75524618e2093 811a6d7eb1867e52265d8db16ae10de3169ca30a
Multi-Arch: same

Package: libfdisk-dev
Priority: optional
Section: libdevel
Installed-Size: 87
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libblkid-dev, libc6-dev | libc-dev, libfdisk1 (= 2.38.1-5+apertis1bv2024dev3b1), uuid-dev
Filename: pool/target/u/util-linux/libfdisk-dev_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 31336
MD5sum: 1647ff187ba5a4d89c83e7f60543ff9b
SHA1: d100a722599d6dd5f359c041b91f32f6c54ca60e
SHA256: 9a82fa3f64a17febb02798b22518201c826b12c1f69f8ec156c0435c0e0ccbe4
SHA512: 3bd63aa439dc4a511bb933d315fa4fa8d5c97a942c9f10b6228d65df814365465732f717300708fbc1c44ce70e0541cb741b02eb4c8a0b1de3dac5e8779bd64a
Description: fdisk partitioning library - headers
 The libfdisk library is used for manipulating partition tables. It is
 the core of the fdisk, cfdisk, and sfdisk tools.
 .
 This package contains the development environment for the fdisk library.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: same

Package: libfdisk1
Priority: optional
Section: libs
Installed-Size: 598
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libblkid1 (>= 2.24.2), libc6 (>= 2.33), libuuid1 (>= 2.16)
Filename: pool/target/u/util-linux/libfdisk1_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 191896
MD5sum: 0973bd3dac0a0db26ffb7f933bdbc3aa
SHA1: 612f5147685cd428f99b56aa17396541cebb584b
SHA256: 11c2f3be360ec7d32f1b13605066ac7a437ff5efd3e2e96c68bcc86e93caa8ea
SHA512: 4253e5ed0db5334bf55b9fb489a002023c430f0dafac2ffe608ac3a54f8ee0304c20891221b6f9a9b6940cb73bfbe9055e6f7e27ff7bafc17085690f5900410b
Description: fdisk partitioning library
 The libfdisk library is used for manipulating partition tables. It is
 the core of the fdisk, cfdisk, and sfdisk tools.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: same

Package: libfdisk1-dbgsym
Priority: optional
Section: debug
Installed-Size: 549
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libfdisk1 (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/libfdisk1-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 499436
MD5sum: 59581667e8e20a7ba31ad763a135b9ff
SHA1: c4c8ad3e467f881a283dff0d2b1d420249f43661
SHA256: 17da74fbb2b8c735d85a2f1615c9242789cf1d0bc8a3e9a59ca6b138b8d735e5
SHA512: 229f2426cecbd7b131d6d9b6402abcab4e2580b40cbc5200818742821fe89b7b98e104557d760d470512b587a0afed93635b552c626cceec2f0b9a98e0064a65
Description: debug symbols for libfdisk1
Auto-Built-Package: debug-symbols
Build-Ids: 4a4ae93c18bf7684fe12a10bdb5df58c843db0e5
Multi-Arch: same

Package: libffi-dev
Priority: optional
Section: libdevel
Installed-Size: 286
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: libffi
Version: 3.4.4-1+apertis0bv2024dev3b1
Depends: libffi8 (= 3.4.4-1+apertis0bv2024dev3b1)
Conflicts: libffi4-dev
Filename: pool/target/libf/libffi/libffi-dev_3.4.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 56008
MD5sum: 489a94801b1e68aecebcc20cd3049438
SHA1: 7b0175af17665d4aab57d3c0042806cc514dc282
SHA256: fbc97f155842ddaefb37b2d9bca574f9fa7953933100c16b68a255bc941db0e5
SHA512: 07489dbf12488b49b6c831d6302dbb6eb49e8877b9b276f2140c8405e73d72dad7eafafb8b16a25960439fadd72dbfa2ca1354431005014c9889d4fffc7b3c72
Description: Foreign Function Interface library (development files)
 This package contains the headers and static library files necessary for
 building programs which use libffi.
 .
 A foreign function interface is the popular name for the interface that
 allows code written in one language to call code written in another
 language.
Homepage: https://sourceware.org/libffi/
Multi-Arch: same

Package: libffi8
Priority: optional
Section: libs
Installed-Size: 96
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: libffi
Version: 3.4.4-1+apertis0bv2024dev3b1
Replaces: libffi8ubuntu1 (<< 3.4.2-1)
Provides: libffi8ubuntu1 (= 3.4.4-1+apertis0bv2024dev3b1)
Depends: libc6 (>= 2.34)
Breaks: libffi8ubuntu1 (<< 3.4.2-1)
Filename: pool/target/libf/libffi/libffi8_3.4.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 23936
MD5sum: 5ee45b3c1e0cb2cdec014a7551ec4b4a
SHA1: 9f6c873b03f6ab666d1c8e9d8b1942e703fc3142
SHA256: b18a4996782967ce4e0ec582ecea24a2b0d5134ae966975680ae4ade4ff32a71
SHA512: 319f2fd375bdf4361671c31b2ff955116bcaf6321012e7691833e106c281602162d629dadc963e43d50069caeb12e0188d2ac04e9f434405a16d4f5a1c7958c6
Description: Foreign Function Interface library runtime
 A foreign function interface is the popular name for the interface that
 allows code written in one language to call code written in another
 language.
Homepage: https://sourceware.org/libffi/
Multi-Arch: same

Package: libffi8-dbgsym
Priority: optional
Section: debug
Installed-Size: 69
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: libffi
Version: 3.4.4-1+apertis0bv2024dev3b1
Depends: libffi8 (= 3.4.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libf/libffi/libffi8-dbgsym_3.4.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 52500
MD5sum: c065eede9de518c81e56847cdb5b38f7
SHA1: e29e6b801c7090eb3b0355347d1465a382e647e6
SHA256: 3e513e4fbc7f71b21373194553ea6561a151a2a0e02c41c33855681c4a0b0fda
SHA512: ee394c14e3fd3b370f96892c9abed10155ec7a7dbd897d6bbfef29470351758d35b327eafe867517129e88ca24bb670107cb3c6867943c562b7d01adf2ddf539
Description: debug symbols for libffi8
Auto-Built-Package: debug-symbols
Build-Ids: ed1120d5c220d1fee68f902163ccd1d4942cde81
Multi-Arch: same

Package: libfftw3-bin
Priority: optional
Section: libs
Installed-Size: 247
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libfftw3-double3 (>= 3.3.10), libfftw3-long3 (>= 3.3.10), libfftw3-single3 (>= 3.3.10)
Filename: pool/target/f/fftw3/libfftw3-bin_3.3.10-1+apertis1bv2024dev2b1_arm64.deb
Size: 42648
MD5sum: 78f1656cfc71f00465ad763c9e4a5694
SHA1: ce884b8e455cd6a9ce904712088f56b68e58f35e
SHA256: 17871c78a0a973273c39d1d60af90848e1c820e4cc1c9d6045819c50178b8fe0
SHA512: ff8734aa47667d8b3f48ed2e1cbf7c4899f5b6e108a0202bb93033b89c102cdc21cd2be45cf905bdead28223c0ac08e71f6e92e94587091733eb6d88425a31b4
Description: Library for computing Fast Fourier Transforms - Tools
 The FFTW library computes Fast Fourier Transforms (FFT) in one or more
 dimensions. It is extremely fast.
 .
 This package contains the wisdom management tools.
Homepage: https://fftw.org
Multi-Arch: foreign

Package: libfftw3-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 53
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libfftw3-bin (= 3.3.10-1+apertis1bv2024dev2b1)
Filename: pool/target/f/fftw3/libfftw3-bin-dbgsym_3.3.10-1+apertis1bv2024dev2b1_arm64.deb
Size: 5896
MD5sum: 4a4cc061af1ac597427b97837471deec
SHA1: efac2003e373d9c889a5cb86f3aa52f5fa3dcf42
SHA256: 6e0161dd923a071128463757764c38bb152c71020a13a5acc64c46b4ce33982e
SHA512: 12da40a22a82ceab1e0bb90d80556fce86c115c2ddd0ae4fa25280fb5fec5e32180fcac43460b040874916cafd80c58b724a48258099b4e404537308e2021abe
Description: debug symbols for libfftw3-bin
Auto-Built-Package: debug-symbols
Build-Ids: 05539406bc3fcc98941d20d998f50556daa14483 b2f27671452dbd48ada48371b9301678fffa0701 f75b89169ef8a283b4a00f6d182fd0cc4b932a35

Package: libfftw3-dev
Priority: optional
Section: libdevel
Installed-Size: 9083
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libfftw3-bin (= 3.3.10-1+apertis1bv2024dev2b1), libfftw3-double3 (= 3.3.10-1+apertis1bv2024dev2b1), libfftw3-long3 (= 3.3.10-1+apertis1bv2024dev2b1), libfftw3-single3 (= 3.3.10-1+apertis1bv2024dev2b1)
Suggests: libfftw3-doc
Filename: pool/target/f/fftw3/libfftw3-dev_3.3.10-1+apertis1bv2024dev2b1_arm64.deb
Size: 1201436
MD5sum: d4ae0e326d1e0d054e476fc1f77bc858
SHA1: b668786ce9509b12f8cb5a42322be85e78e8647f
SHA256: 7c053746af3b855aaf3ea375b785012fe8b1ee648bdd8853d8a276c124ab3afc
SHA512: e4d17cbd68b53e04912113615e378a05d4c6c8e3586f3f536d31848d01db78ee54d22aeac376de9fea3192ecff6f57f1910d8a34d7946e74faeb72832f67cd51
Description: Library for computing Fast Fourier Transforms - development
 The FFTW library computes Fast Fourier Transforms (FFT) in one or more
 dimensions. It is extremely fast. This package contains the statically linked
 library, header files and test programs.
 .
 This package contains the header files and static libraries.
 For documentation, see libfftw3-doc.
Homepage: https://fftw.org
Multi-Arch: same

Package: libfftw3-doc
Priority: optional
Section: doc
Installed-Size: 1409
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: all
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Suggests: libfftw3-dev
Filename: pool/target/f/fftw3/libfftw3-doc_3.3.10-1+apertis1bv2024dev2b1_all.deb
Size: 453852
MD5sum: 5a39d45055af29ed33003d9461b1754f
SHA1: d627c867e8c97b600a85f8f93cb2b3366d99db0c
SHA256: 9dd0c8776ed3d0a21dff3fe3f3d0e9ad34f62b97affba0462343d1dafd6354af
SHA512: f33fceeefaa234a4ed0edb90da080b83e5aba0ef74479a4767189a9d2339b2f6589eebbef2f45a1461f163c3016af321f3b46a60d18e33d75f4560da1362fdb1
Description: Documentation for fftw version 3
 The FFTW library computes Fast Fourier Transforms (FFT) in one or more
 dimensions. It is extremely fast. This package contains the documentation for
 the fftw3 library.
Homepage: https://fftw.org
Multi-Arch: foreign

Package: libfftw3-double3
Priority: optional
Section: libs
Installed-Size: 868
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Suggests: libfftw3-bin, libfftw3-dev
Filename: pool/target/f/fftw3/libfftw3-double3_3.3.10-1+apertis1bv2024dev2b1_arm64.deb
Size: 324608
MD5sum: c933e2c0eb2a6d52a185ba4b6a66455d
SHA1: bd4cf64a4bc02bcf83ee0477b26dd8ea365c7c62
SHA256: ae72490f9f2597eb9a376cde06bf19f05c7950a30f1153863b6233f66f6d24b0
SHA512: f733220e8ff10cadaae117f32e609f5aa712d01216dacd293b5d66ff40ec0937a7b37c7565c7744915ec984f33893c88f59c21d2882cc4c7c02734a709b3c40e
Description: Library for computing Fast Fourier Transforms - Double precision
 The FFTW library computes Fast Fourier Transforms (FFT) in one or more
 dimensions. It is extremely fast. This package contains the shared library
 for double precision transforms.
 .
 To get the static library and the header files, you need to install
 libfftw3-dev. For documentation, see libfftw3-doc.
Homepage: https://fftw.org
Multi-Arch: same

Package: libfftw3-double3-dbgsym
Priority: optional
Section: debug
Installed-Size: 139
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libfftw3-double3 (= 3.3.10-1+apertis1bv2024dev2b1)
Filename: pool/target/f/fftw3/libfftw3-double3-dbgsym_3.3.10-1+apertis1bv2024dev2b1_arm64.deb
Size: 19724
MD5sum: bddda5989bf858a1fd29b531e08bedda
SHA1: ac620378424c0e2506f2d554a6e6ae8e97209f0e
SHA256: 3ec6b81fd31955138ad04669d84d8982dfa62fc735791318ac253c35dd64b1ab
SHA512: 3cd5cd72fbf9d21a494138cfc7e23732d68042397de133b5a0658372f0b628484c474d3f48b6b3ec087d27194c1d4a1e73feb189e8bd82c5a5590cd61637dea0
Description: debug symbols for libfftw3-double3
Auto-Built-Package: debug-symbols
Build-Ids: 172fceff1fd747f4f50f943bb261736dd3d0c1e5 62527e909611d768df10fa75d6ed64038f0ef7c0
Multi-Arch: same

Package: libfftw3-long3
Priority: optional
Section: libs
Installed-Size: 1892
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Suggests: libfftw3-bin, libfftw3-dev
Filename: pool/target/f/fftw3/libfftw3-long3_3.3.10-1+apertis1bv2024dev2b1_arm64.deb
Size: 527860
MD5sum: 984343ab2112a9e56712c17b95497b39
SHA1: 612637c4dab80ef2856ddf78c9b603a1535308f2
SHA256: 187a462c96b5dd9c377514213e3e45f32069898382b1f4ae48ca5b0be8959b0a
SHA512: ee8ed89782c0942a296cb464828c1324650c43fda42f079b80d1a0fd570771d1c0e79260b49dd2f994ed7124634860cca003a5ae8f007e37c861daa56e12576d
Description: Library for computing Fast Fourier Transforms - Long precision
 The FFTW library computes Fast Fourier Transforms (FFT) in one or more
 dimensions. It is extremely fast. This package contains the shared library
 for long double precision transforms.
 .
 To get the static library and the header files, you need to install
 libfftw3-dev. For documentation, see libfftw3-doc.
Homepage: https://fftw.org
Multi-Arch: same

Package: libfftw3-long3-dbgsym
Priority: optional
Section: debug
Installed-Size: 141
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libfftw3-long3 (= 3.3.10-1+apertis1bv2024dev2b1)
Filename: pool/target/f/fftw3/libfftw3-long3-dbgsym_3.3.10-1+apertis1bv2024dev2b1_arm64.deb
Size: 19968
MD5sum: a3c69a65b046b91859603b00d1359844
SHA1: e357662fd31313d0e061055770bbd67a7442464c
SHA256: 703adb47b840f7bea3c876d426d8ee6ed9e2454a3e0d1cc5e666961246d78237
SHA512: 858cc906952cd81f6c3e8a55dc409e92a1855314195a08a9567f13983ade024d726fd62befc5ab52a115e997c661b5e0d3e54ddb98dfd80f7c816eedf0fa4062
Description: debug symbols for libfftw3-long3
Auto-Built-Package: debug-symbols
Build-Ids: 61180e3be791381112a74ab3d334612910740f57 f41e22b58bf62da879035c9a57cbf524667f9a86
Multi-Arch: same

Package: libfftw3-single3
Priority: optional
Section: libs
Installed-Size: 1316
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Suggests: libfftw3-bin, libfftw3-dev
Filename: pool/target/f/fftw3/libfftw3-single3_3.3.10-1+apertis1bv2024dev2b1_arm64.deb
Size: 488824
MD5sum: 82b508f5863d0fa480523e9a725619a8
SHA1: 921c4cb879872fa2d03ef1d26bb7293c7f9159fb
SHA256: 5c067872c49778e2d001b9fe50027383faf40f9f7f429ab65b709b2847b5b74a
SHA512: 16a47b450571153fd3524666428c44bdd50c92dbc0c8ec179b1230d1bd2a5d1784d558891b4d2436340a8245452f6c65b682bae32559145966ea46a9ca4e362b
Description: Library for computing Fast Fourier Transforms - Single precision
 The FFTW library computes Fast Fourier Transforms (FFT) in one or more
 dimensions. It is extremely fast. This package contains the shared library
 for single precision transforms.
 .
 To get the static library and the header files, you need to install
 libfftw3-dev. For documentation, see libfftw3-doc.
Homepage: https://fftw.org
Multi-Arch: same

Package: libfftw3-single3-dbgsym
Priority: optional
Section: debug
Installed-Size: 195
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fftw3
Version: 3.3.10-1+apertis1bv2024dev2b1
Depends: libfftw3-single3 (= 3.3.10-1+apertis1bv2024dev2b1)
Filename: pool/target/f/fftw3/libfftw3-single3-dbgsym_3.3.10-1+apertis1bv2024dev2b1_arm64.deb
Size: 25296
MD5sum: 8caa2282bb183ffdc4cb0ca8ad5123b6
SHA1: 48905cb821bc866842fff1ffb0ccd1d152095f92
SHA256: f7be73717e7aee1792244c6b93688713d5ebbf8de5d0cf0297f8e9622a045d76
SHA512: 8ca1fa0bec5494f7782a5f39fbf192b46fb80ffe647304378646ee7cf75f3081fd4540d3f729c7ff289f6db25d0b8436482be6c8a9590aa9cd72ea266b88c292
Description: debug symbols for libfftw3-single3
Auto-Built-Package: debug-symbols
Build-Ids: 13aea5384d1c65a62e17796beba88651842b694e 8cd5f9da1e911ee8aad5bf825134c278be287d1b
Multi-Arch: same

Package: libflac++-dev
Priority: optional
Section: libdevel
Installed-Size: 286
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libflac++10 (= 1.4.2+ds-2+apertis0bv2024dev2b1), libflac-dev
Filename: pool/target/f/flac/libflac++-dev_1.4.2+ds-2+apertis0bv2024dev2b1_arm64.deb
Size: 56472
MD5sum: 399939fe1b70110a1a2775c683f5cf84
SHA1: 9ec0b312a9c6ba56b07c7955dd01b0a5a145e8e1
SHA256: 1c1b47d45063cd9038c438a8962498bb77f81024ca8ebc44c7b850a1e1db7000
SHA512: f06185fdd21be2300c78441dbfcf12c1801fe52e63b5b2cc5bfe852b1f97cc5830a5a25f6c3bf85260bc28e948c3d0199139344f2366f8900c56d86092eee972
Description: Free Lossless Audio Codec - C++ development library
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 similar to MP3, but lossless.  The FLAC project consists of:
 .
  * The stream format
  * libFLAC, which implements a reference encoder, stream decoder, and file
    decoder
  * flac, which is a command-line wrapper around libFLAC to encode and decode
    .flac files
  * Input plugins for various music players (Winamp, XMMS, and more in the
    works)
 .
 This package contains the development library libFLAC++.
Homepage: https://xiph.org/flac/
Multi-Arch: same

Package: libflac++10
Priority: optional
Section: libs
Installed-Size: 200
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libflac12 (>= 1.4.1), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Filename: pool/target/f/flac/libflac++10_1.4.2+ds-2+apertis0bv2024dev2b1_arm64.deb
Size: 50748
MD5sum: 21bc366c1287f3bfcc542a73dfbea708
SHA1: 3f39f468ce08d9a74eb152ffa9919d243593789e
SHA256: 4ba23551995ea14133054a281950552a3b4ceed208355e6c9f755e0f46b0422a
SHA512: 8a2760584cae8dddd60961cf15c4f78529923956d75b3165059b15954c04b31760e044ef17bf4ff4adf39b571119db7f8a06e42fc9dd5b79d36d88439122da28
Description: Free Lossless Audio Codec - C++ runtime library
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 similar to MP3, but lossless.  The FLAC project consists of:
 .
  * The stream format
  * libFLAC, which implements a reference encoder, stream decoder, and file
    decoder
  * flac, which is a command-line wrapper around libFLAC to encode and decode
    .flac files
  * Input plugins for various music players (Winamp, XMMS, and more in the
    works)
 .
 This package contains the runtime library libFLAC++.
Homepage: https://xiph.org/flac/
Multi-Arch: same

Package: libflac++10-dbgsym
Priority: optional
Section: debug
Installed-Size: 146
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libflac++10 (= 1.4.2+ds-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flac/libflac++10-dbgsym_1.4.2+ds-2+apertis0bv2024dev2b1_arm64.deb
Size: 97644
MD5sum: f4dddb6387719d2fb808da97ae2ffec2
SHA1: 98b84f3dd6c8e87502626d6b61afcaf18606646f
SHA256: 2de14ee25c439e8f85255c52b8cff5fc88359304ef48af802e192c8600c0f6b0
SHA512: 230745a7355fa01b351f79ae390093d8fb08caa51e6f44fef370b32d9e5f9ec0c239c2393a243161be249443546ee00ce2b6f54935d72e7d04c2210cbd19e827
Description: debug symbols for libflac++10
Auto-Built-Package: debug-symbols
Build-Ids: bf54478cddd9ae1a76325bff44d327ca5f1214aa
Multi-Arch: same

Package: libflac-dev
Priority: optional
Section: libdevel
Installed-Size: 826
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libflac12 (= 1.4.2+ds-2+apertis0bv2024dev2b1), libogg-dev
Filename: pool/target/f/flac/libflac-dev_1.4.2+ds-2+apertis0bv2024dev2b1_arm64.deb
Size: 214768
MD5sum: b523b7587ad212defc05da6cf0344385
SHA1: a1458e9d50c21900cf249b4311b5e3db8ac7f362
SHA256: 7940a78966e768e407f9446a61599f3891d78b44d72620ab3e284538684654a7
SHA512: ecbb79264aa0c4c58b1bd0f422cf1190f66d7b270a8d924782ef5f47a5d88977d4a423dc990512815fcfe2d092fb799dc7c79aebec81d1b407cad22f62a3540d
Description: Free Lossless Audio Codec - C development library
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 similar to MP3, but lossless.  The FLAC project consists of:
 .
  * The stream format
  * libFLAC, which implements a reference encoder, stream decoder, and file
    decoder
  * flac, which is a command-line wrapper around libFLAC to encode and decode
    .flac files
  * Input plugins for various music players (Winamp, XMMS, and more in the
    works)
 .
 This package contains the development library libFLAC.
Homepage: https://xiph.org/flac/
Multi-Arch: same

Package: libflac-doc
Priority: optional
Section: doc
Installed-Size: 4962
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Recommends: doc-base
Suggests: libflac-dev
Filename: pool/target/f/flac/libflac-doc_1.4.2+ds-2+apertis0bv2024dev2b1_all.deb
Size: 380828
MD5sum: 30003126f923f89ef3f4fdc1ccaff16a
SHA1: f0b20f26cb7637c6a675ca8a2209013400ff9e51
SHA256: 22753c595d94ae5d3a2f4c8004ce0a1d985791e14b4c292c97b9df7a2252d795
SHA512: 33249b20cb6eae7ff9c932d3c916e2a8a59b89516a66c57ee11bfc77dbafd0e417c30e10b6a6d6e3127af354f644a1b0bdc1255ad7f24cb1a599748137655401
Description: Free Lossless Audio Codec - library documentation
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 similar to MP3, but lossless.  The FLAC project consists of:
 .
  * The stream format
  * libFLAC, which implements a reference encoder, stream decoder, and file
    decoder
  * flac, which is a command-line wrapper around libFLAC to encode and decode
    .flac files
  * Input plugins for various music players (Winamp, XMMS, and more in the
    works)
 .
 This package contains the API documentation for all the FLAC libraries.
Homepage: https://xiph.org/flac/
Multi-Arch: foreign

Package: libflac12
Priority: optional
Section: libs
Installed-Size: 382
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.33), libogg0 (>= 1.0rc3)
Filename: pool/target/f/flac/libflac12_1.4.2+ds-2+apertis0bv2024dev2b1_arm64.deb
Size: 161592
MD5sum: 4472a6acb38474ec8bbc04e7790f913e
SHA1: c4dbccd5418aa45dfea0f09b801adf6004b74f23
SHA256: 23276b40fd1f9f0c9cafa2f9d9dfbec64956250cffd8e485e19429abaa6ac7f7
SHA512: 291db2500a91ae556ecabc6506d60675f6b673c913c2f65a65f41f9283831b06ab4fe5a82aedd3701fe0e1d99f9faefae8dfdaa1230a0ab44265e3784dc14565
Description: Free Lossless Audio Codec - runtime C library
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 similar to MP3, but lossless.  The FLAC project consists of:
 .
  * The stream format
  * libFLAC, which implements a reference encoder, stream decoder, and file
    decoder
  * flac, which is a command-line wrapper around libFLAC to encode and decode
    .flac files
  * Input plugins for various music players (Winamp, XMMS, and more in the
    works)
 .
 This package contains the runtime library libFLAC.
Homepage: https://xiph.org/flac/
Multi-Arch: same

Package: libflac12-dbgsym
Priority: optional
Section: debug
Installed-Size: 328
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: flac
Version: 1.4.2+ds-2+apertis0bv2024dev2b1
Depends: libflac12 (= 1.4.2+ds-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flac/libflac12-dbgsym_1.4.2+ds-2+apertis0bv2024dev2b1_arm64.deb
Size: 293316
MD5sum: 12b0caad54412279a0d35a8215519318
SHA1: c81758a5f745d1fa23a084bb44cb937f63c06e8b
SHA256: d1958e389ed105f5a67fd75e7eb1072de02c4d662739c76a6e81e692beb77803
SHA512: c8e7e13929f4af225599697feff83b0d66a41281946d937c7fa8bfbf2c0310ffdf7ba9cc77923ea4e8613bc1b8a29f221ea00e85b88a3f2db9fa85259a31fa9e
Description: debug symbols for libflac12
Auto-Built-Package: debug-symbols
Build-Ids: ada59481fe4bfd91f2e23b16354b829f5a01dad7
Multi-Arch: same

Package: libflatbuffers-dev
Priority: optional
Section: libdevel
Installed-Size: 1529
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: arm64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: flatbuffers-compiler-dev (= 2.0.8+dfsg1-2+apertis0bv2024dev2b1), libflatbuffers2 (= 2.0.8+dfsg1-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flatbuffers/libflatbuffers-dev_2.0.8+dfsg1-2+apertis0bv2024dev2b1_arm64.deb
Size: 257748
MD5sum: 77013db536d7495918991827b14856b4
SHA1: 2003418a2d349aed4595cbef5506cf346a28f062
SHA256: dcce1b9b67228e8345a24e3a3a56b3f5929a313901b4110c85202867b56f7211
SHA512: 7e7a45897cf09be30abce9671379fc6283adaaca9bb96fc2e4263c1dabf8659ae8d53b510fd49007b39c179c81353058cf27c2dfdb118f729203d2af0e172f8c
Description: efficient cross platform serialization library - development files
 FlatBuffers is an efficient cross platform serialization library for C++, C#,
 C, Go, Java, JavaScript, TypeScript, PHP, and Python. It was originally
 created at Google for game development and other performance-critical
 applications.
 .
 This package contains the development headers and static libraries needed for
 writing C++ applications.
Homepage: https://google.github.io/flatbuffers/
Multi-Arch: same

Package: libflatbuffers2
Priority: optional
Section: libs
Installed-Size: 617
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: arm64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/f/flatbuffers/libflatbuffers2_2.0.8+dfsg1-2+apertis0bv2024dev2b1_arm64.deb
Size: 163552
MD5sum: 666502f2f4fbf143ef0449a19821b4ae
SHA1: eaec4f26d69166ed7f32dbdd57bc28c01ec0162d
SHA256: 47153ab797eb779ee414076a4f20ae6a911ba73ad17b6d561a3570e53bd5a273
SHA512: f492f48cc0d31cb5fdc9ca9ecfdb9f1953983cbadbb2bf42e6a4c43944945dbef9d801ee93e0167a3be06dbc60236c6bf6db1a13cb7b377ecf702a3c32d3ddc5
Description: efficient cross platform serialization library - shared library
 FlatBuffers is an efficient cross platform serialization library for C++, C#,
 C, Go, Java, JavaScript, TypeScript, PHP, and Python. It was originally
 created at Google for game development and other performance-critical
 applications.
 .
 This package contains the runtime library needed for C++ applications.
Homepage: https://google.github.io/flatbuffers/
Multi-Arch: same

Package: libflatbuffers2-dbgsym
Priority: optional
Section: debug
Installed-Size: 2611
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: arm64
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: libflatbuffers2 (= 2.0.8+dfsg1-2+apertis0bv2024dev2b1)
Filename: pool/target/f/flatbuffers/libflatbuffers2-dbgsym_2.0.8+dfsg1-2+apertis0bv2024dev2b1_arm64.deb
Size: 2555560
MD5sum: a27360a3bfe5b9f31c05f17191d7adaa
SHA1: fecfbd416dfdf1ac4b04d4c80085279ba5ca364a
SHA256: 398dc519e7b43d3b4d3e45127be7376e79e269c9f935a618a02ecd27ca0cfa4c
SHA512: 26127f28e453356f51994d9929f587f75dd4934b1b8245975c467589fbf834aef8a987616a8e7d664d90ad8070cc8fc86560fd3194407f686860bad2d0b4340c
Description: debug symbols for libflatbuffers2
Auto-Built-Package: debug-symbols
Build-Ids: 7e5460da9c5f1cb62832e6c7ee9d2a3822ad8565
Multi-Arch: same

Package: libflatpak-dev
Priority: optional
Section: libdevel
Installed-Size: 628
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: gir1.2-glib-2.0, gir1.2-flatpak-1.0 (= 1.14.4-1+apertis2bv2024dev3b1), libflatpak0 (= 1.14.4-1+apertis2bv2024dev3b1), libglib2.0-dev, libostree-dev (>= 2020.8), libxml2-dev (>= 2.4), pkg-config, python3:any
Recommends: flatpak
Suggests: gdb, ostree, python3-gi, systemd-coredump
Filename: pool/target/f/flatpak/libflatpak-dev_1.14.4-1+apertis2bv2024dev3b1_arm64.deb
Size: 70664
MD5sum: 187675167e96c10e3b2e69ed60ac2a78
SHA1: 71196a276913cf3d37c0dbfeed46b6e9d043e94d
SHA256: 9a10a3e5e20fdba792518d36db6fc42113d3689372fbcff670b5174486e158ff
SHA512: 75983ad66f32d157c0d5c68574efc20c2f67b71b03fa1fdbf41d765e530c6c235146aca9a643a676dac5238c12c4fa3e8389eec1379d0b4cc5b2e7f72d04f339
Description: Application deployment framework for desktop apps (development)
 Flatpak installs, manages and runs sandboxed desktop application bundles.
 See the flatpak package for a more comprehensive description.
 .
 This package contains development headers and pkg-config metadata
 for libflatpak0, and the flatpak-coredump and flatpak-bisect scripts used
 to debug Flatpak applications.
Homepage: https://flatpak.org/
Multi-Arch: same

Package: libflatpak-doc
Priority: optional
Section: doc
Installed-Size: 1118
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Suggests: devhelp
Filename: pool/target/f/flatpak/libflatpak-doc_1.14.4-1+apertis2bv2024dev3b1_all.deb
Size: 130780
MD5sum: edec05b907120c88314c95b77641786f
SHA1: cc675c68726541d4a1b8f19be4b026cc92699a74
SHA256: 3fcece949a3c3d0dde125e9509b506e4b1f72fbbc4bf59399f9b6f76766b4230
SHA512: 3d9e08929dd98a11ad8f01551328d29c9d02aa0ae23c87a0d58fcab79d670494c8dc9995a55977644ed8b273a9452eb97d02d4ad4035821dde009c7074b91c68
Description: Application deployment framework for desktop apps (documentation)
 Flatpak installs, manages and runs sandboxed desktop application bundles.
 See the flatpak package for a more comprehensive description.
 .
 This package contains reference documentation for libflatpak0.
Homepage: https://flatpak.org/
Multi-Arch: foreign

Package: libflatpak0
Priority: optional
Section: libs
Installed-Size: 1018
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: bubblewrap (>= 0.5.0), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libdconf1 (>= 0.26.0), libglib2.0-0 (>= 2.67.3+git20210214), libjson-glib-1.0-0 (>= 1.5.2), libostree-1-1 (>= 2020.8), libseccomp2 (>= 2.5.2), libsystemd0, libxau6 (>= 1:1.0.9), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.2)
Filename: pool/target/f/flatpak/libflatpak0_1.14.4-1+apertis2bv2024dev3b1_arm64.deb
Size: 323928
MD5sum: 7f4f6e5d9bbee0d7991c4ff2dcdc6e59
SHA1: 898a93ea0c8241c5d3dfa603f7c3a8c2ff805dcc
SHA256: 5e7ffebe856c409bc69eab3567d10c5e0130bbe635b68682fbf7747df7d14235
SHA512: 36e872dc62147900eff2842dea1b78f202d7fe6bd4cdfe024be5bb9fdccab848804bb111b4efd80fe0f6a4230f213becb22dfd834664fab55c3b6025cceb3db3
Description: Application deployment framework for desktop apps (library)
 Flatpak installs, manages and runs sandboxed desktop application bundles.
 See the flatpak package for a more comprehensive description.
 .
 This package contains the flatpak shared library, used by higher level
 package management tools like gnome-software.
Homepage: https://flatpak.org/
Multi-Arch: same

Package: libflatpak0-dbgsym
Priority: optional
Section: debug
Installed-Size: 1651
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: flatpak
Version: 1.14.4-1+apertis2bv2024dev3b1
Depends: libflatpak0 (= 1.14.4-1+apertis2bv2024dev3b1)
Filename: pool/target/f/flatpak/libflatpak0-dbgsym_1.14.4-1+apertis2bv2024dev3b1_arm64.deb
Size: 1515788
MD5sum: c44d3d916a6b01f4331fd5838db1199c
SHA1: eedaa135c7558d7cceddb0ef02802cdb785f3737
SHA256: 723f32bbfc181b2302d599f645109f6220a23cb85f5e0f631eda0a737e9db78d
SHA512: 7784110ec537c1374c27a413ac21364abffbcf41ae8231685c79696bac665500522405fd42fd202eca28bd4207d69300da9deef7d0035e9b8b0146cfd3cba12d
Description: debug symbols for libflatpak0
Auto-Built-Package: debug-symbols
Build-Ids: 7c4d8b502cba54b73af2b1bc3610cb380916d80c
Multi-Arch: same

Package: libfmt-dev
Priority: optional
Section: libdevel
Installed-Size: 631
Maintainer: Shengjing Zhu <zhsj@debian.org>
Architecture: arm64
Source: fmtlib
Version: 9.1.0+ds1-2+apertis0bv2024dev2b1
Depends: libfmt9 (= 9.1.0+ds1-2+apertis0bv2024dev2b1)
Suggests: libfmt-doc
Conflicts: libcppformat1-dev, libcppformat2-dev, libfmt3-dev
Breaks: libspdlog-dev (<< 1:1.9.2+ds-0.1)
Filename: pool/target/f/fmtlib/libfmt-dev_9.1.0+ds1-2+apertis0bv2024dev2b1_arm64.deb
Size: 169348
MD5sum: 5aed40df44c63eccadb0fd92556e18d1
SHA1: 82fe84f01a5fcdea4092b6c7fe30cc0030ec4270
SHA256: ac18293a7b7b332f557add998d525df1b5032d3319a4e51a29adde4b307a1c74
SHA512: 612fbb28bccc95867ac2ca7d7c9ec9d3567bd0b8ff354a4a2387e1d497be5b066194ea98fc00e01f0cd939ed682d82c01fa15e109d40cd8b985e0182586d05e8
Description: fast type-safe C++ formatting library -- development files
 This library provides fast, type-safe, small, C++11-aware replacement of
 (s)printf and related machinery. In some cases it's noticeably faster
 than boost::format, boost::lexical_cast and even sprintf itself.
 .
 This package contains the development files, include the static library.
Homepage: https://fmt.dev/
Multi-Arch: same

Package: libfmt-doc
Priority: optional
Section: doc
Installed-Size: 728
Maintainer: Shengjing Zhu <zhsj@debian.org>
Architecture: all
Source: fmtlib
Version: 9.1.0+ds1-2+apertis0bv2024dev2b1
Depends: libjs-bootstrap, libjs-sphinxdoc (>= 5.2)
Conflicts: libcppformat1-doc, libcppformat2-doc, libfmt3-doc
Filename: pool/target/f/fmtlib/libfmt-doc_9.1.0+ds1-2+apertis0bv2024dev2b1_all.deb
Size: 134028
MD5sum: b0d66e0f93315c1e6948009259111785
SHA1: b26cf611181c7807a7e6a6a02261fc413f904614
SHA256: 6c8634a5f4f6fa3e50799c95c938376fb5b7da4f372c3bccc2881db31e76d085
SHA512: 853edd58786bf9834a6d008672aaa5980d3ce2ca31f8546f756c99ec0be5533eb6eda14932dea2633b815aaa9e38e794b14c1f39f5e278c4e693cd8ae158c881
Description: fast type-safe C++ formatting library -- documentation
 This library provides fast, type-safe, small, C++11-aware replacement of
 (s)printf and related machinery. In some cases it's noticeably faster
 than boost::format, boost::lexical_cast and even sprintf itself.
 .
 This package contains the documentation files.
Homepage: https://fmt.dev/
Multi-Arch: foreign

Package: libfmt9
Priority: optional
Section: libs
Installed-Size: 214
Maintainer: Shengjing Zhu <zhsj@debian.org>
Architecture: arm64
Source: fmtlib
Version: 9.1.0+ds1-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.5), libstdc++6 (>= 11)
Filename: pool/target/f/fmtlib/libfmt9_9.1.0+ds1-2+apertis0bv2024dev2b1_arm64.deb
Size: 105044
MD5sum: d4fa123290d8c3cd497fc7384ee93e7b
SHA1: 593db2074e182523043f1eaf784f430ed4f0bc49
SHA256: 662d13eee36cd597373ee3b0703e4c169c4effc04d61e2fb6a035a920cb00207
SHA512: fd5bce93dfba8b778d4aa38cae5fefc55b416062da2ad46cf21bdfe1d3901bdf177fde9e47c0ea4d02cbf3c8e53cbe9743ed0d9b7e4b56a04c84267104040c52
Description: fast type-safe C++ formatting library -- library
 This library provides fast, type-safe, small, C++11-aware replacement of
 (s)printf and related machinery. In some cases it's noticeably faster
 than boost::format, boost::lexical_cast and even sprintf itself.
 .
 This package contains the shared library.
Homepage: https://fmt.dev/
Multi-Arch: same

Package: libfmt9-dbgsym
Priority: optional
Section: debug
Installed-Size: 437
Maintainer: Shengjing Zhu <zhsj@debian.org>
Architecture: arm64
Source: fmtlib
Version: 9.1.0+ds1-2+apertis0bv2024dev2b1
Depends: libfmt9 (= 9.1.0+ds1-2+apertis0bv2024dev2b1)
Filename: pool/target/f/fmtlib/libfmt9-dbgsym_9.1.0+ds1-2+apertis0bv2024dev2b1_arm64.deb
Size: 409856
MD5sum: c8a8a475b8057153de5ceb32ee3ee716
SHA1: 38066a5d991012e9987d06f52d7a6c56186ddbc8
SHA256: 7f5f049457b9eb75e265e893672cfc86d71f41ead98cd2288633e2188299cc68
SHA512: 80e7e81a31b72472e1327a2e1d9e102a0974b1d5de1781aaeec8f541c1d6b0c5b2a3b9daf2162525a02df1b047f859fe6ce82c5fc99ae648696e490c12d1075e
Description: debug symbols for libfmt9
Auto-Built-Package: debug-symbols
Build-Ids: 71225b0bb0758e6bb0db22a73485a015b7dd9758
Multi-Arch: same

Package: libfontconfig-dev
Priority: optional
Section: libdevel
Installed-Size: 845
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fontconfig
Version: 2.14.1-4+apertis0bv2024dev3b1
Replaces: libfontconfig1-dev (<< 2.13.1-3)
Provides: libfontconfig1-dev (= 2.14.1-4+apertis0bv2024dev3b1)
Depends: libfontconfig1 (= 2.14.1-4+apertis0bv2024dev3b1), libexpat1-dev, libfreetype-dev (>= 2.8.1), uuid-dev, pkg-config
Filename: pool/target/f/fontconfig/libfontconfig-dev_2.14.1-4+apertis0bv2024dev3b1_arm64.deb
Size: 408440
MD5sum: 358b851a9c0a3e00edb12bbb8b16e4b2
SHA1: cbe37c241297f5499804dbdf164689af3c9d546e
SHA256: 647878b38c03def52943f80b2558dbf63faa65d809e6d8206cbac537706b1b4d
SHA512: bbfa958f8a38a2f2049a3e90b6bcfbbe3dce87220e4b5ad8a7f248d43ac1f536de538e7d6e1669bec248db0d3ef78de1c8b051967a1488aaea4fa8fcd4f8b556
Description: generic font configuration library - development
 Fontconfig is a font configuration and customization library, which
 does not depend on the X Window System. It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.
 .
 This package contains the static libraries and headers needed for the
 development of applications using fontconfig.
Homepage: https://www.freedesktop.org/wiki/Software/fontconfig/
Multi-Arch: same

Package: libfontconfig-doc
Priority: optional
Section: doc
Installed-Size: 1692
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: all
Source: fontconfig
Version: 2.14.1-4+apertis0bv2024dev3b1
Replaces: libfontconfig1-dev (<< 2.13.1-3)
Breaks: libfontconfig1-dev (<< 2.13.1-3)
Filename: pool/target/f/fontconfig/libfontconfig-doc_2.14.1-4+apertis0bv2024dev3b1_all.deb
Size: 880364
MD5sum: 55467b9779ea0064feab06acf9a264b7
SHA1: ffd908b27b8ac8e4974b9884ca7d126fde526685
SHA256: a06254180ae93790a609b9f53173cb04750fb773dbb8341f49665c6f14a7898b
SHA512: 539fcfce9e5e67aa5b2d64f4e0459a0b584bb61bc9e47d42832bd24a28f7e1bddc1933bec5c3430349ad7cc72bf6c2d6dae9d32601de16c8bdfbf144c00d8ec4
Description: generic font configuration library - documentation
 Fontconfig is a font configuration and customization library, which
 does not depend on the X Window System. It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.
 .
 This package contains the documentation for fontconfig.
Homepage: https://www.freedesktop.org/wiki/Software/fontconfig/
Multi-Arch: foreign

Package: libfontconfig1
Priority: optional
Section: libs
Installed-Size: 609
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fontconfig
Version: 2.14.1-4+apertis0bv2024dev3b1
Provides: libfontconfig
Depends: libc6 (>= 2.33), libexpat1 (>= 2.0.1), libfreetype6 (>= 2.9.1), fontconfig-config (>= 2.14.1-4+apertis0bv2024dev3b1)
Breaks: xpdf (<= 3.03-11)
Filename: pool/target/f/fontconfig/libfontconfig1_2.14.1-4+apertis0bv2024dev3b1_arm64.deb
Size: 384624
MD5sum: 3ff7a32e8f1e1a3123d55e48eb15416d
SHA1: 7845ade844f9acb3373329e72af350cba1e3d977
SHA256: ad55aced231293b1331047adf1b4386efc99cc6c26cab1286b6f9f911ab5293c
SHA512: f890a63872d5faae90246712d47312d5d2f4aaa691121328deae9c9cdad5b9d62e41862138ef7c0d0bd460973131440723149dc9075152925b6e58d4b8f2d8ea
Description: generic font configuration library - runtime
 Fontconfig is a font configuration and customization library, which
 does not depend on the X Window System. It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.
 .
 This package contains the runtime library needed to launch applications
 using fontconfig.
Homepage: https://www.freedesktop.org/wiki/Software/fontconfig/
Multi-Arch: same

Package: libfontconfig1-dbgsym
Priority: optional
Section: debug
Installed-Size: 433
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fontconfig
Version: 2.14.1-4+apertis0bv2024dev3b1
Replaces: libfontconfig1-dbg (<< 2.12.1-0.1~)
Depends: libfontconfig1 (= 2.14.1-4+apertis0bv2024dev3b1)
Breaks: libfontconfig1-dbg (<< 2.12.1-0.1~)
Filename: pool/target/f/fontconfig/libfontconfig1-dbgsym_2.14.1-4+apertis0bv2024dev3b1_arm64.deb
Size: 397292
MD5sum: a0ee030d6144a52ea516d429b89d7ef1
SHA1: 74f2978f8e173b42afc2c40d49f2edd3a95745a7
SHA256: 0acd7081676c4d9c6bdb0d14b274f69e34e93f75f29bc093b0b1f911eeaaa8f7
SHA512: ee9c1016f041ffb199ec373c92d18b24c2acac51e5d7b17dc8a6a1e0615eac739f6f9c401460bc1a2d450260be610bc354fdf0214c69775f1745c3063de38e5d
Description: debug symbols for libfontconfig1
Auto-Built-Package: debug-symbols
Build-Ids: 87f5ae498a2b507015e8a6e74f3cc9c300c26624
Multi-Arch: same

Package: libfontconfig1-dev
Priority: optional
Section: oldlibs
Installed-Size: 271
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: fontconfig
Version: 2.14.1-4+apertis0bv2024dev3b1
Depends: libfontconfig-dev (= 2.14.1-4+apertis0bv2024dev3b1)
Filename: pool/target/f/fontconfig/libfontconfig1-dev_2.14.1-4+apertis0bv2024dev3b1_arm64.deb
Size: 270528
MD5sum: af6fdaf8d725e2d9b510cb40871625ee
SHA1: 608df1b17ced8c743a383eb01786f7baebaf0b55
SHA256: 13794fa36441bc5b6b32384ed7bf2dc2eff6534666f16f29e7dbde79ab97fa50
SHA512: 8c2075564bfb524a20d99febfdea052f66fbb7fc2fc91102f558601d91137de54cbe83e4ccae84da7868fecc1650f67da9d206ec4107e5964d0bec60af6cf77e
Description: generic font configuration library - dummy package
 Fontconfig is a font configuration and customization library, which
 does not depend on the X Window System. It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.
 .
 This is a transitional package for libfontconfig-dev. It can be safely
 uninstalled.
Homepage: https://www.freedesktop.org/wiki/Software/fontconfig/
Multi-Arch: same

Package: libfontenc-dev
Priority: optional
Section: libdevel
Installed-Size: 67
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libfontenc
Version: 1:1.1.4-1+apertis1bv2024dev2b1
Depends: libfontenc1 (= 1:1.1.4-1+apertis1bv2024dev2b1), zlib1g-dev
Filename: pool/target/libf/libfontenc/libfontenc-dev_1.1.4-1+apertis1bv2024dev2b1_arm64.deb
Size: 24036
MD5sum: 1f1a2636959e95bc1ce32d4bfc0de092
SHA1: fe8f73f24ecfbda120498ec87b3319f4cba2fb03
SHA256: bfed238ab0273554d04ced90ec0f8126024a69059f0061170df98037e0460c22
SHA512: 04947b99fa9222b142646565cb67f7a70e138f5d46938116e92ea0b682c9209c1c3552c5f191b69f5764dc020bfe9befd1d4f83672163a0c0946e71f0dcdeb86
Description: X11 font encoding library (development headers)
 libfontenc is a library which helps font libraries portably determine
 and deal with different encodings of fonts.
 .
 This package contains the development headers for the library found in
 libfontenc1.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libfontenc
Multi-Arch: same

Package: libfontenc1
Priority: optional
Section: libs
Installed-Size: 94
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libfontenc
Version: 1:1.1.4-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), zlib1g (>= 1:1.1.4)
Filename: pool/target/libf/libfontenc/libfontenc1_1.1.4-1+apertis1bv2024dev2b1_arm64.deb
Size: 22104
MD5sum: 80dc82ee0716269824f0cc5d97979766
SHA1: db53bd82dcd30e187426b626a79b8c6b46b136cd
SHA256: 4d0becb21b0743539b2bd3425353288ceba64acb0ea516a95967718b0452b9d3
SHA512: 9334edf79d2daedeea1327e44e4e4ad0c1e61f1764ce4b42c8976b68eaf0f8eeb0a50f21076769808b2832ff8f851f6fbe1ccf0a36b4967a671d21005a452fb3
Description: X11 font encoding library
 libfontenc is a library which helps font libraries portably determine
 and deal with different encodings of fonts.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libfontenc
Multi-Arch: same

Package: libfontenc1-dbgsym
Priority: optional
Section: debug
Installed-Size: 38
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libfontenc
Version: 1:1.1.4-1+apertis1bv2024dev2b1
Replaces: libfontenc1-dbg (<< 1:1.1.4-1)
Depends: libfontenc1 (= 1:1.1.4-1+apertis1bv2024dev2b1)
Breaks: libfontenc1-dbg (<< 1:1.1.4-1)
Filename: pool/target/libf/libfontenc/libfontenc1-dbgsym_1.1.4-1+apertis1bv2024dev2b1_arm64.deb
Size: 21684
MD5sum: bde2ffb5d0b96ca261a3bbe23dbc5c50
SHA1: f9f7997d5f82b158e3c4edbf5c126eac39d1960f
SHA256: 0e1f2a7c09e0ccc424b6ed6e6b91c7f3b7d2a1a62bbc7db3cd57e0e6c247fd1c
SHA512: 420e755ad021c68eecd85426429c54bc17a5a5b18b7960ec0e31adff2ad8127729439cd4a4ab493c6aafcd7aea5bbd89f3ee056753bb68e6e08b5ad2bfec1e7a
Description: debug symbols for libfontenc1
Auto-Built-Package: debug-symbols
Build-Ids: ae8fb4bc4d466546ccb5f2f37da67f9a04b2e28d
Multi-Arch: same

Package: libfp16-dev
Priority: optional
Section: math
Installed-Size: 72
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: fp16
Version: 0.0~git20200514.4dfe081-3+apertis0bv2024dev2b1
Filename: pool/target/f/fp16/libfp16-dev_0.0~git20200514.4dfe081-3+apertis0bv2024dev2b1_arm64.deb
Size: 15160
MD5sum: 8c1e5e92fe4d3786b1050537f8122a41
SHA1: 9c4f305f3f992823ede4d56e9fd8f92d0d6e018e
SHA256: 1978e5a6ee52ecf1d015fd4b865f78059beaf87d08366a5052fbeb414d845b48
SHA512: 16eeacd00b684286369586b1b414feeaa2027f83f82d07c88de3d87e10a3f8ba2ebaa1c0bef0b958464a8b81eff8f4fb859f5671016fea992cb3cc987b2a79fa
Description: Conversion to/from half-precision floating point formats
 Header-only library for conversion to/from half-precision floating point
 formats Features
 .
  + Supports IEEE and ARM alternative half-precision floating-point format
    - Property converts infinities and NaNs
    - Properly converts denormal numbers, even on systems without denormal support
  + Header-only library, no installation or build required
  + Compatible with C99 and C++11
  + Fully covered with unit tests and microbenchmarks
 .
 This is a header-only library.
Homepage: https://github.com/Maratyszcza/FP16

Package: libfreetype-dev
Priority: optional
Section: libdevel
Installed-Size: 2105
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: arm64
Source: freetype
Version: 2.12.1+dfsg-5+apertis0bv2024dev3b1
Replaces: libfreetype6-dev (<< 2.10.1)
Provides: libfreetype6-dev (= 2.12.1+dfsg-5+apertis0bv2024dev3b1)
Depends: libfreetype6 (= 2.12.1+dfsg-5+apertis0bv2024dev3b1), libbrotli-dev, libc6-dev | libc-dev, libpng-dev, zlib1g-dev | libz-dev
Suggests: freetype2-doc (= 2.12.1+dfsg-5+apertis0bv2024dev3b1)
Breaks: libfreetype6-dev (<< 2.10.1)
Filename: pool/target/f/freetype/libfreetype-dev_2.12.1+dfsg-5+apertis0bv2024dev3b1_arm64.deb
Size: 591128
MD5sum: 2516f3cc58e1bef15b2296062a4a4193
SHA1: de21a3c6b6d0df25575f1fe7b0296421571ca4d0
SHA256: 9e7e0d842f9ff987bc497ed6eb0cd945fa74106e0048ba9e71168521f7641643
SHA512: a5bc0c460799f593b9ff68bb551620be1afbe06fce149c3c7d1d4c3e03a041cd5b8bf3cc93dbdfe2a96de0693490a09347fe2e9c274d93952f9b102318f718a5
Description: FreeType 2 font engine, development files
 The FreeType project is a team of volunteers who develop free,
 portable and high-quality software solutions for digital typography.
 They specifically target embedded systems and focus on providing small,
 efficient and ubiquitous products.
 .
 This package contains all of the supplementary files you need to develop your
 own programs using the FreeType 2 library.
Homepage: https://freetype.org
Multi-Arch: same

Package: libfreetype6
Priority: optional
Section: libs
Installed-Size: 905
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: arm64
Source: freetype
Version: 2.12.1+dfsg-5+apertis0bv2024dev3b1
Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.33), libpng16-16 (>= 1.6.2-1), zlib1g (>= 1:1.1.4)
Filename: pool/target/f/freetype/libfreetype6_2.12.1+dfsg-5+apertis0bv2024dev3b1_arm64.deb
Size: 416448
MD5sum: bd947226f9dd031189b022e27e298688
SHA1: 70572abf402c58ddb88874eecfc54ba4b3d22865
SHA256: ed4b9ffdf206ef511d744b60ced14188d7a3692f66aa4e7ed03f768eaad6a37b
SHA512: 5eb73ba62042c96ab32c23bc7dafa7001a5c0a4ea1d648bd82b11844630f7af653458ad02d9443858da2098b16b45c6773eca9fe05fcdacb1418836f21ffe1f1
Description: FreeType 2 font engine, shared library files
 The FreeType project is a team of volunteers who develop free,
 portable and high-quality software solutions for digital typography.
 They specifically target embedded systems and focus on providing small,
 efficient and ubiquitous products.
 .
 The FreeType 2 library is their new software font engine.  It has been
 designed to provide the following important features:
  * A universal and simple API to manage font files
  * Support for several font formats through loadable modules
  * High-quality anti-aliasing
  * High portability & performance
 .
 Supported font formats include:
  * TrueType files (.ttf) and collections (.ttc)
  * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
  * Type 1 Multiple Master fonts.  The FreeType 2 API also provides
    routines to manage design instances easily
  * Type 1 CID-keyed fonts
  * OpenType/CFF (.otf) fonts
  * CFF/Type 2 fonts
  * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
    the Adobe SVG viewer plugin.
  * Windows FNT/FON bitmap fonts
 .
 This package contains the files needed to run programs that use the
 FreeType 2 library.
Homepage: https://freetype.org
Multi-Arch: same

Package: libfreetype6-dbgsym
Priority: optional
Section: debug
Installed-Size: 1157
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: arm64
Source: freetype
Version: 2.12.1+dfsg-5+apertis0bv2024dev3b1
Depends: libfreetype6 (= 2.12.1+dfsg-5+apertis0bv2024dev3b1)
Filename: pool/target/f/freetype/libfreetype6-dbgsym_2.12.1+dfsg-5+apertis0bv2024dev3b1_arm64.deb
Size: 1098276
MD5sum: bfecd5b4b2b9ac953b5d263cb888944c
SHA1: fb4002cc20f5e42c8ce44520d3092dbf56f8025a
SHA256: 1f4c1f6e511dd782dc4a2244543cebb1f25cbe5f1d2cac5022c91ac52db535f2
SHA512: 9cc665e8a17fd36c854bee32bb85e2359a4a348e212c4dbe176f27887f8a8c8810a469910da4874ae81da988c31e63f293fd845b552c23966b5905ad8442e1c3
Description: debug symbols for libfreetype6
Auto-Built-Package: debug-symbols
Build-Ids: 4f4a0ceb7d6b37da7566d3245f213e9a03b220fc
Multi-Arch: same

Package: libfreetype6-dev
Priority: optional
Section: oldlibs
Installed-Size: 116
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Architecture: arm64
Source: freetype
Version: 2.12.1+dfsg-5+apertis0bv2024dev3b1
Depends: libfreetype-dev (= 2.12.1+dfsg-5+apertis0bv2024dev3b1)
Filename: pool/target/f/freetype/libfreetype6-dev_2.12.1+dfsg-5+apertis0bv2024dev3b1_arm64.deb
Size: 93572
MD5sum: 4d8afc793cdd479708eed846fedd725c
SHA1: 8d33f18d86f0f46fae58aa4e6f9f667bc4706279
SHA256: 5a6a9bf6b6494ad552c9515aabf8a00d23de5c6198b549e3f95faeb7bc21e6aa
SHA512: 1f0b1f87570a59e122b3f098c717fae5e024491840d1a0fe9fbd6c0458a4022e6c98d6487f38c666d0df1c818c8b420f26443e82159cceda4af5b81393df9bbe
Description: FreeType 2 font engine, development files (transitional package)
 The FreeType project is a team of volunteers who develop free,
 portable and high-quality software solutions for digital typography.
 They specifically target embedded systems and focus on providing small,
 efficient and ubiquitous products.
 .
 This package contains all of the supplementary files you need to develop your
 own programs using the FreeType 2 library.
 .
 This is a transitional package. It can safely be removed.
Homepage: https://freetype.org
Multi-Arch: same

Package: libfribidi-bin
Priority: optional
Section: utils
Installed-Size: 123
Maintainer: Debian Hebrew Packaging Team <team+hebrew@tracker.debian.org>
Architecture: arm64
Source: fribidi
Version: 1.0.8-2.1+apertis0bv2024dev3b1
Replaces: libfribidi0 (<< 0.19.2-3)
Depends: libc6 (>= 2.34), libfribidi0 (>= 0.19.2)
Breaks: libfribidi0 (<< 0.19.2-3)
Filename: pool/target/f/fribidi/libfribidi-bin_1.0.8-2.1+apertis0bv2024dev3b1_arm64.deb
Size: 49464
MD5sum: 6b69fbaf643d2786533fc3080bbd68c1
SHA1: d813119aafed98a2b4b8b569cc17bf636107a323
SHA256: 937c5d2a4db3dc8a60313d356c9133fb5eccaa2881512ebea81c0b06198a4343
SHA512: a6cc82a430c3d6832b1487e33cf9fcf857b2380979e0809a2fa68ad69a97e840973a568801b6deac6a61877ff37e887de34d3b3c8d6a765c4fb2352363584d84
Description: Free Implementation of the Unicode BiDi algorithm (utility)
 FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic
 languages.
 This package contains a command line interface for the fribidi library.
Homepage: http://www.fribidi.org/

Package: libfribidi-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 18
Maintainer: Debian Hebrew Packaging Team <team+hebrew@tracker.debian.org>
Architecture: arm64
Source: fribidi
Version: 1.0.8-2.1+apertis0bv2024dev3b1
Depends: libfribidi-bin (= 1.0.8-2.1+apertis0bv2024dev3b1)
Filename: pool/target/f/fribidi/libfribidi-bin-dbgsym_1.0.8-2.1+apertis0bv2024dev3b1_arm64.deb
Size: 2940
MD5sum: 26e3b3c019f43d9bfd5d025ad7047c69
SHA1: 940ddef22abb8465176fd56cadf990df95c186eb
SHA256: 44800c0f7a1a6a2a0312a6d03075814d664168ef1e96a390e3db4d8455278f0b
SHA512: 6aad340b60896c501f6e5f1adb933a6bbe6426a8aa62a7f307488251a4261a8460c8af65d7070b8262050e108000e8146f12a7799876a3ea7ce2529652a8b2e4
Description: debug symbols for libfribidi-bin
Auto-Built-Package: debug-symbols
Build-Ids: 2cb6106cb121a85004662b8111f97fe46a9ca4cb

Package: libfribidi-dev
Priority: optional
Section: libdevel
Installed-Size: 316
Maintainer: Debian Hebrew Packaging Team <team+hebrew@tracker.debian.org>
Architecture: arm64
Source: fribidi
Version: 1.0.8-2.1+apertis0bv2024dev3b1
Depends: libfribidi0 (= 1.0.8-2.1+apertis0bv2024dev3b1)
Filename: pool/target/f/fribidi/libfribidi-dev_1.0.8-2.1+apertis0bv2024dev3b1_arm64.deb
Size: 102624
MD5sum: 9ed9c32e95fb8e4f3c7ff611ee6f314b
SHA1: 2c2de973b7985826a2555145af046e1e10f56a9a
SHA256: 3a315bb4afb54d7f614cfb10082e74ba816e1ba10b950fdf32c79d10038c8ec7
SHA512: 3b141e690e636499a952176507d4d060bd4d3e015c0b54edf1b1b2b93a326ebf0f9c0d800d36718f181554ca06472cecad7506017da4a3d4080a4a8e9bfd8d48
Description: Development files for FreeBidi library
 FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic
 languages.
 This package contains the header files and static libraries for the
 FriBidi C library.
Homepage: http://www.fribidi.org/
Multi-Arch: same

Package: libfribidi0
Priority: optional
Section: libs
Installed-Size: 196
Maintainer: Debian Hebrew Packaging Team <team+hebrew@tracker.debian.org>
Architecture: arm64
Source: fribidi
Version: 1.0.8-2.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/f/fribidi/libfribidi0_1.0.8-2.1+apertis0bv2024dev3b1_arm64.deb
Size: 63084
MD5sum: af4447f996f570a2248dd434a22cfd3c
SHA1: f1bfefe0d34aa9cab21949558cb180579d862124
SHA256: c8f2dbf39ff290a043eb00a975268ba5abba58fb714819c894c8af82b52ae7cc
SHA512: d5db6fa89243c46c333fde3908abf51f4ef1b167f337a1e8c3e82d2ddb04641d1d858c64184c6fd9c1eaca651cae3b0b43ea0a0c4d5f3a565e1dad8d9e5ef923
Description: Free Implementation of the Unicode BiDi algorithm
 FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic
 languages.
 This package contains the shared libraries.
Homepage: http://www.fribidi.org/
Multi-Arch: same

Package: libfribidi0-dbgsym
Priority: optional
Section: debug
Installed-Size: 21
Maintainer: Debian Hebrew Packaging Team <team+hebrew@tracker.debian.org>
Architecture: arm64
Source: fribidi
Version: 1.0.8-2.1+apertis0bv2024dev3b1
Depends: libfribidi0 (= 1.0.8-2.1+apertis0bv2024dev3b1)
Filename: pool/target/f/fribidi/libfribidi0-dbgsym_1.0.8-2.1+apertis0bv2024dev3b1_arm64.deb
Size: 3704
MD5sum: c3ba49581d1af39fed06b7cdad99d613
SHA1: 4a49274debd7c08c61e0fb7f7e25551d4178072d
SHA256: c94e0e61f4af69478e25877453e0d6113fb2fa9acf85c6ad295909fb4dae274a
SHA512: de1b4e7dd2e25a1196e4ee7d45963e5ee33a4520b92a71599cf8d40c7b321e96448dd978cca2407462a249d43b3aa645a15336194439f8ea8c511dbeaec0880a
Description: debug symbols for libfribidi0
Auto-Built-Package: debug-symbols
Build-Ids: f8e35b75df4910c26d3dc96ca727b0be6360f4e9
Multi-Arch: same

Package: libfuse-dev
Priority: optional
Section: libdevel
Installed-Size: 6659
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: fuse
Version: 2.9.9-6+apertis0bv2024dev2b1
Depends: libfuse2 (= 2.9.9-6+apertis0bv2024dev2b1), libselinux-dev
Suggests: fuse
Filename: pool/target/f/fuse/libfuse-dev_2.9.9-6+apertis0bv2024dev2b1_arm64.deb
Size: 1020512
MD5sum: 9068ebf55185805c46e3ecbecb36615d
SHA1: ffa0948b44e031077a3dc41dfd909d8212c42d29
SHA256: da7f5a7dcdf4f875401a2dbe5573ea64868a7f551c0b5c39cccea18fcc2e7904
SHA512: 10d30ca8c181816fd9c568406c8417e2c740508803d9d51fde12abe72113c5874c56e02c83393837b040584c623af36daa267759469716c4adcacfdfc6c24c64
Description: Filesystem in Userspace (development)
 Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
 export a virtual filesystem to the Linux kernel. It also aims to provide a
 secure method for non privileged users to create and mount their own filesystem
 implementations.
 .
 This package contains the development files.
Homepage: https://github.com/libfuse/libfuse/wiki
Multi-Arch: same

Package: libfuse2
Priority: optional
Section: libs
Installed-Size: 399
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: fuse
Version: 2.9.9-6+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Suggests: fuse
Conflicts: fuse (<< 2.9.9-6+apertis0bv2024dev2b1)
Filename: pool/target/f/fuse/libfuse2_2.9.9-6+apertis0bv2024dev2b1_arm64.deb
Size: 113608
MD5sum: 1db27deb93a3afedfaba916d8b645ab4
SHA1: 792e0a8b954f79d8333f24d34f18c0fdd17550a1
SHA256: 5501c29ad28eaab5de44a30225e0efaa49fe99e6ded287dfe4192b19b4968543
SHA512: 2375fa6c7968453f2d535046bc5c931979a661d8ec11d92ddf9ddb1720115d73f919ad6ae5c348196aea5c9616639199e207b5c8b1c930c94628b75a7d2f30bb
Description: Filesystem in Userspace (library)
 Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
 export a virtual filesystem to the Linux kernel. It also aims to provide a
 secure method for non privileged users to create and mount their own filesystem
 implementations.
 .
 This package contains the shared library.
Homepage: https://github.com/libfuse/libfuse/wiki
Multi-Arch: same

Package: libfuse2-dbgsym
Priority: optional
Section: debug
Installed-Size: 310
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: fuse
Version: 2.9.9-6+apertis0bv2024dev2b1
Depends: libfuse2 (= 2.9.9-6+apertis0bv2024dev2b1)
Filename: pool/target/f/fuse/libfuse2-dbgsym_2.9.9-6+apertis0bv2024dev2b1_arm64.deb
Size: 270208
MD5sum: b007135ac48d9a987336aa4fb7ec7530
SHA1: 4bc680565c7a862c4d2f592e20ee0d78be6789a2
SHA256: 96d760cee075c73abc0369b7a8113fb7eb596596136c85adcaf0d24e0e14b7c9
SHA512: 40e197b9b266595b83825657c7e4cef8544aa0021c36b0b9979da463452c1e12d105448406c1bc573f712c76361f73da30bfb3e7b5e62b82fe4ddb9880d4560d
Description: debug symbols for libfuse2
Auto-Built-Package: debug-symbols
Build-Ids: 29ce785f4418d869ead1b31501c4a82446de0cfe 6738385c8ca525cf3cb2d94045bb231917a4800e
Multi-Arch: same

Package: libfuse3-3
Priority: optional
Section: libs
Installed-Size: 2451
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: fuse3
Version: 3.14.0-4+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Suggests: fuse3
Filename: pool/target/f/fuse3/libfuse3-3_3.14.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 2260140
MD5sum: 4859396d8683d3954f7f59fb4d83e97f
SHA1: 4538669cbf311c5f4fa5e6abb27bdf6aff98bf17
SHA256: 0e09854e7d27209888d499e35cc2d6a0ae6c4fcef889d31582819970d3ef2bec
SHA512: 0e065a20acccb884fc43d76e13307db754d13effa13fcab81928027058e7094c29bc20a273b3894f676e84452e68e759e180ed5674d1f0ffeb9a8f997a54d9a7
Description: Filesystem in Userspace (library) (3.x version)
 Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
 export a virtual filesystem to the Linux kernel. It also aims to provide a
 secure method for non privileged users to create and mount their own filesystem
 implementations.
 .
 This package contains the shared library.
Homepage: https://github.com/libfuse/libfuse/wiki
Multi-Arch: same

Package: libfuse3-3-dbgsym
Priority: optional
Section: debug
Installed-Size: 276
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: fuse3
Version: 3.14.0-4+apertis0bv2024dev3b1
Depends: libfuse3-3 (= 3.14.0-4+apertis0bv2024dev3b1)
Filename: pool/target/f/fuse3/libfuse3-3-dbgsym_3.14.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 247580
MD5sum: dbf46aab5f3e1e6ee95eda5c7c8b31f8
SHA1: 7d77863410ef710ed1fb6e8faf5475130a306c02
SHA256: 648d7563bfde63e8056a416a9290d98a2b48352e018d82f083688c256889f616
SHA512: 57da6badaead9d446553fb963d3c2a42a5a00c4fd115cf6c878893a99ca9f7336ed92f5a6cfb7f37c933d8d6cdabc693f6b0a0878872fec94f0a7bb4a0b7b93e
Description: debug symbols for libfuse3-3
Auto-Built-Package: debug-symbols
Build-Ids: 51a65e68e660f439bd6eec7d4a3fdb21ddcfa02b
Multi-Arch: same

Package: libfuse3-dev
Priority: optional
Section: libdevel
Installed-Size: 2879
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: fuse3
Version: 3.14.0-4+apertis0bv2024dev3b1
Depends: libfuse3-3 (= 3.14.0-4+apertis0bv2024dev3b1), libselinux-dev
Suggests: fuse
Filename: pool/target/f/fuse3/libfuse3-dev_3.14.0-4+apertis0bv2024dev3b1_arm64.deb
Size: 2317056
MD5sum: 5f781d5aa3257f717f82c8ca53bf6325
SHA1: fe8eb90f38bd4846a6621583c183706c77e22c5b
SHA256: 3f8672155304c22be0847a9f673b6507b8fbed4311b90224c412a6208bff80b2
SHA512: 7be6e82e2081f55795ec568aab940ad32eded3ca22d27294b42d3ca93ebc3d61ca2e6fcbb6e37736d7ba0a17538ccd5b0903fb40f41e24da97f1fa746582ec2d
Description: Filesystem in Userspace (development) (3.x version)
 Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
 export a virtual filesystem to the Linux kernel. It also aims to provide a
 secure method for non privileged users to create and mount their own filesystem
 implementations.
 .
 This package contains the development files.
Homepage: https://github.com/libfuse/libfuse/wiki
Multi-Arch: same

Package: libfuzzer-15-dev
Priority: optional
Section: libdevel
Installed-Size: 1065
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: clang-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libfuzzer-15-dev_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 354596
MD5sum: 9465f697054ff7fd6ee59e069a7d65d0
SHA1: 33f37bbcef75ff33a86f527653d28dba44c83366
SHA256: 95541fae2cbaf3e8e0b8cc430789151d0a3e20c625f77dd7fda45c420aee6c65
SHA512: e743c02207a2250e0696090909101d0cb736a7aadb16fbf164fe987360c9123a10b2919382060083a1383eed57735906ee07b9f5f68ac0a23b2d020b2e9b21f2
Description: Library for coverage-guided fuzz testing
 LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
 of other libraries.
 .
 LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
 all of its fuzzing inside a single process. This in-process fuzzing can be
 more restrictive and fragile, but is potentially much faster as there is no
 overhead for process start-up.
 .
 The fuzzer is linked with the library under test, and feeds fuzzed inputs to
 the library via a specific fuzzing entrypoint (aka 'target function'); the
 fuzzer then tracks which areas of the code are reached, and generates mutations
 on the corpus of input data in order to maximize the code coverage. The code
 coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
 instrumentation.
Homepage: https://www.llvm.org/

Package: libfxdiv-dev
Priority: optional
Section: libdevel
Installed-Size: 24
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: fxdiv
Version: 0.0~git20200417.b408327-3+apertis1bv2024dev2b1
Filename: pool/target/f/fxdiv/libfxdiv-dev_0.0~git20200417.b408327-3+apertis1bv2024dev2b1_arm64.deb
Size: 5252
MD5sum: 94c14f51e51160e5c6ab8935750b06bc
SHA1: 45e638ac9b6d926cc46beeacf4438a34d913b65e
SHA256: f2f832ca6e1f9df8aa016d1ba9aacd8b7dc0244fa896c2c546cfba2e214a9828
SHA512: 5490da6344535c77ae76932a796bc739cd0c8e20b385694973d8ed2b20d35aa828c77398ffb0aa2d419f2ce151e245908039ca6c5ff7be01e67b4561251c080e
Description: division via fixed-point multiplication by inverse
 On modern CPUs and GPUs integer division is several times slower than
 multiplication. FXdiv implements an algorithm to replace an integer division
 with a multiplication and two shifts. This algorithm improves performance when
 an application performs repeated divisions by the same divisor.
 .
 This is a header-only library.
Homepage: https://github.com/Maratyszcza/FXDiv

Package: libgail-3-0
Priority: optional
Section: libs
Installed-Size: 177
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: at-spi2-core, libatk1.0-0 (>= 2.35.1), libc6 (>= 2.17), libglib2.0-0 (>= 2.57.2), libgtk-3-0 (= 3.24.37-2+apertis1bv2024dev2b1), libpango-1.0-0 (>= 1.44.0)
Filename: pool/target/g/gtk+3.0/libgail-3-0_3.24.37-2+apertis1bv2024dev2b1_arm64.deb
Size: 63184
MD5sum: 8bf3c6e9158ab8d9685349f64aafb9aa
SHA1: 946c21906b5662fddcd7a86899f0e902df656372
SHA256: 965f6e9731e5f9b16f7eedfe38d8d0c0ff1370aec00aaf9b873052a4c19664e6
SHA512: 7f5e8718c74ac6462a475eb2f6984660809d4041c7315b74e00edb3a433fbaf9e38f67dde9b7974edcc76ccd33f5095155bc8c82c80d23889b553ebb52cccb44
Description: GNOME Accessibility Implementation Library -- shared libraries
 Gail implements ATK interfaces for GTK widgets which are dynamically
 loadable at runtime by a GTK application. Once loaded, those parts of
 an application that use standard GTK widgets will have a basic level
 of accessibility, without the need to modify the application at all.
 .
 This package contains the shared library.
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: libgail-3-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 48
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: libgail-3-0 (= 3.24.37-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gtk+3.0/libgail-3-0-dbgsym_3.24.37-2+apertis1bv2024dev2b1_arm64.deb
Size: 30244
MD5sum: 2bf9620cbef9d5ef650aa0a15efc2671
SHA1: b3c0b9308378bbda73deb75a09433764b8ce47bd
SHA256: f2fbb73b1d75ad2add4cbcf4542ae0591fd27de112582bc3dc4917d65f5c815b
SHA512: 609a995c32acd724f34b8e4fed3055335effeaafe4fe2c166f425b93b2a22c7213587efd8b75e3e8c896cbd536cb92d623c5e5ddc6565754e6210041be73a842
Description: debug symbols for libgail-3-0
Auto-Built-Package: debug-symbols
Build-Ids: 81b64bcca481b82ec063f733a139c36ba8c460ac
Multi-Arch: same

Package: libgail-3-dev
Priority: optional
Section: libdevel
Installed-Size: 120
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: libatk1.0-dev, libgail-3-0 (= 3.24.37-2+apertis1bv2024dev2b1), pkg-config, libgtk-3-dev (= 3.24.37-2+apertis1bv2024dev2b1)
Suggests: libgail-3-doc
Filename: pool/target/g/gtk+3.0/libgail-3-dev_3.24.37-2+apertis1bv2024dev2b1_arm64.deb
Size: 55868
MD5sum: 348974dd87bd1ef3fef7e6a73f51dd4a
SHA1: 2aa1b0108a476ee64861a1fcda11d26828121284
SHA256: 6828164581011f2031f7d709d6ad537f0f9c70a67006fcae70d3f85d33736a0e
SHA512: debc5d1a014708af6c963989387bb161a7139885901bf95cbea842c05d5ae756732aa61566a91c386002f6c456afdf988fb504a76084550ada352e83d85bafe1
Description: GNOME Accessibility Implementation Library -- development files
 Gail implements ATK interfaces for GTK widgets which are dynamically
 loadable at runtime by a GTK application. Once loaded, those parts of
 an application that use standard GTK widgets will have a basic level
 of accessibility, without the need to modify the application at all.
 .
 This package contains the development files for Gail.
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: libgail-3-doc
Priority: optional
Section: doc
Installed-Size: 181
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Suggests: devhelp
Filename: pool/target/g/gtk+3.0/libgail-3-doc_3.24.37-2+apertis1bv2024dev2b1_all.deb
Size: 64216
MD5sum: 2a793a08d9b40a62393ea94da10b1694
SHA1: a1b0ba11d6343049369064113b122d9a9ac46bf3
SHA256: 37818fabd6f77467b0634e00fd1e0cc4288b05d780414e8706d2e7ffd6b5ec0b
SHA512: 43b6bb452bb8e242b0d46bf60e6a062164e22a95aa4b57d66d64966263c62612385c191606d0b8aa07df8539ab7820580edcbbbda9ed6929ffe8cb7bb9f25b42
Description: documentation files of the Gail library
 Gail implements ATK interfaces for GTK widgets which are dynamically
 loadable at runtime by a GTK application. Once loaded, those parts of
 an application that use standard GTK widgets will have a basic level
 of accessibility, without the need to modify the application at all.
 .
 This package contains the documentation files for Gail.
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgav1-1
Priority: optional
Section: libs
Installed-Size: 1172
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libgav1
Version: 0.18.0-1+apertis1bv2024dev2b1
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12)
Filename: pool/target/libg/libgav1/libgav1-1_0.18.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 424204
MD5sum: c83fdea88f6248d2cdf30f61ebdda4ea
SHA1: 217ff23a75f2eff7dd6663ba65465efe4bc409e5
SHA256: 702e059e3a0b556a817a890461af55fd4de325f81f6de5d25bffd9c535ccca45
SHA512: ea4a50121016dd1ef2a16aedbcabbde0243d1ba9bc82a6ad7d62a2b203f1d0a04f968bde6dadd97bf3ea6c8fe903a012a825b7e554aff8b173338ccf49a2734a
Description: AV1 decoder developed by Google -- runtime library
 This package contains the runtime, shared library of gav1. Gav1 is
 a new decoder implementation for AV1 video encoding format (supporting
 profiles 0 and 1).
Homepage: https://chromium.googlesource.com/codecs/libgav1/
Multi-Arch: same

Package: libgav1-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 5497
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libgav1
Version: 0.18.0-1+apertis1bv2024dev2b1
Depends: libgav1-1 (= 0.18.0-1+apertis1bv2024dev2b1)
Filename: pool/target/libg/libgav1/libgav1-1-dbgsym_0.18.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 5214208
MD5sum: d32b167aeb30477d726158185f03099c
SHA1: 20e75a9bdbf60c4d465499f688f72d54c4797cda
SHA256: 996202ee6f92748ff72d0c682ff1f01f0206307b329b08178773357e413f6884
SHA512: 48268716c9768e5cd122ce6ef75a64649cefe181ad64c5b4546071d431cdd93cb0212796bc86aa847a337f18e38919fd83cdae9ddb447a1f4c6597f481548c3f
Description: debug symbols for libgav1-1
Auto-Built-Package: debug-symbols
Build-Ids: fdb1736528f49caad1279a45bf32fd9c5bae3e14
Multi-Arch: same

Package: libgav1-bin
Priority: optional
Section: utils
Installed-Size: 82
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libgav1
Version: 0.18.0-1+apertis1bv2024dev2b1
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libgav1-1 (>= 0.18.0), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/libg/libgav1/libgav1-bin_0.18.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 16620
MD5sum: d25a0423bb77ecd61524f88bcc78b078
SHA1: fc51f8ac58609be345275e6e35880f78be5e9091
SHA256: 49eac9ed2f881b635ebc2e329f1ba84bfe2539e2dc129aa87e7c3b26ef0af2fc
SHA512: 131156a1017db2f7e117d5da0b59952ae18e478335533c8a4a8eaf5c6c0c21ba46c78f17dec6432b546fbb0b024e70f2db0a537975eb2dcccc8155ba3f2c22e4
Description: Av1 decoder developed by Google -- example application
 This package provides gav1_decode binary as an example application of
 libgav1. It can be used to decode IVF files.
 .
 Please see the output of "gav1_decode --help" for detailed options.
Homepage: https://chromium.googlesource.com/codecs/libgav1/

Package: libgav1-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 198
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libgav1
Version: 0.18.0-1+apertis1bv2024dev2b1
Depends: libgav1-bin (= 0.18.0-1+apertis1bv2024dev2b1)
Filename: pool/target/libg/libgav1/libgav1-bin-dbgsym_0.18.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 175472
MD5sum: 0cf880bb4bc15a97911d6f93aa2fb815
SHA1: 030a8b67322e483721a195297533b3fa8e675852
SHA256: 20a1cdc624098ffaa7b696e12c50f137da3378155215cf12e001fa9a6f059d3b
SHA512: 3a35c70abcd4c3f78c8bc20b2cab717c36b1d7118b9f3b68e42359412d80671265f81af04af25d2ff044a554fd56cea7fce8413e167b862218db8323e2958188
Description: debug symbols for libgav1-bin
Auto-Built-Package: debug-symbols
Build-Ids: b3a96ccd04e62ea401c7257fc89ecbc273367942

Package: libgav1-dev
Priority: optional
Section: libdevel
Installed-Size: 2211
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libgav1
Version: 0.18.0-1+apertis1bv2024dev2b1
Depends: libgav1-1 (= 0.18.0-1+apertis1bv2024dev2b1)
Filename: pool/target/libg/libgav1/libgav1-dev_0.18.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 521504
MD5sum: 2d5432071963df4c27085ee78f962710
SHA1: da37e7bdeac09ed8f4fc96fd165b9edb083fb15f
SHA256: 0e55d898f0886235d588bfcad72b6687da0a28f627d54ba8b60cc802343c3b50
SHA512: 1a34c86b0bb539b0b14e416d677e1536fe590111f534d7c29b2d21b86f80c10202afda9807c5325fe8f0cc46027d1dbad6d02bbd79c4010dc17dd8172863d611
Description: AV1 decoder developed by Google -- development kit
 This package contains the header file and development library of gav1.
 Gav1 is A new decoder implementation for AV1 video encoding format (supporting
 profiles 0 and 1).
Homepage: https://chromium.googlesource.com/codecs/libgav1/
Multi-Arch: same

Package: libgbm-dev
Priority: optional
Section: libdevel
Installed-Size: 95
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgbm1 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libgbm-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 56420
MD5sum: a64174cc25a4051f9cdc519d385e22c8
SHA1: 3e9e45656528aab2c669854276af7cf14a1543d1
SHA256: 923909aac72297ddb55fc86d6f9a539be390f53c50e320d19132ed9ed6ed98fb
SHA512: 8765994ae0244bb553f1eef273471da7d447289f5525cba71d0a181ca03b49235ed9075f9382e11f1bcedcd564153576bda465ff8b1b0f5521280d1f8feb4c59
Description: generic buffer management API -- development files
 This package contains the GBM buffer management library.  It provides a
 mechanism for allocating buffers for graphics rendering tied to Mesa.
 .
 GBM is intended to be used as a native platform for EGL on drm or openwfd.
 .
 This package provides the development environment for compiling programs
 against the GBM library.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libgbm1
Priority: optional
Section: libs
Installed-Size: 149
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libwayland-server0 (>= 1.15.0)
Filename: pool/target/m/mesa/libgbm1_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 75352
MD5sum: 982a185e1679e93623d9801294c3b111
SHA1: 9e6e59b079eac9315d57d08eb23436e49793a214
SHA256: 18662fa373d75f3f959f42564137387b3f5ac06842611478c5f304b187452130
SHA512: 5eb38d089f4ad8254daff6b7873f7d28a529d96771639cd4a7eaedfe67c75d9accf25019138a4d67414af761cd034f9831b419797fdd706209806fa6f55e7d5d
Description: generic buffer management API -- runtime
 This package contains the GBM buffer management library.  It provides a
 mechanism for allocating buffers for graphics rendering tied to Mesa.
 .
 GBM is intended to be used as a native platform for EGL on drm or openwfd.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libgbm1-dbgsym
Priority: optional
Section: debug
Installed-Size: 150
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgbm1 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libgbm1-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 128628
MD5sum: 25cd7f1738d3ec3a997f4e8fb11c74c9
SHA1: f1af0b495d28b06bb2aa73f097d426fb40bdb013
SHA256: 8639e69dd4c8400359e38c64f1c6334bdd2df1ff2864e4bfa05435b645e35da0
SHA512: 5fc177008c8877587d6499d705f78736549f9c5c2dc0789335aa8b661eebc5dc5eb94ba927e84b553db84c42d5599273ea00528d43ad6bcd502e588196492f30
Description: debug symbols for libgbm1
Auto-Built-Package: debug-symbols
Build-Ids: 4eafc5aa5213377908e3434bd8d4bc1f9bad975c
Multi-Arch: same

Package: libgcc-12-dev
Priority: optional
Section: libdevel
Installed-Size: 10852
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libtsan2 (<< 12-20211113-2~)
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libgcc-s1 (>= 12.2.0-14+apertis1bv2024dev2b2), libgomp1 (>= 12.2.0-14+apertis1bv2024dev2b2), libitm1 (>= 12.2.0-14+apertis1bv2024dev2b2), libatomic1 (>= 12.2.0-14+apertis1bv2024dev2b2), libasan8 (>= 12.2.0-14+apertis1bv2024dev2b2), liblsan0 (>= 12.2.0-14+apertis1bv2024dev2b2), libtsan2 (>= 12.2.0-14+apertis1bv2024dev2b2), libubsan1 (>= 12.2.0-14+apertis1bv2024dev2b2), libhwasan0 (>= 12.2.0-14+apertis1bv2024dev2b2)
Recommends: libc6-dev (>= 2.23-1~)
Breaks: libtsan2 (<< 12-20211113-2~)
Filename: pool/target/g/gcc-12/libgcc-12-dev_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 958932
MD5sum: c98e0f8201102b287be5306e2f5998b2
SHA1: de63bea644287dc969a370ffd1385972da7269ac
SHA256: 3dea710612f91c5a058dbfc067124e9132eaf1cfaa9ec0ddc7379885332a33e4
SHA512: 1a01204510beab6426ef42c844a8019620a74ee0f1c7201bb0cb1dae36fbe476eadb3bbe20921a18edbb2e01b5571118b46d7587add7af4017d9d6ff98875da5
Description: GCC support library (development files)
 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgcc-s1
Priority: optional
Section: libs
Installed-Size: 147
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libgcc1 (<< 1:10)
Provides: libgcc1 (= 1:12.2.0-14+apertis1bv2024dev2b2)
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.35)
Breaks: libgcc-7-dev (<< 7.5.0-4), libgcc-8-dev (<< 8.3.0-27), libgcc-9-dev (<< 9.2.1-26)
Filename: pool/target/g/gcc-12/libgcc-s1_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 34800
MD5sum: 269c8b3ad7fd497abf41aeda34529f03
SHA1: 5b3877e2af14c37e5ed655a947bb01415af66fe5
SHA256: bbaaeaaf68ba0cec75ad6dcb0079abb6550b89c87eb7aff4b426c8b5ba1d5bf7
SHA512: 76f2b6203805f92c16da77ad26705a0b0d8a73bb2b040df0322f40709692d388eb55802c5141a1a6bdf47788314f82ec3e6ce5d493987706fd1f2f0bb04d2a10
Description: GCC support library
 Shared version of the support library, a library of internal subroutines
 that GCC uses to overcome shortcomings of particular machines, or
 special needs for some languages.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgcc-s1-dbgsym
Priority: optional
Section: debug
Installed-Size: 154
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libgcc-s1-dbg (<< 9.2.1-21)
Depends: libgcc-s1 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libgcc-s1-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libgcc-s1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 130620
MD5sum: 644ffd68da5cc800a7e690d06c47cea0
SHA1: 5afeb24fa98a53b7ef5ea1b91473287dd74358ff
SHA256: 00cbfe0649d0cc80dbca8e095a81e554e023cf214372b2ff522b1b276afba38d
SHA512: 49cf867206a48343a2198b5f84e7b55ce604bdcafc95fe69b8f31550a090405c98f22d2ea7f5edf5d2bc099e0631849a6aab001d4b8d47c144bffac7593a6ea3
Description: debug symbols for libgcc-s1
Auto-Built-Package: debug-symbols
Build-Ids: 1b4550531431500b62fbe4a5b7d0b48831004282
Multi-Arch: same

Package: libgccjit-12-dev
Priority: optional
Section: libdevel
Installed-Size: 127
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libgccjit0 (>= 12.2.0-14+apertis1bv2024dev2b2)
Suggests: libgccjit-12-dbg
Filename: pool/target/g/gcc-12/libgccjit-12-dev_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 20760
MD5sum: a49a4815b92f60c68fc6429ac3704f29
SHA1: a3637f3aecccf167b56dd75e5672a07c222a34a8
SHA256: 1bfa1798d92c902335fc5b6483e31d9e8da30b06a45c9780e2f7ed67e9c9c25f
SHA512: 9ae02dbb2678bdd337282546e2588eb97d064f93e979b9b0b46319de0e4113c5747e67c55884997e8b3443d7d37101207fe4e613f67991b7ef7d1e13d7f2882c
Description: GCC just-in-time compilation (development files)
 libgccjit provides an embeddable shared library with an API for adding
 compilation to existing programs using GCC.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgccjit-12-doc
Priority: optional
Section: doc
Installed-Size: 524
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: all
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2)
Conflicts: libgccjit-10-doc, libgccjit-11-doc, libgccjit-5-doc, libgccjit-6-doc, libgccjit-7-doc, libgccjit-8-doc, libgccjit-9-doc
Filename: pool/target/g/gcc-12/libgccjit-12-doc_12.2.0-14+apertis1bv2024dev2b2_all.deb
Size: 275972
MD5sum: 3c46fa518186f5b898fffc45bb984204
SHA1: a2bbdef8798335591d8bbc20701873df8753d804
SHA256: 3d4a09f5ac4f8284af61b22ec326817994af0495a88b1dff5eaa0726f4f4d4df
SHA512: 5d9a607d335d19aa6829ec3d1fb6d0c525df79649eddf8434894afb8050a2402cf0a186a09221b45ec5f5ebf6380d34251e35cd10479848d792f9472173bea05
Description: GCC just-in-time compilation (documentation)
 libgccjit provides an embeddable shared library with an API for adding
 compilation to existing programs using GCC.
Homepage: http://gcc.gnu.org/

Package: libgccjit0
Priority: optional
Section: libs
Installed-Size: 27287
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libgcc-12-dev, binutils, libc6-dev (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Breaks: python-gccjit (<< 0.4-4), python3-gccjit (<< 0.4-4)
Filename: pool/target/g/gcc-12/libgccjit0_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 7147612
MD5sum: 3f9bf2ea43a71530fe7cddeb3264b6d2
SHA1: 52b795d3fd21a72a903cfe329a1729cc287b82c6
SHA256: daf9c497499e34717bffb32891175c86e8de65c007506fbba054aafa1c7252b4
SHA512: 5f71a275c2b5e892017206333b6fd1226bcf5b5586ddc244b950cd17d5e0fc4458555b239d09a82a7aeb84bf65aaa64be811bda287ce1923f58ba216322adb29
Description: GCC just-in-time compilation (shared library)
 libgccjit provides an embeddable shared library with an API for adding
 compilation to existing programs using GCC.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgccjit0-dbgsym
Priority: optional
Section: debug
Installed-Size: 95222
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libgccjit0-dbg (<< 9.2.1-21)
Depends: libgccjit0 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libgccjit0-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libgccjit0-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 93000184
MD5sum: 264b7521e1d277f184c5d74eb28b26d0
SHA1: 5004f74b8d8595b90c60f77e26a862eebdc96daa
SHA256: fdb35cf9d2a04ac66d7d73ef40db2d3f3bdc40beb18e3bb722e527c25d98ba1e
SHA512: 8a1b8f691104261b2438424ac0fa35bafb0c9a4db51b6bdb5524022d6c69f6c70c81ba03c71fb919a45230a66c6373a37c5b62e4986be79050d8c7483a6fd181
Description: debug symbols for libgccjit0
Auto-Built-Package: debug-symbols
Build-Ids: 97592c199aaffa4e27ec5c62f186f076cfc89354
Multi-Arch: same

Package: libgck-1-0
Priority: optional
Section: libs
Installed-Size: 292
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.59.0), libp11-kit0 (>= 0.23.18.1)
Filename: pool/target/g/gcr/libgck-1-0_3.41.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 73680
MD5sum: 19edb399db68ab8e7089e3b198478103
SHA1: 79cf00f656ff7144f80de70a0b22f6b8b737284b
SHA256: 1f3c9c8d06c6076d706e5c348d82a17699367bf361e442cc937f33ea80a822f8
SHA512: 8d8accb1f85663003dbc1aa9e3bd91eb93511216db797d4f9a16cdb27ae2118e24d527f635c017d5db98699bd02dd6147584ecad8a3c3f91e9fcce73c33a9144
Description: Glib wrapper library for PKCS#11 - runtime
 GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
 interface.
 .
 This package contains the shared libraries needed to run programs
 built against the GCK library.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
Multi-Arch: same

Package: libgck-1-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 281
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: libgck-1-0 (= 3.41.1-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gcr/libgck-1-0-dbgsym_3.41.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 237384
MD5sum: 11a40581a1c8e88ac4944a2d1cd2f16d
SHA1: 8d2da93a26bc14161811d0ab23075d1189632d2d
SHA256: 6ab2712ddc42055b013a02f70ba4c1b78914f17c313719f41567f1de2bc1ca68
SHA512: f09330a7330a617a8954c8dfad36c25aba63c1bd6f277ae572057932e62d27d771f2fb44f0fdd309056c1673ec46386d513218ffa37f0ddbb65bae681d70f75a
Description: debug symbols for libgck-1-0
Auto-Built-Package: debug-symbols
Build-Ids: 5e306f3048f01081f03d2356aee9fe45e67b1cc8
Multi-Arch: same

Package: libgck-1-dev
Priority: optional
Section: libdevel
Installed-Size: 660
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: gir1.2-gck-1 (= 3.41.1-2+apertis0bv2024dev3b1), libgck-1-0 (= 3.41.1-2+apertis0bv2024dev3b1), libglib2.0-dev (>= 2.44.0), libp11-kit-dev (>= 0.19.0)
Suggests: libgck-1-doc
Filename: pool/target/g/gcr/libgck-1-dev_3.41.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 53224
MD5sum: 8fa8041866235ade8c926d0dea863807
SHA1: 3a0fed5f443777c43d87374bb5f4345a64c4f2d9
SHA256: c2b321dab41f5026a115a45e89b6e0f2eb682fe9f70a412e01303f1dbaf22d32
SHA512: d162dfc03cb7686f9e9953034f6f61dd85d193505d2662bb853a3fa5b6d839f7826bf9018d90a21a4edd34b842397360d67bf83a170e8c8274346ce45f9693c9
Description: GLib wrapper library for PKCS#11 - development
 GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
 interface.
 .
 This package contains the static libraries, header files and
 documentation needed to build applications using the GCK library.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
Multi-Arch: same

Package: libgck-1-doc
Priority: optional
Section: doc
Installed-Size: 2943
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Suggests: devhelp
Filename: pool/target/g/gcr/libgck-1-doc_3.41.1-2+apertis0bv2024dev3b1_all.deb
Size: 103196
MD5sum: 42751cb5217c4103728b6f6549605814
SHA1: 36564585b1be1ed9c116242697f089ccb8a20359
SHA256: e20b84b45d50c1ff35e5824a701ac407803b242ee5afd72a0ed0096b642c2da4
SHA512: 234953fd06330f7cc1421e8c3cbad91add549c3cb227c861c992f81c82c0e1ec073ae4836d8a6f47c75f0d2b8838f09590f4cf459fbfd0103fc928f11a2dc665
Description: GLib wrapper library for PKCS#11 - documentation
 GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
 interface.
 .
 This package contains the API documentation for the GCK library.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
Multi-Arch: foreign

Package: libgcr-3-dev
Priority: optional
Section: libdevel
Installed-Size: 907
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: gir1.2-gcr-3 (= 3.41.1-2+apertis0bv2024dev3b1), libgck-1-dev (= 3.41.1-2+apertis0bv2024dev3b1), libgcr-base-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), libgcr-ui-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), libglib2.0-dev, libgtk-3-dev, libp11-kit-dev
Suggests: libgcr-3-doc
Filename: pool/target/g/gcr/libgcr-3-dev_3.41.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 74860
MD5sum: e5782ac1a5e6a5dfeefe42ae666f7d9c
SHA1: 7aa27a8d84f97c4cfcf654277ca7083e9b39e36a
SHA256: 62bc569305e829fd687bf6d3ff59c67968a1dc530d66b7b2e4e7c5f906f94542
SHA512: 979761861fe81f1c096f4648b0893fdac8ab194fe22eb9af1976b3cce33e3a217dbb3f8b3dbfa0b2361289d7da81846c9cceeb4cf6a524dad7ed6b66e085aedd
Description: Library for Crypto UI related tasks - development
 GCR is a library for crypto UI and related tasks.
 .
 This package contains the static libraries, header files and
 documentation needed to build applications using the GCR library.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
Multi-Arch: same

Package: libgcr-3-doc
Priority: optional
Section: doc
Installed-Size: 4339
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Suggests: devhelp
Filename: pool/target/g/gcr/libgcr-3-doc_3.41.1-2+apertis0bv2024dev3b1_all.deb
Size: 229700
MD5sum: ccc30010470f13dbec8b2416c343b115
SHA1: b8720ebe6f8dc125e1ee715528605f3de50f6f5a
SHA256: 2f429c259cfc730200ace553155b262f6da8f46115e0cf029ddd5c0821aa316d
SHA512: 4196a15eefe6d986ecbbea2c231701743116d17e028fa3e65c32c4ee532e12b3faca6df10ccc354ff448cd348b8c899f59706d91e150c779b4894e025632673c
Description: Library for Crypto UI related tasks - documentation
 GCR is a library for crypto UI and related tasks.
 .
 This package contains the API documentation for the GCR library.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
Multi-Arch: foreign

Package: libgcr-base-3-1
Priority: optional
Section: libs
Installed-Size: 755
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Replaces: libgcr-3-1 (<< 3.8.2-2)
Depends: libgck-1-0 (= 3.41.1-2+apertis0bv2024dev3b1), libc6 (>= 2.28), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.59.0), libp11-kit0 (>= 0.23.18.1)
Breaks: libgcr-3-1 (<< 3.8.2-2)
Filename: pool/target/g/gcr/libgcr-base-3-1_3.41.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 183340
MD5sum: 16dfb5481eb4358844b5753cf0bff587
SHA1: fe3dda5e553b40d469071fb1eda65e02bf330056
SHA256: ae88389fc65bfcf6a9efa7a49b5fa866b54d10a824511f1bf2b84ca60f4452a6
SHA512: e01f65c340710605d53aea98451e72635e8f8970ad46b97ded2e02550b069c11a7f888c69963e214b104525d110b0fc0059fba217e147a424dfcadb587cb034f
Description: Library for Crypto related tasks
 GCR is a library for crypto UI and related tasks.
 .
 This package contains the GObject library for high level crypto
 parsing.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
Multi-Arch: same

Package: libgcr-base-3-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 730
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: libgcr-base-3-1 (= 3.41.1-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gcr/libgcr-base-3-1-dbgsym_3.41.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 625204
MD5sum: adfc0f62a3bf0485aff50bb40349aecd
SHA1: 51790b938b466a1d266fde555ff902539d05fe80
SHA256: d3a6ff6cc030297f1db663daf08d49083de11c3267fd2b631a5a1075d4613b40
SHA512: 9e8d13d21b63e45fbe8c5305c76ce90a1e821b42d4cf8f344239a489f4bfa4e53d3f447986fd9f98962ac4255c264c2d502866c153b9d8892d56fc1b4cc58178
Description: debug symbols for libgcr-base-3-1
Auto-Built-Package: debug-symbols
Build-Ids: a4c8c74815cf4816604dc115d00dbd7d5555c626
Multi-Arch: same

Package: libgcr-ui-3-1
Priority: optional
Section: libs
Installed-Size: 484
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Replaces: libgcr-3-1 (<< 3.8.2-2)
Depends: libgck-1-0 (= 3.41.1-2+apertis0bv2024dev3b1), libgcr-base-3-1 (= 3.41.1-2+apertis0bv2024dev3b1), libc6 (>= 2.17), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.59.0), libgtk-3-0 (>= 3.22.0), libpango-1.0-0 (>= 1.18.0)
Breaks: libgcr-3-1 (<< 3.8.2-2)
Filename: pool/target/g/gcr/libgcr-ui-3-1_3.41.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 124276
MD5sum: 86cbeda59ed1d28d00398df638f7ef68
SHA1: 586ee167cada43010040acc23c04c77cec222150
SHA256: da4db9dcae12d2c4c25c0828b307b197d3cdecd59a3cfc860a54b559718e83d9
SHA512: 98d15e1a9aa2ffa5d58da2fe879060cfe246fbf2f8323f6d22128223a0b7f2a1528ad1c5b571953eec509bcf50e5b70d4fea79ef5771787e12472e59812eaaea
Description: Library for Crypto UI related tasks
 GCR is a library for crypto UI and related tasks.
 .
 This package contains the GObject and GUI library for high level
 crypto parsing and display.
Homepage: https://wiki.gnome.org/Projects/GnomeKeyring
Multi-Arch: same

Package: libgcr-ui-3-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 470
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gcr
Version: 3.41.1-2+apertis0bv2024dev3b1
Depends: libgcr-ui-3-1 (= 3.41.1-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gcr/libgcr-ui-3-1-dbgsym_3.41.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 392352
MD5sum: 0437f642a902ab12866387039328936f
SHA1: 36d9a67ebc2613e2c9cc9e1da3adb3a677f4f285
SHA256: c97f3540caa6a9e716e47153673a8994bafdf2b05bc3a08b3b85e74edf4e2aaa
SHA512: bf17dba673b65e674cd7a4811a1288aea8266a138873fc2ce82cb23f74f8cf98659c400609500c67105c9d8482eb1b9e863aa7e8895e252e298448b8cda5d014
Description: debug symbols for libgcr-ui-3-1
Auto-Built-Package: debug-symbols
Build-Ids: 80dec1b3a74faf87212095afd3464923e234a5c3
Multi-Arch: same

Package: libgcrypt20
Priority: optional
Section: libs
Installed-Size: 1281
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Version: 1.10.1-3+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libgpg-error0 (>= 1.27)
Suggests: rng-tools
Filename: pool/target/libg/libgcrypt20/libgcrypt20_1.10.1-3+apertis2bv2024dev3b1_arm64.deb
Size: 625168
MD5sum: b9bad3853b759b9d3bff1f5150abe0ba
SHA1: be279680ad370f4b5faae475e6ddd51c2410059a
SHA256: 0720663c41051da0fd1c384930ff552f3ccaa8a5b24b0ea43200e8383fb8e128
SHA512: ceb296eb88ac3db1e0a175d8cc0756d0f6bb4655198c15029149ec8b8f3fba61b7f7f3a8c79f15c565995f9b935b3b1b0593c0991753f6d3184c883646ac9e8f
Description: LGPL Crypto library - runtime library
 libgcrypt contains cryptographic functions.  Many important free
 ciphers, hash algorithms and public key signing algorithms have been
 implemented:
 .
 Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED,
 Poly1305, Camellia, ChaCha20, IDEA, Salsa, SM4, Blake-2, CRC, MD2, MD4, MD5,
 RIPE-MD160, SM3, SHA-1, SHA-256, SHA-512, SHA3-224, SHA3-256, SHA3-384,
 SHA3-512, SHAKE128, SHAKE256, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC
 (Curve25519, sec256k1, GOST R 34.10-2001 and GOST R 34.10-2012, etc.)
Homepage: https://directory.fsf.org/project/libgcrypt/
Multi-Arch: same

Package: libgcrypt20-dbgsym
Priority: optional
Section: debug
Installed-Size: 1214
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libgcrypt20
Version: 1.10.1-3+apertis2bv2024dev3b1
Depends: libgcrypt20 (= 1.10.1-3+apertis2bv2024dev3b1)
Filename: pool/target/libg/libgcrypt20/libgcrypt20-dbgsym_1.10.1-3+apertis2bv2024dev3b1_arm64.deb
Size: 1142156
MD5sum: 7e9f414c67528bde7348e4bdfc3f1984
SHA1: 9cd14f5a4fc7d818626a8ebaba5894e85c7438a3
SHA256: e6e70bb7b8cbf8f66f766324a47428ee2f561e53f6c07e0a1eff9dd52b713d9f
SHA512: f594a3fab9f3f55b91a136df9af6d3ff1a5f86b2fe22ed8e6d293416bc1c3904642332256c984c5b0660e64ea6f23641b3deb71d25b0852c9875826451b29973
Description: debug symbols for libgcrypt20
Auto-Built-Package: debug-symbols
Build-Ids: 31c61457f6c942f2abdfa7deaf2c89b79604eaca
Multi-Arch: same

Package: libgcrypt20-dev
Priority: optional
Section: libdevel
Installed-Size: 2208
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libgcrypt20
Version: 1.10.1-3+apertis2bv2024dev3b1
Provides: libgcrypt-dev
Depends: libc6-dev | libc-dev, libgcrypt20 (= 1.10.1-3+apertis2bv2024dev3b1), libgpg-error-dev
Suggests: libgcrypt20-doc
Conflicts: libgcrypt-dev
Filename: pool/target/libg/libgcrypt20/libgcrypt20-dev_1.10.1-3+apertis2bv2024dev3b1_arm64.deb
Size: 688140
MD5sum: d176f7a19f7a85fe7a768aa871aaac26
SHA1: 90556b1bbe800f4fa60cfdb4b3f7c9b0f9579ac7
SHA256: 37b3ecb971e6d9b01c7f45b4abd4ccb32af7f653ce9f50622ab28afaf7879f53
SHA512: a094c1b08bc60295c34eb26dd2b15120a4bcd947f71620d7bf9a1e90fe544118eac6f1647c95b8e106129f0cb64b4716997f0c8706d160ad4e8b62df292fc345
Description: LGPL Crypto library - development files
 libgcrypt contains cryptographic functions.  Many important free
 ciphers, hash algorithms and public key signing algorithms have been
 implemented:
 .
 Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED,
 Poly1305, Camellia, ChaCha20, IDEA, Salsa, SM4, Blake-2, CRC, MD2, MD4, MD5,
 RIPE-MD160, SM3, SHA-1, SHA-256, SHA-512, SHA3-224, SHA3-256, SHA3-384,
 SHA3-512, SHAKE128, SHAKE256, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC
 (Curve25519, sec256k1, GOST R 34.10-2001 and GOST R 34.10-2012, etc.)
 .
 This package contains header files and libraries for static linking.
Homepage: https://directory.fsf.org/project/libgcrypt/

Package: libgcrypt20-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 75
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libgcrypt20
Version: 1.10.1-3+apertis2bv2024dev3b1
Depends: libgcrypt20-dev (= 1.10.1-3+apertis2bv2024dev3b1)
Filename: pool/target/libg/libgcrypt20/libgcrypt20-dev-dbgsym_1.10.1-3+apertis2bv2024dev3b1_arm64.deb
Size: 39196
MD5sum: a280bcb00b3487a060fcd93fbb155ab1
SHA1: 59dd953f96573923c92336365261eb85a4c5a4d7
SHA256: 475c8f5119277381a017cdec7f6e40f796169d50aaea393362ab44d3a39b86de
SHA512: 10811b88189f4381a3a28bd084bea598d7e7d9741b6017aafe6b5b37e18380011994d07a13916dae10272647130641fb6e1ef8622d45f206e3b8b5de9fdc7584
Description: debug symbols for libgcrypt20-dev
Auto-Built-Package: debug-symbols
Build-Ids: 1b47c176e2d8a2b5771f9d578b349064714d2e14 605008acc9f8951134e584a5b6e9a67ef4b183d6 89368be7bf726e9e1ed9a58723a698bd6bd0b832

Package: libgcrypt20-doc
Priority: optional
Section: doc
Installed-Size: 344
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: all
Source: libgcrypt20
Version: 1.10.1-3+apertis2bv2024dev3b1
Replaces: libgcrypt-doc, libgcrypt11-doc, libgcrypt7-doc
Suggests: libgcrypt20-dev
Conflicts: libgcrypt-doc, libgcrypt11-doc, libgcrypt7-doc
Filename: pool/target/libg/libgcrypt20/libgcrypt20-doc_1.10.1-3+apertis2bv2024dev3b1_all.deb
Size: 324700
MD5sum: 447ecee3ddb8f726e4d2eeb63dedc95d
SHA1: a23c2c1c1afd0ea49bc23e5c12beb7dacbe707d5
SHA256: 3c4ae3406bcbd3cf07813e692d467da50d1f5b008836ff00bc7aa076a1e58f9a
SHA512: bd8e024327b273c8e01ef5e4a25b6a376cf9bfd1772070abda72dde63ec043aa9563f296b595876fea719d6cbe4a28e6629fcb69b9a288d7c55b10661d5de838
Description: LGPL Crypto library - documentation
 libgcrypt contains cryptographic functions.  Many important free
 ciphers, hash algorithms and public key signing algorithms have been
 implemented:
 .
 Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED,
 Poly1305, Camellia, ChaCha20, IDEA, Salsa, SM4, Blake-2, CRC, MD2, MD4, MD5,
 RIPE-MD160, SM3, SHA-1, SHA-256, SHA-512, SHA3-224, SHA3-256, SHA3-384,
 SHA3-512, SHAKE128, SHAKE256, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC
 (Curve25519, sec256k1, GOST R 34.10-2001 and GOST R 34.10-2012, etc.)
 .
 This package contains developer documentation.
Homepage: https://directory.fsf.org/project/libgcrypt/
Multi-Arch: foreign

Package: libgdata-common
Priority: optional
Section: libs
Installed-Size: 882
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Filename: pool/target/libg/libgdata/libgdata-common_0.18.1-2+apertis1bv2024dev2b1_all.deb
Size: 109468
MD5sum: 662cfc9e311d523f15a0f97cac7558af
SHA1: d77f6ff538b2eb8d3d3680378f50ca1a6ee83d95
SHA256: d20e0fce8d6244beaf8707b4378fdee6cc940f68d54f8afe61f82bb29d3acf5f
SHA512: 1bec68d1e4273e85bb3d064e191b1475218ad1486d502ce8ccca513b1f717c11bce0262ccdd9e37c8dcbaaf93681c06d60b4478d8c685efe97af6d3ff504d810
Description: Library for accessing GData webservices - common data files
 libgdata is a GLib-based library for accessing online service APIs using
 the GData protocol — most notably, Google's services. It provides APIs
 to access the common Google services, and has full asynchronous support.
 .
 This package contains the common data files for libgdata.
Homepage: https://wiki.gnome.org/Projects/libgdata
Multi-Arch: foreign

Package: libgdata-dev
Priority: optional
Section: libdevel
Installed-Size: 3417
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Depends: libgdata22 (= 0.18.1-2+apertis1bv2024dev2b1), gir1.2-gdata-0.0 (= 0.18.1-2+apertis1bv2024dev2b1), libgcr-3-dev, libglib2.0-dev (>= 2.44.0), libjson-glib-dev (>= 0.15), libsoup2.4-dev (>= 2.56), libxml2-dev
Suggests: libgdata-doc
Filename: pool/target/libg/libgdata/libgdata-dev_0.18.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 225304
MD5sum: 4c6ff0d494a69ae07ce8697ed7801c37
SHA1: acaf1cecb5bcc2659db8a2acb1724a03ff0f64d8
SHA256: f0c2465f52d1ef116bc67c05950b85b7c1d2857d6d9553acce121926c74f1d91
SHA512: dced362010598373d25ea279e6ab2d5f2630dfb0e1c8cbcb7fcd4c2dc4f20f645e5c96ebd12ba87aeca129ff7d1301337b0301efa5c720661ed9e42b514d794a
Description: Library for accessing GData webservices - development files
 libgdata is a GLib-based library for accessing online service APIs using
 the GData protocol — most notably, Google's services. It provides APIs
 to access the common Google services, and has full asynchronous support.
 .
 This package contains the headers and development libraries needed to
 build applications using the libgdata library
Homepage: https://wiki.gnome.org/Projects/libgdata
Multi-Arch: same

Package: libgdata-doc
Priority: optional
Section: doc
Installed-Size: 5208
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Recommends: libgdata-dev
Suggests: devhelp
Filename: pool/target/libg/libgdata/libgdata-doc_0.18.1-2+apertis1bv2024dev2b1_all.deb
Size: 310908
MD5sum: 1f4e18f12de5d89552c5c4c4978ceeb4
SHA1: b5b4e1b4016c3e2ba0294f5489096a59046740f9
SHA256: b6181839d31c7c595ca75a7c7fc57c7cb13d8ad0cde2e4f37891cfe2ec99a81e
SHA512: db906a5e53552cfe793bb07c9662c0373f92117c464d498ebebdc058619bd7354ee05fb8efc27efc0c0a317db7d34179f19cd6c5f289ed129a8f75162ee91525
Description: Library for accessing GData webservices - documentation
 libgdata is a GLib-based library for accessing online service APIs using
 the GData protocol — most notably, Google's services. It provides APIs
 to access the common Google services, and has full asynchronous support.
 .
 This package contains the HTML documentation for the libgdata library
Homepage: https://wiki.gnome.org/Projects/libgdata
Multi-Arch: foreign

Package: libgdata-tests
Priority: optional
Section: libs
Installed-Size: 3949
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgdata22 (= 0.18.1-2+apertis1bv2024dev2b1), libglib2.0-0 (>= 2.44.0), libjson-glib-1.0-0 (>= 1.5.2), libsoup2.4-1 (>= 2.56.0), libuhttpmock-0.0-0 (>= 0.5.3), libxml2 (>= 2.7.4)
Filename: pool/target/libg/libgdata/libgdata-tests_0.18.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 418792
MD5sum: 8acb819d1f2e8d14c48ecb2631a39936
SHA1: 32bdb420ff61a7554140b4577d41aa94b83a7af4
SHA256: 7bd1814dde5d265ee0f64e6a4b43ca57771f8e03fb246320c468518e946cc100
SHA512: f59d5ffdcacec3e53471bf7d2c4496effc24b2a8c744be62bdf8d292179c6e0bff8e8944eadc6c6e619f3458743c563363597e9fd09d3a687639513b5465491f
Description: Library for accessing GData webservices - common data files
 libgdata is a GLib-based library for accessing online service APIs using
 the GData protocol — most notably, Google's services. It provides APIs
 to access the common Google services, and has full asynchronous support.
 .
 This package includes tests to be used on the installed system.
Homepage: https://wiki.gnome.org/Projects/libgdata
Multi-Arch: foreign

Package: libgdata-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 916
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Depends: libgdata-tests (= 0.18.1-2+apertis1bv2024dev2b1)
Filename: pool/target/libg/libgdata/libgdata-tests-dbgsym_0.18.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 659596
MD5sum: 476143ede2959e6227839fba58b58771
SHA1: 698cc09de74829f01f30a8187c55f1b453a18831
SHA256: f74759ae483fde1a7b3ff3bca9d9b7eabd72e47828395866f9d24454c0b85b05
SHA512: a0e3faa03be633352ca7fa34ed88ed3da89bfeb63b3ea961b5e6d554ad94af89a5666e02b2e6895f95158093a0e9b40aa874cf0f4534cd9b15b0483ce3043bdf
Description: debug symbols for libgdata-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0cd2c794d3142c36c2b884b12021074e6ef3adc3 24f48cc4d7790208fb102ab05d11c28a69e2860d 2b031170046d3ae0737cb22580a80a1af1fd10db 5a358b39223f792659ad7ebf2005fd60eac68428 63837f3a3787c04cbc3f56c6214a941653697359 6422d13b12cd8d37cca82a7f13e06faa1da24df1 908efbaacad0a28dac1df2d5ef04cfb2935877a6 98cace62b344b5de6c0d08b791e626445981a523 cbcdab61480f10cf28db5d0cab62a1336544178d cfda167a8e348f10a3fabb3689e7f4b25e97ff2a ed8e0f7d6efaa7856c5b6083565212e047185bc3

Package: libgdata22
Priority: optional
Section: libs
Installed-Size: 1057
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.44.0), libjson-glib-1.0-0 (>= 1.5.2), libsoup2.4-1 (>= 2.56.0), libxml2 (>= 2.7.4), libgdata-common
Filename: pool/target/libg/libgdata/libgdata22_0.18.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 254972
MD5sum: 605db39462dbbc0ab6cdf5ea92b154c3
SHA1: 6482ee21957a8559dab596c7fbde2adf684e10c0
SHA256: d0b46398e471ca5cbd0d3168c98e4d5ff0cf8c3307f6bf1626eec46e9508632b
SHA512: 64cb795204692e347a23885bc5e5bab22c30bbba483cf5576fb879c2a3e832b96f1a4cd5f66aa9721812afd5c764639a1fc7a5e3c360af5746fed2bd3cd87ffe
Description: Library for accessing GData webservices - shared libraries
 libgdata is a GLib-based library for accessing online service APIs using
 the GData protocol — most notably, Google's services. It provides APIs
 to access the common Google services, and has full asynchronous support.
 .
 This package contains the shared libraries.
Homepage: https://wiki.gnome.org/Projects/libgdata
Multi-Arch: same

Package: libgdata22-dbgsym
Priority: optional
Section: debug
Installed-Size: 1033
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgdata
Version: 0.18.1-2+apertis1bv2024dev2b1
Depends: libgdata22 (= 0.18.1-2+apertis1bv2024dev2b1)
Filename: pool/target/libg/libgdata/libgdata22-dbgsym_0.18.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 872196
MD5sum: 83843c3bd27563cba574f55f7976e7f8
SHA1: 2ac8680d0da303d52a85c253c573355309409a61
SHA256: 23b6e8fc50dec6c3ac706284eb2abcb0fea81f6fe25710b48a3693527026a405
SHA512: 0ae4cbd9114c6eac8058c5ad54e24b92cc36945883030f825a538a0b94c8f558f6a94892f31cb4978b6ea4cc67f90320fd82fbec1417c5cbca28d27909590354
Description: debug symbols for libgdata22
Auto-Built-Package: debug-symbols
Build-Ids: bdacdc60224020b216051fc96c58a93bb2b76a81
Multi-Arch: same

Package: libgdk-pixbuf-2.0-0
Priority: optional
Section: libs
Installed-Size: 1052
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Replaces: libgdk-pixbuf2.0-0 (<< 2.40.0+dfsg-6~)
Depends: libgdk-pixbuf2.0-common (>= 2.42.10+dfsg-1+apertis0bv2024dev3b1), shared-mime-info, libc6 (>= 2.34), libglib2.0-0 (>= 2.59.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libtiff6 (>= 4.0.3)
Recommends: libgdk-pixbuf2.0-bin
Breaks: libgdk-pixbuf2.0-0 (<< 2.40.0+dfsg-6~)
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf-2.0-0_2.42.10+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 133064
MD5sum: f1a8cde6861482ac28d7caf46a72703d
SHA1: 4e9ec7ebd427948d3ee5982368de4a946a7715b0
SHA256: 5a65a1847fe46301fc4fdd54e112cfd55c7173a08c9b6428eeaba6b1603f9680
SHA512: 176bec789971340d4702d613d9cf1a4982054a16f65d99aa0cc247bd7d29ff0fa783525a2234424bafd8bd48d2ec155d6cf519607dbd7077cdce77512949e1b3
Description: GDK Pixbuf library
 The GDK Pixbuf library provides:
  - Image loading and saving facilities.
  - Fast scaling and compositing of pixbufs.
  - Simple animation loading (ie. animated GIFs)
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: libgdk-pixbuf-2.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 514
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Depends: libgdk-pixbuf-2.0-0 (= 2.42.10+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf-2.0-0-dbgsym_2.42.10+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 375168
MD5sum: a8b8c3ad184923ba097faa36897a0fdc
SHA1: 6997ddba45fe64a4705f3a4b2628d5d425cddeb9
SHA256: 4ae9bc0f9f528c4b6f0d9ea3dd9e93f03c056db014094c75c9c1b370f0ed37da
SHA512: 8d302d29971e4b4be01afae8ec43e2b7136ef5b1a27cd388b63e94deb4b957210aeaf63fd54b0130493e661defcf9e91538166a8ea4641793fa7ba7cd2d53a44
Description: debug symbols for libgdk-pixbuf-2.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 09cc296c132e223343b68656c2b2cb3713fb61c8 277c3ca4722b11c0dd1e85bff6f388ca0fb8ac44 2dd9311fdf9bce192f847e06eb39017d2cee8455 428f834147250cc137fa2a695f1058157a0fb7d5 69ded2c3b076d431af4265a8adce85ba4d951644 72df58527433018ba10d947e09257897d8c0afe7 86fa69230b28d1b33ba83f644c3ec9fb422e54ce cbd7a73f16e23a9574de1c6956337e27b39561fc e59e9dc5e722c90e55d0973331bc7c2ed2eb25e1 f2736cd7cdb26775bf0f4ca68c8b3697a237210e f7a44a0925f20157ab4b2ef8ef3af555b208f4c1 fc49a390453e4b48cd0fe8076c47782b4c5a1f79 fef610f1bc5196d6b8f5200c2eb2e3517f660d65
Multi-Arch: same

Package: libgdk-pixbuf-2.0-dev
Priority: optional
Section: libdevel
Installed-Size: 473
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Replaces: libgdk-pixbuf2.0-dev (<< 2.40.0+dfsg-6~)
Depends: gir1.2-gdkpixbuf-2.0 (= 2.42.10+dfsg-1+apertis0bv2024dev3b1), libgdk-pixbuf-2.0-0 (= 2.42.10+dfsg-1+apertis0bv2024dev3b1), libgdk-pixbuf2.0-bin (= 2.42.10+dfsg-1+apertis0bv2024dev3b1), libglib2.0-dev (>= 2.56.0), libjpeg-dev, libpng-dev (<< 1.7), libpng-dev (>= 1.6), libtiff-dev, shared-mime-info
Breaks: libgdk-pixbuf2.0-dev (<< 2.40.0+dfsg-6~)
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf-2.0-dev_2.42.10+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 54332
MD5sum: 26878a4132a648526cc259be0bff9c7d
SHA1: a23299a749411699086c250a3ab9ac3e53aae25e
SHA256: 7f41c0f1c1e86174fa0ad932b1c70d9bd2d17b7a0d72829584cece7f0872abc8
SHA512: ac241dcd17f8fb2297cdcb982c8160f53682974cf9d15712e9e7d1ea1de4062aee7d2da3e344a7eda2d3199ca75b58a0413022df4cb951fdfb568df4c2ffb8a6
Description: GDK Pixbuf library (development files)
 The GDK Pixbuf library provides:
  - Image loading and saving facilities.
  - Fast scaling and compositing of pixbufs.
  - Simple animation loading (ie. animated GIFs)
 .
 This package contains the header files which are needed for using GDK Pixbuf.
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: libgdk-pixbuf2.0-bin
Priority: optional
Section: libs
Installed-Size: 231
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Replaces: libgdk-pixbuf2.0-dev (<< 2.36.12-2~)
Depends: libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.35.4), libglib2.0-0 (>= 2.56.0)
Breaks: libgdk-pixbuf2.0-dev (<< 2.36.12-2~)
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf2.0-bin_2.42.10+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 20716
MD5sum: 2a65f31cfd97b699a6b1cda84aa6ffc3
SHA1: 15b69dbae8741a7c8ddcde9d88fecff95ddf0618
SHA256: 5b96ff8203200fb26313a4d87694cce54d87ac60517ccd8ff30bac657d34a594
SHA512: f5f3771ae215ce95815a7d7bfd9616ee7a420df3e30bc1c5812f165225e38acd27f9d9e29a9c1bb903194e3231b90bbafa57fff75ff8e8c9724e7c86334f691f
Description: GDK Pixbuf library (thumbnailer)
 The GDK Pixbuf library provides:
  - Image loading and saving facilities.
  - Fast scaling and compositing of pixbufs.
  - Simple animation loading (ie. animated GIFs)
 .
 This package contains the GDK pixdata compression utility, the thumbnailer
 and a utility for converting images into C code.
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgdk-pixbuf2.0-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 54
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Depends: libgdk-pixbuf2.0-bin (= 2.42.10+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf2.0-bin-dbgsym_2.42.10+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 19148
MD5sum: 8c34f120ef74be488cdb03a647e60ef3
SHA1: 1fc92f1b202c131b42c47cb4b4126ad2905049b1
SHA256: 6b6a8fc2df6efdc9e7b74eb79f1fde0e559a79c41f2dfca02a1af21469402a6f
SHA512: 9a27d4abddfca87526cde6507355b346b9904f06f876cfcf4063c9eff5ab61832b188e306f5c800c4809fbf08a44af770928c75ca89a42ce0ddff3478c88a409
Description: debug symbols for libgdk-pixbuf2.0-bin
Auto-Built-Package: debug-symbols
Build-Ids: 1cdfb04df8a9745b403b75dcfb429e2f7c1c0756 31e663242c9bd5815bc6339d837a04737cb61ea2 da6b8dda71bb94458744ca553089c4b05a218319

Package: libgdk-pixbuf2.0-common
Priority: optional
Section: libs
Installed-Size: 2519
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf2.0-common_2.42.10+dfsg-1+apertis0bv2024dev3b1_all.deb
Size: 308868
MD5sum: 2ed699a9948642ec6b9736348df4632c
SHA1: 19d13c3ed4b5577faaa5181e029bead9a9c49c0d
SHA256: 32fc0b7fff83558c14c1fd528a4219310a600afe73bcbb31b3d44073de572987
SHA512: ba0c1fc6bb82d74dcf89103962fd1891721affc3de8b673d5bd764a8991710a97a64b6bb5897bf9e3ac7ec97a2518324bcdeaedc29ae6c745ee3ae9e50cfb870
Description: GDK Pixbuf library - data files
 This package contains the common files and translations for the GDK
 Pixbuf library.
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgdk-pixbuf2.0-doc
Priority: optional
Section: doc
Installed-Size: 1919
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gdk-pixbuf
Version: 2.42.10+dfsg-1+apertis0bv2024dev3b1
Filename: pool/target/g/gdk-pixbuf/libgdk-pixbuf2.0-doc_2.42.10+dfsg-1+apertis0bv2024dev3b1_all.deb
Size: 267852
MD5sum: 0bedcb4b917abc2eb1f7de03d48d0d52
SHA1: 1e4b62fcc0d3ed1ad405629c87cd8dd263fa2fdb
SHA256: 964a8ee67aec3d9bca561bb5de729fca197bfba2edadec2ca76078683c69fb94
SHA512: 4378ff2bf25bdbfc529ea962f339e0e6bf458561db50c7d1305b9adb603166b602dd1d348a8835b9f5f0455e3769e5a9c40d245fe4d694cfb45d5d2f29e4da99
Description: GDK Pixbuf library (documentation)
 The GDK Pixbuf library provides:
  - Image loading and saving facilities.
  - Fast scaling and compositing of pixbufs.
  - Simple animation loading (ie. animated GIFs)
 .
 This package contains the HTML documentation for the GDK Pixbuf library
 in /usr/share/doc/libgtk2.0-doc/ .
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgeocode-glib-2-0
Priority: optional
Section: libs
Installed-Size: 187
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.65.1), libjson-glib-1.0-0 (>= 1.5.2), libsoup-3.0-0 (>= 3.0.3), geocode-glib-common (>= 3.26.3-6+apertis0bv2024dev3b1)
Breaks: gnome-clocks (<< 43~beta-2~), gnome-initial-setup (<< 43~), gnome-maps (<< 43~), gnome-settings-daemon (<< 43~beta-2~)
Filename: pool/target/g/geocode-glib/libgeocode-glib-2-0_3.26.3-6+apertis0bv2024dev3b1_arm64.deb
Size: 50020
MD5sum: bc0f678a2b1158c4bddedb3345c71bc0
SHA1: 6ed039531358bf6287f75ba4bd3eeab8afd82d69
SHA256: 510dc53110b12ba09ad61fbd890b90c4efbe0231f1678d88c85d71f67a079ac5
SHA512: cdcae4c62a0b7968def8395ac5478108a9bffd0635555141c0a8736bb6aaf030894d3f938750d026bc1fb78fbd34c55ab52692d28207f27e1a6b29fd9ed5781a
Description: geocoding and reverse geocoding GLib library using Nominatim
 Geocode-glib allows you to do geocoding (going from a place name,
 to a longitude/latitude pair) and reverse geocoding (finding a place
 name from coordinates) using the Nominatim service.
 .
 This library should be used in place of Geoclue's D-Bus API for
 geocoding and reverse geocoding.
Multi-Arch: same

Package: libgeocode-glib-2-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 148
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Depends: libgeocode-glib-2-0 (= 3.26.3-6+apertis0bv2024dev3b1)
Filename: pool/target/g/geocode-glib/libgeocode-glib-2-0-dbgsym_3.26.3-6+apertis0bv2024dev3b1_arm64.deb
Size: 117012
MD5sum: 46e93102516bc73c206e234e8cd6cf6c
SHA1: 6b91de1a2a62d31110bda97f4ef5c8fb08715b9f
SHA256: 184dae07e4cd5d6e458dba9e522526178daf44431d49aa68a0b321b12fd7f49e
SHA512: 49bff7a1540cd8e989f02e8551f3c2ea7409150372ead102130e529f9e249607128de7936c111b86f7ff62c90bc6674a19a24773adda54191fd8cb23a2b72e10
Description: debug symbols for libgeocode-glib-2-0
Auto-Built-Package: debug-symbols
Build-Ids: c8c9f585a8b0134e6b884e7c96f021aa62c3686a
Multi-Arch: same

Package: libgeocode-glib-dev
Priority: optional
Section: libdevel
Installed-Size: 321
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Depends: libgeocode-glib-2-0 (= 3.26.3-6+apertis0bv2024dev3b1), gir1.2-geocodeglib-2.0 (= 3.26.3-6+apertis0bv2024dev3b1), libglib2.0-dev
Suggests: libgeocode-glib-doc
Filename: pool/target/g/geocode-glib/libgeocode-glib-dev_3.26.3-6+apertis0bv2024dev3b1_arm64.deb
Size: 41480
MD5sum: b7e1a315398b156430a113e75cb05742
SHA1: 953000aba12ac75141a4c30d1e78ebfd471b4beb
SHA256: 2b17a794a1eff1b489bdc10d9b63bc500df0fa8682eb68bfd29ee38a81b2cc83
SHA512: cc3481c28e036ffb9f2b2c29cea80310feaa104b718bf501263d03bf61913e6d06e3de6b7b31068cc54acca2c05f9c94eaec17665a87286905f127c61e7a6ebf
Description: development files for geocode-glib library
 Geocode-glib allows you to do geocoding (going from a place name,
 to a longitude/latitude pair) and reverse geocoding (finding a place
 name from coordinates) using the Nominatim service.
 .
 This library should be used in place of Geoclue's D-Bus API for
 geocoding and reverse geocoding.
 .
 This package contains the development files for geocode-glib.
Multi-Arch: same

Package: libgeocode-glib-doc
Priority: optional
Section: doc
Installed-Size: 485
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: geocode-glib
Version: 3.26.3-6+apertis0bv2024dev3b1
Filename: pool/target/g/geocode-glib/libgeocode-glib-doc_3.26.3-6+apertis0bv2024dev3b1_all.deb
Size: 50296
MD5sum: 8f6f250faeb110728db2393e88821116
SHA1: f30fdc72869d7817099fb6d8f2af503eab4e48fc
SHA256: 3a2729bce6755213ec3cee199dd7953532391bf15b73bf32c725874106a8b4fe
SHA512: 486d37cdb16050225c34021b409779106f34ada467be070a08d9f1071930ac8fa77b7461d1722d9516e671ce877c8bc0c101ffb96da43727dafde656fc92c435
Description: gtk-doc documentation for geocode-glib library
 Geocode-glib allows you to do geocoding (going from a place name,
 to a longitude/latitude pair) and reverse geocoding (finding a place
 name from coordinates) using the Nominatim service.
 .
 This library should be used in place of Geoclue's D-Bus API for
 geocoding and reverse geocoding.
 .
 This package contains the documentation for geocode-glib.
Multi-Arch: foreign

Package: libgeocoding8
Priority: optional
Section: libs
Installed-Size: 17036
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libphonenumber
Version: 8.12.57+ds-3+apertis1bv2024dev2b1
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), libphonenumber8-protobuf32, libstdc++6 (>= 5.2)
Filename: pool/target/libp/libphonenumber/libgeocoding8_8.12.57+ds-3+apertis1bv2024dev2b1_arm64.deb
Size: 1270380
MD5sum: 12d8a74f67bd8f1bce764371ce0e93f0
SHA1: 4273d7fbc94dc665f18acf2613f9678b4576a587
SHA256: ec1781e53dc1693c315d218969bf7cf4641ffa28a78dd08b91ad77dbed0609a7
SHA512: 59cd719976cee4e925c7f7dc37f1bef023fce596e93eefabeee4252922c925c6e5ac84ea9296255fda1041dda95b045f3917dab9a7d2636a314e9813f926831d
Description: geocoding phone numbers
 Google's library for geocoding phone international phone numbers.
 .
 This package contains the runtime libraries which can be used to geocode phone
 numbers. This means obtaining a description (for example of the location) of a
 given phone number.
Homepage: https://github.com/googlei18n/libphonenumber/
Multi-Arch: same

Package: libgeocoding8-dbgsym
Priority: optional
Section: debug
Installed-Size: 938
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libphonenumber
Version: 8.12.57+ds-3+apertis1bv2024dev2b1
Depends: libgeocoding8 (= 8.12.57+ds-3+apertis1bv2024dev2b1)
Filename: pool/target/libp/libphonenumber/libgeocoding8-dbgsym_8.12.57+ds-3+apertis1bv2024dev2b1_arm64.deb
Size: 388520
MD5sum: 04a1fbe250a09f2fdd08ddc6e8e6286c
SHA1: acd010720f9c1f29e49b40cc6ccda449c8acbc22
SHA256: 967832f9f4068e0345f421d6368ac5313349ac7f396cf5bff24cbf2299ff29aa
SHA512: 59e4025764ee917b068c8c129a54bc7bbae1b41acb0427fbd448639a00d5af864fd99c737bbf3990a04f79a86006fe2fcba7430b74cc96dd53e3a3a381bf4a1c
Description: debug symbols for libgeocoding8
Auto-Built-Package: debug-symbols
Build-Ids: f067ab25eb158568fde1ceffe95d1122a25b60d6
Multi-Arch: same

Package: libgeoip-dev
Priority: optional
Section: libdevel
Installed-Size: 361
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: arm64
Source: geoip
Version: 1.6.12-10+apertis0bv2024dev2b1
Depends: libgeoip1 (= 1.6.12-10+apertis0bv2024dev2b1), geoip-bin (= 1.6.12-10+apertis0bv2024dev2b1)
Filename: pool/target/g/geoip/libgeoip-dev_1.6.12-10+apertis0bv2024dev2b1_arm64.deb
Size: 81808
MD5sum: 3a1db6eb59358623964fed85cefe463d
SHA1: d27e90333a5f54096c10a101c1b85b43b2cca3f3
SHA256: 1f9c1c972f20a47fe300ed0b7f61cb44bab9bf110fdea151d5d3f75c695a40a7
SHA512: b719cd4e5aedd8386707da6218d34693769717853654379623358e881b474cc89ae3dddc8e16980a265820c24b34f437ea063cf96b5c938fafb937feb9a0cfa1
Description: Development files for the GeoIP library
 GeoIP is a C library that enables the user to find the country that any
 IP address or hostname originates from. It uses a file based database.
 .
 This database simply contains IP blocks as keys, and countries as values and
 it should be more complete and accurate than using reverse DNS lookups.
 .
 This package contains the development files.
Homepage: https://www.maxmind.com/

Package: libgeoip1
Priority: optional
Section: libs
Installed-Size: 299
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: arm64
Source: geoip
Version: 1.6.12-10+apertis0bv2024dev2b1
Depends: libc6 (>= 2.33)
Recommends: geoip-database
Suggests: geoip-bin
Filename: pool/target/g/geoip/libgeoip1_1.6.12-10+apertis0bv2024dev2b1_arm64.deb
Size: 82572
MD5sum: 8e2903ce927076156a728c162d1f8fb0
SHA1: 80e1802cc4893f5b6e18bd1f13cbf8860053b47e
SHA256: 7638ceda8d79ff336b134ff0e02ff95ce82f25c341ccd636ba659187e73eb8f7
SHA512: 6560301117e796c8965c83c197f369a8c7a50f4fb9da2ed0a706bbc2958fa42f85e644877732298df6f7e5afa8580f47b8d42c74a0714daaeac4bce87f8422f9
Description: non-DNS IP-to-country resolver library
 GeoIP is a C library that enables the user to find the country that any
 IP address or hostname originates from. It uses a file based database.
 .
 This database simply contains IP blocks as keys, and countries as values and
 it should be more complete and accurate than using reverse DNS lookups.
 .
 This package contains the shared library.
Homepage: https://www.maxmind.com/
Multi-Arch: same

Package: libgeoip1-dbgsym
Priority: optional
Section: debug
Installed-Size: 100
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Architecture: arm64
Source: geoip
Version: 1.6.12-10+apertis0bv2024dev2b1
Depends: libgeoip1 (= 1.6.12-10+apertis0bv2024dev2b1)
Filename: pool/target/g/geoip/libgeoip1-dbgsym_1.6.12-10+apertis0bv2024dev2b1_arm64.deb
Size: 77388
MD5sum: 9ec545c4b0f11f21543f603fe8f29557
SHA1: 08dc17e347dcdfb20a508603bf3c2a2afd3e2b31
SHA256: 3a4f21760fed0accfdaf21f92a4485b2cd2946e6f21e93ae139a1284debc9834
SHA512: d2a47f58147622580b371eba03a71e37c2d870ea7d5fe9a742bd5aa01aaf757a83d1bd4bbc19c3a9d04c1dd41451ebb5fb234d43273c8eb750554d36eb97dac2
Description: debug symbols for libgeoip1
Auto-Built-Package: debug-symbols
Build-Ids: 5196a7ef5c9b95ac2ebe89739a93581cb0a0d39c
Multi-Arch: same

Package: libgexiv2-2
Priority: optional
Section: libs
Installed-Size: 293
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gexiv2
Version: 0.14.0-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.29), libexiv2-27 (>= 0.27.5), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.37.3), libstdc++6 (>= 11)
Filename: pool/target/g/gexiv2/libgexiv2-2_0.14.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 65092
MD5sum: b75d7502a9c8ae611f1cbf5dd02fb6bd
SHA1: 1e7c500b3cd193cf6d28d4b87bc8fca6dcc25444
SHA256: efadd4dbf0b1f2594a928086bac16ad698ca688268e50e1d24927f2dd5c54042
SHA512: 7e402965eaaad1bbf72c3fd75fc0afb9dca109eb189fced5e2494bef6ce8627452d9a1d68b647c0268a25fe24f3d678e4631e8c67ddd429ef458c70edc40485c
Description: GObject-based wrapper around the Exiv2 library
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic
 features of Exiv2 available to GNOME applications.
 .
 This package contains the shared library.
Homepage: https://wiki.gnome.org/Projects/gexiv2
Multi-Arch: same

Package: libgexiv2-2-dbgsym
Priority: optional
Section: debug
Installed-Size: 645
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gexiv2
Version: 0.14.0-1+apertis0bv2024dev2b1
Depends: libgexiv2-2 (= 0.14.0-1+apertis0bv2024dev2b1)
Filename: pool/target/g/gexiv2/libgexiv2-2-dbgsym_0.14.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 611032
MD5sum: ad20dfdc7dd63fd1deb10feae158e2f2
SHA1: 7acbb0d6c0105dd5563f4c816fb0e22ed00c9b25
SHA256: b3feebb03a66e626828b1c0a08c11d462166eaceea3eeaa858ed87090a3232fb
SHA512: a01cfc23f83ffb9d206c36cf98ee925e39d6896b9d6c60ce8d0565746335205f56980008af16a44022ccae4eb71c31c87e20c089587b73c201c8ecd240f2e6ee
Description: debug symbols for libgexiv2-2
Auto-Built-Package: debug-symbols
Build-Ids: e81a6a1d1d9ca20b01f7eda5e1acfc4d6e81da6f
Multi-Arch: same

Package: libgexiv2-dev
Priority: optional
Section: libdevel
Installed-Size: 351
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gexiv2
Version: 0.14.0-1+apertis0bv2024dev2b1
Depends: gir1.2-gexiv2-0.10 (= 0.14.0-1+apertis0bv2024dev2b1), libexiv2-dev, libgexiv2-2 (= 0.14.0-1+apertis0bv2024dev2b1), libglib2.0-dev
Suggests: libgexiv2-doc
Filename: pool/target/g/gexiv2/libgexiv2-dev_0.14.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 33816
MD5sum: b5c88ce75062ed0d41639a19ee1d659a
SHA1: 012393c7e052e61636e2e720f18b43c820c59180
SHA256: f9abcd5eb92c41ef6c9c27a355020c1a3e22464d5e32ded55cab194fcd8f6f65
SHA512: 7349129a53f60cbb184a705f850d7c76e3c4066a9d08f3f1a015f5cd391739df65c1d2ca1698a525e336b48c5d1d0fe3e16555ac9dbf274746501314ab9d9537
Description: GObject-based wrapper around the Exiv2 library - development files
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic
 features of Exiv2 available to GNOME applications.
 .
 This package contains the static library and header files.
Homepage: https://wiki.gnome.org/Projects/gexiv2
Multi-Arch: same

Package: libgexiv2-doc
Priority: optional
Section: doc
Installed-Size: 643
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gexiv2
Version: 0.14.0-1+apertis0bv2024dev2b1
Filename: pool/target/g/gexiv2/libgexiv2-doc_0.14.0-1+apertis0bv2024dev2b1_all.deb
Size: 42248
MD5sum: 009ccb03f9935e6f8f30db224123c86f
SHA1: 6a2686e3131bd2e26e4a732fb59c545c9525a764
SHA256: 97c094c4896414e193353fd65677a5782f2f819d292e7a4911354bdd1a406179
SHA512: 06c82f9a695b41b39dc66e6e1f2a0d8ab86ae6fdcc1d8e966d2f969ac3599b8cfe30b6c5ee6125b9fe82dfef7a3a7202277efa1b42593287fe44b37879a5c3e7
Description: GObject-based wrapper around the Exiv2 library - documentation
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic
 features of Exiv2 available to GNOME applications.
 .
 This package contains the API documentation.
Homepage: https://wiki.gnome.org/Projects/gexiv2
Multi-Arch: foreign

Package: libgflags-dev
Priority: optional
Section: libdevel
Installed-Size: 589
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: gflags
Version: 2.2.2-2+apertis1bv2024dev2b1
Depends: libgflags2.2 (= 2.2.2-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gflags/libgflags-dev_2.2.2-2+apertis1bv2024dev2b1_arm64.deb
Size: 93148
MD5sum: 2fc770b9cec6a1b7ec37e290f791f3e0
SHA1: 41721ca9cd9320396c13219e53956f6b64c5307e
SHA256: c0d1fd64ccfb015d07d5167820903cab933bef2aa986ca0ea4e89d25cab86939
SHA512: 4738e92c262c37c703797ff829df507a9cca7202e5634ef0d218e4593928432c6e9e58129affe52552b719c7e63145795e66181ce46c327f477db96b54e9ab89
Description: commandline flags module for C++ (development files)
 gflags is a library that implements commandline flags processing. As
 such it's a replacement for getopt(). It has increased flexibility,
 including built-in support for C++ types like string, and the ability
 to define flags in the source file in which they're used.
 .
 This package contains development libraries and header files.
Homepage: https://gflags.github.io/gflags/

Package: libgflags-doc
Priority: optional
Section: doc
Installed-Size: 53
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: gflags
Version: 2.2.2-2+apertis1bv2024dev2b1
Filename: pool/target/g/gflags/libgflags-doc_2.2.2-2+apertis1bv2024dev2b1_all.deb
Size: 23360
MD5sum: 515ef9501a7a706e2f15232e25272e3d
SHA1: 20f65ec7715faf9f09d688d82a07171a4af0f484
SHA256: 2e17c3ecadf9a4cdda49f9cd1ca1da0ca88bfdb587d53591c8f3b941ad5ed865
SHA512: 100c23437aa01a2e50192580736680c89b30dddc07e9ed97c799bcb3c018bd42a7bf30bbae749b40764a5009e6e3fd3dc1285ee90c3e1c8eb0148956d9c75111
Description: documentation of gflags
 gflags is a library that implements commandline flags processing. As
 such it's a replacement for getopt(). It has increased flexibility,
 including built-in support for C++ types like string, and the ability
 to define flags in the source file in which they're used.
 .
 This package contains documentation files.
Homepage: https://gflags.github.io/gflags/

Package: libgflags2.2
Priority: optional
Section: libs
Installed-Size: 412
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: gflags
Version: 2.2.2-2+apertis1bv2024dev2b1
Replaces: libgflags2
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Conflicts: libgflags2
Filename: pool/target/g/gflags/libgflags2.2_2.2.2-2+apertis1bv2024dev2b1_arm64.deb
Size: 73136
MD5sum: d02e3bf5b9b3e4168efa0a88208e68cd
SHA1: ef98a947d86e568f6b58761016f767ad8cab0b2b
SHA256: 57b4c605564aa9d2e4e0a5d0c95fb7e2b599e49bbcf713fa4afcaa4c2100e8fc
SHA512: 484117247dfdbf540f77976a9a8e3dbd9e31014fd568cb319e31984c984ed36663155f90ddfdd7fd2cb8942c7890d15e2e53227fc48a8654504723c7d36e37a5
Description: commandline flags module for C++ (shared library)
 gflags is a library that implements commandline flags processing. As
 such it's a replacement for getopt(). It has increased flexibility,
 including built-in support for C++ types like string, and the ability
 to define flags in the source file in which they're used.
 .
 This package contains shared libraries.
Homepage: https://gflags.github.io/gflags/

Package: libgflags2.2-dbgsym
Priority: optional
Section: debug
Installed-Size: 1432
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: gflags
Version: 2.2.2-2+apertis1bv2024dev2b1
Depends: libgflags2.2 (= 2.2.2-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gflags/libgflags2.2-dbgsym_2.2.2-2+apertis1bv2024dev2b1_arm64.deb
Size: 1390220
MD5sum: 3883d80410b2d3184096f4a5b73fc013
SHA1: 2f9ac0f9939f52c4adb5191f4056f09de0cfaa64
SHA256: ec258d2bf7cbf429968425f75de04320ba0d7502c78bd32a25d44042e9f7fb11
SHA512: 51682bcd48b27af98154d32aaccad9b3915cbd247643cd53f7876b3590e22d3434c0c3aa74f02324fd90de3b06c99f0f5be4e126b66b337568144b7452ebf62c
Description: debug symbols for libgflags2.2
Auto-Built-Package: debug-symbols
Build-Ids: 04e2394c19659640fd870d7b6db9674eb3f0e60d b7ffe33b40a6539c304b10f22062dc957ae7eaaa

Package: libgfortran-12-dev
Priority: optional
Section: libdevel
Installed-Size: 3416
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libgcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libgfortran5 (>= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libgfortran-12-dev_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 396204
MD5sum: 151f93752ab9b39c31d107f547a6c723
SHA1: aa8735c984063f2c517e875b0317f767bbc397eb
SHA256: fb19ea2b8933818e33f35ed008f0b89933ee6f8e2e7f4f41246025f6af56bbbd
SHA512: 3b6cf0c5ada8183bef2ca1f502f7a9bd1f2a5ca340c84506aefbf15dc6726f4665e5e277ea2525d3c3f7e601953f5dd80fd1cbcaa82317750551fd5ccc2a1de5
Description: Runtime library for GNU Fortran applications (development files)
 This package contains the headers and static library files needed to build
 GNU Fortran applications.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgfortran5
Priority: optional
Section: libs
Installed-Size: 1477
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34), libgcc-s1 (>= 4.5)
Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
Filename: pool/target/g/gcc-12/libgfortran5_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 339660
MD5sum: 35e0fe3a6be4a8bd3750bf52c7645c81
SHA1: 49d1d99f2b2c44f8263acdad6ef3277eaff42aff
SHA256: e2c625fe944b417b7d69d6ee0bdea3ad2af4b98840dd704293b26ab263019e16
SHA512: be327ec0d09a9f49bfe218fc8ac7b069569354664de46d4d7aaf410ca20c35e3a4ea91f81c5c808efdb2b16d3a6f4ed218b1f584eca9f4b18a654c840eb826bb
Description: Runtime library for GNU Fortran applications
 Library needed for GNU Fortran applications linked against the
 shared library.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgfortran5-dbgsym
Priority: optional
Section: debug
Installed-Size: 1380
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libgfortran5-dbg (<< 9.2.1-21)
Depends: libgfortran5 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libgfortran5-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libgfortran5-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 1192420
MD5sum: 70f13a1b727d4823a5eab30891a296db
SHA1: 999b3fbd79b00d314f34c7837913a2e2dc698af5
SHA256: a2223ee3fe8a233db39a7f26e9fad5521bc365a5a87dad4217b0f36b0ca089f5
SHA512: 4ba9f1db4b3fa0a6f6a13ab92bbbf52e4ef3d80fca6da6eb84db87f720bbba08273f14c35dcfff27738a697050748afbfbf9929c6fd376ebbf7469f4909389c4
Description: debug symbols for libgfortran5
Auto-Built-Package: debug-symbols
Build-Ids: 92f535b045653446cef81ed3b6d7ca1b647a0296
Multi-Arch: same

Package: libgif-dev
Priority: optional
Section: libdevel
Installed-Size: 107
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: arm64
Source: giflib
Version: 5.2.1-2.5+apertis0bv2024dev2b1
Depends: libgif7 (= 5.2.1-2.5+apertis0bv2024dev2b1)
Filename: pool/target/g/giflib/libgif-dev_5.2.1-2.5+apertis0bv2024dev2b1_arm64.deb
Size: 45828
MD5sum: dbdaa449e1f46ecc4910927399818b92
SHA1: fe52ea5f3916e3ba94869e0a78b09035f323af48
SHA256: 142c3f52468483fff4db08f6793edd458d2401ccf24b33b44df0705cb6c67be4
SHA512: ccc196de0caf10289400b1eb03723455303e6db644e601b64939ae7379ccd1f7657be81ec1c5a4e96a7585bb17713a8855315bae59e15c0dba395ecd42c3300b
Description: library for GIF images (development)
 GIFLIB is a package of portable tools and library routines for working with
 GIF images.
 .
 This package contains the development files.
Homepage: http://giflib.sourceforge.net/
Multi-Arch: same

Package: libgif7
Priority: optional
Section: libs
Installed-Size: 108
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: arm64
Source: giflib
Version: 5.2.1-2.5+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/g/giflib/libgif7_5.2.1-2.5+apertis0bv2024dev2b1_arm64.deb
Size: 42604
MD5sum: 47fc7361e99c19f1ab0d9015082f731e
SHA1: f6095d6bf7dc5dcb3d23953b7ddb07ca3ee6f4b6
SHA256: 07fdea418c5a315438417f1909ba192034bfd620ab0ddc850278a2d7d04261a7
SHA512: 97f2112ed88ecafede73a78e1cc036c3274b1a78d56d734783d7effb963b1e46b1c2ae5ed8bebf4a7cbe8f78838a07671f20595a7925a77c8a25b2af42c202bb
Description: library for GIF images (library)
 GIFLIB is a package of portable tools and library routines for working with
 GIF images.
 .
 This package contains the library.
Homepage: http://giflib.sourceforge.net/
Multi-Arch: same

Package: libgif7-dbgsym
Priority: optional
Section: debug
Installed-Size: 56
Maintainer: David Suárez <david.sephirot@gmail.com>
Architecture: arm64
Source: giflib
Version: 5.2.1-2.5+apertis0bv2024dev2b1
Depends: libgif7 (= 5.2.1-2.5+apertis0bv2024dev2b1)
Filename: pool/target/g/giflib/libgif7-dbgsym_5.2.1-2.5+apertis0bv2024dev2b1_arm64.deb
Size: 40628
MD5sum: fc140bfafd8cdd36b03512b02fec93b6
SHA1: 1fae6bd8a716f06d2fd40f8184fb1a35077056c7
SHA256: 3ffa25569a915e5270b436d569de95d465b5d29a532f55084e3dad6347dc2149
SHA512: 8f8d93266377b9e14f39fe07b2056140ceb9e9daf376f7ffb4af707ad9d8eadd0911a426f8589ac3169245ccccc639615086a233d3d4ad959a37cbb18616202e
Description: debug symbols for libgif7
Auto-Built-Package: debug-symbols
Build-Ids: d2e9c5ef233498be73bafad34409372de0dad5f4
Multi-Arch: same

Package: libgirepository-1.0-1
Priority: optional
Section: libs
Installed-Size: 335
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gobject-introspection
Version: 1.74.0-3+apertis1bv2024dev2b1
Provides: libgirepository-1.0-1-with-libffi8 (= 1.74.0-3+apertis1bv2024dev2b1)
Depends: libc6 (>= 2.29), libffi8 (>= 3.4), libglib2.0-0 (>= 2.74.0)
Breaks: libcjs0 (<< 4.8.2-1+b1), libgjs0g (<< 1.68.4-1+b1), libglib-object-introspection-perl (<< 0.049-1+b2), python-gi (<< 3.42.0-1+b1), python3-gi (<< 3.42.0-1+b1), ruby-gobject-introspection (<< 3.4.3-1+b2)
Filename: pool/target/g/gobject-introspection/libgirepository-1.0-1_1.74.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 93616
MD5sum: b128b59e506b5517573c5a19380d41d1
SHA1: dd42a20b73bef692aaeb33b11255750d174d9b0b
SHA256: a0d39556f7c2c9d0b512728c6d4c2bb2e7bde1c306257f718699e10cf184c85a
SHA512: 8e271203be3d5ceab87242015c18ba6875b88ce3ffe0718ce243e5efd2942922ef5f69dca610fd8e27f06a17616faf9d611da1bc798c518cd2575f3ba1ff49aa
Description: Library for handling GObject introspection data (runtime library)
 GObject Introspection is a project for providing machine readable
 introspection data of the API of C libraries. This introspection
 data can be used in several different use cases, for example
 automatic code generation for bindings, API verification and documentation
 generation.
 .
 GObject Introspection contains tools to generate and handle the
 introspection data.
 .
 This package contains a C library for handling the introspection data.
Homepage: https://wiki.gnome.org/GObjectIntrospection
Multi-Arch: same

Package: libgirepository-1.0-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 324
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gobject-introspection
Version: 1.74.0-3+apertis1bv2024dev2b1
Depends: libgirepository-1.0-1 (= 1.74.0-3+apertis1bv2024dev2b1)
Filename: pool/target/g/gobject-introspection/libgirepository-1.0-1-dbgsym_1.74.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 281488
MD5sum: 12ea247a7396ea922e85530b1a05f69b
SHA1: fddbf46a66850045b0fab2178d5f1007d53362f3
SHA256: cdbfcfafb3a5e22d42907ba2b49bd7dec4615052ba333d4dc5779d2191753da9
SHA512: afdf927467054d19f1e359d9a6fd3d720c64a05dd2e1bfaf01e826358fcc6689f5d92a59c74d6e887e2f88d838bd700d074cfee916a778c676d2105ee4fe5f1e
Description: debug symbols for libgirepository-1.0-1
Auto-Built-Package: debug-symbols
Build-Ids: 30ca64cba7ce9021d675701be94e3710ccd773bf
Multi-Arch: same

Package: libgirepository1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 11920
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gobject-introspection
Version: 1.74.0-3+apertis1bv2024dev2b1
Depends: libgirepository-1.0-1 (= 1.74.0-3+apertis1bv2024dev2b1), gobject-introspection (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-glib-2.0 (= 1.74.0-3+apertis1bv2024dev2b1), gir1.2-freedesktop (= 1.74.0-3+apertis1bv2024dev2b1), libglib2.0-dev (>= 2.74.0), libffi-dev (>= 3.4)
Suggests: libgirepository1.0-doc
Filename: pool/target/g/gobject-introspection/libgirepository1.0-dev_1.74.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 889700
MD5sum: 78fa0e4c922456d2a2b78a6ce1549c99
SHA1: 684fa112138b963b8b7b445ba7f3ee030ec4fbf9
SHA256: c3be02c086e4ea45ea2d3a79b0c0dfe4d035b5b995278051b609193f17339f31
SHA512: c77ba5fd55cc9361fb4530ba7e0ea7e8337a063e0a744cfee98ba12ae4578ab75716bc898c30036af38b5abd1afb343661003df1ed7e3107325d23b4f8318fbf
Description: Library for handling GObject introspection data (development files)
 GObject Introspection is a project for providing machine readable
 introspection data of the API of C libraries. This introspection
 data can be used in several different use cases, for example
 automatic code generation for bindings, API verification and documentation
 generation.
 .
 GObject Introspection contains tools to generate and handle the
 introspection data.
 .
 This package contains the headers for the C library for handling the
 introspection data.
Homepage: https://wiki.gnome.org/GObjectIntrospection

Package: libgirepository1.0-doc
Priority: optional
Section: doc
Installed-Size: 1090
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gobject-introspection
Version: 1.74.0-3+apertis1bv2024dev2b1
Recommends: libglib2.0-doc
Filename: pool/target/g/gobject-introspection/libgirepository1.0-doc_1.74.0-3+apertis1bv2024dev2b1_all.deb
Size: 86180
MD5sum: 320e28383c077ee49e2e7588f04ababa
SHA1: 92296fe210ad1c05c1c4e7115160116a9b275b34
SHA256: 2a54144a7e6ac73c0ebe5e50fbb9db8153940b64034be44a239bb52fc24714fe
SHA512: 67b5b780b35cdc5d77e2f88d09bb53a055a61675ddf896f90643ea88581151d3e26fb4562ef4ee45fdd378c54a619e766e178d6259c0503c3cc81a5ea8237d7f
Description: Library for handling GObject introspection data (documentation)
 GObject Introspection is a project for providing machine readable
 introspection data of the API of C libraries. This introspection
 data can be used in several different use cases, for example
 automatic code generation for bindings, API verification and documentation
 generation.
 .
 GObject Introspection contains tools to generate and handle the
 introspection data.
 .
 This package contains the documentation for the C library for handling the
 introspection data.
Homepage: https://wiki.gnome.org/GObjectIntrospection
Multi-Arch: foreign

Package: libgl-dev
Priority: optional
Section: libs
Installed-Size: 1366
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libgl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1)
Depends: libgl1 (= 1.6.0-1+apertis0bv2024dev3b1), libglx-dev
Breaks: libgl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1)
Filename: pool/target/libg/libglvnd/libgl-dev_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 101776
MD5sum: 2eef06203fdd8f9cd9960c8c78b63fe2
SHA1: e0d760515541e2eb0c2ff0f86b91bec68ee81e36
SHA256: ff858d3a2b8508cccf7433a4a228aff187ce718886cf46a014aeeed63b827c3f
SHA512: c3cb60f4e54273ac24569c687e7f01c4d1cef44fc48ba4f1d201820599ae20d5db43bfdbf4c7937d2c23bce6d72ac6bff8721034dc7c4f7bee8a4063ddc60ec0
Description: Vendor neutral GL dispatch library -- GL development files
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package provides the development environment for compiling programs
 against the GL library.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libgl1
Priority: optional
Section: libs
Installed-Size: 1087
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1), libglx0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgl1_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 92212
MD5sum: 91856bd081ae055c336503bc4645044d
SHA1: c8385686aa0b46a334df6faf1ab70d9aa8f864ff
SHA256: 83c54873ae5491e6029c23e3b9c7962c8233d9fa9718c91e99aaade5abf24034
SHA512: a722c80f27e86b0dfdafec436e1147976308433e8f3a50d4b124dc3c6546ef14d6067b02385f671f962515b84813cc74f1bbb3e3dd110ca069c1440e451f5973
Description: Vendor neutral GL dispatch library -- legacy GL support
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package contains support for old libGL for compatibility reasons.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libgl1-dbgsym
Priority: optional
Section: debug
Installed-Size: 374
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libgl1 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgl1-dbgsym_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 73888
MD5sum: b93662f4b3efb8815fe605d33770e98e
SHA1: 669f0349daf7c88bca28f4a5368048a63be6266f
SHA256: 40baf7fe5ab0a3c1a812ba26c6b9f2b9585d88cab6c17abca006f3db7e5257bf
SHA512: 830807c3691f585a0b9e24b19053199246670654d778633638e406332bc6265686435cd8fce4fb1f68299727f2506eece74f47e4537183bd3409f799be6623bc
Description: debug symbols for libgl1
Auto-Built-Package: debug-symbols
Build-Ids: 01a488045f77247c9cf27ca530fa621edffd3830
Multi-Arch: same

Package: libgl1-mesa-dev
Priority: optional
Section: oldlibs
Installed-Size: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgl-dev, libglvnd-dev
Filename: pool/target/m/mesa/libgl1-mesa-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 52596
MD5sum: 653d25c9041f090d78084a8d93522293
SHA1: 84baf6bea2099162826c2dfd65ec446c7411deea
SHA256: 44a15ac88617aa04566ce5f1f0089187aa3aed3b7147ce81d9c3ca35403b74f5
SHA512: fe2eb99b0f637b91d253b892959ae5d5f77867ea365984f752e4db7bfc372bfdb5facca08272c74567c8976bfef4c93167911e8ab9dc6182e4de8eca32b8ec34
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libgl1-mesa-dri
Priority: optional
Section: libs
Installed-Size: 24061
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.89), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libglapi-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), libllvm15, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mesa/libgl1-mesa-dri_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 5035036
MD5sum: 1cfe559217107006d21b06d440baad2a
SHA1: 78b8dd3b0b6049dda16eedf3e9c31c4ffcfa90aa
SHA256: c12adb7ead2252c09a8794390fb0a67727a9521de0d620cdff942ffcd69f10be
SHA512: 945d4d098fbb53fb703a9ae6791104fcb84b412ed9f4ba92fa9db12c30124c60946de0a4cf92c6d5e24de6dcd4540e759722570c56dcb431edfb0ecc5a3d92e5
Description: free implementation of the OpenGL API -- DRI modules
 This version of Mesa provides GLX and DRI capabilities: it is capable of
 both direct and indirect rendering.  For direct rendering, it can use DRI
 modules from the libgl1-mesa-dri package to accelerate drawing.
 .
 This package does not include the OpenGL library itself, only the DRI
 modules for accelerating direct rendering.
 .
 For a complete description of Mesa, please look at the
 libglx-mesa0 package.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libgl1-mesa-dri-dbgsym
Priority: optional
Section: debug
Installed-Size: 34212
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgl1-mesa-dri (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libgl1-mesa-dri-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 32338028
MD5sum: 22a8d50d716ea7a661ba701593884891
SHA1: 7b98419011b66c3517e897c4e6d38c49b6321d54
SHA256: d9f994714f41c02b4538de2ba7ad135dcdc5e45eb3028b3568b99771bbf3e29b
SHA512: 2dda4a5e0bac69a92bc5bd6475830074eb11bb10ffe0f3ca994809ba3e0e3798f25dd615c9aea581f21fcb180174908140dd4ce9c51ac33a97aec4449c8708bf
Description: debug symbols for libgl1-mesa-dri
Auto-Built-Package: debug-symbols
Build-Ids: 6d8fb6ea843ad261573d4918cf09d4031c156daa
Multi-Arch: same

Package: libgl1-mesa-glx
Priority: optional
Section: oldlibs
Installed-Size: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgl1, libglx-mesa0
Filename: pool/target/m/mesa/libgl1-mesa-glx_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 52612
MD5sum: ba87df1da59c2772dba6b25a94773448
SHA1: 8a82fab066d90347470afab4e973fa3d81aaa0b0
SHA256: 67728dbfeb40da0d188c1ae763b73f7ad578645df7a5838d0f73379dc9e9ad2f
SHA512: 205f68e1ab10769bc6a9d5056526a3fd569f341e8b7b47eeac286a4d08e2a84aad0e1f3176d15444b4aba862a4d6be67ce33a7a841baa7d6beb9edd175001f35
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libglapi-mesa
Priority: optional
Section: libs
Installed-Size: 403
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/m/mesa/libglapi-mesa_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 85532
MD5sum: 77dac40a43cea4e487f045d56a7d8e28
SHA1: 1d53776d1ec2e711b0eed7ef524df9b25e196b03
SHA256: e89e9969efc86173c6e76296b01e226e23e7232236178dd7de6a5eecfb5aa51b
SHA512: ea98d3ba4b14b7554fcc5c211f6937e5a798eb9ace9f5507045c28e10ca6ce803f5b0dc38e1132ce08fede91cb45f0cab546397e05666430709c21858d858ae2
Description: free implementation of the GL API -- shared library
 The Mesa GL API module is responsible for dispatching all the gl*
 functions. It is intended to be mainly used by both the libgles1-mesa
 and libgles2-mesa packages.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libglapi-mesa-dbgsym
Priority: optional
Section: debug
Installed-Size: 296
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libglapi-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libglapi-mesa-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 156784
MD5sum: a98c4235dcae765c1020d4eea64bfc83
SHA1: 03b5fb3a52109b3cf46acbb429525df6a63c8df2
SHA256: c4ba9c9f14d4e3e0d80f5631828fafd1ca6c81cda8c68c88804af6281a0cdf66
SHA512: ab709850a2cb79bec2fecfd244e2f01ec25d4887470311b602a6ff2dc28749a6531bd6a8c8a74e1705dc24cbc0f1ed5d710e22dfec704dfcc410593a6b0ce0f6
Description: debug symbols for libglapi-mesa
Auto-Built-Package: debug-symbols
Build-Ids: c88807b20322cf00b60568e98d610f4b741161e2
Multi-Arch: same

Package: libgles-dev
Priority: optional
Section: libs
Installed-Size: 703
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libgles2-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1)
Depends: libegl-dev, libgl-dev, libgles1 (= 1.6.0-1+apertis0bv2024dev3b1), libgles2 (= 1.6.0-1+apertis0bv2024dev3b1)
Breaks: libgles2-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1)
Filename: pool/target/libg/libglvnd/libgles-dev_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 51960
MD5sum: 09612843c78294da997eb1854d227f35
SHA1: 7c0da830c4d991fae36dfe97d1ff63a636d3694a
SHA256: 4e60a0966b4cec3607d49b6c4bc0b753ce533f88b76df0dc1b0e3f86eab975d4
SHA512: fe3ba9a783518ab415b89311695f7bb422b9a8e50ecba37b418f3b47676a899365bc847ca2ce1606d0116c7bf651c76664fbe9e4ed13667104fd486dc7310673
Description: Vendor neutral GL dispatch library -- GLES development files
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package provides the development environment for compiling programs
 against the GLES libraries.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libgles1
Priority: optional
Section: libs
Installed-Size: 228
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgles1_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 13912
MD5sum: 2c44d371f0a72f4d3846952e944c3f74
SHA1: fca2575f5517ae4a91f359692ed18e28e58ea499
SHA256: f40d4a22d1d32bdeda51b94563795be6d6a584948e0f7cea8a1d727a52a9107c
SHA512: 1bb7046cbfd68d522a162301abfa1b7101cadb128570290bcceca94bd6d171456a5508945afe9a0c8f53fe866ec1c5bc22e870fbb7377c5acd705054c0d4c45d
Description: Vendor neutral GL dispatch library -- GLESv1 support
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package contains support for GLESv1.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libgles1-dbgsym
Priority: optional
Section: debug
Installed-Size: 38
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libgles1 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgles1-dbgsym_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 12048
MD5sum: 5892a8a95de9b63508e4db2cfe65100c
SHA1: 16f6ae757c2e1c5ed782a237e5e46c4404aa10f7
SHA256: 3fce18ca059df093276d145df8db9e77808a055accf8b7089facf63ec77f39ec
SHA512: 4e5992e7b50626e3db649522e658fb27b215c9ad9b90c1d65cc88ed31ff2b6e32cf5b940021e8779a7a0b40cb3fb6a7361826fb8690e3bb1006a9ec2de4a020d
Description: debug symbols for libgles1
Auto-Built-Package: debug-symbols
Build-Ids: 587eb1412cc718e2b7871ec19a354f809768d5b7
Multi-Arch: same

Package: libgles2
Priority: optional
Section: libs
Installed-Size: 232
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgles2_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 19332
MD5sum: 564d2c4b3af4127555dd9f39e34fbcc4
SHA1: 737b5cb8660721afebd33e305961e22a7d7c62f5
SHA256: 7c2e194872028e74f0f790fb5e30bb9ebfd16d87d3735ab3304eada655b6ebc4
SHA512: e868a6f27c0146bc9b4d8a4819ebcee17e76ddc0b1a947db1f472e8aaa977e69477bb7b166fc760e93d3587dd4589c131ad6ba8a5bee2cfc1420a97ad6555538
Description: Vendor neutral GL dispatch library -- GLESv2 support
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package contains support for GLESv2.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libgles2-dbgsym
Priority: optional
Section: debug
Installed-Size: 58
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libgles2 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libgles2-dbgsym_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 14096
MD5sum: 2dffa833680b844f53f25b4332fbea11
SHA1: f555fd940bfc1ec881e14c564cf8cd37081c0c24
SHA256: bf87dff1b8bbe64e2d01bc3f990bdad221cb16dfc44db0818d00d115e5fa638c
SHA512: 920524fd3b159762abf5ba8ae997bd36fa74886803533d458dc8610c89995705f969933d198e1bdbcb97bc7dc63794de92cf2d64362140f0c9bfdcec0a0cfdf0
Description: debug symbols for libgles2
Auto-Built-Package: debug-symbols
Build-Ids: c36eab05905c4686a718722bd3d5d5542e6000c9
Multi-Arch: same

Package: libgles2-mesa
Priority: optional
Section: oldlibs
Installed-Size: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgles2
Filename: pool/target/m/mesa/libgles2-mesa_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 52588
MD5sum: 0830e95e198d873bb350d96d96d7d590
SHA1: 7a0de7ef70b012260eac31a55797dc9ab62a2b71
SHA256: 2f12b5d2e70353406b96bfb05548d465d92e27d09191041b40cc109dfe77abc0
SHA512: e21f76d1b9931b5548ba6978932d525234dfcccd7044aa9838ba5ffe0c28040da098c2bf76f5ae65fcc26a1607862868f30c2426d50f262a578f769855e164fe
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libgles2-mesa-dev
Priority: optional
Section: oldlibs
Installed-Size: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libgles-dev, libglvnd-dev
Filename: pool/target/m/mesa/libgles2-mesa-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 52600
MD5sum: 5e1d8d53e65c379f5aae58be96c14246
SHA1: 8013ce653e6bb61b5cb3fcdb25d928cc2c98c4ab
SHA256: 19afbb44cf1f5c7a9a24b6fa9c590a1700acc8483e6c43547f94ff3190639e5b
SHA512: bff574c452c0806da996016599b8f15960ff1f34cf205715b6ed8b86ae169e57bbebe46c70f945143288fb4288a72b8e02958f674e7a2f4a2437979663959473
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libglib2.0-0
Priority: optional
Section: libs
Installed-Size: 4634
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib2.0
Version: 2.74.6-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libmount1 (>= 2.35.2-7~), libpcre2-8-0 (>= 10.22), libselinux1 (>= 3.1~), zlib1g (>= 1:1.2.2)
Recommends: libglib2.0-data, shared-mime-info, xdg-user-dirs
Suggests: low-memory-monitor
Breaks: gimp (<< 2.10.14-3~), glib-networking-tests (<< 2.70.0~), gnome-keyring (<< 40.0-3~), libedataserver-1.2-26 (<< 3.44.3-2~), libgirepository-1.0-1 (<< 1.62.0-4~), libgladeui-2-6 (<< 3.22.2), libsoup2.4-tests (<< 2.72.0-3~)
Filename: pool/target/g/glib2.0/libglib2.0-0_2.74.6-2+apertis0bv2024dev3b2_arm64.deb
Size: 1322096
MD5sum: 2cee20c90ab0b58e5ba76c64232d38f3
SHA1: d88dfb2d67c17f27229fa8ca6a8c370a0df183b3
SHA256: 6bad82012dd5d5e89f6dea1d74363058374a4e2fec0111608232ba10beb6c322
SHA512: 50b47b1e3056436ce72166490069f1f3472320852363f56333e89737d905122a5355649270d9d4b4c90f218ec2ae3ede6b5608c6986bcf8c8ecf3e7711d9d145
Description: GLib library of C routines
 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings.  It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package contains the shared libraries.
Homepage: https://wiki.gnome.org/Projects/GLib
Multi-Arch: same

Package: libglib2.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 4619
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib2.0
Version: 2.74.6-2+apertis0bv2024dev3b2
Depends: libglib2.0-0 (= 2.74.6-2+apertis0bv2024dev3b2)
Filename: pool/target/g/glib2.0/libglib2.0-0-dbgsym_2.74.6-2+apertis0bv2024dev3b2_arm64.deb
Size: 4041524
MD5sum: db3f65e1d1bb60144c5e914134c43993
SHA1: 3ce76158109f75c10be043bb34de2f9b622b22fd
SHA256: 5e281afc746f283c0aa0dcf7d1b874e0a19a5574f07a0251f34774ec5c227374
SHA512: d1b41715253a9a7df3dec02e268ceb2eba8a1aca028c61565b1a5e8d85800b7b2fc1a776831359037b92e891af91d6eeb206c76353d2772216cb8e706dd812ce
Description: debug symbols for libglib2.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 6ae37f850c7b4b20c3977957c5ed3cc855663e8b 6e4a29a70c99d6937aec8d710d07424e397659b8 ac1be6a3de2258f0305f69741640b41d004f2218 c1950b3a34fc48bcb28b549ac7dd5ac99c6cf5a7 c7ded1ed553d9450e3d457c22f150ed3e8f1afb6 cee909ec6a40da64a8a7192e269e9c1aa0b990aa f11e5784ab2a5d323ef985e93db92c0aac482fb7 fe582ee986f64bc76dc64e1881c14f52bdb4cb4a
Multi-Arch: same

Package: libglib2.0-bin
Priority: optional
Section: misc
Installed-Size: 530
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib2.0
Version: 2.74.6-2+apertis0bv2024dev3b2
Depends: libglib2.0-data, libc6 (>= 2.34), libelf1 (>= 0.142), libglib2.0-0 (= 2.74.6-2+apertis0bv2024dev3b2)
Filename: pool/target/g/glib2.0/libglib2.0-bin_2.74.6-2+apertis0bv2024dev3b2_arm64.deb
Size: 115576
MD5sum: 47f5075d8d02202f7fcf62918a154d23
SHA1: c750935a489c9bf07e9b21be824bc036c1da4b77
SHA256: cc74fe6179c4b7f6c807c8b23a7ebf27ec9ac2618ba3f5661e072c38813b221b
SHA512: 2205508747a7290f34681d4d0fcbcbb497b478da00962c1804e2a4740f1b94f952cd442722c368c1c822329b4a3eff21cdf0a248427537de0cfb4868d7e7f144
Description: Programs for the GLib library
 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings.  It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package contains the program files which is used for the libraries
 and others.
Homepage: https://wiki.gnome.org/Projects/GLib
Multi-Arch: foreign

Package: libglib2.0-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 222
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib2.0
Version: 2.74.6-2+apertis0bv2024dev3b2
Depends: libglib2.0-bin (= 2.74.6-2+apertis0bv2024dev3b2)
Filename: pool/target/g/glib2.0/libglib2.0-bin-dbgsym_2.74.6-2+apertis0bv2024dev3b2_arm64.deb
Size: 151416
MD5sum: 571eb98ffcc8baacf9c30714681d193e
SHA1: dc841d607c7f9ebea5b902333a2f186a7dee2534
SHA256: 534c6a2bcc7cba0ab584bb457d5db53f6d0f1fe936a2e64126fd1311961c7b56
SHA512: 0656ac00c143aa2d7bca49a2863bb71118c3c9e94dc56791b056bcdcdf396a27ea3d11f23851a096aaa5fa5cb55e92e4308010ae6e4294be685c181fd095aa99
Description: debug symbols for libglib2.0-bin
Auto-Built-Package: debug-symbols
Build-Ids: 38e1cda2831c7d052235ac3730822121892317a9 56d3d692565084397ba9b27f505d62bcd35702ec 8ad665d20d778eb53b45790543b0caad27b3a498 c34730d7bee3ea4092721d05bc7abbbaaac43fa7 c940184f4aad67144a0de7b8213c42f05bc69caa

Package: libglib2.0-data
Priority: optional
Section: libs
Installed-Size: 9414
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: glib2.0
Version: 2.74.6-2+apertis0bv2024dev3b2
Filename: pool/target/g/glib2.0/libglib2.0-data_2.74.6-2+apertis0bv2024dev3b2_all.deb
Size: 1217308
MD5sum: ab3b2cc49315197eaa56da5c96af3ac3
SHA1: cddb2dd104e6e15381375c227b1fe0070e20bc79
SHA256: dc5d7bdf3c2d18611fe5fde055845b221d982c7f767475c2b16635b8773b7e83
SHA512: 112ffe359749c188a0e85909fdff41703cc6abaf4034d5d4a0c163312cda40978d123e9045ad8a4fea2ab1bec2d53168c9f49cdb7f385427060fefd6b5bbffb3
Description: Common files for GLib library
 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings.  It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package is needed for the runtime libraries to display messages in
 languages other than English.
Homepage: https://wiki.gnome.org/Projects/GLib
Multi-Arch: foreign

Package: libglib2.0-dev
Priority: optional
Section: libdevel
Installed-Size: 11041
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib2.0
Version: 2.74.6-2+apertis0bv2024dev3b2
Replaces: libglib2.0-0-dbg (<< 2.51.4-1~)
Depends: libffi-dev (>= 3.3), libglib2.0-0 (= 2.74.6-2+apertis0bv2024dev3b2), libglib2.0-bin (= 2.74.6-2+apertis0bv2024dev3b2), libglib2.0-dev-bin (= 2.74.6-2+apertis0bv2024dev3b2), libmount-dev (>= 2.35.2-7~), libpcre2-dev, libselinux1-dev, pkg-config, zlib1g-dev
Suggests: libgirepository1.0-dev (>= 1.62), libglib2.0-doc
Breaks: libglib2.0-0-dbg (<< 2.51.4-1~)
Filename: pool/target/g/glib2.0/libglib2.0-dev_2.74.6-2+apertis0bv2024dev3b2_arm64.deb
Size: 1622420
MD5sum: 9b48d6c87987436419ec6ae7838d5d28
SHA1: 1ccf655d99ae4dc9e0927a9bb3b60e1c1f6d77a8
SHA256: f859d4d1d1d62158d5083b9a01945db4ab243260f2b1af8fd59739045bee0b51
SHA512: f76590bd136d6d7ccfe6c9c1a96d07e8bfb38ec281ae32be9fee6600716c8121468afdda3241449d9174e7ccd6f0969d5d12440f556825c1f8ab0287023f94f8
Description: Development files for the GLib library
 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings.  It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package is needed to compile programs against libglib2.0-0,
 as only it includes the header files and static libraries (optionally)
 needed for compiling.
 .
 GObject-Introspection metadata for this library can be found in the
 libgirepository1.0-dev package.
Homepage: https://wiki.gnome.org/Projects/GLib
Multi-Arch: same

Package: libglib2.0-dev-bin
Priority: optional
Section: libdevel
Installed-Size: 777
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib2.0
Version: 2.74.6-2+apertis0bv2024dev3b2
Depends: python3-distutils, python3:any, libc6 (>= 2.34), libglib2.0-0 (= 2.74.6-2+apertis0bv2024dev3b2)
Suggests: libgdk-pixbuf2.0-bin, libxml2-utils
Filename: pool/target/g/glib2.0/libglib2.0-dev-bin_2.74.6-2+apertis0bv2024dev3b2_arm64.deb
Size: 159488
MD5sum: b6b249b76ae414942a89f8214e997a3a
SHA1: aa019fc79209c63bce1840ddcadf774f45a94352
SHA256: fae61aa6588429d30fcb6d77c50866c4405e083ba8ce66014002a7c1a67a80ed
SHA512: 7068722da34ae6040609761fcdb08468534b46e8e2699a8abddee27f7a99a9e60ad6421353528ee0de57b364916c3a8a67ff617950949c50d301f180f85dce4d
Description: Development utilities for the GLib library
 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings.  It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package is needed to compile programs against libglib2.0-0. It contains
 development utilities typically run during compilation and should not be
 installed directly. Use libglib2.0-dev instead.
Homepage: https://wiki.gnome.org/Projects/GLib
Multi-Arch: foreign

Package: libglib2.0-dev-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 114
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib2.0
Version: 2.74.6-2+apertis0bv2024dev3b2
Depends: libglib2.0-dev-bin (= 2.74.6-2+apertis0bv2024dev3b2)
Filename: pool/target/g/glib2.0/libglib2.0-dev-bin-dbgsym_2.74.6-2+apertis0bv2024dev3b2_arm64.deb
Size: 73008
MD5sum: c02a26dceeff69b4fdcd583d5c81cb5c
SHA1: 8dce5a82105ae64b9e3f9b3f50e7640b2445faa0
SHA256: 394ac3cf34accb69cf0f6aefc1885d3e7e96f06185feae8a9ff3d9be9e9d8978
SHA512: c15b26a0f3d399140a44a353dc450541affbd42e8a4a153e2824339a73cd89f14c0170a5f60de9652b01246197b7372ba767fe8375868450010ad73170c3ec35
Description: debug symbols for libglib2.0-dev-bin
Auto-Built-Package: debug-symbols
Build-Ids: 51781f9bea6525f0857d90d2c2c135313e9e5d5b cf1e219479ee092596a5be9932dabe7c10d37693 e3432bd1eb11b8d7d49d157337626acd96cc25af

Package: libglib2.0-doc
Priority: optional
Section: doc
Installed-Size: 21841
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: glib2.0
Version: 2.74.6-2+apertis0bv2024dev3b2
Suggests: devhelp
Filename: pool/target/g/glib2.0/libglib2.0-doc_2.74.6-2+apertis0bv2024dev3b2_all.deb
Size: 1528540
MD5sum: d8f8aa90b6ce81cad6b52eba329b5763
SHA1: 38b9cbd1cdde7659a87288550a9892e51397301b
SHA256: 42bbba7ac70aef0091a5d315f07311ad8278c686509a2d4009daf7d4d133eff3
SHA512: 92774fe53c8fa49249af20f3381ee5e778498fef5738b71a7f14a146ac070eae1152b9d9538f02c39188f0a7414617d20b2dfe848e58251896e1aa57ab869a4c
Description: Documentation files for the GLib library
 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings.  It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package contains the HTML documentation for the GLib library
 in /usr/share/doc/libglib2.0-doc/ .
Homepage: https://wiki.gnome.org/Projects/GLib
Multi-Arch: foreign

Package: libglib2.0-tests
Priority: optional
Section: libs
Installed-Size: 26201
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib2.0
Version: 2.74.6-2+apertis0bv2024dev3b2
Depends: desktop-file-utils, gir1.2-glib-2.0, libglib2.0-dev-bin, python3-dbus, python3-dbusmock, python3-gi, shared-mime-info, python3.11, python3:any, libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libgcc-s1 (>= 3.0), libglib2.0-0 (= 2.74.6-2+apertis0bv2024dev3b2), libpcre2-8-0 (>= 10.22), libstdc++6 (>= 4.1.1)
Recommends: xdg-desktop-portal
Filename: pool/target/g/glib2.0/libglib2.0-tests_2.74.6-2+apertis0bv2024dev3b2_arm64.deb
Size: 1687668
MD5sum: 4626da657971044a7981f3eb7524fad2
SHA1: 20da7a03da3fceaf7eac3bb65da43c7298655ea0
SHA256: bb911e38fdcc48a56e0bf05c358cb2c5803bb1eaf1dad51cc222f9a3bbdfc2c7
SHA512: b709ba0bd885559ce84d1dfdd9e8624009f23422d8ef9d247d38a938a9696b8bb727c1221d93917d1b477ba44398fad830f51dc8a03dc54c1c9fafc4dce63911
Description: GLib library of C routines - installed tests
 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings.  It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package contains test programs, designed to be run as part of a
 regression testsuite.
Homepage: https://wiki.gnome.org/Projects/GLib

Package: libglib2.0-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 8164
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: glib2.0
Version: 2.74.6-2+apertis0bv2024dev3b2
Depends: libglib2.0-tests (= 2.74.6-2+apertis0bv2024dev3b2)
Filename: pool/target/g/glib2.0/libglib2.0-tests-dbgsym_2.74.6-2+apertis0bv2024dev3b2_arm64.deb
Size: 4804412
MD5sum: 7ff8b1d79c41dd423041848f2f61f120
SHA1: dfb1c0a7320e31760893ec7df53f4084fa464a8f
SHA256: 4354d50c6a8950c08e3a11f608d89aa1340e35bb9d34584602d1f18cdafa62eb
SHA512: 0b9487ed41fab32c845eff16a00509a1a596648debaae6562ed91f04263c295db2bcadc4cb1fcc04dad41c12cf0e6b724eae1c522f5ef88048171f25202c3ef1
Description: debug symbols for libglib2.0-tests
Auto-Built-Package: debug-symbols
Build-Ids: 00d44530c36a77ff3fa8d215b187df8338f0040d 02cd3cd2e523dee6842911a235758c5f78e8972f 02e0df09aa3181c0d4d496a95e69bdbf1166f3df 039adf09f946de418d36b048f87f78aacffe6ad5 041047390ed7cebfbd29c632764ca855f416b660 041918e8ae4167fb303f9a9bcd4aa18a18f43f67 0487566234e755f577735d6baf4be65c143e3bef 04988326d304daecbd8291349ea8a5e2fcd12ae2 051de4ccb1c2bd220c0a7bf591ca138a22526cf3 06c62d1dac7eef3dc316a898da444386407891db 06f4a839b0414a10e3c52ca36e7f0052af22b4f5 079487f6f5a8fdc91d5c3bb07c9b6121093169e8 08212a8602188f5fc1622a6e726b4bee831af46f 08f81ed3f69316664f810aaf1e904e0d8f7d17c4 0952ead5464d7262b7911f4b7fe0a1d97e9407d8 0a05c18f918b5c135f6fa437f9f924290f7ae030 0a5bd4322033f6974cd9be87a8daf149c6374a0f 0ae57b82dd91d1d4e30936705775e1e47c433d35 0c1f3cf6f131cd2eec9351f8c6d9d206f86a24a1 0ca0815dc21a1f98c43e13a7239cee91fb51fe5d 0d92eca9a477c766fcddee44173dd9b26ddbdf20 0e86a5f989d5879c3a34a472f61715fc61c68bd8 0e912d62b1b348ceb6809619c08b27b973289db7 0e994c61768e123285941ad5442324506c4fe4c8 0fc1ea9834170c86b47c8be7930dc36c640fcaf0 1054eafce17af757d9024725d289cda7078e3dd3 12c1800e51ea5b01d97afb8fa08386af83944151 130c69df3358289da2c618e9d000c57edfdc4e50 15c123e075d1b869eacecaed5cf14b83afd1da5f 1784a0bbb9caed0a173d09d8d97b9d6fd4ce3551 19bf72267f07ddf96408b7183f55185ce2b18654 1a20a2d980900b5aec51ce3512aa458605578363 1a5c90132ea77936b1f791443e632520c304ed83 1dee9c2841f40661a1dbb8cd72a04819ac2168d0 1e5c38042d7a181c8aa7b25bd781fea12875adf3 2051b352ac4098cc1ed34a85fd4d33f2a77f55d8 2076ee3ea2fe3b8b4cc0479c021380b5c2047a07 2169bbe7e227cf8ecb41e893d90ad562a56ca184 21dd6ad9cb63c4cc695fd3f8f16962e242360793 22ec9cc3c1fd62ca8c6b2401dd5123e16e39133a 23ba6329375a7488bf9ab7bd716bd773355a0c98 246f08cd6b5699ed8e093b240d6056e3311c09b9 24c526b1fbb6a6f53e386dfe848cddf20ba77dc0 255128b36387cde2788ce2a75ce9ff66727ceec4 25946f5d37b6f18fd0244aec7c551945c508f4a4 26999519537c25b3581ddfb63cc0d0c30c5e10bf 27103bd5054b37bdbb83fc0ed422319ee0abc473 27f5ef175bf1ca05746faf1cbdf2aa5e25081959 28671620a333d7a26a7e5a9a8cdbeb55f2132d4d 2b39202b4e195ab395e0e1dacc248f3d10116f11 2d8ca3f339a17fb29c320db4c0798514fac65c6c 2e1d2a8ce93f5d7beb2e5dac0a1e287a882ae34d 2f33ee52c5a223cc9cf34df2eecd359427cfc39b 2f4f1b16b2eb7ce27ec063df83c3a5f480819988 30437edac69d200de177108763c95806708fdcd9 3127c0ecd60243e5ab07e31b24d90c60a2c95923 3421e4895cbc0488cb54ed386490ce763fb40b8f 3565b858891698ade66ec144cdbe962e7e9536c0 36be58c59ec7073bc94f6f0ac89024df2c11cba0 37dd49bb1c19343bfcd792cfd92e113e42b35141 380c9d9610f4990a8f817931290e25b3f5e0e1f1 38548225b3110f1c6c2010a5e6677a869bd7273f 39148ec5a4140e1d7a69b5663d2880cbc03f298e 3a205c0bd4bca649a3091b9dcc61292100fb307b 3a2fe8fa42df64fb84cc15620ca2ad2b8a861357 3a4f49b4698e52785134ffef2f61820378b5fb37 3af714400ecd902ac6ddd6051ab4b4e810801f1b 3b49cd820819ad711bdf029a591bc216083b6460 3cdddc0e64359549872d105ddaeb2ceb06f669c8 3d156d6669958a3b395ade6e919691be45c081e3 3e1897211cf489595f8e787284c4b7166bb0987f 3f5fedf69cd1d066b80aad6ddba1ad9d8c4d4080 411225e65e9d5c0831fcb31ab5187bc9957a4f75 41a4e235787d000bbcf5d16389ba3ed982c6ce5e 41f96f1490b8d0332d488b61bfb69fe90b2fe32c 420573cd5076df0c2710cfee60653bfbd2bdfdd2 4262c45afbc03a584d2fee9108bcfdc556648cb6 42d97ab96c20450b97100b03acd3350277257b52 4341294f46bbb50e5fd44cc156a78a02cb0dc9ae 43ab7d7c50fa18b5a0c6b056ad99ca253680da4b 43d8b89d59b8cf5fe4c1dadcf8dea5d538ffbfee 441c0938288fc52384d864c5f88d2e6c06682aec 442d6b62d0008308e520574316dfc2c46b4d1ceb 4554e438013432325a17efa7da1a834cf5d2e484 45660c9ffb54e27c5e33aa65a61b3c07e0df2e0a 474e88ffc25f87e2ae11b34bfc536a560e49d6ba 49df6506597d9fc09ba45f621fb01ada98f98bbc 4adb9e0dbe9381f985873cc565197164aa1a31ce 4bbea19edc49960e6dc47742377d350eff2789f5 4ce201027bcafc29b68c8dee907d4a0a1e422ad6 4ce6d58194a2cf54024a7fd7742987955606fc7f 4da3504d6df15b37955744426201a5a128b7e31f 4df2f7d02b8cdcf2234f21e27efc02150ac7e47c 4e473af58baf5b60c7ae7651f86bfae3ebf40703 4e6a1482e643fee7ab6e30cadfc85b0639566180 4f9e490219d238b16dfb7793b29ab63a992f2b7b 508485b958129658737d1cdcc6f873d68fbbcc64 50d57f348b5c1d3f2eb760210b26830b372a3639 53b7407db3d346864aa1d6f1eaa4b100cc73c4ab 54c7f39d2f88b98d699e2fce63d36755e85f268f 553a24e6b5854b6646063cd3d3ecd3e7719a4a92 556c62125cc97dea1f76f43fc9265e1fabd389c0 558aa24bc5e07b931aa7a18d4ef629717c58eca1 55b9658fb9b7e133e832b453264a84026971a8e5 568c747d07a326f957b18d1aa47c1b7de7063800 5695f02bba813886f1ae5db4b3cf0e5d24c576a0 57a7ab11a32f4ba2d04a8198116979e2665f04b6 585433595eb8d922109b9af73465810310090ffe 58da80b4dc5267001fdb02ef1e8c8fa5a12a60fb 5aaf1b38283e3bae16c18e29d08d72e76ea0df2b 5b2b8dc30d42be3a9e124ea86ee5b2093762992e 5d270f9872b59a66c9f06eb3d982c18a14244bc6 5d5ddee1ed5d28eeb09ae3081d28ad3bf51f7a42 5dca66aae5797adf70215ab70983163e1f6c37ff 5e4f3ed867b372c8b52ef74a9ef7b0b541cb1733 5eb7fbc7db0994f2a9640a34165c9e3f0f69a6f2 5fdc40f4b99e1944918f5d6ad1312628e45a4103 608687e5f722a617f9264dae834041a28cd17e2e 61d1c837946ccdc9f741b836d73932642ec4002a 6312e436be0f6d2ea7ab2ad167b87c6bcb8ae3e5 6357fd8a155c582c76ed3a5325f3d82975e2e62b 651c1ddf4e9a30da0be7bc12725f2177625a2eaa 65400a12a96701aa42b9627c2046c7bc587e152e 67529c73f8e53f463888ea6e4712af5dcdbacd1a 6874fbcc3b026b2cc94b721e5e371664eab167ef 69540d4eeafca413ed2ef9c8254168f09124cc5e 69ab9127d224ddd453f00ff5178b848d68c78680 6a91433933b99ebf54704841cc5f38c32468ec29 6d911951d20ad0d2ba13dfeda13ed01d5382e014 6de1b6f9e340f78fd0f1d39b9b12b24a10d6a677 6dff7e3aabaf3609cd58c8ef001b152602059db2 6e2fd76863651240c517ea67019533bef0ffbb4c 6e34aab5ff53bcb98a315359f7a50cb01154aff2 6e58159e17ea265302443bcc645e12ecd4f2def9 6f6daaeca463617aa315edffa13d54ecbb390c0d 70efb0d8786ae6dbc32b39cd5df0111461cab222 732ea3352da4a67b6b7ad9a07c175cbc1c4d89cc 747fabeae895b447a1bd1782ed8943a8997e2fed 748e57d1b2984198393bcf1c5c43081ab157c381 74c9ce6d280898b15a4bf0af8281c49ebe23f439 75ac4f73dcfc23b9b39cd99b2ef25c662fa39d24 75fd5a58dc2edee4a4b82db5a8bd01723c4ce304 7601169b6bc5aef5d29c9e7b0eb7cccd87b63b25 78ea4bf1eea68d8021b18a247671102b7e769e20 79fccd9b61834a79d260738e1eef183c45ab888c 7a8a982f5a5010825d9cb1b448aa4285c7a260f0 7d759aa4629e0b29355ee9f6be6697585949b10a 7e846ee337020cd33edce71ff1cfa78280a956ac 8060cfa923132cdb75bb1c02805422aeadc72808 81915558e7f94766a97fd8d83feea7819609f12e 837403c5d52bc21b757af9b06a3cb71f225a07d5 83ba6c33b081e92f77b2fe5772986a6cd58b12b1 858bee592825ec5a2a3de6655ce19ecb28026273 85afa3e928cb733d37f7bc2395385c9727dca31b 86a8b45f550b56c21367bee94984b4ba93068752 872fb8a0de332861d85b7518980ab14e9a5f1bf8 877999e8fb1c1a766ab03fe82912bd718df7c82f 8896c49d35ea49ba0dbcb04907fdec7bc70c939e 8a42665a92ca75b1e9411598c00f17d9b97f0f3d 8c426ebe22f167a5cd2b98924940aa891d2450e4 8f65616b7f15dcf72ccf7bdb5cdcb6e0371baf96 8f6e67721e53335230ca587dfea32e103d103d69 902999d0d3e4479dbd2651f3a2c853cd88e52f2a 912dd5a02848b3372bd0259a229dc26dced25f77 945238b8badef3ecfdbe3d6d380b906aed2279ac 9710212ad1d55f8e2523f3f1d1436fd299e6c6f1 98a84e468f336a988f65c2a09fb9ca54d4b2c974 99b5a574d64d617e61984609694fb680f58a52b5 9a02846c92b4f0ce9d98c722ca36367e04f406b3 9a461e46c9a549531ec548231fe97df086409702 9b448b064c47d3fdda820ab12cfabd381302f286 9b8212058979f248c837ce90b8059c3e5a8d014f 9c266d803f5dd711e6eea4a9442a5a4815f27bbe 9ca053270561825c380c4d96b29136b6023be5b4 9cd16265a6c41087f6b43c563aa1d50f4a5b494d 9e81f658758e93487839979fb41cf5c004237d43 a10fb78f8c7e8db4ca0e53314c03de401ef0be1f a384a17048a12bd49495b7594fe02f7241f0e33d a50c017041fe2bc3f1c867e66f4a868328aa1a99 a5bd9757783865b163a3c9f2eff630bc74e14d67 a5f360fed75439a7eef1f4f269cb05e387357198 a688fd2e7bf038c61324162032cd0544ae3a9be8 a85a6e562bba5ec01b9e67e9b31678608c373253 a8b43afd0df55bacb384f1a7ed6b68b9ca2ba36d a8b7b2a6dd0e64bcf3dcab54730f884e0140aa1d a8c6c81121e643979981748971b061126314decd a924ed1de9924b319afb2201671e247ab8d800b6 aa613f94e08d45896b748fed860fbe1a84ed5cb2 ac6c5a3bff442d70915686c5b1844f3e55c823e8 ad208a2dfc83e6fef3f53cf115c1429fb1cf779b af3b8c82e41b8db49bdc08521f395c4150affee3 b0a87922bc096e9c1998ef00017f34b5e9862652 b0d1b733fb3517445d872e19c22d5b8ffce824d8 b1e9378203d8ddde41d8486527bca86b6e77753b b1fa46dc6af7ef32d1cf08171b1b738df6dd828a b30cd15ae2ed986efd44ca3cc4e5af38404125a2 b3282233605d1d52243252401f82c5acea7691ee b3747eeb217ac3d062640d6c68a2a0ae164fb9a8 b47f5046e1cf5d6ad1e10ec5174b15e7cd7d351a b755395db3668fa3aa0858beac236fb8e751f7fe b88c9b2fe959bde3ca7f907407dd23f52e6665bd b8b1aadbf3a2eabea942596b0987ab25beebf12c b8dfbbd72851b7f631b3c5c4dd5535bad04a92b5 b97f794daca284e02b963fec18062f85e720babc b9a5064282fe98c11d8c72595eca09e90eb4ec82 bac912fbc6a52ba91c51e5f4e620661ed9459266 bafee3cce459c2cbb2430934dc43e6d43f1f03fd bbb7fa15e1e9472a8f3b7a9f5f65dc2a2e6f02cd bbf666adf00832683a7236a9fb0c2cac90434763 bc272157fa29d633fa37c8bae42b06bbf6841aa2 bd20e97dc4b5e5895dd79feac23f6f31b5bfb37b be8718625438ba1656247b36cc825764c914373a c05a46154d5f72b3513ebe7f8a3dd1d6851d3aeb c0ea519f59cf9cf1fd3c9e9ac0d7cb93a66839b4 c1c30d81137cf1b7b8f10f7ecee98f9bcbc89287 c345fc0349f8106c55e4445e94afca99fce536b2 c43bac30a14ec654daef3ee74b8f7af9ff91bebd c617533b4113498de592bd1990ee74a55d1d0bd6 c62eb3c28cb31d88e6daf220bdac0233615f2b36 c63be7af5089895563048b977f680a957a10635e c8b3c8dc96b490445122d2829a72cad2f8501e15 c934d3fd5a86aa2757af7cd06568bde4d4a8d111 c94227956f3b4fbc9b17aafe7f3e2ee5895782db c946090c909303ff40a04496529a6f4a79dde28f c9a95f4bfde97107a90195d093ff1220267249e1 c9d9f6e01c0f9073c0a2e7bb1009defd1a6d8718 c9fe5973423de5cbf8f42de1aad4b49d6e9ba318 ca202df727fd1bc3a7c364dc7ef1694fe7a162f4 caf61e499874793c2eb8d46e5ba0776d4e199755 cb1dc98a60291c86c474428c90ce74e67aacdd4f cb5c584f4fa885954d659e52511b4ab714d97290 cd9a2dae267e906c3653a0679787b182ada4d0e5 cdaac9cf79f7ed931e493bec323253b9e807143a cdace149bb6a977eab3002ccd468f295cd0c41a2 cddacae2170fc6b465367877a20cbd0b9f34ebaa ce1df3d2ae30203fdb5617d1d29698c0044772b5 cef8954c157fe1745d195605777688adae153b91 cf15c81e5a4e8c9e146ca68124cbe88464ee7ade cf91d6d0c2484c1c5f40b448c993829554c8b277 d0331b9be0ccc4a83a419e52da2e5bac3705aaa4 d0a0015abc103b2849664cd59d65ccaffcbaf5e2 d0a76a28fb237bf41ad920c3f506a3dca23e648e d4d40f953a747b80519c88d933f36467f7efd806 d5da01f05aab56b189ca9abb93ba257e89dd2db5 d9306f3d090f32b2c8d93965e837208ab713e721 d9f7907ea2da21265c02a13f117f38deb457bff3 da4c1f77114a8c2278b8bc2d699b1451271f6f9c daf5280c8c080a0b9499724e15f694db740c77ab db7bb3b387fe2384de36e517d53cb32c2d205a07 dcc526a752270624c232cae2f26f60303ff5f6b6 dd104a6477dff8b5c8d62bbdbb276b24dcec9a34 dd3dd079ef3573473403ccf45b1a9cc18dd27746 dd442d648d1838af22a04f6ce443a99ed1470aec dd5d9d83cdca2772b209163e95f32b837a5e5c89 de5e0affd9da9fd5089022698bb5594071c0dce6 df7ab4ababa04edad97efdab8a96340f47901263 e00c45d3a90fa70d73fee8f87f48be976fd3fd95 e10c16709b8f81c8bd7b7b49632b490d83468312 e2770fbc3ec11abe1184b864a9e396fd37f2a2b6 e4484e89ff60fa75de19ab9b7d799c07f31507ee e5e5499c9160921972ea1959f44538219f3b2b57 e60b8828be9558986455bba614568ceb5b742e33 e6901b4d992b9db5115602dd1735615fc1a780db e71d8cd994214c34fc3b7f53378a73f811a75e4f e72128075a508fa568b12ac26ac4340eed27e8eb e851e67a20c4ab51f90edfa75538acdb6ff0b594 e85b101a3f623cb2918b810d7e113af82d7a3885 e892a5d1c465505249113f793805ca26ef51a021 e941004dc61fef4b03c9be00a70234a9b44863c1 e99effe44766740c538668a5aa31a707f1276564 ea3e7db140fbe97e72c2933f228297b571366ad1 ec43cf78f9faa2028a787196a0b28da11bebb15f ec8350660f8c0cb29e1b47e771cc72cf7c0c06ac eddc0a0ce28a2cef1aa907e050df68bf7ad298b0 ee55f6a4a35450dbb6c04d289ed4e9bde4bd3e76 ee6f211d500179ca7b134e7b09cdd28befe5ae45 f08e1b1d920f254811a25bd4bed460806b86ac41 f22c842258bcc2163f8a337fc08e0ab8b368905d f25019db24a74f45364175cd7686383b083b326e f33e46a4e654b3120f47317880373f9a9de5849c f464575e903757c77c96100284f96ed28f5a46aa f49df7924a81ef1b16ecaeba9074e99eeae48efb f4c634bdd9a1b515168426472e5ec473123db2ad f4d8325f159bd48ca3446551f0a7695608ef5b62 f5259187e368817756f8d37f5127cca73452a159 f5b668bde669db16f1d706766615b034c9902a50 f6cea4155f1126b242f09e3def959923490b4fd6 f76611ed125897eaa7d2f99d962d25f8fd7e7c0e f795e782f9411a8bc23b1a4553955aecb5e6306f f91becc4380a31594df115273078afe4e3848f07 f977b95b1ce79fa2cc7e469ce0ab5acb7c7ab20a f9d320efc1d8510a258e4fc2edfe2542537a8ba4 f9d915f989840f1476833b65b5f1e49b868f01ed fa192097faacf73006320a67f6920f58e6ed13f3 fb813d09f4aa1687c38149ef32a8bc7ceb784fe8 fca3a9afe1545f4824e20b6cc5b29d2f2a3e1512 fddb68292046edaa2eebad749ab9da323d487615 fe8159adbb5b059bb0af3ebe53e4d42d4fa29229 ff6bae6be87fdbc72928a7e00dc565964814b4a7 ff7b489571b8a2adfb9e10f4c51b68bde79e24f5

Package: libglvnd-core-dev
Priority: optional
Section: libdevel
Installed-Size: 65
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libglvnd-dev (<< 1.3.3-1)
Breaks: libglvnd-dev (<< 1.3.3-1)
Filename: pool/target/libg/libglvnd/libglvnd-core-dev_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 14556
MD5sum: a954e5409f852fed080cc212be6978e5
SHA1: b4c9dfdeacba16ea9f91824db8e8444927770ff5
SHA256: a01e8b9f328a31b58282981151591f2c84d78db6e3233d0a67b116c65d723795
SHA512: f5c209865e7d5b1e6891bc5d7427143a683751c0c6c7d91e70a2eda84974d3350a09378e7e955a0680415048b140fafae082f7fdd888fa74fa7f6b8cd1841623
Description: Vendor neutral GL dispatch library -- core development files
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package contains the header files for libglvnd split in a separate
 package for Mesa.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libglvnd-dev
Priority: optional
Section: libdevel
Installed-Size: 21
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1), libglvnd-core-dev (= 1.6.0-1+apertis0bv2024dev3b1), libegl-dev (>= 1.3.0-1), libgl-dev (>= 1.3.0-1), libgles-dev (>= 1.3.0-1), libglx-dev (>= 1.3.0-1), libopengl-dev (>= 1.3.0-1)
Filename: pool/target/libg/libglvnd/libglvnd-dev_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 6316
MD5sum: f059dfcf99ffb95798d12f0657801467
SHA1: 0e76d865e67d11678e62b491ec2de444ec7002f2
SHA256: be60da03d934b1c65e40085afe16b46b1b4cdbd50106d7d14192c60995f2b47c
SHA512: 8b0b01b32845feb10eca17dae9031787e3c9f1cbd5d4a186dd717fa487b2930701cc6b0ed6f24306d646e550641397f32f9fbee70d66aa2e1da86bd378e22584
Description: Vendor neutral GL dispatch library -- development files
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package contains the development files for libglvnd.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libglvnd0
Priority: optional
Section: libs
Installed-Size: 1567
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libgldispatch0-nvidia
Depends: libc6 (>= 2.34)
Breaks: libgldispatch0-nvidia
Filename: pool/target/libg/libglvnd/libglvnd0_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 43016
MD5sum: 033d8f2cd3aa4f8faabe05485cb78cfb
SHA1: c635bca77a2b401d321a9e0e0e3125d9dfb996c4
SHA256: 5f3bfe2f01a8ccef7a27968037f03ef34991eae01f98c91499f4ea34baded997
SHA512: eab882aaf642cf84f31c8bcf701f5b2ef9b320c32b7dc9afcbd7b57f3a872e86c417408fa3d4a465d9eae9e7438a3a85837b22b316f6898720adf710f06de16d
Description: Vendor neutral GL dispatch library
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package contains the GL dispatch library.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libglvnd0-dbgsym
Priority: optional
Section: debug
Installed-Size: 697
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libglvnd0-dbgsym_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 92572
MD5sum: 059ae60870bfa2a4b6bf0708214a0bf0
SHA1: edada6fb8306769f517db973fc7f6504aec34779
SHA256: e21d8a7ebdf56295ba3887ef4a98c66a5debb5dfbe620f26796cfc51ae0c4c68
SHA512: 018afa696cc294dab6a606160c81a2017e70ce8733393542733568bbd87f5b96a91e05a1a3ff862b72defb6b91a713e82f8f936af8f2d0a14fc8b9e0d01f3b9e
Description: debug symbols for libglvnd0
Auto-Built-Package: debug-symbols
Build-Ids: 1f28aec1a96529caecbacd89e5dc98708d153193
Multi-Arch: same

Package: libglx-dev
Priority: optional
Section: libs
Installed-Size: 89
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libgl-dev (<< 1.3.0-6), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1)
Depends: libglx0 (= 1.6.0-1+apertis0bv2024dev3b1), libx11-dev
Breaks: libgl-dev (<< 1.3.0-6), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1)
Filename: pool/target/libg/libglvnd/libglx-dev_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 16972
MD5sum: baf63691c20a0e05b9ca8289d0e14a96
SHA1: cab5ca12d66cb9687912603d60757ae9ca53962a
SHA256: 7789b27d2c225cb901ac683a37305e55c3e1dc21b2d4dd283e7eea561395c365
SHA512: ea0435d13c04de76bf2613216c250714c113140b5e00260c9200c43e679bbbfe56076a4a050c012efe44d58434c549430492e221f11b0a399aa277b9bdfe9b01
Description: Vendor neutral GL dispatch library -- GLX development files
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package provides the development environment for compiling programs
 against the GLX library.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libglx-mesa0
Priority: optional
Section: libs
Installed-Size: 632
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Provides: libglx-vendor
Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libglapi-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), libx11-6 (>= 2:1.4.99.1), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-glx0 (>= 1.8), libxcb-present0, libxcb-randr0, libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxext6, libxfixes3, libxshmfence1, libxxf86vm1, libgl1-mesa-dri
Breaks: glx-diversions (<< 0.8.4~), libopengl-perl (<< 0.6704+dfsg-2)
Filename: pool/target/m/mesa/libglx-mesa0_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 184500
MD5sum: 0f8730dda62aa7d90488ffeb5d093d5f
SHA1: 9813966537bd3af46808799d860d5e5904474025
SHA256: 15a8d74ea92a458d9289a31af87d65eea1bdb0fdb68b68d2c571be8850cd02de
SHA512: 19b195b1075856bb1e080d85826e3177ada49e19de995a8dbffe07ca6389c68180aa131a17670a6e594ce78a4922e69372630f7c17609f81897bad9cc4479b2f
Description: free implementation of the OpenGL API -- GLX vendor library
 Mesa is a 3-D graphics library with an API which is very similar to
 that of OpenGL.  To the extent that Mesa utilizes the OpenGL command
 syntax or state machine, it is being used with authorization from
 Silicon Graphics, Inc.  However, the authors make no claim that Mesa
 is in any way a compatible replacement for OpenGL or associated with
 Silicon Graphics, Inc.
 .
 This version of Mesa provides GLX and DRI capabilities: it is capable of
 both direct and indirect rendering.  For direct rendering, it can use DRI
 modules from the libgl1-mesa-dri package to accelerate drawing.
 .
 This package does not include the modules themselves: these can be found
 in the libgl1-mesa-dri package.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libglx-mesa0-dbgsym
Priority: optional
Section: debug
Installed-Size: 867
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libglx-mesa0 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libglx-mesa0-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 709768
MD5sum: c56ab5dceb732ab10c3d3214b58d4e98
SHA1: 4a4226101d66ee016f0e24936fff4cdc59f57ba8
SHA256: ade8b72927251d03106a55fe42afca53b3a834b4d84d9beddb1ffd49ea873f0c
SHA512: 0bc5a848b746568abf8725433782d2a3956d468ccc1835e6cf8a8afa50499373513689365e77db01f8a02535ac4ff115f107c51ab7bce753253756b334dd9817
Description: debug symbols for libglx-mesa0
Auto-Built-Package: debug-symbols
Build-Ids: fb6234ee50aba3d23849fae928e7f75cb2d5e6b1
Multi-Arch: same

Package: libglx0
Priority: optional
Section: libs
Installed-Size: 221
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1), libx11-6 (>= 2:1.4.99.1), libglx-mesa0
Filename: pool/target/libg/libglvnd/libglx0_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 32240
MD5sum: b2ec443bb3537abb44f77e0e349983d5
SHA1: f17cb4d35288a108343015cf6e9eef1ca4f16747
SHA256: 1f6e3509ed3ceb876df8090887ce7d559a7cc04051c28220e69ef15b01341de9
SHA512: 7d07ee09e24702b95c43dd7ecc940eeec11214ad4f2f7a5f2eae2e866b88e3c70251d226fb8dbcff1e3d96dacbfd0e2a2a97b14015d8462fcf77093981328ae3
Description: Vendor neutral GL dispatch library -- GLX support
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package contains support for GLX.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libglx0-dbgsym
Priority: optional
Section: debug
Installed-Size: 309
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libglx0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libglx0-dbgsym_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 118612
MD5sum: 95fa31e3b99ed5f50ed58b074dcc16c0
SHA1: df17a4eab7929ea07915a88d43dcb691a913dd60
SHA256: 0afdfa4497a89c7dac159a82e3da10dee999217e2940dea1333f90720134ff08
SHA512: c585d9705985d2b868e433376fa1dc085b26171cb67bef9312ae94362277641a49b8d6933becfb55eb831d2767cd926416db54b00f482c62cc2f06ed15e63927
Description: debug symbols for libglx0
Auto-Built-Package: debug-symbols
Build-Ids: 16cf1ead31e123cbfaf388a1f9f30a58bac9366d
Multi-Arch: same

Package: libgm2-12-dev
Priority: optional
Section: libdevel
Installed-Size: 4587
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libgm2-17 (>= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libgm2-12-dev_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 665352
MD5sum: 44b2376bace746d8713f82f1e9296de1
SHA1: cad82da3320154f09dad2b3298efa04fe4f25cd8
SHA256: 9fac29d92fb9b130f25e0658fd7d8650d8ae2f6d53a25688c1c420851932fca5
SHA512: 6ed77cc24b5feffb3f6da6337aa90fc9f7bd12cb01cb119cc4d4fa9a1ae1730da46dc96a3d0a0545d27981edb6fe9345dbe384fdf7899f6e7e5e49cbf6861e1e
Description: GNU Modula-2 standard library
 This is the Modula-2 standard library that comes with the gm2 compiler.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgm2-17
Priority: optional
Section: libs
Installed-Size: 676
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34)
Filename: pool/target/g/gcc-12/libgm2-17_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 123600
MD5sum: 25c882c83a4d7c2a14adc7d701894659
SHA1: fa7f7d48c1dc00d11bd6dd90ca0fff450fd5eb36
SHA256: 1c3d36fc1ee834d8c5a6204267b87ca99a10cd35da928281154b829512137ee8
SHA512: 8b93e8a29bb8243795f82cf17a0f32e0fb3ef7923ae33e6c37f12089d73ebb8da592b607c5efa8fb025695e2d53ca44a1c1847f8b5c0d4cd372f8e146a91ee16
Description: GNU Modula-2 standard library (runtime library)
 This is the GNU Modula-2 standard library that comes with the gm2 compiler.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgm2-17-dbgsym
Priority: optional
Section: debug
Installed-Size: 573
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libgm2-17-dbg (<< 9.2.1-21)
Depends: libgm2-17 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libgm2-17-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libgm2-17-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 450572
MD5sum: e80995f771e8afd214afc5dbedbf968e
SHA1: b11875b840a22dbb8618ef459dbb9e3998f4e23d
SHA256: a76426b41a0776132314d07d63dc824c5e6dc67eb5d76edcebf919d8580e1374
SHA512: f9b8b801d32f5a5e75241bbca18a44e066d2c9b7a2876b0d473d8e0b4f8e321f80479f5ebcb37b4d1efc2af73e9af541270eca827697ebf9e98e3493b16b22de
Description: debug symbols for libgm2-17
Auto-Built-Package: debug-symbols
Build-Ids: 324b9218bce7542bd8532e21c35bb7c51296a3e5 6f907a0951bea91fa177ab0694a4afa37f8735a7 729e956ccbb9ac4b3bf6b68e913f0c4d67c54780 a2b3361f5e215edc7bc55d6bbf016829aae94838 e0876112d10f7bbd332125448abb84c73089fd82
Multi-Arch: same

Package: libgmp-dev
Priority: optional
Section: libdevel
Installed-Size: 1838
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gmp
Version: 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1
Replaces: libgmp10-dev, libgmp3-dev
Provides: libgmp10-dev
Depends: libgmp10 (= 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1), libgmpxx4ldbl (= 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1)
Suggests: gmp-doc, libgmp10-doc, libmpfr-dev
Conflicts: libgmp10-dev
Filename: pool/target/g/gmp/libgmp-dev_6.2.1+dfsg1-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 612808
MD5sum: ffe8ff8eae49e938a7dd589160b30229
SHA1: c417dfd51e8f9db0db2ab8b8616d557da05e594b
SHA256: 3b1d1a38a03b5612af99fa7afcc98da937fe7ff6c7e25e1e54d31eabb44c64bc
SHA512: f74a067c58286a7e2e611278580bbb2ca404c9716bbaafbca8f959f7bf230546e97c02e7b51b609de8622e3cc519cffb0376e4c9f9db460c2710e8d340f29f95
Description: Multiprecision arithmetic library developers tools
 This development package provides the header files and the symbolic
 links to allow compilation and linking of programs that use the libraries
 provided in the libgmp10 package.
 .
 Both C and C++ bindings are present in this package.  Package
 libstdc++-dev is required to use the C++ bindings.
 .
 The MPFR library (multiple-precision floating-point) used to be
 included, but has since been moved to package libmpfr-dev.
Homepage: https://gmplib.org/
Multi-Arch: same

Package: libgmp10
Priority: optional
Section: libs
Installed-Size: 848
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gmp
Version: 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Breaks: libmath-gmp-perl (<< 2.20-1), libmath-prime-util-gmp-perl (<< 0.51-2), postgresql-pgmp (<< 1.0.3-1)
Filename: pool/target/g/gmp/libgmp10_6.2.1+dfsg1-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 529780
MD5sum: f0dfb8e9c49f6fb3ddee91db96eba8b9
SHA1: 6b43a80c876ec314ccf7cb99ee265555bfcdc224
SHA256: e726b3847a72a28604df38bbedc570d0ed7280980f00ea0d1f84577d097be151
SHA512: 61e30906b7d018502088c10ae6e5c9b1bcdc37806bf092d77f8749f813a0e6a7fca56ef7ad33628bfd2b6f4b2a3008138d3bdbbb41a2c1258ad1616bb6c6c8a6
Description: Multiprecision arithmetic library
 GNU MP is a programmer's library for arbitrary precision
 arithmetic (ie, a bignum package).  It can operate on signed
 integer, rational, and floating point numeric types.
 .
 It has a rich set of functions, and the functions have a regular
 interface.
Homepage: https://gmplib.org/
Multi-Arch: same

Package: libgmp10-dbgsym
Priority: optional
Section: debug
Installed-Size: 745
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gmp
Version: 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1
Depends: libgmp10 (= 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1)
Filename: pool/target/g/gmp/libgmp10-dbgsym_6.2.1+dfsg1-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 687024
MD5sum: a787dd64e63bebc72ca7ae2cf51fb095
SHA1: 9a086250fc7e2902ef31558320fdd6498f8ef0e1
SHA256: a59d30194322cfa3c713eba8cbdc85b3c6bf4292a7298b5081e21d7e43d65a58
SHA512: b6d714561731cd3b759aa4bf8b765f5cef2339b3f10717d67c1c34677a8cf4e4c3adaacb6cc7fdd0f56a16464021d5df00f589240c968a1181c1de526c2ee600
Description: debug symbols for libgmp10
Auto-Built-Package: debug-symbols
Build-Ids: b0d5bec51ca5c8a794fc47b6c2f4e5806c5d7d1f
Multi-Arch: same

Package: libgmp10-doc
Priority: optional
Section: doc
Installed-Size: 925
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gmp
Version: 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1
Filename: pool/target/g/gmp/libgmp10-doc_6.2.1+dfsg1-1.1+apertis0bv2024dev3b1_all.deb
Size: 426804
MD5sum: f1cd0e08209eeb9020bdc966b9040b8a
SHA1: 4b7643924860e4b0db22f9a912566898fd1ff2f1
SHA256: 71d7c992b8424557f2b7af2312a3d853bd4ad823da946b1885ee6d00904e8a19
SHA512: 22671c5d8e6d99f02b421e3d564a828508242e8af8c6bee69e9a355cdb3a8e1872b3ce7b7731aa87fa72e317bea3b5a9422898f2e857e01da916fa505a3d699d
Description: Multiprecision arithmetic library example code
 This package provides example code illustrating the use of GMP.
Homepage: https://gmplib.org/
Multi-Arch: foreign

Package: libgmp10-doc
Priority: optional
Section: doc
Installed-Size: 922
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gmp
Version: 2:6.2.1+dfsg1-1.1+apertis0bv2024dev2b1
Filename: pool/target/g/gmp/libgmp10-doc_6.2.1+dfsg1-1.1+apertis0bv2024dev2b1_all.deb
Size: 424588
MD5sum: b6d7e8ed8f2adcde5181c2491708d55c
SHA1: 06c6552660de602d7fb8f0f64567f9710508868e
SHA256: 6bbbcab478f8a894dac72fcf551f6dfccca019a4e66100b48a7ea64ddfc98258
SHA512: 50c8809bfc2cff660c2429eb5232d002ff794c4633716a98614b6660797e35733f0269cd940911359948d6cdad9169524c0944de3693439d55b5e37ef8d280ba
Description: Multiprecision arithmetic library example code
 This package provides example code illustrating the use of GMP.
Homepage: https://gmplib.org/
Multi-Arch: foreign

Package: libgmp3-dev
Priority: optional
Section: libdevel
Installed-Size: 322
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gmp
Version: 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1
Replaces: libgmp10-dev
Depends: libgmp-dev (= 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1)
Conflicts: libgmp10-dev (<< 2:5.0.1+dfsg-7)
Filename: pool/target/g/gmp/libgmp3-dev_6.2.1+dfsg1-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 320748
MD5sum: b70632fa70e28468d6c9614803187560
SHA1: 1a50c12b773dbf16b8e0e10d6c2718fcb7f24d02
SHA256: cc69b5ff387a774975687ac844490d8ec94f81ba75d5d5d47c9d013dc346e3fa
SHA512: 4f638922f1d3e40715c66ed6549d103457dadaee3807696d09e623568a084a65a55eaac2eb0205b19bf3aba02e39b4bbf97f41b8ff8818a0ceedbd56a9ccc7f9
Description: Multiprecision arithmetic library developers tools
 This is a dummy package that simply pulls in libgmp-dev.
 It can safely be removed.
Homepage: https://gmplib.org/
Multi-Arch: same

Package: libgmpxx4ldbl
Priority: optional
Section: libs
Installed-Size: 398
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gmp
Version: 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1
Replaces: libgmp3
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.2.1+dfsg1), libstdc++6 (>= 5.2)
Conflicts: libgmp3, libgmpxx4
Filename: pool/target/g/gmp/libgmpxx4ldbl_6.2.1+dfsg1-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 327904
MD5sum: e6a944f87f948e5c08116afed9722610
SHA1: 3110b014a0dfcd099286dacac910d23f6e48e9d3
SHA256: f79db05613b25b7f7cfc068ae60bfae47bbab8ca8ab124f02fbcbc7b229c460b
SHA512: 6d74c560d67755613016cbd305fd3be3da564659c50f7b2dc47507d7d348efc43a26e6bb643fad5da89f9133624da67df460dbd29ee4e1e36b8ff903cec4ba8a
Description: Multiprecision arithmetic library (C++ bindings)
 GNU MP is a programmer's library for arbitrary precision
 arithmetic (ie, a bignum package).  It can operate on signed
 integer, rational, and floating point numeric types.
Homepage: https://gmplib.org/
Multi-Arch: same

Package: libgmpxx4ldbl-dbgsym
Priority: optional
Section: debug
Installed-Size: 155
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gmp
Version: 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1
Depends: libgmpxx4ldbl (= 2:6.2.1+dfsg1-1.1+apertis0bv2024dev3b1)
Filename: pool/target/g/gmp/libgmpxx4ldbl-dbgsym_6.2.1+dfsg1-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 132000
MD5sum: 5ebca7ec1aaefadfebc31ebb5ed2c3b6
SHA1: d8465d244e7aaf06379055ceaa5a415ebc195c03
SHA256: 2eab94f82ea985af2ca6bf809eda1d8b83d525a99cd197546d1129fecc40c448
SHA512: c979c9e8ce8a58d7bf534ba541c6ec5b023b36fcd6669b3a7682412609830e05606bb7c6f9a6bc0d9181b4b71ca2079a066e88d936b45d718e24045fd4f9222f
Description: debug symbols for libgmpxx4ldbl
Auto-Built-Package: debug-symbols
Build-Ids: a69e5e4a6ddfa09cc8ba5c3c7794fa88a7e7e742
Multi-Arch: same

Package: libgnat-12
Priority: optional
Section: libs
Installed-Size: 4619
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Filename: pool/target/g/gcc-12/libgnat-12_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 1055120
MD5sum: ec9c09809c2a23327cdee41de3e28f03
SHA1: 7d2865bbdc4a46be8818d32d2a67c294f2124093
SHA256: 8d94b56b524c264f0b28e319ce4e758faca420a40b3faa8fd406320bab52c8c8
SHA512: 8ca707b8b0b4b8b4165f48ab9014328aa0584d097abb03258f4cfe49b0efa527a774247b2d9046b8075933657b032ad9ef461f5a99cb6e1cfbacd4889926f30a
Description: runtime for applications compiled with GNAT (shared library)
 GNAT is a compiler for the Ada programming language. It produces optimized
 code on platforms supported by the GNU Compiler Collection (GCC).
 .
 The libgnat library provides runtime components needed by most
 applications produced with GNAT.
 .
 This package contains the runtime shared library.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgnat-12-dbgsym
Priority: optional
Section: debug
Installed-Size: 3989
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libgnat-12-dbg (<< 9.2.1-21)
Depends: libgnat-12 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libgnat-12-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libgnat-12-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 3056232
MD5sum: 6d0e9427e0ed765da51f6f95044b523c
SHA1: a361c6bdf840d487b53c416c7221846094dbedaf
SHA256: c29177dbe59b8b6a00a61f45c58ed494f626e1f6c168b03b3fc6679232573496
SHA512: 2505750c0ce4dc8e3a19fb0cfd6d2a2320503b1f96f5f2604117b47970a2a80f93937bf8b1f1dbdee93414eced716af3e8e370e8e9f69c48baed804a23dd598a
Description: debug symbols for libgnat-12
Auto-Built-Package: debug-symbols
Build-Ids: 5d1516fcfdf4d20dd434ef14772c839daa2bec1e fc025f89331c860a2cc94c3dba41d02b64fc7a85
Multi-Arch: same

Package: libgnome-menu-3-0
Priority: optional
Section: libs
Installed-Size: 205
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gnome-menus
Version: 3.36.0-1.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3)
Filename: pool/target/g/gnome-menus/libgnome-menu-3-0_3.36.0-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 93764
MD5sum: 7057c788575f9dad7328757af9f9d37e
SHA1: b6261250edfb4466fb588515abe237bb1e1d7c6c
SHA256: b799a53f337ce39cb9533307642086586b6455aafacf05edb5b84c9c833fcbd2
SHA512: 2a7a17df7f69eeaeb7de0a2cf533a6863029627b0afc6c9df3042377256c0053e43a209139d4de3ef2a03e53e92625ffc34b4c5f250ead9e89ec36d5a1a32a54
Description: GNOME implementation of the freedesktop menu specification
 The package contains an implementation of the draft
 "Desktop Menu Specification" from freedesktop.org:
 .
 http://www.freedesktop.org/Standards/menu-spec
 .
 Also contained here are the GNOME menu layout configuration files, .directory
 files and assorted menu related utility programs.
 .
 This package contains the shared library.
Multi-Arch: same

Package: libgnome-menu-3-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 166
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gnome-menus
Version: 3.36.0-1.1+apertis0bv2024dev3b1
Replaces: libgnome-menu-3-0-dbg (<< 3.13.3-8~)
Depends: libgnome-menu-3-0 (= 3.36.0-1.1+apertis0bv2024dev3b1)
Breaks: libgnome-menu-3-0-dbg (<< 3.13.3-8~)
Filename: pool/target/g/gnome-menus/libgnome-menu-3-0-dbgsym_3.36.0-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 136412
MD5sum: 229531de212a5e96bd3297b54917ad7a
SHA1: 54433edceadfb8dfdb095c493b8ecef5ce58e1ae
SHA256: d4668d93ff6b6329d8a928b3795e09ac8df0174409daa410dff4fbbf6dab71db
SHA512: b56a6a700d56b8e4bb32103d695e120261127ff5187c108291e6bff1c1fed8e0937c244db1d27e8df00f19dc6580667e743df1f86fabcf55329f12e2105b659d
Description: debug symbols for libgnome-menu-3-0
Auto-Built-Package: debug-symbols
Build-Ids: 36a0439555ed73eeb18c2feeaafbe1d75d76000f
Multi-Arch: same

Package: libgnome-menu-3-dev
Priority: optional
Section: libdevel
Installed-Size: 340
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gnome-menus
Version: 3.36.0-1.1+apertis0bv2024dev3b1
Depends: libgnome-menu-3-0 (= 3.36.0-1.1+apertis0bv2024dev3b1), gir1.2-gmenu-3.0 (= 3.36.0-1.1+apertis0bv2024dev3b1), libglib2.0-dev (>= 2.30.0)
Filename: pool/target/g/gnome-menus/libgnome-menu-3-dev_3.36.0-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 106308
MD5sum: e04d45a96e4e12a823f2eed6a34f0b98
SHA1: f4557b948c4e621e44fbec7de2cc79e6dbf2b53d
SHA256: 12edbaad5a2aeda8b06329392867f21d1d19c39e2f207874acd0cd5ffe0fd0ba
SHA512: a38e1b7efc20e4ed450ce183c756c5a7394d7e1cdaecd8ed163434d6fa99b1dc08e06a1fb49fd9fc1d86728879ad0b32130261789d03726d6d65feb15e5a9fe3
Description: GNOME implementation of the freedesktop menu specification
 The package contains an implementation of the draft
 "Desktop Menu Specification" from freedesktop.org:
 .
 http://www.freedesktop.org/Standards/menu-spec
 .
 Also contained here are the GNOME menu layout configuration files, .directory
 files and assorted menu related utility programs.
 .
 This package contains the development headers.
Multi-Arch: same

Package: libgnutls-dane0
Priority: optional
Section: libs
Installed-Size: 528
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Depends: libgnutls30 (= 3.7.9-2+apertis0bv2024dev3b1), libc6 (>= 2.34), libunbound8 (>= 1.8.0)
Suggests: dns-root-data
Filename: pool/target/g/gnutls28/libgnutls-dane0_3.7.9-2+apertis0bv2024dev3b1_arm64.deb
Size: 442204
MD5sum: b61d948fbbf5f0230831176243baf0fa
SHA1: 0d819526f739d5573f56b440d8ca6cec0c59d90a
SHA256: aa04e047cdd3c106d05abddb15984e9509bacefbdea30cb460d06a58f0b980e9
SHA512: f05bca0229385f9ce8d40b95315783cd569d577a8143442a2a765ab46e21c6663a8abd8336525fb2ecf81a3108f04d463c1835c4bad43962eeb0e1b4ca64a636
Description: GNU TLS library - DANE security support
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2, 1.3) and Datagram
 Transport Layer Security (DTLS 1.0, 1.2) protocols.
 .
 GnuTLS features support for:
  - certificate path validation, as well as DANE and trust on first use.
  - the Online Certificate Status Protocol (OCSP).
  - public key methods, including RSA and Elliptic curves, as well as password
    and key authentication methods such as SRP and PSK protocols.
  - all the strong encryption algorithms, including AES and Camellia.
  - CPU-assisted cryptography with VIA padlock and AES-NI instruction sets.
  - HSMs and cryptographic tokens, via PKCS #11.
 .
 This package contains the runtime library for DANE (DNS-based Authentication
 of Named Entities) support.
Homepage: https://www.gnutls.org/
Multi-Arch: same

Package: libgnutls-dane0-dbgsym
Priority: optional
Section: debug
Installed-Size: 111
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Depends: libgnutls-dane0 (= 3.7.9-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gnutls28/libgnutls-dane0-dbgsym_3.7.9-2+apertis0bv2024dev3b1_arm64.deb
Size: 90176
MD5sum: d3a660491b54c56268ea5474bf5f8626
SHA1: e23403d5559dd6cee8c8857d7315ba4a51491a61
SHA256: 1d92abe8d4ded5a12f41019c0487fc56e7d449cdaa1224f64cc490c46b484a79
SHA512: b1ff0e2e8e2a764b55c9d4fb25e122e53a3f53727172a3639e2c9c1a37ffc3bea3de1aa4b42f09c4b6350d04827398dc7f5809452d74df91fc1556a943003ca2
Description: debug symbols for libgnutls-dane0
Auto-Built-Package: debug-symbols
Build-Ids: 7b017ac90eb4e05889b51082678e3760fc3998a7
Multi-Arch: same

Package: libgnutls-openssl27
Priority: optional
Section: libs
Installed-Size: 530
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Depends: libgnutls30 (= 3.7.9-2+apertis0bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/g/gnutls28/libgnutls-openssl27_3.7.9-2+apertis0bv2024dev3b1_arm64.deb
Size: 442204
MD5sum: 8cad91a4d66ba6b8d28cbb1884a33e4f
SHA1: 0944308c22501570ef81467612e9a9799c2746dd
SHA256: 033a514c183fef0f0c47d7cd5944d3b97f2d64ad2fe717c27542a24b8901b937
SHA512: 5b36ded547cdc8a9e06f02309281a45e0e9c1c19af0c2c3db5f1272dbed206f6a516af2e4a4412e129da4c4067f0118e190c7053ea0a50d910f731669c76e643
Description: GNU TLS library - OpenSSL wrapper
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2, 1.3) and Datagram
 Transport Layer Security (DTLS 1.0, 1.2) protocols.
 .
 GnuTLS features support for:
  - certificate path validation, as well as DANE and trust on first use.
  - the Online Certificate Status Protocol (OCSP).
  - public key methods, including RSA and Elliptic curves, as well as password
    and key authentication methods such as SRP and PSK protocols.
  - all the strong encryption algorithms, including AES and Camellia.
  - CPU-assisted cryptography with VIA padlock and AES-NI instruction sets.
  - HSMs and cryptographic tokens, via PKCS #11.
 .
 This package contains the runtime library of the GnuTLS OpenSSL wrapper.
Homepage: https://www.gnutls.org/
Multi-Arch: same

Package: libgnutls-openssl27-dbgsym
Priority: optional
Section: debug
Installed-Size: 114
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Depends: libgnutls-openssl27 (= 3.7.9-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gnutls28/libgnutls-openssl27-dbgsym_3.7.9-2+apertis0bv2024dev3b1_arm64.deb
Size: 90820
MD5sum: 19b08b5c8f354538b43b6c9a93f70b95
SHA1: 6b453d061d4d22b3adc7c4d0143f3b5cf441bf98
SHA256: d4cc2da63e2650d365e870276abb290cc57233a458605e7f5c6a8e88da10a1d0
SHA512: 638a269e7126f72ed41f1c10ca76c4c3544a56dc743e3c420fd3da47a58244340983e161419e4d95108a6393bf2f3fa76f44b6478c44f37b8187cbb36a046f56
Description: debug symbols for libgnutls-openssl27
Auto-Built-Package: debug-symbols
Build-Ids: 65922bb0cb3db61c8ec072584587e2bfe2e34e08
Multi-Arch: same

Package: libgnutls28-dev
Priority: optional
Section: libdevel
Installed-Size: 6166
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Replaces: gnutls-dev
Provides: gnutls-dev, libgnutls-openssl-dev
Depends: libc6-dev | libc-dev, libgnutls-dane0 (= 3.7.9-2+apertis0bv2024dev3b1), libgnutls-openssl27 (= 3.7.9-2+apertis0bv2024dev3b1), libgnutls30 (= 3.7.9-2+apertis0bv2024dev3b1), libgnutlsxx30 (= 3.7.9-2+apertis0bv2024dev3b1), libidn2-dev, libp11-kit-dev, libtasn1-6-dev, nettle-dev (>= 3.6)
Suggests: gnutls-bin, gnutls-doc
Conflicts: gnutls-dev
Filename: pool/target/g/gnutls28/libgnutls28-dev_3.7.9-2+apertis0bv2024dev3b1_arm64.deb
Size: 1396444
MD5sum: b1cf3dafaf42210dcf59a67d31a7e120
SHA1: 10cd1ce8461a6f826f1f2a2b7216c06a1076ee55
SHA256: 7b90af1baf9b4a5290eb2986bc419dd298ee5e01812ec96b2f6f4b4db3951178
SHA512: 278b580c6dcb05f8940f743073c2a69fdbc5340e34c2d8d9393f371694847b65535c9c8756dd209427758bb42e0205c9907b21ff2c8edea2500f061212a04e6f
Description: GNU TLS library - development files
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2, 1.3) and Datagram
 Transport Layer Security (DTLS 1.0, 1.2) protocols.
 .
 GnuTLS features support for:
  - certificate path validation, as well as DANE and trust on first use.
  - the Online Certificate Status Protocol (OCSP).
  - public key methods, including RSA and Elliptic curves, as well as password
    and key authentication methods such as SRP and PSK protocols.
  - all the strong encryption algorithms, including AES and Camellia.
  - CPU-assisted cryptography with VIA padlock and AES-NI instruction sets.
  - HSMs and cryptographic tokens, via PKCS #11.
 .
 This package contains the GnuTLS development files.
Homepage: https://www.gnutls.org/
Multi-Arch: same

Package: libgnutls30
Priority: optional
Section: libs
Installed-Size: 3542
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libhogweed6 (>= 3.6), libidn2-0 (>= 2.0.0), libnettle8 (>= 3.7~), libp11-kit0 (>= 0.23.18.1), libtasn1-6 (>= 4.14), libunistring2 (>= 0.9.7)
Suggests: gnutls-bin
Filename: pool/target/g/gnutls28/libgnutls30_3.7.9-2+apertis0bv2024dev3b1_arm64.deb
Size: 1353356
MD5sum: 5a6ebc8eef9964274d0744ca17cd1dd0
SHA1: c715d3589bdc8de84da71d57803e357228f9a8da
SHA256: e8c7f408ce851d6cc8f60a6b74c452d7fadceb33f31d8d658cb339778ba3fe9d
SHA512: 751cca7261310a7605859104f87d6ff542711c27e5c622b4625a39bf04057c5f4f89c3bb77dbc1d5e9d6069510e680fe7baaf0800a92e7bf5c463cc1ced02c4b
Description: GNU TLS library - main runtime library
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2, 1.3) and Datagram
 Transport Layer Security (DTLS 1.0, 1.2) protocols.
 .
 GnuTLS features support for:
  - certificate path validation, as well as DANE and trust on first use.
  - the Online Certificate Status Protocol (OCSP).
  - public key methods, including RSA and Elliptic curves, as well as password
    and key authentication methods such as SRP and PSK protocols.
  - all the strong encryption algorithms, including AES and Camellia.
  - CPU-assisted cryptography with VIA padlock and AES-NI instruction sets.
  - HSMs and cryptographic tokens, via PKCS #11.
 .
 This package contains the main runtime library.
Homepage: https://www.gnutls.org/
Multi-Arch: same

Package: libgnutls30-dbgsym
Priority: optional
Section: debug
Installed-Size: 2277
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Depends: libgnutls30 (= 3.7.9-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gnutls28/libgnutls30-dbgsym_3.7.9-2+apertis0bv2024dev3b1_arm64.deb
Size: 2093308
MD5sum: 6df9dee5dcf72a29c7c8dc77e361dc40
SHA1: cd91f1a3c8d64d593ada00100caffc653bcd8483
SHA256: 0943a799ca39b1616a561d6e1cb1a96044d23a5644d49e8e940cf890cbb7088d
SHA512: a26fc186d3847e14497143f15e92c4caf718807eb560db4531393017097c68121d1478029fb43c391c70712207788865ce687ccf96ee6b408edd736fbdbb54c5
Description: debug symbols for libgnutls30
Auto-Built-Package: debug-symbols
Build-Ids: 6525e322f51d2af1fd071cafaf01264a351df0a8
Multi-Arch: same

Package: libgnutlsxx30
Priority: optional
Section: libs
Installed-Size: 79
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Depends: libgnutls30 (= 3.7.9-2+apertis0bv2024dev3b1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Filename: pool/target/g/gnutls28/libgnutlsxx30_3.7.9-2+apertis0bv2024dev3b1_arm64.deb
Size: 13280
MD5sum: 88748ef8f3c5fe7440c063eb5e69b496
SHA1: cca9d6c3c40088f1ef1715cb5f4fedd27d7828df
SHA256: c305e74f0b06d5254ddcbc7b3251573cd16fc8accee460a5b7f4becd1af66ebe
SHA512: d40551439f7e63f63c15b77cbfdb666e7a214e3193912d8dcde63a1c024883519598569908af9433f61ac2627792df050c6fea7a8c4065a3baef72debac8d635
Description: GNU TLS library - C++ runtime library
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2, 1.3) and Datagram
 Transport Layer Security (DTLS 1.0, 1.2) protocols.
 .
 GnuTLS features support for:
  - certificate path validation, as well as DANE and trust on first use.
  - the Online Certificate Status Protocol (OCSP).
  - public key methods, including RSA and Elliptic curves, as well as password
    and key authentication methods such as SRP and PSK protocols.
  - all the strong encryption algorithms, including AES and Camellia.
  - CPU-assisted cryptography with VIA padlock and AES-NI instruction sets.
  - HSMs and cryptographic tokens, via PKCS #11.
 .
 This package contains the C++ runtime libraries.
Homepage: https://www.gnutls.org/
Multi-Arch: same

Package: libgnutlsxx30-dbgsym
Priority: optional
Section: debug
Installed-Size: 81
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: gnutls28
Version: 3.7.9-2+apertis0bv2024dev3b1
Depends: libgnutlsxx30 (= 3.7.9-2+apertis0bv2024dev3b1)
Filename: pool/target/g/gnutls28/libgnutlsxx30-dbgsym_3.7.9-2+apertis0bv2024dev3b1_arm64.deb
Size: 48352
MD5sum: 3ead08e9a4384161afc308ad1409245d
SHA1: 0ca0fbca701cbbae05a1734e6277d2ee43490d19
SHA256: 4a4a7aede5a59618cddaf5f848782aa2e79fa8d064a4786275058528de1ae822
SHA512: 1bebc9ec63e71cb551fe6f11ed8ae09efd92f9dace388934eddf02b324a828d9bdca219f92f4fe3bebb3ccf44c78b36571ef41f915e87de1bf2f44a67050b070
Description: debug symbols for libgnutlsxx30
Auto-Built-Package: debug-symbols
Build-Ids: 9302b7add954b627555ce397e0367e75b6b78c57
Multi-Arch: same

Package: libgo-12-dev
Priority: optional
Section: libdevel
Installed-Size: 117782
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libgcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libgo21 (>= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libgo-12-dev_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 15748420
MD5sum: b0842652b7e97d40a6969e45f98b9602
SHA1: 441c8c11c6060f42eafde9f6808b6ce22e9b5c13
SHA256: af79e58fe0cbf1905cd758a0eaaa72f6842aadeaf13e3a144d17cbd12ff762de
SHA512: 87e6a3b1eaa9b2bd4b7846b18e4bc9a7380799bc1dbc3e7066c40ecfda2b0db71894c5160aeb3df567f3f8e0e0b46134a76df63b94d65fcd13688fff0055105c
Description: Runtime library for GNU Go applications (development files)
 This package contains the headers and static library files needed to build
 GNU Go applications.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgo21
Priority: optional
Section: libs
Installed-Size: 57939
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Filename: pool/target/g/gcc-12/libgo21_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 12231744
MD5sum: 37a3cc2728637892f5ce67103b50e3e2
SHA1: 6dde6f92332d025062488b6138951d8a9b989e1d
SHA256: a30eac94fe201e090493a757fa776510fca4593651e33185ba096e9430ad6f33
SHA512: 27835c1cbba9e54c332e73fb8ca6529452b7bb43c6ce7ba5098deb44d59b5549ba56420e4590002a6946d5e48389e2169cc471aa325a281cc5b804daf9a01c6b
Description: Runtime library for GNU Go applications
 Library needed for GNU Go applications linked against the
 shared library.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgom-1.0-0
Priority: optional
Section: libs
Installed-Size: 216
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgom
Version: 0.4-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3), libsqlite3-0 (>= 3.5.9)
Filename: pool/target/libg/libgom/libgom-1.0-0_0.4-1+apertis1bv2024dev2b1_arm64.deb
Size: 41568
MD5sum: 076643b1da2b0efef0ba66147c4d4c45
SHA1: c759b0cfab52323ed8bdea13a81b1cea793fb605
SHA256: 8173c888dca48e62986dae208d9619f639aa737c04f5921c099988771c48c094
SHA512: 3b4339b887abf1522d545357debec4ec890125165680f1f4a296bdd5e4581d1aef123264f032e26d6537dc12a2ec95daa4c0a172665ee042414a019bd5f05eaf
Description: Object mapper from GObjects to SQLite
 Gom provides an object mapper from GObjects to SQLite.
 It helps you write applications that need to store structured data
 as well as make complex queries upon that data.
 .
 This package contains the shared library.
Homepage: https://wiki.gnome.org/Projects/Gom
Multi-Arch: same

Package: libgom-1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 166
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgom
Version: 0.4-1+apertis1bv2024dev2b1
Replaces: libgom-1.0-0-dbg (<< 0.3.2-1~)
Depends: libgom-1.0-0 (= 0.4-1+apertis1bv2024dev2b1)
Breaks: libgom-1.0-0-dbg (<< 0.3.2-1~)
Filename: pool/target/libg/libgom/libgom-1.0-0-dbgsym_0.4-1+apertis1bv2024dev2b1_arm64.deb
Size: 135320
MD5sum: 663d6cb8aae31c5408b19d06dc8b6b2d
SHA1: d50da105b0d268e690064b8f7a2090a1da50503c
SHA256: 9135a2c6686d8a421cc1adcef7be0e36be0867763ba00a2bfe38d9c1e7ae336f
SHA512: e9ccdda09c4f550b4997ad4d43daa145759856e86589233739f0b5de2f08f46523aaa2c6c0cb5dc49287af390b5ed209a7f07fefce821c1126553ee7a8e806b8
Description: debug symbols for libgom-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: a84ce026d6f62a4661d78fb988b9ff52d02d808f
Multi-Arch: same

Package: libgom-1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 221
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgom
Version: 0.4-1+apertis1bv2024dev2b1
Depends: gir1.2-gom-1.0 (= 0.4-1+apertis1bv2024dev2b1), libglib2.0-dev, libgom-1.0-0 (= 0.4-1+apertis1bv2024dev2b1)
Suggests: libgom-1.0-doc (= 0.4-1+apertis1bv2024dev2b1)
Filename: pool/target/libg/libgom/libgom-1.0-dev_0.4-1+apertis1bv2024dev2b1_arm64.deb
Size: 17080
MD5sum: 91b12f8c1224d7369c6b1da8c92eb867
SHA1: 5bcee64d919010950b6a0ebdc97262cc8acb6ba3
SHA256: c1db85e95980ec6ed6ac86702c6400813669ef99c6fdc026e4b9401c6aff6718
SHA512: 421d5c34d4e93dcae98bd408486b54bbb46cc583c95a8461b9a6deda252c3fd072097bf77366a879dc72031fd0eea490297ebb05715eb8f23f77d416723a3b73
Description: libgom development files
 Gom provides an object mapper from GObjects to SQLite.
 It helps you write applications that need to store structured data
 as well as make complex queries upon that data.
 .
 This package contains headers and libraries for developing
 applications that use libgom.
Homepage: https://wiki.gnome.org/Projects/Gom
Multi-Arch: same

Package: libgom-1.0-doc
Priority: optional
Section: doc
Installed-Size: 376
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libgom
Version: 0.4-1+apertis1bv2024dev2b1
Filename: pool/target/libg/libgom/libgom-1.0-doc_0.4-1+apertis1bv2024dev2b1_all.deb
Size: 27716
MD5sum: 289a832cc348c0f5c4327225e52a3e78
SHA1: dc59639fb124bf7b135905dc72d33fa48ccd8437
SHA256: f95efe33c01ba082dba705235c2f93f14ffe36969de613d7fec7ea47594e91c5
SHA512: ce0b02516cfd588fa42913436c1a8b6a2f81d0db213b12a24ee94ca67d141d284f480dd0d10c1a519c8ccb153a46312dfbe8e4ec8ed2e96b946bf912c4299f0f
Description: libgom API documentation
 Gom provides an object mapper from GObjects to SQLite.
 It helps you write applications that need to store structured data
 as well as make complex queries upon that data.
 .
 This package contains the HTML documentation for the API.
Homepage: https://wiki.gnome.org/Projects/Gom
Multi-Arch: foreign

Package: libgomp1
Priority: optional
Section: libs
Installed-Size: 352
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34)
Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
Filename: pool/target/g/gcc-12/libgomp1_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 104124
MD5sum: b36f13a0e6d75d6352786a337e16f88c
SHA1: 932466cf6f373e8b77a79df390d3a632c1c466cd
SHA256: d67c5b674e336e9327b971bbeb6d438f0c23806b4cda0e216b4dc9673d13297e
SHA512: f1ea902158cce0871eac2ab175389f155053a6735f1d2ff1f81790a273edde9f1883b0cdda16e0d56c7aaa71aded7dd15617975402f5a4bdcb81103071834fb9
Description: GCC OpenMP (GOMP) support library
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 in the GNU Compiler Collection.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgomp1-dbgsym
Priority: optional
Section: debug
Installed-Size: 485
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libgomp1-dbg (<< 9.2.1-21)
Depends: libgomp1 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libgomp1-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libgomp1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 437520
MD5sum: 99f7db536bbd009bac832d876c1f0887
SHA1: 17ce522b463736c3ec7d62a324e2cbd6c74a3709
SHA256: 81e79e7e662e1e6bddfcbd241a4bd14b8f2fbb266ad7ca0416003c0224095702
SHA512: 40611998aa0266a1dd8b535b67f43469e8077b852ac4d09472be6e9b41e4f5694aa6abbcdfb6523b280a26e1f846d19e06b9c2ce660a64658f2a3644469fb4c1
Description: debug symbols for libgomp1
Auto-Built-Package: debug-symbols
Build-Ids: 02cd9b613fd9f10f3f82f7a84285330e2e2aec12
Multi-Arch: same

Package: libgoogle-perftools-dev
Priority: optional
Section: libdevel
Installed-Size: 3709
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: google-perftools
Version: 2.10-1+apertis0bv2024dev2b1
Depends: libgoogle-perftools4 (= 2.10-1+apertis0bv2024dev2b1), libtcmalloc-minimal4 (= 2.10-1+apertis0bv2024dev2b1)
Filename: pool/target/g/google-perftools/libgoogle-perftools-dev_2.10-1+apertis0bv2024dev2b1_arm64.deb
Size: 454128
MD5sum: b1fe5dae9b4ecb3de37c99bf8bb6c7af
SHA1: c80a7199ac6bbe622fb137209b116eefe30b1b59
SHA256: 698736af3996cfba7a2bd49cd55d73410b852d2a933952732726cc38cb6c4ed4
SHA512: f8699dca90165c57f84684871903bef3f0da1270810658be3ff15415a50a77af8103a43dc592054a29cb449f6d3726744b32d72731e1d9d7484368a63557e1f6
Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
 The gperftools, previously called google-perftools, package contains some
 utilities to improve and analyze the performance of C++ programs.  This
 includes an optimized thread-caching malloc() and cpu and heap profiling
 utilities.  The devel package contains static and debug libraries and header
 files for developing applications that use the google-perftools package.
Homepage: https://github.com/gperftools/gperftools
Multi-Arch: same

Package: libgoogle-perftools4
Priority: optional
Section: libs
Installed-Size: 1068
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: google-perftools
Version: 2.10-1+apertis0bv2024dev2b1
Depends: libtcmalloc-minimal4 (= 2.10-1+apertis0bv2024dev2b1), libc6 (>= 2.34), libgcc-s1 (>= 3.3), libstdc++6 (>= 5.2)
Conflicts: libgoogle-perftools0
Filename: pool/target/g/google-perftools/libgoogle-perftools4_2.10-1+apertis0bv2024dev2b1_arm64.deb
Size: 183636
MD5sum: 37e01a10efd7910d704e6fdaaf655a84
SHA1: 2ee5d9678a36fd6e57604292eb45b4dfea55d83f
SHA256: 36983fb60b81468c6fbcb46b34530e391d3dbede7de8edcfbe4ab001aed4dc5b
SHA512: 7a702e4080ba8ca9cbe5fce714944280b5e63044cc5f7bf3dfcd245acc90a4be98c3197f68a0a1bf79ec9f4bd1864f1b94ace42b5c5f53e52de8c609829c9dbb
Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
 The gperftools, previously called google-perftools, package contains some
 utilities to improve and analyze the performance of C++ programs. This includes
 the full features: an optimized thread-caching malloc() and cpu and heap
 profiling utilities.
Homepage: https://github.com/gperftools/gperftools
Multi-Arch: same

Package: libgoogle-perftools4-dbgsym
Priority: optional
Section: debug
Installed-Size: 2569
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: google-perftools
Version: 2.10-1+apertis0bv2024dev2b1
Depends: libgoogle-perftools4 (= 2.10-1+apertis0bv2024dev2b1)
Filename: pool/target/g/google-perftools/libgoogle-perftools4-dbgsym_2.10-1+apertis0bv2024dev2b1_arm64.deb
Size: 2351632
MD5sum: 5aff78ec268414b88ff1fc733469026a
SHA1: ff2e338e5d97c3327fd35bbb17c046ea7c4ac480
SHA256: 0d9811b36d5d69eee38529e4f76ddc7034cbacb2e6a0053d568fea0f13ebe5ec
SHA512: bfa619a859d749c36acb0b14b252bb80cd430f2206b57d4cb47afe42591bed15d1c08e3aaba262fdce9ad7f1c92eb55239cdea1104dc3ec1679dfc0242134514
Description: debug symbols for libgoogle-perftools4
Auto-Built-Package: debug-symbols
Build-Ids: 1992ae387245396af54673069e606f2d3a27f1cd 21b80184af74ef1bbb5eeaf8b91b65111e822876 328aa57aee4a517da647dda7858e8f05f4aa458c 579779ddc63486557deef8d88506af846040b4cd
Multi-Arch: same

Package: libgpg-error-dev
Priority: optional
Section: libdevel
Installed-Size: 510
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Depends: libgpg-error0 (= 1.46-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libgpg-error/libgpg-error-dev_1.46-1+apertis1bv2024dev3b1_arm64.deb
Size: 132444
MD5sum: 524a049b032b4c0f71c6df3e3b4ba1f1
SHA1: 5ff8875b1fd48b68c819bfebbcd8c38ab3bfcd30
SHA256: af38049ea7b2c5bfcb868228bfc358aff667457a8ace653b8ebd2a1e9dee1609
SHA512: f8f7ee45f36385246b7355e7a670160910c9ad7f0c61882c44b707cba910017d0eec0c405d1eb4190cbff36687af8fa153cb0d356f9b1dd7cf53aeb7a6448570
Description: GnuPG development runtime library (developer tools)
 Library that defines common error values, messages, and common
 runtime functionality for all GnuPG components.  Among these are GPG,
 GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and
 possibly more in the future.
 .
 It will likely be renamed "gpgrt" in the future.
 .
 This package contains the headers and other files needed to compile
 against this library.
Homepage: https://www.gnupg.org/related_software/libgpg-error/

Package: libgpg-error-l10n
Priority: optional
Section: localization
Installed-Size: 634
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: all
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Replaces: libgpg-error0 (<< 1.32-1.1~)
Breaks: libgpg-error0 (<< 1.32-1.1~)
Filename: pool/target/libg/libgpg-error/libgpg-error-l10n_1.46-1+apertis1bv2024dev3b1_all.deb
Size: 111564
MD5sum: 7d4c92a5ebf5292bcab0263fa196f9f9
SHA1: b6df3e6b62bb14f7fddb061038c4e6c6325ee238
SHA256: a7c87c9a71eda875372352c5bc65028542170ec33b1749694cf6cc6ad93dda61
SHA512: cd1b93f2818f4178c2ddc1d3722a35893323381d20fa363825754d22d3d41a8f63d54c406aaa5a9cfe6653eeb5a155996cf4e845d78c57fd766eeee71845dcad
Description: library of error values and messages in GnuPG (localization files)
 Library that defines common error values, messages, and common
 runtime functionality for all GnuPG components.  Among these are GPG,
 GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and
 possibly more in the future.
 .
 It will likely be renamed "gpgrt" in the future.
 .
 This package contains the translation files for the use in non-English locales.
Enhances: libgpg-error0
Homepage: https://www.gnupg.org/related_software/libgpg-error/
Multi-Arch: foreign

Package: libgpg-error-mingw-w64-dev
Priority: optional
Section: libdevel
Installed-Size: 5417
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: all
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Recommends: mingw-w64
Suggests: wine
Filename: pool/target/libg/libgpg-error/libgpg-error-mingw-w64-dev_1.46-1+apertis1bv2024dev3b1_all.deb
Size: 847612
MD5sum: d7620cea1360eb95aa33b14893eb3a0c
SHA1: 49c54f9e9b23e04e201448e9c8f5a2494ae99a45
SHA256: b036ab29876179862fee8feb6f7ca0f8652f14714cf19fd17c173b4cb3137eeb
SHA512: d0ce598fd796e8412411c40180fc19fecd1cb56adad5703553ac0274364c817ad793f7d7c4a1bc71bed829f321c8c2c3ede618fe354e47de37e66a638bc8d3c0
Description: library of error values and messages in GnuPG (Windows development)
 Library that defines common error values, messages, and common
 runtime functionality for all GnuPG components.  Among these are GPG,
 GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and
 possibly more in the future.
 .
 It will likely be renamed "gpgrt" in the future.
 .
 This is a Windows version of libgpg-error.  It's meant to be used
 when cross-building software that targets the Windows platform,
 e.g. the win32-loader component of Debian-Installer.
Homepage: https://www.gnupg.org/related_software/libgpg-error/
Multi-Arch: foreign

Package: libgpg-error0
Priority: optional
Section: libs
Installed-Size: 236
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Recommends: libgpg-error-l10n
Filename: pool/target/libg/libgpg-error/libgpg-error0_1.46-1+apertis1bv2024dev3b1_arm64.deb
Size: 75180
MD5sum: c82886cebaa33d402b843d812f1b7413
SHA1: 932d24feaeddcbe43af69cbe8ef6f11ae407eacf
SHA256: 8e8f9e57ffead32e166557e814c97527e9cba4b9e34e3b7d861032aa1fa82b21
SHA512: 56cc4155416c8d01e4a3f66bfe65768ef94ebb8822c4d6a15cd5666a4d5c27f2de42a5368ab1cb43351a7258de21b9dc7df8e05bc4d96c7d8f8a273c6c348b98
Description: GnuPG development runtime library
 Library that defines common error values, messages, and common
 runtime functionality for all GnuPG components.  Among these are GPG,
 GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and
 possibly more in the future.
 .
 It will likely be renamed "gpgrt" in the future.
Homepage: https://www.gnupg.org/related_software/libgpg-error/
Multi-Arch: same

Package: libgpg-error0-dbgsym
Priority: optional
Section: debug
Installed-Size: 211
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libgpg-error
Version: 1.46-1+apertis1bv2024dev3b1
Depends: libgpg-error0 (= 1.46-1+apertis1bv2024dev3b1)
Filename: pool/target/libg/libgpg-error/libgpg-error0-dbgsym_1.46-1+apertis1bv2024dev3b1_arm64.deb
Size: 184816
MD5sum: 95d9bdab649ea6e7ddcd452efcc8180f
SHA1: c2d6ad6373b4d7180e264ec93e1c91a130017927
SHA256: 2a11955bb05422ddec2801a3feeff20a8512bcd3099e1eae9f65e0ee7a350663
SHA512: 504c06f817f6f772ec400d80af9c35638018897a8e8db136b03b94061ae4527ea9404869759999b0a07254ce7e9c256c8a80720ec5ce325fb34604fec451101c
Description: debug symbols for libgpg-error0
Auto-Built-Package: debug-symbols
Build-Ids: fb0777bfd2845ca481d511f62dd3eac2e730c660
Multi-Arch: same

Package: libgphobos-12-dev
Priority: optional
Section: libdevel
Installed-Size: 84489
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libgphobos3 (>= 12.2.0-14+apertis1bv2024dev2b2), zlib1g-dev
Filename: pool/target/g/gcc-12/libgphobos-12-dev_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 9870148
MD5sum: 25987968fe5dc66eba7e52d57f671bd8
SHA1: 841fb33ffb427adc7b63af5c221df1e11762804f
SHA256: 6033cc78f4625e9ab8a40b68555b5d35672c8940983e82711793f54d356c376a
SHA512: 04e6f9493cc76041759092fa546e787eaf402bcaee01e0c03f9c35164e50120418d0523169b55ebbf2a70e9903c9cc69ab751f489cd6bf7b344e3ca8d613ec0a
Description: Phobos D standard library
 This is the Phobos standard library that comes with the D2 compiler.
 .
 For more information check http://www.dlang.org/phobos/
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgphobos3
Priority: optional
Section: libs
Installed-Size: 12138
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libgphobos68
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34), libgcc-s1 (>= 4.5), zlib1g (>= 1:1.2.0)
Breaks: dub (<< 1.16.0-1~)
Filename: pool/target/g/gcc-12/libgphobos3_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 1591656
MD5sum: 3979987cec655462724cd0c946907d38
SHA1: 11d3c2573fffdee2b715c6418a89aeb1f6e1b30c
SHA256: e08cd2352936e7e8b2c02383d70ae8869ac4387555acedb7a08775e9132f11fa
SHA512: e863afe4415b48b4f2c776acdfa2f91c01dfe3621162822f8502216b63456577a291cc86246606f4665afda05d2a8f4906cd0e54a68da634749bd648868da7f5
Description: Phobos D standard library (runtime library)
 This is the Phobos standard library that comes with the D2 compiler.
 .
 For more information check http://www.dlang.org/phobos/
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libgphobos3-dbgsym
Priority: optional
Section: debug
Installed-Size: 8954
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libgphobos3-dbg (<< 9.2.1-21)
Depends: libgphobos3 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libgphobos3-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libgphobos3-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 5642824
MD5sum: 398353c64428a91d5783b8d973a88035
SHA1: 29e046e631e64085f623a04d81edd8427964ef01
SHA256: bc88998bc8fa566651377ca27a08b970ab3c66fd1261f8f75ec4499b9fe1d470
SHA512: 739c6e36dfd5a82acaa80c619a41b68467f7bdf0c0d032ae140e0a0a16781ad1a2ad4a72b91f7b7554e1c35a8a7d5d921872b0afa543959009d7539ec33c0efe
Description: debug symbols for libgphobos3
Auto-Built-Package: debug-symbols
Build-Ids: 018952b1e38a49038d30015317847e72c41c9f54 b36140186e62561321b692416ac1e60a37b7e338
Multi-Arch: same

Package: libgpm-dev
Priority: optional
Section: libdevel
Installed-Size: 66
Maintainer: Axel Beckert <abe@debian.org>
Architecture: arm64
Source: gpm
Version: 1.20.7-10+apertis0bv2024dev3b1
Provides: libgpmg1-dev
Depends: libc6-dev | libc-dev, libgpm2 (= 1.20.7-10+apertis0bv2024dev3b1)
Conflicts: libgpmg1-dev
Filename: pool/target/g/gpm/libgpm-dev_1.20.7-10+apertis0bv2024dev3b1_arm64.deb
Size: 18976
MD5sum: 339f6924a4424c6d60d407a9481f0765
SHA1: 7b85ba90b20e0e6e5d7982095660126b12800966
SHA256: adff434e6340a0414beb5fb901a499b52bf945007e61178ef0c69b88b0932bc3
SHA512: c0972c4150c6aebf9ccede4a94cba3192cae6412efc8f7bae59f693778158f91e9b068cc23958414bd44a25090005fae5c625b3e31d98a7a0d14b1285c42e8c3
Description: General Purpose Mouse - development files
 This package provides a library that handles mouse requests
 and delivers them to applications. See the description for the 'gpm'
 package for more information.
 .
 This package contains the development files.
Homepage: https://nico.schottelius.org/software/gpm/
Multi-Arch: same

Package: libgpm2
Priority: optional
Section: libs
Installed-Size: 87
Maintainer: Axel Beckert <abe@debian.org>
Architecture: arm64
Source: gpm
Version: 1.20.7-10+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Suggests: gpm
Filename: pool/target/g/gpm/libgpm2_1.20.7-10+apertis0bv2024dev3b1_arm64.deb
Size: 15832
MD5sum: 30ff1df6528abfc76d755160d3f238e6
SHA1: ecfe2fac134982b11a2a1c87bc526e5c84d6b2a7
SHA256: 7c3eaa7d0967bb3f8def8023c93092c7898a0eacc3b346e87ce7e23abacfa24b
SHA512: c589617ff4d17689acd23c2fbb7138e73085270d5f0e3c7111f188a5e8cae0e019b52ba5b59be0cba09b2fe2a93cc5a0df58ae38edda3627c0c62e74f24a308c
Description: General Purpose Mouse - shared library
 This package provides a library that handles mouse requests
 and delivers them to applications. See the description for the 'gpm'
 package for more information.
Homepage: https://nico.schottelius.org/software/gpm/
Multi-Arch: same

Package: libgpm2-dbgsym
Priority: optional
Section: debug
Installed-Size: 40
Maintainer: Axel Beckert <abe@debian.org>
Architecture: arm64
Source: gpm
Version: 1.20.7-10+apertis0bv2024dev3b1
Depends: libgpm2 (= 1.20.7-10+apertis0bv2024dev3b1)
Filename: pool/target/g/gpm/libgpm2-dbgsym_1.20.7-10+apertis0bv2024dev3b1_arm64.deb
Size: 23296
MD5sum: e89a639ec7619f0303672d7d950e7b34
SHA1: 6d0337b4bba626476858b77a97b194eeea6b92e5
SHA256: bb93fd5de84fd3b8a5a25795475f186704bdb24fe47621151e1c1945df130a76
SHA512: 9ca0f3426eeddb652b147c73b6216d0956c34b91fa7aee08265872ad02a07935cc8c9c522f665054e8b058aba5d78251090addd28a96fa67315da3f20f1f4ff4
Description: debug symbols for libgpm2
Auto-Built-Package: debug-symbols
Build-Ids: 0cf1c889fd9cc40caaffe728077ca5d530b85204
Multi-Arch: same

Package: libgraphene-1.0-0
Priority: optional
Section: libs
Installed-Size: 163
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: graphene
Version: 1.10.8-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.14.0)
Filename: pool/target/g/graphene/libgraphene-1.0-0_1.10.8-1+apertis0bv2024dev2b1_arm64.deb
Size: 40352
MD5sum: a3586ede94473086db479528c49f7da4
SHA1: 925af91697f03fccfe678e4bbfc99bf5ccdf25bf
SHA256: 607aa67af61fdc1b33d9bb0bea3973412a07dd81219d4fd4a7849000dd0c60e0
SHA512: 8c620342013aaac3ec375bae078bdf63c9dc624d63e821ff1e97f23d695f9a916effa86d58c3de19b62a476542cdf97216c98d6a34624072ab40156d8fd22fda
Description: library of graphic data types
 Graphene provides a small set of mathematical types needed to implement
 graphic libraries that deal with 2D and 3D transformations and projections.
 .
 This library provides types and their relative API; it does not deal with
 windowing system surfaces, drawing, scene graphs, or input.
Homepage: https://ebassi.github.io/graphene/
Multi-Arch: same

Package: libgraphene-1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 210
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: graphene
Version: 1.10.8-1+apertis0bv2024dev2b1
Depends: libgraphene-1.0-0 (= 1.10.8-1+apertis0bv2024dev2b1)
Filename: pool/target/g/graphene/libgraphene-1.0-0-dbgsym_1.10.8-1+apertis0bv2024dev2b1_arm64.deb
Size: 179676
MD5sum: d792d291b0a856a3339220aef4b94b62
SHA1: e0c242104140745d2483426d3d81c4e3de08ef61
SHA256: 8da3b3c51b433b87f26deff5350d6ee4ad00163bdabc0c5dfeb4a671da9bfef9
SHA512: 726127f3eae05d73879f3a2c037934656e7ca3693e2f27f2de435cc97f694e0b79283883fac7bcb9335f629241d3ce252f9ba64597e4953f5abefc2a90ac9775
Description: debug symbols for libgraphene-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 20a42a0c6243d108aedac677ff8f1b0c9fc56ff9
Multi-Arch: same

Package: libgraphene-1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 883
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: graphene
Version: 1.10.8-1+apertis0bv2024dev2b1
Depends: libgraphene-1.0-0 (= 1.10.8-1+apertis0bv2024dev2b1), gir1.2-graphene-1.0 (= 1.10.8-1+apertis0bv2024dev2b1), libglib2.0-dev, libgirepository1.0-dev
Suggests: libgraphene-doc
Filename: pool/target/g/graphene/libgraphene-1.0-dev_1.10.8-1+apertis0bv2024dev2b1_arm64.deb
Size: 61108
MD5sum: f8694a8b97088a0e331ce91ff3b3e4c8
SHA1: 0b448c3018d96e6024cd956ba3d301d9200815fc
SHA256: 0563a3f200e48d71c890a307d421605c6c67adde41772408b1fa9b834a755905
SHA512: a8d1b9f833a151a75a36dda0b0db9079022cc97d21aacc5f895871da80bdee10c1b5dd8055066228e0b1b694f99d57319df641a4f314d246eba02ba8a2ec2cfb
Description: library of graphic data types (development files)
 Graphene provides a small set of mathematical types needed to implement
 graphic libraries that deal with 2D and 3D transformations and projections.
 .
 This library provides types and their relative API; it does not deal with
 windowing system surfaces, drawing, scene graphs, or input.
 .
 This package contains the header files required for developing software that
 uses libgraphene.
Homepage: https://ebassi.github.io/graphene/

Package: libgraphene-doc
Priority: optional
Section: doc
Installed-Size: 1575
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: graphene
Version: 1.10.8-1+apertis0bv2024dev2b1
Filename: pool/target/g/graphene/libgraphene-doc_1.10.8-1+apertis0bv2024dev2b1_all.deb
Size: 103956
MD5sum: 821275b373a324dfa5668ff941beb0b0
SHA1: 929e8b035de87810c1fa6938ec50410755f73d54
SHA256: d430166307d11badbb04ed9b7177f6706f8f60159bcd8415e246d2318d774a19
SHA512: b9ae95f71ab6095509bd55aa5700f64c7bc730c3fe8c7cc666ee24160857ec88f62bbb83ca056cb21803a2d27d78f549e9c5bc4e128fbf9d28d29440ff4ae629
Description: library of graphic data types (documentation)
 Graphene provides a small set of mathematical types needed to implement
 graphic libraries that deal with 2D and 3D transformations and projections.
 .
 This library provides types and their relative API; it does not deal with
 windowing system surfaces, drawing, scene graphs, or input.
 .
 This package contains the API documentation.
Homepage: https://ebassi.github.io/graphene/
Multi-Arch: foreign

Package: libgraphite2-3
Priority: optional
Section: libs
Installed-Size: 164
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: graphite2
Version: 1.3.14-1+apertis1bv2024dev3b1
Replaces: libgraphite2-2.0.0
Provides: libgraphite2-2.0.0
Depends: libc6 (>= 2.17)
Breaks: libgraphite2-2.0.0 (<< 1.2.0)
Filename: pool/target/g/graphite2/libgraphite2-3_1.3.14-1+apertis1bv2024dev3b1_arm64.deb
Size: 69540
MD5sum: 933fbb1b85eba34420dd8574813b46d0
SHA1: 97e92da23cb861e01485b46115d593c991a49ac9
SHA256: 8d440fc1da28aff9defbc37baa1fecded8f29fd458dff885107752f7d23a4533
SHA512: 3a4e48bd88f3fdb8c8aec5b04236adfb8e5b21314ac9f7630e3c32a9c690ae22391cab76af37998847fc1b5424d19725d4ac8b15669fe3ba8a0366895d379c5f
Description: Font rendering engine for Complex Scripts -- library
 Graphite is a system that can be used to create and use "smart fonts" capable
 of displaying writing systems with various complex behaviors, such as:
 contextual shaping, ligatures, reordering, split glyphs, bidirectionality,
 stacking diacritics and complex positioning.
 .
 This library was designed and developed by the NRSI (Non-Roman Script
 Initiative) within SIL International (www.sil.org) to act as a complement to
 other smart font rendering technologies with limited practical local
 extensibility. Its purpose is to help meet the needs of a very large number
 of "minority language" communities for local extensibility of complex script
 behaviors.
 .
 The behavior of the rendering engine for a given writing system is specified
 through extra tables added to a TrueType font.  These tables are generated by
 compiling a GDL (Graphite Description Language) source file into a font using
 grcompiler.
 .
 This package contains the shared library.
Homepage: http://graphite.sil.org/
Multi-Arch: same

Package: libgraphite2-3-dbgsym
Priority: optional
Section: debug
Installed-Size: 496
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: graphite2
Version: 1.3.14-1+apertis1bv2024dev3b1
Depends: libgraphite2-3 (= 1.3.14-1+apertis1bv2024dev3b1)
Filename: pool/target/g/graphite2/libgraphite2-3-dbgsym_1.3.14-1+apertis1bv2024dev3b1_arm64.deb
Size: 475128
MD5sum: a700fb0bcdc63d54ee0621dc08ca3bd8
SHA1: 155e82721d6c1afc017a0fd8832506edf3bca94a
SHA256: e218a64beae5bd38e8d951d1ef7896db73d9bbd072d72753ba7846fd46f2a4cf
SHA512: e84f1cac9c5c5917c031eeba9567a456ed4931d118f5435f02820b930edb5868f4f9ca929a670c3a619a49c36aa7a60b4470d13f600535ae28e1ceb3e6cd63b0
Description: debug symbols for libgraphite2-3
Auto-Built-Package: debug-symbols
Build-Ids: 22e8ac2ae0ffef9e1e7ad01e9cbdc6431e84ae92
Multi-Arch: same

Package: libgraphite2-dev
Priority: optional
Section: libdevel
Installed-Size: 78
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: graphite2
Version: 1.3.14-1+apertis1bv2024dev3b1
Depends: libgraphite2-3 (= 1.3.14-1+apertis1bv2024dev3b1)
Suggests: libgraphite2-utils
Filename: pool/target/g/graphite2/libgraphite2-dev_1.3.14-1+apertis1bv2024dev3b1_arm64.deb
Size: 20512
MD5sum: e7df8135df2870295eb01e43879a1944
SHA1: 4ddc954f213a9c85bc42e16d6d5905feaa4a1f40
SHA256: d5661d4f20a9ad0f06a21df7e22868b05ce0629874ef57acc2800fc590bca3ca
SHA512: b91418cf4b578a1a9a30beb3ca3a074126ef62570550549e2b4bf9727dc4e281a535ebd6d75b9ec7a29e9f7d70b113dd1c188cfd1f11acbe3fb3ae08e8400d0f
Description: Development files for libgraphite2
 Graphite is a system that can be used to create and use "smart fonts" capable
 of displaying writing systems with various complex behaviors, such as:
 contextual shaping, ligatures, reordering, split glyphs, bidirectionality,
 stacking diacritics and complex positioning.
 .
 This library was designed and developed by the NRSI (Non-Roman Script
 Initiative) within SIL International (www.sil.org) to act as a complement to
 other smart font rendering technologies with limited practical local
 extensibility. Its purpose is to help meet the needs of a very large number
 of "minority language" communities for local extensibility of complex script
 behaviors.
 .
 The behavior of the rendering engine for a given writing system is specified
 through extra tables added to a TrueType font.  These tables are generated by
 compiling a GDL (Graphite Description Language) source file into a font using
 grcompiler.
 .
 This package contains the development libraries for libgraphite2
Homepage: http://graphite.sil.org/
Multi-Arch: same

Package: libgraphite2-doc
Priority: optional
Section: doc
Installed-Size: 1621
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: all
Source: graphite2
Version: 1.3.14-1+apertis1bv2024dev3b1
Filename: pool/target/g/graphite2/libgraphite2-doc_1.3.14-1+apertis1bv2024dev3b1_all.deb
Size: 586968
MD5sum: 5546e11eb29395402ae622f944d7b599
SHA1: 55c7939dee57c58c66415d036ec67cfcbac87ede
SHA256: 51b0fae408f2a9fddc2595d253fd7745df75d9715004e3a150ffbd33fa97fddb
SHA512: 4ffb7a1c088cffca9b245f689d9e5ebb240af98f9bdd9b4d489d445ddcd0a52a7dac8d4890132dff03af101f841e558bbff2a97b7b331f65d3dab9292443c438
Description: Documentation for libgraphite2
 Graphite is a system that can be used to create and use "smart fonts" capable
 of displaying writing systems with various complex behaviors, such as:
 contextual shaping, ligatures, reordering, split glyphs, bidirectionality,
 stacking diacritics and complex positioning.
 .
 This library was designed and developed by the NRSI (Non-Roman Script
 Initiative) within SIL International (www.sil.org) to act as a complement to
 other smart font rendering technologies with limited practical local
 extensibility. Its purpose is to help meet the needs of a very large number
 of "minority language" communities for local extensibility of complex script
 behaviors.
 .
 The behavior of the rendering engine for a given writing system is specified
 through extra tables added to a TrueType font.  These tables are generated by
 compiling a GDL (Graphite Description Language) source file into a font using
 grcompiler.
 .
 PDF and HTML documentation for libgraphite2
Homepage: http://graphite.sil.org/
Multi-Arch: foreign

Package: libgraphite2-utils
Priority: optional
Section: fonts
Installed-Size: 94
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: graphite2
Version: 1.3.14-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgraphite2-3 (>= 1.2.2), libstdc++6 (>= 4.1.1)
Filename: pool/target/g/graphite2/libgraphite2-utils_1.3.14-1+apertis1bv2024dev3b1_arm64.deb
Size: 18516
MD5sum: 4b853896a0ff16f3b47249d191a9a5db
SHA1: 0e453dc38eefc5016212ffe86d17a88db00d2e5d
SHA256: 380b08072767e772dd417dbc7fc2e1d19fa4beed270d9baa9001ae34fa61f754
SHA512: 4ff544e6a6a9095f0b0f067bb2ab28dfa0745a9789b710dbc79fff7c70874dbaff92a0e9ebbbf1b32496a6647cdad9e4d3848bd5603de602af4055556a3fc189
Description: Font rendering engine for Complex Scripts -- utilities
 Graphite is a system that can be used to create and use "smart fonts" capable
 of displaying writing systems with various complex behaviors, such as:
 contextual shaping, ligatures, reordering, split glyphs, bidirectionality,
 stacking diacritics and complex positioning.
 .
 This package contains gr2fonttest.
Homepage: http://graphite.sil.org/

Package: libgraphite2-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 48
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: graphite2
Version: 1.3.14-1+apertis1bv2024dev3b1
Depends: libgraphite2-utils (= 1.3.14-1+apertis1bv2024dev3b1)
Filename: pool/target/g/graphite2/libgraphite2-utils-dbgsym_1.3.14-1+apertis1bv2024dev3b1_arm64.deb
Size: 32176
MD5sum: 8a629156ffe22c481f74ee38ae3e8323
SHA1: 728115a922f73f2ff332fa8eacff4b195fe29682
SHA256: 53d65fcfb54d1aa535a6a3eddbe1bda2e34ad37454098b54c23ab1f7bc9cfc19
SHA512: 5123b8dbdb47805d0cb5a007681ac48bac29b91d96cb12cd736ba3dce1ed27466416a08914edccb806105204f2a4fa7d7242f55fd057a3c8ff84633d57f7c936
Description: debug symbols for libgraphite2-utils
Auto-Built-Package: debug-symbols
Build-Ids: fe69cb3d6736cf006c9bee1012f6722d50436e51

Package: libgrilo-0.3-0
Priority: optional
Section: libs
Installed-Size: 789
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: arm64
Source: grilo
Version: 0.3.15-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.65.1), libsoup2.4-1 (>= 2.41.90), libtotem-plparser18 (>= 3.26.0)
Suggests: grilo-plugins-0.3
Filename: pool/target/g/grilo/libgrilo-0.3-0_0.3.15-1+apertis0bv2024dev2b1_arm64.deb
Size: 141484
MD5sum: 7c32555111e040602d581b0f435f6dbf
SHA1: 832712afc602427ab02edff8d3b303bdbd1196fd
SHA256: ede714f3b9147d3bed17481493bd79dc62b52c8baa14a162ed86c39d09ceee9e
SHA512: efec4c5c63ebf1820b6f622fe09fc6cf1f1f9b9a367b093ebf69f68a5f8159451c718499253ec026f09ca76d2d5414aa54e70f0ac755f76b79e22b132b83e118
Description: Framework for discovering and browsing media - Shared libraries
 Grilo is a framework focused on making media discovery and browsing
 easy for application developers.
 .
 More precisely, Grilo provides:
   * A single, high-level API that abstracts the differences among
     various media content providers, allowing application developers
     to integrate content from various services and sources easily.
   * A collection of plugins for accessing content from various media
     providers. Developers can share efforts and code by writing
     plugins for the framework that are application agnostic.
   * A flexible API that allows plugin developers to write plugins of
     various kinds.
 .
 This package contains the shared libraries.
Homepage: https://wiki.gnome.org/Projects/Grilo
Multi-Arch: same

Package: libgrilo-0.3-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 368
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: arm64
Source: grilo
Version: 0.3.15-1+apertis0bv2024dev2b1
Depends: libgrilo-0.3-0 (= 0.3.15-1+apertis0bv2024dev2b1)
Filename: pool/target/g/grilo/libgrilo-0.3-0-dbgsym_0.3.15-1+apertis0bv2024dev2b1_arm64.deb
Size: 288012
MD5sum: 759399ee5d77b662bd63c6c950e145bf
SHA1: d4883149a652c1f1cb2ed45dac918a8bc1032554
SHA256: f277e6a76de89548a603c89d0dca90a565e6479be2d451def5794ae814b2b976
SHA512: 1352c915dff3262a91b958da2a32ad93971b14f8ddec052c1fb0b307294b09b9c06276f55c0887fdc450127f7ff761fdb89423c9ce4f9c241712544dd4d20dd3
Description: debug symbols for libgrilo-0.3-0
Auto-Built-Package: debug-symbols
Build-Ids: 355d9ab48f6271a31f4659cbc30cb798bc84aa71 651498ad5f68dfc0d17f3e4cdcfcd1fdd4901f60 6859508c79c2f86c5ce3f9cba3dbdd93c6b0a812
Multi-Arch: same

Package: libgrilo-0.3-bin
Priority: optional
Section: libs
Installed-Size: 218
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: arm64
Source: grilo
Version: 0.3.15-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.31.18), libgrilo-0.3-0 (>= 0.3.0), libgtk-3-0 (>= 3.21.4), liboauth0 (>= 0.9.1)
Filename: pool/target/g/grilo/libgrilo-0.3-bin_0.3.15-1+apertis0bv2024dev2b1_arm64.deb
Size: 33596
MD5sum: d3744fd4f7034c70645254f53535b9be
SHA1: 4001fa0f541cede87f886d61081e7b5156e9072c
SHA256: c9f51d6bc4d818660e58480c4aab74908cd9cb6c4a4cde7eb9b532ba4d9e68f9
SHA512: 2db16997fdf11031a427ec6ac2de8d4825cbf63d823bd5b8a9e7be034560fac7056c469feafc818985cce6b051ce55ec22300a3c792abc80b2806f2285dde9f9
Description: Framework for discovering and browsing media - Binaries
 Grilo is a framework focused on making media discovery and browsing
 easy for application developers.
 .
 More precisely, Grilo provides:
   * A single, high-level API that abstracts the differences among
     various media content providers, allowing application developers
     to integrate content from various services and sources easily.
   * A collection of plugins for accessing content from various media
     providers. Developers can share efforts and code by writing
     plugins for the framework that are application agnostic.
   * A flexible API that allows plugin developers to write plugins of
     various kinds.
 .
 This package contains the utilities.
Homepage: https://wiki.gnome.org/Projects/Grilo

Package: libgrilo-0.3-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 130
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: arm64
Source: grilo
Version: 0.3.15-1+apertis0bv2024dev2b1
Depends: libgrilo-0.3-bin (= 0.3.15-1+apertis0bv2024dev2b1)
Filename: pool/target/g/grilo/libgrilo-0.3-bin-dbgsym_0.3.15-1+apertis0bv2024dev2b1_arm64.deb
Size: 83220
MD5sum: a820b2155ee4108a61cb4cffb32d05b5
SHA1: beb5e9c1d12abee0edd6bf9c41ee61a66e5dba91
SHA256: ae8c845728bbc00c4e31bad64a74b8a0583183092da6a0250f5f9055fa391adb
SHA512: 6732814b406038561bb31815b2d61b3569b09ec512df84df041aefad5c33a090a2ce09cb7a195e2fee66bf956fdc460379b0b7eac56489ffd55c39e986784abf
Description: debug symbols for libgrilo-0.3-bin
Auto-Built-Package: debug-symbols
Build-Ids: 2d678ef65e2954bd098c2d6efaca3b3e3c3d75df 3ed6597211deb56994d19df75022be3a5d58d877 d953e8a178f27c2734f107c453ceca3878522ebe

Package: libgrilo-0.3-dev
Priority: optional
Section: libdevel
Installed-Size: 891
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: arm64
Source: grilo
Version: 0.3.15-1+apertis0bv2024dev2b1
Depends: libgrilo-0.3-0 (= 0.3.15-1+apertis0bv2024dev2b1), gir1.2-grilo-0.3 (= 0.3.15-1+apertis0bv2024dev2b1), libxml2-dev, libglib2.0-dev
Recommends: pkg-config
Suggests: libgrilo-0.3-doc
Filename: pool/target/g/grilo/libgrilo-0.3-dev_0.3.15-1+apertis0bv2024dev2b1_arm64.deb
Size: 68764
MD5sum: 86aff314e9dd87eb375cea112efc0cb9
SHA1: d7b2e55d3231db4e89e41fb87ff1a6cdfa0e90dd
SHA256: 417cacd7d85fec24d95a3cca6160d0244db0d2880b9754d791ed307431326d3f
SHA512: 6a29b8cb95678bc41340e44833c8bd0e68d3ebf3eac9e82d21d7eb66450f1a58e43b332f85c065bba8da90be49df0ce33182c41f5a69b5e921ff1538ff1a20a4
Description: Framework for discovering and browsing media - Development files
 Grilo is a framework focused on making media discovery and browsing
 easy for application developers.
 .
 More precisely, Grilo provides:
   * A single, high-level API that abstracts the differences among
     various media content providers, allowing application developers
     to integrate content from various services and sources easily.
   * A collection of plugins for accessing content from various media
     providers. Developers can share efforts and code by writing
     plugins for the framework that are application agnostic.
   * A flexible API that allows plugin developers to write plugins of
     various kinds.
 .
 This package contains the development files.
Homepage: https://wiki.gnome.org/Projects/Grilo
Multi-Arch: same

Package: libgrilo-0.3-doc
Priority: optional
Section: doc
Installed-Size: 1458
Maintainer: Alberto Garcia <berto@igalia.com>
Architecture: all
Source: grilo
Version: 0.3.15-1+apertis0bv2024dev2b1
Suggests: devhelp
Conflicts: libgrilo-0.1-doc, libgrilo-0.2-doc
Filename: pool/target/g/grilo/libgrilo-0.3-doc_0.3.15-1+apertis0bv2024dev2b1_all.deb
Size: 103376
MD5sum: e31b54106c7441bd92ea360427f17eab
SHA1: 53b79379bac195e4e09c775157240e9a2b544a43
SHA256: 5d1d64404e303f71ac8540aaf0afe833bcd728fc97007971c08fa4302682b121
SHA512: 56caa46cab334b71c1951c09dca6255778118b2fb41b0376d59bdf642cf905c8652b19d2a0922f9190bfb2394d6be7eb24b901171f4a1806911e3c735e277a9e
Description: Framework for discovering and browsing media - Documentation
 Grilo is a framework focused on making media discovery and browsing
 easy for application developers.
 .
 More precisely, Grilo provides:
   * A single, high-level API that abstracts the differences among
     various media content providers, allowing application developers
     to integrate content from various services and sources easily.
   * A collection of plugins for accessing content from various media
     providers. Developers can share efforts and code by writing
     plugins for the framework that are application agnostic.
   * A flexible API that allows plugin developers to write plugins of
     various kinds.
 .
 This package contains the documentation.
Homepage: https://wiki.gnome.org/Projects/Grilo
Multi-Arch: foreign

Package: libgrpc++-dev
Priority: optional
Section: libdevel
Installed-Size: 7131
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: libgrpc++1.51 (= 1.51.1-3+apertis1bv2024dev2b1), libgrpc-dev (= 1.51.1-3+apertis1bv2024dev2b1), pkgconf, zlib1g-dev, libssl-dev, libabsl-dev (>= 20220623.1), libc-ares-dev, libre2-dev
Filename: pool/target/g/grpc/libgrpc++-dev_1.51.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 601480
MD5sum: 853f527e17518c143d9772910a3e6670
SHA1: 221b807ae1a80f5cd59ddccb0aac3c82f92b1b8e
SHA256: 0823609fabcb9843696cdf18bcb453a43040d5bf8791001f492601fa7059e4e2
SHA512: c5acdd940d847b655eb92277fc7d3189e03d64b0bc69386494655d81d972d09a09fb145c72e75d98b3e7536fda176f91d82a5c8800af65a9bec7dd7507aebfa0
Description: high performance general RPC framework (development)
 A modern, open source remote procedure call (RPC) framework that can
 run anywhere. It enables client and server applications to communicate
 transparently, and makes it easier to build connected systems.
 .
 This package contains the headers and the static library for libgrpc++1.51 .
Homepage: https://www.grpc.io/
Multi-Arch: same

Package: libgrpc++1.51
Priority: optional
Section: libs
Installed-Size: 2492
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgrpc29 (>= 1.51.1), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 11)
Filename: pool/target/g/grpc/libgrpc++1.51_1.51.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 428776
MD5sum: 5f5d9c16bd7c8b8af3905c2579e0c69e
SHA1: 11c8540296320e7803410ab70c1c7ce35720837c
SHA256: 86bee978f66b8b723ece22e741fc3470b3710fb561275dd829c8e896209bdd27
SHA512: 155159c2e4f4804a3dbdd56d7bc246d05bbb4650997a53c9653b9e880f82db4bb9328ee039c0b6a68bf955f5de9fffcfe56d0c15bb2b4a4f905e727c801d2905
Description: high performance general RPC framework
 A modern, open source remote procedure call (RPC) framework that can
 run anywhere. It enables client and server applications to communicate
 transparently, and makes it easier to build connected systems.
 .
 This package provides the gRPC C++ bindings.
Homepage: https://www.grpc.io/
Multi-Arch: same

Package: libgrpc++1.51-dbgsym
Priority: optional
Section: debug
Installed-Size: 12552
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: libgrpc++1.51 (= 1.51.1-3+apertis1bv2024dev2b1)
Filename: pool/target/g/grpc/libgrpc++1.51-dbgsym_1.51.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 12015008
MD5sum: e27f1f062afd167981a0615f1213c99a
SHA1: dbaf71d0055c974e2a3c7d462ba18b6ef2512bab
SHA256: bec06a2c5e138bdd71f695ee32dd2ecf30b1d31a24d11c7e5c585ee55605faa6
SHA512: eee9673d1150c7fbd87c5a33b2fb687441942ef0ee0068e5355efb51796bf47cbb74f3410ce5e1f76aeb51e566c84f3c872c7fa5f5e8f4b1e59ec5f3b7aaf64a
Description: debug symbols for libgrpc++1.51
Auto-Built-Package: debug-symbols
Build-Ids: 246dd18c633d5e999b2c03c58e28811b1f8df78c 49b17e352c7800ec2be732ea8a9ba82254ea7f19 5a2ad14788371cf98e74791d8863209b141fefaa 8c40790ec343b207cdc6d8a6810248de2e68a761 8e3e0767939e844a99f4098b1905e2c86ebb50b3 e530be679c30532323837a4887f98c375ddc6abd
Multi-Arch: same

Package: libgrpc-dev
Priority: optional
Section: libdevel
Installed-Size: 34089
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: libgrpc29 (= 1.51.1-3+apertis1bv2024dev2b1), pkgconf, zlib1g-dev, libssl-dev, libabsl-dev (>= 20220623.1), libc-ares-dev, libre2-dev
Conflicts: libgpr1-dev, libgpr2-dev, libgpr3-dev, libupb-dev
Filename: pool/target/g/grpc/libgrpc-dev_1.51.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 4377540
MD5sum: 6f0d613d83ac785b31aeeca8c135f69a
SHA1: c079074192fa0efb6440f5e98188eab549035b2c
SHA256: 66704f528dc23e3ad2cdba9564e7f57c0fbd664015e763bcd7faf4abecf3475c
SHA512: 0c3187c3105c0ecb21a8b6cfe5e1a26d967a00694ca5dab39a60f0a5b5f26c72dbc263f79e0b2eb403441000b202ebed3c759ff9ba03665d71675def8b483175
Description: high performance general RPC framework (development)
 A modern, open source remote procedure call (RPC) framework that can
 run anywhere. It enables client and server applications to communicate
 transparently, and makes it easier to build connected systems.
 .
 This package contains the headers and the static library for libgrpc29 .
Homepage: https://www.grpc.io/
Multi-Arch: same

Package: libgrpc29
Priority: optional
Section: libs
Installed-Size: 11452
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Replaces: libgrpc10, libgrpc28, libgrpc9
Depends: libabsl20220623 (>= 0~20220623.0-1), libc-ares2 (>= 1.11.0~rc1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotobuf32 (>= 3.21.12), libprotoc32 (>= 3.21.12), libre2-9 (>= 20150701+dfsg), libssl3 (>= 3.0.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4)
Breaks: libgrpc10, libgrpc28, libgrpc9
Filename: pool/target/g/grpc/libgrpc29_1.51.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 2427204
MD5sum: bf744c38ddeffbdbf73b8fdb47e2764a
SHA1: b9edd18a32287360b1172702c80625f07e3bfb2e
SHA256: 43c943684831d1f5d31d58cf4687ca907b956e12081c718a12575dc368935f01
SHA512: b2c7287e00c21f0ea2357c2b0f1a18a507392eb0d54d083d59e4d7b7398315f524857820845c2db42bff59bef5c91227a44b260273b31de9ec9c066e9c003a6b
Description: high performance general RPC framework
 A modern, open source remote procedure call (RPC) framework that can
 run anywhere. It enables client and server applications to communicate
 transparently, and makes it easier to build connected systems.
 .
 This package provides the gRPC C bindings.
Homepage: https://www.grpc.io/
Multi-Arch: same

Package: libgrpc29-dbgsym
Priority: optional
Section: debug
Installed-Size: 82094
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: libgrpc29 (= 1.51.1-3+apertis1bv2024dev2b1)
Filename: pool/target/g/grpc/libgrpc29-dbgsym_1.51.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 81114808
MD5sum: 34757a4cb3aae618bbbcbd9132492464
SHA1: 4238af474104eef22672511fd416d0119fa219f7
SHA256: 1657e7a2e3d89200fd7f2450aa6eece11bfa9b96ab3877ffc94eb3fc21163bea
SHA512: dcec351c00c423fe83bc2d6de3e741accce616643c429c56f67c7902ebd6c20326fb62a34fb6cee09b583b1f0574e47f8b338b53aa23d0b0335d8ca3d650a871
Description: debug symbols for libgrpc29
Auto-Built-Package: debug-symbols
Build-Ids: 1c9a320db4961ff3960418f02dc3de092d9dfc63 5fd745b5492725c047d1e52e8e321dfe72a87717 669682715af959ee9906246a2ffa177792dac4c1 8082dc001f76dec8925ed4d6da362533571f80b4 9c776318a1d5742172544d6f2bb8dce204426f31 cda86afb656cc356198bc266281c4b15e7c38b4d
Multi-Arch: same

Package: libgsf-1-114
Priority: optional
Section: libs
Installed-Size: 408
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: arm64
Source: libgsf
Version: 1.14.50-1+apertis0bv2024dev2b1
Depends: libgsf-1-common (>= 1.14.50-1+apertis0bv2024dev2b1), libbz2-1.0, libc6 (>= 2.33), libglib2.0-0 (>= 2.61.2), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Filename: pool/target/libg/libgsf/libgsf-1-114_1.14.50-1+apertis0bv2024dev2b1_arm64.deb
Size: 147276
MD5sum: 8cfab2db2a0736d2227a827c3d1d994c
SHA1: af76753b5522a16c0edd59b757402bc1f0a622c5
SHA256: 4cba471be2f2c5e2fbdf1f2d72f6fb32eeec33f5b3acff9714ae66600ae579b7
SHA512: 6cb5cf047d188750ca1c612a550fc63f80cca87c12b2581c34c82ecec4a1c4f51fcc7659d11d08f91065d48d1d829bf3f8c046f67092c1d0343774eb2342ba11
Description: Structured File Library - runtime version
 The GNOME Structured File Library aims to provide an efficient
 extensible I/O abstraction for dealing with different structured file
 formats.
Homepage: http://projects.gnome.org/libgsf/
Multi-Arch: same

Package: libgsf-1-114-dbgsym
Priority: optional
Section: debug
Installed-Size: 352
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: arm64
Source: libgsf
Version: 1.14.50-1+apertis0bv2024dev2b1
Replaces: libgsf-1-114-dbg (<< 1.14.38~)
Depends: libgsf-1-114 (= 1.14.50-1+apertis0bv2024dev2b1)
Breaks: libgsf-1-114-dbg (<< 1.14.38~)
Filename: pool/target/libg/libgsf/libgsf-1-114-dbgsym_1.14.50-1+apertis0bv2024dev2b1_arm64.deb
Size: 296860
MD5sum: 6a2f4568ad9bb1c5152e4aa68e4bd6df
SHA1: 90a758decd0a97f1890ba859d8535774c8958044
SHA256: 651139ff6188881a634b8e896208a7113877310f300e26c2919c15474956da82
SHA512: f730e221c52587f4f05f668292ff94952161fad04192a074b62de578634cf1f9ae65dab6a66d97abfcc079b4816ccdf96d86b8e7aacfc35507f75405e570119b
Description: debug symbols for libgsf-1-114
Auto-Built-Package: debug-symbols
Build-Ids: 4e541759f5c33222faac4e453d3917b0c9e30a09
Multi-Arch: same

Package: libgsf-1-common
Priority: optional
Section: libs
Installed-Size: 733
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: all
Source: libgsf
Version: 1.14.50-1+apertis0bv2024dev2b1
Replaces: libgsf-1 (<= 1.12.3-4)
Filename: pool/target/libg/libgsf/libgsf-1-common_1.14.50-1+apertis0bv2024dev2b1_all.deb
Size: 154196
MD5sum: 1edbc03b4d1bf8a0ee386dea1eff35e2
SHA1: d5acbde2ec9d845af33296de1e756d35b991b98b
SHA256: 29125e3dd87b19620f5ba94168387bff752fa3c9294f4e57f58dd5ffa1584e08
SHA512: 87d06a81b645dfbdff500481b7328e3d355d81c1599db23b50180cdf1b8fa6c2c55e3d0f574fffd156440fc030e730af353c9ccd591ec79f208059bacc14c6b2
Description: Structured File Library - common files
 The GNOME Structured File Library aims to provide an efficient
 extensible I/O abstraction for dealing with different structured file
 formats.
 .
 These are the architecture independent files that are part of libgsf,
 like translations of messages.
Homepage: http://projects.gnome.org/libgsf/
Multi-Arch: foreign

Package: libgsf-1-dev
Priority: optional
Section: libdevel
Installed-Size: 2097
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: arm64
Source: libgsf
Version: 1.14.50-1+apertis0bv2024dev2b1
Replaces: gir1.2-libgsf-1, libgsf-gnome-1-dev (<= 1.14.8-1)
Depends: libgsf-1-114 (= 1.14.50-1+apertis0bv2024dev2b1), gir1.2-gsf-1 (= 1.14.50-1+apertis0bv2024dev2b1), libbz2-dev, libglib2.0-dev, libxml2-dev
Recommends: pkg-config
Conflicts: gir1.2-libgsf-1
Filename: pool/target/libg/libgsf/libgsf-1-dev_1.14.50-1+apertis0bv2024dev2b1_arm64.deb
Size: 269180
MD5sum: c2ff8d40e57147a79ad11b849429f820
SHA1: fe0f827ac917c8a96e77c1b7135261a1e2d283f4
SHA256: 2a74227b0fa2cca8017e400326310597eed2b68ab37866a3e66adc718d150a14
SHA512: 8f24807757bf901dd4f11a5a25d1b4720a33f820fb671e7bc49c5f22929a5c7ed701a1fbaca40a865785536571bc01b159dea7decf69addfbde3f46b86860818
Description: Structured File Library - development files
 This package contains the development files used in building applications
 that use the GNOME Structured File Library.
 .
 The GNOME Structured File Library aims to provide an efficient
 extensible I/O abstraction for dealing with different structured file
 formats. It is actively being developed and its API is still likely to
 undergo significant changes (in particular, extensions).
Homepage: http://projects.gnome.org/libgsf/
Multi-Arch: same

Package: libgsf-bin
Priority: optional
Section: gnome
Installed-Size: 275
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: arm64
Source: libgsf
Version: 1.14.50-1+apertis0bv2024dev2b1
Replaces: libgsf-1 (<= 1.12.3-3), libgsf-gnome-1 (<= 1.12.3-4)
Depends: libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.26.0), libgsf-1-114 (>= 1.14.27)
Suggests: imagemagick
Filename: pool/target/libg/libgsf/libgsf-bin_1.14.50-1+apertis0bv2024dev2b1_arm64.deb
Size: 69988
MD5sum: 92d809f191b06e9070fbeaedf6de69f5
SHA1: 033236a0b8562865d96cb5e06abd9ce2ca9da9ac
SHA256: 58ce171401c04035176a677d10bdbc5591a79a7796d9e42e0ce15860dc3fe906
SHA512: 7306e8322c954ea7d9022dc148630da8df0c9c42b4bf00a5d88b3c3f8ec8681ae8be06c6775797507163ed13019bf98780d6615aefd2ae66f72192204d38cab8
Description: Structured File Library - programs
 The GNOME Structured File Library aims to provide an efficient
 extensible I/O abstraction for dealing with different structured file
 formats.
 .
 These are the programs that are shipped as part of libgsf. They include
 a thumbnail generator, a tar-like archiver application and a VBA macro
 extractor.
Homepage: http://projects.gnome.org/libgsf/

Package: libgsf-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 66
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: arm64
Source: libgsf
Version: 1.14.50-1+apertis0bv2024dev2b1
Replaces: libgsf-1-114-dbg (<< 1.14.38~)
Depends: libgsf-bin (= 1.14.50-1+apertis0bv2024dev2b1)
Breaks: libgsf-1-114-dbg (<< 1.14.38~)
Filename: pool/target/libg/libgsf/libgsf-bin-dbgsym_1.14.50-1+apertis0bv2024dev2b1_arm64.deb
Size: 28696
MD5sum: 92c33bd7cc5abde3989922f6f0c5c7a9
SHA1: 8f2847c60a066fddf37db1e6ed67ec5c34aaf284
SHA256: f027658bcec4b8c86daf28177f102b299c933cfdb97b01087247484757889c5d
SHA512: e6eb897b5b500cbde1c474e9e7e17bdfd9b8be547adc92becf9616f496e0c21ed8d478d5767f6295a849c7fe6bc83f00ac435a3a57a98583333d0c0310c2908d
Description: debug symbols for libgsf-bin
Auto-Built-Package: debug-symbols
Build-Ids: 4c4870d796f02e70300598f13945ef85d58d491f aa4b53036f2828b47056b9d24c60d93970dcc139 cd2ddc0fedbe72046098deb2c72a733a5610a050

Package: libgssapi-krb5-2
Priority: optional
Section: libs
Installed-Size: 517
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libk5crypto3 (>= 1.20), libkrb5-3 (= 1.20.1-2+apertis0bv2024dev3b2), libkrb5support0 (>= 1.15~beta1)
Suggests: krb5-doc, krb5-user
Breaks: moonshot-gss-eap (<= 1.0)
Filename: pool/target/k/krb5/libgssapi-krb5-2_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 207548
MD5sum: ee363788bd3d7cc5985e2a24bd07c531
SHA1: ec0d30730b9e3d675bdf6a9b8bdd47cd7846c394
SHA256: aabbb6c9ec3adbeb8c456db1826920fb09db6599ce28c52696c472a20e8c80ef
SHA512: 0da9fc924eeb8e6de781dc177d7b0154091fa5729c232a4a25aa46b7ecf476c4daa749d263a15da032d8f05a64f01c8ea35a5dc297fe866d9732c4a57b8985fa
Description: MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime library for the MIT Kerberos
 implementation of GSS-API used by applications and Kerberos clients.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: libgssapi3-heimdal
Priority: optional
Section: libs
Installed-Size: 321
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libhcrypto5-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.6~git20131117), libroken19-heimdal (>= 1.7~git20150920)
Conflicts: libgssapi3
Filename: pool/target/h/heimdal/libgssapi3-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 101320
MD5sum: 60883c9db485fde1bfec9ba67d1776ca
SHA1: 51d793ccb4405777f7186b5a52577d968dc2d1b7
SHA256: aa26cd867eb93a9ae3e23391810e47dcbabc9e9e7fa7bd5ce591ca1b0dcf6600
SHA512: acc63a17552e0de172f50feac02e1de16d8a3f438f9ad370cb5eb9402486a2aa3bbcd8ca502dfdadbd05e16b590a93c90656109805b4b86667d257adfc487acf
Description: Heimdal Kerberos - GSSAPI support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for GSSAPI support.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libgssapi3-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 633
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libgssapi3-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libgssapi3-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 567164
MD5sum: 0829571c881361d0d48911862835b315
SHA1: 8f880c068591753fa735ac628373066b973c48a6
SHA256: 782b32a3bd9ab5943e1b59b4967d893a36e0c2afd78605e12079a91ba76fe87c
SHA512: 7047ebb77f37d5b0bc1b8c10a1027e8a853521c1a91766e52c241ed4c1029eb46067ebac7ceed0bbc30a279b7f6fce3116a1aa053960f94dfaee4500d9aa586d
Description: debug symbols for libgssapi3-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: d7f96d8d1e26494222b1088f8c63f68ea0044664
Multi-Arch: same

Package: libgssdp-1.6-0
Priority: optional
Section: libs
Installed-Size: 157
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.67.3), libsoup-3.0-0 (>= 3.0.3)
Filename: pool/target/g/gssdp/libgssdp-1.6-0_1.6.2-2+apertis0bv2024dev2b1_arm64.deb
Size: 37084
MD5sum: e10d75cf539493dfa996ffca60d17033
SHA1: b7b619c5f3d303bc4a6d4617042d4994db613095
SHA256: 6a45163a209d9c9ccdb7b10be89a92fcfb89891f7595041cd5bc9a9010e1891a
SHA512: 69d53d53c471c8dea53becfb0f1af08eaad1baef4cba6fe62af844e0257c2e6999f4a50aed59e24c09790b198fd3aa0e00f2791aaec93fd1f4c462dd7547aafd
Description: GObject-based library for SSDP
 A GObject-based API for doing SSDP (Simple Service Discovery Protocol)
 transparently.
Homepage: https://wiki.gnome.org/Projects/GUPnP
Multi-Arch: same

Package: libgssdp-1.6-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 131
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Depends: libgssdp-1.6-0 (= 1.6.2-2+apertis0bv2024dev2b1)
Filename: pool/target/g/gssdp/libgssdp-1.6-0-dbgsym_1.6.2-2+apertis0bv2024dev2b1_arm64.deb
Size: 104592
MD5sum: 23e5102a2456bb82f45772f20cc880fe
SHA1: 66c91c3f3a132c7e70b18d1a98415f21bae83cb6
SHA256: e4bae88d316af50c233d1822edc60c6db87dcb605c8c2b144a9d7c18984c2153
SHA512: b69bc613a85fd07013f1e10f3ccd3b9c6c84e8a583f036058c89e253949413068c0f1bb738815a9dbf0c3a5af20593fdf9d948b4f8560595f6540b7e345710c6
Description: debug symbols for libgssdp-1.6-0
Auto-Built-Package: debug-symbols
Build-Ids: 614e8021ce4024b02d2f3b576bd7525db69fa824
Multi-Arch: same

Package: libgssdp-1.6-dev
Priority: optional
Section: libdevel
Installed-Size: 134
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Replaces: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<= 0.10.4)
Depends: libgssdp-1.6-0 (= 1.6.2-2+apertis0bv2024dev2b1), gir1.2-gssdp-1.6 (= 1.6.2-2+apertis0bv2024dev2b1), libsoup-3.0-dev
Suggests: libgssdp-doc
Breaks: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<= 0.10.4)
Filename: pool/target/g/gssdp/libgssdp-1.6-dev_1.6.2-2+apertis0bv2024dev2b1_arm64.deb
Size: 15836
MD5sum: 82e0806bcdb1576424b03ae47a7b52d7
SHA1: dbd904b886941a2fc180da091c1b8a85ca4a7fc4
SHA256: 619f89841dfe30da9cae09557450d283b678a8bd4f39b3ce3352fcdb1a57a34d
SHA512: aff706ddfc8597762aab92b6ca38c777430d3d8628f3eb0ee0786c5522921da55e0c77c3d1ac678ef79f044f72865cfc7021ef983436c2d8940d8df86ebe75bf
Description: GObject-based library for SSDP (development files)
 A GObject-based API for doing SSDP (Simple Service Discovery Protocol)
 transparently.
 .
 This package contains the development files.
Homepage: https://wiki.gnome.org/Projects/GUPnP
Multi-Arch: same

Package: libgssdp-doc
Priority: optional
Section: doc
Installed-Size: 691
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gssdp
Version: 1.6.2-2+apertis0bv2024dev2b1
Suggests: devhelp
Filename: pool/target/g/gssdp/libgssdp-doc_1.6.2-2+apertis0bv2024dev2b1_all.deb
Size: 43924
MD5sum: 9bec621693961643c2efad08a27bdea1
SHA1: bd0992c80bee469dded4f8d5f1d58aac8f858608
SHA256: b6097d98e0e8febeb54a1dde4296ff32070534f65a332d2655f130d2a3b89195
SHA512: aeb99dc2565712a4616a8a5465fad92bcb3cc3b8f30d0c763e531ff005270c45239c502de7e61f7d1aa8cc3b0efb7d7a1038003a9ae3b8c6371346c8c50c01dd
Description: GObject-based library for SSDP (documentation)
 A GObject-based API for doing SSDP (Simple Service Discovery Protocol)
 transparently.
 .
 This package contains the documentation.
Homepage: https://wiki.gnome.org/Projects/GUPnP

Package: libgssrpc4
Priority: optional
Section: libs
Installed-Size: 301
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17)
Suggests: krb5-doc, krb5-user
Filename: pool/target/k/krb5/libgssrpc4_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 138664
MD5sum: 744e9eb6631e75408b9103a871dc9a48
SHA1: ab96416b28070eb176b2cbb091093bcb4c2f0581
SHA256: 10000d7d202101178762df7642aecb2cbf00a35090077ddb7bd39e10ad619bd0
SHA512: f8554df2ef777da40d8e0897f4df00f0522b014bf22a2b4b7ada049a35f5ce6f6108fe2c61707a1166de4c6507f6bb017c62b5806b89c18ee78515ba92810335
Description: MIT Kerberos runtime libraries - GSS enabled ONCRPC
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains an RPC library used by the Kerberos administrative
 programs and potentially other applications.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: libgstreamer-gl1.0-0
Priority: optional
Section: libs
Installed-Size: 721
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Replaces: libgstreamer-plugins-bad1.0-0 (<< 1.13.1)
Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.17), libegl1, libgbm1 (>= 8.1~0), libgl1, libglib2.0-0 (>= 2.67.3), libgstreamer-plugins-base1.0-0 (>= 1.18.0), libgstreamer1.0-0 (>= 1.22.0), libgudev-1.0-0 (>= 165), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.11), libwayland-egl1 (>= 1.15.0), libx11-6, libx11-xcb1 (>= 2:1.8.4), libxcb1
Recommends: gstreamer1.0-gl
Breaks: libgstreamer-plugins-bad1.0-0 (<< 1.13.1)
Filename: pool/target/g/gst-plugins-base1.0/libgstreamer-gl1.0-0_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 235956
MD5sum: d26a973ff8d7e621bfe82fdfa04fdaa9
SHA1: 1147e1d9e56c4dd27e56f6a11b0d9c6e433f83c5
SHA256: 4ae2b5a12bbcac99f304500a9e7ff8e6d94e1d9ad7851432652e22e2c77c0395
SHA512: 23f56c6edfae6322fa6f6437eac4975ab969af8bfdd26887415bf99b2a7c234c3d28ff297a4a29a9065839baee275d9bb955b0291198c7960d956451e0ece44a
Description: GStreamer GL libraries
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains the GL library.
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: libgstreamer-gl1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 612
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Depends: libgstreamer-gl1.0-0 (= 1.22.0-3+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-base1.0/libgstreamer-gl1.0-0-dbgsym_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 524092
MD5sum: 69868e5c870c42d4bde334ca22c2f305
SHA1: 712f72d01f214cd1704094ff1011613776a9f3ab
SHA256: 0bf370dae1146904c1b9f7f885245a208c7bb8df197fcc8d477dc0338b4d8bb3
SHA512: 098e0b2ffb60a8a1677f098af7eb809a6bf2cdc3f165f285bcd05e6c59ac7dc69c8590e6a0e8a4cb060f3460f2a8963970dff2e64902abe654bfa32cc0f213b3
Description: debug symbols for libgstreamer-gl1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 40d06072b8b1e277898508d3fcd1396046085dcf
Multi-Arch: same

Package: libgstreamer-plugins-bad1.0-0
Priority: optional
Section: libs
Installed-Size: 2574
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-bad1.0
Version: 1.22.0-4+deb12u1+apertis1bv2024dev3b2
Depends: libc6 (>= 2.29), libdrm2 (>= 2.3.1), libglib2.0-0 (>= 2.68), libgstreamer-gl1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.22.0), libgstreamer1.0-0 (>= 1.22.0), libva-drm2 (>= 1.8), libva2 (>= 2.10.0), libwayland-client0 (>= 1.20.0)
Conflicts: pitivi (<< 0.9999)
Filename: pool/target/g/gst-plugins-bad1.0/libgstreamer-plugins-bad1.0-0_1.22.0-4+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 625500
MD5sum: bd0a86b8bc2c29bd5d1bd8c57aebb97e
SHA1: d3c522ac4705fcd01253beeee046369698bee754
SHA256: d9b35911e5a23fc6d7176d43c925d59325b3371b27ba69e1c2925067926648fd
SHA512: dd1c8a8263861516695c189799df7cade3ada211cb1f97abbd61cbfcce2e14486c486e440fb9aa98a2c1e7cddc243044f2d1a7cf1fa6a4050d3da501ab0d6e97
Description: GStreamer libraries from the "bad" set
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
 to the rest. They might be close to being good quality, but they're missing
 something - be it a good code review, some documentation, a set of tests, a
 real live maintainer, or some actual wide use.
 .
 This package contains shared GStreamer libraries from the "bad" set. The API
 is not guaranteed to be stable.
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: libgstreamer-plugins-bad1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 2030
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-bad1.0
Version: 1.22.0-4+deb12u1+apertis1bv2024dev3b2
Depends: libgstreamer-plugins-bad1.0-0 (= 1.22.0-4+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-bad1.0/libgstreamer-plugins-bad1.0-0-dbgsym_1.22.0-4+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 1714100
MD5sum: c0a89d57fb300f19a9310efc9afeb861
SHA1: 75e12d022a46b248d1ff0fd1f99ca8208ca59d21
SHA256: debce7235b663328e1ec94406390f4b23d7ef451a0b20d3d39e9a3c6011e6471
SHA512: 054ea2d7cab9f8db98db991a72ebd29ce99a4984676fded74fd00b328664090bde53ea52f29bb7b825c2d83b29b960433b8bb3e5df9861219df04092274685f3
Description: debug symbols for libgstreamer-plugins-bad1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 12bc30fb7c973f209ea8d34bb8781fb89d434e40 17952ee4fddf6a1fe62e91a5ad9d28ac74e6b5e4 27409d1d8ec7dcbfa1018741ab050da501c75f9b 2ac76b93cbb060bd457cb27ec841e7c211f3df4b 32d163435c287b9a5f0e310455a3028bcc42905f 4decc656f04a950c3ce3bb930be7376020742b04 714802402f48818388580877b328cc3c216208b0 7a6945e2ffb566951db53ec1c76fc692d8b54d7d 93534b0c4bc85dbcbabc9b53ea060f45ae82abfb a204dd4407d925e2ecd938c92a45f85ee35d9343 a5a5939eb696bb46814268293a8e530146e3f135 aae958818c569293a541f167fdae6bc315b01409 c807f60ef61d79497228f70f043e04073c91bcbf cccb867d9818579a7fc9437c8877c5c62fe2484c e5aa3611429ef74b3e52772c11312701e2465915 f0e558a0c03bbdf645cd19f4852f6b9c97c6e131 f88b766584b6df24164771850893f94a2c82437d fcaa11d7f15ebc0692edcc9c795d38321f5879e8
Multi-Arch: same

Package: libgstreamer-plugins-bad1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 2678
Maintainer: Maintainers of GStreamer packages <gst-plugins-bad1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-bad1.0
Version: 1.22.0-4+deb12u1+apertis1bv2024dev3b2
Depends: libgstreamer-plugins-bad1.0-0 (= 1.22.0-4+deb12u1+apertis1bv2024dev3b2), libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev, gir1.2-gst-plugins-bad-1.0 (= 1.22.0-4+deb12u1+apertis1bv2024dev3b2)
Conflicts: pitivi (<< 0.9999)
Filename: pool/target/g/gst-plugins-bad1.0/libgstreamer-plugins-bad1.0-dev_1.22.0-4+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 368160
MD5sum: f4f49223c057f763d256eea23848f6d0
SHA1: 9ef91627a0961d1d7cd8686f1c7798a425235aab
SHA256: 0d84b50b2048678780cb60796690c9d617a42d756a2069cc9f761c6a8a073e86
SHA512: cf0d444d6b3a644045ae8fcf1d273ede487c6772b8114bd43ea52ec4c6ce1b9537bea3e374c2d690d4a66b1bae510b82c77a3c6d858cecd6579162b77073bea5
Description: GStreamer development files for libraries from the "bad" set
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
 to the rest. They might be close to being good quality, but they're missing
 something - be it a good code review, some documentation, a set of tests, a
 real live maintainer, or some actual wide use.
 .
 This package contains development files for GStreamer libraries from the
 "bad" set. The API is not guaranteed to be stable.
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: libgstreamer-plugins-base1.0-0
Priority: optional
Section: libs
Installed-Size: 3709
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.67.3), libgstreamer1.0-0 (>= 1.22.0), liborc-0.4-0 (>= 1:0.4.25), zlib1g (>= 1:1.1.4), iso-codes
Recommends: gstreamer1.0-plugins-base
Suggests: libvisual-0.4-plugins
Conflicts: libgstreamer-plugins-bad1.0-0 (<< 1.15.1)
Breaks: gstreamer1.0-plugins-bad (<< 1.15.1), libgstreamer-plugins-bad1.0-0 (<< 1.15.1), totem-gstreamer (<= 2.17.92-0ubuntu1)
Filename: pool/target/g/gst-plugins-base1.0/libgstreamer-plugins-base1.0-0_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 852848
MD5sum: 6802b98fbb4745984c63251246231ce9
SHA1: 93628c1c807543e63ab2d79c00e5b9efbd87f87b
SHA256: c64c988155f64695336bbe1500ef9c3771b4122330cc54da8e8a150352e1cdaf
SHA512: e09c2e9525177747545bafe5dc0d205c683009dcda834ee17edaa07d87c6f2d4c55e037c7014f3477bdc83dd484af8cba09c91a39ce4a34762967283a84c1f79
Description: GStreamer libraries from the "base" set
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains libraries from the "base" set, an essential
 exemplary set of elements.
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: libgstreamer-plugins-base1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 2575
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Depends: libgstreamer-plugins-base1.0-0 (= 1.22.0-3+deb12u1+apertis1bv2024dev3b2)
Filename: pool/target/g/gst-plugins-base1.0/libgstreamer-plugins-base1.0-0-dbgsym_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 2203804
MD5sum: 536fb1fa53bfc9bb51f7a0bc8d2ef864
SHA1: 2bcc7918a5edebb7d529cefe099f7c305b79489b
SHA256: f45759024bbd57e5525f6b3ac93f45dfe9dcbe5c5976a013d4fd5b83b9994840
SHA512: 01284f573b83c18930006931d32a7444a99b97bbbde930077db5f0a4edf3a29c579a1fba7620116ffe7011cb62f88634f7e90e7ca49420e024a84896f755b500
Description: debug symbols for libgstreamer-plugins-base1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 1c55741e6393316e6e236f1df96220dd4c55e130 2ab33b23fda928170ca3cb51381e77583eef70f7 34da807c76c2d7a32258593c337708fa0b06cd99 60fe0aa1bd990c7e24c0bcdde80c7ad98730e260 719dbe4cac790427dcf87332481518c0fcf70e79 7ab1f0773a35cf95a0036da76c5948676fb68976 bc8019612ab41560467d3e615af96f2ab023f21e c77730b9ab9857474f56addeb20cad140c685f79 da82c4edff4c99bc033e2bf4e6e79257d0d79624 de61b3ae4f6610d43c1f3fde3f21b7f5d864f0d4 f659494e568a81784df684c305a3e2272119fb75
Multi-Arch: same

Package: libgstreamer-plugins-base1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 5987
Maintainer: Maintainers of GStreamer packages <gst-plugins-base1.0@packages.debian.org>
Architecture: arm64
Source: gst-plugins-base1.0
Version: 1.22.0-3+deb12u1+apertis1bv2024dev3b2
Depends: libgstreamer-plugins-base1.0-0 (= 1.22.0-3+deb12u1+apertis1bv2024dev3b2), libgstreamer-gl1.0-0 (= 1.22.0-3+deb12u1+apertis1bv2024dev3b2), libc6-dev | libc-dev, pkg-config, libgstreamer1.0-dev (>= 1.16.2), libglib2.0-dev, liborc-0.4-dev (>= 1:0.4.24), libgl-dev, libegl-dev, libgles-dev, libx11-xcb-dev, libwayland-dev (>= 1.11), libdrm-dev (>= 2.4.55), libgbm-dev, libgudev-1.0-dev (>= 147), gir1.2-gst-plugins-base-1.0 (= 1.22.0-3+deb12u1+apertis1bv2024dev3b2)
Conflicts: libgstreamer-plugins-bad1.0-dev (<< 1.15.1)
Breaks: libgstreamer-plugins-bad1.0-dev (<< 1.15.1)
Filename: pool/target/g/gst-plugins-base1.0/libgstreamer-plugins-base1.0-dev_1.22.0-3+deb12u1+apertis1bv2024dev3b2_arm64.deb
Size: 518440
MD5sum: 80a0835e41ef8a4b3e7751a726fd8d34
SHA1: 4046f479d3df7448ec2d68675de0443fb78c01fa
SHA256: c870876cf76b399bca282949b6208745ad9094be47d43f3cd0f82e085c8dc984
SHA512: 36e8f5349d15dce7ead978dcaf7af5293056cfbddc956d8647b2ce9b27726109128e5c12090eb0a65a38cf924fcb8f052efcac66b1fc86849ba9d5c9488a4266
Description: GStreamer development files for libraries from the "base" set
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains development files for GStreamer libraries from
 the "base" set, an essential exemplary set of elements.
Homepage: https://gstreamer.freedesktop.org

Package: libgstreamer1.0-0
Priority: optional
Section: libs
Installed-Size: 4701
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Architecture: arm64
Source: gstreamer1.0
Version: 1.22.0-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.70.0), libunwind8, libcap2-bin
Suggests: gstreamer1.0-tools
Breaks: gstreamer1.0-plugins-bad (<< 1.11.1), gstreamer1.0-plugins-base (<< 1.8.0), libgstreamer-plugins-bad1.0-0 (<< 1.13.1)
Filename: pool/target/g/gstreamer1.0/libgstreamer1.0-0_1.22.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 1067000
MD5sum: f2c22a1231da1e303e9775e256e293fc
SHA1: 19d58f4e16926f41af8f7e07f507bbaf4db9395c
SHA256: cca850e59089dd3f244ac39096dddc71adc29c9747f86f2cd882fcd5e1028513
SHA512: cfc3242c1e37d3065bfd005e5a52fab8a224236e37fa73152b893e17ad37fc59ba19e411faedf56afdeda55bf58a9ee27d767e2da99c33041dba69167c5c1f83
Description: Core GStreamer libraries and elements
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains the core library and elements.
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: libgstreamer1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 3046
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Architecture: arm64
Source: gstreamer1.0
Version: 1.22.0-2+apertis1bv2024dev2b1
Depends: libgstreamer1.0-0 (= 1.22.0-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gstreamer1.0/libgstreamer1.0-0-dbgsym_1.22.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 2660340
MD5sum: ea4ea403106aebcc20fb80ff6217392a
SHA1: ee204a50d535aaabf427d1fa954324d60f84857c
SHA256: f8b5ceb5a043914109a6f2528b90ce1b37b6f4feb3363dfbe6d1d1928cc58f01
SHA512: e1e12aa616c91a42d3edda3b0880c8de887559770f2f4a40a96093786435b9757ae1c802bbdb56f3c27209c701bc39939cb1a24f7f2808a8cde3b505d6b4a1f8
Description: debug symbols for libgstreamer1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 5644b95e509b16eecb6a96def7207d90cdbc0aab 6654785f490eb637e0490632b4c45e3a93c6ab1c 665566ff6f2d0c7317353eeb95e781593fc09510 6816710c8e361c662384ead7c6d6335cce0efdaa abce5d38d7ff0738358b240afb3623f828f8b85b c842af167d87dff793c850a8d778306915fdc2ef d1817d4990baf51ce10fbbb0b872d0e7cb21d55e e5091fa9105aad944dbed86b669c8484a72cb7a6 e66587c578dd24937fb35cb6c452d70be88c83ef
Multi-Arch: same

Package: libgstreamer1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 6164
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Architecture: arm64
Source: gstreamer1.0
Version: 1.22.0-2+apertis1bv2024dev2b1
Replaces: libgstreamer-plugins-bad1.0-dev (<< 1.13.1)
Depends: libgstreamer1.0-0 (= 1.22.0-2+apertis1bv2024dev2b1), libc6-dev | libc-dev, pkg-config, libglib2.0-dev, libunwind-dev, libc6 (>= 2.34), libglib2.0-0 (>= 2.62.0), gir1.2-gstreamer-1.0 (= 1.22.0-2+apertis1bv2024dev2b1)
Suggests: gstreamer1.0-doc
Conflicts: libgstreamer-plugins-bad1.0-dev (<< 1.13.1)
Filename: pool/target/g/gstreamer1.0/libgstreamer1.0-dev_1.22.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 549608
MD5sum: 3d6d394fdbccd212fb94aa750dee3324
SHA1: b003728e3be9cb48d98c80739da7065191aabd4c
SHA256: 20f476f1cbb8fb1c29f25ea0097cecc6ab6b44e392f797061cdcff8f62f69438
SHA512: d3793e47fc9d703a38e48f6d34ccd2990bcfc316449cc3f2fc77230802d326c11140d5501875158c32316ab5506acf89afe28fbb0df69b1b61a2491fb23db9fb
Description: GStreamer core development files
 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 This package contains development files for the core library and
 elements.
Homepage: https://gstreamer.freedesktop.org
Multi-Arch: same

Package: libgstreamer1.0-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 29
Maintainer: Maintainers of GStreamer packages <gstreamer1.0@packages.debian.org>
Architecture: arm64
Source: gstreamer1.0
Version: 1.22.0-2+apertis1bv2024dev2b1
Depends: libgstreamer1.0-dev (= 1.22.0-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gstreamer1.0/libgstreamer1.0-dev-dbgsym_1.22.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 13180
MD5sum: 7ca06bf25592f23569b2de03c7511872
SHA1: d96c604ed6a09b6d581a26894d40524ddc4511d9
SHA256: 9ab5044b2d164c866a3e4581cab7ca913291148142680246cfcdc203edbf8553
SHA512: 6a521c57b95e2b3f0493ed3ab601e2d00644e7f02ac1e8872249d25a05c698d82139fb2869b7fbf8d371deb699d14ed704e85bbbbb8eaeaf90c48629a7799b8a
Description: debug symbols for libgstreamer1.0-dev
Auto-Built-Package: debug-symbols
Build-Ids: 1284099cb0a05694e07df9c9d2caa378c5292c71
Multi-Arch: same

Package: libgtk-3-0
Priority: optional
Section: libs
Installed-Size: 11001
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Provides: gtk3-binver-3.0.0
Depends: adwaita-icon-theme, hicolor-icon-theme, shared-mime-info, libatk-bridge2.0-0 (>= 2.15.1), libatk1.0-0 (>= 2.35.1), libc6 (>= 2.34), libcairo-gobject2 (>= 1.14.0), libcairo2 (>= 1.14.0), libepoxy0 (>= 1.4.3), libfontconfig1 (>= 2.12.6), libfribidi0 (>= 0.19.7), libgdk-pixbuf-2.0-0 (>= 2.40.0), libglib2.0-0 (>= 2.59.0), libharfbuzz0b (>= 2.2.0), libpango-1.0-0 (>= 1.45.5), libpangocairo-1.0-0 (>= 1.44.0), libpangoft2-1.0-0 (>= 1.44.0), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.14.91), libwayland-egl1 (>= 1.15.0), libx11-6 (>= 2:1.4.99.1), libxcomposite1 (>= 1:0.4.5), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxkbcommon0 (>= 0.5.0), libxrandr2 (>= 2:1.5.0), libgtk-3-common (>= 3.24.37-2+apertis1bv2024dev2b1)
Recommends: libgtk-3-bin, librsvg2-common
Suggests: gvfs
Filename: pool/target/g/gtk+3.0/libgtk-3-0_3.24.37-2+apertis1bv2024dev2b1_arm64.deb
Size: 2600068
MD5sum: 84dedf96c8e2eb3e91593b09609aa794
SHA1: 1d4fe260dd54b6bbd2995f71e78758572b6afef7
SHA256: f942f287b4fcc3f20c7f938c0e36bd6e7833383739b960d9988335005eadae00
SHA512: 0f454b267f03a58a9980438befac4df9ac17c689db21e2dcaee80e434dc508aee654c9e1c502a8be034b4c3ab946e98ca4d466c2eaab9c6e480790f442b64ea8
Description: GTK graphical user interface library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the shared libraries.
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: libgtk-3-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 9785
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: libgtk-3-0 (= 3.24.37-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gtk+3.0/libgtk-3-0-dbgsym_3.24.37-2+apertis1bv2024dev2b1_arm64.deb
Size: 8612296
MD5sum: 52aae3db92b78851b486a7cabb30bbf9
SHA1: 8c4bc3b8839fdc45dbe2e3a023aae4683e00b8c8
SHA256: bc1bdc6a496153c48b68480338a9a5e32e5cef3ef48ad44a0671ff260d0f8ba2
SHA512: d937eb750c2adf806ce897de1c2a55d8c333a7abc08a40e0d79b19f83a280acfc030938d20346cf3870e7f7f38215f2da1a99ccd9d9963da36793f16d8d570db
Description: debug symbols for libgtk-3-0
Auto-Built-Package: debug-symbols
Build-Ids: 02baad8131397f7f5aab194b317a4555545218d5 05f4094312aac6ad54d458a08102b5b6bb6f77b5 0e8569ff7e3f241ad43a0495e52ef77859973ad5 2e62dd40d4697a9ee4a99e4741643a1960de28c5 613da27c2865fa2be29f924a9c9209b38726b91c 618bd586a5c98d332d71e272e50ea76d0eddf3ea 64526e35e7c19c341e78928c876808c8ccd4fe01 73bd8226cfe9b33f7c9e2d5eddf836d0f593b345 789176456525dd07e00eb84137d000515e4a856a 82dcadd38f3f40a76de215b9d46a155ddbc2fab4 8b4d94f580fa392ca061adbd4d83bb40448dd628 a12891eea1dfd3c1a1a6bbc26ff0c5a01a4dde67 a6930cb7cf8d354447ac490e8240b961f2c8945b acc51f59d4b619273668b8df289065aae5e67593 bb3bbd6cdbca76d51271dbfe10d6daad8db21f13 c56d0710e30b13c6767c8c90d102e944ad5593d5 c5e576c528ccc90ce4b9bb8e5b2f9729e81b264e
Multi-Arch: same

Package: libgtk-3-bin
Priority: optional
Section: misc
Installed-Size: 519
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Replaces: gtk-3-examples (<< 3.24.13)
Depends: gtk-update-icon-cache, libc6 (>= 2.34), libcairo2 (>= 1.14.0), libgdk-pixbuf-2.0-0 (>= 2.40.0), libglib2.0-0 (>= 2.57.2), libgtk-3-0 (>= 3.24.37-2+apertis1bv2024dev2b1), libgtk-3-common (>= 3.24.37-2+apertis1bv2024dev2b1)
Breaks: gtk-3-examples (<< 3.24.13)
Filename: pool/target/g/gtk+3.0/libgtk-3-bin_3.24.37-2+apertis1bv2024dev2b1_arm64.deb
Size: 103600
MD5sum: 2d985bf076fbd677fd227e1742336b0d
SHA1: 78a42d0e47b446dc6c838e363fda9bc4e8d1e1fe
SHA256: b84273c3d12a3daf7d5d73f9f54385456e8627813b09336fb8569756af6ee739
SHA512: 334c0632566e5f739cb278b86353d038648df72f37282b855050b640e8672b6ad680e2747e858372e4eb9958e463fb3c923d3a538cc5d5d02d1192923bc5c0a6
Description: programs for the GTK graphical user interface library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the utilities which are used by the libraries
 and other packages.
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgtk-3-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 164
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: libgtk-3-bin (= 3.24.37-2+apertis1bv2024dev2b1)
Filename: pool/target/g/gtk+3.0/libgtk-3-bin-dbgsym_3.24.37-2+apertis1bv2024dev2b1_arm64.deb
Size: 103780
MD5sum: e4e248c566f21d5eb317b745e6c1b0a6
SHA1: 70ab26f6e2c5f91da121b2c888fb7576983283da
SHA256: 2af175acdcb73edc4fdc9f586e2da55ca207b8dea8e0c46f795a77f155a76d11
SHA512: 9c24cd646debd2f9262339d404eb1863974a9b62db99fda527a3fd73256474427d4c4199c10914b4bdd4e2bc921a1639cdce46dc32d303e370851cf47e6b3043
Description: debug symbols for libgtk-3-bin
Auto-Built-Package: debug-symbols
Build-Ids: 4469da6ca9d1c7bad1a1687b7efa00a8a8173595 69e2ba98bfceffc1c2d5e988eb97a6ceff29f094 ced68b45d42e00392e9fc0d067f527a027b575a9 d329ca40f7aabdc8ba09e23be06bac7d1b141141 d914a4e803490ad99063487f991f30e18452109c

Package: libgtk-3-common
Priority: optional
Section: misc
Installed-Size: 26528
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Replaces: libgtk-3-dev (<< 3.24.30-3~)
Depends: dconf-gsettings-backend | gsettings-backend
Recommends: libgtk-3-0
Breaks: libgtk-3-dev (<< 3.24.30-3~)
Filename: pool/target/g/gtk+3.0/libgtk-3-common_3.24.37-2+apertis1bv2024dev2b1_all.deb
Size: 3911652
MD5sum: 77b16d3d5f7ff334641a2e7c584f056c
SHA1: 9357bc26d0ff50ae0c6976af16bfba52331c516c
SHA256: efaf67527c6714de0ca4798bc7211bf268d4eaac9a4b87f1dfc94da5727c3b8a
SHA512: e09a441fe4e57cee12b38838dcdabf593cada1410978feb437d41e2ee760052cc75d19dc4fcbc465b2cbf1016dada92d5f754c327d8965ca20efef3f6a2a8af7
Description: common files for the GTK graphical user interface library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the common files which the libraries need.
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgtk-3-dev
Priority: optional
Section: libdevel
Installed-Size: 13947
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Depends: gir1.2-gtk-3.0 (= 3.24.37-2+apertis1bv2024dev2b1), libatk-bridge2.0-dev (>= 2.15.1), libatk1.0-dev (>= 2.35.1), libcairo2-dev (>= 1.14.0), libegl1-mesa-dev, libepoxy-dev (>= 1.0), libfontconfig-dev, libfribidi-dev (>= 0.19.7), libgdk-pixbuf-2.0-dev (>= 2.40.0), libglib2.0-dev (>= 2.57.2), libpango1.0-dev (>= 1.44.0), libwayland-dev (>= 1.9.91), libx11-dev, libxcomposite-dev, libxcursor-dev, libxdamage-dev, libxext-dev, libxfixes-dev, libxi-dev, libxinerama-dev, libxkbcommon-dev, libxrandr-dev, pkg-config, wayland-protocols (>= 1.17), libgtk-3-common (>= 3.24.37-2+apertis1bv2024dev2b1), libgtk-3-0 (= 3.24.37-2+apertis1bv2024dev2b1)
Suggests: libgtk-3-doc
Filename: pool/target/g/gtk+3.0/libgtk-3-dev_3.24.37-2+apertis1bv2024dev2b1_arm64.deb
Size: 1139028
MD5sum: 314f006fcf1ec8f537557f2df28b1e7c
SHA1: 6fbd47d38ca5476b0401a006701db6cbebbfcf99
SHA256: c103a839a1e3ec7a2f9a5057ccb2c186fd8461925e312ea27e8b216fa4d81590
SHA512: 7f547fef1381ffddba454921ccf267dffb4a1e053973da2f7e4ad0a8635a625e4e9f0b495a657983711b8f863d1bbd9a3e7314d6dc7872eb8bdfe57a9cba8618
Description: development files for the GTK library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the header and development files which are
 needed for building GTK applications.
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: libgtk-3-doc
Priority: optional
Section: doc
Installed-Size: 24483
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk+3.0
Version: 3.24.37-2+apertis1bv2024dev2b1
Recommends: libatk1.0-doc, libglib2.0-doc, libpango1.0-doc
Suggests: devhelp
Filename: pool/target/g/gtk+3.0/libgtk-3-doc_3.24.37-2+apertis1bv2024dev2b1_all.deb
Size: 3355552
MD5sum: d885542d47a8947bd690ad4e438b1d0a
SHA1: ab9ae68e5027b8d443b1a4f84f35282035c5a3de
SHA256: 9fb62b968946ac5e5ca9995bf8e5047b1a6f722c71fe482a15d61e54e2c22717
SHA512: f6f88005574266008dd206182ea8a808721942827a0e3c4be74dca7645ba4c5f144f16a29b0e79bba99736e398eb68096df3e794c42969ea7b594553242b9786
Description: documentation for the GTK graphical user interface library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the HTML documentation for the GTK library
 in /usr/share/doc/libgtk-3-doc/ .
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgtk-4-1
Priority: optional
Section: libs
Installed-Size: 9202
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Replaces: libgtk-4-0 (<< 4.0.0)
Provides: gtk4-binver-4.0.0
Depends: adwaita-icon-theme, hicolor-icon-theme, shared-mime-info, libc6 (>= 2.34), libcairo-gobject2 (>= 1.14.0), libcairo-script-interpreter2 (>= 1.14.0), libcairo2 (>= 1.14.0), libcolord2 (>= 0.1.10), libcups2 (>= 2.0), libepoxy0 (>= 1.4.3), libfontconfig1 (>= 2.12.6), libfribidi0 (>= 0.19.7), libgdk-pixbuf-2.0-0 (>= 2.30.1), libglib2.0-0 (>= 2.70.0), libgraphene-1.0-0 (>= 1.9.4), libharfbuzz0b (>= 5.1.0), libjpeg62-turbo (>= 1.3.1), libpango-1.0-0 (>= 1.50.3), libpangocairo-1.0-0 (>= 1.50.0), libpangoft2-1.0-0 (>= 1.50.0), libpng16-16 (>= 1.6.2-1), libtiff6 (>= 4.0.3), libwayland-client0 (>= 1.21.0), libwayland-egl1 (>= 1.21.0), libx11-6 (>= 2:1.4.99.1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxkbcommon0 (>= 0.5.0), libxrandr2 (>= 2:1.5.0), libgtk-4-common (>= 4.8.3+ds-2+apertis2bv2024dev2b1)
Recommends: libgtk-4-bin, iso-codes, librsvg2-common (>= 2.52.0)
Suggests: gvfs, libgtk-4-media-gstreamer | libgtk-4-media-ffmpeg
Breaks: libgtk-4-0 (<< 4.0.0)
Filename: pool/target/g/gtk4/libgtk-4-1_4.8.3+ds-2+apertis2bv2024dev2b1_arm64.deb
Size: 2541656
MD5sum: ccb9ac2727b95275489239444077732c
SHA1: a687982bf19afdda8d319d02f5193b3779380b16
SHA256: ddd5c4d6dfdbf9397fb027c346e67cd9f4ab7d0e8c0b831883230a76483e0e0c
SHA512: b74ba70c210d74e98e06a44bb58f48cf580a6b9c8b4eb187b31190f98ac4add0a5c6d0c3ae0aac08bb98ae598508bc414df06e079ca994d9a5b1a40018cd8b50
Description: GTK graphical user interface library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the shared libraries.
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: libgtk-4-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 10092
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: libgtk-4-1 (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Filename: pool/target/g/gtk4/libgtk-4-1-dbgsym_4.8.3+ds-2+apertis2bv2024dev2b1_arm64.deb
Size: 8972916
MD5sum: b40e77d2f1747c2343bfd35d2b9415b0
SHA1: 2fe6a9247546a6e6247fbd6772056cd10320d3de
SHA256: a3c8453c5d267b583ba80b66704fdd4e9726526593cc974fa81cd2f682df43e1
SHA512: 0dba8ce8309a33d169781fabaab13f0fafa447e75e46710ba2ac920ef0d0ea9b319b9205a03910c36e98e332f675eb25ac574c083262c73842384da89136740d
Description: debug symbols for libgtk-4-1
Auto-Built-Package: debug-symbols
Build-Ids: 24e118a9f010c396c4dd226b66dfe3f2fbfd87e5 4e7a7beae74b9315174c69cf38782a90ec276e05 f4b35a99865c92d3402752a474bfbdf984e9b2e5
Multi-Arch: same

Package: libgtk-4-bin
Priority: optional
Section: misc
Installed-Size: 9020
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Replaces: gtk-4-examples (<< 3.96.0-3~)
Depends: gtk-update-icon-cache, libc6 (>= 2.34), libcairo-gobject2 (>= 1.14.0), libcairo-script-interpreter2 (>= 1.14.0), libcairo2 (>= 1.14.0), libepoxy0 (>= 1.4.3), libfontconfig1 (>= 2.12.6), libfribidi0 (>= 0.19.7), libgdk-pixbuf-2.0-0 (>= 2.30.1), libglib2.0-0 (>= 2.70.0), libgraphene-1.0-0 (>= 1.9.4), libgtk-4-1 (>= 4.8.3+ds-2+apertis2bv2024dev2b1), libharfbuzz0b (>= 5.1.0), libjpeg62-turbo (>= 1.3.1), libpango-1.0-0 (>= 1.50.3), libpangocairo-1.0-0 (>= 1.50.0), libpangoft2-1.0-0 (>= 1.50.0), libpng16-16 (>= 1.6.2-1), libtiff6 (>= 4.0.3), libwayland-client0 (>= 1.21.0), libwayland-egl1 (>= 1.21.0), libx11-6 (>= 2:1.4.99.1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxkbcommon0 (>= 0.5.0), libxrandr2 (>= 2:1.5.0), libgtk-4-common (>= 4.8.3+ds-2+apertis2bv2024dev2b1)
Breaks: gtk-4-examples (<< 3.96.0-3~)
Filename: pool/target/g/gtk4/libgtk-4-bin_4.8.3+ds-2+apertis2bv2024dev2b1_arm64.deb
Size: 2508128
MD5sum: c589b4b6b70220e20393670b6f7e1053
SHA1: aa769c437345a6612fa271a43682890ad4902c78
SHA256: 81f98c7e8c460f7da9fec6c100a95feeeb493fbcbbc0cc63d6fdf4d307f963e9
SHA512: 93dd18117c6a11211700d7a11a79ec6dbeb72cace256320d0e129ca7c555b1932da8e7028d36b4c261c9c84be28bb35af32205d02add6312eae7914676e690a7
Description: programs for the GTK graphical user interface library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the utilities which are used by the libraries
 and other packages.
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgtk-4-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 9976
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: libgtk-4-bin (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Filename: pool/target/g/gtk4/libgtk-4-bin-dbgsym_4.8.3+ds-2+apertis2bv2024dev2b1_arm64.deb
Size: 8899576
MD5sum: da1c97cc5a3767b944b6ace66e55f9cd
SHA1: 4a6ab860d7f2f6659ab2189e4a50c6b8c1a68435
SHA256: 07691e7b534975a5c59a974c765a00ab58d2887856e610bf768ba97bd71780b1
SHA512: 14e782b2aad99b9988266d605b814982a21efec63565458ad816b69542faafe7c22ef16916f38987aa9d0049aa6558aee6e7ebd35872bc5b841b5c8b85dd4917
Description: debug symbols for libgtk-4-bin
Auto-Built-Package: debug-symbols
Build-Ids: 07cda42aca6d1cda5462dddc7cd3c1ba91bf4405 131fa637dae07170d428e3af82c4c63e6a9a2dee 25ea3927184e7854627ee45f7ab3367daff5c46a 2cdeebd6c34172d2fac2702354760a8a83c8e444 8a42b93eb88b553a02fc8d60e4243c256f5cff72 d63d4fc9c3a027b6acbfcf7cf733723c45bc5aa6

Package: libgtk-4-common
Priority: optional
Section: misc
Installed-Size: 10495
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: dconf-gsettings-backend | gsettings-backend
Recommends: libgtk-4-1
Filename: pool/target/g/gtk4/libgtk-4-common_4.8.3+ds-2+apertis2bv2024dev2b1_all.deb
Size: 1875448
MD5sum: 547d422543387d5af39413420c549c04
SHA1: 6192dbe10b7eafda503409ff96485e3a9a213204
SHA256: d2bc0534c0916b22686fd95c53bbadb9bc77cd755f5702b9d2ebb3d207c8f56e
SHA512: acbf605b0bd1214016c97fa946adfa473d5863a0266d721d873b38e511243fcc02b3953531f9e587e2ce226ee985589e8b3281530737991cc053171cd6bf566f
Description: common files for the GTK graphical user interface library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the common files which the libraries need.
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgtk-4-dev
Priority: optional
Section: libdevel
Installed-Size: 11028
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: gir1.2-gtk-4.0 (= 4.8.3+ds-2+apertis2bv2024dev2b1), libcairo2-dev (>= 1.14.0), libegl1-mesa-dev, libepoxy-dev (>= 1.0), libfontconfig-dev, libgdk-pixbuf-2.0-dev (>= 2.30.0), libglib2.0-dev (>= 2.66.0), libgraphene-1.0-dev (>= 1.9.1), libpango1.0-dev (>= 1.50.0), libwayland-dev (>= 1.16.91), libx11-dev, libxcomposite-dev, libxcursor-dev, libxdamage-dev, libxext-dev, libxfixes-dev, libxi-dev, libxinerama-dev, libxkbcommon-dev, libxrandr-dev, libvulkan-dev, pkg-config, wayland-protocols (>= 1.21), libgtk-4-common, libgtk-4-1 (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Suggests: libgtk-4-doc, gtk-4-examples
Filename: pool/target/g/gtk4/libgtk-4-dev_4.8.3+ds-2+apertis2bv2024dev2b1_arm64.deb
Size: 911220
MD5sum: 2a93c56f28d0d72d2bd84105ca60c73b
SHA1: 638e40c9b3523ffdc8c0b9e564390f05d92b643d
SHA256: ca3dd7a1dfd18ee9e01c1fd922666d90f913e76283cd6c265eabfab82e74f5b2
SHA512: e6a26e292f36675621620696a0531ca34a871441d97468d4a242a3b257e37dbe70cf57412fc758787310d65ce230eae063768deb7580ec47c09f0a990700f44a
Description: development files for the GTK library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the header and development files which are
 needed for building GTK applications.
Homepage: https://www.gtk.org/
Multi-Arch: same

Package: libgtk-4-doc
Priority: optional
Section: doc
Installed-Size: 74690
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Recommends: libglib2.0-doc, libpango1.0-doc
Suggests: devhelp
Filename: pool/target/g/gtk4/libgtk-4-doc_4.8.3+ds-2+apertis2bv2024dev2b1_all.deb
Size: 4332772
MD5sum: 71f48d9ba2f76b78376aad60bcc35dec
SHA1: 091cd13589cd9640b84c3f18dae41afab7152271
SHA256: fdb937e18ef13eb8e0f7cc16939454a6c5f2faf3de9869239d7aadd3b744807f
SHA512: 5faa4a692b0f5bb64d7d4f78da13daf6e75a34e256b2d8c00e557535f11a55b4f07f2f8326f290c03a4efad2d64dfe267eed55a36b0d6e6bf5b6016dc9d02384
Description: documentation for the GTK graphical user interface library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the HTML documentation for the GTK library
 in /usr/share/doc/libgtk-4-doc/ .
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgtk-4-media-gstreamer
Priority: optional
Section: x11
Installed-Size: 144
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.68.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.12.3), libgtk-4-1 (>= 4.3.2)
Filename: pool/target/g/gtk4/libgtk-4-media-gstreamer_4.8.3+ds-2+apertis2bv2024dev2b1_arm64.deb
Size: 58892
MD5sum: 5fe89d655c33cf86f2adf482fa093ee5
SHA1: f59b27ab62bbdcbccb098788144f6c48ac3fbf0c
SHA256: e5d1dc18ca069961b759693f19fd8f94d973fc40ba2c1f093079ce615b042f1e
SHA512: ae2a97a7a81053ae741b847d014f8364d704ea4f08f00e665209274771b53698271ed481e3ca3cfca4b03446ad20e47a2a3ba66e749707e5d1f6cf5635d5be82
Description: GStreamer media backend for the GTK graphical user interface library
 GTK is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the media module that uses GStreamer as backend.
Homepage: https://www.gtk.org/
Multi-Arch: foreign

Package: libgtk-4-media-gstreamer-dbgsym
Priority: optional
Section: debug
Installed-Size: 76
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gtk4
Version: 4.8.3+ds-2+apertis2bv2024dev2b1
Depends: libgtk-4-media-gstreamer (= 4.8.3+ds-2+apertis2bv2024dev2b1)
Filename: pool/target/g/gtk4/libgtk-4-media-gstreamer-dbgsym_4.8.3+ds-2+apertis2bv2024dev2b1_arm64.deb
Size: 55588
MD5sum: 331c51566036e489698209bca7a0f7e3
SHA1: be02bf8b9da58476ed16e0753355957ac33e2821
SHA256: 28e02a02ca4fa3a5ba715fb6a89b443dc1f1cfb56f33378b185d8b0e5522f446
SHA512: 96740b5df2e1053981242d3f90e6da56ee8db3ea78d267cb39a9e32bc44edffe6beb32f72d9c154b478e299c90e00c5dcc26be9f9626656f0106534827d01490
Description: debug symbols for libgtk-4-media-gstreamer
Auto-Built-Package: debug-symbols
Build-Ids: df6893bb3b0d3280d9ef837afed01c4a027a9cb8

Package: libgudev-1.0-0
Priority: optional
Section: libs
Installed-Size: 86
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgudev
Version: 237-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.38.0), libudev1 (>= 199)
Filename: pool/target/libg/libgudev/libgudev-1.0-0_237-2+apertis1bv2024dev3b1_arm64.deb
Size: 14096
MD5sum: ad90fbf61e80d487195177e508b4bbd0
SHA1: f0dbb89da5d3b514ce3068fde6414ea12d1d2981
SHA256: c428be2e8bc3631606e793563525471735e3e81e151d24ffd3ddbf726e040d7e
SHA512: 398e3ba9d5a01861458d6aca2f1d8d0b3ce4e21c38832318526152f3e19f952126324ea8ec275544c98ba37c877a464d71920f88118de4063061c26b17f837db
Description: GObject-based wrapper library for libudev
 This library makes it much simpler to use libudev from programs already using
 GObject. It also makes it possible to easily use libudev from other
 programming languages, such as Javascript, because of GObject introspection
 support.
Homepage: https://wiki.gnome.org/Projects/libgudev
Multi-Arch: same

Package: libgudev-1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 63
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgudev
Version: 237-2+apertis1bv2024dev3b1
Depends: libgudev-1.0-0 (= 237-2+apertis1bv2024dev3b1)
Filename: pool/target/libg/libgudev/libgudev-1.0-0-dbgsym_237-2+apertis1bv2024dev3b1_arm64.deb
Size: 39532
MD5sum: fc92750ff859fb6419fe643b808bb033
SHA1: e93333d3ac489174a6ba4e184026977f914c3b42
SHA256: 7591c4b6427d9853176debafb1bc2239369e5930226dd80fe05bf6fb5c648138
SHA512: 8b498f02e997800419c04b4c2c867148fad91a557ad779e716859b5f3e898eeb6c3d50182f351aa587e09dee5811d53f1f380a96d63bd7f8b68c457823e15b3c
Description: debug symbols for libgudev-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: fbe2461bd4e727feba3d4bf07130003a591f9cc7
Multi-Arch: same

Package: libgudev-1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 373
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgudev
Version: 237-2+apertis1bv2024dev3b1
Depends: libgudev-1.0-0 (= 237-2+apertis1bv2024dev3b1), gir1.2-gudev-1.0 (= 237-2+apertis1bv2024dev3b1), libglib2.0-dev (>= 2.38.0), libudev-dev (>= 199), pkg-config
Filename: pool/target/libg/libgudev/libgudev-1.0-dev_237-2+apertis1bv2024dev3b1_arm64.deb
Size: 28636
MD5sum: 8b4e3bcc38a5403651fb392a9503c3f1
SHA1: 81e897f96fb0b0f7276a1eddacc139dfe3967e9e
SHA256: 8cea70946369b1636445f237deaad5e3d66a5761866ee443809f13e0c362f1be
SHA512: 7dd0374442248cb13f5d6d0160eabd82ec18bcb2d761de9019d902b98b6ea5c25e62051782626fbcc4891186e6d2209ebbdf87092a0acb9bf0dcd37e83066e4b
Description: libgudev-1.0 development files
 This package contains the files needed for developing applications that
 use libgudev-1.0.
Homepage: https://wiki.gnome.org/Projects/libgudev
Multi-Arch: same

Package: libgupnp-1.6-0
Priority: optional
Section: libs
Installed-Size: 299
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.66), libgssdp-1.6-0 (>= 1.6.2), libsoup-3.0-0 (>= 3.1.3), libxml2 (>= 2.7.4), shared-mime-info
Filename: pool/target/g/gupnp/libgupnp-1.6-0_1.6.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 82600
MD5sum: 0b7aafca4cefe0558b78e1f90b170137
SHA1: 34747c08b5364146f697760233cc3afcd1a4380b
SHA256: 7ef3e2734db110ea32081b3b39f8d0ce2e5922055b5e0adba6781ea5709edf27
SHA512: 310658099dfc749231e476aa5c54cb91887fe789672efc3a3ce30d25b8c6368fc34365504225fc181abf45d3e5aa001420258c849ccd80e407d5ccd574c8ad7b
Description: GObject-based library for UPnP
 A GObject-based API for doing UPnP transparently.
Homepage: https://wiki.gnome.org/Projects/GUPnP
Multi-Arch: same

Package: libgupnp-1.6-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 306
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Depends: libgupnp-1.6-0 (= 1.6.3-1+apertis1bv2024dev2b1)
Filename: pool/target/g/gupnp/libgupnp-1.6-0-dbgsym_1.6.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 256484
MD5sum: 76eeba928a494437daa9524649e1b0ae
SHA1: fa8fdca205034ff40cfd7fb8b77b27b6adb329ec
SHA256: 674f0265ddc62fbfe56935c46d2cf54c1aed0805293d1f782023aa379286c088
SHA512: 0e4c19303a89e326ff50f0a6fd8f6f97d0f866f1b2415550642a2f5bf36a4b41e90797d0c190e53eb0812c3cf8510f67afcd4b74ac8d21a82f6f2c2783f0fbc2
Description: debug symbols for libgupnp-1.6-0
Auto-Built-Package: debug-symbols
Build-Ids: 74a17efa25ab43ea84a4aecba41fea2664877bdb
Multi-Arch: same

Package: libgupnp-1.6-dev
Priority: optional
Section: libdevel
Installed-Size: 638
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Replaces: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<< 0.10.5)
Depends: libgupnp-1.6-0 (= 1.6.3-1+apertis1bv2024dev2b1), gir1.2-gupnp-1.6 (= 1.6.3-1+apertis1bv2024dev2b1), libglib2.0-dev (>= 2.58), libgssdp-1.6-dev (>= 1.6.2), libsoup-3.0-dev, libxml2-dev, uuid-dev, python3:any
Suggests: libgupnp-doc
Breaks: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<< 0.10.5)
Filename: pool/target/g/gupnp/libgupnp-1.6-dev_1.6.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 62564
MD5sum: 8da2142326db2a0facbc3773dd4781c0
SHA1: 22eff32204d8fcc0272d6a59adb6ac0b3f4e3114
SHA256: 225e5defa76dbc3d7639e110f5ac7f97494321cddc12734ff90176ebc9577b5c
SHA512: 1c8f19d2c810d3d966abb88298883db1817ed81a04aeb177858b3db97bb06a8516f429bd14070d909e2f72e5b6cac43e4a3c112fd8ab22d48763abf6f7d6f59d
Description: GObject-based library for UPnP (development files)
 A GObject-based API for doing UPnP transparently.
 .
 This package contains the development files.
Homepage: https://wiki.gnome.org/Projects/GUPnP
Multi-Arch: same

Package: libgupnp-1.6-tests
Priority: extra
Section: debug
Installed-Size: 621
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Depends: libgupnp-1.6-0 (= 1.6.3-1+apertis1bv2024dev2b1)
Filename: pool/target/g/gupnp/libgupnp-1.6-tests_1.6.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 42060
MD5sum: c7744b77d565489a927b016f0e7124c5
SHA1: 1b78ec936a71997a48c6cbeda76ad3328a50f4a9
SHA256: 70f958affd5245dd09547113427e8fe36434dd0e23ede22fd6d6f482711732f3
SHA512: c30eda6f69c0384ba8d0758cbf0829a617ead8a74708589748e8076bbc37ffee7def72f93dd8e40ff6ec099737b99ca980ae1581ba1a403ffb50b53ca5bf2197
Description: GObject-based library for UPnP (examples and tests)
 A GObject-based API for doing UPnP transparently.
 .
 This package contains the examples and tests.
Homepage: https://wiki.gnome.org/Projects/GUPnP

Package: libgupnp-1.6-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 214
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Depends: libgupnp-1.6-tests (= 1.6.3-1+apertis1bv2024dev2b1)
Filename: pool/target/g/gupnp/libgupnp-1.6-tests-dbgsym_1.6.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 116200
MD5sum: 981b7b752b0ae09a7d3d4c3ec079eed1
SHA1: 437b651d830d341ba9189de55fd8e1fccbb5f0fd
SHA256: 214753fb6e107bb1dcbcbbbab563f796ee7cb4988c6d0df007508eb3c8761e5f
SHA512: c985c2e7fbecb275b2a26aefb91fd2a8a7a6cf185515ebba7d82bf462a28445cdebeedb503d5a5aed710096f10f5e781e8896d40e3d6126b5c2ca412a0e0d97f
Description: debug symbols for libgupnp-1.6-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0cecb63e72deca9dd89a4241fb26b403b58cebaf 1cc7b505333920716568ca5886b7fd5144976c44 25ab89202448c094fd8b35c7a1963e3654088780 4dcb50af1e5aa743b54c2e8910d5a1100065d06f 943d8dee761ec98c33357a4437c3437bcf1d301d 94663980403114554dbe06a5720dbea5aebb130a a965e13ceac76b611bbecfd24fc24602a993d432 ea643ea5362f4709d38482d4dddd7365cae3e6f5 f4731d9c3638e39e1b541d4e28ef70fca9e8abfa

Package: libgupnp-doc
Priority: optional
Section: doc
Installed-Size: 2133
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gupnp
Version: 1.6.3-1+apertis1bv2024dev2b1
Recommends: libgssdp-doc
Suggests: devhelp
Filename: pool/target/g/gupnp/libgupnp-doc_1.6.3-1+apertis1bv2024dev2b1_all.deb
Size: 102260
MD5sum: a06c19d0d74b050ab095e8cb9b494788
SHA1: d8a24e5fc05a792262f9449a2ea95f5a2af6e3ed
SHA256: 67208dbd52110ad3fc78539180fe15f2a25776461b95584868179b2e978379e7
SHA512: 406af4f4c4c2c153bce0c001038080a6738760bc46d8bcc67b3309fbe4af6eae2ff3c0fa4bf70b5a1996b2ae22f984bd1f88107d8e7eca744cf48a4a3449d4bc
Description: GObject-based library for UPnP (documentation)
 A GObject-based API for doing UPnP transparently.
 .
 This package contains the documentation.
Homepage: https://wiki.gnome.org/Projects/GUPnP

Package: libgupnp-igd-1.0-4
Priority: optional
Section: libs
Installed-Size: 82
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp-igd
Version: 1.2.0-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.38), libgssdp-1.6-0 (>= 0.12.0), libgupnp-1.6-0 (>= 1.6.0)
Filename: pool/target/g/gupnp-igd/libgupnp-igd-1.0-4_1.2.0-3+apertis0bv2024dev2b1_arm64.deb
Size: 14124
MD5sum: 39d007de407ade1179fcddab5252e69d
SHA1: 41953bf5155f12d6eee218f884a739f6124b97ef
SHA256: 0aa28ada3b57fe6f5835f5f2b749a202c4953a0e2b31d1b9f2cbe6ba2ed51b45
SHA512: 2672050bbea97804e7cdd2842a4fe8ddb3fecd15f68256aef77fd3756281e37ee2c7bd22f86ace03e7a3c108eccb2a1fba4c071644ad2da00e60674ae3bb036d
Description: library to handle UPnP IGD port mapping
 A GObject-based API for controlling UPnP Internet Gateway Devices
 port mapping.
Homepage: https://wiki.gnome.org/Projects/GUPnP
Multi-Arch: same

Package: libgupnp-igd-1.0-4-dbgsym
Priority: optional
Section: debug
Installed-Size: 58
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp-igd
Version: 1.2.0-3+apertis0bv2024dev2b1
Replaces: libgupnp-igd-1.0-dbg (<< 0.2.4-2~)
Depends: libgupnp-igd-1.0-4 (= 1.2.0-3+apertis0bv2024dev2b1)
Breaks: libgupnp-igd-1.0-dbg (<< 0.2.4-2~)
Filename: pool/target/g/gupnp-igd/libgupnp-igd-1.0-4-dbgsym_1.2.0-3+apertis0bv2024dev2b1_arm64.deb
Size: 38200
MD5sum: 8f0c2213735d1b4c6bc4ce0acaf1480b
SHA1: d0113e84f306412beb41fbf24621769017311ffb
SHA256: 787abf52c17204743187e35c19d08355f2d91015f916f38d32afac3b70383c23
SHA512: a5a77178e43dec35ecee0a946e145d434c4d1802543b9aedb6197aec1d682c10a07b53147a6a39bebd34568f22019010d5898913283c50d73c6d95acaccafcf5
Description: debug symbols for libgupnp-igd-1.0-4
Auto-Built-Package: debug-symbols
Build-Ids: 4f40452a22c28d54b015aede6c57da989ad47d8e
Multi-Arch: same

Package: libgupnp-igd-1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 51
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: gupnp-igd
Version: 1.2.0-3+apertis0bv2024dev2b1
Depends: gir1.2-gupnpigd-1.0 (= 1.2.0-3+apertis0bv2024dev2b1), libglib2.0-dev (>= 2.26), libgupnp-1.6-dev, libgupnp-igd-1.0-4 (= 1.2.0-3+apertis0bv2024dev2b1)
Filename: pool/target/g/gupnp-igd/libgupnp-igd-1.0-dev_1.2.0-3+apertis0bv2024dev2b1_arm64.deb
Size: 7676
MD5sum: 16d98e16ffc7a6b2f9a2fc9296d112ae
SHA1: a16a3bb815657e70bfdee8e0b1dc6093f215cf53
SHA256: ff1e9a21277637e7f2127004da70ca0f20824c6dad9c3e409ef2d0c8fa88decb
SHA512: 27a155e8a14ddc45bb43b0d83ccd013a7825f060ad345f582bbf6157dd5da046c2b43e883345a937547b045fa59c6525d4ec1a03fa0bfc57d5354553b65f33e7
Description: library to handle UPnP IGD port mapping - development files
 A GObject-based API for controlling UPnP Internet Gateway Devices
 port mapping.
 .
 This package contains the development files.
Homepage: https://wiki.gnome.org/Projects/GUPnP
Multi-Arch: same

Package: libgupnp-igd-1.0-doc
Priority: optional
Section: doc
Installed-Size: 69
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: gupnp-igd
Version: 1.2.0-3+apertis0bv2024dev2b1
Filename: pool/target/g/gupnp-igd/libgupnp-igd-1.0-doc_1.2.0-3+apertis0bv2024dev2b1_all.deb
Size: 12308
MD5sum: 9eca2027f95d63ac3031159d14a936e3
SHA1: e03e1d4490e9810a03b4b3441311a935a494b967
SHA256: a2d6bb374115bc9d551502d9091fc7eb4ede45e5c330dd31626cac4399c1ecbd
SHA512: 713833a8208a8ffb7e32b67f1e9ca56bfe00ea92065122cb1c01eff3c185e22865d89f225851c981bca457486b6cfd2027a318234d11fd3a2c17526dae6895da
Description: library to handle UPnP IGD port mapping - documentation
 A GObject-based API for controlling UPnP Internet Gateway Devices
 port mapping.
 .
 This package contains the documentation.
Homepage: https://wiki.gnome.org/Projects/GUPnP
Multi-Arch: foreign

Package: libgxps-dev
Priority: optional
Section: libdevel
Installed-Size: 128
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgxps
Version: 0.3.2-2+apertis0bv2024dev2b1
Depends: gir1.2-gxps-0.1 (= 0.3.2-2+apertis0bv2024dev2b1), libgxps2 (= 0.3.2-2+apertis0bv2024dev2b1), libarchive-dev, libcairo2-dev, libglib2.0-dev
Filename: pool/target/libg/libgxps/libgxps-dev_0.3.2-2+apertis0bv2024dev2b1_arm64.deb
Size: 13856
MD5sum: 25e3f137d9e9df6c3a4596087e56e222
SHA1: 75eea4dd7e2497ab4e576a5bd59fd1e219581555
SHA256: 6531558610b08eed142045979c6a59a5b5da2e2791de86a0109702f46630804e
SHA512: a49a82677eb9add92012aafb0350fccb6f456c17cec5b28a72a7704854f93967d8bf9ec7c2f2b2cd1d155227671a374f4974b4984c6bef28dc460f78c2890e67
Description: handling and rendering XPS documents (development files)
 OpenXPS or XPS stands for XML Paper Specification. It is based on XML and it's
 a new electronic paper format originally developed by Microsoft and it serves
 as a PDF alternative. XPS files are usually created using "Microsoft XPS
 Document Writer" in Windows environments. It is now standardized as an open
 standard document format.
 .
 Quoting Wikipedia:
 An XPS file is in fact a Unicoded ZIP archive using the Open Packaging
 Conventions, containing the files which make up the document. These include an
 XML markup file for each page, text, embedded fonts, raster images, 2D vector
 graphics, as well as the digital rights management information. The contents
 of an XPS file can be examined simply by opening it in an application which
 supports ZIP files.
 .
 The OpenXPS document format specification supports features such as color
 gradients, transparencies, CMYK color spaces, printer calibration,
 multiple-ink systems and print schemas.
 .
 This package contains the development files.
Homepage: https://wiki.gnome.org/libgxps
Multi-Arch: same

Package: libgxps-doc
Priority: optional
Section: doc
Installed-Size: 242
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libgxps
Version: 0.3.2-2+apertis0bv2024dev2b1
Suggests: devhelp
Filename: pool/target/libg/libgxps/libgxps-doc_0.3.2-2+apertis0bv2024dev2b1_all.deb
Size: 25152
MD5sum: 9b2fad7b3166806deb42933e6e06054c
SHA1: afadbfdc948d68c3580eb8eee8b7a6df944c3db0
SHA256: 6acc648051d8d903d418bff132473d9a88d7936cd2ad942ef453a8c34db73b1e
SHA512: 093e4880612bf0ff138e6022428c2a64383870150a00da0c47d20705718add499ceaaff5906deaf5c6d1d69acc4c92db9cfaf87da7bae9307ff88d6f6f95576a
Description: library for handling and rendering XPS documents (documentation)
 OpenXPS or XPS stands for XML Paper Specification. It is based on XML and it's
 a new electronic paper format originally developed by Microsoft and it serves
 as a PDF alternative. XPS files are usually created using "Microsoft XPS
 Document Writer" in Windows environments. It is now standardized as an open
 standard document format.
 .
 Quoting Wikipedia:
 An XPS file is in fact a Unicoded ZIP archive using the Open Packaging
 Conventions, containing the files which make up the document. These include an
 XML markup file for each page, text, embedded fonts, raster images, 2D vector
 graphics, as well as the digital rights management information. The contents
 of an XPS file can be examined simply by opening it in an application which
 supports ZIP files.
 .
 The OpenXPS document format specification supports features such as color
 gradients, transparencies, CMYK color spaces, printer calibration,
 multiple-ink systems and print schemas.
 .
 This package contains help documentation files.
Homepage: https://wiki.gnome.org/libgxps
Multi-Arch: foreign

Package: libgxps-utils
Priority: optional
Section: utils
Installed-Size: 357
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgxps
Version: 0.3.2-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libcairo2 (>= 1.10.0), libglib2.0-0 (>= 2.37.3), libgxps2 (>= 0.2.1), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1)
Filename: pool/target/libg/libgxps/libgxps-utils_0.3.2-2+apertis0bv2024dev2b1_arm64.deb
Size: 29272
MD5sum: 6de8ac1f6d29051d3bc981095ce1ea99
SHA1: d4386c01dfc7c9c231d0aabddab1358a8dad4b02
SHA256: e6a866975ede0e4641468ee32545dc9f60d6d1579b4b04ed06e01af9e1b7ae8f
SHA512: a8ad17f5042f65a3b6d86877fa09eee5fd7b78e5d70ccae9a330e84a60a4811359fe78e7514b32f2f865e9e9150a9868e2cf6e1821fa6dbc7e7608465788dcfa
Description: handling and rendering XPS documents (utilities)
 OpenXPS or XPS stands for XML Paper Specification. It is based on XML and it's
 a new electronic paper format originally developed by Microsoft and it serves
 as a PDF alternative. XPS files are usually created using "Microsoft XPS
 Document Writer" in Windows environments. It is now standardized as an open
 standard document format.
 .
 Quoting Wikipedia:
 An XPS file is in fact a Unicoded ZIP archive using the Open Packaging
 Conventions, containing the files which make up the document. These include an
 XML markup file for each page, text, embedded fonts, raster images, 2D vector
 graphics, as well as the digital rights management information. The contents
 of an XPS file can be examined simply by opening it in an application which
 supports ZIP files.
 .
 The OpenXPS document format specification supports features such as color
 gradients, transparencies, CMYK color spaces, printer calibration,
 multiple-ink systems and print schemas.
 .
 This package contains the binary utilities:
 xpstopng, xpstopdf, xpstosvg, xpstojpeg and xpstops
Homepage: https://wiki.gnome.org/libgxps

Package: libgxps-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 210
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgxps
Version: 0.3.2-2+apertis0bv2024dev2b1
Depends: libgxps-utils (= 0.3.2-2+apertis0bv2024dev2b1)
Filename: pool/target/libg/libgxps/libgxps-utils-dbgsym_0.3.2-2+apertis0bv2024dev2b1_arm64.deb
Size: 138012
MD5sum: 3e668f72b2a0e4dc0798ae82a3c6fccc
SHA1: 06eaef47b3021741548627341df2abe0ed8fc68a
SHA256: e5c2b2c7d8889cc80eb364f613808cff0d36beccd6c3064f3b210f8e0a755c38
SHA512: 6345d58ccef2d9d45b319583c3507fb226912f8800ed08a1715da2836eef86274aada668e0db010309671ca4b65207c80ee4cc325423d931202bc6df7cbdf9bb
Description: debug symbols for libgxps-utils
Auto-Built-Package: debug-symbols
Build-Ids: 327aa88a8199ad4cb6b4c1847cb90e017b8aaa91 399dfb09d5994baba567d554e74ab74d9040b139 3cbfe30a76ec432a16ac8385e836259ffeb1d96b 77514dc8f6902cdead5203a07c88d32453d6797d 96a81b97b1ad4d75ac698b80b8a82250ab0c8442

Package: libgxps2
Priority: optional
Section: libs
Installed-Size: 218
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgxps
Version: 0.3.2-2+apertis0bv2024dev2b1
Depends: libarchive13 (>= 3.0.4), libc6 (>= 2.35), libcairo2 (>= 1.10.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.37.3), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libpng16-16 (>= 1.6.2-1), libtiff6 (>= 4.0.3)
Filename: pool/target/libg/libgxps/libgxps2_0.3.2-2+apertis0bv2024dev2b1_arm64.deb
Size: 48776
MD5sum: 74eeda3e1c575893bb4398f5ca9ff327
SHA1: 690deee6f3a83e6d2cfb554e4e46429f33ed2bad
SHA256: 86a2a899198589a1740d0319f89355e5e3cd977f4ef1b4039b6ba8db9944ad5b
SHA512: ec41c6fc6bcdbcf1f2f3245a972032ff42f25aae587057c080e23fca0db54ca7abf1ccd2815406f2bc4e07e889fc8f97c9908d155e880871efa1605f250c0f14
Description: handling and rendering XPS documents (library)
 OpenXPS or XPS stands for XML Paper Specification. It is based on XML and it's
 a new electronic paper format originally developed by Microsoft and it serves
 as a PDF alternative. XPS files are usually created using "Microsoft XPS
 Document Writer" in Windows environments. It is now standardized as an open
 standard document format.
 .
 Quoting Wikipedia:
 An XPS file is in fact a Unicoded ZIP archive using the Open Packaging
 Conventions, containing the files which make up the document. These include an
 XML markup file for each page, text, embedded fonts, raster images, 2D vector
 graphics, as well as the digital rights management information. The contents
 of an XPS file can be examined simply by opening it in an application which
 supports ZIP files.
 .
 The OpenXPS document format specification supports features such as color
 gradients, transparencies, CMYK color spaces, printer calibration,
 multiple-ink systems and print schemas.
 .
 This package contains the library. It is being used by evince to read XPS
 documents.
Homepage: https://wiki.gnome.org/libgxps
Multi-Arch: same

Package: libgxps2-dbgsym
Priority: optional
Section: debug
Installed-Size: 218
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libgxps
Version: 0.3.2-2+apertis0bv2024dev2b1
Depends: libgxps2 (= 0.3.2-2+apertis0bv2024dev2b1)
Filename: pool/target/libg/libgxps/libgxps2-dbgsym_0.3.2-2+apertis0bv2024dev2b1_arm64.deb
Size: 182928
MD5sum: c09b03b41fa0417638d189e385b6d020
SHA1: 6d2b6e6fb94fbee8186e31c3d6bf0848f20630da
SHA256: dec9dba91b26b80e76fe05e45a5e9f913a0e87a3e84f9896180ef150b5c4263e
SHA512: ff0192240b6ceb72175aa5b561349325e432f4dbb2dcc3df0a01039e2c7db0f348e123480a2fa8a776f0f91a9b6685beaeba7a1a8ec9095e675e63d260384b8a
Description: debug symbols for libgxps2
Auto-Built-Package: debug-symbols
Build-Ids: aada60abec5e4b82921317f50f87bcc4fd632906
Multi-Arch: same

Package: libharfbuzz-bin
Priority: optional
Section: utils
Installed-Size: 1816
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libcairo2 (>= 1.7.2), libchafa0 (>= 1.6.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.67.3), libharfbuzz-subset0 (>= 6.0.0), libharfbuzz0b (>= 5.1.0)
Filename: pool/target/h/harfbuzz/libharfbuzz-bin_6.0.0+dfsg-3+apertis0bv2024dev2b1_arm64.deb
Size: 1592724
MD5sum: dfedf27e2cfe7c015a30dfccab7cd263
SHA1: 5e7b488ad96309e4d20d5ea6e6ad375419ad3592
SHA256: c8ccf570276726be01c0d101d357c62b5fef1c3dc205f7707a637ff248933ec3
SHA512: 1d70e126433c03ff2d11be46292b73dfd3d1dc238d0566dcd24858390dc4734ca59ef39b89f60c597a6c867297407a0521489281baba655c83c8aa4d5d67b81b
Description: OpenType text shaping engine (utility)
 HarfBuzz is an implementation of the OpenType Layout engine (aka layout
 engine) and the script-specific logic (aka shaping engine).
 .
 This package contains a command line interface for the HarfBuzz library.
Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz

Package: libharfbuzz-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 261
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libharfbuzz-bin (= 6.0.0+dfsg-3+apertis0bv2024dev2b1)
Filename: pool/target/h/harfbuzz/libharfbuzz-bin-dbgsym_6.0.0+dfsg-3+apertis0bv2024dev2b1_arm64.deb
Size: 193276
MD5sum: 42fa849ee10c9bdad3f6024eb287c750
SHA1: 4bf1b35d1d78a4d30fa054cbd548b9d62874c451
SHA256: 789502c528a1f088d6fd756e4ae2e97f5aab1140dd871435787715e0b6083b38
SHA512: 51bf96dd9f662b5e874e02787c37d82b529c077ba641050b7e9c2324d49b8c6e26ca6200dd80a13981c114c4a1ad64c46d1090cc9372b0022bd034c4f3b0893e
Description: debug symbols for libharfbuzz-bin
Auto-Built-Package: debug-symbols
Build-Ids: 8f74efcbd0f911e7ac1f1f43301f4e6aaa04f2fb a915cb732e8ba289e6c0fbf21509e3d7250eef68 bbc71337cf0ba7a664e82cc8d95579ef14fc9ed3 ed1fd6b218fda7224de83ad90ae0e1f3cfe96f76

Package: libharfbuzz-dev
Priority: optional
Section: libdevel
Installed-Size: 3014
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libharfbuzz0b (= 6.0.0+dfsg-3+apertis0bv2024dev2b1), libharfbuzz-icu0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1), libharfbuzz-gobject0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1), libharfbuzz-subset0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1), gir1.2-harfbuzz-0.0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1), libglib2.0-dev, libgraphite2-dev, libicu-dev, libfreetype-dev
Filename: pool/target/h/harfbuzz/libharfbuzz-dev_6.0.0+dfsg-3+apertis0bv2024dev2b1_arm64.deb
Size: 1668608
MD5sum: 775f681dd904c58001328f55ccff538d
SHA1: 7c8b09ea464fbf907e5782481d39ac52bc87d4bc
SHA256: d6858b659c6e189fdf1de8c4ee3f57599582beece662f2d8806e40f3e4c5fb6c
SHA512: b452c72d443f774a408a6009772a449b4f5e67c2198fc3aef1b502559dbb97fcb663794e55e4b54279a26099020e1f424055dc6a88f0eac3300d90f7aad07ec0
Description: Development files for OpenType text shaping engine
 HarfBuzz is an implementation of the OpenType Layout engine (aka layout
 engine) and the script-specific logic (aka shaping engine).
 .
 This package contains the header files and static libraries for the
 HarfBuzz library.
Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz
Multi-Arch: same

Package: libharfbuzz-doc
Priority: optional
Section: doc
Installed-Size: 4119
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: all
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Filename: pool/target/h/harfbuzz/libharfbuzz-doc_6.0.0+dfsg-3+apertis0bv2024dev2b1_all.deb
Size: 1730140
MD5sum: f89b55b46a0c85763fc5dec65c926d0c
SHA1: 3a34da433992c63c347b0570784da67ebf64c356
SHA256: ff42dd32927097645ad404ea70cb3fc65f70cf6eb78f39b5fbe981f08299381e
SHA512: 3593775e5afaedd7ace3d66cb7d0173f811457f4885c3e627bf94c719ca27868ffe764ed3511a1a1d7804cfd66bbc9949ae08f1554c47e916e32f3a001b26af6
Description: Documentation files for the HarfBuzz library
 HarfBuzz is an implementation of the OpenType Layout engine (aka layout
 engine) and the script-specific logic (aka shaping engine).
 .
 This package contains the HTML documentation for the HarfBuzz library.
Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz
Multi-Arch: foreign

Package: libharfbuzz-gobject0
Priority: optional
Section: libs
Installed-Size: 1685
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.14.0), libharfbuzz0b (>= 5.1.0)
Filename: pool/target/h/harfbuzz/libharfbuzz-gobject0_6.0.0+dfsg-3+apertis0bv2024dev2b1_arm64.deb
Size: 1571288
MD5sum: 31271da1a568d716510a338684876520
SHA1: 5fed763adc340f9d7316424430f0a54cdd62d8fa
SHA256: 445f1af34cc0e568bf8aa400314b332d47f8a859918656b7e2ee4cbebb07045e
SHA512: af689f887f4ccd2fb64914d9923b17de0ea630f8e135735d74b3efb7c9f57d36ad6372f2db9d426635592c55b4d7b0d225157cd8714fe4b03b063ebd0281bded
Description: OpenType text shaping engine ICU backend (GObject library)
 HarfBuzz is an implementation of the OpenType Layout engine (aka layout
 engine) and the script-specific logic (aka shaping engine).
 .
 This package contains the GObject library, providing wrapper GObject type
 bindings for all HarfBuzz objects and enums.
Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz
Multi-Arch: same

Package: libharfbuzz-gobject0-dbgsym
Priority: optional
Section: debug
Installed-Size: 52
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libharfbuzz-gobject0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1)
Filename: pool/target/h/harfbuzz/libharfbuzz-gobject0-dbgsym_6.0.0+dfsg-3+apertis0bv2024dev2b1_arm64.deb
Size: 31448
MD5sum: 71505660d1d46eec8db2c05a14d716c2
SHA1: 32f2621ab972953b3442ba41ed539fc00c4b45d0
SHA256: bf8238d841541b680d9ec81006470727bf794e2e2f693d2a8ef25a8a344a343b
SHA512: 7ae53ccb0d93167453d6c6726799dd31eac2228ea07a7bfd818e3f10ded3af470e472b0f16b3ea94d79f6f2502c9cacb9739ff98c26f8e27ffa8d3eaea8f5f2e
Description: debug symbols for libharfbuzz-gobject0
Auto-Built-Package: debug-symbols
Build-Ids: 207c2dafae8d7569a334415ea327117773c7cf1b
Multi-Arch: same

Package: libharfbuzz-icu0
Priority: optional
Section: libs
Installed-Size: 1619
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libharfbuzz0b (>= 0.9.4), libicu72 (>= 72.1~rc-1~)
Filename: pool/target/h/harfbuzz/libharfbuzz-icu0_6.0.0+dfsg-3+apertis0bv2024dev2b1_arm64.deb
Size: 1557016
MD5sum: cfc2ce62f32dbbe2eb24ed0a8f76ad05
SHA1: 5d278bd9aa24a2c11108d6f013d6f4e27755fa83
SHA256: 9ea11f12f7321d3fdea3454e1cb235e21c8c635a41928495ca4f7a6919840b5f
SHA512: d0e4680895ab0f5bd961bbd1f74d4210b90745a0836937b8288157982229a738672e34ef1dc252738a57efc5b34d75d39a22cd51dcbee3742fb2a054e951bd57
Description: OpenType text shaping engine ICU backend
 HarfBuzz is an implementation of the OpenType Layout engine (aka layout
 engine) and the script-specific logic (aka shaping engine).
 .
 This package contains the ICU backend.
Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz
Multi-Arch: same

Package: libharfbuzz-icu0-dbgsym
Priority: optional
Section: debug
Installed-Size: 78
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libharfbuzz-icu0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1)
Filename: pool/target/h/harfbuzz/libharfbuzz-icu0-dbgsym_6.0.0+dfsg-3+apertis0bv2024dev2b1_arm64.deb
Size: 64448
MD5sum: 77d4d9ea74dcc25a2663a87e594e6504
SHA1: 0373183c51104fb996720c1e7ff6b01246538132
SHA256: e62b79b53cc1710b2088ac0b930500f2ffbe191e14ccd3c38838d2db48737ed3
SHA512: 6f5f624a38ddef3fa3c86e3a41efeda2726451dbd1fb3207a26ea72f4e0e182ce3cdfb9fa52b96232d49ddd41c2891f23ec0925e514b49b6032483e72526ec22
Description: debug symbols for libharfbuzz-icu0
Auto-Built-Package: debug-symbols
Build-Ids: b4cc30dc40b4359b51ddd13ad60b79c405c56e47
Multi-Arch: same

Package: libharfbuzz-subset0
Priority: optional
Section: libs
Installed-Size: 2580
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libharfbuzz0b (>= 5.1.0)
Filename: pool/target/h/harfbuzz/libharfbuzz-subset0_6.0.0+dfsg-3+apertis0bv2024dev2b1_arm64.deb
Size: 1902412
MD5sum: 386670333faf2edaa35762d15499cee2
SHA1: 23987924c632a55a1963a0f368d83830574cfabc
SHA256: d2f86b4b83820d198a176fdd2ad1086ad8b3936643483bda69cc8d8eb514f450
SHA512: 8714271e376aed9da9687f0c53ddbbb6dda649a1ad2a9f291ccb27b3461a736a4cba959455eaa36900352be0a016b891df54f86af96c6ba2c89d33fc16825a7b
Description: OpenType text shaping engine (subset library)
 HarfBuzz is an implementation of the OpenType Layout engine (aka layout
 engine) and the script-specific logic (aka shaping engine).
 .
 This package contains the library for subsetting fonts. Subsetting reduces
 codepoint coverage of font files and removes unnecessary data.
Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz
Multi-Arch: same

Package: libharfbuzz-subset0-dbgsym
Priority: optional
Section: debug
Installed-Size: 7544
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libharfbuzz-subset0 (= 6.0.0+dfsg-3+apertis0bv2024dev2b1)
Filename: pool/target/h/harfbuzz/libharfbuzz-subset0-dbgsym_6.0.0+dfsg-3+apertis0bv2024dev2b1_arm64.deb
Size: 7584236
MD5sum: b6a96f0ccbef35e68fadbe0eb1d4252b
SHA1: 3582b6d8b76115c69eaf58ddaab9ecd16d917bca
SHA256: 16363444736ddf012ecd979944ad69ade77427318788ce496d5bc9f437066281
SHA512: ae2244b1fa22193d4fd445ae8907c5c44399b57a130c71dadb6a968bbc03ef36f9ce731887a30e4d32a606662a5d218429efb02550e31a9bdd394badd21775fb
Description: debug symbols for libharfbuzz-subset0
Auto-Built-Package: debug-symbols
Build-Ids: 3ccb9ad66c476495a4b1e831e29114bdd16d1bf2
Multi-Arch: same

Package: libharfbuzz0b
Priority: optional
Section: libs
Installed-Size: 2597
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Replaces: libharfbuzz0, libharfbuzz0a
Depends: libc6 (>= 2.34), libfreetype6 (>= 2.11.0), libglib2.0-0 (>= 2.31.8), libgraphite2-3 (>= 1.2.2)
Conflicts: libharfbuzz0, libharfbuzz0a
Filename: pool/target/h/harfbuzz/libharfbuzz0b_6.0.0+dfsg-3+apertis0bv2024dev2b1_arm64.deb
Size: 1914776
MD5sum: bb7faa2ceccf64f88208558c4de7d4cc
SHA1: db1b9e26c86b92ece21bccf3ca31f9031fc7fb9e
SHA256: f4a15950fdd01b36a1d2cf1e537e97fa2848c96649ffd7de7f95ade6dca0a272
SHA512: 04240d5ccc941bf9e6a55bb2f5b7e84d56e104e7039950428cfd817e3d1235c461a7e71102392f0750ed20350d97ad6ab0cd68f056a5f94fe4625b604c7d1291
Description: OpenType text shaping engine (shared library)
 HarfBuzz is an implementation of the OpenType Layout engine (aka layout
 engine) and the script-specific logic (aka shaping engine).
 .
 This package contains the shared libraries.
Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz
Multi-Arch: same

Package: libharfbuzz0b-dbgsym
Priority: optional
Section: debug
Installed-Size: 8287
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Architecture: arm64
Source: harfbuzz
Version: 6.0.0+dfsg-3+apertis0bv2024dev2b1
Depends: libharfbuzz0b (= 6.0.0+dfsg-3+apertis0bv2024dev2b1)
Filename: pool/target/h/harfbuzz/libharfbuzz0b-dbgsym_6.0.0+dfsg-3+apertis0bv2024dev2b1_arm64.deb
Size: 8325124
MD5sum: 51f5d987c7c639a6ab52b1d79a9e50ee
SHA1: 3e5a29661281367f460d953c47858ade5c008b79
SHA256: fd4659c2443c640900d97d5d6e17233160fd37eb82a5dbc2e3d6c34ba652e05b
SHA512: 976e6aa59083781b62829dd9f4664994765d6f1aca34889f55ba5e161f4eedfa7e0136ce7b83a6a1974e52e82e6cdc56879e7a666e601555fed65ebb57e52ed9
Description: debug symbols for libharfbuzz0b
Auto-Built-Package: debug-symbols
Build-Ids: a2ff5aaaf0627d59f8a5ff89b7ce671adc522fe1
Multi-Arch: same

Package: libhcrypto5-heimdal
Priority: optional
Section: libs
Installed-Size: 323
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.36), libheimbase1-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.7~git20150920)
Filename: pool/target/h/heimdal/libhcrypto5-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 96732
MD5sum: c99c713ac0efa5127a9b96b2a7f2730c
SHA1: 49e62de720f11019155a50ddcf37318b697e27b9
SHA256: 17da80329f3d4038660dc000754f33f97af9ee7a548920b0e2261c68a46f2b0e
SHA512: 3477c066bc30bd946cfb10e778f4eabda77ce7a8dc911aa28843c37fdfa39372fdd031b3e792ce1871efba5b644bbcb3f4e050549fe168147d85e95cd4fdb115
Description: Heimdal Kerberos - crypto library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the cryptographic library required for Heimdal.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libhcrypto5-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 305
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libhcrypto5-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libhcrypto5-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 257392
MD5sum: 261638cb4e59af3915a82725c188e77b
SHA1: 25e35e1a61432c2a7bf3d7d2044d6aae88c7dcd5
SHA256: 79f0f5d44f17b8b95e09113ef29b559d0d15a7514dbe21986cf10038c3a84356
SHA512: 11f4da2eb4c36d04983ab99495b0f7401d09d750bc57356489a8e7b891fc6b4313c809312226d8c5f09334777909ad46c9abb27bdd9d8adf68620926fa1a23ff
Description: debug symbols for libhcrypto5-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 19802b8438a19a3d90990a81af573c8653b33298
Multi-Arch: same

Package: libhdb9-heimdal
Priority: optional
Section: libs
Installed-Size: 239
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Provides: heimdal-hdb-api-8
Depends: libasn1-8-heimdal (>= 1.6~git20120311g), libc6 (>= 2.17), libcom-err2 (>= 1.43.9), libdb5.3, libkrb5-26-heimdal (>= 1.7~git20161112), libldap-2.5-0 (>= 2.5.4), libroken19-heimdal (>= 1.7~git20150920), libsqlite3-0 (>= 3.5.9)
Filename: pool/target/h/heimdal/libhdb9-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 71792
MD5sum: 28d7a58ae1cbbbed2e457ac82a5fa1ba
SHA1: df0cae6413b7c0c01be4e95e379d068769ac628a
SHA256: 64f1d55fcde430225dca5b84a6c2585f554b1dd8eced909656b5565c641f7c03
SHA512: 01f206edc5a1864e076eda686201fd929dd83076b53d04cde9c61c350618d6f03a93427053d7f777be9e1be2134059d6ba13a11920c4610ef37d157b678c2263
Description: Heimdal Kerberos - kadmin server library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for storing the KDC database.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libhdb9-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 280
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libhdb9-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libhdb9-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 248852
MD5sum: 5a838faaabbbe441a86da8f171510099
SHA1: f97006eb43835c6312ad8650f0349a12109de55c
SHA256: e3b9c4e6350587f7ed14bcc1f79fed0ad79d2c16b1fbf1e036bcffecb5ff0594
SHA512: 87ae40c5efa4d161712df11204e2fdfb6e0b82d030789ae0f4dd177bac89088e78d916230dcb77a77e3e49f6c8b8891dfb2cbc2929074ea0d7952433b63da7c0
Description: debug symbols for libhdb9-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 7f0f354efd808a41a22703ab9cb649941fa8a8aa
Multi-Arch: same

Package: libheimbase1-heimdal
Priority: optional
Section: libs
Installed-Size: 107
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/h/heimdal/libheimbase1-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 39112
MD5sum: 55cdef16bc3006feb299e36aee3d1a77
SHA1: ea9156661346a96bfd3f38a84f27904513fdceac
SHA256: 10264769d18179a100a6c5aa80f244a8481b5058c4366409310fbaa24c5a37f4
SHA512: 881b45dd052a781edead3eb5698cda1e98b81ca76c05f8768982f9dcb501270d3afe8ef71e50cf48d98953c8fa52390303038abea7d4a825664f2d382f8a7cd5
Description: Heimdal Kerberos - Base library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the base library.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libheimbase1-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 101
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libheimbase1-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libheimbase1-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 80396
MD5sum: ae022d9d136817e820219d82b0f025e2
SHA1: 171845871d2a6e6f6a6ecb32f76f0c021f276fc6
SHA256: b0763206053c011de2ebfc5903e8fb6acc77a7b26ad35a88ec84739d13df5bc7
SHA512: bbba42758e46fa124b5a10727a86cbce6af71cb8401d4fd99cb02983230e916ea3403bbb0e8cbf5279233f4e8f93e41033c45f581eea4e88b30ba9e442127af6
Description: debug symbols for libheimbase1-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 0c064ee18853083feca30c88d185729586f94662
Multi-Arch: same

Package: libheimntlm0-heimdal
Priority: optional
Section: libs
Installed-Size: 104
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libhcrypto5-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.7~git20150920), libwind0-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libheimntlm0-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 27216
MD5sum: eca7bf8379afca8912fdf61970b5b65a
SHA1: ce4c8e243f960e5f0f145126f19b72ad6d48141a
SHA256: ef620d2281f27d151274c7fb72af963f322c91192b6a0a7b60695e905d923258
SHA512: fab7d9be35fbed991531f16a1a004c591ec3215afcd4a0545b02bb9945980e895b50e173a3dbda4352ac23407c4599bcdbde035f2a351bb6f588bda7c8380061
Description: Heimdal Kerberos - NTLM support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the NTLM support library.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libheimntlm0-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 49
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libheimntlm0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libheimntlm0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 31944
MD5sum: 637b4693a1f14d00de5bcafd5020d79d
SHA1: 40ab4c86b29cb055c39866f7262cffd417bd558a
SHA256: 8d0c636ac802724f676bfb3132f84c1461362b8e0107b9b1f20278d55bf19932
SHA512: 9eb3a9f1c72655cccbba61b4251ead15934f95f507ed1a95dabefadd01ef8b24a8ba9b559a3fc200fadefb05bd5596d827b9803b521fd0a3a360d0e98a5b7ac7
Description: debug symbols for libheimntlm0-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 2c244e6e699f8abdfe969abb808a91650fdfb826
Multi-Arch: same

Package: libhogweed6
Priority: optional
Section: libs
Installed-Size: 507
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: arm64
Source: nettle
Version: 3.8.1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1), libnettle8
Filename: pool/target/n/nettle/libhogweed6_3.8.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 325640
MD5sum: d9f88f3d291aa4a8214cfbb7ad603e8c
SHA1: 1cf33a35e17c785754b249556bffbe48fbc58842
SHA256: 888d8833ed5325811d30134d4b9e4d16fafa5fdc6a56b28c085d7a4765ecdfbc
SHA512: 6a31e5d81326411480f7b4854e980c21542da08c8512c604b72f7da9951b710d1433351c05db6f577ffe7f1d93e7447b814e66377b47cb9162f4c3bb8c000fa5
Description: low level cryptographic library (public-key cryptos)
 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 doesn't do any memory allocation or I/O, it simply provides the
 cryptographic algorithms for the application to use in any environment and
 in any way it needs.
 .
 This package contains the asymmetric cryptographic algorithms, which,
 require the GNU multiple precision arithmetic library (libgmp) for
 their large integer computations.
Homepage: http://www.lysator.liu.se/~nisse/nettle/
Multi-Arch: same

Package: libhogweed6-dbgsym
Priority: optional
Section: debug
Installed-Size: 220
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: arm64
Source: nettle
Version: 3.8.1-2+apertis1bv2024dev3b1
Depends: libhogweed6 (= 3.8.1-2+apertis1bv2024dev3b1)
Filename: pool/target/n/nettle/libhogweed6-dbgsym_3.8.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 179620
MD5sum: 0ca7bcf418b1f57ecee28fdd1831eda8
SHA1: b1af24454223d052f616fd77ab3366e113df2ba1
SHA256: aa5e2987cbf0091c80fe66cc002f7efe41c7e2bc7a62a82430fdeb54bbf246a1
SHA512: b5521b1da40e58b12b9747f17ba822cfc9a4520c21e90897207a2fdc2d8ca87df485871167b2aa9857bb6a4fe5a43c209381c3b037ba51bfc1aa78942211a565
Description: debug symbols for libhogweed6
Auto-Built-Package: debug-symbols
Build-Ids: eb5150073267fe1b21fd1b551382fbbb56acb3a6
Multi-Arch: same

Package: libhowardhinnant-date-dev
Priority: optional
Section: libdevel
Installed-Size: 1409
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Architecture: arm64
Source: howardhinnant-date
Version: 3.0.1+ds-5+apertis0bv2024dev2b1
Depends: libdate-tz3 (= 3.0.1+ds-5+apertis0bv2024dev2b1)
Filename: pool/target/h/howardhinnant-date/libhowardhinnant-date-dev_3.0.1+ds-5+apertis0bv2024dev2b1_arm64.deb
Size: 365920
MD5sum: 005130d22eb60160ae41f2561f66bd08
SHA1: 313c0be30799112ac63f2902eaf65ef4c0365d7d
SHA256: ac02523ac9f8f82afc59aaa7d5aaa312cdc674e32aaf8d9f81d718f401cb9403
SHA512: 77ccffb7492cc4a2c84d54463e2dfec20767aba28fe851b1e810fd00739b372eb66030078d21a938bfbce21eaeda05017bf7c07751c52fb683d54b993f8b5648
Description: date and time library based on the C++ <chrono> header - development files
 howardhinnant-date extends <chrono> to calendars and timezones,
 focusing on a seamless integration with the existing <chrono> library,
 type safety, performance and ease of use.
 .
 This package contains the development headers of the library.
Homepage: https://github.com/HowardHinnant/date
Multi-Arch: same

Package: libhunspell-1.7-0
Priority: optional
Section: libs
Installed-Size: 538
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: hunspell
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Recommends: hunspell-en-us | hunspell-dictionary | myspell-dictionary
Conflicts: openoffice.org-core (= 2.2.0~rc2-1)
Filename: pool/target/h/hunspell/libhunspell-1.7-0_1.7.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 169828
MD5sum: c79132c82d4f1c5ca1794bf9fcc3695f
SHA1: 98fdf518847f1e0253a2f3f656795c8b8d493905
SHA256: 3a38d0c442ec227186888c970d6916bff4ca67db7e5569f9f0a44f6e0c7cbfbc
SHA512: efef789cadc1324dd8b4f2ba70d3f1af882dde4c7852f34d3337b20d668bd4654ecfc8482d4e7db460b36d4e5fce1000ecee04b7171ab6b928fc91355b5ec008
Description: spell checker and morphological analyzer (shared library)
 Hunspell is a spell checker and morphological analyzer library and program
 designed for languages with rich morphology and complex word compounding or
 character encoding. It is based on MySpell and features an Ispell-like
 terminal interface using Curses library, an Ispell pipe interface and an
 OpenOffice.org UNO module.
 .
 Main features:
  - Unicode support (first 65535 Unicode characters)
  - morphological analysis (in custom item and arrangement style)
  - Max. 65535 affix classes and twofold affix stripping (for agglutinative
    languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
  - Support complex compoundings (for example, Hungarian and German)
  - Support language specific algorithms (for example, handling Azeri
    and Turkish dotted i, or German sharp s)
  - Handling conditional affixes, circumfixes, fogemorphemes,
    forbidden words, pseudoroots and homonyms.
 .
 This package contains the shared library.
Homepage: https://hunspell.github.io/
Multi-Arch: same

Package: libhunspell-1.7-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 1471
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: hunspell
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: libhunspell-1.7-0 (= 1.7.1-1+apertis1bv2024dev2b1)
Filename: pool/target/h/hunspell/libhunspell-1.7-0-dbgsym_1.7.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 1454652
MD5sum: 02f146353fcc9cd4a1117c894a9013ab
SHA1: 9292edbc0469e727c29e358921cab7aa43bcf73d
SHA256: 7ddf392e97b3fa0cf9b21d0e10d4cc4995b774c28aef20daac1b77fc18b14017
SHA512: b51f1b6c3d1604e9c2c4fba0a31afe1e1bfbf1e974e9f2b12a6290f76b1d5c0eab0f1e2548b5ab2c1de5e0851c8dfcda8412614294bb165d35670d678339d58b
Description: debug symbols for libhunspell-1.7-0
Auto-Built-Package: debug-symbols
Build-Ids: 65dda8f081b844f569351ab213bd6f1734ff0ddb
Multi-Arch: same

Package: libhunspell-dev
Priority: optional
Section: libdevel
Installed-Size: 856
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: hunspell
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: libhunspell-1.7-0 (= 1.7.1-1+apertis1bv2024dev2b1)
Filename: pool/target/h/hunspell/libhunspell-dev_1.7.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 223372
MD5sum: 64c0b084f5012f9c11c27bc847c938cb
SHA1: 603f243f964c44528664c058d4df469f0f500378
SHA256: dacdee08681848bfb74ca9c3001d4003d3cd4f986f468ada037174daa9ebfc2a
SHA512: 67b6066dbed7f879c30eece744bc6373dfca9dd100173efb5abec653d05162376c93ed484f20b67c535516354b954b3c6e1b4c894905bef70c5786209d42a95f
Description: spell checker and morphological analyzer (development)
 Hunspell is a spell checker and morphological analyzer library and program
 designed for languages with rich morphology and complex word compounding or
 character encoding. It is based on MySpell and features an Ispell-like
 terminal interface using Curses library, an Ispell pipe interface and an
 OpenOffice.org UNO module.
 .
 Main features:
  - Unicode support (first 65535 Unicode characters)
  - morphological analysis (in custom item and arrangement style)
  - Max. 65535 affix classes and twofold affix stripping (for agglutinative
    languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
  - Support complex compoundings (for example, Hungarian and German)
  - Support language specific algorithms (for example, handling Azeri
    and Turkish dotted i, or German sharp s)
  - Handling conditional affixes, circumfixes, fogemorphemes,
    forbidden words, pseudoroots and homonyms.
 .
 This package contains the headers and the static library.
Homepage: https://hunspell.github.io/
Multi-Arch: same

Package: libhwasan0
Priority: optional
Section: libs
Installed-Size: 3126
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34), libgcc-s1 (>= 3.3)
Filename: pool/target/g/gcc-12/libhwasan0_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 998508
MD5sum: 59ca1f01d468914c5d9a2b9352a98746
SHA1: 3b3cdb6f69bfc3a9fd2a04b988763d37afed7739
SHA256: 20e29e407d234ce6def5c12a663f97cd67d2e6daddaa0e65e831641ebd3a169f
SHA512: 7731813c5fa05f58df21b6d8679ae39e27528b4ce2099e6f9d6d3a20f57277c7767b85af119c2069c6bffee6f097afaff289df3667c8ac9c43027caff88b16a1
Description: AddressSanitizer -- a fast memory error detector
 AddressSanitizer (HWASan) is a fast memory error detector.  It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libhx509-5-heimdal
Priority: optional
Section: libs
Installed-Size: 377
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libhcrypto5-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20131117), libroken19-heimdal (>= 1.7~git20150920), libwind0-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libhx509-5-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 112068
MD5sum: 6bad01d148d3b72908b22cb14c6b132e
SHA1: a47895f1b2d8a19d7dc9b212d42c12f60d1bcf64
SHA256: d62ed6fce771b08f8c7a2bda324107e8a02efd058f674910ee39388ec19377dd
SHA512: 9e54a7b16cbcbad9709f7de3fcf0e2dbbd590249e9fc4299e7e0039c6da26dc7b0abacba35afbc2c9a80fc29d1af61adf2ac3f67856100aeac719606baf4159f
Description: Heimdal Kerberos - X509 support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the x509 supportlibrary.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libhx509-5-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 474
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libhx509-5-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libhx509-5-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 415544
MD5sum: 1480d7683edceb850508e45be47e3cc0
SHA1: 57746078ea933fd2a60759bef7d4f48198b28738
SHA256: 2a086ebc54617f7fbd84eaef024f32757d3f3a225c5c958e3fa1e397977eb6f5
SHA512: 0e4ab00ba7764969dddfb91b6a8c19a8584c5377f5d10025d28e36d2bf537736959826d15fc395b06665aaaba04aca4d56487321f0dc49a6d12cc178bbd00b33
Description: debug symbols for libhx509-5-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: f95d3c896050214934722336b7bed21b82ac9a9a
Multi-Arch: same

Package: libhyphen-dev
Priority: optional
Section: libdevel
Installed-Size: 238
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: hyphen
Version: 2.8.8-7+apertis1bv2024dev2b1
Depends: libhyphen0 (= 2.8.8-7+apertis1bv2024dev2b1)
Filename: pool/target/h/hyphen/libhyphen-dev_2.8.8-7+apertis1bv2024dev2b1_arm64.deb
Size: 188072
MD5sum: 12e81a936ccc147077f15cc5aec92d77
SHA1: 3ce595335a9fb0df64f6441e715fcafa3aaf4ad3
SHA256: 464672f8fca332db342a690d5361913cf55c0124172383242ef2329e8c26a561
SHA512: dcee43feed75d41ddfa00aa3f7e13e0050e21b73e0a5d2166b95861cab72ab64a6affdf565f68ff2acba898d683668748fcf5d2e8d669dc8487f0647ccf5ce4a
Description: ALTLinux hyphenation library - development files
 ALTLinuxhyph is a modified version of libhnj which is a high quality
 hyphenation and justification library based on the TeX
 hyphenation algorithm. The TeX hyphenation patterns could be used after
 a preprocessing step.
 .
 It is used in OpenOffice.org
 .
 This package contains the headers and necessary files for programming apps
 with ALTLinuxhyph.
Homepage: https://github.com/hunspell/hyphen
Multi-Arch: same

Package: libhyphen0
Priority: optional
Section: libs
Installed-Size: 119
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: hyphen
Version: 2.8.8-7+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/h/hyphen/libhyphen0_2.8.8-7+apertis1bv2024dev2b1_arm64.deb
Size: 29188
MD5sum: 70b25925845758fbee40d2ed23aed48f
SHA1: bc7f57ab3a34ccfbb69beb39138c05b18678ccff
SHA256: 4b98d7e6fffa69db0d847be0aa9407c7ff7fc2314109a1f1a3deced7b9d53466
SHA512: b4b2404e519c853f77ac7642ba7aadd89f8f3eca53b6b889177d77a68ebb1aa7b155f2a320cc4a1aec6e7963bfeaf0945675d903e56c9d8c5e3125f680033c7d
Description: ALTLinux hyphenation library - shared library
 ALTLinuxhyph is a modified version of libhnj which is a high quality
 hyphenation and justification library based on the TeX
 hyphenation algorithm. The TeX hyphenation patterns could be used after
 a preprocessing step.
 .
 It is used in OpenOffice.org
 .
 This package contains the shared library.
Homepage: https://github.com/hunspell/hyphen
Multi-Arch: same

Package: libhyphen0-dbgsym
Priority: optional
Section: debug
Installed-Size: 37
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: arm64
Source: hyphen
Version: 2.8.8-7+apertis1bv2024dev2b1
Depends: libhyphen0 (= 2.8.8-7+apertis1bv2024dev2b1)
Filename: pool/target/h/hyphen/libhyphen0-dbgsym_2.8.8-7+apertis1bv2024dev2b1_arm64.deb
Size: 22372
MD5sum: f5bff451f9a37e258337867ba034543e
SHA1: 989ef6dc3b15448f0831624a051cc5d78ae40f00
SHA256: 1582a3e05d52b34e330b3a06d290f448efb1bb4d4dbb1aa807384461009f06a4
SHA512: be1885e1c74b86c49bd0265439e37b354bfc68ae612127cb8d006286c9e970aacb6adf8a025fad60f39eab3a1befa9dd0112d61fe276b8d5a30d2735f94e88a2
Description: debug symbols for libhyphen0
Auto-Built-Package: debug-symbols
Build-Ids: 5a184d01dd6445bcb8ae5adef6e816a2acd68bc1
Multi-Arch: same

Package: libi2c-dev
Priority: optional
Section: libdevel
Installed-Size: 34
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: i2c-tools
Version: 4.3-2+apertis0bv2024dev2b1
Depends: libi2c0 (= 4.3-2+apertis0bv2024dev2b1)
Recommends: i2c-tools
Filename: pool/target/i/i2c-tools/libi2c-dev_4.3-2+apertis0bv2024dev2b1_arm64.deb
Size: 11592
MD5sum: 0f83bf1d89e940c2922d27df4ebdd2b5
SHA1: c80015c482ba19e8ea1c3683b08a662261eab9cf
SHA256: 8473819cc2b5aaa4e5ccf64f728261d24cc461e63af604c9a29ab1a672ed6d71
SHA512: 244e2d59dae0458132ca51b5618e49bf19b270679172cbe3bb96fe6afe43acdccdd8d1d94359ce0b31945a10bf8c5c75673ba895001ba5f0e6ea5ed99ac691d3
Description: userspace I2C programming library development files
 I2C devices are usually controlled by a kernel driver.  Using this
 library it is also possible to access all devices on an adapter
 from userspace and without the knowledge of Linux kernel internals.
 .
 This package contains what you need for compiling sources that
 use this library in your own code.
Homepage: https://www.kernel.org/pub/software/utils/i2c-tools/
Multi-Arch: same

Package: libi2c0
Priority: optional
Section: libs
Installed-Size: 87
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: i2c-tools
Version: 4.3-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/i/i2c-tools/libi2c0_4.3-2+apertis0bv2024dev2b1_arm64.deb
Size: 9448
MD5sum: bc222e8c76bd93d48de211be20572f27
SHA1: 4b0a2b4525d84090bc7bfe7cfbcc7b3bfd93cd9c
SHA256: 65b3479b46e43660f325ebeca22c43c1d875625ac44c88d798518db66f4f6a86
SHA512: 7c81a4507ddab4f3b10d518d3e6897485ab3b6dcf181461d5442775074e47b434bc0221292dbc9422f52c40e77c47711d27b2d293b1198543ad497a60a21b2aa
Description: userspace I2C programming library
 I2C devices are usually controlled by a kernel driver.  Using this
 library it is also possible to access all devices on an adapter
 from userspace and without the knowledge of Linux kernel internals.
 .
 This package contains what you need to run programs that use this
 library.
Homepage: https://www.kernel.org/pub/software/utils/i2c-tools/
Multi-Arch: same

Package: libi2c0-dbgsym
Priority: optional
Section: debug
Installed-Size: 20
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: i2c-tools
Version: 4.3-2+apertis0bv2024dev2b1
Depends: libi2c0 (= 4.3-2+apertis0bv2024dev2b1)
Filename: pool/target/i/i2c-tools/libi2c0-dbgsym_4.3-2+apertis0bv2024dev2b1_arm64.deb
Size: 5892
MD5sum: c526ac689177700cd8aebd27d1fef41e
SHA1: cf7e291038b0eab993f222c4133bff1fe630e6e3
SHA256: 1df189cec9ed7b3cb06fc7c873e4c7254da0f48974a169acc7e327380949a70c
SHA512: 6a0c11c94f0580d457cbfaabb014962416dcb4580b71af58ed24aafa5e5e78a64014f8c229ae7ac8018639c2a53a64ed673ef128a95ec280db7420462db03613
Description: debug symbols for libi2c0
Auto-Built-Package: debug-symbols
Build-Ids: 1143755e4e6479ea4d40b5ace1591f7cf7aeeb21
Multi-Arch: same

Package: libical-dev
Priority: optional
Section: libdevel
Installed-Size: 5249
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: libical3
Version: 3.0.16-1+apertis0bv2024dev3b1
Replaces: libical3-dev (<< 3.0.1-5)
Provides: libical3-dev
Depends: gir1.2-ical-3.0 (= 3.0.16-1+apertis0bv2024dev3b1), libical3 (= 3.0.16-1+apertis0bv2024dev3b1), libicu-dev, libdb-dev
Breaks: libical3-dev (<< 3.0.1-5)
Filename: pool/target/libi/libical3/libical-dev_3.0.16-1+apertis0bv2024dev3b1_arm64.deb
Size: 459724
MD5sum: acac85775d9bd703c55fa38d47753075
SHA1: ad77399ee0d99d5505ce6761232cc3dea60dcf2a
SHA256: 887f5df5054835cb542df3cb4f92f9467a30b2e0dbf74388a8de335dcc8a08d3
SHA512: 9b00574c508c9e5516a096719738bb55b4401c7cfd4145047315878816067da2d8f0ee7aa21fdfdc153fe78f24d443abcba97e98475b91f73e67dbd827ab5d81
Description: iCalendar library implementation in C (development)
 libical is an open source implementation of the IETF's iCalendar calendaring
 and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components
 and provides a C API for manipulating the component properties, parameters,
 and subcomponents.
Homepage: https://github.com/libical/libical
Multi-Arch: same

Package: libical-doc
Priority: optional
Section: doc
Installed-Size: 2856
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: all
Source: libical3
Version: 3.0.16-1+apertis0bv2024dev3b1
Suggests: libical-dev
Filename: pool/target/libi/libical3/libical-doc_3.0.16-1+apertis0bv2024dev3b1_all.deb
Size: 115752
MD5sum: 460a03a785e76be33f29b6185c6c6923
SHA1: 427d07e6b72809502f2dfb5068eda883e95f0c7f
SHA256: e5e9b56e8207613b0b4f7c4a4eb241920d52170e429dea402196de093f8d8996
SHA512: 68504c9ea5a4fd39f6f63dff7f9d09d19b41e69e43d7956f713738723e4066bf93a98255961a07ab88c2060041c2cd3cf904b52a1648d831ffb5af91213d23e5
Description: iCalendar library implementation in C (documentation)
 libical is an open source implementation of the IETF's iCalendar calendaring
 and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components
 and provides a C API for manipulating the component properties, parameters,
 and subcomponents.
 .
 This package contains the documentation.
Homepage: https://github.com/libical/libical
Multi-Arch: foreign

Package: libical3
Priority: optional
Section: libs
Installed-Size: 1657
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Version: 3.0.16-1+apertis0bv2024dev3b1
Depends: tzdata, libc6 (>= 2.34), libdb5.3, libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.41.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 5.2)
Filename: pool/target/libi/libical3/libical3_3.0.16-1+apertis0bv2024dev3b1_arm64.deb
Size: 270496
MD5sum: 09bc026370f5519717b72dfdcfd070b1
SHA1: 83c86830fd9e3cc0df5dd60be8641f65fe925777
SHA256: d9cf9e7ead78dc21b68b777895ac410657aab1b424e0ff4008746eda7fbb8f6e
SHA512: 23fbf5486b11171920dc45b0122969c603bda2617fdd9ac356489bdcc1f3cf54647a5d9b850f4c326b04a828ff4386396c4e4b388fc6263f63f2d32f1e1b77a3
Description: iCalendar library implementation in C (runtime)
 libical is an open source implementation of the IETF's iCalendar calendaring
 and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components
 and provides a C API for manipulating the component properties, parameters,
 and subcomponents.
 .
 This package contains the files necessary for running applications that use
 the libical library.
Homepage: https://github.com/libical/libical
Multi-Arch: same

Package: libical3-dbgsym
Priority: optional
Section: debug
Installed-Size: 1216
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: libical3
Version: 3.0.16-1+apertis0bv2024dev3b1
Depends: libical3 (= 3.0.16-1+apertis0bv2024dev3b1)
Filename: pool/target/libi/libical3/libical3-dbgsym_3.0.16-1+apertis0bv2024dev3b1_arm64.deb
Size: 931328
MD5sum: 24c21b8a94ed66e7085a9e3fe633be1c
SHA1: e130587ab1ad394d928645b589fbc4e71e8ab6a2
SHA256: b55bbac3870bc562084453e4241d6e1a170bffb1aa5d5c616561a20ec36e2224
SHA512: b7302111a24477fafb498ba216a210e40b538c427be20b5db7a2bcee5200a4e0c9510ce3fb16e4ef2ede95483720172131ff75e3fcce07cfa68716880518f47f
Description: debug symbols for libical3
Auto-Built-Package: debug-symbols
Build-Ids: 565a730b33dd91de625432684d6032196ea2dcd8 6570167fcb695e835eca503828072065f89b1503 65a6d4a3bb94c237d9c754753557aa1a5527ad81 7d758727551b3fba66f9ff29c45b0d7e9f4c365a 9e5f9207ec2b71e0d8e74e0a6a10c9f4c4db0c1b ca29b60157bc141f61ae1d44971b53417c3c17a6
Multi-Arch: same

Package: libice-dev
Priority: optional
Section: libdevel
Installed-Size: 236
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libice
Version: 2:1.0.10-1+apertis1bv2024dev2b1
Depends: libice6 (= 2:1.0.10-1+apertis1bv2024dev2b1), x11proto-dev
Suggests: libice-doc
Filename: pool/target/libi/libice/libice-dev_1.0.10-1+apertis1bv2024dev2b1_arm64.deb
Size: 63168
MD5sum: 458c709747dc833b86dc001fa66d1c79
SHA1: fffce287ed48c131a0cbfe55b0df3e773217a1f1
SHA256: 40796e2f2bb788070690c5b51819d9548ebf07e5e1f7755afa80ce514244ddaa
SHA512: f7badb6e3d7c11ecb416333e3e656331e6013603ac79adbd53324176f2eded9839737a8ca1cc85dcd55fe219157382a264a13d39e649b687b0bd58f7ff4cca76
Description: X11 Inter-Client Exchange library (development headers)
 This package provides the main interface to the X11 Inter-Client Exchange
 library, which allows for communication of data between X clients.
 .
 This package contains the development headers for the library found in libice6.
 Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libICE
Multi-Arch: same

Package: libice-doc
Priority: optional
Section: doc
Installed-Size: 402
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libice
Version: 2:1.0.10-1+apertis1bv2024dev2b1
Replaces: libice-dev (<< 2:1.0.8)
Breaks: libice-dev (<< 2:1.0.8)
Filename: pool/target/libi/libice/libice-doc_1.0.10-1+apertis1bv2024dev2b1_all.deb
Size: 134168
MD5sum: 64d2adbc29529d30b7eae691dd9e5761
SHA1: d6fd3b7773c1383528edffb02ef3a935e08f4534
SHA256: 196da0f3d6389d6ffcf08ae20379b3440d370cee11d09b8ddd998e4e83741c41
SHA512: ca901d0f08ea88ad46d64df0d9528b741d474e58a6180ff4f603a2ce039da89112b4cfba0ab2d6d710dff0cc4aa4d5993e2c1b2844b5e3889db87e912880a566
Description: documentation for the X11 ICE protocol and library
 The Inter-Client Exchange (ICE) Protocol allows for communication of data
 between X clients.
 .
 This package contains the ICE protocol specification and documentation for the
 ICE library.
Multi-Arch: foreign

Package: libice6
Priority: optional
Section: libs
Installed-Size: 163
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libice
Version: 2:1.0.10-1+apertis1bv2024dev2b1
Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.33), x11-common
Filename: pool/target/libi/libice/libice6_1.0.10-1+apertis1bv2024dev2b1_arm64.deb
Size: 53068
MD5sum: 0d1f5406a6818a17d2e4ff2a956d2702
SHA1: 4516d35012aa6c2db102786dea8072ce045b847b
SHA256: 2453e479322d4145a98cc3d71ab5bfb2915ab5efad1c1ccc78f22f53011a8546
SHA512: 2b92da6f661ebdc6382058949cb7591230be7c37902d5b2dfc755360b38e315528170e365cfd7b59697a7280529f61d8ac210ef39796c54fa7aba44e6a692060
Description: X11 Inter-Client Exchange library
 This package provides the main interface to the X11 Inter-Client Exchange
 library, which allows for communication of data between X clients.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libICE
Multi-Arch: same

Package: libice6-dbgsym
Priority: optional
Section: debug
Installed-Size: 129
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libice
Version: 2:1.0.10-1+apertis1bv2024dev2b1
Replaces: libice6-dbg (<< 2:1.0.10-1~)
Depends: libice6 (= 2:1.0.10-1+apertis1bv2024dev2b1)
Breaks: libice6-dbg (<< 2:1.0.10-1~)
Filename: pool/target/libi/libice/libice6-dbgsym_1.0.10-1+apertis1bv2024dev2b1_arm64.deb
Size: 108480
MD5sum: 9fe660b90b56c938e3d4b3fdc78b568e
SHA1: 7443614a166401c349484bd2a5e9bc8c350c6409
SHA256: ed805a93658fdbd385f0e786daadf5a3b61adbf1d62f523d32f8ae8f35b84931
SHA512: f9aac0364e5043a4192ca23ab2db6b3d1358bf6739ffb30a98b215fb87f08bae75e6257b9ac946491bc17ad67216e0c648d62294fe1313da30a9f78ca605c34e
Description: debug symbols for libice6
Auto-Built-Package: debug-symbols
Build-Ids: 583cd18f32cead718f00a8473245f4abb42e7bcd
Multi-Arch: same

Package: libicu-dev
Priority: optional
Section: libdevel
Installed-Size: 47719
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: icu
Version: 72.1-3+apertis1bv2024dev2b1
Replaces: icu-devtools (<< 72.1~rc-1~)
Depends: libicu72 (= 72.1-3+apertis1bv2024dev2b1), icu-devtools (>= 72.1-3+apertis1bv2024dev2b1), libc6-dev | libc-dev
Suggests: icu-doc
Breaks: icu-devtools (<< 72.1~rc-1~)
Filename: pool/target/i/icu/libicu-dev_72.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 10211060
MD5sum: 4a8aff098351782916b7d4b167710548
SHA1: a079cfb64f4cbc42015c11deaff802861418f7f0
SHA256: e7db6bc64c4a5ebc42eeb8cf8a7d8369d1ab4dad18fbbb46f5abd8a21f2129c3
SHA512: acd753ecaf64b42d9e1947df2e9a6d314573a760a735f29020a4094acb831851a4b2596983ef41ba9204e8901407d98c45260606dc08a3ee710163df0d021427
Description: Development files for International Components for Unicode
 ICU is a C++ and C library that provides robust and full-featured
 Unicode and locale support.  This package contains the development
 files for ICU.
Homepage: https://icu.unicode.org/
Multi-Arch: same

Package: libicu72
Priority: optional
Section: libs
Installed-Size: 36266
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: icu
Version: 72.1-3+apertis1bv2024dev2b1
Replaces: libiculx63 (<< 63.1-5)
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 12)
Breaks: libiculx63 (<< 63.1-5), openttd (<< 1.8.0-2~)
Filename: pool/target/i/icu/libicu72_72.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 9201328
MD5sum: 9a172a3cff633f41acb057fa2f075e35
SHA1: a6cbde3090d95e651c2c0fbda89155ec12ea8d19
SHA256: 27e7c44cadaf218f78aa6b670fbe8cf6e7b1a2cbc9eacdd95c3d97c3ce7cf14e
SHA512: 27084bc149a82b90e8ce2b313448dd6899d94a9f5a74aaa7777720fd1e52f30711b11ac97daf3f2e6c2fbba25f73a658d11dcaf42d1210dc8ad7a97938956965
Description: International Components for Unicode
 ICU is a C++ and C library that provides robust and full-featured
 Unicode and locale support.  This package contains the runtime
 libraries for ICU.
Homepage: https://icu.unicode.org/
Multi-Arch: same

Package: libicu72-dbgsym
Priority: optional
Section: debug
Installed-Size: 10076
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: icu
Version: 72.1-3+apertis1bv2024dev2b1
Depends: libicu72 (= 72.1-3+apertis1bv2024dev2b1)
Filename: pool/target/i/icu/libicu72-dbgsym_72.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 9148064
MD5sum: fb7bf5f575bf371e27808ab4fa2b068a
SHA1: ce312769b343776fbaed4afd13a63feeb7ec7b59
SHA256: 82df84c4ff3d629bce7b8861e1589b7018626382dad8cb1125e105137ca04a65
SHA512: 77b1268f165c3b87cde8bbe3c4a1be46d4c79984eafc32840326538f064c90bf66eb8ff6c87e3b4020045e9214b6f74b74ac459f23a93ffd97bf57679ddf0481
Description: debug symbols for libicu72
Auto-Built-Package: debug-symbols
Build-Ids: 5935c261254ff034466e90321f30cdace3a5c129 649a7c88e0b8f9002bbf4107050195abd6a55439 82111fa37056ffe0cb32b7f0f470abf9bc76c53d cd628c97e05e0a2d2035c52f7abe13c3e123cfb3 e3b2102bcbb7f89a115f4aac8bd35da079c1fe02 e8f63125032b7e125eb28a3faf248b61c9d3ff90
Multi-Arch: same

Package: libidn2-0
Priority: optional
Section: libs
Installed-Size: 470
Maintainer: Debian Libidn team <help-libidn@gnu.org>
Architecture: arm64
Source: libidn2
Version: 2.3.3-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libunistring2 (>= 0.9.7)
Filename: pool/target/libi/libidn2/libidn2-0_2.3.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 152956
MD5sum: c622a72a2208cb311e3fa1c9709650c6
SHA1: e82e2b5e9708b1a728291b8972078ae1214b0b5a
SHA256: adde126ada300ba96bd601e54bcde8e0269f64cf25edc3e975939fcc19ba9028
SHA512: abc35533f416af4a13109b586295e9bb894184bf3bdb31b27251b9c000f299f527a00be125fa7f8b7e3561ab2d91d6db6b28422f1f1f4f9dfca6bb283f86ff7b
Description: Internationalized domain names (IDNA2008/TR46) library
 Libidn2 implements the revised algorithm for internationalized domain
 names called IDNA2008/TR46.
 .
 This package contains runtime libraries.
Homepage: https://www.gnu.org/software/libidn/#libidn2
Multi-Arch: same

Package: libidn2-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 86
Maintainer: Debian Libidn team <help-libidn@gnu.org>
Architecture: arm64
Source: libidn2
Version: 2.3.3-1+apertis1bv2024dev3b1
Replaces: libidn2-0-dbg (<< 2.0.2-1~)
Depends: libidn2-0 (= 2.3.3-1+apertis1bv2024dev3b1)
Breaks: libidn2-0-dbg (<< 2.0.2-1~)
Filename: pool/target/libi/libidn2/libidn2-0-dbgsym_2.3.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 66980
MD5sum: b19d583d1a30dc006a3e567067ec0d08
SHA1: 0c2bfeba5a08d209fbbac1dce3590b14551dce95
SHA256: c0609368c85e7d3fe15530c85ea2997ebf661ade4f61f2348f5d83eb79cfc4e1
SHA512: 2ebf8f512cc6a659e1466cb4fea3f5b599108ba71ccc8b60b54c53b2861fb442b75a3defe36ba73afc9434a47c4bccaaac1613f499ed7c92a8786efcdab15abe
Description: debug symbols for libidn2-0
Auto-Built-Package: debug-symbols
Build-Ids: f8b00370d98728eebe73d05aa7a5170dd30927d8
Multi-Arch: same

Package: libidn2-dev
Priority: optional
Section: libdevel
Installed-Size: 368
Maintainer: Debian Libidn team <help-libidn@gnu.org>
Architecture: arm64
Source: libidn2
Version: 2.3.3-1+apertis1bv2024dev3b1
Provides: libidn2-0-dev
Depends: libidn2-0 (= 2.3.3-1+apertis1bv2024dev3b1)
Filename: pool/target/libi/libidn2/libidn2-dev_2.3.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 150916
MD5sum: 2a691ba38a8d997de76f747ecd9748da
SHA1: 1481de5cd83bdb8d1fa1a658ada8b07cc7754566
SHA256: d1697d133a84fbd902c06941cfdcbd9a3cd4a71c8630c54cfdf68f294d0e2320
SHA512: acbde428ebce481145542a74729e41e593c4ab0194527aaa6b2077b695713dde035e00cb028618ebe618d6e69fc73d10d88e9ed5f2add2bc4e2ffb8617f2233d
Description: Internationalized domain names (IDNA2008/TR46) development files
 Libidn2 implements the revised algorithm for internationalized domain
 names called IDNA2008/TR46.
 .
 This package contains header files and libraries for static linking.
Homepage: https://www.gnu.org/software/libidn/#libidn2
Multi-Arch: same

Package: libidn2-doc
Priority: optional
Section: doc
Installed-Size: 426
Maintainer: Debian Libidn team <help-libidn@gnu.org>
Architecture: all
Source: libidn2
Version: 2.3.3-1+apertis1bv2024dev3b1
Recommends: libidn2-dev
Filename: pool/target/libi/libidn2/libidn2-doc_2.3.3-1+apertis1bv2024dev3b1_all.deb
Size: 296760
MD5sum: f1f7df8792223b71c6279d5413645a42
SHA1: c7e510a0cf1cf83402cc1dc38abea14ea9a751bb
SHA256: 6c292561c29ee4553db4bb5a5c86efad578b451a99481de255207bb6c7b3851b
SHA512: ea11771f8b21c2924d7a74dbeae860e774aca09fe4aba1c56dbfc29018cb6b09e17bd9156a3a57ed70038ab27210559c8bf5099b2276226d5ecdddcbd7940733
Description: Internationalized domain names (IDNA2008/TR46) documentation
 Libidn2 implements the revised algorithm for internationalized domain
 names called IDNA2008/TR46.
 .
 This package contains programmer's manual in PDF, HTML and Info formats.
Homepage: https://www.gnu.org/software/libidn/#libidn2
Multi-Arch: foreign

Package: libiec61883-0
Priority: optional
Section: libs
Installed-Size: 100
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Source: libiec61883
Version: 1.2.0-6+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libraw1394-11 (>= 2.1.2)
Filename: pool/target/libi/libiec61883/libiec61883-0_1.2.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 29608
MD5sum: e76a25a1d6183f6f9faeb5ef30a11577
SHA1: 932e401dfbf9e1968062f20214163febd8724bf8
SHA256: 9ed87ef4f48c0a25c8aefef4fea71f924eb8b6da5970ccd6465653ae437b44b4
SHA512: e118f34a9600bf470678eb867daaac321bc8ef2e3429f4cbd6089a504d02a140cbfa68945b5123db83c302f49ebd675ca3c77d1f2a60da81cc64d2ceba67e88c
Description: partial implementation of IEC 61883 (shared lib)
 Implementation of IEC 61883, part 1 (CIP, plug registers, and CMP), part 2
 (DV-SD), part 4 (MPEG2-TS), and part 6 (AMDTP). Outside of IIDC, nearly all
 FireWire multimedia devices use IEC 61883 protocols.
 .
 The libiec61883 library provides a higher level API for streaming DV,
 MPEG-2 and audio over Linux IEEE 1394. This includes both reception and
 transmission. It uses the new "rawiso" API of libraw1394, which
 transparently provides mmap-ed DMA for efficient data transfer. It also
 represents the third generation of I/O technology for Linux 1394 for
 these media types thereby removing the complexities of additional kernel
 modules, /dev nodes, and procfs. It also consolidates features for plug
 control registers and connection management that previously existed in
 experimental form in an unreleased version of libavc1394.
Homepage: https://ieee1394.wiki.kernel.org/index.php/Main_Page
Multi-Arch: same

Package: libiec61883-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 73
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Source: libiec61883
Version: 1.2.0-6+apertis0bv2024dev3b1
Depends: libiec61883-0 (= 1.2.0-6+apertis0bv2024dev3b1)
Filename: pool/target/libi/libiec61883/libiec61883-0-dbgsym_1.2.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 51832
MD5sum: 7a032751861e8c42fce4eb87d22bb799
SHA1: 201093543c0086bb59c4c79c2a89437458b098e1
SHA256: d8d8050e2df3116076c6a4d5ffcdc3031c76c3b90e26cbea5185f6fd5e8287f5
SHA512: e8f64d5c84c15f6a49a23f0023c055da8e02ec1a5bb8dfe9f0d7ce13264f4e33b8510673f14e068e7346a47136a98d0689e8de72893801b441c4362202fa7c71
Description: debug symbols for libiec61883-0
Auto-Built-Package: debug-symbols
Build-Ids: 3527f58771291e367952903459f4c4e574850481
Multi-Arch: same

Package: libiec61883-dev
Priority: optional
Section: libdevel
Installed-Size: 301
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Source: libiec61883
Version: 1.2.0-6+apertis0bv2024dev3b1
Depends: libiec61883-0 (= 1.2.0-6+apertis0bv2024dev3b1), libraw1394-dev, libc6 (>= 2.34), libraw1394-11 (>= 2.1.2)
Filename: pool/target/libi/libiec61883/libiec61883-dev_1.2.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 42880
MD5sum: 65ba62df94306d08c0f188deef957871
SHA1: 4570dfcf738a26ca5327fc2506bf0b00bf90958d
SHA256: 2a72119f3bd7d906047ef663928066b365268063e1b97d961894c8b388dff9fd
SHA512: c818f049e0576bb196db428ee9c6ccc33996fbf0b6c2edcc46d6717ba05f600a47944da58cf94e0ed961b4b4019543a292c15e068c279d580ca9fdb8a6b8c3a1
Description: partial implementation of IEC 61883 (devel)
 Implementation of IEC 61883, part 1 (CIP, plug registers, and CMP), part 2
 (DV-SD), part 4 (MPEG2-TS), and part 6 (AMDTP). Outside of IIDC, nearly all
 FireWire multimedia devices use IEC 61883 protocols.
 .
 The libiec61883 library provides a higher level API for streaming DV,
 MPEG-2 and audio over Linux IEEE 1394. This includes both reception and
 transmission. It uses the new "rawiso" API of libraw1394, which
 transparently provides mmap-ed DMA for efficient data transfer. It also
 represents the third generation of I/O technology for Linux 1394 for
 these media types thereby removing the complexities of additional kernel
 modules, /dev nodes, and procfs. It also consolidates features for plug
 control registers and connection management that previously existed in
 experimental form in an unreleased version of libavc1394.
 .
 These are development files for libiec61883 library.
Homepage: https://ieee1394.wiki.kernel.org/index.php/Main_Page

Package: libiec61883-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 42
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Source: libiec61883
Version: 1.2.0-6+apertis0bv2024dev3b1
Depends: libiec61883-dev (= 1.2.0-6+apertis0bv2024dev3b1)
Filename: pool/target/libi/libiec61883/libiec61883-dev-dbgsym_1.2.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 16124
MD5sum: 851f271df7426d4e1a8eb7afe67bebe3
SHA1: 8a1902cb678edc68194e95bcc37d262879368e08
SHA256: c569e66e6f5f5eb94e84248efb8878c6e500e1a4d748f48775c6ca312df1b2f8
SHA512: 0a4004a7cd91d22919c7de8ce53b89115375fbfad833d1aa9e85f348bcff34fbc84e296941d03f86265294b16cbf641ed034760d985b503e1513db1fa6dc544a
Description: debug symbols for libiec61883-dev
Auto-Built-Package: debug-symbols
Build-Ids: b96804790cfead1c2565fca92bf14034870e9eca d384540f63d96b861c2f33bd364be06bdb401970

Package: libimath-3-1-29
Priority: optional
Section: libs
Installed-Size: 343
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: imath
Version: 3.1.6-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libstdc++6 (>= 4.2.1)
Filename: pool/target/i/imath/libimath-3-1-29_3.1.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 35744
MD5sum: 8a2e2d2c23bf7860fe4490d2e4f7a8d4
SHA1: bbb61fb3c0559d2abb849e1e21386c141a89df6b
SHA256: eeec50b91da29d7c54225422722bd09a8622341d01445cb8171c96554402fc68
SHA512: c56153056840f620faae2b8ea2813f9642237daff7395b679f10d5422e4ee3ee68fb21ba5a5c8e674ebb8ccdf9a3fa5a884c013dcda4326869a4aacba8d7ece2
Description: Utility libraries from ASF used by OpenEXR - runtime
 Imath is a basic, light-weight, and efficient C++ representation of
 2D and 3D vectors and matrices and other simple but useful
 mathematical objects, functions, and data types common in computer
 graphics applications, including the “half” 16-bit floating-point type.
 .
 Imath also includes optional Python bindings for all types and
 functions, including optimized implementations of vector and
 matrix arrays.
 .
 This package provides the runtime libraries.
Homepage: https://www.openexr.com
Multi-Arch: same

Package: libimath-3-1-29-dbgsym
Priority: optional
Section: debug
Installed-Size: 114
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: imath
Version: 3.1.6-1+apertis0bv2024dev2b1
Depends: libimath-3-1-29 (= 3.1.6-1+apertis0bv2024dev2b1)
Filename: pool/target/i/imath/libimath-3-1-29-dbgsym_3.1.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 99520
MD5sum: 86b0dada7acc555c16d3b75a1c18059b
SHA1: 3ce0a1ae7b985bb2cbc71a54645681b8eb799288
SHA256: 22a8f21677e6b3cf24878d3be39170b7999129ae1ec70d302ccfa00d341f9850
SHA512: f54c7c3b6781462ec95f08050c7046329811cce02fdc852ecf26769e1c95613d9b39f4dac4df70d288de7dbb981dc4a3ab2a2f958f62e7d6997a7480bc323ae0
Description: debug symbols for libimath-3-1-29
Auto-Built-Package: debug-symbols
Build-Ids: cad6011d381df1d25828b8ff93ef0b3f59d8b8a0
Multi-Arch: same

Package: libimath-dev
Priority: optional
Section: libdevel
Installed-Size: 1050
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: imath
Version: 3.1.6-1+apertis0bv2024dev2b1
Replaces: libilmbase-dev
Provides: libilmbase-dev
Depends: libimath-3-1-29 (= 3.1.6-1+apertis0bv2024dev2b1)
Conflicts: libilmbase-dev
Filename: pool/target/i/imath/libimath-dev_3.1.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 118176
MD5sum: 8d75a75dee2240aa2669dddcad78e678
SHA1: 1ee1f5129cb496c2addcb19d2d684fc461a63003
SHA256: 470e60fd301aa6ec4054998cd2347c39cd455b088ad757ffe1d944ab46a0b7b4
SHA512: 922c82d9db9dd41c9eae22f662234baa47f7f3870723f2a24214236d92cfedccdc32a1e806381995040bc1e2159c0f57bcd323c5d52ac7b8052c662d350bf2d0
Description: Utility libraries from ASF used by OpenEXR - development
 Imath is a basic, light-weight, and efficient C++ representation of
 2D and 3D vectors and matrices and other simple but useful
 mathematical objects, functions, and data types common in computer
 graphics applications, including the “half” 16-bit floating-point type.
 .
 Imath also includes optional Python bindings for all types and
 functions, including optimized implementations of vector and
 matrix arrays.
 .
 This package provides the development files for Imath.
Homepage: https://www.openexr.com
Multi-Arch: same

Package: libimath-doc
Priority: optional
Section: doc
Installed-Size: 2617
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: all
Source: imath
Version: 3.1.6-1+apertis0bv2024dev2b1
Depends: libjs-jquery, sphinx-common
Filename: pool/target/i/imath/libimath-doc_3.1.6-1+apertis0bv2024dev2b1_all.deb
Size: 203292
MD5sum: df6c4d949fe3414b62734c280d2515f5
SHA1: 835f054f00df0e26e22871011b2cdd803fb37f5b
SHA256: a4e839886896ca5da8fa0438735e9e554126a69e38cc243bcb65cebfa3ec3dc2
SHA512: 2c550f74a8ba54a3e409b8534152688a0ab2e16968505a198e460117420d563e05d1f3411a64764bd5b862e3b6c4e0cf52003482cc2b5d4cd18d29a17c351280
Description: Utility libraries from ASF used by OpenEXR - documentation
 Imath is a basic, light-weight, and efficient C++ representation of
 2D and 3D vectors and matrices and other simple but useful
 mathematical objects, functions, and data types common in computer
 graphics applications, including the “half” 16-bit floating-point type.
 .
 Imath also includes optional Python bindings for all types and
 functions, including optimized implementations of vector and
 matrix arrays.
 .
 This package provides the official documentation for Imath.
Homepage: https://www.openexr.com
Multi-Arch: foreign

Package: libiniparser-dev
Priority: optional
Section: libdevel
Installed-Size: 58
Maintainer: Salvatore Bonaccorso <carnil@debian.org>
Architecture: arm64
Source: iniparser
Version: 4.1-6+apertis1bv2024dev3b1
Depends: libiniparser1 (= 4.1-6+apertis1bv2024dev3b1)
Recommends: libiniparser-doc (= 4.1-6+apertis1bv2024dev3b1)
Filename: pool/target/i/iniparser/libiniparser-dev_4.1-6+apertis1bv2024dev3b1_arm64.deb
Size: 13352
MD5sum: 2061ed26978125dda1a914ede0dc3bbe
SHA1: 3d116741fd4a5e5d1ee211b9526be74302e88da2
SHA256: 814c3e62ce0bd6bea985147614f6c18421a7569d1bc06c1f889ea506c022c7a9
SHA512: 9582e09bc3d97c5cd50ef678a73508858e9caeeacb5718365bb73b6b2ec8ea6f12bd903a7f3c808d18a0f8ae1e21a8c819fed5ffb1729d046aa73b0521992eac
Description: development files for the iniParser INI file reader/writer
 This package contains development libraries and headers for the iniParser
 INI file reader/writer.
 .
 The iniParser library is a simple C library offering INI file parsing
 services (both reading and writing).
Homepage: http://ndevilla.free.fr/iniparser/
Multi-Arch: same

Package: libiniparser-doc
Priority: optional
Section: doc
Installed-Size: 156
Maintainer: Salvatore Bonaccorso <carnil@debian.org>
Architecture: all
Source: iniparser
Version: 4.1-6+apertis1bv2024dev3b1
Depends: libjs-jquery
Filename: pool/target/i/iniparser/libiniparser-doc_4.1-6+apertis1bv2024dev3b1_all.deb
Size: 28212
MD5sum: a6fadf46d9b27b4a427049a2cd53f5d0
SHA1: bdf410ca0eb6d1f201839819bfdb95db83a165cb
SHA256: 797edd30e4b04bef09bd84ac9fbc2aaf49efc6ce21bc23ecf0b518d18358778e
SHA512: fc888cbfa7f747550c3a74f271df269e74b71a81ad6f59d423ce246fb8d9a7860e689e0135eb0010efac7ed868e9828944ed6e716a47730c4db9c251a2ebfdb6
Description: documentation files for the iniParser INI file reader/writer
 This package contains HTML documentation for the iniParser INI file
 reader/writer.
 .
 The iniParser library is a simple C library offering INI file parsing
 services (both reading and writing).
Homepage: http://ndevilla.free.fr/iniparser/
Multi-Arch: foreign

Package: libiniparser1
Priority: optional
Section: libs
Installed-Size: 84
Maintainer: Salvatore Bonaccorso <carnil@debian.org>
Architecture: arm64
Source: iniparser
Version: 4.1-6+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/i/iniparser/libiniparser1_4.1-6+apertis1bv2024dev3b1_arm64.deb
Size: 10400
MD5sum: 10c0b47dc1b59c04dee1a66188e5597d
SHA1: cb819c1439c5fce40e22c31b2e383ccfd1773abb
SHA256: ec4e6f4686ce59d4cac5c4adbc09fe133f630022bd9a286de59718aaaf008163
SHA512: 1b4d24c56a3d86ed51e4a2965a6e898fa6bf9b48dfa524fd1e2a9592efc86a6897d8c9aa0e273ce2a910a333c3e32c86fad564bcb32b88fd7e30862ea9e7fa42
Description: runtime library for the iniParser INI file reader/writer
 This package contains the runtime library for the iniParser INI file
 reader/writer.
 .
 The iniParser library is a simple C library offering INI file parsing
 services (both reading and writing).
Homepage: http://ndevilla.free.fr/iniparser/
Multi-Arch: same

Package: libiniparser1-dbgsym
Priority: optional
Section: debug
Installed-Size: 32
Maintainer: Salvatore Bonaccorso <carnil@debian.org>
Architecture: arm64
Source: iniparser
Version: 4.1-6+apertis1bv2024dev3b1
Depends: libiniparser1 (= 4.1-6+apertis1bv2024dev3b1)
Filename: pool/target/i/iniparser/libiniparser1-dbgsym_4.1-6+apertis1bv2024dev3b1_arm64.deb
Size: 17384
MD5sum: 8f68c1a33a311a7c82686147883f762d
SHA1: f8df768344770dbd05fa8ef6973c281674715a11
SHA256: 09b103584179fab2652320d8ab9a4c5efdb7a7c0b5d4e1405487928005ea8c4f
SHA512: d97ce23831e4720f3c4f948003ddeaff925ecfc9a39b225194c2b06317706dcd3756fabb2347d969e32662d2bb86b6d7ba9c6cbcf26d77be4145203077a9d5e2
Description: debug symbols for libiniparser1
Auto-Built-Package: debug-symbols
Build-Ids: 0c5a4239eb9d8d04af11f2c874a9fd45be52cf17
Multi-Arch: same

Package: libinput-bin
Priority: optional
Section: libs
Installed-Size: 287
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libevdev2 (>= 1.10.0), libudev1 (>= 183)
Filename: pool/target/libi/libinput/libinput-bin_1.22.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 24256
MD5sum: dc0bdd1f3bf1935ad85e95afb3e83986
SHA1: f0c43842967b0bfc83cba48d52926ac88271aaee
SHA256: b0254c4ed243a73d4b3172186cbf18e0f158f0dc78e24f1d580a57fae2689d18
SHA512: 631b69a358f851ce84286da74a3903a2c599ac1e72040506246c21d5f03f7c2c84365ca843b8366ca45e1ca50a00b8b8c67e703df7bef0cbb85d6ee68cbc8ef1
Description: input device management and event handling library - udev quirks
 libinput is a library that handles input devices for display servers and
 other applications that need to directly deal with input devices.
 .
 It provides device detection, device handling, input device event
 processing and abstraction to minimize the amount of custom input
 code the user of libinput needs to provide the common set of
 functionality that users expect.
 .
 This package includes the udev quirks database and helpers.
Homepage: https://www.freedesktop.org/wiki/Software/libinput/
Multi-Arch: foreign

Package: libinput-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 62
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libinput-bin (= 1.22.1-1+apertis1bv2024dev3b1)
Filename: pool/target/libi/libinput/libinput-bin-dbgsym_1.22.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 25264
MD5sum: ccf4255a589ddad7195fa153494d3010
SHA1: 706cd249f6d2b98e36a6d332e68850b2ec580488
SHA256: 9773cba111b0c9683c15aac394c6b4770f3eb74813f6b8ca1ba336f6f77afd38
SHA512: fbbf583e8bc19247cfe67d6534a8bfd0a1bfab4f563075231243a3116320a1151f6003aa0ab8126bad985d61e7bd1dd65658151510e2304a69445f856f392507
Description: debug symbols for libinput-bin
Auto-Built-Package: debug-symbols
Build-Ids: 23b3cd2c333fd6b60bc123cf638d6375d989ab94 873b080a30571e0b8fc1b49a6697fabaeac2fc29 a5efdacfff64e7f3e401ddbdc9ea35a1193a356d

Package: libinput-dev
Priority: optional
Section: libdevel
Installed-Size: 218
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libinput10 (= 1.22.1-1+apertis1bv2024dev3b1), libmtdev-dev (>= 1.1.0), libudev-dev, libevdev-dev (>= 1.10.0)
Filename: pool/target/libi/libinput/libinput-dev_1.22.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 34648
MD5sum: ea88560f0a247efb7ddaf16425b20737
SHA1: c6871c0ec1a5b0c168bed2f773a0450f1201b07f
SHA256: 799e8a2819ef0c7f608e027a58b39a27672577ba8e1f4e7f8fe613f1a7469b4d
SHA512: 2a6fcac56ae470cd2cbf1aea9c9a4826bfb4927e526fc3359122ac5962588ccb505b8ca6f3f2464ebff51b0899adc4bc9322ba59ebda48054d8d70038a0e7627
Description: input device management and event handling library - development files
 libinput is a library that handles input devices for display servers and
 other applications that need to directly deal with input devices.
 .
 It provides device detection, device handling, input device event
 processing and abstraction to minimize the amount of custom input
 code the user of libinput needs to provide the common set of
 functionality that users expect.
 .
 This package includes the development headers.
Homepage: https://www.freedesktop.org/wiki/Software/libinput/
Multi-Arch: same

Package: libinput-tools
Priority: optional
Section: libdevel
Installed-Size: 1049
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libinput10 (= 1.22.1-1+apertis1bv2024dev3b1), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libevdev2 (>= 1.10.0), libglib2.0-0 (>= 2.30.0), libgtk-3-0 (>= 3.19.12), libudev1 (>= 183), libwayland-client0 (>= 1.20.0), libx11-6, python3, python3-libevdev, python3-pyudev
Filename: pool/target/libi/libinput/libinput-tools_1.22.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 132356
MD5sum: 6234586274f3acfcd61b1b7d1a0d36b9
SHA1: 7e1acd376a2def89e2730e0f8c92d049945b6b9f
SHA256: 047ffe213f31fdd0f0a9346cdd465008c09cb893b105d1f07855d0cf616886ee
SHA512: da61a2f53800ff4cbd282395df4b1f00856647220214e3aca10ea9ff4b6ba970af563d01c7bafdca051ade6cf6f2e4492bd23c6f58cbfa630f14bb9b1d3558bb
Description: input device management and event handling library - command line tools
 libinput is a library that handles input devices for display servers and
 other applications that need to directly deal with input devices.
 .
 It provides device detection, device handling, input device event
 processing and abstraction to minimize the amount of custom input
 code the user of libinput needs to provide the common set of
 functionality that users expect.
 .
 This package includes the command line tools.
Homepage: https://www.freedesktop.org/wiki/Software/libinput/
Multi-Arch: allowed

Package: libinput-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 839
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libinput-tools (= 1.22.1-1+apertis1bv2024dev3b1)
Filename: pool/target/libi/libinput/libinput-tools-dbgsym_1.22.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 631788
MD5sum: b97d426eb619714363a1a78f89e90137
SHA1: 703fc822e210c166f11ca4e6e2fe6f1520899f30
SHA256: 9c66f0d37145b02573886e6a47dc57f7a22b423ccafe5e3b8e16ca2d9bc95d2f
SHA512: 6db410133cbd400c16ed38455c82c92ad0a887a38f2de7240b823bb4ed7d7147f68963dcd957f2d72fa7be12f4472b211f8ed1e7549be86bf19c207c054123dc
Description: debug symbols for libinput-tools
Auto-Built-Package: debug-symbols
Build-Ids: 38fc93fa8d0fa5aa6f65c139e8ba68038c638aaf 4669e72a659792d8f25d9ddc66acc3c274774404 6a51dd42f09e9638b0eb11e6c95c30ab8dd7e95f 6c85983098fd52d10b2dfd5643b872617f1736e1 811b0ccee208c973df31b2abf2f6b2f54083c77e c1b19b97bd29e74579801ce47e73567bc802eb8c eb9115b9e66f6c6f886ffe1af4f4fd1ba31f0157 ece24f3f13f0dc788410b87b71802ae2ca410aec eebf7f8a85aff8964bc115bb07b2535d25a0b884 fdaf0905d93e6015002fabeb9256a539c3006cd6

Package: libinput10
Priority: optional
Section: libs
Installed-Size: 363
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.35), libevdev2 (>= 1.10.0), libmtdev1 (>= 1.1.0), libudev1 (>= 183), libinput-bin (>= 1.22.1-1+apertis1bv2024dev3b1)
Filename: pool/target/libi/libinput/libinput10_1.22.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 111684
MD5sum: d77a60c87f327eace7077fab18a7c2b3
SHA1: 0dc52c0616d400a1f7b5e284c4642c5983de8a9e
SHA256: b5c862f1fed08027c12e5c5798bfcf669f53a651f976d401509cfd27bd7b97f9
SHA512: 43e3ef9ce4f671fdd68be8a59996b420954d0c59866f97d7417e180cb985f6d3f725daa72964025b3bb7f7ac85b69703f47b437710f644da9551f11cbbb50bd4
Description: input device management and event handling library - shared library
 libinput is a library that handles input devices for display servers and
 other applications that need to directly deal with input devices.
 .
 It provides device detection, device handling, input device event
 processing and abstraction to minimize the amount of custom input
 code the user of libinput needs to provide the common set of
 functionality that users expect.
 .
 This package includes the shared library.
Homepage: https://www.freedesktop.org/wiki/Software/libinput/
Multi-Arch: same

Package: libinput10-dbgsym
Priority: optional
Section: debug
Installed-Size: 517
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libinput
Version: 1.22.1-1+apertis1bv2024dev3b1
Depends: libinput10 (= 1.22.1-1+apertis1bv2024dev3b1)
Filename: pool/target/libi/libinput/libinput10-dbgsym_1.22.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 463036
MD5sum: e269730dde65c62a2d0656f9595d54ac
SHA1: e796799fce8918fbe6fd39645f1fcbcae3408184
SHA256: a9e56b426a79149c202b8c359a90546c4162a634f1dc845afa2d2200c54080ac
SHA512: 8133300c4d717724903c7a7cf57f953c3af085ce3680898d34e886be0b7518bd0221949a329747f4aa25c4399e4af52fe491d53b623ff9bfc95b6f53f9a6a08f
Description: debug symbols for libinput10
Auto-Built-Package: debug-symbols
Build-Ids: d6f9b6af0df796e60f11f8d20867b3c01ed49fd7
Multi-Arch: same

Package: libip4tc-dev
Priority: optional
Section: libdevel
Installed-Size: 41
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Replaces: libiptc-dev (<< 1.8.4-2)
Depends: libip4tc2 (= 1.8.9-2+apertis0bv2024dev2b1)
Breaks: libiptc-dev (<< 1.8.4-2)
Filename: pool/target/i/iptables/libip4tc-dev_1.8.9-2+apertis0bv2024dev2b1_arm64.deb
Size: 9728
MD5sum: e3cfd69687c115b7088055e7e882be20
SHA1: e66cb12e605420b64ee789836ca10ba7cba8c07b
SHA256: 34931fc242a0e68efe3a384ddf708cec6aa7a6b3b27ffd10162116e5116be529
SHA512: 91b2a9eebacf3e98801fbb28c8989935ff928f85036ddd688d5d8429b060256125e6fcf776e19045556f530eb441f77fb94d08fa1fa998b23be983a549abf9a4
Description: Development files for libip4tc
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package provides development files and static libraries for libip4tc.
Homepage: https://www.netfilter.org/
Multi-Arch: same

Package: libip4tc2
Priority: optional
Section: libs
Installed-Size: 98
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.28)
Filename: pool/target/i/iptables/libip4tc2_1.8.9-2+apertis0bv2024dev2b1_arm64.deb
Size: 18724
MD5sum: b7eaad29cee8619874f29775dddec474
SHA1: a93bf064254678c0eee0be6c6d5dc5522c28f4ba
SHA256: db303b65d2c44fd743c29acf0b72cf807e58a4dd20fc728e0fabce1b11c848a8
SHA512: 5f85017cede229fdc7f784ea025ef8b24a44e0a55c34e0bf4ed812dc2e9c2f8d0b94ac7f8928dc3a91c183f120dadbd54fba5330391bdd90c3d3a30f172c569a
Description: netfilter libip4tc library
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package contains the user-space iptables (IPv4) C library from the
 Netfilter xtables framework.
 .
 iptables IPv4 ruleset ADT and kernel interface.
 .
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.
Homepage: https://www.netfilter.org/
Multi-Arch: same

Package: libip4tc2-dbgsym
Priority: optional
Section: debug
Installed-Size: 54
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libip4tc2 (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/libip4tc2-dbgsym_1.8.9-2+apertis0bv2024dev2b1_arm64.deb
Size: 39572
MD5sum: 970dfdaf98c429c2f7c0fe26ea3daa58
SHA1: d9fcd24aee245fe631870b44b7be7654c53e3b15
SHA256: d3b3f010d118aa5c07d5ff0ffac087d7a2fee0689cd7487675aba20b9fd5a94f
SHA512: 3c4fd30cab2721c4b54620313a5134c39d0d4cbc473c5e1dbae9de1895a19a35db17b924967d5121197c706636266606083b4c7d2fb26e4e954897c6724c7cfc
Description: debug symbols for libip4tc2
Auto-Built-Package: debug-symbols
Build-Ids: 2dac9d97eec65d99196fe77570a8196e9cd0db9f
Multi-Arch: same

Package: libip6tc-dev
Priority: optional
Section: libdevel
Installed-Size: 38
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libip6tc2 (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/libip6tc-dev_1.8.9-2+apertis0bv2024dev2b1_arm64.deb
Size: 9068
MD5sum: badb15c0a6214c21dc7cd27b96da4303
SHA1: 4793c1145ca2bcf66e70159b9fc7d46949198790
SHA256: 20a719e27b4a47547e7b4ece15e2f4fb05e393eec358019da05317abbb95ebc8
SHA512: 2e7dedbb4b6803cda65f97b1199a88bacf9a3edf4333d00557b0e156a47c8e656e2aa1ce6861d7b9bbe9a67aa2bed3e0b8b4ab6516b18fe5a6b367c57d240a59
Description: Development files for libip6tc
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package provides development files and static libraries for libip6tc.
Homepage: https://www.netfilter.org/
Multi-Arch: same

Package: libip6tc2
Priority: optional
Section: libs
Installed-Size: 98
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.28)
Filename: pool/target/i/iptables/libip6tc2_1.8.9-2+apertis0bv2024dev2b1_arm64.deb
Size: 18980
MD5sum: 55ca8e6642b8c05e776dd55c7942a12a
SHA1: 71e2e5aa2ead24a9a62b39f0838d4833588aa2cb
SHA256: ffd2b5b8414305b0e2fb396ec630db16dc71d468a2e9a43615e7e658ea4c108c
SHA512: a08fef024abdd0189609330090c912820a23e3089a229b257dc2369582c30119fbc97e28491366ded012633260b6d19c24c775b0556936867089eca1524f08dc
Description: netfilter libip6tc library
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package contains the user-space iptables (IPv6) C library from the
 Netfilter xtables framework.
 .
 iptables IPv6 ruleset ADT and kernel interface.
 .
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.
Homepage: https://www.netfilter.org/
Multi-Arch: same

Package: libip6tc2-dbgsym
Priority: optional
Section: debug
Installed-Size: 55
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libip6tc2 (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/libip6tc2-dbgsym_1.8.9-2+apertis0bv2024dev2b1_arm64.deb
Size: 40796
MD5sum: f35e2dca50baea5826d39c74fd761c7a
SHA1: e9987a005eed34328898e357098cb4c2d572eee8
SHA256: 36f932cedeaa881a2ea9f0e180863081924d2bfe54e79d44b15d1cb41ccb4dfc
SHA512: 1f81b4be10622ffc1f1a0b498cbdad95da1e7e1af8586f73179048f747d742ac017fcf937fe0b226b60467a5c69b01243bd9e41210fb0388c090e30dd57e3706
Description: debug symbols for libip6tc2
Auto-Built-Package: debug-symbols
Build-Ids: 2007f7893f264f26b6971ee6bd1a55a95a4bf787
Multi-Arch: same

Package: libiptc-dev
Priority: optional
Section: libdevel
Installed-Size: 29
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libip4tc-dev (= 1.8.9-2+apertis0bv2024dev2b1), libip6tc-dev (= 1.8.9-2+apertis0bv2024dev2b1)
Breaks: libip4tc-dev (<< 1.8.4-2)
Filename: pool/target/i/iptables/libiptc-dev_1.8.9-2+apertis0bv2024dev2b1_arm64.deb
Size: 7600
MD5sum: cb16d12ba6fe7e716062f94fc9ed01d4
SHA1: 679fb0bd64170f0c456f5e23cef8b6acf0409ad9
SHA256: 2acd08a9e13fa3b8df24a91bd739845ccb02e913faf63b318553b8a9e608aab0
SHA512: ff59677d016a6092fcdf36f0a93420fe5552b091b545052b580c1a85eba19865852dc10352084445ed3f76008f0cb9acadc45b433de42f004ef4668a6adc531e
Description: Common development files for libiptc
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package provides development files (pkg-config) for libiptc.
Homepage: https://www.netfilter.org/
Multi-Arch: same

Package: libiptc0
Priority: optional
Section: oldlibs
Installed-Size: 25
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libip4tc2 (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/libiptc0_1.8.9-2+apertis0bv2024dev2b1_arm64.deb
Size: 7256
MD5sum: 2265e7def28529d107a3bfb319bd4b2b
SHA1: 9847efca481938c4641b8530ece4cb5cdc18657e
SHA256: 0ae9e43bd2ab70443478b820085fdded2375936ad48ad70c46ae932800fe9903
SHA512: b66bbb251385c6d6d3f51aae9d549f33ba3f3477be0b2226000659fa4589b8b23a4163e85110919b09cbb48dca1a59362267e3ca1ff96629c87b8ddde4e10ffa
Description: transitional dummy package
 This is a transitional package. It can safely be removed.
Homepage: https://www.netfilter.org/
Multi-Arch: same

Package: libiptcdata-bin
Priority: optional
Section: graphics
Installed-Size: 95
Maintainer: Ian Wienand <ianw@debian.org>
Architecture: arm64
Source: libiptcdata
Version: 1.0.5-2.3+apertis1bv2024dev2b1
Depends: libiptcdata0 (= 1.0.5-2.3+apertis1bv2024dev2b1), libc6 (>= 2.34)
Filename: pool/target/libi/libiptcdata/libiptcdata-bin_1.0.5-2.3+apertis1bv2024dev2b1_arm64.deb
Size: 18084
MD5sum: d4fa7af49036ca4f3258f63f03def7f5
SHA1: 1c456542b9d539405d4388ddea5db912c7176b24
SHA256: 0a4d7bf9dc090585723872c904b26a05fd2c98febdd921ea27528bd82a8cfd62
SHA512: f6228cb5972f89d32b97cd3796dfa7b88c19d39350718ce0d45fd9684139927d7db3223139bf40186d0f67f73ea2aeedf79d537bbc48ddac4bd99f5195d9f158
Description: Library to parse IPTC metadata (programs)
 libiptcdata is a library, for manipulating the International Press
 Telecommunications Council (IPTC) metadata stored within multimedia
 files such as images. The library provides routines for parsing,
 viewing, modifying, and saving this metadata.
Homepage: https://github.com/ianw/libiptcdata

Package: libiptcdata-doc
Priority: optional
Section: doc
Installed-Size: 113
Maintainer: Ian Wienand <ianw@debian.org>
Architecture: all
Source: libiptcdata
Version: 1.0.5-2.3+apertis1bv2024dev2b1
Filename: pool/target/libi/libiptcdata/libiptcdata-doc_1.0.5-2.3+apertis1bv2024dev2b1_all.deb
Size: 26372
MD5sum: 66ac1aea00190ae7eaff4e96b8f96868
SHA1: 8c7ff3e72776f03018cc6f6d7d4c6b5d5508fa12
SHA256: 72fd5b54a85ade8a32d56eab2884c12e28ff81b5197ae39380d06dcdb742f83d
SHA512: d15cd81a28883d50521c7fc6018eb157f478c5646ed6f73e1425ee24ccb9b1a80fddb89265fdbf963db83e640e34e440236cfae891cd300d99552083e3d19654
Description: Library to parse IPTC metadata (documentation)
 libiptcdata is a library, for manipulating the International Press
 Telecommunications Council (IPTC) metadata stored within multimedia
 files such as images. The library provides routines for parsing,
 viewing, modifying, and saving this metadata.
Homepage: https://github.com/ianw/libiptcdata

Package: libiptcdata0
Priority: optional
Section: libs
Installed-Size: 97
Maintainer: Ian Wienand <ianw@debian.org>
Architecture: arm64
Source: libiptcdata
Version: 1.0.5-2.3+apertis1bv2024dev2b1
Provides: libiptcdata
Depends: libc6 (>= 2.17)
Filename: pool/target/libi/libiptcdata/libiptcdata0_1.0.5-2.3+apertis1bv2024dev2b1_arm64.deb
Size: 26608
MD5sum: ec904116ba6ef91fa5be31c1f40571c7
SHA1: db40f91c0994e7198758b38d568b461476e67ead
SHA256: 5c734a3104d1ce21a083c1ce1bd8c8462227fa5fefb69820f94804d747e68aad
SHA512: 38b8973232bfdf26c8206a02310c356327b7b4b6f11c8064e4bde81e877966f23be19ca13a545131589e703c5e0e935efd022a8f6b069efb6fd8c706079f820e
Description: Library to parse IPTC metadata
 libiptcdata is a library, for manipulating the International Press
 Telecommunications Council (IPTC) metadata stored within multimedia
 files such as images. The library provides routines for parsing,
 viewing, modifying, and saving this metadata.
Homepage: https://github.com/ianw/libiptcdata

Package: libiptcdata0-dbg
Priority: optional
Section: debug
Installed-Size: 89
Maintainer: Ian Wienand <ianw@debian.org>
Architecture: arm64
Source: libiptcdata
Version: 1.0.5-2.3+apertis1bv2024dev2b1
Depends: libiptcdata0 (= 1.0.5-2.3+apertis1bv2024dev2b1)
Filename: pool/target/libi/libiptcdata/libiptcdata0-dbg_1.0.5-2.3+apertis1bv2024dev2b1_arm64.deb
Size: 59892
MD5sum: 26db6eeaabe3f1b3e1bb883c4793d6ec
SHA1: 6787e96c062db6ae58429f98d2fa52a6089cb458
SHA256: d052dd628c3fe9403e4acad838a68b5dd893f168a351e26b96e07271f0364c39
SHA512: e94e3c55a8f4e657f9bbb39e9902c693309ce49cea12c8695353e22010420ffd193df69d875ff78c9f6396f848c4f523cd9c3f69907219ae183f23d6af93cab3
Description: Library to parse IPTC metadata (debug files)
 libiptcdata is a library, for manipulating the International Press
 Telecommunications Council (IPTC) metadata stored within multimedia
 files such as images. The library provides routines for parsing,
 viewing, modifying, and saving this metadata.
Build-Ids: e0ce547fe3dcc991f15c556e41bc614188fa0f4a ae3ebb988bcc67f3dd81c60aae2ffe8eaa0ea567
Homepage: https://github.com/ianw/libiptcdata

Package: libiptcdata0-dev
Priority: optional
Section: libdevel
Installed-Size: 52
Maintainer: Ian Wienand <ianw@debian.org>
Architecture: arm64
Source: libiptcdata
Version: 1.0.5-2.3+apertis1bv2024dev2b1
Provides: libiptcdata-dev
Depends: libiptcdata0 (= 1.0.5-2.3+apertis1bv2024dev2b1), libc6-dev
Suggests: libiptcdata-doc
Filename: pool/target/libi/libiptcdata/libiptcdata0-dev_1.0.5-2.3+apertis1bv2024dev2b1_arm64.deb
Size: 15984
MD5sum: c30c1e5ed4664eefcef4db5d87f31add
SHA1: cf4f3fd56ffb77d093a7714f28a8b6334a1a240b
SHA256: bc54ace308450e4a13f31645df3bce50831d90c798b208fff7dac3f9ab71417d
SHA512: ef98a54cd59533e89680c5eed53f8345f2963fb3744610a41dcbc44bbf61d5c0313e9a96505abc0db619f6280f2035ef65177a245d83a6e9d90978be5003607e
Description: Library to parse IPTC metadata (development files)
 libiptcdata is a library, for manipulating the International Press
 Telecommunications Council (IPTC) metadata stored within multimedia
 files such as images. The library provides routines for parsing,
 viewing, modifying, and saving this metadata.
Homepage: https://github.com/ianw/libiptcdata

Package: libitm1
Priority: optional
Section: libs
Installed-Size: 146
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34)
Filename: pool/target/g/gcc-12/libitm1_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 23944
MD5sum: ab183fdc735fda746c9ceed6eff2d6d6
SHA1: e66dae541d28d61780152edd704db75c8ca0c2aa
SHA256: 050612d170135935c594e1c403143f933d06f2288ef442368d78a75808d71141
SHA512: b21d8d84db46d3a7110e4bc9b8599c9e69abb34df794ada10b09eb3931151418dffa8245a6fa1b74e7849ea7cc5562c61f639d8f088cf022f642cbece77625f1
Description: GNU Transactional Memory Library
 GNU Transactional Memory Library (libitm) provides transaction support for
 accesses to the memory of a process, enabling easy-to-use synchronization of
 accesses to shared memory by several threads.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libitm1-dbgsym
Priority: optional
Section: debug
Installed-Size: 353
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libitm1-dbg (<< 9.2.1-21)
Depends: libitm1 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libitm1-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libitm1-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 298640
MD5sum: d37f7770fcb7212736225419a7d21116
SHA1: 10db62fc6205fbba8d039cd168ac23af208b87e1
SHA256: ba77aa950bf8c15e941bc5d91096bb1ea7204af2db40c8ee8f13fce97de4b574
SHA512: cc4be5b23aac2b80b5a9133d59be4b48ff01d0bba660d97ae421380f62a79d30bd9e41c781270078de46df02c65c3d6ab1119380f8a33d07403cd389fdfb931c
Description: debug symbols for libitm1
Auto-Built-Package: debug-symbols
Build-Ids: 5ca88f6fabb25c4b0e45ab62a9a356efbeea6bbe
Multi-Arch: same

Package: libjack-jackd2-0
Priority: optional
Section: libs
Installed-Size: 1290
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: jackd2
Version: 1.9.21~dfsg-3+apertis1bv2024dev3b1
Replaces: libjack-0.116, libjack-0.125
Provides: libjack-0.116, libjack-0.125
Depends: libc6 (>= 2.34), libdb5.3, libgcc-s1 (>= 3.0), libopus0 (>= 1.3.1-2~), libsamplerate0 (>= 0.1.7), libstdc++6 (>= 11)
Suggests: jackd2 (= 1.9.21~dfsg-3+apertis1bv2024dev3b1)
Conflicts: libjack-0.116, libjack-0.125, libjack0
Filename: pool/target/j/jackd2/libjack-jackd2-0_1.9.21~dfsg-3+apertis1bv2024dev3b1_arm64.deb
Size: 266028
MD5sum: 890ab370dc69b990f2f87a47a3c4df0d
SHA1: eeef35ce72df855c6e1a8da1765f4497cba407cb
SHA256: efa90ffe30d5e91a075db2e3cb3d98a7b3ee0cecde35feeda5de45f17f7b068f
SHA512: c0d462dbc9c6b0a20f7246c5579a06c9a12855ff436c787afb0da673976bfa2e3898b881f3c26ee198c2c0d4b6c0c2d64a1193f9efab5e81ba193792817b7316
Description: JACK Audio Connection Kit (libraries)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains the shared libraries.
Homepage: https://jackaudio.org/
Multi-Arch: same

Package: libjack-jackd2-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 2267
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: jackd2
Version: 1.9.21~dfsg-3+apertis1bv2024dev3b1
Depends: libjack-jackd2-0 (= 1.9.21~dfsg-3+apertis1bv2024dev3b1)
Filename: pool/target/j/jackd2/libjack-jackd2-0-dbgsym_1.9.21~dfsg-3+apertis1bv2024dev3b1_arm64.deb
Size: 2005528
MD5sum: bcb71693c08c68b8d304ea727dd9e052
SHA1: fdb8b46dd65c21d36a112579ab00981b4b928f49
SHA256: e3de742216ee91f6f46a7e2885bd965f5d880cfa93ea87f5181f63aa40fa8833
SHA512: a2915dc85b0644e8077f6c010bf7f45f5f5bbb4be85c9f8a3b29efb9e2915f921b6b68704a46ac86bebf5388c117100bf7f39d990e27e76f67c048d4cb5ec21f
Description: debug symbols for libjack-jackd2-0
Auto-Built-Package: debug-symbols
Build-Ids: a04a1716c226e7a32c6fb30b251f127b5ca45206 b215589f56ccf54716f0f41ddb594bd0be01b2a4 c5f0b88332d4c3b652b90fa90008bf292a7ada77
Multi-Arch: same

Package: libjack-jackd2-dev
Priority: optional
Section: libdevel
Installed-Size: 249
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: jackd2
Version: 1.9.21~dfsg-3+apertis1bv2024dev3b1
Provides: libjack-dev, libjack-dev-session, libjack0.100.0-dev
Depends: libjack-jackd2-0 (= 1.9.21~dfsg-3+apertis1bv2024dev3b1), pkg-config
Conflicts: libjack-dev
Breaks: libjack0.100.0-dev (<< 0.102.20-2)
Filename: pool/target/j/jackd2/libjack-jackd2-dev_1.9.21~dfsg-3+apertis1bv2024dev3b1_arm64.deb
Size: 64048
MD5sum: 757cf519216dc9f22a2516866c4c6dee
SHA1: e9416848a2dc860687d0bbac76dddfe377288acc
SHA256: 64c0a6d8743749e0e22b9a88bc4b468f88cd9f472dbca49f35d1c7e3f3e3ed1a
SHA512: 3315dcba99f14316b4335913566c047d83b24b6163f749712d6f5fd148ca693082015fcd44bc242c451a4a687436f10c0d090449e7f5d49062942e27060e4b8f
Description: JACK Audio Connection Kit (development files)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains files needed for the development of JACK applications
 and an API reference.
Homepage: https://jackaudio.org/
Multi-Arch: same

Package: libjavascriptcoregtk-4.0-18
Priority: optional
Section: libs
Installed-Size: 24625
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-18_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 6389720
MD5sum: a657eca4aeeac5703d9315fdc29f0106
SHA1: 7885b6767caa8f604a28c5092162904f2b60a51e
SHA256: 0a4ca6f9732d338ab3aeb162124d452e61499d86361d3f2e8ccb68b383bd731e
SHA512: 01f5f95ae25e36f635fd1346760dc38f2e68d7ea866e7cec3b59ab15d0e433a0b097916c6d65a930d140e46ed319dcf2b4fe70564497288bf0abd222269d8f5a
Description: JavaScript engine library from WebKitGTK
 JavaScriptCore is the JavaScript engine used in WebKit. It consists
 of the following building blocks: lexer, parser, start-up interpreter
 (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
 high-throughput optimizing JIT (FTL).
 .
 This build comes from the GTK port of WebKit (API version 4.0).
 .
 This package contains the shared libraries.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: libjavascriptcoregtk-4.0-18-dbgsym
Priority: optional
Section: debug
Installed-Size: 34340
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.0-18 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-18-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 29952432
MD5sum: ef981323239c47b743b60f2f497fd1f0
SHA1: e70374467043485f12352ed3722f57b0c7823691
SHA256: 07ab5c674588c74330d2ffbeb00506bd7960a5bf3a3fa061bf8159978ce01bd2
SHA512: 31dbb8cb89bffafb3177be9800faea16504d01275bb5da10b27d4a21f3b58f7920cb796f7273b608dd478af4a39fd7c364018a29e17689c1788c10762aa3e988
Description: debug symbols for libjavascriptcoregtk-4.0-18
Auto-Built-Package: debug-symbols
Build-Ids: bfb7e11366c793020abd7f7cc5e29e2355405e93
Multi-Arch: same

Package: libjavascriptcoregtk-4.0-bin
Priority: optional
Section: interpreters
Installed-Size: 685
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libjavascriptcoregtk-4.0-18, libstdc++6 (>= 4.4)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-bin_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 280948
MD5sum: 4593ba20488df971b1faa7147ff48614
SHA1: 9aec2b79f9aaf088c089eaacc7708256880f7512
SHA256: 8cb7f80b7becd30127a9056e60ba2efc4e51b2600d53aa4dbcfc1d1895eff4d0
SHA512: f5406a09640090029b8109014f7b6bef25ad0b6f55b912f2b9b60f03f899760ee8a4c081e6e13ebd5dae4e7ba4a2fb7511ae5a2b6df8e6ca8bb4a6510fae54d3
Description: JavaScript engine library from WebKitGTK - command-line interpreter
 JavaScriptCore is the JavaScript engine used in WebKit. It consists
 of the following building blocks: lexer, parser, start-up interpreter
 (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
 high-throughput optimizing JIT (FTL).
 .
 This build comes from the GTK port of WebKit (API version 4.0).
 .
 This package provides jsc, a command-line JavaScript interpreter.
Homepage: https://webkitgtk.org/

Package: libjavascriptcoregtk-4.0-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 514
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.0-bin (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-bin-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 443444
MD5sum: e3537d2281e8b36c1465a471156db2c4
SHA1: d2c21fea162a4b910f6ba16ca8cc16cc3dcd2b28
SHA256: a826ae5f7ac3ca2f8416d63231240bf7e2ba6f02e2cb286e259d902912416199
SHA512: b405869135db34b65a1f0d619f39e4cae79db7a80ec3de8bb8a03e87521d6a473a8f1054eb07894fce774e04deafbb8ab8319674337caef1ff5605e1e9e49776
Description: debug symbols for libjavascriptcoregtk-4.0-bin
Auto-Built-Package: debug-symbols
Build-Ids: 9b201b2f9e78c2d3951ecf819ddc0b832915317d

Package: libjavascriptcoregtk-4.0-dev
Priority: optional
Section: libdevel
Installed-Size: 797
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.0-18 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-javascriptcoregtk-4.0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.0-dev_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 224824
MD5sum: 36bfc767727511b179330b25d0ae55e1
SHA1: 1db1c9b52bc7bf6018032416c24eb11b13c5d478
SHA256: 526f2aa9af59f05486ead502893e4c1aa77527785748bdbe410aa2b180df4416
SHA512: 908e201415097cc0284151b7e35f092cbd592eff7b65ef957ab99d18d6b8efd0f2e088886551e1a6b26e406ecafa9d4dadff24f479d7c717927421666ccae2c0
Description: JavaScript engine library from WebKitGTK - development files
 JavaScriptCore is the JavaScript engine used in WebKit. It consists
 of the following building blocks: lexer, parser, start-up interpreter
 (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
 high-throughput optimizing JIT (FTL).
 .
 This build comes from the GTK port of WebKit (API version 4.0).
 .
 This package contains the development files.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: libjavascriptcoregtk-4.1-0
Priority: optional
Section: libs
Installed-Size: 24625
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.1-0_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 6389488
MD5sum: 39ca00035d692db0ea8866141a95579a
SHA1: e21d7d0fcfed42ddbed5bc4384f47ee61e933022
SHA256: 856b8be9e40b4664891d1a1e60dba8207270b86680de79d8be502acfbd778033
SHA512: 015737fedbbee1c10ed2e4853a997579fa9e2ef541e165971542ffa640c674321b0b9eb24eea770d030044ebb07c36f1dd809b976ad89205503838315e3636c2
Description: JavaScript engine library from WebKitGTK
 JavaScriptCore is the JavaScript engine used in WebKit. It consists
 of the following building blocks: lexer, parser, start-up interpreter
 (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
 high-throughput optimizing JIT (FTL).
 .
 This build comes from the GTK port of WebKit (API version 4.1).
 .
 This package contains the shared libraries.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: libjavascriptcoregtk-4.1-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 34354
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.1-0-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 29968832
MD5sum: 83009918aba47c0117cd0c7a32192f9a
SHA1: 190cb23f00df4f9faa33148b96c388b8bb65e273
SHA256: bffb4c7da249cb67fba3ef17df030fcf761ab60a41fd63e8d20cd3cb2a6a4e8a
SHA512: ca11e2a8f806c69ea78b661de7227de0bede2100cdf1ad46a352d9f4f9cd5bedce6b504a6546214f511d2a5387896eada35d213d68c19ebb2e09e3fcbb4f0cc0
Description: debug symbols for libjavascriptcoregtk-4.1-0
Auto-Built-Package: debug-symbols
Build-Ids: 55dad44a69306239b75dc4130118378ffd3c06ea
Multi-Arch: same

Package: libjavascriptcoregtk-4.1-dev
Priority: optional
Section: libdevel
Installed-Size: 797
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-javascriptcoregtk-4.1 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-4.1-dev_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 224852
MD5sum: 5e97fc840197cf7d3bb723047cbd1963
SHA1: fe9dc95b88b8ebd2f0b650b60eaddc982509f927
SHA256: 8e597f6f61ac5b5e9a8ffc127bd6122b1ea868f5769e6c9e2bb82fe522f64132
SHA512: de3b300c52fccd77e0a92e0e1b499e4e73954b22ce1e4243985405d48bc63f4760c3f55e41a6a89070818c419e3e9aa97f35e327667b99f0fe4721d883f96082
Description: JavaScript engine library from WebKitGTK - development files
 JavaScriptCore is the JavaScript engine used in WebKit. It consists
 of the following building blocks: lexer, parser, start-up interpreter
 (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
 high-throughput optimizing JIT (FTL).
 .
 This build comes from the GTK port of WebKit (API version 4.1).
 .
 This package contains the development files.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: libjavascriptcoregtk-6.0-1
Priority: optional
Section: libs
Installed-Size: 24625
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-6.0-1_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 6387636
MD5sum: d8496de86e9aad1477d4bad6360098dd
SHA1: 0b4a8b15dfbf32b73008464f724a38c6ca52b352
SHA256: 66a3a4d142e04dba6d38b944c3e4143c68a164da6db2861b63d5b0314091647f
SHA512: 0fd15467340ae58c6d16a6d7942bba48d8a706b85b1818aa8e861703aa50556c5ebdd777bc9a4b032608455af1eed40b04a296f125973f1a9f6745ce652f8b8c
Description: JavaScript engine library from WebKitGTK
 JavaScriptCore is the JavaScript engine used in WebKit. It consists
 of the following building blocks: lexer, parser, start-up interpreter
 (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
 high-throughput optimizing JIT (FTL).
 .
 This build comes from the GTK port of WebKit (API version 6.0).
 .
 This package contains the shared libraries.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: libjavascriptcoregtk-6.0-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 34344
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-6.0-1 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-6.0-1-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 29955052
MD5sum: 03b41ad90a586561c564d776b9346e44
SHA1: f2da4dfc2b58541c10555ac28b2e0c8010cc5983
SHA256: 95b4f8b9bf483338387d08bcc2aa77336a498daa6dd2423d01bee46143c02e7d
SHA512: 665310a14b1a0fc1a9b7fdced8e2fe6ccbb2e9610ea5d2edbbc883728eb07f1967365a992cb76677079c71ebf72bf102541cbac24dd2569c554b9bf21dffb926
Description: debug symbols for libjavascriptcoregtk-6.0-1
Auto-Built-Package: debug-symbols
Build-Ids: 5037f69c2e882b6212cf86d4e6a4030677dcaefa
Multi-Arch: same

Package: libjavascriptcoregtk-6.0-dev
Priority: optional
Section: libdevel
Installed-Size: 676
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-6.0-1 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-javascriptcoregtk-6.0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libglib2.0-dev
Filename: pool/target/w/webkit2gtk/libjavascriptcoregtk-6.0-dev_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 212252
MD5sum: 63c3f306eef4e97b19ad73498acb197b
SHA1: b6a37acc0b0d9b81b1b27e02239eea8fb81287a8
SHA256: 1aa9ca53675aa37184cb8032b7debaa3fcb13384668472262902b6ec0048bb95
SHA512: 5f4da9b0e6a1c61bfddc2b7feed4d351e04f6708ea7eeb4ee9352ee18bdc3c4c4fd5d9512cf4eb906a3a6be8060148bf30a22417efbe9bf4e8dd1583c2d8148d
Description: JavaScript engine library from WebKitGTK - development files
 JavaScriptCore is the JavaScript engine used in WebKit. It consists
 of the following building blocks: lexer, parser, start-up interpreter
 (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
 high-throughput optimizing JIT (FTL).
 .
 This build comes from the GTK port of WebKit (API version 6.0).
 .
 This package contains the development files.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: libjbig-dev
Priority: optional
Section: libdevel
Installed-Size: 87
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: arm64
Source: jbigkit
Version: 2.1-6.1+apertis0bv2024dev2b1
Depends: libjbig0 (= 2.1-6.1+apertis0bv2024dev2b1)
Filename: pool/target/j/jbigkit/libjbig-dev_2.1-6.1+apertis0bv2024dev2b1_arm64.deb
Size: 30228
MD5sum: 94dadce041cdad8c521feffcd3992adf
SHA1: 20b69d9b7554e92056375178666bd9374d400db2
SHA256: f05b3394acd79647474861b525ce60fa0fd42a16ae28137befa9fc243b6f0cba
SHA512: 83b9e4b98f7ad19bcbf0982f989b6fe712570877b62f6150bab704eddb1f3612e60afe3a40c9560b959ec4176895d72839add331471f8bf8bce50fad8eef007d
Description: JBIGkit development files
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the headers for the library.
 .
 Please note: There is no statically linked library in this package, and what
 was previously two libraries with a single common file has been merged into
 one library (libjbig).
Homepage: http://www.cl.cam.ac.uk/~mgk25/jbigkit/
Multi-Arch: same

Package: libjbig0
Priority: optional
Section: libs
Installed-Size: 96
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: arm64
Source: jbigkit
Version: 2.1-6.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/j/jbigkit/libjbig0_2.1-6.1+apertis0bv2024dev2b1_arm64.deb
Size: 30296
MD5sum: 72dc469dfc38ca73260c5e588bc9c5f2
SHA1: 8ac875f496b42cdb200a027fb548e43832b37112
SHA256: a29b332d686d7c9f0c828351abcd5b0160b653e7deb679b0b220d8ba7379139f
SHA512: 31ffa5b1bda2646fd9a1d52d1ae8ed20d249563daba1fa70b5e0c5bf3087f57fd1f2e29ca838483cfe6995efbbef5eedf5f5aa7976dab76f2c6c27f81b82e90d
Description: JBIGkit libraries
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the dynamically linked library.
Homepage: http://www.cl.cam.ac.uk/~mgk25/jbigkit/
Multi-Arch: same

Package: libjbig0-dbgsym
Priority: optional
Section: debug
Installed-Size: 58
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Architecture: arm64
Source: jbigkit
Version: 2.1-6.1+apertis0bv2024dev2b1
Depends: libjbig0 (= 2.1-6.1+apertis0bv2024dev2b1)
Filename: pool/target/j/jbigkit/libjbig0-dbgsym_2.1-6.1+apertis0bv2024dev2b1_arm64.deb
Size: 43824
MD5sum: 6115c3b7932a6b45f9c72b8136ae98e7
SHA1: 73efb6520dc1408e39a07329cd4a5f0de11c2142
SHA256: 2dacece62cc6f69af19d7472947bf4c50ca3baccd9b2f284f8c388935c7d8e9b
SHA512: ceb1139d89e26a2da82af78129d64fc2aedccaa3a9528a8e52ca089cdfb2b957d0176bf59bdbc29d7fcfe38acf7eb79555458276642fb63786d698626809d8f2
Description: debug symbols for libjbig0
Auto-Built-Package: debug-symbols
Build-Ids: 781acbdbd037c1eeddfbf22d774a7d3f9335d875
Multi-Arch: same

Package: libjemalloc-dev
Priority: optional
Section: libdevel
Installed-Size: 2660
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: arm64
Source: jemalloc
Version: 5.3.0-1+apertis1bv2024dev2b1
Depends: libjemalloc2 (= 5.3.0-1+apertis1bv2024dev2b1)
Suggests: binutils
Filename: pool/target/j/jemalloc/libjemalloc-dev_5.3.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 357008
MD5sum: 769e8b54542a1f8d23c4a40f440a99be
SHA1: b9363f767e677805c62db5b7a6d7adb12177234c
SHA256: 20e80cfd31d5965b009209598faf37831c78fa557e122f588b3088b91da805db
SHA512: e605916cdf9b698c12187f17aee33c384071355813146a33c89120fcc797d6a3dc034c1bddc5722f41ebbcdc22950e2ebd970a3b5904835482b87746592fb50e
Description: development files and documentation for jemalloc
 Files used for development with jemalloc. This package contains
 headers and documentation.
 .
 jemalloc is a library providing a malloc(3) implementation for
 multi-threaded processes on multi-processor systems.
Homepage: http://jemalloc.net/

Package: libjemalloc2
Priority: optional
Section: libs
Installed-Size: 635
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: arm64
Source: jemalloc
Version: 5.3.0-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.4)
Filename: pool/target/j/jemalloc/libjemalloc2_5.3.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 218124
MD5sum: 3dd7d078858440d44a83948881566e3b
SHA1: 7c0d19e3e189d22ac0e401759dc4a0f688d78bb9
SHA256: 3ad4f92e51960f6952e6fb0509838e508b48d909bbb7b2569825e83e87311e23
SHA512: d376bba224c91fd632be1577bfabd5736017b1cd8c7e731027c13f1af588449425cd1af544a21b604f8ad49374bff1bc4f95c36246222c3be0f8c0a3345605c7
Description: general-purpose scalable concurrent malloc(3) implementation
 A library providing a malloc(3) implementation for multi-threaded processes on
 multi-processor systems.
 .
 Notable features are reduced lock contention, predictable low fragmentation,
 and introspection with heap profiling.
Homepage: http://jemalloc.net/
Multi-Arch: same

Package: libjemalloc2-dbgsym
Priority: optional
Section: debug
Installed-Size: 1554
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: arm64
Source: jemalloc
Version: 5.3.0-1+apertis1bv2024dev2b1
Depends: libjemalloc2 (= 5.3.0-1+apertis1bv2024dev2b1)
Filename: pool/target/j/jemalloc/libjemalloc2-dbgsym_5.3.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 1489892
MD5sum: d7ebebe9d891346d8be777cf91369178
SHA1: 3674368e6410ac724d268858932b722bd5ab92d5
SHA256: 04f3dc2b817179e2079ee3541ec9781c066f808df254330a4e3f9de2b36702e2
SHA512: 7be0a91e8533b199c1ff6e1754a2c12e39258164a409d852b746fd1b11b631cf019125287c373892f434438c57fb3b17f7c4aacef252a82a16ee7302d38e9622
Description: debug symbols for libjemalloc2
Auto-Built-Package: debug-symbols
Build-Ids: e9cf40d24d0ae367f4e657986d1ee7a97a30553b
Multi-Arch: same

Package: libjim-dev
Priority: optional
Section: libdevel
Installed-Size: 622
Maintainer: Bo YU <tsu.yubo@gmail.com>
Architecture: arm64
Source: jimtcl
Version: 0.81+dfsg0-2+apertis0bv2024dev2b1
Depends: libjim0.81 (= 0.81+dfsg0-2+apertis0bv2024dev2b1)
Filename: pool/target/j/jimtcl/libjim-dev_0.81+dfsg0-2+apertis0bv2024dev2b1_arm64.deb
Size: 149860
MD5sum: e5110acdc371e5d796c65283a626b1ca
SHA1: 4b5eb6cabbcc1779fb0519bfc907b7b4fe724801
SHA256: 80d4a39edb451eb44662a95f9e1025071a4ab6c6bd95a889004a7ef20ddf7d09
SHA512: 24b42a7f839c50e43f6ee2cbe75a00f15ed0a3fe8a913593dc5ea7c2d3491837504bd5f6fdab6b8c27ebfa01cb6386e0739ee5360dae85263cb7304ba1756ed5
Description: small-footprint implementation of Tcl - development files
 Jim is an opensource small-footprint implementation of the Tcl programming
 language. It implements a large subset of Tcl and adds new features like
 references with garbage collection, closures, built-in Object Oriented
 Programming system, Functional Programming commands, first-class arrays and
 UTF-8 support. All this with a binary size of about 100-200kB (depending upon
 selected options).
 .
 This package provides the libjim development files.
Homepage: http://jim.tcl.tk/
Multi-Arch: same

Package: libjim0.81
Priority: optional
Section: libs
Installed-Size: 352
Maintainer: Bo YU <tsu.yubo@gmail.com>
Architecture: arm64
Source: jimtcl
Version: 0.81+dfsg0-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/j/jimtcl/libjim0.81_0.81+dfsg0-2+apertis0bv2024dev2b1_arm64.deb
Size: 117232
MD5sum: 1f18a4e523e7555ca87e7a78665cb5c9
SHA1: d7dfd153ffbb26fed1d1686e51076542408ee971
SHA256: 56f20e9cfe47340abe14302b0763d14c65189ce3c2cc007aacfdcb81d90cb26c
SHA512: e304550066ee1f60559ac272d4f83d883e2d23d8f076094894e947a9af0442d05996f1b61091138ad669657ae277c48ca50b059fdbb02d6deb786d541ce7652d
Description: small-footprint implementation of Tcl - shared library
 Jim is an opensource small-footprint implementation of the Tcl programming
 language. It implements a large subset of Tcl and adds new features like
 references with garbage collection, closures, built-in Object Oriented
 Programming system, Functional Programming commands, first-class arrays and
 UTF-8 support. All this with a binary size of about 100-200kB (depending upon
 selected options).
 .
 This package provides the libjim shared library.
Homepage: http://jim.tcl.tk/
Multi-Arch: same

Package: libjim0.81-dbgsym
Priority: optional
Section: debug
Installed-Size: 428
Maintainer: Bo YU <tsu.yubo@gmail.com>
Architecture: arm64
Source: jimtcl
Version: 0.81+dfsg0-2+apertis0bv2024dev2b1
Depends: libjim0.81 (= 0.81+dfsg0-2+apertis0bv2024dev2b1)
Filename: pool/target/j/jimtcl/libjim0.81-dbgsym_0.81+dfsg0-2+apertis0bv2024dev2b1_arm64.deb
Size: 393028
MD5sum: 48f78fc4a5fe0ccf5a7e85223724cc95
SHA1: 36041dc26de38d3a7e48849df5474f5851f0f1d1
SHA256: 9149939bf0a3fb6f47fcac7758aec05eb370243ad6add2022777e8a81209caeb
SHA512: 2f8d8625081a1cd641f8f2fe3152cacdb70b3c8da7b3cce20da9175afc1478b598971fcc08042af2eaf80e2ebba64a6d30d173838538c0ea8190a487bf660fdd
Description: debug symbols for libjim0.81
Auto-Built-Package: debug-symbols
Build-Ids: 0f48c558c63fe5ba3700f23c850c2d1267559492
Multi-Arch: same

Package: libjpeg-dev
Priority: optional
Section: libdevel
Installed-Size: 112
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: arm64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Depends: libjpeg62-turbo-dev (>= 1:2.1.5-2+apertis1bv2024dev2b3)
Conflicts: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev
Filename: pool/target/libj/libjpeg-turbo/libjpeg-dev_2.1.5-2+apertis1bv2024dev2b3_arm64.deb
Size: 76548
MD5sum: 6da34e7e11e0a6d9fb1bac716e407572
SHA1: aa32a98c4254873a5f1fe7c17844071a4e743f97
SHA256: 6218a23d0fbc255fe4d035d04eb7f668c93e1cb6fd9a6a9cd271a82e94348cbf
SHA512: 94eb79fa88b1753a588562b0a5d3f536a1651bee668e2541e803d568b8fcabe28463359268a64781923a44f4efbbb409b6d3d33bee0e190f987abf3bb020e1be
Description: Development files for the JPEG library [dummy package]
 This package depends on default Debian implementation of
 libjpeg.so.62 JPEG library.
Homepage: https://www.libjpeg-turbo.org/
Multi-Arch: same

Package: libjpeg-turbo-progs
Priority: optional
Section: graphics
Installed-Size: 595
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: arm64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Replaces: libjpeg-progs
Provides: libjpeg-progs
Depends: libc6 (>= 2.34), libjpeg62-turbo (>= 1:2.0.2), libturbojpeg0 (>= 1:2.0.2)
Conflicts: libjpeg-progs
Filename: pool/target/libj/libjpeg-turbo/libjpeg-turbo-progs_2.1.5-2+apertis1bv2024dev2b3_arm64.deb
Size: 144220
MD5sum: f11bedee59885630104d995585960119
SHA1: 6c78234699b0c34aad6aff513f90a0be7ab51336
SHA256: 9688596d91e37c49c1205bdf09beff3ca6fff814a7d98f0e71df83c8f8ebdfc2
SHA512: 6bca986cff33e0f3fe5a6f7e794c94ce29ddee408c72992a267c70d0ef00283ea1ce0e96af95141b175c1a8ee92c041cabc17544e915ed504e828cff7123a262
Description: Programs for manipulating JPEG files
 This package contains programs for manipulating JPEG files from the
 libjpeg-turbo JPEG library:
  * cjpeg/djpeg: convert to/from the JPEG file format
  * rdjpgcom/wrjpgcom: read/write comments in JPEG files
  * jpegtran: lossless transformations of JPEG files
  * jpegexiforient/exifautotran: manipulate EXIF orientation tag
  * tjbench: a simple JPEG benchmarking tool
Homepage: https://www.libjpeg-turbo.org/

Package: libjpeg-turbo-progs-dbgsym
Priority: optional
Section: debug
Installed-Size: 284
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: arm64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Depends: libjpeg-turbo-progs (= 1:2.1.5-2+apertis1bv2024dev2b3)
Filename: pool/target/libj/libjpeg-turbo/libjpeg-turbo-progs-dbgsym_2.1.5-2+apertis1bv2024dev2b3_arm64.deb
Size: 211052
MD5sum: 72066b864bb3d0c95ab1a0da1577ffda
SHA1: cd97088a9c7dcb131769efe7547f5a91d73684ba
SHA256: b30fe502a0e1a7953d07cd2f97f2a22381eeaa7a89805e46614b094f65d2116b
SHA512: 9ee648bc3a5e6981c523cfdc60f9d2de4965a5cae21d0c29fc53db5b35172fa0d17bfeca982165c5628e8a9675358124389240dd907bcc13e707e9f5186bd3b5
Description: debug symbols for libjpeg-turbo-progs
Auto-Built-Package: debug-symbols
Build-Ids: 1d50bba335d3aa216c75be0373efcaee4283aa61 449b6417cfe3e9ead36bb29c3fd6c340d4a5152b 7efb72b73c85d6c14b36d4cb0c4bc08d9a50ffe0 8d256bbb070111980ca844e543d0a0eb4cb2c975 acbea9d63f3dee443f908129624def96d4f5109c b4078f110722c925c543ab7713093ef4d57dd2ee ff4ba6c4bb97984d4956c07f0c1fafabeea8c5e2

Package: libjpeg62-turbo
Priority: optional
Section: libs
Installed-Size: 481
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: arm64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Replaces: libjpeg62
Provides: libjpeg62 (= 1:2.1.5-2+apertis1bv2024dev2b3)
Depends: libc6 (>= 2.17)
Conflicts: libjpeg62
Filename: pool/target/libj/libjpeg-turbo/libjpeg62-turbo_2.1.5-2+apertis1bv2024dev2b3_arm64.deb
Size: 176500
MD5sum: d9ee4895c0df7602a8facfb8081306e1
SHA1: b27b0340a7ec3b9107485b644a7e819b7ed0c653
SHA256: 908f1cc50347a6a0b63d7ea6bbd3fed54b7b0c98aad540d00400bf22042a0d61
SHA512: de15e4b5ee3934c186e9f68a64191f8c4811d4d7915430b0d221d4fb77ba566152a90522fdeba052f03a5ae4edafffcc6ea1fc8f349e120990fd05938d5adfe4
Description: libjpeg-turbo JPEG runtime library
 The libjpeg-turbo JPEG library is a library for handling JPEG files.
 .
 libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
 SSE2, NEON) to accelerate baseline JPEG compression and decompression
 on x86, x86-64, and ARM systems.  The libjpeg-turbo JPEG library is
 an API/ABI compatible with the IJG JPEG library.
 .
 This package contains the shared runtime library.
Homepage: https://www.libjpeg-turbo.org/
Multi-Arch: same

Package: libjpeg62-turbo-dbgsym
Priority: optional
Section: debug
Installed-Size: 622
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: arm64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Depends: libjpeg62-turbo (= 1:2.1.5-2+apertis1bv2024dev2b3)
Filename: pool/target/libj/libjpeg-turbo/libjpeg62-turbo-dbgsym_2.1.5-2+apertis1bv2024dev2b3_arm64.deb
Size: 600244
MD5sum: 915ac61e0b3f91c7404ce333af210b1f
SHA1: d530a4694665495bbe72dfbd337ed4ff157db501
SHA256: 24508a0193051d0b3a8bb2d996f7ff44451940eab2cf6bbadc99d3d85684226a
SHA512: 54135d45b9c9e47d4af082e32033f77c5e563bad67de4b880c718e245faf849eb6ce4b83e81c6f96ac7da751fb6a46aa586f1acfafb624e31085e3b54471eec2
Description: debug symbols for libjpeg62-turbo
Auto-Built-Package: debug-symbols
Build-Ids: 09c6ddee43cbb061159613154cb143aa0f49ff62
Multi-Arch: same

Package: libjpeg62-turbo-dev
Priority: optional
Section: libdevel
Installed-Size: 771
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: arm64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Replaces: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev
Provides: libjpeg-dev
Depends: libc-dev, libjpeg62-turbo (= 1:2.1.5-2+apertis1bv2024dev2b3)
Conflicts: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev, libjpeg9-dev
Filename: pool/target/libj/libjpeg-turbo/libjpeg62-turbo-dev_2.1.5-2+apertis1bv2024dev2b3_arm64.deb
Size: 296332
MD5sum: 6b09f0244202bb3ea8d8665e4e03575b
SHA1: 3aae17fd7f341fc7ab5b11864b7786f8681456d5
SHA256: 5acbcf7adc6a8ef60be3156ed292f33027a2736f450ffa1e9d4e9daa9eec2dc3
SHA512: 4d0209f3144918d80fbab9f87c1042267f27d99bcda15f13d19a17b42edf3d39e3c1dd855a77d91b88ff49aef3a697e4ec3daa74c62609da3906cee7cb63dc3f
Description: Development files for the libjpeg-turbo JPEG library
 The libjpeg-turbo JPEG library is a library for handling JPEG files.
 .
 libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
 SSE2, NEON) to accelerate baseline JPEG compression and decompression
 on x86, x86-64, and ARM systems.  The libjpeg-turbo JPEG library is
 an API/ABI compatible with the IJG JPEG library.
 .
 This package contains the static library, headers and documentation.
Homepage: https://www.libjpeg-turbo.org/
Multi-Arch: same

Package: libjq-dev
Priority: optional
Section: libdevel
Installed-Size: 58
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Architecture: arm64
Source: jq
Version: 1.6-2.1+apertis1bv2024dev2b1
Depends: libjq1 (= 1.6-2.1+apertis1bv2024dev2b1)
Filename: pool/target/j/jq/libjq-dev_1.6-2.1+apertis1bv2024dev2b1_arm64.deb
Size: 23968
MD5sum: 5ab7439c0ad36984f4b43754a3036c6c
SHA1: d863cd8ce6331e460f91d35cf7b1ccc3f169fa99
SHA256: 9e3fe68485a5fc3db4cd0e4e2404ea51461279157a9e907e3b263cd4ea177fe8
SHA512: 51a39fcb538b1e3838223ffe8b5d19c361c526e7e165defd96e6193a5fdef5dabc2fe139cafb21fe439cb7dc757644dd88ba800fe5a0d60b10e70107c1b0d20f
Description: lightweight and flexible command-line JSON processor - development files
 jq is like sed for JSON data – you can use it to slice
 and filter and map and transform structured data with
 the same ease that sed, awk, grep and friends let you
 play with text.
 .
 It is written in portable C, and it has minimal runtime
 dependencies.
 .
 jq can mangle the data format that you have into the
 one that you want with very little effort, and the
 program to do so is often shorter and simpler than
 you’d expect.
 .
 This package contains the development files.
Homepage: https://github.com/stedolan/jq
Multi-Arch: same

Package: libjq1
Priority: optional
Section: utils
Installed-Size: 373
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Architecture: arm64
Source: jq
Version: 1.6-2.1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.35), libonig5 (>= 6.8.1)
Filename: pool/target/j/jq/libjq1_1.6-2.1+apertis1bv2024dev2b1_arm64.deb
Size: 119884
MD5sum: 06f0b1cd304fb55318b5c62e859dbd7c
SHA1: 1e7e62d078f9bc7d88caa8fac4a3c9e3d8781b8a
SHA256: 3b8c24d1a2ce1bb92acf7ce852f75f3fdc1d9923d29762d6ca1d7a000d072074
SHA512: 9c53e2e8d92ab04bafa1bca6f2829ca7bff127cd214f9569bbf6b5f2f11c6418498296afe104aa8054516f87c712f7567d61849f6072274c6140581e1138075a
Description: lightweight and flexible command-line JSON processor - shared library
 jq is like sed for JSON data – you can use it to slice
 and filter and map and transform structured data with
 the same ease that sed, awk, grep and friends let you
 play with text.
 .
 It is written in portable C, and it has minimal runtime
 dependencies.
 .
 jq can mangle the data format that you have into the
 one that you want with very little effort, and the
 program to do so is often shorter and simpler than
 you’d expect.
 .
 This package contains the shared library.
Homepage: https://github.com/stedolan/jq
Multi-Arch: same

Package: libjq1-dbgsym
Priority: optional
Section: debug
Installed-Size: 308
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Architecture: arm64
Source: jq
Version: 1.6-2.1+apertis1bv2024dev2b1
Depends: libjq1 (= 1.6-2.1+apertis1bv2024dev2b1)
Filename: pool/target/j/jq/libjq1-dbgsym_1.6-2.1+apertis1bv2024dev2b1_arm64.deb
Size: 277164
MD5sum: 1729cb1e2cfa128dceec30cf3418378c
SHA1: f3c3a017c4f22db8aea7881c6a22f686b2f410f0
SHA256: de0193943c3b508ab1da952dd4178aac79d9805279514441252c81fdef7f3fd9
SHA512: f2a157dacc540d77b71cd8809b38db6a2a17a2034584ae71c0de26f43e9ed45ef9b687863266342b85b3dcd556cd64e4aa153d4e23cfaab94c1737edea177851
Description: debug symbols for libjq1
Auto-Built-Package: debug-symbols
Build-Ids: cabc6b223cafcf2dce29efaf32e791300661f914
Multi-Arch: same

Package: libjson-c-dev
Priority: optional
Section: libdevel
Installed-Size: 300
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: json-c
Version: 0.16-2+apertis0bv2024dev2b1
Depends: libjson-c5 (= 0.16-2+apertis0bv2024dev2b1)
Filename: pool/target/j/json-c/libjson-c-dev_0.16-2+apertis0bv2024dev2b1_arm64.deb
Size: 68580
MD5sum: f56f4fe40403567e04a6edd16b4f94ad
SHA1: 633f016ef574f3a61498b35d0494bd6442bd3422
SHA256: 001ea77e0c7f4d88994200316d962244e8998e9c875e888043098faec192bd1b
SHA512: fb4ec79b269580c226b8e296ea13539538090de0a52d1f508aabdb7f0ba123b20d33d7cbfcf48852f61df365f180574a654494483e626d85c1660e44dbb73537
Description: JSON manipulation library - development files
 This library allows you to easily construct JSON objects in C,
 output them as JSON formatted strings and parse JSON formatted
 strings back into the C representation of JSON objects.
 .
 The development headers for compiling programs that use libjson-c
 are provided by this package.
Homepage: https://github.com/json-c/json-c/wiki
Multi-Arch: same

Package: libjson-c-doc
Priority: optional
Section: doc
Installed-Size: 913
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: all
Source: json-c
Version: 0.16-2+apertis0bv2024dev2b1
Depends: libjs-jquery
Filename: pool/target/j/json-c/libjson-c-doc_0.16-2+apertis0bv2024dev2b1_all.deb
Size: 101228
MD5sum: 9abfe79e5ed82ce8e35c0237c9d2884d
SHA1: ea2ba8d5422e10829ca12f21e32b62db623d28ac
SHA256: d47962c6542959bbb8c60d14dead3389ec4ae44d8364ecf8f355fa3a6d26e5fc
SHA512: 5d42187c1c3880ba618ad8d13191708ed940bea783cc344a7f35aeb750986f39276c8c708644fa0bcb3dad58b27c18c5712ea46710342691e1a31d7088702700
Description: JSON manipulation library - documentation files
 This library allows you to easily construct JSON objects in C,
 output them as JSON formatted strings and parse JSON formatted
 strings back into the C representation of JSON objects.
 .
 The documentation for libjson-c is provided by this package.
Homepage: https://github.com/json-c/json-c/wiki
Multi-Arch: foreign

Package: libjson-c5
Priority: optional
Section: libs
Installed-Size: 103
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: json-c
Version: 0.16-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.36)
Filename: pool/target/j/json-c/libjson-c5_0.16-2+apertis0bv2024dev2b1_arm64.deb
Size: 40536
MD5sum: c0916a644053d4c8d02ed57bd195d374
SHA1: 263090f02085f6732ab7f1985e506979088e38a9
SHA256: ae0ca8c8f3b1a5d61143b9a152264e135c57ec9556fbfb9e4e84fa0bc8dc4117
SHA512: bd6816c97a31203b0b5d28bcc8abcc72a71a79b782f99cc12e1b201aa4253447f662288d03f861f8dffc5513a353b9949e613cc2706dde10c593453d17527e17
Description: JSON manipulation library - shared library
 This library allows you to easily construct JSON objects in C,
 output them as JSON formatted strings and parse JSON formatted
 strings back into the C representation of JSON objects.
Homepage: https://github.com/json-c/json-c/wiki
Multi-Arch: same

Package: libjson-c5-dbgsym
Priority: optional
Section: debug
Installed-Size: 96
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: json-c
Version: 0.16-2+apertis0bv2024dev2b1
Depends: libjson-c5 (= 0.16-2+apertis0bv2024dev2b1)
Filename: pool/target/j/json-c/libjson-c5-dbgsym_0.16-2+apertis0bv2024dev2b1_arm64.deb
Size: 70640
MD5sum: e6293dfc4ff22c5e298305d9f8392379
SHA1: 197b7380682bd8d1fea0881d44485f614919525a
SHA256: 32c93ee572d37140a3c2e8ec5a6432d891bdbd05f5322d89498acb82c33f56ce
SHA512: 244f23e552f84f2289df7e1b5503f3ddd9af95a263af09bae921ef092fbdb3339ede94cf1c7413e15f406e55d9364922f646de816ff144fe24375407fc34029f
Description: debug symbols for libjson-c5
Auto-Built-Package: debug-symbols
Build-Ids: d9d29245f95068062a51fa03effd87fade39fa48
Multi-Arch: same

Package: libjson-glib-1.0-0
Priority: optional
Section: libs
Installed-Size: 226
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: libjson-glib-1.0-common (>= 1.6.6-1+apertis0bv2024dev2b1), libc6 (>= 2.17), libglib2.0-0 (>= 2.55.2)
Filename: pool/target/j/json-glib/libjson-glib-1.0-0_1.6.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 57368
MD5sum: 1f62c12554597bd1bcce6f3096ada6af
SHA1: b094738882abe06b8145eaef5a5dad9d2213ffa7
SHA256: 5d66be44271d8a871fbeff5656df6f98e2821ffbf5e577f2cef59d9d44a47fc1
SHA512: 4ceb345869da48d4564eba103e827e48962b6758e995da524718dc28d2ddca27cd5b4d3a3c99a2bed503ad44a12fa7e33f5eac16acd7ddfb6570b2650563445a
Description: GLib JSON manipulation library
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.
Homepage: https://wiki.gnome.org/Projects/JsonGlib
Multi-Arch: same

Package: libjson-glib-1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 218
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: libjson-glib-1.0-0 (= 1.6.6-1+apertis0bv2024dev2b1)
Filename: pool/target/j/json-glib/libjson-glib-1.0-0-dbgsym_1.6.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 179684
MD5sum: b695cba71bfea0e6ac26aca969306c77
SHA1: 32488683006b2dc27bac0ed955569f5186ba7f6d
SHA256: 00cd663d09afc016522d3cd7655936c8735541587021dd7ce5fd0b4bcdb5023f
SHA512: b081baf1834ce7869e999ebd6250a4bab21377d6fc521662affdb7de2c961ce9c7e2c4665d3ad12ada4f08d30e25f2c055efd630d7054236feaa17a57f2c725e
Description: debug symbols for libjson-glib-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: e31c6dfb462bd85a71b3a6e6c09699278b1badc6
Multi-Arch: same

Package: libjson-glib-1.0-common
Priority: optional
Section: libs
Installed-Size: 462
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Filename: pool/target/j/json-glib/libjson-glib-1.0-common_1.6.6-1+apertis0bv2024dev2b1_all.deb
Size: 54284
MD5sum: 500cb5940012c8f329604b2049bf2bf6
SHA1: 5d0a65d0dc4199a49a0387b2b6529dff66397ee4
SHA256: d9c259d6d59f37e01aa3645ba68c3e0b653e6f0a94152d7425b504d8e5c17425
SHA512: e6bafb6b97ca5c9d9231bc7498dc935ab9edaebe3579b3f1651270f7e440943a5971414cb51ae8baac464586769de8d80116246960bd526890c7fd28b8812f48
Description: GLib JSON manipulation library (common files)
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.
 .
 This package contains the translations files.
Homepage: https://wiki.gnome.org/Projects/JsonGlib
Multi-Arch: foreign

Package: libjson-glib-dev
Priority: optional
Section: libdevel
Installed-Size: 1424
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: gir1.2-json-1.0 (= 1.6.6-1+apertis0bv2024dev2b1), libglib2.0-dev, libjson-glib-1.0-0 (= 1.6.6-1+apertis0bv2024dev2b1), pkg-config, libc6 (>= 2.34), libglib2.0-0 (>= 2.55.2)
Suggests: libjson-glib-doc
Filename: pool/target/j/json-glib/libjson-glib-dev_1.6.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 87548
MD5sum: 96ce3ea4fb026be945d1d832fc45240e
SHA1: add6406ea0045425fb60f12123ae1af55b0d7f34
SHA256: 9e99aa433c1e1757c61312477676dd754ddb2e1fbde938a226bf6f4306cdc710
SHA512: 5e67b4e96b6765c1ce355c3fa61b5f09734b611481b4c66458051f0121ff3044aa51e8b5eb23081128943ee5b225a54d7f866eecffc9793ec81c0ee968ff73ee
Description: GLib JSON manipulation library (development files)
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.
 .
 This package contains the development files.
Homepage: https://wiki.gnome.org/Projects/JsonGlib
Multi-Arch: same

Package: libjson-glib-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 272
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Depends: libjson-glib-dev (= 1.6.6-1+apertis0bv2024dev2b1)
Filename: pool/target/j/json-glib/libjson-glib-dev-dbgsym_1.6.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 119896
MD5sum: ee6fa5f36821ce342af823a80f618e0b
SHA1: 6e5669aaf18ce77533ea8d92716db8bc4bc319ff
SHA256: bd1721b46ff03b944b5dcd9a8f813443a2ca9b82fbb2b2e61b4e39e65c03aa51
SHA512: 2e00f1796309dd3adffc2cb4521dddd3546a175e3ac9caa9d3236fc278b3b70af7825a1018256f95f7fbe1c9af4ed104c6b3f13810d480004191d96975b7a1bb
Description: debug symbols for libjson-glib-dev
Auto-Built-Package: debug-symbols
Build-Ids: 028ac9708c4be94815c40cde1e3962a69b8fb2ab 1255d7241cadbe4880aaf21037d63ddebfb7fe7f 24b94045cb841724f0d87276dd7aaae03e3c4595 3da8efcb31394545fb0a6bf17f603a112be50149 44bb9ddf49f38dee284119d0924e977a7e9f8653 57f0c3c22829c87f75df8cb52edf53ae2bc3ae92 71e14075c92ae99aa21ec7db40941dd59b913494 771f2991516f4a667e26146ed50ccf9b1c7aa60b 850c312848388f6f9ad6cbb9a1185e4fc55d0c59 913c8ab075ba88a65379807e61528e1fe0ceb36d 957471222aa9ddc902b6ddcd8202d0323f67eda6 a8aab2279dd918ebff4d438ee2ec3322774c066f ace8ce0844e552bb8ce36a516ef6d5bab416a7bf fb4b00d542b89ecfc351d2987b285d601bf25774
Multi-Arch: same

Package: libjson-glib-doc
Priority: optional
Section: doc
Installed-Size: 3273
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: json-glib
Version: 1.6.6-1+apertis0bv2024dev2b1
Suggests: devhelp
Filename: pool/target/j/json-glib/libjson-glib-doc_1.6.6-1+apertis0bv2024dev2b1_all.deb
Size: 1134800
MD5sum: 2ec5eb0e713f06b3070de8aad38fe99e
SHA1: 43cbd964ac1d78fcc6a3681fc89d69faf0ef1fce
SHA256: deaab09429f36a113d56a22784ad3106764c472e07470de6f5ef5270e0dbd31e
SHA512: 298b2b174512757888ccf530cd0b388b5547202016b2b6128186615a3e9b8d6cab8b97f5018805a9ed53db97c299237ef385aaaa08c742872856d48de8e11943
Description: GLib JSON manipulation library (documentation)
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.
 .
 This package contains the documentation.
Homepage: https://wiki.gnome.org/Projects/JsonGlib
Multi-Arch: foreign

Package: libjsoncpp-dev
Priority: optional
Section: libdevel
Installed-Size: 107
Maintainer: Timo Röhling <roehling@debian.org>
Architecture: arm64
Source: libjsoncpp
Version: 1.9.5-4+apertis0bv2024dev2b1
Depends: libjsoncpp25 (= 1.9.5-4+apertis0bv2024dev2b1)
Filename: pool/target/libj/libjsoncpp/libjsoncpp-dev_1.9.5-4+apertis0bv2024dev2b1_arm64.deb
Size: 24672
MD5sum: 26e7fca34ebd302f108978c6e4b7d7b3
SHA1: e1c2a15a730017ab2d8cb377ec90030b59d4db30
SHA256: 948fcf9a6c51a7cd7a52dacb447bf760f58c4b17126c5d2028629e37304183b2
SHA512: 1c0f36497799fc840f4f10aa741d3cf85461ad0f74835f71c9990c39e940038a6db1b96dcf5babcaa807d16a4dbca3ef5fc4d44ea8a7f75b85939fd36ad0a037
Description: library for reading and writing JSON for C++ (devel files)
 This package provides all required developer resources like header-files
 and statically linked version of the library.
 .
 jsoncpp is an implementation of a JSON reader and writer in C++. JSON
 (JavaScript Object Notation) is a lightweight data-interchange format
 that it is easy to parse and readable for human. It is useful for
 building config files, network communications protocols, etc.
 .
 This library provides following features:
 .
  * High-level data structures for collecting data from JSON.
  * Easy-to-use reader and writer.
Homepage: https://github.com/open-source-parsers/jsoncpp
Multi-Arch: same

Package: libjsoncpp-doc
Priority: optional
Section: doc
Installed-Size: 3225
Maintainer: Timo Röhling <roehling@debian.org>
Architecture: all
Source: libjsoncpp
Version: 1.9.5-4+apertis0bv2024dev2b1
Replaces: libjsoncpp-dev (<< 0.10.2-1)
Suggests: libjsoncpp-dev
Breaks: libjsoncpp-dev (<< 0.10.2-1)
Filename: pool/target/libj/libjsoncpp/libjsoncpp-doc_1.9.5-4+apertis0bv2024dev2b1_all.deb
Size: 230536
MD5sum: 91eed0e6bb010ee2e8875382648192e2
SHA1: ccbe5815eb2a3b12894e3c8823a73a57c021950d
SHA256: d2a7cc9e4b46d179d64fa779665fb04c43bbfe2a69e22d2dc6811ca88221a978
SHA512: 70ccf4cb0bc35a99c1b76a5bacd511b8de66f42983fa33d5c6b6abe943fc17e6090d9c4f65c43fe9e51e42220134c6245c8ddef78ce767a7e2cf0a970c4ad255
Description: API documentation for libjsoncpp-dev
 This package contains doxygen generated HTML API description of libjsoncpp0.
 .
 jsoncpp is an implementation of a JSON reader and writer in C++. JSON
 (JavaScript Object Notation) is a lightweight data-interchange format
 that it is easy to parse and readable for human. It is useful for
 building config files, network communications protocols, etc.
 .
 This library provides following features:
 .
  * High-level data structures for collecting data from JSON.
  * Easy-to-use reader and writer.
Homepage: https://github.com/open-source-parsers/jsoncpp
Multi-Arch: foreign

Package: libjsoncpp25
Priority: optional
Section: libs
Installed-Size: 283
Maintainer: Timo Röhling <roehling@debian.org>
Architecture: arm64
Source: libjsoncpp
Version: 1.9.5-4+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/libj/libjsoncpp/libjsoncpp25_1.9.5-4+apertis0bv2024dev2b1_arm64.deb
Size: 70204
MD5sum: d2d4b4303d09e717302244e56d9063a1
SHA1: 996f9010b2a4a510ddf069b1c2cedfeaf54d789f
SHA256: 15d818fd846362c6977d709b1c91d49248c44156f1d7628cd39d958f3ef3731f
SHA512: 6360131a127fa0d5ef059a587fec96847b5465dd34fc9b6240e52dc3b684fd6a59a5176124b8cb503ebd8e524f95341a6f6c072699d505298f0b55ea0419a53a
Description: library for reading and writing JSON for C++
 jsoncpp is an implementation of a JSON reader and writer in C++. JSON
 (JavaScript Object Notation) is a lightweight data-interchange format
 that it is easy to parse and redable for human. It is useful for
 building config files, network communications protocols, etc.
 .
 This library provides following features:
 .
  * High-level data structures for collecting data from JSON.
  * Easy-to-use reader and writer.
Homepage: https://github.com/open-source-parsers/jsoncpp
Multi-Arch: same

Package: libjsoncpp25-dbgsym
Priority: optional
Section: debug
Installed-Size: 735
Maintainer: Timo Röhling <roehling@debian.org>
Architecture: arm64
Source: libjsoncpp
Version: 1.9.5-4+apertis0bv2024dev2b1
Depends: libjsoncpp25 (= 1.9.5-4+apertis0bv2024dev2b1)
Filename: pool/target/libj/libjsoncpp/libjsoncpp25-dbgsym_1.9.5-4+apertis0bv2024dev2b1_arm64.deb
Size: 700716
MD5sum: e7ad69a2f1b2b66dc085933448fd08d9
SHA1: aec9d348a6698508d32c3b2122ace83dcc30363a
SHA256: 060cc50a4dfa8f1b94db121418572d6cd4a20dc0a81bce72a17d3437390c2629
SHA512: a0160e12f3838c36b528e646500d455ad79097b1a6fb4f5d81b4a7911dba399b8459c91de2517618e022dc155f2e82da65aefa008f9dda087885152ba030d968
Description: debug symbols for libjsoncpp25
Auto-Built-Package: debug-symbols
Build-Ids: c35b464950165253cfc16923901ec37101fe27f0
Multi-Arch: same

Package: libk5crypto3
Priority: optional
Section: libs
Installed-Size: 367
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.33), libkrb5support0 (>= 1.20)
Suggests: krb5-doc, krb5-user
Breaks: libgssapi-krb5-2 (<= 1.18~), libkrb5-3 (<= 1.18~)
Filename: pool/target/k/krb5/libk5crypto3_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 162956
MD5sum: 327854cd1277744de5c9a327ea0ab99b
SHA1: 6a42f379647c3ce99b817cee9b7d65f0d05ee482
SHA256: af8037c58d7752473e539a46110a12c387d3b8cbd9d5b7bd1aed2d5128f610eb
SHA512: c38d83b44cef66424b9fc685d83fb8d27d886e96df98d49af25e8675401ff80097deb73fcd78dc96e58f18201b461725b7f3d3692e39376d3cf12c2c2082043d
Description: MIT Kerberos runtime libraries - Crypto Library
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime cryptography libraries used by
 applications and Kerberos clients.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: libkadm5clnt-mit12
Priority: optional
Section: libs
Installed-Size: 298
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.25), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.15~beta1), libkrb5support0 (>= 1.17)
Suggests: krb5-doc, krb5-user
Conflicts: libkdb5-8
Filename: pool/target/k/krb5/libkadm5clnt-mit12_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 122708
MD5sum: 1d09c48cdf45c413213c5720595bca00
SHA1: 1846e08a8ec12dd714c23510c5d8a4009d527673
SHA256: 19d11a8cd31a4d421ccea00b5e7a1df7e4e3fc4067115e304ba0ccc623b235cf
SHA512: deb7d038af8a45b716be92baf557f63c692afb133ea8989b33252616e7dccf5f20a61d385350bdf11dbbbc70c5ca6169d3c4ae7cdd6fe85d40c634d7af416f7e
Description: MIT Kerberos runtime libraries - Administration Clients
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime library used by clients of the Kerberos
 administration protocol.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: libkadm5clnt7-heimdal
Priority: optional
Section: libs
Installed-Size: 106
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libcom-err2 (>= 1.43.9), libkrb5-26-heimdal (>= 1.6~rc2), libroken19-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libkadm5clnt7-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 30388
MD5sum: d34f1a723fa24d3d7409dd05b2b43f69
SHA1: 6f07256c144243cb6a00bd1b92b6dca21f0d46fd
SHA256: 68368f44802895f245e6d28fb57571fac4d2041bcead68ef240160a113eb92a5
SHA512: 134c5eb92d9d9ac4c38651a83f956a83a463d3131ad8a27c3be35d51b939febcc0ec0bdadb130f4b4928e975b155d9a8036287906be8e100fe3ebad1ac0b02f4
Description: Heimdal Kerberos - kadmin client library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the client library for kadmin.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libkadm5clnt7-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 117
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkadm5clnt7-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkadm5clnt7-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 92952
MD5sum: 3919eba4cb2ae8db1a81d0dfaaa978aa
SHA1: 62e00e31001d86492dcf997837fb953327a36ab0
SHA256: f84124dd322bd81e55266bfbe2583eaa6ecbda66a1424ae19aa002e4fd830025
SHA512: 7bbb92d33a3948104d6b78f4d1885cc47e2388b14ecef020dd7d6503c51f0a574226c64c08dc5f32dc3f3f5b6c62704502b4e780f8783188b3da97ca940f0f36
Description: debug symbols for libkadm5clnt7-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 4f1466c2002327a88810b347c1a45154de73dfaf
Multi-Arch: same

Package: libkadm5srv-mit12
Priority: optional
Section: libs
Installed-Size: 299
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkdb5-10 (>= 1.20.1), libkrb5-3 (>= 1.15~beta1), libkrb5support0 (>= 1.17)
Suggests: krb5-doc, krb5-user
Conflicts: libkdb5-8
Filename: pool/target/k/krb5/libkadm5srv-mit12_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 134312
MD5sum: 58e5e80eeee44d0b46e68034911b4e07
SHA1: dc33c66a7f93e271549cd42a2e2fde3741b69fc2
SHA256: 4b3bc27b4e8d124e407cfe946b62fc6ca38e6ac44ed85a833f2e064543dd0b13
SHA512: 554b6bfeb439052d9ee5ded8c8d3f91a9662b8fb1aa3d1a5f0ac052ef08e6444baad6a0024328227ad1e830bbaaa3b562169d725eb410cb3de579cd1b54fb49d
Description: MIT Kerberos runtime libraries - KDC and Admin Server
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime library used by Kerberos administrative
 servers.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: libkadm5srv8-heimdal
Priority: optional
Section: libs
Installed-Size: 173
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libhdb9-heimdal (>= 7.4.0.dfsg.1), libkrb5-26-heimdal (>= 1.7~git20160418), libroken19-heimdal (>= 1.6~git20131117)
Filename: pool/target/h/heimdal/libkadm5srv8-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 45656
MD5sum: 6d5f1085610b489da65930f20834a060
SHA1: b31656a484e045e38cb18bc6e8b00c014db1120c
SHA256: 5f3fbfe0cc7a373514224dc5d620a031aee0b902f047fbff233e0b2fed9a64a5
SHA512: 5b48872d3d7e54bed08063b1f74f649b703b8b1e9fafe08dd6538885756dcad9d8e7672fa232db52e971317286dd13630a8d5b8c38ca0dcdf2d2df0b328da9b7
Description: Libraries for Heimdal Kerberos
 Heimdal is a free implementation of Kerberos 5, that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the server library for kadmin.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libkadm5srv8-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 217
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkadm5srv8-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkadm5srv8-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 182372
MD5sum: 65b4e238252f93083268038a9e1e7666
SHA1: 38d745c7fb369950dc74950e29b61f131b429581
SHA256: ad4dea222c1e894452e04f33a47873b9784753c7f35e8a34a8adb6359455271d
SHA512: dc137d8e8d254b92e31fde9bc3ceb7c4cef4cd6420ac4bec3793045001ae8e206d235dc932279f1b53aafda46a7b7b27e6512e2864ebae16c20355416578802f
Description: debug symbols for libkadm5srv8-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: b0eb9232b6d896e8b41d6ca792163a59a4800230
Multi-Arch: same

Package: libkafs0-heimdal
Priority: optional
Section: libs
Installed-Size: 104
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.36), libhcrypto5-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libkafs0-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 27268
MD5sum: 2b00924884134505e7da32377b4c9506
SHA1: c890501d231f734657709b16988e0ef0e4b774b6
SHA256: 65c28fa6aa5cb03affd5d6d2d022d0073f9fd5d44b99f17a732ef59be3d32dd5
SHA512: 984242a2cf6d47cd789e7bb016d4444b1c041818097bbd9a86a725b44a4da54cfcba6004ace400bca6a19b698eb7515c951085e067bcc7f8e52c7dc2cfaad9b5
Description: Heimdal Kerberos - KAFS support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for KAFS support.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libkafs0-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 60
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkafs0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkafs0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 42156
MD5sum: 3213837a24baa82c76f10ce091776d3c
SHA1: 4f419fa2036c6c1bee65f3beef6293d9a0aec0fc
SHA256: 9668e3f0f19082b3a7977591dff2f3e2062bb281b02b52bdb0e41e5325de8bf1
SHA512: c3e0456a5f45f7f8122f1ff030b06b7b2619b48e019b05489bbf0909b0c93525c86d22ebe925582484721296dc32ab89ea350200b560f66585ec7e905a01ecb5
Description: debug symbols for libkafs0-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 2094692bdb8d08e885ea23eb5cc283913e1ecd22
Multi-Arch: same

Package: libkdb5-10
Priority: optional
Section: libs
Installed-Size: 290
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libgssrpc4 (>= 1.7dfsg~alpha1), libk5crypto3 (>= 1.20), libkrb5-3 (>= 1.14+dfsg), libkrb5support0 (>= 1.15~beta1)
Suggests: krb5-doc, krb5-user
Breaks: krb5-kdc (= 1.13~alpha1+dfsg-1), libkadm5srv-mit8 (<< 1.11+dfsg~)
Filename: pool/target/k/krb5/libkdb5-10_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 122804
MD5sum: 6298b82d44179682ecd938c330f6165a
SHA1: a1bc2ab390809679f1d2318bd9947bb557daefb1
SHA256: 21dc85507456918fd51f6a68b2f5da8dfcfb8cc4caf38e2b375b7a1a66ee8e56
SHA512: 0f49312ba8845465dca046798f1cc8e68424a62e38635c609b2390bc4ef8e42ce70783f4b02a03a998b0ef2556e22648a56423c1ede80c3e5c8b77b435e76ab9
Description: MIT Kerberos runtime libraries - Kerberos database
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the internal Kerberos database libraries.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: libkdc2-heimdal
Priority: optional
Section: libs
Installed-Size: 231
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libasn1-8-heimdal (>= 1.6~git20120311g), libc6 (>= 2.33), libhcrypto5-heimdal (>= 1.4.0+git20110226), libhdb9-heimdal (>= 1.6~git20120311), libheimntlm0-heimdal (>= 1.4.0+git20110226), libhx509-5-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 7.7.0+dfsg), libroken19-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libkdc2-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 63172
MD5sum: 5fd3a37b67901ba15cc3b3d0ffbf1999
SHA1: cf1ea81a10e9262cada8028630e215ec9f7aea95
SHA256: 2ca8936f2cd86bb17d706b00afb3abad69e68ce6675e746103501a040d410322
SHA512: 39e20b1df2ea4a33465287479ff4d79defdd50a33c2cf304127f59052e56c54d347c955920fb990e7663afe371fb812cd8809301f031e02bd09c7bdca0f321c3
Description: Heimdal Kerberos - KDC support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the KDC support library.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libkdc2-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 275
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkdc2-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkdc2-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 237752
MD5sum: b33055ee72b1655e312f47dec06f150c
SHA1: f1bd47da6baf66b7081c493d3e82adaef3fce0cc
SHA256: 98869118d5d68a19875dddfc2e1c41593fe186406402a0d28c71c6884c316bcc
SHA512: 3c5f65471062680098698d097c5ce97d1b8f01df688f4c57b88272edd904ac1f188fd0ec329b9e33aaf08a40c4fa78f188a2cb6c2b3fab1e7431923f02dff768
Description: debug symbols for libkdc2-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 288fb3909f1dca17cdd33a75045fcd173353417d
Multi-Arch: same

Package: libkeyutils-dev
Priority: optional
Section: libdevel
Installed-Size: 113
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: keyutils
Version: 1.6.3-2+apertis0bv2024dev2b1
Depends: libkeyutils1 (= 1.6.3-2+apertis0bv2024dev2b1)
Filename: pool/target/k/keyutils/libkeyutils-dev_1.6.3-2+apertis0bv2024dev2b1_arm64.deb
Size: 49212
MD5sum: e07b6cd06b2b9b80dc7d2046a7518dcc
SHA1: 6be24a8a39249b810b546dff05b4b31ccda9e068
SHA256: 5d99d1436f5648814d2d0d85b5449c9c6ba681f5d471a76e2293ec0749af589d
SHA512: 29e0aee25bf817aa384f9ed2cf01e626f2f0fb3636a8c18a2a9e57c7a6baa5bfe2dbd8bf413a7a9504a48d1e6da43153674336786d4476e8469a461508fe62df
Description: Linux Key Management Utilities (development)
 Keyutils is a set of utilities for managing the key retention facility in the
 kernel, which can be used by filesystems, block devices and more to gain and
 retain the authorization and encryption keys required to perform secure
 operations.
 .
 This package contains the development files.
Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git
Multi-Arch: same

Package: libkeyutils1
Priority: optional
Section: libs
Installed-Size: 85
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: keyutils
Version: 1.6.3-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/k/keyutils/libkeyutils1_1.6.3-2+apertis0bv2024dev2b1_arm64.deb
Size: 9272
MD5sum: e03f8aaf8090147767b1f9f774f979ea
SHA1: 6e1f69d9ae55b2c23a4a93b855e0f8718706b752
SHA256: b89f4b884c7b2d99c66bb832e6cc8183194d45058cec102c1954e0e6d2853ca7
SHA512: 34e3663110418c1383eee241718f2d7489d00aa6897e22b68b80140df4271077cddf4393e06ffe9bf233b4c51519c5a062c439b842c78bc4d567aa9e7338896c
Description: Linux Key Management Utilities (library)
 Keyutils is a set of utilities for managing the key retention facility in the
 kernel, which can be used by filesystems, block devices and more to gain and
 retain the authorization and encryption keys required to perform secure
 operations.
 .
 This package provides a wrapper library for the key management facility system
 calls.
Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git
Multi-Arch: same

Package: libkeyutils1-dbgsym
Priority: optional
Section: debug
Installed-Size: 30
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: keyutils
Version: 1.6.3-2+apertis0bv2024dev2b1
Depends: libkeyutils1 (= 1.6.3-2+apertis0bv2024dev2b1)
Filename: pool/target/k/keyutils/libkeyutils1-dbgsym_1.6.3-2+apertis0bv2024dev2b1_arm64.deb
Size: 14932
MD5sum: 6bccc1b501a531f71f0f3e2e4c15baff
SHA1: c1e9e175297f17d5177e4c227473de24c9bee8ba
SHA256: fe6a45f0a6ea6c3d79e3c87870e8cd37c43be81ce1fb731c8794ad7c7aeba337
SHA512: 4dc6b6a094d3bee87660cde7d0f0457dac31bc63e4e2f49c00f77d1e8442955885f76116cf99f68165569ad58e61ced564f1bf37b1d04f246c0fc6eaa6d4ec0f
Description: debug symbols for libkeyutils1
Auto-Built-Package: debug-symbols
Build-Ids: f93e95816981c7155772141ca7b35523f494ede9
Multi-Arch: same

Package: libklibc
Priority: optional
Section: libs
Installed-Size: 158
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: klibc
Version: 2.0.12-1+apertis1bv2024dev2b1
Filename: pool/target/k/klibc/libklibc_2.0.12-1+apertis1bv2024dev2b1_arm64.deb
Size: 47424
MD5sum: 073ea1468ae5222bfd2e0cb0caccede6
SHA1: 61a84c3e151a420e6dad65e6d3c99869001c36b2
SHA256: c816a9d0ca711841d52d8db964ebbb213b579c181c0d82e4a1457b168159a3f8
SHA512: eca9293e6ce6a5da3b575f678b06005e7c2c04f51f645a7020c7b26fd75008797289937e49d9c62af4ef959a61081c1616491d77c92bd991305aabf02146c5f2
Description: minimal libc subset for use with initramfs
 klibc is intended to be a minimalistic libc subset for use with
 initramfs.  It is deliberately written for small size, minimal
 entanglement, and portability, not speed.  It is definitely a work in
 progress, and a lot of things are still missing.
Homepage: https://git.kernel.org/cgit/libs/klibc/klibc.git
Multi-Arch: same

Package: libklibc-dbgsym
Priority: optional
Section: debug
Installed-Size: 175
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: klibc
Version: 2.0.12-1+apertis1bv2024dev2b1
Depends: libklibc (= 2.0.12-1+apertis1bv2024dev2b1)
Filename: pool/target/k/klibc/libklibc-dbgsym_2.0.12-1+apertis1bv2024dev2b1_arm64.deb
Size: 129056
MD5sum: fc4077d56388bc2e2b77dade039fa2fd
SHA1: f535a1107587be742a52d678ebc2b16c33bacf90
SHA256: 0d06f1e1f47ac07b1c6a83b19a013b12af00f7ef6cd4caf070fe0b789525e9b9
SHA512: cf7196c108da3bfb9ee9df6ff831cfdeefb0e8fe02616d945fd61d360b02ec3aaffdcc40e9546b7876ce4e3b6aec6dc1929af34100f3e68c8cc4edaa5a0258fd
Description: debug symbols for libklibc
Auto-Built-Package: debug-symbols
Build-Ids: a5d8eac3c3bcffc159b19e4223123de61d5f8bd5
Multi-Arch: same

Package: libklibc-dev
Priority: optional
Section: libdevel
Installed-Size: 1479
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: klibc
Version: 2.0.12-1+apertis1bv2024dev2b1
Depends: libklibc (= 2.0.12-1+apertis1bv2024dev2b1), linux-libc-dev, perl:any
Filename: pool/target/k/klibc/libklibc-dev_2.0.12-1+apertis1bv2024dev2b1_arm64.deb
Size: 237572
MD5sum: a19a2707369140effb1fbec3e1f12b02
SHA1: a42458c376ea74159c5de8ef9b58d6890b0c025c
SHA256: 9c73d35a392559ce10d0b88851a391b82365d6ba47aa97fd8069d8b78849fc0e
SHA512: 10e1c19881478fa63e118f30cec4e4554aec40e2e104b94fa66946e61f7f8b57520f7a9ff4a7018a3ba825cd9d8e8ab268bfcb7097f44b38262166e1b0f4eaea
Description: kernel headers used during the build of klibc
 This package contains the set of kernel headers that were required to
 build klibc and the utilities that ship with it.  This may or may
 not be a complete enough set to build other programs that link against
 klibc.  If in doubt, use real kernel headers instead.
Homepage: https://git.kernel.org/cgit/libs/klibc/klibc.git

Package: libkmod-dev
Priority: optional
Section: libdevel
Installed-Size: 244
Maintainer: Marco d'Itri <md@linux.it>
Architecture: arm64
Source: kmod
Version: 30+20221128-1+apertis0bv2024dev2b1
Depends: libkmod2 (= 30+20221128-1+apertis0bv2024dev2b1)
Filename: pool/target/k/kmod/libkmod-dev_30+20221128-1+apertis0bv2024dev2b1_arm64.deb
Size: 23240
MD5sum: 38aaf6427fe5c7770248aa07030c6be0
SHA1: e3ad734d159b293dd7580575ca9d5972813c48a8
SHA256: f5cb7c96b2bd9d32f38cc56affca325ee923fd33c9fa46f061a19c217f330173
SHA512: 901fb98609f106e6fb9611da70906033550baaace4af50566883cdede469f58de8ce0b9b882b74e9662c4d639e9d36661c37240bad0c3f2dc86fc7e336316e7b
Description: libkmod development files
 This package contains the files needed for developing applications that
 use libkmod.
Multi-Arch: same

Package: libkmod2
Priority: optional
Section: libs
Installed-Size: 161
Maintainer: Marco d'Itri <md@linux.it>
Architecture: arm64
Source: kmod
Version: 30+20221128-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.33), liblzma5 (>= 5.1.1alpha+20120614), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2)
Filename: pool/target/k/kmod/libkmod2_30+20221128-1+apertis0bv2024dev2b1_arm64.deb
Size: 54888
MD5sum: 489e73a1762d24f32cdc3d73bb34956e
SHA1: 69060488e174891dce3da15a23ca81454e05fec1
SHA256: 211b0d6f37fff3674899d3c5fec56ba8ca81fc5ddc41ecf0d1d50d73b34732cd
SHA512: 1a0e950274ab6eb9e89b0f7caf0767f5c458e3d8414b2c1b828fad6783cd65df2127baa875f04ce41d7b7531bb71f8b04afd1280a6f13baafc4b8b5b60b09137
Description: libkmod shared library
 This library provides an API for insertion, removal, configuration and
 listing of kernel modules.
Multi-Arch: same

Package: libkmod2-dbgsym
Priority: optional
Section: debug
Installed-Size: 184
Maintainer: Marco d'Itri <md@linux.it>
Architecture: arm64
Source: kmod
Version: 30+20221128-1+apertis0bv2024dev2b1
Depends: libkmod2 (= 30+20221128-1+apertis0bv2024dev2b1)
Filename: pool/target/k/kmod/libkmod2-dbgsym_30+20221128-1+apertis0bv2024dev2b1_arm64.deb
Size: 153624
MD5sum: b3a5015f8cd1318ba26de7e2e447f0b6
SHA1: 040fecbdda41d6852e205a878ced5ab1513bcc41
SHA256: bd6182f41033b3ed09f2b84398a6e7c8622d438384a572e23b7ebe37c2125451
SHA512: 37bf32701a5445099ff598bea6c72c0c190bab78aa0c85a1beace843a870acead3bc5c5339b666d0ee7f8adcbbf1bc079ac00374a1e92b1a37558871f765718e
Description: debug symbols for libkmod2
Auto-Built-Package: debug-symbols
Build-Ids: 82e1743cf63ba0320138c7bf35556610ff361026
Multi-Arch: same

Package: libkrad-dev
Priority: optional
Section: libdevel
Installed-Size: 165
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Replaces: libkrb5-dev (<< 1.12+dfsg-2)
Depends: libkrad0 (= 1.20.1-2+apertis0bv2024dev3b2), comerr-dev, libverto-dev (>= 0.2.4)
Suggests: libkrb5-dev
Breaks: krb5-multidev (<< 1.12+dfsg-2), libkrb5-dev (<< 1.12+dfsg-2)
Filename: pool/target/k/krb5/libkrad-dev_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 98348
MD5sum: 609d40c0f32a6b8ecbc28ab1fb5485a8
SHA1: 55879b7be3e6914600bda55cfd6dd60cee42782b
SHA256: f4154cbd1ad78ab8da863fdc97ed1c0bcd602e661427cb9129252f04c5343872
SHA512: 9e66a0663325f409bc470abc74c5a0606ec7f180ce90680aaafeb3b3e07fbc73d64b02715c0252ed851e586343f662ecb92a80333f9e48770fd89ff63d42fe4a
Description: MIT Kerberos RADIUS Library Development
 This package includes development headers for libkrad0, the MIT
 Kerberos RADIUS library.  You should not use this RADIUS library in
 packages unrelated to MIT Kerberos.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: libkrad0
Priority: optional
Section: libs
Installed-Size: 227
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.25), libk5crypto3 (>= 1.20), libkrb5-3 (>= 1.6.dfsg.2), libverto1 (>= 0.2.4)
Filename: pool/target/k/krb5/libkrad0_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 107140
MD5sum: d286de1779965dc280d74d196cd976c3
SHA1: b78c0b966c99fd5a7cec436b69170ba21958e4de
SHA256: ad9750030161b09e0ff821c7f2c4bdbedaa1d13ce9becafd294bd70bf4c408d7
SHA512: e23c6e43993c54662c0a1edafa04d02fc2ae1adc73f6939e0ffa19630516774d144e2b9d5daa250b2b96fbe98fa227621a0e9c9405f7aad62038155d27f68ee2
Description: MIT Kerberos runtime libraries - RADIUS library
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the internal support library for RADIUS functionality.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: libkrb5-26-heimdal
Priority: optional
Section: libs
Installed-Size: 669
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libasn1-8-heimdal (>= 1.6~git20131117), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libcrypt1 (>= 1:4.1.0), libhcrypto5-heimdal (>= 1.7~git20161112), libheimbase1-heimdal (>= 1.6~git20131117), libhx509-5-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.7~git20160418), libsqlite3-0 (>= 3.5.9), libwind0-heimdal (>= 1.6~git20120311)
Filename: pool/target/h/heimdal/libkrb5-26-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 206440
MD5sum: 1287e8b71dd678d000bbcd6af1c2b835
SHA1: 29d380d2e1ace660bbc324a0886687295b5aac94
SHA256: 466b2b47d1c82c54801e952ae0b2623fa167f15dbd81966d90f2267cc5e5b883
SHA512: 0f7287e826a292c1aa659495809a5af6dcfea7e4f96cff43ddaa6129e3579382b2120fcbef620ca99dc9dbc3043a66562dff99982ed1b505f76c0f9abf87b28d
Description: Heimdal Kerberos - libraries
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the Kerberos 5 library.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libkrb5-26-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 1175
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libkrb5-26-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libkrb5-26-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 1069408
MD5sum: c4ba4ae3b2863c449d4d2ef7246d5e02
SHA1: 2d14adb57d8f08ae2eeb765b47f4ae772f2038f5
SHA256: ca1aa330f78a3f045243cea378beb2d607a8bbd4674f3652dedd8e9c890dd6d3
SHA512: 506964425b258b5310a12423d76179802798b83b33efe0ca2d65a95aa13a182e2fb786e68228ba01a554e7d942aa6fd53410613062ab94d2137955847a2038aa
Description: debug symbols for libkrb5-26-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: cc68b59ede915a87dfcc23487f86f5fc48b45609
Multi-Arch: same

Package: libkrb5-3
Priority: optional
Section: libs
Installed-Size: 1264
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libk5crypto3 (>= 1.20), libkeyutils1 (>= 1.5.9), libkrb5support0 (= 1.20.1-2+apertis0bv2024dev3b2), libssl3 (>= 3.0.0)
Recommends: krb5-locales
Suggests: krb5-doc, krb5-user
Breaks: libapache2-mod-auth-kerb (<= 5.4-2.4), libsmbclient (<= 2:3.6.1-2), sssd (<= 1.2.1-4.3)
Filename: pool/target/k/krb5/libkrb5-3_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 397896
MD5sum: e96dc8094d8bdb62dabccc167300d6e5
SHA1: 04720636ab4d71c253ff260f576e1049c19861a6
SHA256: db448a3393d2aba6c34927a77540d5532118f70dafb7b2dffc6bd8896eecce63
SHA512: 4401c30c864b680db8e44d9ccd12c2adf87aaf242e811fc64db8b6239afb78ee9b337b21cb39d38616fd5fb5eb1495bc87f6974cdd56eef44590c4b207088bc4
Description: MIT Kerberos runtime libraries
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime library for the main Kerberos v5 API
 used by applications and Kerberos clients.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: libkrb5-dbg
Priority: optional
Section: debug
Installed-Size: 2608
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libkrb5-3 (= 1.20.1-2+apertis0bv2024dev3b2) | libk5crypto3 (= 1.20.1-2+apertis0bv2024dev3b2) | libkrb5support0 (= 1.20.1-2+apertis0bv2024dev3b2)
Filename: pool/target/k/krb5/libkrb5-dbg_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 2213180
MD5sum: 79fa75bdade8ca83dcd9a15083693c98
SHA1: afa41c0ef11c64688a4412ffb2087c0fc31da665
SHA256: d1ee950adfdb9f6e656ac898080103924292df95cef3ac344023748e6af9480a
SHA512: 70e15735d778faabfe75f89431ecae026918dcbc20447e9314a7ff08c87eb06e397f11ac88e1a883eb688f13409d08fa8091e237a786078e53c04ddd72d38472
Description: debugging files for MIT Kerberos
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the debugging information for the MIT Kerberos
 libraries.  Install this package if you need to trace problems inside the
 MIT Kerberos libraries with a debugger.
Build-Ids: 0263c441563082fa4588e945b1b701c9c89ddb9b 867eb77291c78429afdcf3f19f35d8037332f36b 3b966b22a9fe98b2c96434bb1414ff2825914173 6bffe2a09ef18a03d1ddf378ddab985b8159ca11 b7bf98f50c6173ad8124bcb831e6ca29c090bc1a 5b9417fe1e4ffad9d92d90f29417f07fba302409 a7fe5c00d437a7c6dca6d578f5d5010316f43868 73e0269dc13dac9b1683946da59799251730f2ba 8a65b22e84d05176c4f00e3a400df8416ed54531 979e33dabc788628bf4e8241f9929dd9f6033872
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: libkrb5-dev
Priority: optional
Section: libdevel
Installed-Size: 228
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Replaces: krb5-multidev (<< 1.8+dfsg~alpha1-3)
Depends: krb5-multidev (= 1.20.1-2+apertis0bv2024dev3b2)
Suggests: krb5-doc
Conflicts: heimdal-dev
Filename: pool/target/k/krb5/libkrb5-dev_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 97940
MD5sum: 73c1bd268d57539429af1afef27c6bf0
SHA1: a9bef74c8e8ab2ffa6860981916323f43477bbb5
SHA256: a068310796e88caddc9267139da3a0d876a4d4d87a74604443574f2ba11e2484
SHA512: bc692ffc60118a3c8a6fd84e50df358718c06573681178311dc66c4ddbf8e405e815a5bf6d432286ebf370842c0a8cdb93f7243cb71328b1beb51282d4e646c9
Description: headers and development libraries for MIT Kerberos
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the symlinks, headers, and development libraries
 needed to compile and link programs that use the Kerberos libraries.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: libkrb5support0
Priority: optional
Section: libs
Installed-Size: 232
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: arm64
Source: krb5
Version: 1.20.1-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34)
Breaks: libgssapi-krb5-2 (<< 1.20), libk5crypto3 (<< 1.20), libkadm5clnt-mit9 (<< 1.13~alpha1-1), libkadm5srv-mit9 (<< 1.13~alpha1-1), libkdb5-8 (<< 1.16)
Filename: pool/target/k/krb5/libkrb5support0_1.20.1-2+apertis0bv2024dev3b2_arm64.deb
Size: 115224
MD5sum: 928731d921bbbeca647bd7e97eb8885e
SHA1: 619b15d23a90bd2f0a41588e1a249bcc0a203325
SHA256: 6d14fa12fcc9e75ea078a839c2566206bf3a588155139750032f408be983e40a
SHA512: 24936b4a49744f403c08031b2fe31fa3d621537c77ce04e641c15dfe7269ba0d65cd02aa4403f270432f598b508cb44bdefa384e3a8fb3f5ae98784e9737e20d
Description: MIT Kerberos runtime libraries - Support library
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains an internal runtime support library used by other
 Kerberos libraries.
Homepage: https://web.mit.edu/kerberos/
Multi-Arch: same

Package: liblc3-0
Priority: optional
Section: libs
Installed-Size: 146
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: liblc3
Version: 1.0.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libl/liblc3/liblc3-0_1.0.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 60352
MD5sum: 789e3480044ccdf0b27e702e29bbcf44
SHA1: 3dfe37c3c95b6b95da072cf9abfc4e47670f29d7
SHA256: 071c3b2fb27772363ba994d4b66400bb103d0681c8058346d76f40db8859f8ad
SHA512: fcbc006d3a0755b33b9cc95dfc6e2b9a13c25b16073b36b820f4714616240195641bc8d2e70e5a0348272ad35a781483b014baeecaeaf2c471b7ef97f3d2f2b8
Description: Low Complexity Communication Codec (shared library)
 LC3 is an efficient low latency audio codec.
 .
 This package provides the shared library.
Homepage: https://github.com/google/liblc3
Multi-Arch: same

Package: liblc3-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 142
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: liblc3
Version: 1.0.1-1+apertis1bv2024dev2b1
Depends: liblc3-0 (= 1.0.1-1+apertis1bv2024dev2b1)
Filename: pool/target/libl/liblc3/liblc3-0-dbgsym_1.0.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 112276
MD5sum: ac362136cfa487043ca1f5bd527803d6
SHA1: f1f72aa806680a5b947a9a7f743854c99fa14bc4
SHA256: 1fa63c464a403833a9da2f94640af1aef9f3d7e83e37b25f46a2d211d3c362a1
SHA512: 5423410232114d485e42514af190436cc717e83ea1b298eca539073eb595ff2d7b45f3a026d4072e75a5960d37de36f463189ef47e4e0c3bf4ce7326efa49104
Description: debug symbols for liblc3-0
Auto-Built-Package: debug-symbols
Build-Ids: cf5fb126a596f5cc4fffdb535e49988784c4c3b8
Multi-Arch: same

Package: liblc3-dev
Priority: optional
Section: libdevel
Installed-Size: 29
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: liblc3
Version: 1.0.1-1+apertis1bv2024dev2b1
Depends: liblc3-0 (= 1.0.1-1+apertis1bv2024dev2b1)
Filename: pool/target/libl/liblc3/liblc3-dev_1.0.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 6012
MD5sum: a78ac74ef298a8343ccd8a26cded62a8
SHA1: c34db8057503ede066ed224009545baeac1f728a
SHA256: cbb0a60d23a35cb6a10294c37411c2e5b8c9daf0da6732dbf7369f0911fce2d4
SHA512: 2b7a85816056373b364a443126d55074a1b9f6d2b6c62ada8ccf94de30918d89154e17c635aa581b108d166d06d32f8e75a14ed277ae84a5fb42aaf9c21bd6cc
Description: Low Complexity Communication Codec (development files)
 LC3 is an efficient low latency audio codec.
 .
 This package provides the development files for liblc3.
Homepage: https://github.com/google/liblc3
Multi-Arch: same

Package: liblc3-tools
Priority: optional
Section: sound
Installed-Size: 143
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: liblc3
Version: 1.0.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), liblc3-0 (>= 1.0.1)
Filename: pool/target/libl/liblc3/liblc3-tools_1.0.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 7936
MD5sum: 539e0e703a8bc9fd3773fb14a86987fe
SHA1: dd48e2907feff4477b4de4654189a5159d13b86d
SHA256: 5443e2fa9228fd9e11dedffb506fbcf0525fd2564c3227c54082d31cbdfc7710
SHA512: b68b05c37b97551018435850a69b299e579b851d649aadd66e7fbbea6a873418cac959b5fcf9e450d33ce4ec7979239f7262e36c7022941429260cccdc904905
Description: Low Complexity Communication Codec
 LC3 is an efficient low latency audio codec.
 .
 This package provides encoder and decoder tools.
Homepage: https://github.com/google/liblc3

Package: liblc3-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 54
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: liblc3
Version: 1.0.1-1+apertis1bv2024dev2b1
Depends: liblc3-tools (= 1.0.1-1+apertis1bv2024dev2b1)
Filename: pool/target/libl/liblc3/liblc3-tools-dbgsym_1.0.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 24344
MD5sum: 1d6f8c542dfe79227986997d4259ef7d
SHA1: d66fb3b6a02f8fdf3edc45e8871371aa8caa6cf9
SHA256: aa56c0ee2236a9fe2e19d87660090a177a454a71a23f5c43e4e1a390dfbb54b3
SHA512: 308e1bf92ca54562c46b38b12895196653d0c3a155718907f247b3c71e5f567d67e37f8b5a438513655b7dbcaba70c8c4e9e9e6913384cdd271cf05a1bd37c6f
Description: debug symbols for liblc3-tools
Auto-Built-Package: debug-symbols
Build-Ids: a6c29ed2469610c977922b668678161839023fa7 d6f4aa28764355de13cff32c4b0b6d8532d086bd

Package: liblcms2-2
Priority: optional
Section: libs
Installed-Size: 436
Maintainer: Thomas Weber <tweber@debian.org>
Architecture: arm64
Source: lcms2
Version: 2.14-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.29)
Suggests: liblcms2-utils
Filename: pool/target/l/lcms2/liblcms2-2_2.14-2+apertis1bv2024dev2b1_arm64.deb
Size: 143544
MD5sum: 0147ba872b70f64bb84e1d6fb73b01da
SHA1: 9d6a2eaff0cee06423782ab8ef684774faf7d9f8
SHA256: a869db9d62c6ab3fa467d7644d8a6bd6916d1212b7fc9cb83a8ca1409ee591ed
SHA512: 7f871118fd15a18de1209a7198b7789fe272850655ab83d6aecd2bc5d5ce6f62415533fe3e3b6a6511a4c6eeb774bbb9b93e5f61121650e4f7b02c8190fe9455
Description: Little CMS 2 color management library
 LittleCMS 2 intends to be a small-footprint color management engine, with
 special focus on accuracy and performance. It uses the International Color
 Consortium standard (ICC) of color management. LittleCMS 2 is a full
 implementation of ICC specification 4.2 plus all addendums. It fully supports
 all V2 and V4 profiles, including abstract, devicelink and named color
 profiles.
 .
 This package contains the shared library of liblcms2.
Homepage: http://www.littlecms.com/
Multi-Arch: same

Package: liblcms2-2-dbgsym
Priority: optional
Section: debug
Installed-Size: 481
Maintainer: Thomas Weber <tweber@debian.org>
Architecture: arm64
Source: lcms2
Version: 2.14-2+apertis1bv2024dev2b1
Depends: liblcms2-2 (= 2.14-2+apertis1bv2024dev2b1)
Filename: pool/target/l/lcms2/liblcms2-2-dbgsym_2.14-2+apertis1bv2024dev2b1_arm64.deb
Size: 437708
MD5sum: 946067e1ae47515f8df748069d512ed5
SHA1: 22c5a61ae5b9a35fd979e7c60cbeb4c0a0e18a05
SHA256: 0d4665ed7d9eeb9e6731c5b183ababacce9d6718772f180603780b7bfbfd8cda
SHA512: 60f49444b82304209ce5495e11bef68e3de512782e0a0e8e130fb2798b4ad955ad675c36885ca73dc591b5fec4f0de2061b7f0eb6215b2bf5d76a4aa92b61ddf
Description: debug symbols for liblcms2-2
Auto-Built-Package: debug-symbols
Build-Ids: 01a0c432eb63f251abca1f177801690363e51dde
Multi-Arch: same

Package: liblcms2-dev
Priority: optional
Section: libdevel
Installed-Size: 1904
Maintainer: Thomas Weber <tweber@debian.org>
Architecture: arm64
Source: lcms2
Version: 2.14-2+apertis1bv2024dev2b1
Replaces: liblcms-dev
Provides: liblcms-dev
Depends: liblcms2-2 (= 2.14-2+apertis1bv2024dev2b1)
Conflicts: liblcms-dev
Filename: pool/target/l/lcms2/liblcms2-dev_2.14-2+apertis1bv2024dev2b1_arm64.deb
Size: 1815608
MD5sum: 06683c3735d4eb412a4553320d9aa156
SHA1: dccccebfebe13e1e7284a2029ef0fcbb83abb127
SHA256: d55f9d60ecdfcd4b8641d8b6e257c42e7c102bc93915e405b44851c67853e574
SHA512: 6af1210f472bdaf8009d01e7d1ee1756c07e51fa4f16aa972633332ca7ad15dfd5467ce3e150499c028e1d3aa1f7ca5e3b7416bf55028f25a37b0968b65c7067
Description: Little CMS 2 color management library development headers
 LittleCMS 2 intends to be a small-footprint color management engine, with
 special focus on accuracy and performance. It uses the International Color
 Consortium standard (ICC) of color management. Little CMS 2 is a full
 implementation of ICC specification 4.2 plus all addendums. It fully supports
 all V2 and V4 profiles, including abstract, devicelink and named color
 profiles.
 .
 This package contains the development headers used for building software that
 uses Little CMS.
Homepage: http://www.littlecms.com/
Multi-Arch: same

Package: liblcms2-utils
Priority: optional
Section: utils
Installed-Size: 365
Maintainer: Thomas Weber <tweber@debian.org>
Architecture: arm64
Source: lcms2
Version: 2.14-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.14), libtiff6 (>= 4.0.3)
Filename: pool/target/l/lcms2/liblcms2-utils_2.14-2+apertis1bv2024dev2b1_arm64.deb
Size: 46892
MD5sum: 5a637023898a5dc6888c71b0af3fecbc
SHA1: 166fc3e6df6e4e9af3a699c66e3da351df59fa7d
SHA256: 886f8b82ee9d15f42f47b968f321888ef4c8d3bebad155f5ba0e4e532300d1c5
SHA512: bb0f1fea27b9e47e1f80c55c8b8630ccc095d292b8e30bf3f79d2f9402183827cf66b567edabd243dded950fb6e99fc239c8578527d36d9e9508008fbbfa4c68
Description: Little CMS 2 color management library (utilities)
 LittleCMS 2 intends to be a small-footprint color management engine, with
 special focus on accuracy and performance. It uses the International Color
 Consortium standard (ICC) of color management. LittleCMS 2 is a full
 implementation of ICC specification 4.2 plus all addendums. It fully supports
 all V2 and V4 profiles, including abstract, devicelink and named color
 profiles.
 .
 This package contains additional utilities (jpegicc, linkicc, psicc, tificc
 and transicc).
Homepage: http://www.littlecms.com/
Multi-Arch: foreign

Package: liblcms2-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 183
Maintainer: Thomas Weber <tweber@debian.org>
Architecture: arm64
Source: lcms2
Version: 2.14-2+apertis1bv2024dev2b1
Depends: liblcms2-utils (= 2.14-2+apertis1bv2024dev2b1)
Filename: pool/target/l/lcms2/liblcms2-utils-dbgsym_2.14-2+apertis1bv2024dev2b1_arm64.deb
Size: 118136
MD5sum: ee611568813b472edb3baaf96c3c4d31
SHA1: e147383d797486e30fc6bd77d6dd759593fb9160
SHA256: c3233f5fc3014bd0f1d298f73fa6a128c653455962aafa05abdbac5e2b6276b8
SHA512: 78a855f3e21d2ce9beb9a3df2e3b646bc59b00b6c4a2cf94a8a1236bb5e67fba3a933d17788454bacd8cf55be9ecded83465c260c9ca8ca9b2491b5058ac0b39
Description: debug symbols for liblcms2-utils
Auto-Built-Package: debug-symbols
Build-Ids: 2db6539fa75c8564bfc0457e1f95753d54f89125 56d4a48b06f6639e3a95d67def414a609324e9ed bc29850add7a1e257aca151dfe460358845fb667 e237c44c394db1f17430525a11c2b359068459c2 fe86db3a6f3d4c1507a309e85f4f3ea2801bc3c2

Package: libldacbt-abr-dev
Priority: optional
Section: libdevel
Installed-Size: 25
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: arm64
Source: libldac
Version: 2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1
Depends: libldacbt-abr2 (= 2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1)
Filename: pool/target/libl/libldac/libldacbt-abr-dev_2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1_arm64.deb
Size: 5452
MD5sum: 56fcea4a2c13d028a2f747d5e5885429
SHA1: 016066f5e358826b8fcb9d6264636bf82329ba5c
SHA256: f6198c14ef0ddb84510f1e876104a204113a2d9514c420c08186dff99ead33bc
SHA512: 7741ac3b3becf215668aac764a0dfc29e37ca18f0e7d2ee54ddd7dec3f1224dcf3098bb15f794c09921422369bfa4ebf18afb0ffed1762875fb7760a65fa2075
Description: LDAC Bluetooth ABR library (development)
 LDAC is a lossy audio coding technology enabling the transmission
 of high-resolution audio content over a Bluetooth connection.
 .
 LDAC employs a hybrid coding scheme based on the modified discrete
 cosine transform to provide more efficient data compression.
 .
 LDAC is used by Bluetooth audio devices such as headphones, smart
 phones, portable media players, active speakers and home theaters.
 .
 This package ships development files for the LDAC Bluetooth ABR
 library.
Homepage: https://android.googlesource.com/platform/external/libldac
Multi-Arch: same

Package: libldacbt-abr2
Priority: optional
Section: libs
Installed-Size: 83
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: arm64
Source: libldac
Version: 2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libldacbt-enc2 (>= 2.0.2)
Filename: pool/target/libl/libldac/libldacbt-abr2_2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1_arm64.deb
Size: 5612
MD5sum: 00c06c71c44f9f18c87e37d14cc86a8e
SHA1: 0b716ccea313116c4bde7ac51a37624feb8ce022
SHA256: 897b8c005fcf11f63b2a73deaad72f4a8a42ee672cc87a98f867c9b17fb4753d
SHA512: 3e181b3c6469962032e9b6b4383a06b096720bb3fc78dfb2698ef17eed3e58086090cb31d93b0cc04355f2d0d4afd633e020fd4470ca9b79f7672e5b0b7cfeb9
Description: LDAC Bluetooth ABR library (shared library)
 LDAC is a lossy audio coding technology enabling the transmission
 of high-resolution audio content over a Bluetooth connection.
 .
 LDAC employs a hybrid coding scheme based on the modified discrete
 cosine transform to provide more efficient data compression.
 .
 LDAC is used by Bluetooth audio devices such as headphones, smart
 phones, portable media players, active speakers and home theaters.
 .
 This package ships the shared LDAC Bluetooth ABR library.
Homepage: https://android.googlesource.com/platform/external/libldac
Multi-Arch: same

Package: libldacbt-abr2-dbgsym
Priority: optional
Section: debug
Installed-Size: 19
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: arm64
Source: libldac
Version: 2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1
Depends: libldacbt-abr2 (= 2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1)
Filename: pool/target/libl/libldac/libldacbt-abr2-dbgsym_2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1_arm64.deb
Size: 5456
MD5sum: 9915a05ec75aa69ee04acaed7e06ccdd
SHA1: d22158a595e216be5b1d85ab09039a9746b3adbd
SHA256: 7fa071db22323c81c422aac9a8c3d182fccf1c5c4abc8b80f5c664cb60a5f296
SHA512: 027c65361514400d7621465df353ee8be67410f7bfb5f5b34b1e061fd02c4dd5c3cc19295fdcb92f9fa48b5eeef1afbf97d1608b56763b67bc2aed7b629a40ec
Description: debug symbols for libldacbt-abr2
Auto-Built-Package: debug-symbols
Build-Ids: e96cd184af6c7a0c32ac5d3631e5033557ad7123
Multi-Arch: same

Package: libldacbt-enc-dev
Priority: optional
Section: libdevel
Installed-Size: 40
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: arm64
Source: libldac
Version: 2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1
Depends: libldacbt-enc2 (= 2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1)
Filename: pool/target/libl/libldac/libldacbt-enc-dev_2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1_arm64.deb
Size: 8196
MD5sum: 5b8a1c2d78b8bf4829e362fa5229ee69
SHA1: 2d378d4960d38f912388894d823f131aef5b426b
SHA256: 0d50bdbfcb4c95ee89718fc69ab1db789377ad7be22860f53a828e276dfc4ae3
SHA512: fb43ed69243c59411d0c46b1a715bd1f43b12f905e8965cdf8d70cfad6cf237025094a1d50541fc84863b767c3a39b94a60dfee9db200a19be3e88820fd365fa
Description: LDAC Bluetooth encoder library (development)
 LDAC is a lossy audio coding technology enabling the transmission
 of high-resolution audio content over a Bluetooth connection.
 .
 LDAC employs a hybrid coding scheme based on the modified discrete
 cosine transform to provide more efficient data compression.
 .
 LDAC is used by Bluetooth audio devices such as headphones, smart
 phones, portable media players, active speakers and home theaters.
 .
 This package ships development files for the LDAC Bluetooth encoder
 library.
Homepage: https://android.googlesource.com/platform/external/libldac
Multi-Arch: same

Package: libldacbt-enc2
Priority: optional
Section: libs
Installed-Size: 84
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: arm64
Source: libldac
Version: 2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libl/libldac/libldacbt-enc2_2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1_arm64.deb
Size: 24524
MD5sum: d1a2e8c0c4c8b19560a596a59e9ebf7f
SHA1: de6517761288d66c2faa9ad36d9e8049bb54b146
SHA256: 2ba815d916d9d4ef54830f130ad3d18b7cee984e8ce7c045cd710f7709d32c30
SHA512: 84d8b1ffeb30382a9c7d7a6bf47430c240d264c0f696fdd751ba0548638eab0045f1dd2c73986ca301a95ac23c4897f5f0083915d20c8df8da2f86ab954b6ced
Description: LDAC Bluetooth encoder library (shared library)
 LDAC is a lossy audio coding technology enabling the transmission
 of high-resolution audio content over a Bluetooth connection.
 .
 LDAC employs a hybrid coding scheme based on the modified discrete
 cosine transform to provide more efficient data compression.
 .
 LDAC is used by Bluetooth audio devices such as headphones, smart
 phones, portable media players, active speakers and home theaters.
 .
 This package ships the shared LDAC Bluetooth encoder library.
Homepage: https://android.googlesource.com/platform/external/libldac
Multi-Arch: same

Package: libldacbt-enc2-dbgsym
Priority: optional
Section: debug
Installed-Size: 72
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: arm64
Source: libldac
Version: 2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1
Depends: libldacbt-enc2 (= 2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1)
Filename: pool/target/libl/libldac/libldacbt-enc2-dbgsym_2.0.2.3+git20200429+ed310a0-4apertis1bv2024dev3b1_arm64.deb
Size: 56744
MD5sum: 81f645287dd61ae636c752032ff84db1
SHA1: 19ebe9a3b7f99922942fe7a6d6f0bd1c1199b801
SHA256: b00b934bc53a041d5ba0ec97d53d7841f45dbfb486c45725869cf7918a00232b
SHA512: 20d477bcbf52fd9a22add4831722311733803b1ede201ee289640e2e64ab2406f7daeb17c322e33bd73f64788a54e6b296b31f261f3ce3edecb956e08a257285
Description: debug symbols for libldacbt-enc2
Auto-Built-Package: debug-symbols
Build-Ids: 878dd0e5bf3bc08d5df81d290dcf2dcfc7b15b44
Multi-Arch: same

Package: libldap-2.5-0
Priority: optional
Section: libs
Installed-Size: 591
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openldap
Version: 2.5.13+dfsg-5+apertis1bv2024dev3b1
Replaces: libldap-2.3-0, libldap2
Depends: libc6 (>= 2.34), libsasl2-2 (>= 2.1.28+dfsg), libssl3 (>= 3.0.0)
Recommends: libldap-common
Conflicts: ldap-utils (<= 2.1.23-1)
Filename: pool/target/o/openldap/libldap-2.5-0_2.5.13+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 181804
MD5sum: 28a245b26139b19238097fd49a197613
SHA1: cf3fd8ac9109f29a1029c5b67538bab6321e75f3
SHA256: 6eb1089818eeb90180a8b145a69984a5ecfa3fca7630ce12aa29199b34a6df1a
SHA512: f2a7a87501be84d7dacee8b4a22b81add8e49b5ac7319e1553c6fbfafdb7e089676a2310d0321c59ad247a5892675d2921132330670dc17f7db8717d2e7ae2fd
Description: OpenLDAP libraries
 These are the run-time libraries for the OpenLDAP (Lightweight Directory
 Access Protocol) servers and clients.
Homepage: https://www.openldap.org/
Multi-Arch: same

Package: libldap-2.5-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 508
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openldap
Version: 2.5.13+dfsg-5+apertis1bv2024dev3b1
Depends: libldap-2.5-0 (= 2.5.13+dfsg-5+apertis1bv2024dev3b1)
Filename: pool/target/o/openldap/libldap-2.5-0-dbgsym_2.5.13+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 439640
MD5sum: 84e47b6e6e94c4488db2cb7541509f88
SHA1: 2973f603c3f6e2d49307e4f6a9b82d81f8b54d22
SHA256: 84c4ceb38c02a7b01255f34679f43f273c91382a5af0dbdff6a8c61f49688cdf
SHA512: cd106b43742933322b7ab3c9ad23cc32898ad295c2aef201e3c22ac8aa145c0e09d4cb73a5c2dcecede9fe815ec644c15da4e7a6a4b51151b3534663cda24ccb
Description: debug symbols for libldap-2.5-0
Auto-Built-Package: debug-symbols
Build-Ids: 2bd3f070f844cb72f27996e7cd3e707ab0497d8f 62c9da2b517688edc03507181aa1c14cd5400946
Multi-Arch: same

Package: libldap-common
Priority: optional
Section: libs
Installed-Size: 102
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: all
Source: openldap
Version: 2.5.13+dfsg-5+apertis1bv2024dev3b1
Replaces: libldap-2.4-2 (<< 2.4.44+dfsg-1)
Filename: pool/target/o/openldap/libldap-common_2.5.13+dfsg-5+apertis1bv2024dev3b1_all.deb
Size: 38108
MD5sum: 10836b586eb63e483382e01ec6f60ccd
SHA1: cf0c27c5adfda887617ecc1eb6bc590fee4618a5
SHA256: dedc67f42a39aa117289d3f9dec0ddab1894754d37ec9a39002ccc48aa101e33
SHA512: 743828797762ad6f8bab782b20d63d46adc55eb31fc29f86e8d823425e88a1c60bfccf2dc8ea0f6eb19da3c522007956faf907f2b042d9d22387c0f74ecb2de8
Description: OpenLDAP common files for libraries
 These are common files for the run-time libraries for the OpenLDAP
 (Lightweight Directory Access Protocol) servers and clients.
Homepage: https://www.openldap.org/
Multi-Arch: foreign

Package: libldap-dev
Priority: optional
Section: libdevel
Installed-Size: 1605
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openldap
Version: 2.5.13+dfsg-5+apertis1bv2024dev3b1
Replaces: libldap2-dev (<< 2.5.4+dfsg-1~)
Provides: libldap2-dev
Depends: libldap-2.5-0 (= 2.5.13+dfsg-5+apertis1bv2024dev3b1)
Breaks: libldap2-dev (<< 2.5.4+dfsg-1~)
Filename: pool/target/o/openldap/libldap-dev_2.5.13+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 305744
MD5sum: 70b1987fd83fd67bc4ba42594334d5ec
SHA1: 8b81c62b0bd7b9ff31d50816c127cfbcba410963
SHA256: d4ba8b32fa512669869d4ef3fb53edf9d2d2e9bb427d0e9cd1baf7c0b846b7d7
SHA512: 9d9e6f9c4723bb07e0f7fc61043a8cebb12a8199722924ddb5f8f8bef47c6d09f08d0fffa9eeca43e315f34562f2c0a2a16f0907c9d3ec35bd3ea0c5baa686e7
Description: OpenLDAP development libraries
 This package allows development of LDAP applications using the OpenLDAP
 libraries. It includes headers, libraries and links to allow static and
 dynamic linking.
Homepage: https://www.openldap.org/
Multi-Arch: same

Package: libldap2-dev
Priority: optional
Section: oldlibs
Installed-Size: 89
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: all
Source: openldap
Version: 2.5.13+dfsg-5+apertis1bv2024dev3b1
Depends: libldap-dev
Filename: pool/target/o/openldap/libldap2-dev_2.5.13+dfsg-5+apertis1bv2024dev3b1_all.deb
Size: 31412
MD5sum: 7b9ca1f299cd2b9b26929be10b551cfd
SHA1: 4bf44bc5f2cc6a3e2b3ddd90d74a5ce5559af184
SHA256: 63714ab0ee8ce0a535317159305de43e3a3ce72ec5f61d6e6b7ab2051e296c6a
SHA512: 82b6196ed19d66509ae9d09161e80f532959795140b670d113b958c063d9269f3935ccfc3ed0a0449f22677bc06962f718070091ed5d782fa8b6ae5b7efb6161
Description: transitional package for libldap-dev
 This is a transitional package from libldap2-dev to libldap-dev. It can be
 safely removed.
Homepage: https://www.openldap.org/

Package: libldns-dev
Priority: optional
Section: libdevel
Installed-Size: 19726
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: ldns
Version: 1.8.3-1+apertis1bv2024dev2b1
Depends: libldns3 (= 1.8.3-1+apertis1bv2024dev2b1), libssl-dev
Filename: pool/target/l/ldns/libldns-dev_1.8.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 1309860
MD5sum: 7a38eb3255a50f7b477c717d38191328
SHA1: 91fbdc57c613c30bb26a6cd4e0dcbb01d16bf743
SHA256: 866e40383118d867da45715da9c137a992fd692349a326fe28ddc416d161c20d
SHA512: 76d800097f263393eb45751b9c7d533c0e9c6a2bf6ad2120c86e33eb9bf5160a661aceb2bca59815585d6b6d2d35c61c4c57857f041b7efe74f4c7f9128e882e
Description: ldns library for DNS programming - development files
 The goal of ldns is to simplify DNS programming, it supports recent RFCs
 like the DNSSEC documents, and allows developers to easily create software
 conforming to current RFCs, and experimental software for current Internet
 Drafts.
 .
 This package contains development libraries and headers.
Homepage: https://www.nlnetlabs.nl/projects/ldns/about/
Multi-Arch: same

Package: libldns3
Priority: optional
Section: libs
Installed-Size: 537
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: ldns
Version: 1.8.3-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libssl3 (>= 3.0.0)
Filename: pool/target/l/ldns/libldns3_1.8.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 164652
MD5sum: 72d0a841ba03a940af4a4885f3148aa8
SHA1: 4be61617a8f12f0e0262d0b5e9a556319a658e0d
SHA256: fed617f19c671c183d142f8c3de54a6ff85202ab1b9c517ea3f85cd7efe3cd89
SHA512: bdf861eeaea2cd4e106b9500df31b721ec60f27f759d965520fede878dd4ff912c3c91d117e8ee489715d1770c3e793f3c2559ed9fb05ef8a2a2a9e19cccbcb4
Description: ldns library for DNS programming - shared library
 The goal of ldns is to simplify DNS programming, it supports recent RFCs
 like the DNSSEC documents, and allows developers to easily create software
 conforming to current RFCs, and experimental software for current Internet
 Drafts.
 .
 This package contains shared libraries.
Homepage: https://www.nlnetlabs.nl/projects/ldns/about/
Multi-Arch: same

Package: libldns3-dbgsym
Priority: optional
Section: debug
Installed-Size: 499
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: ldns
Version: 1.8.3-1+apertis1bv2024dev2b1
Depends: libldns3 (= 1.8.3-1+apertis1bv2024dev2b1)
Filename: pool/target/l/ldns/libldns3-dbgsym_1.8.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 444456
MD5sum: 5ea89946aaf384e05a4a04512a3c159b
SHA1: c47dc7525d19a20f1930d021d1898211e821e9fe
SHA256: 4a4e2b5443de5e74d75b89d646c2a951892bb88a8a9bdfe029251810c8b0b62e
SHA512: d208ef5142954ca0eb0f5bb9c30e5eef5f1f9aa39ec1163094717db3693f0cd66f795e2a6c3414210de38957cca1786d8c41885fb8a13de8fa360d2643e3041b
Description: debug symbols for libldns3
Auto-Built-Package: debug-symbols
Build-Ids: 85edc0cec8712a789017c1e8aa0fea4b42e74f7e
Multi-Arch: same

Package: liblerc-dev
Priority: optional
Section: libdevel
Installed-Size: 889
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lerc
Version: 4.0.0+ds-2+apertis1bv2024dev2b1
Depends: liblerc4 (= 4.0.0+ds-2+apertis1bv2024dev2b1)
Filename: pool/target/l/lerc/liblerc-dev_4.0.0+ds-2+apertis1bv2024dev2b1_arm64.deb
Size: 145916
MD5sum: 9f1a2557ed0a4322d93078dbbb4a830c
SHA1: 8d588e3d9b2641371dbdefba10918f4a9b483ca0
SHA256: 43ce3acb604cc58ef45fd771135afe319f5f4a12e1bc3965eb496e1803ea64ef
SHA512: 05de7d6637e9309d222d5876fbe6b528ef9e25fd90956bf6d2d5b3f91eefbe5aa5d2a59b47401b597ea939be71fd0805d4a3aec45749e2c52dc7e1f1b1b3503c
Description: Limited Error Raster Compression library (Development files)
 LERC is an open-source image or raster format which
 supports rapid encoding and decoding for any pixel
 type (not just RGB or Byte). Users set the maximum
 compression error per pixel while encoding, so the
 precision of the original input image is preserved
 (within user defined error bounds).
 .
 This is a development package of LERC.
Homepage: https://github.com/Esri/lerc
Multi-Arch: same

Package: liblerc4
Priority: optional
Section: libs
Installed-Size: 625
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lerc
Version: 4.0.0+ds-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/l/lerc/liblerc4_4.0.0+ds-2+apertis1bv2024dev2b1_arm64.deb
Size: 138200
MD5sum: 35d56572a31827399a76000eace7a588
SHA1: 8fbdf39e75d69479feff0e705d82e703f58f154a
SHA256: ce2d8301aeaec63ec1be361bfe0a388c61a4e659f51463fe242cea5eb55e4ffd
SHA512: 85dad60397565259e8d8263cd6e4d17d78f3452aca0ab25677d665249a4c9a6c39264e6c84ac290bd6adaf95e61171adae89160728ac1468d53490f0cc39146e
Description: Limited Error Raster Compression library
 LERC is an open-source image or raster format which
 supports rapid encoding and decoding for any pixel
 type (not just RGB or Byte). Users set the maximum
 compression error per pixel while encoding, so the
 precision of the original input image is preserved
 (within user defined error bounds).
Homepage: https://github.com/Esri/lerc
Multi-Arch: same

Package: liblerc4-dbgsym
Priority: optional
Section: debug
Installed-Size: 1555
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lerc
Version: 4.0.0+ds-2+apertis1bv2024dev2b1
Depends: liblerc4 (= 4.0.0+ds-2+apertis1bv2024dev2b1)
Filename: pool/target/l/lerc/liblerc4-dbgsym_4.0.0+ds-2+apertis1bv2024dev2b1_arm64.deb
Size: 1521980
MD5sum: bcf8f3c5a7724b2b8548cbfbb4ec8f5b
SHA1: cbcfe1f80e69625c3789b6e477a5721aeda051c6
SHA256: dc82af7b17cd15a9f2ef735df15f7b82e88913ae1ef9f747f6f86cc532576e9e
SHA512: 4394d02aabae42946e56d3f055f32ffd608618c73ab9b50ff7d8a741ceccfbfb9e205151127803337406c274085e1d7ac33f5d1021a535817dbb3fdb8ad2a10e
Description: debug symbols for liblerc4
Auto-Built-Package: debug-symbols
Build-Ids: 4c11d7a1be916ac1ed799dc7b63ca4eb9c8037cc
Multi-Arch: same

Package: liblilv-0-0
Priority: optional
Section: libs
Installed-Size: 157
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lilv
Version: 0.24.14-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libserd-0-0 (>= 0.30.2), libsord-0-0 (>= 0.14.0~dfsg0), libsratom-0-0 (>= 0.4.6~dfsg0)
Filename: pool/target/l/lilv/liblilv-0-0_0.24.14-1+apertis0bv2024dev2b1_arm64.deb
Size: 45172
MD5sum: 0c9a5e50506b967582673f71d1ac50c6
SHA1: f52319e3aa757b555661348fee1d4645b973f9ed
SHA256: cdf0ad0a5eb2ebd2ebd114892412620d9b4d27a3c05c6210ddb049b064bafd9c
SHA512: 65f3b77d50b5a432ebb539c84102fcf5e8efcb357734654a7fe1ec0d8e20db951c90c65cd6269745b7bbc6de6a2017218d739ad10830e434d06e6b6031842fe2
Description: library for simple use of LV2 plugins
 Lilv (formerly SLV2) is a library for LV2 hosts intended to make using
 LV2 Plugins as simple as possible (without sacrificing capabilities).
 .
 Lilv is the successor to SLV2, rewritten to be significantly faster
 and have minimal dependencies.
 .
 This package provides the shared library.
Homepage: https://drobilla.net/software/lilv/
Multi-Arch: same

Package: liblilv-0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 154
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lilv
Version: 0.24.14-1+apertis0bv2024dev2b1
Depends: liblilv-0-0 (= 0.24.14-1+apertis0bv2024dev2b1)
Filename: pool/target/l/lilv/liblilv-0-0-dbgsym_0.24.14-1+apertis0bv2024dev2b1_arm64.deb
Size: 129264
MD5sum: 5d7115b87e6006f97d5a0bc52c7eda82
SHA1: e72fcaa3e646de0612ec159bc0fa0d3674e45001
SHA256: 33ad52368362d776b36fafc0399d40b67da4f0c9fe5097a9fc78f8811e2f810e
SHA512: 935dea0cf27ef6b3720908c2c85432a0e47a0585a4805acd19a322cf4ae74a45f55bf16e454d86d9af8514d32ded88b06a67ec551768def9b108b11f7ce24183
Description: debug symbols for liblilv-0-0
Auto-Built-Package: debug-symbols
Build-Ids: ee599df2d7ab3bd013266887980463c3b40b16d5
Multi-Arch: same

Package: liblilv-dev
Priority: optional
Section: libdevel
Installed-Size: 98
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lilv
Version: 0.24.14-1+apertis0bv2024dev2b1
Depends: liblilv-0-0 (= 0.24.14-1+apertis0bv2024dev2b1), libserd-dev (>= 0.22.0~), libsord-dev (>= 0.14.0~), libsratom-dev (>= 0.4.0~), lv2-dev
Filename: pool/target/l/lilv/liblilv-dev_0.24.14-1+apertis0bv2024dev2b1_arm64.deb
Size: 24908
MD5sum: 8baeaa4196a27ed64a053d60d3f89dad
SHA1: 8ed54dc916be964662bfd0f09cebb93275e32934
SHA256: ad8e24495d3864c518f571db5d9cd5b91c8f1443f64dca1f60690e97e15600e7
SHA512: fd9cb00450b1525440eebb19b25bff5b968b22805d5978d4330d96e7b607a18ca2b71fd455a2681d8b8b18d836b6613e029cfa7faa98e5d1b0b348f0a3e35fe8
Description: library for simple use of LV2 plugins (development files)
 Lilv (formerly SLV2) is a library for LV2 hosts intended to make using
 LV2 Plugins as simple as possible (without sacrificing capabilities).
 .
 Lilv is the successor to SLV2, rewritten to be significantly faster
 and have minimal dependencies.
 .
 This package provides the development files.
Homepage: https://drobilla.net/software/lilv/
Multi-Arch: same

Package: liblld-15
Priority: optional
Section: libs
Installed-Size: 12869
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/liblld-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 1671260
MD5sum: 0a70dbe4db5856f69488774faf505949
SHA1: 4846d0433a1343661d4c0423928d32ad09923d0a
SHA256: acfabbe14c2ce2c8cceca0267aa08b9addeb9665d1d3de4ff9c1051f1df70a08
SHA512: 63170a0e3381792202f1f0876568438ad58d30a7718863fcc45745e1db3853f12168893ac4087988dcac3e1ba6ccc4c7b360d42de5c0c751935395e56f909ec3
Description: LLVM-based linker, library
 LLD is a new, high-performance linker. It is built as a set of reusable
 components which highly leverage existing libraries in the larger LLVM
 Project.
 .
 This package contains the LLD runtime library.
Homepage: https://www.llvm.org/

Package: liblld-15-dev
Priority: optional
Section: libdevel
Installed-Size: 266
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: lld-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), liblld-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/liblld-15-dev_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 218500
MD5sum: 84c768489036d1461861756bc3ab41d8
SHA1: 932e9d6b585db4f0ccdc4d15be4c986df5fc22b1
SHA256: fe884fdc645cf25ac7f28c29707fd8d65836398c5f94c21a796d44d35fa616b9
SHA512: ee136e649a89dd35e1b0bb3516db11c4102a670eecb2d352fcbdb528cd432cd87e5a3a694e52c3ea083a75a880eeb192c17bd64d8a461a350293aa02839df209
Description: LLVM-based linker, header files
 LLD is a new, high-performance linker. It is built as a set of reusable
 components which highly leverage existing libraries in the larger LLVM
 Project.
 .
 This package provides the header files to build extension over lld.
Homepage: https://www.llvm.org/

Package: liblldb-15
Priority: optional
Section: libs
Installed-Size: 15912
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 4.5), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libncurses6 (>= 6), libpython3.11 (>= 3.11.0), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Filename: pool/target/l/llvm-toolchain-15/liblldb-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 3634868
MD5sum: 8c4215434d47faa115f7bcd6ea7f3011
SHA1: 16876e16fb12f6175d64b8a578ac3c37a36d63b4
SHA256: f47965313a9179f9f08df0ed6aa821f0965fe51f923a4cacc56b148c212cae3b
SHA512: 9026e309be83c1ecc7bb8ac1f4c7af2c8c87017a39b0a102abbde69438e7c510c59b26a7431f5b4f5fa15f427acc6beb08ae5095467173c02039ddd25cbc3fde
Description: Next generation, high-performance debugger, library
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.
 .
 This package contains the LLDB runtime library.
Homepage: https://www.llvm.org/

Package: liblldb-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 4999
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: liblldb-15-dbg
Depends: liblldb-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Breaks: liblldb-15-dbg
Filename: pool/target/l/llvm-toolchain-15/liblldb-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 589472
MD5sum: 0538a8125c2581866ed90bb3d8dc8383
SHA1: d05aab3794cc93b120a2103a46987f2c10b4e4c6
SHA256: ab9430d83fb7f0d63f750454de26737946dd8f12d0b5275a761d4d935437e803
SHA512: b55130934c493c55ce9f52770e9f132b5e138047cdc05c9cb5bcaf2f9852c09b6b47547ea66bf24a5409df45ac9e7602aacaec01633c5a853b0901617e377d5c
Description: debug symbols for liblldb-15
Auto-Built-Package: debug-symbols
Build-Ids: 457a8384c32cd6e8634704393f83c15e719a03b8 d0c29115d0c7cd63769d7ca288a4498748e3c263

Package: liblldb-15-dev
Priority: optional
Section: libdevel
Installed-Size: 3502
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: lldb-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/liblldb-15-dev_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 701292
MD5sum: 3a9149ec7c74a1ef9a3c2f5291ad6edf
SHA1: d3f2d4596663a0463977b3b724c6a6d493833c35
SHA256: 7bf4ef7636505464e0a131b5ebc603b075044f7eb1b0b3840f42ef13251bb56b
SHA512: 183ea1a6ca4ce9acf42d7f9282682e1890146300832fad95b51cba1332b4bf8d227f04cdfa7cb003d11c819d98bfe6eec16f2282de1fe4be218d397227027503
Description: Next generation, high-performance debugger, header files
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.
 .
 This package provides the header files to build extension over lldb.
Homepage: https://www.llvm.org/

Package: libllvm-15-ocaml-dev
Priority: optional
Section: ocaml
Installed-Size: 4524
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libllvm-x.y-ocaml-dev
Provides: libllvm-x.y-ocaml-dev
Depends: llvm-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1)
Suggests: llvm-15-doc
Conflicts: libllvm-x.y-ocaml-dev
Filename: pool/target/l/llvm-toolchain-15/libllvm-15-ocaml-dev_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 667956
MD5sum: e00ea02424e0347844ea3782a9f941a5
SHA1: 6cf0bafeb4d4d399b9c7ecafa0f4054c8b303d8b
SHA256: f70d90a15b8e3fe63d38c29402f1296df27312f3db2f07901535c63d1a51b5fb
SHA512: c431dd9499b04b144a0a58bc8efb25867428bd10a33f70a7a912034db1774286fddb203824099db06a8be3d48f8e9d1cbf86cccc8386bcf0c9da4bf94b2f6f6f
Description: Modular compiler and toolchain technologies, OCaml bindings
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the OCaml bindings to develop applications using llvm.
Homepage: https://www.llvm.org/

Package: libllvm15
Priority: optional
Section: libs
Installed-Size: 109239
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.36), libedit2 (>= 2.11-20080614-0), libffi8 (>= 3.4), libgcc-s1 (>= 4.2), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2 (>= 2.7.4), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.2.0)
Filename: pool/target/l/llvm-toolchain-15/libllvm15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 20849720
MD5sum: 9e611d5da2b695537a934f318dceaa37
SHA1: aaab72b9a667529efe7cf735e525780450e8b3c0
SHA256: c2f4b48b7eac3de0ebfe16546ad990dc2cf624974c00233d7a949d4f191df0f7
SHA512: cbc20757fbf82b401431ae7db32ed9d5873f17c3909cf97d602512f3f021171bc18e8ea5bf73f6dc26c5c5599b89f894e6ec84004001c57a7943baa7e9844fb4
Description: Modular compiler and toolchain technologies, runtime library
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 This package contains the LLVM runtime library.
Homepage: https://www.llvm.org/
Multi-Arch: same

Package: libllvm15-dbgsym
Priority: optional
Section: debug
Installed-Size: 17583
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libllvm15-dbg
Depends: libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Breaks: libllvm15-dbg
Filename: pool/target/l/llvm-toolchain-15/libllvm15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 2129620
MD5sum: bf6d4667f8310880ee286f3bc71eb8e4
SHA1: d23b943cf7af6ae8705c01f9be58e88dd81a0946
SHA256: 43970f52494c77c13db244e1a77842e4cd2a87e8ae74052ecd0676ba19aabbe4
SHA512: 4824b7604f81ba8087145b0188880a9aaba45d401a84f1678c703a14d0173b507d5b75a1c80772845515b5e18df765d7afe7f01ab9451a5273115732b2df7b57
Description: debug symbols for libllvm15
Auto-Built-Package: debug-symbols
Build-Ids: d7ae63e878de8542a111198c4bd5fa743ce19f3f
Multi-Arch: same

Package: liblocale-gettext-perl
Priority: required
Section: perl
Installed-Size: 101
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 1.07-5+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Pre-Depends: perl-base (>= 5.36.0-7+apertis0bv2024dev2b1), perlapi-5.36.0
Filename: pool/target/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-5+apertis0bv2024dev3b1_arm64.deb
Size: 15340
MD5sum: ad4b4ac1e889f8efbd778fc84b7542d4
SHA1: cc3641dfae481ef537ed011d068ca78261c27699
SHA256: 7c6a207ad9fec631344a5ce1d94be8753f18a78aafd000ffb7bcf49fccbb65b8
SHA512: e8295cc30d6f7b2b5842e350d48492d06b2e9948e202dce62a850b551e5f1138d7dceb1d5f4682dd4cd3130602b99841f5d77a9417ee3e7b5b58dd4de745a965
Description: module using libc functions for internationalization in Perl
 The Locale::gettext module permits access from perl to the gettext() family of
 functions for retrieving message strings from databases constructed
 to internationalize software.
 .
 It provides gettext(), dgettext(), dcgettext(), textdomain(),
 bindtextdomain(), bind_textdomain_codeset(), ngettext(), dcngettext()
 and dngettext().
Homepage: https://metacpan.org/release/gettext

Package: liblocale-gettext-perl-dbgsym
Priority: optional
Section: debug
Installed-Size: 44
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: liblocale-gettext-perl
Version: 1.07-5+apertis0bv2024dev3b1
Depends: liblocale-gettext-perl (= 1.07-5+apertis0bv2024dev3b1)
Filename: pool/target/libl/liblocale-gettext-perl/liblocale-gettext-perl-dbgsym_1.07-5+apertis0bv2024dev3b1_arm64.deb
Size: 30340
MD5sum: 98d61306cb06a1329d89fa0e0a31ab06
SHA1: c97313af5d043786d4fa02272c4207a2125bda9b
SHA256: dce6313387da22f8b56d2accd2c37296982ad30edf81a8dad509f80f392d2595
SHA512: d4e3b0df70c45c9dee39d8974fd3ff97d6e4140b8e5f276a0f356233ba7b8765c3fba03b5aabd64ca588762519279ca86b6eaa315231f12adf2be9acc205ecbd
Description: debug symbols for liblocale-gettext-perl
Auto-Built-Package: debug-symbols
Build-Ids: 641309ea29e46260f9612ce420d807dfa11bc0f6

Package: liblockfile-bin
Priority: standard
Section: utils
Installed-Size: 93
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: arm64
Source: liblockfile
Version: 1.17-1+apertis1bv2024dev3b1
Replaces: liblockfile1 (<< 1.09-1)
Depends: libc6 (>= 2.34)
Breaks: liblockfile1 (<< 1.09-1)
Filename: pool/target/libl/liblockfile/liblockfile-bin_1.17-1+apertis1bv2024dev3b1_arm64.deb
Size: 15868
MD5sum: 1c33326936c7cf0e7da3ee7b08c34c8e
SHA1: c41da54e47cf69c94418ea1e9274d36a781a345d
SHA256: adb4b890c14a41ac2530167a889fde8975e39ca613dc1547c3620eade68f5270
SHA512: 6c7e37237893809c6ae81c971bc45f91c72584917d885a5388ae157252a48609a524f4405813aca0494395c1a3ce03381cc1bc9e1049a4727cd09eb9d149ae38
Description: support binaries for and cli utilities based on liblockfile
 This package contains support binaries for the liblockfile library,
 and the command-line utility ``dotlockfile''.
Homepage: https://github.com/miquels/liblockfile
Multi-Arch: foreign

Package: liblockfile-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 32
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: arm64
Source: liblockfile
Version: 1.17-1+apertis1bv2024dev3b1
Depends: liblockfile-bin (= 1.17-1+apertis1bv2024dev3b1)
Filename: pool/target/libl/liblockfile/liblockfile-bin-dbgsym_1.17-1+apertis1bv2024dev3b1_arm64.deb
Size: 15324
MD5sum: 3cea25d2a66f8d0c7c5269267aa53d37
SHA1: cd220952259ceddbdeb87e845fe0d52e961f9570
SHA256: d09f2047aaa8cbd6c1dc07bc384c5579016c6f01f568abd3435293c7f4dc2baa
SHA512: a1269889f0958c768c62a95d2f2a4f748d61ad0a3754bc0d145003823639bd7be97e0e1392f7fed2b0a52d003744b638b538c754b7b6e226190ac5f46b17b9e6
Description: debug symbols for liblockfile-bin
Auto-Built-Package: debug-symbols
Build-Ids: e2771f2bb4f64b2ca66295d22060bc0fcae47125

Package: liblockfile-dev
Priority: optional
Section: libdevel
Installed-Size: 48
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: arm64
Source: liblockfile
Version: 1.17-1+apertis1bv2024dev3b1
Depends: liblockfile1 (= 1.17-1+apertis1bv2024dev3b1)
Filename: pool/target/libl/liblockfile/liblockfile-dev_1.17-1+apertis1bv2024dev3b1_arm64.deb
Size: 17000
MD5sum: 0a722d3b57078b73efb4c8d59422cb8e
SHA1: 71bf381a52db487e329edef886131e32696ac1cc
SHA256: 61265d84f01ab173eb7e97586e7191ca9b25b88c234223815c95804d2ad7978b
SHA512: 598c4c02f7a26fabe40aff86621be31e10feaaa6bd4563a0af29ad8398ef34ac5507f3fc675129c067d6fe6aa2b60f5a4789adcd5ba19f2755e5b350859ac932
Description: Development library for liblockfile
 This is a development library for liblockfile. It includes headers and
 documentation.
Homepage: https://github.com/miquels/liblockfile
Multi-Arch: same

Package: liblockfile1
Priority: standard
Section: libs
Installed-Size: 89
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: arm64
Source: liblockfile
Version: 1.17-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), liblockfile-bin (>= 1.17-1+apertis1bv2024dev3b1)
Filename: pool/target/libl/liblockfile/liblockfile1_1.17-1+apertis1bv2024dev3b1_arm64.deb
Size: 12364
MD5sum: 7e5cd6bf77dd3c2627c59ba7c2abc8a1
SHA1: 52458d6f830e139bd115601ccd79f204c43a7814
SHA256: bf521c830f81f372d687679d3319124d112158fb22cc71b84b7b7535573c17c1
SHA512: 4f9c08544a09a2e178ea381253fe1df6ff0eb8c68100c88bb5462bb9b8d7a106353a5b5c9bb3f316748b1325b33155ad523153a23b7558fd04ad0839040fd197
Description: NFS-safe locking library
 Liblockfile is a shared library with NFS-safe locking functions.
Homepage: https://github.com/miquels/liblockfile
Multi-Arch: same

Package: liblockfile1-dbgsym
Priority: optional
Section: debug
Installed-Size: 25
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: arm64
Source: liblockfile
Version: 1.17-1+apertis1bv2024dev3b1
Depends: liblockfile1 (= 1.17-1+apertis1bv2024dev3b1)
Filename: pool/target/libl/liblockfile/liblockfile1-dbgsym_1.17-1+apertis1bv2024dev3b1_arm64.deb
Size: 10336
MD5sum: f01d0c4462f7575b11d4308fffb029b5
SHA1: 7af18e93af4b3a658b4cc148edccc7bd9d42285e
SHA256: d08d80a771de83560bec4b5067a998f06b419530becf0f4675d8283eed11f18b
SHA512: d700ebe80ce3f09b785c11570c55656cd74013b3c1540659b7031bac953644f2d0e9d6659e32faa4006d0953ef91373ca875cca2cef517ef9239418f69ec9595
Description: debug symbols for liblockfile1
Auto-Built-Package: debug-symbols
Build-Ids: 0a5339889b3ce81f4118176a71dba3786740064e
Multi-Arch: same

Package: liblsan0
Priority: optional
Section: libs
Installed-Size: 2950
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34), libgcc-s1 (>= 3.3)
Filename: pool/target/g/gcc-12/liblsan0_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 926272
MD5sum: 45a9e8028a2044a70d45af797a9ee5be
SHA1: b0a7051f174b2840b1414a24505c1e9d21a6de00
SHA256: 92cd41f582eca8a413900c012d491efd35782db21ba6dd1d5d25d339bf4bbfd6
SHA512: 27a9878733b1732c80d85119fd615d1b307dfa6bea768a71e1835810fb85c1bdf6fc64ea553ad56524e1fcc69795691fa630a462ecf62a23c3562dca6b20b14f
Description: LeakSanitizer -- a memory leak detector (runtime)
 LeakSanitizer (Lsan) is a memory leak detector which is integrated
 into AddressSanitizer.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libltdl-dev
Priority: optional
Section: libdevel
Installed-Size: 948
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: libtool
Version: 2.4.7-5+apertis0bv2024dev2b1
Provides: libltdl3-dev, libltdl7-dev
Depends: libltdl7 (= 2.4.7-5+apertis0bv2024dev2b1), automake-1.16
Recommends: libtool
Suggests: libtool-doc
Filename: pool/target/libt/libtool/libltdl-dev_2.4.7-5+apertis0bv2024dev2b1_arm64.deb
Size: 164616
MD5sum: c0a93d4902a02bae10b5a35b0c29a624
SHA1: bc1a054ef829fe558aa3fe9b8100e2bac5f4c7e5
SHA256: 8e73255eb458f1b66df9e9fbc11e2489103f9c9fd2911390d4b31659b74f4b72
SHA512: 4f01fb451a1830b208b60746de4278ef13e30988ce741f74622b4322f35aeb0ada99826551b4a38dff3703eadfd37a2f315a4485d7b5a4311f86ad95c5daf8ca
Description: System independent dlopen wrapper for GNU libtool (headers)
 This package contains the header files and static libraries for the
 libltdl package.
 .
 A small library that aims at hiding the various difficulties of
 dlopening libraries from programmers.  It is a system independent
 dlopen wrapper for GNU libtool.
 .
 It supports the following dlopen interfaces:
   * dlopen (Solaris, Linux and various BSD flavors)
   * shl_load (HP-UX)
   * LoadLibrary (Win16 and Win32)
   * load_add_on (BeOS)
   * GNU DLD (emulates dynamic linking for static libraries)
   * libtool's dlpreopen
Homepage: https://www.gnu.org/software/libtool/
Multi-Arch: same

Package: libltdl7
Priority: optional
Section: libs
Installed-Size: 449
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: libtool
Version: 2.4.7-5+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libt/libtool/libltdl7_2.4.7-5+apertis0bv2024dev2b1_arm64.deb
Size: 392276
MD5sum: 980f185e07b8362d0f90991a5c168ee7
SHA1: ad9e302ee4a660db8102408e38145fe73a0835a0
SHA256: d99e7da6cbd3b415a69c919b34963a0b1a1546196c4428910515df012f7572c2
SHA512: 1fb694156b706aec4f6ceb92154995bd42b609d2505712792587da85fc462a4a2a29944d51ee4cd0db8329dadb1f852b932b48920117b3b9fd9a0a40e7d5a1af
Description: System independent dlopen wrapper for GNU libtool
 This package contains the run-time libltdl library.
 .
 A small library that aims at hiding the various difficulties of
 dlopening libraries from programmers.  It is a system independent
 dlopen wrapper for GNU libtool.
 .
 It supports the following dlopen interfaces:
   * dlopen (Solaris, Linux and various BSD flavors)
   * shl_load (HP-UX)
   * LoadLibrary (Win16 and Win32)
   * load_add_on (BeOS)
   * GNU DLD (emulates dynamic linking for static libraries)
   * libtool's dlpreopen
Homepage: https://www.gnu.org/software/libtool/
Multi-Arch: same

Package: libltdl7-dbgsym
Priority: optional
Section: debug
Installed-Size: 64
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: libtool
Version: 2.4.7-5+apertis0bv2024dev2b1
Depends: libltdl7 (= 2.4.7-5+apertis0bv2024dev2b1)
Filename: pool/target/libt/libtool/libltdl7-dbgsym_2.4.7-5+apertis0bv2024dev2b1_arm64.deb
Size: 45584
MD5sum: 439af7e3e1629e871cb4b4e6a8d32bf1
SHA1: 2a69ae0aca91d154206a8e6c959e89bb50e48cf5
SHA256: 96d7a8a95cb2e38fadf77bf2433a9f3ffeec54add596a02a273c327eb5e9249a
SHA512: 04db6bd0af76e48bb2544b6c38add54df9960f2b27734a637308ed8ad265dec1d77becc38a4aaa2b083f419d03726c41ac9e3f172c242c3167c11c5f9a182c5f
Description: debug symbols for libltdl7
Auto-Built-Package: debug-symbols
Build-Ids: a727e84a2e2eaabce67aaf93e69bd90d4eaa3616
Multi-Arch: same

Package: liblua5.2-0
Priority: optional
Section: libs
Installed-Size: 535
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lua5.2
Version: 5.2.4-3+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1)
Filename: pool/target/l/lua5.2/liblua5.2-0_5.2.4-3+apertis1bv2024dev2b1_arm64.deb
Size: 102528
MD5sum: bc3b21e97bea50577d8c710792d59d1a
SHA1: 699305f798314957e2b80e24b7f8ab80a09a34ca
SHA256: 649c09628c14a39a4938bb050056d8e57c0e8c3ffbfedd92e28984bd889f4ef9
SHA512: a3c6210ba960f230cfa5bd8e36d3c5c14b7cc059cb41c79a8ca328e68a5424fda84641e34fb3a962bdf4ef003cb05477f2ccc49687c9e489f12635a88e5b438c
Description: Shared library for the Lua interpreter version 5.2
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains runtime libraries.  You shouldn't need to install it
 explicitly.
Homepage: https://www.lua.org
Multi-Arch: same

Package: liblua5.2-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 628
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lua5.2
Version: 5.2.4-3+apertis1bv2024dev2b1
Replaces: liblua5.2-0-dbg (<< 5.2.4-2~)
Depends: liblua5.2-0 (= 5.2.4-3+apertis1bv2024dev2b1)
Breaks: liblua5.2-0-dbg (<< 5.2.4-2~)
Filename: pool/target/l/lua5.2/liblua5.2-0-dbgsym_5.2.4-3+apertis1bv2024dev2b1_arm64.deb
Size: 566892
MD5sum: dd5627cf8ee976bc5bfc643a0ea443aa
SHA1: 15faa1b367596374376b2a800282deef8e856b38
SHA256: 2ff9328cebc08ffea48d39815f7935d72c166c9effdb786efba603aadd6561f7
SHA512: a5045f7e2429c60adc1e83ef453642abc2f17d695f1b448a80563ee250ddda559c2e9276b31c91abb3bb824d261d8fe7f39c7ff2b067740021d51c94b7d2cf23
Description: debug symbols for liblua5.2-0
Auto-Built-Package: debug-symbols
Build-Ids: 25aa63311c1d0e53cfb4cb526f39a25476c20c80 c40767299866362dc870d8058ddb2ecfc0bbd27c
Multi-Arch: same

Package: liblua5.2-dev
Priority: optional
Section: libdevel
Installed-Size: 899
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lua5.2
Version: 5.2.4-3+apertis1bv2024dev2b1
Depends: libc6-dev | libc-dev, liblua5.2-0 (= 5.2.4-3+apertis1bv2024dev2b1), libreadline-dev
Recommends: libtool-bin, pkg-config
Filename: pool/target/l/lua5.2/liblua5.2-dev_5.2.4-3+apertis1bv2024dev2b1_arm64.deb
Size: 128996
MD5sum: d9737eb943ad4e2238da37ec1c7639ce
SHA1: c6b99aa88290e544ef60a73c11c398d8ca06319b
SHA256: dcc4b53bc78c4d0ec61bbdb2cbed6ef5e647749eb202c7aa830c73393cf1014b
SHA512: 60e42ad1421a7ede6210643d43b49f67be15226c09d8dcca334725625c61c20b747f16ca995a76735bea8358d6c87779925ebe06a4f386628c33084d62b80a63
Description: Development files for the Lua language version 5.2
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains developer resources for using the Lua library.
 Install it if you are developing programs which use the Lua C API.
Homepage: https://www.lua.org
Multi-Arch: same

Package: liblua5.3-0
Priority: optional
Section: libs
Installed-Size: 540
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lua5.3
Version: 5.3.6-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1)
Filename: pool/target/l/lua5.3/liblua5.3-0_5.3.6-2+apertis1bv2024dev3b1_arm64.deb
Size: 110880
MD5sum: ea13e27adce221a7518fd24362a2ab55
SHA1: 4144c0ec9fae778bebfa3732b80e5174fbdb346e
SHA256: 2a53d900141d20e76d34d4dda0bc2a12d06a98c68b100493ad9bdfbd585ca54b
SHA512: 5f74b02d96c17b7b6c9dcfadcce639b4da07fb6249ef97eda62eb617ae011b5b5794d7589abb131854900555ad807e78745887dd266b632b7289e516903bd566
Description: Shared library for the Lua interpreter version 5.3
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains runtime libraries.  You shouldn't need to install it
 explicitly.
Homepage: https://www.lua.org
Multi-Arch: same

Package: liblua5.3-0-dbg
Priority: optional
Section: debug
Installed-Size: 1533
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lua5.3
Version: 5.3.6-2+apertis1bv2024dev3b1
Depends: liblua5.3-0 (= 5.3.6-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lua5.3/liblua5.3-0-dbg_5.3.6-2+apertis1bv2024dev3b1_arm64.deb
Size: 1420844
MD5sum: ed33fedf9c76f0103c4a3b4bf67f540c
SHA1: ff0ea3b54ec39fa192efd084832bb49300f2f99c
SHA256: 479133e35b29479a418f72b7bdee97282a78c7db1e335a559c55438b580f71e4
SHA512: 49d0df44655feea81155ca2950a34b654ff2fc5c0cda3394db9e22ab6b4ffe3023a60c51c3da0a45944b470fe82bdb9b20a8f0749226e48e055427ea73b01d16
Description: Debug symbols for the Lua shared library interpreter
 This package contains the debugging symbols for liblua5.3 and lua5.3
Build-Ids: 0ad16d6298ed2a45dc77eba3019d570d53384c8f 3fa0850cfddc0a05d4921d6a2a2ccb67b7ea41cd 5145d48bcc1d7037080307d9f89e10772a5b1846 d621f507459909b25b6ff2a9d11508982e98bdf6
Homepage: https://www.lua.org
Multi-Arch: same

Package: liblua5.3-dev
Priority: optional
Section: libdevel
Installed-Size: 994
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lua5.3
Version: 5.3.6-2+apertis1bv2024dev3b1
Depends: liblua5.3-0 (= 5.3.6-2+apertis1bv2024dev3b1), libc6-dev | libc-dev, libreadline-dev
Recommends: pkg-config, libtool-bin
Filename: pool/target/l/lua5.3/liblua5.3-dev_5.3.6-2+apertis1bv2024dev3b1_arm64.deb
Size: 141452
MD5sum: 8489a5d1455f8959d9fe6d29ecd2bb3a
SHA1: 68feb0ba0d5a642abc924dd9eaf5ee78f23e4cef
SHA256: be2bb69adf8584659ecaef14a961afbdaa0ff2383de65e7e2335e89374fc1976
SHA512: 4995f02bb315258a18b944354e469107dd1a1b2bed0a4d7f8b3556416c83faa93e49f010275e0c32ba7530a23f9fef12bb509dc8874a97ccfac3d76899c6f03e
Description: Development files for the Lua language version 5.3
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains developer resources for using the Lua library.
 Install it if you are developing programs which use the Lua C API.
 .
 This package also contains the official manual covering the Lua language
 and C API.
Homepage: https://www.lua.org
Multi-Arch: same

Package: libluajit2-5.1-2
Priority: optional
Section: interpreters
Installed-Size: 605
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: luajit2
Version: 2.1-20230119-1+apertis1bv2024dev2b1
Replaces: libluajit-5.1-2
Provides: libluajit-5.1.so.2
Depends: libluajit2-5.1-common (= 2.1-20230119-1+apertis1bv2024dev2b1), libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Conflicts: libluajit-5.1-2
Filename: pool/target/l/luajit2/libluajit2-5.1-2_2.1-20230119-1+apertis1bv2024dev2b1_arm64.deb
Size: 238120
MD5sum: df893a89c92a10e73000501f651466ef
SHA1: ecc5b9ba7256062f90b9b2b9c7457530572c1bf7
SHA256: cf8a46ae5474e8bc82f0e3617d7ef4812215a2e4aa90c76da0a8d228336bbaf2
SHA512: 4745c3f0fce1be7379546916cdf57d52f98e7488e8de6350887904d910afab9b0bf541c07e65e0c9d9cdb41597f06c2a5f70878e253f45252ae09191c2da8132
Description: OpenResty-maintained branch of LuaJIT (shared objects)
 LuaJIT implements the full set of language features defined by Lua 5.1. The
 virtual machine (VM) is API- and ABI-compatible to the standard Lua interpreter
 and can be deployed as a drop-in replacement.
 .
 This package contains an embeddable version of LuaJIT that can be used as a
 replacement of the standard liblua-5.1 shared library.
Homepage: https://github.com/openresty/luajit2
Multi-Arch: same

Package: libluajit2-5.1-2-dbgsym
Priority: optional
Section: debug
Installed-Size: 1036
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: luajit2
Version: 2.1-20230119-1+apertis1bv2024dev2b1
Depends: libluajit2-5.1-2 (= 2.1-20230119-1+apertis1bv2024dev2b1)
Filename: pool/target/l/luajit2/libluajit2-5.1-2-dbgsym_2.1-20230119-1+apertis1bv2024dev2b1_arm64.deb
Size: 994568
MD5sum: 84f8c6d4e825daf68d8abe4b2df0ebdd
SHA1: 3395fec003c8fdc6bc0fa0b3726a717a0f097ed9
SHA256: 81d82e035734b2720357bb309f614a671518f7b1d1fd8a661f518f166760ea12
SHA512: 56a04d8adb74088546278f61a4ac774a67118e54207340cb345856c43de181c7ae62a57b7717980b9267af78476642402b3548d7ab541d8c2daa69859b054108
Description: debug symbols for libluajit2-5.1-2
Auto-Built-Package: debug-symbols
Build-Ids: b0920282c13b358aae8ea11bae16dc462f57e30a
Multi-Arch: same

Package: libluajit2-5.1-common
Priority: optional
Section: interpreters
Installed-Size: 218
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: all
Source: luajit2
Version: 2.1-20230119-1+apertis1bv2024dev2b1
Replaces: libluajit-5.1-common
Conflicts: libluajit-5.1-common
Filename: pool/target/l/luajit2/libluajit2-5.1-common_2.1-20230119-1+apertis1bv2024dev2b1_all.deb
Size: 46760
MD5sum: e2f365fbedd21f5aae2f99517bb28cc9
SHA1: d64ae5e5bfb25fc7c71b3e894d74e53129bcf0a6
SHA256: db82e0afc86c2e1e201c518ff13fc5b59632a9d85719f796fa7b7a41ba437472
SHA512: c21f4aadc5b1c88b2701b11e3793b029ba2dc29e8d0ee34bf02353187348df10959f2cc7ae25895b7366b1a5ef03e2f28a46243ef9794e13cb27e57e10dc0252
Description: OpenResty-maintained branch of LuaJIT (common files)
 This package contains files needed by the LuaJIT interpreter/jitter as well
 by its embeddable (i.e. library) version.
Homepage: https://github.com/openresty/luajit2
Multi-Arch: foreign

Package: libluajit2-5.1-dev
Priority: optional
Section: libdevel
Installed-Size: 732
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: luajit2
Version: 2.1-20230119-1+apertis1bv2024dev2b1
Replaces: libluajit-5.1-dev
Provides: libluajit-5.1.so
Depends: libluajit2-5.1-2 (= 2.1-20230119-1+apertis1bv2024dev2b1)
Conflicts: libluajit-5.1-dev
Filename: pool/target/l/luajit2/libluajit2-5.1-dev_2.1-20230119-1+apertis1bv2024dev2b1_arm64.deb
Size: 256180
MD5sum: a270373c4af564601f15aeec6887957a
SHA1: 10047d97900a7dee631d68840e24f72e82e76660
SHA256: a81ffa535f2f50f80b0d67aebdcae4ea80027ca26d3b5d8e026e4e51980faf63
SHA512: 1ea1bd571b6e855d10c64dc6e44af2a7ef57e43f45316944184c75208f8fb2d8747bc322f366273dbfc3049a90fcfda7223ed530b0111b8efb2aaa74e2450188
Description: OpenResty-maintained branch of LuaJIT (development files)
 This package contains header files and a statically linkable library for
 LuaJIT.
Homepage: https://github.com/openresty/luajit2
Multi-Arch: same

Package: liblvm2-dev
Priority: optional
Section: libdevel
Installed-Size: 23
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: liblvm2cmd2.03 (= 2.03.16-2+apertis1bv2024dev3b1), libdevmapper-dev
Filename: pool/target/l/lvm2/liblvm2-dev_2.03.16-2+apertis1bv2024dev3b1_arm64.deb
Size: 8220
MD5sum: 8904150bb7eea9afef6dd6a0d1d6251e
SHA1: 8e4ed7ae7614c0391f46f6c8f66d3ef504d568d4
SHA256: e97aff2f0302f31b725bc644f9c1c15c940d9aedf03ced4175480abcf9a5c9bc
SHA512: bd39479dc85704a75e388f5f757527628a49a0df1fadc3f717905e128e48c8ca2a9746d3e8d3630144c2f6f7e38dfb52c18cddb7a88f925952c2ebd287ddb55c
Description: LVM2 libraries - development files
 This package contains files needed to develop applications that use the
 lvm2app library.
Homepage: https://sourceware.org/lvm2/
Multi-Arch: same

Package: liblvm2cmd2.03
Priority: optional
Section: libs
Installed-Size: 3037
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: libaio1 (>= 0.3.93), libblkid1 (>= 2.24.2), libc6 (>= 2.34), libdevmapper-event1.02.1 (>= 2:1.02.74), libselinux1 (>= 3.1~), libsystemd0 (>= 233), libudev1 (>= 183), dmeventd
Filename: pool/target/l/lvm2/liblvm2cmd2.03_2.03.16-2+apertis1bv2024dev3b1_arm64.deb
Size: 635696
MD5sum: f6fd6765ad2ce938ab81bf04bd9ae502
SHA1: bfd4ea625f20e7293f165075fb077af628fb1586
SHA256: c8e663fa530e9b42615e86b89534c8cc86d0830e595540419d516a1e29fc5082
SHA512: 9d03c12c511c06c589799a2bbffb086c5c180b053ab7202eeda1bb9cb81eba63037713512affec9efc0ad0e2909b7d44c3b69d8cbc93429f423b064e1699b020
Description: LVM2 command library
 This package contains the lvm2cmd shared library.
Homepage: https://sourceware.org/lvm2/
Multi-Arch: same

Package: liblvm2cmd2.03-dbgsym
Priority: optional
Section: debug
Installed-Size: 980
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: liblvm2cmd2.03 (= 2.03.16-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/liblvm2cmd2.03-dbgsym_2.03.16-2+apertis1bv2024dev3b1_arm64.deb
Size: 779832
MD5sum: bfd8c2cd6dab7b189a2f588f544ff1cb
SHA1: dd66e137319c81ca15b8edec11b9567e1caec2da
SHA256: 8bc26862e9115e866fbe7da50e98eae04fc51425d46acd3a09ec6569ba33a13c
SHA512: d001353a0c68c628e34a44d901d8c68cdf69f0d61466553dcdaa602b59f2d043f72a04c4c2df27dffdf72543067919f214768922088ca552a7665fc325f2f8df
Description: debug symbols for liblvm2cmd2.03
Auto-Built-Package: debug-symbols
Build-Ids: dc5b831566984f1d82a867f9172675e32702ec92
Multi-Arch: same

Package: liblz4-1
Priority: optional
Section: libs
Installed-Size: 220
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: arm64
Source: lz4
Version: 1.9.4-1+apertis0bv2024dev3b1
Replaces: liblz4-1a
Depends: libc6 (>= 2.17)
Breaks: liblz4-1a
Filename: pool/target/l/lz4/liblz4-1_1.9.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 58660
MD5sum: a2ae88b5c5b0828d08e0fdd6e90d4d15
SHA1: 80c08131b5cc5be1e69f39dfce477c97f9416540
SHA256: 594669a8b897b579c1a9852a10c36753c4e2cfaac59cdf9d6b54ec25ad7d1507
SHA512: bb5598646baf81a08070decd99d65cf15a3664c116bd3ef7bc8e54820e5d09f96e254192f8bd6eceae0cb1d16eae23720e109bc03c9d20f71e6f739e92b3c7da
Description: Fast LZ compression algorithm library - runtime
 LZ4 is a very fast lossless compression algorithm, providing compression speed
 at 400 MB/s per core, scalable with multi-cores CPU. It also features an
 extremely fast decoder, with speed in multiple GB/s per core, typically
 reaching RAM speed limits on multi-core systems.
 .
 This package includes the shared library.
Homepage: https://github.com/lz4/lz4
Multi-Arch: same

Package: liblz4-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 333
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: arm64
Source: lz4
Version: 1.9.4-1+apertis0bv2024dev3b1
Depends: liblz4-1 (= 1.9.4-1+apertis0bv2024dev3b1)
Filename: pool/target/l/lz4/liblz4-1-dbgsym_1.9.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 318860
MD5sum: de5c80ddb7ffc5e8df5a4eaebf07bdfe
SHA1: 55c2cbcf51f5a2ada8d9413a4f1a10b62e69d01b
SHA256: e91d55ca4a90d79ccf80e67eed531c51f5b92c665a4decdf5f150be4ec1f9e86
SHA512: f33132894ee3426c40cff317abe604610f6f21bc3d9fd07aefa620576a3fe39b6da3dc1f33f3aa0c916de3a1a7e6062360c91a3c7e5505d3562f5dd34642fc0a
Description: debug symbols for liblz4-1
Auto-Built-Package: debug-symbols
Build-Ids: 03b54f14040ef0d14af50d494f2cae12e62ed339
Multi-Arch: same

Package: liblz4-dev
Priority: optional
Section: libdevel
Installed-Size: 273
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: arm64
Source: lz4
Version: 1.9.4-1+apertis0bv2024dev3b1
Depends: liblz4-1 (= 1.9.4-1+apertis0bv2024dev3b1)
Filename: pool/target/l/lz4/liblz4-dev_1.9.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 80592
MD5sum: 7a0589fd4fdd9cf351340a8c5fbc3022
SHA1: 340d58189889dd14b27faad512120e4ef44ee2c5
SHA256: 52e513d609110a6d5b8fa3e486703879caf294dcb6ff03f270cc6c3ea13f0051
SHA512: 3ee2d8a03038f639ba69db7e99c8edbdab363b01953ee2798a92b820abfdd7d256414f55fd7c8b54256716871289cdb40802d2df50fb2ad7d2a4e1b25e603681
Description: Fast LZ compression algorithm library - development files
 LZ4 is a very fast lossless compression algorithm, providing compression speed
 at 400 MB/s per core, scalable with multi-cores CPU. It also features an
 extremely fast decoder, with speed in multiple GB/s per core, typically
 reaching RAM speed limits on multi-core systems.
 .
 This package contains files that are needed to build applications.
Homepage: https://github.com/lz4/lz4
Multi-Arch: same

Package: liblz4-tool
Priority: optional
Section: oldlibs
Installed-Size: 15
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: all
Source: lz4
Version: 1.9.4-1+apertis0bv2024dev3b1
Depends: lz4
Filename: pool/target/l/lz4/liblz4-tool_1.9.4-1+apertis0bv2024dev3b1_all.deb
Size: 4164
MD5sum: 1edaea21466bd494a4374ffb8b5db2d2
SHA1: 8f59dd26891df888a1f219d7be0ba366187ccb0d
SHA256: c60893edbacd247aac4febefa49c0f8828dd139099d5deb97b42ea73c2dac66e
SHA512: 82a97867f4c7efa194cfdc44c90f460baac70b9d0229094cd584ed06b79774bee3719385989d7dece7a831cc3a9aec0a04af7b4755515fe052c2dee8c7dab129
Description: Fast LZ compression algorithm library - transitional package
 LZ4 is a very fast lossless compression algorithm, providing compression speed
 at 400 MB/s per core, scalable with multi-cores CPU. It also features an
 extremely fast decoder, with speed in multiple GB/s per core, typically
 reaching RAM speed limits on multi-core systems.
 .
 This is a transitional package. It can be safely removed.
Homepage: https://github.com/lz4/lz4

Package: liblzma-dev
Priority: optional
Section: libdevel
Installed-Size: 729
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: arm64
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Depends: liblzma5 (= 5.4.1-0.2+apertis0bv2024dev3b1)
Suggests: liblzma-doc
Filename: pool/target/x/xz-utils/liblzma-dev_5.4.1-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 257352
MD5sum: 8fae616a2bbfc96dbae292e107e8a96b
SHA1: 1f0b3e1e54b4d5dfabbebd05acfe0eb2538cb05c
SHA256: 83ae8a8f4622e20756d0b044eb691a2f51d2ab43496577d31b22b8c2630a0246
SHA512: 64d1be4d71b753252f8e95c1fbac18dbc38bd6e7219a345ab2e342b20608813481e83593b54d6f9c83036538bd60e7f1487ace697a99467b6b7e51b9adc42633
Description: XZ-format compression library - development files
 XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
 compression format, which provides memory-hungry but powerful
 compression (often better than bzip2) and fast, easy decompression.
 .
 The native format of liblzma is XZ; it also supports raw (headerless)
 streams and the older LZMA format used by lzma. (For 7-Zip's related
 format, use the p7zip package instead.) This package provides the
 development library needed to build programs using liblzma.
Homepage: https://tukaani.org/xz/
Multi-Arch: same

Package: liblzma-doc
Priority: optional
Section: doc
Installed-Size: 4748
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: all
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Suggests: liblzma-dev
Filename: pool/target/x/xz-utils/liblzma-doc_5.4.1-0.2+apertis0bv2024dev3b1_all.deb
Size: 432572
MD5sum: 271afe85e83951b1c2298274b66a9188
SHA1: 8953a497781c5ccc7b9810db73b52977834bbecd
SHA256: fb45310d4abbecf8590161d041e44ca2698449cb41378e46ca6c4d40d1c8b649
SHA512: c6ae6deff3c0152b3ed4157d8f6042997772c7620ca89802823e51998438e66d40b8a5426289f8298c2946f7b2cb6d28738671c37e6c716c08187feb5293cb9e
Description: XZ-format compression library - API documentation
 This package contains a reference manual for the liblzma data
 compression library, in Doxygen-generated HTML files. The purpose
 of each struct, macro, and function in the public interface is
 explained.
Homepage: https://tukaani.org/xz/

Package: liblzma5
Priority: optional
Section: libs
Installed-Size: 352
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: arm64
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Breaks: liblzma2 (<< 5.1.1alpha+20110809-3~)
Filename: pool/target/x/xz-utils/liblzma5_5.4.1-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 201436
MD5sum: aa5eb7742ccceac0df7de21c5f065783
SHA1: 482cec09727f1b3e17eee7a3b2dd27768c5e5efd
SHA256: a99880c96f1cf8d90ea1128f4e3c7cb50531a45ab888511887fdd0ef5e42ed1a
SHA512: e158936259552716d2e9d55c87f84433757922059ff0339746cb30c50850e15b897b0c5b782bbd9eb30d885ee59fac138688cde5f1411031ff47f3a8f6687c72
Description: XZ-format compression library
 XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
 compression format, which provides memory-hungry but powerful
 compression (often better than bzip2) and fast, easy decompression.
 .
 The native format of liblzma is XZ; it also supports raw (headerless)
 streams and the older LZMA format used by lzma. (For 7-Zip's related
 format, use the p7zip package instead.)
Homepage: https://tukaani.org/xz/
Multi-Arch: same

Package: liblzma5-dbgsym
Priority: optional
Section: debug
Installed-Size: 278
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: arm64
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Depends: liblzma5 (= 5.4.1-0.2+apertis0bv2024dev3b1)
Filename: pool/target/x/xz-utils/liblzma5-dbgsym_5.4.1-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 250864
MD5sum: 50f45217f7dfd71f3cdaa1d0d916392a
SHA1: 7a5c70c9adb268429bd27e6c38630b6bc765839d
SHA256: 5450c6201c19cbd9a840c7f608fb58dd959f42f9b9dbdef9c233a0dabf894239
SHA512: fa3056ab5cbfd84b00bbf0c6ab3dd5f3f1d0fb73d044f61674e6f00d043b1876d00cfaf204600bf92249ed6ed07d453a95e368fb3ad8acff39317b42ebcd8c16
Description: debug symbols for liblzma5
Auto-Built-Package: debug-symbols
Build-Ids: 2cf16d1d9d0d28811bb18fd91068b1b5c1123665
Multi-Arch: same

Package: liblzo2-2
Priority: optional
Section: libs
Installed-Size: 160
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: arm64
Source: lzo2
Version: 2.10-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/l/lzo2/liblzo2-2_2.10-2+apertis1bv2024dev2b1_arm64.deb
Size: 48776
MD5sum: 1b1164673dd7c4ce4b68f59a0966ef9a
SHA1: 102fbc1669b86360d6313c57332f936a4c63b16e
SHA256: 0498acff3ce41304c17c8d4c71d4cb493235a97610e76f0e00350843dc94798a
SHA512: 3658f1b9b99484aecf4265944d85e731fe63a3eefc96b024a350055ce83784494c1fe23f37e050c3287efe2e28c38217562732295089e0bf049de6a972907060
Description: data compression library
 LZO is a portable, lossless data compression library.
 It offers pretty fast compression and very fast decompression.
 Decompression requires no memory.  In addition there are slower
 compression levels achieving a quite competitive compression ratio
 while still decompressing at this very high speed.
Homepage: https://www.oberhumer.com/opensource/lzo/
Multi-Arch: same

Package: liblzo2-2-dbgsym
Priority: optional
Section: debug
Installed-Size: 162
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: arm64
Source: lzo2
Version: 2.10-2+apertis1bv2024dev2b1
Depends: liblzo2-2 (= 2.10-2+apertis1bv2024dev2b1)
Filename: pool/target/l/lzo2/liblzo2-2-dbgsym_2.10-2+apertis1bv2024dev2b1_arm64.deb
Size: 141124
MD5sum: fd48ca51227371b45b297b4225c7f991
SHA1: 34eede99a195a16fc1d316fa8a77b2cb2b97d4ca
SHA256: fa7292ecc3db395245c1c43b6507698b164cb677c8c2cbb64abf3ad4de7404ca
SHA512: 868436238830c60d1551590d9afd7b13f98d999fab55a06756b3cba6346c968cb10bdd80b1c4a61bac19490732cacaf2343ce1412b5c20a90e69ce5d4d54dbf1
Description: debug symbols for liblzo2-2
Auto-Built-Package: debug-symbols
Build-Ids: a7d493e1c716b38adfc290aafbb72ce6ec9903cd
Multi-Arch: same

Package: liblzo2-dev
Priority: optional
Section: libdevel
Installed-Size: 852
Maintainer: Stephen Kitt <skitt@debian.org>
Architecture: arm64
Source: lzo2
Version: 2.10-2+apertis1bv2024dev2b1
Replaces: liblzo-dev
Depends: liblzo2-2 (= 2.10-2+apertis1bv2024dev2b1)
Filename: pool/target/l/lzo2/liblzo2-dev_2.10-2+apertis1bv2024dev2b1_arm64.deb
Size: 96464
MD5sum: a037db10ac76d270e70d4b2ce71df477
SHA1: 79f4ec63b11fa9672feaf9336864f530b211c223
SHA256: b5762f917f77557479b250702afb788d94fb2a9b2e3435b5308583bddcf735a0
SHA512: 7d0c377ffcbdc0fbf66d8f2288646723f46d3260f5d91bf714485ca0448f777eed41d2c63b390b7ae72861a0771eeede86dcecda1bfc7f704fc9e2b9ec49a54c
Description: data compression library (development files)
 LZO is a portable, lossless data compression library.
 This package contains the header files and static libraries for the
 LZO data compression library.
Homepage: https://www.oberhumer.com/opensource/lzo/
Multi-Arch: same

Package: libmagic-dev
Priority: optional
Section: libdevel
Installed-Size: 358
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: arm64
Source: file
Version: 1:5.44-3+apertis0bv2024dev3b1
Depends: libmagic1 (= 1:5.44-3+apertis0bv2024dev3b1)
Suggests: file
Filename: pool/target/f/file/libmagic-dev_5.44-3+apertis0bv2024dev3b1_arm64.deb
Size: 113732
MD5sum: 9de4eab639a35e7d4e198fda2b160f21
SHA1: bea1dc4ae594c3223d4ca327d0a3c6d97d904ec8
SHA256: 9f353201c83f2d96cd94ef4780d4e1f1a11752732296d9e587758e55df85a152
SHA512: f1c2c623f6573b012e941e70fe8c8dff4ee315ebcb9f0548a1c083c013eec4af16d797a1d5d1b644089d63d254b9be77edebe2134a0d7ef0680b2275f66acd72
Description: Recognize the type of data in a file using "magic" numbers - development
 This library can be used to classify files according to magic number
 tests.
 .
 This package contains the development files.
Homepage: https://www.darwinsys.com/file/
Multi-Arch: same

Package: libmagic-mgc
Priority: optional
Section: libs
Installed-Size: 8132
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: arm64
Source: file
Version: 1:5.44-3+apertis0bv2024dev3b1
Replaces: libmagic1 (<< 1:5.28-4~)
Breaks: libmagic1 (<< 1:5.28-4~)
Filename: pool/target/f/file/libmagic-mgc_5.44-3+apertis0bv2024dev3b1_arm64.deb
Size: 306968
MD5sum: 896d7884f7da1b194d7a3da4f8fe787b
SHA1: 12d3ac6808f1e9f1b3ec80fbc7fb35966b763003
SHA256: 265895ef1cb6f0f0def99352750db1ecd12656875d02b3a14316c7beda5978cf
SHA512: fef99a9727297eed8b1b71b8425e7439d8eb26c7122442c589a09421778397fb306eb0d9bc816007df8e06940c77f9f64640d0983c7bd4e328151677661274cd
Description: File type determination library using "magic" numbers (compiled magic file)
 This package provides the compiled magic file "magic.mgc". It has
 been separated from libmagic1 in order to meet the multiarch
 requirements without breaking applications that expect this file
 at its absolute path.
Homepage: https://www.darwinsys.com/file/
Multi-Arch: foreign

Package: libmagic1
Priority: optional
Section: libs
Installed-Size: 260
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: arm64
Source: file
Version: 1:5.44-3+apertis0bv2024dev3b1
Depends: libbz2-1.0, libc6 (>= 2.33), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.1.4), libmagic-mgc (= 1:5.44-3+apertis0bv2024dev3b1)
Suggests: file
Filename: pool/target/f/file/libmagic1_5.44-3+apertis0bv2024dev3b1_arm64.deb
Size: 100824
MD5sum: 54a96afc2c8c65c918e34bb2ca4de7fe
SHA1: edc824dbda6eba092464d806d546be48281fb94e
SHA256: 308bd9d2d49cb222e9380f835d9e675f377bb3e338b68fa44b859fd243d3d902
SHA512: 5e2473e53e28591695e57431b6aa295b9d1db399c8c85601b497f50bd1af656d0fe862a7af99b5fbe5b02bcc5636ca4c0b4fdb71353dddaa708aa7503553d83b
Description: Recognize the type of data in a file using "magic" numbers - library
 This library can be used to classify files according to magic number
 tests. It implements the core functionality of the file command.
Homepage: https://www.darwinsys.com/file/
Multi-Arch: same

Package: libmagic1-dbgsym
Priority: optional
Section: debug
Installed-Size: 233
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Architecture: arm64
Source: file
Version: 1:5.44-3+apertis0bv2024dev3b1
Depends: libmagic1 (= 1:5.44-3+apertis0bv2024dev3b1)
Filename: pool/target/f/file/libmagic1-dbgsym_5.44-3+apertis0bv2024dev3b1_arm64.deb
Size: 211840
MD5sum: c4c5a1588eebd997558142abf084c438
SHA1: 9c3b8ff007915e722c1126d5a8dd8a2bc0654271
SHA256: 6700a8628a0f1cd49d8a07058ed214994ae950096bf9b8f2e9f5fd39c8094a64
SHA512: d6755088bfd4159e709636f11b6a38ea8e0f729121bb3639d3f4dedf3228d2515066cdf86c5be6e0a9ae73b5cc62ba7e9a0ad493b4d31123a0d4840c73726ead
Description: debug symbols for libmagic1
Auto-Built-Package: debug-symbols
Build-Ids: b5c19669cfc889ed7607b234fa06107f8f1fe40c
Multi-Arch: same

Package: libmaxminddb-dev
Priority: optional
Section: libdevel
Installed-Size: 115
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: arm64
Source: libmaxminddb
Version: 1.7.1-1+apertis1bv2024dev2b1
Replaces: libmaxminddb0 (<< 1.4.3-2)
Depends: libmaxminddb0 (= 1.7.1-1+apertis1bv2024dev2b1)
Breaks: libmaxminddb0 (<< 1.4.3-2)
Filename: pool/target/libm/libmaxminddb/libmaxminddb-dev_1.7.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 39964
MD5sum: e0c927edf3dc72e425bb0767e7109c3b
SHA1: e170ffcf1015ba0bb7675c38ddaac7848338fbdc
SHA256: 849cf0cb6c59f73c2073e8da0ee592f02d646586ff855b976c481c6c399de4ca
SHA512: 1b9323a632c54b1dec06f63762801bcb147706c1730f059867b229d5e5b226da76ad55c338cb30d080a2d50b6c7b95c0767f093ec22a27c9cfc70d6ebe766546
Description: IP geolocation database library (development headers)
 The libmaxminddb library provides a C library for reading MaxMind DB files,
 including the GeoIP2 databases from MaxMind. This is a custom binary format
 designed to facilitate fast lookups of IP addresses while allowing for great
 flexibility in the type of data associated with an address.
 .
 The MaxMind DB format is an open format. The spec is available at
 http://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative
 Commons Attribution-ShareAlike 3.0 Unported License.
 .
 This package contains the development files for the libmaxminddb library.
Homepage: https://maxmind.github.io/libmaxminddb/
Multi-Arch: same

Package: libmaxminddb0
Priority: optional
Section: libs
Installed-Size: 123
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: arm64
Source: libmaxminddb
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33)
Suggests: mmdb-bin
Filename: pool/target/libm/libmaxminddb/libmaxminddb0_1.7.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 30648
MD5sum: 588ba2da33495ffb7b3c2ea59acec601
SHA1: ee8dba8367d65e466b3d481f7907a1422378f777
SHA256: 5ac1eaf046f902dfb51c33c8b225078dc4ea5b447edce46be722ba4563342b00
SHA512: 43db7f9f9873542fc803ed921686a2d702625e89b3205bef88afe25997e9de0b39bdd77e9140420625837c050f6abfd5d32d8c13837232c6c3dbe96e9848e0cb
Description: IP geolocation database library
 The libmaxminddb library provides a C library for reading MaxMind DB files,
 including the GeoIP2 databases from MaxMind. This is a custom binary format
 designed to facilitate fast lookups of IP addresses while allowing for great
 flexibility in the type of data associated with an address.
 .
 The MaxMind DB format is an open format. The spec is available at
 http://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative
 Commons Attribution-ShareAlike 3.0 Unported License.
Homepage: https://maxmind.github.io/libmaxminddb/
Multi-Arch: same

Package: libmaxminddb0-dbgsym
Priority: optional
Section: debug
Installed-Size: 45
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: arm64
Source: libmaxminddb
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: libmaxminddb0 (= 1.7.1-1+apertis1bv2024dev2b1)
Filename: pool/target/libm/libmaxminddb/libmaxminddb0-dbgsym_1.7.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 31176
MD5sum: 7c14545acef42436bb37f6596e96bd45
SHA1: c267ba7e0599b44793f0695dade6a568536f709f
SHA256: e113fbbbbd23aad060f420e260814614ab28683e92c2682e4172a0dfe09a600c
SHA512: 6f44a95f3b8ca54805ac92918d271fed0a1460eae370f6f7b79a23620bb22fc26d23c521a8144481e87662496c930444072a32e65f4820e123763adf2226f785
Description: debug symbols for libmaxminddb0
Auto-Built-Package: debug-symbols
Build-Ids: 06d79cc1b837701bc36a1619ebef4b2da908e7ef
Multi-Arch: same

Package: libmd-dev
Priority: optional
Section: libdevel
Installed-Size: 212
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: libmd
Version: 1.0.4-2+apertis0bv2024dev3b1
Depends: libmd0 (= 1.0.4-2+apertis0bv2024dev3b1)
Filename: pool/target/libm/libmd/libmd-dev_1.0.4-2+apertis0bv2024dev3b1_arm64.deb
Size: 48820
MD5sum: 6f3a70d7a65636f0fe900c633885ad1c
SHA1: f4272cac5e3fe8b3d98c4a455643d179c2cf5d16
SHA256: 8d5a9bd81b1f08dbe6a2935ee1f27964706364bf480903057e74ac188ba127df
SHA512: d6ea5751333cd31bebe2d9f784f13627c0caf87aa3f6c2e6178b7fd58e3c8006fbb4e6494eace9a127a2b4b72d465fc0d3f7083fa8e30cbf3e7b4ee41bc006fe
Description: message digest functions from BSD systems - development files
 This package contains the header files and static library needed to
 compile applications that use libmd.
 .
 The currently provided hashing algorithms are:
 .
  * MD2
  * MD4
  * MD5
  * RIPEMD-160
  * SHA-1
  * SHA-2 (SHA-256, SHA-384 and SHA-512)
Homepage: https://www.hadrons.org/software/libmd/
Multi-Arch: same

Package: libmd0
Priority: optional
Section: libs
Installed-Size: 101
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: libmd
Version: 1.0.4-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libm/libmd/libmd0_1.0.4-2+apertis0bv2024dev3b1_arm64.deb
Size: 31092
MD5sum: c8eadb642a34d2ae2f4b0d0afb3e89d0
SHA1: e6c4e9f8389e72dbb38e195283613fb458a7ee9e
SHA256: 91c81ef976f4385cf6fdd51c79b0cf3c797c2a82b3be5201ade886faf631d485
SHA512: bd1910f30f2bb81a1ebb77c0ed0067782d335a2ae59bfe34dac4ae5bbfb8da5da8e9aa79693c83e01823481ee839a1136ed01c918f8471bb03ac9f34796323de
Description: message digest functions from BSD systems - shared library
 The libmd library provides various message digest ("hash") functions,
 as found on various BSDs on a library with the same name and with a
 compatible API.
Homepage: https://www.hadrons.org/software/libmd/
Multi-Arch: same

Package: libmd0-dbgsym
Priority: optional
Section: debug
Installed-Size: 45
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: libmd
Version: 1.0.4-2+apertis0bv2024dev3b1
Depends: libmd0 (= 1.0.4-2+apertis0bv2024dev3b1)
Filename: pool/target/libm/libmd/libmd0-dbgsym_1.0.4-2+apertis0bv2024dev3b1_arm64.deb
Size: 27796
MD5sum: 70fece5269c3ccac17de462e6fa607ce
SHA1: 3513107a5ce2d303b17fd0c1841990dd11661c48
SHA256: f8e0097c30102df39bf169d129220f71a925361341ff8c76d596ae6cd6aa5d67
SHA512: a9377d72a7a619f4ea83f951ce1843d53e04fdadb77b3242136d1194457d433adb11f265c9cb4f10e8b493f805cfc5f099367b0de67ebc924d991d7a89281ef0
Description: debug symbols for libmd0
Auto-Built-Package: debug-symbols
Build-Ids: 240044cbbd02af026f52ecb56149595e9134ae3a
Multi-Arch: same

Package: libmediaart-2.0-0
Priority: optional
Section: libs
Installed-Size: 83
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libmediaart
Version: 1.9.6-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.67.3)
Filename: pool/target/libm/libmediaart/libmediaart-2.0-0_1.9.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 16152
MD5sum: 46df23f5c4c3cc2c48cec49167ea8616
SHA1: 8dfdd3e5eb37091b0b1b0b4d9ec653d53ad10a00
SHA256: b7bd1c73d4f108366abd3fd03ea0b40e696002b94ff11699c2cd347231b6504b
SHA512: 9d4d673b42f306fef7bbec4b1621c00e5ff31786a8db0ce132a2d339957a7f394f65aee8c21a48e9bee68b4d4ae8b245e0f2a4def93d6c0a5ed8eafa56b139b9
Description: media art extraction and cache management library
 Libmediaart is a library tasked with managing, extracting and handling
 media art caches.
 .
 This package contains the shared library.
Homepage: https://wiki.gnome.org/MediaArtStorageSpec
Multi-Arch: same

Package: libmediaart-2.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 62
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libmediaart
Version: 1.9.6-1+apertis0bv2024dev2b1
Depends: libmediaart-2.0-0 (= 1.9.6-1+apertis0bv2024dev2b1)
Filename: pool/target/libm/libmediaart/libmediaart-2.0-0-dbgsym_1.9.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 43372
MD5sum: 6105d4dcafc15debdc1cc455a2e61d42
SHA1: cf75516999bbaac335eded22b3e78cf186fb953c
SHA256: 278d7c23c2d254efd1ffe3714b6a912abc23c394374849a94322b05172b5dcf6
SHA512: bedd392b7228a2e2beebf68d2597ac73e2673ccefcca162d9b1479852908475393a092d94d5c8bc796657edab3de5e07ea3aa1abcc4e1297ef06734b888c54f4
Description: debug symbols for libmediaart-2.0-0
Auto-Built-Package: debug-symbols
Build-Ids: e3c89835c40ceae3a9cdc59e666166830027a71f
Multi-Arch: same

Package: libmediaart-2.0-dev
Priority: optional
Section: libdevel
Installed-Size: 109
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libmediaart
Version: 1.9.6-1+apertis0bv2024dev2b1
Depends: libmediaart-2.0-0 (= 1.9.6-1+apertis0bv2024dev2b1), gir1.2-mediaart-2.0 (= 1.9.6-1+apertis0bv2024dev2b1), libglib2.0-dev, libgdk-pixbuf-2.0-dev
Suggests: libmediaart-doc
Filename: pool/target/libm/libmediaart/libmediaart-2.0-dev_1.9.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 13060
MD5sum: ab6e82f600af0431556a86c228f74a55
SHA1: 88402a9602a7128ecaf60155560c576ca0267b45
SHA256: 11a539f4b5a5a61844136bec326ff66320bbb7cc2652acbae2f5b5d2eedeede1
SHA512: 1101143ebb50102d84aba3f85b3904473f56b83eb14c6687caaded13ad310762566eb03ed6c6721b0e0176419d3ec8315823c324e32c05e8fb9f804d34b9cf8e
Description: media art extraction and cache management library - development files
 Libmediaart is a library tasked with managing, extracting and handling
 media art caches.
 .
 This package contains the development files.
Homepage: https://wiki.gnome.org/MediaArtStorageSpec
Multi-Arch: same

Package: libmediaart-doc
Priority: optional
Section: doc
Installed-Size: 164
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libmediaart
Version: 1.9.6-1+apertis0bv2024dev2b1
Filename: pool/target/libm/libmediaart/libmediaart-doc_1.9.6-1+apertis0bv2024dev2b1_all.deb
Size: 19676
MD5sum: 06ba81a0064868e0163a58520d11d3b6
SHA1: 63fc8bedb6b30ac5a3cfb4b925c7b36007b0e8c6
SHA256: ae003247ee768f52ed8283c30f0b110acd8e4aa15fd6de6fde7bb2feb14fe8b6
SHA512: 82c71d155f01590a8c555571b5bfc53a61034a7764daadb8aa1703bf66ed23d9e57dd69e436cb3e082403a477cf1abed9118d9a185470a8414fd1178ed8cf590
Description: media art extraction and cache management library - documentation
 Libmediaart is a library tasked with managing, extracting and handling
 media art caches.
 .
 This package contains the API documentation.
Homepage: https://wiki.gnome.org/MediaArtStorageSpec
Multi-Arch: foreign

Package: libmicrohttpd-dev
Priority: optional
Section: libdevel
Installed-Size: 641
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Architecture: arm64
Source: libmicrohttpd
Version: 0.9.75-6+apertis1bv2024dev2b1
Depends: libgnutls28-dev, libmicrohttpd12 (= 0.9.75-6+apertis1bv2024dev2b1)
Filename: pool/target/libm/libmicrohttpd/libmicrohttpd-dev_0.9.75-6+apertis1bv2024dev2b1_arm64.deb
Size: 289140
MD5sum: af0f58ef0d1692db01b2752929726863
SHA1: e809ac8a5f0ee0bef79f4404136548704dc809d6
SHA256: 4d99fddc9a1367b8b0727f870c4558c1c5d032e1be6589f9999cbc181cc61289
SHA512: d860132a2de7632978c0a9c0d9d28e622df079f24cc942b3d04f2d12a8f925f52cc68084e837518fea776cfc4eb328cf96b60d514c90067d9fbdaf4125a98905
Description: library embedding HTTP server functionality (development)
 GNU libmicrohttpd is a small C library that is supposed to make it easy to run
 an HTTP server as part of another application. Key features that distinguish
 GNU Libmicrohttpd from other projects are:
 .
  * C library: fast and small
  * API is simple, expressive and fully reentrant
  * Implementation is HTTP 1.1 compliant
  * HTTP server can listen on multiple ports
  * Four different threading models (select, poll, pthread, thread pool)
  * Support for IPv6
  * Support for SHOUTcast
  * Support for incremental processing of POST data (optional)
  * Support for basic and digest authentication (optional)
  * Support for SSL3 and TLS
 .
 This package contains the development files.
Homepage: https://www.gnu.org/software/libmicrohttpd/
Multi-Arch: same

Package: libmicrohttpd12
Priority: optional
Section: libs
Installed-Size: 258
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Architecture: arm64
Source: libmicrohttpd
Version: 0.9.75-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgnutls30 (>= 3.7.5)
Filename: pool/target/libm/libmicrohttpd/libmicrohttpd12_0.9.75-6+apertis1bv2024dev2b1_arm64.deb
Size: 113000
MD5sum: 9de30de7bebe6d0777c6cc6277be6674
SHA1: 1915f7053d4abc31cc6e3f605c6985d625c68021
SHA256: a8005bab0f1def2cb3844453a5f3fb0146fa2fd727c22b47e4131afd33c9f7f0
SHA512: 63859b872c3d83a6b53b7be10cc15bf79f54bbb838f686562718033b292e1e530d06293692f61389ba99f0b70fc890c0044e58e38385134061f0521f97b2eb6b
Description: library embedding HTTP server functionality
 GNU libmicrohttpd is a small C library that is supposed to make it easy to run
 an HTTP server as part of another application. Key features that distinguish
 GNU Libmicrohttpd from other projects are:
 .
  * C library: fast and small
  * API is simple, expressive and fully reentrant
  * Implementation is HTTP 1.1 compliant
  * HTTP server can listen on multiple ports
  * Four different threading models (select, poll, pthread, thread pool)
  * Support for IPv6
  * Support for SHOUTcast
  * Support for incremental processing of POST data (optional)
  * Support for basic and digest authentication (optional)
  * Support for SSL3 and TLS
Homepage: https://www.gnu.org/software/libmicrohttpd/
Multi-Arch: same

Package: libmicrohttpd12-dbgsym
Priority: optional
Section: debug
Installed-Size: 215
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Architecture: arm64
Source: libmicrohttpd
Version: 0.9.75-6+apertis1bv2024dev2b1
Depends: libmicrohttpd12 (= 0.9.75-6+apertis1bv2024dev2b1)
Filename: pool/target/libm/libmicrohttpd/libmicrohttpd12-dbgsym_0.9.75-6+apertis1bv2024dev2b1_arm64.deb
Size: 192052
MD5sum: f7821b90a53dba3dfa47672e6ed3d3f3
SHA1: f4a9cfbfd4ab5246e269901f82e7682e89eaf718
SHA256: fad7450c8ac3ee4bc1cd313a8399298520004b6042e31cbf1289543e3606e69f
SHA512: 9866abb610e5db7bd9c2a0c85f5b9f4331003dc381963ca832045563c7ba6a5dff6866929d408427e7ee43bce3967a74f7f5f558c9275f890549a477ef1b552c
Description: debug symbols for libmicrohttpd12
Auto-Built-Package: debug-symbols
Build-Ids: cfa0191ba6a410145039af52babd1ba07f4b19e0
Multi-Arch: same

Package: libmlir-15
Priority: optional
Section: libs
Installed-Size: 34090
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libmlir-x.y
Provides: libmlir-x.y
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 12)
Conflicts: libmlir-x.y
Filename: pool/target/l/llvm-toolchain-15/libmlir-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 5812228
MD5sum: 8ba112ee83a4489d240605f531ca9c9f
SHA1: 2dd8d82deeca7eb7811495b18f38c6ecdb2efd7e
SHA256: cfb17eedd41725d555137244654278193aa02af4f86a88659ea64ce329ff53e0
SHA512: 74ddcd1fd1b74def5124bacee2d348c4dbfa996ca1ffbb35861aea6d10950bd91a579771b4dc6dd019acd2c211aacd7479aa4e902b9df6759c6801a547bbd1c5
Description: Multi-Level Intermediate Representation library
 Novel approach to building reusable and extensible compiler infrastructure.
 MLIR aims to address software fragmentation, improve compilation for
 heterogeneous hardware, significantly reduce the cost of building domain
 specific compilers, and aid in connecting existing compilers together.
Homepage: https://www.llvm.org/
Multi-Arch: same

Package: libmlir-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 18290
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libmlir-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libmlir-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 1401964
MD5sum: 35b49d4716f20b88a6ec5c1359709092
SHA1: 8ce16be445c352d1577d599035a2dcf8ea29915b
SHA256: a2ccf812915f3a8639c5b5874a0a5466fa8d8310c58b2a740ece82eec40b4915
SHA512: 37a0d5d3c726410d2967665e956179036b2084a2c082e3c7f432bf3929435ea51b11d7fc64cf6405e6b4580d45710ea3c24789fd7bab923f445d4b859b6b8e7d
Description: debug symbols for libmlir-15
Auto-Built-Package: debug-symbols
Build-Ids: 5bdf6117b34a5efe865f45fdb2e2f5ba3de7bd08 6f8406298d788c6169db7034712df89e2cc2ce1d 8067c0d9a792b21c7fc42aaeff55404bedfe4b41 b735a7cec8a8116339998bbc5c2effac5846082f
Multi-Arch: same

Package: libmlir-15-dev
Priority: optional
Section: libdevel
Installed-Size: 177710
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libmlir-dev, libmlir-x.y-dev
Provides: libmlir-x.y-dev
Depends: libmlir-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Conflicts: libmlir-x.y-dev
Breaks: libmlir-dev
Filename: pool/target/l/llvm-toolchain-15/libmlir-15-dev_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 12058728
MD5sum: 6cd9f4f6906627d032d1cb7c42cfff45
SHA1: 235e492d27d9dc052c763409ac46e144b6aaf7a5
SHA256: 3de23aa9ba9424c0afdaf5b851e538b2efcb5feb0db4a47ba145dfb831295d0d
SHA512: 7addf34b0544fb4ed9e6326d5356e5a73de3f8bdbb1b5b608ed2286a1144be7382046d21edde96001dad255ba3369fcb4ac26ed0437ef45bddcb4bf7e431bf8c
Description: Multi-Level Intermediate Representation library
 Novel approach to building reusable and extensible compiler infrastructure.
 MLIR aims to address software fragmentation, improve compilation for
 heterogeneous hardware, significantly reduce the cost of building domain
 specific compilers, and aid in connecting existing compilers together.
Homepage: https://www.llvm.org/
Multi-Arch: same

Package: libmnl-dev
Priority: optional
Section: libdevel
Installed-Size: 29
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libmnl
Version: 1.0.4-3+apertis1bv2024dev3b1
Depends: libmnl0 (= 1.0.4-3+apertis1bv2024dev3b1)
Filename: pool/target/libm/libmnl/libmnl-dev_1.0.4-3+apertis1bv2024dev3b1_arm64.deb
Size: 6432
MD5sum: 38c2f14da2a45cf505011558772aa332
SHA1: 9b7ee39df10ec28b812de962f933aff4ba498262
SHA256: 6b12bf07d9ba96bdd00c063b1b6711d3ec6658e6f38f6553034751180ead0c4b
SHA512: ae30e4fcc5d2bdd18503b0cda1155c7ee3f38d498c1034062ef0b38644b4adf51cc8c4134fafb1e71a62075ab88913bef69f99e8907de6a1268073cb2f0f4fd5
Description: minimalistic Netlink communication library (devel)
 libmnl is a minimalistic user-space library oriented to Netlink developers.
 There are a lot of common tasks in parsing, validating, constructing of
 both the Netlink header and TLVs that are repetitive and easy to get wrong.
 This library aims to provide simple helpers that allows you to re-use code
 and to avoid re-inventing the wheel.
 .
 The main features of this library are:
 .
 Small: the shared library requires around 30KB for an x86-based computer.
 .
 Simple: this library avoids complexity and elaborated abstractions that
 tend to hide Netlink details.
 .
 Easy to use: the library simplifies the work for Netlink-wise developers.
 It provides functions to make socket handling, message building,
 validating, parsing and sequence tracking, easier.
 .
 Easy to re-use: you can use the library to build your own abstraction
 layer on top of this library.
 .
 Decoupling: the interdependency of the main bricks that compose the
 library is reduced, i.e. the library provides many helpers, but the
 programmer is not forced to use them.
 .
 This package contains the development libraries and header files you need
 to develop your programs using the minimalistic Netlink communication
 library.
Homepage: https://netfilter.org/projects/libmnl/
Multi-Arch: same

Package: libmnl0
Priority: optional
Section: libs
Installed-Size: 87
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libmnl
Version: 1.0.4-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libm/libmnl/libmnl0_1.0.4-3+apertis1bv2024dev3b1_arm64.deb
Size: 11072
MD5sum: 57c33e2d82954c210fc18c7c563b7ad2
SHA1: e6e223688be78f9306541bf52c0fb36975087fe0
SHA256: 63ed6310aba1a0de6e3a2e0bd698ed944dc7d0bff787fae4438a35c3013cbe6c
SHA512: 72c99606e6959818539f10a5f8722adbe16f50dffaeadd94a2af8386135085efa5c4488abd3d30c9a6aae70cb2c119e116283171bac3aba1bc8f1f47a1edc283
Description: minimalistic Netlink communication library
 libmnl is a minimalistic user-space library oriented to Netlink developers.
 There are a lot of common tasks in parsing, validating, constructing of
 both the Netlink header and TLVs that are repetitive and easy to get wrong.
 This library aims to provide simple helpers that allows you to re-use code
 and to avoid re-inventing the wheel.
 .
 The main features of this library are:
 .
 Small: the shared library requires around 30KB for an x86-based computer.
 .
 Simple: this library avoids complexity and elaborated abstractions that
 tend to hide Netlink details.
 .
 Easy to use: the library simplifies the work for Netlink-wise developers.
 It provides functions to make socket handling, message building,
 validating, parsing and sequence tracking, easier.
 .
 Easy to re-use: you can use the library to build your own abstraction
 layer on top of this library.
 .
 Decoupling: the interdependency of the main bricks that compose the
 library is reduced, i.e. the library provides many helpers, but the
 programmer is not forced to use them.
 .
 This package contains the shared libraries needed to run programs that use
 the minimalistic Netlink communication library.
Homepage: https://netfilter.org/projects/libmnl/
Multi-Arch: same

Package: libmnl0-dbgsym
Priority: optional
Section: debug
Installed-Size: 36
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libmnl
Version: 1.0.4-3+apertis1bv2024dev3b1
Depends: libmnl0 (= 1.0.4-3+apertis1bv2024dev3b1)
Filename: pool/target/libm/libmnl/libmnl0-dbgsym_1.0.4-3+apertis1bv2024dev3b1_arm64.deb
Size: 19168
MD5sum: bc18f4fe79780f654882410bd26f3b4c
SHA1: ad9d920ece68c574dad4d12dc97570a28c8119d5
SHA256: 56529e11b87d559d4369a0378d6ed979977366e4ec62c4497afee245b044478b
SHA512: fc44757b001c4dc0380cd102d11c53bb2becf24576150e8b9f72dd23138ff1725f68b2349ea3fd7673ca3c7020c4882aae963e123697838865daa9b393611808
Description: debug symbols for libmnl0
Auto-Built-Package: debug-symbols
Build-Ids: e2b5968c31ad93a6e667e7d067d3172d779efaca
Multi-Arch: same

Package: libmosquitto-dev
Priority: optional
Section: libdevel
Installed-Size: 213
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: arm64
Source: mosquitto
Version: 2.0.11-1.2+apertis1bv2024dev2b1
Replaces: libmosquitto0-dev (<< 1.2-1~)
Depends: libmosquitto1 (<< 2.0.11-1.2+apertis1bv2024dev2b1.1~), libmosquitto1 (>= 2.0.11-1.2+apertis1bv2024dev2b1)
Breaks: libmosquitto0-dev (<< 1.2-1~)
Filename: pool/target/m/mosquitto/libmosquitto-dev_2.0.11-1.2+apertis1bv2024dev2b1_arm64.deb
Size: 69708
MD5sum: d7e1c4cdfa266180b7b6b75251b31a34
SHA1: e9a1b289d3bd51d581f7d5e8bf2cfa13fb7d46e6
SHA256: 7ddd8a1a95458a82a1263a569a77f67490f14604ac784877b4e8327643803abb
SHA512: 1d6889f17ca4afe819679b578e5208f9e7d481144fd57fdd9dab1a6c04486a18fdd669990b8647f7d5d345c406ca56218fd61354ca1ab12c61bb07f885c0b027
Description: MQTT version 5.0/3.1.1/3.1 client library, development files
 This is the header and man page for the libmosquitto1 C library, which is a
 library for implementing MQTT version 5.0/3.1.1/3.1 clients. This package is
 needed to do development with libmosquitto1.
Homepage: https://mosquitto.org/
Multi-Arch: same

Package: libmosquitto1
Priority: optional
Section: libs
Installed-Size: 208
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: arm64
Source: mosquitto
Version: 2.0.11-1.2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0)
Filename: pool/target/m/mosquitto/libmosquitto1_2.0.11-1.2+apertis1bv2024dev2b1_arm64.deb
Size: 85932
MD5sum: ba8af8831e4c110e7f7a4a7f11493c81
SHA1: 125bf4d7f65410e15f1acb1f66846f1cba269cd6
SHA256: 60f4ead34d9324f0658ac5e3296f6168ac99a33d4914d63209b299d5a13336e8
SHA512: eefed589f25ed64a681dae0e1faefa9315606e26653e945d2c279d157f70d43d3bd5b5cfeb3e30f3499a777fab5241b9ef9f9e11e433260f1ba1b5bf188cc825
Description: MQTT version 5.0/3.1.1/3.1 client library
 This is a C library for implementing MQTT version 5.0/3.1.1/3.1 clients.
 .
 MQTT provides a method of carrying out messaging using a publish/subscribe
 model. It is lightweight, both in terms of bandwidth usage and ease of
 implementation. This makes it particularly useful at the edge of the network
 where a sensor or other simple device may be implemented using an arduino for
 example.
Homepage: https://mosquitto.org/
Multi-Arch: same

Package: libmosquitto1-dbgsym
Priority: optional
Section: debug
Installed-Size: 136
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: arm64
Source: mosquitto
Version: 2.0.11-1.2+apertis1bv2024dev2b1
Replaces: libmosquitto1-dbg (<< 1.5)
Depends: libmosquitto1 (= 2.0.11-1.2+apertis1bv2024dev2b1)
Breaks: libmosquitto1-dbg (<< 1.5)
Filename: pool/target/m/mosquitto/libmosquitto1-dbgsym_2.0.11-1.2+apertis1bv2024dev2b1_arm64.deb
Size: 106388
MD5sum: 4f3eb07d0363197d2808588d94ef9c6f
SHA1: a5c6b930336f3e2010b92b045a37c7a9831d53a9
SHA256: d5614979606baf9c8096c2e4322771fdc2f719eccf6f28afd9498622cf70ead8
SHA512: 2643d8b8c2005009718193cfe38b7df78dd2e2bf66886f0e553823f95f3c840f606b2c398e677ef4ed1b44c0455e83cb82ad6bc938cab0fefa82fdad8a7c09de
Description: debug symbols for libmosquitto1
Auto-Built-Package: debug-symbols
Build-Ids: 0141bcc9fc8f706980877ead38c744371c7fdb5d
Multi-Arch: same

Package: libmosquittopp-dev
Priority: optional
Section: libdevel
Installed-Size: 78
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: arm64
Source: mosquitto
Version: 2.0.11-1.2+apertis1bv2024dev2b1
Replaces: libmosquittopp0-dev (<< 1.2-1~)
Depends: libmosquittopp1 (<< 2.0.11-1.2+apertis1bv2024dev2b1.1~), libmosquittopp1 (>= 2.0.11-1.2+apertis1bv2024dev2b1), libmosquitto-dev
Breaks: libmosquittopp0-dev (<< 1.2-1~)
Filename: pool/target/m/mosquitto/libmosquittopp-dev_2.0.11-1.2+apertis1bv2024dev2b1_arm64.deb
Size: 51116
MD5sum: 1d4ad6011ebc8a8605310499ff930ef6
SHA1: 3523b7b9e1fef35c3f44751bed40f8f69d195ec0
SHA256: 77b5f282ea97553929d89be7afeb8477d6cb40afdac4e527e8a2c1a993754cfd
SHA512: 8a9b3f1c79e215f32ba34efe19584ce983fbda1d7ffc0c0d985785c545ad010e95ea316247c0533c5584937ad1b294e4fb593d72caf22acbf989acbf984776f6
Description: MQTT version 3.1 client C++ library, development files
 This is the header and man page for the libmosquittopp1 C++ library, which is
 a library for implementing MQTT version 3.1 clients. This package is needed to
 do development with libmosquittopp1.
Homepage: https://mosquitto.org/
Multi-Arch: same

Package: libmosquittopp1
Priority: optional
Section: libs
Installed-Size: 142
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: arm64
Source: mosquitto
Version: 2.0.11-1.2+apertis1bv2024dev2b1
Depends: libmosquitto1 (= 2.0.11-1.2+apertis1bv2024dev2b1), libstdc++6 (>= 5)
Filename: pool/target/m/mosquitto/libmosquittopp1_2.0.11-1.2+apertis1bv2024dev2b1_arm64.deb
Size: 54676
MD5sum: d4c1e763bb9ed963cc617edf5195d7ff
SHA1: 61ad3424b8e3dcc53fc1dcd44f892982abc71f3c
SHA256: 2634ca84ba66d3e66513e256b90710daac4ff00daf8d24e22cc302663a00e0ac
SHA512: c10ad5241be47daa90613db975fc1f42dcaebc91e15e96b63abba1b80d121fc1ae129dc9909088a7e890a3c2265b90eaf850ad4747e434cff186bceac8588274
Description: MQTT version 5.0/3.1.1/3.1 client C++ library
 This is a C++ library for implementing MQTT version 5.0/3.1.1/3.1 clients.
 .
 MQTT provides a method of carrying out messaging using a publish/subscribe
 model. It is lightweight, both in terms of bandwidth usage and ease of
 implementation. This makes it particularly useful at the edge of the network
 where a sensor or other simple device may be implemented using an arduino for
 example.
Homepage: https://mosquitto.org/
Multi-Arch: same

Package: libmosquittopp1-dbgsym
Priority: optional
Section: debug
Installed-Size: 35
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: arm64
Source: mosquitto
Version: 2.0.11-1.2+apertis1bv2024dev2b1
Replaces: libmosquittopp1-dbg (<< 1.5)
Depends: libmosquittopp1 (= 2.0.11-1.2+apertis1bv2024dev2b1)
Breaks: libmosquittopp1-dbg (<< 1.5)
Filename: pool/target/m/mosquitto/libmosquittopp1-dbgsym_2.0.11-1.2+apertis1bv2024dev2b1_arm64.deb
Size: 14948
MD5sum: 430c6e2fd0629ad540ac369a0b4f8956
SHA1: 9a902c2efef005e1611e1fcf0f03b496136d498d
SHA256: 8d3a5c9ced5760c36e7e0b8f6f506c5f5e1c1c16a260116457ae5390880c37a4
SHA512: e23f553703f1c930a596a36b543da8d43a10e06c36b635962b0ae8b4c2fbd3cf8a998c48774b0e3b4b01d07bb98cad5ae8c3e5de24083bc4dc301718a15ada42
Description: debug symbols for libmosquittopp1
Auto-Built-Package: debug-symbols
Build-Ids: eb449e51523b3b59a4a1d5f0950943d503976a63
Multi-Arch: same

Package: libmount-dev
Priority: optional
Section: libdevel
Installed-Size: 91
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libblkid-dev, libc6-dev | libc-dev, libmount1 (= 2.38.1-5+apertis1bv2024dev3b1), libselinux1-dev
Filename: pool/target/u/util-linux/libmount-dev_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 31984
MD5sum: 36a6f0309e8a652aaa930034dcea2703
SHA1: dd94f9e203fd2818104cd247269ded6bc1363055
SHA256: 0b5d0ca9bf7182490cb8819fd1a1f456a6a3688c9d3f8ca06da437e3b4b5f735
SHA512: f4a01ef967bc94651f041e7bbe2a00e7d75ed16503c2e3f73786d24d4b546b3622ef6147ac22cb5991baf613ab44b23ac743b9fbf80ab2f41e3566a35e48439e
Description: device mounting library - headers
 This device mounting library is used by mount and umount helpers.
 .
 This package contains the development environment for the mount library.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: same

Package: libmount1
Priority: optional
Section: libs
Installed-Size: 523
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.34), libselinux1 (>= 3.1~)
Suggests: cryptsetup-bin
Filename: pool/target/u/util-linux/libmount1_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 169212
MD5sum: a5f5d34f571efa0bd996eb1be749206a
SHA1: 5c40a148e64697bf118f294557e6cebf4ad9a726
SHA256: dad26b87949dc7a3a1483215cf921ce383f53f6f9fa8d57948636fca54ab66e2
SHA512: 54ebaf525fa64e4fb959a14e59bd0cf3a57b972c3758f1f60d7afe34e55bb51603df258921ecee41f86dbc1daca4247f0cb6957b0cb6ddf7aa72f292f60dc3ba
Description: device mounting library
 This device mounting library is used by mount and umount helpers.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: same

Package: libmount1-dbgsym
Priority: optional
Section: debug
Installed-Size: 472
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libmount1 (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/libmount1-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 425560
MD5sum: 417ce18921aeff7785c0aaeb9d5e3b65
SHA1: 96e163722b9f03972a776fb16db9adef58a76a61
SHA256: a18e14a1656bf012267a4bb8a7738a7e6aca20b0b793db8355399810fb2d74a5
SHA512: 3ac377bd3d5b1874822e87644b4d5625d7b0aeebf18155ecb50db2d046a88b01285a84b517e947ce5ca344e07c417918325b5fa84063875d7dffa9623ba955ee
Description: debug symbols for libmount1
Auto-Built-Package: debug-symbols
Build-Ids: 8b301e89e80c9637f9d2b1e37992d2423dfb8e88
Multi-Arch: same

Package: libmozjs-102-0
Priority: optional
Section: libs
Installed-Size: 30119
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: mozjs102
Version: 102.11.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4), tzdata
Filename: pool/target/m/mozjs102/libmozjs-102-0_102.11.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 7656672
MD5sum: 10245d7877297fce5e57dd26968584c0
SHA1: 488566d22b8173a91f059a9c807ad35b2cc773ac
SHA256: 8426f382da91704bf5829882041f948d27eebac483f6babd0441698a287f7bd9
SHA512: acaa2131757fd49fd6ca7d1add1a11e5b1ffc4643d856f4dd7685fa190d153e51d18eb083afc35f58c70b4077a206c4fe9549005eb008f6dc2c0a56cbb350651
Description: SpiderMonkey JavaScript library
 SpiderMonkey is the code-name for Mozilla Firefox's C++ implementation of
 JavaScript. It is intended to be embedded in other applications
 that provide host environments for JavaScript.
 .
 This library is intended for use in contexts where only trusted
 JavaScript code will be run, such as GNOME's gjs, Cinnamon's cjs, and
 polkit's rules parsing. It should not be used to run untrusted JavaScript
 from web pages: use a security-supported implementation such as Firefox,
 Chrome or WebKitGTK's JavaScriptCore instead.
Homepage: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
Multi-Arch: same

Package: libmozjs-102-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 127422
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: mozjs102
Version: 102.11.0-1+apertis0bv2024dev3b1
Depends: libmozjs-102-0 (= 102.11.0-1+apertis0bv2024dev3b1)
Filename: pool/target/m/mozjs102/libmozjs-102-0-dbgsym_102.11.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 126099456
MD5sum: ab8a73c8429e07499d92260e7b5b4037
SHA1: f52274c69c9e517a3381828c83f951f3edaf2816
SHA256: ce53675cd064d74ae3141d49805a9d254393b5cc3e6832fac992a3b270e9a94c
SHA512: a8ac39738b8cd3b20c59f265601834744a9d5e943ff6338da3b01ec2f9ce8e13947162470adcf1275602ac3fc190de5010b2513bf8e297952ab89a4f2d65ccb4
Description: debug symbols for libmozjs-102-0
Auto-Built-Package: debug-symbols
Build-Ids: d2cf1f5f867d322a03e128cc33fe0e3359429547
Multi-Arch: same

Package: libmozjs-102-dev
Priority: optional
Section: libdevel
Installed-Size: 40859
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: mozjs102
Version: 102.11.0-1+apertis0bv2024dev3b1
Depends: libmozjs-102-0 (= 102.11.0-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.3), libreadline8 (>= 6.0), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mozjs102/libmozjs-102-dev_102.11.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 9612040
MD5sum: 453daedaf337e6d6bfd6473c2d03bb08
SHA1: ee527ba414944cad62103b2c63c3432e1bd517f9
SHA256: 0c069bc22f7790bd2342792b6eb0cc2246fc02918945ae9d2ff151fc30495bc4
SHA512: 801507a0befff0ac5c61f2571d4cc112d1f22f99c42b351ccfb07e9e080d263ae7d6727637f9b690f55496bf6c4c8f0864ed6f08a5e832991ceb9f15fb87822d
Description: SpiderMonkey JavaScript library - development headers
 SpiderMonkey is the code-name for Mozilla Firefox's C++ implementation of
 JavaScript. It is intended to be embedded in other applications
 that provide host environments for JavaScript.
 .
 This package contains the header files which are
 needed for developing SpiderMonkey embedders.
 .
 This library is intended for use in contexts where only trusted
 JavaScript code will be run, such as GNOME's gjs, Cinnamon's cjs, and
 polkit's rules parsing. It should not be used to run untrusted JavaScript
 from web pages: use a security-supported implementation such as Firefox,
 Chrome or WebKitGTK's JavaScriptCore instead.
Homepage: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey

Package: libmozjs-102-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 134047
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: mozjs102
Version: 102.11.0-1+apertis0bv2024dev3b1
Depends: libmozjs-102-dev (= 102.11.0-1+apertis0bv2024dev3b1)
Filename: pool/target/m/mozjs102/libmozjs-102-dev-dbgsym_102.11.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 131583072
MD5sum: c6e923d2fcde54a07c7883bf182425e4
SHA1: 1f44ea030330cce028c51c55d4a6e0f416d56630
SHA256: 2930db9a8f575a666f5b078c90b941db5a5947e17f51125ec73cfa875fc0142c
SHA512: 066149cb7dc795b63b442959206ffdcc8c04af0f9acfa1adbb4b70f5ea3c6d2aecc7444ca4c9229e2ea9fc02e2a5b1ee85ee77fe2c9e445e0fbd68f09485fa4a
Description: debug symbols for libmozjs-102-dev
Auto-Built-Package: debug-symbols
Build-Ids: 032545c797132f7084ab830a9e41d7b2530a2797

Package: libmp3lame-dev
Priority: optional
Section: libdevel
Installed-Size: 734
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lame
Version: 3.100-6+apertis1bv2024dev2b1
Depends: libmp3lame0 (= 3.100-6+apertis1bv2024dev2b1)
Filename: pool/target/l/lame/libmp3lame-dev_3.100-6+apertis1bv2024dev2b1_arm64.deb
Size: 378168
MD5sum: d0830fd6b0032a55156ae44f6a5a95a7
SHA1: be9b692c20566b5b51aacf696b2e82f24b2e3493
SHA256: 08f3eb8b6b37b0f2059be193374204c7121856b00ff5830f9719f65c6819db77
SHA512: 08dd0f6be97b5bae77acaa9113614d24876830855b7cef824cb18998c12fc6b773f8d13f62551fb04dbd4f01ebff0529a43783d41b690373f7acc775d4e613ec
Description: MP3 encoding library (development)
 LAME (recursive acronym for "LAME Ain't an MP3 Encoder") is a research
 project for learning about and improving MP3 encoding technology.
 LAME includes an MP3 encoding library, a simple frontend application,
 and other tools for sound analysis, as well as convenience tools.
 .
 This package contains the development files.
Homepage: https://lame.sourceforge.io/
Multi-Arch: same

Package: libmp3lame0
Priority: optional
Section: libs
Installed-Size: 575
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lame
Version: 3.100-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.29)
Filename: pool/target/l/lame/libmp3lame0_3.100-6+apertis1bv2024dev2b1_arm64.deb
Size: 354260
MD5sum: 48e8fc8b8af77e0b059f41afb444f464
SHA1: d55d660b15a130e61018edf3c0c6534d3659d9c2
SHA256: f87842d94f9bd587c12b1cafac66f7ee100ef3b94751196ea5034b279babcb91
SHA512: 6ccd2dbe388c13264577b916faa00148cd48777b2a0124ab05cdfffba51a197506cc116491724b8297b2bf13138fee4d4817aa6a2e3968e87ee8a74eb217edb4
Description: MP3 encoding library
 LAME (recursive acronym for "LAME Ain't an MP3 Encoder") is a research
 project for learning about and improving MP3 encoding technology.
 LAME includes an MP3 encoding library, a simple frontend application,
 and other tools for sound analysis, as well as convenience tools.
 .
 This package contains the shared library.
Homepage: https://lame.sourceforge.io/
Multi-Arch: same

Package: libmp3lame0-dbgsym
Priority: optional
Section: debug
Installed-Size: 345
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lame
Version: 3.100-6+apertis1bv2024dev2b1
Depends: libmp3lame0 (= 3.100-6+apertis1bv2024dev2b1)
Filename: pool/target/l/lame/libmp3lame0-dbgsym_3.100-6+apertis1bv2024dev2b1_arm64.deb
Size: 314760
MD5sum: f76d989bbc763433ab1d84df19db7fec
SHA1: 8dc26b02f171489775538282c7ef337ade9927d3
SHA256: badd0d89b988da1f648f4f8c9b316282b54f12fefa4ffce8841cec21bcfe9dda
SHA512: ce59c2738553ff5ee652d77eb00e87e36e395e112c0635270c03f8fb44cb206e29774ffe4bd27726fd61de04f587b292da5f4d579151a7672adda62681804366
Description: debug symbols for libmp3lame0
Auto-Built-Package: debug-symbols
Build-Ids: 88af1c564aa5b602e0c3da1e0bbeec0ab2a0aba6
Multi-Arch: same

Package: libmtd-dev
Priority: optional
Section: libdevel
Installed-Size: 115
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Filename: pool/target/m/mtd-utils/libmtd-dev_2.1.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 29852
MD5sum: cdd43716b4a3878af67a1a5cb50c467f
SHA1: 3ae662db07c16da496debdbcb30dc4fb545163af
SHA256: 850277d6487b46654c25eb6218e8f080263b0823ee2a86859cd70658e38e9275
SHA512: dbc99134afa5474de8e8f897fdab4abe2bde04c168c4d5037e49aaceb81664e76b99e305b82ccc1e301106aa287759b6170c01a7b32f7a6ebb87d26aa4fb017f
Description: Memory Technology Device Development Libraries
 Development header and libraries for manipulating memory technology
 devices, such as flash memory, Disk-On-Chip, or ROM.
Homepage: http://www.linux-mtd.infradead.org/
Multi-Arch: same

Package: libmtdev-dev
Priority: optional
Section: libdevel
Installed-Size: 41
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: arm64
Source: mtdev
Version: 1.1.6-1+apertis1bv2024dev3b1
Depends: libmtdev1 (= 1.1.6-1+apertis1bv2024dev3b1)
Filename: pool/target/m/mtdev/libmtdev-dev_1.1.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 14884
MD5sum: d6e6eb9a81b3b02e7ff63acd5389a592
SHA1: 1a20cf3dbcaedd95a56e31b4bdf2ff507721170c
SHA256: 4e171190fa050aec75a78034f54bb04b15163cee8d6b371e67d44e777fe2b9ae
SHA512: 6044c49b6b1941d2bd25e50114646eec3dc84c18809a621f85d9fd39e2395c8cd091c405e3d978622d714ec782cd237ab1a9f52b9a7bd28f03fd6fdf51d5abbb
Description: Multitouch Protocol Translation Library - dev files
 libmtdev is a library for translating evdev multitouch events using the legacy
 protocol to the new multitouch slots protocol. This is necessary for kernel
 drivers that have not been updated to use the newer protocol.
 .
 This package contains files that are needed to build applications.
Homepage: http://bitmath.org/code/mtdev/
Multi-Arch: same

Package: libmtdev1
Priority: optional
Section: libs
Installed-Size: 101
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: arm64
Source: mtdev
Version: 1.1.6-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/m/mtdev/libmtdev1_1.1.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 22164
MD5sum: 6bb7f782060d7004ee25e4fb8977f837
SHA1: 03e6474ef610789f1a05ecd30261ccf0935ca6de
SHA256: b5fb73d17ec86450005659475e6bba533664f2f3bfdd03878d18cc3b4d2da796
SHA512: c1b7a161977ff5f3b307286f0725ab2a399e9f2ebc5e308cc014aec7951763f05928ac1237771ad77ed01528380c9325049a887b6cc35eaead8b979c8d928e7d
Description: Multitouch Protocol Translation Library - shared library
 libmtdev is a library for translating evdev multitouch events using the legacy
 protocol to the new multitouch slots protocol. This is necessary for kernel
 drivers that have not been updated to use the newer protocol.
Homepage: http://bitmath.org/code/mtdev/
Multi-Arch: same

Package: libmtdev1-dbgsym
Priority: optional
Section: debug
Installed-Size: 42
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: arm64
Source: mtdev
Version: 1.1.6-1+apertis1bv2024dev3b1
Depends: libmtdev1 (= 1.1.6-1+apertis1bv2024dev3b1)
Filename: pool/target/m/mtdev/libmtdev1-dbgsym_1.1.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 27956
MD5sum: cfdf6b1fb679e86e8424d3310872fe73
SHA1: bba74e123be7eafbe4766a1685fceb8f56f84abf
SHA256: da24fc4bf4dde2d8bd95ad348ca0317b367045f7940aab35252d2294e6f6536a
SHA512: 4178b23efa051c77f87ce8f27ed57cd8d46a7044ed9c0dafb23dfc5cd52cee5752d7bcf18dd4165eaa944ccefccb5b38cf4b9a1cbbf44e4723c854358dcbf0a0
Description: debug symbols for libmtdev1
Auto-Built-Package: debug-symbols
Build-Ids: d7910cf74bfdf291a39e185ad4815fba9916e81a
Multi-Arch: same

Package: libncurses-dev
Priority: optional
Section: libdevel
Installed-Size: 2377
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Replaces: libncurses5-dev (<< 6.1+20180210), libncursesw5-dev (<< 6.1+20180210), libtinfo-dev (<< 6.1+20180210), ncurses-bin (<< 6.0+20151017), ncurses-dev
Provides: libncurses5-dev (= 6.4-4+apertis0bv2024dev3b3), libncursesw5-dev (= 6.4-4+apertis0bv2024dev3b3), libtinfo-dev (= 6.4-4+apertis0bv2024dev3b3), ncurses-dev
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3), libncurses6 (= 6.4-4+apertis0bv2024dev3b3), libncursesw6 (= 6.4-4+apertis0bv2024dev3b3), libc6-dev | libc-dev, ncurses-bin (>= 6.0+20151017)
Suggests: ncurses-doc
Conflicts: ncurses-dev
Breaks: libncurses5-dev (<< 6.1+20180210), libncursesw5-dev (<< 6.1+20180210), libtinfo-dev (<< 6.1+20180210)
Filename: pool/target/n/ncurses/libncurses-dev_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 335496
MD5sum: 9505a9d003cbf82a4b695d7234e238c7
SHA1: 78bf0d46886d04dd9539081f09a5328c9770b9f9
SHA256: 936fc606569eb9d9f534550f3a983e184260ade8592e676b51b6c5da3c4d9d00
SHA512: ba9aa5c8e756b7811e84799de5e46d604744394e0b043f71f2236a3cc069d8a776b97b08b597d185d3ae490f5852c582e05577d6c4bfa296a420d92848b3c4b1
Description: developer's libraries for ncurses
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the header files, static libraries
 and symbolic links that developers using ncurses will need.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: same

Package: libncurses5
Priority: optional
Section: oldlibs
Installed-Size: 434
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo5 (= 6.4-4+apertis0bv2024dev3b3), libc6 (>= 2.34)
Recommends: libgpm2
Filename: pool/target/n/ncurses/libncurses5_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 89428
MD5sum: 4e82690970a438c7de84b65f5f521b76
SHA1: cf437158ce3cfe2894faaad47966bd55558b0427
SHA256: 526892d3289026caf3e3cc884d708f2c9bbdc4c75193f2328295dfb754c753b3
SHA512: f392c859c35c7ff5ca802c3de010e54ddce5b18bb8a5cea7de4d2ce374bfc616522d47018a19af578cce7f606281fd7858be3b051b54faa3d62156e2f8a32e70
Description: shared libraries for terminal handling (legacy version)
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the legacy shared libraries necessary to run
 programs compiled with ncurses.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: same

Package: libncurses5-dbgsym
Priority: optional
Section: debug
Installed-Size: 340
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libncurses5 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libncurses5-dbgsym_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 269096
MD5sum: 2c516420fe3b72d3622ddaf3a61b1017
SHA1: b005d2245dfd94e73fda46bf53861ce31115d674
SHA256: 1246eaf42640acb7d99f953fa42a3b072df07ccd81f87e6c3b7dcecc84d53cff
SHA512: f1c66eeb04010a64da8d5bd24f16df6ca4f93c340ef5138c8d33e7d9af60b5da5db88ce37fdd20b9968bfc0b1ce70e78bc9ba68ee62cf4076f4c35ca3a0f7301
Description: debug symbols for libncurses5
Auto-Built-Package: debug-symbols
Build-Ids: 63cd416964e8d2c3aa7537e31f9a05cc235e5662 8a9142e95fe7924609556bbc548f3b82d8afa31a 8bc8ccb0d1b670296d1926e8a5c11132679f88d3 c1e72ba139880dc6258a3f4d716c04186bb71b23
Multi-Arch: same

Package: libncurses5-dev
Priority: optional
Section: oldlibs
Installed-Size: 6
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3), libncurses-dev (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libncurses5-dev_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 940
MD5sum: 04e6133aafb8686bbc57361585c7ee6c
SHA1: f06095d15b240e097e353383aadb79a4f00f48d3
SHA256: f0f3e324fc6df1d0fdf7765423fd9b86174d1735ac682ca7a056a0f02853f45f
SHA512: 987faf78f780ad3db67b74675e10e07b4d86b1f23269ee11ed5bc4eba6873f4f6c5587a43b1237898f44972cf06e94d7a37625d0cf2984f62b42e4ffbe8d9d97
Description: transitional package for libncurses-dev
 This is a transitional package that can safely be removed.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: same

Package: libncurses6
Priority: optional
Section: libs
Installed-Size: 502
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3), libc6 (>= 2.34)
Recommends: libgpm2
Breaks: cowdancer (<< 0.89~)
Filename: pool/target/n/ncurses/libncurses6_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 95236
MD5sum: 883978409325bdacb6444f0cbb6925bb
SHA1: ad76bb2286ac00d9a1dc2822eb69ddba9ec1fa3c
SHA256: 8785e3820bc3c2ba4e8ae4f7df0dbc5c67ebd64dfacd1581cc30a53ef5cf3509
SHA512: 8a908f051721d5675f2948900263e025c3b7d031d7b005eca1e5905812f3ab045c2bab5da6d3ae41b8bc66ff2b3bd0aa77053ae7ece706ed130b09b8d2dcc341
Description: shared libraries for terminal handling
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the shared libraries necessary to run programs
 compiled with ncurses.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: same

Package: libncurses6-dbgsym
Priority: optional
Section: debug
Installed-Size: 366
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libncurses6 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libncurses6-dbgsym_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 291456
MD5sum: 1cbb0704df54a89ce040e1fdc2151ece
SHA1: d763262d2f2ef950df1de1dfebe64a4e2bb44e0e
SHA256: b3d381a79c41bd72eaab1ca18169df8d58229325b76c2ee1bd82b55cbff48b7f
SHA512: 7991a2100ee21837530f9a03881577c4f628f1c8684f6d671a795c7775c48a88ac5baf8c9166bf5c5fdf8807fae3fb3ab2b142db587df2397260c7e71ab01770
Description: debug symbols for libncurses6
Auto-Built-Package: debug-symbols
Build-Ids: 70a87944204177dd42f5cab902903a04b92e37ca 97c45b577ebbca9c0e09f1f5b323a792029c5150 a97c3e02104f003dc11c1050bf9239b9cabf08fa bdba660044aa3b6fbd075ef85a0d0de9129dca35
Multi-Arch: same

Package: libncursesw5
Priority: optional
Section: oldlibs
Installed-Size: 503
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo5 (= 6.4-4+apertis0bv2024dev3b3), libc6 (>= 2.34)
Recommends: libgpm2
Filename: pool/target/n/ncurses/libncursesw5_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 110096
MD5sum: 5b2998da491db363c0166675db71ec17
SHA1: 110ee0aec8ef7c1cabb2d0fe281f52e3c58fcb7a
SHA256: e9fbf33f3fb5e9d95222a7816dce32200d739a17ce382e58ccd9a2bdfcc39c34
SHA512: 2cad2eaebbe7db22a28a4436d4b6d6d23ae5b574048acb1ccb09464cadf4e55c14e5c8960a07fd6ef6ca2995b043e71c8cfbc84e4426e33730cfab1397ee7f73
Description: shared libraries for terminal handling (wide character legacy version)
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the legacy shared libraries necessary to run
 programs compiled with ncursesw, which includes support for wide
 characters.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: same

Package: libncursesw5-dbgsym
Priority: optional
Section: debug
Installed-Size: 407
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libncursesw5 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libncursesw5-dbgsym_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 331448
MD5sum: dca2245fcca8c2155a0b1c23f9713ef4
SHA1: 1ee770177bc64dc76cf55aa8ff81faa9e4020ca0
SHA256: 69d3ae9bc7cb81cc89a529740863ef8e12d4832ee39e4ad7e51647bb02e327a3
SHA512: a39e47a3f7fa9828e9d41df1a557117cdc4a10d7e1fc3b900992d8e4d7f01f77faf576259dbe1f87ff40985566702c083744cab4f4403fa8a46cab71a571cfda
Description: debug symbols for libncursesw5
Auto-Built-Package: debug-symbols
Build-Ids: 121d8e5719084da5d2470781abf041a027caef0f 77e0ade5044fdcb9b02027a3f69dfe448939b7f9 7a7c7c7ae128684dc07f9c391328b6afdfa7dac6 e7cb83d514f1f201c20d8d7345496ff4682b278f
Multi-Arch: same

Package: libncursesw5-dev
Priority: optional
Section: oldlibs
Installed-Size: 6
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3), libncurses-dev (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libncursesw5-dev_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 944
MD5sum: 3d3f878607f7c0decf289628d6a58fda
SHA1: d92a2e386728058aef7fba96dc23502bb554d8c1
SHA256: da0c6d91b87fce738a464c980526d5873c1c33b045355c7d820d9f1fbac2007f
SHA512: 4db415931ed2399f657e2c503983250a944b0d076b23f672d8952023bd82fa057aa8bfb0f1d3aede1ce258957eda5b717b54b32ff4ac881d1edb043493404372
Description: transitional package for libncurses-dev
 This is a transitional package that can safely be removed.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: same

Package: libncursesw6
Priority: optional
Section: libs
Installed-Size: 571
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3), libc6 (>= 2.34)
Recommends: libgpm2
Filename: pool/target/n/ncurses/libncursesw6_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 123204
MD5sum: 098a4d87e783d3cf3965d9057abcaee9
SHA1: 487c24327fb160eba440357edde63fc772d37023
SHA256: a9b0a6dce379668d1d33e2f27c53349fc88d01b853a4324c848a330b9dd1ed06
SHA512: 762b48082d70dcd28def4c09d7308f718828edc9be1d2cdc11aa39c2c3bbe9329d2e259c7ba9390deb318943334d0e373e8b5d4f73efa9450e5c0d6482542fbf
Description: shared libraries for terminal handling (wide character support)
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the shared libraries necessary to run programs
 compiled with ncursesw, which includes support for wide characters.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: same

Package: libncursesw6-dbgsym
Priority: optional
Section: debug
Installed-Size: 452
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libncursesw6 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libncursesw6-dbgsym_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 372508
MD5sum: 44c83c4eb669d7b98b798cb67a45f6bc
SHA1: 888f016478dd58a4ccde67f40145c70beb3e9b23
SHA256: 46f05d8f2fe224dc7bc9a1a04d92d7a3fcaa58c74d6f36afca9042038a22fdd3
SHA512: 9a8cee6aea94d43c1cdd186d545f23599bd8e76bd0c0686065e5d3d77ba1588e08ccc13305bbbd9fa100a354003d0159c5b6704b5bb6d1f760cbe249daf8ce2e
Description: debug symbols for libncursesw6
Auto-Built-Package: debug-symbols
Build-Ids: 287582b7635ea4233751a21b2f199909e3260775 6ea3695c3d8f4ee4b51c9ddd9b0ce5bd6a82fb8e c91aa105343113d4f41c7a5f9ac1a991db26940e d6c34c68ca6e34f47461cc4c9bc34e064b512463
Multi-Arch: same

Package: libneon27
Priority: optional
Section: libs
Installed-Size: 248
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: neon27
Version: 0.32.5-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Filename: pool/target/n/neon27/libneon27_0.32.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 92540
MD5sum: c1258f7904520986091f6465db288a3d
SHA1: 384f3303a5a508bdddaa2ff161834306b2c38393
SHA256: 12dad62a72222351399312ed30d136fba8310f1ebb626ea8c48272d1940b52ab
SHA512: fbd3afe61edb4ad7ba1252edc820cc835e3300ec45476cb846dac7411e5b37e3f33ca1025e689af0be9aa405b6f7b60bc3350d04cb7ad5945e2e87e92eebea7d
Description: HTTP and WebDAV client library
 neon is an HTTP and WebDAV client library, with a C language API.
 .
 WARNING: THE NEON API IS NOT YET STABLE.
 .
 Provides lower-level interfaces to directly implement new HTTP
 methods, and higher-level interfaces so that you don't have to
 worry about the lower-level stuff.
 .
 Current features:
   * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD, etc.)
   * Low-level interface to HTTP request handling, to allow implementing
     new methods easily.
   * persistent connections
   * RFC2617 basic and digest authentication (including auth-int, md5-sess)
   * Proxy support (including basic/digest authentication)
   * SSL/TLS support using OpenSSL (including client certificate and thread
     safety support)
   * Generic WebDAV 207 XML response handling mechanism
   * XML parsing using the expat or libxml parsers
   * Easy generation of error messages from 207 error responses
   * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
   * WebDAV metadata support: set and remove properties, query any set ofi
     properties (PROPPATCH/PROPFIND).
   * autoconf macros supplied for easily embedding neon directly inside an
     application source tree.
Homepage: https://notroj.github.io/neon/
Multi-Arch: same

Package: libneon27-dbgsym
Priority: optional
Section: debug
Installed-Size: 232
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: neon27
Version: 0.32.5-1+apertis1bv2024dev2b1
Depends: libneon27 (= 0.32.5-1+apertis1bv2024dev2b1)
Filename: pool/target/n/neon27/libneon27-dbgsym_0.32.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 199704
MD5sum: 67715d77ef81add9e9c0c233bcec5911
SHA1: 706f00031f291d86f55b100c9481e83c171b90e3
SHA256: 677c7818c045b2a5ca55d153a2aa42676d78a90926116a865976c1269f7a1e2a
SHA512: 2f409fc5a16ae0ed5c74a345ca24f756cdf2c0e084d8c63befe27b5c65c82aab1c401f5e6c68fa755dd4ab2374969106514b15eab0d7895527d10468147de934
Description: debug symbols for libneon27
Auto-Built-Package: debug-symbols
Build-Ids: c28d495a45458710366960b2d7a3f9bbe4662293
Multi-Arch: same

Package: libneon27-dev
Priority: optional
Section: libdevel
Installed-Size: 672
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: neon27
Version: 0.32.5-1+apertis1bv2024dev2b1
Replaces: libneon-dev, libneon25-dev, libneon27-gnutls-dev
Provides: libneon-dev
Depends: libneon27 (= 0.32.5-1+apertis1bv2024dev2b1), libssl-dev, libxml2-dev, libkrb5-dev, pkgconf
Conflicts: libneon-dev, libneon24-doc (<= 0.24.5-1), libneon25-dev (<< 0.28.2-5), libneon27-gnutls-dev
Filename: pool/target/n/neon27/libneon27-dev_0.32.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 173484
MD5sum: b45f8233f1d691638756577fddce3de7
SHA1: 91c31d9fbefb125209e0fd85071a0bceb0349bc9
SHA256: cfa81472f455c4a5e82c9c47a3dcf41d5fd5da95d36248949e40a32587aa473f
SHA512: 0d772fdd8c481f05fcc18faa435dedaab625d136b9047fd23d6207e297eb69cc79262b5a0e0f780583146d86b3b3ecb8aef18899618dea9fd63579e52d854b63
Description: Header and static library files for libneon27
 This package contains the headers and the static library for libneon27.
 .
 Neon provides lower-level interfaces to directly implement new HTTP
 methods, and higher-level interfaces so that you don't have to
 worry about the lower-level stuff.
Homepage: https://notroj.github.io/neon/

Package: libneon27-gnutls
Priority: optional
Section: libs
Installed-Size: 216
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: neon27
Version: 0.32.5-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33), libgnutls30 (>= 3.7.5), libgssapi-krb5-2 (>= 1.17), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Recommends: ca-certificates
Filename: pool/target/n/neon27/libneon27-gnutls_0.32.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 65748
MD5sum: e919457b01815d8576f1f4f22ce2ad33
SHA1: a6c68c69bb48084ddd4acc9a22b1b5638852f627
SHA256: 49bf7f3acbbfe29838ca7bc1ad98eb3e7efc486ba0b7083bac3004da5b44c0ea
SHA512: 29447134a66bba00b9b15c43cfa10f4053ce1451b57636511d76d3f874865802e17a43d0b1c76bc007accf3f661c9fd906ade99ad507857c2d3e08d3285423b4
Description: HTTP and WebDAV client library (GnuTLS enabled)
 neon is an HTTP and WebDAV client library, with a C language API.
 .
 WARNING: THE NEON API IS NOT YET STABLE.
 .
 Provides lower-level interfaces to directly implement new HTTP
 methods, and higher-level interfaces so that you don't have to
 worry about the lower-level stuff.
 .
 Current features:
   * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD, etc.)
   * Low-level interface to HTTP request handling, to allow implementing
     new methods easily.
   * persistent connections
   * RFC2617 basic and digest authentication (including auth-int, md5-sess)
   * Proxy support (including basic/digest authentication)
   * SSL/TLS support using GnuTLS (including client certificate and thread
     safety support)
   * Generic WebDAV 207 XML response handling mechanism
   * XML parsing using the expat or libxml parsers
   * Easy generation of error messages from 207 error responses
   * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
   * WebDAV metadata support: set and remove properties, query any set ofi
     properties (PROPPATCH/PROPFIND).
   * autoconf macros supplied for easily embedding neon directly inside an
     application source tree.
Homepage: https://notroj.github.io/neon/
Multi-Arch: same

Package: libneon27-gnutls-dbgsym
Priority: optional
Section: debug
Installed-Size: 232
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: neon27
Version: 0.32.5-1+apertis1bv2024dev2b1
Depends: libneon27-gnutls (= 0.32.5-1+apertis1bv2024dev2b1)
Filename: pool/target/n/neon27/libneon27-gnutls-dbgsym_0.32.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 200596
MD5sum: 34bcc79a76763620fda2f8a8282c5745
SHA1: dbbbd246b987f9eab4ce5a9f09a2b5f16412bf4f
SHA256: 34663d6c9c717b224f7ab5325595ae9ac83c57015a40a9a8a4eb8f23d5ab97bf
SHA512: 72b0887bc87861b9aa8855d845847d463357184d62eb8fa1286aaf26d4ed65accafa387e7957fd31bbbd851b15a72a3c445a140ed1b960fb11984a3f12dd5f32
Description: debug symbols for libneon27-gnutls
Auto-Built-Package: debug-symbols
Build-Ids: 737d68a9fb97ad7045b0244b3832ea29da7b963d
Multi-Arch: same

Package: libneon27-gnutls-dev
Priority: optional
Section: libdevel
Installed-Size: 673
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: neon27
Version: 0.32.5-1+apertis1bv2024dev2b1
Replaces: libneon-dev, libneon25-dev, libneon27-dev
Provides: libneon-dev
Depends: libneon27-gnutls (= 0.32.5-1+apertis1bv2024dev2b1), libgnutls28-dev, libxml2-dev, libkrb5-dev, pkgconf
Conflicts: libneon-dev, libneon24-doc (<= 0.24.5-1), libneon25-dev (<< 0.28.2-5), libneon27-dev
Filename: pool/target/n/neon27/libneon27-gnutls-dev_0.32.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 174452
MD5sum: 8e10261e4a0629663e961dcc65da76ab
SHA1: 77ecaee8a4b8d4dc2202c6e8601053256f073282
SHA256: 80d4f2391c5b7ea1d45fbb792ba78e1cdce209e39a01169e0fb7753c8c29032e
SHA512: 226119251d32d0c65690012e673bcb67c53723688239671c4da6ab64438372eeff0392bbec94ce03e0e20d01c70c0043f9b6f157677aef2c594d1710e3001485
Description: Header and static library files for libneon27 (GnuTLS enabled)
 This package contains the headers and the static library for
 libneon27-gnutls.
 .
 Neon provides lower-level interfaces to directly implement new HTTP
 methods, and higher-level interfaces so that you don't have to
 worry about the lower-level stuff.
Homepage: https://notroj.github.io/neon/

Package: libnetfilter-conntrack-dev
Priority: optional
Section: libdevel
Installed-Size: 94
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libnetfilter-conntrack
Version: 1.0.9-3+apertis0bv2024dev3b1
Depends: libnetfilter-conntrack3 (= 1.0.9-3+apertis0bv2024dev3b1), libnfnetlink-dev, pkg-config
Suggests: libnetfilter-conntrack-doc (= 1.0.9-3+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnetfilter-conntrack/libnetfilter-conntrack-dev_1.0.9-3+apertis0bv2024dev3b1_arm64.deb
Size: 15972
MD5sum: dc4827058232afdb39a61eb94df08d76
SHA1: 90b366b4b495c240923b348a23aeaf57c13fd7d0
SHA256: 943842afa3b25259808b86ce229b67b9f45e5f0483535b43026557d8704771f4
SHA512: e176da4eaf14acab2a49001db43b79968cb8c85bfa985104eeb11dc9e2d401d91fa553eef40b091d9ec566155c956f432323da111d10d12b624be5e9d573b3f9
Description: Development files for libnetfilter-conntrack3
 libnetfilter_conntrack is a userspace library providing a programming
 interface (API) to the in-kernel connection tracking state table.
 .
 This package provides development files and static libraries.
Homepage: https://www.netfilter.org/projects/libnetfilter_conntrack/
Multi-Arch: same

Package: libnetfilter-conntrack-doc
Priority: optional
Section: doc
Installed-Size: 3050
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: all
Source: libnetfilter-conntrack
Version: 1.0.9-3+apertis0bv2024dev3b1
Filename: pool/target/libn/libnetfilter-conntrack/libnetfilter-conntrack-doc_1.0.9-3+apertis0bv2024dev3b1_all.deb
Size: 232548
MD5sum: c951c0787156f0625224c18be3022b2e
SHA1: b79a555a7512b0144cd3a5c5bb080ae4fd694a64
SHA256: 5caaeda18018210e825549808ed6cd462c22e52e290f37fc13277e28dbda6188
SHA512: 9d024172b3d9a97a47f46f971af62b64a31e2fe2297086ba13124a77852d49683a37597b972f33ff55cc1e80ad1c6a76e05cb46c707c9d4a200245c6836b39bf
Description: Documentation files for libnetfilter-conntrack3
 libnetfilter_conntrack is a userspace library providing a programming
 interface (API) to the in-kernel connection tracking state table.
 .
 This package provides HTML documentation for the API.
Homepage: https://www.netfilter.org/projects/libnetfilter_conntrack/
Multi-Arch: foreign

Package: libnetfilter-conntrack3
Priority: optional
Section: libs
Installed-Size: 156
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libnetfilter-conntrack
Version: 1.0.9-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libmnl0 (>= 1.0.3-4~), libnfnetlink0 (>= 1.0.2)
Filename: pool/target/libn/libnetfilter-conntrack/libnetfilter-conntrack3_1.0.9-3+apertis0bv2024dev3b1_arm64.deb
Size: 39540
MD5sum: d5a1e692f75e706fc3f05d9c4528ad73
SHA1: a3b2a96e80fbefd90da3caa261840bc83a3dfb36
SHA256: b2ee941eb4110a74cd9779d757b212df0fa349534bd971e267b1bc4f4434f65b
SHA512: 61d4acc6199dff16162dc3e84848a84b5243161e34cf6b09e52f3e99681bbb3f6498a5581bff756d80c173aff8017b49a7c55bbf0fa9a358c56419cfd21dce2f
Description: Netfilter netlink-conntrack library
 libnetfilter_conntrack is a userspace library providing a programming
 interface (API) to the in-kernel connection tracking state table.
Homepage: https://www.netfilter.org/projects/libnetfilter_conntrack/
Multi-Arch: same

Package: libnetfilter-conntrack3-dbgsym
Priority: optional
Section: debug
Installed-Size: 201
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libnetfilter-conntrack
Version: 1.0.9-3+apertis0bv2024dev3b1
Depends: libnetfilter-conntrack3 (= 1.0.9-3+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnetfilter-conntrack/libnetfilter-conntrack3-dbgsym_1.0.9-3+apertis0bv2024dev3b1_arm64.deb
Size: 168100
MD5sum: 8a782fc63380ee882636ac7f27554470
SHA1: 21e18f323e224b3e4ad6b2f8e62b939a42fb9c42
SHA256: 9e7e4907f64845a78d5fb3e2b4653aeb32439da68723d0208f4e50fe53082ed7
SHA512: 142a3e27203591ff641df8aa82ebb0c9b02bf3189e3955773d0ba7403d9eacd27435bde45bec55956d9cb4dfef7d9237f9ffcbafea0333c6dedb8ea14dd924dd
Description: debug symbols for libnetfilter-conntrack3
Auto-Built-Package: debug-symbols
Build-Ids: e4ece00ce4695147957f88cd8ded1d931cebb606
Multi-Arch: same

Package: libnettle8
Priority: optional
Section: libs
Installed-Size: 544
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: arm64
Source: nettle
Version: 3.8.1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/n/nettle/libnettle8_3.8.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 295840
MD5sum: c7e78b254bed62c49026c8da3c950ca3
SHA1: d3190a7a5c644a8a98748a08df10808dd890809c
SHA256: 232c037c735038769e6c6bc0f8c399b90c77143d1918239d1d5aaa33fba60473
SHA512: add4c57eafac93c9876d73cc8b087082264721dae02a6036de0765ddc10858539885d00f1e26e4f900ce25d3ebacb67bdc5d89dbd894095ed7ff9e80d577fe37
Description: low level cryptographic library (symmetric and one-way cryptos)
 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 doesn't do any memory allocation or I/O, it simply provides the
 cryptographic algorithms for the application to use in any environment and
 in any way it needs.
 .
 This package contains the symmetric and one-way cryptographic
 algorithms. To avoid having this package depend on libgmp, the
 asymmetric cryptos reside in a separate library, libhogweed.
Homepage: http://www.lysator.liu.se/~nisse/nettle/
Multi-Arch: same

Package: libnettle8-dbgsym
Priority: optional
Section: debug
Installed-Size: 374
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: arm64
Source: nettle
Version: 3.8.1-2+apertis1bv2024dev3b1
Depends: libnettle8 (= 3.8.1-2+apertis1bv2024dev3b1)
Filename: pool/target/n/nettle/libnettle8-dbgsym_3.8.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 319892
MD5sum: 7d5b3d702351c9979eb5ea17aabe7026
SHA1: 7feacd721acae5bf52865cb7e75ef4172919c48d
SHA256: 7bbc12bd6e96a5bbd42302ce8b18d656fe403fb1e3cf987b6639f4665ed57b6f
SHA512: 7ac224a04dd8a79fcd9b518e92210390785aaa768ea02f76fc177acb425e89256519818ca081e30862c58040d38bc314ef0a523c6c5e929b1d4ddd95476813de
Description: debug symbols for libnettle8
Auto-Built-Package: debug-symbols
Build-Ids: 07327d323ddd51ca323e3974cd7d415964cd7ff2
Multi-Arch: same

Package: libnewportiface0
Priority: optional
Section: libs
Installed-Size: 103
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: arm64
Source: newport
Version: 0.2024.1bv2024dev2b1
Replaces: newport (<< 0.1706.1~)
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3)
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/libnewportiface0_0.2024.1bv2024dev2b1_arm64.deb
Size: 22552
MD5sum: 6b53cc9d82731a5413cbed3a250bd78d
SHA1: 3dd54382509be28c3d814fc3afb2b20bc4f7ac66
SHA256: 1ddeb02f8dd3727c798d20b007e38c071eab61d44beeb050576518cb388d3647
SHA512: 466619b9bcffc8c49fd9ad23f7ae149e2518d66db9d7ffe5818460a38b25d356370c3170b5bfe7363087d6892cb2b4819ab01dddbd0c8b0fb45b0158360f2977
Description: Download manager service - shared library
 Newport is a download manager, used to download files from the Internet
 to local storage.
 .
 This package contains the shared library used to communicate with Newport.

Package: libnewportiface0-dbgsym
Priority: optional
Section: debug
Installed-Size: 83
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: arm64
Source: newport
Version: 0.2024.1bv2024dev2b1
Replaces: newport (<< 0.1706.1~)
Depends: libnewportiface0 (= 0.2024.1bv2024dev2b1)
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/libnewportiface0-dbgsym_0.2024.1bv2024dev2b1_arm64.deb
Size: 54020
MD5sum: 51c78bfb3e408b1d0e411e81682489d4
SHA1: ac8dca9061174b550f5a77f596fbdaca6c042985
SHA256: 2f109fa8123b5bbd880301853939209d6bd5ce428b42fcb648735f32eb6e1ae7
SHA512: 40f89552792b186fca2b14e58d54742b51bf8c3113a287a504f70b152e06ee14c3123d472df6b72c465180a22550ad1355d215e83c864b42316400748dba9cda
Description: debug symbols for libnewportiface0
Auto-Built-Package: debug-symbols
Build-Ids: 8ac1f6fe93363c499b4907e2c054066580f8b688

Package: libnewt-dev
Priority: optional
Section: libdevel
Installed-Size: 280
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: newt
Version: 0.52.23-1+apertis0bv2024dev3b1
Depends: libslang2-dev (>= 2.0.2), libnewt0.52 (= 0.52.23-1+apertis0bv2024dev3b1)
Filename: pool/target/n/newt/libnewt-dev_0.52.23-1+apertis0bv2024dev3b1_arm64.deb
Size: 71968
MD5sum: 5a5a91033adcc7d93771de259924d148
SHA1: d5f44c55346e3a88887e295765678e69b259c326
SHA256: 92159dca44cfe3e9e575b3016e31ebd3e64826b2358cedda3b6e3011926e4660
SHA512: 7d652273b4e1ec62a726166c19e6ea69855a44ec565e4ef620e6c4ce97f41a8942efbd608a7e108a7deb9b6bab79ea272620beb4ee6b2401aa7377ca16d1394f
Description: Developer's toolkit for newt windowing library
 These are the header files and libraries for developing applications
 which use newt. Newt is a windowing toolkit for text mode, which provides
 many widgets and stackable windows.
Homepage: https://pagure.io/newt
Multi-Arch: same

Package: libnewt-pic
Priority: optional
Section: libdevel
Installed-Size: 24
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: newt
Version: 0.52.23-1+apertis0bv2024dev3b1
Depends: libnewt-dev (= 0.52.23-1+apertis0bv2024dev3b1)
Filename: pool/target/n/newt/libnewt-pic_0.52.23-1+apertis0bv2024dev3b1_arm64.deb
Size: 10344
MD5sum: 4e4a4fde7a8ef9018ceffad53647a92c
SHA1: ec90c7175dd010546a141ab6a85afdc8b523da4e
SHA256: 7599199001dc9e051c2c295337bc1871e49a1fe41e1b9254108afa2ba81b400c
SHA512: a901fa69327eb23bac54cb6392ad704d0937c97fe09aa34a1d07c8803d1f435214814bf474d561c631dd1e4cf2ce8230b438ab925aba959473cae072b131c58f
Description: Not Erik's Windowing Toolkit, shared library subset kit
 This is used to develop subsets of the newt shared libraries for use on
 custom installation floppies and in embedded systems. Unless you're
 making one of those, you won't need this package.
Homepage: https://pagure.io/newt
Multi-Arch: same

Package: libnewt0.52
Priority: optional
Section: libs
Installed-Size: 395
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: newt
Version: 0.52.23-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libslang2 (>= 2.2.4)
Recommends: libfribidi0
Filename: pool/target/n/newt/libnewt0.52_0.52.23-1+apertis0bv2024dev3b1_arm64.deb
Size: 56344
MD5sum: e4f12cc01360f83b988d42c35f2a070a
SHA1: 0d82522b043bb6397da07baaae5da0d9544bfa5d
SHA256: 34727ec442e5ba50b81f00cb68acc8ebb7f76d74cadefc87f32a6ed6540ff9cd
SHA512: f09a0512a9517f0a89070ea8948dc8cbd1d5535414b1d0136e13f7474fdc04bdf4441b6d6a78495065114984ce6e670bd7341768fd9fdae174a1d544bc453862
Description: Not Erik's Windowing Toolkit - text mode windowing with slang
 Newt is a windowing toolkit for text mode built from the slang library.
 It allows color text mode applications to easily use stackable windows,
 push buttons, check boxes, radio buttons, lists, entry fields, labels,
 and displayable text. Scrollbars are supported, and forms may be nested
 to provide extra functionality. This package contains the shared library
 for programs that have been built with newt.
Homepage: https://pagure.io/newt
Multi-Arch: same

Package: libnewt0.52-dbgsym
Priority: optional
Section: debug
Installed-Size: 124
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: newt
Version: 0.52.23-1+apertis0bv2024dev3b1
Depends: libnewt0.52 (= 0.52.23-1+apertis0bv2024dev3b1)
Filename: pool/target/n/newt/libnewt0.52-dbgsym_0.52.23-1+apertis0bv2024dev3b1_arm64.deb
Size: 101256
MD5sum: 9b2823521f61b689a2a116abb66d116e
SHA1: 66be1abb9c3a60fe19bcb5847e6e6f1de63f4719
SHA256: 042687853f11d6612f994848932065f1d57cbaedfb6bbd27424e17e91a027646
SHA512: f546aa7a850719c8b8378f0e09853bb726f6b34bcb30ae4d33adc93bffffbe5611097c73d2d9a0bc61f118ce8cbf2a56f7721627c0c14efe3aaae17d1baeccc8
Description: debug symbols for libnewt0.52
Auto-Built-Package: debug-symbols
Build-Ids: 8cf39d24dcfdf566848b9b1a04b19fc3d1c7af20
Multi-Arch: same

Package: libnfnetlink-dev
Priority: optional
Section: libdevel
Installed-Size: 36
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libnfnetlink
Version: 1.0.2-2+apertis0bv2024dev3b1
Depends: libnfnetlink0 (= 1.0.2-2+apertis0bv2024dev3b1), pkg-config
Filename: pool/target/libn/libnfnetlink/libnfnetlink-dev_1.0.2-2+apertis0bv2024dev3b1_arm64.deb
Size: 8268
MD5sum: 756c4139da53f8fef186344c57372f9d
SHA1: 0d6045a6061095b2258095366b37cd643c240032
SHA256: 49dede52eadda094edd074d0ab819f3be355bdd971a9166700e2b5cdd461da03
SHA512: d5e967ed2c34ec0bf325ac374b8bc911256b3b33d78aae5d69166e95ea9a177e04e4ae6522a767c97afdbc8162b7e48226377e9089a6f1b8b99c840debd30092
Description: Development files for libnfnetlink0
 libnfnetlink is the low-level library for netfilter related
 kernel/userspace communication. It provides a generic messaging
 infrastructure for in-kernel netfilter subsystems (such as
 nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
 respective users and/or management tools in userspace.
 .
 This package provides development files and static libraries.
Homepage: https://git.netfilter.org/libnfnetlink
Multi-Arch: same

Package: libnfnetlink0
Priority: optional
Section: libs
Installed-Size: 87
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libnfnetlink
Version: 1.0.2-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libn/libnfnetlink/libnfnetlink0_1.0.2-2+apertis0bv2024dev3b1_arm64.deb
Size: 14112
MD5sum: a74eeda4ec5180d5ded1cbf1ce2357b6
SHA1: 6f0cf3c96ef225fc9c926097c314519455246656
SHA256: e25267e67ae948f00da5383b780ef942ac000928c78c17da765246738aab4956
SHA512: 331694f3ecdc78ad6544ac690832809e413dbc12792be08fa9732fdd9674e16ea435a860b7ca76ef642cf7c89a6199830b8dfa38a4129a59931fc5b19854669b
Description: Netfilter netlink library
 libnfnetlink is the low-level library for netfilter related
 kernel/userspace communication. It provides a generic messaging
 infrastructure for in-kernel netfilter subsystems (such as
 nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
 respective users and/or management tools in userspace.
Homepage: https://git.netfilter.org/libnfnetlink
Multi-Arch: same

Package: libnfnetlink0-dbgsym
Priority: optional
Section: debug
Installed-Size: 50
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libnfnetlink
Version: 1.0.2-2+apertis0bv2024dev3b1
Depends: libnfnetlink0 (= 1.0.2-2+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnfnetlink/libnfnetlink0-dbgsym_1.0.2-2+apertis0bv2024dev3b1_arm64.deb
Size: 34068
MD5sum: 8ffa9f763ded9d03e1f18251422cfaee
SHA1: 658a30d09f43e2be9f74f1883563a5b1f027fdfc
SHA256: 8c728d138ac5cac95eba1ad1212ebb7b6c586b0987c7ab1d254dcfeb62b55b52
SHA512: ce224921ee70c7d54aae7e9e04578d88319a8a337598434fe1cf3eafd6cce4634b150c03bfa7116d0915cad6d7e8ee370c7c1c14942619cdb6e6905cdacaee07
Description: debug symbols for libnfnetlink0
Auto-Built-Package: debug-symbols
Build-Ids: 99db6d8999d8b1466bfb8e8f05ba5249eb718624
Multi-Arch: same

Package: libnftables-dev
Priority: optional
Section: libdevel
Installed-Size: 46
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: nftables
Version: 1.0.6-2+apertis0bv2024dev2b1
Depends: libnftables1 (= 1.0.6-2+apertis0bv2024dev2b1)
Filename: pool/target/n/nftables/libnftables-dev_1.0.6-2+apertis0bv2024dev2b1_arm64.deb
Size: 12904
MD5sum: 4bf96c3194d65d0da3630daf4416aec5
SHA1: 2fa7293145e0b7f4f7ec70ddbafa473b1752c04d
SHA256: 2315467be1338a9744187f3365504ac26238c95dd91d7c0fc149d7544dedcfc7
SHA512: e611dd0ea46538c8ea67f6074a7557f7d190599a9ce21f69cf38104065175e4c23ae3d909d28c6a6e4cae40a30f46b25a829d04459bd88bd2f155b8d2defa242
Description: Development files for libnftables
 This library provides high level semantics to interact with the nftables
 framework by Netfilter project.
 .
 nftables replaces the old popular iptables, ip6tables, arptables and ebtables.
 .
 Netfilter software and nftables in particular are used in applications such
 as Internet connection sharing, firewalls, IP accounting, transparent
 proxying, advanced routing and traffic control.
 .
 A Linux kernel >= 3.13 is required. However, >= 4.14 is recommended.
 .
 This package provides development files and static libraries.
Homepage: https://www.netfilter.org/
Multi-Arch: same

Package: libnftables1
Priority: optional
Section: libs
Installed-Size: 906
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: nftables
Version: 1.0.6-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libjansson4 (>= 2.14), libmnl0 (>= 1.0.3-4~), libnftnl11 (>= 1.2.2), libxtables12 (>= 1.6.0+snapshot20161117)
Filename: pool/target/n/nftables/libnftables1_1.0.6-2+apertis0bv2024dev2b1_arm64.deb
Size: 275396
MD5sum: f02970b1867d3121660f7bdab5dcce73
SHA1: a4d9adadf78a693bfe0bcea450a5f335c728c999
SHA256: b70991836e01fe7a88742df10428ed8c74b95fc14b85990bb341e2f8b3bd2918
SHA512: 2531284f1bc77e03660204e22d249d7281e0c4999955b79dec3a609c998ee0e16cef1140a7fa97b6c6bcff616896945c07804e1d998eee06aaaf0b322aa9fa7a
Description: Netfilter nftables high level userspace API library
 This library provides high level semantics to interact with the nftables
 framework by Netfilter project.
 .
 nftables replaces the old popular iptables, ip6tables, arptables and ebtables.
 .
 Netfilter software and nftables in particular are used in applications such
 as Internet connection sharing, firewalls, IP accounting, transparent
 proxying, advanced routing and traffic control.
 .
 A Linux kernel >= 3.13 is required. However, >= 4.14 is recommended.
 .
 This package contains the libnftables library.
Homepage: https://www.netfilter.org/
Multi-Arch: same

Package: libnftables1-dbgsym
Priority: optional
Section: debug
Installed-Size: 962
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: nftables
Version: 1.0.6-2+apertis0bv2024dev2b1
Depends: libnftables1 (= 1.0.6-2+apertis0bv2024dev2b1)
Filename: pool/target/n/nftables/libnftables1-dbgsym_1.0.6-2+apertis0bv2024dev2b1_arm64.deb
Size: 893548
MD5sum: b2606fc80ebdb3eeae5d28ab2b781208
SHA1: aaec581292f53017133e85eff47dcf055657dbf1
SHA256: c48645d8cc5821a34fb1f17f90c831a45da408b6489f99dca1af5bff09d4561c
SHA512: 4c5bf179fde4c1fd15870ca12e85848c790297d9fef919fb25e027994e2eba7a1f658a184c8e2a2cb286cfab973a51536eebdf265f682885a429d00284496f1a
Description: debug symbols for libnftables1
Auto-Built-Package: debug-symbols
Build-Ids: c6c38596d59a6d8877c47ab1df6bdd34049ae98c
Multi-Arch: same

Package: libnftnl-dev
Priority: optional
Section: libdevel
Installed-Size: 682
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libnftnl
Version: 1.2.4-2+apertis0bv2024dev3b1
Depends: libnftnl11 (= 1.2.4-2+apertis0bv2024dev3b1), pkg-config
Suggests: libnftnl-dev-doc
Filename: pool/target/libn/libnftnl/libnftnl-dev_1.2.4-2+apertis0bv2024dev3b1_arm64.deb
Size: 85148
MD5sum: bcdbd250c6323a234de99ef0fbe13f75
SHA1: e518c001a48b1e9ec1e870168664393bb3a13316
SHA256: 92807d98a7ca6a99ee72ec37d8b8cb62bd87240e237af56fd4de2e1dda1878c0
SHA512: 8f0b856fa6cc49f0e56216ee5088b269f032bbfcd4aebc402b4063ed972358a3496675cdbd7b8adfd5dd84dded947ccb529cf538d93dd278e290d5a2c5aac911
Description: Development files for libnftnl
 libnftnl is the low-level library for Netfilter 4th generation
 framework nftables.
 .
 Is the user-space library for low-level interaction with
 nftables Netlink's API over libmnl.
 .
 This package provides development files and static libraries.
Homepage: https://git.netfilter.org/libnftnl
Multi-Arch: same

Package: libnftnl-dev-doc
Priority: optional
Section: doc
Installed-Size: 5232
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: all
Source: libnftnl
Version: 1.2.4-2+apertis0bv2024dev3b1
Filename: pool/target/libn/libnftnl/libnftnl-dev-doc_1.2.4-2+apertis0bv2024dev3b1_all.deb
Size: 282488
MD5sum: 05eb3bf4ea80c15aea74099066205403
SHA1: 1fba972d94a9bafaacd40e7fc7e1473059266ef6
SHA256: 8b68f598999c0d002ed8e74b4ffc817c0130ac341974fbbf5d1bf2a33ee06b8c
SHA512: c057894f97388e51e1e410e0970abe195e2168e20e12b7fe5f071d7a88aa3cc10d55e9a66d587346cfc4fa1bdd3cf17676fe11081ee9051fc632c13024c622d7
Description: Doxygen-generated documentation for libnftnl-dev
 libnftnl is the low-level library for Netfilter 4th generation
 framework nftables.
 .
 Is the user-space library for low-level interaction with
 nftables Netlink's API over libmnl.
 .
 This package provides additional doxygen-generated documentation for the
 libnftnl-dev package.
Homepage: https://git.netfilter.org/libnftnl
Multi-Arch: foreign

Package: libnftnl11
Priority: optional
Section: libs
Installed-Size: 298
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libnftnl
Version: 1.2.4-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libmnl0 (>= 1.0.3-4~)
Filename: pool/target/libn/libnftnl/libnftnl11_1.2.4-2+apertis0bv2024dev3b1_arm64.deb
Size: 59516
MD5sum: f2878fec83822fe0fff816fbabe74545
SHA1: 314199d39cdae083750e1eb910f0b6001774d951
SHA256: cadacde5008815ff59053952b83d5e0c09634e442dc68af1de1fa21efe08b64e
SHA512: e49fe9b3a49ac223069c7a305551951335250d2b512a7b2719c5ffc3227217c3daf8bf7cb6bc833e3acc913e98c1737410ef8071d3e162104c0c14fb321cfb3f
Description: Netfilter nftables userspace API library
 libnftnl is the low-level library for Netfilter 4th generation
 framework nftables.
 .
 Is the user-space library for low-level interaction with
 nftables Netlink's API over libmnl.
Homepage: https://git.netfilter.org/libnftnl
Multi-Arch: same

Package: libnftnl11-dbgsym
Priority: optional
Section: debug
Installed-Size: 286
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: libnftnl
Version: 1.2.4-2+apertis0bv2024dev3b1
Depends: libnftnl11 (= 1.2.4-2+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnftnl/libnftnl11-dbgsym_1.2.4-2+apertis0bv2024dev3b1_arm64.deb
Size: 241720
MD5sum: 06c47aba81368289273e3b2bc005f9f9
SHA1: 358ee86ad2ff41efe1319dd89c4a45b0e2874034
SHA256: 745881334acf837ff664ac46738ab4259b2b6e5edb9ea41e26eb60b3e74aada9
SHA512: 42eb8c00d24405fe1c4ea443891e6b6d2e633ab8d43820b6d853251c0171406bbb91a1dd6f2dab302ed52e25a63bfd99532815d55de6097e042b23d8c18b8c64
Description: debug symbols for libnftnl11
Auto-Built-Package: debug-symbols
Build-Ids: 59074dc93b3b9d8342c62b7c0484c54806ec11ea
Multi-Arch: same

Package: libnghttp2-14
Priority: optional
Section: libs
Installed-Size: 232
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/n/nghttp2/libnghttp2-14_1.52.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 69700
MD5sum: 7339fe3a357d1fe683eae78344dc20d6
SHA1: 85b56b23266373feb8942e521f420cfb336815d6
SHA256: 3332f62506fdfccd6854e30407efaa8eb2f3ab15d770d9ec46041fe5b64fa4a4
SHA512: bccb966cfe97f1611bd1780e2a65ba89d1cadb176c15cc6d8e3ed386fe387f7428263bb0dc09eab6b77d131782a34e751ba416274b9a5b01ffce5c3f6f0fa665
Description: library implementing HTTP/2 protocol (shared library)
 This is an implementation of the Hypertext Transfer Protocol version
 2 in C. The framing layer of HTTP/2 is implemented as a reusable C
 library.
 .
 This package installs a shared library.
Homepage: https://nghttp2.org/
Multi-Arch: same

Package: libnghttp2-14-dbgsym
Priority: optional
Section: debug
Installed-Size: 250
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: libnghttp2-14 (= 1.52.0-1+apertis0bv2024dev3b1)
Filename: pool/target/n/nghttp2/libnghttp2-14-dbgsym_1.52.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 218152
MD5sum: 795ffe2d257787fe7e219787b6b52eaf
SHA1: e6ba7a96e4c9cf2d9c58a8352ea7ac87d6df5d08
SHA256: d1b3a7e6199c06f634e9990a96c446624a53f7c2bbe9cc5bdd6610c5ff633d31
SHA512: 3938a276a075c34b82ebd7e3b4ad3a8d441b5193f08eb234a50f7f8066688bfdf245a415f1ac27cc66f3d34ac3230471c136d3eb2d5a8fac340838e35efbb506
Description: debug symbols for libnghttp2-14
Auto-Built-Package: debug-symbols
Build-Ids: a9d687b6161ce217f432e69e4545f2a60c966c43
Multi-Arch: same

Package: libnghttp2-dev
Priority: optional
Section: libdevel
Installed-Size: 537
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Replaces: libnghttp2-3-dev, libnghttp2-4-dev, libnghttp2-5-dev
Depends: libnghttp2-14 (= 1.52.0-1+apertis0bv2024dev3b1), pkg-config
Suggests: libnghttp2-doc
Conflicts: libnghttp2-3-dev, libnghttp2-4-dev, libnghttp2-5-dev
Filename: pool/target/n/nghttp2/libnghttp2-dev_1.52.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 107836
MD5sum: 897f13531a3376a96284eb0ee34228d9
SHA1: 26c2e17d4445ef2eab0fe2088b4bbe41786d8270
SHA256: dd24fa61c96b7bd4ef00bec399f6b91543c349dee8a2ff10513aa87a75c07c7b
SHA512: 4535c505425041298e3883084068f56f8aac2dbaa7497d70049f100f8cc7f77de5c0b7657d13c4f84243ab401cef7fa25579f392928ee4008e8ece1a7a16b0f0
Description: library implementing HTTP/2 protocol (development files)
 This is an implementation of the Hypertext Transfer Protocol version
 2 in C. The framing layer of HTTP/2 is implemented as a reusable C
 library.
 .
 This package installs development files.
Homepage: https://nghttp2.org/
Multi-Arch: same

Package: libnghttp2-doc
Priority: optional
Section: doc
Installed-Size: 10923
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: all
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: libjs-jquery, libjs-underscore, lynx | www-browser
Filename: pool/target/n/nghttp2/libnghttp2-doc_1.52.0-1+apertis0bv2024dev3b1_all.deb
Size: 2974044
MD5sum: 5838e78c76277f51b5fc2a5173dc214b
SHA1: c2be51ae2dbdfede579c9c9da41d621c94a2b71a
SHA256: 20c458ce7ed8a4195bf405901ac3fec28e99f09dd2e7044c18ccdcf96aed1005
SHA512: c1963030d52078cc8ce2b6bf248352135211fbc1b99fa37d58962af668fb3cfe2525d7576a4cbc30c61739f01f50098ab70d886f49fe1d57a47c2837e43e9930
Description: library implementing HTTP/2 protocol (documentation)
 This is an implementation of the Hypertext Transfer Protocol version
 2 in C. The framing layer of HTTP/2 is implemented as a reusable C
 library.
 .
 This package installs documentation.
Homepage: https://nghttp2.org/

Package: libnginx-mod-http-auth-pam
Priority: optional
Section: httpd
Installed-Size: 87
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:1.5.3-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17), libpam0g (>= 0.99.7.1)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-auth-pam/libnginx-mod-http-auth-pam_1.5.3-3+apertis1bv2024dev2b1_arm64.deb
Size: 8248
MD5sum: 3239ce0c1511c0b12c3c9a7a1f8a2afb
SHA1: 150b5276966e72a69befec8ae02c2b632052a92d
SHA256: c54aa7cb24cdb62c3a5b16efb971ce6112332a858389af2ef80070f002164763
SHA512: 9c80055baf63f773333972a8e9ee89acfae771b1e45b78dcd3d6c4b4d1028c8c58207e32ac28d94e149fbb57338e240bb6aab8487386989167a66bc0b3093f12
Description: PAM authentication module for Nginx
 The nginx_http_auth_pam module enables authentication using PAM.
 .
 The module uses PAM as a backend for simple http authentication. It
 also allows setting the pam service name to allow more fine grained control.
Homepage: https://github.com/sto/ngx_http_auth_pam_module
Multi-Arch: foreign

Package: libnginx-mod-http-auth-pam-dbgsym
Priority: optional
Section: debug
Installed-Size: 49
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-auth-pam
Version: 1:1.5.3-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-auth-pam (= 1:1.5.3-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-auth-pam/libnginx-mod-http-auth-pam-dbgsym_1.5.3-3+apertis1bv2024dev2b1_arm64.deb
Size: 34324
MD5sum: de61d60e9a86b1df001134fa277fa666
SHA1: d7db6143979d9e76ccb959db881b3cc81329c6c4
SHA256: ad0eeaec2fc459f726c8644f3498ee957247119cb8bfe5987af8a02d3bbb07f5
SHA512: 50b3057b4cf9f2f67433ed68bf609a37068e43985309bf9815260620db9a8bb8cb8bc06edd30c2218a15001b30e01fb2abc806fca51bec129855f22f269e2285
Description: debug symbols for libnginx-mod-http-auth-pam
Auto-Built-Package: debug-symbols
Build-Ids: 22c8a4b8f4e732e29289c92136800dba10247184

Package: libnginx-mod-http-cache-purge
Priority: optional
Section: httpd
Installed-Size: 86
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:2.3-4+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-cache-purge/libnginx-mod-http-cache-purge_2.3-4+apertis1bv2024dev2b1_arm64.deb
Size: 10452
MD5sum: 6358509acd19788d93964396d5cd9dff
SHA1: 0514b51caaabec99673bc6f21eda779e553ebe2a
SHA256: dcbc9e23d6a082124c428d6833747fa46592d5e4d558b589f6d2c04bc89a6bf9
SHA512: 099733fe3c4cada61dc4e5724ca2b8a6044ffd7d7c15bdefdbf267f6da109e91b7ea6bf6f79a4de550866288021c99851b1deafb3299c84c42b5fa47fd602b39
Description: Purge content from Nginx caches
 Cache Purge module adds purging capabilities to Nginx. It allows purging
 content from caches used by all of Nginx proxy modules, like FastCGI, Proxy,
 SCGI and uWSGI.
Homepage: https://github.com/FRiCKLE/ngx_cache_purge
Multi-Arch: foreign

Package: libnginx-mod-http-cache-purge-dbgsym
Priority: optional
Section: debug
Installed-Size: 53
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-cache-purge
Version: 1:2.3-4+apertis1bv2024dev2b1
Depends: libnginx-mod-http-cache-purge (= 1:2.3-4+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-cache-purge/libnginx-mod-http-cache-purge-dbgsym_2.3-4+apertis1bv2024dev2b1_arm64.deb
Size: 38048
MD5sum: 0eb75d90c77c1966485023c782259c1b
SHA1: c623baeacf8c548c0b7158528521b9980f3314bf
SHA256: 4391eed5056ccfe38ad8b04a9154a1e29504b6c82ffb709bff07740140ee0c68
SHA512: adfa5e90085ae1a914b33497555416fc39cd117cb22edd65176894693f9319f4e937cc3751f1c7df47452f3193ebc45eaab6cc2ff310fdb8cfd319817aedfc55
Description: debug symbols for libnginx-mod-http-cache-purge
Auto-Built-Package: debug-symbols
Build-Ids: 3ecc2461827d885ffcdb4cae8ae9400c0eb4573e

Package: libnginx-mod-http-dav-ext
Priority: optional
Section: httpd
Installed-Size: 87
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:3.0.0-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.33), libxml2 (>= 2.7.4)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-dav-ext/libnginx-mod-http-dav-ext_3.0.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 14268
MD5sum: 0d79fcc90b89a1cf08b471047a7b5037
SHA1: 517a9ae6f3b7578e5fb3c0931b0a8780927acb1e
SHA256: df730f3a23cb349ac3c0f99248afb766ed4496086998458d376c051da98428ba
SHA512: 5a8410b4310bdf8f6fcf5bdb689fe04e4469ce46d4c543cdb116efa2ce99ed1c63a672bf30f1a72e55f4f84fae770876e48fa8010c0538b3e4dad75786cd53ad
Description: WebDAV missing commands support for Nginx
 WebDAV Ext module complements the Nginx WebDAV module to provide a full
 WebDAV support.
 .
 WebDAV Ext provides the missing PROPFIND & OPTIONS methods.
Homepage: https://github.com/arut/nginx-dav-ext-module
Multi-Arch: foreign

Package: libnginx-mod-http-dav-ext-dbgsym
Priority: optional
Section: debug
Installed-Size: 71
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-dav-ext
Version: 1:3.0.0-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-dav-ext (= 1:3.0.0-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-dav-ext/libnginx-mod-http-dav-ext-dbgsym_3.0.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 56616
MD5sum: 52112ba8e89774e78ea7b0a5deecc406
SHA1: e18ed05c964a7fa198c083b231e33b03b85a2698
SHA256: 5f29b18210491ffd210c77c74f1e8fc5fae3381e2625bd9519a9a15c72d35da6
SHA512: 76334014e4a6b2056809dd0c3b6ec88b1c029d5ba8d96204a3177d8d36939f5288b71e40310d888a36443ef4d7e7844938725adbb98baa1767cd055476846f16
Description: debug symbols for libnginx-mod-http-dav-ext
Auto-Built-Package: debug-symbols
Build-Ids: 611f54efeb7c92d2b752972eae9914097c45df30

Package: libnginx-mod-http-echo
Priority: optional
Section: httpd
Installed-Size: 88
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.63-4+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-echo/libnginx-mod-http-echo_0.63-4+apertis1bv2024dev2b1_arm64.deb
Size: 18272
MD5sum: 1c3205384d7ccb992ca2919770579a16
SHA1: 8b327b630bb3d7635b517a63fd4cf0ea9ce3f0d0
SHA256: 222e420bdf77897dcbba525f102ac180a8401de98180fb04357984449a16400f
SHA512: dea2a5ba85c9a8a907bcd8e7f070d7d5df812f0f1e070c236bcb3a1701c6dad6bf0673e1dbfe0e08933644100b2c931cb5f9e71fdabc88e52b4b07cb921444c4
Description: Bring echo and more shell style goodies to Nginx
 Echo module wraps lots of Nginx internal APIs for streaming input and output,
 parallel/sequential subrequests, timers and sleeping, as well as various meta
 data accessing.
 .
 Basically it provides various utilities that help testing and debugging of
 other modules by trivially emulating different kinds of faked subrequest
 locations.
 .
 People will also find it useful in real-world applications that need to:
 .
 1. Serve static contents directly from memory.
 2. Wrap the upstream response with custom header and footer (kinda like the
    addition module but with contents read directly from the config file and
    Nginx variables).
 3. Merge contents of various "Nginx locations" (i.e., subrequests) together in
    a single main request (using echo_location and its friends).
Homepage: https://github.com/agentzh/echo-nginx-module
Multi-Arch: foreign

Package: libnginx-mod-http-echo-dbgsym
Priority: optional
Section: debug
Installed-Size: 81
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-echo
Version: 1:0.63-4+apertis1bv2024dev2b1
Depends: libnginx-mod-http-echo (= 1:0.63-4+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-echo/libnginx-mod-http-echo-dbgsym_0.63-4+apertis1bv2024dev2b1_arm64.deb
Size: 62384
MD5sum: 06fc10681c9b421539bbfdbd257a825b
SHA1: b62cd2cc7c062017c8e48a7281df78363f722d0f
SHA256: e0212a13c61cddb1d7aca2741d0b9aaba4dbf94793647864b07c2ea1c868f687
SHA512: 5f4122a69f0c9c4cd8bff7b22c07d34847d96b543d6a75cc70fa0f60db967cdbb05ffe9998ebc25a7aed3f84dfe85d7fece7b0973b38c32dacd417e6ad593a78
Description: debug symbols for libnginx-mod-http-echo
Auto-Built-Package: debug-symbols
Build-Ids: 5b2cf3a2e7ba40d6942dbe4d7702371c7359d430

Package: libnginx-mod-http-fancyindex
Priority: optional
Section: httpd
Installed-Size: 91
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.5.2-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.33)
Suggests: nginx
Filename: pool/target/libn/libnginx-mod-http-fancyindex/libnginx-mod-http-fancyindex_0.5.2-3+apertis1bv2024dev2b1_arm64.deb
Size: 16080
MD5sum: b2cbfa7d0e21b86dd1bb198e69a9adf3
SHA1: 504e90e940948b9787b7df00edcad5215bae078c
SHA256: 940133c47b5a4354dd2a52ddcd4db5b61f9ebce817b19c269ed98e748205c69b
SHA512: f8e582a1132376b8b6ca678af3406fd6ae1aa7f943dc241dfcad0dd0d9666b6e14ae5bfd166b655647ef722c05d5bdb4a1235b1985d212ffe20e26c685598ac3
Description: Fancy indexes module for the Nginx
 The Fancy Index module makes possible the generation of file listings, like
 the built-in autoindex module does, but adding a touch of style by introducing
 ways to customize the result.
Homepage: https://github.com/aperezdc/ngx-fancyindex
Multi-Arch: foreign

Package: libnginx-mod-http-fancyindex-dbgsym
Priority: optional
Section: debug
Installed-Size: 59
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-fancyindex
Version: 1:0.5.2-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-fancyindex (= 1:0.5.2-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-fancyindex/libnginx-mod-http-fancyindex-dbgsym_0.5.2-3+apertis1bv2024dev2b1_arm64.deb
Size: 44112
MD5sum: 5189bda938b89c4696e433e0c8dbe5be
SHA1: 0595a11453b8cd027c5d285c499d89e010a59027
SHA256: 7bc762dae5592d1f854bb8189e0fb2efd5763a6c8313239c0148d18c0320df4c
SHA512: 811880ba1de94dee76a5074adf0bc318a2cb51ef144031290f80cd11fbbc54b583d1956601ac348aa4701df56887b5b26ad0f44cf4299a91f66dff4e327ee802
Description: debug symbols for libnginx-mod-http-fancyindex
Auto-Built-Package: debug-symbols
Build-Ids: 7153c45b4fedde01a048334647d24293c4c36195

Package: libnginx-mod-http-geoip
Priority: optional
Section: httpd
Installed-Size: 170
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17), libgeoip1 (>= 1.6.12)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-http-geoip_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 86572
MD5sum: e54bafe9d77fd8af731b7fd55d19663f
SHA1: 0906e7b1df5e04504fba0eaf5aa107bb24cd50b2
SHA256: db8cbe04e232943d6b0d73be0cf46654efac426ca57c0553a1e8aefdd4a074af
SHA512: b477388e940fe914d421ffabfb3437d59fb1b1d6d534d51358190a6f7b4f2f36226a5c8b1b75f01a95dd04b87e50f4e9c3d0d033d2803dcc5c3eeee643ff7307
Description: GeoIP HTTP module for Nginx
 The ngx_http_geoip module creates variables with values depending on the
 client IP address, using the precompiled MaxMind databases.
 .
 Those variables include country, region, city, latitude, longitude, postal
 code, etc.
Homepage: https://nginx.org

Package: libnginx-mod-http-geoip-dbgsym
Priority: optional
Section: debug
Installed-Size: 52
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-http-geoip (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-http-geoip-dbgsym_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 36848
MD5sum: e93cda18159a6820163468294eef850b
SHA1: 391a33f2b7a6eb171b50b3e434293e9827481e06
SHA256: 99ea41acc2385bcf45126ef87e0bc1bb7e30bc23f3700380f2a233c9f9397756
SHA512: 8c7578c71adce3b462244185feb8dbf53ce510384842bf4f6de3e63febaeae34e7d77c20b6886d28247557068f787abf560dc9828f7e560089435ce2968471f3
Description: debug symbols for libnginx-mod-http-geoip
Auto-Built-Package: debug-symbols
Build-Ids: ad96d26aed46b03c990cc8bb6fe0220b2d7dbce0

Package: libnginx-mod-http-geoip2
Priority: optional
Section: httpd
Installed-Size: 85
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:3.4-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.33), libmaxminddb0 (>= 1.0.2)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-geoip2/libnginx-mod-http-geoip2_3.4-3+apertis1bv2024dev2b1_arm64.deb
Size: 8760
MD5sum: d10f12be7ff031c05dae9a8fa74dc439
SHA1: 32f199065c6b9957f118f879074521ff8a906df7
SHA256: 63a4027c2e39769c976e4306365fa73ea0354b0636ffb9d912776cb73fbf87e5
SHA512: 91c9dc869e307613a86a28468ddb0a0ed405dac7a50fd54d3b37bedd0185effc27b38e3a41e8729e51cfed9b8915fc91ccfeb5323288232cad54f1d8cf43e12c
Description: GeoIP2 HTTP module for Nginx
 The ngx_http_geoip2 module creates variables with values depending on the
 client IP address, using the precompiled MaxMind GeoIP2 databases.
 .
 Those variables include country, region, city, latitude, longitude, postal
 code, etc.
Homepage: https://github.com/leev/ngx_http_geoip2_module
Multi-Arch: foreign

Package: libnginx-mod-http-geoip2-dbgsym
Priority: optional
Section: debug
Installed-Size: 52
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-geoip2
Version: 1:3.4-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-geoip2 (= 1:3.4-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-geoip2/libnginx-mod-http-geoip2-dbgsym_3.4-3+apertis1bv2024dev2b1_arm64.deb
Size: 37292
MD5sum: 2e1899c5b478ad438740467235303bd1
SHA1: 961755bc1dc581763e510e24647c70dbf9e9ad3e
SHA256: 6be66c72f3512f441fce2d16cc043ca7f97f066f2d464de8f44992446fecb509
SHA512: 1cf1e896ec9d9de14d1ae78e8b45f75e0606afc85e98e52bb8d26f6b6dc86c6f2390398614853732caf4dff68181a09a2f56e639c4960fff9b648c0c356b1cec
Description: debug symbols for libnginx-mod-http-geoip2
Auto-Built-Package: debug-symbols
Build-Ids: 4e864092abd93bdffcbeb078a8df92b4286c1d71

Package: libnginx-mod-http-headers-more-filter
Priority: optional
Section: httpd
Installed-Size: 87
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.34-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-headers-more-filter/libnginx-mod-http-headers-more-filter_0.34-3+apertis1bv2024dev2b1_arm64.deb
Size: 12352
MD5sum: 4629647669b00d6d932fa7fc5037d3c6
SHA1: 5cc7c446a9252bdf83b83647209a3b7ba24a785e
SHA256: 6348931e8a81140ccae7c9440106c752efafa2b5b4666ca574cf99639b49e5f6
SHA512: 76c946f12d8b4cc87728c068e73c65b76750bafccf5c8e959c0a5e3eb8cd3360dec43008ce26c90daf76177b6060c7b6cad45a1101da675183fca0b20d49c9dd
Description: Set and clear input and output headers for Nginx
 The Headers More module allows you to add, set, or clear any output or input
 header that you specify.
 .
 This is an enhanced version of the standard headers module because it provides
 more utilities like resetting or clearing "builtin headers" like Content-Type,
 Content-Length, and Server.
Homepage: https://github.com/openresty/headers-more-nginx-module
Multi-Arch: foreign

Package: libnginx-mod-http-headers-more-filter-dbgsym
Priority: optional
Section: debug
Installed-Size: 61
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-headers-more-filter
Version: 1:0.34-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-headers-more-filter (= 1:0.34-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-headers-more-filter/libnginx-mod-http-headers-more-filter-dbgsym_0.34-3+apertis1bv2024dev2b1_arm64.deb
Size: 45992
MD5sum: 1f147e672cc3b1be30ff3f8898a3dfc3
SHA1: 7bf376bf166c65f09bdcbb7e62d7883b441fa57c
SHA256: e51a652a0a429851d230295932bd8dfadf67fef1b5e785daaa052cdd0abed9a0
SHA512: 402a7c7fbd88246eed3cb5d8ab0a079011d7771997418a9e37bf71fe1ff3990a33741434dee1313a638fb914baec15f7c5f4eecbf74e1fc1593b5d1e2c7f4a24
Description: debug symbols for libnginx-mod-http-headers-more-filter
Auto-Built-Package: debug-symbols
Build-Ids: 45404d2fe081d9a520b4e8eea2d6afe9cce4d23c

Package: libnginx-mod-http-image-filter
Priority: optional
Section: httpd
Installed-Size: 169
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17), libgd3 (>= 2.1.0~alpha~)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-http-image-filter_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 89936
MD5sum: 7ed5d421eb7e6829779d2a5338fe185d
SHA1: 82f61c412060c9386df3072ffbc9f4b2817f71a7
SHA256: 1e0e76531e17688cb56d073afc265a3fbf3cec3f93ca12b4ffa5edc291999889
SHA512: 4bdc06ab31ce8eab76f3318627176f075eaf89f6b2ae291f7d4d9260620a8e1ebddaf6935d1259817a96c8b7c0ca5f39d244fdead63b2d25dd1825cc8213cc30
Description: HTTP image filter module for Nginx
 The ngx_http_image_filter module is a filter that transforms images in JPEG,
 GIF, and PNG formats.
 .
 The module supports filters such as rotate, resize, crop, quality, sharpening,
 interlacing and more.
Homepage: https://nginx.org

Package: libnginx-mod-http-image-filter-dbgsym
Priority: optional
Section: debug
Installed-Size: 59
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-http-image-filter (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-http-image-filter-dbgsym_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 43756
MD5sum: 93cb2d53ed1e8b29730e4e9b55583d4d
SHA1: fe7f77d3c28e0ae8619b02421d298692f03724c8
SHA256: 0fc4dfcb734588aac4e1c31f205186b0d12bf470690b8d665f408c4bb95360ae
SHA512: 8e62be36640b29efbcd19fbb2aa055d51c4228c4d2215bc31e8bdd120c6f2f0820499c6dba58e770079968120e9b2cbd319ad44f4e46e2c41a4e3701dd738bd8
Description: debug symbols for libnginx-mod-http-image-filter
Auto-Built-Package: debug-symbols
Build-Ids: 920cbc62b4f4a886a02fc245913d9c2901af9d31

Package: libnginx-mod-http-lua
Priority: optional
Section: httpd
Installed-Size: 480
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.10.23-1+apertis1bv2024dev2b1
Depends: libnginx-mod-http-ndk, lua-resty-core (<< 0.1.25.1~), lua-resty-core (>= 0.1.25), nginx-abi-1.22.1-7, libc6 (>= 2.33), libluajit2-5.1-2 (>= 2.1-20220411) | libluajit-5.1-2 (>= 2.1.0~beta3), libpcre3
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-lua/libnginx-mod-http-lua_0.10.23-1+apertis1bv2024dev2b1_arm64.deb
Size: 146624
MD5sum: 51572b33d6f83da9a9e0b49ae295e5a6
SHA1: db6f722fef975cb54aa3bad31de13d3cd393cdb7
SHA256: 4ba4fec5df6d028b695ba443f8de30dad2fcf425240398d6a914f0be38ae345b
SHA512: 7b249b08b3165b2dbb12693841d5006ec854b61fe9635daa6611ff9570d2739e6e9d3c29e6b6725f5ab53baab95effa41089a603021065f1ca717eacd20433d6
Description: Lua module for Nginx
 Embed Lua runtime into nginx.
 .
 This module embeds Lua, via LuaJIT 2-5.1, into Nginx and by leveraging Nginx's
 subrequests, allows the integration of the powerful Lua threads
 (Lua coroutines) into the Nginx event model.
Homepage: https://github.com/openresty/lua-nginx-module
Multi-Arch: foreign

Package: libnginx-mod-http-lua-dbgsym
Priority: optional
Section: debug
Installed-Size: 492
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-lua
Version: 1:0.10.23-1+apertis1bv2024dev2b1
Depends: libnginx-mod-http-lua (= 1:0.10.23-1+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-lua/libnginx-mod-http-lua-dbgsym_0.10.23-1+apertis1bv2024dev2b1_arm64.deb
Size: 440096
MD5sum: 193fb42e688e13ef8b6ff572864565a6
SHA1: 8d30741d3c085668cdcddff3758b463d1d6b56ef
SHA256: e08a2382315c5741379928c032c7151eb0f925f426ee4287e6e26859d218f066
SHA512: 1dc01759b3fded276d917759c1980dc6e310e284efd806a4299b87c5efeac97844291bcb0a18f809dbd0cb004d31f4d55e58cd74c726cc3ac9ae7e5127f324ae
Description: debug symbols for libnginx-mod-http-lua
Auto-Built-Package: debug-symbols
Build-Ids: 9cd6f1d52da8f3a8acb4b52e25e492c6ee4f6b16

Package: libnginx-mod-http-ndk
Priority: optional
Section: httpd
Installed-Size: 90
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.3.2-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-ndk/libnginx-mod-http-ndk_0.3.2-3+apertis1bv2024dev2b1_arm64.deb
Size: 9736
MD5sum: e4404a8e7dcc6d084a75905efbd29c38
SHA1: ac5fcb5f584d66ad480e257329ffce99727e53e5
SHA256: 5fa400c8d69f01add94e123d5be1860a56366f3eea37615534ecc51f34492825
SHA512: 2c77ee66b37a0483200b7c9a10b21909a46413b8e6cfad68c85c3d5d351d8cc69a9b47466dd392af9e9a401c741d8073905fd3ef1071815042b8282a20d08474
Description: Nginx Development Kit module
 The NDK is an Nginx module that is designed to extend the core functionality of
 the excellent Nginx webserver in a way that can be used as a basis of other
 Nginx modules.
 .
 It has functions and macros to deal with generic tasks that don't currently
 have generic code as part of the core distribution. The NDK itself adds few
 features that are seen from a user's point of view - it's just designed to help
 reduce the code that Nginx module developers need to write.
Homepage: https://github.com/simpl/ngx_devel_kit
Multi-Arch: foreign

Package: libnginx-mod-http-ndk-dbgsym
Priority: optional
Section: debug
Installed-Size: 53
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-ndk
Version: 1:0.3.2-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-ndk (= 1:0.3.2-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-ndk/libnginx-mod-http-ndk-dbgsym_0.3.2-3+apertis1bv2024dev2b1_arm64.deb
Size: 38476
MD5sum: 7b2847655b98e730e0aeca739fb04e1a
SHA1: efc6f15046d0a965984b407f0d51d8b3ba6de2bd
SHA256: 6bd3c00e1d14a0bcfb86cfdb3476584472bd68b4abfb8aed88f7316c066b20a5
SHA512: 9c7a1dcce8670a07a2ad59b43c14a78890362a65f3c1da0e00fee9fb3beb3c0040698058d2b3bd47b6eee52dd70f31140cff7f5fe5bc42b8a736ae6e6065b864
Description: debug symbols for libnginx-mod-http-ndk
Auto-Built-Package: debug-symbols
Build-Ids: 9e2e8ecef9ba98d0af8e8f41f1781a58363ee027

Package: libnginx-mod-http-ndk-dev
Priority: optional
Section: httpd
Installed-Size: 475
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: libnginx-mod-http-ndk
Version: 1:0.3.2-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-ndk (<< 1:0.3.2-3+apertis1bv2024dev2b1.1~), libnginx-mod-http-ndk (>= 1:0.3.2-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-ndk/libnginx-mod-http-ndk-dev_0.3.2-3+apertis1bv2024dev2b1_all.deb
Size: 32520
MD5sum: fe23784af44b5693eab9edb1e857125a
SHA1: b82b703118b2f8ad3a0f12024e64080a3e5abbdc
SHA256: 7cfe3bb5b92fbf3037b8286c6eb6d23c5ce9757244040596439dc9cbefd644a4
SHA512: 3515abf057790a7d9b4edfc3265142111287b26cd0022f049308d5eafa7b86cb31301ff436658d39c7c0312aade31a37b8deed07f51772b3ccee256005cb004c
Description: Nginx Development Kit module - development files
 The NDK is an Nginx module that is designed to extend the core functionality of
 the excellent Nginx webserver in a way that can be used as a basis of other
 Nginx modules.
 .
 This package provides development headers and necessary config scripts
 for the Nginx development kit module, useful to develop and link third party
 additions to the Debian nginx web/proxy server packages using Nginx
 development kit module.
 .
 Development files.
Homepage: https://github.com/simpl/ngx_devel_kit
Multi-Arch: foreign

Package: libnginx-mod-http-perl
Priority: optional
Section: httpd
Installed-Size: 244
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, perl (>= 5.36.0-7+apertis0bv2024dev2b1), perlapi-5.36.0, libc6 (>= 2.34), libperl5.36 (>= 5.36.0)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-http-perl_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 97676
MD5sum: 4d284aee9164a96347f2202bbc4bb0d7
SHA1: ac13eaf46fa746efdfce66cfa34981b44773e0ab
SHA256: b2e19f3eb3600a162714550cfb07e2405bd3654e1f2c6074948246a3baddc0fa
SHA512: ec70bb506b36e4901bc2af417cd562a07ab09749f4763285654b307d7966ff341082d98bf2c672321d2355a2ebc745a932cdb5e64bc7310e4375e62515ae64d9
Description: Perl module for Nginx
 Embed Perl runtime into nginx.
 .
 The ngx_http_perl module is used to implement location and variable handlers
 in Perl and insert Perl calls into SSI.
 .
 Note that this module is marked experimental.
Homepage: https://nginx.org

Package: libnginx-mod-http-perl-dbgsym
Priority: optional
Section: debug
Installed-Size: 125
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-http-perl (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-http-perl-dbgsym_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 98496
MD5sum: 06a304e686f2fbd7e3e27010ab99c0d5
SHA1: 6e2a9d6327c3c021b9642e94316b99a2a2bbd421
SHA256: 37e768f3590a73cb1a8aa4b0faaf580b29ff1e0f8623ce9a6ea02f9f0c6737ca
SHA512: be19799ed978af0baab071f465b41d614d99d6651dff2fd3ff81cdef43cb4efdea1b5c5c2018e6701f0002db4119df9d2d39dbc68b4f71667e7855692651f9d2
Description: debug symbols for libnginx-mod-http-perl
Auto-Built-Package: debug-symbols
Build-Ids: 8db63e942b6d9788b0731e03d1e74b208d7ced14 a1ffb4beafa6d28e90574c7015fb95f32b9afad9

Package: libnginx-mod-http-subs-filter
Priority: optional
Section: httpd
Installed-Size: 89
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.6.4-4+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-subs-filter/libnginx-mod-http-subs-filter_0.6.4-4+apertis1bv2024dev2b1_arm64.deb
Size: 10900
MD5sum: 51844f981341ec540a2071d261c4b1e0
SHA1: 632497ad0a7deec4894bea1b2aae2aa6e186057d
SHA256: b8ca3e32de0c67d5e250279c2bdef361e40fc0b8a0bcd9c9d95d6ba287c7c436
SHA512: 1eb62911e9e6178506d681464247dc438964fa2992755a16bd17da7b389b730f7d6545bbec3e273b2abd0d4d0782abf8715a89edfaa88e4aadf5c0ab9cdf04f1
Description: Substitution filter module for Nginx
 Substitution Nginx module can do both regular expression and fixed string
 substitutions on response bodies. The module is quite different from Nginx's
 native Substitution module. It scans the output chains buffer and
 matches string line by line, just like Apache's mod_substitute.
Homepage: https://github.com/yaoweibin/ngx_http_substitutions_filter_module
Multi-Arch: foreign

Package: libnginx-mod-http-subs-filter-dbgsym
Priority: optional
Section: debug
Installed-Size: 53
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-subs-filter
Version: 1:0.6.4-4+apertis1bv2024dev2b1
Depends: libnginx-mod-http-subs-filter (= 1:0.6.4-4+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-subs-filter/libnginx-mod-http-subs-filter-dbgsym_0.6.4-4+apertis1bv2024dev2b1_arm64.deb
Size: 38088
MD5sum: f595933d1c2812dfde43a25bfe26f61d
SHA1: 64111cb1fc990006cfeaa840f0ea242c14efc630
SHA256: bffbf39f3169648e73905d8b1372e0e57c68231497d729cfe22b30b645d6fe3d
SHA512: ec464a8a954e207fe50a4cb8effb21d48068a03bde0979808fbdc840ac0156cc14418cbf221685daf1a6f710c136f1b509e5933d2428e005c1c03851ea2b4f6a
Description: debug symbols for libnginx-mod-http-subs-filter
Auto-Built-Package: debug-symbols
Build-Ids: 39cebc53c908958d019bb3cc67f7fbd17d540b71

Package: libnginx-mod-http-uploadprogress
Priority: optional
Section: httpd
Installed-Size: 89
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.9.2-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-uploadprogress/libnginx-mod-http-uploadprogress_0.9.2-3+apertis1bv2024dev2b1_arm64.deb
Size: 14972
MD5sum: 9d4aa96bfca64a47f55514fec23c8299
SHA1: 14065c306ec35a3ec730ade48a73514e3af80ddc
SHA256: 77fbca730f75b07718b12869b7bc616e4880cb2a3f5374b774de2715f7553055
SHA512: 2d4ac1e7a2c5d4c0af09eb560def65ee95eb866817f4b60c17704e085b7efc93a6d096439ed28267c8ae89c16ecdec0f303263b5c89aa341d54421631d2a9c20
Description: Upload progress system for Nginx
 Upload progress module is an implementation of an upload progress system, that
 monitors RFC1867 POST uploads as they are transmitted to upstream servers.
 .
 It works by tracking the uploads proxied by Nginx to upstream servers without
 analysing the uploaded content and offers a web API to report upload progress
 in Javscript, Json or any other format.
Homepage: https://github.com/masterzen/nginx-upload-progress-module
Multi-Arch: foreign

Package: libnginx-mod-http-uploadprogress-dbgsym
Priority: optional
Section: debug
Installed-Size: 63
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-uploadprogress
Version: 1:0.9.2-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-uploadprogress (= 1:0.9.2-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-uploadprogress/libnginx-mod-http-uploadprogress-dbgsym_0.9.2-3+apertis1bv2024dev2b1_arm64.deb
Size: 47236
MD5sum: 7ca121bfa319d44548ec135e22578f05
SHA1: daeab27345f445c8ee24e2120203f829a2d7f820
SHA256: 2673f57db0c0a2a0f6762872d00298b02a096ed2652943f4dc94a2a480faadf2
SHA512: 48b5b09c3f324fd714665da0bbd452a6cc63a0111d8982fced1fa3122725e6a60cdd76dc75823896adfd18d45fe839ec895566cabf43915ad1535eef883dd043
Description: debug symbols for libnginx-mod-http-uploadprogress
Auto-Built-Package: debug-symbols
Build-Ids: c3a3debc994dc1a754dc02b58d34669e00fe2575

Package: libnginx-mod-http-upstream-fair
Priority: optional
Section: httpd
Installed-Size: 85
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:0.0~git20120408.a18b409-3+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-upstream-fair/libnginx-mod-http-upstream-fair_0.0~git20120408.a18b409-3+apertis1bv2024dev2b1_arm64.deb
Size: 10492
MD5sum: 37c210092b6b4bcf53df33fc26f435c6
SHA1: 8e0467900e8604f73a6db46ba8f2f626c5e3ea2f
SHA256: 8babec066986974e6405a60157c03258069d61c01f776f46f1e0d218ac137fc8
SHA512: 7756eaa43e659e1fdd444ee27f601c89ec91fe22b00bb39792e7d88c940308ffa1860122362fcea1632ee730371b296afee9c820867f5e21a00b19ececf6cc49
Description: Nginx Upstream Fair Proxy Load Balancer
 The Nginx fair proxy balancer enhances the standard round-robin load balancer
 provided with Nginx so that it tracks busy backend servers and adjusts
 balancing accordingly.
Homepage: https://github.com/gnosek/nginx-upstream-fair
Multi-Arch: foreign

Package: libnginx-mod-http-upstream-fair-dbgsym
Priority: optional
Section: debug
Installed-Size: 55
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-upstream-fair
Version: 1:0.0~git20120408.a18b409-3+apertis1bv2024dev2b1
Depends: libnginx-mod-http-upstream-fair (= 1:0.0~git20120408.a18b409-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-upstream-fair/libnginx-mod-http-upstream-fair-dbgsym_0.0~git20120408.a18b409-3+apertis1bv2024dev2b1_arm64.deb
Size: 40448
MD5sum: c7c69dd6817456754e2d1f63bb95c224
SHA1: 0f361f4502f00d74a56ecc39be3ff40eb059cf2e
SHA256: 5f93b64ad520c642b6a79e5ef3b135503a506d6ea4dc7d3ae0e6451f2285a0a7
SHA512: 797640a44067c36f668fd99d185b322a9ccbb7f0395884eac00936502bb9015311bbd173fef7ef438ead5337915db4fff380064743af400965d9d3779503a3bd
Description: debug symbols for libnginx-mod-http-upstream-fair
Auto-Built-Package: debug-symbols
Build-Ids: 306edc04bc4992cbcd04c45d591d955c27a99047

Package: libnginx-mod-http-xslt-filter
Priority: optional
Section: httpd
Installed-Size: 169
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-http-xslt-filter_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 88568
MD5sum: 1e46348f03b9e3aa4d6660cd3ae96f20
SHA1: ce3e43ecf6e4cca67a81b82b36db933809fd3c4f
SHA256: 68fa61866a4a83ea2dee192b4fa5f78193785e1641c8341ee47ef86d99b4a455
SHA512: 7d07c0b49100f7ab4a75d9d5f33510309ba0422e0e356e2f3a6b74b2d0ad468ee17660af61cdc6f4f147fd01f0e022e7591f9bac0daf525cb33e7e132ba3df0e
Description: XSLT Transformation module for Nginx
 The ngx_http_xslt_filter module is a filter that transforms XML responses
 using one or more XSLT stylesheets.
 .
 The transformation can be adjusted by setting the relevant configuration
 parameters.
Homepage: https://nginx.org

Package: libnginx-mod-http-xslt-filter-dbgsym
Priority: optional
Section: debug
Installed-Size: 68
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-http-xslt-filter (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-http-xslt-filter-dbgsym_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 53140
MD5sum: 394abeffc05ab970ec3e13d10ce2d879
SHA1: fa0b150c541e0a1070b526a78af6a93fdbcddc9c
SHA256: 8b41b05660cec24b46bee4985a3542c34cc09db2d16e1dc2bf062b0ded475349
SHA512: c20a3abdd88d8f3e50bf77646c9096d9edbbb6dc878ce80652c82f6cf805d344aa79cd05bc763feef4a06acd4540bc2d8bfa82b21ec5eabccf9e28136096481f
Description: debug symbols for libnginx-mod-http-xslt-filter
Auto-Built-Package: debug-symbols
Build-Ids: e8660a7d557711d4e81804718ab63a841a9d9bb5

Package: libnginx-mod-mail
Priority: optional
Section: httpd
Installed-Size: 241
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-mail_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 118068
MD5sum: e8206638b0235d8ae3705dec407fd192
SHA1: 1f8459d9eb8412c9d1e09f77fb8823f42ffcc521
SHA256: cc9a7b66311928748b661b70517e6456f4673bc727d51357e6c97e6173fab8b6
SHA512: 9e925f77af3c51d98fdb22306dcd20f39623a9ceb20b2f452ff1f3c74ca5635a3f30e995ec5df7b55e3cd59f3f1e163f800b29948a5f999a3ec615645d70bdf7
Description: Mail module for Nginx
 The nginx_mail module adds mail proxy support to nginx.
 .
 The module supports proxying all the standard mail protocols such as IMAP,
 POP3 & SMTP.
Homepage: https://nginx.org

Package: libnginx-mod-mail-dbgsym
Priority: optional
Section: debug
Installed-Size: 128
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-mail (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-mail-dbgsym_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 104284
MD5sum: ec5c460a9a117ea890a2f05546ab5f18
SHA1: 14b794ad31da163ad6431e9ed6706a52738048c9
SHA256: 98f88eefaab0ee7e3f1390a78bec50c83999e628d5dc7479cfd65faaf2441c81
SHA512: 92421143e57719e000e2cd6af34b51cc7423668f354c19ccf8f26820950bc2ea697c331049c7569a0efe075842c1d476743226864009a6eb2172c7d2b44dafe7
Description: debug symbols for libnginx-mod-mail
Auto-Built-Package: debug-symbols
Build-Ids: 77033ab22c52b10820bafb26ec4427c4095472b1

Package: libnginx-mod-nchan
Priority: optional
Section: httpd
Installed-Size: 755
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1:1.3.6+dfsg-2+apertis1bv2024dev2b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.29)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-nchan/libnginx-mod-nchan_1.3.6+dfsg-2+apertis1bv2024dev2b1_arm64.deb
Size: 237376
MD5sum: 2326241c25822e94a578ff7199b3ac12
SHA1: 34b2c3b4c213dce9b53d1120e12747b63e328894
SHA256: 93a1c1c984c6bdb11aa701b7200a27284c55a243593746184af066114bf1b925
SHA512: 9dfafb5a310559103699e952b36c26ed6de85286c18fb5e6b077a87d8ff27b7351d02ecc94428d46c3618259089b537bae33916ad10beb8bf7c64305042cc951
Description: Fast, flexible pub/sub server for Nginx
 Nchan is a scalable, flexible pub/sub server for the modern web, It can be
 configured as a standalone server, or as a shim between your application and
 tens, thousands, or millions of live subscribers. It can buffer messages in
 memory, on-disk, or via Redis. All connections are handled asynchronously and
 distributed among any number of worker processes. It can also scale to many
 nginx server instances with Redis.
 .
 Full documentation available at https://nchan.slact.net
Homepage: https://github.com/slact/nchan
Multi-Arch: foreign

Package: libnginx-mod-nchan-dbgsym
Priority: optional
Section: debug
Installed-Size: 732
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-nchan
Version: 1:1.3.6+dfsg-2+apertis1bv2024dev2b1
Depends: libnginx-mod-nchan (= 1:1.3.6+dfsg-2+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-nchan/libnginx-mod-nchan-dbgsym_1.3.6+dfsg-2+apertis1bv2024dev2b1_arm64.deb
Size: 658056
MD5sum: 890fd5e1f9bca0c4ab353869555494f2
SHA1: 3eabcae144ca2bc66f197cdd3b9ef5201c52158d
SHA256: 7dad15e73fc2ed5a4b871aafd27c3244ec0f1cd45c419eb0fcc83e018e124d81
SHA512: 9459550b7e2e3ad3c3ee60e06f22df3979065b3794e2c34e69b55d4611ac9036e6290c488bf6b23880af31d4a2f81ae940afc02430612d8ecfa4adc3e5f6c36d
Description: debug symbols for libnginx-mod-nchan
Auto-Built-Package: debug-symbols
Build-Ids: 7e50fd218de9997bfb65b503bb9979e339cfe36d

Package: libnginx-mod-stream
Priority: optional
Section: httpd
Installed-Size: 313
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.33)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-stream_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 141216
MD5sum: 437322143ca8338ef0f8542f6954c75a
SHA1: a68c9080ce5f93e309933746bffc0f5e7e974796
SHA256: 3d825e28f4300428c945a87044c0f5447f2eb20f0e5ddbc91aa8047a142453d0
SHA512: 9156384c2824d68a2716ebdfe09b10d7250fa8fa8a6173087f58aa9c2a19ecead1b141da3af075c5824b818007ab4cc37bed37b49e7443af2ede4c371d84b140
Description: Stream module for Nginx
 The nginx_stream module adds stream proxy support to nginx.
 .
 Stream module supports loadbalancing & proxying to TCP servers. The module
 also supports ACLs/connection limiting and configuring multiple operational
 parameters.
Homepage: https://nginx.org

Package: libnginx-mod-stream-dbgsym
Priority: optional
Section: debug
Installed-Size: 202
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-stream (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-stream-dbgsym_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 168400
MD5sum: 8baf8fb0909c6d733ab621b88a1a92a9
SHA1: 8254fa2b9f06cfbf0d702c2c23b8044aa7958677
SHA256: 4ce7a0f4a7932af97c922454da57044024537576b3e1c6b2c9e28dc70de5494b
SHA512: c5db48c0adebda48a0c9d9263dfe9152cd72791bff6d144e55523650a1eb661e137b2330bf70f4a387801700c3168470f19033e45339daafad4997ce49352111
Description: debug symbols for libnginx-mod-stream
Auto-Built-Package: debug-symbols
Build-Ids: 1d1a3fc2dfe9f89d577c1085851ac7907391a70f

Package: libnginx-mod-stream-geoip
Priority: optional
Section: httpd
Installed-Size: 170
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx-abi-1.22.1-7, libc6 (>= 2.17), libgeoip1 (>= 1.6.12), libnginx-mod-stream (= 1.22.1-9+apertis0bv2024dev3b1)
Recommends: nginx
Filename: pool/target/n/nginx/libnginx-mod-stream-geoip_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 85776
MD5sum: 239a4dfd690af6e2344fa0bd1ab4a512
SHA1: 80ad9ff16bfc94dd6d4f063e53d8a2b2028d4d93
SHA256: cc0d60fa9671af6515ea4c9eb28e0a50fdd98bf733bf41bc0f94e92ce86db9f8
SHA512: c487a03dd8de9df5a687d0cf470f12c7d327a179083a43e8ba13d23cecaecc6ddc66968acde2cd82a9da66924cd30cd4a362c98480fce2fc2db927766ac3d271
Description: GeoIP Stream module for Nginx
 The ngx_stream_geoip module creates variables with values depending on the
 client IP address, using the precompiled MaxMind databases.
 .
 Those variables include country, region, city, latitude, longitude, postal
 code, etc.
Homepage: https://nginx.org

Package: libnginx-mod-stream-geoip-dbgsym
Priority: optional
Section: debug
Installed-Size: 38
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-stream-geoip (= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/libnginx-mod-stream-geoip-dbgsym_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 22612
MD5sum: 1b2d3f4048b93ea4c0a5345d26cfe4f2
SHA1: 1d21c3a1b9cb29c6e78301b539275147ba5a8277
SHA256: b65b72141876f27e15622fd47966a8393d9f67ef907d41523d53b6816e7d5a5c
SHA512: 2969579eb07be272dd5a9322d04cf0210aee31cee948f08648b8170c90e74bf88f5bd8f871a67d8fd1710b04e6a8a75795dde2ec3de855dfd36c15a88f3898be
Description: debug symbols for libnginx-mod-stream-geoip
Auto-Built-Package: debug-symbols
Build-Ids: 8af27d0e9097bafb83311979638a910639aeb2a4

Package: libnginx-mod-stream-geoip2
Priority: optional
Section: httpd
Installed-Size: 85
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-geoip2
Version: 1:3.4-3+apertis1bv2024dev2b1
Depends: libnginx-mod-stream (<< 1.22.1.1~), libnginx-mod-stream (>= 1.22.1), nginx-abi-1.22.1-7, libc6 (>= 2.33), libmaxminddb0 (>= 1.0.2)
Recommends: nginx
Filename: pool/target/libn/libnginx-mod-http-geoip2/libnginx-mod-stream-geoip2_3.4-3+apertis1bv2024dev2b1_arm64.deb
Size: 8372
MD5sum: 3ae48e9374111def56739c716552a84c
SHA1: 6e1ff61aa08e04814f7dd964c67077dda4f64260
SHA256: 56561131c9a3f8e08a51b937334114a848e57396d6af9671bc58683d42fd9e15
SHA512: b5cc1655548de19438a7c960f309f8ca23f3d6ece7f75c02b906c47faa13575c9a6ee364d4f2c2d80e61d0d1fb30c8d92bef9d1f8c3e23800b7326c23612feb1
Description: GeoIP2 Stream module for Nginx
 The ngx_stream_geoip2 module creates variables with values depending on the
 client IP address, using the precompiled MaxMind GeoIP2 databases.
 .
 Those variables include country, region, city, latitude, longitude, postal
 code, etc.
Homepage: https://github.com/leev/ngx_http_geoip2_module
Multi-Arch: foreign

Package: libnginx-mod-stream-geoip2-dbgsym
Priority: optional
Section: debug
Installed-Size: 38
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: libnginx-mod-http-geoip2
Version: 1:3.4-3+apertis1bv2024dev2b1
Depends: libnginx-mod-stream-geoip2 (= 1:3.4-3+apertis1bv2024dev2b1)
Filename: pool/target/libn/libnginx-mod-http-geoip2/libnginx-mod-stream-geoip2-dbgsym_3.4-3+apertis1bv2024dev2b1_arm64.deb
Size: 23252
MD5sum: 0ed00db248e9ae667ac1b8de931a612f
SHA1: e56d9b82dc7af3fc315599a7600a9bc3c2863da3
SHA256: 8d1dc6025fe7dd555f26320ffc123ff7a42207cf915ec01807c3f6c0eec7f7a9
SHA512: 80b90e428bd62480ca2a2f013a63c29b8ff8278607a017b851c88fb070cefca868916add3a69827a866fb78ea331ae02bb21727c99f9a65007a7b8840716326a
Description: debug symbols for libnginx-mod-stream-geoip2
Auto-Built-Package: debug-symbols
Build-Ids: c9c2267aa8b1c70fe43de00e635e5578d1b6207f

Package: libnl-3-200
Priority: optional
Section: libs
Installed-Size: 242
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libn/libnl3/libnl-3-200_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 59284
MD5sum: 980bf7d929333e76b0f7a6b86f89d5e7
SHA1: 19bd867d2c209223b55384cd0410fc53d0c4a092
SHA256: 598fafdbbea358efe323e18106342a08a48c52c64f2df138d6363a62fd7f87f0
SHA512: 742f48f55004be152f1d57cad3f105be88fb619d43c89e87471c7ce7a63967572c86de94e33a360968b03bd9160c108498ef312b24f4fd5e8ea2ff2fd81ea80e
Description: library for dealing with netlink sockets
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnl-3-200-dbg
Priority: optional
Section: debug
Installed-Size: 2202
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnl3/libnl-3-200-dbg_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 1502396
MD5sum: 8f57d0fe4ca138faa87abfe4873c22a2
SHA1: 5c618a2f60bdf6efc5c6d026491a2b2a522d2fa1
SHA256: ba26c53e410279a09c59e508c13e163fdfcbd7ab39212bdb79d9b63671437b06
SHA512: f144167a80f76ceda9391f4fce19ef3ae0bb4f4e13552c090a29d008cd3b2d18476b8832f54eef1a49629f680d99921d267191e5cbb9443fa028b02260ae8935
Description: debug symbols for libnl3
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 This package contains unstripped shared libraries. It is provided primarily
 to provide a backtrace with names in a debugger, this makes it somewhat easier
 to interpret core dumps. The libraries are installed in /usr/lib/debug and
 are automatically used by gdb.
Build-Ids: 7c8e929b62475d39a1edf0207be2953a44319fef 014163d234a01437fa409d4e41460358b3d8e844 0fcff17502c4b7531bdf82c6684a9fd093491df9 2a2c307e562adf32a42190ee5b563091b5c2ef61 37abaccdea63a6189d1016f61454cb44c15db16a 3b5e81b6520d9054f69afbb2601d8e1c597f3766 3cc41f0c986e47c710d98ca14817e991f2b44be8 796f73e4f148e9bab60f3b8e97b96e2e352fd94b a5c008a02f9dd464e084177e7dc88d4b0325544b e64a4ed107af896cd2570f13d25080d2256bfff0 f938957e887186cb81b53cbea3a1d46de760c602 facdfbdd953561fb41f6a8a6bc9b93c4f8cb186e 04d82cae44c7775b2669460d20ccd11084bc0e41 219320072435d898d5c59b14cf0f056b170fc796 23e67d7ce3e38e0d7929857cd225306c3d3543d7 24019903a5c74341051d8803a06786dd9c42ea6a 255ade17f60e98a7a54df8ba36c9c7280962faa4 294dce839fd538a68f7dcb298b39f32e5e4c4d02 295722b7719ed607d9ad667f4b05569fc87fceb7 2a7dd0e0307c3d7e67d8895b6670cd55ceb8f088 4361cf8c3b1d7da83598aef47893cf68260d2c9d 48d5a367de1b0ba9eb204ee72ca99713f3876242 4d4c85efb6faeebdc37e3e2c281d5e6f4cd25ccf 52eb53e9386b86fb3ce232858c73f9d755224bc4 53868d10cd7924be27e09f4efd6b8dfd4c9a9b0c 56249bfedc17e997ab2645b03f60be47c7f2afc7 5643919cf271b05c9318f9ee7ec54fe650799c55 583fe0bee0612a426382b23530eda050049ef38e 5c0848d88a9229924a2b7c36712d1cbdad5682e9 6cabded11120c012a0108fcca5e1b8534d4d0c9e 6faf1b2d2fed53c71ce2ba4558b2ef86a17eb50b 72d6889f4da80fe76dceef5bdc7be808142a56c4 76449e1cb74fdebd724c454591193887d7274871 767e1ab0118c862e8b4fc397709d74d21e8ebcea 7771867d0dfaf94dddd776c7fb2ca0da09ab887c 7aed09ab87bf62daa6d405c18155f2fa3d31fff2 82a9fc0b517d3a7586a1c98c9d908c9a827256b5 9c6a56417cea87452f12560b0b89072a80b44fa3 a1b9b94477165a00bb22c67ed9048ee820999011 a352a2bef6006232c3e931269fab81e159b8180d a4468f881b05580846b65b903d28ba4994ed02dc b563b5f97f296056ecd0682925bd6e519094ad6f b6b890f8e888d6b4e39ca3df7b4532eb90ea8861 c0cc6347de8bdbbc8b7e9c0aad448b6575aa86f6 ce124cbe038b6359b1b53b7acdf2ac704a6d103a cf2c71faddd7a053680a1d239403fade2cc6fe6e d37865344bb12a22f2fb1f4188b7f6bf57d6f3d3 da3d33d975cc989f303497b5bdf3d2e7c4292841 df12dcff3db8ba30f28aceaad0407eeb622c5181 f0b0b805e687c9f2810c6ae4c90474972724cda5 f118a2969934c7676c351ee6ff00229aea2d15d1 f1e9d6311a5905b43930ef1e427f5ff8f78f70c3 f33dd62f30b0d2a1dc6376550803f59e6ef6205d f539a6631f170805302833f76c162245602b0b5a f5712d5140b99e1ce20fc709acbb6393ae491e59 f6ccff726eb385c8f193eacac0c5fad1a8c16e86 f8ac8b9449bf378b197b46bf0076e494aa892d12 fad83f368b6fc4cf33d61115edf7664e80e3d859 fc78db041f6d1ef4f6484925b69844e97081ac6a 01d8670fa2e5b003b35d9ff2e144e7da9e8ce12e f2eb1c45e465b144fb26528cf4f33937db7d2054 5ffd57cd2334e62ae157014d6fc3524d7457bbe2 ce4375800f49b1f8fa80c9686acbebb4981fb53c 73c9594e4a6990b6f570faf80ac0777c91e02e5c
Homepage: http://www.infradead.org/~tgr/libnl/

Package: libnl-3-dev
Priority: optional
Section: libdevel
Installed-Size: 641
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Replaces: libnl3-dev
Depends: libnl-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1)
Conflicts: libnl-dev, libnl2-dev
Breaks: libnl3-dev
Filename: pool/target/libn/libnl3/libnl-3-dev_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 103040
MD5sum: e71b7b9706b90bff3a230b6bf9106c21
SHA1: 8fba848127cb328ad549c99a8dee021e6517691d
SHA256: f6ba69817c14dcdf939dbc419a5487db4fead524d19cfb82c42506b97db86f96
SHA512: 8193e2641726280087ab47c3f0804829f7c28f3f80343130cf8744df48067edd3ba3e2136057092f6c86e281e004c24284460d05daad06be7dee94eaf5a8bb47
Description: development library and headers for libnl-3
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 This package contains the headers needed by all libraries and the  files
 that are needed to build applications using libnl3.
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnl-cli-3-200
Priority: optional
Section: libs
Installed-Size: 776
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-genl-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-nf-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-route-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/libn/libnl3/libnl-cli-3-200_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 32244
MD5sum: 320af508151d8b5e098754a127b0f295
SHA1: 6558bc141d79dafe1bca030b33c5286520020b2f
SHA256: 791fbc5345c9b4215550a17a1cc33fd40a594c9fd4aebe166e02867f28e8955d
SHA512: e3bd23e18eee7321172fb79e63310d802c433d17cb7b1130e24c31620b3a932acf9a9bbdcad856db18ffc9bb4e4364d5a22ebf0fbd5121c602c7280f42cca424
Description: library for dealing with netlink sockets - cli helpers
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 Library for cli helpers in libnl-utils.
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnl-cli-3-dev
Priority: optional
Section: libdevel
Installed-Size: 96
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-dev (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-genl-3-dev (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-nf-3-dev (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-route-3-dev (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-cli-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnl3/libnl-cli-3-dev_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 22244
MD5sum: 09e791a660f3d5c73f9e82effa457023
SHA1: 855190c9afed19962d4b8e94450a70e44ac38ae2
SHA256: 02479cea12a78ccc6c284f75c96730b8e3c66e2cfdbbd41ea1b0e7b8cf79f1e8
SHA512: 8f3e2409d0e6feb7ec7c8b04ffac238fa951ce228be9e37ab4f7e098bf6fd21d46b3630ed957d64c09d5e6f2a5f60c03df80003d642ed9eb6d0c77c293223bff
Description: development library and headers for libnl-cli-3
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 This package contains the files that are needed to build applications using
 libnl-cli-3.
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnl-genl-3-200
Priority: optional
Section: libs
Installed-Size: 97
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libc6 (>= 2.17)
Filename: pool/target/libn/libnl3/libnl-genl-3-200_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 20220
MD5sum: 1feb1a07e3bcd1c58d0a8bfaf3aaf773
SHA1: 8889ef411fdddf513e98d60943ef540cd30d18ec
SHA256: 08e10112aa9dfb1c7242ca69507bc3507c373431ac5ac348a15ccda123591df6
SHA512: fcaf7761024ae6ed2a3bfda420b9ed17aaff765c2a7ce179a0ae363694f22748f18afb15b229cf19ed284f26e1e3cd8761ea933dfdce34bd1b9caaec8e1ad450
Description: library for dealing with netlink sockets - generic netlink
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 API to the generic netlink protocol, an extended version of the netlink
 protocol.
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnl-genl-3-dev
Priority: optional
Section: libdevel
Installed-Size: 62
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-dev (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-genl-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnl3/libnl-genl-3-dev_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 20052
MD5sum: 46d612a0808b50af87291299e2c65a7f
SHA1: 6dabad26c239b7d9a07e64b6fb6459881d3bd9e5
SHA256: 9ab55c1c68ded56c7fd7906d3fdc6291303a107af98eb17a0ed109acedb5d1a8
SHA512: 6e3b974613ac3172c78181195050e5c2d1660fcf847d96ca00b03d878d47360a413846b0756cde619468660843e55e3e570c2844026eef5ee862a6ff1d5e8e33
Description: development library and headers for libnl-genl-3
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 This package contains the files that are needed to build applications using
 libnl-genl-3.
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnl-idiag-3-200
Priority: optional
Section: libs
Installed-Size: 99
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libc6 (>= 2.17)
Filename: pool/target/libn/libnl3/libnl-idiag-3-200_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 21920
MD5sum: 7d104a1b5875eab1886a126bf892ea3a
SHA1: 1d10cd3c3f76c2447ca3de019ae974264e2e281f
SHA256: 11dae8662fdd57e3b4cc63cb7a3f5d161a9389615d355c2dfafa9e7be9bd6302
SHA512: 5a5aaa5b42649e76435b0737d326d64444b1fd84449108a5a8f2f249649bda56560806cb08e2256cfb4b3d901b52bc5da5dbe20a6469c53f6eb1a3997263e830
Description: library for dealing with netlink sockets - inetdiag interface
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 API to the inetdiag netlink protocol, handling inetdiag requests
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnl-idiag-3-dev
Priority: optional
Section: libdevel
Installed-Size: 79
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-dev (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-idiag-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnl3/libnl-idiag-3-dev_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 20832
MD5sum: cbe364949b6c863e940b2420d9664747
SHA1: 926db5d71ccbf5aa8b4ca772641687fdf4058555
SHA256: 55a68904f92b780438af61574427f108e786ec7f1512591ab04081a9b896d85d
SHA512: ec16de58cc9cb429ecdd243247d0880daf6d1386d1986f91b0cced42eb55217afa92b72914d211bb3b956ebdad21c5700df3b56eca53f47a3c103122d641d38b
Description: development library and headers for libnl-genl-3
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 This package contains the files that are needed to build applications using
 libnl-idiag-3.
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnl-nf-3-200
Priority: optional
Section: libs
Installed-Size: 175
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-route-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libc6 (>= 2.17)
Filename: pool/target/libn/libnl3/libnl-nf-3-200_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 39012
MD5sum: d23929c3067ded47a8333a50c7a18656
SHA1: 0b03463aba927c73a9dad8d6a8922bac67a6c4d5
SHA256: 537c0b9c60d16a7de9aa03bb0018b58ffc6cfc222ee0c3079d89b01e44807ab9
SHA512: 35c7efb1fa43897de974de8801ecda9c16a39afb206e57978eccdf12b37922dc85559306740fb12946886242dd0f9c7d294ab70d7a65b6b0315f12ac4ca79b19
Description: library for dealing with netlink sockets - netfilter interface
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 API to netlink based netfilter configuration and monitoring interfaces.
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnl-nf-3-dev
Priority: optional
Section: libdevel
Installed-Size: 202
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-dev (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-route-3-dev (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-nf-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnl3/libnl-nf-3-dev_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 38996
MD5sum: 63ac61ab22332257be44095fa88f0670
SHA1: fea9a74cf1fa9839830c383a5570b3709c6b7a93
SHA256: f3ad9777fa8fde32a2b0d57f445b02c0ee8234c1fcfab825f4c6c515e87ede40
SHA512: be9f3ccc46fdbe1221dccfa15efc07471fcd69fccdd8c94849b58fcab461c3e2a0391c1f5423ecce62fdc3c4455132e8fe4e27701e415638fc70005c8be3bf8a
Description: development library and headers for libnl-nf-3
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 This package contains the files that are needed to build applications using
 libnl-nf-3.
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnl-route-3-200
Priority: optional
Section: libs
Installed-Size: 673
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/libn/libnl3/libnl-route-3-200_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 168220
MD5sum: e8853337b1c455e6ad840d4faa664913
SHA1: 1a2543f22516bc046eeff378f55d576278ae5aca
SHA256: c67c201b15b7dab5908bb2fe8a141ccb600ef45d0f018492c1215cfb471a286d
SHA512: 5106e8e69a94b37eeca921349109125d12dc8863da6681403c304694b88da9bbca7906036af885597d43e17c6e6a920eb5299a5fb979919d4ab75f6b1f87d793
Description: library for dealing with netlink sockets - route interface
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 API to the configuration interfaces of the NETLINK_ROUTE family.
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnl-route-3-dev
Priority: optional
Section: libdevel
Installed-Size: 1314
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-dev (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-route-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnl3/libnl-route-3-dev_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 198732
MD5sum: 2a1527029309bbdc35ec19d6504ae85f
SHA1: b00afc015856f7f13fb80a966262b7674d17b64f
SHA256: 049bb582613db71916789b6aa7b759d4b8d5685255557d8b9bfbac5684e71826
SHA512: b52613e2ec7b630063d393da7a4a95a6d426eba47220cf79d5c75486b646ecc21c8718d99cccb5d2d4fbcc798b36837ce27a3ba51a074cb7854d2bb7192850dc
Description: development library and headers for libnl-route-3
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 This package contains the files that are needed to build applications using
 libnl-route-3.
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnl-utils
Priority: optional
Section: libs
Installed-Size: 3184
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-cli-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-idiag-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libc6 (>= 2.34), libnl-3-200 (>= 3.2.21), libnl-genl-3-200 (>= 3.2.7), libnl-nf-3-200 (>= 3.2.21), libnl-route-3-200 (>= 3.4.0)
Filename: pool/target/libn/libnl3/libnl-utils_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 66828
MD5sum: a3857177e9c2b367631213c3b0bdb816
SHA1: 3e06b7d639f1cd5b5be57d346dee8210fe9c7e57
SHA256: f1d718849bcc0c2c70f8a06251f50f2f0efd9c1d28050b20edded58898a9ab6b
SHA512: c7bd3aeb140ed0d79bddf7548673ac1323de85b615ab9f3a76045606af6bbd631a89c100e6a4e4f76ce55972eca93ace539df14d329b086cd8668a9268cedbfd
Description: Utilities for dealing with netlink sockets
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 These utilities help dealing with netlink sockets.
Homepage: http://www.infradead.org/~tgr/libnl/

Package: libnl-xfrm-3-200
Priority: optional
Section: libs
Installed-Size: 169
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1), libc6 (>= 2.17)
Filename: pool/target/libn/libnl3/libnl-xfrm-3-200_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 36136
MD5sum: 0f044e5ef2c62234df180bc3e2e4c4bb
SHA1: c19cc7554131f45444bdd29ba80bfb8487677b31
SHA256: 91ffe475e20b634cee0d261ad3274079c61eb9c22108912a5df199a00811d3fe
SHA512: 523df5e6ccf3653e94e8b545b1a50142a09fc77e47bc43167aa2cc6fa60c196a7ee5e95c7eec7f2f444e90fa919a9977b988faddbfa84e08b38549982a5b5065
Description: library for dealing with netlink sockets - package transformations
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 API to netlink based package transformations (such as encrypting
 their payloads).
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnl-xfrm-3-dev
Priority: optional
Section: libdevel
Installed-Size: 152
Maintainer: Heiko Stuebner <mmind@debian.org>
Architecture: arm64
Source: libnl3
Version: 3.7.0-0.2+apertis0bv2024dev3b1
Depends: libnl-3-dev (= 3.7.0-0.2+apertis0bv2024dev3b1), libnl-xfrm-3-200 (= 3.7.0-0.2+apertis0bv2024dev3b1)
Filename: pool/target/libn/libnl3/libnl-xfrm-3-dev_3.7.0-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 34868
MD5sum: 606ffcfd1a95130468cd3ebd366500f1
SHA1: 084e36e581489c029d351b4a2699cd37885c60b8
SHA256: a140e02d718e935dc38373fa6e7ce757c050b94096fbf3c8da5950d1868dbf8a
SHA512: 8ca92124eb44074e45cbd7517085a3ccf4e010874ebe5069958ddd12f00d7c61cca4bff2b214ff7ffdc21126ca9e9d3983dfe2f4e6aa0bc8fbc87c8ebccb0c8c
Description: development library and headers for libnl-xfrm-3
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 This package contains the files that are needed to build applications using
 libnl-xfrm-3.
Homepage: http://www.infradead.org/~tgr/libnl/
Multi-Arch: same

Package: libnotify-bin
Priority: optional
Section: utils
Installed-Size: 85
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libnotify
Version: 0.8.1-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.30.0), libnotify4 (>= 0.7.10)
Filename: pool/target/libn/libnotify/libnotify-bin_0.8.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 12484
MD5sum: 5181714381ca0f5a12da6c492f18921b
SHA1: c4b3f503c6d4ff64e378cc485b72ba517426bacd
SHA256: f9bddf2b5dc6d32030bcc67f366735e25cd18dd1f35918f2c1e44d9b02598fb1
SHA512: 35cf2c4d8506bf4126fb83b18e7bbbd128e9bf14fb9d925b86c72c3d3b31a9b4da6978aea1984346934126e2d218a14a661872087083da9ad0b5e7d419a83400
Description: sends desktop notifications to a notification daemon (Utilities)
 A library that sends desktop notifications to a notification daemon, as
 defined in the Desktop Notifications spec. These notifications can be
 used to inform the user about an event or display some form of
 information without getting in the user's way.
 .
 This package contains the binary which sends the notification.

Package: libnotify-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 31
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libnotify
Version: 0.8.1-1+apertis0bv2024dev2b1
Depends: libnotify-bin (= 0.8.1-1+apertis0bv2024dev2b1)
Filename: pool/target/libn/libnotify/libnotify-bin-dbgsym_0.8.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 14224
MD5sum: 8552651e4ff94171a9da18c6aea83e15
SHA1: 02ba150731fd184ff118c5c95162db45c75bf79d
SHA256: 0b7e9ccbe2498e3d41e3e4b93f941b8f330324f08f7efddf61f089f62362ec35
SHA512: 64d3baad1a48859ab73cc9ae4e358edf59a4f8a01c85d1960a8e80f588e5035450c91268401db3e8c86368864329ec7c74603c3a7cd5e6f4e87ea13890f925b5
Description: debug symbols for libnotify-bin
Auto-Built-Package: debug-symbols
Build-Ids: de8523d16ccfe7a06252d6af92715dc02274e24b

Package: libnotify-dev
Priority: optional
Section: libdevel
Installed-Size: 88
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libnotify
Version: 0.8.1-1+apertis0bv2024dev2b1
Depends: libnotify4 (= 0.8.1-1+apertis0bv2024dev2b1), gir1.2-notify-0.7 (= 0.8.1-1+apertis0bv2024dev2b1), libglib2.0-dev (>= 2.26), libgdk-pixbuf-2.0-dev | libgdk-pixbuf2.0-dev
Filename: pool/target/libn/libnotify/libnotify-dev_0.8.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 13104
MD5sum: 89ff70ad21cc05e111d145eba172815d
SHA1: f993919316df0f7faa1bdcd3a194d3b4c6d3dab8
SHA256: 8d86dcacafb08f5af15ebeb7d679c97fa8163937195a53f536639b51731f1715
SHA512: 8e3f69fd804e4ab781b63b474f55a27522b3111c8a5a0ea768854c8d7e251cadb33820475a49630328f7f69a691f7e3a01e1ec4519d5eee028dda448a92bd5ec
Description: sends desktop notifications to a notification daemon (Development files)
 A library that sends desktop notifications to a notification daemon, as
 defined in the Desktop Notifications spec. These notifications can be
 used to inform the user about an event or display some form of
 information without getting in the user's way.
 .
 This package contains the include files and static library.
Multi-Arch: same

Package: libnotify-doc
Priority: optional
Section: doc
Installed-Size: 204
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libnotify
Version: 0.8.1-1+apertis0bv2024dev2b1
Suggests: devhelp
Filename: pool/target/libn/libnotify/libnotify-doc_0.8.1-1+apertis0bv2024dev2b1_all.deb
Size: 29440
MD5sum: a4490880ce0f012ea7d54c4256172b11
SHA1: 4c43071f8f419438e184ad38169b4d64881261e7
SHA256: 8376689e855f8ca6af4233456e8cb455b41f86d846879f322e04156c0cfe163e
SHA512: 9dbf3dbde47780e7cee8c52f0b8a190177d876f04cc9c79b2c8c320d9485ff5b0b75454bd7b8ea96026a4876552e57f022aedc23b3d65a58aedfbb717a178b71
Description: sends desktop notifications to a notification daemon (Documentation)
 A library that sends desktop notifications to a notification daemon, as
 defined in the Desktop Notifications spec. These notifications can be
 used to inform the user about an event or display some form of
 information without getting in the user's way.
 .
 This package contains the documentation for libnotify4 in
 /usr/share/gtk-doc/html/libnotify and the notifications specifications in
 /usr/share/doc/libnotify/spec/.
Multi-Arch: foreign

Package: libnotify4
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libnotify
Version: 0.8.1-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.67.3)
Suggests: notification-daemon
Filename: pool/target/libn/libnotify/libnotify4_0.8.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 24284
MD5sum: 638b23e14382bf6e6279bbc978f4e659
SHA1: da8695ee593eb6cbbf183abfda01acc8ddf4e14c
SHA256: c123d1aafc822d76d7115d61f3b6785c05a2014fd0bb0fae1bb155b58b979f07
SHA512: e3b76f542334d66db8c9cba4cdd81937fd97ba9a7c4a7a8f1d0411c0c67ece172f51e0b60e3968b14595af9d2446d8d16a7607a989eb6ea3b2aafc317067ba10
Description: sends desktop notifications to a notification daemon
 A library that sends desktop notifications to a notification daemon, as
 defined in the Desktop Notifications spec. These notifications can be
 used to inform the user about an event or display some form of
 information without getting in the user's way.
 .
 This package contains the shared library. To actually display the
 notifications, you need to install the package notification-daemon or
 any other desktop environment implementing the FreeDesktop notification
 daemon specification.
Multi-Arch: same

Package: libnotify4-dbgsym
Priority: optional
Section: debug
Installed-Size: 65
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libnotify
Version: 0.8.1-1+apertis0bv2024dev2b1
Depends: libnotify4 (= 0.8.1-1+apertis0bv2024dev2b1)
Filename: pool/target/libn/libnotify/libnotify4-dbgsym_0.8.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 44440
MD5sum: eeeba0723f18b49372dcf831968fb128
SHA1: 20c62023dcc024d3cdd3fcbf93199984c19929fc
SHA256: f428400ecaea9627e68493764e7373a78c96270a89991cd6cfe32be65d57eddb
SHA512: eb87d3b992fc53e3a134ce4f1b056324fa5e1e14117fdd43114e7a27c2e3cc1550f27e718cbb85d5e52d5a70fc68ebd68b5bff3b06a307581f346a7a398473bd
Description: debug symbols for libnotify4
Auto-Built-Package: debug-symbols
Build-Ids: d4103dcf899e5257741bf1af832ca08279db83a1
Multi-Arch: same

Package: libnpth-mingw-w64-dev
Priority: optional
Section: libdevel
Installed-Size: 530
Maintainer: Eric Dorland <eric@debian.org>
Architecture: all
Source: npth
Version: 1.6-3+apertis1bv2024dev2b1
Suggests: mingw-w64
Filename: pool/target/n/npth/libnpth-mingw-w64-dev_1.6-3+apertis1bv2024dev2b1_all.deb
Size: 110784
MD5sum: aacffe257e63e1bc0fe27eab38e8a42b
SHA1: beae8dbcf09b3b0560b0c1aa2f8117146f88fee5
SHA256: 1eac97beca902325e02e6b72b796e4276af3ca54e64114839855dc19a7cfd0ae
SHA512: 9bac84658dda7e688ede35d043532a40d13eabc2d6ca90896bc050fd48be841c3f988083c003967d7443f7f890d2bef69c822e0a4e0b151c9200f6770b85e1cd
Description: replacement for GNU Pth using system threads (Windows dev)
 nPth is a non-preemptive threads implementation using an API very
 similar to the one known from GNU Pth. It has been designed as a
 replacement of GNU Pth for non-ancient operating systems. In
 contrast to GNU Pth it is based on the system's standard threads
 implementation. Thus nPth allows the use of libraries which are not
 compatible to GNU Pth.
 .
 This is a Windows version of nPth.  It's meant to be used when
 cross-building software that targets the Windows platform, e.g. the
 win32-loader component of Debian-Installer.
Homepage: https://www.gnupg.org/
Multi-Arch: foreign

Package: libnpth0
Priority: optional
Section: libs
Installed-Size: 93
Maintainer: Eric Dorland <eric@debian.org>
Architecture: arm64
Source: npth
Version: 1.6-3+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/n/npth/libnpth0_1.6-3+apertis1bv2024dev2b1_arm64.deb
Size: 17696
MD5sum: 476ae0989820cc41042358077608727d
SHA1: 93e8d4a2903b451924b165eb4e10e84cadb360d1
SHA256: 17be96cebfa60656aac96d2ca2a01ed8b87e789adad157dbcc1dddabcef0dd63
SHA512: 55374d3fcc1d8a1a86b75a3a721c9873b284ccb10a69a8acd63e5ea43b0b4195eafdf0a24ab36dfba7a9e0888904857f25702c777ba33d0f6b30e9d6ae9ad5aa
Description: replacement for GNU Pth using system threads
 nPth is a non-preemptive threads implementation using an API very
 similar to the one known from GNU Pth. It has been designed as a
 replacement of GNU Pth for non-ancient operating systems. In
 contrast to GNU Pth it is based on the system's standard threads
 implementation. Thus nPth allows the use of libraries which are not
 compatible to GNU Pth.
Homepage: https://www.gnupg.org/
Multi-Arch: same

Package: libnpth0-dbgsym
Priority: optional
Section: debug
Installed-Size: 32
Maintainer: Eric Dorland <eric@debian.org>
Architecture: arm64
Source: npth
Version: 1.6-3+apertis1bv2024dev2b1
Depends: libnpth0 (= 1.6-3+apertis1bv2024dev2b1)
Filename: pool/target/n/npth/libnpth0-dbgsym_1.6-3+apertis1bv2024dev2b1_arm64.deb
Size: 15652
MD5sum: d2843585633408b82a0dbdcf48f3280c
SHA1: 4a837a595bc3ecc5b5e82797f33411627a317f09
SHA256: 6e6f44f6ca741fa87ee615cb670bcc1e24f4847e33daabc92c57063a28aa3631
SHA512: 46a7a2578dc9187d8c82435868ef66b04af2acee231aba96c8a23b6adf93f90f295aa0c973d15a6597b00b0162f20ed24b2e26231f13015a658cc8661555ae5e
Description: debug symbols for libnpth0
Auto-Built-Package: debug-symbols
Build-Ids: a8ae25ef928c1913de0455fb48bed2d73da71cba
Multi-Arch: same

Package: libnpth0-dev
Priority: optional
Section: libdevel
Installed-Size: 69
Maintainer: Eric Dorland <eric@debian.org>
Architecture: arm64
Source: npth
Version: 1.6-3+apertis1bv2024dev2b1
Provides: libnpth-dev
Depends: libnpth0 (= 1.6-3+apertis1bv2024dev2b1)
Conflicts: libnpth-dev
Filename: pool/target/n/npth/libnpth0-dev_1.6-3+apertis1bv2024dev2b1_arm64.deb
Size: 23088
MD5sum: 66b1ef4d623a873b70a6fa7cdc335d41
SHA1: b41d541f4ae52013382a1cd2a4632b6e4118a9bd
SHA256: db6da18aeb75d5efb65c0e8ea7268b205b02da1a1732aa798a1f4c68dc437651
SHA512: 6344f0c4351e12ebe1d58c9bc1d828e096bad4bf65ccf39bcf4e03bd376887ac80d9bcf3b1edb23dc9227cd54725d5df3bcfd09d5797bcb3944f0aef5a95a825
Description: headers for libnpth0
 nPth is a non-preemptive threads implementation using an API very
 similar to the one known from GNU Pth. It has been designed as a
 replacement of GNU Pth for non-ancient operating systems. In
 contrast to GNU Pth it is based on the system's standard threads
 implementation. Thus nPth allows the use of libraries which are not
 compatible to GNU Pth.
 .
 This package contains the headers and static libraries for libnpth0.
Homepage: https://www.gnupg.org/

Package: libnspr4
Priority: optional
Section: libs
Installed-Size: 425
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: arm64
Source: nspr
Version: 2:4.35-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/n/nspr/libnspr4_4.35-1+apertis1bv2024dev2b1_arm64.deb
Size: 100380
MD5sum: d8de5fd43c704d4702772cd8ef3bd45e
SHA1: c5db09f3a2b9dbcdce8fe02db2423a30de22f6ed
SHA256: 9c9f7e98f5fa18b12802e8d6de28a7d46057d7b4880a74663b3745325d3b5862
SHA512: bead6097fbd9eb64cce19066e9965f3c4790edf0a3d088a4cab21158eed22746ab60b2c22a54ebe9c6e157115943f187fba0615ede7382983f02a01a1f1fec0e
Description: NetScape Portable Runtime Library
 This library provides platform independent non-GUI operating system
 facilities including:
  * threads,
  * thread synchronisation,
  * normal file I/O and network I/O,
  * interval timing and calendar time,
  * basic memory management (malloc and free),
  * shared library linking.
Homepage: http://www.mozilla.org/projects/nspr/
Multi-Arch: same

Package: libnspr4-dbgsym
Priority: optional
Section: debug
Installed-Size: 388
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: arm64
Source: nspr
Version: 2:4.35-1+apertis1bv2024dev2b1
Depends: libnspr4 (= 2:4.35-1+apertis1bv2024dev2b1)
Filename: pool/target/n/nspr/libnspr4-dbgsym_4.35-1+apertis1bv2024dev2b1_arm64.deb
Size: 321560
MD5sum: 5cb83c789ab0714f558ff7d77f8eb63f
SHA1: ce32b35cd9b73c9212eb28f7542593223c2c3110
SHA256: 7967c2c5c0c0400495eed9af2e1582964a1f939e593f7bf13f9ca43d2cfd414d
SHA512: 9d4053270d43052a5b3b2fa77812809735d874d6ec8dd28b3d84aef612e80e86d2dc629c225187a20bc049dc0939bf841e491b6f7c2d620603daad51e16807a9
Description: debug symbols for libnspr4
Auto-Built-Package: debug-symbols
Build-Ids: 0b474362f365161efefef65342701a109b446040 49a8c0bf5c40e12c5ecdac19371df8c2afee54ad 70602a1a00faa150f31bc40ed8f05991e3c9a468
Multi-Arch: same

Package: libnspr4-dev
Priority: optional
Section: libdevel
Installed-Size: 1153
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: arm64
Source: nspr
Version: 2:4.35-1+apertis1bv2024dev2b1
Depends: libnspr4 (>= 2:4.35), libnspr4 (<= 2:4.35-1+apertis1bv2024dev2b1.1~)
Breaks: libxmlsec1-dev (<= 1.2.33-1)
Filename: pool/target/n/nspr/libnspr4-dev_4.35-1+apertis1bv2024dev2b1_arm64.deb
Size: 202328
MD5sum: 52104451196573b5334e3555b16da3f3
SHA1: de5aa632b33860f1b759945f665dd5532992d159
SHA256: 7a7c02d6c41eb00ffb58fcc041b01e19cdff080baabf55c176add9dedda3820d
SHA512: b7e235c77706f9dd7df3968a1e6491adc150573e5bc89a75c55571124b902b93e75608fe1d32d484ac5b7fb4f836433277e2a634548a08bf17514e79d929bae1
Description: Development files for the NetScape Portable Runtime library
 This library provides platform independent non-GUI operating system
 facilities including:
  * threads,
  * thread synchronisation,
  * normal file I/O and network I/O,
  * interval timing and calendar time,
  * basic memory management (malloc and free),
  * shared library linking.
 .
 Install this package if you wish to develop your own programs using the
 NetScape Portable Runtime library.
Homepage: http://www.mozilla.org/projects/nspr/

Package: libnss-myhostname
Priority: optional
Section: admin
Installed-Size: 274
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/systemd/libnss-myhostname_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 90724
MD5sum: 108850da340c153aad9480578c96c129
SHA1: c5eb369101de8313afa931149d2441aa6913800d
SHA256: 35785a405bb79bca72fb5ff4676c5bea76709cd1a640acef9c62a21fdff668f4
SHA512: 860fdb2924e267ff54f9053ac2d1cafd6cfe19f7d51ebfb3ae53c3f42799cb96307a428d0e8300cf10a9438816cafe9a906218b85f00c254850584419deb8d27
Description: nss module providing fallback resolution for the current hostname
 This package contains a plugin for the Name Service Switch, providing host
 name resolution for the locally configured system hostname as returned by
 gethostname(2). It returns all locally configured public IP addresses or -- if
 none are configured, the IPv4 address 127.0.1.1 (which is on the local
 loopback) and the IPv6 address ::1 (which is the local host).
 .
 A lot of software relies on that the local host name is resolvable. This
 package provides an alternative to the fragile and error-prone manual editing
 of /etc/hosts.
 .
 Installing this package automatically adds myhostname to /etc/nsswitch.conf.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: same

Package: libnss-myhostname-dbgsym
Priority: optional
Section: debug
Installed-Size: 404
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libnss-myhostname (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-myhostname-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 292824
MD5sum: 46a72ff1ba33dbbf5c5e7d5534702a53
SHA1: f6eb08217bea1f6db9fc407f60a87ab6d276d9d1
SHA256: 264764df2bcbc08222d850dc9e64c7f4a1e967158b7869eb33840595cf51682e
SHA512: d2d5b53eb9a2cf4267a52ab16d3df82b727e1fb60c23cdf7647a84f5b0c5cbcd29cf1959d0e7d9f22ddf8e3c0d64479973531963fdad0b8c0e8e89a8c9508665
Description: debug symbols for libnss-myhostname
Auto-Built-Package: debug-symbols
Build-Ids: 2baa4c973f8dad79d5ccc1eb95ad56d2eb4b3613
Multi-Arch: same

Package: libnss-mymachines
Priority: optional
Section: admin
Installed-Size: 408
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd-container (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-mymachines_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 163720
MD5sum: f3a6f226f47caa1ca4c73fb414a1de12
SHA1: dad7216497b0ab32c0c93518ee0181b32b98db6d
SHA256: 501930ca5aa001080002988ce07169df866febedb6f59321e97d375c7e148b51
SHA512: 395e3633a1c04264260721d1e91b8836694d6e2236a1d0d760a956e775cd7377df5698ff92e7eaace135c8b467b76e8c9561a37bdcfbb569d2dc88c4453c82a5
Description: nss module to resolve hostnames for local container instances
 nss-mymachines is a plugin for the GNU Name Service Switch (NSS) functionality
 of the GNU C Library (glibc) providing hostname resolution for local containers
 that are registered with systemd-machined.service(8). The container names are
 resolved to IP addresses of the specific container, ordered by their scope.
 .
 Installing this package automatically adds mymachines to /etc/nsswitch.conf.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: same

Package: libnss-mymachines-dbgsym
Priority: optional
Section: debug
Installed-Size: 717
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libnss-mymachines (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-mymachines-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 564832
MD5sum: a65e935afe660b0e2f7229dec294cf85
SHA1: fdf7efa3c63e94f6694c1e6f4e5c115ff00cc911
SHA256: ac149dba1b3e8c5abefbcf8a12482bd78a5eff3e94dab79e1c2455a2285bcba6
SHA512: 53fe9c82c55cc40b8f0d57309bd9e8758f0c9fbc3f19ab1d35cdd5bc266cca0e397ef68135c5ed2dff54cdd85c33e41946b5d3736b99a41279021bc4c2c8293d
Description: debug symbols for libnss-mymachines
Auto-Built-Package: debug-symbols
Build-Ids: 4ca5b6844510b410ea44f23b02605ba9e558ad84
Multi-Arch: same

Package: libnss-resolve
Priority: optional
Section: admin
Installed-Size: 273
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), systemd-resolved (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-resolve_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 102372
MD5sum: 664a819e9b58959ae167857b6ca564e6
SHA1: e24159406739362255df87de2fd2e6fef7eed912
SHA256: fd8b3f182d4d939cfb0c63b197daa6737f8f845f1d5aa6902afd41776c1d8440
SHA512: 99b7fae1afb5f2bec374ccfb442d0c7bc7584dc6d7656a50c25f66150675b7ad952b5666daeeafbb3c05703565ef2614f96125a7294251d92714205a46752a71
Description: nss module to resolve names via systemd-resolved
 nss-resolve is a plugin for the GNU Name Service Switch (NSS) functionality
 of the GNU C Library (glibc) providing DNS and LLMNR resolution to programs via
 the systemd-resolved daemon (provided in the systemd-resolved package).
 .
 Installing this package automatically adds resolve to /etc/nsswitch.conf.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: same

Package: libnss-resolve-dbgsym
Priority: optional
Section: debug
Installed-Size: 389
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libnss-resolve (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-resolve-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 297320
MD5sum: c94e8f40aeb04f7fdf7ec0ba38a44d66
SHA1: 3a25df78896540b12e3bf0f5e9d4084aef8ce9bd
SHA256: fc2b807934d7edb4e8514a28291a79ebde3c4d14e172d444b0dda45c8fbe4518
SHA512: ff2dde0c98047bf1f637fbfa35f971f0d3778bc976c6348286e3dda2543e1c312f190dede726610c2d3078d063e9f3739a286693077cca347bed4b23b71b0f62
Description: debug symbols for libnss-resolve
Auto-Built-Package: debug-symbols
Build-Ids: 6ce7ad73ce68172e51ee008078041e3322e78d37
Multi-Arch: same

Package: libnss-sudo
Priority: optional
Section: admin
Installed-Size: 674
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: all
Source: sudo
Version: 1.9.13p3-1+apertis1bv2024dev3b1
Filename: pool/target/s/sudo/libnss-sudo_1.9.13p3-1+apertis1bv2024dev3b1_all.deb
Size: 672264
MD5sum: 83aca419ccba9367cdf4df77c78cc3e0
SHA1: ec25fb679fdab0c0e611ead2573850a0058f1cb8
SHA256: b9adf2608d60febc723580c700a8335e4ab3de86688c5b07e82137331e3fbae7
SHA512: 4d656d41a4cb18d909a22d075acbdb439256ffab3a419c9dcbdd0bafeaf13ea63c401b09394fc725c1a3064ad743140b3044cd61782fc7704cca07e4f9e915c2
Description: NSS configuration for sudoers service
 This empty package provides the basic configuration needed to enable the
 `sudoers` NSS service.
Homepage: https://www.sudo.ws/
Multi-Arch: foreign

Package: libnss-systemd
Priority: standard
Section: admin
Installed-Size: 407
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-systemd_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 160252
MD5sum: 9a9b5326a530354f0d46d4da6d24f6e6
SHA1: 5ecf76b11903e81f01ad5cc0e138b550cde356d6
SHA256: 6b28bf8c33526132f98c7cf7910ca3f1885f5dc86928c95de490bd16bc86b646
SHA512: 650058dc4fc59bc5db6d43fa079482945c2a6eede7d3c1b5383ec947e71a933b240b97ad9324c098d3fb2e7eab0494aaa5bed88fe18162e5944cc547194f2093
Description: nss module providing dynamic user and group name resolution
 nss-systemd is a plug-in module for the GNU Name Service Switch (NSS)
 functionality of the GNU C Library (glibc), providing UNIX user and group name
 resolution for dynamic users and groups allocated through the DynamicUser=
 option in systemd unit files. See systemd.exec(5) for details on this
 option.
 .
 Installing this package automatically adds the module to /etc/nsswitch.conf.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: same

Package: libnss-systemd-dbgsym
Priority: optional
Section: debug
Installed-Size: 728
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libnss-systemd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libnss-systemd-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 589164
MD5sum: 32b58113e0ec00826bec130aef73d215
SHA1: 80ae692b69248d4a08b275f621dfc03d51b0166c
SHA256: 504955c3ae9318e118f5b616ba1a113fd188001bfff29a7eb07c746058401c6f
SHA512: fbccf6895592c52adb5b1829d004db6bf82f776af252228f3419ddab1bf861527da7281e7ef4cbd11efb68714445745b4a688016036f1567c413a45b6915f2a9
Description: debug symbols for libnss-systemd
Auto-Built-Package: debug-symbols
Build-Ids: e3a629fe0e002bb7a4ff696c7fa86889550854ac
Multi-Arch: same

Package: libnss3
Priority: optional
Section: libs
Installed-Size: 4133
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: arm64
Source: nss
Version: 2:3.87.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libnspr4 (>= 2:4.34), libsqlite3-0 (>= 3.5.9)
Filename: pool/target/n/nss/libnss3_3.87.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 1218560
MD5sum: a47b44725a857cdf67a1044c6c4cbecc
SHA1: 4eb50191c2df2fefdafc323d24cfc3cd4a5f9616
SHA256: 6e373b0cd6ea142c498ddb32e092c19bd5642b2a0067387ff7b328141d0af706
SHA512: 9537d87c04c5d542ed35359f35085c540e62e17679d95212197940bc9dbb990a73a4438cfa3f17b0591908eb48743ef0ef6baee8be92c17c339cc3d85937b84f
Description: Network Security Service libraries
 This is a set of libraries designed to support cross-platform development
 of security-enabled client and server applications. It can support SSLv2
 and  v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and
 other security standards.
Homepage: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
Multi-Arch: same

Package: libnss3-dbgsym
Priority: optional
Section: debug
Installed-Size: 4763
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: arm64
Source: nss
Version: 2:3.87.1-1+apertis1bv2024dev2b1
Depends: libnss3 (= 2:3.87.1-1+apertis1bv2024dev2b1)
Filename: pool/target/n/nss/libnss3-dbgsym_3.87.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 4081724
MD5sum: 13a1a6cbd29a9f12ecd0e107ead4e743
SHA1: 21e54300ccc5a2ade6a95f778943d8367f71ccf2
SHA256: a13820ad9d93a62d9ad7b4e78ddf082d0d57574738e9965b962ec48756fcadc3
SHA512: 542f2524556795a60fa6106b4ee27accc25842b7a923e9036504602b86f2576c721f221a1871e5b8d8477c9ce762ee0fc223dbb6da0e3f5975ced352d2dd2f23
Description: debug symbols for libnss3
Auto-Built-Package: debug-symbols
Build-Ids: 0cbf1d940455f0ef66aff5ae1ce55e4fd9597b50 0d45b89c65621cdc97f1e8fddbf99391d84696b7 19cc75114399ee0eb110d8726fec6eef4d4fa363 21f6d4ab4d0b3e53c5dc3f0dd2e224c4d836cc55 409f527959ce4a8e592a2b16421bd95644e33f42 8ddc5f477138546192c08c08f3a6d38d9e276a23 cab29ed64359c103fb201e81496ac861feb2e3de e637c5929cabbc670b731e9e535ec6c9a6d4325f fdf1bba6c1530267301f488a397abd58363e6076
Multi-Arch: same

Package: libnss3-dev
Priority: optional
Section: libdevel
Installed-Size: 1444
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: arm64
Source: nss
Version: 2:3.87.1-1+apertis1bv2024dev2b1
Depends: libnss3 (= 2:3.87.1-1+apertis1bv2024dev2b1), libnspr4-dev (>= 4.6.6-1)
Breaks: libxmlsec1-dev (<< 1.2.33-1~)
Filename: pool/target/n/nss/libnss3-dev_3.87.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 244972
MD5sum: 0c692921f37cc38ca1fe08225268f3a1
SHA1: d1ed8e9b829c96d6d8d2c15aa4a857b7cea219d0
SHA256: 979ec1df05b1c9b37d2a01707d61d58e6bf3bfd65fad96b23b266de98d4b664b
SHA512: 355adae545bcf604c7cc8a316eb2cbd7e553a800281a3818a40322fc44b5f1364bb167090b6c17e1e588e4824e5193ca462ff7a8ac2847d2d51ae451204ecd72
Description: Development files for the Network Security Service libraries
 This is a set of libraries designed to support cross-platform development
 of security-enabled client and server applications. It can support SSLv2
 and  v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and
 other security standards.
 .
 Install this package if you wish to develop your own programs using the
 Network Security Service Libraries.
Homepage: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
Multi-Arch: same

Package: libnss3-tools
Priority: optional
Section: admin
Installed-Size: 5681
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: arm64
Source: nss
Version: 2:3.87.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libnspr4 (>= 2:4.34), libnss3 (>= 2:3.82), zlib1g (>= 1:1.1.4)
Filename: pool/target/n/nss/libnss3-tools_3.87.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 982704
MD5sum: 0dbb02d9d2985680681f88b96cf09a5d
SHA1: a422a78ff398f7e9328b6e8cdfd55940fe5d634d
SHA256: 15a76b3c025f3e42128dc05bc2fdac62373e95d68bd4f38ced86177cf7576a3d
SHA512: 6aaa465f2c0eb8fbf622b78a2b2a27e8ca212299b6a37420fe16acf45a19311f5bc12027a95877d660b64990dd88a0197f0b0c58bdd578c5e696986fe13c43b2
Description: Network Security Service tools
 This is a set of tools on top of the Network Security Service libraries.
 This package includes:
  * certutil: manages certificate and key databases (cert7.db and key3.db)
  * modutil: manages the database of PKCS11 modules (secmod.db)
  * pk12util: imports/exports keys and certificates between the cert/key
    databases and files in PKCS12 format.
  * shlibsign: creates .chk files for use in FIPS mode.
  * signtool: creates digitally-signed jar archives containing files and/or
    code.
  * ssltap: proxy requests for an SSL server and display the contents of
    the messages exchanged between the client and server.
Homepage: http://www.mozilla.org/projects/security/pki/nss/tools/

Package: libnss3-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 6712
Maintainer: Maintainers of Mozilla-related packages <team+pkg-mozilla@tracker.debian.org>
Architecture: arm64
Source: nss
Version: 2:3.87.1-1+apertis1bv2024dev2b1
Depends: libnss3-tools (= 2:3.87.1-1+apertis1bv2024dev2b1)
Filename: pool/target/n/nss/libnss3-tools-dbgsym_3.87.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 5535936
MD5sum: 592c87a36342586154496000a949934a
SHA1: e13f13ab593a00768a7963d8211e3f2bc9df9992
SHA256: 4105ecb119e817763792d918eaffc7bfb63a53b06a7c393201778e5be0b96dde
SHA512: c6526c43cc94bfddd06dbeeba37968a97ba5ef9dc927934ab18af3b2e63758b74dc5620ff41b6bd7c6535271f529fe995e417560486271e8fe283a9e9c516369
Description: debug symbols for libnss3-tools
Auto-Built-Package: debug-symbols
Build-Ids: 1475df23ada9d5a1586aee03b34df81f7c952568 2771cca7d17ab0121b739b71eddc5afd9b99d457 2a4464a49ba387fea8296a4858bd1914cd7c5152 2e1a35d330bedb7196cd8e25330204301d1956ac 2ff882d16c94ea618b9b311ffafd3534ba6273dd 378599d14937d6e5852dfc02ec587b1681081369 434515870c420e781d87c979e9303f29aa167cc9 4b41fe275c925ef271add99fa007a25c34b0518b 4caf8417fc71cd6ebe0e2508585295783137351d 50be63092ed883487eb4fa33826d424fc127a88e 637d46819a7ad918212758c1aaee6cc3022079e2 76c8c114a3c4f7d5b129a85bd1fea75008912ad7 7c9e0c3d46244e5cc4ab671ffa05855ff2ef014f 80a56ef17eafbd1538e49806cefa167305d9ff35 82fb340116c6ed9608c3a9c34d9f73869f93e9ec 8c8b84674aa9f4f580519ffab44c78d281df08ab 909de4300f185aa008e444acadc809b911f5cd87 98f085fbf8b5f7158aed7d3ef954083b694ea6ff 9f290c05732d1bf0c7272f82f571529842f6242c b8d37e4e55a9c7489dba818e9a83fe326e83dab7 c2c75025b9ddb811f15103331f49df8263be5fe7 ddd3ddeddbfa3a091f624c990cbec0302143d0ce e41168ee8ccb3b376654c14a6115eb35320b55f1 e69538e4313d2d396c1596aea6997f641743e676 e8ec58fb77614b8ac03e5b1692b404516ba0d0b1 ea803d9189215aca0c52506cd1dabfb1157f243b ed87cdaf7934fe04920a0c21a687e40f9e64146e f3fdbc56e7da850337bdc338b911a4e5f884e846 f422f805895dc7b2fa84d48a6cbb3a116270baa5

Package: libnsync-cpp1
Priority: optional
Section: libs
Installed-Size: 86
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: nsync
Version: 1.25.0-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.8)
Filename: pool/target/n/nsync/libnsync-cpp1_1.25.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 18552
MD5sum: b07eab0dc1ff0c17c579e5544bf0b8c5
SHA1: 8c0c85c12ad3d1524c4c8ab9d39920bf4dde34f4
SHA256: f00c9e2b14c7a65d9e07dc0cd91be363d798111f92e675d99a42ecf0abf1705d
SHA512: ac9cf0f08221c0ec999b3549dc8fdcbc434dcd9eda79e70f5b2c09807c83fa80d3151c77bd50c3a1d57fc33f43e94b7a7d2aeeeec8e26044129982f132f855d3
Description: C library that exports various synchronization primitives (C++ lib)
 nsync is a C library that exports various synchronization primitives:
 .
  * locks
  * condition variables
  * run-once initialization
  * waitable counter (useful for barriers)
  * waitable bit (useful for cancellation, or other conditions)
 .
 This package ships C++ shared object.
Homepage: https://github.com/google/nsync
Multi-Arch: same

Package: libnsync-cpp1-dbgsym
Priority: optional
Section: debug
Installed-Size: 105
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: nsync
Version: 1.25.0-1+apertis0bv2024dev2b1
Depends: libnsync-cpp1 (= 1.25.0-1+apertis0bv2024dev2b1)
Filename: pool/target/n/nsync/libnsync-cpp1-dbgsym_1.25.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 84152
MD5sum: a4d14311525c8aed72a69dbdff4013bb
SHA1: 4f3755bfb460eccf9f1536a7cedd838842b99504
SHA256: 54630b3096357e6f89ee8d5220a6332cf60aaad41c8b8da15afa1824dac3ee6f
SHA512: efee097fd94df1d8b616033466277f22e13499118dd7c54d55ef9900e66bfea17c8078f9a332db2fc305af2b5f3ab449895e13ccc9d872cf14c4096446e6be1a
Description: debug symbols for libnsync-cpp1
Auto-Built-Package: debug-symbols
Build-Ids: 7e1eab9be5775b1d6ad2f0b6bcd8337d327800f7
Multi-Arch: same

Package: libnsync-dev
Priority: optional
Section: libdevel
Installed-Size: 67
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: nsync
Version: 1.25.0-1+apertis0bv2024dev2b1
Depends: libnsync-cpp1 (= 1.25.0-1+apertis0bv2024dev2b1), libnsync1 (= 1.25.0-1+apertis0bv2024dev2b1)
Filename: pool/target/n/nsync/libnsync-dev_1.25.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 13628
MD5sum: abd292d02b52f535d6c9188ff3415947
SHA1: 2cf4e496a4a3ad9c59b6ccb694990b720cdf2a6a
SHA256: 4b22d8f18ac9591feabff1d1300c51249a93c24cc32d844af898b7e528a56ac1
SHA512: f37fd3ff7eb8c3a477861196c78bac51f9dfd182f9996ffc4cf398f38a97854e2c134f71b89aee869afd4e29c2c40fa1c4ebe4846a5c693c263aa97e4cfff9d4
Description: C library that exports various synchronization primitives (dev)
 nsync is a C library that exports various synchronization primitives:
 .
  * locks
  * condition variables
  * run-once initialization
  * waitable counter (useful for barriers)
  * waitable bit (useful for cancellation, or other conditions)
 .
 This package ships header files.
Homepage: https://github.com/google/nsync
Multi-Arch: same

Package: libnsync1
Priority: optional
Section: libs
Installed-Size: 83
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: nsync
Version: 1.25.0-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/n/nsync/libnsync1_1.25.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 17108
MD5sum: 5a413a622c2d3066214982a5d3a08f3d
SHA1: c1a3a684a9dc1806942c2b1e32b96b343854a801
SHA256: f076ad62be6cc307fafbd14d82074f7310c51a0b8e7453beefcd6e8b4326b6c1
SHA512: 70cef7d73671d3e955d1b7e18d88b2221f3557269cd4c28d6eb80ca31717c37db06c35d4e63c4cebe90b977198d03914ee1fc77913a22c5bdd63a7cee973a149
Description: C library that exports various synchronization primitives (C lib)
 nsync is a C library that exports various synchronization primitives:
 .
  * locks
  * condition variables
  * run-once initialization
  * waitable counter (useful for barriers)
  * waitable bit (useful for cancellation, or other conditions)
 .
 This package ships C shared object.
Homepage: https://github.com/google/nsync
Multi-Arch: same

Package: libnsync1-dbgsym
Priority: optional
Section: debug
Installed-Size: 62
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: nsync
Version: 1.25.0-1+apertis0bv2024dev2b1
Depends: libnsync1 (= 1.25.0-1+apertis0bv2024dev2b1)
Filename: pool/target/n/nsync/libnsync1-dbgsym_1.25.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 42956
MD5sum: 4f1653c15610b09d2ecde6afbb56eba3
SHA1: 7fc03ca6f79f7ae9f2608fd00718b1fb9ec46bce
SHA256: 12bf3ecfca2cd91823f60ff31f24719d05f2b735da10572a18845b92be21982d
SHA512: f21f90fe858796e15371f7a2444efaa48823479428afcf16beafc3e938e0e5379c5a3e8f638211ef5bf1e3017b2d3956c192c8c1cae1eaee5541dcbf967a0839
Description: debug symbols for libnsync1
Auto-Built-Package: debug-symbols
Build-Ids: f8f76d694e0e1d9c76f12af858764e54fbddae62
Multi-Arch: same

Package: libntfs-3g89
Priority: optional
Section: libs
Installed-Size: 414
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: ntfs-3g
Version: 1:2022.10.3-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.33)
Filename: pool/target/n/ntfs-3g/libntfs-3g89_2022.10.3-1+apertis0bv2024dev2b1_arm64.deb
Size: 149504
MD5sum: f64813f26b203f2ad62bed11426e7599
SHA1: 333846947569db49110b618432f59dfa483d9334
SHA256: 3f889b94d8c4d242d62bec0e917d3c584074138cd79d8b4a208ff401ec1c7069
SHA512: fac8900b3b67e95d137320cff2853f9911ed240213d1eb64f36bf056fae9ad748f5819a6529904240cfbb4aed3c1f208230d79971045f785eade0f27366ff859
Description: read/write NTFS driver for FUSE (runtime library)
 NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
 filesystem used by Microsoft Windows.
 .
 This package contains the actual library.
Homepage: https://github.com/tuxera/ntfs-3g/wiki
Multi-Arch: same

Package: libntfs-3g89-dbgsym
Priority: optional
Section: debug
Installed-Size: 450
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: ntfs-3g
Version: 1:2022.10.3-1+apertis0bv2024dev2b1
Depends: libntfs-3g89 (= 1:2022.10.3-1+apertis0bv2024dev2b1)
Filename: pool/target/n/ntfs-3g/libntfs-3g89-dbgsym_2022.10.3-1+apertis0bv2024dev2b1_arm64.deb
Size: 419336
MD5sum: d9b1a0a08da28a9c2a7417f2f0443cf9
SHA1: c65634fa80e1036d361bfacbe40a8d0fae7ca59c
SHA256: 7d106e37b63902e691a78dab27fb5fc303a1e21bd49a6d6d27a3600f1c1ece09
SHA512: ea5e20fa87dfbf32f8bb51db6a8752d0256243ba342e603a379243ddb79a2738b78282903c2f8fc0d5c628dfa973848bef4ac325e2cb6a72174bc9d91de9c172
Description: debug symbols for libntfs-3g89
Auto-Built-Package: debug-symbols
Build-Ids: eb141a14cf769ec0e5111bea726103ebeb74a66b
Multi-Arch: same

Package: liboauth-dev
Priority: optional
Section: libdevel
Installed-Size: 124
Maintainer: Laurin Hagemann <laurinhg@gmx.de>
Architecture: arm64
Source: liboauth
Version: 1.0.3-5+apertis2bv2024dev2b1
Depends: libcurl4-openssl-dev | libcurl4-dev, libnss3-dev, liboauth0 (= 1.0.3-5+apertis2bv2024dev2b1)
Filename: pool/target/libo/liboauth/liboauth-dev_1.0.3-5+apertis2bv2024dev2b1_arm64.deb
Size: 34024
MD5sum: ecfcdcba890ffa812fdef3c89390a010
SHA1: 04b01ea7b81b862c87e31a8556effbd616831abf
SHA256: 65a5b2aca78560713439fe0323eca07f87dbeac778d07ff04799aab4768a421a
SHA512: 539bb244ec5c640f0e47a6fbcc4ad1f90f95c062f7a1c62d0a781190e9adc5eba12b2177cba78328ad15cd5e974330b8833a734abae8306872136e0f656a6342
Description: C library implementing OAuth Core 1.0a API (development files)
 OAuth (Open Authorization) is an authentication protocol that allows
 users to approve a client (such as a Twitter third-party app) to act on
 their behalf without sharing their password. liboauth provides basic
 functions to escape and encode parameters according to the OAuth Core
 1.0a API, and offers high-level functions to sign requests or verify
 signatures.
 .
 This package contains the development files.
Homepage: http://liboauth.sourceforge.net/
Multi-Arch: same

Package: liboauth0
Priority: optional
Section: libs
Installed-Size: 91
Maintainer: Laurin Hagemann <laurinhg@gmx.de>
Architecture: arm64
Source: liboauth
Version: 1.0.3-5+apertis2bv2024dev2b1
Depends: libc6 (>= 2.17), libcurl4 (>= 7.16.2), libnss3 (>= 2:3.13.4-2~)
Filename: pool/target/libo/liboauth/liboauth0_1.0.3-5+apertis2bv2024dev2b1_arm64.deb
Size: 19276
MD5sum: 84b819d24611b1d7c0493ecce3f3bc38
SHA1: b1d2401632137e1838114993acadec177316ec1b
SHA256: 8ed62afc637523e82045a8eb1c6326f1c521d66267b15aa56bc46d1393cd071b
SHA512: 04e0af3dc6bd68e40e5378553b3996bb2f800d6fd9daaf116b3560d28e337a42a65aa224fdfb85da0420204026cbab7010524e1cb3a3dc92ed29a258b6735be0
Description: C library implementing OAuth Core 1.0a API (runtime)
 OAuth (Open Authorization) is an authentication protocol that allows
 users to approve a client (such as a Twitter third-party app) to act on
 their behalf without sharing their password. liboauth provides basic
 functions to escape and encode parameters according to the OAuth Core
 1.0a API, and offers high-level functions to sign requests or verify
 signatures.
 .
 This package contains the shared libraries.
Homepage: http://liboauth.sourceforge.net/
Multi-Arch: same

Package: liboauth0-dbgsym
Priority: optional
Section: debug
Installed-Size: 68
Maintainer: Laurin Hagemann <laurinhg@gmx.de>
Architecture: arm64
Source: liboauth
Version: 1.0.3-5+apertis2bv2024dev2b1
Depends: liboauth0 (= 1.0.3-5+apertis2bv2024dev2b1)
Filename: pool/target/libo/liboauth/liboauth0-dbgsym_1.0.3-5+apertis2bv2024dev2b1_arm64.deb
Size: 51388
MD5sum: 93b45370046c45913d2c23cc12aabbc6
SHA1: c78ae41fbf5a431f4f73d9039611cf06a9f6c688
SHA256: 9b24dcf449438c108471e72383f1518b15aebf58352a40affde85289c883aed9
SHA512: 1e49e43804d5ad322525e45706ba1994b2ddbba44755c4cbc23bf0153b739858ccdd35134baef647ccb03ada9134153487e704be46b72a5dd775a3e3c80c4b39
Description: debug symbols for liboauth0
Auto-Built-Package: debug-symbols
Build-Ids: 99b2bc21fcc2ed5d179fb3dca0f3a7f53c1aeb3e
Multi-Arch: same

Package: libobjc-12-dev
Priority: optional
Section: libdevel
Installed-Size: 1375
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libgcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libobjc4 (>= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libobjc-12-dev_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 164904
MD5sum: 9cae8c7d2e96cd84f95f1d80edac0140
SHA1: 4a59a58dcdbc030e184c2102a6852835928b46d5
SHA256: a5068fcd11074ab800864645da5e768ec9c34831b99ef235dfed1ea74d50c147
SHA512: 6d13ecb9f90b6fdc3e74d71a3fd5688973f6828992e037e9a7e505b4e1b84658e00a2dc67273d22f442002651c9952e4c0499e2b5158ed6b2ea5ecca8838787e
Description: Runtime library for GNU Objective-C applications (development files)
 This package contains the headers and static library files needed to build
 GNU ObjC applications.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libobjc4
Priority: optional
Section: libs
Installed-Size: 293
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34), libgc1 (>= 1:7.2d), libgcc-s1 (>= 3.0)
Filename: pool/target/g/gcc-12/libobjc4_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 38760
MD5sum: 2e035d37eddf24d61ac4e1f0493c96c3
SHA1: fde7fce4f08a39b7ff214c030d9c496de8c5080b
SHA256: a69500894cbe2eb14bc4a81ede7048a08d3b5523c0c1fee71349993b658c9971
SHA512: dd25ab12a859db1387157dd0efdc0746fa4c3f8dbd6095fe791ceea367393391f22f2c2f8e3795ae6e2507d8017922198a6778753016372eb012045103062da1
Description: Runtime library for GNU Objective-C applications
 Library needed for GNU ObjC applications linked against the shared library.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libobjc4-dbgsym
Priority: optional
Section: debug
Installed-Size: 253
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libobjc4-dbg (<< 9.2.1-21)
Depends: libobjc4 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libobjc4-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libobjc4-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 199588
MD5sum: ce57fe799be846f1ff9dbad360ab68dc
SHA1: 6d91c0fa21f747832d940915924e50db2010444f
SHA256: cb3acadbde56f6a22fb2c98480e75ec0efdb0b33190d512925d085f8dc49498b
SHA512: a0bcf885a8caebd7295b1690b5fce9e14f58207ced6cdefd009b518ab6c4b42cdc8c1ad8b3e4f81bcfc48e732ce7e278fc08af5461ae3933645021181de4efc5
Description: debug symbols for libobjc4
Auto-Built-Package: debug-symbols
Build-Ids: 091be3f171cd6946eba4fdd02f38c3e0e4227cef d2f4a028ce4b728024c2c669d3e2a0272117e48d
Multi-Arch: same

Package: libogg-dev
Priority: optional
Section: libdevel
Installed-Size: 465
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libogg
Version: 1.3.5-3+apertis0bv2024dev3b1
Depends: libogg0 (= 1.3.5-3+apertis0bv2024dev3b1)
Filename: pool/target/libo/libogg/libogg-dev_1.3.5-3+apertis0bv2024dev3b1_arm64.deb
Size: 200308
MD5sum: bf401af272510091a937966bad1e0530
SHA1: 20df9f210d87a39141b32a5b829e27422097ab66
SHA256: 8447df0503fe48cfe8c56cb528bbb95b61a78a054d63466426b409cab58ba748
SHA512: 8847b6e5882447b8ddc2d86f2c7c07af3a0882c344fe5623cc18769089a90f4038fe3f2a2c697978813e6363184ac84f5fc7c53723b43be743e3a68cbfb90271
Description: Ogg bitstream library development files
 The libogg-dev package contains the header files and documentation
 needed to develop applications with libogg.
Homepage: https://xiph.org/ogg/
Multi-Arch: same

Package: libogg0
Priority: optional
Section: libs
Installed-Size: 93
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libogg
Version: 1.3.5-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libo/libogg/libogg0_1.3.5-3+apertis0bv2024dev3b1_arm64.deb
Size: 24020
MD5sum: ed29b66f90e7b0a702817c7f8e8f9d20
SHA1: cb8cd8f971efe25e621dd3875c0f7eabd67d53c4
SHA256: 6e9da4de20c81a056b8601772b6418106462094d9db68eac85cc77d1e2be0689
SHA512: cdae7d33b4d242d6684c6fe4778ce8af59f65f63c1d38b09cda27264146f592c53022feb0a7f5d964fa639b046e06f328ddef60c791d1abd43b48d1fd370260e
Description: Ogg bitstream library
 Libogg is a library for manipulating ogg bitstreams.  It handles
 both making ogg bitstreams and getting packets from ogg bitstreams.
Homepage: https://xiph.org/ogg/
Multi-Arch: same

Package: libogg0-dbgsym
Priority: optional
Section: debug
Installed-Size: 36
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libogg
Version: 1.3.5-3+apertis0bv2024dev3b1
Replaces: libogg-dbg (<< 1.3.4-2~)
Depends: libogg0 (= 1.3.5-3+apertis0bv2024dev3b1)
Breaks: libogg-dbg (<< 1.3.4-2~)
Filename: pool/target/libo/libogg/libogg0-dbgsym_1.3.5-3+apertis0bv2024dev3b1_arm64.deb
Size: 20928
MD5sum: c713e020a0bdaf9a6abf36c3cca1d39f
SHA1: 1aae6d6bb2145c171ebe5a83d2239882802618a0
SHA256: e7fbfadbc83e6c89b58ceb5f67c192760e15d93179f4175899435775cd86e60b
SHA512: 663922b9440692d3a3121c60e566f7919a0c0f9e3ffc8581c9164e612b636e9ca29556bf75fd1c6984dd51a2603d7be0fe93d11d4152f9bd2cc99c487ee56711
Description: debug symbols for libogg0
Auto-Built-Package: debug-symbols
Build-Ids: c24121ea5d3655b3add80e76b5a89c04fb80df03
Multi-Arch: same

Package: libomp-15-dev
Priority: optional
Section: libdevel
Installed-Size: 12656
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libomp-x.y-dev
Provides: libomp-x.y-dev
Depends: libomp5-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11)
Suggests: libomp-15-doc
Conflicts: libomp-x.y-dev
Breaks: libiomp-dev (<< 3.7-1), libomp-dev (<< 44)
Filename: pool/target/l/llvm-toolchain-15/libomp-15-dev_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 570148
MD5sum: 1f751f24cf196c095b363fe0922a94f2
SHA1: 3b15ce439a75273bf8e470e2cb4d9c0eaaf8c768
SHA256: 6f3f8c9238eabc8bc4470fa48a92bdd940362e9ee9f22be7c6328dc2efaf95c6
SHA512: f5a5981aed033e0cd90da9ac0226c46d299192fec76d7ecc3028e2c268f29bfe94adf775f2926b5082c7c59659d9bf3e53320a046daf792e6f8509f0847eead2
Description: LLVM OpenMP runtime - dev package
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.
Homepage: https://www.llvm.org/

Package: libomp-15-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 107
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libomp-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libomp-15-dev-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 55172
MD5sum: 78735347ec381e8774d7daff36c37442
SHA1: f89b637d6bfb3c179578da18698efaf8af964594
SHA256: 6f559251ea1f47f30f3c643863bd2175a0d94f2dca0a0f457d4c2ad2d844d27f
SHA512: a5dc01370960615ec118be590362e55598839e2a066984fbfb74b99f19a66b6824573d8a8af26f1954f865e730cce663e2a48bd6b23b4319dfb361de5b5d95c3
Description: debug symbols for libomp-15-dev
Auto-Built-Package: debug-symbols
Build-Ids: 0df36ceae848f1474a1190dc16db0582a36ce4f6 45a328328aa5fce80c7682e029b4635bd17c2b12 5ce42fdc216c13b4bb347c5e2c2ee4c2457dd7b9

Package: libomp-15-doc
Priority: optional
Section: doc
Installed-Size: 14010
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libiomp-x.y-doc
Depends: libjs-jquery
Breaks: libiomp-x.y-doc
Filename: pool/target/l/llvm-toolchain-15/libomp-15-doc_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 1164932
MD5sum: e446f02db1b62c7693b8c65929abc0c9
SHA1: 665db69320696ec52900c7ad3c921ca6a7033c82
SHA256: 39d1d38a34c14635b08a3f4e3a792b651c2173504bec5a96ec8665ff0520074f
SHA512: 10d2c6f5b93de26e05836bc72c894dfa0c21fe9d526461e028a64f3018c947d083cfb5293e56c8979b64eb4429f61e6a077c80273723053566f86c1684bcc7d9
Description: LLVM OpenMP runtime - Documentation
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.
 .
 This package contains the documentation of this package.
Homepage: https://www.llvm.org/

Package: libomp5-15
Priority: optional
Section: devel
Installed-Size: 2893
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libomp-x.y
Provides: libomp-x.y
Depends: libc6 (>= 2.34), libelf1 (>= 0.144), libffi8 (>= 3.4), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11)
Conflicts: libomp-x.y
Breaks: libomp5 (<< 44)
Filename: pool/target/l/llvm-toolchain-15/libomp5-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 577784
MD5sum: 094ee87ce716d04d11623a27f7726cc1
SHA1: 46bca42a60ac482bf9e643fda67b4eb6501e8bd9
SHA256: cb0985554a6208c595b5e588b1c3bb2463263076aa69712c6489692ff8d6ab45
SHA512: b542e54f4646a3789b5ef598f8d796cea40fda08ab03c012c8b6ee7b345292ec37e5ca9e2051d3041d875f439dc7a2575ec46510d60e959ec769f13727422523
Description: LLVM OpenMP runtime
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.
Homepage: https://www.llvm.org/
Multi-Arch: same

Package: libomp5-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 780
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libomp5-15-dbg
Depends: libomp5-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Breaks: libomp5-15-dbg
Filename: pool/target/l/llvm-toolchain-15/libomp5-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 469996
MD5sum: c60e49116c6d4366c3cf0e304a637d04
SHA1: 9905bebd56ccc4ab70965b4b5b842036c40ca4cb
SHA256: f44df15870237289e038faf3fff7fc003743a98105153fe85059844177492503
SHA512: b1d28644a0cd367203d08f54d810fa01e2e4969096fd577559d17a9e86d94714c6b11d922f740e5514f0a3a7bb697236856144c98f81f920ebbe5cf5620af67c
Description: debug symbols for libomp5-15
Auto-Built-Package: debug-symbols
Build-Ids: 2984c48b9befb8eee80183d820c7011265e1cc6e 39ece5061f9e9e7016f24c3417aeb1d5b31c3335 5ed36c89276b283084b65baad2c2b3b67dec5292 87f42bc7afae2485d4899e1c92a82087c9f1d1d2 b9078f49a1cdfd588ec4bd621fcc9010d8365589
Multi-Arch: same

Package: libonig-dev
Priority: optional
Section: libdevel
Installed-Size: 231
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: arm64
Source: libonig
Version: 6.9.8-1+apertis0bv2024dev2b1
Depends: libonig5 (= 6.9.8-1+apertis0bv2024dev2b1)
Filename: pool/target/libo/libonig/libonig-dev_6.9.8-1+apertis0bv2024dev2b1_arm64.deb
Size: 94548
MD5sum: fc6eff96b126a2a036a48d96c0ff798b
SHA1: e8134076afc37194092af231840f6a97d4a08c8c
SHA256: 99666c3ad21155c8be2705efac50cc12117c9aa9f462833be7b6f99423d3b241
SHA512: f9fb9b4d7bedc36e719056a4a859d29047d826f09aa245b60bfe4a0c4397f425dd154027033a749c2940122171bb4cf79c065fc6e4b838e0f655b7746e2bc4f2
Description: regular expressions library — development files
 Oniguruma is a library for working with regular expressions.
 .
 Different character encoding for every regular expression object can
 be specified.
 .
 This package provides development files and static libraries.
Homepage: https://github.com/kkos/oniguruma

Package: libonig5
Priority: optional
Section: libs
Installed-Size: 668
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: arm64
Source: libonig
Version: 6.9.8-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libo/libonig/libonig5_6.9.8-1+apertis0bv2024dev2b1_arm64.deb
Size: 177916
MD5sum: 7d95a53e79daa2a60204b1c5e454e54b
SHA1: 10afd736d1ea59c1bb89549ebb60753998791ff2
SHA256: 0ea1fbb3dc5fddb018ecbeca012b203f2a4aa787ef88a91e4a88ec502a96813a
SHA512: 060df623e5ddd93b283d8216ae56d414d1be1f06c981e7624767eca5a5add8b8588c1f8ea833d4251bf6b0e2375f90629eb088e44df7bf7ea2517fd065fd0b0a
Description: regular expressions library
 Oniguruma is a library for working with regular expressions.
 .
 Different character encoding for every regular expression object can
 be specified.
Homepage: https://github.com/kkos/oniguruma
Multi-Arch: same

Package: libonig5-dbgsym
Priority: optional
Section: debug
Installed-Size: 403
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: arm64
Source: libonig
Version: 6.9.8-1+apertis0bv2024dev2b1
Depends: libonig5 (= 6.9.8-1+apertis0bv2024dev2b1)
Filename: pool/target/libo/libonig/libonig5-dbgsym_6.9.8-1+apertis0bv2024dev2b1_arm64.deb
Size: 347320
MD5sum: 6b888aaa575d2de9016f62304320a14e
SHA1: 7042125cd66bf69ef6ac9c6dd34921ab3f600ddb
SHA256: 1fe2a7efcc254dc3f3e22d7451f3fa284158558999e81f82b70d82dd621b69a9
SHA512: 2a34b842bc17c144f08c5ca3132bedc8c0b45d6d7d61ddcbb855d05e750ecbd3b676a8589e388b0ac94c127ff8eeac98141ea36a6c485418dbe71e9fe9b6bcad
Description: debug symbols for libonig5
Auto-Built-Package: debug-symbols
Build-Ids: 6ed9b9f444af062b6c117cedd665444ebb715864
Multi-Arch: same

Package: libonnx-dev
Priority: optional
Section: science
Installed-Size: 1388
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: onnx
Version: 1.12.0-2+apertis1bv2024dev2b1
Depends: libonnx1 (= 1.12.0-2+apertis1bv2024dev2b1), libonnxifi (= 1.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/o/onnx/libonnx-dev_1.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 274852
MD5sum: 24b5b88ac89be183aa00fbf16a99549a
SHA1: d4b32b92c63d56c7363c0aa783f1e6bd4737678a
SHA256: 8b1609895b7042c33f66ea2afd23f0ce2a948cdf67041412ef37dd68207d0743
SHA512: 562d95d2a7b0f28c00cf9624697af4e741b36546994e8901b534f59b15eeb2fa9f6e1ec31a743f1d31183ff498169efd7570d288f07316430ab7fc9c68664ba3
Description: Open Neural Network Exchange (ONNX) (dev)
 Open Neural Network Exchange (ONNX) is the first step toward an open ecosystem
 that empowers AI developers to choose the right tools as their project evolves.
 ONNX provides an open source format for AI models.  It defines an extensible
 computation graph model, as well as definitions of built-in operators and
 standard data types. Initially onnx focuses on the capabilities needed for
 inferencing (evaluation).
 .
 Caffe2, PyTorch, Microsoft Cognitive Toolkit, Apache MXNet and other tools are
 developing ONNX support. Enabling interoperability between different frameworks
 and streamlining the path from research to production will increase the speed
 of innovation in the AI community.
 .
 This package contains the development files.
Homepage: https://onnx.ai
Multi-Arch: same

Package: libonnx-testdata
Priority: optional
Section: science
Installed-Size: 21283
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: all
Source: onnx
Version: 1.12.0-2+apertis1bv2024dev2b1
Filename: pool/target/o/onnx/libonnx-testdata_1.12.0-2+apertis1bv2024dev2b1_all.deb
Size: 6063592
MD5sum: 0245f06d4fe6f0e9c7eb0f8babcdec1f
SHA1: 619f2712261449876667e586bdb8bf950d053e07
SHA256: 4ad291db4d1ffda4bf91091dc90b9a046fd61536dab94e6fb6dc28a8bc2f3be9
SHA512: fc782d424e4d53cfdeedfe16002e9ac90aa2bba1a31ee7daa79accd00a694f5e5748113c2c391c159e0bb421af47f19ff3984331bec471d91be797a68b21e0f6
Description: Open Neural Network Exchange (ONNX) (test data)
 Open Neural Network Exchange (ONNX) is the first step toward an open ecosystem
 that empowers AI developers to choose the right tools as their project evolves.
 ONNX provides an open source format for AI models.  It defines an extensible
 computation graph model, as well as definitions of built-in operators and
 standard data types. Initially onnx focuses on the capabilities needed for
 inferencing (evaluation).
 .
 Caffe2, PyTorch, Microsoft Cognitive Toolkit, Apache MXNet and other tools are
 developing ONNX support. Enabling interoperability between different frameworks
 and streamlining the path from research to production will increase the speed
 of innovation in the AI community.
 .
 This package contains the test data.
Homepage: https://onnx.ai
Multi-Arch: foreign

Package: libonnx1
Priority: optional
Section: science
Installed-Size: 3260
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: onnx
Version: 1.12.0-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 11)
Filename: pool/target/o/onnx/libonnx1_1.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 840424
MD5sum: 97bcb7ae434693e5b252874e791f9300
SHA1: cd8d14c18ed5cc1dcddf1f92364767aef5563ef0
SHA256: 042380284473fc017ccd4acb23765e30fd4b2e170208ec2bf66c8750a73f993b
SHA512: 0f5b4be44e6a66eb597b13a9b783ca640fee1af86b80458e71d53b492054e603d6ad833af4b7438e9d896b80c4ff6c2f4a849150aaf38f26ff6190487d22a02a
Description: Open Neural Network Exchange (ONNX) (libs)
 Open Neural Network Exchange (ONNX) is the first step toward an open ecosystem
 that empowers AI developers to choose the right tools as their project evolves.
 ONNX provides an open source format for AI models.  It defines an extensible
 computation graph model, as well as definitions of built-in operators and
 standard data types. Initially onnx focuses on the capabilities needed for
 inferencing (evaluation).
 .
 Caffe2, PyTorch, Microsoft Cognitive Toolkit, Apache MXNet and other tools are
 developing ONNX support. Enabling interoperability between different frameworks
 and streamlining the path from research to production will increase the speed
 of innovation in the AI community.
 .
 This package contains the shared objects.
Homepage: https://onnx.ai
Multi-Arch: same

Package: libonnx1-dbgsym
Priority: optional
Section: debug
Installed-Size: 17737
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: onnx
Version: 1.12.0-2+apertis1bv2024dev2b1
Depends: libonnx1 (= 1.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/o/onnx/libonnx1-dbgsym_1.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 17320144
MD5sum: 620961bff4884f9ba0729d960e8dd4f3
SHA1: 5e06e9a6dee98439d3dcc529bdf448f189bae59f
SHA256: 3302da35d382fcdf896f490d2ed7055fda4bfed6cd9b3c5e31fe2b779e6f1e4a
SHA512: c12664a1b66788a0ad47b47ed87d78ad5e741bbf8f72b31ddf0bd899529c3b9829f34546bf38844b7823dfb84d800a05d73a2a282bd5c245108bbd28935e1d21
Description: debug symbols for libonnx1
Auto-Built-Package: debug-symbols
Build-Ids: c53085ef0e12a7f29d889780b2824779efa9d531 f7cd9d4e760e594046c9f610962ded00700aeeca
Multi-Arch: same

Package: libonnxifi
Priority: optional
Section: science
Installed-Size: 312
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: onnx
Version: 1.12.0-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/o/onnx/libonnxifi_1.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 158424
MD5sum: 4d8663d92871aea673dfb60ebf46fc12
SHA1: 5b0bbfd95ba8468604a69bdccb1976f040d961d6
SHA256: 48110bf6f9348c8e14357c8956d2c94dfac766eeec5af098d6d64a59653dfecb
SHA512: 3b02704476997125e10f1ed831b8d4c939c960ab6a3531f3f97e48211b92d5e48ebf64247c33f33424b21145655c9069d8fc9b75bd1542dd2676d97e882e3bbc
Description: Open Neural Network Exchange (ONNX) (ONNXIFI)
 Open Neural Network Exchange (ONNX) is the first step toward an open ecosystem
 that empowers AI developers to choose the right tools as their project evolves.
 ONNX provides an open source format for AI models.  It defines an extensible
 computation graph model, as well as definitions of built-in operators and
 standard data types. Initially onnx focuses on the capabilities needed for
 inferencing (evaluation).
 .
 Caffe2, PyTorch, Microsoft Cognitive Toolkit, Apache MXNet and other tools are
 developing ONNX support. Enabling interoperability between different frameworks
 and streamlining the path from research to production will increase the speed
 of innovation in the AI community.
 .
 This package contains the libonnxifi.so shared object.
Homepage: https://onnx.ai
Multi-Arch: same

Package: libonnxifi-dbgsym
Priority: optional
Section: debug
Installed-Size: 42
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: onnx
Version: 1.12.0-2+apertis1bv2024dev2b1
Depends: libonnxifi (= 1.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/o/onnx/libonnxifi-dbgsym_1.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 18360
MD5sum: 9d478b610f36052041eccb6b13f82636
SHA1: 01b552a3b7bfa16a8b9999606f0d3bce1bcdc7d9
SHA256: b2cd6caca8fd66cbeeab41738fec2368e0649bcd78bf5583e1660c783cb337f5
SHA512: 09412cf01e06059d471bfc33b9ea9ea5ab47a513a5a21118ce035dc50df5d8c4dc093a7d0f94d30b50ba16eafd4ece7e7acea83192c78aaabf74be95fe2a3a52
Description: debug symbols for libonnxifi
Auto-Built-Package: debug-symbols
Build-Ids: 570b85118e8cdddc6ea02c4948157c4cbebf750d c8c2eb936ca12bbb8109c77918f1513f8effcc63
Multi-Arch: same

Package: libonnxruntime-dev
Priority: optional
Section: libdevel
Installed-Size: 765
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: onnxruntime
Version: 1.12.1+dfsg-0+apertis2bv2024dev2b1
Depends: libonnxruntime1.12.1 (= 1.12.1+dfsg-0+apertis2bv2024dev2b1)
Filename: pool/target/o/onnxruntime/libonnxruntime-dev_1.12.1+dfsg-0+apertis2bv2024dev2b1_arm64.deb
Size: 131124
MD5sum: 12b20984f8401cc5f1ac0c3ba484c1cf
SHA1: c10c1da1cf1457732c0526e0bace17aca82565ba
SHA256: a44896420dbec376f5d0eeb84a590fa1d4537a9d52ce72e795993f708e60de17
SHA512: afe3d7d6d96622ff7f179bb35a7a6f65d9f6c03d46589fc1bf38ac1b117b516aae1775eef984c17ef9558dddaf993ab0e5c9ab3e32c568f705945c477899d26b
Description: cross-platform inference and training ML accelerator (dev files)
 ONNX Runtime is a performance-focused complete scoring engine for Open Neural
 Network Exchange (ONNX) models, with an open extensible architecture to
 continually address the latest developments in AI and Deep Learning. ONNX
 Runtime stays up to date with the ONNX standard with complete implementation of
 all ONNX operators, and supports all ONNX releases (1.2+) with both future and
 backwards compatibility. Please refer to this page for ONNX opset compatibility
 details.
 .
 This package provides the development files for libonnxruntime.
Homepage: https://github.com/microsoft/onnxruntime
Multi-Arch: same

Package: libonnxruntime1.12.1
Priority: optional
Section: libs
Installed-Size: 8748
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: onnxruntime
Version: 1.12.1+dfsg-0+apertis2bv2024dev2b1
Depends: libc6 (>= 2.34), libcpuinfo0 (>= 0.0~git20200422.a1e0b95), libgcc-s1 (>= 4.0), libnsync-cpp1 (>= 1.20.1), libonnx1 (>= 1.12.0), libprotobuf-lite32 (>= 3.21.12), libprotobuf32 (>= 3.21.12), libre2-9 (>= 20160901), libstdc++6 (>= 11), libxnnpack0 (>= 0.0~git20220216.ae108ef)
Filename: pool/target/o/onnxruntime/libonnxruntime1.12.1_1.12.1+dfsg-0+apertis2bv2024dev2b1_arm64.deb
Size: 2200100
MD5sum: 1c094afc436d54550b97271718f756b2
SHA1: 530b3d99366c48ce0a9bde51cea8210020a0c756
SHA256: 936b810cbf1c09eee690c9dbede9dfd654fc1c7ea413e38ff657877fe99ff6c8
SHA512: 6c9039b9cfc2ee964cf8357cfb2f7d3a604c7b875f2084b215c23cb0d89e558a947879817928ae34418bf1a0e1611af02043a001d2048945795fbbe7012a99b3
Description: cross-platform inference and training ML accelerator (shared lib)
 ONNX Runtime is a performance-focused complete scoring engine for Open Neural
 Network Exchange (ONNX) models, with an open extensible architecture to
 continually address the latest developments in AI and Deep Learning. ONNX
 Runtime stays up to date with the ONNX standard with complete implementation of
 all ONNX operators, and supports all ONNX releases (1.2+) with both future and
 backwards compatibility. Please refer to this page for ONNX opset compatibility
 details.
 .
 This package provides the shared library.
Homepage: https://github.com/microsoft/onnxruntime
Multi-Arch: same

Package: libonnxruntime1.12.1-dbgsym
Priority: optional
Section: debug
Installed-Size: 136196
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: onnxruntime
Version: 1.12.1+dfsg-0+apertis2bv2024dev2b1
Depends: libonnxruntime1.12.1 (= 1.12.1+dfsg-0+apertis2bv2024dev2b1)
Filename: pool/target/o/onnxruntime/libonnxruntime1.12.1-dbgsym_1.12.1+dfsg-0+apertis2bv2024dev2b1_arm64.deb
Size: 136112812
MD5sum: 966daa3ba0a2d6d7ada94170cfc2a4df
SHA1: 62005914d15a6e56b4a4ec2e550b77069f1ffc52
SHA256: de4efcafad032e6bad4e823f23c9544e3c446d2175fec898f4ceb8ff9a66628d
SHA512: 327a41d1816023cfc7f5c4c0e3f0b7ba60dcb75f9f5b4b140955133c42fe6d1b486da52e0a0b299f4a10f06dbfc1f69810680985d35d20ea587af6f22a611719
Description: debug symbols for libonnxruntime1.12.1
Auto-Built-Package: debug-symbols
Build-Ids: e20d4467e16cdfbfc500ca9be37ccdf16a247e26 e8119b842896f92e8d1bb40385e5bc33e8f52d3c
Multi-Arch: same

Package: libopengl-dev
Priority: optional
Section: libs
Installed-Size: 23
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Replaces: libglvnd-dev (<< 1.3.0-1)
Depends: libopengl0 (= 1.6.0-1+apertis0bv2024dev3b1)
Breaks: libglvnd-dev (<< 1.3.0-1)
Filename: pool/target/libg/libglvnd/libopengl-dev_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 6544
MD5sum: e5141b0e88abe3e6d60ea24af6524e01
SHA1: 2dc410a0e262cfc082b91b43c2194b4244adb08e
SHA256: 8c810a24254ee4481145cf1bef8a3b91c72b32adee2bb6c78b8c7db7dde7a5be
SHA512: e8bc4cb0b2f11ef7318346192f2851f8b56fb3d4f779d621d483f279d3186d2bcfdc4a021ca9db3709d5a5d74489cfbe84f69799300008bfa129288a9286acde
Description: Vendor neutral GL dispatch library -- OpenGL development files
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package provides the development environment for compiling programs
 against the OpenGL library.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libopengl0
Priority: optional
Section: libs
Installed-Size: 438
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglvnd0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libopengl0_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 33628
MD5sum: a5759c4947a8c49d4eb97cc4878c5dac
SHA1: 4559b4bab2ed5920d5c7eb79e721ee47cd44f41e
SHA256: 1650ed2502fb9ef18550c7159f9be03a22a67da19118d13c5e3cc524ae76baa4
SHA512: 048ebea35e94faa4781a2fe311041baffc3c87d034c1c3f1f030c72100538af503222d61599e7fbe1090ae1f26f126bc8c4dfe54e26e6c84d676b9ea0f0f60d8
Description: Vendor neutral GL dispatch library -- OpenGL support
 This is an implementation of the vendor-neutral dispatch layer for
 arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
 .
 This package contains support for OpenGL.
Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
Multi-Arch: same

Package: libopengl0-dbgsym
Priority: optional
Section: debug
Installed-Size: 117
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libglvnd
Version: 1.6.0-1+apertis0bv2024dev3b1
Depends: libopengl0 (= 1.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libg/libglvnd/libopengl0-dbgsym_1.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 20068
MD5sum: eada5a4b5cdd8a51a78f7e3c30b48fa0
SHA1: 2fea2ff155a8ee13eacf0f4f37ea014e691449e3
SHA256: eaf089e07d52e25fcfc8452a1bd88e8412b8ed242b70a696298b72832d1c3f2f
SHA512: 32cbd2be050da0fb2d88c9010d30b66595df97191b719bd41f43998fc07d204c3687de9d556b8b9720ba080b3de885d8af4d6f8b35b225a8f7f9759e6bfcd4b9
Description: debug symbols for libopengl0
Auto-Built-Package: debug-symbols
Build-Ids: d6383ba7e04095595beb72c39a2d0690de0c33e1
Multi-Arch: same

Package: libopenjp2-7
Priority: optional
Section: libs
Installed-Size: 474
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34)
Filename: pool/target/o/openjpeg2/libopenjp2-7_2.5.0-2+apertis1bv2024dev3b2_arm64.deb
Size: 179636
MD5sum: 304792c24d86958181c1f5a3b11a68eb
SHA1: 86e4aff3c027978baa536810f283c54c90aeb881
SHA256: 4052b5a434156a91233414ec2a89ed822e2f5e3749d51d1ea1088de972ef8eb0
SHA512: c4ccda0ada840ec292fb849af92bdc2d6847f500ac5cb3618e79130588b85c83830dcf355b07ffb4bd59c34588f21e727385624684ec86d7fd24a22622c5e0fb
Description: JPEG 2000 image compression/decompression library
 OpenJPEG is a library for handling the JPEG 2000 image compression format.
 JPEG 2000 is a wavelet-based image compression standard and permits progressive
 transmission by pixel and resolution accuracy for progressive downloads of an
 encoded image. It supports lossless and lossy compression, supports higher
 compression than JPEG 1991, and has resilience to errors in the image.
 .
 This package contains the runtime files for openjpeg 2.x
Homepage: https://www.openjpeg.org
Multi-Arch: same

Package: libopenjp2-7-dbgsym
Priority: optional
Section: debug
Installed-Size: 534
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libopenjp2-7 (= 2.5.0-2+apertis1bv2024dev3b2)
Filename: pool/target/o/openjpeg2/libopenjp2-7-dbgsym_2.5.0-2+apertis1bv2024dev3b2_arm64.deb
Size: 506440
MD5sum: 130f31df10222be2d337e67be2036819
SHA1: 369f94967243a8997e2ae51bc2eaeb51e584872a
SHA256: 2ac80b831ced340e3f6fc52ca0eae7125653e3a14b14e57ba488b096e014c3fd
SHA512: 0af6004feb8500d86cbbe965ab919a4eef23ad44dffe8abc104580c99fce6d13aad40149d72e7b4719ee183484436bcd38df19b9c5af11a6b779ec2a11f28dbb
Description: debug symbols for libopenjp2-7
Auto-Built-Package: debug-symbols
Build-Ids: 4f443223beac3cac08bb25beddd48c7c86dfd03c
Multi-Arch: same

Package: libopenjp2-7-dev
Priority: optional
Section: libdevel
Installed-Size: 1000
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libopenjp2-7 (= 2.5.0-2+apertis1bv2024dev3b2)
Filename: pool/target/o/openjpeg2/libopenjp2-7-dev_2.5.0-2+apertis1bv2024dev3b2_arm64.deb
Size: 257000
MD5sum: 74f4d295ca900401d9bde5253c863e11
SHA1: a9cf2421ab00ca3997a6669ad8823f131dea83bf
SHA256: 05bed205d6cb4d7eae94e5f1d15fe64f1ba14af670c82a93cf34ebb18028b1db
SHA512: 14542f8137088560df2882d49c312a3a8962485b8e128e0d7dfa1b451bd9e4ba100d6aa011b1859b7276d468e00a5fc813bc8ee8f50bbce6af637439a7652f43
Description: development files for OpenJPEG, a JPEG 2000 image library
 OpenJPEG is a library for handling the JPEG 2000 image compression format.
 JPEG 2000 is a wavelet-based image compression standard and permits progressive
 transmission by pixel and resolution accuracy for progressive downloads of an
 encoded image. It supports lossless and lossy compression, supports higher
 compression than JPEG 1991, and has resilience to errors in the image.
 .
 This package contains the development files for openjpeg 2.x
Homepage: https://www.openjpeg.org
Multi-Arch: same

Package: libopenjp2-tools
Priority: optional
Section: graphics
Installed-Size: 485
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34), liblcms2-2 (>= 2.2+git20110628), libopenjp2-7 (>= 2.5.0), libpng16-16 (>= 1.6.2-1), libtiff6 (>= 4.0.3)
Filename: pool/target/o/openjpeg2/libopenjp2-tools_2.5.0-2+apertis1bv2024dev3b2_arm64.deb
Size: 108720
MD5sum: ecb9b98840b5eeb9957ca794640db7c5
SHA1: 187ed950c85804c55b425c670a0f53d998f89a90
SHA256: 4a3a0b00a3fb8fda6f627b17d6e87d742ea578e55eba6169690fe89d9e451569
SHA512: d19fccd99ba0a0c57733bf554209922035ae500d10afdb3838caae972b55018adaf17ba47f1fc64282fb486ba86a4762cd1a50bec12cde72db26041622b0e767
Description: command-line tools using the JPEG 2000 library
 This package provides with command-line tools allowing for conversions between
 several formats and also provides tools for encoding and decoding
 motion-jpeg2000 video formats:
 .
  - opj_decompress: decodes j2k, jp2, and jpt files to pgm, ppm, pnm,
                  pgx, and bmp.
  - opj_compress: encodes pnm, pgm, pgx, bmp, and ppm files to j2k,
                  and jp2.
  - opj_dump: dump information contains in j2k and jp2.
  - index_create: create jp2 with JPIP index file from a j2k file.
  - frames_to_mj2: convert YUV video streams to mj2 format.
  - mj2_to_frames: convert mj2 video streams to YUV format.
  - wrap_j2k_in_mj2: wrap j2k codestreams into mj2 format.
  - extract-j2k-from_mj2: extract j2k codestreams from the mj2 format.
Homepage: https://www.openjpeg.org
Multi-Arch: foreign

Package: libopenjp2-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 455
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libopenjp2-tools (= 2.5.0-2+apertis1bv2024dev3b2)
Filename: pool/target/o/openjpeg2/libopenjp2-tools-dbgsym_2.5.0-2+apertis1bv2024dev3b2_arm64.deb
Size: 406684
MD5sum: 25a704a2c0bb6f0ab53875ab08ed27c6
SHA1: ba7784594a770db72a39d15f3127c6a4db79641c
SHA256: 2fa036fbcaa69efe0eb9f1800ab7e68b886d573e40fac6d2f7c68e547f2ccdf5
SHA512: d6baa20e4aebed22fe43af3ea91ab43de65be22eedc0068c3fa167e0dd0ddb447f7bf1e487316b170a02fab0ce4a41d67734adcaf5bdf0140e7d090d781cd64e
Description: debug symbols for libopenjp2-tools
Auto-Built-Package: debug-symbols
Build-Ids: 2690dd9ebeeb39e3a81f8c283a7a68c080090193 9923c1c6282daa7cd4c9031f6502d9a0005d377b be37cf8b753d6de5db3b00ab8dc6d0c2a7c75c51

Package: libopenjpip-dec-server
Priority: optional
Section: graphics
Installed-Size: 354
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34), libopenjpip7 (>= 2.1.0)
Conflicts: openjpip-dec-server
Filename: pool/target/o/openjpeg2/libopenjpip-dec-server_2.5.0-2+apertis1bv2024dev3b2_arm64.deb
Size: 44108
MD5sum: 08c4dd7b84fdd05e188bfc1506bbeea9
SHA1: 49f563e7f4121f2ae9708cddc5ce15658543fb09
SHA256: 6cbaadcc3f6de9338e11173972b071438d42daf59fe2ef90716e21e40efe4fd2
SHA512: 70944fcea36d0936a5ec4f2b3021e83f6a1fa54c7cff0a17882ca34c8581052ec9f5fa85dea71993e54548be686c03fa0953d4ed349e640dcdaac87f0d292968
Description: tool to allow caching of JPEG 2000 files using JPIP protocol
 This is client side application for caching remote JPEG 2000 using the JPIP
 protocol. This command line application needs to run on the client side to
 allow application such as opj_viewer to view images.
Homepage: https://www.openjpeg.org
Multi-Arch: foreign

Package: libopenjpip-dec-server-dbgsym
Priority: optional
Section: debug
Installed-Size: 62
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libopenjpip-dec-server (= 2.5.0-2+apertis1bv2024dev3b2)
Filename: pool/target/o/openjpeg2/libopenjpip-dec-server-dbgsym_2.5.0-2+apertis1bv2024dev3b2_arm64.deb
Size: 20620
MD5sum: 523cb916617bb053c15578e3a126b5d5
SHA1: 5e355788925011c3aa06b13ae0c8abcac84cc6f4
SHA256: 43ac276ab07f30485b5b8651824d8edcc778989def77ed2417480bd35f0368ce
SHA512: 3a1b6da73e2634611e4b820fda3ffce66ae3e6912dbdecefa281aa189c2121691057308366f2166154b723ebc5fb3b1680059857dc88947d62fb94b924557483
Description: debug symbols for libopenjpip-dec-server
Auto-Built-Package: debug-symbols
Build-Ids: 0ba0d991f7b6781313f7b1ebcfb8935e64f8190d 7ac5eddf3b2e36ca42787483d7a2f801c07425e2 c91ed453bb25547069dc6ba80275d04bd0a968bd e8f29fd0782e37bce7c5a40363dccc9904376ee9

Package: libopenjpip7
Priority: optional
Section: libs
Installed-Size: 218
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libc6 (>= 2.33), libopenjp2-7 (>= 2.0.0)
Filename: pool/target/o/openjpeg2/libopenjpip7_2.5.0-2+apertis1bv2024dev3b2_arm64.deb
Size: 75600
MD5sum: 0088a870ec958ca3964a2a7617de9d7b
SHA1: 325c3ed86253be05f33f07ce43dba494131060c8
SHA256: 46261273702681bb5d3592ed52f6c98169820b5241e9b7acc4327e42f9091a76
SHA512: ad67a757eb3a729c069989682058798292e0f70e5117367f859b2e5a9ec6728c1430ea0e151d8a7c1e4973e8c3fae1d1e2980b17f93d9093aebe212935910f67
Description: JPEG 2000 Interactive Protocol
 OpenJPEG is a library for handling the JPEG 2000 image compression format.
 JPEG 2000 is a wavelet-based image compression standard and permits progressive
 transmission by pixel and resolution accuracy for progressive downloads of an
 encoded image. It supports lossless and lossy compression, supports higher
 compression than JPEG 1991, and has resilience to errors in the image.
 .
 This is an implementation of the JPEG 2000 Interactive Protocol (Part-9)
Homepage: https://www.openjpeg.org
Multi-Arch: same

Package: libopenjpip7-dbgsym
Priority: optional
Section: debug
Installed-Size: 158
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: libopenjpip7 (= 2.5.0-2+apertis1bv2024dev3b2)
Filename: pool/target/o/openjpeg2/libopenjpip7-dbgsym_2.5.0-2+apertis1bv2024dev3b2_arm64.deb
Size: 134200
MD5sum: 7caf50bc2450fb6519f1496bc8944851
SHA1: f01848ba55904b5b5f54e67f4ef66cfdd899b9ff
SHA256: 92fd58d90c6a51fb28c67cd256c67cc16d36c459096ce9a51b2564c5d1d1b4bf
SHA512: 3fa96e0c9eaef0a26dd6ab28805fc45082f7e2d1ea9a3104890e1643fa47fd98fc01e4c86bc7ce7bc42e72718a14f250f909dbcbf722b2bc05b03a960b2a9100
Description: debug symbols for libopenjpip7
Auto-Built-Package: debug-symbols
Build-Ids: f531523a9376489b590c3f14a014f0a175e734d7
Multi-Arch: same

Package: libopus-dev
Priority: optional
Section: libdevel
Installed-Size: 829
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: opus
Version: 1.3.1-3+apertis0bv2024dev3b1
Depends: libopus0 (= 1.3.1-3+apertis0bv2024dev3b1)
Filename: pool/target/o/opus/libopus-dev_1.3.1-3+apertis0bv2024dev3b1_arm64.deb
Size: 229072
MD5sum: fc334d694885ab4d8d8cb380f78354b2
SHA1: 4ea0119b43ede2e03292704ae301309b4ed4f985
SHA256: 719e63deb788eca621fb9d6c5af4ae2c6cfffa8d2bb482dfa1940e1f94038d04
SHA512: 96efe62a6b745a8a4e3a9802fcc2ccbd402d5f61c7690d47e942363274f61a70d42d7794cf839ece5f950da3e02e7333a701faed30527ef87bfef78ac6d89979
Description: Opus codec library development files
 The Opus codec is designed for interactive speech and audio transmission over
 the Internet. It is designed by the IETF Codec Working Group and incorporates
 technology from Skype's SILK codec and Xiph.Org's CELT codec.
 .
 It is intended to suit a wide range of interactive audio applications,
 including Voice over IP, videoconferencing, in-game chat, and even remote live
 music performances.  It can scale from low bit-rate narrowband speech to very
 high quality stereo music. The current features are:
 .
  Bit-rates from 6 kb/s 510 kb/s
  Sampling rates from 8 to 48 kHz
  Frame sizes from 2.5 ms to 60 ms
  Support for both constant bit-rate (CBR) and variable bit-rate (VBR)
  Audio bandwidth from narrowband to full-band
  Support for speech and music
  Support for mono and stereo
  Support for up to 255 channels (multistream frames)
  Dynamically adjustable bitrate, audio bandwidth, and frame size
  Good loss robustness and packet loss concealment (PLC)
  Floating point and fixed-point implementation
 .
 This package provides the Opus library headers and development files.
Homepage: http://www.opus-codec.org
Multi-Arch: same

Package: libopus-doc
Priority: optional
Section: doc
Installed-Size: 1477
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: opus
Version: 1.3.1-3+apertis0bv2024dev3b1
Filename: pool/target/o/opus/libopus-doc_1.3.1-3+apertis0bv2024dev3b1_all.deb
Size: 242124
MD5sum: 0b21004516e9365b8533d4e732688c86
SHA1: cb46e3cc29d05796940798f849b267d2e22668c9
SHA256: ca5b693aa539224954a83e6d66fd81a3312fda6138089321a3e7d605b6befb6e
SHA512: 82abb9dd455af4822fe1b64a3ad10b0c7ce123a23fcef6b8e89215c74d94979e1ce1a72053059ecc1691db9cadd31bb813fe8c3bdc069a86cb3560acdec76aae
Description: libopus API documentation
 The Opus codec is designed for interactive speech and audio transmission over
 the Internet. It is designed by the IETF Codec Working Group and incorporates
 technology from Skype's SILK codec and Xiph.Org's CELT codec.
 .
 This package contains the developer documentation for libopus.
Homepage: http://www.opus-codec.org
Multi-Arch: foreign

Package: libopus0
Priority: optional
Section: libs
Installed-Size: 424
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: opus
Version: 1.3.1-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.29)
Suggests: opus-tools
Filename: pool/target/o/opus/libopus0_1.3.1-3+apertis0bv2024dev3b1_arm64.deb
Size: 179592
MD5sum: 84888fdfa734e8150b9f3d9ce55cd17d
SHA1: 161ff8435e20e23181a06b519391a9866c016d05
SHA256: b55aa90d452bd0d93bc3f5591221a3a475b400e137e21090ad787272a229c1c0
SHA512: 26c045212116d08d98450ccb13eda337dba612e3b04c2762beaec9bf790ae1cc659981ab254397f7105f8ba0c8fdbb8864d4d51d1d4d93adc2e4b266ecb5ffd1
Description: Opus codec runtime library
 The Opus codec is designed for interactive speech and audio transmission over
 the Internet. It is designed by the IETF Codec Working Group and incorporates
 technology from Skype's SILK codec and Xiph.Org's CELT codec.
 .
 It is intended to suit a wide range of interactive audio applications,
 including Voice over IP, videoconferencing, in-game chat, and even remote live
 music performances.  It can scale from low bit-rate narrowband speech to very
 high quality stereo music. The current features are:
 .
  Bit-rates from 6 kb/s 510 kb/s
  Sampling rates from 8 to 48 kHz
  Frame sizes from 2.5 ms to 60 ms
  Support for both constant bit-rate (CBR) and variable bit-rate (VBR)
  Audio bandwidth from narrowband to full-band
  Support for speech and music
  Support for mono and stereo
  Support for up to 255 channels (multistream frames)
  Dynamically adjustable bitrate, audio bandwidth, and frame size
  Good loss robustness and packet loss concealment (PLC)
  Floating point and fixed-point implementation
 .
 This package provides the Opus runtime library.
Homepage: http://www.opus-codec.org
Multi-Arch: same

Package: libopus0-dbgsym
Priority: optional
Section: debug
Installed-Size: 548
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: opus
Version: 1.3.1-3+apertis0bv2024dev3b1
Replaces: libopus-dbg (<< 1.3.1-1~)
Depends: libopus0 (= 1.3.1-3+apertis0bv2024dev3b1)
Breaks: libopus-dbg (<< 1.3.1-1~)
Filename: pool/target/o/opus/libopus0-dbgsym_1.3.1-3+apertis0bv2024dev3b1_arm64.deb
Size: 515364
MD5sum: eda1ada7b5174bfe4be69c8e00ad515c
SHA1: 885a0cc2dd6e369c8cc8d37300b5ba462bbb42da
SHA256: 2e992a8b582616bc14f9f58782f05db393b7ed17fb0ec21209580e02137439f0
SHA512: 5065f9ed6d44409bf9228dbc67821c13673050160c8abb5fde936337bd43023a022c6bcd8c31f22c9f5b35783f9df1d10beb27acd6ce62bf3e239012ffbe1048
Description: debug symbols for libopus0
Auto-Built-Package: debug-symbols
Build-Ids: a5ad7cb0aecc1ae57fc8a7ff82af2b9e5f0d3350
Multi-Arch: same

Package: liborc-0.4-0
Priority: optional
Section: libs
Installed-Size: 751
Maintainer: Maintainers of GStreamer packages <orc@packages.debian.org>
Architecture: arm64
Source: orc
Version: 1:0.4.33-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/o/orc/liborc-0.4-0_0.4.33-2+apertis1bv2024dev3b1_arm64.deb
Size: 149520
MD5sum: 53b1c25c6c8847465e4d59ace2f7ae8b
SHA1: ac6d54db17a6be6435e25dbb7403be8ab464dbda
SHA256: 26f6dedd9b0f95b3c33c304c0ba175d8fec3447c720d2eb1d8960c7d50e6d4ea
SHA512: 62420dfdff81179e62415151c84ecfe361a0c00566094420d5716b01916d6f4038f2b2e47a08aaf72719b91f530369479689a22b972454e62415144dfa6aedaf
Description: Library of Optimized Inner Loops Runtime Compiler
 Orc is a library and set of tools for compiling and executing
 very simple programs that operate on arrays of data.  The "language"
 is a generic assembly language that represents many of the features
 available in SIMD architectures, including saturated addition and
 subtraction, and many arithmetic operations.
 .
 This package contains the orc shared libraries.  It is typically
 installed automatically when an application or library requires it.
Homepage: https://cgit.freedesktop.org/gstreamer/orc
Multi-Arch: same

Package: liborc-0.4-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 615
Maintainer: Maintainers of GStreamer packages <orc@packages.debian.org>
Architecture: arm64
Source: orc
Version: 1:0.4.33-2+apertis1bv2024dev3b1
Depends: liborc-0.4-0 (= 1:0.4.33-2+apertis1bv2024dev3b1)
Filename: pool/target/o/orc/liborc-0.4-0-dbgsym_0.4.33-2+apertis1bv2024dev3b1_arm64.deb
Size: 528840
MD5sum: d465311adc328a46980984cb983a243c
SHA1: 2f064f082c124f2bea8819b72cb83bde3ff3a375
SHA256: e09c417e63a5c084bf8f047455b07e04f7a59105f01c21e5b59c25f8ad12ff67
SHA512: 358f0378035fc2478626088e9ad3d0b20d5633604287d42aa60dc75d4898d97fd57dfc99c62fc52d61047a36db8d47415e44a8b95158384dbbcf65f7d325f4ae
Description: debug symbols for liborc-0.4-0
Auto-Built-Package: debug-symbols
Build-Ids: 6e333d02a0941673a0b36995ffb4eb6917b74486 93d616d55895410bca76c78705480c22e27d930b
Multi-Arch: same

Package: liborc-0.4-dev
Priority: optional
Section: libdevel
Installed-Size: 235
Maintainer: Maintainers of GStreamer packages <orc@packages.debian.org>
Architecture: arm64
Source: orc
Version: 1:0.4.33-2+apertis1bv2024dev3b1
Provides: liborc-dev
Depends: liborc-0.4-0 (= 1:0.4.33-2+apertis1bv2024dev3b1), liborc-0.4-dev-bin:any (= 1:0.4.33-2+apertis1bv2024dev3b1)
Suggests: liborc-0.4-doc
Filename: pool/target/o/orc/liborc-0.4-dev_0.4.33-2+apertis1bv2024dev3b1_arm64.deb
Size: 27460
MD5sum: 9dc039115334d44581ff07478d3785e3
SHA1: b6c6a759163dfe42bae2af22132a5bb549db66df
SHA256: 7232ee9ad51fc64cfff80a3e18e40405980dbf7bae6dd0d3e47b6d80c4073568
SHA512: 2ac0c85c4453825ef23e88473d4016ee7b354e9d7b75315c6bb7bac660b14725b87bf43876b7cc17ce1d9f517208668978330464a70f034a5210127d5cc46b41
Description: Library of Optimized Inner Loops Runtime Compiler (development headers)
 Orc is a library and set of tools for compiling and executing
 very simple programs that operate on arrays of data.  The "language"
 is a generic assembly language that represents many of the features
 available in SIMD architectures, including saturated addition and
 subtraction, and many arithmetic operations.
 .
 This package contains the development headers and libraries, and should
 be installed to compile software that uses orc.
Homepage: https://cgit.freedesktop.org/gstreamer/orc
Multi-Arch: same

Package: liborc-0.4-dev-bin
Priority: optional
Section: libdevel
Installed-Size: 150
Maintainer: Maintainers of GStreamer packages <orc@packages.debian.org>
Architecture: arm64
Source: orc
Version: 1:0.4.33-2+apertis1bv2024dev3b1
Provides: liborc-dev-bin
Depends: libc6 (>= 2.34), liborc-0.4-0 (>= 1:0.4.25)
Filename: pool/target/o/orc/liborc-0.4-dev-bin_0.4.33-2+apertis1bv2024dev3b1_arm64.deb
Size: 19612
MD5sum: 98e9de0d92e2ac7404555a32139973c0
SHA1: 2ebae656158fd2b7e5e93af729e58a391e44dedb
SHA256: 74ac502fbed313ac6ee6c9a1d31e06fa623f08b85cdbddf13bdcda2bc7e00612
SHA512: 973c9e1c8c2852b01246489ab62dd3cc17c51dd2c8e84e34ed8e836350d2dd81e9daab674443d03e5be8adbe47463f62e3d735447a77b991c71be7deb70f6126
Description: Library of Optimized Inner Loops Runtime Compiler (development tools)
 Orc is a library and set of tools for compiling and executing
 very simple programs that operate on arrays of data.  The "language"
 is a generic assembly language that represents many of the features
 available in SIMD architectures, including saturated addition and
 subtraction, and many arithmetic operations.
 .
 This package contains the development tools, and should not be
 installed directly.
Homepage: https://cgit.freedesktop.org/gstreamer/orc
Multi-Arch: allowed

Package: liborc-0.4-dev-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 82
Maintainer: Maintainers of GStreamer packages <orc@packages.debian.org>
Architecture: arm64
Source: orc
Version: 1:0.4.33-2+apertis1bv2024dev3b1
Depends: liborc-0.4-dev-bin (= 1:0.4.33-2+apertis1bv2024dev3b1)
Filename: pool/target/o/orc/liborc-0.4-dev-bin-dbgsym_0.4.33-2+apertis1bv2024dev3b1_arm64.deb
Size: 54752
MD5sum: 3367e7fd56df40b186016f419470c5d5
SHA1: de35ad6def72eb01fc3e5a2b8d01fc33de52d17a
SHA256: 67e5bdcfb5e99d493dd761164326833807de123aaf893f5a66f975f3385be943
SHA512: e48fa1449152d140f97a51d82b3523361105c57ca6b63ac9f377c30a4e040c30d829c7f7f036dc1b89d9b4ab92b8f3f4e6545039aee769f7b1dc4481567938be
Description: debug symbols for liborc-0.4-dev-bin
Auto-Built-Package: debug-symbols
Build-Ids: bfe568a409f71c30817ad1317e44fae09e04b1f7 d7b8f20935196f91e4f1c7d0f713a1417905241d

Package: liborc-0.4-doc
Priority: optional
Section: doc
Installed-Size: 380
Maintainer: Maintainers of GStreamer packages <orc@packages.debian.org>
Architecture: all
Source: orc
Version: 1:0.4.33-2+apertis1bv2024dev3b1
Suggests: liborc-0.4-dev
Filename: pool/target/o/orc/liborc-0.4-doc_0.4.33-2+apertis1bv2024dev3b1_all.deb
Size: 39296
MD5sum: eba089786a48e1238a8a7ca6abfe2c40
SHA1: b0e9ed608415a1c23c3db75a3925f5c8d082a970
SHA256: e6576265bb44fd22d859213531bcdbec489e93da24a78a6bac2346fbcca4baff
SHA512: 4a5cd0b187fda1ac0c46f8a99364512c35f01e734c488a89143d66bdacaffc7bfc9f5d15d81951fd1689aabba11f72c6559117cf022862362913089b73e7d099
Description: Library of Optimized Inner Loops Runtime Compiler (documentation)
 Orc is a library and set of tools for compiling and executing
 very simple programs that operate on arrays of data.  The "language"
 is a generic assembly language that represents many of the features
 available in SIMD architectures, including saturated addition and
 subtraction, and many arithmetic operations.
 .
 This package contains the documentation for orc.
Homepage: https://cgit.freedesktop.org/gstreamer/orc
Multi-Arch: foreign

Package: liborc-0.4-doc
Priority: optional
Section: doc
Installed-Size: 378
Maintainer: Maintainers of GStreamer packages <orc@packages.debian.org>
Architecture: all
Source: orc
Version: 1:0.4.33-2+apertis1bv2024dev2b1
Suggests: liborc-0.4-dev
Filename: pool/target/o/orc/liborc-0.4-doc_0.4.33-2+apertis1bv2024dev2b1_all.deb
Size: 38984
MD5sum: a4bc9d66139a94d7b9f284a5cc377d13
SHA1: 4a0780c6ad63a2981021bdb43925c2fceb3eff23
SHA256: ca8645fed057bac80d43895c3ad487823125250747ec9258c64882455608c6f1
SHA512: 0920feda1f2e2a0d5e28e9617650af5ff5048602e8395edb39bdd52e43a0449441233e32fd2c9c383c6978dfc16c396dcb766c95f0bb9410918185cb7dfac00b
Description: Library of Optimized Inner Loops Runtime Compiler (documentation)
 Orc is a library and set of tools for compiling and executing
 very simple programs that operate on arrays of data.  The "language"
 is a generic assembly language that represents many of the features
 available in SIMD architectures, including saturated addition and
 subtraction, and many arithmetic operations.
 .
 This package contains the documentation for orc.
Homepage: https://cgit.freedesktop.org/gstreamer/orc
Multi-Arch: foreign

Package: libosinfo-1.0-0
Priority: optional
Section: libs
Installed-Size: 567
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libosinfo
Version: 1.10.0-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libglib2.0-0 (>= 2.43.1), libsoup-3.0-0 (>= 3.0.3), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), pci.ids, usb.ids, libosinfo-l10n (>= 1.10.0-2+apertis0bv2024dev2b1), osinfo-db
Breaks: gnome-boxes (<< 42.3)
Filename: pool/target/libo/libosinfo/libosinfo-1.0-0_1.10.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 220708
MD5sum: f0bc6aa8b1742ba7df9b60d3877d6d46
SHA1: 5e7924f54141f1a0567a4b436855e4bc7886499c
SHA256: a5d0db54c2a49489a9205eb6bf8ec3c7392e97fab56a38d1aa6229eb3223992a
SHA512: 1a61de0f886e6db7d2d1d06e82a68bffa45cffec3ac8efe1757e05310fab5db89cc050ae5a77f673acfe0fd3cb1f458393c89225c605657976395de63618356a
Description: Library for managing information about operating systems and hypervisors
 libosinfo is a GObject based library API for managing information about
 operating systems, hypervisors and the (virtual) hardware devices they
 can support. It includes a database containing device metadata and
 provides APIs to match/identify optimal devices for deploying an
 operating system on a hypervisor.
 .
 Via the GObject Introspection, the API is available in all common
 programming languages.
 .
 This package contains the shared library.
Homepage: https://libosinfo.org/
Multi-Arch: same

Package: libosinfo-1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 373
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libosinfo
Version: 1.10.0-2+apertis0bv2024dev2b1
Depends: libosinfo-1.0-0 (= 1.10.0-2+apertis0bv2024dev2b1)
Filename: pool/target/libo/libosinfo/libosinfo-1.0-0-dbgsym_1.10.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 309724
MD5sum: 200b295be07a444eca381ecb29220f98
SHA1: c4ab3a90c376fc3939efdcb535b4f2fa1449724a
SHA256: 334fa4a3a09e06c4ca5623bcf958e9e23a6018845c81c19393b7659750709aa2
SHA512: d891843cd3eb55993b386fadc25592c26a3f9f517e29e40d9d32e284e0cf1046402db1fe237e4623c179f3b4d55da8cd9e0bd48ffca7c50f1873d9843460927b
Description: debug symbols for libosinfo-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: d729890e839b20e263303c64d5b6c43b93aacbb2
Multi-Arch: same

Package: libosinfo-1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 2351
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libosinfo
Version: 1.10.0-2+apertis0bv2024dev2b1
Depends: libosinfo-1.0-0 (= 1.10.0-2+apertis0bv2024dev2b1), gir1.2-libosinfo-1.0 (= 1.10.0-2+apertis0bv2024dev2b1), libglib2.0-dev
Filename: pool/target/libo/libosinfo/libosinfo-1.0-dev_1.10.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 252812
MD5sum: f75a2418cf83a999e85f1e6f014ca6b6
SHA1: 75be2aebb5c6b9db764156916e61f6c449963601
SHA256: 59a5bf043e4a558375b530555f0b278bfa63d184a484639380513eff89f07743
SHA512: b13e2df2355926586709771657908792da1d018cdc46061b14b4372764573dcdb6354ce9c1d841dfeb61ce72f9e0da4fa75080c73757e1620a0f65486adf8eab
Description: libosinfo development files
 libosinfo is a GObject based library API for managing information about
 operating systems, hypervisors and the (virtual) hardware devices they
 can support. It includes a database containing device metadata and
 provides APIs to match/identify optimal devices for deploying an
 operating system on a hypervisor.
 .
 This package contains the development headers and Vala bindings.
Homepage: https://libosinfo.org/
Multi-Arch: same

Package: libosinfo-bin
Priority: optional
Section: libs
Installed-Size: 354
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libosinfo
Version: 1.10.0-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.31.8), libosinfo-1.0-0 (>= 1.10.0~)
Filename: pool/target/libo/libosinfo/libosinfo-bin_1.10.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 159000
MD5sum: a8915803f5f7d2df6e24a127fa24bbb0
SHA1: e6b241508765268f63e750d241e5dfc3a771a39e
SHA256: 2556dd74cccf060651d7bd9381c8a56688d6d934703302459fc60112e0d8816b
SHA512: 659cc3be2589676f099618638e8e679bd520dfe1692e6bfe1fe386a5fc7dd6145d6764b8b047360af5fcb15723fdaa0fcba07dbc1cddcb6d2f5b43962ea3e634
Description: Tools for querying the osinfo database via libosinfo
 libosinfo is a GObject based library API for managing information about
 operating systems, hypervisors and the (virtual) hardware devices they
 can support. It includes a database containing device metadata and
 provides APIs to match/identify optimal devices for deploying an
 operating system on a hypervisor.
 .
 This package contains the runtime files to detect operating systems and query
 the database.
Homepage: https://libosinfo.org/

Package: libosinfo-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 88
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libosinfo
Version: 1.10.0-2+apertis0bv2024dev2b1
Depends: libosinfo-bin (= 1.10.0-2+apertis0bv2024dev2b1)
Filename: pool/target/libo/libosinfo/libosinfo-bin-dbgsym_1.10.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 43480
MD5sum: ca523a6dcca97823d5c0c8dba1dd640e
SHA1: 7755ba3c5b0b5a453a3ae4400d1aa6f2d89883d8
SHA256: aba9c4c0f6ff539b015a0105daed91d9c20993f7c2301b2dcff14609d5b0b9bd
SHA512: fc366099ab542695ecd03287e1fd92696749f184e134423d810e939beb396e117c89b4a0c1959cb203ac31e14bb76889eb36cb453e442020a3de6533e2188c95
Description: debug symbols for libosinfo-bin
Auto-Built-Package: debug-symbols
Build-Ids: 73832c70c546f5821385a9c0b4ebf961a9415c91 af214ef1ecd24aeaee0d58c7c2db2a430c511594 d50419e43ed8af56ee1c9e4c1aa9678ba479c995

Package: libosinfo-l10n
Priority: optional
Section: localization
Installed-Size: 394
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libosinfo
Version: 1.10.0-2+apertis0bv2024dev2b1
Replaces: libosinfo-db (<< 1.0.0~)
Breaks: libosinfo-db (<< 1.0.0~)
Filename: pool/target/libo/libosinfo/libosinfo-l10n_1.10.0-2+apertis0bv2024dev2b1_all.deb
Size: 173108
MD5sum: 67b3c15cc8075682140505e016ef2580
SHA1: 9824b5fea396ac4afe51230b343d5f88755f1f4c
SHA256: 662fc8b217551d6562f65d31cf56b3c1f93c59c97d1f5d52d9fc0a3787c18f68
SHA512: ee91b83d3a6e2fa0c43173fbb78e646378039129ca5350b203dbdcfec2e337fd0cb5644edf74516cd69c484ac1f29b8610f0e3a7b99eb885a4562b80444ec917
Description: Translations for libosinfo
 libosinfo is a GObject based library API for managing information about
 operating systems, hypervisors and the (virtual) hardware devices they
 can support. It includes a database containing device metadata and
 provides APIs to match/identify optimal devices for deploying an
 operating system on a hypervisor.
 .
 This package contains the libosinfo translations.
Homepage: https://libosinfo.org/

Package: libosmesa6
Priority: optional
Section: libs
Installed-Size: 11286
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libglapi-mesa (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), libllvm15, libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mesa/libosmesa6_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 2605192
MD5sum: 98993b5a8ad0015f9991b23b322e294e
SHA1: c6274ac5e12d1be79d4612a56689a3febb05ca18
SHA256: 71061de0c9840180582627b95c7ff576c974401cfc00f99d56bd8702f619f3b1
SHA512: 409e9db8f2322c227790de050b90aaa35f24392ab85c6d6cd038ded18d1a82196009d099188dc4a0e6f946d6e1e56b318ad6c007ff12aefbcdb7f2056f04d994
Description: Mesa Off-screen rendering extension
 OSmesa is a Mesa extension that allows programs to render to an
 off-screen buffer using the OpenGL API without having to create a
 rendering context on an X Server.  It uses a pure software renderer.
 .
 This package provides both 16-bit and 32-bit versions of the off-screen
 renderer which do not require external libraries to work.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libosmesa6-dbgsym
Priority: optional
Section: debug
Installed-Size: 16345
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libosmesa6 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/libosmesa6-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 15046876
MD5sum: 7cb470a471c964b1c84b79a4de34ed41
SHA1: bd7439c54fec40b6efcf4da17e9bd1178593fcf9
SHA256: 7a14020a26fdf78b452399f4ad276ba9c564c85b1f33bc9635692f5a15dc9017
SHA512: 2e58186f2e60d0427749f5ccec12033c66e580ce55c9b17060ff2fc18f58a734a2d370b0f2a31d3fae6457a04b95c9d4874bc424fe893802f2cd6925be4e0c2b
Description: debug symbols for libosmesa6
Auto-Built-Package: debug-symbols
Build-Ids: f98050cd343d6b558584e59a6fca9546d5f26079
Multi-Arch: same

Package: libosmesa6-dev
Priority: optional
Section: libdevel
Installed-Size: 89
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Replaces: libosmesa-dev
Provides: libosmesa-dev
Depends: libosmesa6 (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1), mesa-common-dev (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1) | libgl-dev
Conflicts: libosmesa-dev
Filename: pool/target/m/mesa/libosmesa6-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 55976
MD5sum: 8ebacbe04f1a08cb617b44755f809ec6
SHA1: c96f9e5244f2b1954f96bd4cd545ea100bf6b8a7
SHA256: 2f8992df2ef359cf012e136c547860e2c2ff8a255c51df4cb20e45e7c6f7093e
SHA512: 6ed1c86fbda503f3ae82ad8214602d8075d9d1397af3a2ae6000ccf7f59b4a9be63888032b1b7ab56e37e18d7b538ee71388e5e129b4eceaa3552afec17b8c9a
Description: Mesa Off-screen rendering extension -- development files
 This package provides the required environment for developing programs
 that use the off-screen rendering extension of Mesa.
 .
 For more information on OSmesa see the libosmesa6 package.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libostree-1-1
Priority: optional
Section: libs
Installed-Size: 907
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: libarchive13 (>= 3.0.4), libavahi-client3 (>= 0.6.31), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.31), libc6 (>= 2.33), libcurl3-gnutls (>= 7.16.3), libglib2.0-0 (>= 2.67.3), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 3.1~), libsodium23 (>= 0.6.1), libsystemd0, zlib1g (>= 1:1.1.4)
Breaks: flatpak (<< 0.8.7-2~)
Filename: pool/target/o/ostree/libostree-1-1_2022.7-2+apertis2bv2024dev3b1_arm64.deb
Size: 285736
MD5sum: b013a31382d4cf7153f73c32cde32b0c
SHA1: 2ce7523615c1a6687c1dbee696ee3a871697ce84
SHA256: 868aaf3ae1bb68a65462c221591528c660fdfe1e0e2c8277461baf6fa8fa9630
SHA512: b3519425541e49cb8ec3fee05237de274aa53668f5968fbe19a29ddb3c70607d3c24f19e97543f225dcbbd0f00b7b98a1e599daff71069ce757474c092433e62
Description: content-addressed filesystem for operating system binaries (library)
 libostree is a library for managing bootable, immutable, versioned
 filesystem trees. It is like git in that it checksums individual files
 and has a content-addressed object store; unlike git, it "checks out"
 the files using hardlinks into an immutable directory tree. This
 can be used to provide atomic upgrades with rollback, history and
 parallel-installation, particularly useful on "fixed purpose" systems
 such as embedded devices. It is also used by the Flatpak application
 runtime system.
 .
 This package contains the shared library.
Homepage: https://github.com/ostreedev/ostree/
Multi-Arch: same

Package: libostree-1-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 1291
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: libostree-1-1 (= 2022.7-2+apertis2bv2024dev3b1)
Filename: pool/target/o/ostree/libostree-1-1-dbgsym_2022.7-2+apertis2bv2024dev3b1_arm64.deb
Size: 1191096
MD5sum: d866de07c72af2eaa19905e5ae0d3770
SHA1: 8a5856f161988275efbbdd32c7ad0f142156dc40
SHA256: 671fa7dd3b6cf3f94d2fdd01e7017b1a592419b59d3cea04cf3599e042f21b5f
SHA512: 831b54a031d705e267a80944b81a021e33d84c642c46bc355bce473123d2f994294f3619e95c475c36287b70d95c2fa044ab4c42453dee2f1aed80b2fbe9ccea
Description: debug symbols for libostree-1-1
Auto-Built-Package: debug-symbols
Build-Ids: 8b3b38ba06f1a210193c9a1777df96757556c3a5
Multi-Arch: same

Package: libostree-dev
Priority: optional
Section: libdevel
Installed-Size: 1187
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: gir1.2-ostree-1.0 (= 2022.7-2+apertis2bv2024dev3b1), libglib2.0-dev (>= 2.66.0), libostree-1-1 (= 2022.7-2+apertis2bv2024dev3b1), pkg-config
Suggests: libostree-doc
Filename: pool/target/o/ostree/libostree-dev_2022.7-2+apertis2bv2024dev3b1_arm64.deb
Size: 113132
MD5sum: 636d9d64aa04a68fe8d74c3a1edae20e
SHA1: 08e581fac4863802731fcc4ec24aee7aa0f788bc
SHA256: a670af547f6aa80b373bc14b301261a3e8a9563777b1799329ba4a0976013a4c
SHA512: f4823e2cb8094d59d39ee458be6db1e9ed2bc3cfc74ecf6f8e7b1ed9f648ba86e7dc3e9bb20da4a4a7a012016e8a97c4657a05de48bbb3e8f32f550804ee89b5
Description: Development files for the libostree library
 libostree is a library for managing bootable, immutable, versioned
 filesystem trees. It is like git in that it checksums individual files
 and has a content-addressed object store; unlike git, it "checks out"
 the files using hardlinks into an immutable directory tree. This
 can be used to provide atomic upgrades with rollback, history and
 parallel-installation, particularly useful on "fixed purpose" systems
 such as embedded devices. It is also used by the Flatpak application
 runtime system.
 .
 This package contains development headers and the pkg-config file for
 libostree.
Homepage: https://github.com/ostreedev/ostree/
Multi-Arch: same

Package: libostree-doc
Priority: optional
Section: doc
Installed-Size: 1735
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Suggests: devhelp
Filename: pool/target/o/ostree/libostree-doc_2022.7-2+apertis2bv2024dev3b1_all.deb
Size: 121604
MD5sum: d9303e1cb9fa5034df813a136a5df9bd
SHA1: 0e0946de31c8d268721c2abd6c9f0b925a5e46d8
SHA256: 19b23c7f0311e878218bb884fb7a0e18df7b8ec9e84d2b0ff463b08494de6dcd
SHA512: 60e3f446950913158c76ec2ca0692e247e7aa4660bc52a3b1ba7b0d7548fbcdf53a423e2f330c5094a6ec864343b305f079fcb25e7ca20d35766d54e0741196e
Description: Development documentation for the libostree library
 libostree provides a library and tools for managing bootable, immutable,
 versioned filesystem trees. See the ostree package's description for
 more details.
 .
 This package contains development documentation for libostree.
Homepage: https://github.com/ostreedev/ostree/
Multi-Arch: foreign

Package: libotp0-heimdal
Priority: optional
Section: libs
Installed-Size: 232
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33), libdb5.3, libhcrypto5-heimdal (>= 1.4.0+git20110226), libroken19-heimdal (>= 1.4.0+git20110226)
Conflicts: libotp0-kerberos4kth
Filename: pool/target/h/heimdal/libotp0-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 37900
MD5sum: 397a3f43d93e2836f3fb72ad42a08984
SHA1: 96173867f75f8ef87c3f642c89a9df90c620d993
SHA256: 199f6c62bd77d1d401cf7982f28540f2a5a87d9e54b4d06b8b21c140a0525585
SHA512: 49f19e6a8c9fb57fca87cb055e393bcf70bb1ed3821fd654b5d44e518c97ea82ec6fa9ce21af2ffaffb800002d74906f4dd554f9539d2ac034536cf8babac96c
Description: Heimdal Kerberos - OTP support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for OTP support.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libotp0-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 85
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libotp0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libotp0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 69604
MD5sum: 8df04e5e51865c567d4104d37ed0a44c
SHA1: 188562bfc52638b58e49054fb68bc5fc0e2240fd
SHA256: 938058829aebdda360a6e9d3ab3c2dfd52f3e591090289356dccf039ef7bb05e
SHA512: d5c1eb3c2e077db1ce1ca70c335fd2ee58e9743fd0d6c00c42770c32c3aa1ec598ece8bc5188aae1836618db922ff5a891623f53578870e6b735576f57a7b4bf
Description: debug symbols for libotp0-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 642dec6a97ca10f6020fce1332d56f1ab134738c
Multi-Arch: same

Package: libounit-ocaml-dev
Priority: optional
Section: ocaml
Installed-Size: 4805
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Architecture: arm64
Source: ounit
Version: 2.2.6-1+apertis0bv2024dev2b1
Provides: libounit-ocaml-dev-4w3y0
Depends: ocaml-4.13.1
Suggests: ocaml-findlib
Filename: pool/target/o/ounit/libounit-ocaml-dev_2.2.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 982352
MD5sum: cf2fca4614cbf7b087db28bd3dab578a
SHA1: 4b7a57f78b7df00e7f7d608554257f441a9a9e90
SHA256: 9f0ba90b03e70663e85728c0ece099e74431dd548e0f274b7712795856e03b97
SHA512: d0412b21362d341c384610c23f7ce16064969fb83911b69fec1be5a499d9c379cd2cf451d4f8a360bd0f1d710f121679679541090c1011881969d6e9c0cff418
Description: Unit testing framework for OCaml
 OUnit is a unit testing framework for OCaml, imspired
 by the JUnit tool for Java and the HUnit tool for Haskell.
 .
 OUnit is designed to provide a convenient way for you to write tests
 for your OCaml code.  Tests can be aggregated into test suites, making
 it easy to both write tests close to the code being examined and
 execute a comprehensive aggregate set of tests -- or any subset of it.
Homepage: https://github.com/gildor478/ounit

Package: libounit-ocaml-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 188
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Architecture: arm64
Source: ounit
Version: 2.2.6-1+apertis0bv2024dev2b1
Depends: libounit-ocaml-dev (= 2.2.6-1+apertis0bv2024dev2b1)
Filename: pool/target/o/ounit/libounit-ocaml-dev-dbgsym_2.2.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 47360
MD5sum: fb3f386c583d9b9be46281c95e4739c1
SHA1: c49c544d79e640b2e06cba49d6f61560f6105309
SHA256: e2ba2f8be7df608e1f6326df2ac3a1d08c9907bff2e1c343b5e1e16c216e8c18
SHA512: 7bd174a975f9326de25a0269d802bbf7af5d288767cf579a95d522b8a7d4e1f99b2c237f4019a03eb80bb179786d2d2dbcc07b46f470916af30e1364095ca968
Description: debug symbols for libounit-ocaml-dev
Auto-Built-Package: debug-symbols
Build-Ids: 2f8f198b4cbc5cb92a39ecc3b11b0d6dd3050d5b 49b81e694f0509e858ddd97bf18a8c62395097a5 73b6b178e4ec23ab33ed5d0c328a0940b76e4113

Package: libp11-3
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libp11
Version: 0.4.12-0.1+apertis1bv2024dev2b1
Replaces: libp11-2
Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0)
Breaks: libp11-2
Filename: pool/target/libp/libp11/libp11-3_0.4.12-0.1+apertis1bv2024dev2b1_arm64.deb
Size: 25000
MD5sum: 2c86be944a9542a91e307ff99b5863c8
SHA1: ce5608a0977fbb06d635abb270d4d33d0386ea40
SHA256: e186d544b15f0278d16c46c2f7a2e67801d3109e9bc5807782d335cd48a8bff7
SHA512: 03874ff1daee712db44006b474ff64820f936e79e2cde206bfddeb205de76b49ce9dee61ab036254963dc312254793aeddd1860f6ad2895892dad14ede40a41e
Description: pkcs#11 convenience library
 Libp11 is a library to simplify using smart cards via PKCS#11
 modules.  It was spun of the OpenSC project but can be used with any
 pkcs#11 module.
Homepage: https://github.com/OpenSC/libp11
Multi-Arch: same

Package: libp11-3-dbgsym
Priority: optional
Section: debug
Installed-Size: 96
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libp11
Version: 0.4.12-0.1+apertis1bv2024dev2b1
Depends: libp11-3 (= 0.4.12-0.1+apertis1bv2024dev2b1)
Filename: pool/target/libp/libp11/libp11-3-dbgsym_0.4.12-0.1+apertis1bv2024dev2b1_arm64.deb
Size: 70724
MD5sum: 6913bf3a062de5eb60b2d017e8715169
SHA1: e6970b8b158ca1fcb210d21cd230daa00fdbe4ed
SHA256: 8487e7a38054a5e239b252a3b4c67611a1cf41199ed142b55dc717b6813fa574
SHA512: 334467189bc88c87f8b2acef4dec0583f4057ccefe2522e06a8772769c1061ebe03d3e7475f7ea2a48950f0cbbd92e966aa6a6db1f1b9582f320ea5123122974
Description: debug symbols for libp11-3
Auto-Built-Package: debug-symbols
Build-Ids: 854b4ccae0657d2a8df9124c1bf61bd3074e0869
Multi-Arch: same

Package: libp11-dev
Priority: optional
Section: libdevel
Installed-Size: 197
Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libp11
Version: 0.4.12-0.1+apertis1bv2024dev2b1
Depends: libp11-3 (= 0.4.12-0.1+apertis1bv2024dev2b1), libssl-dev, pkg-config
Filename: pool/target/libp/libp11/libp11-dev_0.4.12-0.1+apertis1bv2024dev2b1_arm64.deb
Size: 44948
MD5sum: 8b5febcd25419df916f91c6e412e03bd
SHA1: aa774f80d5e1310c00d26260f1cb4af6ec173d77
SHA256: fb4e8cfcef8bda73df434a80839d2e2ebfdd166cc86a74e6cb09a04a3e7fec2a
SHA512: ab98e7d1139cf1626acbf3c5ffc1ab70602e44d5747fe268076f05038567cea0a8dc0ab6e195203004725d41c73eef8c7891cf124b540378609a879a2a8149f5
Description: pkcs#11 convenience library - development files
 Libp11 is a library to simplify using smart cards via PKCS#11
 modules.  It was spun of the OpenSC project but can be used with any
 pkcs#11 module.
 .
 This package contains the header files and static libraries.
Homepage: https://github.com/OpenSC/libp11

Package: libp11-kit-dev
Priority: optional
Section: libdevel
Installed-Size: 270
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: libp11-kit0 (= 0.24.1-2+apertis0bv2024dev3b1)
Suggests: p11-kit-doc
Filename: pool/target/p/p11-kit/libp11-kit-dev_0.24.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 174004
MD5sum: 3e9eefb8bfe0d07cef09f76c5d8284db
SHA1: 2f5a0652a1b29b74706b235a46bee82ec1e4ca84
SHA256: 1c3c18aa4fc3a26fcaeb90b66f9bb10341e7a148ed809789974c445bb052954e
SHA512: 5ddcd10d6614311556000ee4e3678366787306fc5cccfeae97196ad2b5734489e77bee4102eeea01fd84de3c7f2848ef88c97496e09e1008e35c981deb8e7032
Description: library for loading and coordinating access to PKCS#11 modules - development
 The p11-kit library provides a way to load and enumerate Public-Key
 Cryptography Standard #11 modules, along with a standard configuration
 setup for installing PKCS#11 modules so that they're discoverable. It
 also solves problems with coordinating the use of PKCS#11 by different
 components or libraries living in the same process.
 .
 This package contains the development headers required
 to build applications using the p11-kit library.
Homepage: https://p11-glue.github.io/p11-glue/p11-kit.html
Multi-Arch: same

Package: libp11-kit0
Priority: optional
Section: libs
Installed-Size: 1501
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libffi8 (>= 3.4)
Filename: pool/target/p/p11-kit/libp11-kit0_0.24.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 330408
MD5sum: 0ee981cf0128889d42bb5ab47a29d35d
SHA1: 7ec65962b4c8af05b87751e706bad0c9996c428f
SHA256: 14774d5780c00ccd333f9ef5fe65970c7096f484adb111b0794e638009c4e83b
SHA512: dfb3b22bb485eb8dcf1e3fc4f6348f6926f7b5eef37fc62b52dd7df2c26bd8d65914fb0a3f86e867936574d6888c7afec92cad8b905f34f4ca3fd53fd9af1f5d
Description: library for loading and coordinating access to PKCS#11 modules - runtime
 The p11-kit library provides a way to load and enumerate Public-Key
 Cryptography Standard #11 modules, along with a standard configuration
 setup for installing PKCS#11 modules so that they're discoverable. It
 also solves problems with coordinating the use of PKCS#11 by different
 components or libraries living in the same process.
 .
 This package contains the shared library required for applications loading
 and accessing PKCS#11 modules.
Homepage: https://p11-glue.github.io/p11-glue/p11-kit.html
Multi-Arch: same

Package: libp11-kit0-dbgsym
Priority: optional
Section: debug
Installed-Size: 1859
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: libp11-kit0 (= 0.24.1-2+apertis0bv2024dev3b1)
Filename: pool/target/p/p11-kit/libp11-kit0-dbgsym_0.24.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 1282000
MD5sum: 320b7b1822cb7c33ab4c8553b946c2b1
SHA1: 03c36c28fa9d20b0adc459ba3cad21ae00f40ce2
SHA256: 7ebaf82e713b52893b48c4bc37f81b87f60112dbe1ab819b2f2bdce2429f8132
SHA512: c2e631a2df11f95618d0ca509e928be8f2110f26d7caceb6b4866106dca77cacfd98f481578bf6a689603e8a3be24f06ea63c143b1122560853cd42b1fc36830
Description: debug symbols for libp11-kit0
Auto-Built-Package: debug-symbols
Build-Ids: 7350e015a5d98490bffdc0ebd5812feab3d0b61c
Multi-Arch: same

Package: libpam-apparmor
Priority: optional
Section: admin
Installed-Size: 101
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: libapparmor1 (>= 2.6~devel), libc6 (>= 2.17), libpam0g (>= 0.99.7.1)
Filename: pool/target/a/apparmor/libpam-apparmor_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 23064
MD5sum: fc1b13d3aad4fb07a4d2f1400d6f0eb3
SHA1: 0e74cf3ded5a336044023ed779e5f56a0bb93e7f
SHA256: 737a615082e07e5ac5a3a2dcb57136542f6b8e35db8e0eb6b2a9e4a05b631dff
SHA512: 60e69c3e632f69b7f517a6085d199e2a68af9dfe8ea704277accd52041f179c035433b361745ca06e0d48a9f8a6f39016db83f0a057f94c8be957d343dc43783
Description: changehat AppArmor library as a PAM module
 libpam-apparmor provides the PAM module needed to declare various
 differing confinement policies when starting PAM sessions by using the
 changehat abilities exposed through libapparmor.
Homepage: https://apparmor.net/

Package: libpam-apparmor-dbgsym
Priority: optional
Section: debug
Installed-Size: 21
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: libpam-apparmor (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/libpam-apparmor-dbgsym_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 7364
MD5sum: e4ebf967033e8c2987f6283bfcbf5706
SHA1: 4cc5805b4ef3923ee6082a73d7954f46b0cc5393
SHA256: ccac7c043784e26ac0b0070aff77ff1c6e087ba970a285a5c3bfbdfca70c924b
SHA512: f3e8d86871b2dcf7d0424097fd3fad408e88edfc85d78f7681aad6e84116409d645c00060ca258cbb688c53be45a6792ef87972b9d82749244ebe7fe991113ff
Description: debug symbols for libpam-apparmor
Auto-Built-Package: debug-symbols
Build-Ids: 4275a95a593ba17397a33ea4cbb07d2f574d9a59

Package: libpam-cap
Priority: optional
Section: admin
Installed-Size: 109
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Replaces: libcap2-bin (<< 1:2.66-1)
Depends: libpam-runtime (>= 1.1.3-2~), libc6 (>= 2.17), libcap2 (>= 1:2.63), libpam0g (>= 0.99.7.1)
Breaks: libcap2-bin (<< 1:2.66-1)
Filename: pool/target/libc/libcap2/libpam-cap_2.66-4+apertis1bv2024dev3b2_arm64.deb
Size: 15492
MD5sum: dc07fd70cc65977cd00ee2b5fdacab29
SHA1: d1f2a808add926c3bfeeae6831087178e5064062
SHA256: 8a0ba3e57dc9cbb7fa8a2e372d9531882085e4dc242daf9f1e31e38d68746073
SHA512: cf161879cd0d6c685fadb9451c205a7a84aea40924f8bfd3b7844e8de4b04f0137eccdd1afbd7a497172d2750a243a82441def318503fd7b8e37a19cb63a86aa
Description: POSIX 1003.1e capabilities (PAM module)
 Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities
 available in Linux kernels. These capabilities are a partitioning of the all
 powerful root privilege into a set of distinct privileges.
 .
 This package contains the PAM module for enforcing capabilities on users and
 groups at PAM session start time.
Homepage: https://sites.google.com/site/fullycapable/
Multi-Arch: same

Package: libpam-cap-dbgsym
Priority: optional
Section: debug
Installed-Size: 25
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: arm64
Source: libcap2
Version: 1:2.66-4+apertis1bv2024dev3b2
Depends: libpam-cap (= 1:2.66-4+apertis1bv2024dev3b2)
Filename: pool/target/libc/libcap2/libpam-cap-dbgsym_2.66-4+apertis1bv2024dev3b2_arm64.deb
Size: 11536
MD5sum: 5529807d5846ee50d1e0070974ea9f05
SHA1: c94a38713d06876358258c6cea3237a896b08c5e
SHA256: 3c2fbaad00b1fafc1816054615c67c1f5a5be0e31e6b892616c5516138a6cd68
SHA512: 45d69115ca40274a3032eceed29921c5cf2baead406c10f528ab6ed36b0a677a0bd88fdb383c2a0b5916e863dafbe6da4455cbee1c2d545115474d3d795f29d6
Description: debug symbols for libpam-cap
Auto-Built-Package: debug-symbols
Build-Ids: 1109ced01018c2e39e3b7aacecf873ef87164d3c
Multi-Arch: same

Package: libpam-doc
Priority: optional
Section: doc
Installed-Size: 962
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: all
Source: pam
Version: 1.5.2-6+apertis1bv2024dev3b1
Provides: pam-doc
Filename: pool/target/p/pam/libpam-doc_1.5.2-6+apertis1bv2024dev3b1_all.deb
Size: 244408
MD5sum: 3850d7c207b96ff5821c097d38676f38
SHA1: 0d12838808403305b88b9e25f1a4b663be1b8c48
SHA256: 05ff26838b65d0b5089dbe9d3ef921d763e52e67c404e7b73c457541d17f0fcc
SHA512: 21f40f80dc453875a29ac9c4b0f731fbec169bd7e6c8d9b40029da763c7322eaea1d87c01638057054ccd6f15becd98aaa7af6834ab1b7c91cb528b74baf3516
Description: Documentation of PAM
 Contains documentation (in HTML, ASCII, and PostScript format) for libpam,
 the Pluggable Authentication Modules library, a library that enables the
 local system administrator to choose how applications authenticate users.
Homepage: http://www.linux-pam.org/

Package: libpam-fscrypt
Priority: optional
Section: admin
Installed-Size: 3792
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Architecture: arm64
Source: fscrypt
Version: 0.3.3-1+apertis0bv2024dev2b1
Depends: fscrypt, libc6 (>= 2.34), libpam0g (>= 0.99.7.1)
Filename: pool/target/f/fscrypt/libpam-fscrypt_0.3.3-1+apertis0bv2024dev2b1_arm64.deb
Size: 1066228
MD5sum: 6b6e8e366cb0977150cbe62851a5f9cb
SHA1: 67f00216c0a3dc0b6a2dfe119c9fb9ded1228613
SHA256: 3ec6efd40aaf087ca30a33616278658e504342c69a6ede2e09ba6bbf598a13be
SHA512: f185767619415cefc7a5a1b1170f69ddbe35c86d921ee937a5ae9721a36f5c73e31b9bcb3ec353ef3557c53870b5ce18cb67d8e8e5d719b56b4c17887a2a156d
Description: PAM module for Linux filesystem encryption
 fscrypt is a high-level tool for the management of Linux filesystem
 encryption. This tool manages metadata, key generation, key wrapping,
 PAM integration, and provides a uniform interface for creating and
 modifying encrypted directories.
 .
 This PAM module can be used to unlock one or more directories upon user
 login and then lock those directories when the user ends their session.
Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), golang-1.19 (= 1.19.6-2), golang-blackfriday-v2 (= 2.1.0-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-pkg-errors (= 0.9.1-2), golang-github-urfave-cli (= 1.22.9-2), golang-go.crypto (= 1:0.4.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1)
Homepage: https://github.com/google/fscrypt

Package: libpam-modules
Priority: required
Section: admin
Installed-Size: 3165
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: arm64
Source: pam
Version: 1.5.2-6+apertis1bv2024dev3b1
Replaces: libpam-umask, libpam0g-util
Provides: libpam-mkhomedir, libpam-motd, libpam-umask
Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libcrypt1 (>= 1:4.3.0), libdb5.3, libpam0g (>= 1.4.1), libselinux1 (>= 3.1~), debconf (>= 0.5) | debconf-2.0, libpam-modules-bin (= 1.5.2-6+apertis1bv2024dev3b1)
Conflicts: libpam-mkhomedir, libpam-motd, libpam-umask
Filename: pool/target/p/pam/libpam-modules_1.5.2-6+apertis1bv2024dev3b1_arm64.deb
Size: 291028
MD5sum: 3b004b2a60e20c35072692111a99f141
SHA1: 030e9d2db27f1aef8924af9ab27c49781bd40b75
SHA256: ad90fc12817c22bf7108573e48f6382ed0ff0db3ac66dc6cd393e23cc05373cf
SHA512: 3550429bc7244998c186d269e0941e8df1eb87349b7d437a4525779692e51f085c102816b9a626e4ec4fdf83f0953cbcde81fa87ae677240b6c8b48fc02f3f4e
Description: Pluggable Authentication Modules for PAM
 This package completes the set of modules for PAM. It includes the
  pam_unix.so module as well as some specialty modules.
Homepage: http://www.linux-pam.org/
Multi-Arch: same

Package: libpam-modules-bin
Priority: required
Section: admin
Installed-Size: 494
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: arm64
Source: pam
Version: 1.5.2-6+apertis1bv2024dev3b1
Replaces: libpam-modules (<< 1.5.2-5~)
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libcrypt1 (>= 1:4.3.0), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~)
Filename: pool/target/p/pam/libpam-modules-bin_1.5.2-6+apertis1bv2024dev3b1_arm64.deb
Size: 79420
MD5sum: c11e431436246cbc29b3e30d24ce637f
SHA1: 421f429276e454fd5aaff862ab47b1bb28c5ded0
SHA256: b1baa030a7c4cefaaabf62d8fa27299758a5ff9b98e2464f27ee04c561a8c035
SHA512: 044d0f7f8fd8486ca24f8ee80bd02fbf202ab40ae70babc061e0602040b706f3910a98bc85cabc9f87a9a72f7b62bd8de606bcd93bf9d5e00924ca4666c730f1
Description: Pluggable Authentication Modules for PAM - helper binaries
 This package contains helper binaries used by the standard set of PAM
 modules in the libpam-modules package.
Homepage: http://www.linux-pam.org/
Multi-Arch: foreign

Package: libpam-modules-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 154
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: arm64
Source: pam
Version: 1.5.2-6+apertis1bv2024dev3b1
Depends: libpam-modules-bin (= 1.5.2-6+apertis1bv2024dev3b1)
Filename: pool/target/p/pam/libpam-modules-bin-dbgsym_1.5.2-6+apertis1bv2024dev3b1_arm64.deb
Size: 89540
MD5sum: 090f124b91429cbbbdf768e3e6254682
SHA1: 1d8e433d75a3f2209ba8bb24af303799245aebff
SHA256: 0ccc6a22ef6ab3ed3fc5ab2ea63e4ab2f64dc7d6d0bf0831934c439ee52efffa
SHA512: cd2947900528870b5e08e46b0ad8de317a283205c5c3196cf0d0f7d25c2438b1970b88a5c7c0ac915e2adfc03352100705cba5222f87e27f41daf154df42fcbd
Description: debug symbols for libpam-modules-bin
Auto-Built-Package: debug-symbols
Build-Ids: 05b8fa5c8b1d6e6076309ed4d8a683024175df3b 07f78a4916ea978a016e16161026685c3383a593 1ada9ead9f03f569d8c37b13b0345d59959a1c7c 32ffa2ad007a84405db933ab36649662ba2f9ff9 afb3bbb126491c48ecb04f6ce5da12a31f40bf43 faa427a3769a38b6ea1e8bc33d016729788ce683

Package: libpam-modules-dbgsym
Priority: optional
Section: debug
Installed-Size: 746
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: arm64
Source: pam
Version: 1.5.2-6+apertis1bv2024dev3b1
Depends: libpam-modules (= 1.5.2-6+apertis1bv2024dev3b1)
Filename: pool/target/p/pam/libpam-modules-dbgsym_1.5.2-6+apertis1bv2024dev3b1_arm64.deb
Size: 402384
MD5sum: 54f9355c170505d59ebe9d40b56be1dd
SHA1: c6b44f7238d83729efca5d83f40d85277a20961e
SHA256: de87819321295cbeb47922e97daa2e7116704a9655f78c6dc608a036762967ec
SHA512: 1073a98de33bb1ad590293b164f453cc036e41789f9d20aa6dcdd717b1b533ac19ee8de053f7d5004118366a0f6082f1d6bc7d8659cf4aa89b11ba48b129dab6
Description: debug symbols for libpam-modules
Auto-Built-Package: debug-symbols
Build-Ids: 019107d71da714bb2c66f470b2ed8db54684414b 01c4368ebe4599c8e59a56659954e0a27679c129 0940484029da821b1e7b98412bd1552dde50ae30 0c111dbd6b05851214a4f852cdf0d20f6e7b1427 0e0e3e297e2f102177104dd443964985b34c5129 2315bec593b95eb1b0caf87733eff2824b2af8e7 26ec1d461d2760738eb3299a62ee50658070f5db 3a5056986bb5d588c140fc7ff7a6178d79ee7db3 3bf8974bdcacd765a9bf13d7fdd0032e353e966b 3eb3043b3bbf7eea810df36201f96e158796013c 4e03b03afd7b67632b7f6f0f7a3440c45e873411 535a836d614528d85686582eec7c074644566aba 548804ba18782b1eef31d88d884b6fe29aea744e 5a4364c8d99f0f6d17826ef5ea7f4ce9ec406169 5acf8d497bf256ec29880fe11b63e465f162a114 5c5ecc24598b40bb2fcc4489f32b8bd627d3c08a 5e174dafb1c928cbce5c0914a9272238816eff81 7aca586c1cff28464c0627d4aaba5d10d6e65af8 7d2498f9cfd7fe2a4924a07c3fcb272ca4c38d27 7f81b9f8f0c8c2d4ff2603e6de17d5b21e2e277f 864fe84be858f75ec6213c85ff6f9a6e547c2e74 8b76b187e593ad09bd630b7688367e020ddc98ee 8d151fbbae121dec822bb03aaacb49533daa4f3e 8e1c0980a35bc7af609259306e20cfb794550df0 92e2bcae0ce3b110939e58912caf18a6d76b0c61 9a0b61272559d4f65562d8b1fea4d41a49647012 a1fd350ee10fa072ea97d049e672bdff3b9cb5e2 a2674dd7315c113badc03390e062c9c41225370a af07c243a063931f40102fbe0fef05741ffefb53 bb1ebcbab8ab963612912125cc20bf21b96a6466 bf8e5841881f0776a5539ec032e861ce4d8942cf cb8f02f910d35aebb738304c2c12fa954dd682b7 cc439f15922c6d6ef0d508b6160dee1184d2c4a4 dc86414bb442c2aca5d8e80c2a6b7a9cf52ce497 de0ef6cc06a9cb303f0e62bc6c132b4cccb9f1ab e09efda9f1940955065256ea32c0af8eab0f5451 e15a2aa77682c9d5605fd5f71d37638f9117f891 e1c8516848ec1ded9c503cb8916d67049743c843 e34f4b499f88b4cbecd0abc038496856f274901e eea3139224c2bea4084b8a2aabaed6f3d17914bc f86e5ebba64dbb1677684a19c61266d20a55e295 f954629f75b2e75fc95dd7ff64377ef52a7ae32b fadb2599b2f152fbe4ddb988753fd62d6dadf9ec faeb0a39c245cc51200d16f1c186a45c80a7702e
Multi-Arch: same

Package: libpam-runtime
Priority: required
Section: admin
Installed-Size: 862
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: all
Source: pam
Version: 1.5.2-6+apertis1bv2024dev3b1
Replaces: libpam0g-dev, libpam0g-util
Depends: debconf (>= 0.5) | debconf-2.0, debconf (>= 1.5.19) | cdebconf, libpam-modules (>= 1.0.1-6)
Conflicts: libpam0g-util
Filename: pool/target/p/pam/libpam-runtime_1.5.2-6+apertis1bv2024dev3b1_all.deb
Size: 158488
MD5sum: b732312db92b7266e2dfee1a99117f8b
SHA1: 20a696f562b7eb4133b3e30f8da641863cff8d9f
SHA256: f6e6d4cd07a7ea66bb09ee36d00032d742c1d329684bf65cc833a490681ded53
SHA512: dabdb734c757b56407e9c6dca87241218d630e54f463d04032d2c94e590b8c694f7ac65e49a42498de1cd8aadb5fbccc4faeb61fcb1cae79783d8e23c9de8e73
Description: Runtime support for the PAM library
 Contains configuration files and  directories required for
 authentication  to work on Debian systems.  This package is required
 on almost all installations.
Homepage: http://www.linux-pam.org/
Multi-Arch: foreign

Package: libpam-systemd
Priority: standard
Section: admin
Installed-Size: 601
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Provides: default-logind (= 252.6-1+apertis2bv2024dev3b1), logind (= 252.6-1+apertis2bv2024dev3b1)
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libpam0g (>= 0.99.7.1), systemd (= 252.6-1+apertis2bv2024dev3b1), libpam-runtime, default-dbus-system-bus | dbus-system-bus, systemd-sysv
Recommends: dbus-user-session
Filename: pool/target/s/systemd/libpam-systemd_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 217856
MD5sum: 33c1e45d1ae1f66d77f1519f26db11b0
SHA1: ffd11d3a8cc12109d73c291b27d6f2074f014297
SHA256: 4323a79546dda08c1843f1e8d6c95d775c7ba6e5dc63f62c9c0a95549f15bb5b
SHA512: 6fc60fc0265105d2621050bd0e1d125ae8cd4cd3419a48aecfe90636c266b1eec4d93ec11d518d9e112baeaac300f60e5deb3895fe8e0a9b84f63c8d377a55d0
Description: system and service manager - PAM module
 This package contains the PAM module which registers user sessions in
 the systemd control group hierarchy for logind.
 .
 If in doubt, do install this package.
 .
 Packages that depend on logind functionality need to depend on libpam-systemd.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: same

Package: libpam-systemd-dbgsym
Priority: optional
Section: debug
Installed-Size: 1006
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libpam-systemd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libpam-systemd-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 816600
MD5sum: 0ba821d93e48e4ba779e7f3a8d6c47b9
SHA1: 53318881d5f3222a556a19fb52dad350c207a030
SHA256: d67bec352955bf251ebbb4125c6fed75739bef27823fe1f9a3262b093fe2e02e
SHA512: eec3352b733d21a13156e3069ee9375fbdd0432517c88360e90cbcdc3636af01c3ca2e241271afd410b41d7f6765131716ef86cf45bf415082087bc81555535f
Description: debug symbols for libpam-systemd
Auto-Built-Package: debug-symbols
Build-Ids: 04a283c35bced227e4c572108d0d71a475468ea6
Multi-Arch: same

Package: libpam0g
Priority: optional
Section: libs
Installed-Size: 323
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: arm64
Source: pam
Version: 1.5.2-6+apertis1bv2024dev3b1
Replaces: libpam0g-util
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), debconf (>= 0.5) | debconf-2.0
Suggests: libpam-doc
Filename: pool/target/p/pam/libpam0g_1.5.2-6+apertis1bv2024dev3b1_arm64.deb
Size: 95164
MD5sum: eec0c9d0ee9209a14f447ee92420ba17
SHA1: 6b9dd61347fccfda9937e0145de64f60c06ae662
SHA256: 7378bb71c5be26c7fe7a4c4f11c58ad3c66abaa0ff779f2d6fbce43289e422de
SHA512: f119556aa57ee2f8b8967973628ec935347b852bb616d714c7dfce287b4fe77f85f2ef523e40544c29eac2cd1a2e6e3687deb058d1c061711efb29c9fe8b1d65
Description: Pluggable Authentication Modules library
 Contains the shared library for Linux-PAM, a library that enables the
 local system administrator to choose how applications authenticate users.
 In other words, without rewriting or recompiling a PAM-aware application,
 it is possible to switch between the authentication mechanism(s) it uses.
 One may entirely upgrade the local authentication system without touching
 the applications themselves.
Homepage: http://www.linux-pam.org/
Multi-Arch: same

Package: libpam0g-dbgsym
Priority: optional
Section: debug
Installed-Size: 129
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: arm64
Source: pam
Version: 1.5.2-6+apertis1bv2024dev3b1
Depends: libpam0g (= 1.5.2-6+apertis1bv2024dev3b1)
Filename: pool/target/p/pam/libpam0g-dbgsym_1.5.2-6+apertis1bv2024dev3b1_arm64.deb
Size: 91456
MD5sum: f20de647eb3c8258a3373116625bd0dc
SHA1: d721c58583fe2c58eb1c99248c48fe8a190214e1
SHA256: fcb9779c7df82cb0e995cc0788883c6818b8bc7381982baf32e038260f766ca2
SHA512: e42a714926872b60119b353740f8c75ba298eb86312fdc3ae8b64897ad313fa9625f3589bdd26ba363186b70c343a785d1a95a6a6a4c877d8287acf80fb89980
Description: debug symbols for libpam0g
Auto-Built-Package: debug-symbols
Build-Ids: 3adf49a67cefec948de667e5f885ec6cfb61ddb9 7b374c6d734fd86b48771daebc124b1aa0d4fb17 87d053211ce2efee0d37c8050ca11d7c06dd7444
Multi-Arch: same

Package: libpam0g-dev
Priority: optional
Section: libdevel
Installed-Size: 419
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: arm64
Source: pam
Version: 1.5.2-6+apertis1bv2024dev3b1
Provides: libpam-dev
Depends: libpam0g (= 1.5.2-6+apertis1bv2024dev3b1), libc6-dev | libc-dev
Filename: pool/target/p/pam/libpam0g-dev_1.5.2-6+apertis1bv2024dev3b1_arm64.deb
Size: 152268
MD5sum: 6cfbe4bb874fb52e417592de1e5ecba4
SHA1: 1d1dee66349598cf231a7c8d711fcff7f8e9390f
SHA256: 4ee38c5c541a5558e9282c147d76a319b427e64fec1aff35c44a4f6d17498654
SHA512: 38e6933de540345ffb1654a3564ea9d3a1fc9e3a30ce21d603638caa8b905d5f4f3bf8e36510ebec38330d6cd6bb3750a551fb578af99e6ba9efa24637b3f961
Description: Development files for PAM
 Contains C header files and development libraries for libpam, the Pluggable
 Authentication Modules, a library that enables the local system
 administrator to choose how applications authenticate users.
 .
 PAM decouples applications from the authentication mechanism, making it
 possible to upgrade the authentication system without recompiling or
 rewriting the applications.
Homepage: http://www.linux-pam.org/
Multi-Arch: same

Package: libpango-1.0-0
Priority: optional
Section: libs
Installed-Size: 562
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: fontconfig (>= 2.13.0), libc6 (>= 2.17), libfribidi0 (>= 1.0.6), libglib2.0-0 (>= 2.67.3), libharfbuzz0b (>= 5.1.0), libthai0 (>= 0.1.25)
Breaks: libpangocairo-1.0-0 (<< 1.44.7), libpangoft2-1.0-0 (<< 1.44.7), libpangoxft-1.0-0 (<< 1.44.7)
Filename: pool/target/p/pango1.0/libpango-1.0-0_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 202740
MD5sum: a2bef9f53552ee05f2231b48edc65bec
SHA1: 8dca06b407fb5750811fd41332e12799aaf0c1b7
SHA256: 6dbe9e10be3a74606600f392e631c910255c69a75180373c1a8fbce5e4a88d10
SHA512: 148ccbe58383a70303d01c0a5849eb032e50e447d38fbfdc745f285396feb6a9b7d5270ddf22739769cdea96136fe6a41ce9e0daf5ba680abe134664f0ced439
Description: Layout and rendering of internationalized text
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This package contains the shared libraries.
Homepage: https://www.pango.org/
Multi-Arch: same

Package: libpango-1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 499
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpango-1.0-0-dbgsym_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 436328
MD5sum: 6222a4da1a6e9fcfd10674ae5460f480
SHA1: ee73a6882786b256d984fe16b74e2665981689e2
SHA256: d5119acb6e9ae46eb49c8b44d2e3c3737151e6b75c3e6223f615d99979dd24e9
SHA512: 8eaeb97f0c6c9c7907772865a6c41f92024ff328fe864c5e1117ffcc9edb1896c0a5f715c9256203c5b4eeca987a9e8b7a925d21037ed288fe08c98a82458666
Description: debug symbols for libpango-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: ac88933dc452098e7421dcbafd992d57703b0c8d
Multi-Arch: same

Package: libpango1.0-0
Priority: optional
Section: oldlibs
Installed-Size: 37
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libpango-1.0-0 (>= 1.42), libpangocairo-1.0-0 (>= 1.42), libpangoft2-1.0-0 (>= 1.42), libpangoxft-1.0-0 (>= 1.42)
Suggests: libpangox-1.0-0 (>= 0.0.2-2~)
Filename: pool/target/p/pango1.0/libpango1.0-0_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 16956
MD5sum: 6b122466553901fcbc9323f89c3ea4ee
SHA1: 78b92508ca35e35c730d49895562c742f8cc9a63
SHA256: 0c89ae52cb5edd263a5b9a1a66b15edaa0c410f9677f7b69ed44133739d62229
SHA512: 254e328273e45645d11d9a0c4d0f0971d2a7f497f260f280f603049913f7bcb5847255ad9bbf6542bee560bda75ca524bf9cbdd4edba62cdc3980dea7f6e3ec7
Description: Layout and rendering of internationalized text (transitional package)
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This is a transitional package and will be removed in a future release.
 Third-party packages should depend on the individual libraries that they
 use instead. If another package depends on this one, please report that
 as a bug.
Homepage: https://www.pango.org/
Multi-Arch: same

Package: libpango1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 1590
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: gir1.2-pango-1.0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libcairo2-dev (>= 1.12.10), libfontconfig-dev (>= 2.13.0), libfreetype-dev (>= 2.1.7), libfribidi-dev (>= 1.0.6), libglib2.0-dev (>= 2.62.0), libharfbuzz-dev (>= 2.6.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoxft-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libthai-dev (>= 0.1.22-3~), libx11-dev (>= 2:1.3.3-2), libxft-dev (>= 2.1.14-2), libxrender-dev (>= 1:0.9.0.2-2), pango1.0-tools (= 1.50.12+ds-1+apertis1bv2024dev3b1), pkg-config
Suggests: libpango1.0-doc
Filename: pool/target/p/pango1.0/libpango1.0-dev_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 154660
MD5sum: 2872dc6851aca522c512ad207a894a21
SHA1: f454a225034737c4785639aae12683988a191f15
SHA256: d4699647009c55e90626d63714ba0fe557354494ca890550f654940497d8b42c
SHA512: 845d45a97bdc6e88dd360625b1b079349348d0c5a6b3b9cc034dbc26dc0d59b1a06f2e0d4e1e953e8a99500360cae35d763ace58121fd6e2cf7436259cfbc0aa
Description: Development files for the Pango
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This package contains the header files and some files needed for development
 with Pango.
Homepage: https://www.pango.org/
Multi-Arch: same

Package: libpango1.0-doc
Priority: optional
Section: doc
Installed-Size: 6878
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Recommends: libglib2.0-doc
Filename: pool/target/p/pango1.0/libpango1.0-doc_1.50.12+ds-1+apertis1bv2024dev3b1_all.deb
Size: 630412
MD5sum: 72332dc6b57c4e3fbab31744719dd19d
SHA1: 6e3aa178a4a06043ff4bb916b7c70c4ec1e4007d
SHA256: 5a0024f12b5b9c328c04c27f551062c7796dc2adcc9bfd0b1f0ecfd3b09ef2b5
SHA512: b41a424c6d52b8667a1c0dd9d12e020760a2947233e698fc76d2bfc9531841cd9906402f61ba3aba68300d67faf7646d2ea3353e15b0bc09ff417e65ef185cf1
Description: Documentation files for the Pango
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This package contains the HTML documentation for the Pango in
 /usr/share/doc/libpango1.0-doc/ .
Homepage: https://www.pango.org/
Multi-Arch: foreign

Package: libpangocairo-1.0-0
Priority: optional
Section: libs
Installed-Size: 111
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libcairo2 (>= 1.12.10), libfontconfig1 (>= 2.13.0), libglib2.0-0 (>= 2.62.0), libharfbuzz0b (>= 2.6.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangocairo-1.0-0_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 34984
MD5sum: cc3f12a76364fb4814f8a7b008e86185
SHA1: 756b8e3228a234293e5127245159bf90a3b5ca5c
SHA256: 0ba7e53659b189c4dbe37010d2cb558375b4482ed71bde537dc523e831f5caee
SHA512: 5899fe34e260129f6d460dd3671f5545e8359b21970f315dc163b89438cfcbd5974e1c53095ba23d75d18b46e7798b0544a6b2e1704bb6c36daa8f9449a8c870
Description: Layout and rendering of internationalized text
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This package contains the shared libraries.
Homepage: https://www.pango.org/
Multi-Arch: same

Package: libpangocairo-1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 94
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangocairo-1.0-0-dbgsym_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 69320
MD5sum: 19c36dc6ad42120fd868b160855f9a44
SHA1: 31d9127a14fe73b2c15da26182ed08a6cbdf718b
SHA256: 68b17b213e47cc7eac5ea5a7c74e54bb06872e8b50513bf9fa0e6f63d58386e0
SHA512: 2d720ad3bca7a251039c0934be48d44dfb3f1aa66126c699e0cf8e7037a94c0061d02137c4eb8f9a7ac2a3e6506432770f22e06bf74715bb32838ca5a92d12bf
Description: debug symbols for libpangocairo-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: f4e6b1ef3dd8641bf498e63266cb0fe1e7845d97
Multi-Arch: same

Package: libpangoft2-1.0-0
Priority: optional
Section: libs
Installed-Size: 178
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libfontconfig1 (>= 2.13.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.67.3), libharfbuzz0b (>= 5.1.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangoft2-1.0-0_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 47640
MD5sum: feb842bfd44d7e87b470e063233ffd64
SHA1: d1c889a7bdfc2689369f56b96e99be8d1f0d9037
SHA256: dd7da776eee9bac3794f6bd2b5db85001023f96a6369677265dde05c3962b326
SHA512: 3aff269e676300b5fffed0b96615191e3f07ca58960b037256da4b98e391aef16f0068dc9e958c8131ab367d92ebd256366084b4cb35aebbc978e01a3ff1bac1
Description: Layout and rendering of internationalized text
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This package contains the shared libraries.
Homepage: https://www.pango.org/
Multi-Arch: same

Package: libpangoft2-1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 155
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangoft2-1.0-0-dbgsym_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 121212
MD5sum: 8d1eb52abaa6df960eda4f4702867726
SHA1: 90348fc0f77414bcb7852b48970df50a929dfaea
SHA256: 6acc848fc69ece9026a772fcc4365ba2c8cc39a2c4b47868b369522074eb9d3c
SHA512: 8751ba3722a55b925790ba6964ec65e49369fbfae5ab086df2d80eaa1af0f38011efaf12ba338b88511397a53c100f5c1d2507be8ff3b610aa80b0a3ec0f4e64
Description: debug symbols for libpangoft2-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 08f21f909242d75d1f5d9a839c37060c1501a2bf
Multi-Arch: same

Package: libpangoxft-1.0-0
Priority: optional
Section: libs
Installed-Size: 110
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libfontconfig1 (>= 2.13.0), libglib2.0-0 (>= 2.62.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libx11-6, libxft2 (>> 2.1.1), libxrender1
Filename: pool/target/p/pango1.0/libpangoxft-1.0-0_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 28872
MD5sum: c43f694c96c1225af2b0158c000e29cf
SHA1: 929e45da8acb49efc3a142d462b0baaa189e64ae
SHA256: 8447dfd9763250087d511f8fdf6a3630556bda1a12c2238872d73e31e9227021
SHA512: c5cc417e2eaef53521da0c1d6916896a441a86ef2a0cc623210ceea3d320257eda1bdb8724a3246361cbbc47dde9eecdbb1f60a2d8d465f794c0efd7c2efa244
Description: Layout and rendering of internationalized text
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This package contains the shared libraries.
Homepage: https://www.pango.org/
Multi-Arch: same

Package: libpangoxft-1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 77
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: libpangoxft-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/libpangoxft-1.0-0-dbgsym_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 57456
MD5sum: c6234dc5bb717465cdd6d3de4712a6aa
SHA1: fe7e4c2a277e99ae1b2d38a19d78b3b90c3d85a1
SHA256: e86f836c3c6d334544a0ae659a8484ea7675bf4ba5de5f4eb356834af8498c56
SHA512: 7b8ea79434b0401d506cfc2ed61c708052a102cf54d5a3d539c4c3a04080c926ae5a8d09f978193727e9929484470b8e3bdcd55ad510fe391cfd8af9acdd120d
Description: debug symbols for libpangoxft-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: d8943dc279d44b38eed69272d28ad1c068e79777
Multi-Arch: same

Package: libpari-dev
Priority: optional
Section: libdevel
Installed-Size: 19699
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: arm64
Source: pari
Version: 2.15.2-1+apertis1bv2024dev2b1
Provides: libpari-gmp-tls8-dev
Depends: libpari-gmp-tls8 (= 2.15.2-1+apertis1bv2024dev2b1), libc-dev
Suggests: libpari-gmp-tls8-dbgsym, pari-gp2c
Filename: pool/target/p/pari/libpari-dev_2.15.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 4497976
MD5sum: ad6caa9396adefcb29d5ee3da25479fa
SHA1: e1b429e28e021b9ac6c233a5dcb49f65423fbd8e
SHA256: 074a291a0c1e22346f4275b4ee1fb2244901c9d085331408e03afecaaae8caa0
SHA512: 6fc1ec8b53074a014298524e4a5dad04b3ede8934a29abc8bc8d404af54881205244e690640bdb1c29e524e02a3aa9129953861e444f386981c31ac4382794ea
Description: PARI/GP Computer Algebra System development files
 PARI/GP is a widely used computer algebra system designed for fast
 computations in number theory (factorizations, algebraic number theory,
 elliptic curves...), but also contains a large number of other useful
 functions to compute with mathematical entities such as matrices,
 polynomials, power series, algebraic numbers etc., and a lot of
 transcendental functions. PARI is also available as a C library to allow
 for faster computations.
 .
 Originally developed by Henri Cohen and his co-workers (University Bordeaux I,
 France), PARI is now under the GPL and maintained by Karim Belabas
 with the help of many volunteer contributors.
 .
 This package contains the include files and static library.
Homepage: http://pari.math.u-bordeaux.fr
Multi-Arch: same

Package: libpari-gmp-tls8
Priority: optional
Section: libs
Installed-Size: 11546
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: arm64
Source: pari
Version: 2.15.2-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1)
Filename: pool/target/p/pari/libpari-gmp-tls8_2.15.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 3618380
MD5sum: e6724968693fc7e831e2747cea223729
SHA1: 578248789f21eb94ddd4b1a47f2ee9d9d87fd052
SHA256: 6dfded2f5d3acf494c5a7675364b786c1cb23ea285914f10005bc0651189e879
SHA512: 163d48d4b7803dae1df38324b209c3d06bb9331ac74de56a8b0732e022c57a19eb49739d96e94ed9278721279e70f2e11afa4c8de7d88c8e1536ca1fbbea969c
Description: PARI/GP Computer Algebra System shared library
 PARI/GP is a widely used computer algebra system designed for fast
 computations in number theory (factorizations, algebraic number theory,
 elliptic curves...), but also contains a large number of other useful
 functions to compute with mathematical entities such as matrices,
 polynomials, power series, algebraic numbers etc., and a lot of
 transcendental functions. PARI is also available as a C library to allow
 for faster computations.
 .
 Originally developed by Henri Cohen and his co-workers (University Bordeaux I,
 France), PARI is now under the GPL and maintained by Karim Belabas
 with the help of many volunteer contributors.
 .
 This package contains the shared library built with GNU MP support.
Homepage: http://pari.math.u-bordeaux.fr
Multi-Arch: same

Package: libpari-gmp-tls8-dbgsym
Priority: optional
Section: debug
Installed-Size: 19707
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: arm64
Source: pari
Version: 2.15.2-1+apertis1bv2024dev2b1
Depends: libpari-gmp-tls8 (= 2.15.2-1+apertis1bv2024dev2b1)
Filename: pool/target/p/pari/libpari-gmp-tls8-dbgsym_2.15.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 19832184
MD5sum: 6a728fddff8171f7e0b124282d5cd593
SHA1: 41a49f6c25bdd603c1c542268135177982eb060b
SHA256: 4d7d1d17fd3e319287b02589a9b4d92809c2406dd2e825cefe9b8f4338140e3a
SHA512: 55224054d334b84b6f0615e83dd80fde83ba9194ad17c1edb6dc61379bb2a8a56f582654ccffcb35a8a68d5342082cc112def40153023a802f410e33c3b6b65b
Description: debug symbols for libpari-gmp-tls8
Auto-Built-Package: debug-symbols
Build-Ids: d83c0a27bebbb3f7aa43a75e80756c6159690c7d
Multi-Arch: same

Package: libpci-dev
Priority: optional
Section: libdevel
Installed-Size: 155
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: pciutils
Version: 1:3.9.0-4+apertis0bv2024dev2b1
Depends: libpci3 (= 1:3.9.0-4+apertis0bv2024dev2b1), libudev-dev (>= 196), zlib1g-dev
Filename: pool/target/p/pciutils/libpci-dev_3.9.0-4+apertis0bv2024dev2b1_arm64.deb
Size: 64168
MD5sum: a318aafede7dfff5e38ca417507e9f37
SHA1: 4442cf929f3316993cb7fdcae3f9fa640668d3a7
SHA256: c500eb25bb5c5255c45fac10127f3919828d51a2c82f5a696e67e4f0a0998fff
SHA512: 3e5939763c2a9f7304a988b5240df03c38a82b7b5489cb734e3a69e4ac7082d6e5f766da73ee43dd9c05abfd476748b4dee5f3ff17da48c42d883a3d82f024b4
Description: PCI utilities (development files)
 This package contains the <pci/pci.h>, <pci/config.h> and <pci/header.h>
 header files, as well as the libpci static library.
Homepage: https://mj.ucw.cz/sw/pciutils/
Multi-Arch: same

Package: libpci3
Priority: optional
Section: libs
Installed-Size: 125
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: pciutils
Version: 1:3.9.0-4+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libudev1 (>= 196), zlib1g (>= 1:1.1.4), pci.ids (>= 0.0~2019.11.10-2)
Filename: pool/target/p/pciutils/libpci3_3.9.0-4+apertis0bv2024dev2b1_arm64.deb
Size: 65212
MD5sum: 908b2d790cd0439c3069e47773dad26e
SHA1: c8a960ac7242b27f6143338c13e6ff51a360f295
SHA256: d93b4b6886621a49dc609cbf01fffd8bbb995a2a4f2b7086b24a38d83a364612
SHA512: 8a3b0c0431258460b849bba010863436d211efad764759b8c6159d9379642533b9cd45474122026fb3df10327afc936f3cb62e69769f06456315c6fe13caa4ce
Description: PCI utilities (shared library)
 This package contains the libpci shared library files.
 .
 The libpci library provides portable access to configuration
 registers of devices connected to the PCI bus.
Homepage: https://mj.ucw.cz/sw/pciutils/
Multi-Arch: same

Package: libpci3-dbgsym
Priority: optional
Section: debug
Installed-Size: 96
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: pciutils
Version: 1:3.9.0-4+apertis0bv2024dev2b1
Depends: libpci3 (= 1:3.9.0-4+apertis0bv2024dev2b1)
Filename: pool/target/p/pciutils/libpci3-dbgsym_3.9.0-4+apertis0bv2024dev2b1_arm64.deb
Size: 75336
MD5sum: 0d22429c08c6658dea8bc11431033d24
SHA1: c75681ec1357fccb3e76fa4e6e29e97f40637ddc
SHA256: 6611e9e721b570e8be3d6698622f4d234ef1b0009f610ba18b37d26ac58d2a4f
SHA512: a49ec5625df10827795da7f7164e5bf217acc3d9d456753a8938b8ecae7f3630be1a569677ab393516b928dca657e6be273d5401c03bf099f2c9bdfb9036329b
Description: debug symbols for libpci3
Auto-Built-Package: debug-symbols
Build-Ids: 18d4ab2978d915893ea5a5eca44b182144e917b7
Multi-Arch: same

Package: libpciaccess-dev
Priority: optional
Section: libdevel
Installed-Size: 133
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libpciaccess
Version: 0.17-2+apertis0bv2024dev3b1
Depends: libpciaccess0 (= 0.17-2+apertis0bv2024dev3b1)
Filename: pool/target/libp/libpciaccess/libpciaccess-dev_0.17-2+apertis0bv2024dev3b1_arm64.deb
Size: 56572
MD5sum: b60d7003687cbc3cd52ee275eea724c9
SHA1: 634f99abcf91ae98d787971f5598a6285126219d
SHA256: 6f0b05afbe13caa1ee811e51bccaa0373e975446d026126b6de8d3d3edcb34de
SHA512: 88f33ae31ad6997c4c40d5abdebb74632320b2515e8f3a36df7831e65ce04335c0a6188e8c569b2d13c938c5a63f8944f9728507501ebf41a959ea112fff8415
Description: Generic PCI access library for X - development files
 Provides functionality for X to access the PCI bus and devices
 in a platform-independent way.
 .
 This package contains the development files for libpciaccess.
Multi-Arch: same

Package: libpciaccess0
Priority: optional
Section: libs
Installed-Size: 123
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libpciaccess
Version: 0.17-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33), zlib1g (>= 1:1.1.4)
Suggests: pciutils
Filename: pool/target/libp/libpciaccess/libpciaccess0_0.17-2+apertis0bv2024dev3b1_arm64.deb
Size: 52092
MD5sum: 11f7cb9665718307f03a6c13727a75d3
SHA1: 62cbf8d564aaedeaaafe619e58203129f30ad499
SHA256: e3bd9c98266e70681023f6075809be45d07334dade715e23745acc337f383022
SHA512: 15181965fe41f77b22d2e229edb04beca16aa1c23aa66bae1ef2bd8a1d3b5c8b7a7684cc576f47e146a64a454d7cdc8ac7b6f59a764ad691e79f6313dcd23a78
Description: Generic PCI access library for X
 Provides functionality for X to access the PCI bus and devices
 in a platform-independent way.
Multi-Arch: same

Package: libpciaccess0-dbgsym
Priority: optional
Section: debug
Installed-Size: 58
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libpciaccess
Version: 0.17-2+apertis0bv2024dev3b1
Depends: libpciaccess0 (= 0.17-2+apertis0bv2024dev3b1)
Filename: pool/target/libp/libpciaccess/libpciaccess0-dbgsym_0.17-2+apertis0bv2024dev3b1_arm64.deb
Size: 40208
MD5sum: b02704a4868a8ad382b389165bce6ef2
SHA1: 57a82aaa68458f23d173ebb1467fb9131066e03c
SHA256: adbb116b848dd9393745f4b01d3adc7f13f3c0d0e52d496a90a649a33afde34f
SHA512: 7ca27222416f48d4d1205b58f17f8988823e5ab1b858c8f4edb9560a65c51239f7bd40cb89e9cb60a43e1ec6747b0ca28dd64107ed1e1d68c8461e3a6aa1ca66
Description: debug symbols for libpciaccess0
Auto-Built-Package: debug-symbols
Build-Ids: 3eed0cdcdb1a955c283f145e1ff8f0d6ee7fcb41
Multi-Arch: same

Package: libpcre16-3
Priority: optional
Section: libs
Installed-Size: 501
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre3
Version: 2:8.39-15+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/p/pcre3/libpcre16-3_8.39-15+apertis0bv2024dev2b1_arm64.deb
Size: 234532
MD5sum: 33d34520c734e494cd0f91e9d63cbcb0
SHA1: 56e81e4d22e8ef02582520cbaa6bcce6de25b1ee
SHA256: 06c3e0a97abae1f2c3a4dafc13b4572032198802cf887d457d973312a5c0ccf1
SHA512: 83a7cf50a602bd7448d0430ef211a4e7ca7e2b199ef177307f69af2c70ec908e578bd9c17025a6028da64904aa3f15065efdff2fdf8b40f2413798792375035f
Description: Old Perl 5 Compatible Regular Expression Library - 16 bit runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the 16 bit runtime library.
Multi-Arch: same

Package: libpcre2-16-0
Priority: optional
Section: libs
Installed-Size: 588
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/p/pcre2/libpcre2-16-0_10.42-1+apertis0bv2024dev3b1_arm64.deb
Size: 218608
MD5sum: 5c7de44ecbd4632886aab9f41fbe780b
SHA1: c8261c34fa5a180e7f1594ffb575ddef0f8937f5
SHA256: f46e1ac2d1f722a8235340a2cbd485d60b7012750f40f8a60d302145bb5778df
SHA512: c22c42aedc8d9cf46872081e744b6ce566a156422a40b204bbf45f017c4edbf0eefa22b964dded213de16005e6a2b151decd52097142743e82358c7c3b6c9afd
Description: New Perl Compatible Regular Expression Library - 16 bit runtime files
 This is PCRE2, the new implementation of PCRE, a library of functions
 to support regular expressions whose syntax and semantics are as
 close as possible to those of the Perl 5 language. New projects
 should use this library in preference to the older library,
 confusingly called pcre3 in Debian.
 .
 This package contains the 16 bit runtime library, which operates on
 UTF-16 input.
Homepage: https://pcre.org/
Multi-Arch: same

Package: libpcre2-16-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 624
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Replaces: libpcre2-dbg (<< 10.34-2~)
Depends: libpcre2-16-0 (= 10.42-1+apertis0bv2024dev3b1)
Breaks: libpcre2-dbg (<< 10.34-2~)
Filename: pool/target/p/pcre2/libpcre2-16-0-dbgsym_10.42-1+apertis0bv2024dev3b1_arm64.deb
Size: 607096
MD5sum: 6702520591bbc154b60fcabcef2bcfdc
SHA1: 4340dc4e43869035f4d0c1af356260cada8d8a62
SHA256: 272f60dc1604c6820f278e9ea545bb2e3658e01bfd099ac248250d29b91e86eb
SHA512: 1bc3544d5f2703021dadfdf53378f92617f8c86f258c6b200bd742c85a3642b60eef5337ddcc96d9fdb18d4a572453644c5ca31a2f2352ca906db0183d9eedc8
Description: debug symbols for libpcre2-16-0
Auto-Built-Package: debug-symbols
Build-Ids: e6f901f04402688d27fe5eaa1e4da481709b70d2
Multi-Arch: same

Package: libpcre2-32-0
Priority: optional
Section: libs
Installed-Size: 588
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/p/pcre2/libpcre2-32-0_10.42-1+apertis0bv2024dev3b1_arm64.deb
Size: 209440
MD5sum: ce5ceb9f30c9b85774d0a41a55e1e68e
SHA1: b6e47f6e066e37a52d705548fdfa566d3e2ace62
SHA256: 95f5013a6d7344ae8128416fbd5d8e714f869a1fbbf1ffa803249b4dee817b67
SHA512: dcaf6863944a758a2c3580dae277e468e4ba8841bd79d12d14a7361c2e454d675426a9ee48d15a52f9e36499a7245d5c14eb2d9b76e1ec62f091bc5ea4598140
Description: New Perl Compatible Regular Expression Library - 32 bit runtime files
 This is PCRE2, the new implementation of PCRE, a library of functions
 to support regular expressions whose syntax and semantics are as
 close as possible to those of the Perl 5 language. New projects
 should use this library in preference to the older library,
 confusingly called pcre3 in Debian.
 .
 This package contains the 32 bit runtime library, which operates on
 UTF-32 input.
Homepage: https://pcre.org/
Multi-Arch: same

Package: libpcre2-32-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 591
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Replaces: libpcre2-dbg (<< 10.34-2~)
Depends: libpcre2-32-0 (= 10.42-1+apertis0bv2024dev3b1)
Breaks: libpcre2-dbg (<< 10.34-2~)
Filename: pool/target/p/pcre2/libpcre2-32-0-dbgsym_10.42-1+apertis0bv2024dev3b1_arm64.deb
Size: 574004
MD5sum: 14ebedadfaee2d6ced6961f9b1435d9d
SHA1: 4183af4625a45d32ee1622630e486643fb4bad9d
SHA256: e7a07dcf80603a46a64570e3d064874d71c79a33e27f91d5b08d29eb9301d536
SHA512: 60f7e574974ff221fc7bf0378ea59a24e722e87925548b8d202466c73a8f09f453de481063991d84777c128f11529c019844c91093da5e5d64239cbd251b6c19
Description: debug symbols for libpcre2-32-0
Auto-Built-Package: debug-symbols
Build-Ids: bab7dd11ea5d9a87971f2772a444442ae1fb97ac
Multi-Arch: same

Package: libpcre2-8-0
Priority: optional
Section: libs
Installed-Size: 653
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/p/pcre2/libpcre2-8-0_10.42-1+apertis0bv2024dev3b1_arm64.deb
Size: 232820
MD5sum: 7277ea67c613cc6d24a612b6e27cf006
SHA1: 6a6dd9964a81240deed49d391de0e648c81c3824
SHA256: c04ab49bd74f918795bc8d9422de75c1c7ee998f2388a9a48391e2c7808662f9
SHA512: c36209f292a1fd1e8dc6830da7872fe13b689b7c278b340508280ed28c174761426bb07d1b6d350531612b75d2997bb47f19ed73ccd38c6f5b4865726492f12e
Description: New Perl Compatible Regular Expression Library- 8 bit runtime files
 This is PCRE2, the new implementation of PCRE, a library of functions
 to support regular expressions whose syntax and semantics are as
 close as possible to those of the Perl 5 language. New projects
 should use this library in preference to the older library,
 confusingly called pcre3 in Debian.
 .
 This package contains the 8 bit runtime library, which operates on
 ASCII and UTF-8 input.
Homepage: https://pcre.org/
Multi-Arch: same

Package: libpcre2-8-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 677
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Replaces: libpcre2-dbg (<< 10.34-2~)
Depends: libpcre2-8-0 (= 10.42-1+apertis0bv2024dev3b1)
Breaks: libpcre2-dbg (<< 10.34-2~)
Filename: pool/target/p/pcre2/libpcre2-8-0-dbgsym_10.42-1+apertis0bv2024dev3b1_arm64.deb
Size: 659360
MD5sum: 199beda988bcaa788e44a4a46e3d6aad
SHA1: b79f20716fbb844b77132799dfee71f68a46ef71
SHA256: acdac24b9882ab9e75dfe0bf0e843c090796c019593fa3d6904a95766a696bd6
SHA512: 79bf0db60b409f3041a08b94169d6088aaa3e312e7479abc22511aa8844e115b6164d6418f7a7d08e2c43e3223fdae8eeb979b39d0b9fb8cb81efb0088c9d6cf
Description: debug symbols for libpcre2-8-0
Auto-Built-Package: debug-symbols
Build-Ids: 59be392250cdcce19499ca1b7f71735b4983f7d2
Multi-Arch: same

Package: libpcre2-dev
Priority: optional
Section: libdevel
Installed-Size: 2206
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Depends: libc-dev, libpcre2-8-0 (= 10.42-1+apertis0bv2024dev3b1), libpcre2-16-0 (= 10.42-1+apertis0bv2024dev3b1), libpcre2-32-0 (= 10.42-1+apertis0bv2024dev3b1), libpcre2-posix3 (= 10.42-1+apertis0bv2024dev3b1)
Conflicts: libpcre3-dev (<< 2:8.35-8)
Filename: pool/target/p/pcre2/libpcre2-dev_10.42-1+apertis0bv2024dev3b1_arm64.deb
Size: 666752
MD5sum: a15e2ce154d4a4a654a44b932e1d5d62
SHA1: 3e416cf2aa9b06914f30d72f89f0ddae23597d62
SHA256: 832688b08e62ace189b36b1d1f01981c1683843421898718976a92100ad92afd
SHA512: 2d7bee7e373cfc5786a5936b3629198fe8df361e0f520c7ff2722b617441fac2ea2945974fa1f48ec44b3c86c6a529c668f62b40ad0fc163c1546116127f06f1
Description: New Perl Compatible Regular Expression Library - development files
 This is PCRE2, the new implementation of PCRE, a library of functions
 to support regular expressions whose syntax and semantics are as
 close as possible to those of the Perl 5 language. New projects
 should use this library in preference to the older library,
 confusingly called pcre3 in Debian.
 .
 This package contains the development files, including headers,
 static libraries, and documentation.
Homepage: https://pcre.org/
Multi-Arch: same

Package: libpcre2-posix3
Priority: optional
Section: libs
Installed-Size: 137
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Replaces: libpcre2-posix0
Depends: libc6 (>= 2.17), libpcre2-8-0 (>= 10.22)
Conflicts: libpcre2-posix0
Filename: pool/target/p/pcre2/libpcre2-posix3_10.42-1+apertis0bv2024dev3b1_arm64.deb
Size: 57960
MD5sum: e3b70e48292b63bc3502b0193ea8ca90
SHA1: 4016ef82ade187057d8231ace82de5aa558e0e6f
SHA256: a9fed1fe6551f89a018a2b04dccce3d330734b7634d6181690d79d81c77331f0
SHA512: 0c3f72b0280abce627db2d07dbc070e49914971089f48e75adf7816427ff945688e730a086ef5ce3c0579db92a67a38827e14b001c71fb8d65363c4da078f844
Description: New Perl Compatible Regular Expression Library - posix-compatible runtime files
 This is PCRE2, the new implementation of PCRE, a library of functions
 to support regular expressions whose syntax and semantics are as
 close as possible to those of the Perl 5 language. New projects
 should use this library in preference to the older library,
 confusingly called pcre3 in Debian.
 .
 This package contains the runtime library for the posix-compatible API.
Homepage: https://pcre.org/
Multi-Arch: same

Package: libpcre2-posix3-dbgsym
Priority: optional
Section: debug
Installed-Size: 20
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Replaces: libpcre2-dbg (<< 10.34-2~)
Depends: libpcre2-posix3 (= 10.42-1+apertis0bv2024dev3b1)
Breaks: libpcre2-dbg (<< 10.34-2~)
Filename: pool/target/p/pcre2/libpcre2-posix3-dbgsym_10.42-1+apertis0bv2024dev3b1_arm64.deb
Size: 6388
MD5sum: ae1c0306e31a97af41a4209cd0a89a86
SHA1: 6a55736189cbedbcf975992525ae9e8cd5f99891
SHA256: 480072ad59b29aa77bc1a1d15c02a38a333d477f169d556a6f39fc81254dde81
SHA512: 1ee1567a181ad717e947701b77d8c5eed1638c8ed6862148183b457e8b4b3898b2ef3e127208e6381b673f6841b84c6556ed50b1fb5cd56abcaa525992e06d60
Description: debug symbols for libpcre2-posix3
Auto-Built-Package: debug-symbols
Build-Ids: 75def2b32db8a4ce162296e467db9f39fa3ef13b
Multi-Arch: same

Package: libpcre3
Priority: optional
Section: libs
Installed-Size: 708
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre3
Version: 2:8.39-15+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Conflicts: libpcre3-dev (<= 4.3-3)
Breaks: approx (<< 4.4-1~), cduce (<< 0.5.3-2~), cmigrep (<< 1.5-7~), galax (<< 1.1-7~), libpcre-ocaml (<< 6.0.1~), liquidsoap (<< 0.9.2-3~), ocsigen (<< 1.3.3-1~)
Filename: pool/target/p/pcre3/libpcre3_8.39-15+apertis0bv2024dev2b1_arm64.deb
Size: 313924
MD5sum: b124dce4c2a2d691e279ca5e7bb9c9ee
SHA1: ef2e2e2145743c12e00fa8ae9b91cd2913bdf1ef
SHA256: 8a632419d9aa9dc7a9d674287abbf7934a2f1b1621974e9de1a471f567cfb31a
SHA512: 7e18cb85dbb0d532e0017533ca78fc9e7547234e8bda32c0e06b446eb545500f094446a454bb08a1ce65138bf29f3ddda52a5d76a07582395bcdccae22d9f190
Description: Old Perl 5 Compatible Regular Expression Library - runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 New packages should use the newer pcre2 packages, and existing
 packages should migrate to pcre2.
 .
 This package contains the runtime libraries.
Multi-Arch: same

Package: libpcre3-dbg
Priority: extra
Section: debug
Installed-Size: 1537
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre3
Version: 2:8.39-15+apertis0bv2024dev2b1
Depends: libpcre3 (= 2:8.39-15+apertis0bv2024dev2b1), libpcrecpp0v5 (= 2:8.39-15+apertis0bv2024dev2b1)
Filename: pool/target/p/pcre3/libpcre3-dbg_8.39-15+apertis0bv2024dev2b1_arm64.deb
Size: 1474060
MD5sum: 0b4f6c140e2ff8970d75426b483adc7e
SHA1: 8dd4d69277f74d5373108354f3d6d5ffa799b910
SHA256: 3e386b562b033ec1a8c19a53d1e0e9393d7efc31e0e42f7bba6aefff233f0918
SHA512: 21b5775ae5588fee1b83f67f88a74d306998bd372573c2627a970e09942fc8566b2ecd511918149943b54c464631e2d4a5f77b86781bea15ad18d937920e4f60
Description: Old Perl 5 Compatible Regular Expression Library - debug symbols
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the debug symbols,
Build-Ids: 082f5f9252f9eb08f979a9db32e2c24cc50c89af 37e54ee93fe0c5b457cbef37566d2d34945cef5c 84578f682f5de06a76f6cbc1abd02005bb5d74aa 89c3e1926086c91bd6fb6b30d617622e9429cf3d a57b3a41a4689c0aff00c8e6e1b6a949d1fa1012 deaf9cbc40548c1f0dd84a49f54223dc080f74f0
Multi-Arch: same

Package: libpcre3-dev
Priority: optional
Section: libdevel
Installed-Size: 1918
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre3
Version: 2:8.39-15+apertis0bv2024dev2b1
Depends: libc-dev, libpcre3 (= 2:8.39-15+apertis0bv2024dev2b1), libpcre16-3 (= 2:8.39-15+apertis0bv2024dev2b1), libpcre32-3 (= 2:8.39-15+apertis0bv2024dev2b1), libpcrecpp0v5 (= 2:8.39-15+apertis0bv2024dev2b1)
Filename: pool/target/p/pcre3/libpcre3-dev_8.39-15+apertis0bv2024dev2b1_arm64.deb
Size: 583880
MD5sum: dd242ef03c593e3f787ce8907fb1c675
SHA1: 3f2dbe6c1d8dd1510376f483da8855f2868db7ff
SHA256: 8dbd6e668217a9c1024c9759c8b5452dc37abaa68970f62e57d6fdaf61b5e468
SHA512: 3eddaa36398ec913327fd09d8f1593ab554d835d626b59308d2a199558aab9567531872b69998b906f934502630b94c523e62ddccd41bf60b72f70570cc23168
Description: Old Perl 5 Compatible Regular Expression Library - development files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 New packages should use the newer pcre2 packages, and existing
 packages should migrate to pcre2.
 .
 This package contains the development files, including headers, static
 libraries, and documentation.
Multi-Arch: same

Package: libpcre32-3
Priority: optional
Section: libs
Installed-Size: 501
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre3
Version: 2:8.39-15+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/p/pcre3/libpcre32-3_8.39-15+apertis0bv2024dev2b1_arm64.deb
Size: 225952
MD5sum: 62e968d2871cd6651f73f1b6a4bda5cc
SHA1: af85591fee9af4291351ad2e581fae7208e302eb
SHA256: eac941bea45dc9e263974cc7115abca176d97a1a2473aafa009b1c42a0df2cc0
SHA512: 6657390af6985625ab48b2eee5999aa7e6534058522c1f4b234fa0645b6120d9ff3b60f98a8cbb001afd2e83d739cd433f85b63d54544eba8a5b165046337653
Description: Old Perl 5 Compatible Regular Expression Library - 32 bit runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the 32 bit runtime library.
Multi-Arch: same

Package: libpcrecpp0v5
Priority: optional
Section: libs
Installed-Size: 212
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre3
Version: 2:8.39-15+apertis0bv2024dev2b1
Replaces: libpcre3 (<< 6.4-1.1), libpcrecpp0
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpcre3, libstdc++6 (>= 5.2)
Conflicts: libpcre3 (<< 6.4-1.1), libpcrecpp0
Filename: pool/target/p/pcre3/libpcrecpp0v5_8.39-15+apertis0bv2024dev2b1_arm64.deb
Size: 142696
MD5sum: 607a66e6f1e8e7d8c205a2db4c31d5bd
SHA1: 4e48952c5800c2c9bc79be47be533fa9d25d2f79
SHA256: b44cec2e8fec6db287e0c826ee558a868601fed45e69989556cd635947f4b732
SHA512: 2e81d67db2c64a683afa11d0b7065a5d57a51a73814fd8983633ce0eb9879487e23f87c3e7f83a07132b7d1f07c9477ced2106410d5cb34141df6885d299e3e9
Description: Old Perl 5 Compatible Regular Expression Library - C++ runtime files
 This is a C++ library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the C++ runtime library.
Multi-Arch: same

Package: libpcsclite-dev
Priority: optional
Section: libdevel
Installed-Size: 250
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: arm64
Source: pcsc-lite
Version: 1.9.9-2+apertis0bv2024dev3b2
Depends: libpcsclite1 (= 1.9.9-2+apertis0bv2024dev3b2), libc6 (>= 2.34)
Recommends: python3
Filename: pool/target/p/pcsc-lite/libpcsclite-dev_1.9.9-2+apertis0bv2024dev3b2_arm64.deb
Size: 69296
MD5sum: 12acd00528d619dd562ea6ef456cd0b6
SHA1: d201918e375c5f6f96eee80c45f24070cc75d23a
SHA256: 742805d98e0222c748f1fe6a504756e2745bf33c5eff243f9613c6f90288932d
SHA512: 841aeca8f11eb8d35be890cbef32bad88a225c091e0fae17f5c5c67c9529872c4d015547a5577e36f5285d497079df8a75e7bcba703fe379384643584b04454a
Description: Middleware to access a smart card using PC/SC (development files)
 The purpose of PC/SC Lite is to provide a Windows(R) SCard interface
 in a very small form factor for communicating to smart cards and
 smart cards readers.
 .
 This package contains the files needed for compiling and linking
 an application that communicates to any reader available to the
 PC/SC daemon.
 .
 This package also contains the PC/SC spying library: libpcscspy.so
 See http://ludovicrousseau.blogspot.com/2011/11/pcsc-api-spy-third-try.html
Homepage: https://pcsclite.apdu.fr/
Multi-Arch: same

Package: libpcsclite-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 36
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: arm64
Source: pcsc-lite
Version: 1.9.9-2+apertis0bv2024dev3b2
Depends: libpcsclite-dev (= 1.9.9-2+apertis0bv2024dev3b2)
Filename: pool/target/p/pcsc-lite/libpcsclite-dev-dbgsym_1.9.9-2+apertis0bv2024dev3b2_arm64.deb
Size: 20892
MD5sum: 9d1efeefb8374f0ab1d5517bc6733119
SHA1: cbdc1d835bcfa5bd5a85e61f5e33b419b3e1152b
SHA256: 01919105168fb3b1c5f9afa3b44171a324b358bf16183f748d4580e88b1c593d
SHA512: 241f6f33bec0b0b890bc46b7def8af234bb8fdcd1b255b04e5756aed1c0eba048aefc13a82d40c999da9066a48966dd04a1f9b0bb03f745b4e0a861d8a49fe90
Description: debug symbols for libpcsclite-dev
Auto-Built-Package: debug-symbols
Build-Ids: 15d83b8109c8898bd71cdd0e84f3f66f38299e44
Multi-Arch: same

Package: libpcsclite1
Priority: optional
Section: libs
Installed-Size: 114
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: arm64
Source: pcsc-lite
Version: 1.9.9-2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.33)
Suggests: pcscd (= 1.9.9-2+apertis0bv2024dev3b2)
Breaks: libpcsclite-dev (<< 1.9.9-2+apertis0bv2024dev3b2), pcscd (<< 1.9.9-2+apertis0bv2024dev3b2)
Filename: pool/target/p/pcsc-lite/libpcsclite1_1.9.9-2+apertis0bv2024dev3b2_arm64.deb
Size: 51936
MD5sum: efaa675c60a4c1c3bdb93d64e7fadf37
SHA1: 9b817dce874333aa84358c4f6e9ac39c6fdbecf9
SHA256: 5c683f7c009c92ac8357fa35eb213cb1322f5540977c0e005c4eb76f6bbb3813
SHA512: ca196c2c653c09667a8f8247b38fae243df8988e6da76f2d5623d0b066b20b3a4d25399335485b42fd0428392dfda0cc950ed1cfb83cb3b59d020e3bbbe71e56
Description: Middleware to access a smart card using PC/SC (library)
 The purpose of PC/SC Lite is to provide a Windows(R) SCard interface
 in a very small form factor for communicating to smartcards and
 readers.
 .
 The PC/SC Lite library is used to connect to the PC/SC daemon from
 a client application and provide access to the desired reader.
Homepage: https://pcsclite.apdu.fr/
Multi-Arch: same

Package: libpcsclite1-dbgsym
Priority: optional
Section: debug
Installed-Size: 69
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: arm64
Source: pcsc-lite
Version: 1.9.9-2+apertis0bv2024dev3b2
Depends: libpcsclite1 (= 1.9.9-2+apertis0bv2024dev3b2)
Filename: pool/target/p/pcsc-lite/libpcsclite1-dbgsym_1.9.9-2+apertis0bv2024dev3b2_arm64.deb
Size: 50968
MD5sum: 8121c92c6013ad00d73805e1832351fb
SHA1: d34e738920e317cc6351b3db97792f240fbb7e8f
SHA256: 116291644138f665172954829f8b8ca442d8d93cb03bdd607901d835cfabdaf5
SHA512: 1c3985a659c5fd8d88c59cd1ec22d540688f9b0177c680e8b4896435d7d5e8deab2f93d5995fb8de708ecbbd3424f5a21d7a0a77c6daf8981682f807611f7694
Description: debug symbols for libpcsclite1
Auto-Built-Package: debug-symbols
Build-Ids: 3682cbc7367e8e63ea210820a591636af7468b57
Multi-Arch: same

Package: libperl-dev
Priority: optional
Section: libdevel
Installed-Size: 4884
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: arm64
Source: perl
Version: 5.36.0-7+apertis0bv2024dev3b1
Provides: perl-xs-dev
Depends: perl:any (= 5.36.0-7+apertis0bv2024dev3b1), libperl5.36 (= 5.36.0-7+apertis0bv2024dev3b1), libc6-dev | libc-dev
Filename: pool/target/p/perl/libperl-dev_5.36.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 970880
MD5sum: 8dea2cc8a08890f8e2536fa4f4fafd28
SHA1: c346d2e0732ef2c0e5d497465c8567b3a7aad7b6
SHA256: eaaf1e192eecb19a1d2424ba8a5a8f4c56c05e27ccced15df7016e3b5229947b
SHA512: abfb193e8a2a212ca361567fb1e3f2c5774c90ab36a8d276a4ce426fe07f65d54d01344d369d27242ccc42481f3d64f1c9d40e98c3628c5191424fe2d3ca08c2
Description: Perl library: development files
 Files for developing applications which embed a Perl interpreter.
Homepage: http://dev.perl.org/perl5/
Multi-Arch: same

Package: libperl5.36
Priority: optional
Section: libs
Installed-Size: 30641
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: arm64
Source: perl
Version: 5.36.0-7+apertis0bv2024dev3b1
Replaces: libarchive-tar-perl (<= 1.38-2), libcompress-raw-bzip2-perl (<< 2.103), libcompress-raw-zlib-perl (<< 2.105), libcompress-zlib-perl (<< 2.106), libdigest-md5-perl (<< 2.58), libdigest-sha-perl (<< 6.02), libencode-perl (<< 3.17), libio-compress-base-perl (<< 2.106), libio-compress-bzip2-perl (<< 2.106), libio-compress-perl (<< 2.106), libio-compress-zlib-perl (<< 2.106), libmime-base64-perl (<< 3.16), libmodule-corelist-perl (<< 2.14-2), libstorable-perl (<< 3.26), libsys-syslog-perl (<< 0.36), libthreads-perl (<< 2.27), libthreads-shared-perl (<< 1.64), libtime-hires-perl (<< 1.9770), libtime-piece-perl (<< 1.3401), perl (<< 5.22.0~), perl-base (<< 5.22.0~)
Depends: libbz2-1.0, libc6 (>= 2.35), libcrypt1 (>= 1:4.1.0), libdb5.3, libgdbm-compat4 (>= 1.18-3), libgdbm6 (>= 1.21), zlib1g (>= 1:1.2.2.3), perl-modules-5.36 (>= 5.36.0-7+apertis0bv2024dev3b1)
Suggests: sensible-utils
Breaks: libcompress-raw-bzip2-perl (<< 2.103), libcompress-raw-zlib-perl (<< 2.105), libcompress-zlib-perl (<< 2.106), libdigest-md5-perl (<< 2.58), libdigest-sha-perl (<< 6.02), libencode-perl (<< 3.17), libfilter-perl (<< 1.60), libio-compress-base-perl (<< 2.106), libio-compress-bzip2-perl (<< 2.106), libio-compress-perl (<< 2.106), libio-compress-zlib-perl (<< 2.106), libmime-base64-perl (<< 3.16), libstorable-perl (<< 3.26), libsys-syslog-perl (<< 0.36), libthreads-perl (<< 2.27), libthreads-shared-perl (<< 1.64), libtime-hires-perl (<< 1.9770), libtime-piece-perl (<< 1.3401)
Filename: pool/target/p/perl/libperl5.36_5.36.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 4005908
MD5sum: 31c5a3782a89bfcef9627855b40aa4ba
SHA1: ef61425993392735d1d6b6932bea66d7921a8807
SHA256: 9cc8083647cad353c9fbc3afe03f3af24edfee1a332ba0039748db7f95de56a0
SHA512: 6955d6ac366961e661466b730e661a08cfca60d20c5b8a7f63541e507926f910a67b68668363f69138ec97b236666af9280f489b2d7c1763fc0cf351ab581829
Description: shared Perl library
 This package contains the shared Perl library, used by applications
 which embed a Perl interpreter.
 .
 It also contains the architecture-dependent parts of the standard
 library (and depends on perl-modules-5.36 which contains the
 architecture-independent parts).
Homepage: http://dev.perl.org/perl5/
Multi-Arch: same

Package: libphonenumber-dev
Priority: optional
Section: libdevel
Installed-Size: 18809
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libphonenumber
Version: 8.12.57+ds-3+apertis1bv2024dev2b1
Depends: libphonenumber8 (= 8.12.57+ds-3+apertis1bv2024dev2b1), libgeocoding8 (= 8.12.57+ds-3+apertis1bv2024dev2b1), protobuf-api-32-0, libboost-thread-dev, libabsl-dev
Filename: pool/target/libp/libphonenumber/libphonenumber-dev_8.12.57+ds-3+apertis1bv2024dev2b1_arm64.deb
Size: 1277712
MD5sum: 873be41e47c8731614e53503fc38dbca
SHA1: de59593fb8daf7c4649100daae86d1a4770b0c61
SHA256: 27701558e65900ca79ff1c35724a4319d90e54eef52e3f0c01d6f5a784f9917d
SHA512: 8296389e0ac82985b2c9182a8490f1b8c1cad0c95e2c315612c013c848aeca3d7a38ad1012953e455df78dd7db2b6cf0ff3afeecf908b23b88ba6f797e791eb9
Description: parsing/formatting/validating phone numbers - development files
 Google's common C++ and Java library for parsing, formatting, storing and
 validating international phone numbers.
 .
 This package contains the static libraries and include files.
Homepage: https://github.com/googlei18n/libphonenumber/
Multi-Arch: same

Package: libphonenumber8
Priority: optional
Section: libs
Installed-Size: 730
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libphonenumber
Version: 8.12.57+ds-3+apertis1bv2024dev2b1
Provides: libphonenumber8-protobuf32
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 11)
Filename: pool/target/libp/libphonenumber/libphonenumber8_8.12.57+ds-3+apertis1bv2024dev2b1_arm64.deb
Size: 189568
MD5sum: 5cc9bc1645c144938c3036b642dd880e
SHA1: b3c56832ae4209f72cc88dab4cb964d5bc8180b2
SHA256: eb1351b8a7adb5331daa8e114fcc150e257c87b1cd018f4bdd2c021bca92574f
SHA512: 70c8a72a24297b3e4a4f71caccb5b13b6b5a3869447a89a1c4814b72172a61aed37796ae02265b0b10045630921a519792908498489be4020f875c21ab9dd6d5
Description: parsing/formatting/validating phone numbers
 Google's common C++ and Java library for parsing, formatting, storing and
 validating international phone numbers.
 .
 This package contains the runtime libraries for C++ users.
Homepage: https://github.com/googlei18n/libphonenumber/
Multi-Arch: same

Package: libphonenumber8-dbgsym
Priority: optional
Section: debug
Installed-Size: 2061
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libphonenumber
Version: 8.12.57+ds-3+apertis1bv2024dev2b1
Depends: libphonenumber8 (= 8.12.57+ds-3+apertis1bv2024dev2b1)
Filename: pool/target/libp/libphonenumber/libphonenumber8-dbgsym_8.12.57+ds-3+apertis1bv2024dev2b1_arm64.deb
Size: 1993084
MD5sum: 5e93fc9a47d91bbc02baf0b2f2efb40a
SHA1: 23bc076682ace83c4415ae262e2d1758423d32c0
SHA256: fb77a93b59abfd8bb1888e1cfd99a941e0b1a19122748cd3d2272b60e25f3365
SHA512: a15cbdc45f7df60752a4f61546d17c4c7b3f2b1d43e34427872720a207ac2aa7768d41d3995983577cfdeb5a2e0940c5c8640c9647b0b0be6d1910e3f713adb1
Description: debug symbols for libphonenumber8
Auto-Built-Package: debug-symbols
Build-Ids: 9cdeba47be531954da0d8d3e0918a4bc58196e15
Multi-Arch: same

Package: libphonenumber8-java
Priority: optional
Section: java
Installed-Size: 17
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libphonenumber
Version: 8.12.57+ds-3+apertis1bv2024dev2b1
Replaces: libphonenumber7-java
Conflicts: libphonenumber7-java
Filename: pool/target/libp/libphonenumber/libphonenumber8-java_8.12.57+ds-3+apertis1bv2024dev2b1_all.deb
Size: 6204
MD5sum: 48e270b1984a94003aafdfa836298907
SHA1: 5c4e6485c2a36b39ef7693c061bb58a320ed6e06
SHA256: adb71877daf3f42f8facbd392a013291506eb2eff42124a042d57b6f9a995b6b
SHA512: 511dc2e610a8c60a5d469e719ab8b935569d611b5b840d14f982b73a17afd1d037d0a63c5ee0cfb084357d79a74c7eaf776e3947379652d041ace615e280fa54
Description: parsing/formatting/validating phone numbers - java
 Google's common C++ and Java library for parsing, formatting, storing and
 validating international phone numbers.
 .
 This package contains the runtime library JARs for Java users.
Homepage: https://github.com/googlei18n/libphonenumber/

Package: libpipewire-0.3-0
Priority: optional
Section: libs
Installed-Size: 1023
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libspa-0.2-modules (= 0.3.65-3+apertis2bv2024dev3b1), libc6 (>= 2.34)
Recommends: libpipewire-0.3-common
Suggests: pipewire (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/libpipewire-0.3-0_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 221940
MD5sum: 8c671a9116316b31233ee280f8c8ae60
SHA1: 453524d92f7dfaca119f0146383f2614d5eab401
SHA256: fd966e16a27864249a001b74cd4807e5f691410b556b1ac0455c94754c283e36
SHA512: bbd0c5b116f239d466457f2f44fa4eba6259eff73c2808f7a1e23b55f3ae7f4ed6bd30d458dcb95ca4dcd23d26e54664c67964d5472f216c767400a49d96d181
Description: libraries for the PipeWire multimedia server
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
Homepage: https://pipewire.org/
Multi-Arch: same

Package: libpipewire-0.3-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 922
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/libpipewire-0.3-0-dbgsym_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 871672
MD5sum: 3e05b76ffd621dd27f7f41ebf4bfd3c5
SHA1: f5f12cd9ff9630c90fa778546503f197db8ef77f
SHA256: 8ebeee30de45b0c82dc0e6a209e2996654730073263ba60638cd8136cb89d56c
SHA512: fa97a3da4796f5cb20e027f50ba2c87a1f8a9235389e81471a6dd2212683649aac83e4e04de540f970c346fa48c5b2bf131313e02904c94afa64295474e869b8
Description: debug symbols for libpipewire-0.3-0
Auto-Built-Package: debug-symbols
Build-Ids: 89a2a213244b9204c538b6db42b7e414cdbcd80b
Multi-Arch: same

Package: libpipewire-0.3-common
Priority: optional
Section: libs
Installed-Size: 598
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: all
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Filename: pool/target/p/pipewire/libpipewire-0.3-common_0.3.65-3+apertis2bv2024dev3b1_all.deb
Size: 77020
MD5sum: db153ac257183da6de1f40bb1f36f31d
SHA1: 72c9ef2287b7187577ed6fddce4dae026d87611c
SHA256: a7935f15b805a5358c7eba69b1743dca17c74e863b25e9c985c1431d6e53aa90
SHA512: d816680afb4bd420c046ac6816f0d463f023d32c3473371984245baa50e327a5ce0f57e711e72de71bbb4f1e81247b5076eae035b0f108e968ff3aabd9b863d1
Description: libraries for the PipeWire multimedia server - common files
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package is needed for the runtime libraries to display messages in
 languages other than English.
Homepage: https://pipewire.org/
Multi-Arch: foreign

Package: libpipewire-0.3-dev
Priority: optional
Section: libdevel
Installed-Size: 381
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1), libspa-0.2-dev (= 0.3.65-3+apertis2bv2024dev3b1)
Suggests: pipewire-doc
Filename: pool/target/p/pipewire/libpipewire-0.3-dev_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 67132
MD5sum: e45615fc841494447fcc97edc78b379d
SHA1: bc23dcc81f723edb7b0ab40c6f806b076d510f71
SHA256: 31b9d87e0faf69ff247ff104ddd0396c75b7b868f080856c5fe198f92e9cb740
SHA512: 0b29b6e11540badb1986b93b2298de325c60ab0e2da219c4d2b701c8413397a36c9e52678aa93a9e982c933db15b9e4d17d7d9587fd7565bd2f572127d55519a
Description: libraries for the PipeWire multimedia server - development
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains the development files.
Homepage: https://pipewire.org/
Multi-Arch: same

Package: libpipewire-0.3-modules
Priority: optional
Section: libs
Installed-Size: 3924
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pipewire (<< 0.3.5)
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.31.8), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1), libpulse0 (>= 0.99.1), libsndfile1 (>= 1.0.20), libssl3 (>= 3.0.0), libsystemd0
Breaks: pipewire (<< 0.3.5)
Filename: pool/target/p/pipewire/libpipewire-0.3-modules_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 509796
MD5sum: 7a36a7df68e7d3d77a6c0897c680f02a
SHA1: 674ba7b4e262f5ef45ea3d5ecbf1a28247e5d803
SHA256: a1af65041050018a89b2530eee3f528300d28d0c3fc03e5b4409c4b7fecd3b6c
SHA512: 848c88700a1adaff66121dee087ebc42a250b27cd7e0e00b9fbd14863996b9d7c754eabd0dc6ef6235313d3d82c4015a29304b838903885b9d1cf80923e8c9bb
Description: libraries for the PipeWire multimedia server - modules
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains modules used by the PipeWire server and by clients,
 and should not normally be depended on directly. PipeWire clients should
 depend on the pipewire package instead.
Homepage: https://pipewire.org/
Multi-Arch: same

Package: libpipewire-0.3-modules-dbgsym
Priority: optional
Section: debug
Installed-Size: 3478
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libpipewire-0.3-modules (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/libpipewire-0.3-modules-dbgsym_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 3109408
MD5sum: 1da7c1aac27fb17ba0eb8c5593b22e8b
SHA1: 54a2de4e395f22bceccc27fc0848cf3d34f09892
SHA256: 11b2afe9bd3ea989c9bed2f58699a7cd2955c950d71c47117f8dfe9b117b1862
SHA512: 8923aa3e2ce9080b209585af5b0e91a359e051316e486e72c045140638e3e062f148c6755bcded3c268748fac16be27f84a2cbc5755569d88619df7e8ba69c01
Description: debug symbols for libpipewire-0.3-modules
Auto-Built-Package: debug-symbols
Build-Ids: 05fb4942b01b38214d29819c68159dcea51fa29c 07d644e847658fd127f61a255cbf3c4d795d4187 0fc9096d027b52f48ff3c2a8ebb819e274a1d3d1 1016c04435ca9f4d39b6dddf78b41692ec0c8b36 162505e1af77be4213f224745bd8ce6bee6d87dd 170dbb35ecefad35722984d918857fb101e6f1f7 19af5982e3d77f8d73680d530dfff1567e267abd 22786b8c369266fb213710a7916ac97b2dbc4058 2c1f4e34986fd8aa8b01bc57041bfcccff82ba2f 30152337298053963362028ebf981a4c7c39ab40 36fa0a6d28873eae31a3081b18082e1b9b358af2 41547fd9e028813f1764f4091e25d0e0baa778c2 492665e239d172b6e90de2348c9d4880e9e896f6 51f9b6e9f5b9d75510e7f6815dc08b9bb08f6fc5 56742ad9d0930ff7b2a968c569ebadeaa6358775 5a7badf52cd38d427f4ce80ceab6c75ec3da9768 61bfce109f3554d18e7f382706936d31bcef095c 739d033c74cbfa68f3e3a8d4e544fa2ab16edb71 8ff73caccb4427cc0659d1d69c609ffbe7c6b3fb 91c738462e5e059b1da39c8ef96373f86d2b1288 93f1141969e985992ad7ba677c449143f23e795c 9e5f88faa543c069fb541af1e5e168dd6d993ecc b333b4f8dba8646b3b2b84e058c57de075cfdf69 b5283f2608fe4d7410861218f4036c48b6bfbd89 c431f317eaf9865ff521894cdbe8c28cc3012588 c914043e8f5e7a770b12d0db1936a7e7b18bdd49 d104e40463e971f5a1937c821f60108de38ff068 d681a76c4bd83b9572a25925049851516c22f262 d68551e6fda06dc2bac7b854fbf2b2ff5a7e2cf9 db53b740b4fd6dbde5ba3bfaa26c2c9e9a3c6fc3 e7917ac19871ab83a7f424f1e2628e5592ccc0e8
Multi-Arch: same

Package: libpipewire-0.3-modules-x11
Priority: optional
Section: libs
Installed-Size: 102
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: libpipewire-0.3-modules (<< 0.3.63-3~)
Depends: libc6 (>= 2.17), libcanberra0 (>= 0.2), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1), libx11-6 (>= 2:1.7.0)
Breaks: libpipewire-0.3-modules (<< 0.3.63-3~)
Filename: pool/target/p/pipewire/libpipewire-0.3-modules-x11_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 24964
MD5sum: 4ca54b23e560f95b2981d066e2f19c84
SHA1: 620c438e104c023d017eed25b7ca8ad31ea22ce9
SHA256: 21825e0d259df91d26dcf3e86ee5627cbbc3ffb97bb10cbaa863f517095d2bcf
SHA512: afbf879cd87a6a5d62ec0a0a4aac22b4a0f8efc6510e7d5855a5d7cbbab00f85fa35414ddb38115c9f6991e6cf4b91f236d00cb91b55617c6c4163414b46c771
Description: libraries for the PipeWire multimedia server - X11 modules
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains X11 modules.
Homepage: https://pipewire.org/
Multi-Arch: same

Package: libpipewire-0.3-modules-x11-dbgsym
Priority: optional
Section: debug
Installed-Size: 34
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libpipewire-0.3-modules-x11 (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/libpipewire-0.3-modules-x11-dbgsym_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 18992
MD5sum: 01f7957ee7b30af9b91c86b94221cf9a
SHA1: ac0ed5ace4f4348fb158a3b53fb3c672e1b30f3d
SHA256: 67961a0c04ae7c65b83a49e5ed495c3c0a7151744627f8790a3c74f6e5535494
SHA512: 44bc0aca5f1b9b075728fff159825c0e11dbe6e9425d1a2a81de0dd8257fc5cd35aade35bbbd3dca32511014821a8ad0c0b10fc6d4fa3c7fcbb2133f3e1f45bb
Description: debug symbols for libpipewire-0.3-modules-x11
Auto-Built-Package: debug-symbols
Build-Ids: 8216c36449f732ee25d72e816effbbcd7b07e116
Multi-Arch: same

Package: libpixman-1-0
Priority: optional
Section: libs
Installed-Size: 966
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: pixman
Version: 0.42.2-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.29)
Filename: pool/target/p/pixman/libpixman-1-0_0.42.2-1+apertis0bv2024dev3b1_arm64.deb
Size: 472720
MD5sum: cfb333400734a39eb23e996eaf70de6e
SHA1: 9f72b85b985ae62b6800fd5d49c2f913b249fbed
SHA256: 12667881a8e5ce7ff4e80abc916fb1dbf8694e25276b2d4e06387681be14bc01
SHA512: 338547a1cd13964ac77dc01dbfb6d0f462002316e08b4094fe7045b26fe1ed7741235eb9728fc1f748b23b031b97d78636defb0c2113b21e3b593f714c23a8b2
Description: pixel-manipulation library for X and cairo
 A library for manipulating pixel regions -- a set of Y-X banded
 rectangles, image compositing using the Porter/Duff model
 and implicit mask generation for geometric primitives including
 trapezoids, triangles, and rectangles.
Homepage: http://pixman.org/
Multi-Arch: same

Package: libpixman-1-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 941
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: pixman
Version: 0.42.2-1+apertis0bv2024dev3b1
Replaces: libpixman-1-0-dbg (<< 0.34.0-2~)
Depends: libpixman-1-0 (= 0.42.2-1+apertis0bv2024dev3b1)
Breaks: libpixman-1-0-dbg (<< 0.34.0-2~)
Filename: pool/target/p/pixman/libpixman-1-0-dbgsym_0.42.2-1+apertis0bv2024dev3b1_arm64.deb
Size: 890772
MD5sum: 61a4c0688cded236b06ceb9899b03c6e
SHA1: bd74523b3b527ac1b93da2046df219539e6e305a
SHA256: 2b634407adac2ea8db8337437735bb1c5b381c701b0a9036ad5b61be5cdd6914
SHA512: 7b0c6285794d6c38bbd307f4477421517e2b88f92cef63e2ebaa20963de1395803441dce5c43a2d75452e2f82283cf28d7eb6644dbdeed53e6a9489f9d7bfbd4
Description: debug symbols for libpixman-1-0
Auto-Built-Package: debug-symbols
Build-Ids: 45a5db3c944038cde24534de27db0db934e460fc
Multi-Arch: same

Package: libpixman-1-dev
Priority: optional
Section: libdevel
Installed-Size: 1170
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: pixman
Version: 0.42.2-1+apertis0bv2024dev3b1
Depends: libpixman-1-0 (= 0.42.2-1+apertis0bv2024dev3b1)
Filename: pool/target/p/pixman/libpixman-1-dev_0.42.2-1+apertis0bv2024dev3b1_arm64.deb
Size: 493564
MD5sum: 1ac6b40d4110776b639cd1e4f6fa1294
SHA1: bd197a0024a3071169d28b0cc4b8d28aa1f98579
SHA256: 8e524746966c5ee0ce1366eedebc2d9baa36c2291075523849ab56471121cce1
SHA512: b032c63cf7a4c64f47bc3258d3e107f68800e0bccfb1fd2fcf17340f6713935bd4fcf5467bc6dfa03f711b1db0a2d6e7a228d3a8d1f6dc47500dc4bb86bec283
Description: pixel-manipulation library for X and cairo (development files)
 Development libraries, header files and documentation needed by
 programs that want to compile with the Cairo/X pixman library.
Homepage: http://pixman.org/
Multi-Arch: same

Package: libplymouth-dev
Priority: optional
Section: libdevel
Installed-Size: 789
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Replaces: plymouth-dev (<< 0.9.2-1~)
Depends: libplymouth5 (= 22.02.122-3+apertis1bv2024dev3b1)
Breaks: plymouth-dev (<< 0.9.2-1~)
Filename: pool/target/p/plymouth/libplymouth-dev_22.02.122-3+apertis1bv2024dev3b1_arm64.deb
Size: 120648
MD5sum: 2bdd6b3f60ccae673542f52bdde4b8c9
SHA1: e90f98bd4aa625c65bb5b8dc47ccdef794a9d0b4
SHA256: fd0349dba79431e5d374ec7ee3b9f5536132f2efb0f1cf93d68b2035aba6bd88
SHA512: d08fb3a0394a8d42d1162c59e97782bcbbb6d6f0a19d1e233b4627764b79b1e6bf034d7970db497c46e8176bdd7e28aad0bbc3af2b244042e390002d5c59ced8
Description: graphical boot animation and logger - development files
 Plymouth is an application that runs very early in the boot process
 (even before the root filesystem is mounted!) that provides a graphical
 boot animation while the boot process happens in the background.
 .
 This package contains the development files to build Plymouth plugins.
Homepage: https://www.freedesktop.org/wiki/Software/Plymouth
Multi-Arch: same

Package: libplymouth5
Priority: optional
Section: libs
Installed-Size: 447
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Replaces: plymouth (<< 0.9.2-1~)
Depends: libc6 (>= 2.34), libpng16-16 (>= 1.6.2-1), libudev1 (>= 183)
Breaks: plymouth (<< 0.9.2-1~)
Filename: pool/target/p/plymouth/libplymouth5_22.02.122-3+apertis1bv2024dev3b1_arm64.deb
Size: 95432
MD5sum: 166459995ad07f13493f67e5a3ec8966
SHA1: e609cf010f4dd15dc49b4edd6fa57875bbc91a4f
SHA256: bfcb2d548eaefb0e144ca797d3b83a6a92fe5b23f932f034af40ddff739bcc35
SHA512: f6c74c66a8f5a0b31270a8335b6d706c9a3c6ee10e8b90099c9cff96ee6c9d490b377aa23ca07313c4562dd14e29d2a5a27db0abbf28a20522bc9286ebbedb66
Description: graphical boot animation and logger - shared libraries
 Plymouth is an application that runs very early in the boot process
 (even before the root filesystem is mounted!) that provides a graphical
 boot animation while the boot process happens in the background.
 .
 This package contains the shared libraries.
Homepage: https://www.freedesktop.org/wiki/Software/Plymouth
Multi-Arch: same

Package: libplymouth5-dbgsym
Priority: optional
Section: debug
Installed-Size: 347
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Depends: libplymouth5 (= 22.02.122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/plymouth/libplymouth5-dbgsym_22.02.122-3+apertis1bv2024dev3b1_arm64.deb
Size: 270008
MD5sum: 267c4434055c770d3631de2e52bbefff
SHA1: 6f1c077d513554db2001973ee2240e853bdd4257
SHA256: dd32047cd038512d84768f0fde87c46fe01d183bbb90d419352cc5cc4e545435
SHA512: 39534398e3b1839611b9a78e3dfa5b96e500ebd08e8452b6fd99905bc26e4283c80b0695bd7a60ddce4db5ed2cef0f09c529052846a636d15a32023249e3f24d
Description: debug symbols for libplymouth5
Auto-Built-Package: debug-symbols
Build-Ids: 074cb7068c022feaac79e9afb13fe16457d8a807 1e694ccb9e880bbe2268ef475535bbe97d85cf64 666dc3187d26808e244b3c1359ecc7ff0b38ec55 ea066287538b99719d55767837c58e7995f68971
Multi-Arch: same

Package: libpng-dev
Priority: optional
Section: libdevel
Installed-Size: 857
Maintainer: Maintainers of libpng1.6 packages <libpng1.6@packages.debian.org>
Architecture: arm64
Source: libpng1.6
Version: 1.6.39-2+apertis0bv2024dev3b1
Replaces: libpng16-dev (<< 1.6.20-3), libpng16-devtools (<< 1.6.21-1)
Depends: libpng16-16 (= 1.6.39-2+apertis0bv2024dev3b1), zlib1g-dev
Recommends: libpng-tools
Conflicts: libpng12-0-dev, libpng12-dev, libpng2-dev, libpng3-dev
Breaks: libpng16-dev (<< 1.6.20-3), libpng16-devtools (<< 1.6.21-1)
Filename: pool/target/libp/libpng1.6/libpng-dev_1.6.39-2+apertis0bv2024dev3b1_arm64.deb
Size: 356932
MD5sum: 0e63d490224fa09de2d9b1170a6b34ba
SHA1: d973b01bb9ac6a218b55acaff7755b99103c3ad3
SHA256: 22f10eff7c33a9f7ea0d5a9db4f7a1e5c0b1fb7157119f8ffc7a379423adff5f
SHA512: 0d884386d2f5c77f11b7b08771472bd8067bdee6302fa029f53c312d19a6a756cca34231ae93d64eaa2699b63fe17a2857fe78b12a6284039800cb7c94263020
Description: PNG library - development (version 1.6)
 libpng is a library implementing an interface for reading and writing
 PNG (Portable Network Graphics) format files.
 .
 This package contains the header and development files needed to build
 programs and packages using libpng.
Homepage: http://libpng.org/pub/png/libpng.html
Multi-Arch: same

Package: libpng-tools
Priority: optional
Section: libdevel
Installed-Size: 256
Maintainer: Maintainers of libpng1.6 packages <libpng1.6@packages.debian.org>
Architecture: arm64
Source: libpng1.6
Version: 1.6.39-2+apertis0bv2024dev3b1
Replaces: libpng16-tools (<< 1.6.21-1)
Depends: libc6 (>= 2.34), libpng16-16 (= 1.6.39-2+apertis0bv2024dev3b1), zlib1g (>= 1:1.2.3.4)
Breaks: libpng16-tools (<< 1.6.21-1)
Filename: pool/target/libp/libpng1.6/libpng-tools_1.6.39-2+apertis0bv2024dev3b1_arm64.deb
Size: 129120
MD5sum: 4446c1f1eb00b921ae62e10a770e6151
SHA1: 58f1a34dd623fdb39be9fec76d065d1fef012419
SHA256: 07a51e4e56409686fef1107c94eb1ded2ff4e3b9fc3ec1a0f41b57ee9c87a63f
SHA512: 1ed3a0d32df99f4a9c42b89ca30b07d2724fa64627d89a2f56a5e05ff4e6402ca9ec859f4d96bb7e6118439effb7538d916d8b849d4861a3181c0c19abdb39d2
Description: PNG library - tools (version 1.6)
 libpng is a library implementing an interface for reading and writing
 PNG (Portable Network Graphics) format files.
 .
 This package contains a program to interact with libpng from the
 command line.
Homepage: http://libpng.org/pub/png/libpng.html
Multi-Arch: foreign

Package: libpng-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 75
Maintainer: Maintainers of libpng1.6 packages <libpng1.6@packages.debian.org>
Architecture: arm64
Source: libpng1.6
Version: 1.6.39-2+apertis0bv2024dev3b1
Depends: libpng-tools (= 1.6.39-2+apertis0bv2024dev3b1)
Filename: pool/target/libp/libpng1.6/libpng-tools-dbgsym_1.6.39-2+apertis0bv2024dev3b1_arm64.deb
Size: 49440
MD5sum: c082d96ee147b7c5e0e5eef18bf69d6d
SHA1: 452bd9628103fe43e847d9b86f0b8d334d898314
SHA256: f654042e00482a195af8183b7ab6b0823377986f62b0402bd1066aaac84435b5
SHA512: 56b55a00e2f7106dabe2d54a5334d878b54796a091a9cb09750cc604aa86ef27148517fe1137bdf1b790c95a7c23324a813179c042972db1a4f9a5fe0747ca62
Description: debug symbols for libpng-tools
Auto-Built-Package: debug-symbols
Build-Ids: 693929701305f04915aa7e6c97dd98e758514e7e 93fa5d5d8c047319916763b1dd1999f8387bf3da

Package: libpng16-16
Priority: optional
Section: libs
Installed-Size: 466
Maintainer: Maintainers of libpng1.6 packages <libpng1.6@packages.debian.org>
Architecture: arm64
Source: libpng1.6
Version: 1.6.39-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.29), zlib1g (>= 1:1.2.11.dfsg)
Filename: pool/target/libp/libpng1.6/libpng16-16_1.6.39-2+apertis0bv2024dev3b1_arm64.deb
Size: 271880
MD5sum: 69dacbbad828065f35dbb15baf23e827
SHA1: 3c1a655bb473671a79484b3b1f8e01873f0d3397
SHA256: af18a9954ae0177df90f89a7c0a219f642ac955dd9321fa6129e934337370212
SHA512: 1144d61a8754c41c55533fbc5232ab42e223c393e98023945e6c4b000d98785ed7446286af00fb9f6bfdc9d1a184bb494424b64ab45d069661fd56b25b6a4dcb
Description: PNG library - runtime (version 1.6)
 libpng is a library implementing an interface for reading and writing
 PNG (Portable Network Graphics) format files.
 .
 This package contains the runtime library files needed to run software
 using libpng.
Homepage: http://libpng.org/pub/png/libpng.html
Multi-Arch: same

Package: libpng16-16-dbgsym
Priority: optional
Section: debug
Installed-Size: 282
Maintainer: Maintainers of libpng1.6 packages <libpng1.6@packages.debian.org>
Architecture: arm64
Source: libpng1.6
Version: 1.6.39-2+apertis0bv2024dev3b1
Depends: libpng16-16 (= 1.6.39-2+apertis0bv2024dev3b1)
Filename: pool/target/libp/libpng1.6/libpng16-16-dbgsym_1.6.39-2+apertis0bv2024dev3b1_arm64.deb
Size: 255108
MD5sum: 1fd12d2c3fa55f00e2b7c5d9692bb907
SHA1: 28c650487163b1b3691361329f7c89238fcf17c2
SHA256: 717d14ec1d6c88cd9a5677347be548775f4db74e6da1898c7eca84cc80d24b16
SHA512: a73adf3bb470905ccf474a960640623e2e319ecf813d6a6826695607ccbf8c79d4bba941cea1e3545ba86a24e45064df528cb235db850f2b477ddcf2f33cc2fa
Description: debug symbols for libpng16-16
Auto-Built-Package: debug-symbols
Build-Ids: 9cd2c2b27c85a8752871e09dbcf057ba7cb1cf63
Multi-Arch: same

Package: libpolkit-agent-1-0
Priority: optional
Section: libs
Installed-Size: 94
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/libpolkit-agent-1-0_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 25152
MD5sum: 37af48dca0ec116ad0ec2703e4b32091
SHA1: 280ffee90619e2f8a738fdf9a977fe725d500ab8
SHA256: b8a491bd3f5aac1f5ce1c0a0e675b94664c7b187b0614c58b379a622ce8998b7
SHA512: c71e9762c794d7586cfc8d63d8480398a9e4696a96426abc5101b3b87a33216a9f1320ad6a9cc4a8600d23841210a3d55039a0e7a3119c8109f01bedad7aa84a
Description: polkit Authentication Agent API
 polkit is a toolkit for defining and handling the policy that
 allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 This package contains a library for accessing the authentication agent.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/
Multi-Arch: same

Package: libpolkit-agent-1-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 66
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: libpolkit-agent-1-0 (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/libpolkit-agent-1-0-dbgsym_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 44568
MD5sum: b7d0c62034c84d16cbd71aba7a7d0af5
SHA1: bb9dc55f6ca0bb5fddef0d64668a9320dd7378cd
SHA256: 8c0d31afdd2723258d0a342ae6c21b9a8807d527faf350e1580aabfaa8ad83b7
SHA512: c3161cc2f1025c6c1beca9f956ec4ce5eb70c7e0e65a21071d672287149bb641b3427f9504e3f619adab9296c6f40e36aed148efb6736138972527f7ce9d0990
Description: debug symbols for libpolkit-agent-1-0
Auto-Built-Package: debug-symbols
Build-Ids: 7846bee2a39b3ac8dac3646effbae2b66f4000cd
Multi-Arch: same

Package: libpolkit-agent-1-dev
Priority: optional
Section: libdevel
Installed-Size: 101
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: gir1.2-polkit-1.0 (= 122-3+apertis1bv2024dev3b1), libpolkit-agent-1-0 (= 122-3+apertis1bv2024dev3b1), libpolkit-gobject-1-dev
Filename: pool/target/p/policykit-1/libpolkit-agent-1-dev_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 19820
MD5sum: 88a2755a1e5336dea5669271e88cfb14
SHA1: 832d6d2755d0d78f7932c91b45c637ea0ad674a4
SHA256: 1d734577f735053b319debc6349b892635899fb3107f2ed64ca88ce3f330ea7d
SHA512: ccf729913b6bf9b6da3cc957241e1ca40004646edd416e4f2ad2982488e8aad3cf4c17f75e05bed2193c7e6b4f97e39e28a5bd1a4dd0ed77a7fce5e58a79a44e
Description: polkit Authentication Agent API - development files
 polkit is a toolkit for defining and handling the policy that
 allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 This package contains the development files for the library found in
 libpolkit-agent-1-0.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/

Package: libpolkit-gobject-1-0
Priority: optional
Section: libs
Installed-Size: 165
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3), libsystemd0 (>= 213)
Filename: pool/target/p/policykit-1/libpolkit-gobject-1-0_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 44340
MD5sum: 44c81f113506efd78b6fa2a907880ee9
SHA1: 42117a298969bf013aadc1a46c203d19cffd6942
SHA256: 67af30d7a098e97efd9482dc36013a7fe1826aac5a4850fd838f110ba51d7d19
SHA512: 50fa880571576ef9b46ae24ae48f5ce239221e294c60cf8ae472ff7c8ba2db43934f1e5813755774963e5dcfe201f15d001f2120e0c45e8f12e35643b2bb5601
Description: polkit Authorization API
 polkit is a toolkit for defining and handling the policy that
 allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 This package contains a library for accessing polkit.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/
Multi-Arch: same

Package: libpolkit-gobject-1-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 153
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/libpolkit-gobject-1-0-dbgsym_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 116836
MD5sum: d17b7b28a35b21723fd639e69e27579e
SHA1: 917daba482f7bde20c662e699b06c8a1378ec5c1
SHA256: 842ee1b3f05e8ce18e661d95824e14e937152713ee3b93b83ce2587637ce4e7c
SHA512: 35c7f9e46ba7400017bb23de2dba4cf81fc431941716045bf4251d87ae0d0817572556e14d32e9e940c7de0ee5dc46e2dee25430c8231b4af3fd52dc08b04ded
Description: debug symbols for libpolkit-gobject-1-0
Auto-Built-Package: debug-symbols
Build-Ids: 89a05d0075cabe95f65eb5e8eb1801745bc087b3
Multi-Arch: same

Package: libpolkit-gobject-1-dev
Priority: optional
Section: libdevel
Installed-Size: 358
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: gir1.2-polkit-1.0 (= 122-3+apertis1bv2024dev3b1), libglib2.0-dev, libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/libpolkit-gobject-1-dev_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 34564
MD5sum: 3bb80f27a1d6a504a20389611f2a2b10
SHA1: c9a98f6c09d1d0e00c4e7c6abfb08256add6462e
SHA256: ebb22d38e18d0c8e3fc0447c9e48908040bc762989c8f0a549da8c58aaee15b8
SHA512: 34722c11fe707351f81f461d7c8fe9a23f3a7212291aae353580416a8fa441e0fe79acd22e9b6071cdd4a8826caaf4fa000c7f42b04cc04469b97e2b0595bf7d
Description: polkit Authorization API - development files
 polkit is a toolkit for defining and handling the policy that
 allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 This package contains the development files for the library found in
 libpolkit-gobject-1-0.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/

Package: libpoppler-cpp-dev
Priority: optional
Section: libdevel
Installed-Size: 70
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-cpp0v5 (= 22.12.0-2+apertis1bv2024dev2b1), libpoppler-dev (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler-cpp-dev_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 14536
MD5sum: 2f7faf4e365d5f6fa5fac95fae54aaf4
SHA1: 45206aa4c5cb5a0d22f7d73647d328d21d0c1483
SHA256: fc70a585e6310c5964b2e260b23a4d48d528065cafd07313f11e80f88e01128c
SHA512: d1c4ec1c767c2e127dbb30fd05ce9e802b0c6b9708986ed16820ab9666ffa9ea8309618f981957f9c705ef6ede9227846ef438d96c26af1b21c9f7e0a0bddce4
Description: PDF rendering library -- development files (CPP interface)
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains the headers and development libraries needed to
 build applications using the C++ Poppler interface.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: same

Package: libpoppler-cpp0v5
Priority: optional
Section: libs
Installed-Size: 157
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Replaces: libpoppler-cpp0
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1), libc6 (>= 2.17), libstdc++6 (>= 11)
Conflicts: libpoppler-cpp0
Filename: pool/target/p/poppler/libpoppler-cpp0v5_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 39452
MD5sum: 84f59bc80f570d21a20ed0d80ab94860
SHA1: af69435559cec233276d6115d3212829ec5c7261
SHA256: f9fe3c43a172687da3b8481972f496f6b731772d4e67e35472d920d5c2824baf
SHA512: 92f691b4eb9e211d2e61d32a9a0cf8f9468e4ce08b66faa821f3482731d23d8e0080c6af994a160d20290a90512b7f20adf154e6f1533e30a6392e089e164913
Description: PDF rendering library (CPP shared library)
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package provides the CPP shared library for applications
 using a simple C++ interface (using STL, and no other dependency) to Poppler.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: same

Package: libpoppler-cpp0v5-dbgsym
Priority: optional
Section: debug
Installed-Size: 900
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-cpp0v5 (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler-cpp0v5-dbgsym_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 879644
MD5sum: 5efc06f22c1cfa143d16053ab031f0a7
SHA1: 1d433a84e33a6a947155e7018631ab4d8fc06a7e
SHA256: 7210eed806c7c513e7da1a8c3ae6c78e1258e5a56e6f61288ed1dc83ffcf6fbb
SHA512: 516a2fd3b0603cb6332c68c96017e1342167cdfa9494df3a9700b9ac7f0ffd4ed0ecea25ad96b49f77cfc57eb5c2df9e9082f6bb3111cb0ee28600915a1f2204
Description: debug symbols for libpoppler-cpp0v5
Auto-Built-Package: debug-symbols
Build-Ids: a3f02f851d651112971d796073fbcde6fae5fb08
Multi-Arch: same

Package: libpoppler-dev
Priority: optional
Section: libdevel
Installed-Size: 27
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler-dev_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 7968
MD5sum: 975d984c302d9268f0738daa52f5834a
SHA1: ce0b5d169277bda7be8b267df7bd7f801307f9e7
SHA256: 1df93844b23729d5bdf84f56496c1dd7615fca189566d1cbcf514f0dab053e28
SHA512: ed32d8dfd9c9df27f7825ec35a89bb4e641759f716d8e2332e218003d6afad393cb58d0b474f56cfa251b2c6f31afa04236d249505c6283e144ff9f9362d0749
Description: PDF rendering library -- development files
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains the development libraries needed to build applications
 using Poppler.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: same

Package: libpoppler-glib-dev
Priority: optional
Section: libdevel
Installed-Size: 812
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-glib8 (= 22.12.0-2+apertis1bv2024dev2b1), libpoppler-dev (= 22.12.0-2+apertis1bv2024dev2b1), gir1.2-poppler-0.18 (= 22.12.0-2+apertis1bv2024dev2b1), libglib2.0-dev (>= 2.41), libcairo2-dev (>= 1.10.0)
Suggests: libpoppler-glib-doc
Filename: pool/target/p/poppler/libpoppler-glib-dev_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 72068
MD5sum: b0cdb71aa848c88da5cb4f2219bd1a2c
SHA1: 5ee71c7ef506fb08346f78140a9414e9d5e27b50
SHA256: 0446c03ad7f6459ca14a8351bec0f541bf73e0c25bb628f9f86bc5f68907901b
SHA512: 8d54bc7ec86f416d7e121bba48a337fc36e10266c657c12099eb847985bcf89d201e7eec843fbdeac9f715298ebda89e710f4b3b36c07d046f0c0d53b6f8f3fb
Description: PDF rendering library -- development files (GLib interface)
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains the headers and development libraries needed to
 build applications using the GLib-based Poppler interface.
Homepage: https://poppler.freedesktop.org/

Package: libpoppler-glib-doc
Priority: optional
Section: doc
Installed-Size: 1624
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: all
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Recommends: libglib2.0-doc, libcairo2-doc
Filename: pool/target/p/poppler/libpoppler-glib-doc_22.12.0-2+apertis1bv2024dev2b1_all.deb
Size: 93444
MD5sum: d069f8919a778b03253380bd8e866b58
SHA1: feb22ffc1b5df8dfce45626c3dd9177007b10197
SHA256: 88fb0bb47641a0127880648accb08150b23a88a9420ffca2b38cbf79588b0bb5
SHA512: 8e716954c743ad416f128977dcac9b5c40764fe19c006ae4ba85b47a97142048cdcfc3c523de537e88c2f112ca25e47302dde802f7d41acdf1fd5bade14c8fc1
Description: PDF rendering library -- documentation for the GLib interface
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains the API documentation of the GLib-based Poppler
 interface.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: foreign

Package: libpoppler-glib8
Priority: optional
Section: libs
Installed-Size: 499
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1), libc6 (>= 2.34), libcairo2 (>= 1.12.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.67.1), libstdc++6 (>= 11)
Filename: pool/target/p/poppler/libpoppler-glib8_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 122256
MD5sum: 16beb63360089cbe30e8cbb9f92619e3
SHA1: 1244b845de8fe276edda28a9cabe9a332d9843d7
SHA256: 5012493a450e0ee6526e043b60c8fab454112902bebea2ee57745add577efa54
SHA512: ed427f622660fc860baf3c36be8ba24c7e0ede9e45cc2b695dfe7550aed7d66d98d14c25e99dd6cadf07f0fc4a2dea5f281828c7f89c0ecab9396693973975f8
Description: PDF rendering library (GLib-based shared library)
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package provides the GLib-based shared library for applications
 using the GLib interface to Poppler.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: same

Package: libpoppler-glib8-dbgsym
Priority: optional
Section: debug
Installed-Size: 1873
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-glib8 (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler-glib8-dbgsym_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 1807080
MD5sum: 3f4bf0f3e68aa01f3cb8642e0b4af3d2
SHA1: 028a74316724b977bc419c235508e0449fc0ae1c
SHA256: a40209f9b6145fa7c9f981290d61f4a9b15d94d08d5130c00e2245ff756774a2
SHA512: bc99eeaf8d22a7e93615aac07445d29398fa32f03d38404e901eb1524eaf82bdfe8b684b304a289d9375a94717cdce943f28ce2e505934f9063a673072ee1093
Description: debug symbols for libpoppler-glib8
Auto-Built-Package: debug-symbols
Build-Ids: 838c965c471aa55ba5d8d6f45bc8050973f72b46
Multi-Arch: same

Package: libpoppler-private-dev
Priority: optional
Section: libdevel
Installed-Size: 1676
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-dev (= 22.12.0-2+apertis1bv2024dev2b1)
Suggests: libfreetype6-dev
Filename: pool/target/p/poppler/libpoppler-private-dev_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 191636
MD5sum: 89f97f87a59dd1cde505bb45e4f772a9
SHA1: c9b778243f4d7648e0c758fd36a3ecfe15493534
SHA256: 38664d6873563ecc0f48672da6d98fdd33df0c7c2bb32891cb48e566dedf76a9
SHA512: e64621136a2a92e2958bc5e73935dbfd54b6f3333034d74b69e762c0a006f2824709e07634c210df02551ab1cb473e029c34b5a0531a0f38ec4f1b968a537767
Description: PDF rendering library -- private development files
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains the private and unstable headers needed to build
 applications using the private Poppler core library.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: same

Package: libpoppler-qt5-1
Priority: optional
Section: libs
Installed-Size: 665
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1), libc6 (>= 2.32), libfreetype6 (>= 2.2.1), liblcms2-2 (>= 2.2+git20110628), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11)
Filename: pool/target/p/poppler/libpoppler-qt5-1_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 161892
MD5sum: d3cbcca84ecbf137c79905a00404d100
SHA1: 0e15c2f1e7458f789e3fc1adddeef49bbdfd9a39
SHA256: faa7ecade56345ce0e7547114a82f49edff292ca41002c14cf7714ac3514ad23
SHA512: 5e414e15385ef871fdf3ff607aff02c16ed4fe62732921708085006152ced97efaaa82074ce19a6b78ed5f11afc2ab365d1f88df5d3c27953c7dd6ec42e2025a
Description: PDF rendering library (Qt 5 based shared library)
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package provides the Qt 5 based shared library for applications
 using the Qt 5 interface to Poppler.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: same

Package: libpoppler-qt5-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 4785
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-qt5-1 (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler-qt5-1-dbgsym_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 4690656
MD5sum: 805aae51689c4ecdfe7f000dc06f7dc4
SHA1: 76a43f1dcdfd2bbcd5a5bb3da432269fca29f935
SHA256: cc00c56fcb6cd07e20e21458bcc4095468c7821e1aeaf6ec3bce6f81f0f324ca
SHA512: cffe333c02ed7f1e9c07bc4891ff8bb23b4c7d0ed23b52d5e0e1da789ae593c4a25cb17dfe57ed0ca3fcc5761524215e1c6d1958cac4a0b3de8fa5fe69d5b1c1
Description: debug symbols for libpoppler-qt5-1
Auto-Built-Package: debug-symbols
Build-Ids: a81fcc310db05cad05babf1d30dbe1b1cc98c836
Multi-Arch: same

Package: libpoppler-qt5-dev
Priority: optional
Section: libdevel
Installed-Size: 196
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-qt5-1 (= 22.12.0-2+apertis1bv2024dev2b1), libpoppler-dev (= 22.12.0-2+apertis1bv2024dev2b1), qtbase5-dev
Filename: pool/target/p/poppler/libpoppler-qt5-dev_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 40024
MD5sum: f82fad1051282d2cd0399dfa9cf333e1
SHA1: 648779a32f386ba72dd8806f82233c4fd7b8b777
SHA256: 3fea0b4347eb4d4a9296a424d9c782dc5b699774a2d02c355e7abe8bac59650e
SHA512: 9bde4db6d704c09aa0762e02c257d29b0987f1794afd5cb7e2383f47158d618a70a9116966ab3a924b883c50fd8392d0c3748b70b7bda7d6bdf36545d4d786d3
Description: PDF rendering library -- development files (Qt 5 interface)
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains the headers and development libraries needed to
 build applications using the Qt 5-based Poppler interface.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: same

Package: libpoppler-qt6-3
Priority: optional
Section: libs
Installed-Size: 663
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1), libc6 (>= 2.32), libfreetype6 (>= 2.2.1), liblcms2-2 (>= 2.2+git20110628), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libstdc++6 (>= 11)
Filename: pool/target/p/poppler/libpoppler-qt6-3_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 149536
MD5sum: 792d79766575f56e72bc3bea877fac4c
SHA1: 7b8ef18c434531de6d0cefe5ed35b0498c57cbc5
SHA256: 7a6c95c904b5166860dd7ac3f2938145bdfa8c0f54c040e88ea52a1dc887e4c3
SHA512: f14b4fd0a1772656cb53c937ef43b63adbc45a75c045c3ddf275f09d663735e94dd565d2ae6576a6222ba1b6d882d5db698ace660a3b0e6ef0fa016a5aa67331
Description: PDF rendering library (Qt 6 based shared library)
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package provides the Qt 6 based shared library for applications
 using the Qt 6 interface to Poppler.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: same

Package: libpoppler-qt6-3-dbgsym
Priority: optional
Section: debug
Installed-Size: 4792
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-qt6-3 (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler-qt6-3-dbgsym_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 4736376
MD5sum: 81a83921ecd9c62e86e6c3c3d4dcfce1
SHA1: 6643abe47c4f11bcd517e19591988be09e20f4ed
SHA256: d8fc6d161c69f0bc7cf309aa8ef80f9a3edf747009c6fbf266faeb6e830f26e0
SHA512: 4f649347e4e9fbec7554845218ddfe014081e66622a89fe99da02b9d377c4b9f98ea0c905fb847f3f2e822370016f8f7d744e1b230ed4437fc72c3350849bcc6
Description: debug symbols for libpoppler-qt6-3
Auto-Built-Package: debug-symbols
Build-Ids: 3ae03e2c2a59dd9049f73c7698c376a74a4c292b
Multi-Arch: same

Package: libpoppler-qt6-dev
Priority: optional
Section: libdevel
Installed-Size: 185
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler-qt6-3 (= 22.12.0-2+apertis1bv2024dev2b1), libpoppler-dev (= 22.12.0-2+apertis1bv2024dev2b1), qt6-base-dev
Filename: pool/target/p/poppler/libpoppler-qt6-dev_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 38232
MD5sum: 3860dca01013e83dc6e20bf9c38ba3ce
SHA1: 86569155785f508a0981fa484af3d003763fdad7
SHA256: 6ffdcad7e584b0ad05b3f2d32395b31ed6b2b723810109516b5d7b6ea0187747
SHA512: 5c25fa0d5ddff0414fc96cfaf1b14f4e977b35f8c5f1cb620e76aad01430104c67c6edb6998152bd7cf36041ade137b2abebcb0c9590e1eebdb870038dc94d49
Description: PDF rendering library -- development files (Qt 6 interface)
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains the headers and development libraries needed to
 build applications using the Qt 6-based Poppler interface.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: same

Package: libpoppler126
Priority: optional
Section: libs
Installed-Size: 4508
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.35), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.7), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.16), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 11), libtiff6 (>= 4.0.3), zlib1g (>= 1:1.1.4)
Recommends: poppler-data
Filename: pool/target/p/poppler/libpoppler126_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 1769852
MD5sum: fbf609cf362d1ea5810c8657dbfff24b
SHA1: eb74e6127ef774397f2494b08acebc4a9e657623
SHA256: c5fd5a6dcbe145d1f11f5c091845a895edcac49699369fea3e0817240152d008
SHA512: 099c526b408b0cf6ff83324973675aaf02eb1bbcab67f4bce744a252dc3d140b14edc0fcd6d83cd8a4e85fba856d1cef13a68e67d453480b112f20e185a9012f
Description: PDF rendering library
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains the shared core library.
Homepage: https://poppler.freedesktop.org/
Multi-Arch: same

Package: libpoppler126-dbgsym
Priority: optional
Section: debug
Installed-Size: 9004
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/libpoppler126-dbgsym_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 8823512
MD5sum: 154b6e6fe01a468fc0d47550c43e5396
SHA1: e645e667480f24ffae3dd4881771b55418dd9b73
SHA256: 0f8666085d1459aa00e8fddeb32c1cd95bb51751967d9c3bd59936328b577c63
SHA512: 8889723c78b7588d461be250c238c306c38a8f58af252c2ac34d848f2e0bdbc1894cd53537cc8fcfc93dd838024af31cc42ffc896afa18ad53ea408427f7736b
Description: debug symbols for libpoppler126
Auto-Built-Package: debug-symbols
Build-Ids: 74868367db72cf1acb4a10492de6ce9a28f6ca61
Multi-Arch: same

Package: libpopt-dev
Priority: optional
Section: libdevel
Installed-Size: 147
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: arm64
Source: popt
Version: 1.19+dfsg-1+apertis0bv2024dev3b1
Depends: libc6-dev | libc-dev, libpopt0 (= 1.19+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/p/popt/libpopt-dev_1.19+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 46852
MD5sum: d3b1a9fefee7b4e60ffea457e1d2aeba
SHA1: fd9927378509eb2d9d264d7365b97cb63ce886a7
SHA256: 7b70373ab8eac24a995ab6eed13faa656989497fd373df89394c0b01cb8bcf01
SHA512: 22fb9ac2abd6527b3f5639a97cf9579178172ad1347c62f8faeadd7be401cd72df70dd4974c408aeea8589b003254be65b23adb8792b590edaca309503da6304
Description: lib for parsing cmdline parameters - development files
 Popt was heavily influenced by the getopt() and getopt_long() functions,
 but it allows more powerful argument expansion. It can parse arbitrary
 argv[] style arrays and automatically set variables based on command
 line arguments. It also allows command line arguments to be aliased via
 configuration files and includes utility functions for parsing arbitrary
 strings into argv[] arrays using shell-like rules.
 .
 This package contains the popt static library and header file.
Homepage: https://github.com/rpm-software-management/popt
Multi-Arch: same

Package: libpopt0
Priority: optional
Section: libs
Installed-Size: 262
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: arm64
Source: popt
Version: 1.19+dfsg-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/p/popt/libpopt0_1.19+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 43040
MD5sum: 2949345599acd6648fb962c6814f6ba9
SHA1: c43c46319461c9f00173e1a4e4ac5e7c08b38f77
SHA256: 9770c7813b743212ea11d8fd03ff8c133135925906e5dbbb4734582412668f70
SHA512: 98c70b1f1ddee331d2d6010a64df525622e44d39ad4c5353991d9af4f62ae73d1632b8d6ef96042cf0b3f1e04822960c26883670a7d92d47f46c5a019e08b845
Description: lib for parsing cmdline parameters
 Popt was heavily influenced by the getopt() and getopt_long() functions,
 but it allows more powerful argument expansion. It can parse arbitrary
 argv[] style arrays and automatically set variables based on command
 line arguments. It also allows command line arguments to be aliased via
 configuration files and includes utility functions for parsing arbitrary
 strings into argv[] arrays using shell-like rules.
 .
 This package contains the runtime library and locale data.
Homepage: https://github.com/rpm-software-management/popt
Multi-Arch: same

Package: libpopt0-dbgsym
Priority: optional
Section: debug
Installed-Size: 81
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: arm64
Source: popt
Version: 1.19+dfsg-1+apertis0bv2024dev3b1
Depends: libpopt0 (= 1.19+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/p/popt/libpopt0-dbgsym_1.19+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 64856
MD5sum: 00e90c695a6dac83cfdcea57e50306fb
SHA1: c9e9c59050b096ce4d96cfa0515a257c8e3bfd0a
SHA256: 7e73daf0aa08c7ad093e909524b2184ac8e365f28ec92673fcb373a020b83c57
SHA512: c051d8dcea52988a847e37c959511ccc76f27956298f2c00c9ee081c7868b9fd5503c60c9b5a81e64545a5c0e502f98d98f9c7663b6b59234aeb1cde847e6940
Description: debug symbols for libpopt0
Auto-Built-Package: debug-symbols
Build-Ids: 785aa4615a407190e8bc4301d998ea25182c05e6
Multi-Arch: same

Package: libprestwoodiface0
Priority: optional
Section: libs
Installed-Size: 100
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: arm64
Source: prestwood
Version: 0.2024.1bv2024dev2b1
Replaces: prestwood (<< 0.2024.1bv2024dev2b1)
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3)
Breaks: prestwood (<< 0.2024.1bv2024dev2b1)
Filename: pool/target/p/prestwood/libprestwoodiface0_0.2024.1bv2024dev2b1_arm64.deb
Size: 18104
MD5sum: 8b2a30c7486e25d395d8f0fb5a2945d4
SHA1: d3e41e63eb23274c71ca591ad82a59aee59b3d6f
SHA256: e1bb6df58ed3a9d3b808f8c906333167f72bbbe0ad6834e4585bd48cd8bbc399
SHA512: c517bbb62f9c72756ec3b45a238008b70e56ee471b6abd9563656d8a19b195b40b9dd2aa21a151f1c25ab5d1ac29a9892514efa915dcd244e2521bd80b0ba933
Description: Mount point monitoring service - shared library
 Prestwood maintains a list of mount points.
 .
 This package contains the shared library for its D-Bus API.
Multi-Arch: same

Package: libprestwoodiface0-dbgsym
Priority: optional
Section: debug
Installed-Size: 55
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: arm64
Source: prestwood
Version: 0.2024.1bv2024dev2b1
Replaces: prestwood-dbg (<< 0.1703.0-0co1~)
Depends: libprestwoodiface0 (= 0.2024.1bv2024dev2b1)
Breaks: prestwood-dbg (<< 0.1703.0-0co1~)
Filename: pool/target/p/prestwood/libprestwoodiface0-dbgsym_0.2024.1bv2024dev2b1_arm64.deb
Size: 32384
MD5sum: f6a3f9bc8516961cf2e484a346b77025
SHA1: b3166524353d4d032511ca559b2fda7ab93420ed
SHA256: 400918a5196a1b5376115881092b7e9b4b70eb4f5c1da9c076a78377e93f8287
SHA512: 268c60bb69999553fcf317e3024c8467cf1d1009ff743d65e5c53ebe29bfc448ff91d9ec7909e3bbbc8208774d83d733507e1f32221d771e4c04606709aaa348
Description: debug symbols for libprestwoodiface0
Auto-Built-Package: debug-symbols
Build-Ids: e46934dcc76711c398d9dee0af0518cb6dd2e428
Multi-Arch: same

Package: libproc2-0
Priority: optional
Section: libs
Installed-Size: 232
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: procps
Version: 2:4.0.2-3+apertis0bv2024dev3b1
Replaces: procps (<< 1:3.3.2-1)
Depends: libc6 (>= 2.34), libsystemd0 (>= 209)
Filename: pool/target/p/procps/libproc2-0_4.0.2-3+apertis0bv2024dev3b1_arm64.deb
Size: 62860
MD5sum: fd4b58f64dc999695ec39494a24cdb97
SHA1: 8e507aa07d7890ed145abf02fd564fbe4a42cd6b
SHA256: 71ccb244fdf818b14bf0aa15ec4a170c99776784d982942158c776a33e83fa94
SHA512: b2a56661f9b941561c6dd7d3467096b44d838c29b32cbde37111ad28ab455b5a5a3cdb92f02461611aac895a8c6297805ccfe9f76feff35e51718a9409a8ecb1
Description: library for accessing process information from /proc
 The libproc2 library is a way of accessing information out of the /proc
 filesystem.
 .
 This package contains the shared libraries necessary to run programs
 compiled with libproc2.
Homepage: https://gitlab.com/procps-ng/procps
Multi-Arch: same

Package: libproc2-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 201
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: procps
Version: 2:4.0.2-3+apertis0bv2024dev3b1
Depends: libproc2-0 (= 2:4.0.2-3+apertis0bv2024dev3b1)
Filename: pool/target/p/procps/libproc2-0-dbgsym_4.0.2-3+apertis0bv2024dev3b1_arm64.deb
Size: 149732
MD5sum: fd60cc247926763edfce88c5205b210e
SHA1: 920b1221e690b9fb1bc134a5c24b8e0ec62f77be
SHA256: 3f0b9bc5f6685ebdc3bd4821d3ee40fe4e2e77e40532887d26580af2387843bf
SHA512: 8e13f7355d5aa3c6ec6c9f6b32453fa804cddf7e717c143256a6e49b4348704ad33a6b7e11e5e61a3a3d5ef42d360b29149253b5b472388bf82d5fe9815077e9
Description: debug symbols for libproc2-0
Auto-Built-Package: debug-symbols
Build-Ids: ad5689792f34402978f20b3146168a1ba172a3a3
Multi-Arch: same

Package: libproc2-dev
Priority: optional
Section: libdevel
Installed-Size: 442
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: procps
Version: 2:4.0.2-3+apertis0bv2024dev3b1
Replaces: libproc-2-dev
Depends: libproc2-0 (= 2:4.0.2-3+apertis0bv2024dev3b1)
Conflicts: libproc-2-dev
Filename: pool/target/p/procps/libproc2-dev_4.0.2-3+apertis0bv2024dev3b1_arm64.deb
Size: 79912
MD5sum: 685a13fb8b59f9693ada218e6569a4e3
SHA1: 47b7676491c7a05648b5f659d34c22c6f24b926f
SHA256: 66409b4ff9c98789af9c82747e4e2da294ef87535cf9c53a3a4b8c0dd693dc6d
SHA512: 31f9ff5286e69f65cf7bce24951138a43b8db6a319815bb218cdab7fad45d73a3e87a48f28629d0ffd9eee39d991c520f5cc62860b27236efb110bc39f09f467
Description: library for accessing process information from /proc
 These are the header files for libproc2. Some packages using libproc2
 to access process information from /proc need these to compile.
Homepage: https://gitlab.com/procps-ng/procps
Multi-Arch: same

Package: libprotobuf-dev
Priority: optional
Section: libdevel
Installed-Size: 11739
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Provides: protobuf-api-32-0
Depends: zlib1g-dev, libprotobuf32 (= 3.21.12-3+apertis1bv2024dev3b1), libprotobuf-lite32 (= 3.21.12-3+apertis1bv2024dev3b1)
Breaks: protobuf-compiler (>> 3.21.12-3+apertis1bv2024dev3b1), protobuf-compiler (<< 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/libprotobuf-dev_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 1221148
MD5sum: 410983a9ca35140c14de327917e823a6
SHA1: ba3f5259ffa8a870bc5e2f178493224bb6ff7d35
SHA256: 7e7d38b659fbd59a532627fe306940de849213a8f8dd45cc865999216191475d
SHA512: 48404eb89d7675ac986433661b9cf8f7cb1c5520c7fefae41295d7297c03ee498ca66d884eb9e7dffc056d2dcc291e9941a299f853fb7674de5de5500221117d
Description: protocol buffers C++ library (development files) and proto files
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the development headers and static libraries needed for
 writing C++ applications. Includes well known proto type files.
Homepage: https://github.com/google/protobuf/
Multi-Arch: same

Package: libprotobuf-lite32
Priority: optional
Section: libs
Installed-Size: 918
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/p/protobuf/libprotobuf-lite32_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 242584
MD5sum: 1eed2143e4fc0e4327ec9efe265ea728
SHA1: 34adad2195a1832f299b54c7ec5ac3c035555d1d
SHA256: 081c7f3cefd709bdd88d8a8af4a7bcd83e82e7bc318227f5157efafad206349e
SHA512: d5d31c7c3c8c0eba99b95a4c5f683b5dd198ca462dc23d3d961b6fd44604bfbdf8c30efba3227f3bd3820b4b89c4b636963bd8a090f4327136f27037408bd14a
Description: protocol buffers C++ library (lite version)
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the runtime library needed for C++ applications whose
 message definitions have the "lite runtime" optimization setting.
Homepage: https://github.com/google/protobuf/
Multi-Arch: same

Package: libprotobuf-lite32-dbgsym
Priority: optional
Section: debug
Installed-Size: 1959
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libprotobuf-lite32 (= 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/libprotobuf-lite32-dbgsym_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 1799428
MD5sum: 421db13b2803975fb1387ee2c53e6b38
SHA1: 1b00632c02cfe5aabc491375fedfe6a32454e61c
SHA256: ae5b098a2e27f6111e278b858a318bb5028a22cb6df09caa4bfb9e287e2b6f69
SHA512: 0b210e0cd7c81aa370288c832f0884fe23be52d3267e78a1e23e1eed3cba7a6c56fa6c6da404267573ba2a0923b724e7b6ca3dd969c48dc57684150bff45fcdb
Description: debug symbols for libprotobuf-lite32
Auto-Built-Package: debug-symbols
Build-Ids: 75381dd995c165ba41f66811564072f03179aadc
Multi-Arch: same

Package: libprotobuf32
Priority: optional
Section: libs
Installed-Size: 3244
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4)
Breaks: cura-engine (<< 1:3.3.0-2.1+b1), libarcus3 (<< 3.3.0-2)
Filename: pool/target/p/protobuf/libprotobuf32_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 823144
MD5sum: dbce9ac5a33363a247e435d94c397156
SHA1: 31e9206b921a2c8c5aa291984df845a1e8c2ec03
SHA256: c0477f911dde888d3e9407a901e8d67b713f23c3db499a91ada9b29d68dac8ca
SHA512: 793bf4a33fae002b9705edc288400d23a8e5f540c6983206244a03bedc094c7cba013cc822963f8870da05b73e1dc55d3b93c08fed2d41d2fca0c2c179b1e62d
Description: protocol buffers C++ library
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the runtime library needed for C++ applications.
Homepage: https://github.com/google/protobuf/
Multi-Arch: same

Package: libprotobuf32-dbgsym
Priority: optional
Section: debug
Installed-Size: 11905
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libprotobuf32 (= 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/libprotobuf32-dbgsym_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 11452840
MD5sum: 12d9152ab3cd6fe25b97bc42ea84362e
SHA1: b47b7e4ae74ac11f7636c11070dd1038476d0bc8
SHA256: 09890c7750be5d2eedd04bc53c186e0cd5555bf7248df0c2449731a508b4e57e
SHA512: f543d984334bef93450761f4dd848f3a0ce75d9b104a8192b4523932463584f31e5555794be6512999521b4ad50a06388b7f2098bd8f542bdcd3a7b02a5f78d9
Description: debug symbols for libprotobuf32
Auto-Built-Package: debug-symbols
Build-Ids: e88266ddba065f816e274c1b4c167d21c6fd9f72
Multi-Arch: same

Package: libprotoc-dev
Priority: optional
Section: libdevel
Installed-Size: 6448
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Replaces: libprotobuf-dev (<< 2.1.0)
Depends: libprotoc32 (= 3.21.12-3+apertis1bv2024dev3b1), libprotobuf-dev (= 3.21.12-3+apertis1bv2024dev3b1)
Breaks: libprotobuf-dev (<< 2.1.0)
Filename: pool/target/p/protobuf/libprotoc-dev_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 866276
MD5sum: f11973d3e54128af624b1d4f5de27cbe
SHA1: af236938c39d78700ff13ecade6b630b824aca66
SHA256: 3f90f3d12e3eade72f2de8940ecc3ce062901769366661c6317ad599a8915c4f
SHA512: 9b3ad195e8c5d9071fe4ffaa814ce680f258f7468ec5dda7c7f3d7dc6aac4d203f9d1d7a7c634aab964d2d1c1009e7b5add12c21f0a989d947ea7dd5ae7fbdf6
Description: protocol buffers compiler library (development files)
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the development headers and static library needed for
 writing protobuf compilers.
Homepage: https://github.com/google/protobuf/
Multi-Arch: same

Package: libprotoc32
Priority: optional
Section: libs
Installed-Size: 2722
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 11)
Filename: pool/target/p/protobuf/libprotoc32_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 721452
MD5sum: 4508b0d813d3673c22515dce44eee5ee
SHA1: cd74c99f85ff90a33856619792bab075993060b9
SHA256: c6cef5600b8b62bcfb663b519a00d0e17d04621529d0cbf7f5b667a99a1d7a7c
SHA512: 625d33d99d1a60b9819bb29ba12e77b36363af651c304f49f92991cf80dacb8696a8e922e6e1b4ad11dde1b3293fad6dfba2e771dfabe268b93e2b8a99b13694
Description: protocol buffers compiler library
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the runtime library needed for the protocol buffer
 compiler.
Homepage: https://github.com/google/protobuf/
Multi-Arch: same

Package: libprotoc32-dbgsym
Priority: optional
Section: debug
Installed-Size: 15656
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libprotoc32 (= 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/libprotoc32-dbgsym_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 15503580
MD5sum: bb54a8ba90ba71a9ac465144f71416f6
SHA1: d01fef2506ca566502a4564b40fad3fe3de13bc0
SHA256: 6672b8bbdb25af66f4afb53be4c8171869c59b02262b6c527557e38671881d38
SHA512: 2d90545eceebe01b4720616ceeaaec38084c204ddc5a4bcf3e32b0a675ea9ac2b3fef85050862cb114fec2e5c69f60de8ec006d199563d0ff07c051dd638f812
Description: debug symbols for libprotoc32
Auto-Built-Package: debug-symbols
Build-Ids: 79c13d0d5e0280071f119f9ffd335a912309cdac
Multi-Arch: same

Package: libprotozero-dev
Priority: optional
Section: libdevel
Installed-Size: 184
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Architecture: arm64
Source: protozero
Version: 1.7.1-1+apertis0bv2024dev2b1
Replaces: libosmium2-dev (<< 2.4.1-2~)
Suggests: protozero-doc
Breaks: libosmium2-dev (<< 2.4.1-2~)
Filename: pool/target/p/protozero/libprotozero-dev_1.7.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 41428
MD5sum: fe13466d3f4e763d5d7630de5a5ba9ed
SHA1: 2bb99fb3a74a18d5b9dcc06291c0be492c084e51
SHA256: 01f18922c6f0669f21578cb698851cb53f4be90e6413744a2b81fc04e32bd77f
SHA512: c2835679ac75390a758c7766f186747e3a926719a5c6802193eae3d7c9d4deab86e52090df1a399d2b5af55bffacce562873fadecb673d46405783bea8ef5626
Description: Minimalistic protocol buffer decoder and encoder in C++
 protozero is a minimalistic protocol buffer decoder and encoder in C++.
 .
 Designed for high performance. Suitable for writing zero copy parsers
 and encoders with minimal need for run-time allocation of memory.
 .
 Low-level: this is designed to be a building block for writing a very
 customized decoder for a stable protobuf schema. If your protobuf schema
 is changing frequently or lazy decoding is not critical for your
 application then this approach offers no value: just use the decoding
 API available via the C++ API that can be generated via the Google
 Protobufs protoc program.
 .
 This package contains the protozero headers.
Homepage: https://github.com/mapbox/protozero

Package: libprotozero-doc
Priority: optional
Section: doc
Installed-Size: 3724
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Architecture: all
Source: protozero
Version: 1.7.1-1+apertis0bv2024dev2b1
Filename: pool/target/p/protozero/libprotozero-doc_1.7.1-1+apertis0bv2024dev2b1_all.deb
Size: 1257632
MD5sum: 72e7677b9b98214b1c0f7681ed4f2547
SHA1: b41afddd419ba923af774153fb14edc97a03198e
SHA256: 3aecc77a90294d763204ebe33eb0aece95f65e810b641bda8272bcb15835bbbe
SHA512: 07e9eb150e03cc73e7f0426955efcabcccd07c2acf9cb44a2527e459de7d1afe6f52cc0188d4096f24a1165769b89efe2e9dc6fddcc274f8f7aff0efa7e6cf38
Description: Minimalistic protocol buffer decoder and encoder in C++ - docs
 protozero is a minimalistic protocol buffer decoder and encoder in C++.
 .
 Designed for high performance. Suitable for writing zero copy parsers
 and encoders with minimal need for run-time allocation of memory.
 .
 Low-level: this is designed to be a building block for writing a very
 customized decoder for a stable protobuf schema. If your protobuf schema
 is changing frequently or lazy decoding is not critical for your
 application then this approach offers no value: just use the decoding
 API available via the C++ API that can be generated via the Google
 Protobufs protoc program.
 .
 This package contains the protozero documentation.
Homepage: https://github.com/mapbox/protozero

Package: libproxy-dev
Priority: optional
Section: libdevel
Installed-Size: 36
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Depends: libproxy1v5 (= 0.4.18-1.2+apertis1bv2024dev3b1)
Filename: pool/target/libp/libproxy/libproxy-dev_0.4.18-1.2+apertis1bv2024dev3b1_arm64.deb
Size: 11804
MD5sum: 0b3c9628e488a81a62f57e939e98a276
SHA1: c4676329d1cdf5e91be7b48408af0a3eb42d446b
SHA256: 9c622b5f3499f6f052a346bb709f4698f9d0b927686e066b99e5ea2870c4528b
SHA512: 9cca4bd230b0ceb1324c3fdf1a19af8e3fc43a3f2910eca9d39ab76d3c58b37b640aaec8cf9671699e3de1ddba594cd93eacd109787de0e553db9a1831acf306
Description: automatic proxy configuration management library (devel)
 libproxy is a lightweight library which makes it easy to develop
 applications proxy-aware with a simple and stable API.
 .
 This package contains the development files including vala bindings.
Homepage: https://libproxy.github.io/libproxy/
Multi-Arch: same

Package: libproxy-tools
Priority: optional
Section: utils
Installed-Size: 90
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libproxy1v5 (>= 0.4.18)
Filename: pool/target/libp/libproxy/libproxy-tools_0.4.18-1.2+apertis1bv2024dev3b1_arm64.deb
Size: 12420
MD5sum: 284a6bfe56b5be0d365b357eedf9eb9e
SHA1: 75e817193f69b47ac0dd3d2443f004f13adc9860
SHA256: 6557fb3142964ccf2c5cf3f87b73ba9f437a9d7e405d558d5637ced8546041c8
SHA512: edb9f3bd5aa4f329a74c9c51736c10f0f6c163a32b352e29ba8cf34c89ef3c8df2136da2d8d40bb893ee6a16682ef78a6841a59b5499b96260f7af813908076a
Description: automatic proxy configuration management library (tools)
 libproxy is a lightweight library which makes it easy to develop
 applications proxy-aware with a simple and stable API.
 .
 This package contains a program to interact with libproxy from the
 command line.
Homepage: https://libproxy.github.io/libproxy/

Package: libproxy-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 21
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Depends: libproxy-tools (= 0.4.18-1.2+apertis1bv2024dev3b1)
Filename: pool/target/libp/libproxy/libproxy-tools-dbgsym_0.4.18-1.2+apertis1bv2024dev3b1_arm64.deb
Size: 5788
MD5sum: 68b07f6a3f285fd5ad5a646bcf4d610d
SHA1: 3c60192e87dc26af4f7609086f40dfffca63fdac
SHA256: 9ade9744e1fe008943bb806d616b6dfa77142c8308e11ee5eaed122e45895092
SHA512: 8055b9ec70d3885ea593dea6dfa82737ffe6762eb05685ce3f53090a18e56cd84c38e26320a3cfde8d534c92d88f9b58c6048582be72ed722d41691ebe7be449
Description: debug symbols for libproxy-tools
Auto-Built-Package: debug-symbols
Build-Ids: 5fb4b58b64aebe886fbac43c2e2d7dfd0361f094

Package: libproxy1-plugin-gsettings
Priority: optional
Section: libs
Installed-Size: 159
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.45.3), libproxy1v5 (= 0.4.18-1.2+apertis1bv2024dev3b1), libstdc++6 (>= 5.2), gsettings-desktop-schemas
Filename: pool/target/libp/libproxy/libproxy1-plugin-gsettings_0.4.18-1.2+apertis1bv2024dev3b1_arm64.deb
Size: 24180
MD5sum: 040091ad078e23e19e6886bd742b0e4b
SHA1: 746d5ced3474783c13973e5b43f03f28198986fc
SHA256: 3ca2039b77fcd99343659d44ae6d27f78d952808fa59c40df69dd0722e9787c5
SHA512: 22418b9b6ac15bb00d371d0af4f2697f721bafe59f453a404af428f7c0b61dc31cadd1b0c1c9ec097215ddc0aca0bf9d43983653d9342b6703bb2aa7d63e65b9
Description: automatic proxy configuration management library (GSettings plugin)
 libproxy is a lightweight library which makes it easy to develop
 applications proxy-aware with a simple and stable API.
 .
 This package contains the plugin to allow libproxy to read proxy settings from
 GSettings (GNOME 3)
Enhances: libproxy1v5
Homepage: https://libproxy.github.io/libproxy/
Multi-Arch: same

Package: libproxy1-plugin-gsettings-dbgsym
Priority: optional
Section: debug
Installed-Size: 190
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Depends: libproxy1-plugin-gsettings (= 0.4.18-1.2+apertis1bv2024dev3b1)
Filename: pool/target/libp/libproxy/libproxy1-plugin-gsettings-dbgsym_0.4.18-1.2+apertis1bv2024dev3b1_arm64.deb
Size: 163164
MD5sum: 32ee73b07c687bf9c7e11a7cbec4eedc
SHA1: 5092139090266f30cf5e8a46879de54e71502fcf
SHA256: 1b71d37f52780ae3fb87dd0066443ffbeedc6220ba313ba6951bad36a699dd5f
SHA512: dbc3969a2e648cc11cb8a2d85591c41e8144eb49684e14da4aa4d4527085b8e3412741b0ee9af1444a6b4ad01449898ed57729cc0d2ad67f658dae3a09d7a2d0
Description: debug symbols for libproxy1-plugin-gsettings
Auto-Built-Package: debug-symbols
Build-Ids: 105b8e402f16e8dfc331417d9739fae4dd656d67 a5d38f3da3f11b2d175a96aee9b99af7e6ed92e5
Multi-Arch: same

Package: libproxy1-plugin-networkmanager
Priority: optional
Section: libs
Installed-Size: 91
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libdbus-1-3 (>= 1.9.14), libstdc++6 (>= 5), libproxy1v5 (= 0.4.18-1.2+apertis1bv2024dev3b1)
Filename: pool/target/libp/libproxy/libproxy1-plugin-networkmanager_0.4.18-1.2+apertis1bv2024dev3b1_arm64.deb
Size: 12384
MD5sum: c1ab2ab5cee985598ab351d29261c784
SHA1: fb8d3edcbcd846c8873488d67ddffe28e2bfd74f
SHA256: b24f9f03a8798bf3dc2e5cad6cbd0078c2b509e6d26f1cdf296cc157df26667d
SHA512: 6b94cf964e1db309ad2f7dcfc59a882bda5e2002fd571aa62c1c1e568375763f2df0ebbde33137d589572ae655095c4498359dd11064cfa7c8967215845d63bf
Description: automatic proxy configuration management library (Network Manager plugin)
 libproxy is a lightweight library which makes it easy to develop
 applications proxy-aware with a simple and stable API.
 .
 This package contains the plugin to allow libproxy to read information from
 Network Manager.
Enhances: libproxy1v5
Homepage: https://libproxy.github.io/libproxy/
Multi-Arch: same

Package: libproxy1-plugin-networkmanager-dbgsym
Priority: optional
Section: debug
Installed-Size: 31
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Depends: libproxy1-plugin-networkmanager (= 0.4.18-1.2+apertis1bv2024dev3b1)
Filename: pool/target/libp/libproxy/libproxy1-plugin-networkmanager-dbgsym_0.4.18-1.2+apertis1bv2024dev3b1_arm64.deb
Size: 15652
MD5sum: 42b0c7ce3cea6ad7fa5b184c6a3868ea
SHA1: f147040ace536e59c4382f58ad14ce78f52154f6
SHA256: 864e08379d485714b7c4766fc9e4c5e5764ab1dba0b7e35c2e58412c289b608e
SHA512: 0767243347f21be4fd4eeb5506b8042f06a2f50630078852f6558da38062decbb9e7c986ab26cd84656de6274a9977c0334b020f40ee5aa3c13993749c320d91
Description: debug symbols for libproxy1-plugin-networkmanager
Auto-Built-Package: debug-symbols
Build-Ids: f02470542844f3e1f8e4233960bf38aaa5f1db09
Multi-Arch: same

Package: libproxy1-plugin-webkit
Priority: optional
Section: libs
Installed-Size: 91
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libjavascriptcoregtk-4.0-18 (>= 2.40.0), libproxy1v5 (= 0.4.18-1.2+apertis1bv2024dev3b1), libstdc++6 (>= 5.2)
Filename: pool/target/libp/libproxy/libproxy1-plugin-webkit_0.4.18-1.2+apertis1bv2024dev3b1_arm64.deb
Size: 16412
MD5sum: 5cd5e34aaaf26eebb696db626e2d6c4c
SHA1: e366e7029998c1ac989e0c9712c68eff759056ce
SHA256: ac203ef6aa9c4b18b978262a1de564677a166384d494d9192ddbe1e06ab641eb
SHA512: b03cf2b42aa24450eb5715d1caa0244eccb6dfc7f1d542e534e4b12af020e07b453a76a9f8d2ad8be2e10b2ddf64cfda1b5c78fa287e8338cad827f1dbce07cd
Description: automatic proxy configuration management library (Webkit plugin)
 libproxy is a lightweight library which makes it easy to develop
 applications proxy-aware with a simple and stable API.
 .
 This package contains the plugin to allow libproxy to interpret PAC files
 using Webkit
Enhances: libproxy1v5
Homepage: https://libproxy.github.io/libproxy/
Multi-Arch: same

Package: libproxy1-plugin-webkit-dbgsym
Priority: optional
Section: debug
Installed-Size: 67
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Depends: libproxy1-plugin-webkit (= 0.4.18-1.2+apertis1bv2024dev3b1)
Filename: pool/target/libp/libproxy/libproxy1-plugin-webkit-dbgsym_0.4.18-1.2+apertis1bv2024dev3b1_arm64.deb
Size: 50876
MD5sum: 0ca5e22514713b578ad3feeb2e397d9a
SHA1: 385494515594d20d4f7fbc67ab01b49abe426cc7
SHA256: c75d53ec24286e37ef79a6d4d9cd124f9c30eadca99e3258bd9d7da5970924ba
SHA512: 2d0ba5cafd932753f20f168f1b570b583386249beaa6032a5bfddffb815abb4f56a3c83f8d2763768332dbb33440d4bbf00733fea0893fe01d92deb8c6989980
Description: debug symbols for libproxy1-plugin-webkit
Auto-Built-Package: debug-symbols
Build-Ids: e35a7ea3c2342c85aa5675ff5b84cdfb30357ea0
Multi-Arch: same

Package: libproxy1v5
Priority: optional
Section: libs
Installed-Size: 161
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Replaces: libproxy1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Conflicts: libproxy1
Filename: pool/target/libp/libproxy/libproxy1v5_0.4.18-1.2+apertis1bv2024dev3b1_arm64.deb
Size: 52288
MD5sum: 259daf6acb21477f90cd597a29576492
SHA1: d8108f033024c36c0bf4e196e5f98a5414b7b7a2
SHA256: 0ad6a63c677125f687b2bae4c3267fa4b44529efeb72f65ada266b1f2c0ef08e
SHA512: e8d1ca2007797ac1dcf5c0f973ba35214dc3b2a78f9e4e954223bd7071238b780f936e4956c7d78dc205c45187b2552b6699a7e95d916e12dc6be3d1bd757623
Description: automatic proxy configuration management library (shared)
 libproxy is a lightweight library which makes it easy to develop
 applications proxy-aware with a simple and stable API.
 .
 This package contains the shared library.
Homepage: https://libproxy.github.io/libproxy/
Multi-Arch: same

Package: libproxy1v5-dbgsym
Priority: optional
Section: debug
Installed-Size: 681
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Depends: libproxy1v5 (= 0.4.18-1.2+apertis1bv2024dev3b1)
Filename: pool/target/libp/libproxy/libproxy1v5-dbgsym_0.4.18-1.2+apertis1bv2024dev3b1_arm64.deb
Size: 651992
MD5sum: 08c741f7ff5a4ab538469c05c1b750b9
SHA1: 2eef63d149aaaffc675c00d4ae1683e8c40ade73
SHA256: c89a3f12c247f773f2854c7f068856df2a70e5a60d4571e4d7d3dbeca83dad2c
SHA512: 25ca0928985b3376d6d0242cb468732f8ebe786ee2b9b20bc610939177c64fa365d84c1514fac5cf08ef9f016aa0f9fdc00bbae1c08fc482cac96c3222c8d388
Description: debug symbols for libproxy1v5
Auto-Built-Package: debug-symbols
Build-Ids: 2a5f35fdfc93508f79c1b8986133267279b28fed
Multi-Arch: same

Package: libpsimd-dev
Priority: optional
Section: libdevel
Installed-Size: 56
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: psimd
Version: 0.0~git20200517.072586a-2+apertis1bv2024dev2b1
Filename: pool/target/p/psimd/libpsimd-dev_0.0~git20200517.072586a-2+apertis1bv2024dev2b1_arm64.deb
Size: 6828
MD5sum: 1278c9c7b86b8b7761d366eea34b3754
SHA1: 0618c28870ed5abe20186f6ea5068a41975e5001
SHA256: cfd9ffe5a3bf8fa84593a3bbdf08fb4cc9bb31fc0a4d4c22262b76010114b723
SHA512: 4a3f99bd7767f033b88b1bb8d8c3f7724e6521c4a8445536d0042efb1147eac79a3daf953b48e7bfd169e1d63b20fee16e8d7f179e6d391baae5094d8dc05fe8
Description: Portable 128-bit SIMD intrinsics
 P(ortable) SIMD -- Portable 128-bit SIMD intrinsics
 .
 This is a header-only library.

Package: libpsl-dev
Priority: optional
Section: libdevel
Installed-Size: 217
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: arm64
Source: libpsl
Version: 0.21.2-1+apertis1bv2024dev3b1
Depends: libpsl5 (= 0.21.2-1+apertis1bv2024dev3b1)
Filename: pool/target/libp/libpsl/libpsl-dev_0.21.2-1+apertis1bv2024dev3b1_arm64.deb
Size: 82364
MD5sum: 2ca4d15935f10c40b5a1bb4c847fb120
SHA1: 839a5977b150c9308e5a117fffc9fa9d8bb19149
SHA256: 76648991ae15e9dd3ba36a2cbe0585a77c6df2fdaa419a34305116f50f45f024
SHA512: 2f1f590c70040643a5c928b35bef8988710f5bf5f52539db613f2d4f1310239153e094fe857a342f97b93133f56a2b9ffdfc1c7ec8d662d0aa53bb669bf29697
Description: Library for Public Suffix List (development headers)
 Libpsl allows checking domains against the Public Suffix List.
 It can be used to avoid privacy-leaking 'super-cookies',
 'super domain' certificates, for domain highlighting purposes
 sorting domain lists by site and more.
 .
 Please see https://publicsuffix.org for more detailed information.
 .
 This package contains development header files and documentation for
 developers.
Homepage: https://github.com/rockdaboot/libpsl
Multi-Arch: same

Package: libpsl5
Priority: optional
Section: libs
Installed-Size: 155
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: arm64
Source: libpsl
Version: 0.21.2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libicu72 (>= 72.1~rc-1~)
Recommends: publicsuffix (>= 20150507)
Filename: pool/target/libp/libpsl/libpsl5_0.21.2-1+apertis1bv2024dev3b1_arm64.deb
Size: 61468
MD5sum: 50206540bd39af813815a1e477ce08d7
SHA1: 24cea9b6cea2c3da24916b066ab6f61c6132fd6d
SHA256: d8cfd39860854a19e1b932bf0c9244a1f683fc19c1e090c2f12515e4139ed924
SHA512: 9a2d195221578096d9f1d2001d1bda089eba112159d64613743ff505229aaab874d8a5bd1a42dbbd3a56ab85480c55110670a06d785562bb733802d11e554597
Description: Library for Public Suffix List (shared libraries)
 Libpsl allows checking domains against the Public Suffix List.
 It can be used to avoid privacy-leaking 'super-cookies',
 'super domain' certificates, for domain highlighting purposes
 sorting domain lists by site and more.
 .
 Please see https://publicsuffix.org for more detailed information.
 .
 This package contains runtime libraries.
Homepage: https://github.com/rockdaboot/libpsl
Multi-Arch: same

Package: libpsl5-dbgsym
Priority: optional
Section: debug
Installed-Size: 39
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: arm64
Source: libpsl
Version: 0.21.2-1+apertis1bv2024dev3b1
Depends: libpsl5 (= 0.21.2-1+apertis1bv2024dev3b1)
Filename: pool/target/libp/libpsl/libpsl5-dbgsym_0.21.2-1+apertis1bv2024dev3b1_arm64.deb
Size: 24540
MD5sum: 956591e30a0e756f63e248ecbf772ee0
SHA1: f8948a11e8b1d2231e870acba3eda95f9c0f2ce0
SHA256: 75330699e0e851fb5e4d18533ac8dc09082ebda3c0d4c6e5dbe09db95db565e3
SHA512: cbc835a4d4cd27b570f0a1fed68299cc5a300d2cbf6fd222a543ad2e5cb0a0d25c754afc0bfb895d80dc0a11e3544ebb5e3e4f693e538a6154dbe4947abe142f
Description: debug symbols for libpsl5
Auto-Built-Package: debug-symbols
Build-Ids: f9a3cf32c09adce139674af5fc3ac8370ac67936
Multi-Arch: same

Package: libpspell-dev
Priority: optional
Section: libdevel
Installed-Size: 41
Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Architecture: arm64
Source: aspell
Version: 0.60.8-4+apertis0bv2024dev2b1
Replaces: aspell-bin (<< 0.50.3-3)
Depends: libaspell15 (= 0.60.8-4+apertis0bv2024dev2b1), libaspell-dev
Suggests: aspell-doc
Filename: pool/target/a/aspell/libpspell-dev_0.60.8-4+apertis0bv2024dev2b1_arm64.deb
Size: 20044
MD5sum: 65d0c17154a44e472ee47d367a977f70
SHA1: ab812aa71211b28c8954059d63390b001ad25c2b
SHA256: 7d9e1d7833c0d84d0c7d25eb9fcebe47350e45ce383df9ea20256094dd5fb842
SHA512: e31ffb1ab38b97f606b6298bb1d24f37a8481be0fc6c51fe73a407c229f6b78c479510ed6ed12a81f3607183c1f2c9d1aa2477dabe261e97d51714c955af4c63
Description: Development files for applications with pspell support
 This package contains the headers and static libraries for developing
 applications with portable spell-checking interface (pspell) support.
 .
 You need this package ONLY if you plan to build applications that link
 against the pspell static libraries.  You do not have to install this
 package if all you want to do is use the Aspell program to spell-check.
Homepage: http://aspell.net/
Multi-Arch: same

Package: libpthreadpool-dev
Priority: optional
Section: libdevel
Installed-Size: 97
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: pthreadpool
Version: 0.0~git20210507.1787867-1+apertis0bv2024dev2b1
Depends: libpthreadpool0 (= 0.0~git20210507.1787867-1+apertis0bv2024dev2b1)
Filename: pool/target/p/pthreadpool/libpthreadpool-dev_0.0~git20210507.1787867-1+apertis0bv2024dev2b1_arm64.deb
Size: 7816
MD5sum: 913fc9cfd2f596f1a107ef0b4df12f4d
SHA1: 8bdd4783deaeb03f42ee369714e9dc4ceb2554c5
SHA256: 9be330e94737f9e479df15210b13236fc53efd8876e9e709ad57d69435c927a4
SHA512: 2e2caa3e577486d03e5233bc9e89b77635f02893ee223bfacfa6c8617968389588d175691da66bf1695651d2be353d5bb73f87bb9c79926c8ede84d5fae5184e
Description: pthread-based thread pool for C/C++
 pthreadpool is a portable and efficient thread pool implementation. It provides
 similar functionality to #pragma omp parallel for, but with additional
 features.
 .
 This package contains the development files.
Homepage: https://github.com/Maratyszcza/pthreadpool

Package: libpthreadpool0
Priority: optional
Section: libdevel
Installed-Size: 83
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: pthreadpool
Version: 0.0~git20210507.1787867-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/p/pthreadpool/libpthreadpool0_0.0~git20210507.1787867-1+apertis0bv2024dev2b1_arm64.deb
Size: 21472
MD5sum: 08a7c46abef1fa04809b58dc22990fe3
SHA1: eac44b916d49f44f8f219faae1f29dba539ab3d1
SHA256: d2da91e706d507f86107a887479248913b677eb9043d7551bc563b9a5159bde9
SHA512: 405b6765d5fce941d5174514c05b0cc6f0f6d0ee8b32674e5327932d813642dd6b1006865fdb081dc346c34920815701c1f127c66b0ccd08fba75abc38244dec
Description: pthread-based thread pool for C/C++
 pthreadpool is a portable and efficient thread pool implementation. It provides
 similar functionality to #pragma omp parallel for, but with additional
 features.
 .
 This package contains the shared object.
Homepage: https://github.com/Maratyszcza/pthreadpool

Package: libpthreadpool0-dbgsym
Priority: optional
Section: debug
Installed-Size: 141
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: pthreadpool
Version: 0.0~git20210507.1787867-1+apertis0bv2024dev2b1
Depends: libpthreadpool0 (= 0.0~git20210507.1787867-1+apertis0bv2024dev2b1)
Filename: pool/target/p/pthreadpool/libpthreadpool0-dbgsym_0.0~git20210507.1787867-1+apertis0bv2024dev2b1_arm64.deb
Size: 125964
MD5sum: a2f899de0d2c7abdf463e71018db2764
SHA1: 29bbe81225c5541d4db1c5ad4b7495e5190849fe
SHA256: d265e96d2db1939f6eb553994f47b0884dddd9ac2ac53270d1c49c960bfe6325
SHA512: 848b32c22c8f0aa3c72c31d2e8bc15201781caee6b5c9c601321b89d77558c8f5f484ef9b4452d85c0877e17b939bc21572b97268a59dcec5138681e01e759da
Description: debug symbols for libpthreadpool0
Auto-Built-Package: debug-symbols
Build-Ids: a1f304813e29be7b82ba771450ef68dec3e65bb7

Package: libpulse-dev
Priority: optional
Section: libdevel
Installed-Size: 485
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), libpulse-mainloop-glib0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), libglib2.0-dev
Filename: pool/target/p/pulseaudio/libpulse-dev_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 95040
MD5sum: d9f5394e1b903cda2a431d23bfd09261
SHA1: 23d0671eb40ef7c172f707280ee92518abdaa0b0
SHA256: b6252b271c7f91010802c89bdb5f91c935c0cac05d27387856c307e993be9bde
SHA512: f6ecde6c860b1759bbc273563981bec8402c4d1012ed83501164d5601214c38a64e353a8a66bc04fd301ef0c974d4b479f0ade655948927a34e001579106d4ff
Description: PulseAudio client development headers and libraries
 PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
 WIN32 systems. It is a drop in replacement for the ESD sound server with
 much better latency, mixing/re-sampling quality and overall architecture.
 .
 Headers and libraries for developing applications that access a PulseAudio
 sound server via PulseAudio's native interface.
Homepage: https://www.pulseaudio.org
Multi-Arch: same

Package: libpulse-mainloop-glib0
Priority: optional
Section: libs
Installed-Size: 124
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.28.0), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulse-mainloop-glib0_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 32660
MD5sum: f14fdd9cebed1fc4cfee2967d8530dd3
SHA1: 7f33a2aec49c8dace766adb4a26c622b712eeb4c
SHA256: 5294eb221b600412171400e09d044e57b60a99412f805fa89742c011f40edde0
SHA512: 53666ceb6e3e22121f900595ef58f35a05c08d63e8b08174678a493c8232c2cc5c0875f78a1f41d6f46c4102274f027eb75a22602cb405e82aca05fa0c5f6289
Description: PulseAudio client libraries (glib support)
 PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
 WIN32 systems. It is a drop in replacement for the ESD sound server with
 much better latency, mixing/re-sampling quality and overall architecture.
 .
 Client libraries used by applications that access a PulseAudio sound server
 via PulseAudio's native interface.
 .
 This package adds support for glib2 client applications.
Homepage: https://www.pulseaudio.org
Multi-Arch: same

Package: libpulse-mainloop-glib0-dbgsym
Priority: optional
Section: debug
Installed-Size: 33
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libpulse-mainloop-glib0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulse-mainloop-glib0-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 17144
MD5sum: aa1118cae3a02ec892985d5986187910
SHA1: 7f1721a146c5fceea5b4ffff9dd33cc06645c0c3
SHA256: cc0f4066cb0b05d1d05ebca6e5c5a2ac4df067e6c8072c5690f2805ec05cb6bc
SHA512: fd845d5423c60ca75ef5fb6bb4b5c5b246c9dc366ca78ab34a06800b8560e590589359b9a2d8ace3b6533a100d567808dddbf14a8ad745277552882fbae60e86
Description: debug symbols for libpulse-mainloop-glib0
Auto-Built-Package: debug-symbols
Build-Ids: 1b22ea3a8ceff0de8a4fa2aeea2d960e24a4fac1
Multi-Arch: same

Package: libpulse0
Priority: optional
Section: libs
Installed-Size: 1000
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libasyncns0 (>= 0.3), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libsndfile1 (>= 1.0.20), libsystemd0, libx11-6, libx11-xcb1 (>= 2:1.8.4), libxcb1
Suggests: pulseaudio
Filename: pool/target/p/pulseaudio/libpulse0_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 238104
MD5sum: aebccf20038a48f72d6bb787d9010be8
SHA1: 78d73bc10bd9befef251a7756ed5b1de55add620
SHA256: 28aa070a066831e8052db08bcd3f0a940ec221ac6358d6f94aedb51b00fb1f0d
SHA512: 67c66749bfc93b0ec35f3105ecbf04ab73f7c4b916537b16b1476523edfeecc2cb2c1c598365493693b9043b24ecf06ee203935149f768d469b69a6c1a5e84e3
Description: PulseAudio client libraries
 PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
 WIN32 systems. It is a drop in replacement for the ESD sound server with
 much better latency, mixing/re-sampling quality and overall architecture.
 .
 Client libraries used by applications that access a PulseAudio sound server
 via PulseAudio's native interface.
Homepage: https://www.pulseaudio.org
Multi-Arch: same

Package: libpulse0-dbgsym
Priority: optional
Section: debug
Installed-Size: 866
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulse0-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 708744
MD5sum: cc686722c0245e2f8a40cb5757e09bc4
SHA1: c404bd4c16c38f1a6e2f4ab9b38e25a8afff3d29
SHA256: 614664578caa859cde2f797c654331a8ede3e293ff8884eafb4ecc38c3d3f20d
SHA512: 3a48f941a3c918a48348f6ff5fbf34ba5ae0653c78e868a48f6520495bf03ffdbe516736948f96cae538121eed27534f1e2b5653a340605a36df15640518e948
Description: debug symbols for libpulse0
Auto-Built-Package: debug-symbols
Build-Ids: b8c9ead2ef25d5fdf879b7dada3d46c7af95c4e8 c642cad6ca365be9991d3836a345f005469fe3e5 cc45e44f6fff53257004ab136fbe46fc6a8cd2d1
Multi-Arch: same

Package: libpulsedsp
Priority: optional
Section: libs
Installed-Size: 121
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulsedsp_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 41120
MD5sum: a28d35d43056581c0e2c957e24342ca1
SHA1: c91031f15e6a554be6137f66a937a61a21322c80
SHA256: 9f33c02af300c870093579233fa8de7da94e8458baf2a32b4768d5ff2f2865a0
SHA512: b43091f05d82e831429d824bc03aeca58ed3f407527c0d8595c8997b9ccec5c827820e79a2d8c49b5e7049dfe5478f82011f114606e8b396e977a3198b72e1b7
Description: PulseAudio OSS pre-load library
 PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
 WIN32 systems. It is a drop in replacement for the ESD sound server with
 much better latency, mixing/re-sampling quality and overall architecture.
 .
 This package provides the pre-load library used to redirect applications
 using OSS through pulseaudio.
Homepage: https://www.pulseaudio.org
Multi-Arch: same

Package: libpulsedsp-dbgsym
Priority: optional
Section: debug
Installed-Size: 61
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libpulsedsp (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/libpulsedsp-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 42292
MD5sum: 450ca9194c395394b8a9276deafe6ddc
SHA1: 0eea8b6d143054636376dd6ca9b2ffb88c7c532e
SHA256: 02c5b5a18223e52cc34d8a34e7aaf9a2bd8b9323851e7479e5a8e074b3d8e69f
SHA512: 338085d79058504b7c2e8d237da1ad90c09e6c1bbbdc49cc36e430adbd5eae9c20f41803edf15d67ee2c1536a57bc73bf8f7fae7605a026c68a719b54f65c28c
Description: debug symbols for libpulsedsp
Auto-Built-Package: debug-symbols
Build-Ids: 384fd6b1be8a5ebc768413f5cd208b82a8fe9618
Multi-Arch: same

Package: libpython3-all-dbg
Priority: optional
Section: debug
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: libpython3-dbg (= 3.11.2-1+apertis1bv2024dev2b1), libpython3.11-dbg
Filename: pool/target/p/python3-defaults/libpython3-all-dbg_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 1076
MD5sum: 685ef11d9152c4bc6a969f9252fdba4e
SHA1: 44fc96d385c07b01a3349404ee241614ecd07e8e
SHA256: bef14f4a9896b58f24060a31651e7531d33d2968d569565593803a56425b5e11
SHA512: a15dd9021099b5a9175eb6a7f8e6d3546aed180151bd8923b4eee8c47c244880ef1823264950960e550f52e2800cb8cda5dc82386c8227485906f5ff68bd25f4
Description: package depending on all supported Python 3 debugging packages
 The package currently depends on libpython3.11-dbg, in the future,
 dependencies on jython (Python for a JVM) and ironpython (Python for Mono) may
 be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 debug packages.
Homepage: https://www.python.org/
Multi-Arch: same

Package: libpython3-all-dev
Priority: optional
Section: libdevel
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: libpython3-dev (= 3.11.2-1+apertis1bv2024dev2b1), libpython3.11-dev
Filename: pool/target/p/python3-defaults/libpython3-all-dev_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 1080
MD5sum: 47a14107a477222e2b719c78df06baf8
SHA1: 970d542e9e735d5ef8610d2b0bf780247ad164ac
SHA256: 3931e0f1b0dbd8dfe1bc88428b9c366abccc751ea7b0bcc54cd2cd5a2137653f
SHA512: 48eca987d06529e1334cb1920a787bc95ba3e4fd4a47466a8cf0d79f5bc143e1b21b8952f1745294158e9df5ab489a38eadac3a771b894a3383b2aa85e4d9ad4
Description: package depending on all supported Python 3 development packages
 The package currently depends on libpython3.11-dev, in the future,
 dependencies on jython (Python for a JVM) and ironpython (Python for Mono) may
 be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 development
 packages.
Homepage: https://www.python.org/
Multi-Arch: same

Package: libpython3-dbg
Priority: optional
Section: debug
Installed-Size: 41
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Replaces: python3-dbg (<< 3.8.0-1)
Depends: libpython3.11-dbg (>= 3.11.2-1~)
Breaks: python3-dbg (<< 3.8.0-1)
Filename: pool/target/p/python3-defaults/libpython3-dbg_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 9668
MD5sum: 435199fb0c110aa682367e05b67eff7e
SHA1: 0411c5cced00e18d545145ca894a7a57eed71e9d
SHA256: b20b368e866b96b31909a0cdd98571859ea94bd74897787f31569629e59d2b31
SHA512: 83bcd0e2dc8c3d94e22187b10f8257a03e51f6a149a08b0947e2e044d1e0b4fb7101d1b6d76a3db4ec73f188da4caade455a0e68b7fdb5ff4c07132829f2e431
Description: debug build of the Python 3 Interpreter (version 3.11)
 Python 3 interpreter configured with --pydebug. Dynamically loaded modules
 are searched in /usr/lib/python3.11/lib-dynload/debug first.
Homepage: https://www.python.org/
Multi-Arch: same

Package: libpython3-dev
Priority: optional
Section: libdevel
Installed-Size: 37
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Replaces: libpython3.8-dev (<< 3.8.0-2), python3-dev (<< 3.8.0-1)
Depends: libpython3.11-dev (>= 3.11.2-1~)
Breaks: libpython3.8-dev (<< 3.8.0-2), python3-dev (<< 3.8.0-1)
Filename: pool/target/p/python3-defaults/libpython3-dev_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 9664
MD5sum: bbcda2a9202fb21fb6f4c1d12b6f03e6
SHA1: 8cf529ac5cac4f5736924e98334bcc174a87e741
SHA256: 8e78b4d15f1a4d832c0f891293aa1d08bdafc3b772927cfcee538b300df2509a
SHA512: 162d7fb92ff862fcc37e2d5c432a86f4de01423fce7cf3fdb120e6359cfe1974100395c9276068f22a4fec208e75cbe33ac776ceb5b35418cde7739062979006
Description: header files and a static library for Python (default)
 Header files, a static library and development tools for building
 Python modules, extending the Python interpreter or embedding Python
 in applications.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's headers (currently v3.11).
Homepage: https://www.python.org/
Multi-Arch: same

Package: libpython3-stdlib
Priority: optional
Section: python
Installed-Size: 27
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: libpython3.11-stdlib (>= 3.11.2-1~)
Filename: pool/target/p/python3-defaults/libpython3-stdlib_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 9428
MD5sum: c198bc411420f95d3180bfdde66ee215
SHA1: e265221490d2ed450189b8cd9fff2ae856d4a543
SHA256: c75d7696a8f2bc173f2c8dc22a6cb253f2ce97e263ab3a260bff0a9819b1cf9a
SHA512: e2070b5698de2fb54d8277d39654ede56ca0789a9fd3d7fcd0b40a789d1dd388371e2038566c12b1a17f078614b90cbee12feecb68017ffd849035b3d3dea971
Description: interactive high-level object-oriented language (default python3 version)
 This package contains the majority of the standard library for the Python
 language (default python3 version).
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's standard library (currently v3.11).
Homepage: https://www.python.org/
Multi-Arch: same

Package: libpython3.11
Priority: optional
Section: libs
Installed-Size: 7562
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: libpython3.11-stdlib (= 3.11.2-6+apertis1bv2024dev2b1), libc6 (>= 2.35), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0)
Filename: pool/target/p/python3.11/libpython3.11_3.11.2-6+apertis1bv2024dev2b1_arm64.deb
Size: 1838716
MD5sum: 380ca4faabd0af81f949686234b20707
SHA1: 63f43aff84cd01961e2b2fd5d8ca5ac02224972f
SHA256: faa76925afe6e2dfa7f8a710836d45a8508e42d0d400faf4efae8c18f48c4abb
SHA512: 3a2e443a6303b92d180f44ee22e874b8449fb7289cfb20f76ec18ee9bbd15092ccb6c449ff9e59a07ffb06a17950ef55b22ddbc8ef4860182536bbbd88b9f3be
Description: Shared Python runtime library (version 3.11)
 Python is a high-level, interactive, object-oriented language. Its 3.11 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains the shared runtime library, normally not needed
 for programs using the statically linked interpreter.
Multi-Arch: same

Package: libpython3.11-dbg
Priority: optional
Section: debug
Installed-Size: 83932
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Replaces: python3-gdbm-dbg (<< 3.9.9-1~)
Depends: libpython3.11-stdlib (= 3.11.2-6+apertis1bv2024dev2b1), libbz2-1.0, libc6 (>= 2.35), libcrypt1 (>= 1:4.1.0), libdb5.3, libedit2 (>= 3.1-20180525-0), libexpat1 (>= 2.1~beta3), libffi8 (>= 3.4), liblzma5 (>= 5.1.1alpha+20120614), libncursesw6 (>= 6.1), libnsl2 (>= 1.0), libsqlite3-0 (>= 3.36.0), libssl3 (>= 3.0.0), libtinfo6 (>= 6), libtirpc3 (>= 1.0.2), libuuid1 (>= 2.20.1), zlib1g (>= 1:1.2.0)
Breaks: python3-gdbm-dbg (<< 3.9.9-1~)
Filename: pool/target/p/python3.11/libpython3.11-dbg_3.11.2-6+apertis1bv2024dev2b1_arm64.deb
Size: 16474460
MD5sum: 4e013fd75e6fc57122fa42c9be4de9e2
SHA1: 264e3192cdcfc7e8d9dfd28ba4f234c1ba0f4233
SHA256: ef5b1a4e17c9654d1b109ca74c7f2380db62d2f1f1edadec51ef37fc08d8661b
SHA512: 9e52022f8db227724669926d368cee426debfedf8fc2fddc65fd8e1165038cd1c68ffbbaf16bbaa9b7ee436972896a46ca3df0c60f1cdbdb50b04b471da39c4e
Description: Debug Build of the Python Interpreter (version 3.11)
 The package holds two things:
 .
 - Extensions for a Python interpreter configured with --pydebug.
 - Debug information for standard python extensions.
 .
 See the README.debug for more information.
Multi-Arch: same

Package: libpython3.11-dev
Priority: optional
Section: libdevel
Installed-Size: 23951
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: libpython3.11-stdlib (= 3.11.2-6+apertis1bv2024dev2b1), libpython3.11 (= 3.11.2-6+apertis1bv2024dev2b1), libexpat1-dev, zlib1g-dev
Recommends: libc6-dev | libc-dev
Filename: pool/target/p/python3.11/libpython3.11-dev_3.11.2-6+apertis1bv2024dev2b1_arm64.deb
Size: 4391980
MD5sum: 6096b857e81f1b82a976dfd0dcdcfa59
SHA1: e2df7f7db5f3d072a03c29f2d6a0141505a44f43
SHA256: c5cf303ba3619043aedfad0a27cd3803c27265fa6d59b1c49614cdff84e628bc
SHA512: 2136158a94cf3fbcd8b6772bf372a21672caae69063cb3bd24955a486a7f4a341235ebfa7016fdbcf2115d14909be3db30e91890e4d83c62557fc4fe3332e385
Description: Header files and a static library for Python (v3.11)
 Header files, a static library and development tools for building
 Python (v3.11) modules, extending the Python interpreter or embedding
 Python (v3.11) in applications.
 .
 Maintainers of Python packages should read README.maintainers.
 .
 This package contains development files. It is normally not
 used on it's own, but as a dependency of python3.11-dev.
Multi-Arch: same

Package: libpython3.11-minimal
Priority: optional
Section: python
Installed-Size: 5226
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libssl3 (>= 3.0.0)
Recommends: libpython3.11-stdlib
Conflicts: binfmt-support (<< 1.1.2)
Filename: pool/target/p/python3.11/libpython3.11-minimal_3.11.2-6+apertis1bv2024dev2b1_arm64.deb
Size: 806028
MD5sum: 0f62f2ee16fcea237d70c2c08068e1d4
SHA1: 3194984415a7dfe930acc434d02d2922d286ce6f
SHA256: 26aba5c9f17807f5f90825369976bf561fbed3180f5a1c76a58f53291007f87b
SHA512: 11a2a2be8e8366ab1df2293956e91297025bdffb401f9d3d363f543226965ac56f405c6719272c9f8fe277325323825fdae0143d2b545e5e42406be4724cff68
Description: Minimal subset of the Python language (version 3.11)
 This package contains some essential modules. It is normally not
 used on it's own, but as a dependency of python3.11-minimal.
Multi-Arch: same

Package: libpython3.11-stdlib
Priority: optional
Section: python
Installed-Size: 9868
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Replaces: python3-gdbm (<< 3.9.9-1~)
Depends: libpython3.11-minimal (= 3.11.2-6+apertis1bv2024dev2b1), media-types | mime-support, libbz2-1.0, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libdb5.3, libedit2 (>= 3.1-20180525-0), libffi8 (>= 3.4), liblzma5 (>= 5.1.1alpha+20120614), libncursesw6 (>= 6.1), libnsl2 (>= 1.0), libsqlite3-0 (>= 3.36.0), libtinfo6 (>= 6), libtirpc3 (>= 1.0.2), libuuid1 (>= 2.20.1)
Breaks: python3-gdbm (<< 3.9.9-1~)
Filename: pool/target/p/python3.11/libpython3.11-stdlib_3.11.2-6+apertis1bv2024dev2b1_arm64.deb
Size: 1747308
MD5sum: 63187d541ab6da54690e13d22edd1987
SHA1: 67fdb77dbffac6e2aef93db978795cdbc05b90ea
SHA256: 6648473982bab7337c6d6409a734821728882d5d476db3f948ef84ca6a8bcb30
SHA512: fa244196682d530d58ba72080f338373d5ff078d3844ba7de3c06075aefe7eb2491217ce462e77612e3819aa815d78d165fefbb63d7061dd5cf3e31eb7d5ab2f
Description: Interactive high-level object-oriented language (standard library, version 3.11)
 Python is a high-level, interactive, object-oriented language. Its 3.11 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains Python 3.11's standard library. It is normally not
 used on its own, but as a dependency of python3.11.
Multi-Arch: same

Package: libpython3.11-testsuite
Priority: optional
Section: libdevel
Installed-Size: 24744
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: python3.11 (>= 3.11.2-6+apertis1bv2024dev2b1), net-tools
Suggests: python3-gdbm, python3-tk
Filename: pool/target/p/python3.11/libpython3.11-testsuite_3.11.2-6+apertis1bv2024dev2b1_all.deb
Size: 3362760
MD5sum: 86fa96f16fc48074a380c866d5b3f54c
SHA1: 9b2f436980b8e3ab8c7b964048c450e0e4649ef9
SHA256: d4507fbaea07f70db5ace4ef579c1b81259d8d14c964aa88e43319118c2b2d32
SHA512: 37b6b71ca221a17cde3df8d50314700e0304b74ac39fc4cf09480f43f03937b241556778976740b0160d24b96ca16e06acee300fe1956ac6cdf916dbfbd36f47
Description: Testsuite for the Python standard library (v3.11)
 The complete testsuite for the Python standard library.  Note that
 a subset is found in the libpython3.11-stdlib package, which should
 be enough for other packages to use (please do not build-depend
 on this package, but file a bug report to include additional
 testsuite files in the libpython3.11-stdlib package).

Package: libqrencode-dev
Priority: optional
Section: libdevel
Installed-Size: 53
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Architecture: arm64
Source: qrencode
Version: 4.1.1-1+apertis2bv2024dev2b1
Depends: libqrencode4 (= 4.1.1-1+apertis2bv2024dev2b1)
Filename: pool/target/q/qrencode/libqrencode-dev_4.1.1-1+apertis2bv2024dev2b1_arm64.deb
Size: 23476
MD5sum: b0d509dbccf9bdcc6ccbed8897b7739e
SHA1: 6f1e40f62adfff8cb09591581343ad1449993bd9
SHA256: ce852cd09bfa8f8dbd55cc8005f64769c0e7a024528383d0fafb072955940af0
SHA512: 4d5add081ad3c5de569f6eb01cb9325436e8a53472bde1656c0b97a7867875fceb0661a429115e6adc7eea3ca80b5151b1d00e5832829e69c211c9a5cba174a7
Description: QR Code encoding library -- development
 Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D
 symbology that can be scanned by handy terminals such as a mobile phone with
 CCD.  The capacity of QR Code is up to 7000 digits or 4000 characters, and has
 high robustness.
 .
 Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial
 Standards) X0510:2004 or ISO/IEC 18004.
 .
 This package contains development files (a header, pkg-config settings, etc.)
Homepage: https://fukuchi.org/works/qrencode/index.html.en
Multi-Arch: same

Package: libqrencode4
Priority: optional
Section: libs
Installed-Size: 102
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Architecture: arm64
Source: qrencode
Version: 4.1.1-1+apertis2bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/q/qrencode/libqrencode4_4.1.1-1+apertis2bv2024dev2b1_arm64.deb
Size: 38520
MD5sum: 807e6c100844564c1af20ab6495c7514
SHA1: 357d61ddeb2e89562e679d2e0e67282e76cb7a69
SHA256: fce0fd36aa2f64add548f4e98a08f37860760c21550f2f098a45790e32904c40
SHA512: 864152d2ac5a290932c56361657a0d8f677438f4ef679b291c96a485f508674449e408b4ccad8ce308cf599cfc67609a401c2cb58a234932b6ec37f447d5a781
Description: QR Code encoding library
 Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D
 symbology that can be scanned by handy terminals such as a mobile phone with
 CCD.  The capacity of QR Code is up to 7000 digits or 4000 characters, and has
 high robustness.
 .
 Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial
 Standards) X0510:2004 or ISO/IEC 18004.
 .
 This package contains runtime libraries of libqrencode.
Homepage: https://fukuchi.org/works/qrencode/index.html.en
Multi-Arch: same

Package: libqrencode4-dbgsym
Priority: optional
Section: debug
Installed-Size: 73
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Architecture: arm64
Source: qrencode
Version: 4.1.1-1+apertis2bv2024dev2b1
Depends: libqrencode4 (= 4.1.1-1+apertis2bv2024dev2b1)
Filename: pool/target/q/qrencode/libqrencode4-dbgsym_4.1.1-1+apertis2bv2024dev2b1_arm64.deb
Size: 56036
MD5sum: b0b7d0bbb816328c3dd79d2f1298a46c
SHA1: b63a98a97e5be984ec25ef756dc70240ea425575
SHA256: cebaec315508d60f590d13e97902563c33d26472655258b484f7c84117e4c8e1
SHA512: 8a6a7af05c8cab8f906a8fa2f64fa4fcee8c0d2a04045436cf71642cfcdaee73c934af10605e526a63845f2da1ea9fbc0186074530d934e141026f4427e4383f
Description: debug symbols for libqrencode4
Auto-Built-Package: debug-symbols
Build-Ids: 121f2a61146d9f7a4878b1448957a45a32740adf
Multi-Arch: same

Package: librav1e-dev
Priority: optional
Section: libdevel
Installed-Size: 49
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-rav1e
Version: 0.5.1-6+apertis1bv2024dev2b1
Depends: librav1e0 (= 0.5.1-6+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-rav1e/librav1e-dev_0.5.1-6+apertis1bv2024dev2b1_arm64.deb
Size: 11856
MD5sum: 45a70859f3b64e77ff5775bf2ae2df61
SHA1: 0aa9267f4d246c9bcf7c5d239c05ecad2949ae40
SHA256: c7ab54baa82ebc45969a940d4376a4257b6d7508d3eb420a18bbacb8298e6dcf
SHA512: 6acbb12f7a6073ae5b170d4c8d948eac232ce73205b093eb510a35952ed6f95151a35102f4e24a84475835f2cb6b3199c3183f01d89f1acc23e11b514524e69d
Description: Fastest and safest AV1 encoder - development files
 rav1e is a encoder for the AV1 video codec.
 .
 This package contains the development files.
Homepage: https://github.com/xiph/rav1e
Multi-Arch: same

Package: librav1e0
Priority: optional
Section: libs
Installed-Size: 1884
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-rav1e
Version: 0.5.1-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Filename: pool/target/r/rust-rav1e/librav1e0_0.5.1-6+apertis1bv2024dev2b1_arm64.deb
Size: 551248
MD5sum: 93cb165039f0a08385d6ebe301189ef7
SHA1: da45ea7162c79c693d6399423f379404ced9c2b0
SHA256: 999e5e528220abae48cea5510c966fb5067fc9335af610c1fb621d58c2936153
SHA512: 2c9f5942e33d3e66aed51aa394fa1b4fe18885a3beb8fb864ea20514dd087c01cd2ee86f70850cfe9ac45a5eef9b9699e6a3265f873f69db50258db9bb74639f
Description: Fastest and safest AV1 encoder - shared library
 rav1e is a encoder for the AV1 video codec.
 .
 This package contains the shared library.
Homepage: https://github.com/xiph/rav1e
Multi-Arch: same

Package: librav1e0-dbgsym
Priority: optional
Section: debug
Installed-Size: 6486
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-rav1e
Version: 0.5.1-6+apertis1bv2024dev2b1
Depends: librav1e0 (= 0.5.1-6+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-rav1e/librav1e0-dbgsym_0.5.1-6+apertis1bv2024dev2b1_arm64.deb
Size: 5873528
MD5sum: fb279a2dbc157de0c74eb966eedc630c
SHA1: 0f20de859261e0913809baafcb5a5fc09f7fb201
SHA256: b5d4f0255c8b9ced64e40984382e2868eada41a266cd40464cd1a9c85aa16cee
SHA512: ff565a23e55863bf5b7ca72d02110a6df59f324aa107656abc06680e9bc281e43cade5a06ee4d81d1d7fe51949071fd1589a6382f09a7395379c519a0daf7091
Description: debug symbols for librav1e0
Auto-Built-Package: debug-symbols
Build-Ids: 7012a1e7a9077d8681e4314d1fb2f3742a66eb76
Multi-Arch: same

Package: libraw1394-11
Priority: optional
Section: libs
Installed-Size: 104
Maintainer: Guus Sliepen <guus@debian.org>
Architecture: arm64
Source: libraw1394
Version: 2.1.2-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Suggests: libraw1394-doc
Filename: pool/target/libr/libraw1394/libraw1394-11_2.1.2-2+apertis1bv2024dev3b1_arm64.deb
Size: 38180
MD5sum: b3054649c67c776cc600c804fd18a67f
SHA1: 7241ca4d26c14525ce5a50a62c963b7181fd6a37
SHA256: 844efc83498d6c508fd4f6fe74ce0496485a70264f26a98c8837a1f9e2cf0cc0
SHA512: 5b4ddd81ee92c36e21b5b2c139f7dfdeb0ebf4cbab3ad0ae1eaf23bbc27fa02b5cb92828871bc5a6df283780017c88f5f538ac81938a2dc8f20a381ebefec33f
Description: library for direct access to IEEE 1394 bus (aka FireWire)
 libraw1394 is the only supported interface to the kernel side raw1394
 of the Linux IEEE-1394 subsystem, which provides direct access to the
 connected 1394 buses to user space.  Through libraw1394/raw1394,
 applications can directly send to and receive from other nodes without
 requiring a kernel driver for the protocol in question.
Homepage: https://ieee1394.wiki.kernel.org/
Multi-Arch: same

Package: libraw1394-11-dbgsym
Priority: optional
Section: debug
Installed-Size: 94
Maintainer: Guus Sliepen <guus@debian.org>
Architecture: arm64
Source: libraw1394
Version: 2.1.2-2+apertis1bv2024dev3b1
Depends: libraw1394-11 (= 2.1.2-2+apertis1bv2024dev3b1)
Filename: pool/target/libr/libraw1394/libraw1394-11-dbgsym_2.1.2-2+apertis1bv2024dev3b1_arm64.deb
Size: 72960
MD5sum: 4e30e1048f7ac293917f2a60112146ba
SHA1: 7f0978bc058a56158ad05b87dca338f6652db8b0
SHA256: 5610f6711c60eaac4b850947dde1842cbbfc7bfbf368cdc84aa3cd7a8713de28
SHA512: 98a67794663451221a58794a485d4442ef69bfcd710332035615cd59fbd042c62444c6ee276ca535800b801c0e9b431575368d1239e39d17e2603446edbfa0e0
Description: debug symbols for libraw1394-11
Auto-Built-Package: debug-symbols
Build-Ids: dd458248838c154f058a4c72882e4a7d5924c9bf
Multi-Arch: same

Package: libraw1394-dev
Priority: optional
Section: libdevel
Installed-Size: 191
Maintainer: Guus Sliepen <guus@debian.org>
Architecture: arm64
Source: libraw1394
Version: 2.1.2-2+apertis1bv2024dev3b1
Depends: libraw1394-11 (= 2.1.2-2+apertis1bv2024dev3b1)
Recommends: libraw1394-tools
Suggests: libraw1394-doc
Filename: pool/target/libr/libraw1394/libraw1394-dev_2.1.2-2+apertis1bv2024dev3b1_arm64.deb
Size: 51064
MD5sum: 844f2ead8415960dfaeb9f24f321328a
SHA1: 6ea635aca7f7c92ab132a118ab7c5c1aa3d497cb
SHA256: 3ff0ec31cc80ea98db0992f71cc5a927fe3f34fc05b4453b467b82a8ce624482
SHA512: afd55bccb98d4b39dba3b02b238b7f811685b392599f0999a6c9d762bd26b4e1b291a113875a0da56aca23e006ef19f42957aa574d678e122dfbe0a0c99beb3d
Description: library for direct access to IEEE 1394 bus - development files
 libraw1394 is the only supported interface to the kernel side raw1394
 of the Linux IEEE-1394 subsystem, which provides direct access to the
 connected 1394 buses to user space.  Through libraw1394/raw1394,
 applications can directly send to and receive from other nodes without
 requiring a kernel driver for the protocol in question.
 .
 This package contains the include files, static library and development
 tools for libraw1394.
Homepage: https://ieee1394.wiki.kernel.org/
Multi-Arch: same

Package: libraw1394-doc
Priority: optional
Section: doc
Installed-Size: 660
Maintainer: Guus Sliepen <guus@debian.org>
Architecture: all
Source: libraw1394
Version: 2.1.2-2+apertis1bv2024dev3b1
Filename: pool/target/libr/libraw1394/libraw1394-doc_2.1.2-2+apertis1bv2024dev3b1_all.deb
Size: 331220
MD5sum: 315321a075f9dd9bdeabd4007e3d81b7
SHA1: 260482ff7f78ee1ea3c404d8cad0add28f98aa6b
SHA256: ce8006b51c0e77d97d779690b74199cf945141461ab0c74638fc8ebc68b7fa74
SHA512: a5ef37faf27cc358359176e3715d86b7cbadf2c83295975687c089660db9bf528cfa4d1ac7ebbae0ff9f2ed96a865b87293b88de5ada4c4dea35f7ea1962e4bc
Description: Reference manual and documentation about libraw1394
 libraw1394 is the only supported interface to the kernel side raw1394
 of the Linux IEEE-1394 subsystem, which provides direct access to the
 connected 1394 buses to user space.  Through libraw1394/raw1394,
 applications can directly send to and receive from other nodes without
 requiring a kernel driver for the protocol in question.
 .
 This package contains documentation for libraw1394, as well as
 the programmer's documentation.
Homepage: https://ieee1394.wiki.kernel.org/

Package: libraw1394-tools
Priority: optional
Section: utils
Installed-Size: 240
Maintainer: Guus Sliepen <guus@debian.org>
Architecture: arm64
Source: libraw1394
Version: 2.1.2-2+apertis1bv2024dev3b1
Replaces: libraw1394-dev (<= 2.0.7-1ubuntu1)
Depends: libraw1394-11 (= 2.1.2-2+apertis1bv2024dev3b1), libc6 (>= 2.34)
Suggests: libraw1394-doc
Breaks: libraw1394-dev (<= 2.0.7-1ubuntu1)
Filename: pool/target/libr/libraw1394/libraw1394-tools_2.1.2-2+apertis1bv2024dev3b1_arm64.deb
Size: 30776
MD5sum: d69d2c27ec0d14b63384f5a8a8bd7e16
SHA1: adcc50d376e18b72325cdccaec86f551b5c644d1
SHA256: 8bfc8d96b026be37940c74c97bfb3f4486e641580770425326115ed018b139f0
SHA512: 8f11b8bd817a5b29450086f1c209249c6b8f6be5497ab80bd52cd08f9152910c2fe1353e8cb2888b761f2700dcf62c3b89d6222f62d516d6f843ba2612998d59
Description: library for direct access to IEEE 1394 bus (aka FireWire)
 libraw1394 is the only supported interface to the kernel side raw1394
 of the Linux IEEE-1394 subsystem, which provides direct access to the
 connected 1394 buses to user space.  Through libraw1394/raw1394,
 applications can directly send to and receive from other nodes without
 requiring a kernel driver for the protocol in question.
 .
 This package contains various utilities for that use libraw1394, including
 the testlibraw program.
Homepage: https://ieee1394.wiki.kernel.org/
Multi-Arch: foreign

Package: libraw1394-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 61
Maintainer: Guus Sliepen <guus@debian.org>
Architecture: arm64
Source: libraw1394
Version: 2.1.2-2+apertis1bv2024dev3b1
Depends: libraw1394-tools (= 2.1.2-2+apertis1bv2024dev3b1)
Filename: pool/target/libr/libraw1394/libraw1394-tools-dbgsym_2.1.2-2+apertis1bv2024dev3b1_arm64.deb
Size: 24784
MD5sum: 3eed5cf2e3ccd6c34adb21eef830c3ec
SHA1: 2357cdfbfd36fe548db14712a7f11d6d49c90b76
SHA256: 520440bec811f8109f218170c8ef31c9d335bc864dbbf288df7df4bb643e6355
SHA512: 2a2ebf77d8344b5e4e64ce618e0d95fdeb50d24dd1cd6ac949339a905ce61509a426133fa2b8b78731e60033b491f8b460ec1c142a7cb80f8f372a2a6c245e33
Description: debug symbols for libraw1394-tools
Auto-Built-Package: debug-symbols
Build-Ids: a1be5e8fb245c41aa26b99b01c4871bfac302731 c29a0188dc9e7157427053546b5e9d0af82a3f4c db018d37310cf32193c6a083607d01bf9276b5af

Package: libregexp-common-perl
Priority: optional
Section: perl
Installed-Size: 529
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: all
Version: 2017060201-3+apertis0bv2024dev2b1
Depends: perl:any
Filename: pool/target/libr/libregexp-common-perl/libregexp-common-perl_2017060201-3+apertis0bv2024dev2b1_all.deb
Size: 175052
MD5sum: e379cf2d11cc979d4cd6fc12f09c6b69
SHA1: a5bca288a6c5348a21cea52e71c55253af8cd85a
SHA256: 4030934e4fe9e12ea5c13082d080b11f67cba828bded9e540c91a4e5fffbd3eb
SHA512: 005ae9ffeb2be2bc0e1c451d381a1e9067103f4c2e2ee5d0ef9c0d20c9527a8c9f0ca41e3b1c24b094c61f6e6bc8a1a4d01357fa17ce0f4481a0d5325ccfd4d0
Description: module with common regular expressions
 Regexp::Common is a Perl module that exports a single hash ('%RE') that
 stores or generates commonly needed regular expressions.
 .
 The module currently provides the following patterns:
 .
   * balanced parentheses and brackets
   * delimited text (with escapes)
   * integers and floating-point numbers in any base (up to 36)
   * comments in 44 languages
   * offensive language
   * lists of any pattern
   * IPv4 and IPv6 addresses
   * URIs
   * Zip codes
Homepage: https://metacpan.org/release/Regexp-Common
Multi-Arch: foreign

Package: librhosydd-0-4
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: librhosydd-0-6
Filename: pool/target/r/rhosydd/librhosydd-0-4_0.2024.0bv2024dev2b1_arm64.deb
Size: 8420
MD5sum: f33a7694df05cdd9bfa2dfc64d84fed0
SHA1: 89891213f991466dff97e35751916c70f41ec1e0
SHA256: 7166c276c992d046cf3987be34e97e7ef5a1f88020720d40c1957475d42ca068
SHA512: 2f1a6a0a2a7f18148c6bcba4135213ffba1f0caa70c9f436aa00aacfc9e573cba659a05629536dc6dc3ca3099c19400e9537bec1fcd3db94361b3ae4e6016c41
Description: This is a transitional package. It can safely be removed.
 .
 This is a transitional package for librhosydd.
Multi-Arch: same

Package: librhosydd-0-6
Priority: extra
Section: libs
Installed-Size: 166
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: librhosydd-0-4
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.59.0)
Breaks: librhosydd-0-4
Filename: pool/target/r/rhosydd/librhosydd-0-6_0.2024.0bv2024dev2b1_arm64.deb
Size: 32512
MD5sum: 07235b8b7b68efc7622a65614ce7408c
SHA1: 971f533d21ae1a17c9c70dea32b39f4e63c3bef7
SHA256: 03a80526ce260420e1af5785782e37e7f281569ef16c72c72a3869313ea88173
SHA512: 40c6b914f825cf3815bd778ecdf6f4e5548dc4f305026c0349b678ff0c0dfbe82eee7ad01e363c3a083a0f73b976bf081c1a068fee0df6e17fe2db24baac0dd5
Description: Sensors and actuators API - shared library
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains the shared library for use by general
 client applications. It is part of the SDK-API.
Multi-Arch: same

Package: librhosydd-0-6-dbgsym
Priority: optional
Section: debug
Installed-Size: 127
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: librhosydd-0-6 (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/librhosydd-0-6-dbgsym_0.2024.0bv2024dev2b1_arm64.deb
Size: 99584
MD5sum: f74fd812665e68df6ce6ee6701f6c5a3
SHA1: 846fb9aa5aabf089f0e828ee611a4c96a57c6581
SHA256: 09ce30528537fee3471ba4e142e0a805e22500e6e51dc7bb4ba82dfe79c9035f
SHA512: 1a0cee75037b2ac7b3dd0344fa31b1b489605e3bf170f18352f525f0fae15c847d3808d8b2df26e3f8bc837514814ff70906df6b5a6efb7516b24f5a7c55dccf
Description: debug symbols for librhosydd-0-6
Auto-Built-Package: debug-symbols
Build-Ids: 78a96cf14e85dcea76af3486b05c555df61b6a3f
Multi-Arch: same

Package: librhosydd-0-dev
Priority: extra
Section: libdevel
Installed-Size: 417
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: gir1.2-rhosydd-0 (= 0.2024.0bv2024dev2b1), librhosydd-0-6 (= 0.2024.0bv2024dev2b1), libglib2.0-dev
Suggests: librhosydd-0-doc
Filename: pool/target/r/rhosydd/librhosydd-0-dev_0.2024.0bv2024dev2b1_arm64.deb
Size: 55608
MD5sum: 73f0cf1949dc17a480dff136bbd74b0e
SHA1: 16c413f0c6ddae11c282645d4d4c6f34c847fa4d
SHA256: d33bfda3d4589db63d5bfdabf4f3c16fad6bf1693ee34a71f43340a100543e4d
SHA512: 676f44e02198b4b722f708fa663ea480f5cde2a94cb2819d1d3ddc683a93bd4e9cf5f3617ae8780bcf94a280afc229ec689f0e534cef1878fd7a205043b675be
Description: Sensors and actuators API - development library
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains the development files for use by general
 client applications. It is part of the SDK-API.
Multi-Arch: same

Package: librhosydd-0-doc
Priority: extra
Section: doc
Installed-Size: 428
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Filename: pool/target/r/rhosydd/librhosydd-0-doc_0.2024.0bv2024dev2b1_all.deb
Size: 40528
MD5sum: fcda0cbd08eeada6eeb0005376e14feb
SHA1: 2443dc887b013abd92ee1264061b6fe68985e32e
SHA256: a1dacdac0731b38392d19e6498bab65f5e57eafad6996b2759517edf8f22537a
SHA512: f57459ec9d2f3f3bcb87ed9d5562d47dcec8d805a21760f12492710adb1bb9ea648239a69c3fe52e88ef7a79f9b2e6d58e67bfe8fa74649dd435aa39429be0b5
Description: Sensors and actuators API - documentation
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains reference documentation for the APIs used
 by general client applications.
Multi-Arch: foreign

Package: librhosydd-0-tests
Priority: extra
Section: misc
Installed-Size: 442
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: librhosydd-0-6 (= 0.2024.0bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.58.2)
Filename: pool/target/r/rhosydd/librhosydd-0-tests_0.2024.0bv2024dev2b1_arm64.deb
Size: 36648
MD5sum: 707e5c06e8ab624a4afcae307c48ea9b
SHA1: 1c2c6130b3004fc252c8a811591c09d04fca2d19
SHA256: 4b7b20ea9f8c18c5c9a340db46f770ecb8bc063993161eade572df51f75617d7
SHA512: 6cde13f4295cd1d8e7611285db084607c75cc0d6f83fd443a02677045cf889b95f06cc6b22dff7014fd927811eaa2c816a7f530f28713d6d871206307e4254d4
Description: Sensors and actuators API - tests
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains unit tests for the APIs used by general
 client applications.

Package: librhosydd-0-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 147
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: librhosydd-0-tests (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/librhosydd-0-tests-dbgsym_0.2024.0bv2024dev2b1_arm64.deb
Size: 82988
MD5sum: 616f386be73828daa6f7d34166e235bd
SHA1: 1301779fd5e5b38a7d0549891000be43d807ee95
SHA256: 6d453cfbba41f3137bb9fccf5214bf32b4892a62fafd049c8300b3b46a359dde
SHA512: 866d300e9406d44acb0c3c2eba9bad0bdede1feeff6fea421bbe75d00ec428fc72ae9e71832165f8dadfbc2f7af5dac45e8330b20a49ce974adba52854221041
Description: debug symbols for librhosydd-0-tests
Auto-Built-Package: debug-symbols
Build-Ids: 057c28be3fe632b130b3944f723c5fbe297813b7 53740c582638ee916ef1d5ca6624363cadb1c851 97b49de59eba31eb497e5ac5bd1641efb5ea44d9 9ee2939947e4135a6697c70a7744d7c7eca2c5b1 b45ebf268d15eeb7f3563431ec9cfd7b88ccea13 c1ff6506a15b9eddbd2d034660cf071c6bc8210c

Package: libroken19-heimdal
Priority: optional
Section: libs
Installed-Size: 178
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.36), libcrypt1 (>= 1:4.1.0)
Filename: pool/target/h/heimdal/libroken19-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 50780
MD5sum: 7608e22fc561660714508251e6c46086
SHA1: ef9a4306a356659f1117aee19e742a0d7fcaee9f
SHA256: 336afd729d698ab9e997fb57311777e07fcf133100b183d8a1836f8cf9464bc0
SHA512: e1740c44588e5253f9fe925db8334738dff28fbe7a1fd56feaa4811ac8860081046cdb04d35ab94f3125c46f56a858d9a083893a129e2dca726b4e4f2b8e93d8
Description: Heimdal Kerberos - roken support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for roken support.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libroken19-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 172
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libroken19-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libroken19-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 145836
MD5sum: 6045ad4e8c8c3ca857f9adeb2e54d8db
SHA1: 37a641b06c7d4a7749a295724731478fd7f3ec3b
SHA256: f03cad41e3c6326e72766acbd1d5eda541ba4ee7a73b427c1d58503acd9ee959
SHA512: 39d8906913a180f85cf8fcbf481ecddf97e5c08c4a915f17219c45100ac12031b03034fe94c5a29d1f191ec30d0586e86f149ba76437cad57fc6d3dbd9eeed75
Description: debug symbols for libroken19-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: ffaf8720d502e6274793e14ece6d542d3e9b1325
Multi-Arch: same

Package: librsvg2-2
Priority: optional
Section: libs
Installed-Size: 9750
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libcairo-gobject2 (>= 1.12.16), libcairo2 (>= 1.15.12), libgcc-s1 (>= 4.2), libgdk-pixbuf-2.0-0 (>= 2.31.1), libglib2.0-0 (>= 2.50.0), libpango-1.0-0 (>= 1.48.11), libpangocairo-1.0-0 (>= 1.48.11), libxml2 (>= 2.9.0)
Recommends: librsvg2-common
Suggests: librsvg2-bin
Filename: pool/target/libr/librsvg/librsvg2-2_2.54.5+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 2299868
MD5sum: 0292530d66026295202ff1d2de657dd4
SHA1: 4ad6feb98cb99cab45c7126dc56c88f1987ca2fc
SHA256: cfb5cc5a0e4eeeb889fa8064b7d5b9f1538ef4616473fcc708bb4e9ab76b945a
SHA512: ba049b1939e8a64f6097de1000eac0ce899aa103b058382b5159a320930d0c4063f85079d8e9b5b904e01e5589e9c967124c60341f7092d24aeb1c77862bcd95
Description: SAX-based renderer library for SVG files (runtime)
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 (SVG) pictures.
 .
 This package contains the runtime library, necessary to run
 applications using librsvg.
Homepage: https://wiki.gnome.org/Projects/LibRsvg
Multi-Arch: same

Package: librsvg2-2-dbgsym
Priority: optional
Section: debug
Installed-Size: 10917
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: librsvg2-2 (= 2.54.5+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/libr/librsvg/librsvg2-2-dbgsym_2.54.5+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 3581532
MD5sum: 6ed89a35ebac33efbe55e5c78abdfc41
SHA1: 51f898c3cb88870219e606112dda1f74f11b04ed
SHA256: 61f350dc285f9ba4d89a297e584060f5e8cbaecf0d1ef74bef9f1f87c7001cc2
SHA512: 88058dfc1cd66771c636d2a7eeff9ae7c3a97ae62d471f692bebd38a2108815837a5d557cc361654c2ecfd45dec567824b3f2c3e16fb364f1dc553cabcfa27f1
Description: debug symbols for librsvg2-2
Auto-Built-Package: debug-symbols
Build-Ids: e677eeceb911145483c86e035a55ea5b82d49a8a
Multi-Arch: same

Package: librsvg2-bin
Priority: optional
Section: graphics
Installed-Size: 5074
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: librsvg2-2 (>= 2.54.5+dfsg-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libcairo2 (>= 1.15.10), libgcc-s1 (>= 4.2), libgdk-pixbuf-2.0-0 (>= 2.25.2), libglib2.0-0 (>= 2.50.0), libpango-1.0-0 (>= 1.48.11), libpangocairo-1.0-0 (>= 1.48.11), libxml2 (>= 2.9.0)
Filename: pool/target/libr/librsvg/librsvg2-bin_2.54.5+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 1417284
MD5sum: 5603d122ed9d7c0041d08eff55183ffd
SHA1: 84ea734f54d98db8c412bdee4d17e054f030bb60
SHA256: e765e1f18ca4c48cc1dadb00442a90abc941da5ce81b5e508951f2f0f83d2253
SHA512: 2d9dcdb00322d79b5605d07fa041b16a09785e6ec52e4f6c10661a7cb58a4f75059eb8c80b8c54f54b110579f05c042843d421f31d476cfe66cfafa755cdc2eb
Description: command-line utility to convert SVG files
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 (SVG) pictures.
 .
 This package includes a command-line utility to convert the SVG files
 to the PNG format.
Homepage: https://wiki.gnome.org/Projects/LibRsvg
Multi-Arch: foreign

Package: librsvg2-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 3854
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: librsvg2-bin (= 2.54.5+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/libr/librsvg/librsvg2-bin-dbgsym_2.54.5+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 1362104
MD5sum: 61dce844c6b106a8c8327fa74b3115a8
SHA1: 1bceeacca33a6e5d76633d0053f485b11ae2ac3a
SHA256: 0444fab345833af5a903f82514aee705d416cf0bbdfa5490bd96c4225dc9f2cd
SHA512: 9d636d14d32d6d809014a73ec0b2d0119c145cfec553c7c0466161f48feef15a8f719dca27b8cdfd8c839e99ab2ea82d7d67494f7618a8e77ef869230117c418
Description: debug symbols for librsvg2-bin
Auto-Built-Package: debug-symbols
Build-Ids: c73765d3557669b1067080afc8a5ff4e5274f13c

Package: librsvg2-common
Priority: optional
Section: libs
Installed-Size: 138
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: librsvg2-2 (= 2.54.5+dfsg-1+apertis0bv2024dev3b1), libgdk-pixbuf-2.0-0 (>= 2.23.5-2), libglib2.0-0 (>= 2.50.0)
Filename: pool/target/libr/librsvg/librsvg2-common_2.54.5+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 30844
MD5sum: a50a79096dbd091c16ce29ad95eef2f4
SHA1: ff5fda0155eb1a36231be708365dee2d0e56b6a4
SHA256: 06bf4163a61c2cf8ed19c0aaa9d97fe46f8267085f7d16197387c3f0f90b789c
SHA512: 772cd8819e186712c58f845f96fe71262d7f21901d37d4175859ae3cba01ce4dacbd0108c93546f56d9eb6bdab8e4d819f37fdfd1b6c46eef6c4a29090bca7a5
Description: SAX-based renderer library for SVG files (extra runtime)
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 (SVG) pictures.
 .
 This package includes the gdk-pixbuf loader allowing
 to load SVG images transparently inside GTK+ applications.
Homepage: https://wiki.gnome.org/Projects/LibRsvg
Multi-Arch: same

Package: librsvg2-common-dbgsym
Priority: optional
Section: debug
Installed-Size: 23
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: librsvg2-common (= 2.54.5+dfsg-1+apertis0bv2024dev3b1)
Filename: pool/target/libr/librsvg/librsvg2-common-dbgsym_2.54.5+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 8832
MD5sum: 1d10f49685002bc3c66635af9a3c3eb7
SHA1: 8cf2b33e90365b1af94862d2768f591da815aeaf
SHA256: 13be81e18d4ce0a6aee7b1a88aad3e36dd9d84fb7d984e7112acc8632166d025
SHA512: be6ec1ee7b3e6ae51728ca4703b204576a13186d18c328d9d2f91ec38f4eddcfc390af0b2ee10fbaeeabe82cdd35b5f54b20f414e8e390c9ced7b1a3d891253f
Description: debug symbols for librsvg2-common
Auto-Built-Package: debug-symbols
Build-Ids: a6731fc39694b5c487dff59514ee0bf930acace4
Multi-Arch: same

Package: librsvg2-dev
Priority: optional
Section: libdevel
Installed-Size: 305
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Depends: gir1.2-rsvg-2.0 (= 2.54.5+dfsg-1+apertis0bv2024dev3b1), libcairo2-dev (>= 1.2.0), libgdk-pixbuf-2.0-dev (>= 2.23.5-2), libglib2.0-dev (>= 2.50.0), librsvg2-2 (= 2.54.5+dfsg-1+apertis0bv2024dev3b1), librsvg2-common (= 2.54.5+dfsg-1+apertis0bv2024dev3b1)
Suggests: librsvg2-doc
Filename: pool/target/libr/librsvg/librsvg2-dev_2.54.5+dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 65560
MD5sum: 4c3448330ee0de7953cbc87c3c738ea2
SHA1: c94877862b029bf77c1f91214ca3aae389821b79
SHA256: 5f4e43163741e6c4fa15c1db6b6909c1d33ab08f62265c485718709a64ea984b
SHA512: acb6b022881d12407f2988f4a06444d73fbeef9a368dc6745286a943aea4cd44473d386c9ac002156051aaf9156387b3b0e5c7e01fa0df2d3f9609314f6446df
Description: SAX-based renderer library for SVG files (development)
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 (SVG) pictures.
 .
 This package provides the necessary development libraries and include
 files to allow you to develop with librsvg.
Homepage: https://wiki.gnome.org/Projects/LibRsvg
Multi-Arch: same

Package: librsvg2-doc
Priority: optional
Section: doc
Installed-Size: 836
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: librsvg
Version: 2.54.5+dfsg-1+apertis0bv2024dev3b1
Suggests: devhelp
Filename: pool/target/libr/librsvg/librsvg2-doc_2.54.5+dfsg-1+apertis0bv2024dev3b1_all.deb
Size: 80976
MD5sum: 0acfc8b62b29058ea50da6140c444072
SHA1: 32233238c5516a5716c9f85bed81f7b78eff3c4f
SHA256: 65d5e6a8bc82a5c80c53c99aae91c615e1caa9d6e760cfd7e8b59f9ae946b22e
SHA512: 8a9f6b95597d740bb3ab2f037ac68b5eabafd539b2f6125aca57ef180a9907deffc8ab3fd099740a7e67a445333d7e9edbd3bf1100aaa4a38b7be07a4d21231e
Description: SAX-based renderer library for SVG files (documentation)
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 (SVG) pictures.
 .
 This package provides the API documentation.
Homepage: https://wiki.gnome.org/Projects/LibRsvg
Multi-Arch: foreign

Package: librust-aes-dev
Priority: optional
Section: rust
Installed-Size: 171
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-aes
Version: 0.6.0-1+apertis1bv2024dev2b1
Provides: librust-aes+default-dev (= 0.6.0-1+apertis1bv2024dev2b1), librust-aes-0+default-dev (= 0.6.0-1+apertis1bv2024dev2b1), librust-aes-0-dev (= 0.6.0-1+apertis1bv2024dev2b1), librust-aes-0.6+default-dev (= 0.6.0-1+apertis1bv2024dev2b1), librust-aes-0.6-dev (= 0.6.0-1+apertis1bv2024dev2b1), librust-aes-0.6.0+default-dev (= 0.6.0-1+apertis1bv2024dev2b1), librust-aes-0.6.0-dev (= 0.6.0-1+apertis1bv2024dev2b1)
Depends: librust-aes-soft-0.6+default-dev, librust-cipher-0.2+default-dev
Filename: pool/target/r/rust-aes/librust-aes-dev_0.6.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 85864
MD5sum: 79ac5ccd634d86a1acf593341031be61
SHA1: 2c9bd6ad015bfe532c0700c1a15da207d820f663
SHA256: 052f5ceb04918f875bb2b1069ce39383804057e8d862808a4f63a3fc47970726
SHA512: e480bddd52a07d172238727404f2e6ea0fb5856dca5920a854fc2fe7052068ba12894c95e9f75256b268eb290914d671e5448bfdea3c62417a28874663fe179b
Description: Facade for AES (Rijndael) block ciphers implementations - Rust source code
 This package contains the source for the Rust aes crate, packaged by debcargo
 for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-aes-soft-dev
Priority: optional
Section: rust
Installed-Size: 245
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-aes-soft
Version: 0.6.4-1+apertis1bv2024dev2b1
Provides: librust-aes-soft+default-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft+semi-fixslice-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0+default-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0+semi-fixslice-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0.6+default-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0.6+semi-fixslice-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0.6-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0.6.4+default-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0.6.4+semi-fixslice-dev (= 0.6.4-1+apertis1bv2024dev2b1), librust-aes-soft-0.6.4-dev (= 0.6.4-1+apertis1bv2024dev2b1)
Depends: librust-cipher-0.2+default-dev, librust-opaque-debug-0.3+default-dev
Filename: pool/target/r/rust-aes-soft/librust-aes-soft-dev_0.6.4-1+apertis1bv2024dev2b1_arm64.deb
Size: 91840
MD5sum: 2e3c24a3607871a74dfcf3f215dc647d
SHA1: d8095144b979e05a27806183ba64f7983a2daccb
SHA256: 90359895f41a40af56b68bdb9629f3b43fc6036ae23fe801ec2803ad0b076a72
SHA512: 101c22fadab426d811e6d7b9f581b877ffb9e68c41e51567073093da1f26294443a0f7680043ca9c9ae12b7eaeb019d580a028247be90147e1a0676bd32c82b7
Description: AES (Rijndael) block ciphers bit-sliced implementation - Rust source code
 This package contains the source for the Rust aes-soft crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-ahash-dev
Priority: optional
Section: rust
Installed-Size: 169
Maintainer: Jonas Smedegaard <dr@jones.dk>
Architecture: all
Source: rust-ahash
Version: 0.7.6-7+apertis1bv2024dev2b1
Provides: librust-ahash-0-dev (= 0.7.6-7+apertis1bv2024dev2b1), librust-ahash-0.7+compile-time-rng-dev (= 0.7.6-7+apertis1bv2024dev2b1), librust-ahash-0.7+default-dev (= 0.7.6-7+apertis1bv2024dev2b1), librust-ahash-0.7+std-dev (= 0.7.6-7+apertis1bv2024dev2b1), librust-ahash-0.7-dev (= 0.7.6-7+apertis1bv2024dev2b1), librust-ahash-0.7.6-dev (= 0.7.6-7+apertis1bv2024dev2b1)
Depends: librust-const-random-0.1+default-dev (>= 0.1.8), librust-getrandom-0.2+default-dev (>= 0.2.3), librust-once-cell-1+alloc-dev (>= 1.8), librust-version-check-0.9+default-dev
Filename: pool/target/r/rust-ahash/librust-ahash-dev_0.7.6-7+apertis1bv2024dev2b1_all.deb
Size: 33072
MD5sum: 152d17d52ebd0f6e1c6c3c6b57f0d5f1
SHA1: c18ad18c2996f32bcc13319fb6bc4ddb3d070113
SHA256: af80ed55c854f93a4616202118e01a4e0c0463924bf9847a320088b3eebede9a
SHA512: ae5c4a3dfcc43ae36b8f2ca0f5b6fbcf151476287ff0fccaf67cfeb614d9a01c445367a4355478b15a4d4457dcfcabdfcb682ca0885c9baeec4ebca1fef19c0e
Description: non-cryptographic hash function - Rust source code
 AHash is the fastest, DOS resistant hash currently available in Rust.
 AHash is intended *exclusively* for use in in-memory hashmaps.
 .
 AHash's output is of high quality
 but aHash is **not** a cryptographically secure hash.
 .
 This package contains the source for the Rust ahash crate,
 packaged for use with cargo and dh-cargo.
Homepage: https://github.com/tkaitchuck/ahash
Multi-Arch: foreign

Package: librust-ascii-canvas-dev
Priority: optional
Section: rust
Installed-Size: 53
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-ascii-canvas
Version: 2.0.0-2+apertis2bv2024dev2b1
Provides: librust-ascii-canvas+default-dev (= 2.0.0-2+apertis2bv2024dev2b1), librust-ascii-canvas-2+default-dev (= 2.0.0-2+apertis2bv2024dev2b1), librust-ascii-canvas-2-dev (= 2.0.0-2+apertis2bv2024dev2b1), librust-ascii-canvas-2.0+default-dev (= 2.0.0-2+apertis2bv2024dev2b1), librust-ascii-canvas-2.0-dev (= 2.0.0-2+apertis2bv2024dev2b1), librust-ascii-canvas-2.0.0+default-dev (= 2.0.0-2+apertis2bv2024dev2b1), librust-ascii-canvas-2.0.0-dev (= 2.0.0-2+apertis2bv2024dev2b1)
Depends: librust-term-0.5+default-dev
Filename: pool/target/r/rust-ascii-canvas/librust-ascii-canvas-dev_2.0.0-2+apertis2bv2024dev2b1_arm64.deb
Size: 12164
MD5sum: c1752b80186b08bcef1148fe403dc052
SHA1: f9cefbb035963125fdf7217065c44d34dcf8b014
SHA256: 81c5e127de1070cca5cdb086e52a0c5b7dbed726b92bf78f7722b7fadc5d0009
SHA512: 7a6c136c2d6bba01c391eb1aea5bb44e70369a2903175e6377a6b70ffaea177587090e9512bf5fe2243a715aca498ba89245f0747a77f0044448f9144a79103f
Description: Simple canvas for drawing lines and styled text and emitting to the terminal - Rust source code
 This package contains the source for the Rust ascii-canvas crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-base64-dev
Priority: optional
Section: rust
Installed-Size: 303
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-base64
Version: 0.13.0-1+apertis0bv2024dev2b1
Provides: librust-base64+alloc-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64+default-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64+std-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64-0+alloc-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64-0+default-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64-0+std-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64-0-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64-0.13+alloc-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64-0.13+default-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64-0.13+std-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64-0.13-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64-0.13.0+alloc-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64-0.13.0+default-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64-0.13.0+std-dev (= 0.13.0-1+apertis0bv2024dev2b1), librust-base64-0.13.0-dev (= 0.13.0-1+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-base64/librust-base64-dev_0.13.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 46992
MD5sum: ff4f01d54bb32debcc7fd3fb160fbc9c
SHA1: 304f0e6285393a11fef37b48e4e11079b5a18533
SHA256: c10b6426cc885a25c7df394171a34c2e25690d65d661b9fddb0947fe539812f0
SHA512: 1d228aa74ebb098b305127c1f18061c9c03395e801488340cc2c85be9733e6281977dee85063ceba0bfb9aa4edcc0e3ab7068111c73610b17eb06b225a18aa26
Description: Encodes and decodes base64 as bytes or utf8 - Rust source code
 This package contains the source for the Rust base64 crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-base64ct-dev
Priority: optional
Section: rust
Installed-Size: 138
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-base64ct
Version: 1.5.1-1+apertis1bv2024dev2b1
Provides: librust-base64ct+alloc-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct+default-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct+std-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1+alloc-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1+default-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1+std-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5+alloc-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5+default-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5+std-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5.1+alloc-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5.1+default-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5.1+std-dev (= 1.5.1-1+apertis1bv2024dev2b1), librust-base64ct-1.5.1-dev (= 1.5.1-1+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-base64ct/librust-base64ct-dev_1.5.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 28776
MD5sum: 41633e7484fd23c9f08920de0f963d7a
SHA1: 9e8d64ffde89100af80e69f5bf6853f5da8d14e3
SHA256: 8fc294d60efe55207899f89809c54f0f432da16eb3dc83585140528cfa685c01
SHA512: 59a9b2ca6dc78d64052e0c5572d42388d8bfb1cf00f516b4707ee89e7caff74034a891919ce62ef081b8d9b0826ce767e0fa9b69d12eba79090ee4cd6d6fa13d
Description: Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support - Rust source code
 This package contains the source for the Rust base64ct crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-blake3-dev
Priority: optional
Section: rust
Installed-Size: 1429
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-blake3
Version: 1.3.1-1+apertis1bv2024dev2b1
Provides: librust-blake3+default-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3+digest-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3+neon-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3+no-avx2-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3+no-avx512-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3+no-neon-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3+no-sse2-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3+no-sse41-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3+prefer-intrinsics-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3+pure-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3+rayon-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3+std-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3+traits-preview-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1+default-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1+digest-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1+neon-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1+no-avx2-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1+no-avx512-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1+no-neon-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1+no-sse2-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1+no-sse41-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1+prefer-intrinsics-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1+pure-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1+rayon-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1+std-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1+traits-preview-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3+default-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3+digest-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3+neon-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3+no-avx2-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3+no-avx512-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3+no-neon-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3+no-sse2-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3+no-sse41-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3+prefer-intrinsics-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3+pure-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3+rayon-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3+std-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3+traits-preview-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1+default-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1+digest-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1+neon-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1+no-avx2-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1+no-avx512-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1+no-neon-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1+no-sse2-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1+no-sse41-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1+prefer-intrinsics-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1+pure-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1+rayon-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1+std-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1+traits-preview-dev (= 1.3.1-1+apertis1bv2024dev2b1), librust-blake3-1.3.1-dev (= 1.3.1-1+apertis1bv2024dev2b1)
Depends: librust-arrayref-0.3+default-dev (>= 0.3.5-~~), librust-arrayvec-0.7-dev, librust-cc-1+default-dev (>= 1.0.4-~~), librust-cfg-if-1+default-dev, librust-constant-time-eq-0.1+default-dev (>= 0.1.5-~~), librust-digest-0.10+default-dev (>= 0.10.1-~~), librust-digest-0.10+mac-dev (>= 0.10.1-~~), librust-digest-0.10+std-dev (>= 0.10.1-~~), librust-rayon-1+default-dev (>= 1.1.0-~~)
Filename: pool/target/r/rust-blake3/librust-blake3-dev_1.3.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 100056
MD5sum: 827940609fdf29b77fa5cbed780441a8
SHA1: c13bce2c70cc5b1ae2e4cc9766d2f0f31b0aad6d
SHA256: 81e215e2e5422cae6bc2791ad5ee79a8e1d00dcc7155be96525112e7ee00b792
SHA512: 322107329cd47c6e0e83d056df64953330108a3d2bba3b4dbf5ab51a214ec786b2b36dc716de745571d89a13412e0f69de6f8e83b83b36bee36431a494af03ae
Description: BLAKE3 hash function - Rust source code
 This package contains the source for the Rust blake3 crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-buffered-reader-dev
Priority: optional
Section: rust
Installed-Size: 226
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-buffered-reader
Version: 1.1.4-1+apertis0bv2024dev2b1
Provides: librust-buffered-reader+bzip2-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader+compression-bzip2-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader+compression-deflate-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader+compression-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader+default-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader+flate2-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1+bzip2-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1+compression-bzip2-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1+compression-deflate-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1+compression-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1+default-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1+flate2-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1+bzip2-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1+compression-bzip2-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1+compression-deflate-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1+compression-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1+default-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1+flate2-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1.4+bzip2-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1.4+compression-bzip2-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1.4+compression-deflate-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1.4+compression-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1.4+default-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1.4+flate2-dev (= 1.1.4-1+apertis0bv2024dev2b1), librust-buffered-reader-1.1.4-dev (= 1.1.4-1+apertis0bv2024dev2b1)
Depends: librust-bzip2-0.4+default-dev, librust-flate2-1+default-dev (>= 1.0.1-~~), librust-lazy-static-1+default-dev (>= 1.4-~~), librust-libc-0.2+default-dev (>= 0.2.66-~~)
Filename: pool/target/r/rust-buffered-reader/librust-buffered-reader-dev_1.1.4-1+apertis0bv2024dev2b1_arm64.deb
Size: 35588
MD5sum: 7fcb0cf5b412c67ae925a1d26e079288
SHA1: 07e5ef037c1f75e782b516dfb7bb82600f841ed1
SHA256: 85ae917329eb76e8ee489f250fb150605fb54d430e1c5c82ab84b3aed2de7c2f
SHA512: 249fee338b80ee04936290e87c9366b59ad083ffedb58d07bba8920bf6726b98d3f44d7f78bc9ed74c25be79b097e3f768b6f9ab9be8d2c997748bcae78e6ccd
Description: Super-powered Reader - Rust source code
 This package contains the source for the Rust buffered-reader crate, packaged
 by debcargo for use with cargo and dh-cargo.
Homepage: https://sequoia-pgp.org/
Multi-Arch: same

Package: librust-bzip2-dev
Priority: optional
Section: rust
Installed-Size: 113
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-bzip2
Version: 0.4.4-1+apertis0bv2024dev2b1
Provides: librust-bzip2+default-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2+static-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0+default-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0+static-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0.4+default-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0.4+static-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0.4-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0.4.4+default-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0.4.4+static-dev (= 0.4.4-1+apertis0bv2024dev2b1), librust-bzip2-0.4.4-dev (= 0.4.4-1+apertis0bv2024dev2b1)
Depends: librust-bzip2-sys-0.1+default-dev (>= 0.1.11-~~), librust-bzip2-sys-0.1+static-dev (>= 0.1.11-~~), librust-libc-0.2+default-dev
Filename: pool/target/r/rust-bzip2/librust-bzip2-dev_0.4.4-1+apertis0bv2024dev2b1_arm64.deb
Size: 34612
MD5sum: 8eb89df05ccec8a457428344cbda39f4
SHA1: c7f144741108a6604f236aeb40967f80ac4e5b9a
SHA256: 6621eb519070c44b6002672c2bbd3a25843422f15cbe5fc539d1a863a9781821
SHA512: 5a38a634d8905df6f0f80b9aa98568e9c590d383dbc7f276fcff89a03c8738d7ce84507b197604e0b382864c1076afc7045dad9e4a595554f2806017cc67dc3a
Description: Bindings to libbzip2 (compression & decompression) - Rust source code
 This package contains the source for the Rust bzip2 crate, packaged by debcargo
 for use with cargo and dh-cargo.
Homepage: https://github.com/alexcrichton/bzip2-rs
Multi-Arch: same

Package: librust-bzip2-sys-dev
Priority: optional
Section: rust
Installed-Size: 38
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-bzip2-sys
Version: 0.1.11-1+apertis0bv2024dev2b1
Provides: librust-bzip2-sys+default-dev (= 0.1.11-1+apertis0bv2024dev2b1), librust-bzip2-sys+static-dev (= 0.1.11-1+apertis0bv2024dev2b1), librust-bzip2-sys-0+default-dev (= 0.1.11-1+apertis0bv2024dev2b1), librust-bzip2-sys-0+static-dev (= 0.1.11-1+apertis0bv2024dev2b1), librust-bzip2-sys-0-dev (= 0.1.11-1+apertis0bv2024dev2b1), librust-bzip2-sys-0.1+default-dev (= 0.1.11-1+apertis0bv2024dev2b1), librust-bzip2-sys-0.1+static-dev (= 0.1.11-1+apertis0bv2024dev2b1), librust-bzip2-sys-0.1-dev (= 0.1.11-1+apertis0bv2024dev2b1), librust-bzip2-sys-0.1.11+default-dev (= 0.1.11-1+apertis0bv2024dev2b1), librust-bzip2-sys-0.1.11+static-dev (= 0.1.11-1+apertis0bv2024dev2b1), librust-bzip2-sys-0.1.11-dev (= 0.1.11-1+apertis0bv2024dev2b1)
Depends: librust-cc-1+default-dev, librust-libc-0.2+default-dev, librust-pkg-config-0.3+default-dev (>= 0.3.9-~~), libbz2-dev
Filename: pool/target/r/rust-bzip2-sys/librust-bzip2-sys-dev_0.1.11-1+apertis0bv2024dev2b1_arm64.deb
Size: 9340
MD5sum: c74bdb1afe058d871aa303069a615ad2
SHA1: e92797be204e4822574092ca7a794fb78dd2ee79
SHA256: 9ece89d85dcfe52b5a49697c0e8dda76a04ca69f48eff412c422219a353d7fb8
SHA512: b9837f963f27f58f00d18b2fd2735c9d7558260c67b41ee4f4eed78356dc066a6c95882d0e876c7a9e9b9fa0bd5878acd64e6e77acf645517d2dc34a6d679cd9
Description: libbzip2 bindings for compression and decompression - Rust source code
 This package contains the source for the Rust bzip2-sys crate, packaged by
 debcargo for use with cargo and dh-cargo.
Homepage: https://github.com/alexcrichton/bzip2-rs
Multi-Arch: same

Package: librust-cipher-dev
Priority: optional
Section: rust
Installed-Size: 78
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-cipher
Version: 0.2.5-2+apertis1bv2024dev2b1
Provides: librust-cipher+default-dev (= 0.2.5-2+apertis1bv2024dev2b1), librust-cipher+std-dev (= 0.2.5-2+apertis1bv2024dev2b1), librust-cipher-0+default-dev (= 0.2.5-2+apertis1bv2024dev2b1), librust-cipher-0+std-dev (= 0.2.5-2+apertis1bv2024dev2b1), librust-cipher-0-dev (= 0.2.5-2+apertis1bv2024dev2b1), librust-cipher-0.2+default-dev (= 0.2.5-2+apertis1bv2024dev2b1), librust-cipher-0.2+std-dev (= 0.2.5-2+apertis1bv2024dev2b1), librust-cipher-0.2-dev (= 0.2.5-2+apertis1bv2024dev2b1), librust-cipher-0.2.5+default-dev (= 0.2.5-2+apertis1bv2024dev2b1), librust-cipher-0.2.5+std-dev (= 0.2.5-2+apertis1bv2024dev2b1), librust-cipher-0.2.5-dev (= 0.2.5-2+apertis1bv2024dev2b1)
Depends: librust-generic-array-0.14+default-dev
Filename: pool/target/r/rust-cipher/librust-cipher-dev_0.2.5-2+apertis1bv2024dev2b1_arm64.deb
Size: 15396
MD5sum: a5fc54fd6052f9304b13a7842ba910cb
SHA1: 246947400ae03882f1361aa30a6822b7d6d4701f
SHA256: 44aaa73f98c19414551645894d15a4b1a7233566de875e34783e57cd69d15033
SHA512: 0409412ae88ff2ab30af386712150e9b589a72e0fca2e590d2c0c66f7e72aed570b74444bd1577eab4ba68bb39a6df24c518f7583060f54bd3bbebcbffef527a
Description: Traits for describing block ciphers and stream ciphers - Rust source code
 This package contains the source for the Rust cipher crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-clap-complete-3-dev
Priority: optional
Section: rust
Installed-Size: 109
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-clap-complete-3
Version: 3.1.1-1+apertis1bv2024dev2b1
Replaces: librust-clap-complete-3.1.1-dev
Provides: librust-clap-complete+default-dev (= 3.1.1-1+apertis1bv2024dev2b1), librust-clap-complete-3+default-dev (= 3.1.1-1+apertis1bv2024dev2b1), librust-clap-complete-3.1+default-dev (= 3.1.1-1+apertis1bv2024dev2b1), librust-clap-complete-3.1-dev (= 3.1.1-1+apertis1bv2024dev2b1), librust-clap-complete-3.1.1+default-dev (= 3.1.1-1+apertis1bv2024dev2b1), librust-clap-complete-3.1.1-dev (= 3.1.1-1+apertis1bv2024dev2b1), librust-clap-complete-dev (= 3.1.1-1+apertis1bv2024dev2b1)
Depends: librust-clap-3+std-dev (>= 3.1.0-~~)
Breaks: librust-clap-complete-3.1.1-dev
Filename: pool/target/r/rust-clap-complete-3/librust-clap-complete-3-dev_3.1.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 21028
MD5sum: e72ceba59a02ea1f6f8d80c6d846f941
SHA1: 4c7b98d5c110d1db462e614b6a4b47d7c171c5ac
SHA256: 48c446f97092ca3fc4a6ee93d38ee135d71b457e1b40bbb61bdbf8a40c30e5c8
SHA512: 1a07293e96d0bae15fa512def2066a4aa7d961ccc116c5f406eddd8143b279d0f3feb4707e87fa8880bac6a68a96a289880937daa78a563eb3c8dac88cbc9462
Description: Generate shell completion scripts for your clap::Command - Rust source code
 This package contains the source for the Rust clap_complete crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-clap-complete-dev
Priority: optional
Section: rust
Installed-Size: 140
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-clap-complete
Version: 4.0.7-1+apertis1bv2024dev2b1
Provides: librust-clap-complete+default-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete+unstable-dynamic-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4+default-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4+unstable-dynamic-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4.0+default-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4.0+unstable-dynamic-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4.0-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4.0.7+default-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4.0.7+unstable-dynamic-dev (= 4.0.7-1+apertis1bv2024dev2b1), librust-clap-complete-4.0.7-dev (= 4.0.7-1+apertis1bv2024dev2b1)
Depends: librust-clap-4+derive-dev, librust-clap-4+std-dev, librust-clap-lex-0.3+default-dev, librust-is-executable-1+default-dev (>= 1.0.1-~~), librust-os-str-bytes-6+raw-os-str-dev, librust-pathdiff-0.2+default-dev (>= 0.2.1-~~), librust-shlex-1+default-dev (>= 1.1.0-~~), librust-unicode-xid-0.2+default-dev (>= 0.2.2-~~)
Filename: pool/target/r/rust-clap-complete/librust-clap-complete-dev_4.0.7-1+apertis1bv2024dev2b1_arm64.deb
Size: 27072
MD5sum: ce99e294637e785fc2dcd0ac2f5acc42
SHA1: 902f5d2c6f0df0e5da3a1d1cec4061c2ea9645af
SHA256: 69419431b1672c44f8aaf883f24b9eaa21231acdaa9dd3e29344080ee9c02d7d
SHA512: 96a593d339e7f710406393f3b493826ebcc0c428ef6dd1f47c828d9fd2cbe7e0d3c7f6b74a5b73c6e2968a037cbcef3f52a4711f46b136291080723b4ab7f48f
Description: Generate shell completion scripts for your clap::Command - Rust source code
 This package contains the source for the Rust clap_complete crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-clap-derive-dev
Priority: optional
Section: rust
Installed-Size: 179
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-clap-derive
Version: 4.0.21-1+apertis1bv2024dev2b1
Provides: librust-clap-derive+debug-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive+default-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive+deprecated-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive+raw-deprecated-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive+unstable-v5-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4+debug-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4+default-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4+deprecated-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4+raw-deprecated-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4+unstable-v5-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4.0+debug-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4.0+default-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4.0+deprecated-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4.0+raw-deprecated-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4.0+unstable-v5-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4.0-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4.0.21+debug-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4.0.21+default-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4.0.21+deprecated-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4.0.21+raw-deprecated-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4.0.21+unstable-v5-dev (= 4.0.21-1+apertis1bv2024dev2b1), librust-clap-derive-4.0.21-dev (= 4.0.21-1+apertis1bv2024dev2b1)
Depends: librust-heck-0.4+default-dev, librust-proc-macro-error-1+default-dev, librust-proc-macro2-1+default-dev (>= 1.0.42-~~), librust-quote-1+default-dev (>= 1.0.9-~~), librust-syn-1+default-dev (>= 1.0.74-~~), librust-syn-1+full-dev (>= 1.0.74-~~)
Filename: pool/target/r/rust-clap-derive/librust-clap-derive-dev_4.0.21-1+apertis1bv2024dev2b1_arm64.deb
Size: 26648
MD5sum: 4d840c1c599d95698988a95c1e5b7ed2
SHA1: ac647caeaa9d36f9942b4d11d1ba6b14be4996cd
SHA256: 2a2fde95176186ee277511ab882dfe6e6f2160eccbbae566dab21f036d897c1f
SHA512: 914ed1df5129488c76aeafc4daa14e9f5a5627e128f8c77951d1f9e07f22780ca22f276bab8a1260062c9d12b86af66885eca27820d0083bfae29b2bc0dd6bcc
Description: Parse command line argument by defining a struct, derive crate - Rust source code
 This package contains the source for the Rust clap_derive crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-conv-dev
Priority: optional
Section: rust
Installed-Size: 158
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-conv
Version: 0.3.3-1+apertis1bv2024dev2b1
Provides: librust-conv+default-dev (= 0.3.3-1+apertis1bv2024dev2b1), librust-conv-0+default-dev (= 0.3.3-1+apertis1bv2024dev2b1), librust-conv-0-dev (= 0.3.3-1+apertis1bv2024dev2b1), librust-conv-0.3+default-dev (= 0.3.3-1+apertis1bv2024dev2b1), librust-conv-0.3-dev (= 0.3.3-1+apertis1bv2024dev2b1), librust-conv-0.3.3+default-dev (= 0.3.3-1+apertis1bv2024dev2b1), librust-conv-0.3.3-dev (= 0.3.3-1+apertis1bv2024dev2b1)
Depends: librust-macro-attr-0.2+default-dev
Filename: pool/target/r/rust-conv/librust-conv-dev_0.3.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 22104
MD5sum: 9a989107c70a55bb23727cac585d7b6d
SHA1: 2e061ac671410b7b389b103b33511bc5da90e79e
SHA256: ac410a452873d16dc496adb01543e31663af149d2baf80300135a1e071682ad7
SHA512: eeaa2a901d1914ffb55f9d4dffee89badc523129676926f66fd3e90dd8fcc185b95f43901e6f340bbcdd27a8c71c4f737cf9da132120ea39049a531f52c3fff6
Description: Number of conversion traits with more specific semantics than those provided by 'as' or 'From'/'Into' - Rust source code
 This package contains the source for the Rust conv crate, packaged by debcargo
 for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-criterion-dev
Priority: optional
Section: rust
Installed-Size: 4648
Maintainer: Jonas Smedegaard <dr@jones.dk>
Architecture: all
Source: rust-criterion
Version: 0.3.6-4+apertis1bv2024dev2b1
Provides: librust-criterion-0-dev (= 0.3.6-4+apertis1bv2024dev2b1), librust-criterion-0.3+async-futures-dev (= 0.3.6-4+apertis1bv2024dev2b1), librust-criterion-0.3+async-smol-dev (= 0.3.6-4+apertis1bv2024dev2b1), librust-criterion-0.3+async-std-dev (= 0.3.6-4+apertis1bv2024dev2b1), librust-criterion-0.3+async-tokio-dev (= 0.3.6-4+apertis1bv2024dev2b1), librust-criterion-0.3+cargo-bench-support-dev (= 0.3.6-4+apertis1bv2024dev2b1), librust-criterion-0.3+csv-output-dev (= 0.3.6-4+apertis1bv2024dev2b1), librust-criterion-0.3+default-dev (= 0.3.6-4+apertis1bv2024dev2b1), librust-criterion-0.3+html-reports-dev (= 0.3.6-4+apertis1bv2024dev2b1), librust-criterion-0.3+stable-dev (= 0.3.6-4+apertis1bv2024dev2b1), librust-criterion-0.3-dev (= 0.3.6-4+apertis1bv2024dev2b1), librust-criterion-0.3.6-dev (= 0.3.6-4+apertis1bv2024dev2b1)
Depends: librust-async-std-1+default-dev (>= 1.9), librust-atty-0.2+default-dev, librust-cast-0.3+default-dev, librust-clap-2-dev (>= 2.33), librust-criterion-plot-0.4+default-dev, librust-csv-1+default-dev, librust-futures-0.3+executor-dev, librust-itertools-0.10+default-dev, librust-lazy-static-1+default-dev, librust-num-traits-0.2-dev, librust-oorandom-11+default-dev, librust-plotters-0.3+area-series-dev, librust-plotters-0.3+line-series-dev, librust-plotters-0.3+svg-backend-dev, librust-rayon-1+default-dev (>= 1.3), librust-regex-1+std-dev, librust-serde-1+default-dev, librust-serde-cbor-0.11+default-dev, librust-serde-derive-1+default-dev, librust-serde-json-1+default-dev, librust-smol-1-dev, librust-tinytemplate-1+default-dev (>= 1.1), librust-tokio-1+rt-dev, librust-walkdir-2+default-dev
Suggests: gnuplot-nox
Filename: pool/target/r/rust-criterion/librust-criterion-dev_0.3.6-4+apertis1bv2024dev2b1_all.deb
Size: 394776
MD5sum: 79448835f92dc5e07b2c2e1cea2a3ac1
SHA1: 554044de5c806a4fe75403f9bf475be629cb7de6
SHA256: ee79aa546ff88b3bf8924e6bb3a610139766423ebf6ad30049c7a3fab1d1fa99
SHA512: 05187243b4ca1ff79c2849ad50a7ef72ad5da4089858a2176f829c57fb3531357e541b8c8ca2d4a04e8317bc4e7e7f592465fa44969d3451ca7769327d87ff74
Description: statistics-driven micro-benchmarking - Rust source code
 Criterion.rs helps you write fast Rust code
 by detecting and measuring performance improvements or regressions,
 even small ones, quickly and accurately.
 You can optimize with confidence,
 knowing how each change affects the performance of your code.
 .
 This package contains the source for the Rust criterion crate,
 packaged for use with cargo and dh-cargo.
Homepage: https://bheisler.github.io/criterion.rs/book/index.html
Multi-Arch: foreign

Package: librust-diff-dev
Priority: optional
Section: rust
Installed-Size: 50
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-diff
Version: 0.1.12-1+apertis1bv2024dev2b1
Provides: librust-diff+default-dev (= 0.1.12-1+apertis1bv2024dev2b1), librust-diff-0+default-dev (= 0.1.12-1+apertis1bv2024dev2b1), librust-diff-0-dev (= 0.1.12-1+apertis1bv2024dev2b1), librust-diff-0.1+default-dev (= 0.1.12-1+apertis1bv2024dev2b1), librust-diff-0.1-dev (= 0.1.12-1+apertis1bv2024dev2b1), librust-diff-0.1.12+default-dev (= 0.1.12-1+apertis1bv2024dev2b1), librust-diff-0.1.12-dev (= 0.1.12-1+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-diff/librust-diff-dev_0.1.12-1+apertis1bv2024dev2b1_arm64.deb
Size: 10104
MD5sum: ec5930c69dd487e869618c23840f9e15
SHA1: aad4aeacda1e0a858fd03e35272bcfa21363f425
SHA256: f5a424c28ef8021d68e4f6854f778d38b98ab6258bc1fe70b0d93e1e5ac1c570
SHA512: 940cc63acb1ee7ad7b656fc2e4f545fd612765e079fa6d08cd6166f99a072d822082d11de5d8a7ae240d498ae60b56849df79692990257f61f16f30ac5f8e4db
Description: LCS based slice and string diffing implementation - Rust source code
 This package contains the source for the Rust diff crate, packaged by debcargo
 for use with cargo and dh-cargo.
Homepage: https://github.com/utkarshkukreti/diff.rs
Multi-Arch: same

Package: librust-dirs-dev
Priority: optional
Section: rust
Installed-Size: 72
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-dirs
Version: 4.0.0-1+apertis0bv2024dev2b1
Provides: librust-dirs+default-dev (= 4.0.0-1+apertis0bv2024dev2b1), librust-dirs-4+default-dev (= 4.0.0-1+apertis0bv2024dev2b1), librust-dirs-4-dev (= 4.0.0-1+apertis0bv2024dev2b1), librust-dirs-4.0+default-dev (= 4.0.0-1+apertis0bv2024dev2b1), librust-dirs-4.0-dev (= 4.0.0-1+apertis0bv2024dev2b1), librust-dirs-4.0.0+default-dev (= 4.0.0-1+apertis0bv2024dev2b1), librust-dirs-4.0.0-dev (= 4.0.0-1+apertis0bv2024dev2b1)
Depends: librust-dirs-sys-0.3+default-dev (>= 0.3.6-~~)
Filename: pool/target/r/rust-dirs/librust-dirs-dev_4.0.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 14192
MD5sum: 302b9e99b5d2c02e4dfd62acaaa1da4a
SHA1: 6d579c7d9ef92a03c51355c431092780166473c7
SHA256: 710d5795857583fe977a5a3479de8b38e24dc31be4cf73ba4a1e7a0c5ba01a4a
SHA512: 13f1cb1a67123de37d6ddc9171e4540aeb55ee4244e1fe11d80a2d8c20112fb02839dca14b3a1f6a668b3a630e715755201c61b873b4cc31a52e335379f95799
Description: low-level library for standard locations of directories - Rust source code
 This package contains the source for the Rust dirs crate, packaged by debcargo
 for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-dirs-sys-dev
Priority: optional
Section: rust
Installed-Size: 57
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-dirs-sys
Version: 0.3.7-1+apertis0bv2024dev2b1
Provides: librust-dirs-sys+default-dev (= 0.3.7-1+apertis0bv2024dev2b1), librust-dirs-sys-0+default-dev (= 0.3.7-1+apertis0bv2024dev2b1), librust-dirs-sys-0-dev (= 0.3.7-1+apertis0bv2024dev2b1), librust-dirs-sys-0.3+default-dev (= 0.3.7-1+apertis0bv2024dev2b1), librust-dirs-sys-0.3-dev (= 0.3.7-1+apertis0bv2024dev2b1), librust-dirs-sys-0.3.7+default-dev (= 0.3.7-1+apertis0bv2024dev2b1), librust-dirs-sys-0.3.7-dev (= 0.3.7-1+apertis0bv2024dev2b1)
Depends: librust-libc-0.2+default-dev, librust-winapi-0.3+default-dev, librust-winapi-0.3+knownfolders-dev, librust-winapi-0.3+objbase-dev, librust-winapi-0.3+shlobj-dev, librust-winapi-0.3+winbase-dev, librust-winapi-0.3+winerror-dev
Filename: pool/target/r/rust-dirs-sys/librust-dirs-sys-dev_0.3.7-1+apertis0bv2024dev2b1_arm64.deb
Size: 12852
MD5sum: 94c99bdc69b92ad446d99fddc5afe3e2
SHA1: 35f66e92c46bd59f1c348c3833c94a5eb4dbf200
SHA256: 9c2bb5d1fec38ee5543084b86187b13a9e630d2f18453832384e708c0f66cb94
SHA512: 3500c22f13573600352fabcff529ea5de083723d3f81515315c78cbf62c810e71533b714e16763f1c06b85f79db1f31e8b014fe4bcba850c8171d5e28e10efd2
Description: Helper functions for the dirs crate - Rust source code
 This package contains the source for the Rust dirs-sys crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-dyn-clone-dev
Priority: optional
Section: rust
Installed-Size: 52
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-dyn-clone
Version: 1.0.2-1+apertis2bv2024dev2b1
Provides: librust-dyn-clone+default-dev (= 1.0.2-1+apertis2bv2024dev2b1), librust-dyn-clone-1+default-dev (= 1.0.2-1+apertis2bv2024dev2b1), librust-dyn-clone-1-dev (= 1.0.2-1+apertis2bv2024dev2b1), librust-dyn-clone-1.0+default-dev (= 1.0.2-1+apertis2bv2024dev2b1), librust-dyn-clone-1.0-dev (= 1.0.2-1+apertis2bv2024dev2b1), librust-dyn-clone-1.0.2+default-dev (= 1.0.2-1+apertis2bv2024dev2b1), librust-dyn-clone-1.0.2-dev (= 1.0.2-1+apertis2bv2024dev2b1)
Filename: pool/target/r/rust-dyn-clone/librust-dyn-clone-dev_1.0.2-1+apertis2bv2024dev2b1_arm64.deb
Size: 11388
MD5sum: 8569d79cba1e9eaaf76af5b01cd06c54
SHA1: f3db5f74996c4763db5cb24f172b5eab572b6814
SHA256: 0c674378f1da168eed398a0dc8ab6e0aeef51a118dd7393c11e882e52f3e7ee0
SHA512: a025f7a15427f2aa08f64a0c9a4e4cf249d25f6e500fba0036d89781e3ee4c4415b1436549c88e57a2d489a19a91bf62984bb2a7df53bb04e1d96bac6c332b6b
Description: Clone trait that is object-safe - Rust source code
 This package contains the source for the Rust dyn-clone crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-ena+congruence-closure-dev
Priority: optional
Section: rust
Installed-Size: 6
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-ena
Version: 0.14.0-2+apertis0bv2024dev2b2
Provides: librust-ena+petgraph-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0+congruence-closure-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0+petgraph-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14+congruence-closure-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14+petgraph-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14.0+congruence-closure-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14.0+petgraph-dev (= 0.14.0-2+apertis0bv2024dev2b2)
Depends: librust-ena-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-petgraph-0.6+default-dev | librust-petgraph-0.5+default-dev | librust-petgraph-0.4+default-dev (>= 0.4.5-~~)
Filename: pool/target/r/rust-ena/librust-ena+congruence-closure-dev_0.14.0-2+apertis0bv2024dev2b2_arm64.deb
Size: 1192
MD5sum: b5155c33943d2320d6c6640f3c60d7c1
SHA1: 734a9a0e2436304c4d6c4a66a49b5bcbbcc17fd1
SHA256: 70c7af4c598c949ceb451fd6aedde879e748d8284eba15f0236c65e17b2ff1d4
SHA512: c56b32aaacb8283f2e398a942a3451cfee13669b6ba7798dff005f65fd8cb314fa56b2d2c0bd16b38f78cfab55187c2ab8086c05ebc59f5ecfa7d25447aefc27
Description: Rust implementation of union-find - feature "congruence-closure" and 1 more
 Based on code from rustc.
 .
 This metapackage enables feature "congruence-closure" for the Rust ena crate,
 by pulling in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "petgraph" feature.
Homepage: https://github.com/rust-lang-nursery/ena
Multi-Arch: same

Package: librust-ena+dogged-dev
Priority: optional
Section: rust
Installed-Size: 6
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-ena
Version: 0.14.0-2+apertis0bv2024dev2b2
Provides: librust-ena+persistent-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0+dogged-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0+persistent-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14+dogged-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14+persistent-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14.0+dogged-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14.0+persistent-dev (= 0.14.0-2+apertis0bv2024dev2b2)
Depends: librust-ena-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-dogged-0.2+default-dev
Filename: pool/target/r/rust-ena/librust-ena+dogged-dev_0.14.0-2+apertis0bv2024dev2b2_arm64.deb
Size: 1148
MD5sum: 7a3be6e648ccfb0707bd85b972f7cd12
SHA1: 7a05f8865aac9b0820693eff4fbe6d73362dd706
SHA256: 5cdfd297d87dbca48f3109ad26fa170159b88ce72f2fa8008a8bfcb3dd7dce5f
SHA512: f392432e9d6c14ab3498b5fd625864fb5ce3920591023e4fb084f7e8e924a4d53f61900a9556cc05e9a882603b9ec629401dc6bd63118d84e98497fa2c31ebb8
Description: Rust implementation of union-find - feature "dogged" and 1 more
 Based on code from rustc.
 .
 This metapackage enables feature "dogged" for the Rust ena crate, by pulling in
 any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "persistent" feature.
Homepage: https://github.com/rust-lang-nursery/ena
Multi-Arch: same

Package: librust-ena-dev
Priority: optional
Section: rust
Installed-Size: 120
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-ena
Version: 0.14.0-2+apertis0bv2024dev2b2
Provides: librust-ena+bench-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena+default-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0+bench-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0+default-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14+bench-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14+default-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14.0+bench-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14.0+default-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena-0.14.0-dev (= 0.14.0-2+apertis0bv2024dev2b2)
Depends: librust-log-0.4+default-dev
Suggests: librust-ena+congruence-closure-dev (= 0.14.0-2+apertis0bv2024dev2b2), librust-ena+dogged-dev (= 0.14.0-2+apertis0bv2024dev2b2)
Filename: pool/target/r/rust-ena/librust-ena-dev_0.14.0-2+apertis0bv2024dev2b2_arm64.deb
Size: 24144
MD5sum: 2b5afe6a583c420d4f86b58d91a092b6
SHA1: b0cd85be76ef1f77f40a37d31d0f2424bc157854
SHA256: 75a5507055aed01fa82ea1dc570307f236120cddc68e84a14ec00330c2edb51b
SHA512: b3c96aedd5b4f01f3a12a7b0def434d489e489671a3a0dd1fac97134d6735be722732fa2a6684ce3eb9896983e533de60c86b6d3de4dd4e1fd3624b1d00fe922
Description: Rust implementation of union-find - Rust source code
 Based on code from rustc.
 .
 This package contains the source for the Rust ena crate, packaged by debcargo
 for use with cargo and dh-cargo.
Homepage: https://github.com/rust-lang-nursery/ena
Multi-Arch: same

Package: librust-exacl+bindgen-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-exacl
Version: 0.9.0-3+apertis1bv2024dev2b1
Provides: librust-exacl+buildtime-bindgen-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0+bindgen-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0+buildtime-bindgen-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0.9+bindgen-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0.9+buildtime-bindgen-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0.9.0+bindgen-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0.9.0+buildtime-bindgen-dev (= 0.9.0-3+apertis1bv2024dev2b1)
Depends: librust-exacl-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-bindgen-0.60+default-dev (>= 0.60.1-~~)
Filename: pool/target/r/rust-exacl/librust-exacl+bindgen-dev_0.9.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 1296
MD5sum: a406d1c81dd4605a60e7edb6b757d842
SHA1: f552c7567c1c12ff5dd882a8e56445f9669d7d2d
SHA256: 248afd76e31395c3bfb8306618874732000fea2c72422fe49f432d128f72d9b5
SHA512: 3924c8f9d3adafb9076c05ad28920843bf4586c74e4c6d25fe5f88b5a0271a2a57f4dc9e74e76b04290395c67b3f92e7e8b207f162b3af43e27f2e81096cc944
Description: Manipulate file system access control lists (ACL) on macOS, Linux, and FreeBSD - feature "bindgen" and 1 more
 This metapackage enables feature "bindgen" for the Rust exacl crate, by pulling
 in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "buildtime_bindgen" feature.
Multi-Arch: same

Package: librust-exacl+serde-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-exacl
Version: 0.9.0-3+apertis1bv2024dev2b1
Provides: librust-exacl-0+serde-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0.9+serde-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0.9.0+serde-dev (= 0.9.0-3+apertis1bv2024dev2b1)
Depends: librust-exacl-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-serde-1+default-dev, librust-serde-1+derive-dev
Filename: pool/target/r/rust-exacl/librust-exacl+serde-dev_0.9.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 1228
MD5sum: a27bebbaa1877de3b560b9c33839dca5
SHA1: 8f8f6352aabd82f34eea118c1a171edfd81e3db8
SHA256: 42ed0cccb84e50fbd1bfc45c2dc50e03b3f4947396288bc0f4d1cea1fdd3c926
SHA512: c1e579901f9afb307973c73c62ac9c37c9138efcfa8a09aea0fa5d0cdd47016668b38bc21c8ae580822eaef2bb0d2790998e4d1296bcbeac6b2128733c6d0778
Description: Manipulate file system access control lists (ACL) on macOS, Linux, and FreeBSD - feature "serde"
 This metapackage enables feature "serde" for the Rust exacl crate, by pulling
 in any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-exacl-dev
Priority: optional
Section: rust
Installed-Size: 385
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-exacl
Version: 0.9.0-3+apertis1bv2024dev2b1
Provides: librust-exacl+default-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0+default-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0.9+default-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0.9-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0.9.0+default-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl-0.9.0-dev (= 0.9.0-3+apertis1bv2024dev2b1)
Depends: librust-bitflags-1+default-dev (>= 1.2.1-~~), librust-log-0.4+default-dev (>= 0.4.11-~~), librust-scopeguard-1+default-dev (>= 1.1.0-~~), librust-uuid-1+default-dev (>= 1.1.1-~~), libacl1-dev
Suggests: librust-exacl+bindgen-dev (= 0.9.0-3+apertis1bv2024dev2b1), librust-exacl+serde-dev (= 0.9.0-3+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-exacl/librust-exacl-dev_0.9.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 49724
MD5sum: 2dd171c784146c9db9e97c8438778ca4
SHA1: aae3633445f5cb2a071665dea507c3fdff433d6e
SHA256: d7e94dfc93e7934d33863c5049eabc981f29f7d0ae9391813141ca53d69e3136
SHA512: ebb4b50196b99e58f0cf64fb7da2a991059e3fb9c79075d1c5426e45d953be5d464e0c6443abdd7a952a898480e36b02ac4e339304849cfc51b7a950912d1e54
Description: Manipulate file system access control lists (ACL) on macOS, Linux, and FreeBSD - Rust source code
 This package contains the source for the Rust exacl crate, packaged by debcargo
 for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-faccess-dev
Priority: optional
Section: rust
Installed-Size: 51
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-faccess
Version: 0.2.4-3+apertis1bv2024dev2b1
Provides: librust-faccess+default-dev (= 0.2.4-3+apertis1bv2024dev2b1), librust-faccess-0+default-dev (= 0.2.4-3+apertis1bv2024dev2b1), librust-faccess-0-dev (= 0.2.4-3+apertis1bv2024dev2b1), librust-faccess-0.2+default-dev (= 0.2.4-3+apertis1bv2024dev2b1), librust-faccess-0.2-dev (= 0.2.4-3+apertis1bv2024dev2b1), librust-faccess-0.2.4+default-dev (= 0.2.4-3+apertis1bv2024dev2b1), librust-faccess-0.2.4-dev (= 0.2.4-3+apertis1bv2024dev2b1)
Depends: librust-bitflags-1+default-dev (>= 1.2.1-~~), librust-libc-0.2+default-dev (>= 0.2.68-~~), librust-winapi-0.3+accctrl-dev (>= 0.3.8-~~), librust-winapi-0.3+aclapi-dev (>= 0.3.8-~~), librust-winapi-0.3+default-dev (>= 0.3.8-~~), librust-winapi-0.3+handleapi-dev (>= 0.3.8-~~), librust-winapi-0.3+impl-default-dev (>= 0.3.8-~~), librust-winapi-0.3+minwindef-dev (>= 0.3.8-~~), librust-winapi-0.3+processthreadsapi-dev (>= 0.3.8-~~), librust-winapi-0.3+securitybaseapi-dev (>= 0.3.8-~~), librust-winapi-0.3+winbase-dev (>= 0.3.8-~~), librust-winapi-0.3+winerror-dev (>= 0.3.8-~~), librust-winapi-0.3+winnt-dev (>= 0.3.8-~~)
Filename: pool/target/r/rust-faccess/librust-faccess-dev_0.2.4-3+apertis1bv2024dev2b1_arm64.deb
Size: 9880
MD5sum: 81a680e7186eea8500e160c0add3e893
SHA1: 5d3e10f9c6266b64f8ff39c24ec7e622f4702c28
SHA256: d796e22d405930c088d49a29338fac1e95c097355e6c097f6711bac08fdd6089
SHA512: f17b0bb1f7ace103736da7c17964f301f9f85501cef3f7f5417d66aea173058f11af704d29f4af8d6f085ae320660ff200e07c50d2452b118354adb2fc6c86c8
Description: Simple file accessibility checks - Rust source code
 This package contains the source for the Rust faccess crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-findutils-dev
Priority: optional
Section: utils
Installed-Size: 378
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-findutils
Version: 0.4.0-0+apertis1bv2024dev3b1
Provides: librust-findutils+default-dev (= 0.4.0-0+apertis1bv2024dev3b1), librust-findutils-0+default-dev (= 0.4.0-0+apertis1bv2024dev3b1), librust-findutils-0-dev (= 0.4.0-0+apertis1bv2024dev3b1), librust-findutils-0.4+default-dev (= 0.4.0-0+apertis1bv2024dev3b1), librust-findutils-0.4-dev (= 0.4.0-0+apertis1bv2024dev3b1), librust-findutils-0.4.0+default-dev (= 0.4.0-0+apertis1bv2024dev3b1), librust-findutils-0.4.0-dev (= 0.4.0-0+apertis1bv2024dev3b1)
Depends: librust-chrono-0.4+default-dev, librust-clap-2+default-dev (>= 2.34-~~), librust-faccess-0.2+default-dev (>= 0.2.4-~~), librust-once-cell-1+default-dev (>= 1.17-~~), librust-onig-6+default-dev (>= 6.3-~~), librust-regex-1+default-dev (>= 1.7-~~), librust-uucore-0.0.12+default-dev, librust-uucore-0.0.12+entries-dev, librust-uucore-0.0.12+fs-dev, librust-uucore-0.0.12+fsext-dev, librust-uucore-0.0.12+mode-dev, librust-walkdir-2+default-dev (>= 2.3-~~)
Filename: pool/target/r/rust-findutils/librust-findutils-dev_0.4.0-0+apertis1bv2024dev3b1_arm64.deb
Size: 53120
MD5sum: aa784ca66cff7092511f6758a413e682
SHA1: 00c0ccab9b350820cb0fe1f5663d345f34cf3105
SHA256: 000e1a2470fedacc422b440731a2797c1374c08d34ac29109720881f228ee4d9
SHA512: 52a37740f20d41eae721e243c049f07dcdd5e1a693a05049d8c23d5a6a36dd39aafae478088df580607b196fbea85b01bd247bffea0e2cffc4d5c8da1b253a7e
Description: GNU findutils - Rust source code
 This package contains the source for the Rust findutils crate, packaged by
 debcargo for use with cargo and dh-cargo.
Homepage: https://github.com/uutils/findutils
Multi-Arch: same

Package: librust-fixedbitset-dev
Priority: optional
Section: rust
Installed-Size: 89
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-fixedbitset
Version: 0.4.2-1+apertis0bv2024dev2b1
Provides: librust-fixedbitset+default-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset+serde-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset+std-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset-0+default-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset-0+serde-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset-0+std-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset-0-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset-0.4+default-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset-0.4+serde-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset-0.4+std-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset-0.4-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset-0.4.2+default-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset-0.4.2+serde-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset-0.4.2+std-dev (= 0.4.2-1+apertis0bv2024dev2b1), librust-fixedbitset-0.4.2-dev (= 0.4.2-1+apertis0bv2024dev2b1)
Depends: librust-serde-1+default-dev, librust-serde-1+derive-dev
Filename: pool/target/r/rust-fixedbitset/librust-fixedbitset-dev_0.4.2-1+apertis0bv2024dev2b1_arm64.deb
Size: 17224
MD5sum: 07eeb4e0924752093135f6c53a24e338
SHA1: 621c76e11c9b1c5b67b3aa4096da17d783ebe657
SHA256: ef761d7ea4d2ebb476c806a78d7e35bac6964d02d1af03e6b5c3e5d7c03d0802
SHA512: 30adf0d2f8d74cf932df02891262f705bfbc24bd425d521c81550ac5adf45cf7c18803da5ef59503e2adc67814c404b14eaac664b1b1a3f7829063fed68850f7
Description: Simple bitset collection - Rust source code
 This package contains the source for the Rust fixedbitset crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-fts-sys-dev
Priority: optional
Section: rust
Installed-Size: 33
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-fts-sys
Version: 0.2.1-2+apertis1bv2024dev2b1
Provides: librust-fts-sys+default-dev (= 0.2.1-2+apertis1bv2024dev2b1), librust-fts-sys-0+default-dev (= 0.2.1-2+apertis1bv2024dev2b1), librust-fts-sys-0-dev (= 0.2.1-2+apertis1bv2024dev2b1), librust-fts-sys-0.2+default-dev (= 0.2.1-2+apertis1bv2024dev2b1), librust-fts-sys-0.2-dev (= 0.2.1-2+apertis1bv2024dev2b1), librust-fts-sys-0.2.1+default-dev (= 0.2.1-2+apertis1bv2024dev2b1), librust-fts-sys-0.2.1-dev (= 0.2.1-2+apertis1bv2024dev2b1)
Depends: librust-bindgen-0+default-dev, librust-libc-0.2+default-dev
Filename: pool/target/r/rust-fts-sys/librust-fts-sys-dev_0.2.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 6240
MD5sum: f73147f74c44c4aac9b9e9d7dba8e87e
SHA1: a5cac16289118f717d02657be077b086a0404add
SHA256: 766616187bab829bef85db5299445020426dbc54e64ddcf90c02d5d748d7b487
SHA512: 8b3a0fe832c8233000938f4536efa807f39152fa97a689c096254ae1df76d29b3028f36896354bcfb3bd8544b056711169bd62b017495797888ee422439da003
Description: File hierarchy traversal functions (FTS) - Rust source code
 This package contains the source for the Rust fts-sys crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-hex-literal-dev
Priority: optional
Section: rust
Installed-Size: 49
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-hex-literal
Version: 0.3.4-1+apertis1bv2024dev2b1
Provides: librust-hex-literal+default-dev (= 0.3.4-1+apertis1bv2024dev2b1), librust-hex-literal-0+default-dev (= 0.3.4-1+apertis1bv2024dev2b1), librust-hex-literal-0-dev (= 0.3.4-1+apertis1bv2024dev2b1), librust-hex-literal-0.3+default-dev (= 0.3.4-1+apertis1bv2024dev2b1), librust-hex-literal-0.3-dev (= 0.3.4-1+apertis1bv2024dev2b1), librust-hex-literal-0.3.4+default-dev (= 0.3.4-1+apertis1bv2024dev2b1), librust-hex-literal-0.3.4-dev (= 0.3.4-1+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-hex-literal/librust-hex-literal-dev_0.3.4-1+apertis1bv2024dev2b1_arm64.deb
Size: 12308
MD5sum: 2bb774804d0d76ab4abefc1d3d0abb7e
SHA1: f1b87e20679a3282489022805c4b2c576055728c
SHA256: fce1b672472950be33aa5e3f59ffb5a5cc89ec309ce5da8ea66100f112432b9f
SHA512: baf16af94c3bdebaf8d0226cc108ada843d8e806c1f63027c1c391b00bc7a9f46930d134a34ecc8a63dd17ad0a932b94629cb7205b8dcd71418b29af8958b711
Description: Procedural macro for converting hexadecimal string to byte array at compile time - Rust source code
 This package contains the source for the Rust hex-literal crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-hyper-tls-dev
Priority: optional
Section: rust
Installed-Size: 51
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-hyper-tls
Version: 0.5.0-1+apertis1bv2024dev2b1
Provides: librust-hyper-tls+default-dev (= 0.5.0-1+apertis1bv2024dev2b1), librust-hyper-tls-0+default-dev (= 0.5.0-1+apertis1bv2024dev2b1), librust-hyper-tls-0-dev (= 0.5.0-1+apertis1bv2024dev2b1), librust-hyper-tls-0.5+default-dev (= 0.5.0-1+apertis1bv2024dev2b1), librust-hyper-tls-0.5-dev (= 0.5.0-1+apertis1bv2024dev2b1), librust-hyper-tls-0.5.0+default-dev (= 0.5.0-1+apertis1bv2024dev2b1), librust-hyper-tls-0.5.0-dev (= 0.5.0-1+apertis1bv2024dev2b1)
Depends: librust-bytes-1+default-dev, librust-hyper-0.14+client-dev (>= 0.14.2-~~), librust-hyper-0.14+tcp-dev (>= 0.14.2-~~), librust-native-tls-0.2+default-dev (>= 0.2.1-~~), librust-tokio-1+default-dev, librust-tokio-native-tls-0.3+default-dev
Filename: pool/target/r/rust-hyper-tls/librust-hyper-tls-dev_0.5.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 10976
MD5sum: 43e753f42d28e152e04276f4f66d2476
SHA1: 2498e6bc1d5a33366d0d6fa65036b1236d4b7965
SHA256: be2b28167a58be3d12ad6d7caf0c10795f6012ac4318ac494834a052368f9389
SHA512: 7188732a4a1467deb5eac71043cd0be49410745042606372ec72ff967294c18b9d5d6ae73edeea81415643a4ac2e13b35ce93c9c8b9917395f7107e2a4eec946
Description: Default TLS implementation for use with hyper - Rust source code
 This package contains the source for the Rust hyper-tls crate, packaged by
 debcargo for use with cargo and dh-cargo.
Homepage: https://hyper.rs
Multi-Arch: same

Package: librust-idna-dev
Priority: optional
Section: rust
Installed-Size: 2247
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-idna
Version: 0.3.0-1+apertis0bv2024dev2b1
Provides: librust-idna+default-dev (= 0.3.0-1+apertis0bv2024dev2b1), librust-idna-0+default-dev (= 0.3.0-1+apertis0bv2024dev2b1), librust-idna-0-dev (= 0.3.0-1+apertis0bv2024dev2b1), librust-idna-0.3+default-dev (= 0.3.0-1+apertis0bv2024dev2b1), librust-idna-0.3-dev (= 0.3.0-1+apertis0bv2024dev2b1), librust-idna-0.3.0+default-dev (= 0.3.0-1+apertis0bv2024dev2b1), librust-idna-0.3.0-dev (= 0.3.0-1+apertis0bv2024dev2b1)
Depends: librust-unicode-bidi-0.3+default-dev, librust-unicode-normalization-0.1+default-dev (>= 0.1.17-~~)
Filename: pool/target/r/rust-idna/librust-idna-dev_0.3.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 204820
MD5sum: de3c1b6d8e9a5b8a24be2b0d7a75b87f
SHA1: d1b6df37216c2c9a93e19c4f16c0e560ae872682
SHA256: c9924324a310bbdca5630b4ec7f2d39552f642bff6af53e67ffa7ea79452c969
SHA512: f72554e1395c14b0b588bf13cea7dcc8c608041e11eb4f5ef5eaaf2c8c0b3a8295fab4a1d6e3e2fda76936b6a245843812c957c1e16592e1d81431ab6eb96654
Description: IDNA (Internationalizing Domain Names in Applications) and Punycode - Rust source code
 This package contains the source for the Rust idna crate, packaged by debcargo
 for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-indicatif-dev
Priority: optional
Section: rust
Installed-Size: 274
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-indicatif
Version: 0.17.3-2+apertis1bv2024dev2b1
Provides: librust-indicatif+default-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif+improved-unicode-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif+rayon-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif+tokio-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif+unicode-segmentation-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif+unicode-width-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0+default-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0+improved-unicode-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0+rayon-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0+tokio-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0+unicode-segmentation-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0+unicode-width-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17+default-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17+improved-unicode-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17+rayon-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17+tokio-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17+unicode-segmentation-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17+unicode-width-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17.3+default-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17.3+improved-unicode-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17.3+rayon-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17.3+tokio-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17.3+unicode-segmentation-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17.3+unicode-width-dev (= 0.17.3-2+apertis1bv2024dev2b1), librust-indicatif-0.17.3-dev (= 0.17.3-2+apertis1bv2024dev2b1)
Depends: librust-console-0.15+ansi-parsing-dev, librust-console-0.15+unicode-width-dev, librust-number-prefix-0.4+default-dev, librust-portable-atomic-0.3+default-dev (>= 0.3.15-~~), librust-rayon-1+default-dev (>= 1.1-~~), librust-tokio-1+default-dev, librust-tokio-1+io-util-dev, librust-unicode-segmentation-1+default-dev, librust-unicode-width-0.1+default-dev
Filename: pool/target/r/rust-indicatif/librust-indicatif-dev_0.17.3-2+apertis1bv2024dev2b1_arm64.deb
Size: 45824
MD5sum: 3cb1f6e295e37b8d536a8bba16610096
SHA1: cbdb8654873930218dfe2013d1968ee13014c316
SHA256: 8e10f839ed2eb28147ff9c8c390825e839360473f7066f6f8e86fa6d55445478
SHA512: 0a975adf8d92d188016e0bcd3a450c972bfe36e4291d9173d455e69c9081fbe42872b82fe3d4206055251bc7151f89a1a6e471c649c2f6cfd6a288cff376eff7
Description: Progress bar and cli reporting library for Rust - Rust source code
 This package contains the source for the Rust indicatif crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-is-executable-dev
Priority: optional
Section: rust
Installed-Size: 54
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-is-executable
Version: 1.0.1-3+apertis1bv2024dev2b1
Provides: librust-is-executable+default-dev (= 1.0.1-3+apertis1bv2024dev2b1), librust-is-executable-1+default-dev (= 1.0.1-3+apertis1bv2024dev2b1), librust-is-executable-1-dev (= 1.0.1-3+apertis1bv2024dev2b1), librust-is-executable-1.0+default-dev (= 1.0.1-3+apertis1bv2024dev2b1), librust-is-executable-1.0-dev (= 1.0.1-3+apertis1bv2024dev2b1), librust-is-executable-1.0.1+default-dev (= 1.0.1-3+apertis1bv2024dev2b1), librust-is-executable-1.0.1-dev (= 1.0.1-3+apertis1bv2024dev2b1)
Depends: librust-winapi-0.3+default-dev, librust-winapi-0.3+winbase-dev
Filename: pool/target/r/rust-is-executable/librust-is-executable-dev_1.0.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 11732
MD5sum: 9b057922f38ebcf1c34b2da5047531b8
SHA1: 360b201c3256a5b8c02d427df28207601dfe8c88
SHA256: 62889711668203073dc1a525a0de5bd1088c8f60bc53a82e057b6c6508ef2ee2
SHA512: 953fe18ec683e214c3df734e23422dae14030d198868cd8f71a1a2ea71d4acb5a4bcd405f6069c3cdcb1ea73fa6c464538a49748aac310fb798da09e1023fb46
Description: Is there an executable file at the given path? - Rust source code
 This package contains the source for the Rust is_executable crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-lalrpop-dev
Priority: optional
Section: rust
Installed-Size: 1768
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-lalrpop
Version: 0.19.8-4+apertis0bv2024dev2b1
Provides: librust-lalrpop+default-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop+lexer-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop+pico-args-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop+test-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0+default-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0+lexer-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0+pico-args-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0+test-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0.19+default-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0.19+lexer-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0.19+pico-args-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0.19+test-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0.19-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0.19.8+default-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0.19.8+lexer-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0.19.8+pico-args-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0.19.8+test-dev (= 0.19.8-4+apertis0bv2024dev2b1), librust-lalrpop-0.19.8-dev (= 0.19.8-4+apertis0bv2024dev2b1)
Depends: librust-ascii-canvas-2-dev, librust-atty-0.2-dev, librust-bit-set-0.5-dev (>= 0.5.2-~~), librust-diff-0.1-dev (>= 0.1.12-~~), librust-ena-0.14-dev, librust-itertools-0.10+use-std-dev, librust-lalrpop-util-0.19+default-dev (>= 0.19.8-~~), librust-lalrpop-util-0.19+lexer-dev (>= 0.19.8-~~), librust-petgraph-0.6-dev, librust-pico-args-0.4-dev, librust-regex-1+std-dev, librust-regex-syntax-0.6-dev, librust-string-cache-0.8-dev, librust-term-0.5-dev, librust-tiny-keccak-2+default-dev (>= 2.0.2-~~), librust-tiny-keccak-2+sha3-dev (>= 2.0.2-~~), librust-unicode-xid-0.2-dev
Filename: pool/target/r/rust-lalrpop/librust-lalrpop-dev_0.19.8-4+apertis0bv2024dev2b1_arm64.deb
Size: 186804
MD5sum: 954cb633bdf0624c293fd0311d94b556
SHA1: cf4c869e4e3f7f97da898de925439f295ecc6bc2
SHA256: 8ccda4aa608436c67d94deeb1e7c3fd9f083e1476b21b3d1bb1100be15eef0e4
SHA512: 9a5f13fd1a4c6b70db617cb8100c06efce96946479cfe99030c3b1624e8676b61a85f614a1a83eba2821d7e82d51b564d707f5fe134e331fe461f8be0217adba
Description: Convenient LR(1) parser generator - Rust source code
 This package contains the source for the Rust lalrpop crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-lalrpop-util-dev
Priority: optional
Section: rust
Installed-Size: 59
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-lalrpop-util
Version: 0.19.8-1+apertis0bv2024dev2b1
Provides: librust-lalrpop-util+default-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util+lexer-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util+regex-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util+std-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0+default-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0+lexer-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0+regex-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0+std-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0.19+default-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0.19+lexer-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0.19+regex-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0.19+std-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0.19-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0.19.8+default-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0.19.8+lexer-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0.19.8+regex-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0.19.8+std-dev (= 0.19.8-1+apertis0bv2024dev2b1), librust-lalrpop-util-0.19.8-dev (= 0.19.8-1+apertis0bv2024dev2b1)
Depends: librust-regex-1+default-dev
Filename: pool/target/r/rust-lalrpop-util/librust-lalrpop-util-dev_0.19.8-1+apertis0bv2024dev2b1_arm64.deb
Size: 13036
MD5sum: 0289344cd6daef924686042a17c9c6c0
SHA1: 289d0c7be13aa220f5b72ac81ce6cdd2f3049954
SHA256: 992fbc77d9c14444bc7a3830a4c667992faff28f0789d345d651e1206b516474
SHA512: 52db14af7025086a388a1038301bb70c52be7d7b61f9c96770155bd33514c1456f6b9fb369850bb9a0bcb0c876a4927196965d3b38bc818852170a73f0cdea1a
Description: Runtime library for parsers generated by LALRPOP - Rust source code
 This package contains the source for the Rust lalrpop-util crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-macro-attr-dev
Priority: optional
Section: rust
Installed-Size: 132
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-macro-attr
Version: 0.2.0-1+apertis1bv2024dev2b1
Provides: librust-macro-attr+default-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr+std-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr+unstable-macros-1-1-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr-0+default-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr-0+std-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr-0+unstable-macros-1-1-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr-0-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr-0.2+default-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr-0.2+std-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr-0.2+unstable-macros-1-1-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr-0.2-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr-0.2.0+default-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr-0.2.0+std-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr-0.2.0+unstable-macros-1-1-dev (= 0.2.0-1+apertis1bv2024dev2b1), librust-macro-attr-0.2.0-dev (= 0.2.0-1+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-macro-attr/librust-macro-attr-dev_0.2.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 22380
MD5sum: b2e753c9c9067b59cb2daeafa3e1b8fb
SHA1: 3d409e83960fa28c84f2ecf05673ebc49df7b79d
SHA256: 6f5bc4a5a8f50187ce217a812504e1726819a3c6f0450ed468955956ea0a2162
SHA512: 64612bc9dbcd8e4c7f0fc00fcaf66a8186210299592ad27d884ee8f21eecc8fd3707cfc9771f971a1de2442442aef0b40ebbd496da57352acfefc2fb50763da1
Description: `macro_attr!` macro for custom macro derives and attributes - Rust source code
 Supersedes the `custom_derive` crate.
 .
 This package contains the source for the Rust macro-attr crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-memsec+alloc-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-memsec
Version: 0.5.7-4+apertis0bv2024dev2b1
Provides: librust-memsec+getrandom-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0+alloc-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0+getrandom-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5+alloc-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5+getrandom-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5.7+alloc-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5.7+getrandom-dev (= 0.5.7-4+apertis0bv2024dev2b1)
Depends: librust-memsec-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-getrandom-0.2+default-dev | librust-getrandom-0.1+default-dev
Filename: pool/target/r/rust-memsec/librust-memsec+alloc-dev_0.5.7-4+apertis0bv2024dev2b1_arm64.deb
Size: 1256
MD5sum: bdefbe13467b1a722405587c1f419e74
SHA1: 4e651811ed149b72eae334aa26e8302bd60f115e
SHA256: d842c5c30ac9eeafb7b171846bf56e71cb80e93e5b6c91583c8af5c1ad4fd453
SHA512: 6fcb2da0da5354eec7ba8adaecbedc032058b5792a7edc762dd1783e0dd7254911cecb86e50facb1d3c2ab7cebbdfc3c5efe9b38bb1ba353b30ed91aecea78d0
Description: Rust implementation `libsodium/utils` - feature "alloc" and 1 more
 This metapackage enables feature "alloc" for the Rust memsec crate, by pulling
 in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "getrandom" feature.
Multi-Arch: same

Package: librust-memsec+default-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-memsec
Version: 0.5.7-4+apertis0bv2024dev2b1
Provides: librust-memsec-0+default-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5+default-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5.7+default-dev (= 0.5.7-4+apertis0bv2024dev2b1)
Depends: librust-memsec-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec+use-os-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec+alloc-dev (= 0.5.7-4+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-memsec/librust-memsec+default-dev_0.5.7-4+apertis0bv2024dev2b1_arm64.deb
Size: 1196
MD5sum: b18d71abad176173896322946ccff9c3
SHA1: 5ee6619646e0d10b14d9618790ebd926f82b00d2
SHA256: 850b82c3b1c498af4ecff3212d3c82f2ae3319a90c419349fcb362ab01101631
SHA512: 8d6b3a6ef4f13f79e07a83caec51dbe97cf8e74c604197b9fff834c00f3dabb63d9388a203b92011d3227af82bd66e6de671a775efdbadd4d901d5f32d986e9d
Description: Rust implementation `libsodium/utils` - feature "default"
 This metapackage enables feature "default" for the Rust memsec crate, by
 pulling in any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-memsec+libc-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-memsec
Version: 0.5.7-4+apertis0bv2024dev2b1
Provides: librust-memsec-0+libc-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5+libc-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5.7+libc-dev (= 0.5.7-4+apertis0bv2024dev2b1)
Depends: librust-memsec-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-libc-0.2+default-dev
Filename: pool/target/r/rust-memsec/librust-memsec+libc-dev_0.5.7-4+apertis0bv2024dev2b1_arm64.deb
Size: 1196
MD5sum: 60e972749db47404845cc29f1bfc0e84
SHA1: 0326391fb792d64ef3857b8a6aa1eb2fb3432c1a
SHA256: cdc915e491333c809ea02323f40ceb73c3f5729e74ea9901b767bf92e3951833
SHA512: b1b2756fdd59c9cb120b1d6583c1526adb93c182fbb981928b1572c3548da9b703d1ba727f941d94aa5ed3d00c1b562749305c977b6b0ba18bdf7b874225fd1f
Description: Rust implementation `libsodium/utils` - feature "libc"
 This metapackage enables feature "libc" for the Rust memsec crate, by pulling
 in any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-memsec+use-os-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-memsec
Version: 0.5.7-4+apertis0bv2024dev2b1
Provides: librust-memsec-0+use-os-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5+use-os-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5.7+use-os-dev (= 0.5.7-4+apertis0bv2024dev2b1)
Depends: librust-memsec-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-libc-0.2+default-dev, librust-winapi-0.3+default-dev, librust-winapi-0.3+memoryapi-dev, librust-winapi-0.3+sysinfoapi-dev
Filename: pool/target/r/rust-memsec/librust-memsec+use-os-dev_0.5.7-4+apertis0bv2024dev2b1_arm64.deb
Size: 1224
MD5sum: 6b598395871ea8f9f3d85de9f630869b
SHA1: 8ee885e7e630a02877b050c8dab579be8a4302ae
SHA256: 935ea7f6783ee3ed1a9859da14954e1bdaddd51ee8c27d8146ebb0f2b2c3e06a
SHA512: 34c4dfac6340527d4a9acea68bd08aed4a98a0624e3720f7d1e32d0d2856dbf2c789537bebd5af497d119a263caad95f6bf1d597053e0593734e0d0944d8e6c7
Description: Rust implementation `libsodium/utils` - feature "use_os"
 This metapackage enables feature "use_os" for the Rust memsec crate, by pulling
 in any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-memsec+winapi-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-memsec
Version: 0.5.7-4+apertis0bv2024dev2b1
Provides: librust-memsec-0+winapi-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5+winapi-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5.7+winapi-dev (= 0.5.7-4+apertis0bv2024dev2b1)
Depends: librust-memsec-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-winapi-0.3+default-dev, librust-winapi-0.3+memoryapi-dev, librust-winapi-0.3+sysinfoapi-dev
Filename: pool/target/r/rust-memsec/librust-memsec+winapi-dev_0.5.7-4+apertis0bv2024dev2b1_arm64.deb
Size: 1212
MD5sum: fe6c176aa15a8492cde2dae48514c5d3
SHA1: fb28a83bc8106e629fb1debd985e5471b6869483
SHA256: d709d1c99c8257635cd514d3963bc0c7da42355b466233f35075a6ce4fc93110
SHA512: 8c0b4b1e92aaf1a4a9f7c366046e7711a72f5f43cb8bf0e3235cf357abb8b400ffa8560227495c38cd16bc2df46023318b774e4fc836f9e44cf620dbbf77f597
Description: Rust implementation `libsodium/utils` - feature "winapi"
 This metapackage enables feature "winapi" for the Rust memsec crate, by pulling
 in any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-memsec-dev
Priority: optional
Section: rust
Installed-Size: 43
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-memsec
Version: 0.5.7-4+apertis0bv2024dev2b1
Provides: librust-memsec+nightly-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0+nightly-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5+nightly-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5.7+nightly-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec-0.5.7-dev (= 0.5.7-4+apertis0bv2024dev2b1)
Recommends: librust-memsec+default-dev (= 0.5.7-4+apertis0bv2024dev2b1)
Suggests: librust-memsec+alloc-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec+libc-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec+use-os-dev (= 0.5.7-4+apertis0bv2024dev2b1), librust-memsec+winapi-dev (= 0.5.7-4+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-memsec/librust-memsec-dev_0.5.7-4+apertis0bv2024dev2b1_arm64.deb
Size: 8792
MD5sum: 9824cac3698c04681169293c377b5a3e
SHA1: 063d4ec71ed0a58ce6f31293dd19846c0606077f
SHA256: 748dd2ff05723e4224a8a0472094da62aa23ca43ef16ced5b7ec6910112ccc66
SHA512: 2a830e1ccebf9362f7974732abea2762c9ef57c3dbbf25d88e4d6c5a5f4b2fe6d32ae62ddfadedf6c90aadb368858419126bc6edd5398f6ec546c4daa0d5d63f
Description: Rust implementation `libsodium/utils` - Rust source code
 This package contains the source for the Rust memsec crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-nettle-dev
Priority: optional
Section: rust
Installed-Size: 2155
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-nettle
Version: 7.1.0-1+apertis1bv2024dev2b2
Provides: librust-nettle+default-dev (= 7.1.0-1+apertis1bv2024dev2b2), librust-nettle-7+default-dev (= 7.1.0-1+apertis1bv2024dev2b2), librust-nettle-7-dev (= 7.1.0-1+apertis1bv2024dev2b2), librust-nettle-7.1+default-dev (= 7.1.0-1+apertis1bv2024dev2b2), librust-nettle-7.1-dev (= 7.1.0-1+apertis1bv2024dev2b2), librust-nettle-7.1.0+default-dev (= 7.1.0-1+apertis1bv2024dev2b2), librust-nettle-7.1.0-dev (= 7.1.0-1+apertis1bv2024dev2b2)
Depends: librust-getrandom-0.2+default-dev, librust-libc-0.2+default-dev (>= 0.2.33-~~), librust-nettle-sys-2+default-dev (>= 2.1-~~), librust-thiserror-1+default-dev
Filename: pool/target/r/rust-nettle/librust-nettle-dev_7.1.0-1+apertis1bv2024dev2b2_arm64.deb
Size: 486072
MD5sum: 4203d4a8c9f69aa202a5bec0161c758c
SHA1: 0133e1d4a23e8587da8cfa062cec40deada7d803
SHA256: 509cbbbb350f70a86e50645e98cab6659609f3427169cf1a13ca65d085284cf1
SHA512: 98d01845c96f92ff5a184b641536ab5323a71d2e156ab02dd1d87bf531ccc2a8245e037aa451ea38ddb4f1e4e86cc8871dc81aa253a37cff68972c424ac3fa02
Description: Rust bindings for the Nettle cryptographic library - Rust source code
 This package contains the source for the Rust nettle crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-nettle-sys-dev
Priority: optional
Section: rust
Installed-Size: 113
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-nettle-sys
Version: 2.1.0-2+apertis1bv2024dev2b1
Provides: librust-nettle-sys+default-dev (= 2.1.0-2+apertis1bv2024dev2b1), librust-nettle-sys-2+default-dev (= 2.1.0-2+apertis1bv2024dev2b1), librust-nettle-sys-2-dev (= 2.1.0-2+apertis1bv2024dev2b1), librust-nettle-sys-2.1+default-dev (= 2.1.0-2+apertis1bv2024dev2b1), librust-nettle-sys-2.1-dev (= 2.1.0-2+apertis1bv2024dev2b1), librust-nettle-sys-2.1.0+default-dev (= 2.1.0-2+apertis1bv2024dev2b1), librust-nettle-sys-2.1.0-dev (= 2.1.0-2+apertis1bv2024dev2b1)
Depends: librust-bindgen-0.60+runtime-dev | librust-bindgen-0.59+runtime-dev | librust-bindgen-0.58+runtime-dev | librust-bindgen-0.57+runtime-dev | librust-bindgen-0.56+runtime-dev | librust-bindgen-0.55+runtime-dev | librust-bindgen-0.54+runtime-dev | librust-bindgen-0.53+runtime-dev (>= 0.53.1-~~), librust-cc-1+default-dev, librust-libc-0.2+default-dev, librust-pkg-config-0.3+default-dev, librust-tempfile-3+default-dev, nettle-dev (>= 3.5.1~~)
Filename: pool/target/r/rust-nettle-sys/librust-nettle-sys-dev_2.1.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 27452
MD5sum: 1748fb15a1635bd9581e19842ee972c7
SHA1: 03109754b3c96798f7152016a7100152951408ac
SHA256: 35034609ac893b777d32baa3188db16012f7270225a8b756b709d972785df52d
SHA512: 4f8273fce893c600c08229058278e17c6a0b444331348a41cba709b116a44a886cda01b3fa1570e10f42ab28c40a7b6134b9384b5cc2977fdb0f59c07ad06322
Description: Low-level Rust bindings for the Nettle cryptographic library - Rust source code
 This package contains the source for the Rust nettle-sys crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-new-debug-unreachable-dev
Priority: optional
Section: rust
Installed-Size: 26
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-new-debug-unreachable
Version: 1.0.4-1+apertis0bv2024dev2b1
Provides: librust-new-debug-unreachable+default-dev (= 1.0.4-1+apertis0bv2024dev2b1), librust-new-debug-unreachable-1+default-dev (= 1.0.4-1+apertis0bv2024dev2b1), librust-new-debug-unreachable-1-dev (= 1.0.4-1+apertis0bv2024dev2b1), librust-new-debug-unreachable-1.0+default-dev (= 1.0.4-1+apertis0bv2024dev2b1), librust-new-debug-unreachable-1.0-dev (= 1.0.4-1+apertis0bv2024dev2b1), librust-new-debug-unreachable-1.0.4+default-dev (= 1.0.4-1+apertis0bv2024dev2b1), librust-new-debug-unreachable-1.0.4-dev (= 1.0.4-1+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-new-debug-unreachable/librust-new-debug-unreachable-dev_1.0.4-1+apertis0bv2024dev2b1_arm64.deb
Size: 4732
MD5sum: 56f14e8d54b4bb784529b5b79c73d1e5
SHA1: 985d73502f81c4bf1a8f3395becc9beacf06794f
SHA256: 86e03a1bb40ad0fc997f3391ad3727299059f226988b43a06ca39a6571912c2d
SHA512: 1ac842addaa46f87931bc2aceb879fe097b81219e444e4bc3c76bc625776244818438c244d94a03da47d7a523f914ae7c85690aabe1cb362263fa5e6e05e8ecb
Description: Panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable) - Rust source code
 This package contains the source for the Rust new_debug_unreachable crate,
 packaged by debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-notify-dev
Priority: optional
Section: rust
Installed-Size: 184
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-notify
Version: 5.0.0-1+apertis1bv2024dev2b1
Provides: librust-notify+crossbeam-channel-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify+default-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify+manual-tests-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify+serde-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify+timing-tests-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5+crossbeam-channel-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5+default-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5+manual-tests-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5+serde-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5+timing-tests-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5.0+crossbeam-channel-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5.0+default-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5.0+manual-tests-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5.0+serde-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5.0+timing-tests-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5.0-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5.0.0+crossbeam-channel-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5.0.0+default-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5.0.0+manual-tests-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5.0.0+serde-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5.0.0+timing-tests-dev (= 5.0.0-1+apertis1bv2024dev2b1), librust-notify-5.0.0-dev (= 5.0.0-1+apertis1bv2024dev2b1)
Depends: librust-bitflags-1+default-dev (>= 1.0.4-~~), librust-crossbeam-channel-0.5+default-dev, librust-filetime-0.2+default-dev (>= 0.2.6-~~), librust-inotify-0.9-dev, librust-libc-0.2+default-dev (>= 0.2.4-~~), librust-mio-0.8+default-dev, librust-mio-0.8+os-ext-dev, librust-serde-1+default-dev (>= 1.0.89-~~), librust-serde-1+derive-dev (>= 1.0.89-~~), librust-walkdir-2+default-dev (>= 2.2.2-~~)
Filename: pool/target/r/rust-notify/librust-notify-dev_5.0.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 35556
MD5sum: 9b2d382a39e8fc5db67f7f00132e2cdb
SHA1: 88eff35e3dcc4688450dc0ae9564e80b1565eeb2
SHA256: 9a1d9dd6178eac280405b71904bf048a8522768c248d5c52c5f784440f570ee0
SHA512: f8bbac5da88c1ebedfdd3a34e677f7ce061aff5fbe4aa59a0e81f8ce3b21cc05e9815861896c82f2c5ffed5951a83b4733d497ced398745870e80423b5affd4b
Description: Cross-platform filesystem notification library - Rust source code
 This package contains the source for the Rust notify crate, packaged by
 debcargo for use with cargo and dh-cargo.
Homepage: https://github.com/notify-rs/notify
Multi-Arch: same

Package: librust-nu-ansi-term-dev
Priority: optional
Section: rust
Installed-Size: 114
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-nu-ansi-term
Version: 0.46.0-1+apertis1bv2024dev2b1
Provides: librust-nu-ansi-term+default-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term+derive-serde-style-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term+serde-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term-0+default-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term-0+derive-serde-style-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term-0+serde-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term-0-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term-0.46+default-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term-0.46+derive-serde-style-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term-0.46+serde-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term-0.46-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term-0.46.0+default-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term-0.46.0+derive-serde-style-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term-0.46.0+serde-dev (= 0.46.0-1+apertis1bv2024dev2b1), librust-nu-ansi-term-0.46.0-dev (= 0.46.0-1+apertis1bv2024dev2b1)
Depends: librust-overload-0.1+default-dev (>= 0.1.1-~~), librust-serde-1+default-dev (>= 1.0.90-~~), librust-serde-1+derive-dev (>= 1.0.90-~~), librust-winapi-0.3+consoleapi-dev (>= 0.3.4-~~), librust-winapi-0.3+default-dev (>= 0.3.4-~~), librust-winapi-0.3+errhandlingapi-dev (>= 0.3.4-~~), librust-winapi-0.3+fileapi-dev (>= 0.3.4-~~), librust-winapi-0.3+handleapi-dev (>= 0.3.4-~~), librust-winapi-0.3+processenv-dev (>= 0.3.4-~~)
Filename: pool/target/r/rust-nu-ansi-term/librust-nu-ansi-term-dev_0.46.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 21708
MD5sum: ce7306477926e625ab0d52c1298811cd
SHA1: ab2fffc720063bf8c96e33f1fc12db2a79a92549
SHA256: c721aad7a31aed1cc2ca9191bf302907d3a260401a47038a91074aa671899026
SHA512: 2f7d946846a04c876bc7892f9142148710ec42e7baf32144f65ca952e0b6b21ff7126df6260f04697f0396fcd9eda38c8338f71b4f111941ee4158fe39a661d2
Description: ANSI terminal colors and styles (bold, underline) - Rust source code
 This package contains the source for the Rust nu-ansi-term crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-once-cell-dev
Priority: optional
Section: rust
Installed-Size: 174
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-once-cell
Version: 1.17.0-1+apertis0bv2024dev2b1
Provides: librust-once-cell+alloc-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell+default-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell+parking-lot-core-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell+parking-lot-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell+race-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell+std-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell+unstable-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1+alloc-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1+default-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1+parking-lot-core-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1+parking-lot-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1+race-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1+std-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1+unstable-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17+alloc-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17+default-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17+parking-lot-core-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17+parking-lot-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17+race-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17+std-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17+unstable-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17.0+alloc-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17.0+default-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17.0+parking-lot-core-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17.0+parking-lot-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17.0+race-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17.0+std-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17.0+unstable-dev (= 1.17.0-1+apertis0bv2024dev2b1), librust-once-cell-1.17.0-dev (= 1.17.0-1+apertis0bv2024dev2b1)
Depends: librust-parking-lot-core-0.9-dev (>= 0.9.3-~~)
Breaks: librust-string-cache-dev (<< 0.8.4)
Filename: pool/target/r/rust-once-cell/librust-once-cell-dev_1.17.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 33936
MD5sum: 270c41fdfdd98d5a1c6535864bb60b84
SHA1: 873920d0cc960d779c40af21da8c51ae1f4f27e2
SHA256: e452e328f41b1384b5e006b5306a6badb15cfb221870b3e9482e048f81e914c5
SHA512: 8ed9525bf92a9ec8283cc3c0dbcc9c0869066ba15b3c83294ed7e789fd8738323b1680fa440af96194a734de211d77217aef7b367435f8c19642c807f52e88f2
Description: Single assignment cells and lazy values - Rust source code
 This package contains the source for the Rust once_cell crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-overload-dev
Priority: optional
Section: rust
Installed-Size: 62
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-overload
Version: 0.1.1-1+apertis1bv2024dev2b1
Provides: librust-overload+default-dev (= 0.1.1-1+apertis1bv2024dev2b1), librust-overload-0+default-dev (= 0.1.1-1+apertis1bv2024dev2b1), librust-overload-0-dev (= 0.1.1-1+apertis1bv2024dev2b1), librust-overload-0.1+default-dev (= 0.1.1-1+apertis1bv2024dev2b1), librust-overload-0.1-dev (= 0.1.1-1+apertis1bv2024dev2b1), librust-overload-0.1.1+default-dev (= 0.1.1-1+apertis1bv2024dev2b1), librust-overload-0.1.1-dev (= 0.1.1-1+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-overload/librust-overload-dev_0.1.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 25600
MD5sum: 0280115942c75f2b558f2d651e6ca65a
SHA1: 75f2019118918ec6f3f174cdbb61637777670943
SHA256: 4f4dcb1494f8e42b7374ddde4837615fd41d22f6d4a1b706809398193d989464
SHA512: f7b472a4b22d44bec1bf559e32d1607ee5474af233e00e8b03dcf72f2b7d4695fae3312b8a00ee6f1e209376f1838463c8b3e98de6bdd5e1a7fa7cd1045140c9
Description: Provides a macro to simplify operator overloading - Rust source code
 This package contains the source for the Rust overload crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-password-hash-dev
Priority: optional
Section: rust
Installed-Size: 126
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-password-hash
Version: 0.4.2-1+apertis1bv2024dev2b1
Provides: librust-password-hash+alloc-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash+default-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash+rand-core-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash+std-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0+alloc-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0+default-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0+rand-core-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0+std-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0.4+alloc-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0.4+default-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0.4+rand-core-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0.4+std-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0.4-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0.4.2+alloc-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0.4.2+default-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0.4.2+rand-core-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0.4.2+std-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-password-hash-0.4.2-dev (= 0.4.2-1+apertis1bv2024dev2b1)
Depends: librust-base64ct-1+alloc-dev, librust-base64ct-1+default-dev, librust-base64ct-1+std-dev, librust-rand-core-0.6+std-dev, librust-rand-core-0.6-dev, librust-subtle-2-dev
Filename: pool/target/r/rust-password-hash/librust-password-hash-dev_0.4.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 27664
MD5sum: b0e561476354fbac9bdecacca901505d
SHA1: 121f31232d4bb01527f8f7a57671cee3e6a971a0
SHA256: 57ab0aee05047f3e7c80ac41ec6c7315f7abf6d76805f81510a56add055ec938
SHA512: afd982cb30b5ff2cd26848cf39b1363ce4630996101c460fbcb38c773db0699b3a4d17c20d161dd5ffcac53c9e03157a8e54ede5ef9e5cc39b3702c0c3a5ee6a
Description: Traits which describe the functionality of password hashing algorithms, as well as a `no_std`-friendly implementation of the PHC string format (a well-defined subset of the Modular Crypt Format a.k.a - Rust source code
 MCF)
 .
 This package contains the source for the Rust password-hash crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-pbkdf2-dev
Priority: optional
Section: rust
Installed-Size: 86
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-pbkdf2
Version: 0.11.0-1+apertis1bv2024dev2b1
Provides: librust-pbkdf2+default-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2+hmac-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2+parallel-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2+password-hash-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2+rayon-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2+sha1-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2+sha2-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2+simple-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2+std-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0+default-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0+hmac-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0+parallel-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0+password-hash-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0+rayon-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0+sha1-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0+sha2-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0+simple-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0+std-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11+default-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11+hmac-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11+parallel-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11+password-hash-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11+rayon-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11+sha1-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11+sha2-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11+simple-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11+std-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11.0+default-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11.0+hmac-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11.0+parallel-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11.0+password-hash-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11.0+rayon-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11.0+sha1-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11.0+sha2-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11.0+simple-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11.0+std-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-pbkdf2-0.11.0-dev (= 0.11.0-1+apertis1bv2024dev2b1)
Depends: librust-digest-0.10+default-dev (>= 0.10.3-~~), librust-digest-0.10+mac-dev (>= 0.10.3-~~), librust-hmac-0.12-dev, librust-password-hash-0.4+rand-core-dev, librust-password-hash-0.4+std-dev, librust-rayon-1+default-dev (>= 1.2-~~), librust-sha1-0.10-dev, librust-sha2-0.10-dev
Filename: pool/target/r/rust-pbkdf2/librust-pbkdf2-dev_0.11.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 16704
MD5sum: 055375a35808f50caaf11999414a58ef
SHA1: 625c0e7a8e7dbe64e108355ca156f4d992dbf324
SHA256: aba43d4fc6d2f30396d661e389c84cc77a0f6ed988bd9e14226cc6f12ecc6136
SHA512: 7338154cd5c2a98e954ac80e27ccfc3daa969f4906388c917001345dec9db84e571583fec3af247e4c8b5efef3d43a3820b4139b81ae443591bb05616193aa61
Description: Generic implementation of PBKDF2 - Rust source code
 This package contains the source for the Rust pbkdf2 crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-petgraph-dev
Priority: optional
Section: rust
Installed-Size: 4822
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-petgraph
Version: 0.6.2-1+apertis0bv2024dev2b1
Provides: librust-petgraph+all-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph+default-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph+generate-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph+graphmap-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph+matrix-graph-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph+serde-1-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph+serde-derive-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph+serde-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph+stable-graph-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph+unstable-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0+all-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0+default-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0+generate-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0+graphmap-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0+matrix-graph-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0+serde-1-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0+serde-derive-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0+serde-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0+stable-graph-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0+unstable-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6+all-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6+default-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6+generate-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6+graphmap-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6+matrix-graph-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6+serde-1-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6+serde-derive-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6+serde-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6+stable-graph-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6+unstable-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6.2+all-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6.2+default-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6.2+generate-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6.2+graphmap-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6.2+matrix-graph-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6.2+serde-1-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6.2+serde-derive-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6.2+serde-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6.2+stable-graph-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6.2+unstable-dev (= 0.6.2-1+apertis0bv2024dev2b1), librust-petgraph-0.6.2-dev (= 0.6.2-1+apertis0bv2024dev2b1)
Depends: librust-fixedbitset-0.4-dev, librust-indexmap-1+default-dev (>= 1.7-~~), librust-serde-1+default-dev, librust-serde-derive-1+default-dev
Filename: pool/target/r/rust-petgraph/librust-petgraph-dev_0.6.2-1+apertis0bv2024dev2b1_arm64.deb
Size: 142572
MD5sum: 76430004bc84e657f95516f26b63af0a
SHA1: 37a6bbff37eb3c39715ebbb6696e04086d405785
SHA256: 72fc8199b0006e8386d6a164d9112bbe05e357581c6f4243e9550d70865d7fd8
SHA512: 796e8c95af7144f7ee0f3e4f7654350209291bab6cb04e38338d2f72f3e40835c850c5a919f9e5a566afc9805fcb17ee3f527c7e940d682e0cb420f652e802fb
Description: Graph data structure library - Rust source code
 Provides graph types and graph algorithms.
 .
 This package contains the source for the Rust petgraph crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-phf+macros-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-phf
Version: 0.10.1-2+apertis1bv2024dev2b1
Provides: librust-phf-0+macros-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10+macros-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10.1+macros-dev (= 0.10.1-2+apertis1bv2024dev2b1)
Depends: librust-phf-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf+phf-macros-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf+proc-macro-hack-dev (= 0.10.1-2+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-phf/librust-phf+macros-dev_0.10.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 1208
MD5sum: a77126a675d548e89fb82a41e9f7a51f
SHA1: fa93ec298f2d3625873ca85675ff8e8c02800e75
SHA256: 3f8167a40399686f215c5a4238f8fb6a9e909d3d9c47a6fa9bca83e05122bfb5
SHA512: 3898ee575596587a8c207ccc3d30b317c8c7968698e5cd3357a7546ba16c6480ec1553198d5dc279df68f20c5fc1e359fe96e7f76ca98eddd302fcaa4e8d1df6
Description: Runtime support for perfect hash function data structures - feature "macros"
 This metapackage enables feature "macros" for the Rust phf crate, by pulling in
 any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-phf+phf-macros-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-phf
Version: 0.10.1-2+apertis1bv2024dev2b1
Provides: librust-phf-0+phf-macros-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10+phf-macros-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10.1+phf-macros-dev (= 0.10.1-2+apertis1bv2024dev2b1)
Depends: librust-phf-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-macros-0.10+default-dev
Filename: pool/target/r/rust-phf/librust-phf+phf-macros-dev_0.10.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 1208
MD5sum: f4473256cdf59883bd84604282844f03
SHA1: d92ef2916f94b6e047196a7ed400383514c68135
SHA256: 1922360c01fce11759c6a71b57311269b9a5f671ae05d27725a60ee129fbb146
SHA512: a60e4d744083a3d2d9ec7f8e04c640958b38a4e0b06835929188b8747422775ece4157af1f419e2729375a1ab6fd87cd43cd65937de68cee678306c930722c26
Description: Runtime support for perfect hash function data structures - feature "phf_macros"
 This metapackage enables feature "phf_macros" for the Rust phf crate, by
 pulling in any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-phf+proc-macro-hack-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-phf
Version: 0.10.1-2+apertis1bv2024dev2b1
Provides: librust-phf-0+proc-macro-hack-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10+proc-macro-hack-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10.1+proc-macro-hack-dev (= 0.10.1-2+apertis1bv2024dev2b1)
Depends: librust-phf-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-proc-macro-hack-0.5+default-dev (>= 0.5.4-~~)
Filename: pool/target/r/rust-phf/librust-phf+proc-macro-hack-dev_0.10.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 1228
MD5sum: ee9384617f5f5ac5e49c7a385b2aa130
SHA1: 3f0ab19299c68bd2f0dc2d48beaa01a8b84eacd8
SHA256: e6cc0d8a30139b8749875c4e2c6dbc6c14e43ae958dad90117b5ea75fed8c4c0
SHA512: 814f167c92328beb016adf032c384c91b2b8d59472a2adbdfd562e3c91f3ea8954ff9695102b9a64ed151ed9bc253dda4a6ecd6790c7255059cf9283d8a82281
Description: Runtime support for perfect hash function data structures - feature "proc-macro-hack"
 This metapackage enables feature "proc-macro-hack" for the Rust phf crate, by
 pulling in any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-phf+serde-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-phf
Version: 0.10.1-2+apertis1bv2024dev2b1
Provides: librust-phf-0+serde-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10+serde-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10.1+serde-dev (= 0.10.1-2+apertis1bv2024dev2b1)
Depends: librust-phf-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-serde-1+default-dev
Filename: pool/target/r/rust-phf/librust-phf+serde-dev_0.10.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 1200
MD5sum: b40b3657d0d3601f650a6956a95f6f91
SHA1: 13123c9cbc6714a301b5fe8a8e8c625fee986867
SHA256: 16bb89c3693facc7e9775128272eb7028c943c3db6c0587ce67997811c800095
SHA512: 7c2ed8331bf23b0b8e0dd19b602d5528b3ad665830f0e322db9fd266f4c7a649c3832f1504c46152a4b6ea07fd9991c0a14d285271f4ebbdd9e31d2bec07109e
Description: Runtime support for perfect hash function data structures - feature "serde"
 This metapackage enables feature "serde" for the Rust phf crate, by pulling in
 any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-phf+std-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-phf
Version: 0.10.1-2+apertis1bv2024dev2b1
Provides: librust-phf+default-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0+default-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0+std-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10+default-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10+std-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10.1+default-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10.1+std-dev (= 0.10.1-2+apertis1bv2024dev2b1)
Depends: librust-phf-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-shared-0.10+std-dev
Filename: pool/target/r/rust-phf/librust-phf+std-dev_0.10.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 1252
MD5sum: 49ba7c32e089453a52ab929850d5cca2
SHA1: 6ebeee7462b4faa99acfe943054e2bf4d6f193b7
SHA256: ea25fd901ae8f93e9de501cdc024a525aec04353fa801659983c99e451426f7c
SHA512: 88adf71b49762e310c07c36dae960fbf1895724550f165eba6168388e87b5e2089663375af748f977156a0f7a28508d357877cf708b07b54642f7266a0d5e524
Description: Runtime support for perfect hash function data structures - feature "std" and 1 more
 This metapackage enables feature "std" for the Rust phf crate, by pulling in
 any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "default" feature.
Multi-Arch: same

Package: librust-phf+uncased-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-phf
Version: 0.10.1-2+apertis1bv2024dev2b1
Provides: librust-phf-0+uncased-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10+uncased-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10.1+uncased-dev (= 0.10.1-2+apertis1bv2024dev2b1)
Depends: librust-phf-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-shared-0.10+uncased-dev
Filename: pool/target/r/rust-phf/librust-phf+uncased-dev_0.10.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 1196
MD5sum: 45100c7791834823f65fb43d77ce5f19
SHA1: 0b61898adc2b3112caf5362c278c530b63a4338b
SHA256: cf6c3e824655396f87f33c1e79dca6d008aa908ddb039d3017776d5ca0316842
SHA512: d73e0ddfab6c0c7f50f5bb39ef7e866c5aba3150451f32a1d6c9c9b121ab559134cf723b8c15f330bdfdd884e10ada918b435185c5d86c20f1b3768df03de4b1
Description: Runtime support for perfect hash function data structures - feature "uncased"
 This metapackage enables feature "uncased" for the Rust phf crate, by pulling
 in any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-phf+unicase-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-phf
Version: 0.10.1-2+apertis1bv2024dev2b1
Provides: librust-phf-0+unicase-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10+unicase-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10.1+unicase-dev (= 0.10.1-2+apertis1bv2024dev2b1)
Depends: librust-phf-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-shared-0.10+unicase-dev
Filename: pool/target/r/rust-phf/librust-phf+unicase-dev_0.10.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 1196
MD5sum: 86f8953ca7fd87ce15430140bd44e475
SHA1: fb13d1cc2146824c8eb39a5d51bc035c13ce5557
SHA256: d511c128c866f53431935fd0ac6827623aa83d5d88239c0630610165d5bf2dc3
SHA512: 0e81e2ce148072540a02c57a3b9b68b56e8650426432038fa33a18c8eee6777a34f474d27344faa4f8d87a20cf8a11e451344a2c75993ff49db154293c4cc44b
Description: Runtime support for perfect hash function data structures - feature "unicase"
 This metapackage enables feature "unicase" for the Rust phf crate, by pulling
 in any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-phf-codegen-dev
Priority: optional
Section: rust
Installed-Size: 29
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-phf-codegen
Version: 0.10.0-2+apertis1bv2024dev2b1
Provides: librust-phf-codegen+default-dev (= 0.10.0-2+apertis1bv2024dev2b1), librust-phf-codegen-0+default-dev (= 0.10.0-2+apertis1bv2024dev2b1), librust-phf-codegen-0-dev (= 0.10.0-2+apertis1bv2024dev2b1), librust-phf-codegen-0.10+default-dev (= 0.10.0-2+apertis1bv2024dev2b1), librust-phf-codegen-0.10-dev (= 0.10.0-2+apertis1bv2024dev2b1), librust-phf-codegen-0.10.0+default-dev (= 0.10.0-2+apertis1bv2024dev2b1), librust-phf-codegen-0.10.0-dev (= 0.10.0-2+apertis1bv2024dev2b1)
Depends: librust-phf-generator-0.10+default-dev, librust-phf-shared-0.10+default-dev
Filename: pool/target/r/rust-phf-codegen/librust-phf-codegen-dev_0.10.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 5924
MD5sum: 1a1e3f574d801392cfc969e0c6cb2161
SHA1: 6d1c232ef4e6f3846be7959017f24fbb22d08889
SHA256: c6fcd3541f01e83e24b3bf827c2fdf9fd83a873858134832c772a01c0b277d18
SHA512: 9b45a65fe2dd838bd1b0c8374695684132074270854d2a4c4bbe85ba075e0c8f79f1f2406e08c4db98291ca1e688103c86b3f1e7c31b5c7f70bfc61915983804
Description: Codegen library for PHF types - Rust source code
 This package contains the source for the Rust phf_codegen crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-phf-dev
Priority: optional
Section: rust
Installed-Size: 47
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-phf
Version: 0.10.1-2+apertis1bv2024dev2b1
Provides: librust-phf-0-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf-0.10.1-dev (= 0.10.1-2+apertis1bv2024dev2b1)
Depends: librust-phf-shared-0.10-dev
Recommends: librust-phf+std-dev (= 0.10.1-2+apertis1bv2024dev2b1)
Suggests: librust-phf+macros-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf+phf-macros-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf+proc-macro-hack-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf+serde-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf+uncased-dev (= 0.10.1-2+apertis1bv2024dev2b1), librust-phf+unicase-dev (= 0.10.1-2+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-phf/librust-phf-dev_0.10.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 7892
MD5sum: 6193d34dbec073fc934e2dfbb8922d10
SHA1: f7947a52b7ee603124518933514a7c34039c7ed9
SHA256: a4be4f8fdb5a82f552062f4ec5e4b20dd5c7bb5121c18610a356fee7d134d17f
SHA512: fc6ee49ca771e219242689a976f7f6e8f9eb43619685ee41922330043b31f98de98316807db2e73ab8a5044ed53c983f855c00eb6002a91cd026e1a99de0b171
Description: Runtime support for perfect hash function data structures - Rust source code
 This package contains the source for the Rust phf crate, packaged by debcargo
 for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-phf-generator-dev
Priority: optional
Section: rust
Installed-Size: 31
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-phf-generator
Version: 0.10.0-2+apertis1bv2024dev2b1
Provides: librust-phf-generator+default-dev (= 0.10.0-2+apertis1bv2024dev2b1), librust-phf-generator-0+default-dev (= 0.10.0-2+apertis1bv2024dev2b1), librust-phf-generator-0-dev (= 0.10.0-2+apertis1bv2024dev2b1), librust-phf-generator-0.10+default-dev (= 0.10.0-2+apertis1bv2024dev2b1), librust-phf-generator-0.10-dev (= 0.10.0-2+apertis1bv2024dev2b1), librust-phf-generator-0.10.0+default-dev (= 0.10.0-2+apertis1bv2024dev2b1), librust-phf-generator-0.10.0-dev (= 0.10.0-2+apertis1bv2024dev2b1)
Depends: librust-phf-shared-0.10-dev, librust-rand-0.8+default-dev, librust-rand-0.8+small-rng-dev
Filename: pool/target/r/rust-phf-generator/librust-phf-generator-dev_0.10.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 6420
MD5sum: f86baaaac6d0d0a3b0e573e745ba30d3
SHA1: 21de38aa8453632e0be80183c5718c61f64b58d8
SHA256: e95ef5888a13bc5ef543d26c772cdfdeb137804e261a8dbeb608841735ed23d1
SHA512: 93a9d1ad9ee960f1c73999c62989121728b2f93bf14f07d106eeb9e7392fc4389f0a2b373eb75456ad5976016ee129154e1f1c5b9cc8933987977342feb750b5
Description: PHF generation logic - Rust source code
 This package contains the source for the Rust phf_generator crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-phf-shared+uncased-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-phf-shared
Version: 0.10.0-2+apertis0bv2024dev2b1
Provides: librust-phf-shared-0+uncased-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared-0.10+uncased-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared-0.10.0+uncased-dev (= 0.10.0-2+apertis0bv2024dev2b1)
Depends: librust-phf-shared-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-uncased-0.9-dev (>= 0.9.6-~~)
Filename: pool/target/r/rust-phf-shared/librust-phf-shared+uncased-dev_0.10.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 1208
MD5sum: 78dbdb5c0fac21e8aad5ddb0a6542ffc
SHA1: b693f9cb92aec41beb7a9e4e78ae0a3472d54e32
SHA256: 5cf0a77ea6129bccf93588f7791caa87cf65fda87fe59db3d5861c28e7af7e5d
SHA512: f1b9eabef00faced51dc16b61d521d5817aaac94d6706aef5c6c4c7520b87894fd3dcc020fd417879b0513ab47b3bfd0d400c44616eaf78d8445f5f3f263830c
Description: Support code shared by PHF libraries - feature "uncased"
 This metapackage enables feature "uncased" for the Rust phf_shared crate, by
 pulling in any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-phf-shared+unicase-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-phf-shared
Version: 0.10.0-2+apertis0bv2024dev2b1
Provides: librust-phf-shared-0+unicase-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared-0.10+unicase-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared-0.10.0+unicase-dev (= 0.10.0-2+apertis0bv2024dev2b1)
Depends: librust-phf-shared-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-unicase-2+default-dev (>= 2.4.0-~~)
Filename: pool/target/r/rust-phf-shared/librust-phf-shared+unicase-dev_0.10.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 1220
MD5sum: e42df6608f4175b8ea62ced0e43914da
SHA1: 6c86048bcf3ae0830ae87f7734f2e7ba7d787c88
SHA256: dd3e7c5c2f860750c2691c9e3c0fbcf99920d891e3117fadd3b8212b14657a84
SHA512: 4631a07b20c5011b55db3cda1a60cf216364719aa5f699f06ca079e23e87b53a9412a179320768a1cf3bb0460e8cf00645741d3292643c7dfd7f2a010147a415
Description: Support code shared by PHF libraries - feature "unicase"
 This metapackage enables feature "unicase" for the Rust phf_shared crate, by
 pulling in any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-phf-shared-dev
Priority: optional
Section: rust
Installed-Size: 27
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-phf-shared
Version: 0.10.0-2+apertis0bv2024dev2b1
Provides: librust-phf-shared+default-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared+std-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared-0+default-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared-0+std-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared-0-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared-0.10+default-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared-0.10+std-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared-0.10-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared-0.10.0+default-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared-0.10.0+std-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared-0.10.0-dev (= 0.10.0-2+apertis0bv2024dev2b1)
Depends: librust-siphasher-0.3+default-dev
Suggests: librust-phf-shared+uncased-dev (= 0.10.0-2+apertis0bv2024dev2b1), librust-phf-shared+unicase-dev (= 0.10.0-2+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-phf-shared/librust-phf-shared-dev_0.10.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 6752
MD5sum: 30218621e83c6950c26f9a3e7fb0c7ea
SHA1: dfcadfc84f50feb3037bf9967836e44e4a28f61f
SHA256: f2a26a63ddc87af3617e05f40d823941bc39af5969b07addbc1301e729c65117
SHA512: 82855641deb6be92dc22c917e5fe558c3e3d7168ba20750f390e092b027f5510231258b5ef6663642d1b72df37ca5b9fd6d626141f75073fc0b111593b98bacb
Description: Support code shared by PHF libraries - Rust source code
 This package contains the source for the Rust phf_shared crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-pico-args-dev
Priority: optional
Section: rust
Installed-Size: 81
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-pico-args
Version: 0.4.2-1+apertis1bv2024dev2b1
Provides: librust-pico-args+combined-flags-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args+default-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args+eq-separator-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args+short-space-opt-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0+combined-flags-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0+default-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0+eq-separator-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0+short-space-opt-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0.4+combined-flags-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0.4+default-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0.4+eq-separator-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0.4+short-space-opt-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0.4-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0.4.2+combined-flags-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0.4.2+default-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0.4.2+eq-separator-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0.4.2+short-space-opt-dev (= 0.4.2-1+apertis1bv2024dev2b1), librust-pico-args-0.4.2-dev (= 0.4.2-1+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-pico-args/librust-pico-args-dev_0.4.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 14516
MD5sum: 056c0b9f71e2d950cc650785013167b5
SHA1: ffede11890161a5c799b80477be907a937c0ffee
SHA256: 9ef19f6dc1e60173cbf9368120b638d8e47484c0492d2a41e743021a069d9cad
SHA512: da8aa3fc9214bee3e58151541b051b0b4607affa82e0eb32161815e371610a18f6682460b1249096d0ef4ebcaf92a3f72cd0061db8edcf617b1f5c72e8f35cc2
Description: Ultra simple CLI arguments parser - Rust source code
 This package contains the source for the Rust pico-args crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-portable-atomic-dev
Priority: optional
Section: rust
Installed-Size: 678
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-portable-atomic
Version: 0.3.19-1+apertis1bv2024dev2b1
Provides: librust-portable-atomic+default-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic+fallback-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic+float-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic+outline-atomics-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic+serde-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic+std-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0+default-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0+fallback-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0+float-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0+outline-atomics-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0+serde-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0+std-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3+default-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3+fallback-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3+float-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3+outline-atomics-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3+serde-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3+std-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3.19+default-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3.19+fallback-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3.19+float-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3.19+outline-atomics-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3.19+serde-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3.19+std-dev (= 0.3.19-1+apertis1bv2024dev2b1), librust-portable-atomic-0.3.19-dev (= 0.3.19-1+apertis1bv2024dev2b1)
Depends: librust-serde-1-dev (>= 1.0.103-~~)
Filename: pool/target/r/rust-portable-atomic/librust-portable-atomic-dev_0.3.19-1+apertis1bv2024dev2b1_arm64.deb
Size: 70096
MD5sum: 4555b542350a4ea01127964fe69a1ae9
SHA1: 5a263f38b86d6ab65b44646864652a581b824f58
SHA256: fe971f03582ffd346781624bfa19e92cf99ff445864a58ed196716233303e2d4
SHA512: dcacd78e2e8ee5725b0a960dc5a61b0ecbe2f9e8d9d3563c1339e448f952369f29cda2e87588910de25e28096f7e182c97cfca153e24a7a0af09c901271db645
Description: Portable atomic types including support for 128-bit atomics, atomic float, etc - Rust source code
 This package contains the source for the Rust portable-atomic crate, packaged
 by debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-precomputed-hash-dev
Priority: optional
Section: rust
Installed-Size: 20
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-precomputed-hash
Version: 0.1.1-1+apertis2bv2024dev2b1
Provides: librust-precomputed-hash+default-dev (= 0.1.1-1+apertis2bv2024dev2b1), librust-precomputed-hash-0+default-dev (= 0.1.1-1+apertis2bv2024dev2b1), librust-precomputed-hash-0-dev (= 0.1.1-1+apertis2bv2024dev2b1), librust-precomputed-hash-0.1+default-dev (= 0.1.1-1+apertis2bv2024dev2b1), librust-precomputed-hash-0.1-dev (= 0.1.1-1+apertis2bv2024dev2b1), librust-precomputed-hash-0.1.1+default-dev (= 0.1.1-1+apertis2bv2024dev2b1), librust-precomputed-hash-0.1.1-dev (= 0.1.1-1+apertis2bv2024dev2b1)
Filename: pool/target/r/rust-precomputed-hash/librust-precomputed-hash-dev_0.1.1-1+apertis2bv2024dev2b1_arm64.deb
Size: 3684
MD5sum: 4cd23a417de2d2f1cc21ae942dc43518
SHA1: 6f41fc4a3fee41e854dcb79e89cde50665f6eb44
SHA256: 7e3cdad9b5a45197c4e19f7ecc6d731d4ddd994e4c045511897f228934cdce8d
SHA512: ed1fdd10b5d9f118806ef2cce4dfb062911d20e25f6ed917bfa69282e57bc1f4f0d83744443510055471d14330b9343053455e91dfd8682f3ad9979e148c0585
Description: Expose a precomputed hash for a given type - Rust source code
 This package contains the source for the Rust precomputed-hash crate, packaged
 by debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-procfs-dev
Priority: optional
Section: rust
Installed-Size: 462
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-procfs
Version: 0.14.1-1+apertis1bv2024dev2b1
Provides: librust-procfs+backtrace-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs+chrono-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs+default-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs+flate2-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0+backtrace-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0+chrono-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0+default-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0+flate2-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0.14+backtrace-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0.14+chrono-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0.14+default-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0.14+flate2-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0.14-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0.14.1+backtrace-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0.14.1+chrono-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0.14.1+default-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0.14.1+flate2-dev (= 0.14.1-1+apertis1bv2024dev2b1), librust-procfs-0.14.1-dev (= 0.14.1-1+apertis1bv2024dev2b1)
Depends: librust-backtrace-0.3+default-dev, librust-bitflags-1+default-dev (>= 1.2-~~), librust-byteorder-1+default-dev (>= 1.2.3-~~), librust-byteorder-1+i128-dev (>= 1.2.3-~~), librust-chrono-0.4+default-dev (>= 0.4.1-~~), librust-flate2-1+default-dev (>= 1.0.3-~~), librust-hex-0.4+default-dev, librust-lazy-static-1+default-dev (>= 1.0.2-~~), librust-rustix-0.35+default-dev (>= 0.35.6-~~), librust-rustix-0.35+fs-dev (>= 0.35.6-~~), librust-rustix-0.35+param-dev (>= 0.35.6-~~), librust-rustix-0.35+process-dev (>= 0.35.6-~~), librust-rustix-0.35+thread-dev (>= 0.35.6-~~)
Filename: pool/target/r/rust-procfs/librust-procfs-dev_0.14.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 91440
MD5sum: 5307176125e8524501c85ce0eecf47b3
SHA1: afc1551ee5671d69c557f9f9bb4111c73cfde087
SHA256: 991bd17bbc199da4a7eab111f7804d9bc4b94d6493018ff2a9b3a8d98e8fa02f
SHA512: 4a44be2a1010c73abee4a80585186c00ae4f3ab5a6b0ace82a76488218d8e06c4723d6497618997189a58580cf46f07f3b51dbc601abec8ab372ff2ccba3ae57
Description: Interface to the linux procfs pseudo-filesystem - Rust source code
 This package contains the source for the Rust procfs crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-rav1e-dev
Priority: optional
Section: rust
Installed-Size: 7436
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-rav1e
Version: 0.5.1-6+apertis1bv2024dev2b1
Provides: librust-rav1e+aom-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+asm-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+av-metrics-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+bench-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+binaries-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+capi-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+cc-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+clap-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+console-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+dav1d-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+decode-test-dav1d-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+decode-test-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+default-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+fern-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+ivf-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+nasm-rs-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+regex-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+scan-fmt-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+scenechange-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+serde-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+serialize-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+signal-hook-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+signal-support-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+toml-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e+y4m-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+aom-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+asm-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+av-metrics-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+bench-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+binaries-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+capi-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+cc-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+clap-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+console-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+dav1d-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+decode-test-dav1d-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+decode-test-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+default-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+fern-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+ivf-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+nasm-rs-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+regex-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+scan-fmt-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+scenechange-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+serde-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+serialize-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+signal-hook-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+signal-support-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+toml-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0+y4m-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+aom-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+asm-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+av-metrics-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+bench-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+binaries-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+capi-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+cc-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+clap-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+console-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+dav1d-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+decode-test-dav1d-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+decode-test-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+default-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+fern-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+ivf-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+nasm-rs-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+regex-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+scan-fmt-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+scenechange-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+serde-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+serialize-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+signal-hook-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+signal-support-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+toml-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5+y4m-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+aom-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+asm-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+av-metrics-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+bench-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+binaries-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+capi-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+cc-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+clap-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+console-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+dav1d-sys-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+decode-test-dav1d-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+decode-test-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+default-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+fern-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+ivf-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+nasm-rs-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+regex-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+scan-fmt-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+scenechange-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+serde-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+serialize-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+signal-hook-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+signal-support-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+toml-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1+y4m-dev (= 0.5.1-6+apertis1bv2024dev2b1), librust-rav1e-0.5.1-dev (= 0.5.1-6+apertis1bv2024dev2b1)
Depends: librust-aom-sys-0.3+default-dev, librust-arg-enum-proc-macro-0.3+default-dev, librust-arrayvec-0.7+default-dev, librust-arrayvec-0.7+serde-dev, librust-av-metrics-0.9-dev, librust-bitstream-io-1+default-dev, librust-cc-1+default-dev, librust-cc-1+parallel-dev, librust-cfg-if-1+default-dev, librust-clap-2+color-dev, librust-console-0.15+default-dev, librust-dav1d-sys-0.7+default-dev, librust-fern-0.6+default-dev, librust-itertools-0.10+default-dev, librust-ivf-0.1+default-dev, librust-libc-0.2+default-dev, librust-log-0.4+default-dev, librust-nasm-rs-0.2+default-dev, librust-nasm-rs-0.2+parallel-dev, librust-noop-proc-macro-0.3+default-dev, librust-num-derive-0.3+default-dev, librust-num-traits-0.2+default-dev, librust-paste-1+default-dev, librust-rayon-1+default-dev, librust-regex-1+default-dev, librust-rustc-version-0.4+default-dev, librust-scan-fmt-0.2-dev (>= 0.2.3-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-signal-hook-0.3+default-dev, librust-simd-helpers-0.1+default-dev, librust-system-deps-6+default-dev, librust-thiserror-1+default-dev, librust-toml-0.5+default-dev, librust-v-frame-0.3+default-dev, librust-v-frame-0.3+serialize-dev, librust-y4m-0.7+default-dev
Filename: pool/target/r/rust-rav1e/librust-rav1e-dev_0.5.1-6+apertis1bv2024dev2b1_arm64.deb
Size: 726788
MD5sum: 3f1039d002bf75a11c8818786f370d17
SHA1: b1b5bca80048d4f91466c01f9294cc10a0c0c877
SHA256: 365fc9910432264f7d4710e3645fd31d98a5b3dade85c0a8bfe6a92bb74a32cf
SHA512: dfc042d82d31bd5907345bfdd8f5e832e8c8db0d32ad46db977a36d87cfac60b9e722a5ee82d63fcf2bb0b0350f38a394815484208bfe508f726ee8f2e7a9141
Description: Fastest and safest AV1 encoder - Rust source code
 This package contains the source for the Rust rav1e crate, packaged by debcargo
 for use with cargo and dh-cargo.
Homepage: https://github.com/xiph/rav1e
Multi-Arch: same

Package: librust-reference-counted-singleton-dev
Priority: optional
Section: rust
Installed-Size: 40
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-reference-counted-singleton
Version: 0.1.1-1+apertis1bv2024dev2b1
Provides: librust-reference-counted-singleton+default-dev (= 0.1.1-1+apertis1bv2024dev2b1), librust-reference-counted-singleton-0+default-dev (= 0.1.1-1+apertis1bv2024dev2b1), librust-reference-counted-singleton-0-dev (= 0.1.1-1+apertis1bv2024dev2b1), librust-reference-counted-singleton-0.1+default-dev (= 0.1.1-1+apertis1bv2024dev2b1), librust-reference-counted-singleton-0.1-dev (= 0.1.1-1+apertis1bv2024dev2b1), librust-reference-counted-singleton-0.1.1+default-dev (= 0.1.1-1+apertis1bv2024dev2b1), librust-reference-counted-singleton-0.1.1-dev (= 0.1.1-1+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-reference-counted-singleton/librust-reference-counted-singleton-dev_0.1.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 8184
MD5sum: 5f6ad54213c64018c614c8202848fca5
SHA1: e58629d1c55e449fadfd66cae21e6d720fdaa261
SHA256: a8c162abfb15d9a7ff7ad32e571be0d0a2ee47ffecc2d4a4fc1da26d27fb8cd5
SHA512: 59829917765575f3b08337292af5119f944206e89f730695f2756aed2c5d94465d463bdfef103236db2c98ddeb03809f933cadaffbcabce626be0a7fb755308d
Description: Reference-counted singleton whose protected data can be recreated as needed - Rust source code
 This package contains the source for the Rust reference-counted-singleton
 crate, packaged by debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-rlimit-dev
Priority: optional
Section: rust
Installed-Size: 128
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-rlimit
Version: 0.8.3-1+apertis1bv2024dev2b1
Provides: librust-rlimit+default-dev (= 0.8.3-1+apertis1bv2024dev2b1), librust-rlimit-0+default-dev (= 0.8.3-1+apertis1bv2024dev2b1), librust-rlimit-0-dev (= 0.8.3-1+apertis1bv2024dev2b1), librust-rlimit-0.8+default-dev (= 0.8.3-1+apertis1bv2024dev2b1), librust-rlimit-0.8-dev (= 0.8.3-1+apertis1bv2024dev2b1), librust-rlimit-0.8.3+default-dev (= 0.8.3-1+apertis1bv2024dev2b1), librust-rlimit-0.8.3-dev (= 0.8.3-1+apertis1bv2024dev2b1)
Depends: librust-libc-0.2+default-dev
Filename: pool/target/r/rust-rlimit/librust-rlimit-dev_0.8.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 18688
MD5sum: dac115c0b85ed8fd5c23eb8b8975752b
SHA1: 73ba7dc050db1e795e19dee58499e2ad4ee28f1f
SHA256: 639c4cc11af25a953720069c2165c1de313a2dd2337758de27c0764342eac89b
SHA512: d94fca6389687ca34efd337542503aabaa76781558abc51409c8d03583b530ad0f96856c0ac35df5d4bac367f26a270c13dd59873ad14e80521cab98a603c7f4
Description: Resource limits - Rust source code
 This package contains the source for the Rust rlimit crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-rpassword-dev
Priority: optional
Section: rust
Installed-Size: 68
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-rpassword
Version: 6.0.1-1+apertis0bv2024dev2b1
Provides: librust-rpassword+default-dev (= 6.0.1-1+apertis0bv2024dev2b1), librust-rpassword-6+default-dev (= 6.0.1-1+apertis0bv2024dev2b1), librust-rpassword-6-dev (= 6.0.1-1+apertis0bv2024dev2b1), librust-rpassword-6.0+default-dev (= 6.0.1-1+apertis0bv2024dev2b1), librust-rpassword-6.0-dev (= 6.0.1-1+apertis0bv2024dev2b1), librust-rpassword-6.0.1+default-dev (= 6.0.1-1+apertis0bv2024dev2b1), librust-rpassword-6.0.1-dev (= 6.0.1-1+apertis0bv2024dev2b1)
Depends: librust-libc-0.2+default-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-serde-json-1+default-dev, librust-winapi-0.3+consoleapi-dev, librust-winapi-0.3+default-dev, librust-winapi-0.3+fileapi-dev, librust-winapi-0.3+handleapi-dev, librust-winapi-0.3+minwindef-dev, librust-winapi-0.3+processenv-dev, librust-winapi-0.3+std-dev, librust-winapi-0.3+winbase-dev, librust-winapi-0.3+wincon-dev, librust-winapi-0.3+winnt-dev
Filename: pool/target/r/rust-rpassword/librust-rpassword-dev_6.0.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 14092
MD5sum: ca3bc9312d26782ef234109048372119
SHA1: 9c7fb8fb355a379479a8618533018049333dc949
SHA256: 8ced123f4b99e56bc8c4f1357df5329683f39cd8df85b2488c2353234726d274
SHA512: 0e133808cc4a6bfe11821013d8788ed576351e53ee368867352e6fe93b09a09b1a0bfd38dcfbd9f9b90c27a0ca3405fb6214e51fcd1b1ca1f2a43d9191ef0c93
Description: Read passwords in console applications - Rust source code
 This package contains the source for the Rust rpassword crate, packaged by
 debcargo for use with cargo and dh-cargo.
Homepage: https://github.com/conradkleinespel/rpassword
Multi-Arch: same

Package: librust-selinux-dev
Priority: optional
Section: rust
Installed-Size: 230
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-selinux
Version: 0.3.2-1+apertis1bv2024dev2b1
Provides: librust-selinux+default-dev (= 0.3.2-1+apertis1bv2024dev2b1), librust-selinux-0+default-dev (= 0.3.2-1+apertis1bv2024dev2b1), librust-selinux-0-dev (= 0.3.2-1+apertis1bv2024dev2b1), librust-selinux-0.3+default-dev (= 0.3.2-1+apertis1bv2024dev2b1), librust-selinux-0.3-dev (= 0.3.2-1+apertis1bv2024dev2b1), librust-selinux-0.3.2+default-dev (= 0.3.2-1+apertis1bv2024dev2b1), librust-selinux-0.3.2-dev (= 0.3.2-1+apertis1bv2024dev2b1)
Depends: librust-bitflags-1+default-dev (>= 1.3-~~), librust-libc-0.2+default-dev, librust-once-cell-1+default-dev (>= 1.16-~~), librust-reference-counted-singleton-0.1+default-dev, librust-selinux-sys-0.6+default-dev, librust-thiserror-1+default-dev
Filename: pool/target/r/rust-selinux/librust-selinux-dev_0.3.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 33580
MD5sum: d23faa480be7680e05113c4ae6ec0171
SHA1: 0c14fba06af994f85682a9ef2f349f92b0fe9d58
SHA256: f84cccba7a824e1524c5884123dacd34d396e7a065159c6b3adc58b66a014fde
SHA512: de50136a1d22971849a7bfcf935d69580e537854471cacf6197efac522e644cca0b6108d26bc8aa0f5c039c99db0f14318b4d9ade28cb4460f560d8e10cff8e1
Description: Flexible Mandatory Access Control for Linux - Rust source code
 This package contains the source for the Rust selinux crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-selinux-sys-dev
Priority: optional
Section: rust
Installed-Size: 49
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-selinux-sys
Version: 0.6.2-1+apertis1bv2024dev2b1
Provides: librust-selinux-sys+default-dev (= 0.6.2-1+apertis1bv2024dev2b1), librust-selinux-sys+static-dev (= 0.6.2-1+apertis1bv2024dev2b1), librust-selinux-sys-0+default-dev (= 0.6.2-1+apertis1bv2024dev2b1), librust-selinux-sys-0+static-dev (= 0.6.2-1+apertis1bv2024dev2b1), librust-selinux-sys-0-dev (= 0.6.2-1+apertis1bv2024dev2b1), librust-selinux-sys-0.6+default-dev (= 0.6.2-1+apertis1bv2024dev2b1), librust-selinux-sys-0.6+static-dev (= 0.6.2-1+apertis1bv2024dev2b1), librust-selinux-sys-0.6-dev (= 0.6.2-1+apertis1bv2024dev2b1), librust-selinux-sys-0.6.2+default-dev (= 0.6.2-1+apertis1bv2024dev2b1), librust-selinux-sys-0.6.2+static-dev (= 0.6.2-1+apertis1bv2024dev2b1), librust-selinux-sys-0.6.2-dev (= 0.6.2-1+apertis1bv2024dev2b1)
Depends: librust-bindgen-0+default-dev (>= 0.60-~~), librust-cc-1+default-dev, librust-dunce-1+default-dev, librust-walkdir-2+default-dev (>= 2.3-~~), libselinux1-dev
Filename: pool/target/r/rust-selinux-sys/librust-selinux-sys-dev_0.6.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 11244
MD5sum: d09fe89b6f894b2e359ffb69b347ce1b
SHA1: 7bb8a9ccc3e1bf6a55074dc23ee5aedab6b9fb20
SHA256: 7ae3370e5ed31825ae4fcd8a2bd68c45d09ac58dc0eb9edbbe0257b1c897aa7a
SHA512: b7331f8d102cbd07fdc7d36e09dda16174791d62762d95c900a81e9d1472f2f13959db401c346fb99bad53d9bbe53a88d4dd0689aed40cc0e4499e63419faaa3
Description: Flexible Mandatory Access Control (MAC) for Linux - Rust source code
 This package contains the source for the Rust selinux-sys crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-sequoia-autocrypt-dev
Priority: optional
Section: rust
Installed-Size: 125
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-autocrypt
Version: 0.24.0-1+apertis0bv2024dev2b1
Provides: librust-sequoia-autocrypt+default-dev (= 0.24.0-1+apertis0bv2024dev2b1), librust-sequoia-autocrypt-0+default-dev (= 0.24.0-1+apertis0bv2024dev2b1), librust-sequoia-autocrypt-0-dev (= 0.24.0-1+apertis0bv2024dev2b1), librust-sequoia-autocrypt-0.24+default-dev (= 0.24.0-1+apertis0bv2024dev2b1), librust-sequoia-autocrypt-0.24-dev (= 0.24.0-1+apertis0bv2024dev2b1), librust-sequoia-autocrypt-0.24.0+default-dev (= 0.24.0-1+apertis0bv2024dev2b1), librust-sequoia-autocrypt-0.24.0-dev (= 0.24.0-1+apertis0bv2024dev2b1)
Depends: librust-base64+default-dev (>= 0.12-~~), librust-sequoia-openpgp-1+default-dev
Filename: pool/target/r/rust-sequoia-autocrypt/librust-sequoia-autocrypt-dev_0.24.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 40852
MD5sum: f707cb5d72d34753f7e3271f7d101377
SHA1: 24adf0e2f4bc54d5d58ce3697ccbe18c0b100e7b
SHA256: a9eafb64296bbfe91b977ada6835bbef3046d07e6d0ed3f2d34668dc9897d5de
SHA512: dff4520dc031aa3ec8bbd4bb0d4be9ea75817f305750105596ea54858b5ca03abc80031c4ff3b1e60b526dedd6b5069304f91d89401abe5e7a17968d808ef019
Description: Autocrypt support - Rust source code
 This package contains the source for the Rust sequoia-autocrypt crate, packaged
 by debcargo for use with cargo and dh-cargo.
Homepage: https://sequoia-pgp.org/
Multi-Arch: same

Package: librust-sequoia-net-dev
Priority: optional
Section: rust
Installed-Size: 126
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-net
Version: 0.25.0-2+apertis2bv2024dev2b1
Provides: librust-sequoia-net+compression-bzip2-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net+compression-deflate-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net+compression-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net+crypto-nettle-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net+default-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0+compression-bzip2-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0+compression-deflate-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0+compression-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0+crypto-nettle-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0+default-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0.25+compression-bzip2-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0.25+compression-deflate-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0.25+compression-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0.25+crypto-nettle-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0.25+default-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0.25-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0.25.0+compression-bzip2-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0.25.0+compression-deflate-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0.25.0+compression-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0.25.0+crypto-nettle-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0.25.0+default-dev (= 0.25.0-2+apertis2bv2024dev2b1), librust-sequoia-net-0.25.0-dev (= 0.25.0-2+apertis2bv2024dev2b1)
Depends: librust-anyhow-1+default-dev (>= 1.0.18-~~), librust-base64+default-dev (>= 0.12-~~), librust-futures-util-0.3+default-dev (>= 0.3.5-~~), librust-http-0.2+default-dev, librust-hyper-0.14+default-dev (>= 0.14.10-~~), librust-hyper-0.14+http1-dev (>= 0.14.10-~~), librust-hyper-0.14+http2-dev (>= 0.14.10-~~), librust-hyper-tls-0.5+default-dev, librust-libc-0.2+default-dev (>= 0.2.66-~~), librust-native-tls-0.2+default-dev, librust-percent-encoding-2+default-dev (>= 2.1-~~), librust-sequoia-openpgp-1+compression-bzip2-dev, librust-sequoia-openpgp-1+compression-deflate-dev, librust-sequoia-openpgp-1+compression-dev, librust-sequoia-openpgp-1+crypto-nettle-dev, librust-sequoia-openpgp-1+default-dev, librust-sequoia-openpgp-1-dev, librust-tempfile-3+default-dev (>= 3.1-~~), librust-thiserror-1+default-dev (>= 1.0.2-~~), librust-tokio-1+default-dev (>= 1.13.1-~~), librust-tokio-1+macros-dev (>= 1.13.1-~~), librust-url-2+default-dev (>= 2.1-~~), librust-z-base-32-0+default-dev (>= 0.1.2-~~)
Filename: pool/target/r/rust-sequoia-net/librust-sequoia-net-dev_0.25.0-2+apertis2bv2024dev2b1_arm64.deb
Size: 31136
MD5sum: 7d8c145fbc4e2665626b4a3fbd882a22
SHA1: e4cf15100fac8c25829fa8583369343dcc350b4b
SHA256: 915ec84309ebe1b9cb779f39fef9e8f2728e3c63578f9d9510f4702768282e5f
SHA512: 8690099be203c8403e513008f394f6167739f68deb5019565193001e4c836572ea54c6cfe78a7c012c3ad814ced7d14c84131ffe80a7ed7a9deb66bdfd643a5c
Description: Network services for OpenPGP - Rust source code
 This package contains the source for the Rust sequoia-net crate, packaged by
 debcargo for use with cargo and dh-cargo.
Homepage: https://sequoia-pgp.org/
Multi-Arch: same

Package: librust-sequoia-openpgp+bzip2-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1+bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-bzip2-0.4+default-dev
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+bzip2-dev_1.12.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 1236
MD5sum: 487aa2aa2d4f033900e801de837bf3da
SHA1: 6fda5d3afd5805e91e884d76be7d22bc5036fff0
SHA256: ac9874066b49eb18b0a690b30d7f949bf561cc799eeb5e1b4bf300fae896bc39
SHA512: 92237a93548c39a0082c1cc5837eaf70901a313653334b60f56aec82d2b73a02b963c5e4e2feb9deee535fb0177c49f70f31fa4d46b69440e1eaf1be0f551108
Description: OpenPGP data types and associated machinery - feature "bzip2"
 This metapackage enables feature "bzip2" for the Rust sequoia-openpgp crate, by
 pulling in any additional dependencies needed by that feature.
Homepage: https://sequoia-pgp.org/
Multi-Arch: same

Package: librust-sequoia-openpgp+compression-bzip2-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1+compression-bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+compression-bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+compression-bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-buffered-reader-1+compression-bzip2-dev
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+compression-bzip2-dev_1.12.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 1272
MD5sum: 146669ea5c873f87485c9a3f295f67d4
SHA1: b428b9bbb904f5bea649b4a36fc60c0fdb0f3357
SHA256: b760128801baae2d478a8e49c29ecdf9ef3815f31c79774bd26c5ec1709ad37f
SHA512: d9779bd589a435bafd5ab04c74e684d44e350574dd67ea5f8b4540fe3f96d3b2408f152993fc30787a1700af4ab6b0b7af5a10cd1dc8281d2a853a987da163f6
Description: OpenPGP data types and associated machinery - feature "compression-bzip2"
 This metapackage enables feature "compression-bzip2" for the Rust sequoia-
 openpgp crate, by pulling in any additional dependencies needed by that
 feature.
Homepage: https://sequoia-pgp.org/
Multi-Arch: same

Package: librust-sequoia-openpgp+compression-deflate-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1+compression-deflate-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+compression-deflate-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+compression-deflate-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+flate2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-buffered-reader-1+compression-deflate-dev
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+compression-deflate-dev_1.12.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 1272
MD5sum: b94f7bb3d6eedb473de885803eb91ccb
SHA1: b1cdc031d8e02782503ef30077369cdfbda84792
SHA256: b5f84ae12d477ec16f4960b43e57545abca27c56b9262d6b3ff55dd3773228eb
SHA512: 6d255d9c96871d44de78df2a8cbf1da8162bb9b6371b4260c2d4fcb38f9450c72468d8f80fe811f4a494305ad899b5f85892213c47f7045411807f95554e7e1f
Description: OpenPGP data types and associated machinery - feature "compression-deflate"
 This metapackage enables feature "compression-deflate" for the Rust sequoia-
 openpgp crate, by pulling in any additional dependencies needed by that
 feature.
Homepage: https://sequoia-pgp.org/
Multi-Arch: same

Package: librust-sequoia-openpgp+compression-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1+compression-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+compression-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+compression-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+compression-deflate-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+compression-bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+compression-dev_1.12.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 1252
MD5sum: 2812543c2dcb653983487023a62503df
SHA1: 7a4979593d71312621a13c29ba68b95b40372171
SHA256: cacbac0f2213c7a940f334f66eb1cba5e98a96c28a56c2d79b24c0964c7d7641
SHA512: dddee2ab9cc4421aa11f0b2bf278080b0fa847bf3366a0607d2f1704a166e1d3b4bbb453b8a96b4364aa07909e02d5274a78c5b4961ebe697a8129a31a748d59
Description: OpenPGP data types and associated machinery - feature "compression"
 This metapackage enables feature "compression" for the Rust sequoia-openpgp
 crate, by pulling in any additional dependencies needed by that feature.
Homepage: https://sequoia-pgp.org/
Multi-Arch: same

Package: librust-sequoia-openpgp+default-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1+default-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+default-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+default-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+compression-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+crypto-nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+default-dev_1.12.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 1244
MD5sum: 852fde05d35aec96faeb03bb69961c3c
SHA1: bc7344899b38250ce63c958071d1c107c52ff2e4
SHA256: 3fdaced4f1a2277cb3ae00271cfb3aac19d2e559b160169c9576e2a7de34d40a
SHA512: 3fd4a0e00291f5f97cf0b2865fdb390b3f98d1246f078deb5bca6df77270b7f9d605a769216633cbb5fb04ecb7db05e029cbef46741bf4f158a19fb9e93038a1
Description: OpenPGP data types and associated machinery - feature "default"
 This metapackage enables feature "default" for the Rust sequoia-openpgp crate,
 by pulling in any additional dependencies needed by that feature.
Homepage: https://sequoia-pgp.org/
Multi-Arch: same

Package: librust-sequoia-openpgp+flate2-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1+flate2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+flate2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+flate2-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-flate2-1+default-dev (>= 1.0.1-~~)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+flate2-dev_1.12.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 1244
MD5sum: 48eafc0107d4c6123f4a5d398141b639
SHA1: 33d05def621cf34581ffff7960e6e64351138363
SHA256: de85923d8b72e691c6665a040fdcfd849e3b30becaba5cf9cc4b83e4fd25cfa3
SHA512: bb0297fe6f924cc6251960204af73ecaa9410ac4b572ec575b39cb73a4822d2cb3ea6d40974beffa7e6e0acd068b5525edc4a0f85f52ccff49326c2696443d83
Description: OpenPGP data types and associated machinery - feature "flate2"
 This metapackage enables feature "flate2" for the Rust sequoia-openpgp crate,
 by pulling in any additional dependencies needed by that feature.
Homepage: https://sequoia-pgp.org/
Multi-Arch: same

Package: librust-sequoia-openpgp+nettle-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp+crypto-nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1+crypto-nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1+nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+crypto-nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12+nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+crypto-nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0+nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-sequoia-openpgp-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-nettle-7+default-dev (>= 7.0.2-~~)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp+nettle-dev_1.12.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 1304
MD5sum: 79219700a8960de5a776a834b34d0882
SHA1: 9966fa9e11437e9a7bb4227c39568d08e7d509db
SHA256: b6d658e93dadd09279ebccd3f54dac9bd3adfb1bf432e16e75e4802600b4a821
SHA512: 2bc201b6c39e45856e040a41443683632851481d707064240313f4f60c4842589f95976c7406029c0bd2d93b04bd267780328e94d3efc1cde6f307cf7befd84a
Description: OpenPGP data types and associated machinery - feature "nettle" and 1 more
 This metapackage enables feature "nettle" for the Rust sequoia-openpgp crate,
 by pulling in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "crypto-nettle" feature.
Homepage: https://sequoia-pgp.org/
Multi-Arch: same

Package: librust-sequoia-openpgp-dev
Priority: optional
Section: rust
Installed-Size: 7161
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-openpgp
Version: 1.12.0-2+apertis0bv2024dev2b1
Provides: librust-sequoia-openpgp-1-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp-1.12.0-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Depends: librust-anyhow-1+default-dev (>= 1.0.18-~~), librust-base64-0.13+default-dev | librust-base64-0.12+default-dev, librust-buffered-reader-1-dev, librust-dyn-clone-1+default-dev, librust-idna-0.3+default-dev | librust-idna-0.2+default-dev, librust-lalrpop-dev (>= 0.17-~~), librust-lalrpop-util+default-dev (>= 0.17-~~), librust-lazy-static-1+default-dev (>= 1.4.0-~~), librust-libc-0.2+default-dev (>= 0.2.66-~~), librust-memsec-dev (>= 0.5-~~), librust-regex-1+default-dev, librust-regex-syntax-0.6+default-dev, librust-sha1collisiondetection-0.2+std-dev (>= 0.2.3-~~), librust-thiserror-1+default-dev (>= 1.0.2-~~), librust-xxhash-rust-0.8+default-dev, librust-xxhash-rust-0.8+xxh3-dev
Recommends: librust-sequoia-openpgp+default-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Suggests: librust-sequoia-openpgp+bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+compression-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+compression-bzip2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+compression-deflate-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+flate2-dev (= 1.12.0-2+apertis0bv2024dev2b1), librust-sequoia-openpgp+nettle-dev (= 1.12.0-2+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-sequoia-openpgp/librust-sequoia-openpgp-dev_1.12.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 2148168
MD5sum: 0610c33f4aecea2b9c92e646349e7186
SHA1: 958da82b3e3bc788bece55a67691afd9b65a4270
SHA256: 0fccda9f8148a2fbb70b2e72ba359138d3b50f8b2e4465ae7ebc6035393c7169
SHA512: 95853af9b1908578cd569989451077dcc506ce766e4ce95c5c1236773febd3b577902e18ccf944451940f0a17c79801704eafe8ee96f28f419c5de9257cbd899
Description: OpenPGP data types and associated machinery - Rust source code
 This package contains the source for the Rust sequoia-openpgp crate, packaged
 by debcargo for use with cargo and dh-cargo.
Homepage: https://sequoia-pgp.org/
Multi-Arch: same

Package: librust-sha1collisiondetection-dev
Priority: optional
Section: rust
Installed-Size: 1414
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sha1collisiondetection
Version: 0.2.6-1+apertis0bv2024dev2b1
Provides: librust-sha1collisiondetection+default-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection+std-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0+default-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0+std-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0.2+default-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0.2+std-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0.2-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0.2.6+default-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0.2.6+std-dev (= 0.2.6-1+apertis0bv2024dev2b1), librust-sha1collisiondetection-0.2.6-dev (= 0.2.6-1+apertis0bv2024dev2b1)
Depends: librust-generic-array-0.14+default-dev | librust-generic-array-0.13+default-dev | librust-generic-array-0.12+default-dev, librust-structopt-0.3+default-dev
Filename: pool/target/r/rust-sha1collisiondetection/librust-sha1collisiondetection-dev_0.2.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 425480
MD5sum: 9d2383d70fc578bf6a98ebc1724c563b
SHA1: 98d54eebe8868a1881217938da4e642e845f830b
SHA256: 0cfed1c46298d791e2fa5f232911926ec9fbb9bfc7cc0f142464cd0ee3290c39
SHA512: 48b4372e00fedc36ca5b99e176621b625ecd07873b7dd1a689ccd8aae66f0a258139fde83715bcf7baa40a0d961a7a83314f3a482ac0fa36f39c1538ab852794
Description: SHA-1 hash function with collision detection and mitigation - Rust source code
 This package contains the source for the Rust sha1collisiondetection crate,
 packaged by debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-siphasher-dev
Priority: optional
Section: rust
Installed-Size: 74
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-siphasher
Version: 0.3.10-1+apertis0bv2024dev2b1
Provides: librust-siphasher+default-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher+serde-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher+serde-no-std-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher+serde-std-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher+std-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0+default-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0+serde-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0+serde-no-std-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0+serde-std-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0+std-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0.3+default-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0.3+serde-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0.3+serde-no-std-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0.3+serde-std-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0.3+std-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0.3-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0.3.10+default-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0.3.10+serde-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0.3.10+serde-no-std-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0.3.10+serde-std-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0.3.10+std-dev (= 0.3.10-1+apertis0bv2024dev2b1), librust-siphasher-0.3.10-dev (= 0.3.10-1+apertis0bv2024dev2b1)
Depends: librust-serde-1+alloc-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-serde-1+std-dev
Filename: pool/target/r/rust-siphasher/librust-siphasher-dev_0.3.10-1+apertis0bv2024dev2b1_arm64.deb
Size: 12072
MD5sum: 8ca4198bd16d7e602b5b347437bd5fda
SHA1: 57b7b46867ac1bb37340a41390d1a395d87e6af6
SHA256: 70a0500535f4a1b4284bc0b1013964dd0e34d10bc7d8afcdda07939912b95851
SHA512: ec8763aa178a26c43ed3e51f5bedbc96c43df8332eb887fb9ec59e73d6d5bf584c6dcba34aeb2460058979a7451cca3ee901bebaa9b7023efa6214293a994903
Description: SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust - Rust source code
 This package contains the source for the Rust siphasher crate, packaged by
 debcargo for use with cargo and dh-cargo.
Homepage: https://docs.rs/siphasher
Multi-Arch: same

Package: librust-string-cache-dev
Priority: optional
Section: rust
Installed-Size: 73
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-string-cache
Version: 0.8.4-1+apertis0bv2024dev2b1
Provides: librust-string-cache+default-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache+serde-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache+serde-support-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache-0+default-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache-0+serde-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache-0+serde-support-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache-0-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache-0.8+default-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache-0.8+serde-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache-0.8+serde-support-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache-0.8-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache-0.8.4+default-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache-0.8.4+serde-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache-0.8.4+serde-support-dev (= 0.8.4-1+apertis0bv2024dev2b1), librust-string-cache-0.8.4-dev (= 0.8.4-1+apertis0bv2024dev2b1)
Depends: librust-new-debug-unreachable-1+default-dev (>= 1.0.2-~~), librust-once-cell-1+default-dev (>= 1.10.0-~~), librust-parking-lot-0.12+default-dev, librust-phf-shared-0.10+default-dev, librust-precomputed-hash-0.1+default-dev, librust-serde-1+default-dev
Filename: pool/target/r/rust-string-cache/librust-string-cache-dev_0.8.4-1+apertis0bv2024dev2b1_arm64.deb
Size: 16540
MD5sum: f5a3237a61de7625c6b46873eaaddeae
SHA1: 2f547acf1c7cc241de5f80f0793ceaee8de8a2c2
SHA256: c499bdc8e14ca5e6db84a77cd67bc0218530c7be4b39f0074d30f00b0223e334
SHA512: 8544cc315d84218df685dc0093c22340d339f51c334c09fc8bd2770daff3e93398941352c993a08634386af900d0c0dea05dec98e19ee58583dcebde6c775c4c
Description: Rust string interning library - Rust source code
 This package contains the source for the Rust string_cache crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-term-dev
Priority: optional
Section: rust
Installed-Size: 230
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-term
Version: 0.5.2-4+apertis0bv2024dev2b1
Provides: librust-term+default-dev (= 0.5.2-4+apertis0bv2024dev2b1), librust-term-0+default-dev (= 0.5.2-4+apertis0bv2024dev2b1), librust-term-0-dev (= 0.5.2-4+apertis0bv2024dev2b1), librust-term-0.5+default-dev (= 0.5.2-4+apertis0bv2024dev2b1), librust-term-0.5-dev (= 0.5.2-4+apertis0bv2024dev2b1), librust-term-0.5.2+default-dev (= 0.5.2-4+apertis0bv2024dev2b1), librust-term-0.5.2-dev (= 0.5.2-4+apertis0bv2024dev2b1)
Depends: librust-byteorder-1+default-dev (>= 1.2.1-~~), librust-dirs-4+default-dev | librust-dirs-3+default-dev, librust-winapi-0.3+consoleapi-dev, librust-winapi-0.3+default-dev, librust-winapi-0.3+fileapi-dev, librust-winapi-0.3+handleapi-dev, librust-winapi-0.3+wincon-dev
Filename: pool/target/r/rust-term/librust-term-dev_0.5.2-4+apertis0bv2024dev2b1_arm64.deb
Size: 35204
MD5sum: 7e43398f0264b7ef946581c8946e26ca
SHA1: 62d57daed7700b1c5ad549074c43d0011e225044
SHA256: 91770262d47ce98d68f30301f59cb735da2537b4f064f2b9e13ff56bfd787fb3
SHA512: 3229d28b8b40abd3d8d55af0f041ce42d54cefb04f12e0daab4f307cc2ec91f6759aa66b7c734cc1658127f9102ddedb0ce84e6058c4a26feff443d3ff980815
Description: Terminal formatting library - Rust source code
 This package contains the source for the Rust term crate, packaged by debcargo
 for use with cargo and dh-cargo.
Homepage: https://github.com/Stebalien/term
Multi-Arch: same

Package: librust-tokio-native-tls-dev
Priority: optional
Section: rust
Installed-Size: 72
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-tokio-native-tls
Version: 0.3.0-1+apertis1bv2024dev2b1
Provides: librust-tokio-native-tls+default-dev (= 0.3.0-1+apertis1bv2024dev2b1), librust-tokio-native-tls-0+default-dev (= 0.3.0-1+apertis1bv2024dev2b1), librust-tokio-native-tls-0-dev (= 0.3.0-1+apertis1bv2024dev2b1), librust-tokio-native-tls-0.3+default-dev (= 0.3.0-1+apertis1bv2024dev2b1), librust-tokio-native-tls-0.3-dev (= 0.3.0-1+apertis1bv2024dev2b1), librust-tokio-native-tls-0.3.0+default-dev (= 0.3.0-1+apertis1bv2024dev2b1), librust-tokio-native-tls-0.3.0-dev (= 0.3.0-1+apertis1bv2024dev2b1)
Depends: librust-native-tls-0.2+default-dev, librust-tokio-1+default-dev
Filename: pool/target/r/rust-tokio-native-tls/librust-tokio-native-tls-dev_0.3.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 17344
MD5sum: 0c8a95d4b3e6c22330d61bd74716d11a
SHA1: 3fc8bc0ee856965dc47fc1fe460344a51bbc1cc2
SHA256: 3a78d45a1c141416b871907863cc12f24c718c49df78e23a1d1b82aaaf4cb8f7
SHA512: fbf69e3a99102e12bc8241103ad722063b934b5d74241c01b05296a354762850a20eac3f6a46e3cd9b302fb30d046df153cf5acf926980c1d10e38d340553056
Description: TLS/SSL streams for Tokio using native-tls giving an implementation of TLS for nonblocking I/O streams - Rust source code
 This package contains the source for the Rust tokio-native-tls crate, packaged
 by debcargo for use with cargo and dh-cargo.
Homepage: https://tokio.rs
Multi-Arch: same

Package: librust-unicode-bidi-dev
Priority: optional
Section: rust
Installed-Size: 178
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-unicode-bidi
Version: 0.3.8-2+apertis0bv2024dev2b1
Provides: librust-unicode-bidi+bench-it-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi+default-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi+hardcoded-data-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi+serde-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi+std-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi+unstable-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi+with-serde-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0+bench-it-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0+default-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0+hardcoded-data-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0+serde-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0+std-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0+unstable-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0+with-serde-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3+bench-it-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3+default-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3+hardcoded-data-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3+serde-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3+std-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3+unstable-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3+with-serde-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3.8+bench-it-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3.8+default-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3.8+hardcoded-data-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3.8+serde-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3.8+std-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3.8+unstable-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3.8+with-serde-dev (= 0.3.8-2+apertis0bv2024dev2b1), librust-unicode-bidi-0.3.8-dev (= 0.3.8-2+apertis0bv2024dev2b1)
Depends: librust-serde-1+derive-dev | librust-serde-0+derive-dev (>= 0.8-~~)
Filename: pool/target/r/rust-unicode-bidi/librust-unicode-bidi-dev_0.3.8-2+apertis0bv2024dev2b1_arm64.deb
Size: 31344
MD5sum: c88f39ee40266b135a20191b09b89669
SHA1: c42b4c7ae2e839225c135f834c7ca1a43e481a1d
SHA256: 345c4e90a0ae9828b2ee5bced06769e7c7f2b6d7caa9db483febc75a5a0183de
SHA512: 22c8a1bd5d5bfdf343260338815c3e1e85390b4d9ce2b6f86a70067b756fd4c70f1bcb0752c39c9a06f55611bc00052e6a15ebcff9669a4ef9a430bc0814624b
Description: The Unicode Bidirectional Algorithm - Rust source code
 This package contains the source for the Rust unicode-bidi crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-unicode-normalization-dev
Priority: optional
Section: rust
Installed-Size: 738
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-unicode-normalization
Version: 0.1.22-1+apertis0bv2024dev2b1
Provides: librust-unicode-normalization+default-dev (= 0.1.22-1+apertis0bv2024dev2b1), librust-unicode-normalization+std-dev (= 0.1.22-1+apertis0bv2024dev2b1), librust-unicode-normalization-0+default-dev (= 0.1.22-1+apertis0bv2024dev2b1), librust-unicode-normalization-0+std-dev (= 0.1.22-1+apertis0bv2024dev2b1), librust-unicode-normalization-0-dev (= 0.1.22-1+apertis0bv2024dev2b1), librust-unicode-normalization-0.1+default-dev (= 0.1.22-1+apertis0bv2024dev2b1), librust-unicode-normalization-0.1+std-dev (= 0.1.22-1+apertis0bv2024dev2b1), librust-unicode-normalization-0.1-dev (= 0.1.22-1+apertis0bv2024dev2b1), librust-unicode-normalization-0.1.22+default-dev (= 0.1.22-1+apertis0bv2024dev2b1), librust-unicode-normalization-0.1.22+std-dev (= 0.1.22-1+apertis0bv2024dev2b1), librust-unicode-normalization-0.1.22-dev (= 0.1.22-1+apertis0bv2024dev2b1)
Depends: librust-smallvec-1+default-dev
Filename: pool/target/r/rust-unicode-normalization/librust-unicode-normalization-dev_0.1.22-1+apertis0bv2024dev2b1_arm64.deb
Size: 93992
MD5sum: 31835fc55c0b1338a8cd4a907e19e370
SHA1: 77a79000a107e6f092366a090c45b53656aa2ebe
SHA256: 0d6ccd9872d3ab06b21a37020024154b0dc5541494b0e2e59f9508d8977c9deb
SHA512: 8817bafd4f5b3e9d8d2cd2bf86fafe3ec642fd3d4f8ab1a0cb5496705a23d401ee462c6094e62666679fb49ce0df189e396b6765e517406dd973b7214362dc2f
Description: Functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15 - Rust source code
 This package contains the source for the Rust unicode-normalization crate,
 packaged by debcargo for use with cargo and dh-cargo.
Homepage: https://github.com/unicode-rs/unicode-normalization
Multi-Arch: same

Package: librust-users+default-dev
Priority: optional
Section: rust
Installed-Size: 6
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-users
Version: 0.11.0-1+apertis1bv2024dev2b1
Provides: librust-users-0+default-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0.11+default-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0.11.0+default-dev (= 0.11.0-1+apertis1bv2024dev2b1)
Depends: librust-users-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users+cache-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users+mock-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users+logging-dev (= 0.11.0-1+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-users/librust-users+default-dev_0.11.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 1052
MD5sum: b45b5e2e8f47d21be619cf9afbc74687
SHA1: c347d9615ade74919ddc7e223451a6f5198cde7b
SHA256: b6949632651d723231ca261b3d8e2bf7ab0fc51cb24e73f9de9e6d5e0f725ce1
SHA512: 4b9ca3a381a3da5d964c64bac220ac8122dca63d2f052528ed1ab82e553cba06fc5bf911d5022d307d17de9fb852e64c98b310e19f20fb6bd82e7b6fc3ea837b
Description: Accessing Unix users and groups - feature "default"
 This metapackage enables feature "default" for the Rust users crate, by pulling
 in any additional dependencies needed by that feature.
Multi-Arch: same

Package: librust-users-dev
Priority: optional
Section: rust
Installed-Size: 105
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-users
Version: 0.11.0-1+apertis1bv2024dev2b1
Provides: librust-users+cache-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users+logging-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users+mock-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0+cache-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0+logging-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0+mock-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0.11+cache-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0.11+logging-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0.11+mock-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0.11-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0.11.0+cache-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0.11.0+logging-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0.11.0+mock-dev (= 0.11.0-1+apertis1bv2024dev2b1), librust-users-0.11.0-dev (= 0.11.0-1+apertis1bv2024dev2b1)
Depends: librust-libc-0.2+default-dev, librust-log-0.4+default-dev
Recommends: librust-users+default-dev (= 0.11.0-1+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-users/librust-users-dev_0.11.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 19284
MD5sum: b3722899f0a0871aa024f564aa76926d
SHA1: a166f18d79c03e97943d5f2913c047b7ca54143f
SHA256: fd84ae369501b0b18c634746aeea0d9f8f25e93a9b9ca213475e749b35ee2fa6
SHA512: 3008ce1016115fb3c102df0a02aeca25aef1624a53ca78b69568bd7edd6a29804a7746b7a074a04de46b01aacb35457b973b84db04bbbc6d7448049874a8374f
Description: Accessing Unix users and groups - Rust source code
 This package contains the source for the Rust users crate, packaged by debcargo
 for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-xxhash-rust-dev
Priority: optional
Section: rust
Installed-Size: 603
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-xxhash-rust
Version: 0.8.5-3+apertis1bv2024dev2b1
Provides: librust-xxhash-rust+const-xxh3-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust+const-xxh32-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust+const-xxh64-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust+default-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust+xxh3-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust+xxh32-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust+xxh64-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0+const-xxh3-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0+const-xxh32-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0+const-xxh64-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0+default-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0+xxh3-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0+xxh32-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0+xxh64-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8+const-xxh3-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8+const-xxh32-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8+const-xxh64-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8+default-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8+xxh3-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8+xxh32-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8+xxh64-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8.5+const-xxh3-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8.5+const-xxh32-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8.5+const-xxh64-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8.5+default-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8.5+xxh3-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8.5+xxh32-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8.5+xxh64-dev (= 0.8.5-3+apertis1bv2024dev2b1), librust-xxhash-rust-0.8.5-dev (= 0.8.5-3+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-xxhash-rust/librust-xxhash-rust-dev_0.8.5-3+apertis1bv2024dev2b1_arm64.deb
Size: 99780
MD5sum: 72cba5ffefa034ef823290878f191c09
SHA1: d3d7208d12246d3d7331a8fa9db8a4648de9e4e7
SHA256: 106d385db0ba9fba31788c8e4ecca4b05226acbf1362fa083f5f7d38cd2ce9c7
SHA512: 49fc6db006349a822d80c94ed4f2989e967ecc71b21dc005f0527eec41be0c90cc58e5e875798eeb943430d101e5e87dfc9685d53457de6ccaaf771308fea383
Description: Xxhash - Rust source code
 This package contains the source for the Rust xxhash-rust crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-z-base-32+pyo3-dev
Priority: optional
Section: rust
Installed-Size: 9
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-z-base-32
Version: 0.1.2-1+apertis1bv2024dev2b1
Provides: librust-z-base-32+python-dev (= 0.1.2-1+apertis1bv2024dev2b1), librust-z-base-32-0+pyo3-dev (= 0.1.2-1+apertis1bv2024dev2b1), librust-z-base-32-0+python-dev (= 0.1.2-1+apertis1bv2024dev2b1), librust-z-base-32-0.1+pyo3-dev (= 0.1.2-1+apertis1bv2024dev2b1), librust-z-base-32-0.1+python-dev (= 0.1.2-1+apertis1bv2024dev2b1), librust-z-base-32-0.1.2+pyo3-dev (= 0.1.2-1+apertis1bv2024dev2b1), librust-z-base-32-0.1.2+python-dev (= 0.1.2-1+apertis1bv2024dev2b1)
Depends: librust-z-base-32-dev (= 0.1.2-1+apertis1bv2024dev2b1), librust-pyo3+default-dev (>= 0.14.2-~~), librust-pyo3+extension-module-dev (>= 0.14.2-~~)
Filename: pool/target/r/rust-z-base-32/librust-z-base-32+pyo3-dev_0.1.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 1272
MD5sum: d639dec82099c18c98733974b1fa564b
SHA1: 1b2705688d063fb32b0a0833f210b1eb9ee4a724
SHA256: c0c53fe2aa605dd71a95c2bfb787fdf2a775dc0e5197b18f60a353de32653008
SHA512: f0df45580b91db4ed87cde4c9799d906a551980eac7a7d9b90e1eafdc9de67c4b47bafd00a8b2e7414a2380c59f16c2f9bb949b91fd86f440672810ce5d00bdf
Description: Z-base-32: human-oriented base-32 encoding - feature "pyo3" and 1 more
 This metapackage enables feature "pyo3" for the Rust z-base-32 crate, by
 pulling in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "python" feature.
Multi-Arch: same

Package: librust-z-base-32-dev
Priority: optional
Section: rust
Installed-Size: 38
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-z-base-32
Version: 0.1.2-1+apertis1bv2024dev2b1
Provides: librust-z-base-32+default-dev (= 0.1.2-1+apertis1bv2024dev2b1), librust-z-base-32-0+default-dev (= 0.1.2-1+apertis1bv2024dev2b1), librust-z-base-32-0-dev (= 0.1.2-1+apertis1bv2024dev2b1), librust-z-base-32-0.1+default-dev (= 0.1.2-1+apertis1bv2024dev2b1), librust-z-base-32-0.1-dev (= 0.1.2-1+apertis1bv2024dev2b1), librust-z-base-32-0.1.2+default-dev (= 0.1.2-1+apertis1bv2024dev2b1), librust-z-base-32-0.1.2-dev (= 0.1.2-1+apertis1bv2024dev2b1)
Suggests: librust-z-base-32+pyo3-dev (= 0.1.2-1+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-z-base-32/librust-z-base-32-dev_0.1.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 7032
MD5sum: 8bbd9b33f525b8725016edc409f310e4
SHA1: b764879285f4fe95e8283dea8d0feaa1b1e45778
SHA256: b94e2ba7b07fb1ff8ecd044a168588dc5eaa3863d5e715f95b0b84d84b67ade6
SHA512: 8eaa55867b2f56bb0c6800c3efb08556d6a7645c5f6996f0adc998ceeb2394c537f43d8e8f15cb3ae114488e0731f79725006d8dddd1dfeea65a792703545efd
Description: Z-base-32: human-oriented base-32 encoding - Rust source code
 This package contains the source for the Rust z-base-32 crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-zip-dev
Priority: optional
Section: rust
Installed-Size: 281
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-zip
Version: 0.6.3-3+apertis1bv2024dev2b1
Provides: librust-zip+aes-crypto-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+aes-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+bzip2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+constant-time-eq-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+default-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+deflate-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+deflate-miniz-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+deflate-zlib-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+flate2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+hmac-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+pbkdf2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+sha1-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+time-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+unreserved-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip+zstd-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+aes-crypto-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+aes-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+bzip2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+constant-time-eq-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+default-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+deflate-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+deflate-miniz-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+deflate-zlib-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+flate2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+hmac-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+pbkdf2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+sha1-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+time-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+unreserved-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0+zstd-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+aes-crypto-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+aes-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+bzip2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+constant-time-eq-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+default-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+deflate-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+deflate-miniz-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+deflate-zlib-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+flate2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+hmac-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+pbkdf2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+sha1-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+time-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+unreserved-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6+zstd-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+aes-crypto-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+aes-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+bzip2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+constant-time-eq-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+default-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+deflate-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+deflate-miniz-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+deflate-zlib-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+flate2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+hmac-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+pbkdf2-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+sha1-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+time-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+unreserved-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3+zstd-dev (= 0.6.3-3+apertis1bv2024dev2b1), librust-zip-0.6.3-dev (= 0.6.3-3+apertis1bv2024dev2b1)
Depends: librust-aes-0.6+default-dev, librust-byteorder-1+default-dev (>= 1.4.3-~~), librust-bzip2-0.4+default-dev (>= 0.4.3-~~), librust-constant-time-eq-0.1+default-dev (>= 0.1.5-~~), librust-crc32fast-1+default-dev (>= 1.3.2-~~), librust-crossbeam-utils-0.8+default-dev (>= 0.8.8-~~), librust-flate2-1+default-dev (>= 1.0.23-~~), librust-flate2-1+rust-backend-dev (>= 1.0.23-~~), librust-flate2-1+zlib-dev (>= 1.0.23-~~), librust-flate2-1-dev (>= 1.0.23-~~), librust-hmac-0.12+default-dev (>= 0.12.1-~~), librust-hmac-0.12+reset-dev (>= 0.12.1-~~), librust-pbkdf2-0.11+default-dev, librust-sha1-0.10+default-dev (>= 0.10.1-~~), librust-time-0.3+default-dev (>= 0.3.7-~~), librust-time-0.3+formatting-dev (>= 0.3.7-~~), librust-time-0.3+macros-dev (>= 0.3.7-~~), librust-zstd-0.12+default-dev
Filename: pool/target/r/rust-zip/librust-zip-dev_0.6.3-3+apertis1bv2024dev2b1_arm64.deb
Size: 53588
MD5sum: 1d3602efd94a31c521a23aa0a3d0b5ad
SHA1: 29883c9a0ea4ddd9e5ddc2b730a56b27980eeeb0
SHA256: 35b3521308bd0ac899cb1616172db0ea3fca08ddb7018e0e3e9946826dd5ed4d
SHA512: a754522647652a35e2a78877563b23a11258b790044bd000ac26872df5866430f5e00e1a4f2846283a4e813d995796dab8e070ea8d8454587cd6317238dbc843
Description: Support the reading and writing of zip files - Rust source code
 This package contains the source for the Rust zip crate, packaged by debcargo
 for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-zstd-dev
Priority: optional
Section: rust
Installed-Size: 152
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-zstd
Version: 0.12.1-1+apertis1bv2024dev2b1
Provides: librust-zstd+arrays-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd+bindgen-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd+default-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd+doc-cfg-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd+experimental-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd+pkg-config-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd+wasm-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd+zdict-builder-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0+arrays-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0+bindgen-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0+default-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0+doc-cfg-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0+experimental-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0+pkg-config-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0+wasm-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0+zdict-builder-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12+arrays-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12+bindgen-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12+default-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12+doc-cfg-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12+experimental-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12+pkg-config-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12+wasm-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12+zdict-builder-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12.1+arrays-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12.1+bindgen-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12.1+default-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12.1+doc-cfg-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12.1+experimental-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12.1+pkg-config-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12.1+wasm-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12.1+zdict-builder-dev (= 0.12.1-1+apertis1bv2024dev2b1), librust-zstd-0.12.1-dev (= 0.12.1-1+apertis1bv2024dev2b1)
Depends: librust-zstd-safe-6+arrays-dev (>= 6.0.1-~~), librust-zstd-safe-6+bindgen-dev (>= 6.0.1-~~), librust-zstd-safe-6+experimental-dev (>= 6.0.1-~~), librust-zstd-safe-6+pkg-config-dev (>= 6.0.1-~~), librust-zstd-safe-6+std-dev (>= 6.0.1-~~), librust-zstd-safe-6+zdict-builder-dev (>= 6.0.1-~~)
Filename: pool/target/r/rust-zstd/librust-zstd-dev_0.12.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 26976
MD5sum: 20da70cb4f84f9ec50bea050077beba9
SHA1: 65c933892b2b7ea7b18756b2bc2a35accd68c06d
SHA256: a355e40d7d06dc8655e859dd56f015e23eb3a47da732ee1ef2275a30889d30de
SHA512: bddd9d2e574d60ae4cdd8c130ecba68ce69ffdce16c0352c2a2bd704b2c001b94a062f1e7fae0b4c27708179fa2776d92cc90a47af5548ebb6e5ce644c6a5ecc
Description: Binding for the zstd compression library - Rust source code
 This package contains the source for the Rust zstd crate, packaged by debcargo
 for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-zstd-safe-dev
Priority: optional
Section: rust
Installed-Size: 113
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-zstd-safe
Version: 6.0.2-1+apertis1bv2024dev2b1
Provides: librust-zstd-safe+arrays-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe+bindgen-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe+default-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe+doc-cfg-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe+experimental-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe+pkg-config-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe+std-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe+zdict-builder-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6+arrays-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6+bindgen-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6+default-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6+doc-cfg-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6+experimental-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6+pkg-config-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6+std-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6+zdict-builder-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0+arrays-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0+bindgen-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0+default-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0+doc-cfg-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0+experimental-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0+pkg-config-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0+std-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0+zdict-builder-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0.2+arrays-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0.2+bindgen-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0.2+default-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0.2+doc-cfg-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0.2+experimental-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0.2+pkg-config-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0.2+std-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0.2+zdict-builder-dev (= 6.0.2-1+apertis1bv2024dev2b1), librust-zstd-safe-6.0.2-dev (= 6.0.2-1+apertis1bv2024dev2b1)
Depends: librust-libc-0.2+default-dev (>= 0.2.21-~~), librust-zstd-sys-2+experimental-dev (>= 2.0.1-~~), librust-zstd-sys-2+std-dev (>= 2.0.1-~~), librust-zstd-sys-2+zdict-builder-dev (>= 2.0.1-~~), librust-zstd-sys-2-dev (>= 2.0.1-~~)
Filename: pool/target/r/rust-zstd-safe/librust-zstd-safe-dev_6.0.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 21712
MD5sum: 47e44ca79d5fcb4d8b50d7b954781f68
SHA1: bad35c28ad9be46ac5feef1a0e2138029cd5a7d9
SHA256: 16958e09f9c80863c4cecd72c13bdd6bbda9306292e9223bb9e20a279a3e244d
SHA512: 48abdcbac9d7ad07432a82d793e01fe6b7d3d0eee261e5764a40b5277d13a2217c2e80f643bcad073f81618ff7a03819da280ae0d3175c6d20c79913c90ce2f1
Description: Safe low-level bindings for the zstd compression library - Rust source code
 This package contains the source for the Rust zstd-safe crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: librust-zstd-sys-dev
Priority: optional
Section: rust
Installed-Size: 60
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-zstd-sys
Version: 2.0.1-2+apertis1bv2024dev2b1
Provides: librust-zstd-sys+default-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys+experimental-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys+non-cargo-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys+std-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys+zdict-builder-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2+default-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2+experimental-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2+non-cargo-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2+std-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2+zdict-builder-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2.0+default-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2.0+experimental-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2.0+non-cargo-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2.0+std-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2.0+zdict-builder-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2.0-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2.0.1+default-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2.0.1+experimental-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2.0.1+non-cargo-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2.0.1+std-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2.0.1+zdict-builder-dev (= 2.0.1-2+apertis1bv2024dev2b1), librust-zstd-sys-2.0.1-dev (= 2.0.1-2+apertis1bv2024dev2b1)
Depends: librust-bindgen-0.60+default-dev, librust-libc-0.2+default-dev (>= 0.2.45-~~), librust-pkg-config-0.3+default-dev, libzstd-dev
Filename: pool/target/r/rust-zstd-sys/librust-zstd-sys-dev_2.0.1-2+apertis1bv2024dev2b1_arm64.deb
Size: 13480
MD5sum: 1c911f5190b060aaf5a5e208ac5875ac
SHA1: 2708d683abec6adbf0ede938df6193411ffde9dd
SHA256: 783b87bf31707f9a0257b5ec92752c00017f44f682b0186c51d5500402e48812
SHA512: 053ec3de236dabd0aa51c098250e38dadfec1a3dc9de9597f7b554360d6390830b3f40f62d6d0b8d7b8dea1ca836299cd318c55c666187632acaac9901d7c8ae
Description: Low-level bindings for the zstd compression library - Rust source code
 This package contains the source for the Rust zstd-sys crate, packaged by
 debcargo for use with cargo and dh-cargo.
Multi-Arch: same

Package: libsafeint-dev
Priority: optional
Section: libdevel
Installed-Size: 385
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: all
Source: safeint
Version: 3.0.28a+dfsg-0+apertis1bv2024dev2b1
Filename: pool/target/s/safeint/libsafeint-dev_3.0.28a+dfsg-0+apertis1bv2024dev2b1_all.deb
Size: 37980
MD5sum: 8819bc271c2fba1650520972241bb277
SHA1: 11ea5c696a8185ed1ee3b3162c01cb3422722474
SHA256: e9c9e7526e1e1f78284be843bb523d998b10ef2d839f5f5201cfeb7d2b2a54ab
SHA512: deb5eb00b9f518a6d12bec2f8b5e704507038c2c0a59d623cf9de7035037c0bf1d5ee4a4cf5e1246401c06dcf7373b37218c5cd1f3c94f9b63a2d983d7df43ec
Description: class library for C++ that manages integer overflows
 SafeInt is a class library for C++ that manages integer overflows. It also
 includes a C library that checks casting, multiplication, division, addition
 and subtraction for all combinations of signed and unsigned 32-bit and 64-bit
 integers.
Homepage: https://github.com/dcleblanc/SafeInt

Package: libsamplerate0
Priority: optional
Section: libs
Installed-Size: 1505
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsamplerate
Version: 0.2.2-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libs/libsamplerate/libsamplerate0_0.2.2-3+apertis0bv2024dev2b1_arm64.deb
Size: 945728
MD5sum: 23dfee70e71037da07593f69c0c29338
SHA1: 246add26372a8b2f8b6cfa937427042c840c42dc
SHA256: aeacd716616248ce18e4d7098428a2c66f62dde6397c7a20b44ac8fe1349bf5f
SHA512: 432fdfa15e3baaa0c6462d1b004d23b16bf1577ea3341f98f8a670a9f1eb4d2bb7fa2a16078a565a26041688ade9f38b32e66b56337e47bdab59919aa41dec45
Description: Audio sample rate conversion library
 libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion.
 .
 libsamplerate currently provides three different sample rate conversion
 algorithms; zero order hold, linear interpolation and FIR filter interpolation
 (using filters derived from the mathematical SINC function). The first two
 algorithms (zero order hold and linear) are included for completeness and are
 not recommended for any application where high quality sample rate conversion
 is required. For the FIR/Sinc algorithm, three converters are provided;
 SRC_SINC_FASTEST, SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a
 trade off between conversion speed and conversion quality.
 .
 libsamplerate is capable of downsampling to 1/256 of the original sample rate
 and upsampling to 256 times the original sample rate. It is also capable of
 time varying conversions for vary speed effects and synchronising of two
 unlocked sample rates.
Homepage: http://www.mega-nerd.com/SRC/
Multi-Arch: same

Package: libsamplerate0-dbgsym
Priority: optional
Section: debug
Installed-Size: 49
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsamplerate
Version: 0.2.2-3+apertis0bv2024dev2b1
Depends: libsamplerate0 (= 0.2.2-3+apertis0bv2024dev2b1)
Filename: pool/target/libs/libsamplerate/libsamplerate0-dbgsym_0.2.2-3+apertis0bv2024dev2b1_arm64.deb
Size: 33712
MD5sum: 8f4a02b7f10d2e276d08fcb6180a0d4d
SHA1: 6645ee4967f4217f3fe6867fa27aec9c73eae56b
SHA256: 536ff897adf94e2eab0d705bcb5b5ee891010217a68672885f98967837ce9fd4
SHA512: d2854a77b01e681b68bd98caa3ddf5776019c057b4ca3651f6a43c66c025c3bbdec3f7ace93d2bedc9d87c0313ce10e18ac279d7bb207cde61be2dc9744c25a2
Description: debug symbols for libsamplerate0
Auto-Built-Package: debug-symbols
Build-Ids: 6adcf23d16d141efb019fef1493a4021912abd4e
Multi-Arch: same

Package: libsamplerate0-dev
Priority: optional
Section: libdevel
Installed-Size: 136
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsamplerate
Version: 0.2.2-3+apertis0bv2024dev2b1
Provides: libsamplerate-dev
Depends: libsamplerate0 (= 0.2.2-3+apertis0bv2024dev2b1), pkg-config
Conflicts: libsamplerate-dev
Filename: pool/target/libs/libsamplerate/libsamplerate0-dev_0.2.2-3+apertis0bv2024dev2b1_arm64.deb
Size: 62876
MD5sum: 5c5507c6e77d4a44f2cecb9d3539662b
SHA1: bb1c8f9bac9b326066349e038b0997779aed50f4
SHA256: 4694764e95b3e1d4bf97d98e0dcdf7e5eac81d545c3b9e1406700d7266c2d1a3
SHA512: 2fae0390c4ad2e18a39e456d07feaa7333fee8c41d5a7c47573a4498dab457d66d2a4ed29c95d9aa19167bb10a97a95976aeced9ee7698592945d8a50e69c665
Description: Development files for audio sample rate conversion
 libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion.
 .
 libsamplerate currently provides three different sample rate conversion
 algorithms; zero order hold, linear interpolation and FIR filter interpolation
 (using filters derived from the mathematical SINC function). The first two
 algorithms (zero order hold and linear) are included for completeness and are
 not recommended for any application where high quality sample rate conversion
 is required. For the FIR/Sinc algorithm, three converters are provided;
 SRC_SINC_FASTEST, SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a
 trade off between conversion speed and conversion quality.
 .
 libsamplerate is capable of downsampling to 1/256 of the original sample rate
 and upsampling to 256 times the original sample rate. It is also capable of
 time varying conversions for vary speed effects and synchronising of two
 unlocked sample rates.
 .
 This package contains the library header files and API documentation.
Homepage: http://www.mega-nerd.com/SRC/
Multi-Arch: same

Package: libsasl2-2
Priority: optional
Section: libs
Installed-Size: 192
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: arm64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Replaces: libsasl2
Depends: libsasl2-modules-db (>= 2.1.28+dfsg-10+apertis1bv2024dev3b1), libc6 (>= 2.34)
Recommends: libsasl2-modules (>= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/libsasl2-2_2.1.28+dfsg-10+apertis1bv2024dev3b1_arm64.deb
Size: 61936
MD5sum: 3cec7a7a68b0d1854ef61113e0699794
SHA1: 083d3ec6f65e3d0c5ad9fbce0680dea97f5d35ff
SHA256: 413573ce360d1d0d19e47f571345fdd3d54f4620732389012441f2d5b4446383
SHA512: 5cfd3c49395f7685a3af47e340cc0a8895f1f8c43a330edd89682c2da672953a9ff2502c91492c5527d1363b54587bf12bb89e10b1bc92540cd6515acbd1f229
Description: Cyrus SASL - authentication abstraction library
 This is the Cyrus SASL API implementation, version 2.1.
 .
 SASL is the Simple Authentication and Security Layer, a method for
 adding authentication support to connection-based protocols. To use
 SASL, a protocol includes a command for identifying and
 authenticating a user to a server and for optionally negotiating
 protection of subsequent protocol interactions. If its use is
 negotiated, a security layer is inserted between the protocol and the
 connection. See RFC 2222 for more information.
 .
 Any of: ANONYMOUS, SCRAM, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal
 Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used.
Homepage: https://www.cyrusimap.org/sasl/
Multi-Arch: same

Package: libsasl2-2-dbgsym
Priority: optional
Section: debug
Installed-Size: 155
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: arm64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libsasl2-2 (= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/libsasl2-2-dbgsym_2.1.28+dfsg-10+apertis1bv2024dev3b1_arm64.deb
Size: 134428
MD5sum: fd437ae5d6ee7cb1369238b468e25c92
SHA1: e5debd7cb226a0b10d64dba6ace2686d0d1b0c70
SHA256: 8d1d5f2b29aeed4d55f7a70cabc72f177d6bfd7fb6dea2642f4e6e07a3def206
SHA512: 5e215662ef80861e8dae9290ccb67cab37d9bff73af013179a8a75578cfd821195c890e50db2411632fa8a30affcf4ec5c163a4758979c1f05f71f1d250fe46a
Description: debug symbols for libsasl2-2
Auto-Built-Package: debug-symbols
Build-Ids: 2a7e4e1734e8cfca6b84ca8b72c90115b97833b4
Multi-Arch: same

Package: libsasl2-dev
Priority: optional
Section: libdevel
Installed-Size: 820
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: arm64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libc-dev, libsasl2-2 (= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/libsasl2-dev_2.1.28+dfsg-10+apertis1bv2024dev3b1_arm64.deb
Size: 210248
MD5sum: fa50c01ea69feedb3b36dba73675b9a2
SHA1: 56142ab27a1ce6154a9a4cddde9d57394d8c8cca
SHA256: bf9d924ac95fe329c6ae65d8a2431c3848e55f53b3087a6d277d983281779edb
SHA512: d1aee411c83dff62c771345b58f5b83e81b7d5a0ee00f78bbf4be5537f21cfa55a50163b13471dbc3cc9764dc4594741f4e443088168513dc5e7c77daaab6a6a
Description: Cyrus SASL - development files for authentication abstraction library
 This is the Cyrus SASL API implementation, version 2. See package
 libsasl2-2 and RFC 2222 for more information.
 .
 This package includes development files for compiling programs with SASL
 support. It is needed for development purposes only.
Homepage: https://www.cyrusimap.org/sasl/

Package: libsasl2-modules
Priority: optional
Section: libs
Installed-Size: 539
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: arm64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Replaces: libsasl2-modules-gssapi-mit (<< 2.1.28+dfsg-4)
Depends: libc6 (>= 2.17), libssl3 (>= 3.0.0)
Suggests: libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal, libsasl2-modules-ldap, libsasl2-modules-otp, libsasl2-modules-sql
Breaks: libsasl2-modules-gssapi-mit (<< 2.1.28+dfsg-4)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules_2.1.28+dfsg-10+apertis1bv2024dev3b1_arm64.deb
Size: 67172
MD5sum: 8bb5a8193bb9976c91cc65e2e4ed0108
SHA1: 0cb0953ec8cc020d1112c6a253f0d323984a7e7a
SHA256: 4ef618af2f972f3284f8b94f4212e9549b462641b5faaa30daddc7a708a3ed5a
SHA512: 4d47034f6383bc0bb15edaece281af4d32dcdba53623f3123dad5b26924644ffde3ca41bc162f3f8553ee4833fa8c54f2c85e4494f2137ec35d676a0bf36f70f
Description: Cyrus SASL - pluggable authentication modules
 This is the Cyrus SASL API implementation, version 2.1. See package
 libsasl2-2 and RFC 2222 for more information.
 .
 This package provides the following SASL modules: LOGIN, PLAIN, ANONYMOUS,
 NTLM, SCRAM, CRAM-MD5, and DIGEST-MD5 (with DES support, deprecated).
Homepage: https://www.cyrusimap.org/sasl/
Multi-Arch: same

Package: libsasl2-modules-db
Priority: optional
Section: libs
Installed-Size: 118
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: arm64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libdb5.3
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-db_2.1.28+dfsg-10+apertis1bv2024dev3b1_arm64.deb
Size: 24772
MD5sum: 72ab340b6e11357e5b969a6d6fe4a035
SHA1: dd0c1ddd381af777ba5bc2a0556f6cb02a8a4d0e
SHA256: 9e58a446954c9043601a86931ae3949030e2e81d09b5f33ca350382b17a85b9c
SHA512: fe089c8cd30b4b18aef26687b887b07b2d01424758cb44a7354057382fa355b832baeba07c8c37c66f34756079f003ac04be584135c8efdf0772b83d7503630b
Description: Cyrus SASL - pluggable authentication modules (DB)
 This is the Cyrus SASL API implementation, version 2.1. See package
 libsasl2-2 and RFC 2222 for more information.
 .
 This package provides the DB plugin, which supports Berkeley DB lookups.
Homepage: https://www.cyrusimap.org/sasl/
Multi-Arch: same

Package: libsasl2-modules-db-dbgsym
Priority: optional
Section: debug
Installed-Size: 64
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: arm64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libsasl2-modules-db (= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-db-dbgsym_2.1.28+dfsg-10+apertis1bv2024dev3b1_arm64.deb
Size: 50288
MD5sum: e327b8e2de0326d6b3fb410983c0aa8d
SHA1: 79571bb516193388e3d0a17628db8ecc8ce13ca2
SHA256: 802b0df3bff90dcf3c35d4333e312f0cb108c03498abfe8b36ba0ae2b4292f59
SHA512: f0bbc7d5fe69f74343220dd55bae10fc59dfa1c46cc90bda60c793c4538cd6ca40412549be93e95225e6ab4f9cc7ec67ae3e092b9f48a3ebfb3c653352628277
Description: debug symbols for libsasl2-modules-db
Auto-Built-Package: debug-symbols
Build-Ids: ec17ecc754826a71bda37c207bf98682b2a30690
Multi-Arch: same

Package: libsasl2-modules-dbgsym
Priority: optional
Section: debug
Installed-Size: 309
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: arm64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libsasl2-modules (= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-dbgsym_2.1.28+dfsg-10+apertis1bv2024dev3b1_arm64.deb
Size: 241816
MD5sum: faa84ec6e79c2cc9026a00937074828c
SHA1: c6997a8128decca3e02447854304811a9776875a
SHA256: eca671829dbfa1931cdc3d68b3a454a3718eb7a39475ee7f47eeadf4e906c767
SHA512: 1966ca82a9e9f027e93165a82c89de3b2e0549c7ec173b3e81b1f94f04cbe816ccd71778366a77d4f53f5d857b72ef83955e2bdbef577bd0169a660b5728c777
Description: debug symbols for libsasl2-modules
Auto-Built-Package: debug-symbols
Build-Ids: 35eee6b73d9d0e354f981990e2dd13e21090ded8 8d4bd8314688d4bc580ad63d65ae27193780ce92 9ca0382889139d28a2e1afc72a27f92fb0d54633 a327764099dc05772d0639c8bbaf7b853c8a6e8d b7dc99b390c4a1bfda28a8776ac05356b8a4edf2 eb25e507ac93ca99d3c924c45aa6d9ecc670596a ffa85dc49d555d1c7b957c8ebaf50400c88d2a56
Multi-Arch: same

Package: libsasl2-modules-otp
Priority: optional
Section: libs
Installed-Size: 199
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: arm64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libsasl2-modules (= 2.1.28+dfsg-10+apertis1bv2024dev3b1), libc6 (>= 2.17), libssl3 (>= 3.0.0)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-otp_2.1.28+dfsg-10+apertis1bv2024dev3b1_arm64.deb
Size: 32888
MD5sum: 8406f686693a128f034e089c324b8f62
SHA1: 9e7e19596834d8e4a0eedb8cdf785fc5a428a645
SHA256: 3c59baef81e6b2d484f023639332895e15a51958eec6887f0b660b28c3b8bf3d
SHA512: c69962d80379c29bd6a2864606b3e5dfc91119d3aba197632ff14d2599dbdcdc2053521f8ed270238c36e952ff5206881ff35c45ccc536904f812196fcaf5f79
Description: Cyrus SASL - pluggable authentication modules (OTP)
 This is the Cyrus SASL API implementation, version 2.1. See package
 libsasl2-2 and RFC 2222 for more information.
 .
 This package provides the OTP plugin, which supports one time passwords.
Homepage: https://www.cyrusimap.org/sasl/
Multi-Arch: same

Package: libsasl2-modules-otp-dbgsym
Priority: optional
Section: debug
Installed-Size: 60
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: arm64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: libsasl2-modules-otp (= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/libsasl2-modules-otp-dbgsym_2.1.28+dfsg-10+apertis1bv2024dev3b1_arm64.deb
Size: 44628
MD5sum: 50e51b75cd256d6e053e1359f31e2382
SHA1: e3dc046377c009e28197c2349fac8a8269b7c6da
SHA256: 34c73c16401bb85bcab437292c0da8989ddc050f90a95612748fe0338e5f052f
SHA512: a441367f6fba87c143813b430f874efb764cf4bef739c4b7c41c374eb600bc1670a313aac1aed07fff61758baaf8f62c454a0c082a4eb61bab9ac347feba449b
Description: debug symbols for libsasl2-modules-otp
Auto-Built-Package: debug-symbols
Build-Ids: 12c1cfe15336ac80dd8a24040274bab2b18e71bf
Multi-Arch: same

Package: libsbc-dev
Priority: optional
Section: libdevel
Installed-Size: 80
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: sbc
Version: 2.0-1+apertis0bv2024dev3b1
Depends: libsbc1 (= 2.0-1+apertis0bv2024dev3b1)
Filename: pool/target/s/sbc/libsbc-dev_2.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 27388
MD5sum: 88786f79d2adfd22a08e654e25c32f58
SHA1: cd13d2df1be95f9d55933edbd7386e8248bfd53e
SHA256: aca2104d75add802c14761b44cc861156843eacbac16e0a2a89ce75fc1e2dd91
SHA512: 07f1ad7d86d651808304c793b6433d9f3919397cc7c1b9b7157b4ed801a583be84bc6354478fc77c1e269808177d15373524953ecf3a3c4e5ef9ca16e0f88033
Description: Sub Band CODEC library - development
 This provides the library and tool which operate SBC
 (sub band codec) in A2DP (the Advanced Audio Distribution Profile).
 .
 This package contains the header files and static library needed to
 compile applications that use libsbc.
Homepage: https://www.bluez.org/
Multi-Arch: same

Package: libsbc1
Priority: optional
Section: libs
Installed-Size: 89
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: sbc
Version: 2.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/s/sbc/libsbc1_2.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 26212
MD5sum: 0b4805b1430b9c06bab4426250e7c3e6
SHA1: f4bdb0adc3cde8b176b83d72cb4f9e3838fcb150
SHA256: 2b1b6b67854c0c92d2d002aa7fff6e5cf116dc1dc3edd557ad6ecc27686561e7
SHA512: 39595bbbacbef72f9ce37c06ba1be8f6906724e633cab41176575428ce92a20eaced8be9d16a2536418913c7154d658cc2bd87be942650aaa8c94f26d77c4fc4
Description: Sub Band CODEC library - runtime
 This provides the library and tool which operate SBC
 (sub band codec) in A2DP (the Advanced Audio Distribution Profile).
 .
 This package contains the sbc runtime library.
Homepage: https://www.bluez.org/
Multi-Arch: same

Package: libsbc1-dbgsym
Priority: optional
Section: debug
Installed-Size: 70
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: sbc
Version: 2.0-1+apertis0bv2024dev3b1
Depends: libsbc1 (= 2.0-1+apertis0bv2024dev3b1)
Filename: pool/target/s/sbc/libsbc1-dbgsym_2.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 49260
MD5sum: b39d9f53ab95e00865d446b02eb6ce80
SHA1: 234df5a33a9110fd107782e58ddab3812bd04351
SHA256: 336a05b653f41d71e433fb5f7228d39b7c30ddd884b15bdc154a704277543397
SHA512: 2745a1e42a757607177770fa9c3ec508f3667e7c27294b0f0f53b9ec1b8035f3e061f1c09219e3862ddd61006c364681c35fb36f1fde8971753655c694705d60
Description: debug symbols for libsbc1
Auto-Built-Package: debug-symbols
Build-Ids: e985f235b99f40117041215869e693aed5a44c35
Multi-Arch: same

Package: libseccomp-dev
Priority: optional
Section: libdevel
Installed-Size: 386
Maintainer: Kees Cook <kees@debian.org>
Architecture: arm64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: libseccomp2 (= 2.5.4-1+apertis0bv2024dev3b1)
Suggests: seccomp
Filename: pool/target/libs/libseccomp/libseccomp-dev_2.5.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 90488
MD5sum: 6e53e135fa40949fd2c9c7712be9f9ac
SHA1: 9abb7f376f4715d48556ed8acf9cf5b4f30cc6fc
SHA256: 6a0032285b53ce1b68f56276326827396eaa6bc099c9b41dbe2bd72d148b3cc4
SHA512: 5971fca115378854bac0012f0a76d3f2a6f67f2a2e29dc8888326e34ef4add7eef768ba13ff5630eb27938b243a3c255615813e83aca24fec226446517d2f537
Description: high level interface to Linux seccomp filter (development files)
 This library provides a high level interface to constructing, analyzing
 and installing seccomp filters via a BPF passed to the Linux Kernel's
 prctl() syscall.
 .
 This package contains the development files.
Homepage: https://github.com/seccomp/libseccomp
Multi-Arch: same

Package: libseccomp2
Priority: optional
Section: libs
Installed-Size: 158
Maintainer: Kees Cook <kees@debian.org>
Architecture: arm64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libs/libseccomp/libseccomp2_2.5.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 48532
MD5sum: da6f28d8fb8a091ecb17fdd8243b0399
SHA1: 79457513157154bfe2474f3fe2870d66d813a952
SHA256: 0ef61539470d0920029873d83e7d282757899769086e85102f1b24d878ab009c
SHA512: 2c5348ccd9544c48cf4b62ac769e6e76eab792a46467b07d5596d5fa784add2fc30e577c7c8419180a2f03ffd0320079d08ff1bf348236b721dc2e5abbda7634
Description: high level interface to Linux seccomp filter
 This library provides a high level interface to constructing, analyzing
 and installing seccomp filters via a BPF passed to the Linux Kernel's
 prctl() syscall.
Homepage: https://github.com/seccomp/libseccomp
Multi-Arch: same

Package: libseccomp2-dbgsym
Priority: optional
Section: debug
Installed-Size: 117
Maintainer: Kees Cook <kees@debian.org>
Architecture: arm64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: libseccomp2 (= 2.5.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libseccomp/libseccomp2-dbgsym_2.5.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 96188
MD5sum: 3e0b139f994c44ac89f024cacb5ccf52
SHA1: 1e3a36aca92d48577b026ce8d3f02a7c00bc5ef8
SHA256: a8e8851afac8d115cb4a68405ad9ef26609468d649d1bbe1df4e281518a16afb
SHA512: bccbc2acb309aadb87980f22e4fb62118606abdabfc5dba357cb9d33e3ac9d4cfc0192f27f029ac2c94c59581825e839225c32cf51e6823dafd2124c799e8813
Description: debug symbols for libseccomp2
Auto-Built-Package: debug-symbols
Build-Ids: 294e8b21659a9af94390c19c737ca407982ee3d6
Multi-Arch: same

Package: libsecret-1-0
Priority: optional
Section: libs
Installed-Size: 495
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.59.0), libsecret-common
Breaks: seahorse (<< 3.10)
Filename: pool/target/libs/libsecret/libsecret-1-0_0.20.5-3+apertis0bv2024dev3b1_arm64.deb
Size: 104556
MD5sum: 7699e9f83e960b4ff607d2a996444dcb
SHA1: 44f4a048186f9ca30e2e2b2cd7965c41b89d04e1
SHA256: 577253644c343bb5b5ba2f11ed4fb90758b5320fac540542642087134513f06b
SHA512: 5518685271954629ab82d53f1e37deefa1dc07f52ce03d9ef00e060a4b87b9af7f6ec7511ef47896f39a7bddc7e7a895ddb1f5b603a6c968c5c10d681b9904e3
Description: Secret store
 Library for storing and retrieving passwords and other secrets.
 It communicates with the "Secret Service" using DBus.
Homepage: https://wiki.gnome.org/Projects/Libsecret
Multi-Arch: same

Package: libsecret-1-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 485
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Depends: libsecret-1-0 (= 0.20.5-3+apertis0bv2024dev3b1)
Filename: pool/target/libs/libsecret/libsecret-1-0-dbgsym_0.20.5-3+apertis0bv2024dev3b1_arm64.deb
Size: 403860
MD5sum: 640bf9f1da114d16101006068c84dafc
SHA1: 505e849fdb819ae03dadb149dae210b26a534b5c
SHA256: 7047cf977e03bec42e464cc81c61110a923a7507296443f2b8b2c48d2b1c01c1
SHA512: 68ec949e40a5bbea7b48c86d8b5e34c8dc6e2ef3683e2b9a6e7f1b1f8111359db7779988b81e24a3c460cff5dfcdc01f9cd2a8e2543701b707462ce1ff3ef67c
Description: debug symbols for libsecret-1-0
Auto-Built-Package: debug-symbols
Build-Ids: 0a129b52767cdfe3feb33184ef8c1bc3119c27eb
Multi-Arch: same

Package: libsecret-1-dev
Priority: optional
Section: libdevel
Installed-Size: 3773
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Depends: libsecret-1-0 (= 0.20.5-3+apertis0bv2024dev3b1), gir1.2-secret-1 (= 0.20.5-3+apertis0bv2024dev3b1), libgcrypt20-dev (>= 1.2.2), libglib2.0-dev (>= 2.44.0)
Filename: pool/target/libs/libsecret/libsecret-1-dev_0.20.5-3+apertis0bv2024dev3b1_arm64.deb
Size: 130740
MD5sum: 5cf2ca21257fe7a7ced1f6672c716e71
SHA1: d168d17446775c387929db45f0e51a55b9fcef0f
SHA256: d498fbe2aa6d04441544bf7b85fabb95b95ef7995091922f00441eef869d9a9c
SHA512: 091173b159c1f23acf0246675d50c82df2403f328ea777a47ccfe92e39cc72a094def789b1ccba4d620c8f5cafdd1ed6a636c9df61448be777324b8cbd39f99d
Description: Secret store (development files)
 Library for storing and retrieving passwords and other secrets.
 It communicates with the "Secret Service" using DBus.
 .
 This package contains the development files.
Homepage: https://wiki.gnome.org/Projects/Libsecret
Multi-Arch: same

Package: libsecret-common
Priority: optional
Section: libs
Installed-Size: 248
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Filename: pool/target/libs/libsecret/libsecret-common_0.20.5-3+apertis0bv2024dev3b1_all.deb
Size: 26200
MD5sum: 706ba6e8370153545e2c6c19276df10e
SHA1: 3b0ebe69035e226cbe84df8267305badf5a0939f
SHA256: 25dc5a86141c2b5559b33260842c9068a5cc0ca72fce00ddecf479c83fce911b
SHA512: e80bf13d066c6b87b4af4158dc1da5617febdc98f466349e3042b9aef9c41dfb6d3aba823baf09569b9d122a8e173f5de81e3c6238acec55f7e8acf4777d88aa
Description: Secret store (common files)
 Library for storing and retrieving passwords and other secrets.
 It communicates with the "Secret Service" using DBus.
 .
 This package contains data files used by the libsecret library.
Homepage: https://wiki.gnome.org/Projects/Libsecret
Multi-Arch: foreign

Package: libsecret-tools
Priority: optional
Section: admin
Installed-Size: 90
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.44.0), libsecret-1-0 (>= 0.19.1)
Filename: pool/target/libs/libsecret/libsecret-tools_0.20.5-3+apertis0bv2024dev3b1_arm64.deb
Size: 13244
MD5sum: 86edd07b583d168ab3412b283f1371b0
SHA1: 71453b80c60144ebe6ac02c91bf80eecae9947c5
SHA256: a9c0e6e27e5f391e95ad8fe08bcbdc4d6c7b9e596af9a53f6ad17cc30741d8e7
SHA512: 9a81785e9e81e557cadd3ded3a8105e02cc59b7ca3bda10a1bb4f009e62eb4b920182d83e8f4a1175534c02850794a94d99fb0c25d226e47a930327148f0b51f
Description: tool for storing and retrieving GObject passwords
 This package provides a command line tool using libsecret to access
 the freedesktop.org Secret Service API. This can be used to store
 and retrieve passwords for desktop applications.
Homepage: https://wiki.gnome.org/Projects/Libsecret
Multi-Arch: foreign

Package: libsecret-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 33
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsecret
Version: 0.20.5-3+apertis0bv2024dev3b1
Depends: libsecret-tools (= 0.20.5-3+apertis0bv2024dev3b1)
Filename: pool/target/libs/libsecret/libsecret-tools-dbgsym_0.20.5-3+apertis0bv2024dev3b1_arm64.deb
Size: 15828
MD5sum: ce852db5c7ff9a98a791739322d8f51f
SHA1: 108dfe5fb800186bf374e9fcc01031456032a9ab
SHA256: fda2e1afd1fe8e0726c0bdb85b66618603750141687443a0c74c945e3358992a
SHA512: ff83861e187e126a80ef1956491f3d87244332d684aef0336cf9cf5af8772ac4c36284bb1912fd5a2c0bfc20c60c6d2bad71a0f373cd5c112a26319d76f8e03c
Description: debug symbols for libsecret-tools
Auto-Built-Package: debug-symbols
Build-Ids: 059f392cdd2f1fbe8d2c9612c1d9da0ba48603ab

Package: libselinux1
Priority: optional
Section: libs
Installed-Size: 226
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libselinux
Version: 3.4-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libpcre2-8-0 (>= 10.22)
Filename: pool/target/libs/libselinux/libselinux1_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 69516
MD5sum: 31602fad49c16658b1cd145d723405cf
SHA1: d0a913f47d4150a65591c2e6689237bb6d6964a3
SHA256: cfcd7a6c7662ceac0b1ef900bf0fa150406b1b468db852e93a9504100501c4b3
SHA512: 6d15384848847682dc121443f9b7a67afb3475d342b7a0360f91b139538e8cc43be8ef56d63b38bf40730a2f3770330fa0573ee22448be73efdcf8fb38e52729
Description: SELinux runtime shared libraries
 This package provides the shared libraries for Security-enhanced
 Linux that provides interfaces (e.g. library functions for the
 SELinux kernel APIs like getcon(), other support functions like
 getseuserbyname()) to SELinux-aware applications. Security-enhanced
 Linux is a patch of the Linux kernel and a number of utilities with
 enhanced security functionality designed to add mandatory access
 controls to Linux.  The Security-enhanced Linux kernel contains new
 architectural components originally developed to improve the security
 of the Flask operating system. These architectural components provide
 general support for the enforcement of many kinds of mandatory access
 control policies, including those based on the concepts of Type
 Enforcement, Role-based Access Control, and Multi-level Security.
 .
 libselinux1 provides an API for SELinux applications to get and set
 process and file security contexts and to obtain security policy
 decisions.  Required for any applications that use the SELinux
 API. libselinux may use the shared libsepol to manipulate the binary
 policy if necessary (e.g. to downgrade the policy format to an older
 version supported by the kernel) when loading policy.
Homepage: https://selinuxproject.org
Multi-Arch: same

Package: libselinux1-dbgsym
Priority: optional
Section: debug
Installed-Size: 245
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libselinux
Version: 3.4-1+apertis0bv2024dev3b1
Depends: libselinux1 (= 3.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libselinux/libselinux1-dbgsym_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 208800
MD5sum: 747162ba2efb0bbf2e6d692d5368e9b1
SHA1: 8f1ad10f5503dec7d3a13833a393b7290e1b228f
SHA256: d3260fc2c8a689694212145bfad6f6b086490a10cfa47c92bc0438f3bb9043fe
SHA512: 97230820472eb5822ba899f1ac1c1ee36d3bf3f312e9b61159034000ce01deb1cbde6af576b0121c47dd53170f35374b152e6e34f81f8ded59b66084a9c99024
Description: debug symbols for libselinux1
Auto-Built-Package: debug-symbols
Build-Ids: 24d6739e85e7ec3ee7733b0c1293acaa04bb7582
Multi-Arch: same

Package: libselinux1-dev
Priority: optional
Section: libdevel
Installed-Size: 745
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libselinux
Version: 3.4-1+apertis0bv2024dev3b1
Provides: libselinux-dev
Depends: libselinux1 (= 3.4-1+apertis0bv2024dev3b1), libsepol-dev (>= 3.4), libpcre2-dev
Conflicts: libselinux-dev
Filename: pool/target/libs/libselinux/libselinux1-dev_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 159332
MD5sum: 14c0a0a4e37474c84b5018be8ea5aae0
SHA1: 27c7c3389f58c5912c055e9f181dddbf051f861a
SHA256: c4228563b6cb2dc84b8b5d20efc705aae4e737e7e6aef38f851e431f53b35cda
SHA512: 20c25250ad7a9b9a0a07e16d04eb2f42b97a85590c406b7fe071d68f82876c95cc8fd6ec2d22fc397098d66f6b0ee76e774f4430de0e6762d490e09c588d54eb
Description: SELinux development headers
 This package provides the  static libraries and header files
 needed for developing SELinux applications.  Security-enhanced Linux
 is a patch of the Linux kernel and a number of utilities with
 enhanced security functionality designed to add mandatory access
 controls to Linux.  The Security-enhanced Linux kernel contains new
 architectural components originally developed to improve the security
 of the Flask operating system. These architectural components provide
 general support for the enforcement of many kinds of mandatory access
 control policies, including those based on the concepts of Type
 Enforcement, Role-based Access Control, and Multi-level Security.
Homepage: https://selinuxproject.org
Multi-Arch: same

Package: libsemanage-common
Priority: optional
Section: libs
Installed-Size: 30
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: all
Source: libsemanage
Version: 3.4-1+apertis0bv2024dev3b1
Filename: pool/target/libs/libsemanage/libsemanage-common_3.4-1+apertis0bv2024dev3b1_all.deb
Size: 10608
MD5sum: 9f7e9fc27a0de3bc86c475b5bc9b9616
SHA1: bc42b557312dde165996c5e1d2fbc580a458e472
SHA256: 7cf929e77a69ab20cadb2a7a1f4f69258e573f92c811da7e93a2610988c02532
SHA512: bb5914caafdc2c4e32c6e590fe9b8e40ba1d7bb87a1f77b9e551bee7713814dd57412e0e8241301a09ea3180793979205e2ede717c53efdd749e73e964f56742
Description: Common files for SELinux policy management libraries
 This package provides the common files used by the shared libraries
 for SELinux policy management.
 .
 Security-enhanced Linux is a patch of the Linux kernel and a
 number of utilities with enhanced security functionality designed to
 add mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement, Role-based Access
 Control, and Multi-level Security.
Homepage: https://selinuxproject.org
Multi-Arch: foreign

Package: libsemanage-dev
Priority: optional
Section: libdevel
Installed-Size: 801
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libsemanage
Version: 3.4-1+apertis0bv2024dev3b1
Replaces: libsemanage1-dev (<< 3.2)
Depends: libbz2-dev, libselinux1-dev (>= 3.4), libsemanage2 (= 3.4-1+apertis0bv2024dev3b1), libsepol-dev (>= 3.4)
Breaks: libsemanage1-dev (<< 3.2)
Filename: pool/target/libs/libsemanage/libsemanage-dev_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 124352
MD5sum: ce791b460fe7c329032f9188a79841fa
SHA1: a226218f304e45b8fdf7c8e15893ff303974ec1f
SHA256: bb56c94cead3fa974ac37858ae1ad4e3325a279d68698ecba4277c30e092530b
SHA512: 000a21b4f75523edb92389fb40de333568c581f4d72797e63a86adefa6431a41e91e9332696525032203d686b1d36bc1e5ab8c4cd61cbbf37cfe415b27d90198
Description: Header files and libraries for SELinux policy manipulation
 This package provides an API for the management of SELinux policies.
 It contains the static libraries and header files needed
 for developing applications that manage SELinux policies.
 .
 Security-enhanced Linux is a patch of the Linux kernel and a
 number of utilities with enhanced security functionality designed to
 add mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement, Role-based Access
 Control, and Multi-level Security.
Homepage: https://selinuxproject.org
Multi-Arch: same

Package: libsemanage2
Priority: optional
Section: libs
Installed-Size: 299
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libsemanage
Version: 3.4-1+apertis0bv2024dev3b1
Depends: libsemanage-common (>= 3.4-1+apertis0bv2024dev3b1), libaudit1 (>= 1:2.2.1), libbz2-1.0, libc6 (>= 2.34), libselinux1 (>= 3.4), libsepol2 (>= 3.4)
Breaks: policycoreutils (<< 3.0)
Filename: pool/target/libs/libsemanage/libsemanage2_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 83412
MD5sum: e1b1f2c5f19bd63d42e8e6fc5255f335
SHA1: 50e97fa75092fab8fcea3c7264f8162efe624ccc
SHA256: 32ec61b0f1c5c634204244d668c9169c5ddb0c847ae911184670a068a214d374
SHA512: 9195e175c2db2d2ec741a5fcba3843ee7bc30f0b075b6b9ca3d1a58c6cbe0b7039b2c47b764cf3bb8e70e96ac6eb1bbbe5adb49cfff93e89f611db1570cbfab1
Description: SELinux policy management library
 This package provides the shared libraries for SELinux policy management.
 It uses libsepol for binary policy manipulation and libselinux for
 interacting with the SELinux system.  It also exec's helper programs
 for loading policy and for checking whether the file_contexts
 configuration is valid (load_policy and setfiles from
 policycoreutils) presently, although this may change at least for the
 bootstrapping case
 .
 Security-enhanced Linux is a patch of the Linux kernel and a
 number of utilities with enhanced security functionality designed to
 add mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement, Role-based Access
 Control, and Multi-level Security.
Homepage: https://selinuxproject.org
Multi-Arch: same

Package: libsemanage2-dbgsym
Priority: optional
Section: debug
Installed-Size: 369
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libsemanage
Version: 3.4-1+apertis0bv2024dev3b1
Depends: libsemanage2 (= 3.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libsemanage/libsemanage2-dbgsym_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 302484
MD5sum: 890b22adc85fa491595941b5702e9b1f
SHA1: 136afa4ab40bf59792a7eab8d23c57c3e746cb53
SHA256: c894e64cbfb48f35d2253888f03f9a9eabcdd02a97cf2646e7281e403a575054
SHA512: eff99f6c5017ff7b0cd1ef7361267433a41e46d5cd3dcb3da5c18ad994d551be35a1316aea80c416cc758343213ebb7b1973cb28eac71bd20f2edecbbcdbc005
Description: debug symbols for libsemanage2
Auto-Built-Package: debug-symbols
Build-Ids: ee5aa1a9717bc0d6e79835e786572a0b567f5941
Multi-Arch: same

Package: libsensors-config
Priority: optional
Section: utils
Installed-Size: 34
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: all
Source: lm-sensors
Version: 1:3.6.0-7.1+apertis0bv2024dev2b1
Replaces: libsensors4
Suggests: lm-sensors
Breaks: libsensors4
Filename: pool/target/l/lm-sensors/libsensors-config_3.6.0-7.1+apertis0bv2024dev2b1_all.deb
Size: 14564
MD5sum: 7a24ccc0466d4c1152106918a1717b87
SHA1: 9a7d6ab6620f3d3f0774ed721cf3a648c5e56429
SHA256: 35f2ee98bc975a1dafe5c207d448e9e07688151b1b4b2882759b72d16c5c1ad4
SHA512: 2bf567f385e6d4155da05c3859c1fa78031e37bfa41e0edb0a32a433167a2094176e62992512d678a38f802048b23fd55b5ff8562bb29d6af6d36e59d601338b
Description: lm-sensors configuration files
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 to access information from temperature, voltage, and fan speed sensors. It
 works with most newer systems.
 .
 This library is only functional with a Linux kernel, it is provided on
 non-Linux systems for portability reasons only.
 .
 This package contains the configuration files.
Homepage: https://hwmon.wiki.kernel.org/lm_sensors
Multi-Arch: foreign

Package: libsensors-dev
Priority: optional
Section: libdevel
Installed-Size: 152
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: lm-sensors
Version: 1:3.6.0-7.1+apertis0bv2024dev2b1
Replaces: libsensors4-dev (<< 1:3.6.0-4)
Depends: libsensors5 (= 1:3.6.0-7.1+apertis0bv2024dev2b1)
Breaks: libsensors4-dev (<< 1:3.6.0-4)
Filename: pool/target/l/lm-sensors/libsensors-dev_3.6.0-7.1+apertis0bv2024dev2b1_arm64.deb
Size: 44776
MD5sum: 016648fea3c9ea4034551f4d5b3a456f
SHA1: f6821caf8481df6867bbd5e70b4a795281d4e5d8
SHA256: 40d192bd7bfeec9e08142b58535e8a483e8b6ac6e39ef153a2a83ee12846f2a8
SHA512: b3ebd5a8cce0c8f4a1e7588f9f47d1ea5e03aa47951476dd68d28c5b3c9d9fd673daf8004058748b6cf9d88923919d4d52765f4a3b929f6772245262b6a84d75
Description: lm-sensors development kit
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 to access information from temperature, voltage, and fan speed sensors. It
 works with most newer systems.
 .
 This library is only functional with a Linux kernel, it is provided on
 non-Linux systems for portability reasons only.
 .
 This package contains the static library and header files used in
 development.
Homepage: https://hwmon.wiki.kernel.org/lm_sensors
Multi-Arch: same

Package: libsensors4-dev
Priority: optional
Section: libdevel
Installed-Size: 20
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: lm-sensors
Version: 1:3.6.0-7.1+apertis0bv2024dev2b1
Depends: libsensors-dev (= 1:3.6.0-7.1+apertis0bv2024dev2b1)
Filename: pool/target/l/lm-sensors/libsensors4-dev_3.6.0-7.1+apertis0bv2024dev2b1_arm64.deb
Size: 12460
MD5sum: cb7366c5779f5c5efa02203802e1efe9
SHA1: 891986ebb326f750ea112182e757f1026ff4d7bc
SHA256: 01b57fc9ffdd5c406e5feb2e2ea6e415e1cb643ae43c0a46a6cd381a43066720
SHA512: faa83af3f2d6dbd25f9a6813f20fb2f3835ed890e1235e973918f604a35d8120817ce83ab222fa302203c5b5b754e337b8bd65490ed5155bc70ddc93a70c1c21
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://hwmon.wiki.kernel.org/lm_sensors
Multi-Arch: same

Package: libsensors5
Priority: optional
Section: libs
Installed-Size: 96
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: lm-sensors
Version: 1:3.6.0-7.1+apertis0bv2024dev2b1
Depends: libsensors-config, libc6 (>= 2.33)
Suggests: lm-sensors
Filename: pool/target/l/lm-sensors/libsensors5_3.6.0-7.1+apertis0bv2024dev2b1_arm64.deb
Size: 33584
MD5sum: c989701f4f187792dd25573e21072fce
SHA1: 90adbcc5cd7466f46d7eafacfb035d923f20782d
SHA256: 88f33ab7f058e2c3a3b50804c9da85cf2479d14485265d23537f5d5c0a414c12
SHA512: 7143e569359eccf4dbae43ca40f9f22ec2f2ebbab668b800017c871e0684ff4a4bd07cdb67c12efcb856922c88afa1e2eab85f3ff888ba6c50fcebb1686cb3db
Description: library to read temperature/voltage/fan sensors
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 to access information from temperature, voltage, and fan speed sensors. It
 works with most newer systems.
 .
 This library is only functional with a Linux kernel, it is provided on
 non-Linux systems for portability reasons only.
 .
 This package contains a shared library for querying lm-sensors.
Homepage: https://hwmon.wiki.kernel.org/lm_sensors
Multi-Arch: same

Package: libsensors5-dbgsym
Priority: optional
Section: debug
Installed-Size: 73
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: lm-sensors
Version: 1:3.6.0-7.1+apertis0bv2024dev2b1
Depends: libsensors5 (= 1:3.6.0-7.1+apertis0bv2024dev2b1)
Filename: pool/target/l/lm-sensors/libsensors5-dbgsym_3.6.0-7.1+apertis0bv2024dev2b1_arm64.deb
Size: 53500
MD5sum: 0d1e099cba0497b707c9d9aff0aa57d9
SHA1: 41cb7004355af105490e94eaf7f072bace2421a5
SHA256: 5c2c1fe4205346f9451e523692a219922c4f088646c84775539c921d65025a97
SHA512: 57a7fe06e0f97dc00ee8e2c8157814f6d20b3afce7a50095710b860a1c11644646742917340417305ece8ebd9cabdfc8ab7b567d9b008cbe8b4ed637801c5078
Description: debug symbols for libsensors5
Auto-Built-Package: debug-symbols
Build-Ids: 1472d42b4ea772998a4cba70ee69073de85bbe41
Multi-Arch: same

Package: libsepol-dev
Priority: optional
Section: libdevel
Installed-Size: 1768
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libsepol
Version: 3.4-2.1+apertis0bv2024dev3b2
Replaces: libsepol1-dev (<< 3.2)
Depends: libsepol2 (= 3.4-2.1+apertis0bv2024dev3b2)
Breaks: libsepol1-dev (<< 3.2)
Filename: pool/target/libs/libsepol/libsepol-dev_3.4-2.1+apertis0bv2024dev3b2_arm64.deb
Size: 333184
MD5sum: c474e0fdea4107ff02e65139c0b26263
SHA1: 2a563260005ed86b4f410560cc2d6b73116af7a6
SHA256: 1c22b1621e7ca36995b46b29f7601d29f694f6d882ac4752dffc7b9a05a705c5
SHA512: 63c5f6c1ca858d293732b3f86de60d6b11f36140ac0b1068832409beb523135546e596cf16f58ef188487bac17e2d331693ebb078303dc9fdf494ec0c4007641
Description: SELinux binary policy manipulation library and development files
 libsepol allows programs to easily modify SELinux binary policies.  This
 means changing the default values for booleans, or reading the policy for
 analysis.
 .
 This package contains the headers and archives used for linking it into your
 programs.
Homepage: https://selinuxproject.org
Multi-Arch: same

Package: libsepol2
Priority: optional
Section: libs
Installed-Size: 806
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libsepol
Version: 3.4-2.1+apertis0bv2024dev3b2
Depends: libc6 (>= 2.33)
Filename: pool/target/libs/libsepol/libsepol2_3.4-2.1+apertis0bv2024dev3b2_arm64.deb
Size: 248164
MD5sum: ac68c274c964ba4d09bc83f3d671c063
SHA1: 432649bfdb580a7868a7310f64466de8cbf3ba1a
SHA256: 824b4acd3726a164989ad9da3fe0fe5662fb31f15ba697b92d1c09b60316a0b1
SHA512: cb9e77d30d8545d7fce0795e5e21d52619719c15522e63157cd2f2e31dd2c8f71629454ed20670481c6e4927206b2c51b677890b1913911a7fd44c97fafaff74
Description: SELinux library for manipulating binary security policies
 Security-enhanced Linux is a patch of the Linux kernel and a number
 of utilities with enhanced security functionality designed to add
 mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement®, Role-based Access
 Control, and Multi-level Security.
 .
 libsepol provides an API for the manipulation of SELinux binary policies.
 It is used by checkpolicy (the policy compiler) and similar tools, as well
 as by programs like load_policy that need to perform specific transformations
 on binary policies such as customizing policy boolean settings.
Homepage: https://selinuxproject.org
Multi-Arch: same

Package: libsepol2-dbgsym
Priority: optional
Section: debug
Installed-Size: 1080
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libsepol
Version: 3.4-2.1+apertis0bv2024dev3b2
Depends: libsepol2 (= 3.4-2.1+apertis0bv2024dev3b2)
Filename: pool/target/libs/libsepol/libsepol2-dbgsym_3.4-2.1+apertis0bv2024dev3b2_arm64.deb
Size: 998596
MD5sum: 2293a0b054b16aff30e3ceafc2b35904
SHA1: 25ba3fcd8e85d81279161c305c0734cba9cdea3e
SHA256: 6f25968713f2cc0efce0fc3c6d9a9b935eceecab36cc318eeb583d44cf738250
SHA512: 474672855c8322bfcfba67367861ab08593232707520d9608601f9f002a98be415dba3d696e858f9d073b375dee54febc33ff92f5e5db6d949040c3e7d4cc9ca
Description: debug symbols for libsepol2
Auto-Built-Package: debug-symbols
Build-Ids: e2a9ed2492f7dbf5d28303e07734aaad29cef783
Multi-Arch: same

Package: libserd-0-0
Priority: optional
Section: libs
Installed-Size: 152
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: serd
Version: 0.30.16-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.29)
Suggests: serdi
Filename: pool/target/s/serd/libserd-0-0_0.30.16-1+apertis0bv2024dev2b1_arm64.deb
Size: 43332
MD5sum: afda1afb38aa2a817df055907caa55c7
SHA1: b6bdd09b1ed99b5f9fae484a1f72c1ba4bcc8ba1
SHA256: 1eb937675dfacd5654b8a9348a7358982c0dc632478ae20d194a9173328d79d6
SHA512: 5c12cdef394f7078bf47e8fd5b747a236b19def418d0b622dc05f432b57ec54590a8b8e3ba1646f3b013662f4019415e35dbc97961e6189155aa18813acb222a
Description: lightweight RDF syntax library
 Serd is a lightweight C library for RDF syntax which supports reading
 and writing Turtle and NTriples.
 .
 Serd is not intended to be a swiss-army knife of RDF syntax, but rather
 is suited to resource limited applications, or situations where a simple
 reader/writer with minimal dependencies is ideal (e.g. in LV2 hosts or
 plugins).
 .
 Serd is:
  * small: Serd is implemented in under 2500 lines1 of standard C code.
  * portable and dependency-free: Serd uses only the C standard library,
    and has no external dependencies, making it a lightweight dependency
    in every sense.
  * fast and lightweight: Serd (and the included serdi tool) can be used
    to stream abbreviated Turtle (unlike many other tools which can not
    stream since they must first build an internal model to abbreviate).
    In other words, Serd can re-serialise an unbounded amount of Turtle
    using a fixed amount of memory, preserving the abbreviations in the
    input.
  * conformant and well-tested: Serd is written to the Turtle, NTriples
    and URI specifications, and includes a comprehensive test suite which
    includes all the normative examples from the Turtle specification, all
    the "normal" examples from the URI specification, and additional tests
    added specifically for Serd. The test suite has over 96% code coverage
    (by line), and runs with zero memory errors or leaks.
Homepage: https://drobilla.net/software/serd/
Multi-Arch: same

Package: libserd-0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 162
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: serd
Version: 0.30.16-1+apertis0bv2024dev2b1
Depends: libserd-0-0 (= 0.30.16-1+apertis0bv2024dev2b1)
Filename: pool/target/s/serd/libserd-0-0-dbgsym_0.30.16-1+apertis0bv2024dev2b1_arm64.deb
Size: 146484
MD5sum: 8dcc63eccedfb8c9e8ccd3dd122134a0
SHA1: 85ad79cd0ed1dfe78feddc3466c1e1646c4a64f6
SHA256: ad85529aaccd5549cae24fa5d20ba3535aa9aabb85e2784821c787cfe389728a
SHA512: 714882331a74add0b492a748727b6304318f06a83647f213382d68429e85bbe5db8b0ae1903c83f881c4038bc191961d3f18886d673f7bbe9df5a22620a1dee3
Description: debug symbols for libserd-0-0
Auto-Built-Package: debug-symbols
Build-Ids: 9ddc83522aa1d44c78ec32022c7c073376e2b65f
Multi-Arch: same

Package: libserd-dev
Priority: optional
Section: libdevel
Installed-Size: 54
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: serd
Version: 0.30.16-1+apertis0bv2024dev2b1
Depends: libserd-0-0 (= 0.30.16-1+apertis0bv2024dev2b1)
Recommends: pkg-config
Suggests: libserd-doc
Filename: pool/target/s/serd/libserd-dev_0.30.16-1+apertis0bv2024dev2b1_arm64.deb
Size: 16204
MD5sum: 9595fe677de5f50682338895f512dcaa
SHA1: a7ef52f3c76ac0f8560aaa030004b9f9ef23dcf4
SHA256: f1153bd62bfdaa8758523ca2c8ddd080ba737f20afb2e1995632b68a1c4e5cdc
SHA512: a6bc132d1faf7a21aa58242b3d91025c51ea33cc1bf7a4e4151d36b725db8a09efa536ed9f3bc80499e7dbe3413d51f4570cfced93b51fc157142fe7a0ef76bc
Description: lightweight RDF syntax library - development files
 Serd is a lightweight C library for RDF syntax which supports reading
 and writing Turtle and NTriples.
 .
 This package provides the development files for Serd.
Homepage: https://drobilla.net/software/serd/
Multi-Arch: same

Package: libserd-doc
Priority: optional
Section: doc
Installed-Size: 526
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: serd
Version: 0.30.16-1+apertis0bv2024dev2b1
Depends: libjs-sphinxdoc (>= 3.4.3-1)
Filename: pool/target/s/serd/libserd-doc_0.30.16-1+apertis0bv2024dev2b1_all.deb
Size: 122144
MD5sum: 9d7b0a794fae5e0f1d19ceaee196f425
SHA1: b24a9a22592015f0a0a6995199f888baaa443e4b
SHA256: e096444c7872fba4959c6313485d39b656d9c83c0adaa9fb8afe1a295d601f46
SHA512: 5745948141c7f140d30489eef072ba81d733717e0415b6674325e8c566bbc92ea6cf76fad3c167926bef85c8588f0370ec165ab67c6f796f6e573a35691f2cfb
Description: lightweight RDF syntax library - documentation
 Serd is a lightweight C library for RDF syntax which supports reading
 and writing Turtle and NTriples.
 .
 This package provides the developer's reference for serd.
Enhances: libserd-dev
Homepage: https://drobilla.net/software/serd/
Multi-Arch: foreign

Package: libshout-dev
Priority: optional
Section: libdevel
Installed-Size: 252
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libshout
Version: 2.4.6-1+apertis0bv2024dev3b1
Replaces: libshout3-dev (<< 2.4.5~)
Provides: libshout3-dev
Depends: libshout3 (= 2.4.6-1+apertis0bv2024dev3b1), libogg-dev, libspeex-dev, libssl-dev, libtheora-dev, libvorbis-dev, pkg-config
Breaks: libshout3-dev (<< 2.4.5~)
Filename: pool/target/libs/libshout/libshout-dev_2.4.6-1+apertis0bv2024dev3b1_arm64.deb
Size: 57760
MD5sum: 94cbcfa0023dcc2940d5eba2f8da078b
SHA1: 0fc95076dff90dfe2289b2966ed8040a6b996215
SHA256: ac784196c9487b6f5701d842d372570e4ba1d677587b182d1f3d597e0101b0fe
SHA512: 08a1072849cbea0bbfa2c5710271c3a4c075580e6ddcc31eadd79ee5998e28f218f5ee3fa16a688df6f752c29854bee041df61102eabd18274299200127fa12b
Description: MP3/Ogg Vorbis broadcast streaming library (development)
 A library for communicating with and sending data to Icecast and Icecast 2
 streaming audio servers.  It handles the socket connection, the timing of
 the data transmission, and prevents bad data from getting to the server.
 .
 With just a few lines of code, a programmer can easily turn any application
 into a streaming source for an Icecast-based server.  Libshout also allows
 developers who want a specific feature set (database access, request taking)
 to concentrate on that feature set, instead of worrying about how server
 communication works.
 .
 This package contains the development headers, static libraries, and source
 code to an example program.
Homepage: https://www.icecast.org/
Multi-Arch: same

Package: libshout-tools
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libshout
Version: 2.4.6-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libshout3 (>= 2.4.3)
Filename: pool/target/libs/libshout/libshout-tools_2.4.6-1+apertis0bv2024dev3b1_arm64.deb
Size: 15616
MD5sum: 0a88424832e03b16c394c9f4d103f60e
SHA1: 68f1d40c21bef5c0120196ba38876966bd7b9656
SHA256: 688180afa8e51efa9f384847ef2bc46fa4f9a12f15d43ab59d6a9584499aa08d
SHA512: 34bea9a2ddbe200866c370a97748165520f3f704538b05283b1c964253022743e3e5b9950535e62ed2e1bb1fa7fb465b307a1340bb64906583101b28c45a7460
Description: MP3/Ogg Vorbis broadcast streaming library - commandline tools
 A library for communicating with and sending data to Icecast and Icecast 2
 streaming audio servers.  It handles the socket connection, the timing of
 the data transmission, and prevents bad data from getting to the server.
 .
 This package provides commandline tools.
Homepage: https://www.icecast.org/

Package: libshout-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 31
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libshout
Version: 2.4.6-1+apertis0bv2024dev3b1
Depends: libshout-tools (= 2.4.6-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libshout/libshout-tools-dbgsym_2.4.6-1+apertis0bv2024dev3b1_arm64.deb
Size: 15352
MD5sum: 075d33ae37e22fbdb1b0fb15df01050c
SHA1: f0944a31526c68efd08baf0987486e9c81603a28
SHA256: e7b6ed515348ac1eb968a897c284be0f98d2184bfcc32952cbf10b5a0773aeaa
SHA512: 384cb46c5bc6d2f1fd627231f5fc6cccd6fa72699f7e90eb734dc0de1ab07c917112a08aca82538bab1dee8269bf414dff08f94efa28fe0f42d10a77664be613
Description: debug symbols for libshout-tools
Auto-Built-Package: debug-symbols
Build-Ids: 14417fabaf0c710678fd29e3745face8aff02d28

Package: libshout3
Priority: optional
Section: libs
Installed-Size: 167
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libshout
Version: 2.4.6-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libogg0 (>= 1.0rc3), libspeex1 (>= 1.2~), libssl3 (>= 3.0.0), libtheora0 (>= 0.0.0.alpha7.dfsg), libvorbis0a (>= 1.1.2)
Filename: pool/target/libs/libshout/libshout3_2.4.6-1+apertis0bv2024dev3b1_arm64.deb
Size: 48268
MD5sum: 0a5eaa89a93528868b9029c5882b77db
SHA1: 846f76bca0365d6448c529e62b7bc23b13020b53
SHA256: 929f34509947578d341b7000b1ceeea4e50eaf3c53140a58aabac949d6335a21
SHA512: e0dca95996b3fb0a566fdd0276f2d21c108f5a94707ec8c617f9b48e985679474effb91a8911a4ce9569c3dface9091c844eb161f566f4f804a79474fb31db40
Description: MP3/Ogg Vorbis broadcast streaming library
 A library for communicating with and sending data to Icecast and Icecast 2
 streaming audio servers.  It handles the socket connection, the timing of
 the data transmission, and prevents bad data from getting to the server.
Homepage: https://www.icecast.org/
Multi-Arch: same

Package: libshout3-dbgsym
Priority: optional
Section: debug
Installed-Size: 156
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libshout
Version: 2.4.6-1+apertis0bv2024dev3b1
Depends: libshout3 (= 2.4.6-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libshout/libshout3-dbgsym_2.4.6-1+apertis0bv2024dev3b1_arm64.deb
Size: 127232
MD5sum: 798aec373bbff8254371f780a6ae265b
SHA1: b75e84f2adf223cd1d88e755bc6187afeb17ec46
SHA256: b4daf7c5b9caf865fede1524b345b99e4d30dc302cf5706453a67647a56b588b
SHA512: e101fe6c7632b3a23edee4b994520ee717782bff0721b4b370cb8ceb3c593c1701787b146e88730b2656e1340e6f272c6e06284f0403f811d9db007217b4fdd8
Description: debug symbols for libshout3
Auto-Built-Package: debug-symbols
Build-Ids: 7b7528bb11763721529028dccf3545f5d868cd03
Multi-Arch: same

Package: libshout3-dev
Priority: optional
Section: oldlibs
Installed-Size: 19
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libshout
Version: 2.4.6-1+apertis0bv2024dev3b1
Depends: libshout-dev (= 2.4.6-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libshout/libshout3-dev_2.4.6-1+apertis0bv2024dev3b1_arm64.deb
Size: 7892
MD5sum: 9ece0bd428aad9549cfc876ab365b7ca
SHA1: 673d8108fe1653fedbb256519aa774eca8c8ebfe
SHA256: f03db81dc3ca30f69917692cc16aae25f134595963602687cc17b829a9c0d700
SHA512: b8832003f299b115ebb9a80893ed234722db9783f3c277e0032fac6eefd5962fccc81d5acaf29f6f380b7404e050f4d0c0f23dcc0c2e23e6d655704f69cf90ba
Description: MP3/Ogg Vorbis broadcast streaming library (transitional package)
 A library for communicating with and sending data to Icecast and Icecast 2
 streaming audio servers.  It handles the socket connection, the timing of
 the data transmission, and prevents bad data from getting to the server.
 .
 This is a transitional dummy package to ease upgrades to libshout-dev.
Homepage: https://www.icecast.org/
Multi-Arch: same

Package: libsigc++-2.0-0v5
Priority: optional
Section: libs
Installed-Size: 109
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsigc++-2.0
Version: 2.12.0-1+apertis0bv2024dev2b1
Replaces: libsigc++-2.0-0c2a
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.6)
Conflicts: libsigc++-2.0-0c2a
Filename: pool/target/libs/libsigc++-2.0/libsigc++-2.0-0v5_2.12.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 25968
MD5sum: e5143937037486f55b6af28641ddcbbb
SHA1: b567e1ef5322820df6750a02304b60155fe6b1b0
SHA256: 4a7fb7238ac14409dfdf68692fe41f4326a82b4a246b36ad3eae0cf9b99dec9f
SHA512: 8613b5361e96bf1bad2fbefdfc6f7127ea712b951155108f1aebd1df6087562053b086bb4b4b4481bb02c0f987982288d1c14c19e8f444264dc2f05d69598787
Description: type-safe Signal Framework for C++ - runtime
 This library implements a full callback system for use in widget
 libraries, abstract interfaces, and general programming. It provides
 the ability to connect an abstract callback to a class method,
 function, or function object, and contains adaptor classes for the
 connection of dissimilar callbacks.
 .
 These are the runtime files for libsigc++, needed only if you wish to
 run software which depends on it.
Homepage: https://libsigcplusplus.github.io/libsigcplusplus/
Multi-Arch: same

Package: libsigc++-2.0-0v5-dbgsym
Priority: optional
Section: debug
Installed-Size: 84
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsigc++-2.0
Version: 2.12.0-1+apertis0bv2024dev2b1
Depends: libsigc++-2.0-0v5 (= 2.12.0-1+apertis0bv2024dev2b1)
Filename: pool/target/libs/libsigc++-2.0/libsigc++-2.0-0v5-dbgsym_2.12.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 67012
MD5sum: 8e9c2f86ed64ca5b8424e3a25d4194d7
SHA1: 5a13bb65807ba0941d9b0f102c69376802357ff8
SHA256: e7df5dc825179834c721e2d7f5d180493e3d86fe1087c8f812bd8e83f8f90bb5
SHA512: 698254e624c7133d0a5a9d54efa72215a8e541070d8fe29b2d80b699c11bb259493f0a260bf48d991f2672a8a4e7cb06a6ec0afd12fc80f7e59a796f98a32268
Description: debug symbols for libsigc++-2.0-0v5
Auto-Built-Package: debug-symbols
Build-Ids: 378c1bfbcde2267a7e9eefdcf429cbf44141b40b
Multi-Arch: same

Package: libsigc++-2.0-dev
Priority: optional
Section: libdevel
Installed-Size: 1192
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsigc++-2.0
Version: 2.12.0-1+apertis0bv2024dev2b1
Depends: libsigc++-2.0-0v5 (= 2.12.0-1+apertis0bv2024dev2b1), pkg-config
Suggests: libsigc++-2.0-doc
Filename: pool/target/libs/libsigc++-2.0/libsigc++-2.0-dev_2.12.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 74060
MD5sum: 702ea4ffbaaf215131676a8030afcf23
SHA1: a4fb147ae8e2fa42f3696e13dfca1f0ed27b77ac
SHA256: 33023fdfc7974e6f847ce8ce60faaef84b201f5f79f875850627b2e2ae630d93
SHA512: 381dbfb927a1f8641e9e076d8cfc6924fae97ab4a6fa737336f1d4a18495539fc9defce065e721d905b01ebdc2ac711dabc1f8b2afeec8df265cf9cb0d5c30a2
Description: type-safe Signal Framework for C++ - development files
 This library implements a full callback system for use in widget
 libraries, abstract interfaces, and general programming. It provides
 the ability to connect an abstract callback to a class method,
 function, or function object, and contains adaptor classes for the
 connection of dissimilar callbacks.
 .
 These are the development files for libsigc++, needed only if you
 wish to write software which uses it.
Homepage: https://libsigcplusplus.github.io/libsigcplusplus/
Multi-Arch: same

Package: libsigc++-2.0-doc
Priority: optional
Section: doc
Installed-Size: 16593
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libsigc++-2.0
Version: 2.12.0-1+apertis0bv2024dev2b1
Filename: pool/target/libs/libsigc++-2.0/libsigc++-2.0-doc_2.12.0-1+apertis0bv2024dev2b1_all.deb
Size: 4127460
MD5sum: f374b616049b34d51e683477b5c9f87c
SHA1: 2f468788aef616a469b94d64ddaa83665f651c16
SHA256: ffe0a99ef0a9d88374f83c5e5b873be48260c8f8b1b79026d2c5cdfff189e2c5
SHA512: 8c040f7ac0b97733da523396ce62ef10b5ef32380a2f07de5b80ed461b8821298d62215d381d454a412c1d81d3a0b1358567c7c5bf6ff63da41eb8b6dc333030
Description: type-safe Signal Framework for C++ - reference documentation
 This library implements a full callback system for use in widget
 libraries, abstract interfaces, and general programming. It provides
 the ability to connect an abstract callback to a class method,
 function, or function object, and contains adaptor classes for the
 connection of dissimilar callbacks.
 .
 This package contains the reference documentation for libsigc++,
 needed only if you wish to write software which uses it.
Homepage: https://libsigcplusplus.github.io/libsigcplusplus/
Multi-Arch: foreign

Package: libsl0-heimdal
Priority: optional
Section: libs
Installed-Size: 102
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libedit2 (>= 2.11-20080614-0)
Conflicts: libsl0-kerberos4kth
Filename: pool/target/h/heimdal/libsl0-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 23952
MD5sum: ad21071ac4a385d50c9b12e9bf93ff6d
SHA1: c1d17f49fee602a84bae05aa23122b53f1fabc29
SHA256: a12171f793c517ebc8c8a8926dd09add2f12487801e79959ff1dbb0482794349
SHA512: b2355862a7958ea90e1b7fd7267bceb62449834f2e52e574283fed2604dd273da9a332f3c426895ca264b93adfe2741577f4fb5a74356f817688e4673257c24d
Description: Heimdal Kerberos - SL support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for SL support.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libsl0-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 41
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libsl0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libsl0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 26496
MD5sum: 197bcc1862eba51dcdc9754edb0cebe4
SHA1: d51a658442efa75394ad178e77ae6e60cbde2538
SHA256: bdf205768f9c99df808a9ab11315ffb34a622530a0bb77f661eebee41eb9b439
SHA512: f2138a02fe6fa9f87f026dfc3a7e0ebfa85c984a62aca447fee4e1cf3e5b246511044ba63fdf3821a9825975ca4a36095bf8d775d6c0cf7ef4eb23ed97b3260d
Description: debug symbols for libsl0-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: 2c9ddaddd4682790f6c383b85fdc4c3b5ba0ae23
Multi-Arch: same

Package: libslang2
Priority: optional
Section: libs
Installed-Size: 2501
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.35)
Filename: pool/target/s/slang2/libslang2_2.3.3-3+apertis0bv2024dev3b1_arm64.deb
Size: 502860
MD5sum: 8dd1e106ca52edc6904b0129708f7782
SHA1: a317bd50d22fe30460689bf2d30a14e086e0caea
SHA256: 152b53eaeb886d68a81aef9326010e01efe4632eb9e96549d62fa148e0d4d818
SHA512: 5ccaf12507d474c8ee7ffad4002c6018dc9180d7ffb66f929b5b5e331b8e3499b0da02da589d28af53384368df8b3d841e8c7dd9888c98abdf1cc90fa0fe03f6
Description: S-Lang programming library - runtime version
 S-Lang is a C programmer's library that includes routines for the rapid
 development of sophisticated, user friendly, multi-platform applications.
 .
 This package contains only the shared library libslang.so.* and copyright
 information. It is only necessary for programs that use this library (such
 as jed and slrn). If you plan on doing development with S-Lang, you will
 need the companion -dev package as well.
Built-Using: unicode-data (= 15.0.0-1+apertis0bv2024dev2b1)
Homepage: http://www.jedsoft.org/slang/
Multi-Arch: same

Package: libslang2-dbgsym
Priority: optional
Section: debug
Installed-Size: 470
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: libslang2 (= 2.3.3-3+apertis0bv2024dev3b1)
Filename: pool/target/s/slang2/libslang2-dbgsym_2.3.3-3+apertis0bv2024dev3b1_arm64.deb
Size: 347244
MD5sum: 7321592c9e0e651f0376fccc9889b874
SHA1: ae4af6408efed63e31aae440a6d8695a31068e84
SHA256: 9bdad3253e6942edb12bc9b760de5b69eb9a0ef124f6c60804875c310253a1bb
SHA512: 776fbddae1637f97fd4ed30bf3728288ebfd5afb0926329550ea0d1bbd3db7d84662bb2fa759896f03fd730c883eaa7be5d3e3cda9cfcd86207c54819fdd1056
Description: debug symbols for libslang2
Auto-Built-Package: debug-symbols
Build-Ids: 66e114744103d2dbdda425b280b46f245f090cf0
Multi-Arch: same

Package: libslang2-dev
Priority: optional
Section: libdevel
Installed-Size: 3520
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: libslang2 (= 2.3.3-3+apertis0bv2024dev3b1), libc6-dev | libc-dev, libpng-dev
Filename: pool/target/s/slang2/libslang2-dev_2.3.3-3+apertis0bv2024dev3b1_arm64.deb
Size: 654964
MD5sum: 6bf44be47bcb0d6be89e87071b69e07d
SHA1: 669f3987d98662071906f3dfdd48c0a22dccafca
SHA256: 3fc7575a56b1e82a63cdc3b8043b9b756d799aca2d79edaf7b2cbf704a7a7281
SHA512: 46ea67dfec3bbc0778f1f320f626a0270fdd5fb80dba209ef6296f31260adee890300a1f8c8ca31c41343ffa76c389f2e70e0bcb026dde7c98fe1aae35ed9e81
Description: S-Lang programming library, development version
 S-Lang is a C programmer's library that includes routines for the rapid
 development of sophisticated, user friendly, multi-platform applications.
 .
 The S-Lang library includes the following:
  * Low level tty input routines for reading single characters at a time.
  * Keymap routines for defining keys and manipulating multiple keymaps.
  * A high-level key processing interface (SLkp) for
    handling function and arrow keys.
  * High level screen management routines for manipulating both
    monochrome and color terminals. These routines are very
    efficient. (SLsmg)
  * Low level terminal-independent routines for manipulating the display
    of a terminal. (SLtt)
  * Routines for reading single line input with line editing and recall
    capabilities. (SLrline)
  * Searching functions: both ordinary searches and regular expression
    searches. (SLsearch)
  * An embedded stack-based language interpreter with a C-like syntax.
Built-Using: unicode-data (= 15.0.0-1+apertis0bv2024dev2b1)
Homepage: http://www.jedsoft.org/slang/
Multi-Arch: same

Package: libslang2-modules
Priority: optional
Section: libs
Installed-Size: 1388
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Replaces: slang-histogram
Provides: slang-histogram
Depends: libc6 (>= 2.34), libonig5 (>= 6.8.1), libpng16-16 (>= 1.6.2-1), zlib1g (>= 1:1.1.4)
Conflicts: slang-histogram
Filename: pool/target/s/slang2/libslang2-modules_2.3.3-3+apertis0bv2024dev3b1_arm64.deb
Size: 151052
MD5sum: 8fac4981294ed4ae6066ccb3f322a311
SHA1: 2cc74537f31300314b49cc773e6070d6fa9302c9
SHA256: de53ab53660445695aeda94d2c1984a9549d62b66d885e2a40a250a21850ee7e
SHA512: 9ed2c986ff446f1eb53d04c250462642e721d2e2748b57082e54344e7b7c51289675522ed8b2dbe276ecee6a859f07a575cd79a5e5a686873cbba0ef9480c53f
Description: Shared modules for S-Lang language
 S-Lang is a C programmer's library that includes routines for the rapid
 development of sophisticated, user friendly, multi-platform applications.
 .
 This package contains dynamically-loaded modules for S-Lang applications.
Homepage: http://www.jedsoft.org/slang/
Multi-Arch: same

Package: libslang2-modules-dbgsym
Priority: optional
Section: debug
Installed-Size: 293
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: libslang2-modules (= 2.3.3-3+apertis0bv2024dev3b1)
Filename: pool/target/s/slang2/libslang2-modules-dbgsym_2.3.3-3+apertis0bv2024dev3b1_arm64.deb
Size: 119340
MD5sum: 56cdf4e30c329a2c04aea6f9a802b5d3
SHA1: 60251d5ed0a0e0d9471f4624cdebe68a79a058c7
SHA256: 6454f1fdee449c1a78983cb06225c37fb1a8b11bc9c9f0e922668f14c609dc73
SHA512: a1cb46c94b7b6fec8efae593bf4f0771649feb75bd85a5ea2325a7e1150d438b841f4f1e374137a6e97635bf0cc500ffdd55cca0aceeb4f99b3a04376a4a0aa4
Description: debug symbols for libslang2-modules
Auto-Built-Package: debug-symbols
Build-Ids: 2a97127927c0851e4b695ebb12fec8873f686ec4 2afd9a38787db61ca681c9e1293ad853d67b0630 2df0ffcb934afb3332d82e6938e69e56270b044e 366a0ac3c8f86c338799ca9d2650cb9756249c48 3aa7c0ae44d35f1f37035881e78b4f3092ec9877 3fc7cf9390bfecf23e291a2ad47a907316d6f95a 5f6e8544941bad6ff34c6cec62e8ddef014bdf1d 637b0239c0dbd79c58748ca1706fe4b2b1163cfb 7dad022cf95bd0e390f82b6ba8b50b55560b09dc 871ca0bd6ae92d155ec350e00b5790b881bf4572 8d8bae27bdf024da2214ba3b994562de2d122272 b8a09d010be8cee44b2b92476af26552a654a141 bcf7ad8d1e043820e8ff324d6bf2153c51697de5 c00142e07290d1a3f262456acfe828924512322f da80836b73f96f3a96eacbd248677735cbc5997e eca83e09d209ead7f51f1e1b6a4311ec29467b92 fd77630f01c29952922100495a2f83f90ddea3b4 fdaee9dd293ec0bedc346edb6d441f17bca96b25 fdffd798b5134bd6c15f1c1e1d1f1a3a4a3d8bcf
Multi-Arch: same

Package: libslang2-pic
Priority: optional
Section: libdevel
Installed-Size: 3091
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: libslang2-dev (= 2.3.3-3+apertis0bv2024dev3b1)
Conflicts: libslang1-pic, slang-pic, slang1-utf8-pic
Filename: pool/target/s/slang2/libslang2-pic_2.3.3-3+apertis0bv2024dev3b1_arm64.deb
Size: 400288
MD5sum: 20a020941f0d2df53a7a3ce2e2e7af13
SHA1: 105c1e8159749ca37815acf6fdc1b2418a02d09d
SHA256: 850edeb0b195432f462b0619ca1b26874a5e99d9d164e5de3626f9795d229123
SHA512: 30b9ea386b63243541740a395b997cbb230838f897772772423b9224bd76144aa7d67702c373dbc215f0fdaaf3577a7c179f135d7e5d11afd42b3c96a9bcc37e
Description: S-Lang programming library, shared library subset kit
 This is used to develop subsets of the S-Lang shared libraries for use
 on custom installation floppies and in embedded systems. Unless you're
 making one of those, you won't need this package.
Built-Using: unicode-data (= 15.0.0-1+apertis0bv2024dev2b1)
Homepage: http://www.jedsoft.org/slang/
Multi-Arch: same

Package: libsm-dev
Priority: optional
Section: libdevel
Installed-Size: 106
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libsm
Version: 2:1.2.3-1+apertis1bv2024dev2b1
Depends: libsm6 (= 2:1.2.3-1+apertis1bv2024dev2b1), x11proto-core-dev, libice-dev (>= 1:1.0.0-1)
Suggests: libsm-doc
Filename: pool/target/libs/libsm/libsm-dev_1.2.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 35696
MD5sum: 4c4013bd80f1403a56d51afcd0918c30
SHA1: 3fd797646207516a937c32aace17059f1248d0f5
SHA256: 7d7a6f5a9e62f35eefc455915beb08c41f352a694ddd81bdd618c4dab4b52451
SHA512: e6a5ab5bdbbd2a47de0288175039f1bc5eb79af7b69bcb7f754d6a69c1feef03e1fce043118906ff2085c07910cd7de7cfa05afb19edf01beb2f5edc98ba07db
Description: X11 Session Management library (development headers)
 This package provides the main interface to the X11 Session Management
 library, which allows for applications to both manage sessions, and make use
 of session managers to save and restore their state for later use.
 .
 This package contains the development headers for the library found in libsm6.
 Non-developers likely have little use for this package.
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libSM
Homepage: https://www.x.org
Multi-Arch: same

Package: libsm-doc
Priority: optional
Section: doc
Installed-Size: 376
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libsm
Version: 2:1.2.3-1+apertis1bv2024dev2b1
Replaces: libsm-dev (<< 2:1.2.1)
Breaks: libsm-dev (<< 2:1.2.1)
Filename: pool/target/libs/libsm/libsm-doc_1.2.3-1+apertis1bv2024dev2b1_all.deb
Size: 122364
MD5sum: 932f08b25108dc9814e189bcc4d91579
SHA1: c37cbae68feb292a61e3ab571b6da99091e5eb65
SHA256: 127bd94dc2d0247d49ce417c2ecc1337d1a0ddb3eab8df2790d594d1e0265523
SHA512: a3131b6598954e9b2c0c86b6ba7558c71f1ca9f534c31ac458d01cd63235e89519b1b77b5197bfc3fd74c3f6650ef21e4f2dd0a80d7f7db30841c5c3466b0bef
Description: documentation for the X Session Management protocol and library
 The X Session Management protocol facilitates the management of groups of
 client applications by a session manager.
 .
 This package contains documentation for the session management protocol
 itself and for the associated library, libSM.
Homepage: https://www.x.org
Multi-Arch: foreign

Package: libsm6
Priority: optional
Section: libs
Installed-Size: 99
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libsm
Version: 2:1.2.3-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libice6 (>= 1:1.0.0), libuuid1 (>= 2.16)
Filename: pool/target/libs/libsm/libsm6_1.2.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 32072
MD5sum: 480101e89c6a24ca9cce2a6fcc4adead
SHA1: 1f690ca8990efdcfaa16779c0c596430e67bff83
SHA256: c97143aa18fcb5e0ea168e77b24f5d0cc79f1ccdd3eb82dc4773d53ebc311e61
SHA512: 76cf8a2a4ec5c8eb61c2a2fd2596f91565c89959ba3b8d68cdde0d5ed45a114729e7380e1ee166b3a9b9297d1a600bc09291cb88a086210c864d5e0a9d6aa63b
Description: X11 Session Management library
 This package provides the main interface to the X11 Session Management
 library, which allows for applications to both manage sessions, and make use
 of session managers to save and restore their state for later use.
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libSM
Homepage: https://www.x.org
Multi-Arch: same

Package: libsm6-dbgsym
Priority: optional
Section: debug
Installed-Size: 61
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libsm
Version: 2:1.2.3-1+apertis1bv2024dev2b1
Replaces: libsm6-dbg (<< 2:1.2.3-1~)
Depends: libsm6 (= 2:1.2.3-1+apertis1bv2024dev2b1)
Breaks: libsm6-dbg (<< 2:1.2.3-1~)
Filename: pool/target/libs/libsm/libsm6-dbgsym_1.2.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 45020
MD5sum: 4f2d743d0003b7a1e20fba9cce5177f5
SHA1: 3bc29872af6cae46ef9cc78c19f386354d802a23
SHA256: 4c7be8d13647c8b99d8cf5451e08c04d0d4b2cc82346c7015b9f088bd8b4e9f6
SHA512: c0b7349ce386dcc84289409488d965074cf29cbf0ea326e2238770fd83a1c1afcc37f70b1b6731963b849afd1997764978c2405a67bde774c3eed39b1529df64
Description: debug symbols for libsm6
Auto-Built-Package: debug-symbols
Build-Ids: a31c08e966572c1df14889915bd7420be29e62bc
Multi-Arch: same

Package: libsmartcols-dev
Priority: optional
Section: libdevel
Installed-Size: 71
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libc6-dev | libc-dev, libsmartcols1 (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/libsmartcols-dev_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 27880
MD5sum: f431338839fec6044eea3a9b1187c4ae
SHA1: 6992f2f8cb58daca66cf76b5f71fda47373365cb
SHA256: da731f81bf0892f82e256077cb88ac9b79befbab148a429478e0793828b253bf
SHA512: 1c42c25974f9a3b8b0454d65eb666be23504d8e400f8f069ab38d1e1c125a6cb7a1f819f4a47bd02e560bbc44f1f38905d832fe682eaeec9ff8e7d19de1221e7
Description: smart column output alignment library - headers
 This smart column output alignment library is used by fdisk utilities.
 .
 This package contains the development environment for the mount library.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: same

Package: libsmartcols1
Priority: optional
Section: libs
Installed-Size: 326
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/u/util-linux/libsmartcols1_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 113840
MD5sum: 1723210bd99c26495ae939444c923bcb
SHA1: 0bc1433ca124cc213b772d71c5fadb36235a9a9c
SHA256: a9335da693865f274e334aac7b71794c09183644e3bd848fab468c1282323526
SHA512: 44adab6f9845a060c01d6cf206f303b4078224639c2bbd07c5704c5f70f0a9a054fbd8690cd3edc761e2514e0d7c8a89a4098c03194559b46d3c8c02249a13fd
Description: smart column output alignment library
 This smart column output alignment library is used by fdisk utilities.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: same

Package: libsmartcols1-dbgsym
Priority: optional
Section: debug
Installed-Size: 318
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libsmartcols1 (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/libsmartcols1-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 279336
MD5sum: 83df6c20004a5bf5dd1f7d890732928e
SHA1: 0ac2350de53ab688792cbf720314cd9d7d8f966e
SHA256: 430a9fb5c4559da4dcdf8372d147ec21ae4508014142256916dd35b05ccbb040
SHA512: 493680c15ec320773ee202c4603f14476a3b78995155f139d38a5d6878300831bdaf437074e27bc1ebb57a0b29258fc6fca3dcc28292092b60fac2ce862f6902
Description: debug symbols for libsmartcols1
Auto-Built-Package: debug-symbols
Build-Ids: 2246e627f40b07a29df5a3b7f4941aeeaa650bb8
Multi-Arch: same

Package: libsndfile1
Priority: optional
Section: libs
Installed-Size: 558
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsndfile
Version: 1.2.0-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33), libflac12 (>= 1.3.0), libogg0 (>= 1.3.0), libopus0 (>= 1.1), libvorbis0a (>= 1.2.3), libvorbisenc2 (>= 1.1.2)
Filename: pool/target/libs/libsndfile/libsndfile1_1.2.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 180484
MD5sum: 41dccd7b177f76297313009cc5ea872c
SHA1: bc8d68bf68c8d76f6b5253a0b9609fee4b9123e7
SHA256: 5bfdd576d5b325dd37b302b1c45fb9e49938cfd35134c56653b32fa566f0856d
SHA512: 2c852f34673c30f083e75dde81cd398e9d2d0ffed42a96a5314a98fa1b2e38fe07c80fda3727d297289a0bcd63b2e0ebb431dd2daee91b0096b63000bb20fd25
Description: Library for reading/writing audio files
 libsndfile is a library of C routines for reading and writing files containing
 sampled audio data.
 .
 Various versions of WAV (integer, floating point, GSM, and compressed formats);
 Microsoft PCM, A-law and u-law formats; AIFF, AIFC and RIFX; various AU/SND
 formats (Sun/NeXT, Dec AU, G721 and G723 ADPCM); RAW header-less PCM files;
 Amiga IFF/8SVX/16SV PCM files; Ensoniq PARIS  (.PAF); Apple's Core Audio Format
 (CAF) and others.
Homepage: http://www.mega-nerd.com/libsndfile/
Multi-Arch: same

Package: libsndfile1-dbgsym
Priority: optional
Section: debug
Installed-Size: 565
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsndfile
Version: 1.2.0-1+apertis1bv2024dev3b1
Depends: libsndfile1 (= 1.2.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libsndfile/libsndfile1-dbgsym_1.2.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 519408
MD5sum: 92fcb6478cc8346b50899cfc17fc0843
SHA1: 45d6e514e69429ffddff199d66ddffea2e6ad8be
SHA256: 1cd3f62bfe70dc63ee32c0fa2a061ccf6c8dec3a331a28139ae95d51f4d6584d
SHA512: ce770c35dd285ec7a6bf3bb6c230fe4ca009870d30f04f9647bfd045dc6f876f10af8e7efc2c9d80e779d08366905f39c53ac4737144b33146659ffaf09d1f1b
Description: debug symbols for libsndfile1
Auto-Built-Package: debug-symbols
Build-Ids: ee76d5329ada2df4398cde87a28e9c223f3d6456
Multi-Arch: same

Package: libsndfile1-dev
Priority: optional
Section: libdevel
Installed-Size: 3384
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsndfile
Version: 1.2.0-1+apertis1bv2024dev3b1
Replaces: libsndfile-dev
Provides: libsndfile-dev
Depends: libflac-dev, libopus-dev, libsndfile1 (= 1.2.0-1+apertis1bv2024dev3b1), libvorbis-dev, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Recommends: pkg-config
Conflicts: libsndfile-dev, libsndfile0-dev
Filename: pool/target/libs/libsndfile/libsndfile1-dev_1.2.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 322924
MD5sum: 90d73707d54a872ef75c43fadf248ce3
SHA1: 1534b5cd2b4f2a7585760b9fbe2260de215022ee
SHA256: 7eb48178a7666d342095ec3bd10ff716266ee538fa7d840e86fc3f55a025c736
SHA512: a96f23dd1b9542b8e310d973e1a5662b3d5bac02502a8f9e73c17464998e32e621f8a3b8cdf988943e13859d33f52608bd7256baa8ce7f991fac4222f5104d50
Description: Development files for libsndfile; a library for reading/writing audio files
 libsndfile is a library of C routines for reading and writing files containing
 sampled audio data.
 .
 This is the development version of libsndfile. You will need this only if you
 intend to compile programs that use this library.
Homepage: http://www.mega-nerd.com/libsndfile/
Multi-Arch: same

Package: libsndfile1-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 1927
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsndfile
Version: 1.2.0-1+apertis1bv2024dev3b1
Depends: libsndfile1-dev (= 1.2.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libsndfile/libsndfile1-dev-dbgsym_1.2.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 1345780
MD5sum: da71e4f3b8938ad47fc0db49b3d42ee0
SHA1: e496c30c79e6473221708a0fb7a4dcaaf657c67d
SHA256: 952401ed0e99e98d179ec0ae95865bb24abc5a09c7e7e240a02e7db32b5abaa1
SHA512: 8052cdb76883dc72f784ae716c12109553021526c760cb4f18cb86b06ed7769928ccc3b8d7ee7e1780bf489b5547cdf23f39231897dbbc939698b2a30a21cbd8
Description: debug symbols for libsndfile1-dev
Auto-Built-Package: debug-symbols
Build-Ids: 04e8ca97c86b180529e13ece2e952bf229f599a1 070f7760c578a4fa7353088e46e2f9a13f80785b 0d0a1aee7caf78715f4c00654f5ae9a6f8a6a950 0eb14f43cad58f3008b4e113e766d022afe3502d 136b856a5491f5c741a1861365ecb0c408951ea2 1ab802590d8d9033c52111a2d3fb381f83c5b79f 1cecb31aebcadc49740f2b6a03377a533a568ddf 1f36afa821061a54606b3192cf7ca98a9c4428dc 20ce20c7494efdde446d4d80fe20f96e2ee81224 20fb243e344d3e6f8ba1e4f41b3dbe1330aad556 22f70c2d20c4b8f893f03656e2872e77d4fa49fb 24c65274e58f565c0c4438923deb23305ddae2b2 2fc98c5567024a74bcac6e5d44ccb3bb57d8c404 386cf5818d84ede40f2c147a1bc10c1fce05c6a0 3df009bf492ccbb92926d7492b6887dec3f60d8c 3f3c5bf0f024d0cab1aacebeb57a530ae9b776fa 42c72907179ebb18edcee82b46ca06a79fa9b6d6 480107acb53d437a467b5cb5f4b9b63960e966a6 4d855b3f28b61bc5f5b9770cf7d17883f2a4d3a7 632a22d41b2e70c37fd9382a97bdb2c8b0f25839 6a2abca333452a8c63261b64ea4fc8d79a3e1f1b 6b7dc324f6518010b0c2135ccc7e7c78c1a48e51 74baea4c71f547167c6d3bc99d4cc2c109951adc 7c10776a7e0caf9c4eb7fbf517e549f732689ed6 98eea580ed0f77c2d3795b8331121ca356511a57 9f4ea824ae034553de8f30b14a82c395fab6d9af a17267b63fdae29c7692db9ed8716a0949482010 a7f36fc3fe1b44824e9f4eb1d5a6160943b29dfa acb3f3a3302ae40ffeb8c1f120244c53764483af ad0c5e4f15ddcb7ea4f3af3b7432aab1c7ad950b ade6c811b539ae4b367376abb85e2855a3ba09d5 ae9e3f1b87e40da0dea0b62b403618b798abca8d af724b0ed937ecddf828cadadc7578dab973f6c3 b746bb4f38e47800a1a733a605ddc4f525e48bf2 bba93a50eadf14755927a3ea9f93c33e6358c1b5 bcd4a24fa5cdf51f28ca8b6e2ed53ffced7cb1d8 c3d7499609d2ebf3d20fa92c6cead27d6d8561d7 d584ee21e6ed06f770b97ebdb40514f505a84627 d93a006811445cddaad2f637bb51bac8058a3760 dd1f68a1ee4724d482db910898e89c05ef493cca e0be41320f57dacd5617b8b3fc4b83900c4dc431 e3572d71742fb5b651caccf90d23944353a1d543 e3a48e29ac61b30e8ca22d83df7eedf614adf41a e6476f852b68a737e69bde8563e57c280c626157
Multi-Arch: same

Package: libsodium-dev
Priority: optional
Section: libdevel
Installed-Size: 666
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libsodium
Version: 1.0.18-1+apertis1bv2024dev3b1
Depends: libsodium23 (= 1.0.18-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libsodium/libsodium-dev_1.0.18-1+apertis1bv2024dev3b1_arm64.deb
Size: 136912
MD5sum: a4434223d948f4555007e02b136b6100
SHA1: 4c7709d156bc5a8e19d6b15d82d0054e9ed798d2
SHA256: cee43a0f97e4828f7e8753bc0763825792e3c5955fea0e6c449e6aa8a414ca41
SHA512: 735c652e66907102db59f214d8f8f7ef6f644766f4034295b6b620899b8581b0cbce563ef2d2b946cd4487926ac7c4b10f9de9f4462042815f704e4b7ca7b5ef
Description: Network communication, cryptography and signaturing library - headers
 NaCl (pronounced "salt") is a new easy-to-use high-speed software library for
 network communication, encryption, decryption, signatures, etc.
 .
 NaCl's goal is to provide all of the core operations needed to build
 higher-level cryptographic tools.
 .
 Sodium is a portable, cross-compilable, installable, packageable fork of NaCl,
 with a compatible API.
 .
 This package provides development headers needed for applications that use
 libsodium.
Homepage: https://www.libsodium.org/
Multi-Arch: same

Package: libsodium23
Priority: optional
Section: libs
Installed-Size: 338
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libsodium
Version: 1.0.18-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libs/libsodium/libsodium23_1.0.18-1+apertis1bv2024dev3b1_arm64.deb
Size: 118796
MD5sum: c0fcac2fcca68bdc8d6a938b70e917b3
SHA1: 6f6178fb2ebfee39bd5e970e9e82730dbd72fea0
SHA256: 7a2fab758594dce8478ab30c9e42fbbbb02661e4feaaa3b47d038ab42c970b46
SHA512: 35221607cc4196c7be46480588dd5bbf194f0c030f5e18bf88a022710f94a96c3d748c37018c4547127e9222c06853f2a07b006d51e3cb86f6ed45bdb76a6e85
Description: Network communication, cryptography and signaturing library
 NaCl (pronounced "salt") is a new easy-to-use high-speed software library for
 network communication, encryption, decryption, signatures, etc.
 .
 NaCl's goal is to provide all of the core operations needed to build
 higher-level cryptographic tools.
 .
 Sodium is a portable, cross-compilable, installable, packageable fork of NaCl,
 with a compatible API.
Homepage: https://www.libsodium.org/
Multi-Arch: same

Package: libsodium23-dbgsym
Priority: optional
Section: debug
Installed-Size: 362
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libsodium
Version: 1.0.18-1+apertis1bv2024dev3b1
Depends: libsodium23 (= 1.0.18-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libsodium/libsodium23-dbgsym_1.0.18-1+apertis1bv2024dev3b1_arm64.deb
Size: 311068
MD5sum: 36d02f80ba7f59fca353fca620d1b27e
SHA1: 0acbb18cb9850f089ebb256043ad359a2bffaaab
SHA256: 64019184a3956e1544ef52d28ab6cdf759882e5e3d966b7181a3049e3491bea7
SHA512: 17f38cc04068ae00ffe0aa856b7f1f87d0cdb321155bb14eba9631986b5205f37c98af7062a618be2da96d0ac2f9a86f6238ada7acbaa10a32737f1817b92867
Description: debug symbols for libsodium23
Auto-Built-Package: debug-symbols
Build-Ids: e79b6cb1da8686cf9c48963875bff6d9e33b6b85
Multi-Arch: same

Package: libsord-0-0
Priority: optional
Section: libs
Installed-Size: 86
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: sord
Version: 0.16.14+git221008-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libserd-0-0 (>= 0.30)
Suggests: sordi
Filename: pool/target/s/sord/libsord-0-0_0.16.14+git221008-1+apertis0bv2024dev2b1_arm64.deb
Size: 20296
MD5sum: a89f303bb524a7c56950318b4ca42323
SHA1: 3ce6e128d03d2ebe5d7fd7106027577f9195d723
SHA256: bcd27e13417832487815a85dfb4f29bac20be072eac38ab3ada32bd54f4dab01
SHA512: e1633dd308fde0f2347a3c2f4dc779856ccbba8194cd0d92e5006d3f0932b7ed305524e1557674f72bb97ae79c1c41639fe14bc4cf036c2050b437b5646d372b
Description: library for storing RDF data in memory
 Sord is a lightweight C library for storing Resource
 Description Framework (RDF) data in memory.
 .
 Sord includes man pages for the library (man sord) and a
 simple command line utility (man sordi).
Homepage: https://drobilla.net/software/sord.html
Multi-Arch: same

Package: libsord-0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 67
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: sord
Version: 0.16.14+git221008-1+apertis0bv2024dev2b1
Depends: libsord-0-0 (= 0.16.14+git221008-1+apertis0bv2024dev2b1)
Filename: pool/target/s/sord/libsord-0-0-dbgsym_0.16.14+git221008-1+apertis0bv2024dev2b1_arm64.deb
Size: 51328
MD5sum: 65c33c21a05f77a80df5c8f8b454a5be
SHA1: 6f0b8fc30d0d0e8c375963786b1a50b92ed64237
SHA256: 2fa753c663ab0cb85882b8787d580967d307ae18b98b7c69e54c9ff916ca3490
SHA512: 5620cb2cd633b10528b53a43abba0d0b0be2e54e19093404fdd32d92207f98cc63ec2485f9bf66099de202536ec1aed18b24303a1a727bff881f9dd43fc13be4
Description: debug symbols for libsord-0-0
Auto-Built-Package: debug-symbols
Build-Ids: ead58ef2ecbfb8436c9621731bcdd4a0eaecb137
Multi-Arch: same

Package: libsord-dev
Priority: optional
Section: libdevel
Installed-Size: 53
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: sord
Version: 0.16.14+git221008-1+apertis0bv2024dev2b1
Depends: libserd-dev (>= 0.30), libsord-0-0 (= 0.16.14+git221008-1+apertis0bv2024dev2b1)
Recommends: pkg-config
Suggests: libsord-doc
Filename: pool/target/s/sord/libsord-dev_0.16.14+git221008-1+apertis0bv2024dev2b1_arm64.deb
Size: 14024
MD5sum: a33c4deec1ad40bc5eeb4cc2f7fe9ec2
SHA1: 1a11ee85fecf8c45f81c73a0371c4ed5989eddda
SHA256: cde8d3a70e8bc3011bbc6c4480f49c5022c34fe0ee7a6a83871fd6d143503deb
SHA512: fdbf9352779a8fe2a26d766cef6bd6201543d3c4f3bfec817e79e4a1527c4cdad13d26175a6190feafe9487dbd1f2c8f9a900fcf3bf03ba70db36db324dcd1db
Description: library for storing RDF data in memory (development files)
 Sord is a lightweight C library for storing Resource
 Description Framework (RDF) data in memory.
 .
 This package provides the development headers.
Homepage: https://drobilla.net/software/sord.html
Multi-Arch: same

Package: libsord-doc
Priority: optional
Section: doc
Installed-Size: 363
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: sord
Version: 0.16.14+git221008-1+apertis0bv2024dev2b1
Recommends: libjs-jquery
Filename: pool/target/s/sord/libsord-doc_0.16.14+git221008-1+apertis0bv2024dev2b1_all.deb
Size: 81964
MD5sum: 29f2dfbdba4604b2c86209a4fcc2785f
SHA1: 67f340ee6806d3f75bd4072c6c05963a8bd063c5
SHA256: 5a322be553501ee1d84ff33030a9295daa57c3b67ca48fb9c615055a04fb8ab2
SHA512: 8a2e3cde67a446b4e97f58a4f7551c0798ff60eb7cacf0157b05a99d6a86c6983e1062bfdbeabf726be4d5fbb4ecc5b13baf3866ff75cb27395265a0d18649f2
Description: library for storing RDF data in memory (documentation)
 Sord is a lightweight C library for storing Resource
 Description Framework (RDF) data in memory.
 .
 This package provides the developer's reference for sord.
Enhances: libsord-dev
Homepage: https://drobilla.net/software/sord.html
Multi-Arch: foreign

Package: libsoup-gnome2.4-1
Priority: optional
Section: libs
Installed-Size: 94
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.58), libsoup2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/libsoup-gnome2.4-1_2.74.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 14056
MD5sum: 23716549e01998879e21a07e1f03fcd0
SHA1: d16699ee375556dbe0ba46375937612525627e46
SHA256: b258c9dfa51cbb773bba660088888fccd15f0a2635eeeac4b54ae5c9db1a6fe9
SHA512: 29c4fd312586d8095d858f953e503c7ffe5ece6c1f4250b34a61d9893f9b86db557b1b9fb274c3f602e8021fb802e711f3a14a05a43a3859d9be71aeb583b075
Description: HTTP library implementation in C -- GNOME support library
 It was originally part of a SOAP (Simple Object Access Protocol)
 implementation called Soup, but the SOAP and non-SOAP parts have now been
 split into separate packages.
 .
 libsoup uses the Glib main loop and is designed to work well with GTK+
 applications.  This enables GNOME applications to access HTTP servers
 on the network in a completely asynchronous fashion, very similar to
 the GTK+ programming model (a synchronous operation mode is also
 supported for those who want it).
 .
 The GNOME support library is used for features which are important to
 GNOME apps, but which require GNOME-specific libraries that non-GNOME
 apps may not want to add dependencies on.
 .
 Features:
  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
  * Automatically caches connections
  * SSL Support using GnuTLS
  * Proxy support, including authentication and SSL tunneling
  * Client support for Digest, NTLM, and Basic authentication
  * Server support for Digest and Basic authentication
  * Basic client-side SOAP and XML-RPC support
 .
 This package contains the GNOME support shared library.
Homepage: https://wiki.gnome.org/Projects/libsoup
Multi-Arch: same

Package: libsoup-gnome2.4-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 25
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: libsoup-gnome2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/libsoup-gnome2.4-1-dbgsym_2.74.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 10200
MD5sum: 78919260b6e77e0e748d6de1167ad59f
SHA1: 9cd245ec97ee7bbe6d46a8cd06c8fe47802198ff
SHA256: ec0139cee118b8f50258c4456cb43c10329eb0f7723e277b2bae64ee51d15a20
SHA512: 02193fc96b1e10c935ea6c707f5900d9b1c261c8d54246b796c8328f91f617e60e810c0025133b3fd6c8e35eebe00c1c2db8e3e50a728409650ffd284aef2ec3
Description: debug symbols for libsoup-gnome2.4-1
Auto-Built-Package: debug-symbols
Build-Ids: 079465f296cf1f0e731284dc66104edb801046db
Multi-Arch: same

Package: libsoup-gnome2.4-dev
Priority: optional
Section: libdevel
Installed-Size: 37
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: gir1.2-soup-2.4 (= 2.74.3-1+apertis2bv2024dev3b1), libsoup-gnome2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1), libsoup2.4-dev (= 2.74.3-1+apertis2bv2024dev3b1)
Suggests: libsoup2.4-doc
Filename: pool/target/libs/libsoup2.4/libsoup-gnome2.4-dev_2.74.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 13008
MD5sum: b45e1bed5225df377aea6f0975dc441a
SHA1: 7dadafe32a86fb8f5a728c0d23422615beee6504
SHA256: d144b3a17b15a7b2a982540fdca9b8926cad4e642ea195a31b9fd3d3f5c381fd
SHA512: ca64f8d446e7bc1c59811b5d4c3f5069726503c770a584ff08137ecd400ca584c39536129966695c74a26fc4a799af06b7d549ea4a2a6821d8222624845436a1
Description: HTTP library implementation in C -- GNOME support development files
 It was originally part of a SOAP (Simple Object Access Protocol)
 implementation called Soup, but the SOAP and non-SOAP parts have now been
 split into separate packages.
 .
 libsoup uses the Glib main loop and is designed to work well with GTK+
 applications. This enables GNOME applications to access HTTP servers
 on the network in a completely asynchronous fashion, very similar to
 the Gtk+ programming model (a synchronous operation mode is also
 supported for those who want it).
 .
 The GNOME support library is used for features which are important to
 GNOME apps, but which require GNOME-specific libraries that non-GNOME
 apps may not want to add dependencies on.
 .
 Features:
  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
  * Automatically caches connections
  * SSL Support using GnuTLS
  * Proxy support, including authentication and SSL tunneling
  * Client support for Digest, NTLM, and Basic authentication
  * Server support for Digest and Basic authentication
  * Basic client-side SOAP and XML-RPC support
 .
 This package contains the development files for the GNOME support.
Homepage: https://wiki.gnome.org/Projects/libsoup
Multi-Arch: same

Package: libsoup2.4-1
Priority: optional
Section: libs
Installed-Size: 818
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: glib-networking (>= 2.32.0), libsoup2.4-common, libbrotli1 (>= 0.6.0), libc6 (>= 2.17), libglib2.0-0 (>= 2.61.2), libgssapi-krb5-2 (>= 1.17), libpsl5 (>= 0.20), libsqlite3-0 (>= 3.5.9), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0)
Filename: pool/target/libs/libsoup2.4/libsoup2.4-1_2.74.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 254980
MD5sum: ac22b0116fd4f49b03bce91aafe523cd
SHA1: 1c7da0c0c8452c7920358118f40f9e87969a2b23
SHA256: 9984b3ca5f449f0e460c5133b864980b35fd76c74f03241330703cad92c96554
SHA512: 9f0cde25b2a896cef312c133de10d494cd10d931f77c6bb5647bb207c5859edc331b11a033a27f091632dff6cc2123136e91e950c909b14cd33e1aec6a5dc240
Description: HTTP library implementation in C -- Shared library
 It was originally part of a SOAP (Simple Object Access Protocol)
 implementation called Soup, but the SOAP and non-SOAP parts have now been
 split into separate packages.
 .
 libsoup uses the Glib main loop and is designed to work well with GTK+
 applications.  This enables GNOME applications to access HTTP servers
 on the network in a completely asynchronous fashion, very similar to
 the GTK+ programming model (a synchronous operation mode is also
 supported for those who want it).
 .
 Features:
  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
  * Automatically caches connections
  * SSL Support using GnuTLS
  * Proxy support, including authentication and SSL tunneling
  * Client support for Digest, NTLM, and Basic authentication
  * Server support for Digest and Basic authentication
  * Basic client-side SOAP and XML-RPC support
 .
 This package contains the shared library.
Homepage: https://wiki.gnome.org/Projects/libsoup
Multi-Arch: same

Package: libsoup2.4-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 810
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: libsoup2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/libsoup2.4-1-dbgsym_2.74.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 696872
MD5sum: 55601feaa81f82482e1434936eab39c1
SHA1: 188d00b9c8566f2625846ab97c9fe817fad2fcd8
SHA256: 637c86f4c2ecf7bedb0c44737c1c6025600c6e7bc583c813810dc1cb2188428a
SHA512: 61cb68e150508943c0f9e1c474faa2f51da35d2ee57396c48a36ac46288d933c9fd83ff604181a12490c07b476c33426f08cdda4762570824ea7ef5600e33a86
Description: debug symbols for libsoup2.4-1
Auto-Built-Package: debug-symbols
Build-Ids: ab1b72ae6ef9cca23a25ffab9f94eb5eb7e23606
Multi-Arch: same

Package: libsoup2.4-common
Priority: optional
Section: devel
Installed-Size: 455
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Filename: pool/target/libs/libsoup2.4/libsoup2.4-common_2.74.3-1+apertis2bv2024dev3b1_all.deb
Size: 58948
MD5sum: 2c3ccb7f4ba61e0b72f156820dac5e7c
SHA1: eead270fb35b12d4cfe74dae9e18136138488db7
SHA256: 086c61dad4aa47f2ab3ff7f553498a727e912a061dd047a77f983ff1eddd8aff
SHA512: 4619ad6313834ec079aea47c79b3e369f321b6fd3b164a0d0b7358cb5e21cf6ab1448f3375cc67f7d43b81dfdb5a759cb30d7f79901e00bcce1a794107e450f8
Description: HTTP library implementation in C -- Common files
 It was originally part of a SOAP (Simple Object Access Protocol)
 implementation called Soup, but the SOAP and non-SOAP parts have now been
 split into separate packages.
 .
 This package contains architecture-independent files such as translations.
Homepage: https://wiki.gnome.org/Projects/libsoup
Multi-Arch: foreign

Package: libsoup2.4-dev
Priority: optional
Section: libdevel
Installed-Size: 1742
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: gir1.2-soup-2.4 (= 2.74.3-1+apertis2bv2024dev3b1), libbrotli-dev, libglib2.0-dev (>= 2.58.0), libpsl-dev (>= 0.20), libsoup2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1), libsqlite3-dev, libxml2-dev, zlib1g-dev
Suggests: libsoup2.4-doc
Filename: pool/target/libs/libsoup2.4/libsoup2.4-dev_2.74.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 162396
MD5sum: fe4fe59d1ec5b0a0e82066ffd36b1de8
SHA1: c6ea3003dee049528c2cd19abad846fe3d39ba02
SHA256: 5ec7f77f24754c705d53054b4afdffa3a85fd81aabb16b12cf768f6ab7f7fe4b
SHA512: 49432c04eb7092ec98b92109356a6a3fbdc5da0a11f3c0a0f96ccafa30168b5916a6a8e16f76d93e722bf9f3b2650ecafa5280932cf11b8da71e10e95c899612
Description: HTTP library implementation in C -- Development files
 It was originally part of a SOAP (Simple Object Access Protocol)
 implementation called Soup, but the SOAP and non-SOAP parts have now been
 split into separate packages.
 .
 libsoup uses the Glib main loop and is designed to work well with GTK+
 applications. This enables GNOME applications to access HTTP servers
 on the network in a completely asynchronous fashion, very similar to
 the GTK+ programming model (a synchronous operation mode is also
 supported for those who want it).
 .
 Features:
  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
  * Automatically caches connections
  * SSL Support using GnuTLS
  * Proxy support, including authentication and SSL tunneling
  * Client support for Digest, NTLM, and Basic authentication
  * Server support for Digest and Basic authentication
  * Basic client-side SOAP and XML-RPC support
 .
 This package contains the development files.
Homepage: https://wiki.gnome.org/Projects/libsoup
Multi-Arch: same

Package: libsoup2.4-doc
Priority: optional
Section: doc
Installed-Size: 2406
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Recommends: libglib2.0-doc
Suggests: libsoup2.4-dev
Filename: pool/target/libs/libsoup2.4/libsoup2.4-doc_2.74.3-1+apertis2bv2024dev3b1_all.deb
Size: 188632
MD5sum: b7377d65d5093bbd80eb7647c027dc15
SHA1: 42afb52bf219815212eacea03d0e24850dc37fb0
SHA256: 6826c8b632a21541671c0992d0e59facdb7ca0ee319db2872e2dbd0b4b83f587
SHA512: 1a543cab39594917bb6e407e74f72c52ef87629788d81c5380802dd6528e267f204f2c5dbb33d8e68dbe78bbebf48dabee5dd5d7f2830459b2eafcd300115499
Description: HTTP library implementation in C -- API Reference
 It was originally part of a SOAP (Simple Object Access Protocol)
 implementation called Soup, but the SOAP and non-SOAP parts have now been
 split into separate packages.
 .
 libsoup uses the Glib main loop and is designed to work well with GTK+
 applications. This enables GNOME applications to access HTTP servers
 on the network in a completely asynchronous fashion, very similar to
 the GTK+ programming model (a synchronous operation mode is also
 supported for those who want it).
 .
 Features:
  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
  * Automatically caches connections
  * SSL Support using GnuTLS
  * Proxy support, including authentication and SSL tunneling
  * Client support for Digest, NTLM, and Basic authentication
  * Server support for Digest and Basic authentication
  * Basic client-side SOAP and XML-RPC support
 .
 This package contains the documentation.
Homepage: https://wiki.gnome.org/Projects/libsoup
Multi-Arch: foreign

Package: libsoup2.4-tests
Priority: optional
Section: misc
Installed-Size: 3633
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: apache2 (>= 2.4), curl, libapache2-mod-php (<< 2:9), libapache2-mod-php (>= 2:7), libnss-myhostname, php, php-xmlrpc | php (>= 2:8.1+85+really8.0), libc6 (>= 2.34), libglib2.0-0 (>= 2.58), libsoup2.4-1 (= 2.74.3-1+apertis2bv2024dev3b1), zlib1g (>= 1:1.1.4)
Recommends: gnome-desktop-testing
Filename: pool/target/libs/libsoup2.4/libsoup2.4-tests_2.74.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 1112404
MD5sum: b3bd4aff3c5f0875855d3a492a30791a
SHA1: bde005cd39c8d6373895877bd293429d2c82f3c9
SHA256: 42b920bd7d9e6a456e0c75110577cb01dd59cb8358dafe309ec5039de405efee
SHA512: 59d1a765ecd75f302319a475c2a5fc849075e1942dbed36a0459803ec18d153d38a91309859bd275e3e49b9688d2ad8e53d7a9a0be34fdc80196eb019fe026c6
Description: HTTP library implementation in C -- installed tests
 libsoup uses the Glib main loop and is designed to work well with GTK+
 applications. This enables GNOME applications to access HTTP servers
 on the network in a completely asynchronous fashion, very similar to
 the GTK+ programming model (a synchronous operation mode is also
 supported for those who want it).
 .
 This package contains automated tests, mostly for use via autopkgtest.
 They can most easily be invoked via the gnome-desktop-testing-runner
 tool in the gnome-desktop-testing package.
Homepage: https://wiki.gnome.org/Projects/libsoup

Package: libsoup2.4-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 807
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libsoup2.4
Version: 2.74.3-1+apertis2bv2024dev3b1
Depends: libsoup2.4-tests (= 2.74.3-1+apertis2bv2024dev3b1)
Filename: pool/target/libs/libsoup2.4/libsoup2.4-tests-dbgsym_2.74.3-1+apertis2bv2024dev3b1_arm64.deb
Size: 439372
MD5sum: d62c8a2d0865fe4a32b32148637f3e23
SHA1: 554348ee27db3c91ebd18d3f29ea72007d5ca67c
SHA256: 00c32fd00ccee1bb5a2ba337bff345af3ca87db88d8a33427ecbcfc7e7884dda
SHA512: 89991486eae980b5d2c8c106f6d54f17e1632dc6e5897e04d184c99067be2a098e3a37f27d67da88cb8a03426f483b9d494244a2e64cd4a3ba35faf541d75c20
Description: debug symbols for libsoup2.4-tests
Auto-Built-Package: debug-symbols
Build-Ids: 11653c0c70aff4a52de7ec392c32fa193e56d349 14b49b6203b179e313937feb95682a1ceb9d45f3 18763b100be38898905eb726aca4b69ecfe821b8 20a708db01af8d6ec5e020d445a55cbbd8be0123 225179105629b4ee0a108cedbe7a977bc6dc94f2 238a84e62e000635fecec7d5f57da4dc526ba5a0 2c59e2ed2443c198dda0fa12e296b9ac3dd5d062 2ea938b2153c5ada9d0bf5d1d1093739fe669d06 48120dc54d7924ba70f72b2c06835d87d2f91047 4c164d60b91d3aacea7ba1ea89e379aa90255806 4d16a9d129526f750c58c28bcc9a959eabe98e7a 63cb07b87a267cc81475dfbfd20dbf471dcbae8f 754b434b905c5100e453279be705234984241ea3 75e9932c9c50a75d5bbccdeaf52cdca9a1dcd7ba 8072745e55e1f4ab2cda3e7e2877303696fd0a59 8c6fca54ae3b3923b933bda5310b87acded591f9 8cc18fd11faa1909accaaef3675c8fe5dacd4c4e 92f81e51c828b5960a7b179613fb45fa51a1a588 947680c6434b49c07b3f024e0ccdf61a7e54175a 9851611e1b1c37d5f1291becfec959ee5fa76817 99c397f9acbce0116ea28e4787265083c4fa4cb2 9a934c4fb0562b16005a94d969744db4d0dbfeaf 9c786d351f0b603741aa0908ecbdc0b8a55e80b4 a8dd2233365249a1eb974a834751ea6496560753 a96d54882a58f4d5ab173b2387d0a33d8e4b3f1d b1e6441b6cabe513a63d9ea45b2870a0fef8e0bd b48fdaa942076e3e48bc6822f0a60565697a3748 dea80e8b5f1554e64b1877a484fd4a3e12c5ae56 e10ea74fa0c0db70c5b22098751918075bff8938 e4bd43c822f79b8fe11cb9a5d95f4b2cec22ab81 e667edb5cd370cfdd35b2b7ffce35be792dd1359 e7a34940717dad534ae9d6448eb2edb08e89a343 fa78d6df90ffa159b6180eecff1562c3abb30638 fc264490f0e176e190927c6e56eeed9dbd43c994

Package: libsoxr-dev
Priority: optional
Section: libdevel
Installed-Size: 72
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsoxr
Version: 0.1.3-4+apertis1bv2024dev2b1
Depends: libsoxr-lsr0 (= 0.1.3-4+apertis1bv2024dev2b1), libsoxr0 (= 0.1.3-4+apertis1bv2024dev2b1)
Filename: pool/target/libs/libsoxr/libsoxr-dev_0.1.3-4+apertis1bv2024dev2b1_arm64.deb
Size: 17420
MD5sum: 971df68fc2fa0be79f8aec90e29e3303
SHA1: 3e1dc5643340cd45266486c6fd63a3cc013389ab
SHA256: d6f882faa17c22aa4dd2eb0aecd03dc3922c8e9535420b84cc5cbc15749c7b1f
SHA512: 496214f65c818625c34989b50af6d31665e84f14d77fb26333b33b54dec9e42acace1af188d58084a3576993c9de64202601415dc1e92ee52eb08ecc4c3fbe6b
Description: High quality 1D sample-rate conversion library (development files)
 The SoX Resampler library `libsoxr' performs one-dimensional sample-rate
 conversion - it may be used, for example, to resample PCM-encoded audio.
 .
 It aims to give fast and high quality results for any constant (rational or
 irrational) resampling ratio. Phase-response, preserved bandwidth, aliasing,
 and rejection level parameters are all configurable; alternatively, simple
 `preset' configurations may be selected.
 .
 A simple API is provided that allows interfacing using commonly-used sample
 formats and buffering schemes.
 .
 This package contains the development files.
Homepage: http://sourceforge.net/projects/soxr/
Multi-Arch: same

Package: libsoxr-lsr0
Priority: optional
Section: libs
Installed-Size: 84
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsoxr
Version: 0.1.3-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libsoxr0 (>= 0.1.0)
Filename: pool/target/libs/libsoxr/libsoxr-lsr0_0.1.3-4+apertis1bv2024dev2b1_arm64.deb
Size: 7772
MD5sum: 91a16d310cf57b962f3cc1a306cab598
SHA1: dc8e3a001c48f39e48e6138e10d90ed5ed9b887b
SHA256: 0aba823746c9cf3c2e8a7194660f0787c09d8f8002ac4401dc370eaf44e10b41
SHA512: c884f041cf7fec930edfd0060edc17bf570325c3345eecdc55b663a4b61fc1c41541e2eea26283471aea59b9d404f5757764bdf3b75a766e8f8cbdff8592dcfe
Description: High quality 1D sample-rate conversion library (libsamplerate bindings)
 The SoX Resampler library `libsoxr' performs one-dimensional sample-rate
 conversion - it may be used, for example, to resample PCM-encoded audio.
 .
 It aims to give fast and high quality results for any constant (rational or
 irrational) resampling ratio. Phase-response, preserved bandwidth, aliasing,
 and rejection level parameters are all configurable; alternatively, simple
 `preset' configurations may be selected.
 .
 This package contains bindings compatible with the resampling library
 `libsamplerate' (constant rate).
Homepage: http://sourceforge.net/projects/soxr/
Multi-Arch: same

Package: libsoxr-lsr0-dbgsym
Priority: optional
Section: debug
Installed-Size: 22
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsoxr
Version: 0.1.3-4+apertis1bv2024dev2b1
Depends: libsoxr-lsr0 (= 0.1.3-4+apertis1bv2024dev2b1)
Filename: pool/target/libs/libsoxr/libsoxr-lsr0-dbgsym_0.1.3-4+apertis1bv2024dev2b1_arm64.deb
Size: 7772
MD5sum: e8618532479e57d20bb1082f0c669fa3
SHA1: 188ca14c25de62e56f845dad89b50e74a6ba59f2
SHA256: 92f8d6b8ca05a80434ae3a56501a03730336f3609e797a5ec71bbc93e3cb4482
SHA512: 196f3c1e52fb5abc216354cfcac753687847ecf334e910a232a2a1ba46ef7cbf006ce80307cffd852b47b18c1c193673a3528a0ea5a6ddde27dd6f9524c720ed
Description: debug symbols for libsoxr-lsr0
Auto-Built-Package: debug-symbols
Build-Ids: f7107d443e296b05b58e1073ccd2af54a30fdaf1
Multi-Arch: same

Package: libsoxr0
Priority: optional
Section: libs
Installed-Size: 149
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsoxr
Version: 0.1.3-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.29), libgomp1 (>= 4.9)
Filename: pool/target/libs/libsoxr/libsoxr0_0.1.3-4+apertis1bv2024dev2b1_arm64.deb
Size: 53312
MD5sum: fc3db8f1223064db3b69dfc1328c19ef
SHA1: f6e1f344c58bb84134e0d8bf9d413b4874dbcbec
SHA256: aac50fd92810471620a49b451cdeffa24a07b419e0551d4e3661c9c255969f45
SHA512: 9845038576eff76fe4b46210c148a2dc11635e77c88a813ead7d20fda4b8c82adb4d6542dcf84e10f0a620ddeec25d498224e947fe219847f663d45de8c76d29
Description: High quality 1D sample-rate conversion library
 The SoX Resampler library `libsoxr' performs one-dimensional sample-rate
 conversion - it may be used, for example, to resample PCM-encoded audio.
 .
 It aims to give fast and high quality results for any constant (rational or
 irrational) resampling ratio. Phase-response, preserved bandwidth, aliasing,
 and rejection level parameters are all configurable; alternatively, simple
 `preset' configurations may be selected.
 .
 A simple API is provided that allows interfacing using commonly-used sample
 formats and buffering schemes.
Homepage: http://sourceforge.net/projects/soxr/
Multi-Arch: same

Package: libsoxr0-dbgsym
Priority: optional
Section: debug
Installed-Size: 152
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsoxr
Version: 0.1.3-4+apertis1bv2024dev2b1
Depends: libsoxr0 (= 0.1.3-4+apertis1bv2024dev2b1)
Filename: pool/target/libs/libsoxr/libsoxr0-dbgsym_0.1.3-4+apertis1bv2024dev2b1_arm64.deb
Size: 134024
MD5sum: 16a101e81861b3a6854afb68f1d9f0f8
SHA1: d28a4a0c24e7b85202d89eb3a010f0b34ccc59d1
SHA256: bef0b0efebefe56ec278d4f89f92122fd7e7a6fd739693ab4a7483b39fd218ab
SHA512: 4fbecc1b0d65aaeb00bfb5abe39b4d363a92f77701fdbf9656eead94effa1ead20dda942429e555e6570e0fdfa7e4fc7a6844ec28937ccbc161b8b456b0797a7
Description: debug symbols for libsoxr0
Auto-Built-Package: debug-symbols
Build-Ids: 841926701060b7f1d2a0e39c79411ccfd38488dd
Multi-Arch: same

Package: libspa-0.2-bluetooth
Priority: optional
Section: libs
Installed-Size: 1282
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libspa-0.2-modules (= 0.3.65-3+apertis2bv2024dev3b1), libbluetooth3 (>= 4.91), libc6 (>= 2.33), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.37.3), liblc3-0 (>= 1.0.1), libldacbt-abr2 (>= 2.0.2), libldacbt-enc2 (>= 2.0.2), libopus0 (>= 1.1), libsbc1 (>= 2.0), libusb-1.0-0 (>= 2:1.0.16)
Filename: pool/target/p/pipewire/libspa-0.2-bluetooth_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 285112
MD5sum: 8b04e20c8a9ea3389433cab4bf6aead5
SHA1: 94a5211142a0a4041899239eb95c15449c9446e2
SHA256: ccdf2196b4efda7b43ef6b9b047d87508e0d669e4636acdf660523e75fc2e2a6
SHA512: 24292565cbfed9dbb1e190933534a3ec83531578769753a260df0022b4cb633ff520d92c5cf6c7474fea144ad9f88a7865e62cd24c34758d8a800120fe1a7daa
Description: libraries for the PipeWire multimedia server - bluetooth plugins
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains a plugin to make Bluetooth audio devices such as
 speakers and headsets available to the PipeWire server.
Homepage: https://pipewire.org/
Multi-Arch: same

Package: libspa-0.2-bluetooth-dbgsym
Priority: optional
Section: debug
Installed-Size: 1680
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libspa-0.2-bluetooth (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/libspa-0.2-bluetooth-dbgsym_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 1577972
MD5sum: f407e17b8d98e6f6e69a9c5211f1280a
SHA1: 5945df266fe7234bc925ce0df1221c54b87a3353
SHA256: 1eaa68673deb8f5fe8e9391a2335d54b06784f98fd2ccddd5aae4421fa583fd2
SHA512: 0c84fbf8ee985b1a81a82505a0eefd133e03306930a0f706caaf5bad44473deb52b1425bf2d1b7e852ab0d5ee1977e404bd9f25c029b51d40cc42db1a7d32f86
Description: debug symbols for libspa-0.2-bluetooth
Auto-Built-Package: debug-symbols
Build-Ids: 0b70e88280dad81b993079b7ee3fdff9ccf79b27 0d0599228f05172ec5e09c0c8574cc31a51c3cfb 3e9b5ff7b8664b67135c77baeb8532a8e5713e3c 4e2170a8a75e31bc778586229d69f1f7fa7d9e98 ca9fc4ee00f83a5b06f8ca8c3d891bfaec279b98 dabab9c80e97ac40b3f24fb215ca92bb978b4eba
Multi-Arch: same

Package: libspa-0.2-dev
Priority: optional
Section: libdevel
Installed-Size: 775
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Suggests: pipewire-doc
Filename: pool/target/p/pipewire/libspa-0.2-dev_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 105240
MD5sum: 140ea80aa26743e1da3fd7fc5513be70
SHA1: 3a733b60d048ad18b2a8b966b7e6b375316c49ee
SHA256: 8085ca57e3a265e58dca08ee2d541e6066f5973eb163b752f0acb089926faf0d
SHA512: 643dced2801a041fd76a9dbd30a061061c4ef9855d86045aee5399d8df4d17462ec0b56f3ee4d79440a4fa26c73257d1348ea59c6db4df8d46d77de6f00cd973
Description: libraries for the PipeWire multimedia server Simple Plugin API - development
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains the development files for the Simple Plugin API.
Homepage: https://pipewire.org/
Multi-Arch: same

Package: libspa-0.2-modules
Priority: optional
Section: libs
Installed-Size: 2731
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pipewire (<< 0.3.5)
Depends: libasound2 (>= 1.2.1.1), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libsystemd0, libudev1 (>= 183), libwebrtc-audio-processing1
Breaks: pipewire (<< 0.3.5)
Filename: pool/target/p/pipewire/libspa-0.2-modules_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 452296
MD5sum: 25021323b77a63a4dba68300d93a56b7
SHA1: 0abe9d6164db6b02554a1d26aab6bd6392078e8d
SHA256: 2f14651cec849d82c2dd6b1c11c0a150970fb4d2a6ec5bb83661239b4083aae6
SHA512: c8c394cf9a7aaf64c04a560c064701dffc5234d454f4b8c2d67d96eedcc3299f5752a29f1b99f66416cda10dcef23afe1cedb31fcd7b67c8477418f27f48e3cd
Description: libraries for the PipeWire multimedia server Simple Plugin API - modules
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains core support modules used in the Simple Plugin API,
 together with test and utility modules that do not introduce additional
 dependencies. It should not normally be depended on directly: PipeWire
 clients should depend on the pipewire package instead.
Homepage: https://pipewire.org/
Multi-Arch: same

Package: libspa-0.2-modules-dbgsym
Priority: optional
Section: debug
Installed-Size: 3133
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libspa-0.2-modules (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/libspa-0.2-modules-dbgsym_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 2976744
MD5sum: 5199111ed9ac58aaca7665274fac2172
SHA1: ae46f7dff6fb56d9be36f078e3a56f9e9913f39f
SHA256: de7dbbd62eafa8f009073b0b3fb07cacd8b77c5bd29e0e0cb38de0e94df784e9
SHA512: fd6885339552cf6a17a4c6c0f94e080154049399a76e82d0354f88cbdd94b5596d2d28021195c14eb0e9010522d33213c0b4b7fbef5b524e9bafaa5bd8548e3a
Description: debug symbols for libspa-0.2-modules
Auto-Built-Package: debug-symbols
Build-Ids: 00ed44d6b333cff2fdf692919396b16b6c9abbc0 027c7c104ade792aaa638d2b4e7aae9ca017d222 03e32523674c30d7b0a4ef386fa70237f89a9a16 241b11f5f3184a31bc38e64a1b5f528cfc025527 247ff1ae7d929e5da28b3972ef4d13394d64d498 4b85bfb001da80048e9d358e917d53368ee67359 4fdba6750caef5e387579399b6fdbccf858a1a7f 693124e3c09fc0a301adf90e95f9dd0d6c609117 b5244d24ae3aaba379cc5052b51586b48174cc13 b75534ea3e002d6b14389a77957e1e267d74284f c7aa69aa86ddd08ce7a134d39f1b58bf74e006b5 cd1c3d2afbda620e337c514fff8a7e3964461e32 d207defbaad6b11b87d37305ad2018e9f10de1c5 ede04493ba192abdcc4015671131415a269a5d8c ff79a5a957a7e3e5376cb57a4b0cc30d78e41af2
Multi-Arch: same

Package: libspeex-dev
Priority: optional
Section: libdevel
Installed-Size: 228
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: speex
Version: 1.2.1-2+apertis0bv2024dev3b1
Depends: libspeex1 (= 1.2.1-2+apertis0bv2024dev3b1)
Suggests: pkg-config
Filename: pool/target/s/speex/libspeex-dev_1.2.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 65920
MD5sum: 371f5e8acb99a1e8ace6dbb00180ac4d
SHA1: 494d7e3963f8e7309015e960b6cf2ab267032a6b
SHA256: 21ad115895001bb8382ee30d36e30c579b439518c0c6608c20dab86f14541e73
SHA512: 952be89ed3832b6bf6eab4bcd6898c158661bce06ed6f336ee8c2fd429ccae6c9ef91e64707abfdeb1fd12cd8c46e76187b7e60e005be14fb16cbda16f329d00
Description: The Speex codec library development files
 Speex is an audio codec especially designed for compressing voice at low
 bit-rates for applications such as voice over IP (VoIP). In some senses,
 it is meant to be complementary to the Vorbis codec which places a greater
 emphasis on high-quality music reproduction.
 .
 This package provides the speex library headers and development files.
Homepage: https://www.speex.org/
Multi-Arch: same

Package: libspeex1
Priority: optional
Section: libs
Installed-Size: 153
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: speex
Version: 1.2.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.29)
Suggests: speex
Filename: pool/target/s/speex/libspeex1_1.2.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 50564
MD5sum: edd755dd703f2a60a62ea574fd47f2c3
SHA1: efc44fcb78a70e4409f566d6f9d0c4f647283dea
SHA256: 19aa4d35af078891c5164bd45b9692b39747915bf7ae4777d21321f1169e2d99
SHA512: 7cc5491b4c3f9c569acc17497c027d2de40454b44b1e895d95f0272dc66b878700d2d66467c0ef4be598611ccfb7400a92640eeaa3ca11e656e029d856af4738
Description: The Speex codec runtime library
 Speex is an audio codec especially designed for compressing voice at low
 bit-rates for applications such as voice over IP (VoIP). In some senses,
 it is meant to be complementary to the Vorbis codec which places a greater
 emphasis on high-quality music reproduction.
 .
 This package provides the speex runtime library.
Homepage: https://www.speex.org/
Multi-Arch: same

Package: libspeex1-dbgsym
Priority: optional
Section: debug
Installed-Size: 122
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: speex
Version: 1.2.1-2+apertis0bv2024dev3b1
Replaces: libspeex-dbg (<< 1.2~rc1.2-2~)
Depends: libspeex1 (= 1.2.1-2+apertis0bv2024dev3b1)
Breaks: libspeex-dbg (<< 1.2~rc1.2-2~)
Filename: pool/target/s/speex/libspeex1-dbgsym_1.2.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 103144
MD5sum: c51a3d3d8223e52260e2a7bad967b711
SHA1: bee61b4939a62cc917ab689af992d234ecd89864
SHA256: a4fb1ba85fdd17834a1e38e4516de575bc61c57e19ce278f621de52612997b56
SHA512: 5bb46b8b3fff22c6c7c803b50da7212ce57135c4d465301f49ee17c107b06405622053c6ea7d5236007b96e4611f61c35889bdcee43d9652ccef52f1f88d2740
Description: debug symbols for libspeex1
Auto-Built-Package: debug-symbols
Build-Ids: 41ad37d15102e256ee216524602a5a0d0cab67b0
Multi-Arch: same

Package: libspeexdsp-dev
Priority: optional
Section: libdevel
Installed-Size: 154
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: speexdsp
Version: 1.2.1-1+apertis1bv2024dev2b1
Depends: libspeexdsp1 (= 1.2.1-1+apertis1bv2024dev2b1)
Suggests: libspeex-dev, pkg-config, speex-doc
Filename: pool/target/s/speexdsp/libspeexdsp-dev_1.2.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 45296
MD5sum: d2f9d4b112f4820fceb6997073a3ce1a
SHA1: 3110d42021040c2601624bb2d2331cdd73808046
SHA256: 4c16fd7eb8ef0fff698d826cd37d0d6980bd7bb49e9c07483bf7038050e1fe73
SHA512: 951471aa9040ec71e7beef21ecf02d94f6be5bf82eb9db6ea854132f0b17bcda218a9d243b48b4d27e23ed351846086a5a9494c28242498de65c69e2f3c253d8
Description: DSP library derived from speex (development files)
 Speex is an audio codec especially designed for compressing voice at low
 bit-rates for applications such as voice over IP (VoIP). In some senses,
 it is meant to be complementary to the Vorbis codec which places a greater
 emphasis on high-quality music reproduction.
 .
 This package provides the speex dsp library headers and development files.
Homepage: http://www.speex.org/
Multi-Arch: same

Package: libspeexdsp1
Priority: optional
Section: libs
Installed-Size: 83
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: speexdsp
Version: 1.2.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.29)
Filename: pool/target/s/speexdsp/libspeexdsp1_1.2.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 36016
MD5sum: 88af8611b823a9f5c3ca3a92dc58dec9
SHA1: 717067493c8895cd403cdb6a61be02c4591d8a09
SHA256: 149046336ba90ceb7025ee2fa83c4095b173d6a24fd500298d5684ad4f4bf282
SHA512: cfd9abcf1c4a0d33297bbdd29062efd19dd64e4a685a91778dcacf7549600ae05f9c3d6965a192ca19106711d465c3dd5ab17d6e23f4c31f3079f28a68c6f760
Description: DSP library derived from speex
 Speex is an audio codec especially designed for compressing voice at low
 bit-rates for applications such as voice over IP (VoIP). In some senses,
 it is meant to be complementary to the Vorbis codec which places a greater
 emphasis on high-quality music reproduction.
 .
 This package provides the runtime library of additional DSP functions that
 are part of the Speex distribution.
Homepage: http://www.speex.org/
Multi-Arch: same

Package: libspeexdsp1-dbgsym
Priority: optional
Section: debug
Installed-Size: 102
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: speexdsp
Version: 1.2.1-1+apertis1bv2024dev2b1
Depends: libspeexdsp1 (= 1.2.1-1+apertis1bv2024dev2b1)
Filename: pool/target/s/speexdsp/libspeexdsp1-dbgsym_1.2.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 85736
MD5sum: 9a387e3ec842c9d7524b0d479d5c42c4
SHA1: 86f33b94dc0605f1274ed734b42f91b53c2b5595
SHA256: 018d34d01e83da2e9b1ef591763092dfa9779dd8e49af6289f179568cb9095d9
SHA512: 8c3918f5a254481d3d806fae3422223fecbea9f053b0dc61eff1f593c15e2650ed516fcb5647e623fe5011b5936d976e5b7f66ab67da75643c648feca7ac6e0e
Description: debug symbols for libspeexdsp1
Auto-Built-Package: debug-symbols
Build-Ids: f799fab58e1040d0002c50aad7abc36a595c2338
Multi-Arch: same

Package: libsqlite3-0
Priority: optional
Section: libs
Installed-Size: 1743
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Breaks: crowdsec (<< 1.4), python-migrate (<< 0.11.0-4~), python3-migrate (<< 0.11.0-4~)
Filename: pool/target/s/sqlite3/libsqlite3-0_3.40.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 825128
MD5sum: 131b326ef9f5bf6e1c9fc095021c997d
SHA1: 6e50bd2a1d50770356d272507c871d1e197ea8c0
SHA256: b0fa8ecfabd34c8ed697cf67bd275860cde676da04aea7c09420d0ff124dc6cf
SHA512: 47682199320d0b455245b8d567c60a33c3c23919c010b57859ce4b21aeaf61125753bfae5da80ba62779caf4a80af12046e4625722903a47f7cd8dedc2cb2903
Description: SQLite 3 shared library
 SQLite is a C library that implements an SQL database engine.
 Programs that link with the SQLite library can have SQL database
 access without running a separate RDBMS process.
Homepage: https://www.sqlite.org/
Multi-Arch: same

Package: libsqlite3-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 2433
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libsqlite3-0 (= 3.40.1-2+apertis0bv2024dev3b1)
Filename: pool/target/s/sqlite3/libsqlite3-0-dbgsym_3.40.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 2357112
MD5sum: 367be9e0b70ed67d3187e161dceeab3e
SHA1: 5603e724fde2e8f33f38e127bd5c1763236da2a3
SHA256: fba88c6931fb7d456ff2f1f56309ba4475e330841f77d482db61f5bf5d0be073
SHA512: e3192595e1eb1aae716c8ae2c257e12bb2642bcdd789484cbd602db390f9ad84969cb02c03c74b6f0c4fd36b60b60b890c03b23d34160f6cb890b6ee13880536
Description: debug symbols for libsqlite3-0
Auto-Built-Package: debug-symbols
Build-Ids: 2eb640a1872ab8abc243bd8c448cbfe3d4f1a5a2
Multi-Arch: same

Package: libsqlite3-dev
Priority: optional
Section: libdevel
Installed-Size: 3184
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libsqlite3-0 (= 3.40.1-2+apertis0bv2024dev3b1), libc-dev
Suggests: sqlite3-doc
Filename: pool/target/s/sqlite3/libsqlite3-dev_3.40.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 1019316
MD5sum: 00cf266c4d1a34054c016e2352af8642
SHA1: 403ac476cb577a05d8a60a651435b4c14284f004
SHA256: f930528596486f85f44b84773cfe97bbd6c9727bbed2813ee11100876894821c
SHA512: e5d78e6bf6805a6a60b9febf20e1fa19de5e09c860e442159cf5132bbd7973042b156fdfc844fad5639e55ec0bf58b7a546dd5b1419b2c1058e1b6dd35682fb2
Description: SQLite 3 development files
 SQLite is a C library that implements an SQL database engine.
 Programs that link with the SQLite library can have SQL database
 access without running a separate RDBMS process.
 .
 This package contains the development files (headers, static libraries)
Homepage: https://www.sqlite.org/
Multi-Arch: same

Package: libsqlite3-tcl
Priority: optional
Section: interpreters
Installed-Size: 339
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libsqlite3-0 (>= 3.38.0)
Suggests: sqlite3-doc
Filename: pool/target/s/sqlite3/libsqlite3-tcl_3.40.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 283364
MD5sum: 2fd78f5379abd7078ee650d70738152e
SHA1: 3558fad5e4d782155268106e6c8b4bba7a4d106e
SHA256: ccc0533b5a3bea6d4f4dff21a8e5258018c46779f94f44baa1b52c88e0a1ff1a
SHA512: 4d83feabbab284998e79353d45871eec843e57f9e80dd8d561c26f4eb737fb9cda6824ea722a957d621469f48b0954af02b0ad80118ba19b8258964e68c484a8
Description: SQLite 3 Tcl bindings
 SQLite is a C library that implements an SQL database engine.
 Programs that link with the SQLite library can have SQL database
 access without running a separate RDBMS process.
 .
 This package contains the Tcl bindings.
Homepage: https://www.sqlite.org/

Package: libsqlite3-tcl-dbgsym
Priority: optional
Section: debug
Installed-Size: 86
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libsqlite3-tcl (= 3.40.1-2+apertis0bv2024dev3b1)
Filename: pool/target/s/sqlite3/libsqlite3-tcl-dbgsym_3.40.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 69712
MD5sum: c690d7e380fa770c836969f1dae43a4e
SHA1: 43b2b1d3e42a1b1722f1b4e54a781c5c75083f6e
SHA256: 67a93f302cf9e0222e5700c6e135d82de7bd4c2ac9d2763b9c41cd39548d1aac
SHA512: 8895b90115fe6432c4bba4d98de95f03582401727256cd629f0f1c3c5730c85063cd57a2c6b2d28946422f696560fdc74608ffb805a59843ea731af105cf4b16
Description: debug symbols for libsqlite3-tcl
Auto-Built-Package: debug-symbols
Build-Ids: cb5ba44d65a7994b8d495df952e007075dcde06b

Package: libsratom-0-0
Priority: optional
Section: libs
Installed-Size: 84
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: sratom
Version: 0.6.14-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libserd-0-0 (>= 0.30.2), libsord-0-0 (>= 0.12.0~dfsg0)
Filename: pool/target/s/sratom/libsratom-0-0_0.6.14-1+apertis0bv2024dev2b1_arm64.deb
Size: 15536
MD5sum: 1b7e22f7fe2e1233e425098c4f345017
SHA1: 4f675a86546e37f09bb4edcb725c0668c6d35f78
SHA256: 453076ac0b3e7aace7ad003151cb599d3467956484df1d191e2848b28d615f04
SHA512: a4c4c0c2479856866e575025e0fa3e2d035b673f8fa9af3626b2565bd61ad678e6bfd37205da67b6059687dc3e80069ab78bc15d29754acd8dfd89ba20dcc166
Description: library for serialising LV2 atoms to/from Turtle
 Sratom is a new C library for serialising LV2 atoms to/from Turtle.
 It is intended to be a full serialisation solution for LV2 atoms,
 allowing implementations to serialise binary atoms to strings and
 read them back again. This is particularly useful for saving plugin
 state, or implementing plugin control with network transparency.
 Sratom uses Serd and Sord to do the work, it is a small library
 implemented in a single source file, suitable for direct inclusion
 in projects if avoiding a dependency is desired.
Homepage: https://drobilla.net/software/sratom/
Multi-Arch: same

Package: libsratom-0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 66
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: sratom
Version: 0.6.14-1+apertis0bv2024dev2b1
Depends: libsratom-0-0 (= 0.6.14-1+apertis0bv2024dev2b1)
Filename: pool/target/s/sratom/libsratom-0-0-dbgsym_0.6.14-1+apertis0bv2024dev2b1_arm64.deb
Size: 51256
MD5sum: 454159ba73087282592a420314e19ce5
SHA1: 30497a8e7726ca828533c8b53965e80dfbab7549
SHA256: ea1536c8a6e8a114e1aa2ffd6df8f80e892568d32bcbfc5baaef0a0596d2b1e3
SHA512: 89dc2ad7ac816e35e0cd697ce91d85b9e95e41d610614d4d9f3da34d7c713e98b32997bf07f7b8ee7d8bd6a189da19e91e686958d8627d45c669efc80e745c1c
Description: debug symbols for libsratom-0-0
Auto-Built-Package: debug-symbols
Build-Ids: 221b96ba16e8251f6a8767efea5cd55eed693aa5
Multi-Arch: same

Package: libsratom-dev
Priority: optional
Section: libdevel
Installed-Size: 25
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: sratom
Version: 0.6.14-1+apertis0bv2024dev2b1
Depends: libserd-dev, libsord-dev, libsratom-0-0 (= 0.6.14-1+apertis0bv2024dev2b1), lv2-dev
Recommends: pkg-config
Filename: pool/target/s/sratom/libsratom-dev_0.6.14-1+apertis0bv2024dev2b1_arm64.deb
Size: 6768
MD5sum: c15fddbe2821571994ac3693a4bea514
SHA1: c661197c5db0b6a70b3f1f4bf0f9ce2ab6d8780f
SHA256: 325b7c1c31c92963f6a0a332570f93134f7c9ef8131b931d67480bf9236e8214
SHA512: 4dd6ca329423d879f71ef0300fa186c5c5641da2ca2bce8685c75c47f8e5e988404f574dcda87fbd096cdbb9b1eee489090dc80feaa3379c430da0d83a440443
Description: library for serialising LV2 atoms to/from Turtle - development files
 Sratom is a new C library for serialising LV2 atoms to/from Turtle.
 It is intended to be a full serialisation solution for LV2 atoms,
 allowing implementations to serialise binary atoms to strings and
 read them back again. This is particularly useful for saving plugin
 state, or implementing plugin control with network transparency.
 Sratom uses Serd and Sord to do the work, it is a small library
 implemented in a single source file, suitable for direct inclusion
 in projects if avoiding a dependency is desired.
 .
 This package provides the development files for Sratom.
Homepage: https://drobilla.net/software/sratom/
Multi-Arch: same

Package: libss2
Priority: optional
Section: libs
Installed-Size: 110
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Replaces: e2fsprogs (<< 1.34-1)
Depends: libcom-err2, libc6 (>= 2.34)
Filename: pool/target/e/e2fsprogs/libss2_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 30876
MD5sum: 7ed771490ed9e4c4ccbdd15f42cd7053
SHA1: 1dd992dfbbc54c705ceb0b0d51b7bf7cadac8ce8
SHA256: ca2ce75e8ddd34b65c6df1453c261b59ad89164025653b00193ef9c485123af0
SHA512: de3338e6ce36d3f009d1323222a4dd53b8c104d3259e8fb9449449aa3c5d573c21608946ec00dcc4e0873adff1df70600cfde56b049d696c2b5d26ecfa20c935
Description: command-line interface parsing library
 libss provides a simple command-line interface parser which will
 accept input from the user, parse the command into an argv argument
 vector, and then dispatch it to a handler function.
 .
 It was originally inspired by the Multics SubSystem library.
Homepage: http://e2fsprogs.sourceforge.net
Multi-Arch: same

Package: libss2-dbgsym
Priority: optional
Section: debug
Installed-Size: 41
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Depends: libss2 (= 1.47.0-2+apertis0bv2024dev3b2)
Filename: pool/target/e/e2fsprogs/libss2-dbgsym_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 23732
MD5sum: c580e6f9eaf432c2a3412025b9c3f184
SHA1: 641b599a87252602baa08acad31c44898b1b339e
SHA256: 9ae527be9a528ecfc88a1a73b4d1ff75ce1307ddd777b4f8b2e33bcf32737b4b
SHA512: a4724a04e3e2b6201c31acc9a16345b4be4a4614f4f036ded18eae413db42befe549b31d63311c3690e8703ab0b2cec3fe04d075113f54f5d09bf71be729f9fc
Description: debug symbols for libss2
Auto-Built-Package: debug-symbols
Build-Ids: dbdda7bb8e1781154c7d3b2395a5ab1baa69e2c2
Multi-Arch: same

Package: libssh2-1
Priority: optional
Section: libs
Installed-Size: 361
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: libssh2
Version: 1.10.0-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Filename: pool/target/libs/libssh2/libssh2-1_1.10.0-3+apertis0bv2024dev3b1_arm64.deb
Size: 170580
MD5sum: 7cc3422f3be5d892c89326db5f7850e9
SHA1: 7f276a86bb70cd01be9364b88b3500714eda9895
SHA256: 349830a4f7dc29e7a26a632db2a92ebc5ec8c93996b7c02742551e3565fd61b4
SHA512: 9e9d22ec4b70f8d5849140e455894aaa9fb31f291c6941d92408fa9df04671021863db697f8a5b0f54b93c95cf7d0ef570d214947c31b9c9f34ed6dc8707f3ee
Description: SSH2 client-side library
 libssh2 is a client-side C library implementing the SSH2 protocol.
 It supports regular terminal, SCP and SFTP (v1-v5) sessions;
 port forwarding, X11 forwarding; password, key-based and
 keyboard-interactive authentication.
 .
 This package contains the runtime library.
Homepage: https://libssh2.org/
Multi-Arch: same

Package: libssh2-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 304
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: libssh2
Version: 1.10.0-3+apertis0bv2024dev3b1
Depends: libssh2-1 (= 1.10.0-3+apertis0bv2024dev3b1)
Filename: pool/target/libs/libssh2/libssh2-1-dbgsym_1.10.0-3+apertis0bv2024dev3b1_arm64.deb
Size: 270144
MD5sum: 70d2babceff2be7129a0d35a9e664b0f
SHA1: 4ae88ec0cb879614ebef75b88d94b08d248129b7
SHA256: 39f7cb2a7c1672c9c6bd677536e9d0021a7ac0765b0737d802483193fcc870d7
SHA512: 9a52528de8fe41a7e3c027efbd654e6dd2d04d4a54f1056b382600627379198525afca20fafa6491fffef854507b8f0f77281d939443bdbd0c26935b7a7fb002
Description: debug symbols for libssh2-1
Auto-Built-Package: debug-symbols
Build-Ids: c8ebcd7d8c5b430b6dc684fa5a8e25580f9f09ee
Multi-Arch: same

Package: libssh2-1-dev
Priority: optional
Section: libdevel
Installed-Size: 991
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: arm64
Source: libssh2
Version: 1.10.0-3+apertis0bv2024dev3b1
Depends: libssh2-1 (= 1.10.0-3+apertis0bv2024dev3b1), libssl-dev, zlib1g-dev
Filename: pool/target/libs/libssh2/libssh2-1-dev_1.10.0-3+apertis0bv2024dev3b1_arm64.deb
Size: 304680
MD5sum: e5e972ea81dd425df9b9eb7cea2940cd
SHA1: 21b53c1f78bdc03b64bc50e086565c0ad69355a5
SHA256: a070bf42b2d46922651b988e8b2272ec9464a4dc3d0b86749e6197ad4c267159
SHA512: 6110627129330875315cbbea6e7cc86f186f7fe209c4721724d70306614f01d3e5169e05a170ec8bc02ea2ed24c1addc12b9194b0c28557f6c5e1905472e72bf
Description: SSH2 client-side library (development headers)
 libssh2 is a client-side C library implementing the SSH2 protocol.
 It supports regular terminal, SCP and SFTP (v1-v5) sessions;
 port forwarding, X11 forwarding; password, key-based and
 keyboard-interactive authentication.
 .
 This package contains the development files.
Homepage: https://libssh2.org/
Multi-Arch: same

Package: libssl-dev
Priority: optional
Section: libdevel
Installed-Size: 12481
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>
Architecture: arm64
Source: openssl
Version: 3.0.9-1+apertis0bv2024dev3b1
Depends: libssl3 (= 3.0.9-1+apertis0bv2024dev3b1)
Suggests: libssl-doc
Filename: pool/target/o/openssl/libssl-dev_3.0.9-1+apertis0bv2024dev3b1_arm64.deb
Size: 2304764
MD5sum: 3eab3c22b0286d81b61b1e48d7c42c02
SHA1: 4b17583f6919251f7c85a31ca7f172ceff59346e
SHA256: 5c5162bab14b6c41c3883f5d818fec79043b0a5cef6815e4e7dba19a86939244
SHA512: 6a86e0bf4c1991970be4c45bc06fad55e1fe7b1fefd55f74ebe0ee91723b7f90f4b98d733a1729d18ad94bd0511171eb0383fe4f5eeec22e4cb37b4db1b22e5c
Description: Secure Sockets Layer toolkit - development files
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It contains development libraries, header files, and manpages for libssl
 and libcrypto.
Homepage: https://www.openssl.org/
Multi-Arch: same

Package: libssl-doc
Priority: optional
Section: doc
Installed-Size: 7495
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>
Architecture: all
Source: openssl
Version: 3.0.9-1+apertis0bv2024dev3b1
Filename: pool/target/o/openssl/libssl-doc_3.0.9-1+apertis0bv2024dev3b1_all.deb
Size: 2357444
MD5sum: 140a41319326f76d06c1b6aa63b43e40
SHA1: ea6caea28d7608e0e705f12dad60a5c6c4659d7a
SHA256: 243f40932cee5fcfd7a9f5f6f3b2fd62176bf56d8b97502883429f93a5476e1b
SHA512: 8017017d5dacba2d3ebc316ffc04791b6cc74e1315237cdc659d5ed570e5a4a32069bbf87d89c315a0ec5254b8c09f203b2df3339fc05acce0ccfec06715aa92
Description: Secure Sockets Layer toolkit - development documentation
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It contains manpages and demo files for libssl and libcrypto.
Homepage: https://www.openssl.org/
Multi-Arch: foreign

Package: libssl3
Priority: optional
Section: libs
Installed-Size: 5991
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>
Architecture: arm64
Source: openssl
Version: 3.0.9-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/o/openssl/libssl3_3.0.9-1+apertis0bv2024dev3b1_arm64.deb
Size: 1813600
MD5sum: e525f610c36e553377ec920804903941
SHA1: c277946797db1a9a0b009e5a548ba0620b2c2fb7
SHA256: 109d7fcf8a1f018b9a0e3e06fc213aeac2e84fe00e9e525571151694ce1a128e
SHA512: 3e2504c37d6aa5e6ca161e06a7a4e6ea161d478630d562057d5c1467d78a9d2749122e4c8c329f7918ab05685b60663e8b21439ca2c7125258cb2f37e3d5bdef
Description: Secure Sockets Layer toolkit - shared libraries
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It provides the libssl and libcrypto shared libraries.
Homepage: https://www.openssl.org/
Multi-Arch: same

Package: libssl3-dbgsym
Priority: optional
Section: debug
Installed-Size: 5133
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>
Architecture: arm64
Source: openssl
Version: 3.0.9-1+apertis0bv2024dev3b1
Depends: libssl3 (= 3.0.9-1+apertis0bv2024dev3b1)
Filename: pool/target/o/openssl/libssl3-dbgsym_3.0.9-1+apertis0bv2024dev3b1_arm64.deb
Size: 4477972
MD5sum: d1cb051048a861bc66a574432787af90
SHA1: b60c895af9dcced9d44b6981d80d7a2d1519de4d
SHA256: 95a1d0edf29bf2edf9df7998ca9b4c99a641589b99ff5c21f6ab2849de9d150b
SHA512: 1c5f71ae1d66ddee85931ac468b180e9c026af1c95ef9a250f016f8787df6f58b7c888468f61a6698327603c61046631c207deec810be8144c8f51219cd49bd9
Description: debug symbols for libssl3
Auto-Built-Package: debug-symbols
Build-Ids: 0fbf8ae882cefb44b16a41a67ab767254357ca64 23f4122b732895e25066928068ebbea51e16cb2d 6cf267999d657e31c470cb29c0308ba410439974 757d58d95d143cd7e28518feda2f4d5118f290f4 e96f567c90e5208edf53993df16ca29074816009 ecfd519b9d0f15f1fa406bb51ced2e7d157c3bce
Multi-Arch: same

Package: libstartup-notification0
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: startup-notification
Version: 0.12-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libx11-xcb1 (>= 2:1.8.4), libxcb-util1 (>= 0.4.0), libxcb1
Filename: pool/target/s/startup-notification/libstartup-notification0_0.12-6+apertis1bv2024dev2b1_arm64.deb
Size: 20196
MD5sum: 4a7b08ab1f54e9d5a1c867c39c3f7bd2
SHA1: 43a13ac7145c0db88170a6b764a7df5e851b9df9
SHA256: 50b553f900a445b286c6d5b9c7d0255f3e1d6c7808e77750ff356be56895fa4b
SHA512: b2d757cb7eb1573ad9fb63b8ff1026126fc63dddb59348acfea20d43a949c14ad1f2a2096af717c78706906d983232e2a65439203b68c15bfccfeeaa7bb54cf5
Description: library for program launch feedback (shared library)
 startup-notification is a library which allows programs to give the user
 visual feedback that they are being launched; this is typically implemented
 using a busy cursor. This library is currently used by GNOME programs, but
 is part of the freedesktop.org suite of cross-desktop libraries.
 .
 This package contains the shared library.
Homepage: https://www.freedesktop.org/wiki/Software/startup-notification/
Multi-Arch: same

Package: libstartup-notification0-dbgsym
Priority: optional
Section: debug
Installed-Size: 65
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: startup-notification
Version: 0.12-6+apertis1bv2024dev2b1
Depends: libstartup-notification0 (= 0.12-6+apertis1bv2024dev2b1)
Filename: pool/target/s/startup-notification/libstartup-notification0-dbgsym_0.12-6+apertis1bv2024dev2b1_arm64.deb
Size: 45468
MD5sum: ae0c5cb22a84b6c204debd61f18af5b4
SHA1: 04b6f9febbb08396f15684c8a5e941c79ab5b951
SHA256: 5647d99025a5075e1041191c458f6f24ce48165900b45fa82130e48ea087ebc4
SHA512: e328cf0c13065fc74a8e201a0493d0a9c9de40699a2922d966790bc5643c16d93040126dc33d04dfef2775ea57b51a9d5c249647f878f4e9e96d72807811f4d3
Description: debug symbols for libstartup-notification0
Auto-Built-Package: debug-symbols
Build-Ids: 54313fe2f9c2f7d02df007903f70ccd192987f44
Multi-Arch: same

Package: libstartup-notification0-dev
Priority: optional
Section: libdevel
Installed-Size: 109
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: startup-notification
Version: 0.12-6+apertis1bv2024dev2b1
Depends: libstartup-notification0 (= 0.12-6+apertis1bv2024dev2b1), libx11-dev, pkg-config
Filename: pool/target/s/startup-notification/libstartup-notification0-dev_0.12-6+apertis1bv2024dev2b1_arm64.deb
Size: 22004
MD5sum: 8fe23ac05f805e24529238b3f48fcb88
SHA1: d33d95138c7bc04b477f0b231ea0e5fc2f60bd52
SHA256: 253784b90ccd58bfb23e44844e84029acccc0586eb986c549d02f73e9dc86a1a
SHA512: 2cd7d540debeb1d1ddf74468fefc4be7f2d27f27dda89c093427edb3e154af077e589679241bc894161ccf114d4c7d1327e343d5347a462f026af2b13c35210c
Description: library for program launch feedback (development headers)
 startup-notification is a library which allows programs to give the user
 visual feedback that they are being launched; this is typically implemented
 using a busy cursor. This library is currently used by GNOME programs, but
 is part of the freedesktop.org suite of cross-desktop libraries.
 .
 This package contains the development headers.
Homepage: https://www.freedesktop.org/wiki/Software/startup-notification/
Multi-Arch: same

Package: libstb-dev
Priority: optional
Section: libdevel
Installed-Size: 2621
Maintainer: Yangfl <mmyangfl@gmail.com>
Architecture: arm64
Source: libstb
Version: 0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1
Depends: libstb0 (= 0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1)
Filename: pool/target/libs/libstb/libstb-dev_0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1_arm64.deb
Size: 576664
MD5sum: 52b1649b9d85280581ca17defc8b0c61
SHA1: 080a302367ae1485dcea2de6fcd3e8786b88e1e8
SHA256: b429055f716e0340b6fc8a9fe0c445c54b4fb2789ed4da2954c78d977d3fc617
SHA512: 917ee677c7e9bc020037e06022c94bade09ffe1b671996881a68751706b67f0149bd69f4d9af4c8fac8d69f281e284a8c2a52c2c8e20dac04b4940511d271971
Description: single-file image and audio processing libraries for C/C++ - development headers
 libstb is a set of single-file libraries for C/C++. The files are dual-licensed
 under public domain and the MIT license.
 .
 It includes the following modules:
  * stb_vorbis.c: decode ogg vorbis files from file/memory to float/16-bit
    signed output
  * stb_image.h: image loading/decoding from file/memory: JPG, PNG, TGA, BMP,
    PSD, GIF, HDR, PIC
  * stb_truetype.h: parse, decode, and rasterize characters from truetype fonts
  * stb_image_write.h: image writing to disk: PNG, TGA, BMP
  * stb_image_resize.h: resize images larger/smaller with good quality
  * stb_rect_pack.h: simple 2D rectangle packer with decent quality
  * stb_sprintf.h: fast sprintf, snprintf for C/C++
  * stretchy_buffer.h: typesafe dynamic array for C (i.e. approximation to
    vector<>), doesn't compile as C++
  * stb_textedit.h: guts of a text editor for games etc implementing them from
    scratch
  * stb_voxel_render.h: Minecraft-esque voxel rendering "engine" with many more
    features
  * stb_dxt.h: Fabian "ryg" Giesen's real-time DXT compressor
  * stb_perlin.h: revised Perlin noise (3D input, 1D output)
  * stb_easy_font.h: quick-and-dirty easy-to-deploy bitmap font for printing
    frame rate, etc
  * stb_tilemap_editor.h: embeddable tilemap editor
  * stb_herringbone_wang_tile.h: herringbone Wang tile map generator
  * stb_c_lexer.h: simplify writing parsers for C-like languages
  * stb_divide.h: more useful 32-bit modulus e.g. "euclidean divide"
  * stb_connected_components.h: incrementally compute reachability on grids
  * stb.h: helper functions for C, mostly redundant in C++; basically author's
    personal stuff
  * stb_leakcheck.h: quick-and-dirty malloc/free leak-checking
 .
 This package contains the development files.
Homepage: https://github.com/nothings/stb
Multi-Arch: same

Package: libstb0
Priority: optional
Section: libs
Installed-Size: 499
Maintainer: Yangfl <mmyangfl@gmail.com>
Architecture: arm64
Source: libstb
Version: 0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libs/libstb/libstb0_0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1_arm64.deb
Size: 194164
MD5sum: a19af9f7f6c24766ab97cc4f27f0a6f7
SHA1: 4e49cb77c73f0c0563e8cf504095426afdbca5f6
SHA256: 578ecfd9f10075e192cf1ab7b7a876d037355afdd1bc125decbb6cb3e44144e5
SHA512: 60888230c755ad741f7fa609ea8375e1d6e4ebc711e0d1201856eea7db1d9070d0c77528e4321a7aa38a5cc9b1ec36d368a14b9ab289a2ad6c15d5eac25675a7
Description: single-file image and audio processing libraries for C/C++
 libstb is a set of single-file libraries for C/C++. The files are dual-licensed
 under public domain and the MIT license.
 .
 It includes the following modules:
  * stb_vorbis.c: decode ogg vorbis files from file/memory to float/16-bit
    signed output
  * stb_image.h: image loading/decoding from file/memory: JPG, PNG, TGA, BMP,
    PSD, GIF, HDR, PIC
  * stb_truetype.h: parse, decode, and rasterize characters from truetype fonts
  * stb_image_write.h: image writing to disk: PNG, TGA, BMP
  * stb_image_resize.h: resize images larger/smaller with good quality
  * stb_rect_pack.h: simple 2D rectangle packer with decent quality
  * stb_sprintf.h: fast sprintf, snprintf for C/C++
  * stretchy_buffer.h: typesafe dynamic array for C (i.e. approximation to
    vector<>), doesn't compile as C++
  * stb_textedit.h: guts of a text editor for games etc implementing them from
    scratch
  * stb_voxel_render.h: Minecraft-esque voxel rendering "engine" with many more
    features
  * stb_dxt.h: Fabian "ryg" Giesen's real-time DXT compressor
  * stb_perlin.h: revised Perlin noise (3D input, 1D output)
  * stb_easy_font.h: quick-and-dirty easy-to-deploy bitmap font for printing
    frame rate, etc
  * stb_tilemap_editor.h: embeddable tilemap editor
  * stb_herringbone_wang_tile.h: herringbone Wang tile map generator
  * stb_c_lexer.h: simplify writing parsers for C-like languages
  * stb_divide.h: more useful 32-bit modulus e.g. "euclidean divide"
  * stb_connected_components.h: incrementally compute reachability on grids
  * stb.h: helper functions for C, mostly redundant in C++; basically author's
    personal stuff
  * stb_leakcheck.h: quick-and-dirty malloc/free leak-checking
Homepage: https://github.com/nothings/stb
Multi-Arch: same

Package: libstb0-dbgsym
Priority: optional
Section: debug
Installed-Size: 626
Maintainer: Yangfl <mmyangfl@gmail.com>
Architecture: arm64
Source: libstb
Version: 0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1
Depends: libstb0 (= 0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1)
Filename: pool/target/libs/libstb/libstb0-dbgsym_0.0~git20220908.8b5f1f3+ds-1+apertis0bv2024dev2b1_arm64.deb
Size: 586052
MD5sum: d91360131a65184a24ff3a376e5f1af6
SHA1: 365baa2c3849102341f22a02bc35532e9eaebc26
SHA256: c68827bf31e2093c6a159929f0d3c74bbdd78e0b1e91aa7d80ef83ad614fd50d
SHA512: edcd48d08c576f5419e3add6daed28aa1692883801e8ee4f02ad032fc57db4ac5fea74bf46ee56737e651e36d910eb5077f6b6df5d0a13bc06ea74c747f4a02f
Description: debug symbols for libstb0
Auto-Built-Package: debug-symbols
Build-Ids: c67171a2d2e0749fb71cffacb915d7fe454bb590
Multi-Arch: same

Package: libstdc++-12-dev
Priority: optional
Section: libdevel
Installed-Size: 19820
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Provides: libstdc++-dev
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libgcc-12-dev (= 12.2.0-14+apertis1bv2024dev2b2), libstdc++6 (>= 12.2.0-14+apertis1bv2024dev2b2), libc6-dev (>= 2.23-1~)
Suggests: libstdc++-12-doc
Filename: pool/target/g/gcc-12/libstdc++-12-dev_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 2006200
MD5sum: 69fc96929febf12db0426b9da03370b6
SHA1: f983ca8d1244e625cba1d87a81932c807aa44c42
SHA256: 40595af9841517c3950e611f0e28111719e3c64fe2e6b391573a9a6dcd3e0768
SHA512: 8ed891559dc4afdc52a3ca588c405bbace6821427eaac768c44dae653f061d41c394433078b211c167fb3f6f94163bc4bf370e0ef03c4dade042861edf13812c
Description: GNU Standard C++ Library v3 (development files)
 This package contains the headers and static library files necessary for
 building C++ programs which use libstdc++.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libstdc++-12-doc
Priority: optional
Section: doc
Installed-Size: 142707
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: all
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (>= 12)
Conflicts: libstdc++-10-doc, libstdc++-11-doc, libstdc++-4.8-doc, libstdc++-4.9-doc, libstdc++-5-doc, libstdc++-6-doc, libstdc++-7-doc, libstdc++-8-doc, libstdc++-9-doc, libstdc++5-3.3-doc, libstdc++5-doc, libstdc++6-4.0-doc, libstdc++6-4.1-doc, libstdc++6-4.2-doc, libstdc++6-4.3-doc, libstdc++6-4.4-doc, libstdc++6-4.5-doc, libstdc++6-4.6-doc, libstdc++6-4.7-doc, libstdc++6-doc
Filename: pool/target/g/gcc-12/libstdc++-12-doc_12.2.0-14+apertis1bv2024dev2b2_all.deb
Size: 10364780
MD5sum: 7cec84fe6615eb63e14d6920069a4452
SHA1: 7f88025ea41f84454574f4bb864ab48ba968262f
SHA256: 6e31596dd99f34dca991a8e4da050fbf789f9c73409fad9b7310079eb12f82ec
SHA512: 24d7eeaa3bfd51f720348bffc31861b2f0ed51bd99c129b071afe5ced9c80ed1bb8440fdbdc0c6f206fbb5bc6fbcd51343a781697e5060f434bc0bcca896e20a
Description: GNU Standard C++ Library v3 (documentation files)
 This package contains documentation files for the GNU stdc++ library.
 .
 One set is the distribution documentation, the other set is the
 source documentation including a namespace list, class hierarchy,
 alphabetical list, compound list, file list, namespace members,
 compound members and file members.
Homepage: http://gcc.gnu.org/

Package: libstdc++-12-pic
Priority: optional
Section: libdevel
Installed-Size: 6050
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libstdc++6 (>= 12.2.0-14+apertis1bv2024dev2b2), libstdc++-12-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Filename: pool/target/g/gcc-12/libstdc++-12-pic_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 677568
MD5sum: 540f952d3528395c324ecf3a78e62010
SHA1: 16644fae8814d846f54d4169119d1f1bc84060c8
SHA256: a2940e7118805c1efa45205a6156c720b0da5535d967307e40d291f44a5ea234
SHA512: 99ccd86b412c58c529e4bf4c0350f434fb395b5b7e74bd9148d2c78231225085b40be1e1b48c2170e6849bf723300de8f77e597694725f545e26be698cc3993f
Description: GNU Standard C++ Library v3 (shared library subset kit)
 This is used to develop subsets of the libstdc++ shared libraries for
 use on custom installation floppies and in embedded systems.
 .
 Unless you are making one of those, you will not need this package.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libstdc++6
Priority: optional
Section: libs
Installed-Size: 2670
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libstdc++6-12-dbg (<< 4.9.0-3)
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.36), libgcc-s1 (>= 4.5)
Conflicts: scim (<< 1.4.2-1)
Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
Filename: pool/target/g/gcc-12/libstdc++6_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 556228
MD5sum: 305541458c794652a20b88c8242ec1f6
SHA1: 9c95bcf3d3e88f959fecad158a8654c475a23808
SHA256: d6c7e1a12c4511e7d6e67f923352fc05d17406e83a12381be17d9549f6bd8e3b
SHA512: a0067dd7efc2aa45f3693a545482938eb3650a448ccd1c72f0c0927506298c075cf842dfc7479aeaead82c8ffc39fdf5d734ad9e38cab939f0e23c31e75967d4
Description: GNU Standard C++ Library v3
 This package contains an additional runtime library for C++ programs
 built with the GNU compiler.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libstdc++6-12-dbg
Priority: optional
Section: debug
Installed-Size: 65831
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libstdc++6 (>= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.36), libgcc-s1 (>= 4.5)
Recommends: libstdc++-12-dev (= 12.2.0-14+apertis1bv2024dev2b2)
Conflicts: libstdc++5-3.3-dbg, libstdc++5-dbg, libstdc++6-10-dbg, libstdc++6-11-dbg, libstdc++6-4.0-dbg, libstdc++6-4.1-dbg, libstdc++6-4.2-dbg, libstdc++6-4.3-dbg, libstdc++6-4.4-dbg, libstdc++6-4.5-dbg, libstdc++6-4.6-dbg, libstdc++6-4.7-dbg, libstdc++6-4.8-dbg, libstdc++6-4.9-dbg, libstdc++6-5-dbg, libstdc++6-6-dbg, libstdc++6-7-dbg, libstdc++6-8-dbg, libstdc++6-9-dbg, libstdc++6-dbg
Filename: pool/target/g/gcc-12/libstdc++6-12-dbg_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 8565488
MD5sum: 88e474326258d864bfaa3ed0c1ebc086
SHA1: c42bb356e401799762b834fc02c624234f84514c
SHA256: ec21a412b35662ff92bf1011b3954ff5368528a3dec8074f02c581c64a97b965
SHA512: 8456996412c26ed70a0136f09d3faadd9ec11b71b001f30a11160938dcea2e1ee473af5ae0dd710ea0c4f5881aa9966fc6537405890a3049e2b3990ccc82f122
Description: GNU Standard C++ Library v3 (debug build)
 This package contains a debug build of the shared libstdc++ library.  The debug
 symbols for the default build can be found in the libstdc++6-dbgsym package.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libstdc++6-dbgsym
Priority: optional
Section: debug
Installed-Size: 6127
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Replaces: libstdc++6-12-dbg (<< 9.2.1-21)
Depends: libstdc++6 (= 12.2.0-14+apertis1bv2024dev2b2)
Breaks: libstdc++6-12-dbg (<< 9.2.1-21)
Filename: pool/target/g/gcc-12/libstdc++6-dbgsym_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 5613712
MD5sum: c0fefc6ad554c0aa97d9cc177125e545
SHA1: 64368734c4bc16b8f1f6e6302091749a78b71e25
SHA256: 40cd7d4a7fc88bbae668e1e7e4651de3a1637f88d5cf5b22736f0298ce519b78
SHA512: c9faba56d0a74d91184a8fc951236ddaea667dfb30c111121f7e4c6fbd72ecc84050bbf66abf71c32c52320afc33eb51c4e2db6544a6c542b904237fb8d7ef6e
Description: debug symbols for libstdc++6
Auto-Built-Package: debug-symbols
Build-Ids: 569cf15ad6e71bbf02002dbe4e2f707e1bd80f26
Multi-Arch: same

Package: libstemmer-dev
Priority: optional
Section: libdevel
Installed-Size: 1431
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: arm64
Source: snowball
Version: 2.2.0-2+apertis0bv2024dev3b1
Depends: libstemmer0d (= 2.2.0-2+apertis0bv2024dev3b1)
Filename: pool/target/s/snowball/libstemmer-dev_2.2.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 134764
MD5sum: 43dacd1ce7670dfe5fdc009019ca5237
SHA1: ee2070410bd542101e36d91b29ff0432f3a164d0
SHA256: cbb62fea7aa70aec342e619d2d33ec456b137bfc79caaee18d815070ec9b5f93
SHA512: 0dea584261fcf784701a106c3863d7fe5d7a04edbacd26f34b4d61380416bea4c86c3dbe6770f79e9724f45e6471191049f2ba0b5f5c5cdadafb54f82471f741
Description: Snowball stemming algorithms, development kit
 Snowball provides access to efficient algorithms for calculating a
 "stemmed" form of a word.  This is a form with most of the common
 morphological endings removed; hopefully representing a common
 linguistic base form.  This is most useful in building search engines
 and information retrieval software; for example, a search with stemming
 enabled should be able to find a document containing "cycling" given the
 query "cycles".
 .
 Snowball provides algorithms for several (mainly European) languages.
 It also provides access to the classic Porter stemming algorithm for
 English: although this has been superseded by an improved algorithm, the
 original algorithm may be of interest to information retrieval
 researchers wishing to reproduce results of earlier experiments.
 .
 This package contains the static library and header files used in development.
Homepage: https://snowballstem.org/
Multi-Arch: same

Package: libstemmer-tools
Priority: optional
Section: text
Installed-Size: 79
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: arm64
Source: snowball
Version: 2.2.0-2+apertis0bv2024dev3b1
Depends: libstemmer0d (= 2.2.0-2+apertis0bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/s/snowball/libstemmer-tools_2.2.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 5468
MD5sum: 14eff0ae3d30190502522eb5622b9f0c
SHA1: 83a670bb5acd539dd7a387e4f9e8defef193e060
SHA256: d0870e186f387616ec367e23c9c672f04d8ecb5609a2951236d3ea69fd7fe84b
SHA512: a80db6ee9be9023a084880c777aeecfbb7329b9e3d1fef6e0be3bd537416a549d6d88f24e967b4e4dd2f7c2ff043f517ff513a4a7534cbf41955b3ecefa7d5c5
Description: Simple word stemming utility using Snowball
 Snowball provides access to efficient algorithms for calculating a
 "stemmed" form of a word.  This is a form with most of the common
 morphological endings removed; hopefully representing a common
 linguistic base form.  This is most useful in building search engines
 and information retrieval software; for example, a search with stemming
 enabled should be able to find a document containing "cycling" given the
 query "cycles".
 .
 Snowball provides algorithms for several (mainly European) languages.
 It also provides access to the classic Porter stemming algorithm for
 English: although this has been superseded by an improved algorithm, the
 original algorithm may be of interest to information retrieval
 researchers wishing to reproduce results of earlier experiments.
 .
 This package contains "stemwords", a simple utility for stemming words.
Homepage: https://snowballstem.org/
Multi-Arch: foreign

Package: libstemmer-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 23
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: arm64
Source: snowball
Version: 2.2.0-2+apertis0bv2024dev3b1
Depends: libstemmer-tools (= 2.2.0-2+apertis0bv2024dev3b1)
Filename: pool/target/s/snowball/libstemmer-tools-dbgsym_2.2.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 7944
MD5sum: cbba9d070810232721b7b25998d67475
SHA1: f26941f3e83d6fee5c64d9ebb3f1f31fdf1a646a
SHA256: 4984d7a705de28e52c302e78c051c4ccb9003e8a690ba602fe7c4f37cb117179
SHA512: c73079bf4154a9142108c78a3a6caaabce247db7f7fb27756456e98b505601305b0249455e182ce281bafa10d89fa60f68cdddceb2e9bebf983babca45685159
Description: debug symbols for libstemmer-tools
Auto-Built-Package: debug-symbols
Build-Ids: 9ea4b6d961f4a3d1e929e76de52b4bedf0146fe3

Package: libstemmer0d
Priority: optional
Section: libs
Installed-Size: 937
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: arm64
Source: snowball
Version: 2.2.0-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/s/snowball/libstemmer0d_2.2.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 112896
MD5sum: 1e133220e7e1e4b726477c4b949a0d74
SHA1: 5c3f56f0e7ca8397d7e6d7358f698c2c830521cb
SHA256: 6c9960c325a8381f2f971fb5190cade193f3cdde2d24526926b286bac11b6c54
SHA512: f652bbf2a75aeb2a01d89dd0df1ee9a5151ad81b1d64ebd994367489e51285bc1feef854eafd3366cb49b3910a06e0e8a28e10ff67df476e57e23439a7c88d88
Description: Snowball stemming algorithms for use in Information Retrieval
 Snowball provides access to efficient algorithms for calculating a
 "stemmed" form of a word.  This is a form with most of the common
 morphological endings removed; hopefully representing a common
 linguistic base form.  This is most useful in building search engines
 and information retrieval software; for example, a search with stemming
 enabled should be able to find a document containing "cycling" given the
 query "cycles".
 .
 Snowball provides algorithms for several (mainly European) languages.
 It also provides access to the classic Porter stemming algorithm for
 English: although this has been superseded by an improved algorithm, the
 original algorithm may be of interest to information retrieval
 researchers wishing to reproduce results of earlier experiments.
Homepage: https://snowballstem.org/
Multi-Arch: same

Package: libstemmer0d-dbgsym
Priority: optional
Section: debug
Installed-Size: 691
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: arm64
Source: snowball
Version: 2.2.0-2+apertis0bv2024dev3b1
Depends: libstemmer0d (= 2.2.0-2+apertis0bv2024dev3b1)
Filename: pool/target/s/snowball/libstemmer0d-dbgsym_2.2.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 380040
MD5sum: 8cde575df840bf4218cf852d2529f681
SHA1: d304153656cccda6d40c79565496549703a56ff4
SHA256: a854dfc9a6851b0433c7dc89801c15815e2a08ea51ee62077abd9ca87d3268b2
SHA512: 4e03e001a8a78288c9d8d71281f00aea25a5bb53013b4dfe2e9f3b1cdde1eba165e6b4ce71edb51cc5ea64a3c0dcb241d02406f271e99b1a2bb18d6d74399760
Description: debug symbols for libstemmer0d
Auto-Built-Package: debug-symbols
Build-Ids: 544c256e35dbca0cab1a1632d79f1eb4e167c6f5
Multi-Arch: same

Package: libsubid-dev
Priority: optional
Section: libdevel
Installed-Size: 605
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: arm64
Source: shadow
Version: 1:4.13+dfsg1-1+apertis0bv2024dev3b1
Depends: libsubid4 (= 1:4.13+dfsg1-1+apertis0bv2024dev3b1)
Filename: pool/target/s/shadow/libsubid-dev_4.13+dfsg1-1+apertis0bv2024dev3b1_arm64.deb
Size: 231940
MD5sum: e53a320913f3cfd711d9a2b82c892494
SHA1: 1463cc77e925fad31ca955d82b45ad405daf1419
SHA256: 0102626f7713152d2e7e3c89c633b5c74ebb6a1f83c8ee54631281b47324c38e
SHA512: 029ce524ed7778e211ffd3b716be13f799bc390543b3c39d82320c45b78050a1dc286b125321c7905ffcd78f28c18df8437965427ac8e3946a0c94fdaf80e210
Description: subordinate id handling library -- shared library
 The library provides an interface for querying, granding and ungranting
 subordinate user and group ids.
 .
 This package contains the C header files that are
 needed for applications to use the libsubid4 library.
Homepage: https://github.com/shadow-maint/shadow
Multi-Arch: same

Package: libsubid4
Priority: optional
Section: libs
Installed-Size: 381
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: arm64
Source: shadow
Version: 1:4.13+dfsg1-1+apertis0bv2024dev3b1
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.36), libcrypt1 (>= 1:4.1.0), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), libsemanage2 (>= 2.0.32)
Filename: pool/target/s/shadow/libsubid4_4.13+dfsg1-1+apertis0bv2024dev3b1_arm64.deb
Size: 212012
MD5sum: 2a13411895066d8af1ae396469cd9c48
SHA1: b84081911d5b4be7970b6c6f9beffda086954b67
SHA256: 4e38a1f8e710db65aaede8bcf1bc453c3a2d5d8fc8b5368a79d8ba2bc3396aef
SHA512: 37fa77d4514fa199c4c02eb6206a84b47b430f14b26fd4d1b3be7b182e5e7c110d644961d3df5bbeb9a0ff563cb29bb98d24810619391813d2504607d0250e65
Description: subordinate id handling library -- shared library
 The library provides an interface for querying, granding and ungranting
 subordinate user and group ids.
Homepage: https://github.com/shadow-maint/shadow
Multi-Arch: same

Package: libsubid4-dbgsym
Priority: optional
Section: debug
Installed-Size: 206
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: arm64
Source: shadow
Version: 1:4.13+dfsg1-1+apertis0bv2024dev3b1
Depends: libsubid4 (= 1:4.13+dfsg1-1+apertis0bv2024dev3b1)
Filename: pool/target/s/shadow/libsubid4-dbgsym_4.13+dfsg1-1+apertis0bv2024dev3b1_arm64.deb
Size: 166936
MD5sum: e48f67b2a341f8e416431e91dbe862e5
SHA1: d240cb5b725cd918cb27f49795c778fef3bd757b
SHA256: 095fde238f51d9436ee0f86bd58910d665632a5a628388a26ead8970d6ca7468
SHA512: 3a467a0e9792e07b37ad3119f33e737f7358074bf7321eba58def4a292ca7f0c40d1422599450e9a5fc00c1e776e7045c26126655e8c1776abb64a6c4a0b4a9d
Description: debug symbols for libsubid4
Auto-Built-Package: debug-symbols
Build-Ids: c873f8e0c5c465e58ca71f3f9b14f819bd61d0b5
Multi-Arch: same

Package: libsvtav1-dev
Priority: optional
Section: libdevel
Installed-Size: 102
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Filename: pool/target/s/svt-av1/libsvtav1-dev_1.4.1+dfsg-1+apertis1bv2024dev2b1_all.deb
Size: 27932
MD5sum: 0c70592282b6dfcdae2c796754ea9909
SHA1: 8e6e6f7ad576b83814f0778c8023c8ed8f481886
SHA256: 136f36c4542c85c46f6ac0a84252024bc2e5820f5cb2f13cc09ec26e5028c3ff
SHA512: d884f2db17b0e4f0b5c8b765d8b87df2250000139e0297165ddff4c5d0dc4d6b00fc1abf51ccd04d092b7ab7cd6c162d7ed5a4015fe92db5efc0e92e91daf1a0
Description: Scalable Video Technology for AV1 (header files)
 The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an
 AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development
 is a work-in-progress targeting performance levels applicable to both VOD and
 Live encoding / transcoding video applications. The SVT-AV1 decoder
 implementation is targeting future codec research activities.
 .
 This package provides the header files shared between libsvtav1enc-dev
 and libsvtav1dec-dev.
Homepage: https://gitlab.com/AOMediaCodec/SVT-AV1
Multi-Arch: foreign

Package: libsvtav1dec-dev
Priority: optional
Section: libdevel
Installed-Size: 31
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libsvtav1-dev (= 1.4.1+dfsg-1+apertis1bv2024dev2b1), libsvtav1dec0 (= 1.4.1+dfsg-1+apertis1bv2024dev2b1)
Filename: pool/target/s/svt-av1/libsvtav1dec-dev_1.4.1+dfsg-1+apertis1bv2024dev2b1_arm64.deb
Size: 11884
MD5sum: 8225ae5610e4c47b71a5369eba26bc91
SHA1: 9ef1bf3f70d403936bb39f450b47e69f03cf96a7
SHA256: cc074d70cee51d2d65e424e17dd5128cef4a7cb343f6b9a18ac4bf44aa806110
SHA512: 804af1f2f03407bb723a06f03eda52faadf6b3413c32b8d58c1adaeb60d0c2af956febcfeba66feb8a95f190b20e8077b781db18ad6a37f4644898938a149671
Description: Scalable Video Technology for AV1 (libsvtav1dec development files)
 The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an
 AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development
 is a work-in-progress targeting performance levels applicable to both VOD and
 Live encoding / transcoding video applications. The SVT-AV1 decoder
 implementation is targeting future codec research activities.
 .
 This package provides the development files for libsvtav1dec.
Homepage: https://gitlab.com/AOMediaCodec/SVT-AV1
Multi-Arch: same

Package: libsvtav1dec0
Priority: optional
Section: libs
Installed-Size: 1316
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/svt-av1/libsvtav1dec0_1.4.1+dfsg-1+apertis1bv2024dev2b1_arm64.deb
Size: 418488
MD5sum: c1c9381f95206933a8fa6a0c0de5fc5e
SHA1: 462658e9f73c0f7a88db00b0119fa85135a24fc2
SHA256: 2080341bdef590a41130d90f30bc6ecf78d5333363a70b725f08a0ae1345fc48
SHA512: ca1fa83e2c3e85f10635275690c9101ff89007445be5174d5d5a9be0906b59de93223b38c5a613065acc46abae59d50d4f5ac54b56e2c499d59f349615ad18a8
Description: Scalable Video Technology for AV1 (libsvtav1dec shared library)
 The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an
 AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development
 is a work-in-progress targeting performance levels applicable to both VOD and
 Live encoding / transcoding video applications. The SVT-AV1 decoder
 implementation is targeting future codec research activities.
 .
 This package provides the shared library libsvtav1dec.
Homepage: https://gitlab.com/AOMediaCodec/SVT-AV1
Multi-Arch: same

Package: libsvtav1dec0-dbgsym
Priority: optional
Section: debug
Installed-Size: 1549
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libsvtav1dec0 (= 1.4.1+dfsg-1+apertis1bv2024dev2b1)
Filename: pool/target/s/svt-av1/libsvtav1dec0-dbgsym_1.4.1+dfsg-1+apertis1bv2024dev2b1_arm64.deb
Size: 1461892
MD5sum: 082b03c9e2ff9f983bdcc36af59ce05c
SHA1: d8c87dac6bfbc4ef2be7dc5668ef61a5a3bfd678
SHA256: 6ed5631b883d0622a7eeb1fd27c813f5f498c5846772ea8ba9227ff214d65a8a
SHA512: 04057734e975a9ad752ab0e6561c577d6c61b4e56b46b1bed48e43a206b7c8b0c419de870597913b40520fe17071a0c35e23f840d6cbaeb1a81a43eb4618f7a3
Description: debug symbols for libsvtav1dec0
Auto-Built-Package: debug-symbols
Build-Ids: 175136c300fff74dc3750c53f4148b5b779ad8af
Multi-Arch: same

Package: libsvtav1enc-dev
Priority: optional
Section: libdevel
Installed-Size: 31
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libsvtav1-dev (= 1.4.1+dfsg-1+apertis1bv2024dev2b1), libsvtav1enc1 (= 1.4.1+dfsg-1+apertis1bv2024dev2b1)
Filename: pool/target/s/svt-av1/libsvtav1enc-dev_1.4.1+dfsg-1+apertis1bv2024dev2b1_arm64.deb
Size: 11872
MD5sum: 752e9e3e359d2481f1cbd777418f62da
SHA1: b99e131b9daf5c30a2d1706a3cec7c2b3851be1a
SHA256: bc915bc4b4417f36e474b19b82ab9d20ca34b68d08dc221e689ca5b1130fab0b
SHA512: 9cc20825d5c6d8e008a2f5764fb5a8e924d998c3da5c5d5132fdd9960e9c407cee9ac20ef306af9ad27be05cf7d2b70902567f8a8c6605d7065c13ecf7edcf0a
Description: Scalable Video Technology for AV1 (libsvtav1enc development files)
 The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an
 AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development
 is a work-in-progress targeting performance levels applicable to both VOD and
 Live encoding / transcoding video applications. The SVT-AV1 decoder
 implementation is targeting future codec research activities.
 .
 This package provides the development files for libsvtav1enc.
Homepage: https://gitlab.com/AOMediaCodec/SVT-AV1
Multi-Arch: same

Package: libsvtav1enc1
Priority: optional
Section: libs
Installed-Size: 3207
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/svt-av1/libsvtav1enc1_1.4.1+dfsg-1+apertis1bv2024dev2b1_arm64.deb
Size: 1075232
MD5sum: 9a38462387944a44677b1bc8c859fd5e
SHA1: 7c41658ee4da923ad01c06a4987e714f6ad74f3c
SHA256: 1d740060734893c6b2f65cb1caefcd002f40f5c95c74c015fa1a09f713f9b9a0
SHA512: b0a64a0578d87e80727d839e7e8472f26e4cfe85625cefdbcf409c1a7f2681f7b5b258d7f33010923c57ecb13488df6d4870c7b47fcc24ba0fd79ef5eead3b1d
Description: Scalable Video Technology for AV1 (libsvtav1enc shared library)
 The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an
 AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development
 is a work-in-progress targeting performance levels applicable to both VOD and
 Live encoding / transcoding video applications. The SVT-AV1 decoder
 implementation is targeting future codec research activities.
 .
 This package provides the shared library libsvtav1enc.
Homepage: https://gitlab.com/AOMediaCodec/SVT-AV1
Multi-Arch: same

Package: libsvtav1enc1-dbgsym
Priority: optional
Section: debug
Installed-Size: 3692
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libsvtav1enc1 (= 1.4.1+dfsg-1+apertis1bv2024dev2b1)
Filename: pool/target/s/svt-av1/libsvtav1enc1-dbgsym_1.4.1+dfsg-1+apertis1bv2024dev2b1_arm64.deb
Size: 3545372
MD5sum: cee7be9c5ba21096654416411fc1845d
SHA1: ea4f84ecd28389c4c4699cffa1b7667ac5335f09
SHA256: 013cee39fd3d406357737f44b7e77352771b559d96a7631a167925a6becd9dd8
SHA512: c6b41e9735d01c37c2c618fe9ada61e89b136244b2c2ec9d75f6d3b6e22d23e3b7186338309351652521b54e1a30835e883aa1a3ea18896437188112610099dc
Description: debug symbols for libsvtav1enc1
Auto-Built-Package: debug-symbols
Build-Ids: fb04b0bd519018eee9aa6d826417521975920830
Multi-Arch: same

Package: libsystemd-dev
Priority: optional
Section: libdevel
Installed-Size: 1114
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libsystemd0 (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libsystemd-dev_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 360936
MD5sum: b28a65ce88f766730eaab022c6e614e3
SHA1: 10d8371a1571672db389369880eb084a0ed8dae8
SHA256: 3bb20a5ce727bff2e555f817095df10e76670f78576996106304219835fa24d2
SHA512: 1197ec99003d242c4a8de2a54a71a703c8d5683ea615c7a315f2267e7f852c73d18ccfd63d201f87b054fb372d5fbdb1bbb44a4d327b5e898eca2eb0e4cf62f1
Description: systemd utility library - development files
 This library provides APIs to interface with various system components such as
 the system journal, the system service manager, D-Bus and more.
 .
 This package contains the files needed for developing applications that
 use libsystemd.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: same

Package: libsystemd-shared
Priority: optional
Section: libs
Installed-Size: 5361
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.13), libaudit1 (>= 1:2.2.1), libblkid1 (>= 2.24), libc6 (>= 2.36), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.4.0), libgcrypt20 (>= 1.10.0), libip4tc2 (>= 1.8.3), libkmod2 (>= 15), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libpam0g (>= 0.99.7.1), libseccomp2 (>= 2.4.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2)
Filename: pool/target/s/systemd/libsystemd-shared_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 1513700
MD5sum: 036f1dd83368afb7ef77413ced165dba
SHA1: 027fc97351f360b6d9c1e04b9cfa3a7c82ecf6c5
SHA256: c8ff22e1db2ddc9fbde0313669a2f6d7783e9329b4540b7ee16fb83918d23bf5
SHA512: 9c6f3ac4b9bd47ffc251c8d8f96469eecdda12fb8d1028c66ddf8350cc4e31ede6ecccc701466c33dda1002eceae9c4f589b311edb48655f4472c4de183f4395
Description: systemd shared private library
 This internal shared library provides common code used by various systemd
 components. It is supposed to decrease memory and disk footprint.
 The shared library is not meant for public use and is not API or ABI stable.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: same

Package: libsystemd-shared-dbgsym
Priority: optional
Section: debug
Installed-Size: 6929
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libsystemd-shared-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 5917396
MD5sum: e258d35d6b7258b615a5b539f1c33b3f
SHA1: 64b6879a9ce6f52ea84f190df681300b7f6a0b81
SHA256: 856355f9a39a441cd80ed3643ab7694522030fc7ee49d84122b8d02b31364c2f
SHA512: b22471321a8f969b4b72532c5f4b6c29e7f1679982b4ecb59bf4021fd4690b66e6759fa3537b89fb9aa53f9d98da3ffcf1fd6458512d74bd0c7358dbf2ae34fe
Description: debug symbols for libsystemd-shared
Auto-Built-Package: debug-symbols
Build-Ids: 2bd97380d29496d91922070ac2cd5bcece1cabe8 e560ba8e58065405a27a2f1ddccf50a48ab67bc8
Multi-Arch: same

Package: libsystemd0
Priority: optional
Section: libs
Installed-Size: 942
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libgcrypt20 (>= 1.10.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libzstd1 (>= 1.5.2)
Filename: pool/target/s/systemd/libsystemd0_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 316560
MD5sum: 322d2e757587f5ee542b96762fb2fac7
SHA1: ff34c6fa4514d98214f54b98984371ff01c792de
SHA256: e30741b9b739dd11b5a49390d0b3840ce4388b5c933dd71fd3dba1caf3d26912
SHA512: 3324a8d9bf8919bea1ee2f0653d2933466c072ac903fcad78458dd88dc4031361aa5f20babde209dd74cd77bbf6af96c7552797bd802560512c813576a49024d
Description: systemd utility library
 This library provides APIs to interface with various system components such as
 the system journal, the system service manager, D-Bus and more.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: same

Package: libsystemd0-dbgsym
Priority: optional
Section: debug
Installed-Size: 1498
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libsystemd0 (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libsystemd0-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 1215804
MD5sum: 3d22c60057cdf33d6b8ca8df27645bbf
SHA1: ffa9bc19f778897871c98f1f30d40558d89ba0e0
SHA256: 9e1e5a98664d5758ee360fa306a164f886bbd314c7efd4a57fde2d38b5a7edf5
SHA512: 78f0eb8773ab76106e2fd2615f84c9303d1342d26acbabed903115ad3c9ae0e43a85eb4613c3ccd91a6e4b10b327f3789c7ade01f793584bec0205faf7db9406
Description: debug symbols for libsystemd0
Auto-Built-Package: debug-symbols
Build-Ids: 45b9fd0740d2bf02675f0d39962d554439ad5112
Multi-Arch: same

Package: libtag1-dev
Priority: optional
Section: libdevel
Installed-Size: 766
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Depends: dpkg-dev, libtag1v5 (= 1.13-2+apertis2bv2024dev3b1), zlib1g-dev
Filename: pool/target/t/taglib/libtag1-dev_1.13-2+apertis2bv2024dev3b1_arm64.deb
Size: 93652
MD5sum: eca79894ed0616d38ba0665c86185b4a
SHA1: 998567450a0b0b8430366ea82c0abe6a8936a74b
SHA256: 1a1949756d756c29699a61d066ce957c91870576dd3420773d5867a43c12d522
SHA512: 899e5fecc7d63d9ac74f480688a19143c223e4fbb99d03b281301f8979803435ce9a18bb59ca05fab48e14004c88ce8c903bd857ec6f95eced1be32c4e5faa82
Description: audio meta-data library - development files
 TagLib is a library for reading and editing audio meta data, commonly know as
 tags.
 .
  - A clean, high level, C++ API to handling audio meta data.
  - Format specific APIs for advanced API users.
  - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats.
  - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg
    Vorbis, Speex and Opus file formats.
  - Basic audio file properties such as length, sample rate, etc.
  - Long term binary and source compatibility.
  - Extensible design, notably the ability to add other formats or extend
  - current formats as a library user.
  - Full support for unicode and internationalized tags.
  - Dual MPL and LGPL licenses.
  - No external toolkit dependencies.
 .
 This is the development package which contains headers for the TagLib Audio
 Meta-Data Library.
Homepage: https://taglib.github.io/
Multi-Arch: same

Package: libtag1-doc
Priority: optional
Section: doc
Installed-Size: 15483
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Depends: libjs-jquery
Suggests: libtag1-dev
Filename: pool/target/t/taglib/libtag1-doc_1.13-2+apertis2bv2024dev3b1_all.deb
Size: 792788
MD5sum: c0e879dd755ee6c054a524010090b928
SHA1: c5104a3ecf47083a87535660e979e52c0cb55cd1
SHA256: 6a14f3fae9e7dba36e44711000ddb8bc556f3c71092389f982eaa739f0206c85
SHA512: 1360a7b23486c6140af8470e7ad5b8ec6ad3ac427dc30187763c457f8b5b6a0646c560e09c40beae55d2cb71481f588c1a720cca2a21453536a0374fb1c0e6d3
Description: audio meta-data library - API documentation
 TagLib is a library for reading and editing audio meta data, commonly know as
 tags.
 .
  - A clean, high level, C++ API to handling audio meta data.
  - Format specific APIs for advanced API users.
  - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats.
  - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg
    Vorbis, Speex and Opus file formats.
  - Basic audio file properties such as length, sample rate, etc.
  - Long term binary and source compatibility.
  - Extensible design, notably the ability to add other formats or extend
  - current formats as a library user.
  - Full support for unicode and internationalized tags.
  - Dual MPL and LGPL licenses.
  - No external toolkit dependencies.
 .
 This is the documentation package which contains API documentation for the
 TagLib Audio Meta-Data Library.
Homepage: https://taglib.github.io/
Multi-Arch: foreign

Package: libtag1v5
Priority: optional
Section: libs
Installed-Size: 49
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Replaces: libtag1c2a
Depends: libtag1v5-vanilla (= 1.13-2+apertis2bv2024dev3b1)
Conflicts: libtag-extras0, libtag1c2a
Filename: pool/target/t/taglib/libtag1v5_1.13-2+apertis2bv2024dev3b1_arm64.deb
Size: 21680
MD5sum: 66d7b07f43906472406c47952ff187f3
SHA1: 1bd61994e390aa90a7e0560ff32eefc52010038a
SHA256: 7c0c6ef67ecc84fec54cfccdba22bf1ea7a9b77a998b489fb0861a9aab42dc48
SHA512: e1e0cc32de132e086e4ada9d511c487f8693bff2cae6d72bb4ae26c777f697d0211115fe4438335eb928d48660785212bcaf75c4d44ae000a04b319db2452dfc
Description: audio meta-data library
 TagLib is a library for reading and editing audio meta data, commonly know as
 tags.
 .
  - A clean, high level, C++ API to handling audio meta data.
  - Format specific APIs for advanced API users.
  - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats.
  - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg
    Vorbis, Speex and Opus file formats.
  - Basic audio file properties such as length, sample rate, etc.
  - Long term binary and source compatibility.
  - Extensible design, notably the ability to add other formats or extend
  - current formats as a library user.
  - Full support for unicode and internationalized tags.
  - Dual MPL and LGPL licenses.
  - No external toolkit dependencies.
 .
 This package is the main metapackage for the TagLib Audio Meta-Data Library.
 Historically packages using TagLib should depend on this package rather than
 specific TagLib flavour even if the only vanilla (original) flavour is
 available at the moment.
Homepage: https://taglib.github.io/
Multi-Arch: same

Package: libtag1v5-vanilla
Priority: optional
Section: libs
Installed-Size: 1179
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Replaces: libtag1-vanilla, libtag1c2a (<< 1.5-5)
Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.2), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
Conflicts: libtag-extras0, libtag1-rusxmms
Breaks: libtag1-vanilla, libtag1c2a (<< 1.5-5)
Filename: pool/target/t/taglib/libtag1v5-vanilla_1.13-2+apertis2bv2024dev3b1_arm64.deb
Size: 270552
MD5sum: 2c510b955b0fefbff35ee7841db3404c
SHA1: e2e214ef97783e124c7e24f7d81a18808893a5d5
SHA256: 7f565e21c2c79c9fb1a31b0cd75dcadbd88bdbe39e580260560f48fddd0f7e85
SHA512: 7879764aed97ccc591440600974e9d18dd6d3b871ace8137c30384c0433ad0b8ecc561d7b8838f13cd9d83e99d3ea946ea026b562978f054280f49e36b0b3058
Description: audio meta-data library - vanilla flavour
 TagLib is a library for reading and editing audio meta data, commonly know as
 tags.
 .
  - A clean, high level, C++ API to handling audio meta data.
  - Format specific APIs for advanced API users.
  - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats.
  - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg
    Vorbis, Speex and Opus file formats.
  - Basic audio file properties such as length, sample rate, etc.
  - Long term binary and source compatibility.
  - Extensible design, notably the ability to add other formats or extend
  - current formats as a library user.
  - Full support for unicode and internationalized tags.
  - Dual MPL and LGPL licenses.
  - No external toolkit dependencies.
 .
 This is the runtime package for programs that use the TagLib Audio Meta-Data
 Library. This package contains original and unpatched flavour of the library.
Homepage: https://taglib.github.io/
Multi-Arch: same

Package: libtag1v5-vanilla-dbgsym
Priority: optional
Section: debug
Installed-Size: 2121
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Depends: libtag1v5-vanilla (= 1.13-2+apertis2bv2024dev3b1)
Filename: pool/target/t/taglib/libtag1v5-vanilla-dbgsym_1.13-2+apertis2bv2024dev3b1_arm64.deb
Size: 1683172
MD5sum: 66f0981ae01be6e95b5cd168e3dc31d2
SHA1: 9ff4d093935d358e75d22ae7bfe0ec21bf391764
SHA256: d6e65949aad4234c9512a6bdf788dd4c889a780a0410ddb0779b9881cb806139
SHA512: 3da9cfd8d3c8f1bd50e9c662df0690e44cba0d05e03d40b1808f4a76910e03051ec96c8a9f9a78baeee752e5aedcf2e872678124dc89d3f71a90d11168b4a598
Description: debug symbols for libtag1v5-vanilla
Auto-Built-Package: debug-symbols
Build-Ids: 15c39026b3d566ec725fc98ebf1a74b828ea54b1
Multi-Arch: same

Package: libtagc0
Priority: optional
Section: libs
Installed-Size: 125
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), libtag1v5 (>= 1.9.1-2.2~)
Filename: pool/target/t/taglib/libtagc0_1.13-2+apertis2bv2024dev3b1_arm64.deb
Size: 26612
MD5sum: a2912529f9d86fb9042a4c686bd64f27
SHA1: 50e7caa3358a35648391d4c36b61029f5a310739
SHA256: 4c10e56c47c233140e031a7d331514a09d0cad5211892ff37a9c7b4ace46e248
SHA512: 0ceb5a6e392171d30e32bb07cf1892220e3496d61cbf283705b8aaf31636f12472bccd2a7a7377712033e8484c43af68edad833e1ea6ab4f1ab2ece88e1a371b
Description: audio meta-data library - C bindings
 TagLib is a library for reading and editing audio meta data, commonly know as
 tags.
 .
  - A clean, high level, C++ API to handling audio meta data.
  - Format specific APIs for advanced API users.
  - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats.
  - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg
    Vorbis, Speex and Opus file formats.
  - Basic audio file properties such as length, sample rate, etc.
  - Long term binary and source compatibility.
  - Extensible design, notably the ability to add other formats or extend
  - current formats as a library user.
  - Full support for unicode and internationalized tags.
  - Dual MPL and LGPL licenses.
  - No external toolkit dependencies.
 .
 This is the runtime package for programs that use the TagLib Audio Meta-Data
 Library (C bindings).
Homepage: https://taglib.github.io/
Multi-Arch: same

Package: libtagc0-dbgsym
Priority: optional
Section: debug
Installed-Size: 64
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Depends: libtagc0 (= 1.13-2+apertis2bv2024dev3b1)
Filename: pool/target/t/taglib/libtagc0-dbgsym_1.13-2+apertis2bv2024dev3b1_arm64.deb
Size: 45516
MD5sum: 5e72dbe05b62bddb32aebffa9eb6a360
SHA1: a04edfbc3142020d351fdb0952c4a420d38d721b
SHA256: 24f2bea85526ff3de94538bf0a383470e0b21ab29a4cf345decb5569604d66ef
SHA512: 0abc4ce161033386d5a3fdb735eca4c3fe54a39c1f7a3701c699718d054f5ddcc21f3b43bbdd981442ff5d2984b5ca7212c0174c2e2cc612b731b6235fd9d812
Description: debug symbols for libtagc0
Auto-Built-Package: debug-symbols
Build-Ids: 175fd978201fd60cce727a1c2d6a20076a7b3d1a
Multi-Arch: same

Package: libtagc0-dev
Priority: optional
Section: libdevel
Installed-Size: 69
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: taglib
Version: 1.13-2+apertis2bv2024dev3b1
Depends: libtag1-dev (= 1.13-2+apertis2bv2024dev3b1), libtagc0 (= 1.13-2+apertis2bv2024dev3b1)
Filename: pool/target/t/taglib/libtagc0-dev_1.13-2+apertis2bv2024dev3b1_arm64.deb
Size: 24336
MD5sum: 1db5fe08da623345a8218c956241ee0d
SHA1: 09f151ed7300ec91af76e5b9debe527203dc30d8
SHA256: c65742b72a3a745f2f5dc1ee3113fc528bb71309ef75f3804ebcde462e92c090
SHA512: 06ba417c13334bf23d771157be434c652cb8c164ee65cfee619316b8f934d20862a474b1d78aa25089ffb25c27e59f98eb647f2f707cb39b1ce33d5322e8a062
Description: audio meta-data library - development files for C bindings
 TagLib is a library for reading and editing audio meta data, commonly know as
 tags.
 .
  - A clean, high level, C++ API to handling audio meta data.
  - Format specific APIs for advanced API users.
  - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats.
  - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg
    Vorbis, Speex and Opus file formats.
  - Basic audio file properties such as length, sample rate, etc.
  - Long term binary and source compatibility.
  - Extensible design, notably the ability to add other formats or extend
  - current formats as a library user.
  - Full support for unicode and internationalized tags.
  - Dual MPL and LGPL licenses.
  - No external toolkit dependencies.
 .
 This is the development package which contains headers for the TagLib Audio
 Meta-Data Library (C bindings).
Homepage: https://taglib.github.io/
Multi-Arch: same

Package: libtasn1-6
Priority: optional
Section: libs
Installed-Size: 167
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Version: 4.19.0-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libt/libtasn1-6/libtasn1-6_4.19.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 48396
MD5sum: 1ee3ba4e0ae3ef1340aa468dd0d496f1
SHA1: c58920ae651a60fe7d520b532366a9f301aa73a7
SHA256: b1276a282949a4b45cd2c407cb68e5c4cf3f7a4788da9e94917f813a893b5bb1
SHA512: e4bfac5978f02e86d8708fff6ed198a7d34c98bfcf92988a57423cdbfda2fcaf5880612c5ef55e5f1f3e84c02f0773994678b8a9b6c3546751d56294273b5825
Description: Manage ASN.1 structures (runtime)
 Manage ASN1 (Abstract Syntax Notation One) structures.
 The main features of this library are:
   * on-line ASN1 structure management that doesn't require any C code
     file generation.
   * off-line ASN1 structure management with C code file generation
     containing an array.
   * DER (Distinguish Encoding Rules) encoding
   * no limits for INTEGER and ENUMERATED values
 .
 This package contains runtime libraries.
Homepage: https://www.gnu.org/software/libtasn1/
Multi-Arch: same

Package: libtasn1-6-dbgsym
Priority: optional
Section: debug
Installed-Size: 106
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libtasn1-6
Version: 4.19.0-2+apertis0bv2024dev3b1
Depends: libtasn1-6 (= 4.19.0-2+apertis0bv2024dev3b1)
Filename: pool/target/libt/libtasn1-6/libtasn1-6-dbgsym_4.19.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 89980
MD5sum: 9895161ae5e824b61c7fc284d83a08eb
SHA1: 3e8f85cd625620e153ab0745d08653ed6a5334ed
SHA256: eea3d8cdd9c2d93b302c09ef8b46d852ab54c37ea6d3fddf9842ebff44c1c4c9
SHA512: d99251b12c98be866765c8af33f81a63ebab2fee5121e9ab213d612b914f681a9dbefe3fb21d193debc486a63a26ff47a33119fcbd8983c7243cc5b1ee5d9a74
Description: debug symbols for libtasn1-6
Auto-Built-Package: debug-symbols
Build-Ids: d72be23bde0d550cc61e9910dd9dae3a61596c29
Multi-Arch: same

Package: libtasn1-6-dev
Priority: optional
Section: libdevel
Installed-Size: 254
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libtasn1-6
Version: 4.19.0-2+apertis0bv2024dev3b1
Provides: libtasn1-dev
Depends: libtasn1-6 (= 4.19.0-2+apertis0bv2024dev3b1)
Recommends: libtasn1-doc (= 4.19.0-2+apertis0bv2024dev3b1)
Conflicts: libtasn1-dev
Filename: pool/target/libt/libtasn1-6/libtasn1-6-dev_4.19.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 97804
MD5sum: 6624eaa44a62c2653d8f21d5c62a9f35
SHA1: 72f1c1e55a31014c6024d45ad9a2aa90a9a92c53
SHA256: 28a3244cabac81084ea2e27f25c50de8eae4a739099fbba6ec8210c99c3a388d
SHA512: 6487ce72742fceedc6ce7763a512fd6ef340521436b707f5609a4ea84dd6245e24df4701e64785e5328746e1d835679ec43bb2b4fecd8ea18087cffae56654c1
Description: Manage ASN.1 structures (development)
 Manage ASN1 (Abstract Syntax Notation One) structures.
 The main features of this library are:
   * on-line ASN1 structure management that doesn't require any C code
     file generation.
   * off-line ASN1 structure management with C code file generation
     containing an array.
   * DER (Distinguish Encoding Rules) encoding
   * no limits for INTEGER and ENUMERATED values
 .
 This package contains header files and libraries for static linking.
Homepage: https://www.gnu.org/software/libtasn1/
Multi-Arch: same

Package: libtasn1-bin
Priority: optional
Section: devel
Installed-Size: 231
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libtasn1-6
Version: 4.19.0-2+apertis0bv2024dev3b1
Replaces: libtasn1-3-bin
Depends: libc6 (>= 2.34), libtasn1-6 (>= 4.14)
Breaks: libtasn1-3-bin (<< 3)
Filename: pool/target/libt/libtasn1-6/libtasn1-bin_4.19.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 29076
MD5sum: a0a71a8a5f10fef0ef120b859eb879fb
SHA1: 065bfad18fd52751fdf6a465127fb980084687de
SHA256: ae664c08b24fd98e0c4c73fed37631ea1b622260e731ab35f76e8cb69fa0405b
SHA512: 7b5609321eb50a467c5f066fb9a598d0b34043d2cfd8e8443237a60c744596cae4ca56169943dbfb3acd6520e4d6ccb4642f752a5a515fe1ca039ed3973ab7cb
Description: Manage ASN.1 structures (binaries)
 Manage ASN1 (Abstract Syntax Notation One) structures.
 The main features of this library are:
   * on-line ASN1 structure management that doesn't require any C code
     file generation.
   * off-line ASN1 structure management with C code file generation
     containing an array.
   * DER (Distinguish Encoding Rules) encoding
   * no limits for INTEGER and ENUMERATED values
 .
 This package contains programs to encode, decode and parse asn1 data
 structures.
Homepage: https://www.gnu.org/software/libtasn1/
Multi-Arch: foreign

Package: libtasn1-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 76
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: libtasn1-6
Version: 4.19.0-2+apertis0bv2024dev3b1
Depends: libtasn1-bin (= 4.19.0-2+apertis0bv2024dev3b1)
Filename: pool/target/libt/libtasn1-6/libtasn1-bin-dbgsym_4.19.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 37240
MD5sum: 7640512d6eb492713fda1740d9b2ad1c
SHA1: 8b3e7e98671045f90d642aebedb536cfd004dfc6
SHA256: 9447505d7408cce42b0fe48c870e1909229d3b3292e07d06f21745b822f01a76
SHA512: c92da75c2e76d3bf4b58a5d6ff0c863c5160522a924a40fd493bfca5b71cea43ec06da452fa336830dd16a8ee40a10c98bd7bc48d559108c6fe54f8b09f94c2b
Description: debug symbols for libtasn1-bin
Auto-Built-Package: debug-symbols
Build-Ids: 214cfc336717ec1e9b7728a5129ed129ba051bd9 726c80d05c49d877c17f687579f4440a11722f44 fac4da234d87b5f60faa988f42ed2921ddda5331

Package: libtasn1-doc
Priority: optional
Section: doc
Installed-Size: 573
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: all
Source: libtasn1-6
Version: 4.19.0-2+apertis0bv2024dev3b1
Replaces: libtasn1-3-dev (<< 3), libtasn1-6-dev (<< 3.6-2)
Breaks: libtasn1-3-dev (<< 3), libtasn1-6-dev (<< 3.6-2)
Filename: pool/target/libt/libtasn1-6/libtasn1-doc_4.19.0-2+apertis0bv2024dev3b1_all.deb
Size: 330472
MD5sum: 932bdcf8104ba785e45d0fc11225c9d6
SHA1: bda3f573fb5065953307570db6725d5dce815089
SHA256: b001653ce93fefa6da97c7e24263f61a3d47e105a9b0baa5773e6731865c4d42
SHA512: 8dab246ae3e39a73cfb366b05b2c3579281768afb74c9ee4fbb56b4ef16eaf38798adccb19a12a27d69fb629c90536787909d472d2d29d624ce6256745464867
Description: Manage ASN.1 structures (documentation)
 Manage ASN1 (Abstract Syntax Notation One) structures.
 The main features of this library are:
   * on-line ASN1 structure management that doesn't require any C code
     file generation.
   * off-line ASN1 structure management with C code file generation
     containing an array.
   * DER (Distinguish Encoding Rules) encoding
   * no limits for INTEGER and ENUMERATED values
 .
 This package contains the documentation for developing with libtasn1.
Homepage: https://www.gnu.org/software/libtasn1/

Package: libtcmalloc-minimal4
Priority: optional
Section: libs
Installed-Size: 411
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: google-perftools
Version: 2.10-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/g/google-perftools/libtcmalloc-minimal4_2.10-1+apertis0bv2024dev2b1_arm64.deb
Size: 85172
MD5sum: 36e5164076fe6a6a669b3ce98e472c17
SHA1: 869fb961173142c70275441f81fa27394df3ff39
SHA256: e3c6226c260934adcf3a133cd24e93d8d8993c520809a4378a067ad71ec9b289
SHA512: c3eef15b6353cb412da4fff387152ad16b6fa4c543292debf6aa6f0517331503dcfdf5840a3736ca79e10ed588156bd6b5c0252a1b2447bc0abd0162acb94fcc
Description: efficient thread-caching malloc
 The gperftools, previously called google-perftools, package contains some
 utilities to improve and analyze the performance of C++ programs. This is a
 part of that package, and includes an optimized thread-caching malloc.
Homepage: https://github.com/gperftools/gperftools
Multi-Arch: same

Package: libtcmalloc-minimal4-dbgsym
Priority: optional
Section: debug
Installed-Size: 819
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: google-perftools
Version: 2.10-1+apertis0bv2024dev2b1
Depends: libtcmalloc-minimal4 (= 2.10-1+apertis0bv2024dev2b1)
Filename: pool/target/g/google-perftools/libtcmalloc-minimal4-dbgsym_2.10-1+apertis0bv2024dev2b1_arm64.deb
Size: 726504
MD5sum: b64297e2fcc70d3fa661b20ea7a5e409
SHA1: 766cf6899b9afdb128c56310007de443ac11006c
SHA256: 9deb3c095f7bae04c4dc1447853d1d89be63f883c69a1a76f03f6983046efebb
SHA512: cdd538eeb0f32405f774528ef1541047245d66c513e75a72b7f692e72e331f9dbd420e72bb262fd310b19d675582dd5158ff103bd9966d12dadd47b05d368654
Description: debug symbols for libtcmalloc-minimal4
Auto-Built-Package: debug-symbols
Build-Ids: a9a452c9e3c83b2ff42361151f5a346520996e5a f794983cec46b38302d77da0a16b0839fae469c5
Multi-Arch: same

Package: libtext-charwidth-perl
Priority: required
Section: perl
Installed-Size: 96
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 0.04-11+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), perl-base (>= 5.36.0-7+apertis0bv2024dev2b1), perlapi-5.36.0
Filename: pool/target/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-11+apertis0bv2024dev3b1_arm64.deb
Size: 10144
MD5sum: 95e7be402680119c4c39c7331d6d2178
SHA1: ca12c1ec5ebdaa6927b71e1cd2053cadae549b35
SHA256: b1aba834fb9f37ef18362eb4aca218b651e63be94af998941eb3c68845768961
SHA512: 30d7f0cb478089429073616f651710901cc9c691557e05583e44c157db68cc8900ba4b0a9f8a85c9701a2427f715b8053a91fa8d463a9042ff8b970ea17dde7d
Description: get display widths of characters on the terminal
 Text::CharWidth permits one to get the display widths of characters
 and strings on the terminal, using wcwidth() and wcswidth() from libc.
 .
 It provides mbwidth(), mbswidth(), and mblen().
Homepage: https://metacpan.org/release/Text-CharWidth
Multi-Arch: same

Package: libtext-charwidth-perl-dbgsym
Priority: optional
Section: debug
Installed-Size: 39
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libtext-charwidth-perl
Version: 0.04-11+apertis0bv2024dev3b1
Depends: libtext-charwidth-perl (= 0.04-11+apertis0bv2024dev3b1)
Filename: pool/target/libt/libtext-charwidth-perl/libtext-charwidth-perl-dbgsym_0.04-11+apertis0bv2024dev3b1_arm64.deb
Size: 25964
MD5sum: 67dc04a460227e889c42ff549b84825d
SHA1: cfe03c95ce50462a53b5308fb185153512b41f44
SHA256: 9d300359d251f59a2583e5cd2e65d2f5c9b492d92b6507748e3fb6f62980c801
SHA512: 16b736a415ed1bd7595528b2a6248834783ed2a3453f31fc47fe91f2d472a64a6ff92e370777e07fa59d0ef1900f0b82fe5e74884f79c523376dc08a812c476f
Description: debug symbols for libtext-charwidth-perl
Auto-Built-Package: debug-symbols
Build-Ids: 49e2092cec9a0dd23e628196906b0e8a120d6ffa
Multi-Arch: same

Package: libtext-iconv-perl
Priority: required
Section: perl
Installed-Size: 99
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 1.7-8+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), perl-base (>= 5.36.0-7+apertis0bv2024dev2b1), perlapi-5.36.0
Filename: pool/target/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-8+apertis0bv2024dev3b1_arm64.deb
Size: 14716
MD5sum: 2abdd995daa79a33d6737055397d413e
SHA1: fe1bf6346129f208db42492b8e85bf137eba5ba6
SHA256: 0446cda4fd152406b16a5224c31c40a194e3013492ff7d58e95841d9472b4457
SHA512: 037082d6a00431b4573265f12040d360599024328ae02948e1c5cb52deb2809e499fbada7220d8cd869e130ecfe83889ad779bf75ab0b5184f61f76c345d1548
Description: module to convert between character sets in Perl
 The iconv() family of functions from XPG4 defines an API for converting
 between character sets (e.g. UTF-8 to Latin1, EBCDIC to ASCII). They
 are provided by libc6.
 .
 This package allows access to them from Perl via the Text::Iconv
 package.
Homepage: https://metacpan.org/release/Text-Iconv
Multi-Arch: same

Package: libtext-iconv-perl-dbgsym
Priority: optional
Section: debug
Installed-Size: 45
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libtext-iconv-perl
Version: 1.7-8+apertis0bv2024dev3b1
Depends: libtext-iconv-perl (= 1.7-8+apertis0bv2024dev3b1)
Filename: pool/target/libt/libtext-iconv-perl/libtext-iconv-perl-dbgsym_1.7-8+apertis0bv2024dev3b1_arm64.deb
Size: 31452
MD5sum: ba3206ae636ac0ea15a61a13032c808f
SHA1: 6d2ac903fdfda7d6d1f5f372e126e90d2f05e991
SHA256: 70d12239a10c6bfd20874c5dbb7c1e01396bbfab83aa72588c03b9218957f54d
SHA512: b00fed5ca6472d3862639e718138ed5c39a70cf0c3560b68d169765bf63897f3444b50a1ff613834fac9260e7ec6d1e44c51f708e59ce0f0baa3a12720c0559c
Description: debug symbols for libtext-iconv-perl
Auto-Built-Package: debug-symbols
Build-Ids: d9be9f63d1f433bc4b8e1267ea456ec165c1ba55
Multi-Arch: same

Package: libtext-wrapi18n-perl
Priority: required
Section: perl
Installed-Size: 27
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: all
Version: 0.06-10+apertis0bv2024dev3b1
Depends: libtext-charwidth-perl
Filename: pool/target/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-10+apertis0bv2024dev3b1_all.deb
Size: 8336
MD5sum: ed3f38dddbede1bdb00a52939454e0f4
SHA1: 6ac9341f797d1136be16057dd16906dbd76eaf02
SHA256: 493261ebf538a42040e57c2a66b89d706e83ff0f46a511a71ac3f0c45fbf3a53
SHA512: 0ed47aa559a43443bf7fd52846caa9420ccdb3acab7e4b3cfc0d3316ca877f7727c7c999be5cf8a5a2736a01c44d34f99b115c289ba9b1b9432e073d19600b44
Description: internationalized substitute of Text::Wrap
 The Text::WrapI18N module is a substitution for Text::Wrap, supporting
 multibyte characters such as UTF-8, EUC-JP, and GB2312, fullwidth characters
 such as east Asian characters, combining characters such as diacritical marks
 and Thai, and languages which don't use whitespaces between words such as
 Chinese and Japanese.
 .
 It provides wrap().
Homepage: https://metacpan.org/release/Text-WrapI18N

Package: libthai-data
Priority: optional
Section: libs
Installed-Size: 620
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: all
Source: libthai
Version: 0.1.29-1+apertis0bv2024dev3b1
Breaks: libthai0 (<< 0.1.10)
Filename: pool/target/libt/libthai/libthai-data_0.1.29-1+apertis0bv2024dev3b1_all.deb
Size: 168892
MD5sum: bcad8ca5d1b75e2c0edb7453d013facb
SHA1: 2343d14170fa1e0424312d89e18fc788cba8516a
SHA256: 583a257f94ea0ca6296eb4efb1787065c04201dfbfe72a35eca0e038997609ef
SHA512: 065876a2bf1db29259b0b2d1f697e9c0f3bdfe6c4fb6379a92bf4d3412ea9b2db95360bf7ed90c7649a70acf6b54551060caaca72242b7b546c78938ff1b44e0
Description: Data files for Thai language support library
 LibThai is a set of Thai language support routines aimed to ease
 developers' tasks to incorporate Thai language support in their applications.
 It includes important Thai-specific functions e.g. word breaking, input and
 output methods as well as basic character and string supports.
 .
 This package contains data files needed by the LibThai library.
Homepage: https://linux.thai.net/projects/libthai
Multi-Arch: foreign

Package: libthai-dev
Priority: optional
Section: libdevel
Installed-Size: 136
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: arm64
Source: libthai
Version: 0.1.29-1+apertis0bv2024dev3b1
Depends: libdatrie-dev, pkg-config, libthai0 (= 0.1.29-1+apertis0bv2024dev3b1)
Suggests: libthai-doc
Filename: pool/target/libt/libthai/libthai-dev_0.1.29-1+apertis0bv2024dev3b1_arm64.deb
Size: 23696
MD5sum: 181f6680d0294861553a4506439c6643
SHA1: 8d93dc9ea0ff6aeeb1532e6ea897ad2058acc657
SHA256: 902508b5d6f3e4dce6e4cd93532a24e829ea234af4a0e8daec4a1693dc6a4109
SHA512: 1379b078dcecf71c2fe7a7d2709cac78468af143bb58348a8ec5548ee7a0e1d53ad9d3584c8f70ea6a59fbd2988eb8c42d41f0508a1b5160cb50ddf28d93db11
Description: Development files for Thai language support library
 LibThai is a set of Thai language support routines aimed to ease
 developers' tasks to incorporate Thai language support in their applications.
 It includes important Thai-specific functions e.g. word breaking, input and
 output methods as well as basic character and string supports.
 .
 This package contains the development libraries and header files you need to
 develop your programs using the LibThai library.
Enhances: libkhtml5
Homepage: https://linux.thai.net/projects/libthai
Multi-Arch: same

Package: libthai-doc
Priority: optional
Section: doc
Installed-Size: 483
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: all
Source: libthai
Version: 0.1.29-1+apertis0bv2024dev3b1
Depends: libjs-jquery
Suggests: www-browser
Filename: pool/target/libt/libthai/libthai-doc_0.1.29-1+apertis0bv2024dev3b1_all.deb
Size: 80052
MD5sum: 4bbe0e1b9ef0692566ec68b2d6dd7389
SHA1: a4e4a411349c0581949dd6b86e8b262b9b1711cc
SHA256: 1b72b59a16b114462fd139ecc1f17fe705ce60f46a626ab022f0f83881837104
SHA512: f9d176ff0e9f401ac40e9f1eb482e1c67382585427736ef8e73b4e431b6381ecce1ac5e1b60baa9ac0a0c48c4f605879c7119189562ff1b0cb408cbf66b479f2
Description: Documentation files for Thai language support library
 LibThai is a set of Thai language support routines aimed to ease
 developers' tasks to incorporate Thai language support in their applications.
 It includes important Thai-specific functions e.g. word breaking, input and
 output methods as well as basic character and string supports.
 .
 This package contains documents about the LibThai library.
Homepage: https://linux.thai.net/projects/libthai
Multi-Arch: foreign

Package: libthai0
Priority: optional
Section: libs
Installed-Size: 121
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: arm64
Source: libthai
Version: 0.1.29-1+apertis0bv2024dev3b1
Depends: libthai-data (>= 0.1.10), libc6 (>= 2.17), libdatrie1 (>= 0.2.0)
Filename: pool/target/libt/libthai/libthai0_0.1.29-1+apertis0bv2024dev3b1_arm64.deb
Size: 49572
MD5sum: 60cd592967fdea2177c8e7697463e388
SHA1: 4e9b5f78bf7c1cf035199eb834b46cf511e029fb
SHA256: f236286ae24fda16ebfd0b5e340ab578e4630d96c1d98cb5719e77b66c07c9fa
SHA512: d534130cbcf65798364283f4a2621bb5f611b7a4b55d1af87b92915b1dbf472ba3dd14b14542d788c65d6a1cf14f13266a608a50f417d696c9a5d201e6d2ac53
Description: Thai language support library
 LibThai is a set of Thai language support routines aimed to ease
 developers' tasks to incorporate Thai language support in their applications.
 It includes important Thai-specific functions e.g. word breaking, input and
 output methods as well as basic character and string supports.
 .
 This package contains the shared libraries needed to run programs that use
 the LibThai library.
Enhances: libqtcore4, libqtgui4
Homepage: https://linux.thai.net/projects/libthai
Multi-Arch: same

Package: libthai0-dbgsym
Priority: optional
Section: debug
Installed-Size: 56
Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Architecture: arm64
Source: libthai
Version: 0.1.29-1+apertis0bv2024dev3b1
Depends: libthai0 (= 0.1.29-1+apertis0bv2024dev3b1)
Filename: pool/target/libt/libthai/libthai0-dbgsym_0.1.29-1+apertis0bv2024dev3b1_arm64.deb
Size: 38688
MD5sum: 6642bb803181261b1e5db4d1f6ecd15a
SHA1: 1c969ce27aa0d3dda4dfba3839776802c11b89e7
SHA256: 8f0b3653d0e0f7cc43b8aa5ccd1bb102f8ad2036a86c36a1c5641d371cf6c29a
SHA512: 32bd28db74b5dc23f2bf2c90e24baea4655bb62ad5ac55afb1cba54c6a4d07b1ce8c25b9b5a12adc6f40df08aec3d843b968e54e5e1b126b864c2b4ad4660266
Description: debug symbols for libthai0
Auto-Built-Package: debug-symbols
Build-Ids: 40b58f7ce8704356f1a1dd1b74633584c8be6d1a
Multi-Arch: same

Package: libtheora-bin
Priority: optional
Section: utils
Installed-Size: 291
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libogg0 (>= 1.0rc3), libpng16-16 (>= 1.6.2-1), libsdl1.2debian (>= 1.2.15), libtheora0 (>= 1.0), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2)
Filename: pool/target/libt/libtheora/libtheora-bin_1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1_arm64.deb
Size: 46964
MD5sum: b6058c1894477fe98df05fec53ef3284
SHA1: 442d9befbbc771a288c50aff705e12997fafcf61
SHA256: 0a51bba7d2df2adce289f386149a1416c35069c7b2f3f13a858c8fb8555cec12
SHA512: 55c5aef580c68e2ecbae92a1d66cee2c58fa1caacc1901f6a46672716f15d3959b84b1c672e569196feaf89a55d34d9bad38a6fae98bf7115a19e0a0a0961943
Description: Theora Video Compression Codec (example encoder, decoder)
 Theora is a fully open, non-proprietary, patent-and-royalty-free,
 general-purpose compressed video format.
 .
 This package contains a reference implementation of an encoder and a
 decoder.
Homepage: https://www.theora.org/
Multi-Arch: foreign

Package: libtheora-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 126
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1
Depends: libtheora-bin (= 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1)
Filename: pool/target/libt/libtheora/libtheora-bin-dbgsym_1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1_arm64.deb
Size: 75700
MD5sum: 3513fffbdc9572234be67782c3d15f0c
SHA1: 531a35c175d2792059b6ff268d077bf85b4704f3
SHA256: 3f6e2f509fdafc120ec8e36c9d37fa08698120048794a4e0c69136ad450d3345
SHA512: e510618eb000809087fe1cc579de44d5dbb794e55d61095b1b3f00c7b5efbc1016066f6b66a4007efdc1803b634d5ff985480803c5f27a4b6e19f942b20b4d8a
Description: debug symbols for libtheora-bin
Auto-Built-Package: debug-symbols
Build-Ids: 1d2fe21e3157c7c0e59777e4a909aa2b4bf39bbe 30061663b2e0994d5d6ffd18807202091e1f0f69 6d0fa959c226c124d90064526609b52fee3c86a6 78e5140ab811cd6b63569edb624ba3fe5be86e1b

Package: libtheora-dev
Priority: optional
Section: libdevel
Installed-Size: 811
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1
Depends: libogg-dev, libtheora0 (= 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1)
Filename: pool/target/libt/libtheora/libtheora-dev_1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1_arm64.deb
Size: 167260
MD5sum: 0a054eb089760a1013ac630daca422dc
SHA1: 4cf933445c3300c6a18d3d1a516650f44cad91a8
SHA256: f3fda33a983270b77aa07049f5af51ff4b815f3f390f4f79e05c6d89557abfbb
SHA512: 8dbcb788b16dc963fed86ca310682e229824d08582b67108cdd7752bcef0231369f9adbb0ef339a300f693dc2e48fbb62d2b9e6f91c7cc249a78174584717fcd
Description: Theora Video Compression Codec (development files)
 Theora is a fully open, non-proprietary, patent-and-royalty-free,
 general-purpose compressed video format.
 .
 This package contains the header files needed to develop applications
 with libtheora.
Homepage: https://www.theora.org/
Multi-Arch: same

Package: libtheora-doc
Priority: optional
Section: doc
Installed-Size: 2050
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1
Suggests: libtheora-dev
Filename: pool/target/libt/libtheora/libtheora-doc_1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1_all.deb
Size: 953244
MD5sum: 6475956e71fab245077ce5d5c46c7359
SHA1: 63e2f7ecfb41d33a10d9401581b5142f1783d6bd
SHA256: e73ae3150cb4adfd7c96abc418cb5faabc2138785f8fc50e38a6f5729e4b15cc
SHA512: 0193c28574ad8848b3d2c0053ab75d01dbdc7f084779a6e03c3d068db6c0a62daaba3d982dcdb3abb05468eaa000f67475e873fc60c2378474f9eca0142aafa3
Description: Theora Video Compression Codec (documentation)
 Theora is a fully open, non-proprietary, patent-and-royalty-free,
 general-purpose compressed video format.
 .
 This package contains the documentation about the format and programming.
Homepage: https://www.theora.org/
Multi-Arch: foreign

Package: libtheora0
Priority: optional
Section: libs
Installed-Size: 617
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libcairo2 (>= 1.2.4), libogg0 (>= 1.1.0)
Filename: pool/target/libt/libtheora/libtheora0_1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1_arm64.deb
Size: 145760
MD5sum: 5037b4857591bbb28b98df755e72f05e
SHA1: a07131997955c9ca065ffb5f307eaf094720c87d
SHA256: 494051e9fb78abdd3e668ea58d59cb5522ac29d8e5d379a44ae6e2427fb435d6
SHA512: 73effa5c00a2e2bff7f6a141a3e5dee334344da8520e3fdd00f5af6a8426a7f4d52f0f77993aefdc62b496513d70ce5ca0222617ba3952be10ff324494daafc7
Description: Theora Video Compression Codec
 Theora is an open video codec being developed by the Xiph.org Foundation as
 part of their Ogg project. Theora is originally derived from On2's VP3 codec,
 and has improved on it significantly with the merging of code from the
 Thusnelda branch.
Homepage: https://www.theora.org/
Multi-Arch: same

Package: libtheora0-dbgsym
Priority: optional
Section: debug
Installed-Size: 553
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libtheora
Version: 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1
Depends: libtheora0 (= 1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1)
Filename: pool/target/libt/libtheora/libtheora0-dbgsym_1.1.1+dfsg.1-16.1+apertis0bv2024dev3b1_arm64.deb
Size: 491700
MD5sum: 1258351d5559afbe6a6fc10182735273
SHA1: c076844ea2f9241b7e27f2d7d6c1378b1f05782d
SHA256: c8dacf1305fa6a0766f2da6716f2cec693397b837b588a6ddaa25c359e4d3674
SHA512: c3448e691cf92ec898302b3bfff8f640a265fcabaf9c524243543bd668e42edc36291dc8b4a8abe023d6e4c5e814ca539780f2d7b8356639fd59e9b5dcc74abb
Description: debug symbols for libtheora0
Auto-Built-Package: debug-symbols
Build-Ids: 54ce94558fa8f66744cdb6fd546940ad90165081 578066d21d58d4c0498d67dafabc62bb94961ee6 ae016ed74072cbac772a157a6c56402c59c8d245
Multi-Arch: same

Package: libtiff-dev
Priority: optional
Section: libdevel
Installed-Size: 1265
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Replaces: libtiff4-dev (<< 4.0.3-6~), libtiff5-alt-dev (<< 4.0.3-6~), libtiff5-dev (<< 4.0.10-1~)
Depends: libc6-dev | libc-dev, libjbig-dev, libjpeg-dev, liblzma-dev, libzstd-dev, libwebp-dev, libtiff6 (= 4.5.0-6+apertis0bv2024dev3b1), libtiffxx6 (= 4.5.0-6+apertis0bv2024dev3b1), zlib1g-dev, libdeflate-dev, liblerc-dev
Breaks: libtiff4-dev (<< 4.0.3-6~), libtiff5-alt-dev (<< 4.0.3-6~), libtiff5-dev (<< 4.0.10-1~)
Filename: pool/target/t/tiff/libtiff-dev_4.5.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 443612
MD5sum: b2078f5e6a4daae205bcd4183e5a34d5
SHA1: a31778369c51bb818b22fc7820118f6334e6d4a9
SHA256: 9461d55f56f87fc12b7f34ac221bb7207ded591f7e76b25b061ed79b85127ae4
SHA512: b9f0f78c3900fbfefa82b174ded480e371adc642f7359c14b93375dcd2bdf6a84fd8d1f55561f4af561bca6f5db9a1faea39a59f935137d7cdbcc9d2cc1b0fcb
Description: Tag Image File Format library (TIFF), development files
 libtiff is a library providing support for the Tag Image File Format
 (TIFF), a widely used format for storing image data.  This package
 includes the development files, static library, and header files.
Homepage: https://libtiff.gitlab.io/libtiff/
Multi-Arch: same

Package: libtiff-doc
Priority: optional
Section: doc
Installed-Size: 4382
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libjs-jquery, libjs-sphinxdoc, libjs-underscore
Filename: pool/target/t/tiff/libtiff-doc_4.5.0-6+apertis0bv2024dev3b1_all.deb
Size: 683508
MD5sum: dc65cdee560f071e63f27da101920fdc
SHA1: 10a91da52c309bffe60c8385c1b30208b94523be
SHA256: 08c0243a2378d8eabb5cd2dbe9cb3df49ac0c6026e61949dd2454fda2cbc483c
SHA512: 5953d35cd4400254bac870c1315541d0688c1951a320187386b6b12f91856d9419b74b968a887c84b76b99226886f45d16a6aa5a3a7fa5e265260628ebda23bb
Description: TIFF manipulation and conversion documentation
 libtiff is a library providing support for the Tag Image File Format
 (TIFF), a widely used format for storing image data.  This package
 contains documentation.
Homepage: https://libtiff.gitlab.io/libtiff/
Multi-Arch: foreign

Package: libtiff-opengl
Priority: optional
Section: graphics
Installed-Size: 221
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libgl1, libglut3.12 (>= 3.4.0), libtiff6 (>= 4.5.0~rc1)
Filename: pool/target/t/tiff/libtiff-opengl_4.5.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 150756
MD5sum: aae90e6e1b3e9bebaf4629c5c55ad0c5
SHA1: 07f5ff65ba698fde8c8ba554d952374d5925d4c6
SHA256: 1fd98287715ae5c1382098676475215b3cdbf6e7b7fcd0a7922c6fd26faffd34
SHA512: 10251c399edd6450d815addc378a6df83b7a302a219f42fec10ed200ad1ef74fe7d8ed33ff4860d208837ec6f92a858ea29e7f1034872ba9a1de7d639dbf8107
Description: TIFF manipulation and conversion tools
 libtiff is a library providing support for the Tag Image File Format
 (TIFF), a widely used format for storing image data.  This package
 contains libtiff tools that depend upon opengl.  It complements the
 libtiff-tools package, which contains the libtiff tools that don't
 depend upon opengl.
Homepage: https://libtiff.gitlab.io/libtiff/
Multi-Arch: foreign

Package: libtiff-opengl-dbgsym
Priority: optional
Section: debug
Installed-Size: 32
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libtiff-opengl (= 4.5.0-6+apertis0bv2024dev3b1)
Filename: pool/target/t/tiff/libtiff-opengl-dbgsym_4.5.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 15416
MD5sum: a812c288fed05c9a6be260307ebb6fc6
SHA1: bb87df7a10af760d9ca93b4e24762adc1e5dc7e5
SHA256: c9d85bbabb8f3d273784b39b9ab772767a02a1165854fe131dfad8b7bac42993
SHA512: 3fae1e2c00acb4812335e1c314a3bc88b5821183f2381ff3f4bc1b0a98de8f3de7bf7be91c18ed0149e0ec16b65a69ee0e051e4a848751ca9a7ab7753674068f
Description: debug symbols for libtiff-opengl
Auto-Built-Package: debug-symbols
Build-Ids: ce6fe2459452ad0844d277632fded80402c8af31

Package: libtiff-tools
Priority: optional
Section: graphics
Installed-Size: 1534
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libtiff6 (>= 4.5.0~rc1)
Suggests: libtiff-opengl
Filename: pool/target/t/tiff/libtiff-tools_4.5.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 321096
MD5sum: 8b4c9ea7197cc481e0772fca6211efdc
SHA1: f28de37c76b80331bc42d8e81c6b629b2a673948
SHA256: 96b363e6e91e5f577a1a1a58a6d8bd4b0b9753e7dd8a5ec3eb48aa91f1e1e5ee
SHA512: 69dcc89de72a41e88206ab6082a09d43edf34508f7a4da4c50c057a6f762bf0f91e63163b56bda55cf86055485ef01a67ad509649f237342a97df108122877e4
Description: TIFF manipulation and conversion tools
 libtiff is a library providing support for the Tag Image File Format
 (TIFF), a widely used format for storing image data.  This package
 includes tools for converting TIFF images to and from other formats
 and tools for doing simple manipulations of TIFF images.  See also
 libtiff-opengl.
Homepage: https://libtiff.gitlab.io/libtiff/
Multi-Arch: foreign

Package: libtiff-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 617
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libtiff-tools (= 4.5.0-6+apertis0bv2024dev3b1)
Filename: pool/target/t/tiff/libtiff-tools-dbgsym_4.5.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 443828
MD5sum: 4ec9e8cf3d1274dadafc042b6750d04f
SHA1: 81be8d1996d31c1b488bfa314e4769078f44abb1
SHA256: 1119de7dd1ec847ae537d5fa8a025b791a4e94718afcb1b2010a146a9ca38191
SHA512: 54c25889fdbe992f29ba1f9f1922c05b929189e060f5bc1df4bfe8ec743daf08c1ab10e46bd389d95fb31018b3a73c72ea7455bf75695a91caf4dec1e995fa94
Description: debug symbols for libtiff-tools
Auto-Built-Package: debug-symbols
Build-Ids: 0ea56692cde16469e9831e17eb618ef27e48882c 22bb2d154ba40850d1e36a7bbb0eb9dc91f7865d 287a288f348b124817205db72922fdd5963067a6 33c4c5f31327447ebfb8afaa677af561b6c99330 63d49556a5f128b0838dacf762e1b014b94537e9 64e39e428ceb0899610a3e4a428e2f203e6383e2 6bb043e3a39b9704b748cc9e83ff1ffdb8bb9f9a 6ff6a4f9cf877097e3553a7ecdd8ef94f63e4999 729e7c1c1a8b2a236e7bde984ee5fdd426840046 7a456a23338801c1ed534e44a3e19314df5fbb09 9e9bb213a8ed515db6aa12003748034cd4b95a84 bef46cb41b6e6c42806c233fa3ec55dc82093d2f c057f124ad8621697736a2d59145bcbd54bc8151 c13c96cf4ca43bb148d36695cc35a0631f1712b7 c883f2d907563c33bb469332cc147ca19638e829 d64a5326d72f28999ee6a59a31dd3cacfba6b4e2 e1d6d0314e0475f8b429a11a3685b043ed5aed17 f79818fade38e00744f5dc6be81bad47bdc3d6af

Package: libtiff5-dev
Priority: optional
Section: oldlibs
Installed-Size: 147
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libtiff-dev (>= 4.0.10-1)
Recommends: pkg-config
Filename: pool/target/t/tiff/libtiff5-dev_4.5.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 143148
MD5sum: 61ebc2e6038a096de43e08427d4c7901
SHA1: 1d36905a6ddba9f8ecfddc97229d0448a156304e
SHA256: 7a662065d47143db922f048847a27cc17f4af20ad99689bc13240860951f6def
SHA512: d6e5369a5d39f3189c90bfef4c9d9d095bb8b239898609cfa4e2ab0905ef4a32f9f592bd9412c30d7b56ccfe029dbab4442ec042653c0e675b909275dce863bd
Description: Tag Image File Format library (TIFF), development files (transitional package)
 libtiff is a library providing support for the Tag Image File Format
 (TIFF), a widely used format for storing image data.  This package
 includes the development files, static library, and header files.
 .
 This is a transitional package. It can safely be removed.
Homepage: https://libtiff.gitlab.io/libtiff/
Multi-Arch: same

Package: libtiff6
Priority: optional
Section: libs
Installed-Size: 741
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33), libdeflate0 (>= 1.0), libjbig0 (>= 2.0), libjpeg62-turbo (>= 1.3.1), liblerc4 (>= 3.0), liblzma5 (>= 5.1.1alpha+20120614), libwebp7 (>= 1.2.4), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/t/tiff/libtiff6_4.5.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 303172
MD5sum: f66ade5804a088cb5e07d2b7825f992f
SHA1: be1e79954489254fd2fba2d5867a8c11be5fa36b
SHA256: 4ac66423b5bdcefc8e01b2ed63205b17e258bf762087f8be99b2efafb5af716d
SHA512: a521d483411a989131a61f7820dea8735ef84cb615ad0718f0d852424bbf0d7d20368e4ca17ec7df41de7463ac9e9052e86d1e9204f055b9da77541773856d7b
Description: Tag Image File Format (TIFF) library
 libtiff is a library providing support for the Tag Image File Format
 (TIFF), a widely used format for storing image data.  This package
 includes the shared library.
Homepage: https://libtiff.gitlab.io/libtiff/
Multi-Arch: same

Package: libtiff6-dbgsym
Priority: optional
Section: debug
Installed-Size: 510
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libtiff6 (= 4.5.0-6+apertis0bv2024dev3b1)
Filename: pool/target/t/tiff/libtiff6-dbgsym_4.5.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 466004
MD5sum: 0230bc811098246394c22e2ea65a5d44
SHA1: 7ce5823a2066b7f8e8cd576169af1dd177981c42
SHA256: 4450683073b9fcc632282f551206082a912069b607f5f93abf22f997e218439f
SHA512: c36cf63930bda8c27849637b83c30018c59fe1aa156d5b8a6913662d99c03e818dd46c70ca0f336204b6383aacc4d5afe7efb3f2010de5fb2ab4323cfe36d529
Description: debug symbols for libtiff6
Auto-Built-Package: debug-symbols
Build-Ids: e31f111d7d4cdd7744f6a4a1dc4fceec8ac164a7
Multi-Arch: same

Package: libtiffxx6
Priority: optional
Section: libs
Installed-Size: 220
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libstdc++6 (>= 5), libtiff6 (>= 4.0.3)
Filename: pool/target/t/tiff/libtiffxx6_4.5.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 146548
MD5sum: e17515808c637d271a32662bdb272df8
SHA1: af76f73151f66c79f505c64f1c6071e5482ab20e
SHA256: ee7dbea4d3f64491cceefc5c36ab41741f326dcde86b912895da2f77a90081c9
SHA512: da7d719a9f864ffd1c2887c13fb47b12c25f8cde697e998eb7638e86f2667b40ffa5bae07c9f6a028257c1edc382b90b4734e322d788f747a589b3869007815c
Description: Tag Image File Format (TIFF) library -- C++ interface
 libtiff is a library providing support for the Tag Image File Format
 (TIFF), a widely used format for storing image data.  This package
 includes the shared library for the experimental C++ interfaces.
Homepage: https://libtiff.gitlab.io/libtiff/
Multi-Arch: same

Package: libtiffxx6-dbgsym
Priority: optional
Section: debug
Installed-Size: 36
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: tiff
Version: 4.5.0-6+apertis0bv2024dev3b1
Depends: libtiffxx6 (= 4.5.0-6+apertis0bv2024dev3b1)
Filename: pool/target/t/tiff/libtiffxx6-dbgsym_4.5.0-6+apertis0bv2024dev3b1_arm64.deb
Size: 21852
MD5sum: 987bf18c8491635c2ade3d5a40375406
SHA1: 81a46e3e088b7996fb6e6bbe12e18236bbe23eeb
SHA256: 3724f83a8ca43fe2511e759affd5926bf90716c6b7a32e69198c1208785520ef
SHA512: 7f9a02515270328bf6d4e3c2ca481ac9880d74cfcba79b63d70ee363c300670088f092cbaeb28fe22929f78934862d8aac115a46eedaf156e02e86195a4b992c
Description: debug symbols for libtiffxx6
Auto-Built-Package: debug-symbols
Build-Ids: 4d2aa8e2ac1bd5cec2fee825b34302339c498efe
Multi-Arch: same

Package: libtinfo-dev
Priority: optional
Section: oldlibs
Installed-Size: 6
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3), libncurses-dev (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libtinfo-dev_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 936
MD5sum: e4b1e2754b8620f33cf7cd8634c088fa
SHA1: 5472c9e9b1b56833f5b56b065ac97a7290d119e2
SHA256: c5e1cac93858a93919ac813329b9365307f7fdb630613d89810d0bfbb2959d94
SHA512: 8959c58a9ad808226f938fa03fc1690e2da28b11d0b8756a5362569bf5ff5a9fec66d5a9d860318acc3d44036ba061d314fd4155c9a95b3134d624e2335feb46
Description: transitional package for libncurses-dev
 This is a transitional package that can safely be removed.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: same

Package: libtinfo5
Priority: optional
Section: oldlibs
Installed-Size: 534
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libc6 (>= 2.34)
Filename: pool/target/n/ncurses/libtinfo5_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 324292
MD5sum: d47bd619fc61eceec4062c233fdb7f49
SHA1: e9d7ff433af52a6f19f86750fabf6cd823d5a9bd
SHA256: 95886b4657fb1807b820de23bc381f301dfd14988cbcb68822c4f50e418699e5
SHA512: 206a2329b9ebe8c9f18b99e093977e4879bb32e8055c6200b2c412865e6fdaed1ad29feabf7c53491b413f3aabdd24b74086fb0249149bf301fc385f12bd1b17
Description: shared low-level terminfo library (legacy version)
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the legacy version of the shared low-level
 terminfo library.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: same

Package: libtinfo5-dbgsym
Priority: optional
Section: debug
Installed-Size: 219
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo5 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libtinfo5-dbgsym_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 180180
MD5sum: e3038dbac23605d118acf366e83a85be
SHA1: 352b415c1a10d612aef4d43765dd49dcb264a861
SHA256: 3de51302178b4d13f8279665dcbafb36bd5486e79a7142c41d7301a9fd6b3e5e
SHA512: a431b5ac96d5ec0a0765c0aa7375de4c86aee56ba826d0df1c151f1ade1b50c637fcc76b6b0a5e15ef5f10d2a65130945b0c61dea80fd59555c83d17e3b033f9
Description: debug symbols for libtinfo5
Auto-Built-Package: debug-symbols
Build-Ids: d10b860bf5f9e8a811454b9c53e0f87a5afd1daa fb1001f64dbe8bf1578f09c8f6eae496c3b5b0bc
Multi-Arch: same

Package: libtinfo6
Priority: optional
Section: libs
Installed-Size: 536
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libc6 (>= 2.34)
Filename: pool/target/n/ncurses/libtinfo6_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 326832
MD5sum: 443ae07d7cc712597d296b17c2d75bbb
SHA1: acde9bfa8c88a21441a2a444fa93911d13bccd5d
SHA256: 98ab759a8339bc4ee754f13f0872d6c80702539b6c70377c67df694ff1195048
SHA512: a14a41e45145b218977b85fdc181631587bafb51196fb7997d22e05ff2c3537102a70496f7a549a32eeb60f86724ba039a1ab73cd192d94070ba6360ddbc78f6
Description: shared low-level terminfo library for terminal handling
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the shared low-level terminfo library.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: same

Package: libtinfo6-dbgsym
Priority: optional
Section: debug
Installed-Size: 230
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libtinfo6 (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/libtinfo6-dbgsym_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 189332
MD5sum: 2a66e5b2ecfc7b195fd6e8b8a0fbd5fb
SHA1: d72b4367932cc2691d317c3a73491ee2b4440c78
SHA256: 4537221555ed453e71687f8ca6674dded693ab59f6531116524d35872cba5d56
SHA512: 6cf62602587d9e981869a23c99cb216351957326ef5f0d9803aa50cd28012620117048fda560a46f5243329583139c15f78090c5dad7db0961d011e090f0e646
Description: debug symbols for libtinfo6
Auto-Built-Package: debug-symbols
Build-Ids: 1a6c9c016c138d8d26a3565d11ed510126326aef 4a62ea33c3c65b97ffef6faa7d7fa4a464c42176
Multi-Arch: same

Package: libtinyxml-dev
Priority: optional
Section: libdevel
Installed-Size: 251
Maintainer: Felix Geyer <fgeyer@debian.org>
Architecture: arm64
Source: tinyxml
Version: 2.6.2-6+apertis0bv2024dev2b1
Depends: libtinyxml2.6.2v5 (= 2.6.2-6+apertis0bv2024dev2b1)
Suggests: libtinyxml-doc
Filename: pool/target/t/tinyxml/libtinyxml-dev_2.6.2-6+apertis0bv2024dev2b1_arm64.deb
Size: 53580
MD5sum: 17a03664c0e5175ac9a06e271e968457
SHA1: 7b18e048bcc9614a1a230d7a4aa5b75b2fbbfc82
SHA256: 6c03c59e92d448d30fe93bd95506458b2839e06606ad9c9b3e004fbc1e6f7cd1
SHA512: 46953a7027128dd55dec122456b560ebda1523489787fbb7ed492261fdfc6e6d8ba5c02f95fbf1cdbe12c424f409c5755895927a25e5672ddd61869afc224576
Description: TinyXml library - header and static library
 This package contains the header file and a static version of the
 TinyXml library.
 .
 TinyXml is a simple and small C++ XML parser that can be easily integrating
 into other programs. It reads XML and creates C++ objects representing
 the XML document. The objects can be manipulated, changed, and
 saved again as XML.
Homepage: http://www.grinninglizard.com/tinyxml/
Multi-Arch: same

Package: libtinyxml-doc
Priority: optional
Section: doc
Installed-Size: 914
Maintainer: Felix Geyer <fgeyer@debian.org>
Architecture: all
Source: tinyxml
Version: 2.6.2-6+apertis0bv2024dev2b1
Recommends: libtinyxml-dev
Filename: pool/target/t/tinyxml/libtinyxml-doc_2.6.2-6+apertis0bv2024dev2b1_all.deb
Size: 85900
MD5sum: 98a5bc657baa4e50e4564eef7608b5fe
SHA1: 4ad407cdfe6a0e95e8841afd4db6b540b7cdb50e
SHA256: 670c314beb86d3a47e8ff32d9e1e4aad7a375ef41ff9a1dfe7d93f0088010f3b
SHA512: ddf3d5e7dfcb8ecff1798142eb404d179ce17c8e0fc419b568b2d622e7b3e4f349cead11d8a8e49656403c325936b4bb3e1afc5941ca745686525580f264d8ba
Description: TinyXml library - documentation files
 This package contains the documentation to program with the TinyXml library.
 .
 TinyXml is a simple and small C++ XML parser that can be easily integrating
 into other programs. It reads XML and creates C++ objects representing
 the XML document. The objects can be manipulated, changed, and
 saved again as XML.
Homepage: http://www.grinninglizard.com/tinyxml/
Multi-Arch: foreign

Package: libtinyxml2-9
Priority: optional
Section: libs
Installed-Size: 159
Maintainer: Chow Loong Jin <hyperair@debian.org>
Architecture: arm64
Source: tinyxml2
Version: 9.0.0+dfsg-3.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Filename: pool/target/t/tinyxml2/libtinyxml2-9_9.0.0+dfsg-3.1+apertis0bv2024dev2b1_arm64.deb
Size: 28752
MD5sum: d32eb9435cfaaa9439e42339c8767ebb
SHA1: 540786efd07bda6b72f0c73bf9012a78ee1fe04c
SHA256: 61bb9f5ab992b752de6eaef780505054057ca581e5bf53742076d1e2688a28d4
SHA512: df60c7a4624508efa1a55141b0a2b4e490e528519f1563bc5f930a37a7aca756e78925c85a0845867b2078b59af20207f0ecbc88ff030ed07dd716ce7c26d0f5
Description: C++ XML parsing library
 This package contains the shared version of the TinyXML2 library.
 .
 TinyXML2 is a simple and small C++ XML parser that can be easily integrating
 into other programs. It reads XML and creates C++ objects representing the XML
 document. The objects can be manipulated, changed, and saved again as XML.
 .
 TinyXML2 supersedes the previous TinyXML library, with various improvements:
  - Fewer memory allocations (1% - 10% compared to TinyXML)
  - Uses less memory (about 40% of that used by TinyXML)
  - Faster
  - No STL requirement
  - More modern C++, including a proper namespace
  - Proper and useful handling of whitespace
Homepage: http://www.grinninglizard.com/tinyxml2/
Multi-Arch: same

Package: libtinyxml2-9-dbgsym
Priority: optional
Section: debug
Installed-Size: 131
Maintainer: Chow Loong Jin <hyperair@debian.org>
Architecture: arm64
Source: tinyxml2
Version: 9.0.0+dfsg-3.1+apertis0bv2024dev2b1
Depends: libtinyxml2-9 (= 9.0.0+dfsg-3.1+apertis0bv2024dev2b1)
Filename: pool/target/t/tinyxml2/libtinyxml2-9-dbgsym_9.0.0+dfsg-3.1+apertis0bv2024dev2b1_arm64.deb
Size: 99560
MD5sum: 0b09440dfc9e6aafe34aba37106c788a
SHA1: d9b8e0ecc381f27dd5b78be0fac3e5cfa619fdc9
SHA256: e1e8c94ecf295ae6c8b2603936038586c32dec0371029c567da5b9cc936d4369
SHA512: 3770ea2eefaf5bdc4d20c4fe2743b8ac423063ca6d40899fe34b952c2bed78f2d7906d26686c3026d893e729e83d67901556c71cb03cdc0e9978cf650caa2ee6
Description: debug symbols for libtinyxml2-9
Auto-Built-Package: debug-symbols
Build-Ids: 70ea69baff58ef07643c2a1ddc033f09fade4502
Multi-Arch: same

Package: libtinyxml2-dev
Priority: optional
Section: libdevel
Installed-Size: 102
Maintainer: Chow Loong Jin <hyperair@debian.org>
Architecture: arm64
Source: tinyxml2
Version: 9.0.0+dfsg-3.1+apertis0bv2024dev2b1
Depends: libtinyxml2-9 (= 9.0.0+dfsg-3.1+apertis0bv2024dev2b1)
Filename: pool/target/t/tinyxml2/libtinyxml2-dev_9.0.0+dfsg-3.1+apertis0bv2024dev2b1_arm64.deb
Size: 22620
MD5sum: dc92f9513d8f3d9e6f9b886f082d188d
SHA1: b6e4a51ff08691e2c333e00097ea752ef87e459b
SHA256: ab1fe0e78f6981099b5141b3bec3e31ca5c818b9f31cdbb74982a3cb9cb77b12
SHA512: b9897d1ae5b5cd356e944d21ab9ab1ed9a272b0a5c7b2c57347ecf7687f0611713d0bb26297f821b354a178f275dfb8c54b817a22b6adc2b67f94d2bbf4370bd
Description: TinyXML2 library - header and static library
 This package contains the header file and a static version of the
 TinyXML2 library.
 .
 TinyXML2 is a simple and small C++ XML parser that can be easily integrating
 into other programs. It reads XML and creates C++ objects representing the XML
 document. The objects can be manipulated, changed, and saved again as XML.
 .
 TinyXML2 supersedes the previous TinyXML library, with various improvements:
  - Fewer memory allocations (1% - 10% compared to TinyXML)
  - Uses less memory (about 40% of that used by TinyXML)
  - Faster
  - No STL requirement
  - More modern C++, including a proper namespace
  - Proper and useful handling of whitespace
Homepage: http://www.grinninglizard.com/tinyxml2/
Multi-Arch: same

Package: libtinyxml2.6.2v5
Priority: optional
Section: libs
Installed-Size: 153
Maintainer: Felix Geyer <fgeyer@debian.org>
Architecture: arm64
Source: tinyxml
Version: 2.6.2-6+apertis0bv2024dev2b1
Replaces: libtinyxml2.6.2
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Conflicts: libtinyxml2.6.2
Filename: pool/target/t/tinyxml/libtinyxml2.6.2v5_2.6.2-6+apertis0bv2024dev2b1_arm64.deb
Size: 35988
MD5sum: 7bed958716d48c3f050a0b92c28fbfae
SHA1: 6612032e829daeee8014d53883659d1d938303fb
SHA256: 485409e8e437339a527db071c9f1378b74446f450c06991a5c1bd079c5a9c0a5
SHA512: 63a6d9f409dfeecbabbbe40e19e6d89f2a0bc1bfceec24048565773e7c22bd416c6270cd103dfa9856ff4659d6b6912b5d3ef1fc9ea06d532eca77cc27c8f917
Description: C++ XML parsing library
 This package contains the shared version of the TinyXml library.
 .
 TinyXml is a simple and small C++ XML parser that can be easily integrating
 into other programs. It reads XML and creates C++ objects representing
 the XML document. The objects can be manipulated, changed, and
 saved again as XML.
Homepage: http://www.grinninglizard.com/tinyxml/
Multi-Arch: same

Package: libtinyxml2.6.2v5-dbgsym
Priority: optional
Section: debug
Installed-Size: 201
Maintainer: Felix Geyer <fgeyer@debian.org>
Architecture: arm64
Source: tinyxml
Version: 2.6.2-6+apertis0bv2024dev2b1
Replaces: libtinyxml2.6.2v5-dbg (<< 2.6.2-5~)
Depends: libtinyxml2.6.2v5 (= 2.6.2-6+apertis0bv2024dev2b1)
Breaks: libtinyxml2.6.2v5-dbg (<< 2.6.2-5~)
Filename: pool/target/t/tinyxml/libtinyxml2.6.2v5-dbgsym_2.6.2-6+apertis0bv2024dev2b1_arm64.deb
Size: 175752
MD5sum: c97c2901d2ddb6b7b705ec609b30dfec
SHA1: 457c7a779e1875956c9e8bf0c2d81274890f4a7c
SHA256: 609ab3e9d65e39494fbee99066f36aa6f700a865ab6d05ab678c6c97799c0d61
SHA512: dc7016e4f65aa4565151b9fd3baab0da86b58dab9b260718a55863904a189bfb1d3be779e2c9161c6bf51bc25e0467ddc9e40706ed7cc59437d3409bb09590c5
Description: debug symbols for libtinyxml2.6.2v5
Auto-Built-Package: debug-symbols
Build-Ids: b7c871f0b394e7cc8938886a4d58cd5327b6fa61
Multi-Arch: same

Package: libtool
Priority: optional
Section: devel
Installed-Size: 1213
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: all
Version: 2.4.7-5+apertis0bv2024dev2b1
Depends: gcc | c-compiler, cpp, libc6-dev | libc-dev, file, autotools-dev
Recommends: libltdl-dev
Suggests: libtool-doc, autoconf, automaken, gfortran | fortran95-compiler, gcj-jdk
Filename: pool/target/libt/libtool/libtool_2.4.7-5+apertis0bv2024dev2b1_all.deb
Size: 517436
MD5sum: 32f0e2aa9bfa7e01bb119e100da8b31f
SHA1: daa6a31e790281dc747da8dda4997651a71e4f89
SHA256: da182c7c31ab41113f554590ddca40f9dff7083eb3a48e53daf27c9bed784948
SHA512: dfc6343929790e74ab870bd21e270e93df62fd76339e1a6d0d054433d4f32d332201dff4ae7e1e1fd6af7e58481d624a4faea4187e2a6072cc0338e542af46d6
Description: Generic library support script
 This is GNU libtool, a generic library support script.  Libtool hides
 the complexity of generating special library types (such as shared
 libraries) behind a consistent interface.  To use libtool, add the
 new generic library building commands to your Makefile, Makefile.in,
 or Makefile.am.  See the documentation for details.  Libtool supports
 building static libraries on all platforms.
 .
 Libtool supports generation of C, C++, Fortran and Java libraries.
Homepage: https://www.gnu.org/software/libtool/
Multi-Arch: foreign

Package: libtool-bin
Priority: optional
Section: devel
Installed-Size: 734
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: libtool
Version: 2.4.7-5+apertis0bv2024dev2b1
Replaces: libtool (<< 2.4.2-1.8~)
Depends: libtool (>= 2.4.7-5+apertis0bv2024dev2b1)
Filename: pool/target/libt/libtool/libtool-bin_2.4.7-5+apertis0bv2024dev2b1_arm64.deb
Size: 436020
MD5sum: 5806623b55b401c646c81b15abc9a7fa
SHA1: 7701e52b88de335179744aae3141dd46291b3063
SHA256: 9041011553b5f556c562a99b58d1ba1d5706b7aa6cf6d8d4fbc4e78b2dd3181d
SHA512: 0dffaba879150bc9b480b249df381aade6479afd830d2dce0fcdeedbaf757d973e8756392614ac288ce7740d5ff961831b9688b87bb0d3e57cc49d1511afa534
Description: Generic library support script (libtool binary)
 This is GNU libtool, a generic library support script.  Libtool hides
 the complexity of generating special library types (such as shared
 libraries) behind a consistent interface.  To use libtool, add the
 new generic library building commands to your Makefile, Makefile.in,
 or Makefile.am.  See the documentation for details.  Libtool supports
 building static libraries on all platforms.
 .
 Libtool supports generation of C, C++, Fortran and Java libraries.
 .
 This package contains the libtool binary only.
Homepage: https://www.gnu.org/software/libtool/

Package: libtool-doc
Priority: optional
Section: doc
Installed-Size: 1623
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: all
Source: libtool
Version: 2.4.7-5+apertis0bv2024dev2b1
Breaks: libtool (<< 2.4.6-13)
Filename: pool/target/libt/libtool/libtool-doc_2.4.7-5+apertis0bv2024dev2b1_all.deb
Size: 591752
MD5sum: 60494b14e3bbcfdd2ca2b7404e3d510f
SHA1: c94215471754dd8569b98f96598dde5e9aea0ad8
SHA256: d33d18c881b4a059ce7ab1773aadaee144fffa2b11ccbe5012c17881729c70fd
SHA512: c60e3702dd397f7ec38dca3da23540f1550afed8ddffe1e44916ae8209abc1aec79458a6fe18f05982f6f27d013da92535062e85b511206ffd724df5b6365b6b
Description: Generic library support script (documentation)
 This package contains the GNU libtool documentation.
 .
 GNU libtool is generic library support script.  Libtool hides
 the complexity of generating special library types (such as shared
 libraries) behind a consistent interface.  To use libtool, add the
 new generic library building commands to your Makefile, Makefile.in,
 or Makefile.am.  See the documentation for details.  Libtool supports
 building static libraries on all platforms.
Homepage: https://www.gnu.org/software/libtool/
Multi-Arch: foreign

Package: libtotem-plparser-common
Priority: optional
Section: libs
Installed-Size: 359
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: totem-pl-parser
Version: 3.26.6-1+apertis0bv2024dev2b1
Replaces: libtotem-plparser17, libtotem-plparser18 (<< 3.10.5-1)
Breaks: libtotem-plparser17, libtotem-plparser18 (<< 3.10.5-1)
Filename: pool/target/t/totem-pl-parser/libtotem-plparser-common_3.26.6-1+apertis0bv2024dev2b1_all.deb
Size: 27072
MD5sum: 5e7b1f12c383fab400b7655135cdcf18
SHA1: cc5a671cc786d7c605d7da2c29fd7e8c04a68719
SHA256: 54c9f05bd9273ef298ea5f64bdcaab56468fd2110111dd44b3bfbd5b980aad06
SHA512: 31e895a3903c3bef86c93d860b01f9b325ffe1db3620fdeb4fe7c89662f1ff92baddf6dc60cff12abaab9fdd6b71ed71569010d2eba97fd59e0850f4b0bedd3d
Description: Totem Playlist Parser library - common files
 totem-pl-parser is a simple GObject-based library to parse a host of
 playlist formats, as well as save those.
 .
 This package contains the translation files.
Multi-Arch: foreign

Package: libtotem-plparser-dev
Priority: optional
Section: libdevel
Installed-Size: 371
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: totem-pl-parser
Version: 3.26.6-1+apertis0bv2024dev2b1
Depends: gir1.2-totemplparser-1.0 (= 3.26.6-1+apertis0bv2024dev2b1), libtotem-plparser18 (= 3.26.6-1+apertis0bv2024dev2b1), libarchive-dev, libglib2.0-dev, libxml2-dev
Filename: pool/target/t/totem-pl-parser/libtotem-plparser-dev_3.26.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 39000
MD5sum: f0ceb2624c3b0a414344bfcc7aa82da7
SHA1: b647a3fe886a2e2922662ffd8a4cff761baf2121
SHA256: 89077cc8dc756fc2ba50e0202c29110c4eacc08927a96e0fd5d19b1d64d7b484
SHA512: 8ae43bc0a53d956d00b6140ed0fa9ab2e4ce1404e04851b283632f20465aa061db0b804775392f8a658b83a5813a9f17101536779093a1a564dc4fa7215574f8
Description: Totem Playlist Parser library - development files
 totem-pl-parser is a simple GObject-based library to parse a host of
 playlist formats, as well as save those.
 .
 This package contains the development headers and documentation.
Multi-Arch: same

Package: libtotem-plparser18
Priority: optional
Section: libs
Installed-Size: 283
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: totem-pl-parser
Version: 3.26.6-1+apertis0bv2024dev2b1
Depends: libarchive13 (>= 3.0.4), libc6 (>= 2.33), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.56.0), libxml2 (>= 2.7.4), libtotem-plparser-common
Filename: pool/target/t/totem-pl-parser/libtotem-plparser18_3.26.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 55928
MD5sum: 468a52767813318c34a2087192817ab0
SHA1: 6cfcf150428499ff4af40c995bb10445624454a7
SHA256: 66826bb8976d07bbef0436c41fc8be2726cbc6dbb8236e19273e151665857273
SHA512: 702c900b3b780f58ab36354c954f4d2f62b4a0b054630507b8332d1b428452be141e7dbff42d30c47b58682695637614193a34373e8493006dadd63a17d44809
Description: Totem Playlist Parser library - runtime files
 totem-pl-parser is a simple GObject-based library to parse a host of
 playlist formats, as well as save those.
 .
 This package contains the shared library.
Multi-Arch: same

Package: libtotem-plparser18-dbgsym
Priority: optional
Section: debug
Installed-Size: 225
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: totem-pl-parser
Version: 3.26.6-1+apertis0bv2024dev2b1
Depends: libtotem-plparser18 (= 3.26.6-1+apertis0bv2024dev2b1)
Filename: pool/target/t/totem-pl-parser/libtotem-plparser18-dbgsym_3.26.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 181100
MD5sum: 8d9acfcf68b4e9e9b832b8f861c2c861
SHA1: 61a0b8da4f2b051c03abdf8c81ee0a9ebcb25a13
SHA256: c7ad50a78a9e21a4582fb0a07838d47f463bb0475d8ab47efb5fc04490ba3d03
SHA512: edf8a99a2145501fe48d2d3571056d32db7ecedfa7e80789c6ded8bf564fe5fb515eb63aa08cdf377058a605bc8f6777b46f945178200c81af05086bcc98cb75
Description: debug symbols for libtotem-plparser18
Auto-Built-Package: debug-symbols
Build-Ids: 2540708f3f2a88f95389d7000382a3f98f49801b 917ab91355ccf4e2f27a7562474fa64042efd89c
Multi-Arch: same

Package: libtracker-doc
Priority: optional
Section: doc
Installed-Size: 3247
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: tracker
Version: 3.4.2-1+apertis1bv2024dev2b1
Replaces: libtracker-sparql-doc
Provides: libtracker-sparql-doc (= 3.4.2-1+apertis1bv2024dev2b1)
Suggests: devhelp
Breaks: libtracker-sparql-doc
Filename: pool/target/t/tracker/libtracker-doc_3.4.2-1+apertis1bv2024dev2b1_all.deb
Size: 595352
MD5sum: 56b2ebaeba6c6eb583cf510fba4741bc
SHA1: a9e5174fbee59c917f9119bf196f9e8b51e282f9
SHA256: ba66a9fa11fc2c82b99d3713f169a6be296229e498e02036f1ffc8bb5cdc57cb
SHA512: d76bc1fd9e07c36e2303d8461731a1ad34be0bc4e615ecd8ab3fe8eabb6b02abddb97f51d26b64869a651c8e0a2bb3f84c5599d17c154e565b04962f47228723
Description: metadata database, indexer and search tool - API documentation
 This package contains the API documentation for libtracker-sparql-3
 and ontology-3, as well as some example programs.
 .
 Tracker is an advanced framework for first class objects with associated
 metadata and tags. It provides a one stop solution for all metadata, tags,
 shared object databases, search tools and indexing.
Homepage: https://wiki.gnome.org/Projects/Tracker

Package: libtracker-sparql-3.0-0
Priority: optional
Section: libs
Installed-Size: 1099
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker
Version: 3.4.2-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.59.0), libicu72 (>= 72.1~rc-1~), libjson-glib-1.0-0 (>= 1.5.2), libsoup-3.0-0 (>= 3.1.3), libsqlite3-0 (>= 3.20.0), libstemmer0d (>= 0+svn527), libxml2 (>= 2.7.4)
Filename: pool/target/t/tracker/libtracker-sparql-3.0-0_3.4.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 252688
MD5sum: b81faeb1ec534d4bee34d064b0801188
SHA1: fbfe3ba506710bf5ed9e19acfc2f7922947aedfd
SHA256: 93569efb665dad5b906c710d9fad54c9299d2f98107336102b9b0ffabd7d3962
SHA512: 8b4f4043a497db7f3594fb062cd4579ce41482ed29fcd7221947633fe5fc5fff07d6ec48d8b6f3b0cb394115c103fc2709994cd325f7b346b499e5f4b74facdd
Description: metadata database, indexer and search tool - library
 This package contains a library to perform SPARQL queries and updates in the
 Tracker store.
 .
 Tracker is an advanced framework for first class objects with associated
 metadata and tags. It provides a one stop solution for all metadata, tags,
 shared object databases, search tools and indexing.
Homepage: https://wiki.gnome.org/Projects/Tracker
Multi-Arch: same

Package: libtracker-sparql-3.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 1118
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker
Version: 3.4.2-1+apertis1bv2024dev2b1
Depends: libtracker-sparql-3.0-0 (= 3.4.2-1+apertis1bv2024dev2b1)
Filename: pool/target/t/tracker/libtracker-sparql-3.0-0-dbgsym_3.4.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 971328
MD5sum: 295d28da6ed10e1674ba1d29e28a496b
SHA1: 94950bc1bf3ef29e20fe766b42dddf8be4697267
SHA256: b487a17a0af149a0c2c337219c9aa150bf2b7aa658be93caa58017b080da4907
SHA512: 8beb94d217f25ee53c97ed43397bcf992dac3d74e3b3f26be1ebfef255ba0a2fe2a7672e6c348a3f1fe031fbed1311ae8eaca49fb5c7a4c0e87818d9bccd196a
Description: debug symbols for libtracker-sparql-3.0-0
Auto-Built-Package: debug-symbols
Build-Ids: 7c3846911602b7524cc6b0774afda99a7cf21bf5 9c6c4a2ac760e88aa4610a5d983f7107c270077c
Multi-Arch: same

Package: libtracker-sparql-3.0-dev
Priority: optional
Section: libdevel
Installed-Size: 389
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker
Version: 3.4.2-1+apertis1bv2024dev2b1
Depends: libtracker-sparql-3.0-0 (= 3.4.2-1+apertis1bv2024dev2b1), libglib2.0-dev (>= 2.52.0), libicu-dev (>= 4.8.1.1), libjson-glib-dev (>= 1.4), libxml2-dev (>= 2.6), libsoup-3.0-dev (>= 2.40), libsqlite3-dev (>= 3.15.0), gir1.2-tracker-3.0 (= 3.4.2-1+apertis1bv2024dev2b1)
Suggests: libtracker-sparql-doc
Filename: pool/target/t/tracker/libtracker-sparql-3.0-dev_3.4.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 36476
MD5sum: 35e8d65e12bd8239324dd512b6914544
SHA1: daf28c21212470bdf7548bbf082a356d98b877f8
SHA256: a706882b555995c060d727ef5319d1fd87aaba3cc061e94be84ee26d4a13ce02
SHA512: 72837f37959d5372957e0798b8322e64cd5cf3cccdcd678177840332463d02d1e3f3536b55c0eed506ef813d2fa39434f8825426e8377547bf02a429bfd8bcfe
Description: metadata database, indexer and search tool - development files
 This package contains the static libraries and header files needed to link
 applications with libtracker-sparql.
 .
 libtracker-sparql provides a library to perform SPARQL queries and updates in
 the Tracker store.
 .
 Tracker is an advanced framework for first class objects with associated
 metadata and tags. It provides a one stop solution for all metadata, tags,
 shared object databases, search tools and indexing.
Homepage: https://wiki.gnome.org/Projects/Tracker
Multi-Arch: same

Package: libtraprain-0-tests
Priority: optional
Section: misc
Installed-Size: 841
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-service-0-1 (= 0.2023.0bv2024dev2b1), libtraprain-client-0-1 (= 0.2023.0bv2024dev2b1), libtraprain-guidance-0-1 (= 0.2023.0bv2024dev2b1), traprain-mock-service, traprain-guidance-ui, dbus, libc6 (>= 2.34), libglib2.0-0 (>= 2.59.0), libtraprain-common-0-1 (>= 0.1612.1~)
Filename: pool/target/t/traprain/libtraprain-0-tests_0.2023.0bv2024dev2b1_arm64.deb
Size: 103256
MD5sum: 464adc98c548038d2ef2c725c5fc9794
SHA1: cc922538d25205bfdf5074070a96ed1caf1b713c
SHA256: e420b053bdc4accb684194d98db70b400cfe1b46e016849bccff9e98d969180c
SHA512: 91160ef2e41a4a8596edcb2f8b5fe10b072ab937b9d03d539475cd04642b95be296113d79b2bdb84a934679e0f96c248599309f0edebd6d0aacb2fb955ca5062
Description: Navigation API - tests
 Navigation route list and guidance
 .
 This package contains unit tests for the APIs used by navigation
 services, applications and the mock service.

Package: libtraprain-0-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 779
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-0-tests (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/libtraprain-0-tests-dbgsym_0.2023.0bv2024dev2b1_arm64.deb
Size: 594132
MD5sum: bc00dd393e5ede2c0c94e88bd65f3c9b
SHA1: f78361488789489841cd723af7050b561abebcf9
SHA256: 7a90872953033269b1594668bae5bae4b0b860448006927bd79e06b5f275e6c6
SHA512: 488b161bfbd49a969583376c9fe70a683c69278a52dc59747a27eb91d8884050c8eae076acf019aacd366443268095d3661467e89d11d30ee9cd3a22d07ba7e1
Description: debug symbols for libtraprain-0-tests
Auto-Built-Package: debug-symbols
Build-Ids: 4f9dadf783bf81f54d512de408b1a3fdbf9a1ec0 52b12a3791cd5cc43548824c92f1d4611398512c 5933ccca277f368e51674a86e74d5123f28a2838 696028044786b4844a16e862ba6b727931597537 7e97cc7ceab091fd4918d38cab8fb26b78a31ed0 8964a75d4f4bae0b8ed9d9dd6af27766a0e794a4 8979e5906eac16cdcdf9db88cd1f0f5ee0f686ef e2a87bcecb91477fa6e6629d1db7e753244f04d1

Package: libtraprain-client-0-0
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-client-0-1
Filename: pool/target/t/traprain/libtraprain-client-0-0_0.2023.0bv2024dev2b1_all.deb
Size: 8220
MD5sum: 014b6ac95c49045429c1f6ea3c983709
SHA1: f32c486903bb385d6e07e1548f653912e4d79337
SHA256: 11010499c92d6c1d7e2da75cb569b604cd7cb576968681f4819f0e56b747589f
SHA512: 8442b6e1279848fba41efd5a6e2c2ab645ae7915f9b52a70d80d4949f82d5bbebb8673b93ed2ce4957af44b9306d309008682336bdcb2138036f22ef7ddd4c47
Description: Navigation API - transitional package
 Navigation route list and guidance
 .
 This is a transitional package. It can safely be removed.

Package: libtraprain-client-0-1
Priority: optional
Section: libs
Installed-Size: 229
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: libtraprain-client-0-0 (<< 0.2022.2~)
Provides: libtraprain-client-0-0
Depends: libtraprain-common-0-1 (= 0.2023.0bv2024dev2b1), libc6 (>= 2.17), libglib2.0-0 (>= 2.59.0)
Breaks: libtraprain-client-0-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/libtraprain-client-0-1_0.2023.0bv2024dev2b1_arm64.deb
Size: 51468
MD5sum: 7050d028fe979ed6ad2819f3e5a4cef4
SHA1: 02d5f28827049b3cc18955b14bef903a4a15d02f
SHA256: ff48e1e77a783f888f5c212d6f614ca1eefe33b248ce57484c030c34dc852363
SHA512: 766d8c36caa6435c6c5f314122fc20ef3ed1b2da9528752f37031055d37de9ee467a069a0bba74b35f4bd9f69303f05efb3313903fc9211bce00f889bf39d5b5
Description: Navigation API - client shared library
 Navigation route list and guidance
 .
 This package contains the shared library used by applications.
 It is part of the SDK-API.
Multi-Arch: same

Package: libtraprain-client-0-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 275
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-client-0-1 (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/libtraprain-client-0-1-dbgsym_0.2023.0bv2024dev2b1_arm64.deb
Size: 217596
MD5sum: e091c7ceb63d29ea74ec364a2650779e
SHA1: 77edf376cf233058cf39c7ed157932fe5d925eba
SHA256: c71a52bb7b17569a3d7b442fecebd6646b464a22265e318bd845956035cc98e0
SHA512: 41fb651f0eabfdeaffe756ed810d8dad949cdde3fe5ac1636ada6cbb33bcb6ee0f774f6f97fef60c37df473f9b4245fdb2ee0f3ad72da6ac85aa61cbb6c94286
Description: debug symbols for libtraprain-client-0-1
Auto-Built-Package: debug-symbols
Build-Ids: 16b00d5dd9dd0a7f4e37cb50e2e9d95718d0f5e2
Multi-Arch: same

Package: libtraprain-client-0-dev
Priority: optional
Section: libdevel
Installed-Size: 551
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: gir1.2-traprainclient-0 (= 0.2023.0bv2024dev2b1), libtraprain-client-0-1 (= 0.2023.0bv2024dev2b1), libtraprain-common-0-dev (= 0.2023.0bv2024dev2b1), libglib2.0-dev
Filename: pool/target/t/traprain/libtraprain-client-0-dev_0.2023.0bv2024dev2b1_arm64.deb
Size: 73524
MD5sum: da7af02d978e83d2819733c3ef619463
SHA1: adae59263d0d2af7f2100e56c0eaa068a2fe4082
SHA256: 42dcb65772061f2c17fa33ac9067f6a7f62eab93872ff24cf59f5184f760488b
SHA512: 0ef649dfb8a65c31a486a34257ff347aa3b1165f84d1976c88bff4a6ab5ba34d57f15f7ceb19ef6298994c5e38821a44d2af2428fd55b2990374ded9c2ba4122
Description: Navigation API - development library
 Navigation route list and guidance
 .
 This package contains development files for use by applications. and
 It is part of the SDK-API.
Multi-Arch: same

Package: libtraprain-common-0-0
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-common-0-1
Filename: pool/target/t/traprain/libtraprain-common-0-0_0.2023.0bv2024dev2b1_all.deb
Size: 8220
MD5sum: 5be40741a2be82eade73eb11c635300d
SHA1: db608bab460c73b648b88f16eea835de26cd3347
SHA256: a54e07e25626dd1b2a996d09d76a54c2d16f449b3a7f0bdde9f770cfa6d4f38f
SHA512: 1342e917673383b9201de22b18f6c530789b8aac27f3068dbc98e37c19c8722d8d49b35d4ffdeef2404d4b8560c5df4b3b0056c251bf783ed39b901c8a1d8a10
Description: Navigation API - transitional package
 Navigation route list and guidance
 .
 This is a transitional package. It can safely be removed.

Package: libtraprain-common-0-1
Priority: optional
Section: libs
Installed-Size: 167
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: libtraprain-common-0-0 (<< 0.2022.2~)
Provides: libtraprain-common-0-0
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3)
Breaks: libtraprain-common-0-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/libtraprain-common-0-1_0.2023.0bv2024dev2b1_arm64.deb
Size: 29340
MD5sum: b51c2f390ea4102680aea9ea188189ee
SHA1: 0e38082d7c65452c2c64d5891fe1cc752c419c0e
SHA256: 3fab11f7aee138f49fb921ef56b5b98005ad878a2f371133a3e49a335d625f0f
SHA512: 339fedf9df11062a7ff2d727acd384addd26526343d88a8e29ba396efc79db7b9644fa925d0104403e92ccaff4c39ace7c510ac248bbb4737efe05b9f5da5863
Description: Navigation API - shared library
 Navigation route list and guidance
 .
 This package contains the shared library used by the client
 and service libraries. It is part of the SDK-API.
Multi-Arch: same

Package: libtraprain-common-0-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 97
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-common-0-1 (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/libtraprain-common-0-1-dbgsym_0.2023.0bv2024dev2b1_arm64.deb
Size: 74156
MD5sum: d4060bc782c522780524de8c87f88cd8
SHA1: 122bc9b2fd7344682d8f26290ea796459d990860
SHA256: 861555d57bde518f11555a2e26c26d719573e68edf3c05c7f348ac66c7a53d17
SHA512: 313fd5b1bd6196da5f0cb931d90129eff31fab0e0f4f3d57471ea5b78920ce8b95f4397fcc043a7bebd235efc5e18ba30ecfc1b7ce4219ff6ca2ad7181c1a2e5
Description: debug symbols for libtraprain-common-0-1
Auto-Built-Package: debug-symbols
Build-Ids: 927eafa510399c2a952935fbbde3feaa5e27631d
Multi-Arch: same

Package: libtraprain-common-0-dev
Priority: optional
Section: libdevel
Installed-Size: 325
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: gir1.2-trapraincommon-0 (= 0.2023.0bv2024dev2b1), libtraprain-common-0-1 (= 0.2023.0bv2024dev2b1), libglib2.0-dev
Filename: pool/target/t/traprain/libtraprain-common-0-dev_0.2023.0bv2024dev2b1_arm64.deb
Size: 46524
MD5sum: 1cec16e19c2cdb6a9265c057e1527069
SHA1: ea83739bc1924404b3a79ca9eb8565df08470cb0
SHA256: dacfb90751ccb7816bfcf0eb62db9d43573ad70a72a8e49bee7bea9db9525327
SHA512: 10b7095a5adfc8f46e2d0acbc3ac933970f65f6ecd8c052019cd4e1319ccd0b4a02f822c854c934d79e06b787d753ff21eb2fd8ab3b1a3412d1c7f94d5d8f024
Description: Navigation API - development library
 Navigation route list and guidance
 .
 This package contains development files for use by applications and
 navigation services. It is part of the SDK-API.
Multi-Arch: same

Package: libtraprain-guidance-0-0
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-guidance-0-1
Filename: pool/target/t/traprain/libtraprain-guidance-0-0_0.2023.0bv2024dev2b1_all.deb
Size: 8224
MD5sum: d24546032a082ab446e5aea7b5aad258
SHA1: cd9710c81bd78c41c8d273f63a95ff9676fcab1b
SHA256: 1e341c6122c609f64fe38df935b6afa8bf0bf24982c8715235abcff07d96ce90
SHA512: 089214e3fdbc908361b36ab9490e073fbd893852a9ec367d8c40095ec520af601e6dba6326c6fb9eac9294537a317d2bb09312bea6abed072d12eb6bcb5ca78f
Description: Guidance API - transitional package
 Navigation guidance turn-by-turn service
 .
 This is a transitional package. It can safely be removed.

Package: libtraprain-guidance-0-1
Priority: optional
Section: libs
Installed-Size: 164
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: libtraprain-guidance-0-0 (<< 0.2022.2~)
Provides: libtraprain-guidance-0-0
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.37.3)
Breaks: libtraprain-guidance-0-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/libtraprain-guidance-0-1_0.2023.0bv2024dev2b1_arm64.deb
Size: 31608
MD5sum: bd218312403e71874f88dc781d6787c2
SHA1: 9e9eaaa354acf47d1b26f4ffa631b70c8124ff54
SHA256: bb26d453a3ce96a9860a1993f77961dc11952563819216f3de9cf100c976b6e2
SHA512: 5cc0c479c0913f8a23cedbd4d805f38f40d5217dba4adcc8bbe897b842f7e5955add563c5bd6741df044688789c040e7d0cc66a0620214be286b7fc296272bdc
Description: Guidance API - service shared library
 Navigation guidance turn-by-turn service
 .
 This package contains the shared library used by guidance UI to
 implement the turn-by-turn notification service.
 It is part of the SDK-API.
Multi-Arch: same

Package: libtraprain-guidance-0-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 162
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-guidance-0-1 (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/libtraprain-guidance-0-1-dbgsym_0.2023.0bv2024dev2b1_arm64.deb
Size: 116688
MD5sum: 67d24c401be9f31397662ba6807c307f
SHA1: 01eb9a4a51bfdd852a12d05b65f39b02f2420335
SHA256: 9e89b301c0b880bdb2d4db1298e95e9d9525a1daf1c135bdb494fce76c7e0589
SHA512: eb554954ea8e430e64b581069efac6dd0ec935c62d98ce5e4fc42d359f0c5c752e8a7d0f7859344e7955bfd7d808898135020bcc633fa52aadc90b74dd3c0a66
Description: debug symbols for libtraprain-guidance-0-1
Auto-Built-Package: debug-symbols
Build-Ids: d58c83281bc73ad27af3e0ea7a1166d36b98e525
Multi-Arch: same

Package: libtraprain-guidance-0-dev
Priority: optional
Section: libdevel
Installed-Size: 304
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: gir1.2-traprainguidance-0 (= 0.2023.0bv2024dev2b1), libtraprain-guidance-0-1 (= 0.2023.0bv2024dev2b1), libtraprain-client-0-1 (= 0.2023.0bv2024dev2b1), libglib2.0-dev
Filename: pool/target/t/traprain/libtraprain-guidance-0-dev_0.2023.0bv2024dev2b1_arm64.deb
Size: 41444
MD5sum: 2a5dbbdcc0c7205070fc4724f35d2a15
SHA1: e14d2f31ae8b0b44d3fe003a89311564d983ea8d
SHA256: 36062c883f74615e2ed16d7985693a3d8d642dbc931aec5e8e9b6bbb87eaa89b
SHA512: 5ff3cb29506a645743e9afa18a9d425548b8780bb864d54eb1ff161ca6a0ff8320084140b0f1c8f6ece45a11337134531c6387eaf1fa7efadc50e7780ba7df32
Description: Guidance API - development library
 Navigation guidance turn-by-turn service
 .
 This package contains development files for use by
 guidance UI service. It is part of the SDK-API.
Multi-Arch: same

Package: libtraprain-service-0-0
Priority: optional
Section: oldlibs
Installed-Size: 28
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: all
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-service-0-1
Filename: pool/target/t/traprain/libtraprain-service-0-0_0.2023.0bv2024dev2b1_all.deb
Size: 8228
MD5sum: 3f8e65d3a49391d7cf46d658c795cdb9
SHA1: fde414f3c80f50d566f39808b1a671842604f842
SHA256: 24ed10aeacd23b6407cbe40e04a30c227ba5bab5d24b014ed56a8246428b0a7d
SHA512: d158d1748aad40d750cb1a2e9206974122cd63c0db6e76d9a76f44fa663c7f0382f58efab06a8dd7ca0eb228dcd3f9556c75fd111599f5c63edd443a0e059a1c
Description: Navigation API - transitional package
 Navigation route list and guidance
 .
 This is a transitional package. It can safely be removed.

Package: libtraprain-service-0-1
Priority: optional
Section: libs
Installed-Size: 229
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Replaces: libtraprain-service-0-0 (<< 0.2022.2~)
Provides: libtraprain-service-0-0
Depends: libtraprain-common-0-1 (= 0.2023.0bv2024dev2b1), libc6 (>= 2.17), libglib2.0-0 (>= 2.59.0)
Breaks: libtraprain-service-0-0 (<< 0.2022.2~)
Filename: pool/target/t/traprain/libtraprain-service-0-1_0.2023.0bv2024dev2b1_arm64.deb
Size: 50064
MD5sum: 53530ff10a4fb516b4ad5f6c2021a5f6
SHA1: 3313edda002d85ebac727c5af6d01581ca73dbeb
SHA256: ab4ac36bff86e7a58e7539d913d989778ffa117a60be347bf6fc573d311eb08f
SHA512: 636e71e9ca411a996b608171b32767974132ec8dfecdb53047a965dbc6e90ac37ca6fedf6e1a600bb6ef0abcd82f6bb6aa7a1a70b0d29a295158300009428218
Description: Navigation API - service shared library
 Navigation route list and guidance
 .
 This package contains the shared library used by navigation
 services. It is part of the SDK-API.
Multi-Arch: same

Package: libtraprain-service-0-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 263
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-service-0-1 (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/libtraprain-service-0-1-dbgsym_0.2023.0bv2024dev2b1_arm64.deb
Size: 205888
MD5sum: f620815c04a20fbd74f78718180254fa
SHA1: bbe4ad8cb66e7f8f331e7eb25bf39c6038faa174
SHA256: cda5301a689cb13f4c7a745423e03c595e7e1818395d174b1288522be5dcbf51
SHA512: 24215c1eee8034add27c8b05eb3af1249bdde01d8b1a8ddb541a765022da7f162f159ed9bbc2f70f1c3fbac905cae2493fcb0580155c19b38079e5acf6a9b37e
Description: debug symbols for libtraprain-service-0-1
Auto-Built-Package: debug-symbols
Build-Ids: 5ecd0da94f29973a33ffb59b942bb8832f542c21
Multi-Arch: same

Package: libtraprain-service-0-dev
Priority: optional
Section: libdevel
Installed-Size: 517
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: gir1.2-traprainservice-0 (= 0.2023.0bv2024dev2b1), libtraprain-service-0-1 (= 0.2023.0bv2024dev2b1), libtraprain-common-0-dev (= 0.2023.0bv2024dev2b1), libglib2.0-dev
Filename: pool/target/t/traprain/libtraprain-service-0-dev_0.2023.0bv2024dev2b1_arm64.deb
Size: 70572
MD5sum: d54f50fd9bc6429179fc423902a524f3
SHA1: 4be8a706e16646a80ce230b344494eb9a72b7952
SHA256: 359a3e7fa2fd8c3e744c429672e86581be806e6f24b7aabf6c46a0ea99ec72c6
SHA512: b24acf1759d1b611a83f2684f9563f11480190e2c81b45eeab607fe9b26523a7928bc721616abea46ff17956707f57d1eed8ad65d0d45c0fd6d2998b14456a6b
Description: Navigation API - development library
 Navigation route list and guidance
 .
 This package contains development files for use by
 navigation services. It is part of the SDK-API.
Multi-Arch: same

Package: libtsan2
Priority: optional
Section: libs
Installed-Size: 7914
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34), libgcc-s1 (>= 3.3)
Filename: pool/target/g/gcc-12/libtsan2_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 2178812
MD5sum: c58fc2c8c4a726abea252ea7e699eb79
SHA1: 7b6f3cb6335d1a05e6a30f260a18f793a29cda27
SHA256: 0b6274cd68925d95f75ec37024afcc3beadc42b77e418d04f9c34f4065c20beb
SHA512: 2fd9d6d10e660d8ca685ea29b361b18b80589d6668f2eb77eaef0a88fde9bf683369ff5281427bc87fc79b68a8a93aca1271c8206930ef2889b15b36490c91c5
Description: ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
 ThreadSanitizer (Tsan) is a data race detector for C/C++ programs.
 The Linux and Mac versions are based on Valgrind.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libturbojpeg-java
Priority: optional
Section: java
Installed-Size: 127
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: all
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis0bv2024dev2b1
Depends: libturbojpeg0 (>= 1:2.1.5-2+apertis0bv2024dev2b1)
Filename: pool/target/libj/libjpeg-turbo/libturbojpeg-java_2.1.5-2+apertis0bv2024dev2b1_all.deb
Size: 90808
MD5sum: 445b33105c852a5d64171893f8379584
SHA1: 1f6dbb2f49c9b1a23dc0b013ad6d65d423f55d99
SHA256: d65c8657e374adbf26ada9a627a292a70061b7a566cd069f6108b178bce82f29
SHA512: bdef12f8928d54c6bd3d3c98e51490feb0e3ffb4755b47c67e912ef2a3a36ca54924f322e91467781797301e99f9d5715082e042aca06fe2b02c75ec39a0c4d4
Description: Java bindings for the TurboJPEG library
 The libjpeg-turbo JPEG library is a library for handling JPEG files.
 .
 libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
 SSE2, NEON) to accelerate baseline JPEG compression and decompression
 on x86, x86-64, and ARM systems.
 .
 This package contains the Java bindings.
Homepage: https://www.libjpeg-turbo.org/

Package: libturbojpeg0
Priority: optional
Section: libs
Installed-Size: 543
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: arm64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Replaces: libturbojpeg
Depends: libc6 (>= 2.17)
Conflicts: libjpeg-turbo8, libturbojpeg
Filename: pool/target/libj/libjpeg-turbo/libturbojpeg0_2.1.5-2+apertis1bv2024dev2b3_arm64.deb
Size: 203988
MD5sum: 05bfe020e7fa081ac85fcf508b23ce6a
SHA1: a8227db6a54a2c2e25d230cb818a1abebdd127ea
SHA256: 3a73b06a89e766d7372371de1cc29e49369cdb81f4251dea9c1cb05b05a546ee
SHA512: cb9affb36c248f7569b8305d151f4d27f7cd31e42b4a9701b4e1cf63f66a5a5f62463585f240fed887313ff049d83b3682cc58b0f0d1a1751fe4e74be635236f
Description: TurboJPEG runtime library - SIMD optimized
 The libjpeg-turbo JPEG library is a library for handling JPEG files.
 .
 libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
 SSE2, NEON) to accelerate baseline JPEG compression and decompression
 on x86, x86-64, and ARM systems.
 .
 This package contains the TurboJPEG shared runtime library.
Homepage: https://www.libjpeg-turbo.org/
Multi-Arch: same

Package: libturbojpeg0-dbgsym
Priority: optional
Section: debug
Installed-Size: 729
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: arm64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Depends: libturbojpeg0 (= 1:2.1.5-2+apertis1bv2024dev2b3)
Filename: pool/target/libj/libjpeg-turbo/libturbojpeg0-dbgsym_2.1.5-2+apertis1bv2024dev2b3_arm64.deb
Size: 703216
MD5sum: 063581a919a6b6ef888e39b566f4d689
SHA1: eb36bfa452b872d925219a137ccc42f81ac9a476
SHA256: df7953d74a8caa35adc720a9ac0a7cb6df1b2b0948e5fa0c73d3d3a9e03371f9
SHA512: 5ed9bd3178e1964d35478cc0bba8e382cd289f3956866cafa0026a84ec5bab8e83d29a333b9b45a03cd6de093905071924f9b82e659be305d1de41a5036b930d
Description: debug symbols for libturbojpeg0
Auto-Built-Package: debug-symbols
Build-Ids: 6e0d2a18ddf8f7bfff8fef1be7dbde4b4ba2ba74
Multi-Arch: same

Package: libturbojpeg0-dev
Priority: optional
Section: libdevel
Installed-Size: 785
Maintainer: Ondřej Surý <ondrej@debian.org>
Architecture: arm64
Source: libjpeg-turbo
Version: 1:2.1.5-2+apertis1bv2024dev2b3
Replaces: libturbojpeg-dev
Provides: libturbojpeg-dev
Depends: libturbojpeg0 (= 1:2.1.5-2+apertis1bv2024dev2b3)
Conflicts: libjpeg-turbo8-dev, libturbojpeg-dev, libturbojpeg1-dev
Filename: pool/target/libj/libjpeg-turbo/libturbojpeg0-dev_2.1.5-2+apertis1bv2024dev2b3_arm64.deb
Size: 238684
MD5sum: 76b8a4ff8e6e88fa063e14fded0eff95
SHA1: 3433f40fb513789c67a45e196a29db873226b086
SHA256: b0847306c09dab29d1ff72665b8b892c56be07e4e1ff8323e74c34c757c25fb8
SHA512: b9841f9febd70676270406026bdd70371990939858e9d55e54af3a42003a95c1a84f72f63ec07ad4df851252746c2ae3f1b75c55f9da5c88362e9ea4594effe4
Description: Development files for the TurboJPEG library
 The libjpeg-turbo JPEG library is a library for handling JPEG files.
 .
 libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
 SSE2, NEON) to accelerate baseline JPEG compression and decompression
 on x86, x86-64, and ARM systems.
 .
 This package contains the static library, headers and documentation for
 the TurboJPEG library.
Homepage: https://www.libjpeg-turbo.org/
Multi-Arch: same

Package: libubi-dev
Priority: optional
Section: libdevel
Installed-Size: 107
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Filename: pool/target/m/mtd-utils/libubi-dev_2.1.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 26284
MD5sum: 1e879ba1101b27a01bfcb30f2e52e6fb
SHA1: c0f0b3fb2eb9cd92b128c7c92c7a40f3c9938d69
SHA256: d447872e59bb6585a9c7a27bd377ea4d2c84c69fc6e7ef901b86ea4bc51fedaf
SHA512: 3b543882e7a05304da84ff56811f439675b988e73c1fb172566edeb2518f5e77bf91dede96013fced989f3871ad67ec4fe7112e6220df5bca017be0f70996bf1
Description: UBIFS Development Libraries
 Development header and libraries for manipulating unsorted block
 image file systems.
Homepage: http://www.linux-mtd.infradead.org/
Multi-Arch: same

Package: libubsan1
Priority: optional
Section: libs
Installed-Size: 2706
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: arm64
Source: gcc-12
Version: 12.2.0-14+apertis1bv2024dev2b2
Depends: gcc-12-base (= 12.2.0-14+apertis1bv2024dev2b2), libc6 (>= 2.34), libgcc-s1 (>= 3.3), libstdc++6 (>= 4.1.1)
Filename: pool/target/g/gcc-12/libubsan1_12.2.0-14+apertis1bv2024dev2b2_arm64.deb
Size: 861648
MD5sum: 1234f23bd9f4e2bd59557e58bb4e76b4
SHA1: f5aa4d99d7f04562c2ea44cb73ce518cb4057a1e
SHA256: 8aadc717c6b5ca9f8353bf35551980850f3f24aecdb81269a2f9e7c21105fca6
SHA512: 7ea8ae6abd2a4e2aacc925aa089712fa0f623d58d04f1b258dfbdde63671e351b9b0af209fbea56d6ab951ae410074e9856c86640505f2f88df96ee8dc6b23f1
Description: UBSan -- undefined behaviour sanitizer (runtime)
 UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined.
 Various computations will be instrumented to detect undefined behavior
 at runtime. Available for C and C++.
Homepage: http://gcc.gnu.org/
Multi-Arch: same

Package: libuchardet-dev
Priority: optional
Section: libdevel
Installed-Size: 376
Maintainer: James Cowgill <jcowgill@debian.org>
Architecture: arm64
Source: uchardet
Version: 0.0.7-1+apertis1bv2024dev2b1
Depends: libuchardet0 (= 0.0.7-1+apertis1bv2024dev2b1)
Filename: pool/target/u/uchardet/libuchardet-dev_0.0.7-1+apertis1bv2024dev2b1_arm64.deb
Size: 78244
MD5sum: b603e9b2fc65aebd687c83e61144a49a
SHA1: 5abb1b28f5e435844356c27043eb6a1b303ffdab
SHA256: 28591c384e7da342f64c847d0ac7440f7321eb16304e9f8bf392bad8fbfa003a
SHA512: 98f76f3b16845083d157d54317f5870adb167517ed3bdd49b1a58aad2fcbf498bff949970b232b9d2ac46e3ec6587c5c98ce9d1d0e68f28f7676728f6ad076c5
Description: universal charset detection library - development files
 uchardet is a C language binding of the original C++ implementation
 of the universal charset detection library by Mozilla.
 .
 uchardet is a encoding detector library, which takes a sequence of
 bytes in an unknown character encoding without any additional
 information, and attempts to determine the encoding of the text.
 .
 This package contains the development support files.
Homepage: https://www.freedesktop.org/wiki/Software/uchardet/
Multi-Arch: same

Package: libuchardet0
Priority: optional
Section: libs
Installed-Size: 210
Maintainer: James Cowgill <jcowgill@debian.org>
Architecture: arm64
Source: uchardet
Version: 0.0.7-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1)
Filename: pool/target/u/uchardet/libuchardet0_0.0.7-1+apertis1bv2024dev2b1_arm64.deb
Size: 67876
MD5sum: 1ccd70eb9e47f29930ec3c967a420e25
SHA1: 692a69427d3fe452f7a25ad41755782b78d86f1d
SHA256: 647f3a0834e7fecbd33182c4a2a39ec9ad0669ac9d9eceea06460b0861de503c
SHA512: 367eaabd73a14271fa34074ca12b94880cda5b8ddea95e40a6a5a069da324ac5238e9b96d7937da29e48dcfd5cd47255e174a60a1006e9b76380dd5f6fd43ab4
Description: universal charset detection library - shared library
 uchardet is a C language binding of the original C++ implementation
 of the universal charset detection library by Mozilla.
 .
 uchardet is a encoding detector library, which takes a sequence of
 bytes in an unknown character encoding without any additional
 information, and attempts to determine the encoding of the text.
 .
 This package contains the shared library.
Homepage: https://www.freedesktop.org/wiki/Software/uchardet/
Multi-Arch: same

Package: libuchardet0-dbgsym
Priority: optional
Section: debug
Installed-Size: 111
Maintainer: James Cowgill <jcowgill@debian.org>
Architecture: arm64
Source: uchardet
Version: 0.0.7-1+apertis1bv2024dev2b1
Depends: libuchardet0 (= 0.0.7-1+apertis1bv2024dev2b1)
Filename: pool/target/u/uchardet/libuchardet0-dbgsym_0.0.7-1+apertis1bv2024dev2b1_arm64.deb
Size: 70328
MD5sum: 773fed329804acd6f8dd8e1bb0ea1836
SHA1: f83b1f95ce3afafb36d89db35eda8a60bb543628
SHA256: f3d4d9c2eb33ca8e9734ec977cdd75bb18e282aea90530a24aa2da0131e2c5fa
SHA512: dfb6a69c76cec7722979e4ba19d0a93ef2fe9f2f8e671cb8d66c0b8ee3494535447059ee7d36a4217db609d7c565f776c365443e1d564e84b99124fa845f671b
Description: debug symbols for libuchardet0
Auto-Built-Package: debug-symbols
Build-Ids: 521e8728f3d2fdee4bae7e2b6abb459e76549b9e
Multi-Arch: same

Package: libudev-dev
Priority: optional
Section: libdevel
Installed-Size: 150
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libudev1 (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libudev-dev_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 61388
MD5sum: a49d31302774555860aece24dafa81c4
SHA1: 6f1c3c3e434ce03c92ddbea566d931a5853ec8ed
SHA256: 2821c638aefb1a5b60248f34ceac21a3b4d49d56c2cab6c1ac6b07b473043d39
SHA512: 73853e5f78050020ce17c2d035fe4cd00bc0ea7521495b2bbebf378dddf79bd170f2a12b0475923349e7f3fdffbea11813b23b08dfd5ef0689bced7342701391
Description: libudev development files
 This library provides APIs to introspect and enumerate devices on the local
 system.
 .
 This package contains the files needed for developing applications that
 use libudev.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: same

Package: libudev1
Priority: optional
Section: libs
Installed-Size: 269
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/systemd/libudev1_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 111740
MD5sum: ae793c412739f1b1aab51bea1d0f82de
SHA1: 932a1472f7b469705f55c8b07fd9953f608adf02
SHA256: 8a795ee646811818ecf8e548f3f3690b928369e36eebe59cff90b832d77670d8
SHA512: 8d15fa9e2e7cc7058f7134c5f60654f6e06f8a47a8362893368cb82e2aad4deab976916786ba03f1ba1a0fc87beb4b84f07acda8b5ad43a9b7fb25399ce258e0
Description: libudev shared library
 This library provides APIs to introspect and enumerate devices on the local
 system.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: same

Package: libudev1-dbgsym
Priority: optional
Section: debug
Installed-Size: 513
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libudev1 (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/libudev1-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 390116
MD5sum: 56a44b85d2000936077b5d4ad1213c16
SHA1: d0bdaf3468f79e14e649f47eec2df3f256272599
SHA256: 1b12bbb4e89f66821f136008a5f7e968ba088d728907f49e229a7c65d04a51a2
SHA512: faffc6524c0c4038683a6d3b88e38e878458d7c8e58e5bd984ba36e2e82a967f4adbea7afc5c7870ad11a8f2fff60fb1aee45982794918d3165307b4e62e5c65
Description: debug symbols for libudev1
Auto-Built-Package: debug-symbols
Build-Ids: 6d5cd534cddeebde15bb60751defbe432fb7ef3e
Multi-Arch: same

Package: libudisks2-0
Priority: optional
Section: libs
Installed-Size: 850
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.50)
Filename: pool/target/u/udisks2/libudisks2-0_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 140960
MD5sum: cb9b29151f5fbfbdd43238c4a278f476
SHA1: daa89064b4973878bed7440f0029d454b08d7b2a
SHA256: 54d880beefa62df691490416c43213c809cda54e0db7cc0a15a4f8f967bbab3e
SHA512: d8eeee99f1434735221287ad70ac4c2b6f133961b2b72b6efc070ad41d842eaf2f781fa1b6de9e19e61225e9b617263ec71ad76437372df87c35b65894fe5159
Description: GObject based library to access udisks2
 The udisks daemon serves as an interface to system block devices,
 implemented via D-Bus. It handles operations such as querying, mounting,
 unmounting, formatting, or detaching storage devices such as hard disks
 or USB thumb drives.
 .
 This provides a convenience library for communicating with udisks2 from
 GObject based programs.
Homepage: https://www.freedesktop.org/wiki/Software/udisks
Multi-Arch: same

Package: libudisks2-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 756
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: libudisks2-0 (= 2.9.4-4+apertis1bv2024dev3b1)
Filename: pool/target/u/udisks2/libudisks2-0-dbgsym_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 473312
MD5sum: ed543ad3dc39b561bbb6591d65cda289
SHA1: b3ee621953d92895743931e59e6de0f860b4fbb2
SHA256: 4d97ff6009945072cf6ea2a2947f43c4e7fe8abc2bc5c7ab716de8aa6d090117
SHA512: 77a2d1eb4051ee97e12427a96fa05760e16b52e87d60cb8d176556a56f2de15d4d953b441f609b776ac0e9cc3a5fd49928d5c2c43822d01e578bf9e886b26890
Description: debug symbols for libudisks2-0
Auto-Built-Package: debug-symbols
Build-Ids: e81bb3124d0a7a028100c2dec6cd1137f8e6048d
Multi-Arch: same

Package: libudisks2-dev
Priority: optional
Section: libdevel
Installed-Size: 6156
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: gir1.2-udisks-2.0 (= 2.9.4-4+apertis1bv2024dev3b1), libudisks2-0 (= 2.9.4-4+apertis1bv2024dev3b1)
Filename: pool/target/u/udisks2/libudisks2-dev_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 302036
MD5sum: b94775149ee41c8fa4998eb6a1150ec3
SHA1: 678a4c4e711a30f9079380ff91f4da40675fcd65
SHA256: d795f127a7bb8f0f8a23464e8b73fe1bdf538aa00302a5fe130fcaca61c387b8
SHA512: 60740a27063f75202b25a19c243733ebe287bcbd99c464c66acbb9989953351526eb1af05911dd42c9f9e458684b7ec2a5b535a1aa3f57837b7cf30f0a3d5bd1
Description: GObject based library to access udisks2 - development files
 The udisks daemon serves as an interface to system block devices,
 implemented via D-Bus. It handles operations such as querying, mounting,
 unmounting, formatting, or detaching storage devices such as hard disks
 or USB thumb drives.
 .
 This package contains files that are needed to build applications using
 libudisks.
Homepage: https://www.freedesktop.org/wiki/Software/udisks
Multi-Arch: same

Package: libunistring-dev
Priority: optional
Section: libdevel
Installed-Size: 3368
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: arm64
Source: libunistring
Version: 1.0-2+apertis1bv2024dev3b1
Depends: libunistring2 (= 1.0-2+apertis1bv2024dev3b1)
Filename: pool/target/libu/libunistring/libunistring-dev_1.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 598224
MD5sum: fab5560f2232de0db27f11a044a9c772
SHA1: b201516a6e797247b0d08bad8a5df7963210825b
SHA256: f8a627782fc36ebd867110b03c2bd0a34178caa52b9aa0c2af7de7d21c85d86b
SHA512: 221be87f9b43294f6ccc95f1719962b5f2b5ffb8a8b73fa6a342e3ca9833e8b34f214e292ade761eda2ad535fc8c470ecfadcc532cbff131c6b29519b3ace39c
Description: Unicode string library for C - development files
 The 'libunistring' library implements Unicode strings (in the UTF-8,
 UTF-16, and UTF-32 encodings), together with functions for Unicode
 characters (character names, classifications, properties) and
 functions for string processing (formatted output, width, word
 breaks, line breaks, normalization, case folding, regular
 expressions).
 .
 This package contains the development support files needed to compile
 and link against libunistring, as well as the documentation in Info
 and HTML format.
Homepage: https://www.gnu.org/software/libunistring/
Multi-Arch: same

Package: libunistring2
Priority: optional
Section: libs
Installed-Size: 1828
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: arm64
Source: libunistring
Version: 1.0-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libu/libunistring/libunistring2_1.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 433280
MD5sum: 56e5f6694e3fee7979571a7529bac174
SHA1: 13a377d9ca54d6f5efd149163b92a2f8b6075c27
SHA256: f908bd09bc18ee2582ed4bb559e2b83a1ed77fe9504775f232bb3a24c0716e8b
SHA512: 687ce3dc62b2a2b47bb6e5e3c51e33b5036263bee751cd93ca63314cb58dada5ffa630b86961ee7cab120d0d0feded7d6d0737ea8b74e2f6a0568aeafd1b88d5
Description: Unicode string library for C
 The 'libunistring' library implements Unicode strings (in the UTF-8,
 UTF-16, and UTF-32 encodings), together with functions for Unicode
 characters (character names, classifications, properties) and
 functions for string processing (formatted output, width, word
 breaks, line breaks, normalization, case folding, regular
 expressions).
 .
 This package contains the shared library.
Homepage: https://www.gnu.org/software/libunistring/
Multi-Arch: same

Package: libunistring2-dbgsym
Priority: optional
Section: debug
Installed-Size: 508
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: arm64
Source: libunistring
Version: 1.0-2+apertis1bv2024dev3b1
Depends: libunistring2 (= 1.0-2+apertis1bv2024dev3b1)
Filename: pool/target/libu/libunistring/libunistring2-dbgsym_1.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 417292
MD5sum: 93969f2dd46de750f63a59d2f3b1e37b
SHA1: 8def8b6d41e2f3ded202989b49b5ae5911a71e2f
SHA256: 3511a6ed5f639b1fcd9539354eb0c4b175e813dbcf0eba59fe22960cc0b61098
SHA512: b40f0152a99afe8f35b90612ae3e5c429baf49507ea31c6c1d22b7842cc2acad1cdd06d36c13ca40abe54774e65459a9298d62c5299e12b511f662cdfed91925
Description: debug symbols for libunistring2
Auto-Built-Package: debug-symbols
Build-Ids: 1259ba5ec2258a8b66f27daab60fc9f68959d5c0
Multi-Arch: same

Package: libunwind-15
Priority: optional
Section: libs
Installed-Size: 293
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libunwind-x.y
Provides: libunwind-x.y
Depends: libc6 (>= 2.34)
Conflicts: libunwind-x.y
Filename: pool/target/l/llvm-toolchain-15/libunwind-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 225428
MD5sum: fa294811dea19e94fc75d57cafaf95c3
SHA1: aa9367a8118bf21292cfbf62c79695a7ffb005b4
SHA256: abf1ba88667c520af03608a32028bf1b5ec0fb22b658aa16b72d6d774c8c3736
SHA512: 50d6275ef38be0225c4f065aeba9ea3a510c21a7dc1f6a6f7290a77657d07a86e8f581966ffc1ab1ae8bd2ff351e3546ea24f36a3177f255d4893a135fdbbb2f
Description: production-quality unwinder
 libunwind is a production-quality unwinder, with platform support for DWARF
 unwind info, SjLj, and ARM EHABI.
 .
 The low level libunwind API was designed to work either in-process (aka local)
 or to operate on another process (aka remote), but only the local path has
 been implemented. Remote unwinding remains as future work.
Homepage: https://www.llvm.org/
Multi-Arch: same

Package: libunwind-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 42
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libunwind-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/libunwind-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 18892
MD5sum: a933040d6f3a5555b59d8886e61fcb80
SHA1: d068feabe84903617bc3cdd257030fd57d66759c
SHA256: 419417ff623b4fbb7e94ac7da7e4ae406545d5f35331d5c96df026f3385203ed
SHA512: 6d75bdcaf08ce2730db3118e5cea7a7b0d94ce6c03cce8d35ba872c1289a424f7f04aa3f17119eb0c641cd1cf4ebcfae07a0e3a35bcefaae9a9ba4a57ba66057
Description: debug symbols for libunwind-15
Auto-Built-Package: debug-symbols
Build-Ids: 2c11ce9fc9fedc597e027f3fd2e8889cc518c7da
Multi-Arch: same

Package: libunwind-15-dev
Priority: optional
Section: libdevel
Installed-Size: 435
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: libunwind-dev, libunwind-x.y-dev
Provides: libunwind-dev, libunwind-x.y-dev
Depends: libunwind-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Conflicts: libunwind-dev, libunwind-x.y-dev
Filename: pool/target/l/llvm-toolchain-15/libunwind-15-dev_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 243944
MD5sum: 54aa1ef27141e1aab133e3f05ea69f38
SHA1: 8d989f413feb16b31deb3683f0c196862bd9ed2e
SHA256: f47d92a326c3cd0d793cca3075143a377eb483b9b446e6eca5c0705e1ac82b41
SHA512: 388fba011387e2f45f880c2b497bfb0b3bf38716a7b0ad875a6072e4d67bab628cc010044b001507d0ddfcd6f4852c55aa75b2b6f0745eada70e97478e8b0206
Description: production-quality unwinder
 libunwind is a production-quality unwinder, with platform support for DWARF
 unwind info, SjLj, and ARM EHABI.
 .
 The low level libunwind API was designed to work either in-process (aka local)
 or to operate on another process (aka remote), but only the local path has
 been implemented. Remote unwinding remains as future work.
Homepage: https://www.llvm.org/
Multi-Arch: same

Package: libunwind-dev
Priority: optional
Section: libdevel
Installed-Size: 2852
Maintainer: Adrian Bunk <bunk@debian.org>
Architecture: arm64
Source: libunwind
Version: 1.6.2-3+apertis0bv2024dev3b1
Replaces: libunwind8-dev (<< 1.1-3.2)
Provides: libunwind8-dev
Depends: libunwind8 (= 1.6.2-3+apertis0bv2024dev3b1), liblzma-dev
Conflicts: libunwind1-dev, libunwind7-dev
Filename: pool/target/libu/libunwind/libunwind-dev_1.6.2-3+apertis0bv2024dev3b1_arm64.deb
Size: 440696
MD5sum: 1d69bd1e4f595b08911cfd04a9b56144
SHA1: a7919750ee7ded58d41559eccc8669bda166d6cf
SHA256: 7e5ebce4be645507e8d1eab090fb6cc380b8effa9d89c7d43517aea54a1afafb
SHA512: 78b2805d30704c64c94535e4e1d446d1cb2ce51d989111737f17b01b33b115045287dc909a46c4c9f67e474e291918ba181cfc72cde6a64311699016e0df6d1e
Description: library to determine the call-chain of a program - development
 The primary goal of this project is to define a portable and efficient C
 programming interface (API) to determine the call-chain of a program.
 The API additionally provides the means to manipulate the preserved
 (callee-saved) state of each call-frame and to resume execution at any
 point in the call-chain (non-local goto). The API supports both local
 (same-process) and remote (across-process) operation. As such, the API
 is useful in a number of applications.
 .
 This package includes the development support files.
Homepage: http://www.nongnu.org/libunwind
Multi-Arch: same

Package: libunwind-setjmp0
Priority: optional
Section: libs
Installed-Size: 90
Maintainer: Adrian Bunk <bunk@debian.org>
Architecture: arm64
Source: libunwind
Version: 1.6.2-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33), liblzma5 (>= 5.1.1alpha+20110809), libunwind8
Filename: pool/target/libu/libunwind/libunwind-setjmp0_1.6.2-3+apertis0bv2024dev3b1_arm64.deb
Size: 10248
MD5sum: 5c98f863040e1b73d27dfb46e43b49ac
SHA1: bcdb72b7e702c60890b3fda948ee7c07d054677c
SHA256: 98814ab412dad61431083991084c86bd7ebf6043af8d6d0fb054aa74bfa284af
SHA512: fd2d1197b62fff026613fff2e8b86446a59e13d3c4e26a76dd4db3b6bfc9554481f2476e238d5f2b4cf1a4e00a2a6fc1260019abd4ef0499ecda17a010e56299
Description: libunwind-based non local goto - runtime
 The unwind-setjmp library offers a libunwind-based implementation of
 non-local gotos. This implementation is intended to be a drop-in
 replacement for the normal, system-provided routines of the same name.
 The main advantage of using the unwind-setjmp library is  that  setting
 up a non-local goto via one of the setjmp() routines is very fast.
 .
 This package includes the shared library
Homepage: http://www.nongnu.org/libunwind

Package: libunwind-setjmp0-dbgsym
Priority: optional
Section: debug
Installed-Size: 26
Maintainer: Adrian Bunk <bunk@debian.org>
Architecture: arm64
Source: libunwind
Version: 1.6.2-3+apertis0bv2024dev3b1
Depends: libunwind-setjmp0 (= 1.6.2-3+apertis0bv2024dev3b1)
Filename: pool/target/libu/libunwind/libunwind-setjmp0-dbgsym_1.6.2-3+apertis0bv2024dev3b1_arm64.deb
Size: 13512
MD5sum: 3d264d338785f475684c43da80cc39ae
SHA1: 3bf238e8159137b1e36b6bbce2c27f5b7b0169be
SHA256: a99bfe5a2086bfc46df4902179fb58221ff9a7fb03ab48ac5b365f4d0bfe490d
SHA512: c38226419364fc4407077dac95287694d81cb1160fd2e82e595df577533ed479c097990addea6c861b2204590a3a773308b90601c5aba2f4e7b4a8e7168b1a5f
Description: debug symbols for libunwind-setjmp0
Auto-Built-Package: debug-symbols
Build-Ids: f098adfb18c397235e828999650df4336fb5d1cf

Package: libunwind-setjmp0-dev
Priority: optional
Section: libdevel
Installed-Size: 75
Maintainer: Adrian Bunk <bunk@debian.org>
Architecture: arm64
Source: libunwind
Version: 1.6.2-3+apertis0bv2024dev3b1
Depends: libunwind-dev (= 1.6.2-3+apertis0bv2024dev3b1), libunwind-setjmp0 (= 1.6.2-3+apertis0bv2024dev3b1)
Filename: pool/target/libu/libunwind/libunwind-setjmp0-dev_1.6.2-3+apertis0bv2024dev3b1_arm64.deb
Size: 21184
MD5sum: 9b6e30008c44657e178d13e7f07f62f9
SHA1: 1d8aa440c12bf2b059172ca42b680e926762fd8d
SHA256: 403b0050cbf543045dfb27c00ac3625fa8f45d4b1cb11b10f15d162818408aac
SHA512: f72df0e64c7858c8ddfd3aa18bb56c3ea88d40e8d1fed2428e154b9114ee59b8dc9d87c065228b18790c8d79a0c55e5d9bf040875d532e89303f7010d3d2192b
Description: libunwind-based non local goto - development
 The unwind-setjmp library offers a libunwind-based implementation of
 non-local gotos. This implementation is intended to be a drop-in
 replacement for the normal, system-provided routines of the same name.
 The main advantage of using the unwind-setjmp library is  that  setting
 up a non-local goto via one of the setjmp() routines is very fast.
 .
 This package includes the development support files
Homepage: http://www.nongnu.org/libunwind

Package: libunwind8
Priority: optional
Section: libs
Installed-Size: 362
Maintainer: Adrian Bunk <bunk@debian.org>
Architecture: arm64
Source: libunwind
Version: 1.6.2-3+apertis0bv2024dev3b1
Replaces: libgcc1 (<< 1:4.0.0-2)
Depends: libc6 (>= 2.34), liblzma5 (>= 5.1.1alpha+20110809)
Conflicts: libunwind1-dev
Filename: pool/target/libu/libunwind/libunwind8_1.6.2-3+apertis0bv2024dev3b1_arm64.deb
Size: 50796
MD5sum: 21b9acf7a2f10b294337d835cb0b6602
SHA1: c2beaf2830bdef46b2aedf2b4006ea6fa67d6bd5
SHA256: df644ff221ede086ada979041566f3fee8099540466a1e63250e6d92cbf96712
SHA512: ffb06f6e7b7eb37c053b915e17047412e4533dea1c4fb84b5f6e3103718712e7ee487c3a354232a5d5195fabdf38c34758c59454b428f4669876dd4a2c4dfef1
Description: library to determine the call-chain of a program - runtime
 The primary goal of this project is to define a portable and efficient C
 programming interface (API) to determine the call-chain of a program.
 The API additionally provides the means to manipulate the preserved
 (callee-saved) state of each call-frame and to resume execution at any
 point in the call-chain (non-local goto). The API supports both local
 (same-process) and remote (across-process) operation. As such, the API
 is useful in a number of applications.
 .
 This package includes the shared libraries
Homepage: http://www.nongnu.org/libunwind
Multi-Arch: same

Package: libunwind8-dbgsym
Priority: optional
Section: debug
Installed-Size: 434
Maintainer: Adrian Bunk <bunk@debian.org>
Architecture: arm64
Source: libunwind
Version: 1.6.2-3+apertis0bv2024dev3b1
Depends: libunwind8 (= 1.6.2-3+apertis0bv2024dev3b1)
Filename: pool/target/libu/libunwind/libunwind8-dbgsym_1.6.2-3+apertis0bv2024dev3b1_arm64.deb
Size: 386636
MD5sum: 9c807017bd8f118cbad1c6d8acb2c812
SHA1: d477b284707d35a7cd9660f7242d3f92312bcaac
SHA256: b26566ae0b55adcf7c8769ddf1ea752f0ca29a9789f272ad4629c972eb643895
SHA512: 944133576dc6df8be3fb858bdf420a5b910b58085c8edb964bfb4aaec92d37efe8fadfe878c2038e0d2c05c30f9d21276ca7dbb93ae649ca86418fc084bb1a0a
Description: debug symbols for libunwind8
Auto-Built-Package: debug-symbols
Build-Ids: 72408d7c4c08f495d050bcec474300edea2c527a ae3601e05f9eb489277cb84e7a458fab43ecca38 bf0fc3b4841c23730a715363a9691c5aa956a099 ec0ff9ba85bb69fb7917332ddee90b90484a601f
Multi-Arch: same

Package: libupower-glib-dev
Priority: optional
Section: libdevel
Installed-Size: 134
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: upower
Version: 0.99.20-2+apertis1bv2024dev2b1
Depends: gir1.2-upowerglib-1.0 (= 0.99.20-2+apertis1bv2024dev2b1), libupower-glib3 (= 0.99.20-2+apertis1bv2024dev2b1), libglib2.0-dev
Filename: pool/target/u/upower/libupower-glib-dev_0.99.20-2+apertis1bv2024dev2b1_arm64.deb
Size: 15352
MD5sum: ca451e36d106ecce73b614620dd9057a
SHA1: 71703c00ca9d701fb999d21640ad6345de7612fd
SHA256: 567d1b02100bda74f33fafd7f942095b0d5d2f8306d33b8c5c0b92fb07837c4b
SHA512: 74e94aa3c908fac475ea5f463c274aa1500347e200e800ecba89029c45bcbc8c0300edded7429ad38e38d47c908e00361a1b4a464aa256197afecd58c3a22726
Description: abstraction for power management - development files
 upower provides an interface to enumerate power sources on the system
 and control system-wide power management. Any application can access the
 org.freedesktop.UPower service on the system message bus. Some
 operations (such as suspending the system) are restricted using PolicyKit.
 .
 This package contains files that are needed to build applications.
Homepage: https://upower.freedesktop.org/
Multi-Arch: same

Package: libupower-glib3
Priority: optional
Section: libs
Installed-Size: 153
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: upower
Version: 0.99.20-2+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.58)
Recommends: upower
Breaks: gir1.2-upowerglib-1.0 (<< 0.99.18), upower (<< 0.99.18)
Filename: pool/target/u/upower/libupower-glib3_0.99.20-2+apertis1bv2024dev2b1_arm64.deb
Size: 34644
MD5sum: 136f121f8540ec99e64cf22887cf95df
SHA1: 78927e18b93d4efa9d0b9d07993ae6c1d91ada7b
SHA256: 98dd0aa08111e5fbee1dc4ff9e35ed5c32529501534b965d8c5bcbe0702720aa
SHA512: 638c606c6de583e55d698c0cdffc6d063fe72e2f483d71bb1863b2c95c54e18237c8c6e78bd7459e7c64aaba5e7574c6a084d0d4571457eff0b7d6fd328729a4
Description: abstraction for power management - shared library
 upower provides an interface to enumerate power sources on the system
 and control system-wide power management. Any application can access the
 org.freedesktop.UPower service on the system message bus. Some
 operations (such as suspending the system) are restricted using PolicyKit.
 .
 This package contains the shared library to be used by applications.
Homepage: https://upower.freedesktop.org/
Multi-Arch: same

Package: libupower-glib3-dbgsym
Priority: optional
Section: debug
Installed-Size: 147
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: upower
Version: 0.99.20-2+apertis1bv2024dev2b1
Depends: libupower-glib3 (= 0.99.20-2+apertis1bv2024dev2b1)
Filename: pool/target/u/upower/libupower-glib3-dbgsym_0.99.20-2+apertis1bv2024dev2b1_arm64.deb
Size: 105136
MD5sum: 2d9ae20e315c459a578d878ee8a66183
SHA1: 0913cdfd4b0e88f9dcced1b1b7ecbe0383f11785
SHA256: 4c130a5df650c62570a1ea387cd97c1c4ca8db5288cc0b3eed6f0235965f094b
SHA512: 909098892797647d2817b2d812a5ae8160eec3d8f5cccc8000363830de9606c31d87d27684a8d46ab8f1d670c370c23c81f49a39349683bec17cc2256128ba84
Description: debug symbols for libupower-glib3
Auto-Built-Package: debug-symbols
Build-Ids: ae1c27264fe9642c298267e947c7b329b05eeab0
Multi-Arch: same

Package: libusb-0.1-4
Priority: optional
Section: libs
Installed-Size: 87
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: libusb
Version: 2:0.1.12-32+apertis1bv2024dev2b1
Replaces: libusb-dev (<< 2:0.1.12-25)
Depends: libc6 (>= 2.17)
Filename: pool/target/libu/libusb/libusb-0.1-4_0.1.12-32+apertis1bv2024dev2b1_arm64.deb
Size: 15796
MD5sum: 0857498c99ff9644094d9faf99b4b42c
SHA1: 4ac7c03ead72f34c0ee68163a900d5725f5edffa
SHA256: 49cee766be21654f1e773be6833fb61c28b61de6c182a378a77d3bfee2f24d1a
SHA512: bc8d2190cbc7e681a52b71666c19c9b8543fbb784fdee48a077ba1af4ad430c53819950b288e25f1dc75e3261add287db850061f56eaefb4fd62ebac833f4f19
Description: userspace USB programming library
 Library for programming USB applications without the knowledge
 of Linux kernel internals.
 .
 This package contains what you need to run programs that use this
 library.
Homepage: http://www.linux-usb.org/
Multi-Arch: same

Package: libusb-0.1-4-dbgsym
Priority: optional
Section: debug
Installed-Size: 50
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: libusb
Version: 2:0.1.12-32+apertis1bv2024dev2b1
Depends: libusb-0.1-4 (= 2:0.1.12-32+apertis1bv2024dev2b1)
Filename: pool/target/libu/libusb/libusb-0.1-4-dbgsym_0.1.12-32+apertis1bv2024dev2b1_arm64.deb
Size: 35036
MD5sum: ab7400339fa98f557339a9609f533967
SHA1: 1d3555b171b55e62cd6a920da772cb500f5bbc11
SHA256: d7e181ef564b829b912687c42ddf674d3f3a1208cbd12cae9bc3901e7933d922
SHA512: d538374dbc25834f48181524f684f2cb88e3c1bcb0f689a68d572df6a33ab94998df622c8baccaeee58661525bb11b14071e153498543b8a08ac53f0d15b24bf
Description: debug symbols for libusb-0.1-4
Auto-Built-Package: debug-symbols
Build-Ids: 3cfc6472bc60f0e2edc6c46835f8decf0805ad92
Multi-Arch: same

Package: libusb-1.0-0
Priority: optional
Section: libs
Installed-Size: 163
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: libusb-1.0
Version: 2:1.0.26-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libudev1 (>= 183)
Filename: pool/target/libu/libusb-1.0/libusb-1.0-0_1.0.26-1+apertis0bv2024dev3b1_arm64.deb
Size: 55368
MD5sum: 612221c13337a3164cfd4ee5e7b3aed8
SHA1: 1a592bfa378550edde73b17c4ead9db8df4f8898
SHA256: 9a0e3031948f19d4bf2dd8e859a56d2b573aff7ebfce35bc15fe30a83a6b43dc
SHA512: d3e66445be0acb6961055fddb78c2b5b63a9ffcd3e696b0962e514e7ee9485bca03c84c8a47299b0f7a5de604250353defb01705b5d413bb3c82fbca79bba6e1
Description: userspace USB programming library
 Library for programming USB applications without the knowledge
 of Linux kernel internals.
 .
 This package contains what you need to run programs that use this
 library.
Homepage: http://www.libusb.info
Multi-Arch: same

Package: libusb-1.0-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 157
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: libusb-1.0
Version: 2:1.0.26-1+apertis0bv2024dev3b1
Depends: libusb-1.0-0 (= 2:1.0.26-1+apertis0bv2024dev3b1)
Filename: pool/target/libu/libusb-1.0/libusb-1.0-0-dbgsym_1.0.26-1+apertis0bv2024dev3b1_arm64.deb
Size: 129164
MD5sum: d0db13f330e425bef5eaa706f2069252
SHA1: c404ab3c21784427d6313494476e953c056cd0c0
SHA256: e09fe8f50cdccd83c988a3f89cce4b7f1eefcc9e5c37ef777e012f185ec3260d
SHA512: 94213ca6674e4f0816033797dcc62f7caf9ed842c0e72a24342c01cc7ce66ca2ee2340035d3a05cc3c27b047223fdb799c0b2407b3bce47d3cf452a401d98163
Description: debug symbols for libusb-1.0-0
Auto-Built-Package: debug-symbols
Build-Ids: dd8714e7d8045674749d5d185e040a09bce8180f
Multi-Arch: same

Package: libusb-1.0-0-dev
Priority: optional
Section: libdevel
Installed-Size: 327
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: libusb-1.0
Version: 2:1.0.26-1+apertis0bv2024dev3b1
Depends: libusb-1.0-0 (= 2:1.0.26-1+apertis0bv2024dev3b1)
Recommends: libusb-1.0-doc
Filename: pool/target/libu/libusb-1.0/libusb-1.0-0-dev_1.0.26-1+apertis0bv2024dev3b1_arm64.deb
Size: 78212
MD5sum: 7cd704e6e14c711e083c615d52372bcb
SHA1: 1bcf8fc302fc73b251a08d7c04f08823136880bb
SHA256: b2bc0a716ae3aad651c0ec5940dfe1b00357599f836a1cf027317f5a863436b4
SHA512: 3edb2c7c84ae79d76e1067185ba52daf281179d90e9ac118389305764e669019a4ffa64a950fdde110297e3ff22b08ed3028286abd09cd6e31cd026d89ad88e5
Description: userspace USB programming library development files
 Library for programming USB applications without the knowledge
 of Linux kernel internals.
 .
 This package contains what you need for compiling sources that
 use this library in your own code.
Homepage: http://www.libusb.info
Multi-Arch: same

Package: libusb-1.0-doc
Priority: optional
Section: doc
Installed-Size: 1622
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: all
Source: libusb-1.0
Version: 2:1.0.26-1+apertis0bv2024dev3b1
Replaces: libusb-1.0-0-dev (<< 1.0.16)
Conflicts: libusb-1.0-0-dev (<< 1.0.16)
Filename: pool/target/libu/libusb-1.0/libusb-1.0-doc_1.0.26-1+apertis0bv2024dev3b1_all.deb
Size: 192276
MD5sum: f94aa5716d8bb8d999c2cceea7bb9409
SHA1: 5f890d673e8400d6e8ba1507e61889db71b8f7b5
SHA256: 7a48eee274677cddf9daaa85e727bac707f892e8d22bad1d04bb180210fbfc8e
SHA512: 1fe78b4e3ce5822aa64b9039f2f2ddc1841d64f995c638c79cf03cd3b5ad937aef78c6489d0994e828c0c537719c295417beab1f592c39052a82c8b26a92487b
Description: documentation for userspace USB programming
 Library for programming USB applications without the knowledge
 of Linux kernel internals.
 .
 This package contains the libusb 1.0 API reference manual in HTML format.
Homepage: http://www.libusb.info
Multi-Arch: foreign

Package: libusb-1.0-doc
Priority: optional
Section: doc
Installed-Size: 1620
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: all
Source: libusb-1.0
Version: 2:1.0.26-1+apertis0bv2024dev2b1
Replaces: libusb-1.0-0-dev (<< 1.0.16)
Conflicts: libusb-1.0-0-dev (<< 1.0.16)
Filename: pool/target/libu/libusb-1.0/libusb-1.0-doc_1.0.26-1+apertis0bv2024dev2b1_all.deb
Size: 190352
MD5sum: 05c3b58e6e6618ead3bb48375f1b6325
SHA1: 25ccaef41bff925c215b63ea4f8749eef1e9fc52
SHA256: a5096a8f1895cbd177ca55d5aef8e995bce73796581ac1522c942f91234118ec
SHA512: 2d3cd4633a65b22dedfcbdb477a0a01253fe4dab0fc129a6fee279671a041e9dc0ef6d2dd4a6ec1fd94150bab920a948cf264bb66e44dd0c55add38597f87d69
Description: documentation for userspace USB programming
 Library for programming USB applications without the knowledge
 of Linux kernel internals.
 .
 This package contains the libusb 1.0 API reference manual in HTML format.
Homepage: http://www.libusb.info
Multi-Arch: foreign

Package: libusb-dev
Priority: optional
Section: libdevel
Installed-Size: 231
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: libusb
Version: 2:0.1.12-32+apertis1bv2024dev2b1
Depends: libusb-0.1-4 (= 2:0.1.12-32+apertis1bv2024dev2b1), libc6-dev | libc-dev
Filename: pool/target/libu/libusb/libusb-dev_0.1.12-32+apertis1bv2024dev2b1_arm64.deb
Size: 31892
MD5sum: 1fccb45fb3d321c9709c2818e6c40d87
SHA1: dac6c2f303975d4a0046cf8c3ee5b843fc027541
SHA256: 2cca69f038699f54931bf6de5ec373becacd3edb7997a298b365e5d097c1e324
SHA512: c4f2a94c79ccd4f737eed199834d857b919018f7f73257f171ca5bfe55592439f25962cb4d9c0e01a65151d7a5aada7045f5500dd6dc4c1f958dc8700e6785d7
Description: userspace USB programming library development files
 Library for programming USB applications without the knowledge
 of Linux kernel internals.
 .
 This package contains what you need for compiling sources that
 use this library in your own code.
Homepage: http://www.linux-usb.org/

Package: libutempter-dev
Priority: optional
Section: libdevel
Installed-Size: 34
Maintainer: Christian Göttsche <cgzones@googlemail.com>
Architecture: arm64
Source: libutempter
Version: 1.2.1-3+apertis0bv2024dev2b1
Depends: libutempter0 (= 1.2.1-3+apertis0bv2024dev2b1)
Filename: pool/target/libu/libutempter/libutempter-dev_1.2.1-3+apertis0bv2024dev2b1_arm64.deb
Size: 8752
MD5sum: 81364e4410714c09add19434711d9b5a
SHA1: 4a3e7c82c834df4f28a6367f560ce8a524fb4843
SHA256: 63943dafc61069ca5da0f399a5bd274312764bbf776d74cdc0d6bd940cc7034a
SHA512: d285d62469273ccabaee73eb649c5d539255516ddffcf26e01c39c9c391a46f72fa567028d8a2a21f0576a60df6c74e899be3856d462d57cf21ec53534460a71
Description: privileged helper for utmp/wtmp updates (development)
 The libutempter library provides interface for terminal emulators such as
 screen and xterm to record user sessions to utmp and wtmp files.
 .
 This package contains development files required to build
 utempter-based software.
Homepage: https://git.altlinux.org/people/ldv/packages/?p=libutempter.git
Multi-Arch: same

Package: libutempter0
Priority: optional
Section: libs
Installed-Size: 153
Maintainer: Christian Göttsche <cgzones@googlemail.com>
Architecture: arm64
Source: libutempter
Version: 1.2.1-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libu/libutempter/libutempter0_1.2.1-3+apertis0bv2024dev2b1_arm64.deb
Size: 9304
MD5sum: 24e35cf4fe7f4a04b828a55a94fa4de7
SHA1: c2023a314690b8edfd515364ae7f8c0597c17a60
SHA256: fb4d7c0b32869d0b0c40dae2b8277b567dba0fadca1b2790c1d5e469480a976f
SHA512: ac4bf2e595722b1e3ded33d661a9a1509d951cf35df4aa932bc9a1a6dfb7e000417be5f4f54879dc0ccd128bf209ab1ad66a0ec2ea8a8c72f22627f11cb85def
Description: privileged helper for utmp/wtmp updates (runtime)
 The libutempter library provides interface for terminal emulators such as
 screen and xterm to record user sessions to utmp and wtmp files.
 .
 The utempter is a privileged helper used by libutempter library to manipulate
 utmp and wtmp files.
Homepage: https://git.altlinux.org/people/ldv/packages/?p=libutempter.git
Multi-Arch: same

Package: libutempter0-dbgsym
Priority: optional
Section: debug
Installed-Size: 38
Maintainer: Christian Göttsche <cgzones@googlemail.com>
Architecture: arm64
Source: libutempter
Version: 1.2.1-3+apertis0bv2024dev2b1
Depends: libutempter0 (= 1.2.1-3+apertis0bv2024dev2b1)
Filename: pool/target/libu/libutempter/libutempter0-dbgsym_1.2.1-3+apertis0bv2024dev2b1_arm64.deb
Size: 13416
MD5sum: 198d2837a04fe090ba5822f57cb2ac33
SHA1: b34506b02fedc0ddf9aa26b5fa23c410dc77b8fa
SHA256: 5fb63fe5d7e65f9ec3d5487fc69ae65f622fc5c541004d46c040d816cbc0e08d
SHA512: 83ce3b1a3fcc190d3ee18fd2a4ca675093d16d538c26c3df44c7035008e678a5e0f4e3cb8349f5a3c7c66d4f21f5498c597100516e15b2de46319fddc073a864
Description: debug symbols for libutempter0
Auto-Built-Package: debug-symbols
Build-Ids: b1c36605c23d27a2e475685406418766fc399b55 f47736af7c2341f06d1e3fd8767d78097ec0ce41
Multi-Arch: same

Package: libuuid-perl
Priority: optional
Section: perl
Installed-Size: 97
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 0.28-2+apertis0bv2024dev2b1
Depends: perl-base (>= 5.36.0-7), perlapi-5.36.0, libc6 (>= 2.17), libuuid1 (>= 2.16)
Filename: pool/target/libu/libuuid-perl/libuuid-perl_0.28-2+apertis0bv2024dev2b1_arm64.deb
Size: 16636
MD5sum: 1ab00078a130b3f89cd2d79aa82dd0d3
SHA1: bdb887afe6158b738c3dc4d19b3ccc6903a82744
SHA256: bd1979e0e809570fc24694c8e5320bfdeb392b4241e41e1520de04156dfc1420
SHA512: f68976bd5dc305a081cde19ac64d5357d39db46d1ad2a61193ea7d62de6e285c6827138b6ed3a6bec30901808ba47f7337fdf2378de13139c83028fcaf4e497a
Description: Perl extension for using UUID interfaces as defined in e2fsprogs
 libuuid generates and parses 128-bit universally unique ids (UUIDs).
 See RFC 4122 for more information.
 .
 This is a Perl interface to libuuid.  It allows generation, parsing,
 and unparsing of UUIDs.
Homepage: https://metacpan.org/release/UUID

Package: libuuid-perl-dbgsym
Priority: optional
Section: debug
Installed-Size: 46
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libuuid-perl
Version: 0.28-2+apertis0bv2024dev2b1
Depends: libuuid-perl (= 0.28-2+apertis0bv2024dev2b1)
Filename: pool/target/libu/libuuid-perl/libuuid-perl-dbgsym_0.28-2+apertis0bv2024dev2b1_arm64.deb
Size: 31344
MD5sum: 380f9cca3300bae645741676eba946d0
SHA1: 95442e6aa5837d6f08c32df9ff90360acb984b92
SHA256: c9d78feee14c089986151d991d47a85d75ed0b7d66ef10578ee222061e283dc9
SHA512: e29b9e3658579fd65df98ef3f8fb32700761ca45c9a41234e496c04a7907d87877929e589f94b0b2314007d4fa477c64d42636a208989b966a7639957324296f
Description: debug symbols for libuuid-perl
Auto-Built-Package: debug-symbols
Build-Ids: 2868738e69e2670386e738487efaadd7caa86974

Package: libuuid1
Priority: optional
Section: libs
Installed-Size: 121
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.25)
Recommends: uuid-runtime
Filename: pool/target/u/util-linux/libuuid1_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 38184
MD5sum: 89f19ec59bf61c8d3efcba04ef3e577d
SHA1: 1bb7814eee15e6cccf6b45e1475f7847ae6e8a92
SHA256: f0ac1f23803d70bb288fc9cc630d02e1c68617977f418cb91ad89c693f9fb2e9
SHA512: bbf33e3bd5e4b6e86c4b66793d40b62dfa6d6d77329dfbdcc765b0f1819903cdac148d321fa4e09dbb204fc7b45d1d6e5f7a97857cdbd1ab09e667ea8e70d8fd
Description: Universally Unique ID library
 The libuuid library generates and parses 128-bit Universally Unique
 IDs (UUIDs). A UUID is an identifier that is unique within the space
 of all such identifiers across both space and time. It can be used for
 multiple purposes, from tagging objects with an extremely short lifetime
 to reliably identifying very persistent objects across a network.
 .
 See RFC 4122 for more information.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: same

Package: libuuid1-dbgsym
Priority: optional
Section: debug
Installed-Size: 46
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libuuid1 (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/libuuid1-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 29172
MD5sum: eefabc5ab03802a68a576989375e3b19
SHA1: f4e0bc33d31cb1aff98052103a9611d805eb5a58
SHA256: 6b8816d43d407bba263202bd8a2af4fa75c08ff77dc84940ba50ed6eb6d2be36
SHA512: ce96c991f8702fea3d688ea5e145105c44089a3690d761e173f3ba1e692eb1246b3ba1813d7c03b988c8b6593590d66eff9d33ed4bfe4a79a2913879e06ce938
Description: debug symbols for libuuid1
Auto-Built-Package: debug-symbols
Build-Ids: ca97f5f4d1a6dc6f48a5bc732c14ece9db8fd3e1
Multi-Arch: same

Package: libuv1
Priority: optional
Section: libs
Installed-Size: 298
Maintainer: Dominique Dumont <dod@debian.org>
Architecture: arm64
Version: 1.44.2-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libu/libuv1/libuv1_1.44.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 130232
MD5sum: fd50c52fc9459210ad5fea31bec7af32
SHA1: cb5bbbbc6d48ca54e18652a737b1a20a464c5dbd
SHA256: 0827c4f56af00452281eece3529c2c56b5d6ef8368bd46ebc743e43530835135
SHA512: 5b538e4f379e43c45c78154b1468eeff57844e2481b80fa87c2b978a572b14414326fb5750203720b4989668ed24f1df72196a9e52c52ee946ad416666ca3880
Description: asynchronous event notification library - runtime library
 Libuv is the asynchronous library behind Node.js. Very similar to libevent or
 libev, it provides the main elements for event driven systems: watching and
 waiting for availability in a set of sockets, and some other events like timers
 or asynchronous messages. However, libuv also comes with some other extras
 like:
  * files watchers and asynchronous operations
  * a portable TCP and UDP API, as well as asynchronous DNS resolution
  * processes and threads management, and a portable inter-process
    communications mechanism, with pipes and work queues
  * a plugins mechanism for loading libraries dynamically
  * interface with external libraries that also need to access the I/O.
 .
 This package includes the dynamic library against which you can link
 your program.
Homepage: https://github.com/libuv/libuv
Multi-Arch: same

Package: libuv1-dbgsym
Priority: optional
Section: debug
Installed-Size: 263
Maintainer: Dominique Dumont <dod@debian.org>
Architecture: arm64
Source: libuv1
Version: 1.44.2-1+apertis1bv2024dev2b1
Depends: libuv1 (= 1.44.2-1+apertis1bv2024dev2b1)
Filename: pool/target/libu/libuv1/libuv1-dbgsym_1.44.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 225244
MD5sum: 7ed3036790c30df0a94013b8872a44ab
SHA1: 1bba1b5d78a9636e80021f159ef79c999e871f4a
SHA256: 911e63ddf22cd6bcd392a6e2f1c15b0f801cd7cbccd4d1caad0a9e03a60c25f7
SHA512: 3ba9e26b0830fc655f0620df4224b5746be58d5a9c1477c843673c34fae2284ce9aa2395a121cff99db808a62f743094d45199d4c788b8d12bb459c864610e59
Description: debug symbols for libuv1
Auto-Built-Package: debug-symbols
Build-Ids: 1ec3d67c846f4856c331575bbfa8ecd512fdd7f8
Multi-Arch: same

Package: libuv1-dev
Priority: optional
Section: libdevel
Installed-Size: 678
Maintainer: Dominique Dumont <dod@debian.org>
Architecture: arm64
Source: libuv1
Version: 1.44.2-1+apertis1bv2024dev2b1
Replaces: libuv-dev
Depends: libuv1 (= 1.44.2-1+apertis1bv2024dev2b1)
Conflicts: libuv-dev
Filename: pool/target/libu/libuv1/libuv1-dev_1.44.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 169756
MD5sum: fcf2ba4eed2fcbd453e71d13cc676fa9
SHA1: c8523abdc33c701067c4fe770cac45b9482fb470
SHA256: e13ee8510ad2a384c2e25b3f48e524aeff359e9387f0c195ae3a5349e53f8f24
SHA512: dbab4cbb705cb5c348d9f8ed76f1b4b396ff65555117e9ad43a8d974448e7223e9bc2c543198ae01f2a55c2674b4e3ffe7f48a6eb535c0d514b0c2a99de8ff88
Description: asynchronous event notification library - development files
 Libuv is the asynchronous library behind Node.js. Very similar to libevent or
 libev, it provides the main elements for event driven systems: watching and
 waiting for availability in a set of sockets, and some other events like timers
 or asynchronous messages. However, libuv also comes with some other extras
 like:
  * files watchers and asynchronous operations
  * a portable TCP and UDP API, as well as asynchronous DNS resolution
  * processes and threads management, and a portable inter-process
    communications mechanism, with pipes and work queues
  * a plugins mechanism for loading libraries dynamically
  * interface with external libraries that also need to access the I/O.
 .
 Install this package if you wish to develop your own programs using the
 libuv engine.
Homepage: https://github.com/libuv/libuv
Multi-Arch: same

Package: libv4l-0
Priority: optional
Section: libs
Installed-Size: 488
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libv4lconvert0 (= 1.22.1-5+apertis1bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/v/v4l-utils/libv4l-0_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 112000
MD5sum: fe8000d70f2b739ff5808b06010ed455
SHA1: 05e3d4a37d96abea24f5b7c437ec70f8ff602c14
SHA256: ccb657988ebfa48b97a781510ada8a1e3685e0ec76ed3e5b41a0a95076564d0f
SHA512: 5eb636b0212c237e74976ec3c829c723e99d113b3d2231a38fcf68399161348c5030fb2c27ac64d19bb1eaa01bb5c00073e67aff3ccd612596d28a2a2abe3593
Description: Collection of video4linux support libraries
 libv4l is a collection of libraries which adds a thin abstraction layer on
 top of video4linux2 devices. The purpose of this (thin) layer is to make it
 easy for application writers to support a wide variety of devices without
 having to write separate code for different devices in the same class. libv4l
 consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.
 .
 libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent
 of the drivers for those devices supporting v4l1 compatibility (which many
 v4l2 drivers do not).
 .
 libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the
 application transparent libv4lconvert conversion where necessary.
 .
 This package contains the shared libraries.
Homepage: https://linuxtv.org/downloads/v4l-utils/
Multi-Arch: same

Package: libv4l-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 121
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libv4l-0 (= 1.22.1-5+apertis1bv2024dev3b1)
Filename: pool/target/v/v4l-utils/libv4l-0-dbgsym_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 75860
MD5sum: 132bcab827d9b064fc03769968ff68d9
SHA1: e24f995f3ae882d2353418dfb336f4c734c81c71
SHA256: 032f0c5df81a966a7a13504054301b4e68c0962c26841e4b045f0771626a6253
SHA512: bc023387e2d904edeedc63065bd23693517f85f33947bf3482278653feb10abaa254b3878dbc288ac1e247c2dcb6227dbbd799ffbf86f95bdb98f555fc02ff2f
Description: debug symbols for libv4l-0
Auto-Built-Package: debug-symbols
Build-Ids: 8c5b75e2540dfccca6de75e5d008ee5cdbade694 94edad253d710f809afbaf51998ba3f266d134aa 9fb6d4f480e14d5bc419a103c00afa726f2f7b10 b2289fa39fab382ebaefbbf659a7bf3087711078 dc550135626ba1f5248a11acf9228bf866b29373
Multi-Arch: same

Package: libv4l-dev
Priority: optional
Section: libdevel
Installed-Size: 423
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libv4l-0 (= 1.22.1-5+apertis1bv2024dev3b1), libv4lconvert0 (= 1.22.1-5+apertis1bv2024dev3b1), libv4l2rds0 (= 1.22.1-5+apertis1bv2024dev3b1)
Suggests: pkg-config (>= 0.18)
Filename: pool/target/v/v4l-utils/libv4l-dev_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 108248
MD5sum: 8d417fa4aadd81650c02a707a5558632
SHA1: f9b474e00936fcf79eebbe6fc008223f5c3cc928
SHA256: de877f8f554176c4f67b0a444e0a74cea449d0e1472485a40e2d04dee7ccd8d3
SHA512: cd0f4dc0fb6da020b4851b71e165b4b795142e79fec1ddc1fc5cc4d8d01c21586b0a72c544f2da8ecb7e31cfd865f8a2be1f63f984f0e7c6b6b198503831d9e3
Description: Collection of video4linux support libraries (development files)
 libv4l is a collection of libraries which adds a thin abstraction layer on
 top of video4linux2 devices. The purpose of this (thin) layer is to make it
 easy for application writers to support a wide variety of devices without
 having to write separate code for different devices in the same class. libv4l
 consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.
 .
 libv4lconvert offers functions to convert from any (known) pixelformat
 to BGR24, RGB24, YUV420 and YVU420.
 .
 libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent
 of the drivers for those devices supporting v4l1 compatibility (which many
 v4l2 drivers do not).
 .
 libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the
 application transparent libv4lconvert conversion where necessary.
 .
 This package contains the development files.
Homepage: https://linuxtv.org/downloads/v4l-utils/
Multi-Arch: same

Package: libv4l2rds0
Priority: optional
Section: libs
Installed-Size: 186
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/v/v4l-utils/libv4l2rds0_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 85104
MD5sum: ba8557f8187662e9b2077a34c95269ad
SHA1: 75c5518ecad1ccb1d38f45f2a819d4d14c33cd83
SHA256: 5c18430c68d23c4d3a70e6a858cea4d192cb3760ae5e2e95a89eb8e344d57ece
SHA512: 72987b347f36275b5a8444e8ff15956483db192c606bc880648aa79c8ab024f430c371a7e969ce06c25863654ebf92819affeb439c4db4c97662d9db7e8a6b7c
Description: Video4Linux Radio Data System (RDS) decoding library
 This library decodes a RDS stream obtained from a Video4Linux (V4L)
 version 2 device. It supports both: the US based RBDS and European RDS
 protocol.
 .
 This package contains the shared library.
Homepage: https://linuxtv.org/downloads/v4l-utils/
Multi-Arch: same

Package: libv4l2rds0-dbgsym
Priority: optional
Section: debug
Installed-Size: 35
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libv4l2rds0 (= 1.22.1-5+apertis1bv2024dev3b1)
Filename: pool/target/v/v4l-utils/libv4l2rds0-dbgsym_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 21304
MD5sum: b2ef2f23acfae7fe4b93e6b509c61c6e
SHA1: a8a7df5758208d66326b730814e0e1a251a4bff1
SHA256: 150027fb59fc6e19a39e450d58be6531169ae2e93312672059eb2ea1bcfa47fd
SHA512: dc683dc486574193df54c92f060b41a84d9a54de352862f13c32a8965b706d57800878e5035bbc091eddbf70cb255dd431cfb541d3841aa3097c2c18eeee73a6
Description: debug symbols for libv4l2rds0
Auto-Built-Package: debug-symbols
Build-Ids: 89fa1fed2787133565ced4f1d2763db965d312ca
Multi-Arch: same

Package: libv4lconvert0
Priority: optional
Section: libs
Installed-Size: 452
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Replaces: libv4l-0 (<< 0.8.5-4)
Depends: libc6 (>= 2.34), libjpeg62-turbo (>= 1.3.1)
Breaks: libv4l-0 (<< 0.8.5-4)
Filename: pool/target/v/v4l-utils/libv4lconvert0_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 146604
MD5sum: ebcd49e688f12904fe5e38ca10536fdb
SHA1: 937015b56e30a0f096745aa4a76e62033ae2c524
SHA256: 67a09ef8590fc187cd0eed5dc4dd59e2a1a4d2056513d38f53e3a5a1d5c96ac4
SHA512: 9fb2e0841fc2ff04568e5ce3a18eed528a8ecefe858d7d5566cd9fa15b22d3622e378f63da970da9f98e54d77ad04268546ca6e26df19105a95a00e774b211e8
Description: Video4linux frame format conversion library
 libv4lconvert offers functions to convert from any (known) pixelformat
 to BGR24, RGB24, YUV420 and YVU420.
 .
 This package contains the shared library.
Homepage: https://linuxtv.org/downloads/v4l-utils/
Multi-Arch: same

Package: libv4lconvert0-dbgsym
Priority: optional
Section: debug
Installed-Size: 246
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libv4lconvert0 (= 1.22.1-5+apertis1bv2024dev3b1)
Filename: pool/target/v/v4l-utils/libv4lconvert0-dbgsym_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 205868
MD5sum: df00d2d855dd0270393c7c473f214465
SHA1: 8b015d2a0895e7d63d903e43ddc8e2b333c7f491
SHA256: e8404c0afbbca5b086ef7360105b23e42e694f4b56911f19bc75bd0a157d4802
SHA512: e6140f98d13ad8c29f647537b857967cd8514ef565f78db71aa25da092ca50c110c309fb9afc525637522d08f11ab6dcbee41a2e18ef0f81c2e5686c6b34e011
Description: debug symbols for libv4lconvert0
Auto-Built-Package: debug-symbols
Build-Ids: 4dadbceecdaf425e131e81d8633e5e58fb2566d8 94d115f78c7462b9f556b09cb742716a1bac988e e12225c5daf0b809d55335a3840c2273e0bdaadd
Multi-Arch: same

Package: libva-dev
Priority: optional
Section: libdevel
Installed-Size: 706
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Provides: dh-sequence-libva
Depends: libva-drm2 (= 2.17.0-1+apertis0bv2024dev3b1), libva-glx2 (= 2.17.0-1+apertis0bv2024dev3b1), libva-wayland2 (= 2.17.0-1+apertis0bv2024dev3b1), libva-x11-2 (= 2.17.0-1+apertis0bv2024dev3b1), libva2 (= 2.17.0-1+apertis0bv2024dev3b1), libwayland-dev, libset-scalar-perl
Filename: pool/target/libv/libva/libva-dev_2.17.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 122740
MD5sum: 82a069bb9aa7882764b8a80ecc3f0a84
SHA1: a1ab9502eb59f392dbb83f2c17b98a432ac70fed
SHA256: 701c34fd0feec2924ee46a86f0cd5588d74827cc90dc56da7e858f1312239ffc
SHA512: d9f8b4d7b26d43f7ce5777c0607c4fc7a0f0a98c4d79f8c2e0500a643e9a89c32bc5356bd798762c52911fcf94131e3a22c1ca06d056c7a0648bd8cf7b7cd429
Description: Video Acceleration (VA) API for Linux -- development files
 Video Acceleration API (VA API) is a library ("libVA") and API specification
 which enables and provides access to graphics hardware (GPU) acceleration for
 video processing on Linux and UNIX based operating systems. Accelerated
 processing includes video decoding, video encoding, subpicture blending and
 rendering. The specification was originally designed by Intel for its GMA
 (Graphics Media Accelerator) series of GPU hardware, the API is however not
 limited to GPUs or Intel specific hardware, as other hardware and manufacturers
 can also freely use this API for hardware accelerated video decoding.
 .
 This package provides the development environment for libva.
Homepage: https://01.org/linuxmedia/vaapi
Multi-Arch: same

Package: libva-drm2
Priority: optional
Section: libs
Installed-Size: 98
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.60), libva2 (>= 2.17.0), libva2 (<< 2.17.0.1)
Filename: pool/target/libv/libva/libva-drm2_2.17.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 17092
MD5sum: c9790cb1a2f2afe754d14be4a100104a
SHA1: f6813b9c00a8d2eedfebc78893a0535545e9b5a0
SHA256: d0d3a623080c32a8c96bab47b1bb5c3a0e478da87273ce8abeabac7eef72f203
SHA512: 851d05af278a663583d7800a60d4cf80267cc0c1b3aa90d787e71f4d796c5298d4fd782b364cc0741705e19b57621b56234dc9dcd55178be8bacb40a3dde2023
Description: Video Acceleration (VA) API for Linux -- DRM runtime
 Video Acceleration API (VA API) is a library ("libVA") and API specification
 which enables and provides access to graphics hardware (GPU) acceleration for
 video processing on Linux and UNIX based operating systems. Accelerated
 processing includes video decoding, video encoding, subpicture blending and
 rendering. The specification was originally designed by Intel for its GMA
 (Graphics Media Accelerator) series of GPU hardware, the API is however not
 limited to GPUs or Intel specific hardware, as other hardware and manufacturers
 can also freely use this API for hardware accelerated video decoding.
 .
 This package provides the libva-drm library.
Homepage: https://01.org/linuxmedia/vaapi
Multi-Arch: same

Package: libva-drm2-dbgsym
Priority: optional
Section: debug
Installed-Size: 32
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libva-drm2 (= 2.17.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libva/libva-drm2-dbgsym_2.17.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 17604
MD5sum: bba38cad5005dfcbdcae9623b81ff496
SHA1: 7a2a4c96af82cda31d076febc178e7c884ebcbb9
SHA256: 39d19073a4bdd2ce81770c88457f9ca5ca998ea86825406ae8594b12e05fbc0a
SHA512: 5c46ecc6fded3d0fe3c02cae1e649adabb61400b7c0f4a2ef0ae2f85615f2693fa999ef8a07512fc116be25b4d72c1fc9fe944793987c3518a8f5c1cd652877f
Description: debug symbols for libva-drm2
Auto-Built-Package: debug-symbols
Build-Ids: 89bd0c681c497c30a7d36444275da608c7ca8f85
Multi-Arch: same

Package: libva-glx2
Priority: optional
Section: libs
Installed-Size: 98
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libgl1, libva-x11-2 (>= 1.0.3), libva2 (>= 2.17.0), libva2 (<< 2.17.0.1), libx11-6
Filename: pool/target/libv/libva/libva-glx2_2.17.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 20916
MD5sum: ad1082b59bdcdb5fb574fb219104736b
SHA1: 20cb38cdafaeaf30b8c72d8206f7e1f0f145e241
SHA256: e33fd079bedfd5ae928b1b08ced89bc145926ee7088eaa02470e407dce60e66c
SHA512: fcb6c4b95856b76ae1fa017247c6f5879b81fa837aeb65c953f5aaf87532df9bfecb47c8bac61083dc8718bf3c09083295ade7bdecd1fbf0384a64bb1f709c37
Description: Video Acceleration (VA) API for Linux -- GLX runtime
 Video Acceleration API (VA API) is a library ("libVA") and API specification
 which enables and provides access to graphics hardware (GPU) acceleration for
 video processing on Linux and UNIX based operating systems. Accelerated
 processing includes video decoding, video encoding, subpicture blending and
 rendering. The specification was originally designed by Intel for its GMA
 (Graphics Media Accelerator) series of GPU hardware, the API is however not
 limited to GPUs or Intel specific hardware, as other hardware and manufacturers
 can also freely use this API for hardware accelerated video decoding.
 .
 This package provides the libva-glx library.
Homepage: https://01.org/linuxmedia/vaapi
Multi-Arch: same

Package: libva-glx2-dbgsym
Priority: optional
Section: debug
Installed-Size: 46
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libva-glx2 (= 2.17.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libva/libva-glx2-dbgsym_2.17.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 30348
MD5sum: c7b243f94c801c32670f65fc11299044
SHA1: 1419f91a32c2c839ea27135e6914a413954a4aaa
SHA256: 2e645c95979809814770b4939e9d5e2584c86fe6e484b444088fff6595229d31
SHA512: 2ecbff141af5394a6622a7ad2ffefc7a418e3e2b7cd269e757f2c4226737984f8e8b4e414458ae57d5be4a78e74ddd2b7f1d90d19cffb7d6a075e6738bcf3a6b
Description: debug symbols for libva-glx2
Auto-Built-Package: debug-symbols
Build-Ids: e371f640b0697d3ad6382a968ed2c82015ed66f2
Multi-Arch: same

Package: libva-wayland2
Priority: optional
Section: libs
Installed-Size: 98
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33), libdrm2 (>= 2.4.60), libva2 (>= 2.17.0), libva2 (<< 2.17.0.1), libwayland-client0 (>= 1.20.0)
Filename: pool/target/libv/libva/libva-wayland2_2.17.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 18616
MD5sum: 9e37e4daaef4cbc4ec6f7db3df8dc3db
SHA1: 47cc995d2aa0b696fce9aa4f5b547f978265c8fb
SHA256: ff5ba921a1d569063a8c2f34d676f4aeafac049fb3afc619d53cab31b1271dcf
SHA512: 2085f39037ac5c4aa37b73e89a3ae8efdb3b98c6a6bb865044505889fdec0329e1c4bcf0606cd9adaff55a7954107a9a2f068e3495c8fa4b53f27469414b83ee
Description: Video Acceleration (VA) API for Linux -- Wayland runtime
 Video Acceleration API (VA API) is a library ("libVA") and API specification
 which enables and provides access to graphics hardware (GPU) acceleration for
 video processing on Linux and UNIX based operating systems. Accelerated
 processing includes video decoding, video encoding, subpicture blending and
 rendering. The specification was originally designed by Intel for its GMA
 (Graphics Media Accelerator) series of GPU hardware, the API is however not
 limited to GPUs or Intel specific hardware, as other hardware and manufacturers
 can also freely use this API for hardware accelerated video decoding.
 .
 This package provides the libva-wayland library.
Homepage: https://01.org/linuxmedia/vaapi
Multi-Arch: same

Package: libva-wayland2-dbgsym
Priority: optional
Section: debug
Installed-Size: 38
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libva-wayland2 (= 2.17.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libva/libva-wayland2-dbgsym_2.17.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 22760
MD5sum: 1208227e6f53e786fb86eed488b5596f
SHA1: 8e79951ed29d231e682fe176d75a64e2aaa32699
SHA256: 0407d8094ac5a804d3ecaaa5e13d3f4ec9be5a6fbc4725913c8c126d8e6cae71
SHA512: 791bdc129d69c2cc42cf0297b708f16c59e2465d7470d29131b0962d67af364ba720185c1aecbad43e17715d90e48987b58001754e39e8966007c908b4c6891e
Description: debug symbols for libva-wayland2
Auto-Built-Package: debug-symbols
Build-Ids: 42b94a8bab2e88cecdf2df788d0a7ed7a72eadfc
Multi-Arch: same

Package: libva-x11-2
Priority: optional
Section: libs
Installed-Size: 98
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33), libdrm2 (>= 2.4.60), libva2 (>= 2.17.0), libva2 (<< 2.17.0.1), libx11-6 (>= 2:1.4.99.1), libx11-xcb1 (>= 2:1.8.4), libxcb-dri3-0, libxcb1, libxext6, libxfixes3
Filename: pool/target/libv/libva/libva-x11-2_2.17.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 21616
MD5sum: 7c46bd79ba451b90fd7738bdd66948bf
SHA1: 8f4868db3e6e2da41cf9fc0dcb894cdf1949199d
SHA256: 41e62a1f5b5ff40d7bfaf71c8230218dc5e7fc3bda4c1df7e1b59c05ee3c2710
SHA512: c0d7a05c7492dd8dd373055da11302f010e22b31715237ef5e3ca131e057acf56276f972c2876fcfae584f06e07f3e84a64645319aa1bdd263825ec7bdb9735e
Description: Video Acceleration (VA) API for Linux -- X11 runtime
 Video Acceleration API (VA API) is a library ("libVA") and API specification
 which enables and provides access to graphics hardware (GPU) acceleration for
 video processing on Linux and UNIX based operating systems. Accelerated
 processing includes video decoding, video encoding, subpicture blending and
 rendering. The specification was originally designed by Intel for its GMA
 (Graphics Media Accelerator) series of GPU hardware, the API is however not
 limited to GPUs or Intel specific hardware, as other hardware and manufacturers
 can also freely use this API for hardware accelerated video decoding.
 .
 This package provides the libva-x11 library.
Homepage: https://01.org/linuxmedia/vaapi
Multi-Arch: same

Package: libva-x11-2-dbgsym
Priority: optional
Section: debug
Installed-Size: 60
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libva-x11-2 (= 2.17.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libva/libva-x11-2-dbgsym_2.17.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 44444
MD5sum: 401de6b12f5714e3ea95cc171b9ecca8
SHA1: 8864da40fa263b8bbb4d8373422e3b7aad5c7660
SHA256: 11653bb5a6fb148ec48db4a46133fca3596d4dabbf9e1deed80dd354706bf5c6
SHA512: 4054c136457ddb5ecb0dcf7fc9506104692a0c819516e0e66bd8d50c8556cace03cdf489bede74adb34e120ceafc057355515bee6e889b265f003b3560aac214
Description: debug symbols for libva-x11-2
Auto-Built-Package: debug-symbols
Build-Ids: b44432b04461e17ed8aadeee1ddf15015f91a345
Multi-Arch: same

Package: libva2
Priority: optional
Section: libs
Installed-Size: 228
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Provides: libva-driver-abi-1.0, libva-driver-abi-1.1, libva-driver-abi-1.10, libva-driver-abi-1.11, libva-driver-abi-1.12, libva-driver-abi-1.13, libva-driver-abi-1.14, libva-driver-abi-1.15, libva-driver-abi-1.16, libva-driver-abi-1.17, libva-driver-abi-1.2, libva-driver-abi-1.3, libva-driver-abi-1.4, libva-driver-abi-1.5, libva-driver-abi-1.6, libva-driver-abi-1.7, libva-driver-abi-1.8, libva-driver-abi-1.9
Depends: libc6 (>= 2.34)
Recommends: va-driver-all | va-driver
Filename: pool/target/libv/libva/libva2_2.17.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 65884
MD5sum: 9bd553017c795d0a77501636a0135895
SHA1: 267b150ae26b32a085a445742f7afc0955d738fb
SHA256: ac1c949fa35b9f032181ad12a3f457c8025995293b3731389df0c3f07dc6aade
SHA512: 881e4c3bb9fca01d148d84c18af60c9d51a0b7fe5ba8d4823cf0ef7cb981586846ad5eb89424a6cd4992894e20d10caf074d351e78c397e21cab6124b544eb35
Description: Video Acceleration (VA) API for Linux -- runtime
 Video Acceleration API (VA API) is a library ("libVA") and API specification
 which enables and provides access to graphics hardware (GPU) acceleration for
 video processing on Linux and UNIX based operating systems. Accelerated
 processing includes video decoding, video encoding, subpicture blending and
 rendering. The specification was originally designed by Intel for its GMA
 (Graphics Media Accelerator) series of GPU hardware, the API is however not
 limited to GPUs or Intel specific hardware, as other hardware and manufacturers
 can also freely use this API for hardware accelerated video decoding.
 .
 This package provides the main libva library.
Homepage: https://01.org/linuxmedia/vaapi
Multi-Arch: same

Package: libva2-dbgsym
Priority: optional
Section: debug
Installed-Size: 211
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: libva2 (= 2.17.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libva/libva2-dbgsym_2.17.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 190784
MD5sum: 1dffe253e311ec7f6850bddd26759456
SHA1: cc0d68166162be5e209b465528a072b5aa1c8245
SHA256: beb9e3723dee051cf21a4f106641839bb747a51c89f1adb2db1537ee4436d2ab
SHA512: eadf6231098b151e4cc0e2315bc659f2701de52cc5a4574664564ac1fc81575df53885eb0c829cbbc7ff7267dd3eb625ac0418ba82412e96bc8992ae5729a5a1
Description: debug symbols for libva2
Auto-Built-Package: debug-symbols
Build-Ids: 214e33097bd5d2818ae526b15a343d9eec2d91cf
Multi-Arch: same

Package: libvisual-0.4-0
Priority: optional
Section: libs
Installed-Size: 445
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Source: libvisual
Version: 0.4.0-19+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Suggests: libvisual-0.4-plugins
Breaks: libvisual-0.4-plugins (<< 0.4.0.dfsg.1-5)
Filename: pool/target/libv/libvisual/libvisual-0.4-0_0.4.0-19+apertis0bv2024dev3b1_arm64.deb
Size: 123612
MD5sum: e7498ae59cdbdc2cdb271e29d22a347f
SHA1: a667607465187e9a264f903ccec76bd8ca4dc340
SHA256: 1fa6c0429a525758191b3fa438c190ab105ac7b7f09b0fc7b0e8658deeb14b41
SHA512: aaaa848e74538dabbd452e05586ec6793118e2a5d23c0bba63c2850016c801b0c10346b9951a85e1a69b5f2aeb000684558007ef70a177227aae7c1c6602a33c
Description: audio visualization framework
 Libvisual is a generic visualization framework that allows applications
 to easily access and manage visualization plugins.
 .
 Audio visualization is the process of making pretty moving images that
 are correlated in some way to the audio currently being played by a media
 player. Most audio visualization is tied to a specific application or media
 player, making it difficult to share code. Libvisual allows applications
 to use existing visualization plugins written for the libvisual framework.
 .
 This package provides the runtime libraries for libvisual. Libvisual is not
 very useful without visualization plugins, so it is highly recommended to
 install the libvisual-0.4-plugins package.
Homepage: http://libvisual.org
Multi-Arch: same

Package: libvisual-0.4-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 291
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Source: libvisual
Version: 0.4.0-19+apertis0bv2024dev3b1
Depends: libvisual-0.4-0 (= 0.4.0-19+apertis0bv2024dev3b1)
Filename: pool/target/libv/libvisual/libvisual-0.4-0-dbgsym_0.4.0-19+apertis0bv2024dev3b1_arm64.deb
Size: 237984
MD5sum: 673f41c00dc406561db8399266ade3bc
SHA1: 358df0f10ea22b1c3a3a3e395b4e33b551a3067f
SHA256: 3a1bbdc22a4a84dab4b80b9e2697364b84c0d60957347d566c6bc4fc2394c41c
SHA512: 122e1963a9936d51609a45128a4ad76b33236eebbbb0e309f1cdef998a02f2b0e3b668e1b9bc234c4feede375cd612a419b92e0c4e24e73c4bf19cbd18ba069d
Description: debug symbols for libvisual-0.4-0
Auto-Built-Package: debug-symbols
Build-Ids: f9e60332ef9d1fdf7be5abae442f99f3db0c838f
Multi-Arch: same

Package: libvisual-0.4-dev
Priority: optional
Section: libdevel
Installed-Size: 935
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Source: libvisual
Version: 0.4.0-19+apertis0bv2024dev3b1
Depends: libvisual-0.4-0 (= 0.4.0-19+apertis0bv2024dev3b1), libc6-dev | libc-dev, pkg-config
Filename: pool/target/libv/libvisual/libvisual-0.4-dev_0.4.0-19+apertis0bv2024dev3b1_arm64.deb
Size: 167700
MD5sum: c9e79a9d7ada81e72183d754330f9244
SHA1: edb963f7272701927508357c666d8b1f76639f7d
SHA256: 417590affe7306c25a009c8228205880cb2c80c65db93f492ab60ca9ae050752
SHA512: 2ada174486ef58454519b10b07fd1a8a7395c751cfc8d0b2124975dd5c125c490340150cd32aa11518f37b34607698bd7f4fccd3d762bee8c726212605b0c249
Description: audio visualization framework (development files)
 Libvisual is a generic visualization framework that allows applications
 to easily access and manage visualization plugins.
 .
 Audio visualization is the process of making pretty moving images that
 are correlated in some way to the audio currently being played by a media
 player. Most audio visualization is tied to a specific application or media
 player, making it difficult to share code. Libvisual allows applications
 to use existing visualization plugins written for the libvisual framework.
 .
 This package provides development headers and libraries used to compile
 applications that use libvisual.
Homepage: http://libvisual.org

Package: libvorbis-dev
Priority: optional
Section: libdevel
Installed-Size: 1647
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvorbis
Version: 1.3.7-1+apertis1bv2024dev3b1
Depends: libogg-dev, libvorbis0a (= 1.3.7-1+apertis1bv2024dev3b1), libvorbisenc2 (= 1.3.7-1+apertis1bv2024dev3b1), libvorbisfile3 (= 1.3.7-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libvorbis/libvorbis-dev_1.3.7-1+apertis1bv2024dev3b1_arm64.deb
Size: 315928
MD5sum: 4023dbb427dd966f4b21b45f205fc50e
SHA1: a31a5450eaff9ff3f496ed0a0f725381b024e2bb
SHA256: c9507cb1b57cbed592092afec3029e621123ead8c1f675c54bde6099d03e40c4
SHA512: 4c87d59cac7f486207a70ea3e23133691b4382e0953c601463ce4b16f75abfe454d1701cc4da71a28344c4cae44db91e22040fd43d0d4eceea22d9d7bf9ba471
Description: development files for Vorbis General Audio Compression Codec
 Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
 general-purpose compressed audio format for audio and music at fixed
 and variable bitrates from 16 to 128 kbps/channel.
 .
 This package contains the header files and documentation needed to develop
 applications with libvorbis.
Homepage: https://www.xiph.org/vorbis/
Multi-Arch: same

Package: libvorbis0a
Priority: optional
Section: libs
Installed-Size: 223
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvorbis
Version: 1.3.7-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29), libogg0 (>= 1.1.0)
Filename: pool/target/libv/libvorbis/libvorbis0a_1.3.7-1+apertis1bv2024dev3b1_arm64.deb
Size: 81668
MD5sum: 802d19cb9476de93f1008c3041b41c91
SHA1: 683278af88307cba749f746abbb0bd381df31e3b
SHA256: 6dfeafd9569b3ab30008ffe311a8815d50622620bb275f102ce6aa50dd281289
SHA512: 6f534c661859eba227f028a8f93f73d8e08672f2afcee8c7b6351b0e58b3742a86b222668fe2c81b193728d36e82870b691e737d9f11f8e0c34198e8f8e61f92
Description: decoder library for Vorbis General Audio Compression Codec
 Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
 general-purpose compressed audio format for audio and music at fixed
 and variable bitrates from 16 to 128 kbps/channel.
 .
 The Vorbis library is the primary Ogg Vorbis library.
Homepage: https://www.xiph.org/vorbis/
Multi-Arch: same

Package: libvorbis0a-dbgsym
Priority: optional
Section: debug
Installed-Size: 154
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvorbis
Version: 1.3.7-1+apertis1bv2024dev3b1
Depends: libvorbis0a (= 1.3.7-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libvorbis/libvorbis0a-dbgsym_1.3.7-1+apertis1bv2024dev3b1_arm64.deb
Size: 136580
MD5sum: 9eb199509a417d65447ab169c83f8ae2
SHA1: 188b60f660dbb4f3d4266262601e8093198fb2a4
SHA256: 52ae0bce5c9b358bd729a4453358f644fa28e979ebe517feead4a65a3558f9c4
SHA512: a950dbd1bb1cb02b16933049c4b93bb325a83b7e6f51b2c3fdc7d5a575b3ed0827ad7979906bab8b4695c4f59d326eb7d3fa9f7badecfba3cce3d315973038b0
Description: debug symbols for libvorbis0a
Auto-Built-Package: debug-symbols
Build-Ids: b6302dd868fa15d8444480eaacd08475c7919d76
Multi-Arch: same

Package: libvorbisenc2
Priority: optional
Section: libs
Installed-Size: 729
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvorbis
Version: 1.3.7-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libvorbis0a (= 1.3.7-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libvorbis/libvorbisenc2_1.3.7-1+apertis1bv2024dev3b1_arm64.deb
Size: 75448
MD5sum: 2006f35e5a4ae7f4c5fb2d1aaf75f4ae
SHA1: 8dc9932bf6aff6dd45a99ae987246533de2c1271
SHA256: bb2cc3f529bfd4b45d7ee8a44772cd3e71e3d12579c1cbb00edb66f7b2802844
SHA512: 3d43625f4ed4d3d45de228751e0ed3da5e5a4f4b3947573f070416eb61b63989369ab565346dccd176cce832899f58359d399209314d8e438043b6e6dce59311
Description: encoder library for Vorbis General Audio Compression Codec
 Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
 general-purpose compressed audio format for audio and music at fixed
 and variable bitrates from 16 to 128 kbps/channel.
 .
 The Vorbisenc library provides a convenient API for setting up an encoding
 environment using libvorbis.
Homepage: https://www.xiph.org/vorbis/
Multi-Arch: same

Package: libvorbisenc2-dbgsym
Priority: optional
Section: debug
Installed-Size: 171
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvorbis
Version: 1.3.7-1+apertis1bv2024dev3b1
Depends: libvorbisenc2 (= 1.3.7-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libvorbis/libvorbisenc2-dbgsym_1.3.7-1+apertis1bv2024dev3b1_arm64.deb
Size: 65168
MD5sum: de6e6069467f0b4249f3831e4521a060
SHA1: ed881aa4aa7006af15c8d89a814628ff43e3f1b5
SHA256: d720473a6038073a963c6552fb23fffca70a0db55d25803c7351d68438b1e122
SHA512: fedc8491a7513938255911682a2eebc84806507ff809497269cdf73da64222ccbaa950994cf93f291416ef060a64aa1eaac7afe5f48373da608d6366cb72105d
Description: debug symbols for libvorbisenc2
Auto-Built-Package: debug-symbols
Build-Ids: cb158c9e21b9efc2e01154f91ca5555a3fcc899f
Multi-Arch: same

Package: libvorbisfile3
Priority: optional
Section: libs
Installed-Size: 89
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvorbis
Version: 1.3.7-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libogg0 (>= 1.1.0), libvorbis0a (= 1.3.7-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libvorbis/libvorbisfile3_1.3.7-1+apertis1bv2024dev3b1_arm64.deb
Size: 20048
MD5sum: 312b2213f103157f7e0fd8ec228a3b18
SHA1: 4487a3b4ed16ed83b18eb2db59e2338258ef43cb
SHA256: 3761af9a250943c29a79bcdfbf7b3aff38e92b13e8a44164596f2c2fe17f8dad
SHA512: c339e5841144503f4b95128edd7fd5c59d1e130913aeeb92b2f97ebe2d8a4d5b526bf08c224f776d72b5778cf000bc78bf3f0190cc63d5757ffff91900c8ef46
Description: high-level API for Vorbis General Audio Compression Codec
 Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
 general-purpose compressed audio format for audio and music at fixed
 and variable bitrates from 16 to 128 kbps/channel.
 .
 The Vorbisfile library provides a convenient high-level API for decoding
 and basic manipulation of all Vorbis-I audio streams.
Homepage: https://www.xiph.org/vorbis/
Multi-Arch: same

Package: libvorbisfile3-dbgsym
Priority: optional
Section: debug
Installed-Size: 51
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvorbis
Version: 1.3.7-1+apertis1bv2024dev3b1
Depends: libvorbisfile3 (= 1.3.7-1+apertis1bv2024dev3b1)
Filename: pool/target/libv/libvorbis/libvorbisfile3-dbgsym_1.3.7-1+apertis1bv2024dev3b1_arm64.deb
Size: 35176
MD5sum: 46982e944cdcbd38c9d6df52dc80e04e
SHA1: 438e554dd983d5011805627d9ab317ea76a3ba42
SHA256: b53c7211f136534f338cca4193f183b74a56b21e7e654d1b3c3b86aa659fed9c
SHA512: 02c8386cba8718f6f142e0aec0ea001a5dde61547869c4978b02a60edabddcec69ef3edce132fcce63b4f2eea3a473c7494cddcaded687ec8d8c67368d852222
Description: debug symbols for libvorbisfile3
Auto-Built-Package: debug-symbols
Build-Ids: 4c408f720058760bb4cae658a200f91bea9838a1
Multi-Arch: same

Package: libvpx-dev
Priority: optional
Section: libdevel
Installed-Size: 3422
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvpx
Version: 1.12.0-1+apertis0bv2024dev3b1
Depends: libvpx7 (= 1.12.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libvpx/libvpx-dev_1.12.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 1048588
MD5sum: d0ee4e184383e6eaf06d3a660d18ebb9
SHA1: be2c21ddb3420cf16c3732f1e868c1a828d7e059
SHA256: ff9fcca34ab320157833e3e7ed3bf25c375719d3c341b4b1ce8e983f7a2d7b1b
SHA512: dc1e71ec715b62d494e95de06c2be791d2fa3442e651fd4e6097db232d04bd829e65389c9b048477e6a430ec5454eb27dc99203d7a3eed9b07b000bd064d4b34
Description: VP8 and VP9 video codec (development files)
 VP8 and VP9 are open video codecs, originally developed by On2 and released
 as open source by Google Inc. They are the successor of the VP3 codec,
 on which the Theora codec was based.
 .
 This package contains the development libraries, header files needed by
 programs that want to compile with libvpx.
Homepage: https://www.webmproject.org
Multi-Arch: same

Package: libvpx-doc
Priority: optional
Section: doc
Installed-Size: 3898
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: libvpx
Version: 1.12.0-1+apertis0bv2024dev3b1
Recommends: lynx | www-browser
Filename: pool/target/libv/libvpx/libvpx-doc_1.12.0-1+apertis0bv2024dev3b1_all.deb
Size: 311196
MD5sum: 6e23ef94ff2f7fe244b45a1c399cecce
SHA1: 551b0cdc53c546702ab3e9eee51e018f4264f8f4
SHA256: 10fb92c38ec53e0d393e03a9c86935a177bc8386561c54e6d87bb6c7bd2e6670
SHA512: 290ca029662bc6df8b841eee79ed4d91d2c3d9ac1f9e039def94ef7350ce0840374e51ae5b2090a4f4d08705b54f0ad1296b2543ad8bbe92fc2eeb2870c29c2e
Description: VP8 and VP9 video codec (API documentation)
 VP8 and VP9 are open video codecs, originally developed by On2 and released
 as open source by Google Inc. They are the successor of the VP3 codec,
 on which the Theora codec was based.
 .
 This package contains the HTML documentation for the libvpx library
 in /usr/share/doc/libvpx-doc.
Homepage: https://www.webmproject.org
Multi-Arch: foreign

Package: libvpx7
Priority: optional
Section: libs
Installed-Size: 2168
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvpx
Version: 1.12.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/libv/libvpx/libvpx7_1.12.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 897456
MD5sum: b5fe8d999003dbb75235b8ae6b1be228
SHA1: bce6f047c067c8cb333b297417246a37d352e961
SHA256: a10ae03715b4c55b5a61745cfa227cf84ef478bff47c2258497ef7cf3c64460a
SHA512: fe332e2d72352f4dfb0e62b449e18484c56a0dff06a7bad6c6a673dc09700a5fc5535012bddcc46c0c58b86741c171ad1fd748bff2d459e04b8e69fdaa3aa74f
Description: VP8 and VP9 video codec (shared library)
 VP8 and VP9 are open video codecs, originally developed by On2 and released
 as open source by Google Inc. They are the successor of the VP3 codec,
 on which the Theora codec was based.
 .
 This package contains the shared libraries.
Homepage: https://www.webmproject.org
Multi-Arch: same

Package: libvpx7-dbgsym
Priority: optional
Section: debug
Installed-Size: 5013
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvpx
Version: 1.12.0-1+apertis0bv2024dev3b1
Depends: libvpx7 (= 1.12.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libvpx/libvpx7-dbgsym_1.12.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 4965280
MD5sum: 40714aeca2079cbc656e80f49adf7224
SHA1: ed1dcde5c53cba2098178603c80a4c36f86aed8c
SHA256: bbbf360a0f1fc9f88962534807c0acee30db6b541d9b84adb043d8233ce61174
SHA512: 5b25b98f553ac9359f85d76e4abdd08a561715188e43059f46d0672db2b36fa7aae17a84ea2bfff6cbae86df0413e0fe1bdec44e8434cd8ba34b0f2075f047f8
Description: debug symbols for libvpx7
Auto-Built-Package: debug-symbols
Build-Ids: fa6f11c7295a3700994d58e6302c699ee03faa34
Multi-Arch: same

Package: libvulkan-dev
Priority: optional
Section: libdevel
Installed-Size: 20721
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: vulkan-loader
Version: 1.3.239.0-1+apertis0bv2024dev2b1
Replaces: vulkan-headers, vulkan-sdk-headers
Depends: libvulkan1 (= 1.3.239.0-1+apertis0bv2024dev2b1), python3:any
Breaks: vulkan-headers, vulkan-sdk-headers
Filename: pool/target/v/vulkan-loader/libvulkan-dev_1.3.239.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 1115652
MD5sum: 59e6959613ac9b640e13093e84ea3119
SHA1: 71013b1416d516ac100b4218cae009b744c57fea
SHA256: ae938584d2a17681fcf3a74868328fb39d2fcee7b76eb4f7c830499a5b6f0889
SHA512: 790d884ad4d120e1da13c006883d59e84e70a18e25bb87e24aa4a370b0ef6e7f33dfadb498a52502d4ab16bf2cbb57181bf1dd93053dfc246ca2eaced7e7ebac
Description: Vulkan loader library -- development files
 The Loader implements the main VK library. It handles layer management and
 driver management. The loader fully supports multi-gpu operation. As part of
 this, it dispatches API calls to the correct driver, and to the correct
 layers, based on the GPU object selected by the application.
 .
 This package includes files needed for development.
Homepage: https://github.com/KhronosGroup/Vulkan-Loader
Multi-Arch: same

Package: libvulkan1
Priority: optional
Section: libs
Installed-Size: 545
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: vulkan-loader
Version: 1.3.239.0-1+apertis0bv2024dev2b1
Replaces: libvulkan-dev (<< 1.1.70+dfsg1-2), vulkan-loader
Depends: libc6 (>= 2.34)
Recommends: mesa-vulkan-drivers | vulkan-icd
Breaks: libvulkan-dev (<< 1.1.70+dfsg1-2), vulkan-loader
Filename: pool/target/v/vulkan-loader/libvulkan1_1.3.239.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 111936
MD5sum: 9d8349c25e1a4bb7e21ea4e31c5191a6
SHA1: 1b45886d27d571ef78d15b12b2a8deaeaa08f3a0
SHA256: 0821aa9b0bc5004e68d4c8fdb8af13045998297765846218cef3062da2005b07
SHA512: e6eb75e7c3a7c05b94fdf0d8bc973a980c8664c22d3d26708f6295817e7588494cc58639f85ef90f8897efc5ce67cba6b290c09325f23eb6bc325ab937b48b2b
Description: Vulkan loader library
 The Loader implements the main VK library. It handles layer management and
 driver management. The loader fully supports multi-gpu operation. As part of
 this, it dispatches API calls to the correct driver, and to the correct
 layers, based on the GPU object selected by the application.
 .
 This package includes the loader library.
Homepage: https://github.com/KhronosGroup/Vulkan-Loader
Multi-Arch: same

Package: libvulkan1-dbgsym
Priority: optional
Section: debug
Installed-Size: 609
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: vulkan-loader
Version: 1.3.239.0-1+apertis0bv2024dev2b1
Depends: libvulkan1 (= 1.3.239.0-1+apertis0bv2024dev2b1)
Filename: pool/target/v/vulkan-loader/libvulkan1-dbgsym_1.3.239.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 530316
MD5sum: b4b4b40b3449ce023794ba6e9ebce197
SHA1: 26ad82b11e48c8a70e66498963f10d73714d1b96
SHA256: 342020920a3a5ede3430ba956a0b34c90cf8b75ed4d02958e545397e02dd15d3
SHA512: f86ac8a203e03e8756f82dac0f3a9dd87684c44af85455f435aa0d670622352ee57ffe63e71910e5a8b8c5dcf9b58e8b609bf18278ecccbb52d3ba61561211c0
Description: debug symbols for libvulkan1
Auto-Built-Package: debug-symbols
Build-Ids: f0adc6947d5e00c0f6211bfc68f363bc9f7f2a48
Multi-Arch: same

Package: libwavpack-dev
Priority: optional
Section: libdevel
Installed-Size: 57
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: wavpack
Version: 5.6.0-1+apertis0bv2024dev3b1
Depends: libwavpack1 (= 5.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/w/wavpack/libwavpack-dev_5.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 22352
MD5sum: 5ed0817f187c7bb2c7f0bc0fccd0a071
SHA1: 9424f8e2149a649a32e9b2b3ac4a221b91c83590
SHA256: 0027ebc2826f88ad89ed2f037b2c8cadd4fa90a71f60341e0e20912f76b324c2
SHA512: f794c1e5f28bf9f07177ac4b0b7c1c1a1650124100f623f88f9ae0b047d92d642b8438af67658550daf74408f90ac7be9ce44dad3f9f786235ead2cfb93ec04c
Description: audio codec (lossy and lossless) - development files
 WavPack is a completely open audio compression format providing lossless,
 high-quality lossy, and a unique hybrid compression mode. Although the
 technology is loosely based on previous versions of WavPack, the new version
 4 format has been designed from the ground up to offer unparalleled
 performance and functionality.
 .
 This package contains the header files, static libraries
 and symbolic links that developers using libwavpack will need.
Homepage: http://www.wavpack.com
Multi-Arch: same

Package: libwavpack1
Priority: optional
Section: libs
Installed-Size: 230
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: wavpack
Version: 5.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/w/wavpack/libwavpack1_5.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 77852
MD5sum: 1e757d027d64f3489c30d60b2cfe8258
SHA1: 16cb07bea83a720f61a86a3166106b218d35e5a0
SHA256: 431bddd522cbbc73d008d937000c82b26c99a2f244a183dc7be7c02c562824fb
SHA512: 4fb9a3ebb8ee6d4a38f7f28e82daeffa720aa2024273c733e4a1c855a66dc5ad7942ef9f7141fcbece7eb261f52a7161ffe9dd18b84bc40bb970351898289768
Description: audio codec (lossy and lossless) - library
 WavPack is a completely open audio compression format providing lossless,
 high-quality lossy, and a unique hybrid compression mode. Although the
 technology is loosely based on previous versions of WavPack, the new version
 4 format has been designed from the ground up to offer unparalleled
 performance and functionality.
 .
 This package contains the shared libraries necessary to run programs
 using libwavpack.
Homepage: http://www.wavpack.com
Multi-Arch: same

Package: libwavpack1-dbgsym
Priority: optional
Section: debug
Installed-Size: 181
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: wavpack
Version: 5.6.0-1+apertis0bv2024dev3b1
Depends: libwavpack1 (= 5.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/w/wavpack/libwavpack1-dbgsym_5.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 163372
MD5sum: caa5a5fe9c75f06ed027c79fb38fb058
SHA1: 7d32974865224fa117c7a1ec038c8e485d978524
SHA256: 525825b086a3071a2ecc0fbf80ec60410a0ca3b83fb397d5fabc713d01061c34
SHA512: 066cbe526ad77d2d674bdb3afea914cb69b1507c87d08c5d35c3c50d058eaf6ebdd412939db4387fa2495cae332f67daa9af9c4ee09a9d15ad4745f1ac63dd00
Description: debug symbols for libwavpack1
Auto-Built-Package: debug-symbols
Build-Ids: d0f8f198fd077251f7ef5f576024ae682cc22339
Multi-Arch: same

Package: libwayland-bin
Priority: optional
Section: libdevel
Installed-Size: 84
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Replaces: libwayland-dev (<< 1.11.0-1)
Depends: libc6 (>= 2.34), libexpat1 (>= 2.0.1), libxml2 (>= 2.7.4)
Conflicts: libwayland-dev (<< 1.11.0-1)
Filename: pool/target/w/wayland/libwayland-bin_1.21.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 20644
MD5sum: 26442f3d5374eeeaac8c9b96e03fa267
SHA1: 8cd042e92fe315f83d45a6813d6b4a58989e7329
SHA256: f3ce77f0f4f5b066635790e12f4220a935d470839fbec03a7b44326967b1e901
SHA512: ab88726d5b4d91b52e57309386dc81f9e0d0c8549f966f42d61013c213a939927e15f74e5c07928a65095a41ef1e3447bef8e674665756f394fd0f6cfbf04d07
Description: wayland compositor infrastructure - binary utilities
 Wayland is a protocol for a compositor to talk to its clients as well
 as a C library implementation of that protocol. The compositor can be
 a standalone display server running on Linux kernel modesetting and
 evdev input devices, an X application, or a wayland client
 itself. The clients can be traditional applications, X servers
 (rootless or fullscreen) or other display servers.
 .
 This package contains the development binary utilities
Homepage: https://wayland.freedesktop.org/
Multi-Arch: foreign

Package: libwayland-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 67
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Depends: libwayland-bin (= 1.21.0-1+apertis0bv2024dev3b1)
Filename: pool/target/w/wayland/libwayland-bin-dbgsym_1.21.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 51300
MD5sum: 14d474fa28290c94f977dbfca4b5c89f
SHA1: c2c6eb6bcd237cf0508548e6a28cd4c8bf869bba
SHA256: 23b03daa422f08f29904163f7abdc19246762c3537139496da0b3a5864999b1c
SHA512: 5b88ac87d655fdf90849cc5b2c34fa6d4d7976a0dc87d2b0a026ff8099e917a3ca54912f609970fb3859b8c56b5e838da65c329e95b8e2cb834131b569a743f8
Description: debug symbols for libwayland-bin
Auto-Built-Package: debug-symbols
Build-Ids: df055408772017e960b298513420439e69138f0a

Package: libwayland-client0
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Replaces: libwayland0 (<< 1.1.0-1)
Depends: libc6 (>= 2.28), libffi8 (>= 3.4)
Conflicts: libwayland0 (<< 1.1.0-1)
Filename: pool/target/w/wayland/libwayland-client0_1.21.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 25676
MD5sum: be5a5739a37ed213962f7b5ce8fa003b
SHA1: 0095a8168215a1731ae01c08f3bfa054d3d90e80
SHA256: 0313b8c325a6b61dff6b0135970a679e4a6ad4bedea10b12ca68ae56a60ede40
SHA512: ea6ad7bf6d3be5baf38ef88b6c19e8e65cd6f3a6c4200c11e001aadc47f1784fe4879ac2a7f661b201b4cfd1d3337330efbecd18a92562dbd334cf3ef94769f7
Description: wayland compositor infrastructure - client library
 Wayland is a protocol for a compositor to talk to its clients as well
 as a C library implementation of that protocol. The compositor can be
 a standalone display server running on Linux kernel modesetting and
 evdev input devices, an X application, or a wayland client
 itself. The clients can be traditional applications, X servers
 (rootless or fullscreen) or other display servers.
 .
 This package ships the library that implements the client side of
 the Wayland protocol.
Homepage: https://wayland.freedesktop.org/
Multi-Arch: same

Package: libwayland-client0-dbgsym
Priority: optional
Section: debug
Installed-Size: 80
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Replaces: libwayland-client0 (<< 1.10.0-2)
Depends: libwayland-client0 (= 1.21.0-1+apertis0bv2024dev3b1)
Breaks: libwayland-client0 (<< 1.10.0-2)
Filename: pool/target/w/wayland/libwayland-client0-dbgsym_1.21.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 60272
MD5sum: b1499cac4b0f26523f97640284718fe0
SHA1: 12f85e4a54a4231695423bee031d3fdd9467c3aa
SHA256: 43bd5511d8163b39184eb679f4ad2c58e071d644c27b5512fee3c8ba60201fb1
SHA512: 1b6682fa2740aedf5dcde9684b3dd8e27a88a927fb66e89576c979acc47b4c71f90b2f04409ca335a2c454bee51fa9751c8f3ea7fd4a9e8346d2f76cfcfe017b
Description: debug symbols for libwayland-client0
Auto-Built-Package: debug-symbols
Build-Ids: 921c1051b6d82693f16674767fe1e1370c76d9b6
Multi-Arch: same

Package: libwayland-cursor0
Priority: optional
Section: libs
Installed-Size: 97
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Replaces: libwayland0 (<< 1.1.0-1)
Depends: libc6 (>= 2.28), libwayland-client0 (>= 1.20.0)
Conflicts: libwayland0 (<< 1.1.0-1)
Filename: pool/target/w/wayland/libwayland-cursor0_1.21.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 12204
MD5sum: 3953f7424e46f315c16e99c7c1a40bb0
SHA1: bdb41ed25f8c0e5e8ae6f12e14b4ff2a41e61ff4
SHA256: cc47f4a88d68d3ccadb774a7bce7286b7bc7b8f214c41ff017f7c7ae95b8cb67
SHA512: 25790ead0cd1db0f308907098000514e8e96cb97d085a5573eb11582a765e3b3242e68568ec4b2db184a53078faa790e4e87f8c65c17cbb41c4d649009008062
Description: wayland compositor infrastructure - cursor library
 Wayland is a protocol for a compositor to talk to its clients as well
 as a C library implementation of that protocol. The compositor can be
 a standalone display server running on Linux kernel modesetting and
 evdev input devices, an X application, or a wayland client
 itself. The clients can be traditional applications, X servers
 (rootless or fullscreen) or other display servers.
 .
 This package ships a helper library to manage cursors.
Homepage: https://wayland.freedesktop.org/
Multi-Arch: same

Package: libwayland-cursor0-dbgsym
Priority: optional
Section: debug
Installed-Size: 37
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Replaces: libwayland-cursor0 (<< 1.10.0-2)
Depends: libwayland-cursor0 (= 1.21.0-1+apertis0bv2024dev3b1)
Breaks: libwayland-cursor0 (<< 1.10.0-2)
Filename: pool/target/w/wayland/libwayland-cursor0-dbgsym_1.21.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 22424
MD5sum: b25eb889919acac580145c5d7f0d5910
SHA1: 242da2b1eddedcb6903a820f115444fca78ab13b
SHA256: 8b49d6a789be367e20e1607106eb7c55ef48a818f8dc55a526a041674ea46ee6
SHA512: 673e84d4b8963251f17caca38d7f08d7e894a9ebe6eee33d90b8156c27a0c705294ca65afcdf85d2ed671bc46b6ac05265f84b7c15d2a433b4c3cfbe354d3e2a
Description: debug symbols for libwayland-cursor0
Auto-Built-Package: debug-symbols
Build-Ids: d753a936eae907cc73cff110edc971252e02063b
Multi-Arch: same

Package: libwayland-dev
Priority: optional
Section: libdevel
Installed-Size: 577
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Replaces: libegl1-mesa-dev (<< 18.0.5-0)
Depends: libwayland-client0 (= 1.21.0-1+apertis0bv2024dev3b1), libwayland-server0 (= 1.21.0-1+apertis0bv2024dev3b1), libwayland-cursor0 (= 1.21.0-1+apertis0bv2024dev3b1), libwayland-egl1 (= 1.21.0-1+apertis0bv2024dev3b1), libwayland-bin (= 1.21.0-1+apertis0bv2024dev3b1), libffi-dev
Suggests: libwayland-doc
Breaks: libegl1-mesa-dev (<< 18.0.5-0)
Filename: pool/target/w/wayland/libwayland-dev_1.21.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 70508
MD5sum: 1db3b8f873897d07ecd65357593e581d
SHA1: 9f3da43550979f2df49fa770ed6cb97b494b2b6a
SHA256: 21b0c54629be8a08de6b06d067ffdfb1a3043c078beb4989c9a86b78962c2949
SHA512: bc44e481c9145de3105bfaf3da3fabd8ef3d3270149adf092b487b787195c93801aa40b44fa67a87d792fdea0d1c71a426b1ef0a96094c90cc9d7d250a0ce8af
Description: wayland compositor infrastructure - development files
 Wayland is a protocol for a compositor to talk to its clients as well
 as a C library implementation of that protocol. The compositor can be
 a standalone display server running on Linux kernel modesetting and
 evdev input devices, an X application, or a wayland client
 itself. The clients can be traditional applications, X servers
 (rootless or fullscreen) or other display servers.
 .
 This package contains the development headers for the Wayland libraries.
 Non-developers likely have little use for this package.
Homepage: https://wayland.freedesktop.org/
Multi-Arch: same

Package: libwayland-doc
Priority: optional
Section: doc
Installed-Size: 734
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Replaces: libwayland-dev (<< 1.10.0-2)
Conflicts: libwayland-dev (<< 1.10.0-2)
Filename: pool/target/w/wayland/libwayland-doc_1.21.0-1+apertis0bv2024dev3b1_all.deb
Size: 194144
MD5sum: 78a707336ff179111c1bceeb27940ecf
SHA1: 9ae11462955b8320aebc590032af95841ea96705
SHA256: ffd7c6505994fdec295cfa6147ad836cccdbf9938ce3c21cf4e8e1e2ac8b4699
SHA512: ec50e8628df0dfb2781082e58287ce0597df7a2c8295123aac175342b23e29b613c7a06a3bd96d900554755f7eb12402f1a026df019439f4c1893af6808dbdb7
Description: wayland compositor infrastructure - documentation files
 Wayland is a protocol for a compositor to talk to its clients as well
 as a C library implementation of that protocol. The compositor can be
 a standalone display server running on Linux kernel modesetting and
 evdev input devices, an X application, or a wayland client
 itself. The clients can be traditional applications, X servers
 (rootless or fullscreen) or other display servers.
 .
 This package contains the documentation for the Wayland libraries.
 Non-developers likely have little use for this package.
Homepage: https://wayland.freedesktop.org/
Multi-Arch: foreign

Package: libwayland-egl-backend-dev
Priority: optional
Section: libdevel
Installed-Size: 18
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Replaces: libegl1-mesa-dev (<< 18.0.5-0), libwayland-dev (<< 1.15.0)
Breaks: libegl1-mesa-dev (<< 18.0.5-0), libwayland-dev (<< 1.15.0)
Filename: pool/target/w/wayland/libwayland-egl-backend-dev_1.21.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 5548
MD5sum: abecc38f00b5c4b83a83d507ab74dcc8
SHA1: 0251937db77d4fe63b2b2c4b94150751b5340bfa
SHA256: 4854309312971b30a947880c3f265f626aea4e87168346e147b1878fd38288db
SHA512: 390525ac44b48acea00ba9267a98289215a87dc15058590bcf91e77fa061fd05991ddaecc8e2b324f6c00ea7a2a94d2b1f13f94514c3f5690cae5d73aa37fce9
Description: wayland compositor infrastructure - EGL backend development files
 Wayland is a protocol for a compositor to talk to its clients as well
 as a C library implementation of that protocol. The compositor can be
 a standalone display server running on Linux kernel modesetting and
 evdev input devices, an X application, or a wayland client
 itself. The clients can be traditional applications, X servers
 (rootless or fullscreen) or other display servers.
 .
 This package contains the development headers for the Wayland EGL backend.
Homepage: https://wayland.freedesktop.org/
Multi-Arch: same

Package: libwayland-egl1
Priority: optional
Section: libs
Installed-Size: 84
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Replaces: libwayland-egl1-mesa (<< 18.0.5-0)
Provides: libwayland-egl1-mesa
Depends: libc6 (>= 2.17)
Breaks: libwayland-egl1-mesa (<< 18.0.5-0)
Filename: pool/target/w/wayland/libwayland-egl1_1.21.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 6872
MD5sum: 7b4d3510d05a28990d3de9ae58763ab1
SHA1: 1245bd0612fe8ea505479597028b79058767d8c3
SHA256: c3e00edeca74e354e69e639979062ba36be5dfb521021413d4df7eea41000025
SHA512: e6daf366c5d16efc4b274cffcb226e0e129d0d1904683fe69bc6d9c192154fbc1cb44bcb05c0b79d0fd6e77d2a1e5611c1278871a2c321500ab6fd63a09ca7e9
Description: wayland compositor infrastructure - EGL library
 Wayland is a protocol for a compositor to talk to its clients as well
 as a C library implementation of that protocol. The compositor can be
 a standalone display server running on Linux kernel modesetting and
 evdev input devices, an X application, or a wayland client
 itself. The clients can be traditional applications, X servers
 (rootless or fullscreen) or other display servers.
 .
 This package ships the library that implements the Wayland EGL platform
 of the Wayland protocol.
Homepage: https://wayland.freedesktop.org/
Multi-Arch: same

Package: libwayland-egl1-dbgsym
Priority: optional
Section: debug
Installed-Size: 17
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Depends: libwayland-egl1 (= 1.21.0-1+apertis0bv2024dev3b1)
Filename: pool/target/w/wayland/libwayland-egl1-dbgsym_1.21.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 3952
MD5sum: 7a671b0bfc4e2b3a48219f962d52e8c7
SHA1: b06e9bf558a6a6c138d9e41d358513e78adcfa35
SHA256: ac07d2317bb82f47cc1da21ca1f98bd8871d5b83afd60c02a2490ebe9599789b
SHA512: 5e0a4b37aba600e2c79e60b3524403d0e6097e89952c521df04a029167b8c7758182b371f77e025eb889905eba717a2b349f27a9ae4e23291b8d1e16e9aaee09
Description: debug symbols for libwayland-egl1
Auto-Built-Package: debug-symbols
Build-Ids: ff912514493f7aa1fb080eef0e0329a006ebad8c
Multi-Arch: same

Package: libwayland-egl1-mesa
Priority: optional
Section: oldlibs
Installed-Size: 71
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: libegl1, libwayland-egl1
Filename: pool/target/m/mesa/libwayland-egl1-mesa_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 52596
MD5sum: 1b7b599b5119493a048649e6d19d16cc
SHA1: 4a4620ca6d86ec2730af5a1500c6ea7c2debd773
SHA256: 89088c0eaead03fbff83d47b0d7e75018bf4defcaf2b5322b11283082813aafe
SHA512: 1eb4ac21068e401cb532de09dd390416194194ecbf4e8e275dd5c335d2ce84a2fedcc1543a9684cf45d760a3640eba3a7afb7d49a04f57047e390fac1bfa8714
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: libwayland-server0
Priority: optional
Section: libs
Installed-Size: 154
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Replaces: libwayland0 (<< 1.1.0-1)
Depends: libc6 (>= 2.34), libffi8 (>= 3.4)
Conflicts: libwayland0 (<< 1.1.0-1)
Breaks: weston (<< 1.2.0)
Filename: pool/target/w/wayland/libwayland-server0_1.21.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 33052
MD5sum: 482e9697e92b788fc164b7d0fea51c07
SHA1: 08139f87024ceb1ea5f6ac00703a73bd28c3a661
SHA256: 93f34de47697b95bd713b8b59e7e055cb85948571060ba64548fd7a5fb11d536
SHA512: 2e3a5df32c89426736a0c05bcabf8325b1c84846ce01e10087f326e67d85e0d9a40304f33936e6cd0490ad30c9770fa17f52f91a3efe33f544f9bd0f4227f916
Description: wayland compositor infrastructure - server library
 Wayland is a protocol for a compositor to talk to its clients as well
 as a C library implementation of that protocol. The compositor can be
 a standalone display server running on Linux kernel modesetting and
 evdev input devices, an X application, or a wayland client
 itself. The clients can be traditional applications, X servers
 (rootless or fullscreen) or other display servers.
 .
 This package ships the library that implements the server side of
 the Wayland protocol.
Homepage: https://wayland.freedesktop.org/
Multi-Arch: same

Package: libwayland-server0-dbgsym
Priority: optional
Section: debug
Installed-Size: 110
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: wayland
Version: 1.21.0-1+apertis0bv2024dev3b1
Replaces: libwayland-server0 (<< 1.10.0-2)
Depends: libwayland-server0 (= 1.21.0-1+apertis0bv2024dev3b1)
Breaks: libwayland-server0 (<< 1.10.0-2)
Filename: pool/target/w/wayland/libwayland-server0-dbgsym_1.21.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 86440
MD5sum: b124b780f8344f489a05bf28895ac51a
SHA1: 41cb6958ad2525d3070fb387571fcef022302f3c
SHA256: 20111ea9fcbfc0fcea12afb0a56de919f04142569a79c8654f8756117e86567b
SHA512: 2f51f1cd72cd5b4eac3baae284b0f756b1c1084b5c3f1a79bc20aae2cfda66b717ebb824b0a0a11890d3dfe264291dbf446cbc513c7ae7edb91718524ea6a4a2
Description: debug symbols for libwayland-server0
Auto-Built-Package: debug-symbols
Build-Ids: 2c4fbfb1bd070286c0bd335fb370f7e855eca03c
Multi-Arch: same

Package: libwebkit2gtk-4.0-37
Priority: optional
Section: libs
Installed-Size: 71246
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.0-18 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, bubblewrap (>= 0.3.1), xdg-dbus-proxy, libatk1.0-0 (>= 1.32.0), libavif15 (>= 0.11.1), libc6 (>= 2.35), libcairo2 (>= 1.15.12), libdrm2 (>= 2.4.75), libepoxy0 (>= 1.0), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libgbm1 (>= 17.1.0~rc2), libgcc-s1 (>= 4.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.70.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.20.0), libgtk-3-0 (>= 3.23.0), libharfbuzz-icu0 (>= 0.9.18), libharfbuzz0b (>= 1.4.2), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libopenjp2-7 (>= 2.2.0), libpango-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libseccomp2 (>= 0.0.0~20120605), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.69.90), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12), libsystemd0, libtasn1-6 (>= 4.14), libwayland-client0 (>= 1.20.0), libwayland-egl1 (>= 1.15.0), libwayland-server0 (>= 1.3.92), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwoff1 (>= 1.0.0), libwpe-1.0-1 (>= 1.3.0), libwpebackend-fdo-1.0-1 (>= 1.8.0), libx11-6, libxcomposite1 (>= 1:0.4.5), libxdamage1 (>= 1:1.1), libxml2 (>= 2.8), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.2), libgles2
Recommends: gstreamer1.0-gl, libgl1-mesa-dri, xdg-desktop-portal-gtk, gstreamer1.0-libav, gstreamer1.0-plugins-bad
Suggests: gstreamer1.0-alsa
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.0-37_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 18756376
MD5sum: d4baf43ce2025aec0cdb241137b0bc16
SHA1: 907ed0d52d5bbc83e884fd6a09dff076d7459a18
SHA256: 611c2f937f71c3e2151cd98aa0e88d580b54f6669990962547dee8bf282fe1cb
SHA512: f5f7b853c668927a6ce206e3edb55129eb8f2accda307f76cc38be6737040b7457d52563479dd0ec93aa465f90fa4ebefbcb8fd679ce3cc11b50f6d1707de125
Description: Web content engine library for GTK
 WebKit is a web content engine, derived from KHTML and KJS from KDE, and
 used primarily in Apple's Safari browser.  It is made to be embedded in
 other applications, such as mail readers, or web browsers.
 .
 It is able to display content such as HTML, SVG, XML, and others. It also
 supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
 .
 WebKitGTK is a WebKit port designed to be used in GTK applications.
 This build provides version 4.0 of the API and uses libsoup v2 for
 the networking stack and the GTK 3 widget toolkit.
 .
 This package contains the shared libraries.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: libwebkit2gtk-4.0-37-dbgsym
Priority: optional
Section: debug
Installed-Size: 125389
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkit2gtk-4.0-37 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.0-37-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 104422732
MD5sum: 918e4b5e27fb7fbcef892c8afa1264f3
SHA1: 05f8b4d3e96509e35f143f69e76011b75d176edb
SHA256: 0361b267afb7943fde10915a16308848e6a138dbf4bc53503f29ccd76efefaa4
SHA512: 189fc7cb9c6e642cfe9c9e0c30b30f3d360b5f3842ca83631aebf8bdee8395e46b00c336ba915f5bc25967d23c747902ac01fda3843283bc224f050479b27d41
Description: debug symbols for libwebkit2gtk-4.0-37
Auto-Built-Package: debug-symbols
Build-Ids: 2aeb8cc691c34f82cadd4a3ceead0bf8931e1d4b 425afd9bf79e0b7a0a33f9bbc574d5217edd6910 be806d3c65348d2059807adf7ae3092cd1b72022 dad905de1aaa6657897c6108c5bd81d3cbd39847 e31ccb7ea588f986b031d1e09f6350158e825660
Multi-Arch: same

Package: libwebkit2gtk-4.0-dev
Priority: optional
Section: libdevel
Installed-Size: 5565
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkit2gtk-4.0-37 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-webkit2-4.0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libgtk-3-dev, libsoup2.4-dev, libjavascriptcoregtk-4.0-dev (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.0-dev_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 445820
MD5sum: 0a3a5b305eb3bb796150b45a1400b4f8
SHA1: d56cb1a53dd54501a15d59a634b8c3545e3b798c
SHA256: 3e01e6954b37e7f3f2d0cba99d02fff01d74839b50890a9fe7a6634503da50d0
SHA512: c166dd95c191cd96753c8558e6588d7a74dd6f81af13853ed2e6870c2f9cf0bd2aafcba36f167eb3b04df3598366827609ecc736f165d5de6d7abe2d342f1669
Description: Web content engine library for GTK - development files
 WebKit is a web content engine, derived from KHTML and KJS from KDE, and
 used primarily in Apple's Safari browser.  It is made to be embedded in
 other applications, such as mail readers, or web browsers.
 .
 It is able to display content such as HTML, SVG, XML, and others. It also
 supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
 .
 WebKitGTK is a WebKit port designed to be used in GTK applications.
 This build provides version 4.0 of the API and uses libsoup v2 for
 the networking stack and the GTK 3 widget toolkit.
 .
 This package contains the development files.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: libwebkit2gtk-4.0-doc
Priority: optional
Section: doc
Installed-Size: 34925
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: all
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Suggests: devhelp
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.0-doc_2.40.3-2~deb12u1+apertis2bv2024dev3b1_all.deb
Size: 2132340
MD5sum: fa7eca1a42deb22c9d77b0296ced42c9
SHA1: a57fd82c54f7e3ea3dcac08a3064abbe951b80ac
SHA256: f00fc0f1d57e75d392c2388c050af485daef5fc7a32e0a069446f94bea008330
SHA512: 8c7e0393dee97f08cc77e5375be5965fcf9eb6c5bc1cd9494b42a6783817e9d6940546556b95dfd67de288cdf59049797fe66f27411f7bc0cb0723bfafc5d041
Description: Web content engine library for GTK - documentation
 WebKit is a web content engine, derived from KHTML and KJS from KDE, and
 used primarily in Apple's Safari browser.  It is made to be embedded in
 other applications, such as mail readers, or web browsers.
 .
 It is able to display content such as HTML, SVG, XML, and others. It also
 supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
 .
 WebKitGTK is a WebKit port designed to be used in GTK applications.
 .
 This package contains the documentation and is valid for versions 4.0,
 4.1 and 6.0 of the API.
Homepage: https://webkitgtk.org/
Multi-Arch: foreign

Package: libwebkit2gtk-4.1-0
Priority: optional
Section: libs
Installed-Size: 71182
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, bubblewrap (>= 0.3.1), xdg-dbus-proxy, libatk1.0-0 (>= 1.32.0), libavif15 (>= 0.11.1), libc6 (>= 2.35), libcairo2 (>= 1.15.12), libdrm2 (>= 2.4.75), libepoxy0 (>= 1.0), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libgbm1 (>= 17.1.0~rc2), libgcc-s1 (>= 4.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.70.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.20.0), libgtk-3-0 (>= 3.23.0), libharfbuzz-icu0 (>= 0.9.18), libharfbuzz0b (>= 1.4.2), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libopenjp2-7 (>= 2.2.0), libpango-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libseccomp2 (>= 0.0.0~20120605), libsecret-1-0 (>= 0.7), libsoup-3.0-0 (>= 3.0.3), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12), libsystemd0, libtasn1-6 (>= 4.14), libwayland-client0 (>= 1.20.0), libwayland-egl1 (>= 1.15.0), libwayland-server0 (>= 1.3.92), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwoff1 (>= 1.0.0), libwpe-1.0-1 (>= 1.3.0), libwpebackend-fdo-1.0-1 (>= 1.8.0), libx11-6, libxcomposite1 (>= 1:0.4.5), libxdamage1 (>= 1:1.1), libxml2 (>= 2.8), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.2), libgles2
Recommends: gstreamer1.0-gl, libgl1-mesa-dri, xdg-desktop-portal-gtk, gstreamer1.0-libav, gstreamer1.0-plugins-bad
Suggests: gstreamer1.0-alsa
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.1-0_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 18773792
MD5sum: d4d34936e7d60caf5a59fde0a766aeb3
SHA1: 5c0546a6100f66e7f273eab929ebc8d5f77edf4e
SHA256: ea9faeac10973089b19dc244ca97b476527e1599cc195f9705ef927422058a56
SHA512: 9b301c6ef2f7f925c5cd3ced0bbde802a6e6db1390ac9514f077ffde1d045536d41ed51a26fb5afeba078db28d0bbe3b1d481cfd55b21cbd9bdcc5a597947dae
Description: Web content engine library for GTK
 WebKit is a web content engine, derived from KHTML and KJS from KDE, and
 used primarily in Apple's Safari browser.  It is made to be embedded in
 other applications, such as mail readers, or web browsers.
 .
 It is able to display content such as HTML, SVG, XML, and others. It also
 supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
 .
 WebKitGTK is a WebKit port designed to be used in GTK applications.
 This build provides version 4.1 of the API and uses libsoup v3 for
 the networking stack and the GTK 3 widget toolkit.
 .
 This package contains the shared libraries.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: libwebkit2gtk-4.1-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 126179
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkit2gtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.1-0-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 105188052
MD5sum: 1b4c8115c01ce949de136f1291a7fb95
SHA1: 7d48a6846775ee56b09de0b272a15f31e91c7f1a
SHA256: 0bababa326c87bdf4bfb1c8d22acf236d33ab26bfaa8a335e2f48ea76d458631
SHA512: 4a56e03cbff7f4e257189c6fffeb9390fa06d4c942aed63cdaecdde2a02b23ca3c27dabe2d78002c808b799187f9b5a5a6935c5c90f4202158b57a9c663555b8
Description: debug symbols for libwebkit2gtk-4.1-0
Auto-Built-Package: debug-symbols
Build-Ids: 1c3819e6a03067b4ac6c49a4ec1429281c724fef 29d05f437b62d302867232afb173bcf3ff3793e6 789f45ff5f926cc6d5aef0540b8617081360d369 a3bb396c4ff9fac306dfe5933d4c8079d0f966c6 d992508f4b0bcadd83ac89c582e8a7ff5c8a9937
Multi-Arch: same

Package: libwebkit2gtk-4.1-dev
Priority: optional
Section: libdevel
Installed-Size: 5565
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkit2gtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-webkit2-4.1 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libgtk-3-dev, libsoup-3.0-dev, libjavascriptcoregtk-4.1-dev (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkit2gtk-4.1-dev_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 445840
MD5sum: 7cb34e90e4a1511593486b150088ad69
SHA1: 6b28285d2f7b0abd257681153f4aab70567836da
SHA256: 5e1844fb5607f70650df1d80bf929e382e92d542398ee699af9b5a5f4018e454
SHA512: bec055893cec6786455caa54ae9f2083dc8a9532be8679e329acfba4462f83dcb2301c98ecf8a86e0ec4e6b363667c5b44fb55cd3a47264efcc982eb9be6657e
Description: Web content engine library for GTK - development files
 WebKit is a web content engine, derived from KHTML and KJS from KDE, and
 used primarily in Apple's Safari browser.  It is made to be embedded in
 other applications, such as mail readers, or web browsers.
 .
 It is able to display content such as HTML, SVG, XML, and others. It also
 supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
 .
 WebKitGTK is a WebKit port designed to be used in GTK applications.
 This build provides version 4.1 of the API and uses libsoup v3 for
 the networking stack and the GTK 3 widget toolkit.
 .
 This package contains the development files.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: libwebkitgtk-6.0-4
Priority: optional
Section: libs
Installed-Size: 69955
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libjavascriptcoregtk-6.0-1 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, bubblewrap (>= 0.3.1), xdg-dbus-proxy, libavif15 (>= 0.11.1), libc6 (>= 2.35), libcairo2 (>= 1.15.12), libdrm2 (>= 2.4.75), libepoxy0 (>= 1.0), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libgbm1 (>= 17.1.0~rc2), libgcc-s1 (>= 4.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.70.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.20.0), libgtk-4-1 (>= 4.7.2), libharfbuzz-icu0 (>= 0.9.18), libharfbuzz0b (>= 1.4.2), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libopenjp2-7 (>= 2.2.0), libpango-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libseccomp2 (>= 0.0.0~20120605), libsecret-1-0 (>= 0.7), libsoup-3.0-0 (>= 3.0.3), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12), libsystemd0, libtasn1-6 (>= 4.14), libwayland-client0 (>= 1.20.0), libwayland-egl1 (>= 1.15.0), libwayland-server0 (>= 1.3.92), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwoff1 (>= 1.0.0), libwpe-1.0-1 (>= 1.3.0), libwpebackend-fdo-1.0-1 (>= 1.8.0), libx11-6, libxcomposite1 (>= 1:0.4.5), libxdamage1 (>= 1:1.1), libxml2 (>= 2.8), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.2), libgles2
Recommends: gstreamer1.0-gl, libgl1-mesa-dri, xdg-desktop-portal-gtk, gstreamer1.0-libav, gstreamer1.0-plugins-bad
Suggests: gstreamer1.0-alsa
Filename: pool/target/w/webkit2gtk/libwebkitgtk-6.0-4_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 18537212
MD5sum: 81431738002843a4bc3ca150419ac1a5
SHA1: d1e958669ab0d450fcf82718d63eb55affc64c40
SHA256: b4bafb6f7a7b029d8839a22d14c0dc4d3179647f4f3c64447e42fb0a213dc5f4
SHA512: fdb3b7fab10ccb6b9acc8b3a56e4b76fb1c4690e64a5a3abb21c688e3ccc8a6520e1e86de368ff02caf4bfa21f83fb4af83ba95b3fb932b9755d9bb60385224e
Description: Web content engine library for GTK
 WebKit is a web content engine, derived from KHTML and KJS from KDE, and
 used primarily in Apple's Safari browser.  It is made to be embedded in
 other applications, such as mail readers, or web browsers.
 .
 It is able to display content such as HTML, SVG, XML, and others. It also
 supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
 .
 WebKitGTK is a WebKit port designed to be used in GTK applications.
 This build provides version 6.0 of the API and uses libsoup v3 for
 the networking stack and the GTK 4 widget toolkit.
 .
 This package contains the shared libraries.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: libwebkitgtk-6.0-4-dbgsym
Priority: optional
Section: debug
Installed-Size: 124581
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkitgtk-6.0-4 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkitgtk-6.0-4-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 103740180
MD5sum: 007ab7b22f2bd410831933c7fbcc9a2a
SHA1: 0b27fbff057892270d0c7927bf3577337aeda784
SHA256: 7530a99a1249380f5d4ca77d3bd7e9fc4ff4ebf405693b5e58c43531b775eec9
SHA512: d62969a163da7e1bf1c94a0d92f194bbde99d94a550b837d03d51d2ce27cebf4d348c660aa9c9050fdbba404028451c4ee56e4f31964e2c8214462d787cc1972
Description: debug symbols for libwebkitgtk-6.0-4
Auto-Built-Package: debug-symbols
Build-Ids: 0eeba01d9da442819efc77f8c00e3ef76cbc9153 36f978ae5ff50b1ad72db9c7db832468d842a60c 3f72d786f16635a2ed44fff5b58e73d9127b5ee3 83b4375e14a99cb8482e503d0c57eb6ba946b52b c8f23928a7102a40b105d176b23d0044942a0fa6
Multi-Arch: same

Package: libwebkitgtk-6.0-dev
Priority: optional
Section: libdevel
Installed-Size: 2306
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkitgtk-6.0-4 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), gir1.2-webkit-6.0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libgtk-4-dev, libsoup-3.0-dev, libjavascriptcoregtk-6.0-dev (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/libwebkitgtk-6.0-dev_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 324768
MD5sum: 0bdd21fa79b740e29a03cab627c1fa72
SHA1: 048d392b538d7c1f94d2118468adae0db524f898
SHA256: cb6f0d0c10a1e70622fd1abe04ca244edfee1eafe91e680970b86b68cf1597a6
SHA512: 18042e9badfbfba48b416c6b2dea8802839c55b71a0305c73420b89205dab1798669ebf3d5d7c8a45239b548a30d8bdb756963a331d4271e1d46574571ae5508
Description: Web content engine library for GTK - development files
 WebKit is a web content engine, derived from KHTML and KJS from KDE, and
 used primarily in Apple's Safari browser.  It is made to be embedded in
 other applications, such as mail readers, or web browsers.
 .
 It is able to display content such as HTML, SVG, XML, and others. It also
 supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
 .
 WebKitGTK is a WebKit port designed to be used in GTK applications.
 This build provides version 6.0 of the API and uses libsoup v3 for
 the networking stack and the GTK 4 widget toolkit.
 .
 This package contains the development files.
Homepage: https://webkitgtk.org/
Multi-Arch: same

Package: libwebp-dev
Priority: optional
Section: libdevel
Installed-Size: 957
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: arm64
Source: libwebp
Version: 1.2.4-0.2+apertis0bv2024dev3b2
Depends: libwebp7 (= 1.2.4-0.2+apertis0bv2024dev3b2), libwebpmux3 (= 1.2.4-0.2+apertis0bv2024dev3b2), libwebpdemux2 (= 1.2.4-0.2+apertis0bv2024dev3b2)
Filename: pool/target/libw/libwebp/libwebp-dev_1.2.4-0.2+apertis0bv2024dev3b2_arm64.deb
Size: 377396
MD5sum: d17efb4d2b70fed2a653d736e7cb1416
SHA1: 3d69465eb4f639e1b4caa2bc1af2ba83ec83fa3b
SHA256: 12ee491d6a6a39003b67ca480ac3a60debd7093b4f6b21ead4e93c647ca961bf
SHA512: 700861dd9f0548bc75d452a9fcb8f7adee69c216b7594be3cb8a96574b314dbfb2b12966b47885622926f2c6f361dd6589cc39b1608fb9755053a59f24313679
Description: Lossy compression of digital photographic images
 Image Compression format, based on the VP8 codec.
 WebP uses the modern VP8 compression format to deliver efficient
 compression of images for the web. More than 30% extra gain over
 optimized JPEG, for same quality, is not unusual.
Homepage: https://developers.google.com/speed/webp/
Multi-Arch: same

Package: libwebp7
Priority: optional
Section: libs
Installed-Size: 497
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: arm64
Source: libwebp
Version: 1.2.4-0.2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34)
Filename: pool/target/libw/libwebp/libwebp7_1.2.4-0.2+apertis0bv2024dev3b2_arm64.deb
Size: 261500
MD5sum: a31709fba2078a702870f9fb1fc44fa7
SHA1: 4935ade6effbc8d012b1867bd78a4075e2273097
SHA256: 5e47a63756135396d7bd3e13f4b93d5a8952b70e845cc2df36601745063f8bf2
SHA512: de89d6ff83397dff045ad87dc0c676e5e65167583d229789d9226f8ba572cb64286f5d22846ff18fe8497ef84c4e81b7631800061218cfcebb3c475678055719
Description: Lossy compression of digital photographic images
 Image Compression format, based on the VP8 codec.
 WebP uses the modern VP8 compression format to deliver efficient
 compression of images for the web. More than 30% extra gain over
 optimized JPEG, for same quality, is not unusual.
Homepage: https://developers.google.com/speed/webp/
Multi-Arch: same

Package: libwebp7-dbgsym
Priority: optional
Section: debug
Installed-Size: 815
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: arm64
Source: libwebp
Version: 1.2.4-0.2+apertis0bv2024dev3b2
Depends: libwebp7 (= 1.2.4-0.2+apertis0bv2024dev3b2)
Filename: pool/target/libw/libwebp/libwebp7-dbgsym_1.2.4-0.2+apertis0bv2024dev3b2_arm64.deb
Size: 779844
MD5sum: 188c485f90df5411121ec5a42098602a
SHA1: 2250fa4de30bb41f77c53421a4a0ca467139e149
SHA256: a26a2ac7694b0ad4ff4602ed78454bc4e20542c091bc9078f531df5f0d8050b8
SHA512: e03f7592b8291937a6ad7de6cf861622b62f4fe4ae10ba5ec0c7d670fb3a2499f2d01b8514f6a547088b5ddfe76bc6b0dc2f664f4bacb89d1190ba9d0b6597d3
Description: debug symbols for libwebp7
Auto-Built-Package: debug-symbols
Build-Ids: e0f515121361cb9a9d3561e774f670f9ddfd2151
Multi-Arch: same

Package: libwebpdemux2
Priority: optional
Section: libs
Installed-Size: 171
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: arm64
Source: libwebp
Version: 1.2.4-0.2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.17), libwebp7 (>= 1.2.4)
Filename: pool/target/libw/libwebp/libwebpdemux2_1.2.4-0.2+apertis0bv2024dev3b2_arm64.deb
Size: 101028
MD5sum: f861c5c8ff1edb4e2d7d1eb8819ffbf4
SHA1: b45b5ffdebc7e89d18b15c511ad606fc019dd8b9
SHA256: e01f02058038bddab5d141492cd5701518d23662bf126ed010773c2d66ce9b69
SHA512: dbe088db1165476dcf9927176ec6b491f54a887e902bad510181cd42ddcdca82dfef1c2f5b1dcf25840ac31028f6c7def766faccf4734c4b930b19fbbbaffb62
Description: Lossy compression of digital photographic images.
 Image Compression format, based on the VP8 codec.
 WebP uses the modern VP8 compression format to deliver efficient
 compression of images for the web. More than 30% extra gain over
 optimized JPEG, for same quality, is not unusual.
Homepage: https://developers.google.com/speed/webp/
Multi-Arch: same

Package: libwebpdemux2-dbgsym
Priority: optional
Section: debug
Installed-Size: 43
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: arm64
Source: libwebp
Version: 1.2.4-0.2+apertis0bv2024dev3b2
Depends: libwebpdemux2 (= 1.2.4-0.2+apertis0bv2024dev3b2)
Filename: pool/target/libw/libwebp/libwebpdemux2-dbgsym_1.2.4-0.2+apertis0bv2024dev3b2_arm64.deb
Size: 28740
MD5sum: 04cbdc082aef16bc7e7d1a296432a78e
SHA1: 5ab7416e22e84543fef82f352451b676cfb363eb
SHA256: 89183bf7c823b8c371673b341066e02700f8e0dc72e750d80f1e85c05a56b8a3
SHA512: 79962b64aa3e7fd480a176936e82416ddc0133fb04128d40bcf62ef1b877f2f0f8d280bf4678f18115481b913ac387a6ffdeaefcd046438c673004779f78b450
Description: debug symbols for libwebpdemux2
Auto-Built-Package: debug-symbols
Build-Ids: d02540e9c72d558ee24a96b5ce34c85ceecf36d3
Multi-Arch: same

Package: libwebpmux3
Priority: optional
Section: libs
Installed-Size: 171
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: arm64
Source: libwebp
Version: 1.2.4-0.2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.29), libwebp7 (>= 1.2.4)
Filename: pool/target/libw/libwebp/libwebpmux3_1.2.4-0.2+apertis0bv2024dev3b2_arm64.deb
Size: 110720
MD5sum: febd267f29a88804ee8ac97880469fe1
SHA1: 25980aa5926472fa39277cdb81c90fb6c7b39a2a
SHA256: ba42226470c115a17446ef4c90ce70db9881ecfe161e00126ba9ddc90ee9620a
SHA512: 25326323504b6d9ed5d18435cea1eeec551e1308df70cd52126df997fe4b5d2b12eb4828d4090b046c9fb7168627d174ee2b412821048fd0069bf80342be95ed
Description: Lossy compression of digital photographic images
 Image Compression format, based on the VP8 codec.
 WebP uses the modern VP8 compression format to deliver efficient
 compression of images for the web. More than 30% extra gain over
 optimized JPEG, for same quality, is not unusual.
Homepage: https://developers.google.com/speed/webp/
Multi-Arch: same

Package: libwebpmux3-dbgsym
Priority: optional
Section: debug
Installed-Size: 82
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: arm64
Source: libwebp
Version: 1.2.4-0.2+apertis0bv2024dev3b2
Depends: libwebpmux3 (= 1.2.4-0.2+apertis0bv2024dev3b2)
Filename: pool/target/libw/libwebp/libwebpmux3-dbgsym_1.2.4-0.2+apertis0bv2024dev3b2_arm64.deb
Size: 67688
MD5sum: 18605c8ff10c22648874e6ae8fd49488
SHA1: 27bad0f4f18dfd2334e6425cb9ef7244cfc55fa9
SHA256: 29fa5cd96a7a906f97a7211d907a13bb1575753f3287c3c07c8bc6f2d10f451a
SHA512: 7075c325deb041225737bdf27adb7b56bae7a5a7961100445e80cb70d4e07efa9a1556f9b01b4d6388e105c44645d75602b9d700f8828ba7d8fe301ab943727f
Description: debug symbols for libwebpmux3
Auto-Built-Package: debug-symbols
Build-Ids: 8433a7cdbe2d67e1c9472c11fd531f174726fe16
Multi-Arch: same

Package: libwebrtc-audio-processing-dev
Priority: optional
Section: libdevel
Installed-Size: 1451
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: webrtc-audio-processing
Version: 0.3-1+apertis1bv2024dev3b1
Depends: libwebrtc-audio-processing1 (= 0.3-1+apertis1bv2024dev3b1)
Filename: pool/target/w/webrtc-audio-processing/libwebrtc-audio-processing-dev_0.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 312332
MD5sum: d2993f343b424d00abca2f9f0c44b106
SHA1: 852f60ab44898c703565c3cce79d9a710841cd58
SHA256: f2e23a69b201fd38d9fb0b08c4f3f8dba683691333b28818c89e32aa086da02e
SHA512: 831f4358cf0be68190c3d6ab684dfa0f314827bbbef1d61d29bb513aa0f0faa682e0b208771572b5eeb4785916a9a87babf3eea8e6bb846ef4e24ee5a3ff91c8
Description: development files for the webrtc-audio-processing library
 Audio processing library (echo-cancellation, gain control etc) around the
 AudioProcessing module from the WebRTC project
 .
 Headers and libraries for developing applications using
 libwebrtc-audio-processing
Homepage: http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
Multi-Arch: same

Package: libwebrtc-audio-processing1
Priority: optional
Section: libs
Installed-Size: 680
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: webrtc-audio-processing
Version: 0.3-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.0), libstdc++6 (>= 11)
Filename: pool/target/w/webrtc-audio-processing/libwebrtc-audio-processing1_0.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 246064
MD5sum: b06a5570fc219c85c9873999b2fd7f6c
SHA1: 4debcba92c80a16ffbd8d7c5116f786ae8faeaf2
SHA256: 6a5a2aa5059341a48a8fa727eed4fa51cdc6c07d6699bbb3cf3d24ffa35b7e45
SHA512: 92542d96549b83e87534061ae95cf9613c83e35bf732a2ca9e4cc9ff2ff1aa9de9a4654e0fa290dc959f8fba019795a6947c6b186301a99f92d6ae0a59f24a1d
Description: AudioProcessing module from the WebRTC project.
 Audio processing library (echo-cancellation, gain control etc) around the
 AudioProcessing module from the WebRTC project
Homepage: http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
Multi-Arch: same

Package: libwebrtc-audio-processing1-dbgsym
Priority: optional
Section: debug
Installed-Size: 2148
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: webrtc-audio-processing
Version: 0.3-1+apertis1bv2024dev3b1
Depends: libwebrtc-audio-processing1 (= 0.3-1+apertis1bv2024dev3b1)
Filename: pool/target/w/webrtc-audio-processing/libwebrtc-audio-processing1-dbgsym_0.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 2053564
MD5sum: 6bb542609657994f3384503623e2b9a2
SHA1: 78a663745d1fd8f6199a6ed8cf346687c1f4dbf4
SHA256: ddbc7617f80ae9d712bd28b3e434cac8d1d8f0cd586fe5ba5a31e0af679f0a88
SHA512: c826dba209eeffcc1eb1c312cf36e46366aad3b6eb9a0148921156b005c6df130e9f1b37cc4db2fce33b83a2ecaa728e1e9f0f6a6ebd59844682a95f94195cd7
Description: debug symbols for libwebrtc-audio-processing1
Auto-Built-Package: debug-symbols
Build-Ids: de9fb514734d043b0ffedc4d35f4b180b0d0d12c
Multi-Arch: same

Package: libwebsockets-dev
Priority: optional
Section: libdevel
Installed-Size: 1718
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets17 (= 4.1.6-3+apertis0bv2024dev2b1), libwebsockets-evlib-ev (= 4.1.6-3+apertis0bv2024dev2b1), libwebsockets-evlib-uv (= 4.1.6-3+apertis0bv2024dev2b1), libwebsockets-evlib-glib (= 4.1.6-3+apertis0bv2024dev2b1), libev-dev, libssl-dev, libuv1-dev, zlib1g-dev, libcap-dev
Filename: pool/target/libw/libwebsockets/libwebsockets-dev_4.1.6-3+apertis0bv2024dev2b1_arm64.deb
Size: 450016
MD5sum: f8f5304ef4c8330aa71155c75e1fb573
SHA1: 85a3b9389ce4a25f3f12831b9a9220ab39b73fef
SHA256: 15fb972ac1712c8a122c53ff794eae0bf1370a0e32df82ab9577dd9964103bbe
SHA512: c2926ba0be15a0a1a27efbeeff3b87454aee76a81f4d54974763ea611327eda137ed00fad14ba596fce66f4b70cd2e1d636293a87abb8889fafc62c2b67f6e1a
Description: lightweight C websockets library - development files
 Libwebsockets is a lightweight pure C library for both websockets
 clients and servers built to use minimal CPU and memory resources
 and provide fast throughput in both directions.
 .
 This package contains the header files needed for developing programs
 using libwebsockets and a static library.
Homepage: https://libwebsockets.org/
Multi-Arch: same

Package: libwebsockets-evlib-ev
Priority: optional
Section: libs
Installed-Size: 105
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets17 (= 4.1.6-3+apertis0bv2024dev2b1), libc6 (>= 2.17), libev4 (>= 1:4.04)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-ev_4.1.6-3+apertis0bv2024dev2b1_arm64.deb
Size: 21340
MD5sum: 92b71638fcd4e8be1b8db37c99f5cbf1
SHA1: 3ebdc224cfff489e66bae86da8801e567e4e282d
SHA256: 12cb4a5307655b45c4c440f737f693691b752499c0b8699c5af6567bf0199ee7
SHA512: 5f8d13626e55f155f38a68c445502606176c3a265ffd96ac77aa834dab58c2f1b5518abab9a49483251ad5a9f8fd14ee4020cd803fb8f87c8a56379645fe47f1
Description: lightweight C websockets library
 Libwebsockets is a lightweight pure C library for both websockets
 clients and servers built to use minimal CPU and memory resources
 and provide fast throughput in both directions.
 .
 This package contains the shared library for evlib_ev plugin.
Homepage: https://libwebsockets.org/
Multi-Arch: same

Package: libwebsockets-evlib-ev-dbgsym
Priority: optional
Section: debug
Installed-Size: 44
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets-evlib-ev (= 4.1.6-3+apertis0bv2024dev2b1)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-ev-dbgsym_4.1.6-3+apertis0bv2024dev2b1_arm64.deb
Size: 29624
MD5sum: f91494ac0ee5005161e4c6ddb970f226
SHA1: 254be7f93fb932284ed0477ac6b24252c867887b
SHA256: decbf2c998c2f2d28e098021127c5c23df2e3584193fba7e720b6c2adc0ec6a9
SHA512: c68fad1086f45704f654dd1398ec4ac8b959a1387f64804348b9bf8b0091fd2130f6f8e572355c49b0a3537ff0b585363c0a4dad384de67c6ac3dcbd8bd7a374
Description: debug symbols for libwebsockets-evlib-ev
Auto-Built-Package: debug-symbols
Build-Ids: dd50267bb5a5645d0eceaf4db17528bb4409eec7
Multi-Arch: same

Package: libwebsockets-evlib-glib
Priority: optional
Section: libs
Installed-Size: 105
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets17 (= 4.1.6-3+apertis0bv2024dev2b1), libc6 (>= 2.17), libglib2.0-0 (>= 2.35.8)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-glib_4.1.6-3+apertis0bv2024dev2b1_arm64.deb
Size: 21236
MD5sum: 1259706d425350e72a0c8174fc4af628
SHA1: b8443c3bd1875d72983c5510ab85ac3e9e73dd37
SHA256: ab7868807b3bf2fcd122463aa278f895c6e12f1d1d59f00c8d83de68ba4e5441
SHA512: b0441b4d2261dcf84746cf1026b86849f003a28e88113c8c9298d6c0ba1c877a5662487a3eb11ad58d42f23dafbd8007393febf071ef62c63b51731d05a7bd80
Description: lightweight C websockets library
 Libwebsockets is a lightweight pure C library for both websockets
 clients and servers built to use minimal CPU and memory resources
 and provide fast throughput in both directions.
 .
 This package contains the shared library for evlib_glib plugin.
Homepage: https://libwebsockets.org/
Multi-Arch: same

Package: libwebsockets-evlib-glib-dbgsym
Priority: optional
Section: debug
Installed-Size: 44
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets-evlib-glib (= 4.1.6-3+apertis0bv2024dev2b1)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-glib-dbgsym_4.1.6-3+apertis0bv2024dev2b1_arm64.deb
Size: 29616
MD5sum: d102847a6dd54a89938fb898c6963f4c
SHA1: fd0d02e8d47680cf4dbffac2f44c533a1b3d9612
SHA256: 66ebd1b0b18e2b61fefe76da1258b7400f1aba34a53700db9fbd541f79c529ab
SHA512: 590661bf555c8ac7096de3e04fde6bce81b8e1ae8d3221b8adfb1709dfbdddf4a2fa8ef658f291599637b63212ef9288fdd1c29c5c21d9510168686cde5e9bd3
Description: debug symbols for libwebsockets-evlib-glib
Auto-Built-Package: debug-symbols
Build-Ids: 4841d49a8dd6b541b3dbaef680e0c2d22636cf88
Multi-Arch: same

Package: libwebsockets-evlib-uv
Priority: optional
Section: libs
Installed-Size: 105
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets17 (= 4.1.6-3+apertis0bv2024dev2b1), libc6 (>= 2.17), libuv1 (>= 1.4.2)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-uv_4.1.6-3+apertis0bv2024dev2b1_arm64.deb
Size: 23104
MD5sum: 536ab3cc2578148e79418b8e8990b0ce
SHA1: 9b04f1c47f46750786de0efecc06da72de49ab03
SHA256: 8ef4bb9a5d34c80d5c181c825f2a044f3f84e7dd83c1fb8d42c31e30f13e54e1
SHA512: f6c85825b09236ab9cedee26a4374e65bd0282beee37c50a21d6f2e438bccf38e5c446f669d4ba56187f0aeabfcb6d0fe8403eb0bb4326210bec3dfbeb7ff1f5
Description: lightweight C websockets library
 Libwebsockets is a lightweight pure C library for both websockets
 clients and servers built to use minimal CPU and memory resources
 and provide fast throughput in both directions.
 .
 This package contains the shared library for evlib_uv plugin.
Homepage: https://libwebsockets.org/
Multi-Arch: same

Package: libwebsockets-evlib-uv-dbgsym
Priority: optional
Section: debug
Installed-Size: 51
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets-evlib-uv (= 4.1.6-3+apertis0bv2024dev2b1)
Filename: pool/target/libw/libwebsockets/libwebsockets-evlib-uv-dbgsym_4.1.6-3+apertis0bv2024dev2b1_arm64.deb
Size: 36176
MD5sum: 6e04d4b02218fdb7396dfe5dc26a174b
SHA1: 6465f59f9dd76eb3ba8419ff6335c37d9d4177c5
SHA256: 5b66eff83adf9ca49f65488ff04cce4104c6bfe52bbea78ca73be0b34c4152a8
SHA512: 4c067080423e249f3c66afe94556eb899b15f2e114e60b44c5bc6f8f8253e9cf9b01f387801323363edd503e447bb989e533b66dc2ac6e15237cdc127e97dfc3
Description: debug symbols for libwebsockets-evlib-uv
Auto-Built-Package: debug-symbols
Build-Ids: 33a648b08f055290dd42e845da21ae82a3f7b979
Multi-Arch: same

Package: libwebsockets-test-server
Priority: optional
Section: utils
Installed-Size: 1265
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets17 (= 4.1.6-3+apertis0bv2024dev2b1), libwebsockets-test-server-common (= 4.1.6-3+apertis0bv2024dev2b1), libc6 (>= 2.34), libcap2 (>= 1:2.10), libssl3 (>= 3.0.0), zlib1g (>= 1:1.2.6)
Filename: pool/target/libw/libwebsockets/libwebsockets-test-server_4.1.6-3+apertis0bv2024dev2b1_arm64.deb
Size: 210808
MD5sum: a92426f039b556104c34662e34206873
SHA1: be38f15f66df6591f4364e4cbcea337fc7276ffa
SHA256: bc1b6d708b2437cd171498ee3267eb640f1606953573c6a3226c30fe8acfb5aa
SHA512: a65f4b1b91ea4f8c069df7d0c562ba1e701ededb340b05ee4b2e7de7e865d386cb69d647ac38b7b8f4639339817f095502e3ff42d33b7b2cdfde201b1534f063
Description: lightweight C websockets library - test servers
 Libwebsockets is a lightweight pure C library for both websockets
 clients and servers built to use minimal CPU and memory resources
 and provide fast throughput in both directions.
 .
 This package contains several demonstration test servers.
Homepage: https://libwebsockets.org/
Multi-Arch: foreign

Package: libwebsockets-test-server-common
Priority: optional
Section: utils
Installed-Size: 2761
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Replaces: libwebsockets-test-server (<< 1.6.0-1)
Breaks: libwebsockets-test-server (<< 1.6.0-1)
Filename: pool/target/libw/libwebsockets/libwebsockets-test-server-common_4.1.6-3+apertis0bv2024dev2b1_all.deb
Size: 2747156
MD5sum: 5be305639f06c7e03e4d0451ba9d0bb9
SHA1: 3751f7f24a0c918b796dd93d0b6fa1eb016425d1
SHA256: 46844868c9c1a94a004ccce20caa3240d058b497f38b1119485bc272954fb873
SHA512: a9ef64fab61079838f45780310a7c3244779800d6a8f67f0291fc81401110688e3562383a39df6a7147b0cc082ba4fb02dc944f06583343eb4c03a8aeb66d312
Description: lightweight C websockets library - test servers data
 Libwebsockets is a lightweight pure C library for both websockets
 clients and servers built to use minimal CPU and memory resources
 and provide fast throughput in both directions.
 .
 This package contains data files for the demonstration test servers.
Homepage: https://libwebsockets.org/
Multi-Arch: foreign

Package: libwebsockets-test-server-dbgsym
Priority: optional
Section: debug
Installed-Size: 1046
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets-test-server (= 4.1.6-3+apertis0bv2024dev2b1)
Filename: pool/target/libw/libwebsockets/libwebsockets-test-server-dbgsym_4.1.6-3+apertis0bv2024dev2b1_arm64.deb
Size: 903132
MD5sum: 3f682489567265d9c968352bd96b2f78
SHA1: aef79a8ba30940ef19626d53e5cc2521e6be9916
SHA256: fde2b413d0bf9b800ad331cc536f842f1484c14869b12e3c8a44ebd49bdd048e
SHA512: b2035257fc0e17518d8c92bab5bd44fb70379d26702933d609af74da31d6a1961598c1e1db2c8e9bb580541405b5ea523626b89fbf24aa1c29b04a7b3a4e5632
Description: debug symbols for libwebsockets-test-server
Auto-Built-Package: debug-symbols
Build-Ids: 5345b6247971327b490294e4e64dd734a77684a3 5d87ea01a4681434ed9de6ab99bc34130306029b 9e1e7053324562a25bdfe18ef2654001f2deb6f5

Package: libwebsockets17
Priority: optional
Section: libs
Installed-Size: 500
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libssl3 (>= 3.0.0), zlib1g (>= 1:1.2.6)
Filename: pool/target/libw/libwebsockets/libwebsockets17_4.1.6-3+apertis0bv2024dev2b1_arm64.deb
Size: 172624
MD5sum: 60f7833e97907852e8b5df9456cc2108
SHA1: 230cd90baec57aeb46ea7610bcd77f9bbcc68ae1
SHA256: c94905177d30a1f1421e6adc2d04eae02d1ce3445c5bbc899c3cf516cc48f178
SHA512: aa088894e34006cf62fdc5ce8cc8bdee4e76fc4fb880898a1d41c0a0bf1aecb321bfca5d90ba87f4fd84fda572c2f5567648a2c77d75718981be625d80f351fc
Description: lightweight C websockets library
 Libwebsockets is a lightweight pure C library for both websockets
 clients and servers built to use minimal CPU and memory resources
 and provide fast throughput in both directions.
 .
 This package contains the main shared library.
Homepage: https://libwebsockets.org/
Multi-Arch: same

Package: libwebsockets17-dbgsym
Priority: optional
Section: debug
Installed-Size: 490
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: libwebsockets
Version: 4.1.6-3+apertis0bv2024dev2b1
Depends: libwebsockets17 (= 4.1.6-3+apertis0bv2024dev2b1)
Filename: pool/target/libw/libwebsockets/libwebsockets17-dbgsym_4.1.6-3+apertis0bv2024dev2b1_arm64.deb
Size: 428652
MD5sum: c2ac77b31dfb1add6f74041afae17121
SHA1: 4466de046d16ce3e6a35cd1fd71937dc34e7c3b4
SHA256: 6167c551086d0cd37039346558019277a29bafa44a946ebe04395ee9c964257b
SHA512: 90c41b73c60409bed71b54cd2a3bcb7f639e3c130c7c25488bb2a488639d44f7112d1e91eef4cf5a01d108ded05edc8708af1c93e3083eb4ca2e69720dc5e2c6
Description: debug symbols for libwebsockets17
Auto-Built-Package: debug-symbols
Build-Ids: 34af3eacc51967bb6e7d1559c4f21f77cb63b1a8
Multi-Arch: same

Package: libweston-10-0
Priority: optional
Section: libs
Installed-Size: 1462
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: weston
Version: 10.0.1-1+apertis1bv2024dev3b1
Replaces: weston (<< 1.12.0-1)
Depends: libc6 (>= 2.34), libcairo2 (>= 1.10.0), libdbus-1-3 (>= 1.9.14), libdrm2 (>= 2.4.107), libegl1, libgbm1 (>= 17.1.0~rc2), libgles2, libglib2.0-0 (>= 2.12.0), libgstreamer-plugins-base1.0-0 (>= 1.2.0), libgstreamer1.0-0 (>= 1.4.0), libinput10 (>= 0.21.0), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.7), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpipewire-0.3-0 (>= 0.3.1), libpixman-1-0 (>= 0.30.0), libpng16-16 (>= 1.6.2-1), libsystemd0 (>= 213), libudev1 (>= 183), libva-drm2 (>= 1.1.0), libva2 (>= 1.7.3), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.18.0), libwayland-egl1 (>= 1.18.0), libwayland-server0 (>= 1.18.0), libwebp7 (>= 1.2.4), libx11-6, libx11-xcb1 (>= 2:1.8.4), libxcb-composite0, libxcb-render0, libxcb-shm0, libxcb-xfixes0, libxcb-xkb1, libxcb1 (>= 1.8), libxcursor1 (>> 1.1.2), libxkbcommon0 (>= 0.5.0)
Breaks: weston (<< 1.12.0-1)
Filename: pool/target/w/weston/libweston-10-0_10.0.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 280980
MD5sum: a9179a33896f36816e6c93ae2fc9045d
SHA1: 8cf2f67b1c23cabd42ed6b73ac01d647e32a5f21
SHA256: 8d648f711f253cc703d150011dd4f90591197c293368ef6eb1b6f57dba3c8f71
SHA512: 259801461907d24be5ce139795831e4b78b1b83157014e6f2b54c42c6a73117e18c456913460bc45ac0cea9275852d220f02b6f2d61d08f508b81ebb355203a3
Description: reference implementation of a wayland compositor (shared libs)
 Part of the Wayland project is also the Weston reference implementation
 of a Wayland compositor. Weston can run as an X client or under Linux
 KMS and ships with a few demo clients. The Weston compositor is a minimal
 and fast compositor and is suitable for many embedded and mobile use
 cases.
 .
 This package includes the libweston shared libraries.
Homepage: http://wayland.freedesktop.org/

Package: libweston-10-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 1713
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: weston
Version: 10.0.1-1+apertis1bv2024dev3b1
Depends: libweston-10-0 (= 10.0.1-1+apertis1bv2024dev3b1)
Filename: pool/target/w/weston/libweston-10-0-dbgsym_10.0.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 1486436
MD5sum: 466fd5f052878c3343e99e88db8b9fd1
SHA1: 21a026e6be86e555ec815350bff8d388924cd20d
SHA256: 4e4f828828fa2d90f4e40de9ccd9b189401a0d3f485f7489ba1105355f6f0fab
SHA512: b475b6aeb3778e79f1e33e59c846830886ee1d22a5323f667b0f5ba59aca2d73de7307174c3d2434cf1268727841c3b9d70dda79c3b89a4255db20bbe3c4e4fb
Description: debug symbols for libweston-10-0
Auto-Built-Package: debug-symbols
Build-Ids: 40edf17a0a9b14ae5231f09d222946553f5cae1c 42e249005ada0f6a1d6cdb631d9af7d70ca969fb 4c7704bf30db696965749f7efdf9f2acf5e6f5fb 4f728a60bd98eb73312e4ce427a7a7d2869425ed 68445b7cac456c96a45b4b9d1ddbe9b56fe564ca 70c496e8c55c76c7786e0b1164d3f3ccb4d00174 727c435e6eb331647b1e90043fb1db2e29f90634 893408a971fb76bf08059c11b1643f2075b858c0 df9051a39730f10fdb278fd0ae817c627823a3b3 e4df73f825cefec3465c87508ee8dd5e1fbe356e f944659542d52ea1c4c0f6679b7fe0658ec00f85

Package: libweston-10-dev
Priority: optional
Section: libdevel
Installed-Size: 181
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: weston
Version: 10.0.1-1+apertis1bv2024dev3b1
Replaces: weston (<< 1.12.0-1)
Depends: libpixman-1-dev, libwayland-dev, libweston-10-0 (= 10.0.1-1+apertis1bv2024dev3b1), libxkbcommon-dev
Breaks: weston (<< 1.12.0-1)
Filename: pool/target/w/weston/libweston-10-dev_10.0.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 39552
MD5sum: 2232933a159457ceb56708304716fd50
SHA1: c86c5501aaab765505cbd66ee3b2f8fac51b3f2d
SHA256: b20d1a9a016436e15ada3346e8da5942871673b333c63ef84b8ae68f51dd2a27
SHA512: bb031105d916e147d3db12767f8bd84cdd6110009d87ee176252f20af1eb362f08af314aff704895918e8c27127f31de2a745c709afa4779c1b14a3918f6eb27
Description: reference implementation of a wayland compositor (shared libs)
 Part of the Wayland project is also the Weston reference implementation
 of a Wayland compositor. Weston can run as an X client or under Linux
 KMS and ships with a few demo clients. The Weston compositor is a minimal
 and fast compositor and is suitable for many embedded and mobile use
 cases.
 .
 This package includes the libweston headers.
Homepage: http://wayland.freedesktop.org/

Package: libwind0-heimdal
Priority: optional
Section: libs
Installed-Size: 231
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libcom-err2 (>= 1.43.9), libroken19-heimdal (>= 1.4.0+git20110226)
Filename: pool/target/h/heimdal/libwind0-heimdal_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 56572
MD5sum: 5cb84a7c935bde377670594302d5b090
SHA1: fe3fffbcda0f090fa1a0236c84fc366b0705b357
SHA256: 8beb7f4688edd8ede956639c9bdee448dc4421d198437b8bbc7d6c6205af806c
SHA512: df30877e7c2945d3e97f45f3e10c13b3e6e891b094a8e9b980f0d55ddee26c3b095f3ff91a4fe30b029938a2705101a64c6ca34655e4a04715526016449d761d
Description: Heimdal Kerberos - stringprep implementation
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the stringprep library.
Homepage: http://www.h5l.org/
Multi-Arch: same

Package: libwind0-heimdal-dbgsym
Priority: optional
Section: debug
Installed-Size: 44
Maintainer: Brian May <bam@debian.org>
Architecture: arm64
Source: heimdal
Version: 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1
Replaces: heimdal-dbg (<< 7.5.0~)
Depends: libwind0-heimdal (= 7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1)
Breaks: heimdal-dbg (<< 7.5.0~)
Filename: pool/target/h/heimdal/libwind0-heimdal-dbgsym_7.8.git20221117.28daf24+dfsg-2+apertis0bv2024dev3b1_arm64.deb
Size: 28552
MD5sum: f7b728de5375d6f2675569765bd32a12
SHA1: 6edc01c22c11887c0396ae964b3c14c0cd5ee45e
SHA256: 435ac0a0d9827b4d55a6a40f5e00ce7a117db118f1f099c2d7481745a7b626ae
SHA512: 7da505c45164b53acd2c2d12a39ed5ff58f48f8ba54ee4284066fc55ea6e8b861dbff1ec5eb632afade552ad3048b0d5ced84280ab66b6600ae9f2af3926c745
Description: debug symbols for libwind0-heimdal
Auto-Built-Package: debug-symbols
Build-Ids: e0c3240c084e560373a1e837c16ce3dcbd0973e2
Multi-Arch: same

Package: libwireplumber-0.4-0
Priority: optional
Section: libs
Installed-Size: 1697
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: wireplumber
Version: 0.4.13-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.62), liblua5.3-0, libpipewire-0.3-0 (>= 0.3.52), libsystemd0
Filename: pool/target/w/wireplumber/libwireplumber-0.4-0_0.4.13-1+apertis1bv2024dev3b1_arm64.deb
Size: 231140
MD5sum: c8a303bebd0e91c4089c5ac5f2db020e
SHA1: 4a73b7195293039cd5e3df28c36a00ace735b1ed
SHA256: 0a6bca6b09a3d23ab5a062e93a9197c420554c460c041173593c24b5e8c17a62
SHA512: ad758851ba9aa9767a916eb9035d11d9fa6934850824879a90485f0ceba5ca1af8c3cd78b17c776ceb3b0c40750548625fdc461af6bd85f31f4570f358dcf047
Description: Shared libraries for WirePlumber
 WirePlumber is a modular session / policy manager for PipeWire and a
 GObject-based high-level library that wraps PipeWire's API, providing
 convenience for writing the daemon's modules as well as external tools for
 managing PipeWire.
 .
 This package contains the shared library and plugins.
Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber
Multi-Arch: same

Package: libwireplumber-0.4-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 1082
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: wireplumber
Version: 0.4.13-1+apertis1bv2024dev3b1
Depends: libwireplumber-0.4-0 (= 0.4.13-1+apertis1bv2024dev3b1)
Filename: pool/target/w/wireplumber/libwireplumber-0.4-0-dbgsym_0.4.13-1+apertis1bv2024dev3b1_arm64.deb
Size: 832664
MD5sum: ce7784edade9b9b68445882137b17cdd
SHA1: a2782b5b87427a369a27cabeeceac5495b3c7135
SHA256: a5065720e0e54eb25836e5ff1fab51e060b6852e25439e4e9e6c519e06e524e5
SHA512: 635bda63d7aaa14683009dd21024db7027bc0a4b7575fd8124cfbbdee8c48dd95273b1b0414c68e938cbeb8d08a26e72ef57d9acd836b54d110813ebc541566e
Description: debug symbols for libwireplumber-0.4-0
Auto-Built-Package: debug-symbols
Build-Ids: 0b01d6f0f152df1548d928b5c028cd3b826224a5 0d1287cbb04a3e887ef054f4d5218489931c480c 129ca4a99c3c92cc7a6e0a446888e699f2033df8 12e338cdb920275e388a243821ce76cdddbca41b 14bf1f15ac4a0be51b92c55c5fed76b1cbab44f4 2d5f7fe5fc3a8b05a77e2811a9e1e16c3917b30b 347386a0ae57302305cd8020a1ee260709774767 3773b6b8b9a8b1e4f3a9d356c00779ff4b082ca6 535da02df14fbca5667ebcfc216b1302890e0da2 572d62f1ad88e96945d45deef7e5fe00300b44b5 69f189ff4a1781646099222220aeb9cb76ed46c9 71d979700d65c1592ed6b1d58acd6d75d715dbe1 89adab9ac30b6ed502aa4f5c242d056824b4f15a 9978b0bb9ac5d30ba4738a004def3fb6aac83654 dcc3ae30c340e12c33e452812c187cef2d8b404a
Multi-Arch: same

Package: libwireplumber-0.4-dev
Priority: optional
Section: libdevel
Installed-Size: 862
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: wireplumber
Version: 0.4.13-1+apertis1bv2024dev3b1
Depends: libglib2.0-dev, libpipewire-0.3-dev, libwireplumber-0.4-0 (= 0.4.13-1+apertis1bv2024dev3b1), gir1.2-wp-0.4 (= 0.4.13-1+apertis1bv2024dev3b1)
Suggests: wireplumber-doc
Filename: pool/target/w/wireplumber/libwireplumber-0.4-dev_0.4.13-1+apertis1bv2024dev3b1_arm64.deb
Size: 78640
MD5sum: 2f9da7266c9292a2ea94d3373648a2da
SHA1: 796876c0959282929e7c515a9b20d76b360a7e2a
SHA256: a35cbbdaf28e260aa24ceeda79f6cd82bacdf471d7e76cd3c2974d08229bbf23
SHA512: b190f2236c9d00f98bc00187e82cdceea5745c31d19e8a47a7a7bc44ede177276716017434b3286d068aeaf65102efdab380c6d6cda9af59de6e7a0ba0167674
Description: Development files for WirePlumber
 WirePlumber is a modular session / policy manager for PipeWire and a
 GObject-based high-level library that wraps PipeWire's API, providing
 convenience for writing the daemon's modules as well as external tools for
 managing PipeWire.
 .
 This package contains the development files.
Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber
Multi-Arch: same

Package: libwnck-3-0
Priority: optional
Section: libs
Installed-Size: 368
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libwnck3
Version: 43.0-3+apertis0bv2024dev2b1
Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.17), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.25.2), libglib2.0-0 (>= 2.44), libgtk-3-0 (>= 3.22.0), libpango-1.0-0 (>= 1.14.0), libstartup-notification0 (>= 0.4), libx11-6, libxrender1, libxres1 (>= 2:1.2.1), libwnck-3-common
Filename: pool/target/libw/libwnck3/libwnck-3-0_43.0-3+apertis0bv2024dev2b1_arm64.deb
Size: 104684
MD5sum: 0ad60353b0b91c102b49702430fa2499
SHA1: 855b97c062cf2414accca84892d35d774a131b6e
SHA256: 667d93deed68af92dec2ca352789de280f413ebf9ccdb6e108beed7b1b0ee3f3
SHA512: 7ea1f980b578468aa795b7558d61f0c0cbac2f339dd792adfea20327393c351de3bf4ac09c51c2874c62535994b3ea00876f76f5fa13bf8ccc62e392ab25fed5
Description: Window Navigator Construction Kit - runtime files
 A library to use for writing pagers and task lists.
 .
 This package contains runtime files.
Homepage: https://gitlab.gnome.org/GNOME/libwnck
Multi-Arch: same

Package: libwnck-3-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 368
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libwnck3
Version: 43.0-3+apertis0bv2024dev2b1
Depends: libwnck-3-0 (= 43.0-3+apertis0bv2024dev2b1)
Filename: pool/target/libw/libwnck3/libwnck-3-0-dbgsym_43.0-3+apertis0bv2024dev2b1_arm64.deb
Size: 308060
MD5sum: 106543c9c33ae25490baaae30bd8f083
SHA1: bbec2ba07f4c541944ada7f565d6bfff1ae363b1
SHA256: 815ccc97646d52fd0bb553ef45411fec75c733557d178f78fa7a376bf9de9825
SHA512: 95d7a46efe87a168256577efcb294d8bcd78fa632fd1b01a1f37fcf386b259a4317dd0aeca6185c5f2deae9378d1fd8c8891ae58b63ce5a8d80a9aadaca89293
Description: debug symbols for libwnck-3-0
Auto-Built-Package: debug-symbols
Build-Ids: ce7f0611565a48c999dff88a0a6a06bd859ea923
Multi-Arch: same

Package: libwnck-3-common
Priority: optional
Section: libs
Installed-Size: 1977
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libwnck3
Version: 43.0-3+apertis0bv2024dev2b1
Filename: pool/target/libw/libwnck3/libwnck-3-common_43.0-3+apertis0bv2024dev2b1_all.deb
Size: 229156
MD5sum: 4f9c91fd5744b106e6051bbddaecbf32
SHA1: 12192fb3803c68f5170b31c06f3930dd44630e16
SHA256: 7563106661c658fb81117fdb2e73913b7bb21a99ce4cfba0bc268b0f5a0b0193
SHA512: 860e78194a5666fa882e574d86d99d8229c8cbac941dd810e20756ffc1bb07534c7b2b8a9c6e3bed948459e255d64d85947626eda0e201ed312c38df9ed8250a
Description: Window Navigator Construction Kit - common files
 A library to use for writing pagers and task lists.
 .
 This package contains internationalization files.
Homepage: https://gitlab.gnome.org/GNOME/libwnck
Multi-Arch: foreign

Package: libwnck-3-dev
Priority: optional
Section: libdevel
Installed-Size: 1267
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libwnck3
Version: 43.0-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.44), libgtk-3-0 (>= 3.22.0), libwnck-3-0 (= 43.0-3+apertis0bv2024dev2b1), libx11-6, gir1.2-wnck-3.0 (= 43.0-3+apertis0bv2024dev2b1), libglib2.0-dev (>= 2.32), libpango1.0-dev, libx11-dev, libgtk-3-dev (>= 3.4), libstartup-notification0-dev (>= 0.7), libcairo2-dev, libxres-dev
Filename: pool/target/libw/libwnck3/libwnck-3-dev_43.0-3+apertis0bv2024dev2b1_arm64.deb
Size: 113744
MD5sum: a2cb9f1720c670173452da17bc217389
SHA1: d90d1b3a403f05437599aef1059dc7989b99a647
SHA256: aa4d0c7b128e73ba73f55a5168324cbc6f6c4e9ccfab43b392282ab58c3e2d7e
SHA512: 0a6e5ac53f937b241536f1c8f7da0229ec8cf69ea932a0a819942aaf189bc48b3a30f5e247ab4aaa484333f12244c673cc02e9c37ee633776520e7a0f8706601
Description: Window Navigator Construction Kit - development files
 A library to use for writing pagers and task lists.
 .
 This package contains development files (include headers).
Homepage: https://gitlab.gnome.org/GNOME/libwnck

Package: libwnck-3-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 84
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libwnck3
Version: 43.0-3+apertis0bv2024dev2b1
Depends: libwnck-3-dev (= 43.0-3+apertis0bv2024dev2b1)
Filename: pool/target/libw/libwnck3/libwnck-3-dev-dbgsym_43.0-3+apertis0bv2024dev2b1_arm64.deb
Size: 50968
MD5sum: 4cd6e3a09c5483f3ec911eae4236d990
SHA1: 7a77e69512b0373c7dadb8f99029f9e5972be6e2
SHA256: 6d7e35bc1f7193d8d5c25862d13fbadfdf5d1f7dcf7e736b79208a44409613fa
SHA512: c8df61da47dd362b96d669efdcc6a8162e751d0c015b78b6f1907b055098bb22912a675a5f07b4cfc4343194b2cc122c9213b4c9d28899f5d2c64d8b37fdf1de
Description: debug symbols for libwnck-3-dev
Auto-Built-Package: debug-symbols
Build-Ids: 452a62384d027c05eee030a378f939ab7feeb1d2 70e5c0d06b46575a01b0d712ef0cd73f08f28d8a

Package: libwoff-dev
Priority: optional
Section: libdevel
Installed-Size: 28
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: arm64
Source: woff2
Version: 1.0.2-2+apertis0bv2024dev3b1
Depends: libbrotli-dev, libwoff1 (= 1.0.2-2+apertis0bv2024dev3b1)
Filename: pool/target/w/woff2/libwoff-dev_1.0.2-2+apertis0bv2024dev3b1_arm64.deb
Size: 4896
MD5sum: 5a7e52bb8c84287af18b5e60107d918c
SHA1: 23e46a133d3ac55a851d64d6212c8c4257f331be
SHA256: 5af0e5f215dc019b19fb1596d727d8caffe07e877d76840700557c50de2cc578
SHA512: 78f46a576f8b5914364f5540ce0b82b886b88974b3aa7f157302ee676bd4a981ac916c8b2b1c4279d2d66439f85798bf1671fed33bcab28ea873847c8b4820ad
Description: library for converting fonts to WOFF 2.0 - development files
 woff2 is a library for converting fonts from the TTF format to the WOFF 2.0
 format. The library also allows decompression from WOFF 2.0 to TTF.
 .
 The WOFF 2.0 format uses the Brotli compression algorithm to compress fonts
 suitable for use in CSS @font-face rules. WOFF 2.0 is a W3C Candidate
 Recommendation.
 .
 This package contains the development files.
Homepage: https://github.com/google/woff2
Multi-Arch: same

Package: libwoff1
Priority: optional
Section: libs
Installed-Size: 219
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: arm64
Source: woff2
Version: 1.0.2-2+apertis0bv2024dev3b1
Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/w/woff2/libwoff1_1.0.2-2+apertis0bv2024dev3b1_arm64.deb
Size: 41208
MD5sum: 482b403d49d46d1351ae3c7c83f9ca76
SHA1: 08d94c648330a88946bfa25175be7bc0acf04e05
SHA256: e86db1a1e3566fd8cca95e792a00a026dea1aff3340379401d39ed4b672f257a
SHA512: de2f4dc200316117abd0345991c4fda01505a23eb513b5e5d816c6a01c16a34311ae2a5e85e2bd1f804c4a716801ed07d1c48734ed7f210292d6ad03a89bcbda
Description: library for converting fonts to WOFF 2.0
 woff2 is a library for converting fonts from the TTF format to the WOFF 2.0
 format. The library also allows decompression from WOFF 2.0 to TTF.
 .
 The WOFF 2.0 format uses the Brotli compression algorithm to compress fonts
 suitable for use in CSS @font-face rules. WOFF 2.0 is a W3C Candidate
 Recommendation.
Homepage: https://github.com/google/woff2
Multi-Arch: same

Package: libwoff1-dbgsym
Priority: optional
Section: debug
Installed-Size: 641
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: arm64
Source: woff2
Version: 1.0.2-2+apertis0bv2024dev3b1
Depends: libwoff1 (= 1.0.2-2+apertis0bv2024dev3b1)
Filename: pool/target/w/woff2/libwoff1-dbgsym_1.0.2-2+apertis0bv2024dev3b1_arm64.deb
Size: 611804
MD5sum: ed83ba76f12139765b094526c7202540
SHA1: 38d28b790b1d6273181129a2cbb4fc4f90feb4ac
SHA256: 9b8376dbdeb93f50dec2fea30426c36da9058aee4d2a257a1f7b1fe77b2a3fed
SHA512: a8d3e6d2f34d379cb409d015a6f93cf86170d2387c7b579283399aa2f5f217ffa5d27883872a2662782ad196d121c662ac2c32b9487a779a709b0589867684dc
Description: debug symbols for libwoff1
Auto-Built-Package: debug-symbols
Build-Ids: 2199a59518d005b46a62350822947691e6d660e2 31ac072d10e0058e1fc92d58e9244fa724a5efd7 c699189ec64adb288ae105bbbf6a1aba4b622fe0
Multi-Arch: same

Package: libwpa-client-dev
Priority: optional
Section: libdevel
Installed-Size: 129
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: arm64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Replaces: libwpa-dev
Breaks: libwpa-dev
Filename: pool/target/w/wpa/libwpa-client-dev_2.10-12+apertis1bv2024dev3b1_arm64.deb
Size: 40492
MD5sum: 4bbdaf42b87e144355ac2b245fa11798
SHA1: e5c66d0af523a7c71858fd09dc1284324fb05bcf
SHA256: 9ab7e88c4753c6ea0163d20b089e2f64a3f684ba5d607514ae4546324e9fff0f
SHA512: 63fa0a6a00e943c66609902a43ec4f6bfa50be067ffd69149c7aa37f0272f34e93b2e687022ef6f2a6d8152d27927f9264d1c3116d1382efa0f486c73e302ee5
Description: development files for WPA/WPA2 client support (IEEE 802.11i)
 wpa-supplicant is a userspace daemon handling connection and authentication
 in wireless and wired networks, primarily secured with the WPA/WPA2/WPA3
 protocols. This software provides key negotiation with the access point
 (WPA Authenticator), and controls association with IEEE 802.11i networks.
 .
 This package contains static libwpa_client library and header files.
Homepage: https://w1.fi/wpa_supplicant/
Multi-Arch: same

Package: libwpe-1.0-1
Priority: optional
Section: libs
Installed-Size: 91
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libwpe
Version: 1.14.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 5.2), libxkbcommon0 (>= 0.5.0)
Filename: pool/target/libw/libwpe/libwpe-1.0-1_1.14.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 19568
MD5sum: 712243b52694c5570dce35452b61108e
SHA1: 1c244b782ba5ced629552950bb27a3962f59c46e
SHA256: bf2f43fa696532d37732d1f3ef2c768312ba37d14263fc79d7e256c815f33e37
SHA512: 979b93d282f7ab5f5fa570cc8f9b15d7090a9dbdc3a945f2ea4b5a68103240fb7aaf10eb4ee2c3c321b8cce96bb15f7672ee7d86347bbd4e0b8942e48b8b921f
Description: Base library for the WPE WebKit port
 libwpe is a small C library designed for the WPE port of the WebKit
 browser engine. This library defines platform-agnostic interfaces
 that WPE WebKit uses to nest Web content presentation between the
 platform-provided graphics system and the application-specific use
 cases.
 .
 This package contains the shared libraries.
Homepage: https://wpewebkit.org/
Multi-Arch: same

Package: libwpe-1.0-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 98
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libwpe
Version: 1.14.0-1+apertis0bv2024dev3b1
Depends: libwpe-1.0-1 (= 1.14.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libw/libwpe/libwpe-1.0-1-dbgsym_1.14.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 77628
MD5sum: d42681f8b0b778ce4c6ea09f93bede3b
SHA1: 823183313119666a9d910e4f4e85eb1791267f13
SHA256: f9a2c1561fb8f4a9f145e49e86261b9b01e5ace40c545d1d68e55ecd04d5cba1
SHA512: 12a7f918128c5aad724a450e6d9c4ae66df243a9c78ad058eb41258c83d41b7a721ca03d563dcbef1b2b600a35a0077e9af929e0cb91f881132dc0f496261469
Description: debug symbols for libwpe-1.0-1
Auto-Built-Package: debug-symbols
Build-Ids: 91e3c0b92632008ab0eaa573dd1fa970d2d466e6
Multi-Arch: same

Package: libwpe-1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 284
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libwpe
Version: 1.14.0-1+apertis0bv2024dev3b1
Depends: libwpe-1.0-1 (= 1.14.0-1+apertis0bv2024dev3b1), libxkbcommon-dev, libegl1-mesa-dev
Filename: pool/target/libw/libwpe/libwpe-1.0-dev_1.14.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 36348
MD5sum: 330d3ed92a952631d67900c4685e3e47
SHA1: 64e917624cfffbbac7201bda957a270d7216da78
SHA256: aac4c91f5d57005f8bc0373f730ec7f4c29481744375b3e3d90576f1522f571d
SHA512: b854ad9f8a6859fb0f54af468bbfaa25b8c1e65af93cf0d9163cc58bc54bd47f5cf91107c6d6a866b52261778d118b817764110c4fdaca912dba19ec61ead51f
Description: Base library for the WPE WebKit port - development files
 libwpe is a small C library designed for the WPE port of the WebKit
 browser engine. This library defines platform-agnostic interfaces
 that WPE WebKit uses to nest Web content presentation between the
 platform-provided graphics system and the application-specific use
 cases.
 .
 This package contains the development files.
Homepage: https://wpewebkit.org/
Multi-Arch: same

Package: libwpebackend-fdo-1.0-1
Priority: optional
Section: libs
Installed-Size: 164
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: wpebackend-fdo
Version: 1.14.2-1+apertis0bv2024dev3b2
Depends: libc6 (>= 2.17), libepoxy0 (>= 1.0), libglib2.0-0 (>= 2.31.8), libstdc++6 (>= 11), libwayland-client0 (>= 1.20.0), libwayland-egl1 (>= 1.15.0), libwayland-server0 (>= 1.2.0), libwpe-1.0-1 (>= 1.6.0)
Filename: pool/target/w/wpebackend-fdo/libwpebackend-fdo-1.0-1_1.14.2-1+apertis0bv2024dev3b2_arm64.deb
Size: 33232
MD5sum: 9f417c06c57ac5c00f05d8f5d079e6d6
SHA1: 48ca4142c93ff7d0d72c4d0dae1f0bba53ad21b9
SHA256: 8978ee3c9bddb2131e0a2000ae44646c9b113cc1cc39e37d1a74986402c481a4
SHA512: d7f3d00684f74dddff047459e67e3069305eb9568496ed7e8cd5c7fb2bcbf49a937808ae02f51e8de1515646b22c94499e307f64741c5c576f022f2b14c34826
Description: WPE backend for FreeDesktop.org
 WPE WebKit is a port of the WebKit browser engine optimized for
 embedded devices. The code itself is hardware-agnostic, and the
 platform-specific bits are implemented in backends.
 .
 wpebackend-fdo provides a reference WPE backend implementation using
 FreeDesktop.org technologies (Wayland protocol and the Wayland EGL
 platform) to enable integration into the WPE WebKit process model.
 .
 In addition to WPE WebKit, wpebackend-fdo is also used by WebKitGTK
 to implement hardware-accelerated rendering under Wayland.
 .
 This package contains the shared libraries.
Homepage: https://wpewebkit.org/
Multi-Arch: same

Package: libwpebackend-fdo-1.0-1-dbgsym
Priority: optional
Section: debug
Installed-Size: 433
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: wpebackend-fdo
Version: 1.14.2-1+apertis0bv2024dev3b2
Depends: libwpebackend-fdo-1.0-1 (= 1.14.2-1+apertis0bv2024dev3b2)
Filename: pool/target/w/wpebackend-fdo/libwpebackend-fdo-1.0-1-dbgsym_1.14.2-1+apertis0bv2024dev3b2_arm64.deb
Size: 387832
MD5sum: e8c9718ee53d7f7f4d15ceb865a6d4ba
SHA1: b7b7b213ea0a499be32015e24b698dfedf7428d7
SHA256: 422ea759de0c2e47d55c8e9368010c8453fc0c99286b64ce54fd2eb8b59c7bc3
SHA512: cc9c2c1ef8db748826c4ea83fbffc1be620e303e12f08bd2456042eda7b04d27352096271c68073ef2513d89ea04e556c97972447b1ef3b63229ab3a020cd5af
Description: debug symbols for libwpebackend-fdo-1.0-1
Auto-Built-Package: debug-symbols
Build-Ids: 05653f577b3ebc8a08ae6e3f5121d45166527afe
Multi-Arch: same

Package: libwpebackend-fdo-1.0-dev
Priority: optional
Section: libdevel
Installed-Size: 77
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: wpebackend-fdo
Version: 1.14.2-1+apertis0bv2024dev3b2
Depends: libwpebackend-fdo-1.0-1 (= 1.14.2-1+apertis0bv2024dev3b2), libwpe-1.0-dev
Filename: pool/target/w/wpebackend-fdo/libwpebackend-fdo-1.0-dev_1.14.2-1+apertis0bv2024dev3b2_arm64.deb
Size: 9364
MD5sum: 308b84a02a8d1ce72f0cf68b40dabdea
SHA1: 15dd30ac5e4cc3fc411d92c0f474f52c9c7b5510
SHA256: 55649cddff1590cc991f7082963fb74f72064b768c77ff6008d0e4acc5c3c327
SHA512: e1945e1a451bb9cdecfa4765a8141ea2acf9a58c080946d6517c070817689b932648c3fdf9b29097dd88e32b3f820c40931123b8816a60117f58e1a6f4fcbad9
Description: WPE backend for FreeDesktop.org - Development files
 WPE WebKit is a port of the WebKit browser engine optimized for
 embedded devices. The code itself is hardware-agnostic, and the
 platform-specific bits are implemented in backends.
 .
 wpebackend-fdo provides a reference WPE backend implementation using
 FreeDesktop.org technologies (Wayland protocol and the Wayland EGL
 platform) to enable integration into the WPE WebKit process model.
 .
 In addition to WPE WebKit, wpebackend-fdo is also used by WebKitGTK
 to implement hardware-accelerated rendering under Wayland.
 .
 This package contains the development files.
Homepage: https://wpewebkit.org/
Multi-Arch: same

Package: libx11-6
Priority: optional
Section: libs
Installed-Size: 1605
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libx11
Version: 2:1.8.4-2+deb12u1+apertis0bv2024dev3b3
Depends: libc6 (>= 2.34), libxcb1 (>= 1.11.1), libx11-data
Breaks: libx11-xcb1 (<< 2:1.7.0-2)
Filename: pool/target/libx/libx11/libx11-6_1.8.4-2+deb12u1+apertis0bv2024dev3b3_arm64.deb
Size: 741668
MD5sum: fda8888c1e20fd21318fbd70ef630f5d
SHA1: 75424a342aa1768b098996d3efdc34d661e034eb
SHA256: e4d273577678ba659bf66d1874d1a36a6dfb4fdb28167a94273c2c45d8fd886a
SHA512: a9804af2ff1537cfe0b2fc65af14549e9532278d89907fb61d5e2674f1087afa62611dfe942fdebb6512cd88291a48f7a6471a9cb309f18d4fcce5adad7ca9d5
Description: X11 client-side library
 This package provides a client interface to the X Window System, otherwise
 known as 'Xlib'.  It provides a complete API for the basic functions of the
 window system.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11
Multi-Arch: same

Package: libx11-6-dbgsym
Priority: optional
Section: debug
Installed-Size: 1221
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libx11
Version: 2:1.8.4-2+deb12u1+apertis0bv2024dev3b3
Depends: libx11-6 (= 2:1.8.4-2+deb12u1+apertis0bv2024dev3b3)
Filename: pool/target/libx/libx11/libx11-6-dbgsym_1.8.4-2+deb12u1+apertis0bv2024dev3b3_arm64.deb
Size: 1112892
MD5sum: 6a27c98b607eb4ac422532d76c925562
SHA1: d30e4b769c67e0d4a16821bbd0b8ba24c034a14f
SHA256: 72476124e7341f113cdae98d6a0ba2fda8e06f6776ea440b5e103397652b3849
SHA512: 39dca3f073a57900b958abd983b63370215916c6b6c49cda130a193ea53d67da62b56537df8c53791f6d94e45e08c62392fd487e91cc299293399e2c5ff28a36
Description: debug symbols for libx11-6
Auto-Built-Package: debug-symbols
Build-Ids: 18f67bf3ad4958a34d5ca77f7016ec68099b8cb9
Multi-Arch: same

Package: libx11-data
Priority: optional
Section: x11
Installed-Size: 1581
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libx11
Version: 2:1.8.4-2+deb12u1+apertis0bv2024dev3b3
Filename: pool/target/libx/libx11/libx11-data_1.8.4-2+deb12u1+apertis0bv2024dev3b3_all.deb
Size: 296256
MD5sum: c5fc89a6c6fcd0b4017d29b4436e8daa
SHA1: 80740d91996a9081f13f3bca4d8f6b627a86de61
SHA256: 407a7c6aa6a82a64f74284fe15fb5898fb09f1065163fd61b895b86e62ba3ffe
SHA512: d4e96bcdb10bf23d513f21553db0d466af228fc17276b5c19b822a9c61907da17ae393e3e6971ace10090a025fc7c16f0a84bf43b69ed6a721bd53c123dda909
Description: X11 client-side library
 This package provides the locale data files for libx11.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11
Multi-Arch: foreign

Package: libx11-data
Priority: optional
Section: x11
Installed-Size: 1581
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libx11
Version: 2:1.8.4-2+deb12u1+apertis0bv2024dev3b2
Filename: pool/target/libx/libx11/libx11-data_1.8.4-2+deb12u1+apertis0bv2024dev3b2_all.deb
Size: 296260
MD5sum: db18814c0119e25a2747a7af80a811a0
SHA1: 28bb790fae56bca9c7e585d667a21d76975809c3
SHA256: 164eaf5d0e4b814f0387124506cbde29f559739f7d473c3c905014418ef794d7
SHA512: 67ce7a95b523961aa96af6e8f4042fc7ca4d002a9dcc11f11c6278d52fce6d8736067209d3fa773a0ba5f7416ab44b834f1e6950a6ec307fe38f1fd1d83ac48d
Description: X11 client-side library
 This package provides the locale data files for libx11.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11
Multi-Arch: foreign

Package: libx11-data
Priority: optional
Section: x11
Installed-Size: 1581
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libx11
Version: 2:1.8.4-2+deb12u1+apertis0bv2024dev3b1
Filename: pool/target/libx/libx11/libx11-data_1.8.4-2+deb12u1+apertis0bv2024dev3b1_all.deb
Size: 296244
MD5sum: 1b6f1b0cd5cd64adbfa4b4fd88161d25
SHA1: 170ef5a0a5fc0a06ff6843c047ad3e61fa65a404
SHA256: 658eee52e516bdbb9bddb2c5484198c3f69756e2a78849031a7bca9a2ff16d7c
SHA512: a91aa973cc9ddda9e7866f508c2dca6cbdcaee4896899f2f3f320696f381f53e38bd68de5a720a52e1fe05bbb84c9c8704a2d05d3adc9e393519bcf746cd6bae
Description: X11 client-side library
 This package provides the locale data files for libx11.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11
Multi-Arch: foreign

Package: libx11-data
Priority: optional
Section: x11
Installed-Size: 1577
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libx11
Version: 2:1.8.4-2+apertis0bv2024dev2b1
Filename: pool/target/libx/libx11/libx11-data_1.8.4-2+apertis0bv2024dev2b1_all.deb
Size: 291860
MD5sum: d452e7bd8fe8a8022c7a447329bd0ab5
SHA1: 79102b4d376bbeffc01221790425f5c42666b027
SHA256: 44d35e4860a5a0914e5f1eb686d7e568d023d41bfa04cb11190487da5f836dc6
SHA512: af8acd0b46a0e2086dcee4c33b1916d03961ccc3211a1e718ba8b9de3d6faaf890fc006556f662cbd66b01fed3300240da7eeb5ea13692891420ff56d64ffd53
Description: X11 client-side library
 This package provides the locale data files for libx11.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11
Multi-Arch: foreign

Package: libx11-dev
Priority: optional
Section: libdevel
Installed-Size: 2659
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libx11
Version: 2:1.8.4-2+deb12u1+apertis0bv2024dev3b3
Replaces: x11proto-dev (<< 2019.2)
Depends: libx11-6 (= 2:1.8.4-2+deb12u1+apertis0bv2024dev3b3), libxau-dev, libxdmcp-dev, x11proto-dev (>= 2019.2-1), xtrans-dev, libxcb1-dev
Suggests: libx11-doc
Filename: pool/target/libx/libx11/libx11-dev_1.8.4-2+deb12u1+apertis0bv2024dev3b3_arm64.deb
Size: 823224
MD5sum: 7af25e88113e2c9664138c3740ea2f9e
SHA1: 88adb6ab183c6b96afc99ad7f4a7253ba5142c6c
SHA256: 4ad7bc7885a233777349252cfa687b346b8709425816879ba8a4b5682e3edff7
SHA512: 5f180effd7bcad4533a7ebff3b188d8eac89d1d26e135f01f3a28868e72c5ae34882015e001797c5d2200ea2637b56a20518a2ae68def6dfc78b18648ed52fc5
Description: X11 client-side library (development headers)
 This package provides a client interface to the X Window System, otherwise
 known as 'Xlib'.  It provides a complete API for the basic functions of the
 window system.
 .
 This package contains the development headers for the library found in
 libx11-6. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11
Multi-Arch: same

Package: libx11-doc
Priority: optional
Section: doc
Installed-Size: 10279
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libx11
Version: 2:1.8.4-2+deb12u1+apertis0bv2024dev3b3
Filename: pool/target/libx/libx11/libx11-doc_1.8.4-2+deb12u1+apertis0bv2024dev3b3_all.deb
Size: 2215400
MD5sum: 6cc2965b49cf1c540c2688ffe4255a2b
SHA1: 8f80c3e78dc1db5cd1abaf5eaf40d8c125f751d0
SHA256: 25d84aca6c012b60edb0ec50fa110d82772b4482978455f4465f4ef4cf23214a
SHA512: 825e436acf97cff57d57e883bc5c5dfdf000d1b8fecc1d43638285e3946994b0230918c4bafdfa31ccf3aab31de683304d7410351ca412149555c3cda9841120
Description: X11 client-side library (development documentation)
 This package provides a client interface to the X Window System, otherwise
 known as 'Xlib'.  It provides a complete API for the basic functions of the
 window system.
 .
 This package contains supplemental documentation for the library found in
 libx11-6. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11
Multi-Arch: foreign

Package: libx11-doc
Priority: optional
Section: doc
Installed-Size: 10279
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libx11
Version: 2:1.8.4-2+deb12u1+apertis0bv2024dev3b2
Filename: pool/target/libx/libx11/libx11-doc_1.8.4-2+deb12u1+apertis0bv2024dev3b2_all.deb
Size: 2215404
MD5sum: aa08763a085176404d9991313b69d7df
SHA1: accf491264c2f543f542ae6c569a68618ecb4d2d
SHA256: 176b3ec7eb0808b7fb6e5a94aa65f275d5db96b0d7c1c2d1a4fed1476c687019
SHA512: ea1d81a9d036cb9393681033d324ac49548dfa333a40e7b813b4e2010fc8a17f14c930cbed8d7ce6fbb93ec666c5dafbf82df28dd37553e29dec8fe8128bd516
Description: X11 client-side library (development documentation)
 This package provides a client interface to the X Window System, otherwise
 known as 'Xlib'.  It provides a complete API for the basic functions of the
 window system.
 .
 This package contains supplemental documentation for the library found in
 libx11-6. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11
Multi-Arch: foreign

Package: libx11-doc
Priority: optional
Section: doc
Installed-Size: 10279
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libx11
Version: 2:1.8.4-2+deb12u1+apertis0bv2024dev3b1
Filename: pool/target/libx/libx11/libx11-doc_1.8.4-2+deb12u1+apertis0bv2024dev3b1_all.deb
Size: 2215356
MD5sum: bb1dc9ff0792691a0dbb3a71e0e3b6f3
SHA1: 69ed8fc7a06c8a7c60af632ee40fb102f3afa5d6
SHA256: cd61d9491136bf8d96e6f508215682bb623a3b6a52fff2317347f59767ee3037
SHA512: ef9afe4c6da64068d9572e8d87af2c8bfc31e18649e1a10afb4e3d2417edf50d62f57af9d026247eb74557e2bf8b5d740a011a943663d7b0f7315778d3267736
Description: X11 client-side library (development documentation)
 This package provides a client interface to the X Window System, otherwise
 known as 'Xlib'.  It provides a complete API for the basic functions of the
 window system.
 .
 This package contains supplemental documentation for the library found in
 libx11-6. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11
Multi-Arch: foreign

Package: libx11-doc
Priority: optional
Section: doc
Installed-Size: 10275
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libx11
Version: 2:1.8.4-2+apertis0bv2024dev2b1
Filename: pool/target/libx/libx11/libx11-doc_1.8.4-2+apertis0bv2024dev2b1_all.deb
Size: 2211024
MD5sum: c9a35c82e28a9b509e39ecea832957e2
SHA1: 20415579c1fd5e1cf8fd00ed601ab908b234773d
SHA256: 9ae84b6d7f104aea7f9448428c275f7aba0084161c2779740f06143f565616b9
SHA512: 1213ba1201963b795822b6cc60c7aa771b20a19dfd4d9347078f887c3883120ebadde1f3ec333e9ce60cf201ad7849854fb38c100b97fd255c430a81e38e4c5b
Description: X11 client-side library (development documentation)
 This package provides a client interface to the X Window System, otherwise
 known as 'Xlib'.  It provides a complete API for the basic functions of the
 window system.
 .
 This package contains supplemental documentation for the library found in
 libx11-6. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11
Multi-Arch: foreign

Package: libx11-xcb-dev
Priority: optional
Section: libdevel
Installed-Size: 253
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libx11
Version: 2:1.8.4-2+deb12u1+apertis0bv2024dev3b3
Depends: libx11-xcb1 (= 2:1.8.4-2+deb12u1+apertis0bv2024dev3b3), libxcb1-dev, libx11-dev
Filename: pool/target/libx/libx11/libx11-xcb-dev_1.8.4-2+deb12u1+apertis0bv2024dev3b3_arm64.deb
Size: 198856
MD5sum: fccd3d3c39916260091d6b31d03095d4
SHA1: d4c67c3f1f77ae3c49f1bf31c5d1705b3af2fd0a
SHA256: 4e4a8759a84aaf4046a151f5771b14e48ef87d18097b560df9a44bf21c8a62e6
SHA512: 8e026bac6d59198290b7b962fb11f39c905ee879663a4d7719a7000df665d8ce95e3887cdf9a483db6672337f5909f48c3ecbe93346cdd9d20818c1e14ad6a09
Description: Xlib/XCB interface library (development headers)
 libX11-xcb provides functions needed by clients which take advantage of
 Xlib/XCB to mix calls to both Xlib and XCB over the same X connection.
 .
 This package contains the development headers for the library found in
 libx11-xcb1. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 More information about XCB can be found at:
 <URL:https://xcb.freedesktop.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11
Multi-Arch: same

Package: libx11-xcb1
Priority: optional
Section: libs
Installed-Size: 309
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libx11
Version: 2:1.8.4-2+deb12u1+apertis0bv2024dev3b3
Depends: libx11-6 (= 2:1.8.4-2+deb12u1+apertis0bv2024dev3b3)
Filename: pool/target/libx/libx11/libx11-xcb1_1.8.4-2+deb12u1+apertis0bv2024dev3b3_arm64.deb
Size: 196968
MD5sum: 5c2e8b77a7523a0b14405b05b4e02379
SHA1: 34ee268c79c3e877f048a28e76fba08796c4a428
SHA256: 40e9265bf0ca1e1060dae84968c058d878cece71cbfefa8332f3a0a2f1f5056e
SHA512: e18af469ac9f9c89a12a5f0a951f1e86342d227978bba49e63f40e704ff511ec79eda5e6a15aa5bdea3d7dcc9062a8e487b109e8a5b6b97fb12cfd337e2ccb4f
Description: Xlib/XCB interface library
 libX11-xcb provides functions needed by clients which take advantage of
 Xlib/XCB to mix calls to both Xlib and XCB over the same X connection.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 More information about XCB can be found at:
 <URL:https://xcb.freedesktop.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11
Multi-Arch: same

Package: libx11-xcb1-dbgsym
Priority: optional
Section: debug
Installed-Size: 30
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libx11
Version: 2:1.8.4-2+deb12u1+apertis0bv2024dev3b3
Depends: libx11-xcb1 (= 2:1.8.4-2+deb12u1+apertis0bv2024dev3b3)
Filename: pool/target/libx/libx11/libx11-xcb1-dbgsym_1.8.4-2+deb12u1+apertis0bv2024dev3b3_arm64.deb
Size: 16972
MD5sum: 275b284613e75d65e72a4b8c41938316
SHA1: 09616153cabdc8511e152bd7b6e731bed6e48303
SHA256: 71ec1be175015ac442f622f8ce26c7003d3c1fc34f100897496a0b360ff998e1
SHA512: 7b3c588bdf9db9f8ea04b1bf32acbbf36d2cb3a04de26533762d404eedf233c7ce502cd043c83fe8992b3cdd2e23401701bb4451dda36096c60e0550be77f3ee
Description: debug symbols for libx11-xcb1
Auto-Built-Package: debug-symbols
Build-Ids: 3eaa7aa9c68004c2c392979820dda831df3cc542
Multi-Arch: same

Package: libxau-dev
Priority: optional
Section: libdevel
Installed-Size: 65
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxau
Version: 1:1.0.9-1+apertis1bv2024dev3b1
Depends: libxau6 (= 1:1.0.9-1+apertis1bv2024dev3b1), x11proto-dev
Filename: pool/target/libx/libxau/libxau-dev_1.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 21664
MD5sum: b39b6181263452cdb90c647e7929be21
SHA1: ae900dd2e7f78b9f1ec0e6fce1227303ef349cdc
SHA256: b822fe5a90778d3a036d6d514eef748f20ec14a7862d08c5592b1d12f6f401f0
SHA512: bda16eb8a1a7e1357df5d70e2430cca0099512a5fb522110867187016e4ca27543c0bc1c418db7ee7d3112d9245ae9bdabf30429cc38e069fd21ad9c610e6c3d
Description: X11 authorisation library (development headers)
 This package provides the main interface to the X11 authorisation handling,
 which controls authorisation for X connections, both client-side and
 server-side.
 .
 This package contains the development headers for the library found in libxau6.
 Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libxau
Multi-Arch: same

Package: libxau6
Priority: optional
Section: libs
Installed-Size: 95
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxau
Version: 1:1.0.9-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.33)
Filename: pool/target/libx/libxau/libxau6_1.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 18508
MD5sum: 001334beaf47f3b5efd4eadf578b18fc
SHA1: 8db252f6ab3f9897c4947eb54b9af96c4faff871
SHA256: 727f68d15d0fe7ab06b585cb9b1937348d7e2ad0d9ce6aa5b0495b5ec07e0067
SHA512: b3f79d377487149b32d275d35f054e68419f34eb09c7f5769f7eb4b8fe4a325346a693246a3c29faab60b7b5cab8be591cd0a4585c03fd99bc9d5c058ca61400
Description: X11 authorisation library
 This package provides the main interface to the X11 authorisation handling,
 which controls authorisation for X connections, both client-side and
 server-side.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libxau
Multi-Arch: same

Package: libxau6-dbgsym
Priority: optional
Section: debug
Installed-Size: 27
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxau
Version: 1:1.0.9-1+apertis1bv2024dev3b1
Replaces: libxau6-dbg (<< 1.0.9-1~)
Depends: libxau6 (= 1:1.0.9-1+apertis1bv2024dev3b1)
Breaks: libxau6-dbg (<< 1.0.9-1~)
Filename: pool/target/libx/libxau/libxau6-dbgsym_1.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 11812
MD5sum: 5efaf05924ed597b8abfc1be1d800713
SHA1: 84f63d4936a3eb008f9d9c0e97297e77db413a18
SHA256: 3a2aad06b92ad50a649148ad53469a0feb919f4c1fa5d71d729e7853d4def1ff
SHA512: 2bbd7aaef80942e2325527da3dfebf308cf99899b5db7a2c5c5a4f5d86892263d7209ea66520c18e2101d8321c8a149ce9911d7e09cdf24aca42cd8835edf5a7
Description: debug symbols for libxau6
Auto-Built-Package: debug-symbols
Build-Ids: 72ac73595ace34b9259ecf1d555e56d7a23b676e
Multi-Arch: same

Package: libxaw-doc
Priority: optional
Section: doc
Installed-Size: 1486
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libxaw
Version: 2:1.0.14-1+apertis0bv2024dev2b1
Replaces: libxaw7-dev (<< 2:1.0.10)
Breaks: libxaw7-dev (<< 2:1.0.10)
Filename: pool/target/libx/libxaw/libxaw-doc_1.0.14-1+apertis0bv2024dev2b1_all.deb
Size: 238772
MD5sum: a13cc65a19ba8aa3084a59ad66dad095
SHA1: 1ee9b413d5374ff7ace8ccd8bab1f825488c83a6
SHA256: 1703322cca25426718419b9c5f7aed4188a2a00434ad41b906c7c392081671dd
SHA512: 059fae2cfdc69d31174d0574a47702c87502f8da51a0d9c5d939bc7cb67d73c3d64f941fa1cb53a01db90bc42f89ef4de09a016247f89ef4b996570fdec0660b
Description: X11 Athena Widget library (documentation)
 Xaw, the Athena Widgets toolkit, is largely used by legacy X applications.
 .
 This package contains the documentation for the Xaw library.
Multi-Arch: foreign

Package: libxaw7
Priority: optional
Section: libs
Installed-Size: 533
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxaw
Version: 2:1.0.14-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libx11-6, libxext6, libxmu6 (>= 2:1.1.3), libxpm4, libxt6
Filename: pool/target/libx/libxaw/libxaw7_1.0.14-1+apertis0bv2024dev2b1_arm64.deb
Size: 181200
MD5sum: 234664d2e2371ccd76469a2ce9acfd12
SHA1: e1160dddbf1017087c3ff85a5421bde06b6a8ae5
SHA256: 866ef4067e46b1b62205e009fba39cfd937d1b9513cf9b161ca47b2b1f172410
SHA512: 2e47b4fe7b89c4e7fd07c27cda99605f2eb241ca0fc1be25c4949fa6b95f6fb128f869d771ef48326c898831c4fd0c807e2cb8b5ac03abfbacee193b7542a0e8
Description: X11 Athena Widget library
 libXaw7 provides the second version of Xaw, the Athena Widgets toolkit,
 which is largely used by legacy X applications.  This version is the
 most common version, as version 6 is considered deprecated, and version
 8, which adds Xprint support, is unsupported and not widely used.
 In general, use of a more modern toolkit such as GTK+ is recommended.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXaw
Multi-Arch: same

Package: libxaw7-dbgsym
Priority: optional
Section: debug
Installed-Size: 529
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxaw
Version: 2:1.0.14-1+apertis0bv2024dev2b1
Replaces: libxaw-dbg (<< 2:1.0.14-1~)
Depends: libxaw7 (= 2:1.0.14-1+apertis0bv2024dev2b1)
Breaks: libxaw-dbg (<< 2:1.0.14-1~)
Filename: pool/target/libx/libxaw/libxaw7-dbgsym_1.0.14-1+apertis0bv2024dev2b1_arm64.deb
Size: 479960
MD5sum: 0032f1a46e7811cceb4f41b4c00661de
SHA1: b287adcf2c3d0c9d10c884a50a1c5d3771dd44f2
SHA256: db86c01a577fa9351f4c68df25fdafe000b044cac1d923bafb5e913ecb6ddaf4
SHA512: 365ea4b0d00e404af258b054a6916de650f7014fa7ab2e0b136dd5d58725a4c0b23c960b1abdac97c927c3a4293eaded1ed8a323abe81714f32b9f5eb265b01b
Description: debug symbols for libxaw7
Auto-Built-Package: debug-symbols
Build-Ids: 29553f2644b104a1ffa29240a7cc415cf72d5a2e
Multi-Arch: same

Package: libxaw7-dev
Priority: optional
Section: libdevel
Installed-Size: 1137
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxaw
Version: 2:1.0.14-1+apertis0bv2024dev2b1
Depends: libxaw7 (= 2:1.0.14-1+apertis0bv2024dev2b1), libx11-dev, libxmu-dev, libxpm-dev, x11proto-dev
Suggests: libxaw-doc
Filename: pool/target/libx/libxaw/libxaw7-dev_1.0.14-1+apertis0bv2024dev2b1_arm64.deb
Size: 249992
MD5sum: 2052856afcbee5e19cc47db4dcecf1c4
SHA1: c3c7e176e0d62811531f3de6ff6b1dd700184554
SHA256: e0af4c638e609b5a7ae1918172ffade2c77b0fc193414bb90e6bd90a82be2f56
SHA512: 5f53e3e6945b92f6d4bb6e5c8c78c2f96b9f0144aaaa76a9e60b868d654cdab41f127aa46fedbf2b2e76f34b5cf780384beec66873777d03ec1e1cf41a086c98
Description: X11 Athena Widget library (development headers)
 libXaw7 provides the second version of Xaw, the Athena Widgets toolkit,
 which is largely used by legacy X applications.  This version is the
 most common version, as version 6 is considered deprecated, and version
 8, which adds Xprint support, is unsupported and not widely used.
 In general, use of a more modern toolkit such as GTK+ is recommended.
 .
 This package contains the development headers for the library found in
 libxaw7.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXaw
Multi-Arch: same

Package: libxcb-composite0
Priority: optional
Section: libs
Installed-Size: 175
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-composite0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 99868
MD5sum: fa866989b5bc07b8f9a658d5098612b1
SHA1: 1d1eae3a5efdc9a438112281442102fc2cd478ba
SHA256: 9b51fdc9ed07bf56b25e332cc41c9b4afb2ffb5a9639468f7221e6603681bd5b
SHA512: 6d0085502da64bb4b45a3df0d253f6b35334b9ee2fa60fea450bc4d59366278459f3be6349478d8ed7848a85247f5927065cb5b79854c1e1c688121767b03045
Description: X C Binding, composite extension
 This package contains the library files needed to run software using
 libxcb-composite, the composite extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-composite0-dbgsym
Priority: optional
Section: debug
Installed-Size: 24
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-composite0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-composite0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 8380
MD5sum: 28a8257e4625b8b11f15647634cbcda5
SHA1: c8f3987fb3ae0a8a1657efc9d24213b29e3de38b
SHA256: 3bc534f827f124fb9e714f5309d75cd51fb65e93f8bd562ec320c45143cef071
SHA512: d7ec7380d6b00f71230720c4ef0285da3618a4b8f317d47967c48afe7d798aba441a18a514a461c4ec1d0ddad876f73b5ad4fcca85d600514da25f139bbcebb2
Description: debug symbols for libxcb-composite0
Auto-Built-Package: debug-symbols
Build-Ids: 0c9b8c4ed203733be7e428620e065c342ce7cdf3
Multi-Arch: same

Package: libxcb-composite0-dev
Priority: optional
Section: libdevel
Installed-Size: 136
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-composite0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev, libxcb-xfixes0-dev
Filename: pool/target/libx/libxcb/libxcb-composite0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 100508
MD5sum: 1f934e8fa36506076458ee245458806b
SHA1: b4623b8a6cc98e3d8f4d55ccbab9e155f358a742
SHA256: 1b52f2ab0775c284fed9ee20c0ddedb71277e1d109189ac52802ad6dec45d8a9
SHA512: 985d0b52dfa47ffeb6f6bd25aa1f72a169415f536b802e382feedd525fb6167da85318bd5a2495ed8bcfe38228064dc5b49a2080448ea926c5aabfa4a018493b
Description: X C Binding, composite extension, development files
 This package contains the header and library files needed to build software
 using libxcb-composite, the composite extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-damage0
Priority: optional
Section: libs
Installed-Size: 175
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-damage0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 99608
MD5sum: 9fdefb7fea83e178dfc5d7b1da3860de
SHA1: 3c34dd9639129267704b3056135a1c8d17cfd2c0
SHA256: fdab8a81005016edf523a5ca7084bd37d894951fed4fc3578aa9b5218cc90251
SHA512: 7a7b98c7982b67c87acf13bed6ea871ba39be3cc2b79dfe2d1696ec99769a3f4ef656a9b515a6f028c263d1d8589b672b3e8f11834dadec1aa2ea267cb224036
Description: X C Binding, damage extension
 This package contains the library files needed to run software using
 libxcb-damage, the damage extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-damage0-dbgsym
Priority: optional
Section: debug
Installed-Size: 21
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-damage0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-damage0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 6896
MD5sum: 599bdc932122ac0f1f2e3aa12dda12b6
SHA1: a2f38143764915fd4868bde1745d561ecaa57110
SHA256: ba0d5077715f8377df5b0cc544af28e25b81c92cd4a972eda02e578b672e5585
SHA512: 9efe2fd00b470611576898ae6eea46251088a41c4d6fbdd28d05d97e328c6d68e44935f4cf7f8fd6f587f9929e26aa12c3086b0146be133e6bd706987cf71e60
Description: debug symbols for libxcb-damage0
Auto-Built-Package: debug-symbols
Build-Ids: d2b60f1dc6a5c5773a7924dd0602ed2c71131053
Multi-Arch: same

Package: libxcb-damage0-dev
Priority: optional
Section: libdevel
Installed-Size: 127
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-damage0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev, libxcb-xfixes0-dev
Filename: pool/target/libx/libxcb/libxcb-damage0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 100324
MD5sum: 49b041129197a635869f104c366662e6
SHA1: e6645c3cbd78667b0c53ec8498328402d886a353
SHA256: 109e85e310b34375e16c1cfd4014d4de1bba3b630044075921a84b6664487feb
SHA512: e4f58d158d1bf3635e4f002befd41a3911560884c23efa0ebe896f789de5c8088dc288b278ba27a096181a1f25b13e2e626b74e217828e69a340a2041cf639e8
Description: X C Binding, damage extension, development files
 This package contains the header and library files needed to build software
 using libxcb-damage, the damage extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-doc
Priority: optional
Section: doc
Installed-Size: 48215
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Filename: pool/target/libx/libxcb/libxcb-doc_1.15-1+apertis0bv2024dev3b1_all.deb
Size: 9221236
MD5sum: 45122f0b4b45b5c8a1aef80bcec1ee90
SHA1: 317946c6d1efdc0f54983aaa4e1da541cb068788
SHA256: 3be6e178c866c8176ac03a7258df1cf212fa1b724b1fbd56bdb644381a69cff6
SHA512: d84c525d8341889968454297f72d34e3d443d4dcbadba80af0dece1f18cbc108a877064f1894ec1a66a5692e46a0fdd97f645601bd4c5bcae780aeba9a77ff72
Description: X C Binding, development documentation
 This package contains the development documentation for libxcb, the X C
 Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: foreign

Package: libxcb-dpms0
Priority: optional
Section: libs
Installed-Size: 175
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-dpms0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 99780
MD5sum: 5695f2ec57434b288b07d060af4d6478
SHA1: 1a1ea28c2b46d80ca0e379ff86e93c53e8e0a971
SHA256: 877e2aa432ee590ed782d752ada7cfe032fce18dcf5bb54f88b02874d5f78d4f
SHA512: 345771a8f976fba9ade9f7b8c2c1ae1d938fa64fe05e7206b2116bb8b89f9d81a34557eb2ad9eb5b52e02fd8e8a8c275c4c32d5dd32f5024c8b0a18692d098e6
Description: X C Binding, dpms extension
 This package contains the library files needed to run software using
 libxcb-dpms, the dpms extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-dpms0-dbgsym
Priority: optional
Section: debug
Installed-Size: 22
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-dpms0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-dpms0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 7168
MD5sum: fc2aaea9d83dc538cc71bfbcf3ae0412
SHA1: 14f5e87926eefc6f16fb041b162e9ca160662155
SHA256: 68d90e306c2338e3b68a933ee4ddc76c123d32c62d1601cdd6c79be628040069
SHA512: 4aec17ea865d8c1d02691c433efe917879b9686bf187844442c57cdf9d4e42584275945bb7212d68f553c4abb9003354eeff968279daf73757f5493f8c0f825b
Description: debug symbols for libxcb-dpms0
Auto-Built-Package: debug-symbols
Build-Ids: 50182ba6b2cde03e7390307dbd056e2411a8886a
Multi-Arch: same

Package: libxcb-dpms0-dev
Priority: optional
Section: libdevel
Installed-Size: 132
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-dpms0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-dpms0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 100320
MD5sum: 47200d9527e926a3424eb4ce9e5de065
SHA1: 73e90c4e0155207c32973e1122a27eaa8ce54d5e
SHA256: 47ad7c29fbdccccd70207e034022ece309b09ec1323c279c0777a1074c2974d7
SHA512: cea3c961c8d2948efe93305cec73b48951d5f1e4cf9de570143e0eaf77d958b687886f48d9319686b13ce8bf36c7e173679919d9d13588067dcb40287ae7dbe2
Description: X C Binding, dpms extension, development files
 This package contains the header and library files needed to build software
 using libxcb-dpms, the dpms extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-dri2-0
Priority: optional
Section: libs
Installed-Size: 177
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-dri2-0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 101664
MD5sum: 789ec2b3a53acabce74477d09dea06c7
SHA1: 2a6ed75506ab079d584cb0bc9933b3e81cdd8239
SHA256: 96a5daf7ad34e4f3ff3a6480c8886264afc06ad6c16f554b1f6bd1c93cb96d15
SHA512: 339b3b56e97b2468afaa5413a3db92870ef1818f281948ba0ce8b452b3b4b46c6d982b8997e37c52da799d33c0cfe4ec49a4f3e696d07a4720184b5a05d7d2c8
Description: X C Binding, dri2 extension
 This package contains the library files needed to run software using
 libxcb-dri2, the dri2 extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-dri2-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 31
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-dri2-0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-dri2-0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 14372
MD5sum: 2a89bddc76ab0cff35878b4a8839b52f
SHA1: 0091567e621e6fd2df3f4253e84a9d6b8f2b60cd
SHA256: 9fe440f482f1b3beb093a80da4f2d43b2406a3de030049b9b4027bd2e3baf33c
SHA512: be9f3c53aae646c342cb9eacad04d7094e447807ce122e4d864a3ab498baae9a6c20e47102f897f5625ee275364eb646f2316aad1c4bb797a900f3a1b67c825f
Description: debug symbols for libxcb-dri2-0
Auto-Built-Package: debug-symbols
Build-Ids: f1efdf4eaae24017478725a0d77ca9f55c20ce82
Multi-Arch: same

Package: libxcb-dri2-0-dev
Priority: optional
Section: libdevel
Installed-Size: 166
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-dri2-0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-dri2-0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 103476
MD5sum: 8d1bb7a77672a9602dcfb58bb45b53c8
SHA1: ea105995aaa8f374a5d4ff3734b3ca6018125d73
SHA256: fe781afbc46f4c5f924c5b314648f27eba7c94d7e93ab04db2c459e88d623838
SHA512: 40605f85671ef418269f9e8cb625168d2d475095d56c319876a66683fe5d126c1f2de79f02114569e0dc3b277afb4b692337fd8b5af6848d9d85373ae762135f
Description: X C Binding, dri2 extension, development files
 This package contains the header and library files needed to build software
 using libxcb-dri2, the dri2 extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-dri3-0
Priority: optional
Section: libs
Installed-Size: 178
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1 (>= 1.12)
Filename: pool/target/libx/libxcb/libxcb-dri3-0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 101508
MD5sum: 2215ec82bff558744447f9dad5488e9c
SHA1: 644d7ca8fd967814b7cc51bca630aa1695a324a0
SHA256: 4c7f07fd350f27c643fff767690ccec1ac079fe1ee4020c882c974c368e903bb
SHA512: fe260575d73b5e3123074121b0c43c75edf020e3cb65b17672e950f59cff268ec2bbaec1c5e86db28cf00d551adf4936e560857e85f3c67be6edd497fd82606b
Description: X C Binding, dri3 extension
 This package contains the library files needed to run software using
 libxcb-dri3, the dri3 extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-dri3-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 30
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-dri3-0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-dri3-0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 13820
MD5sum: ab587aee74575d1b59702bc8faed89d8
SHA1: bf7ec5aeed663cb173c8d4bc94c6b2ce5bf4a05e
SHA256: fe88551e84d84eefdf67840be1b72041ef6ad72c0d8fbfbc5288d1c2f8869215
SHA512: 297aa2987936c493679b63c63bcec6f6dc999da961b731139a94b85261785ceaed505eafc9a4f9f9a8f6de554b7706df2e15d16dab237d5b7b97b7a1aa4d6bea
Description: debug symbols for libxcb-dri3-0
Auto-Built-Package: debug-symbols
Build-Ids: 485ed0ec40b7637c27f1065c1089322244aa0bf4
Multi-Arch: same

Package: libxcb-dri3-dev
Priority: optional
Section: libdevel
Installed-Size: 153
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-dri3-0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-dri3-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 102580
MD5sum: 321cf5560eedb573935cd0d518306579
SHA1: 2ce7af6432f389874225d2ae1c32bebc060a60c8
SHA256: 88f4f37b29349228c28221347a7a559bb5d6c1e04db1404a430a9b3face84512
SHA512: 36b67af50bcbcc0f675b9ecf5444eef6e7fc8147799de750e4214bf1aba9725b2a17ebd6cf01ddfe28b35a419d1dc619ebcae443201e34b7a7ad858b2913d9e4
Description: X C Binding, dri3 extension, development files
 This package contains the header and library files needed to build software
 using libxcb-dri3, the dri3 extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-ewmh-dev
Priority: optional
Section: libdevel
Installed-Size: 202
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-wm
Version: 0.4.1-1.1+apertis2bv2024dev2b1
Replaces: libxcb-ewmh1-dev
Depends: libxcb-ewmh2 (= 0.4.1-1.1+apertis2bv2024dev2b1), libxcb1-dev
Conflicts: libxcb-ewmh1-dev
Filename: pool/target/x/xcb-util-wm/libxcb-ewmh-dev_0.4.1-1.1+apertis2bv2024dev2b1_arm64.deb
Size: 39440
MD5sum: aff7a2ac246c8c40676919a53a25e320
SHA1: fdcd3c610b73d6d8372d59529797a4298559a7c1
SHA256: a1246bcb604f002d3c412f24bc947704568db84d7c9328f129a692447b99dd14
SHA512: 18cd5e5eb073e365ac7775af1e17bb91d3152e9f80123f47d781b2162854e0f1de5359eaefa4338456356ee6a551bd75b5dd926c6419e1d44823c3aa6efd6978
Description: utility libraries for X C Binding -- ewmh, development files
 This package contains the header and library files needed to build software
 using libxcb-ewmh, providing client and window-manager helpers for EWMH.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-ewmh2
Priority: optional
Section: libs
Installed-Size: 101
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-wm
Version: 0.4.1-1.1+apertis2bv2024dev2b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/x/xcb-util-wm/libxcb-ewmh2_0.4.1-1.1+apertis2bv2024dev2b1_arm64.deb
Size: 32096
MD5sum: faf5c598ce2346e7060341f4045ac52c
SHA1: 0c185fb6c40913b871f17fa314787491a18c9b79
SHA256: 8fda3a47930f0be2761d35425f41cd460d41c49d333af5f9a6b798074441f9c3
SHA512: 979acd0575929e4ba69f56ff8ef3a6853b4dd8a96c8a93bf015d0598133157cbc4d7a3065698e114facea74ce7ea27f224c4f38b68e78202ccf278324f1bdfd8
Description: utility libraries for X C Binding -- ewmh
 This package contains the library files needed to run software using
 libxcb-ewmh, providing client and window-manager helpers for EWMH.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-ewmh2-dbgsym
Priority: optional
Section: debug
Installed-Size: 62
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-wm
Version: 0.4.1-1.1+apertis2bv2024dev2b1
Depends: libxcb-ewmh2 (= 0.4.1-1.1+apertis2bv2024dev2b1)
Filename: pool/target/x/xcb-util-wm/libxcb-ewmh2-dbgsym_0.4.1-1.1+apertis2bv2024dev2b1_arm64.deb
Size: 38876
MD5sum: a178b8e3755cad7c0abf347365604d24
SHA1: 4490ea714301ad7b5a2cca816e9f90355ff68400
SHA256: e070ce9d5233fe487a367ed7b66047186430e2e006a53a6a6594a2a521c987c4
SHA512: adf8e6be80737e7a37abefde13d344b240e45837c3d8171afea3bbd7a265b33895a5c9d66f92009a9ffdaf73058ec7e9acbaac966d59cc8914aaf7461b02069a
Description: debug symbols for libxcb-ewmh2
Auto-Built-Package: debug-symbols
Build-Ids: 608ee2f3dc118509ebf37e5508fdd424fb4984eb
Multi-Arch: same

Package: libxcb-glx0
Priority: optional
Section: libs
Installed-Size: 262
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-glx0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 117264
MD5sum: b201130c50bd21b5187ce8e1cd2561a7
SHA1: b613d5be834f3e609b3dd7b550c90bc1ea06d9c6
SHA256: 95cfe904dcdf14f49edcb1c8f3c2ecf6f6281b0df4ea2afabfdc784e813e582e
SHA512: 37b6cdc8c7555b45a52fc5cd5f7a729b8dcf3713aba5c0b1f58d8db1ff10bff5574a5dbb07915ddecdd0fb8dc12362612756a5a834e6074318151a3f8b6ae9a5
Description: X C Binding, glx extension
 This package contains the library files needed to run software using
 libxcb-glx, the glx extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-glx0-dbgsym
Priority: optional
Section: debug
Installed-Size: 128
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-glx0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-glx0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 81340
MD5sum: c5f83bb6ada6e4398f0a09d3acb88ce0
SHA1: 82a20515fa17dbe88eff9504122a793575bac02a
SHA256: bfb55cd1ab06f2784041d5c5bb76f6170c4441b8b65f862b4ff4d8b673a0d6ed
SHA512: 7a51ee0bc6c97622d9df3c490c09dd348e0a028eb0ef4aef18dc9c3c30edf5fe5aff3a23475d83d805a49200d1817bdf7ef91014340e04dbec20172ffadc5154
Description: debug symbols for libxcb-glx0
Auto-Built-Package: debug-symbols
Build-Ids: 14936062994d147b67518b65b3e0ebbddfe9ff99
Multi-Arch: same

Package: libxcb-glx0-dev
Priority: optional
Section: libdevel
Installed-Size: 525
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-glx0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-glx0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 123292
MD5sum: 3d4f2315755765cf5142be500faf3f6a
SHA1: 915da2e052f30cfd7bfccde2c904d5a184be5b17
SHA256: aa88c5a6783866c5bdad3b19f7a86eb2b76fdf556d6205a7ce5f45b0b8ae8dbe
SHA512: b7d53c0f5fc0b82df57f24c7d73fbb8f2fc130347ab4e70d8401e24186392af6474dc67d2be8b6d0b3c7f5f7426c6f2ea226d1e7c82bda7589acea0001e2e530
Description: X C Binding, glx extension, development files
 This package contains the header and library files needed to build software
 using libxcb-glx, the glx extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-icccm4
Priority: optional
Section: libs
Installed-Size: 100
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-wm
Version: 0.4.1-1.1+apertis2bv2024dev2b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/x/xcb-util-wm/libxcb-icccm4_0.4.1-1.1+apertis2bv2024dev2b1_arm64.deb
Size: 25684
MD5sum: 79ee1f62bc20df0e630ba4e23348e7bd
SHA1: 8fa6eb22467d973598591ed9172133de6d89affb
SHA256: 34e38a65904f4d4af2b16723deef474de2f06eb785f6a8a8245bb22969cd21fb
SHA512: 9e8bf31c0d71bf93628c299eec101dd95e5d5fb10630d89f11cb01830436733181c989a210cd5c4b6d69aa779c561701de09877bdf8ea33ceea8185d1ebc99e4
Description: utility libraries for X C Binding -- icccm
 This package contains the library files needed to run software using
 libxcb-icccm, providing client and window-manager helpers for ICCCM.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-icccm4-dbgsym
Priority: optional
Section: debug
Installed-Size: 34
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-wm
Version: 0.4.1-1.1+apertis2bv2024dev2b1
Depends: libxcb-icccm4 (= 0.4.1-1.1+apertis2bv2024dev2b1)
Filename: pool/target/x/xcb-util-wm/libxcb-icccm4-dbgsym_0.4.1-1.1+apertis2bv2024dev2b1_arm64.deb
Size: 16296
MD5sum: 81fb95f2a4bc933d2c16c0555aa3c3cf
SHA1: 6190c454e65a13e5cc0eae4a1fb3fc50eff990fa
SHA256: fd850c63a8397623e31cc9e28da099d2bda64a72dadaca5f67672a9481aaac5c
SHA512: 1207737926750a7e3663ea4b3b27a1bb170534a93ab6dbc9c84d4d3378ab79634d0b3516170bf98618505237d01012952998dc8cd55e6b5ae3b788fe43478598
Description: debug symbols for libxcb-icccm4
Auto-Built-Package: debug-symbols
Build-Ids: cf46286b0adc7e52ce98d1c1b8bd0e9a8d52dd04
Multi-Arch: same

Package: libxcb-icccm4-dev
Priority: optional
Section: libdevel
Installed-Size: 96
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-wm
Version: 0.4.1-1.1+apertis2bv2024dev2b1
Replaces: libxcb-icccm1-dev
Depends: libxcb-icccm4 (= 0.4.1-1.1+apertis2bv2024dev2b1), libxcb1-dev
Conflicts: libxcb-icccm1-dev
Filename: pool/target/x/xcb-util-wm/libxcb-icccm4-dev_0.4.1-1.1+apertis2bv2024dev2b1_arm64.deb
Size: 28496
MD5sum: 1880ef6533c2224ce59685dce119f1db
SHA1: df0210d3b0ef7dfcd683b739f94006a07eb11988
SHA256: 1c4f7a4602eee1b24b429b1a027dd8652d0edfd8983bbc986a40dba80271200e
SHA512: 19c877c32cfb1e8ca7ff5f60d42b686b5181e725be04b811b99b3b4630423654395cd6e6657a74fc2dd95b172722e9fbd8fb9e7b3b1becc2fdabb5c9396b5642
Description: utility libraries for X C Binding -- icccm, development files
 This package contains the header and library files needed to build software
 using libxcb-icccm, providing client and window-manager helpers for ICCCM.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-image0
Priority: optional
Section: libs
Installed-Size: 94
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-image
Version: 0.4.0-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libxcb-shm0, libxcb-util1 (>= 0.4.0), libxcb1
Filename: pool/target/x/xcb-util-image/libxcb-image0_0.4.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 21304
MD5sum: 78dcddfec0990601a2b81a6a77edf9fd
SHA1: 55774537cc9ee995d5661f3cb572c46c59aba5e0
SHA256: 160029e46d1f683e9d01184d4a804d5be81d6bfddda8c8d02c76570d49637e2e
SHA512: c4150e08bfb7586a79558efa3c8add75b845173f70c736fbdee66de49a717b56add936ea166b082785f5e49e8c224d1561a00f0d86de602517f2c69281614d46
Description: utility libraries for X C Binding -- image
 This package contains the library files needed to run software using
 libxcb-image, providing port of Xlib's XImage and XShmImage functions.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-image0-dbgsym
Priority: optional
Section: debug
Installed-Size: 34
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-image
Version: 0.4.0-2+apertis0bv2024dev2b1
Depends: libxcb-image0 (= 0.4.0-2+apertis0bv2024dev2b1)
Filename: pool/target/x/xcb-util-image/libxcb-image0-dbgsym_0.4.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 18908
MD5sum: a43a8b4e16ca1f3eba5dc6a7d0fa7873
SHA1: c8b9e67dbaf86499cd9b09d314af189a4d9e4c34
SHA256: 6fa4fbdd9de74a5d6d3e24e4827f620282ce130687c11f2b2e43ff1883ed06d3
SHA512: 15c36c0d60d93c59a2a0e0e337b6d748c79840128ee8b4b664f79c68870b150e2d2bf99f8c6e3d86a64daf6310c2eb9249721cdf36846672f0dc3bb4fe4b8649
Description: debug symbols for libxcb-image0
Auto-Built-Package: debug-symbols
Build-Ids: 383a4806d4febad9cfaae314e8e0963d55d50ccb
Multi-Arch: same

Package: libxcb-image0-dev
Priority: optional
Section: libdevel
Installed-Size: 78
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-image
Version: 0.4.0-2+apertis0bv2024dev2b1
Depends: libxcb-image0 (= 0.4.0-2+apertis0bv2024dev2b1), libxcb1-dev, libxcb-shm0-dev
Filename: pool/target/x/xcb-util-image/libxcb-image0-dev_0.4.0-2+apertis0bv2024dev2b1_arm64.deb
Size: 27756
MD5sum: 4975d01f815dc94025f556d7af2dfb57
SHA1: f3f96ec740913ce79a8050a4926a5c724bca041b
SHA256: 58783cb82c8ee9cf152821d680d7a4fc1d719ddc7db3cf689a9feaf986da6ceb
SHA512: 3affbe0ec1676b8b7dfd031163ce5618c0c4f6e0b4cef9b99966a5958b941c285ba723491953ef3371408d06f92bbb35a49a7d13fe21a20fc4eb86d2c6df2284
Description: utility libraries for X C Binding -- image, development files
 This package contains the header and library files needed to build software
 using libxcb-image, providing port of Xlib's XImage and XShmImage functions.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-keysyms1
Priority: extra
Section: libs
Installed-Size: 92
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-keysyms
Version: 0.4.0-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/x/xcb-util-keysyms/libxcb-keysyms1_0.4.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 15412
MD5sum: f23e934d3c21b03ae8f57ce3fbf1b5e0
SHA1: a1c5c5fe5f666d60dc1397dab0a00f532588eb00
SHA256: 4796c4142efc77f715fe542508c3ddd419a2dd9f9cf9c26db2510bc1399f850f
SHA512: ef849060019b61eb3d13ef629f07e4d3dfab3b88420cb2d10b4a9b501aaf2ecf53f4c8e5fac8661ddaeea1f7997709af28bf2d78514300e6e6bee1a274b56bbd
Description: utility libraries for X C Binding -- keysyms
 This package contains the library files needed to run software using
 libxcb-keysyms, providing standard X key constants and conversion to/from
 keycodes.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.
Homepage: http://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-keysyms1-dbgsym
Priority: optional
Section: debug
Installed-Size: 23
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-keysyms
Version: 0.4.0-1+apertis1bv2024dev2b1
Depends: libxcb-keysyms1 (= 0.4.0-1+apertis1bv2024dev2b1)
Filename: pool/target/x/xcb-util-keysyms/libxcb-keysyms1-dbgsym_0.4.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 8560
MD5sum: 00062d89e2641b6f315a16078872a3e3
SHA1: 906cced3dda5a5c362c380adb566fdde4212f115
SHA256: 1a40a823fb57874a9ca43bae03b3671b6a053ed6121814a9ca39e8c2298c5a74
SHA512: d747708002c84cb1bdd324c307b87a12f2baa99800f53212f6c916572c126f49b554677876314c292630f90d5b98c981ba27d46ac7d3afe19da1e44bc2b326e9
Description: debug symbols for libxcb-keysyms1
Auto-Built-Package: debug-symbols
Build-Ids: 432fa133b9390b208052396456949679680ed98f
Multi-Arch: same

Package: libxcb-keysyms1-dev
Priority: extra
Section: libdevel
Installed-Size: 38
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-keysyms
Version: 0.4.0-1+apertis1bv2024dev2b1
Depends: libxcb-keysyms1 (= 0.4.0-1+apertis1bv2024dev2b1), libxcb1-dev
Filename: pool/target/x/xcb-util-keysyms/libxcb-keysyms1-dev_0.4.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 15144
MD5sum: c87d321e46aaced6c2ceea8c9139cbb8
SHA1: 8ba92c3fe92c06863ceceb3d7231643fa35fd53a
SHA256: 823e3f493e334c25530f848ec1e699d51c1e55536c50d958063ac8233301ceb0
SHA512: e0572b380976b6efa4a68a31de7dd9cb367e9aa17225ab22b10da5dd64307feb4b897d618e4cbbf14a3a106f9009f2aa25063e8b4b2f50ccce5a0b2c978935a1
Description: utility libraries for X C Binding -- keysyms, development files
 This package contains the header and library files needed to build software
 using libxcb-keysyms, providing standard X key constants and conversion to/from
 keycodes.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.
Homepage: http://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-present-dev
Priority: optional
Section: libdevel
Installed-Size: 138
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-present0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev, libxcb-randr0-dev, libxcb-xfixes0-dev, libxcb-sync-dev
Filename: pool/target/libx/libxcb/libxcb-present-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 101680
MD5sum: e3f3d07716fe58c69b30274fdc1c7a53
SHA1: 269299f5b3b5c3481c9c99afd43bc453102de37d
SHA256: 3f095d3d6c18f118e9bcb2680f046d3e183bfe55aaaba5bcbec8d05b2ccf204a
SHA512: ea61f24dffdaba9be14588c59ea8361138ff776a29f6e6c22d5f33b62f265e9c73b89c65442643d4a2b337c358c8ceb92888f3016c1e580770240d5ee699ef04
Description: X C Binding, present extension, development files
 This package contains the header and library files needed to build software
 using libxcb-present, the present extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-present0
Priority: optional
Section: libs
Installed-Size: 175
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-present0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 100256
MD5sum: ba15e8c35ccac7e92210ba9a3cbf7f55
SHA1: 0806dafe9924f8e355992c419d4585342a1a8347
SHA256: fd9e2dcb12f0e155d2e74154261f348c5f0d263ad1da02446866bd205f69c9c4
SHA512: 1afeaf6535ef939c31969e10d8856a3eeb96a3e62a598933fddaee299ec5ebf858cc00ecabf339422235541628bce87034f2654ee75ef4c47c4619d254910209
Description: X C Binding, present extension
 This package contains the library files needed to run software using
 libxcb-present, the present extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-present0-dbgsym
Priority: optional
Section: debug
Installed-Size: 25
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-present0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-present0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 9740
MD5sum: 8be81152546acbc498d932cf2a13d98f
SHA1: 232a4fdc21300c133974573c7f98700c34d94be3
SHA256: 7247114b586d4030008eb8b506bd9ef1ff78d109074b2aad85c32bbb3c2c56b9
SHA512: 42fcaf555b585fbe8db98ac7b900ee4cbe8fd9cf7956a7ee033ea06af4301aca43538c6e833eecf8d8f71c0ae30994b8e947857da12136fad8af7730223a7bb2
Description: debug symbols for libxcb-present0
Auto-Built-Package: debug-symbols
Build-Ids: ca7ab85ed63077e989c8a5578928b5c88951d20e
Multi-Arch: same

Package: libxcb-randr0
Priority: optional
Section: libs
Installed-Size: 190
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1 (>= 1.9.2)
Filename: pool/target/libx/libxcb/libxcb-randr0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 111420
MD5sum: 8b305b8b83e502a9d62cd0d727411ec6
SHA1: 451b2c5649d0e0255291d44a1a2272dc84d11981
SHA256: d1f702a39566b1d0cd8b9b864d9955f4070218b99f2cd466d2d8ef9439993230
SHA512: b3a4cf8d0b220ea463b3ecf985fe9dca261a8e92df975ba289688a899c39d5d15b32a33022a0e4be42ed3c2d50232d11e562cfbacc4b69fffc20ab5396b11d91
Description: X C Binding, randr extension
 This package contains the library files needed to run software using
 libxcb-randr, the randr extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-randr0-dbgsym
Priority: optional
Section: debug
Installed-Size: 83
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-randr0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-randr0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 51428
MD5sum: a351bb2099589528bf6c880e5ba7589b
SHA1: 923db328b4ef9084c4818820d3006df0f5773973
SHA256: 0f76c7c7c756ead1a796aff0ba9c8bb295cbc14f50c2e561b87be04da2b743f2
SHA512: cc682a45312a518fdab23fedada261f01fb373c37a45b3561d5eeabdeeef7d3193e6439ed54adde84947690acafe7ef084e730e7efedc618fbbbefa101e73206
Description: debug symbols for libxcb-randr0
Auto-Built-Package: debug-symbols
Build-Ids: 3427ba76f376b600b5dfa082364bf4586a191621
Multi-Arch: same

Package: libxcb-randr0-dev
Priority: optional
Section: libdevel
Installed-Size: 337
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-randr0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev, libxcb-render0-dev
Filename: pool/target/libx/libxcb/libxcb-randr0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 115796
MD5sum: 6fdff56b72a6b779d78dd0d5e2feed51
SHA1: c4882b44dcb2110229937867d3f26e59694d783a
SHA256: a5ae8e6cdbfa5b978d7a7c101848af30f9ec2af7af410eaf2fa85494b2ef0db6
SHA512: bbfbbca6213da06746fed5971cb8ac0bdf6c200df487d1ee9b8e573312fed5bbf992482720f8fefc286aba152dfe66a31b90458a0651d8e1013d6f3f046b3946
Description: X C Binding, randr extension, development files
 This package contains the header and library files needed to build software
 using libxcb-randr, the randr extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-record0
Priority: optional
Section: libs
Installed-Size: 178
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-record0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 101768
MD5sum: c1355d620b19167ff208a8f7207ba656
SHA1: f7f9019a927d4cdb49dff072069f6a2715723f83
SHA256: 784d6d1e13e66311d1f63bc6916ecc9b7e01be695d1c9ba4860ee257c8e14d58
SHA512: 6cd384520ac699baa4386080f0756722bb90cc9ee072fb8b073e5faf8e5c3a7a335e6361000bfc7bb9dfe1f6aaa88498d3447d239b20a108807c58f73a278926
Description: X C Binding, record extension
 This package contains the library files needed to run software using
 libxcb-record, the record extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-record0-dbgsym
Priority: optional
Section: debug
Installed-Size: 31
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-record0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-record0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 13700
MD5sum: 839313b698e6cd822c8c43143a981548
SHA1: 6f2585e58efc5c30b0bc792ad60900b3191ee1c1
SHA256: 2529e05581930298bfba914fcdd7c9829ea35237f69b8eb86ee5edd70e732618
SHA512: 06221057abf7ee481bb2984e03f823e6dd820be6209f351f825ae0fc165bd3bb5fcc4dc25b0f67cede00f090d395ff5be43d93ef841e057ffc02e4900552a251
Description: debug symbols for libxcb-record0
Auto-Built-Package: debug-symbols
Build-Ids: c9b7f1cb33352f3f989c44ab94d626c2e4bb6fbc
Multi-Arch: same

Package: libxcb-record0-dev
Priority: optional
Section: libdevel
Installed-Size: 156
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-record0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-record0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 102632
MD5sum: d4aea71a5257c644da0bdc47b6cf2e97
SHA1: 2615a5183abd829edbfdb494d684edd0fd698237
SHA256: 9c8ebf94272e3e8b8fe8c4a41e51e4be5ce479b8aa5874ee7dcab5985877d1d6
SHA512: 8fdb8b6893a583fc9e9ff714531568db7386e77f82bca47c6a9b3e1807b770b25892750c767176cb1138f5e01ba4731895be8c1e993936149ff3567053273fd0
Description: X C Binding, record extension, development files
 This package contains the header and library files needed to build software
 using libxcb-record, the record extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-render-util0
Priority: extra
Section: libs
Installed-Size: 94
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-renderutil
Version: 0.3.9-1+apertis2bv2024dev2b1
Depends: libc6 (>= 2.17), libxcb-render0, libxcb1
Filename: pool/target/x/xcb-util-renderutil/libxcb-render-util0_0.3.9-1+apertis2bv2024dev2b1_arm64.deb
Size: 16892
MD5sum: 675d869dffe3d8d6ba21af854c391496
SHA1: 2385c985268ad529e57457bafd69e724590268a5
SHA256: e78c5d6a598246264066106ddc2e45a6dac1efe5c0b96339eb146b43c5536a79
SHA512: 42f0ac45a8188b0f211e60949a13dbbf7bcc416133095336e84f900635b1290a5b8ee69586c6997de9ae372c4ecbd244c6aedb90970e121fd5bd42b2733b37e7
Description: utility libraries for X C Binding -- render-util
 This package contains the library files needed to run software using
 libxcb-render-util, providing convenience functions for the Render extension.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.
Homepage: http://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-render-util0-dbgsym
Priority: optional
Section: debug
Installed-Size: 29
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-renderutil
Version: 0.3.9-1+apertis2bv2024dev2b1
Depends: libxcb-render-util0 (= 0.3.9-1+apertis2bv2024dev2b1)
Filename: pool/target/x/xcb-util-renderutil/libxcb-render-util0-dbgsym_0.3.9-1+apertis2bv2024dev2b1_arm64.deb
Size: 13684
MD5sum: 8e33dd14cbe061f23773bac069bc1d86
SHA1: df3510a97ef954d3636313bb60f77243bbaabfd0
SHA256: 1c315aae92846ff4a9345873ae11b0d2a006ff8b1382fa5c15c354552304dbc9
SHA512: 6e9ed232285b873fd2b8147b8c2e36b5248b41043194a4315e834b4ba7f98f1c91acac91ff6d4aba97263090606d0a07a099fda98ce528434814fc8eb8ce9da0
Description: debug symbols for libxcb-render-util0
Auto-Built-Package: debug-symbols
Build-Ids: 888f8969ec9632237766edbcaa0929b8ec1d5f83
Multi-Arch: same

Package: libxcb-render-util0-dev
Priority: extra
Section: libdevel
Installed-Size: 48
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util-renderutil
Version: 0.3.9-1+apertis2bv2024dev2b1
Depends: libxcb-render-util0 (= 0.3.9-1+apertis2bv2024dev2b1), libxcb1-dev, libxcb-render0-dev
Filename: pool/target/x/xcb-util-renderutil/libxcb-render-util0-dev_0.3.9-1+apertis2bv2024dev2b1_arm64.deb
Size: 17116
MD5sum: 0714f55edac38e67c848b2952b37e287
SHA1: e8122c0f028795e7c6faf39844e805e7a468d6dd
SHA256: e48968152c1115e2120f4bf4105f4982ce2a3b75d1e26b903e92b729a7788df8
SHA512: aae3ed80bc99dc8f5d85f505d3d79ac6739d9faf4f557a2bcdd2ef48cadf9ef9141af56d78f855f7b9c20ff97b5a7f95804c5791ffb23fdb1a93a7d1ddd6838e
Description: utility libraries for X C Binding -- render-util
 This package contains the header and library files needed to build software
 using libxcb-render-util, providing convenience functions for the Render
 extension.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.
Homepage: http://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-render0
Priority: optional
Section: libs
Installed-Size: 186
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1 (>= 1.8)
Filename: pool/target/libx/libxcb/libxcb-render0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 109600
MD5sum: d7911ce05573509d9271db5402e846b5
SHA1: 353421d3ac5a0c4408855af8a5c9c7aa05849b57
SHA256: e8a3b623919c73cae48999c6279925b33599fdb4d758e49930202195b6ced718
SHA512: c8afd723e3e8953d29a80b5c1253c9f1630ae0a90e6a1d77955ef64a64eeaff50ea297960b26bc333f69a5406bc6bbac728e58ccc410c2e9519ef31084c9b748
Description: X C Binding, render extension
 This package contains the library files needed to run software using
 libxcb-render, the render extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-render0-dbgsym
Priority: optional
Section: debug
Installed-Size: 70
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-render0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-render0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 44000
MD5sum: 36d74e3d4a45d5cdff4fb37cfe2114f1
SHA1: 28825a418d7d56eb0634d9ae0cb8d3a5b9c60783
SHA256: 0be3950f4cbce48794e1a090c0d728d8d9410a3b292c14f81a21b11e069139af
SHA512: 25e1937c505980cdf03b7c12f8dd18b0759d0913a8362e2f106ec671df4512527a4c40f5f87c8acaf51fc7c09d6f366f5eeed83f1ebba9df1a0db7736d64332b
Description: debug symbols for libxcb-render0
Auto-Built-Package: debug-symbols
Build-Ids: d11dcb22297005dfd0ea953ff4c665f2f3cc2c78
Multi-Arch: same

Package: libxcb-render0-dev
Priority: optional
Section: libdevel
Installed-Size: 282
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-render0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-render0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 113452
MD5sum: 2bd1fe4597bc7d9cc7cf9884816a267e
SHA1: 8db0f7c74c2afd2c1415cd14ff0687efd0fbee3e
SHA256: dfc063dcf8eb174e7ceb1a751eaa59a44fe31bb7bcc142c39076286b18de2ebd
SHA512: 379b9eed3b758ee03dd09598ab5bec105b727f26de5e0f64c0c13fd5cd6019c4a10f0c9b42abe92eca8e26f294e7effb59d03c80eb338c55f18df761261cf203
Description: X C Binding, render extension, development files
 This package contains the header and library files needed to build software
 using libxcb-render, the render extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-res0
Priority: optional
Section: libs
Installed-Size: 178
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-res0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 101176
MD5sum: cdc7db41ce0ff660a4c8bcc8ac162939
SHA1: d5281bb80a759ad5911bca47a8f03b36a657617c
SHA256: 98c847b81df81f1dc94cd513bb7061417f7442e9316f6e4d20b603a89cd63dc3
SHA512: e78d24e44d026f87e14eadafed42d5142ecae9db7f92619170e0863d6fd96e8dd85351908bc3fe866af7152b3d593e8f7cb0fbd5094bf7d105289b638f875e32
Description: X C Binding, res extension
 This package contains the library files needed to run software using
 libxcb-res, the res extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-res0-dbgsym
Priority: optional
Section: debug
Installed-Size: 28
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-res0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-res0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 11720
MD5sum: 67efa6e55055c063b64465aeee38232f
SHA1: 32ee7619ea875f17250a59be6902ddc02a1a4f7a
SHA256: 33997d0714e571f6b7635028fe075ac4bdd36c25f47ea091979aecb63e1625b1
SHA512: b816e6c0dfb68f40fceb1f0daf5829cff2170a206b147f3754db78b0aa8997afc93a07faa41b7619c0c6fa91d3621558b701d44fbd7bc59c1dba99aa4935946e
Description: debug symbols for libxcb-res0
Auto-Built-Package: debug-symbols
Build-Ids: 6e960e6df0c9cb246e4ea1f8beeca55c1370bca7
Multi-Arch: same

Package: libxcb-res0-dev
Priority: optional
Section: libdevel
Installed-Size: 149
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-res0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-res0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 101964
MD5sum: f8ef715495f793d27851879c1b77ff59
SHA1: d9dbadb22f18b74b58f34231566e7e2d17a8f1a0
SHA256: a3dcd386267b81b4c3c2fbc24e2ad3c73ee31d7f1f3ffa89aa18eb211af81f3a
SHA512: 010dbb490601d7d461572c99079023e98ea14bfb7a7733e9cdb5dfe11f18a19a03ae607c453cfa24bf5615a69cf25a4caf49b320a8c575ae91073d6095bc6ec1
Description: X C Binding, res extension, development files
 This package contains the header and library files needed to build software
 using libxcb-res, the res extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-screensaver0
Priority: optional
Section: libs
Installed-Size: 177
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-screensaver0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 100776
MD5sum: b58174314d60790e979021c7489a1a10
SHA1: 0d3f5d746236f9bf9942c9cec520c03eada1485a
SHA256: c9229958b0b6ea906f0fdc952ddbfdc9d1247cc3d51e3f3f6c36c48471d01a21
SHA512: 33f357394d26e99e241aa7bd11f3c877704ef3912a8c54c085f08ebb7ca2877368936957de0fac368258af46557c51b9f9b6b519da385e7c6156fe38861cf5c0
Description: X C Binding, screensaver extension
 This package contains the library files needed to run software using
 libxcb-screensaver, the screensaver extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-screensaver0-dbgsym
Priority: optional
Section: debug
Installed-Size: 27
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-screensaver0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-screensaver0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 11576
MD5sum: e1c4a0c7d7c61e4cea14b35e7476b6ca
SHA1: 7795c35a9115582e4f94c4fd3def40db99be00bf
SHA256: f3a2cfd0e0a426fef711ef73548a34b9d7bb1a8301cf828b2e99972dcbc9c6a0
SHA512: 6b7569a20bd0f662dfa1f7b36d88dcfd377981c65b93ed44bbd9022f53fda195c6c146b7e7c3559ca24a59fc3a57ed6525f96d25ed8515660678284fe5199652
Description: debug symbols for libxcb-screensaver0
Auto-Built-Package: debug-symbols
Build-Ids: 77a065d54197a3827eb513d53099da68a25ce9d3
Multi-Arch: same

Package: libxcb-screensaver0-dev
Priority: optional
Section: libdevel
Installed-Size: 140
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-screensaver0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-screensaver0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 101872
MD5sum: 8f094602368ce4e38d13bac7db0b0eab
SHA1: 3a1a3692ffa23fd68363adcb1cac908ece3b1f67
SHA256: 5b12af1f909a3b5f6a03206fa9585074a8b68f34aa3f4d8cf49333541983fe3c
SHA512: 88b98f00bca944742f45cfb1bcd873d2b45d2d6f0b52193f19b63440403aecdcf5e0db8b0b6a8a7aad6686d2c786163a6fd92b4855b4f378a14458d3a711a60f
Description: X C Binding, screensaver extension, development files
 This package contains the header and library files needed to build software
 using libxcb-screensaver, the screensaver extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-shape0
Priority: optional
Section: libs
Installed-Size: 176
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-shape0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 100580
MD5sum: 4a1ea11759c658438fef7648244cfd7f
SHA1: cfed0f84682968fd85ae914d016e33e655f8ac74
SHA256: 2dbfbd467f7142caed50d63e7ca6c0e908b6d9bd0a6b7bcee1e59afa21879f69
SHA512: 6d9072279cc2119386d0121d6570a216897157be8a2484e6daa5a28a161cbd3785e0f133b3cf4aa81558cea4263a706a2f145d2bdd7081fe7de3342ce8b11b2f
Description: X C Binding, shape extension
 This package contains the library files needed to run software using
 libxcb-shape, the shape extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-shape0-dbgsym
Priority: optional
Section: debug
Installed-Size: 27
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-shape0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-shape0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 11520
MD5sum: e5c9a98608cefa885f502b2a0b20c5a1
SHA1: 8fb4b2bfec7a12a122811083de2ee60c756610b9
SHA256: 649f624ed00f6c1c23d66c2097c2d5f825fd7fa4c0b9c07161e8a7fd18ef5b35
SHA512: 0f30290572a69c651d337485d5d6de483bed10b0299b8010e6e3b86a7cad1119d4f99df066466ea61c6b3903187aeedb933df3879be44e7c4ef9c921c2a8aea7
Description: debug symbols for libxcb-shape0
Auto-Built-Package: debug-symbols
Build-Ids: c22d31d9c549a3af08640f1c1a426428edd029d4
Multi-Arch: same

Package: libxcb-shape0-dev
Priority: optional
Section: libdevel
Installed-Size: 144
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-shape0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-shape0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 101900
MD5sum: c0c0d446cfbac871a393e669f4931d00
SHA1: 245d385a8707806b2b3d35241c78a1537e2438fd
SHA256: dfa83997e0bc6cf35deff0ca88486a9478b3e5f74b84aa32446d641b41975ce9
SHA512: 4c6ae819297d6a33a2ac48243293f3bc84b036145aa0adc3f054fddf0510e92fccbe9b789eb573b81042d19a2ee775a73f995f85fc487aaf4bc1a2ec9aa0e7b6
Description: X C Binding, shape extension, development files
 This package contains the header and library files needed to build software
 using libxcb-shape, the shape extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-shm0
Priority: optional
Section: libs
Installed-Size: 175
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1 (>= 1.12)
Filename: pool/target/libx/libxcb/libxcb-shm0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 100312
MD5sum: 8227c8d8597803191ead558db14cfdf8
SHA1: 88a32e27b40e0ae888e199457cfe930794371ece
SHA256: 627a009aa58761db3f58a836afca7b3f31ac2b2016cb746364479137d1820453
SHA512: 14b030454cf3111934c3bb6801fb76490a73b721a2f5b2f0d2c6026dbb2dc9786f542e5ffbcdac17bb6d3c24fea5a3810f387d49788e79c9d43c950feed63e0b
Description: X C Binding, shm extension
 This package contains the library files needed to run software using
 libxcb-shm, the shm extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-shm0-dbgsym
Priority: optional
Section: debug
Installed-Size: 26
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-shm0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-shm0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 10676
MD5sum: 11976388935a7a97ac4f21b3a46fcfef
SHA1: c0285d8c9d322c6e0bbf8596492c80f2abb7e74f
SHA256: 48f1e173c7b1b6d009b36c1787c53c78593028d45d1c5209a0fbb770380b34ff
SHA512: 40b8a218ec89d6f5d5498371ccedfa1d4c209221fda7bf5bbbc9e1ff66425bdd17ff8f618436ab8ca424385c116d0093e44957b126fd3432c8ea920fdd6373b9
Description: debug symbols for libxcb-shm0
Auto-Built-Package: debug-symbols
Build-Ids: 1574524c9656d2e514c3e952a4f574d912d6a59e
Multi-Arch: same

Package: libxcb-shm0-dev
Priority: optional
Section: libdevel
Installed-Size: 138
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-shm0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-shm0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 101580
MD5sum: ff9f449ecaed6b34f75bc1f15bc48ea6
SHA1: a53f16a5c5eeedc78c499268897b4d618ae01834
SHA256: 8698b71b2eee19348ae401ff89087d6fdeceafade6d63c6ef81a7c400a668764
SHA512: a59611ee0b509cb9683c94f87681ad2968a05a30821d517974776c7bf619a3706d68709fb10ac5ed7e21415c659388f15d1007740d02b4afadd111e3edadda99
Description: X C Binding, shm extension, development files
 This package contains the header and library files needed to build software
 using libxcb-shm, the shm extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-sync-dev
Priority: optional
Section: libdevel
Installed-Size: 187
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Replaces: libxcb-sync0-dev
Provides: libxcb-sync0-dev
Depends: libxcb-sync1 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Conflicts: libxcb-sync0-dev
Filename: pool/target/libx/libxcb/libxcb-sync-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 105696
MD5sum: 2d58d16a4a6e9330e2789cacf9ba8b26
SHA1: aba33b90031e8abfd27dfca53cc4ca987d0b6b4f
SHA256: 4ee47568eb9aa1d8a7c4d3f88f40e59a19f9a7365b6e971e9cc9a6a745d1b8de
SHA512: 1da0c4662c7730f28535cfe30da01e9b8af1aa5892802ab8203df1ea0905739b3cbd74df25c96d70f0649d54ab7df9f9f389dbc110c6147b9bc57c7309c19d14
Description: X C Binding, sync extension, development files
 This package contains the header and library files needed to build software
 using libxcb-sync, the sync extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-sync1
Priority: optional
Section: libs
Installed-Size: 179
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-sync1_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 103588
MD5sum: ef71662cae9e83b197060e3337377a3b
SHA1: 9e3869067a9a00cb40f41c4feb90fa8fbf4dd4c9
SHA256: 9c726f2f1126bb3832d9dbdc1ddd2b35aad3f4f10c4348dd22541a87261a4aa9
SHA512: 0acc5b7c9c0fb6726e3026b686f6d1655bfbb04ba044881133a4166185e62aef2ff0ea9129827d32c9cc264743a095ec8103f034f1f202f292e0eef51bfac027
Description: X C Binding, sync extension
 This package contains the library files needed to run software using
 libxcb-sync, the sync extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-sync1-dbgsym
Priority: optional
Section: debug
Installed-Size: 38
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-sync1 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-sync1-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 19960
MD5sum: effb4fd89eae384481724fa4c0330a82
SHA1: 1fa34a73fd679e3fdf9ffd34200b754c02807ba4
SHA256: b84780bb9ed10321c0fd1ff6441009948754fbd2101a27a7a98336385c18b2e3
SHA512: 1ed776cf27aabc1a7d1509af676997730d078ca816b77804ab8c54da180b58126288a4c3f6e1219766f0caf3ebd5ee689a06369544aa92e49eda5ac41fb4f0c0
Description: debug symbols for libxcb-sync1
Auto-Built-Package: debug-symbols
Build-Ids: b88f6c3b52f933ae07d0190c5081df5cc881f74f
Multi-Arch: same

Package: libxcb-util-dev
Priority: optional
Section: libdevel
Installed-Size: 68
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util
Version: 0.4.0-1+apertis1bv2024dev2b1
Replaces: libxcb-atom1-dev, libxcb-aux0-dev, libxcb-event1-dev, libxcb-property1-dev, libxcb-reply1-dev, libxcb-util0-dev (<< 0.4.0-1)
Depends: libxcb-util1 (= 0.4.0-1+apertis1bv2024dev2b1), libxcb1-dev
Conflicts: libxcb-atom1-dev, libxcb-aux0-dev, libxcb-event1-dev, libxcb-property1-dev, libxcb-reply1-dev
Breaks: libxcb-util0-dev (<< 0.4.0-1)
Filename: pool/target/x/xcb-util/libxcb-util-dev_0.4.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 23556
MD5sum: ea8b90674bc7784e449b8d824c67898a
SHA1: 4a75b88825a6961883a553c5c9dff373318dbbd8
SHA256: f73dfa9398cf8163d25b78f8f07cf5f215af07b6186586e53207405c17226360
SHA512: 9e7d14817188ac3bf20eefde2fddeee3799c6facd355c63ad000b8bdee8a7bf48e147faf6dabb00393e6353cc59e643d7fc54788f7b05ec65ad7ede37d4805cd
Description: utility libraries for X C Binding -- atom, aux and event
 This package contains the header and library files needed to build software
 using libxcb-util.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.
Homepage: http://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-util0-dev
Priority: optional
Section: oldlibs
Installed-Size: 22
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util
Version: 0.4.0-1+apertis1bv2024dev2b1
Depends: libxcb-util-dev (= 0.4.0-1+apertis1bv2024dev2b1)
Filename: pool/target/x/xcb-util/libxcb-util0-dev_0.4.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 15700
MD5sum: c7607564ed35118bbae7589102ca28b3
SHA1: c025a972e6e541b028806cc1c581b0966ae58070
SHA256: 417e608fdd807d426886bbe223969258c95464ccbaaa262e3cd0e7d3cce8411f
SHA512: 41ab4e279e53299ddd0f3253cbcfcd9e28b66465f9a351c43e95f0ad91927ada576a22c16f4a9ed82b5b4bd0013e9ca9b6df1451cae9080ff7084e6b7fa67b84
Description: dummy transitional package for utility libraries for X C Binding
 This is a transitional dummy package for libxcb-util0-dev to
 libxcb-util-dev migration.
 .
 This package can be safely removed.
Homepage: http://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-util1
Priority: optional
Section: libs
Installed-Size: 95
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util
Version: 0.4.0-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/x/xcb-util/libxcb-util1_0.4.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 22064
MD5sum: fd6b3728223cc2609ab55b97febe6ff3
SHA1: 189c3eedd95967f4fe5c7b80e50f4b0498512232
SHA256: 2d76b866f009d34ae3fe599ae449148b5a32bc41b0bdaa1f09b8f0b55507bf51
SHA512: 157c6bdf437ee0c0ff54c4481e9d3ce28e621cca48d01c44d6cf3ad46ba647aa1536941af5891ab847a00ae0a17331c5b3c977badf3a612f3b77c329b27dd193
Description: utility libraries for X C Binding -- atom, aux and event
 This package contains the library files needed to run software using
 libxcb-util.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.
Homepage: http://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-util1-dbgsym
Priority: optional
Section: debug
Installed-Size: 29
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xcb-util
Version: 0.4.0-1+apertis1bv2024dev2b1
Depends: libxcb-util1 (= 0.4.0-1+apertis1bv2024dev2b1)
Filename: pool/target/x/xcb-util/libxcb-util1-dbgsym_0.4.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 13456
MD5sum: d0f46a7263852c64716a5ab75021ca34
SHA1: 8c46141b110fcfa74551787df88b454825d5afe9
SHA256: 08f559f538f6e69589b0d63be12a7f73ed4e36d26395ab0ecb7da01227a415ac
SHA512: 907fdd483cca7462363b5b1de9ac900b3ce2ea9119bae7e559efa86f5b7bf90a72b7b643358f2ec363a8675d3d52545afa96f4908c270ae5895f20e0f90b4213
Description: debug symbols for libxcb-util1
Auto-Built-Package: debug-symbols
Build-Ids: b6325de06d58ff414c871ec59a9d1e52c0d6008a
Multi-Arch: same

Package: libxcb-xf86dri0
Priority: optional
Section: libs
Installed-Size: 177
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xf86dri0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 101292
MD5sum: 3a40909ae9d88a9de0d20fec5eed5d9f
SHA1: b7730d631d4a2e919ead1ac21f8eb63751d18db4
SHA256: 0c1e818406b4adb8959165ecedf21260a9057fd8fddc89d95b5101d18cab8103
SHA512: 56569091f5b395b5a10f532829dbec1bae61f514cddeb1b31fe0545ba3ea60e6acb2bbb4b19317f9318cc2042eb65280c6be10a437cfbb47b9496246fc793b0a
Description: X C Binding, xf86dri extension
 This package contains the library files needed to run software using
 libxcb-xf86dri, the xf86dri extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xf86dri0-dbgsym
Priority: optional
Section: debug
Installed-Size: 29
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xf86dri0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-xf86dri0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 12460
MD5sum: 3bb752be9f7327c986ebdcda5809dd38
SHA1: eadcaf26ec6fb5f8a52416096fbcf7d8e4384e0a
SHA256: 08fc53c46b9be87d56528e2e8eaf189f6786d05522aea4588ce9f2851bcc246c
SHA512: fda79eaec4a324d1978b1cc23e629f8d1cbae8b0a496457f1d66d2df37101774addc48162a2493d246583a8483885b95f76e0aa2ac6727daec928fca916e810a
Description: debug symbols for libxcb-xf86dri0
Auto-Built-Package: debug-symbols
Build-Ids: c27fa82643e27ac59fadf880c18ee803d3224109
Multi-Arch: same

Package: libxcb-xf86dri0-dev
Priority: optional
Section: libdevel
Installed-Size: 157
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xf86dri0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-xf86dri0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 102436
MD5sum: 0dac31e1117b2ce62cb94bdcde0ab6c9
SHA1: dfb394165ca842ddac5ffc431bcf0c67f6573c64
SHA256: c79b9e6c860457a89daa6a82b4d06508974e849dfb7b896f9e37b838212a43ee
SHA512: 95bebcf5e7ad8814acbb1e6e290ebb5d6d2bf84285b8ceb4823549f3546287e4e255032292d2cbd1c37251c6e87e2773f53bda6929c704b92557377b9d357229
Description: X C Binding, xf86dri extension, development files
 This package contains the header and library files needed to build software
 using libxcb-xf86dri, the xf86dri extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xfixes0
Priority: optional
Section: libs
Installed-Size: 180
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xfixes0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 104324
MD5sum: 15e6f6d3c435e1475b6cf6691df81893
SHA1: 4d25b6b2c38737824acf24c755acbf2bc94aba59
SHA256: dcce84fb1ee542a6cfc8f90e14b1b7b6fe23d5762c602a2c13ef342b80b162fc
SHA512: 7cd168cd5f923f5f90f2e48b446d9d4eb25dcff327c5dd970f319f1846bba2eee5dcb4eaa776ddbb69c10d7032d307c79e3f0c679859e3595279a68b9988f082
Description: X C Binding, xfixes extension
 This package contains the library files needed to run software using
 libxcb-xfixes, the xfixes extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xfixes0-dbgsym
Priority: optional
Section: debug
Installed-Size: 46
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xfixes0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-xfixes0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 24600
MD5sum: d0a9c63a6ab3de02188a89c4473feb72
SHA1: 4e453870d3a4a6fd9b75478d4b73384701c30505
SHA256: 8bd55df3fba4c25486e820dbd2fbf3bc63916e32bf7d26a63cb4ebb64056c06a
SHA512: c1356000fa1b7906941b4562ced3aaf3eff2c8fe83b46c6179d67a2d5c41ed16e2f253dd7c80bcb95ccbe07ffdb50b0b265c808e0ab7be877fc61294d74cdd02
Description: debug symbols for libxcb-xfixes0
Auto-Built-Package: debug-symbols
Build-Ids: 9855c9dec4c2d11dfe7ddea397258c9d87619718
Multi-Arch: same

Package: libxcb-xfixes0-dev
Priority: optional
Section: libdevel
Installed-Size: 218
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xfixes0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev, libxcb-render0-dev, libxcb-shape0-dev
Filename: pool/target/libx/libxcb/libxcb-xfixes0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 107452
MD5sum: 493bf05b5565903a798fbc539018ac99
SHA1: fbb9053a6beeeeacea40d924bf45c9e3754858b3
SHA256: 4e899dbe704e9d2be2e1b75f0f665305fe4cc6c07a46245b6524d57fedfb2944
SHA512: 8124c1637a933ec2b85f3472ef02f17edd2d9a7ae6dc73e964ad179047b16f0382ad11e79349f798786efcfc1967f227481301ba9dd98d2ad9fae127ccc0975f
Description: X C Binding, xfixes extension, development files
 This package contains the header and library files needed to build software
 using libxcb-xfixes, the xfixes extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xinerama0
Priority: optional
Section: libs
Installed-Size: 176
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xinerama0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 100032
MD5sum: 228906aad3a449aed72011d3c0e78cca
SHA1: 52ce9a1ccf6a83cda2726a1f470471336d741bc8
SHA256: d7ede56707a45f06d1f86666c33e83cfb39b86465b3c84bb6fed90d41d22a3bf
SHA512: 92b90e585c1a709e21e7b0233a457066817367ee716cf626aa1836f0cc18fd5ccca59382783f3a8d0b91e9a05c928cc60712b19812ebfda2f1a15d39018a5b03
Description: X C Binding, xinerama extension
 This package contains the library files needed to run software using
 libxcb-xinerama, the xinerama extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xinerama0-dbgsym
Priority: optional
Section: debug
Installed-Size: 23
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xinerama0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-xinerama0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 7992
MD5sum: 0955b417cd578271dd8b3feefc45c592
SHA1: 2bbba8732363a8da7e39d0d44edd0b0fce851346
SHA256: c160ba1bb3418a152fda10fadc3b4fae3982023844ce46a92d57997f32594158
SHA512: 0a4c53974dae031d262fad7699c597d30c36a56b2ad292b237b0ef54526b84119942eb835ced5bea36ecb69d34d429cf027389852852b2b76b52dc575b5cbb3d
Description: debug symbols for libxcb-xinerama0
Auto-Built-Package: debug-symbols
Build-Ids: 464efdff71bab2a79307cc1a6393aa1ef1d839b8
Multi-Arch: same

Package: libxcb-xinerama0-dev
Priority: optional
Section: libdevel
Installed-Size: 135
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xinerama0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-xinerama0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 100704
MD5sum: e08de4bf9a34d63f373b902b9b714aec
SHA1: 27911511c62749f446ccf25f2a2f3594d9a1c2ea
SHA256: 90f0f592dace03d31639d6003bc904729873a2a204c83b4f53f3914c8fd25cc7
SHA512: dffa48a4b6c325636e312f4ddcbd6a2ca61c07e8439144fc46c165d5b8d70f15517b1b41d37f21c8e150f2b92bd127af2d1151f20eecfba81a1ec37111ea7fdb
Description: X C Binding, xinerama extension, development files
 This package contains the header and library files needed to build software
 using libxcb-xinerama, the xinerama extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xinput-dev
Priority: optional
Section: libdevel
Installed-Size: 608
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xinput0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev, libxcb-xfixes0-dev
Filename: pool/target/libx/libxcb/libxcb-xinput-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 137884
MD5sum: 5770f6e76ded9a4d67155cf8f474dda5
SHA1: a8c5cc96e45712287a69530d2f4b84f0dccae551
SHA256: fab523d3c76522dfa67d7893dc1bf539c5fef823363f8ea89c670d7808c6ea6f
SHA512: 26a06a631dae4daea016b82b4d3ab09127ba8fa9154eb584964c547d2853e06a407a57fc9030c6ac7f2440608930b52fbc781144a438ed5f470740f17f146c32
Description: X C Binding, xinput extension, development files
 This package contains the header and library files needed to build software
 using libxcb-xinput, the xinput extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xinput0
Priority: optional
Section: libs
Installed-Size: 303
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1 (>= 1.8)
Filename: pool/target/libx/libxcb/libxcb-xinput0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 125324
MD5sum: c56575da984c6f4cc8feb73b9146b3d1
SHA1: d89b797f922246ef895fde79417f7fbf8b6c994e
SHA256: d23fa5a17fe635e8c54ad634d74549489789e62ceb359be2952d784b012e23c5
SHA512: 17e4dcd8ca3eb5d955936f1f8d5398bf4c7765bfeaf44574f8983fa8b646246bb17e7dd6a9b33f379aa8ea180d8c33dedceafb0cdd17c0dfd3fa08bf1b0a9a36
Description: X C Binding, xinput extension
 This package contains the library files needed to run software using
 libxcb-xinput, the xinput extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xinput0-dbgsym
Priority: optional
Section: debug
Installed-Size: 178
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xinput0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-xinput0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 128388
MD5sum: 463a1567eac15b7514679ba682360646
SHA1: ce0650b81045141d80a323166c71afbb365bd39d
SHA256: b1add52c0c293e9d1643074501d4de064b25035fc6a427a484024661667cb038
SHA512: 8eb480eae71056492fa70056632fa729cba961dc75d88be16045bf4919919814986585768298241b21d3d68f0ecf2e803efb1b7a4f990b93911fa1a993626dea
Description: debug symbols for libxcb-xinput0
Auto-Built-Package: debug-symbols
Build-Ids: 55e8c21820e1cdd2e3bf4c7568859a10cb2236f8
Multi-Arch: same

Package: libxcb-xkb-dev
Priority: optional
Section: libdevel
Installed-Size: 488
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xkb1 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-xkb-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 133900
MD5sum: f4694992d3a432dae2a0d2b8ee9eccfe
SHA1: fd749feb55b7b7eae938f11987eaaa845fc7306b
SHA256: aff1b5a8b3193c15327c55f0664498921814c03201488346ce67ae4c3ba64535
SHA512: 8284d1678115cc47b0b8b47b6e99dd13eb9f9193701099782653018a50d8d454566eb4ec42c447723e604c707d726c0f0e610828ddf366eb29b0661d7e1955e7
Description: X C Binding, XKEYBOARD extension, development files
 This package contains the header and library files needed to build software
 using libxcb-xkb, the XKEYBOARD extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xkb1
Priority: optional
Section: libs
Installed-Size: 261
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xkb1_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 123640
MD5sum: 32cf26837cebd60e92f7f3496335f627
SHA1: 514f935d3feedb011b0ed97029c5875db002b0e8
SHA256: a6687c1c788b24efdd3e4ea1edca52436dcb3261f03f10a3000a3e3450ae727c
SHA512: e3ee33fd75865f3a9c120be2a5ee019a15ff02e600bb8953f9bdfeced11acaea8f6755ff7377e68ac2b1a773504ca17a11d98f08864a20d7669ff8c69c11a77e
Description: X C Binding, XKEYBOARD extension
 This package contains the library files needed to run software using
 libxcb-xkb, the XKEYBOARD extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xkb1-dbgsym
Priority: optional
Section: debug
Installed-Size: 140
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xkb1 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-xkb1-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 100852
MD5sum: 6a33f57f09d7f58456598d7989ae71bc
SHA1: 04a113498ed57810d69abb8dfaf09416823d878a
SHA256: b43c9ca749dff3e76f3f0f434aadeee03d1a572a7a6b7c1d6fd63ead5175cf92
SHA512: e703f1279be18d498a62bbf069a9a296a5dbdbd1234173a2a8002b1cc0b028b833e16bb71f7702e9260fd536f1a5869330a8bb489691cb6a6af65a757aa2cfd7
Description: debug symbols for libxcb-xkb1
Auto-Built-Package: debug-symbols
Build-Ids: 6f511718315494625641712b75e7ccf3bd6182bd
Multi-Arch: same

Package: libxcb-xtest0
Priority: optional
Section: libs
Installed-Size: 175
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xtest0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 99468
MD5sum: e1aac2de9233236b96efc9088223701b
SHA1: 842a6d87e8016017c75d09e0a58de77d3377a4e5
SHA256: 234d2ac3503bbdeeb1d774c872fcd772ea6d9346746313e15aee98f289cbe8c9
SHA512: 2389e73ee2bc49b1f8ecb28fbf8eb20ecebdfc81ebde0daab6714e76d494cbdf62f04e6e703fd013ad2591e3328fbbaa05f03d097ee2899d08541bfee6225ed9
Description: X C Binding, xtest extension
 This package contains the library files needed to run software using
 libxcb-xtest, the xtest extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xtest0-dbgsym
Priority: optional
Section: debug
Installed-Size: 21
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xtest0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-xtest0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 7056
MD5sum: 3f6370e14721e5474d4f565913ad753b
SHA1: 724acc78d5e7bc66c30a954bfc97bfc735d4edd6
SHA256: e16a6c461a9e1f6183e604618aff3f7907ab6c7977ab7fd7e7678d256beadf90
SHA512: 2e762707d0722f69360a95a0b0aea78054d7fa0faa13bc1483b7c511ca903ec0e1ade69a722a1c5664e28b5cedde76329080167b115c411f2605f8aa21c845cf
Description: debug symbols for libxcb-xtest0
Auto-Built-Package: debug-symbols
Build-Ids: 6455adeed63ec3bcd9134d531594757da0949107
Multi-Arch: same

Package: libxcb-xtest0-dev
Priority: optional
Section: libdevel
Installed-Size: 124
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xtest0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev
Filename: pool/target/libx/libxcb/libxcb-xtest0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 99852
MD5sum: 978ab347faadd3de9b07de7bff8a8923
SHA1: 7f8e25329056225c180b1863e0107db4b5a1b2fa
SHA256: f037a3ff557d72bde0148945c784202d1b6e0037c0cac4036344fbbbab8c991e
SHA512: 5da239eb28848c5f015e75c47ef8d86204949ed145ca2482a29c4542366245917999a62cd9f1af6d70fc95f090da8bc571e05bbca5db22f53844ec54f1dff034
Description: X C Binding, xtest extension, development files
 This package contains the header and library files needed to build software
 using libxcb-xtest, the xtest extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xv0
Priority: optional
Section: libs
Installed-Size: 180
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xv0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 104128
MD5sum: 8df1958b76bb3c869d59438360ad430e
SHA1: 2d18d782adda2f4987e7d009880ba29eb2ee77ab
SHA256: 6ee8a866434fc6174ca7c42a74a8f843b17aeb73df5c21f3210c603c49fff9c9
SHA512: 686fdd1597420cce88b67ede1956471f3e6c50292c468b34ff2d934df33b500e7b5472dabe0777d7116f38f465f403c0f6a1a8e477b845bcae3ae4854c6c8fd6
Description: X C Binding, xv extension
 This package contains the library files needed to run software using
 libxcb-xv, the xv extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xv0-dbgsym
Priority: optional
Section: debug
Installed-Size: 44
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xv0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-xv0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 24796
MD5sum: 22f46aff7a3d62131212f314901cdeb5
SHA1: 3f27e037f6089094aca662751bace6c255ff3b5f
SHA256: fb054884511365e1bb3dbb094be6c20b5cea4f57f14523ab9945aca46160bb51
SHA512: b54753b315cf9c133328099f10c996639121a8901f1e7d8d52bc75d506d71cf057d0883840a2518569b215cb8bdfc0b28b9014b406c18490cea3850602d71940
Description: debug symbols for libxcb-xv0
Auto-Built-Package: debug-symbols
Build-Ids: d6568a6c2b87415f915fae46af27c38bcaa9bc28
Multi-Arch: same

Package: libxcb-xv0-dev
Priority: optional
Section: libdevel
Installed-Size: 202
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xv0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev, libxcb-shm0-dev
Filename: pool/target/libx/libxcb/libxcb-xv0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 106508
MD5sum: e95d4c2a091b0b5ddcd10ef96e48ad33
SHA1: 5f8e8b07cfb918acba351927dfba561749a7d5ac
SHA256: d6d8f0f5dd09a2ec6fa73a0506eda9b8e666a0e02aafc77653791f33cd50f6a8
SHA512: 088372e230a9ef705a2e273e55e197de8bc4a334b07bf80a630bd23b752f30c04b77a610e6699539100d6010e01ee5f65828823d797c801836190978d2af35d7
Description: X C Binding, xv extension, development files
 This package contains the header and library files needed to build software
 using libxcb-xv, the xv extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xvmc0
Priority: optional
Section: libs
Installed-Size: 177
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxcb1
Filename: pool/target/libx/libxcb/libxcb-xvmc0_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 100988
MD5sum: 85994f56d12432fc0f7bad7e8b908a2e
SHA1: 23e2c2dd61f2cd597ab9cdfcac8df15d48bb3931
SHA256: b0e615b21ded3473fbb273aeacb31b450f4e507fbfedcc9ca3335f10f05106ee
SHA512: 7bdd8d255300d9370b135a587cc7a51af0ee42998b3e97028c4a47378dc85df52ddc9a7642b8cff162ba2c5d6c62488dc9f5cd76ff1a4c4a1cb8cc07cb0ce9da
Description: X C Binding, xvmc extension
 This package contains the library files needed to run software using
 libxcb-xvmc, the xvmc extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb-xvmc0-dbgsym
Priority: optional
Section: debug
Installed-Size: 28
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xvmc0 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb-xvmc0-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 12080
MD5sum: 40d442f5c49758f6845fabb362e82947
SHA1: 27dceb002471e2d379f8bdbffe4562ff46f29cef
SHA256: 1c163df0b8459d1b2ec200a626d3b54e21841298ddd747eb049f7963d7501a07
SHA512: 96a4db09ce6db2942b037b1952ccfdb815c3feb802e9c9fad128b956fcafe894ad116b60e076db53f2eb62f2c1cce8d7e56349b667c63688c65dba48a9320bd2
Description: debug symbols for libxcb-xvmc0
Auto-Built-Package: debug-symbols
Build-Ids: df94f45a9e1f31596a8d0a2819ee7cd6fcb98a24
Multi-Arch: same

Package: libxcb-xvmc0-dev
Priority: optional
Section: libdevel
Installed-Size: 150
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb-xvmc0 (= 1.15-1+apertis0bv2024dev3b1), libxcb1-dev, libxcb-xv0-dev
Filename: pool/target/libx/libxcb/libxcb-xvmc0-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 102084
MD5sum: fb03519df478009d350bd9f4c1fefc91
SHA1: a3a95322ad49dab1ced0e113cb7f5b769f09e184
SHA256: 116d0d71ec27f62457c9eac8472bcc680ed6062d2e0091c9488d48c45835e6ba
SHA512: 1a3cad8fff90be36b7d6da57d71659cc8541a885bcefbbdc1c1059634f0db4af30a833a49769833de62efe475ea1841d93d9e081071dd59488cfc853874c7529
Description: X C Binding, xvmc extension, development files
 This package contains the header and library files needed to build software
 using libxcb-xvmc, the xvmc extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb1
Priority: optional
Section: libs
Installed-Size: 326
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libxau6 (>= 1:1.0.9), libxdmcp6
Breaks: alsa-utils (<< 1.0.24.2-5)
Filename: pool/target/libx/libxcb/libxcb1_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 137328
MD5sum: 2579f669140ff1e03b23bc093b1ba26c
SHA1: 348ff6ede7b762fb0046a3dc6418eea3688bceee
SHA256: c3441405c2ff7e1ed784806ab775df08eb638c45f97d75080404d6395e379696
SHA512: 49d76ba7a4065722113343b7ec62cc98f6736611eff183d05ace0ca52577a474a96b8feaf65796f15184d48bdfaa1c4c797984100cda29c8d503cea24ec898fc
Description: X C Binding
 This package contains the library files needed to run software using libxcb,
 the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcb1-dbgsym
Priority: optional
Section: debug
Installed-Size: 217
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb1 (= 1.15-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcb/libxcb1-dbgsym_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 168116
MD5sum: 5fb6b2766e85e9a1da54632cf0e555ac
SHA1: 9044d1b533b10b5598dea394596437a3cebbd182
SHA256: fb13d2bd419222c8aebb736e7efdd292546abe8478411b9389e81dcbc9c009f9
SHA512: ebffd41f3121fd0568c6c4ae4eb92ac45b5237d92ec2faf536ad042973c103d33c53246bd87da11e4e717d54c1d6a82032678a1c65821e1e6dbbc6d652040031
Description: debug symbols for libxcb1
Auto-Built-Package: debug-symbols
Build-Ids: f8b863867f38c6fb7fb035c1ba87f0fb1071041d
Multi-Arch: same

Package: libxcb1-dev
Priority: optional
Section: libdevel
Installed-Size: 801
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcb
Version: 1.15-1+apertis0bv2024dev3b1
Depends: libxcb1 (= 1.15-1+apertis0bv2024dev3b1), libpthread-stubs0-dev, libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1)
Suggests: libxcb-doc
Filename: pool/target/libx/libxcb/libxcb1-dev_1.15-1+apertis0bv2024dev3b1_arm64.deb
Size: 176420
MD5sum: bcc2592466f9ebf245ad5c212504e5e8
SHA1: 7d41cc7f2ab4a46aebed9d392636ed6d39db84e4
SHA256: 5c65b65882a6a1b39f2c0bec50f23686abb56c9518ef03e054b09dfc9a836b2d
SHA512: 5439405ffad041b96e5262130b62d99f20561cd604734e5b89042fbcf1468928379c0966e635da1c199083c7aaa5a54c58eb84dce809516b6f72d64494ced492
Description: X C Binding, development files
 This package contains the header and library files needed to build software
 using libxcb, the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org
Multi-Arch: same

Package: libxcomposite-dev
Priority: optional
Section: libdevel
Installed-Size: 58
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcomposite
Version: 1:0.4.5-1+apertis2bv2024dev3b1
Depends: libxcomposite1 (= 1:0.4.5-1+apertis2bv2024dev3b1), libx11-dev, libxfixes-dev, x11proto-dev, libxext-dev
Filename: pool/target/libx/libxcomposite/libxcomposite-dev_0.4.5-1+apertis2bv2024dev3b1_arm64.deb
Size: 18824
MD5sum: 2566d66f97cbce57691d06838e4ad552
SHA1: 2f3a270b742bf04d56971f52873b565504e30624
SHA256: 77ac4c2e9d4fd2bbd741aaad4a333df11379990ae90790e3fce8370cdeee2e65
SHA512: 4c61ca43d7414c2ccd3a55c135fd5f8360b7f59c131900770989704d472139dcab4396381be617354793e90c7f88a636cd203b4228d7c91d4de7f5e4f3f8c8e0
Description: X11 Composite extension library (development headers)
 libXcomposite provides an X Window System client interface to the Composite
 extension to the X protocol.
 .
 The Composite extension allows clients called compositing managers to control
 the final drawing of the screen.  Rendering is done into an off-screen buffer.
 .
 This package contains the development headers for the library found in
 libxcomposite1.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXcomposite
Multi-Arch: same

Package: libxcomposite1
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcomposite
Version: 1:0.4.5-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.4.99.1)
Filename: pool/target/libx/libxcomposite/libxcomposite1_0.4.5-1+apertis2bv2024dev3b1_arm64.deb
Size: 15372
MD5sum: 8e2f24d1d566f31554ad95f76f00e832
SHA1: ac74f832883c2947f9f2babc557c53e7066c4c1b
SHA256: ee1df8a958ce4b84144e089da25f898c8427b5ce4235dc2aeb7c3baaf7bdd796
SHA512: 0581fb7187f67fb613a2506062b020c8571bf81fdc4fc40d024fd8287d8edb04b13e0e7bb9501ab40504c2522165b2fc63e209dea162cf0d746d110e8de4df90
Description: X11 Composite extension library
 libXcomposite provides an X Window System client interface to the Composite
 extension to the X protocol.
 .
 The Composite extension allows clients called compositing managers to control
 the final drawing of the screen.  Rendering is done into an off-screen buffer.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXcomposite
Multi-Arch: same

Package: libxcomposite1-dbgsym
Priority: optional
Section: debug
Installed-Size: 35
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcomposite
Version: 1:0.4.5-1+apertis2bv2024dev3b1
Replaces: libxcomposite-dbg (<< 1:0.4.5-1~)
Depends: libxcomposite1 (= 1:0.4.5-1+apertis2bv2024dev3b1)
Breaks: libxcomposite-dbg (<< 1:0.4.5-1~)
Filename: pool/target/libx/libxcomposite/libxcomposite1-dbgsym_0.4.5-1+apertis2bv2024dev3b1_arm64.deb
Size: 21176
MD5sum: a9815e73182367389634d49e9ac95793
SHA1: a73e3b6f2f0493201cbcfc9d2bea64f4ff8f5564
SHA256: c33f3a81e090178ae62adb447371d60540feaeb01e7af671ac2a6ef73fca0ac8
SHA512: 5fd14c42cb1fbd8fa4726eec7c70f33f130052ecabd32784144c49b66b9ecc57db765c7bdbdd9949173bb65038e20ea215ac7f2572a3e467b9e51db19928f383
Description: debug symbols for libxcomposite1
Auto-Built-Package: debug-symbols
Build-Ids: 1bed52a9017a702f72e6d7e05b916d47d4fd5b6d
Multi-Arch: same

Package: libxcrypt-source
Priority: optional
Section: devel
Installed-Size: 2058
Maintainer: Marco d'Itri <md@linux.it>
Architecture: all
Source: libxcrypt
Version: 1:4.4.33-2+apertis1bv2024dev3b1
Filename: pool/target/libx/libxcrypt/libxcrypt-source_4.4.33-2+apertis1bv2024dev3b1_all.deb
Size: 387564
MD5sum: a741f5c38b6d743e81a85e438eceb71d
SHA1: f0b44428b382bde09c44f60392dc67d998367109
SHA256: a6a9e34e859b0fbf21749aec86e335ce454320c1bbfaa9d3f3187df0adc4ad20
SHA512: 53773b14ce0f96e652cf3227183aeece14a3affa24826e550d6e65607dde126723bf5ef24eb7906ca2a4fffc2b325e2ea382bf47a49048b4b3c19fdaedeafa49
Description: libcrypt shared library: sources
 This package contains the sources and patches which are needed to
 build libxcrypt.
Multi-Arch: foreign

Package: libxcrypt-source
Priority: optional
Section: devel
Installed-Size: 2056
Maintainer: Marco d'Itri <md@linux.it>
Architecture: all
Source: libxcrypt
Version: 1:4.4.33-2+apertis1bv2024dev2b1
Filename: pool/target/libx/libxcrypt/libxcrypt-source_4.4.33-2+apertis1bv2024dev2b1_all.deb
Size: 385872
MD5sum: ba5dc96ba4a5d7e974cf7d9bdd28382f
SHA1: 488aa9685032b661da745f33e5091ae65df10023
SHA256: 2f3d4f6732718ce387b4e77cad70d6979cd6fe3c253e3dd0a42bebdf6eac1b99
SHA512: c12eba340df850792ab64722c231163ce6b193ce07810a9867103c544e066d47d51e7ff794756780530a028284430acf48e0c091a584d6d50c5860fe72552b37
Description: libcrypt shared library: sources
 This package contains the sources and patches which are needed to
 build libxcrypt.
Multi-Arch: foreign

Package: libxcursor-dev
Priority: optional
Section: libdevel
Installed-Size: 179
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcursor
Version: 1:1.2.1-1+apertis0bv2024dev3b1
Depends: libxcursor1 (= 1:1.2.1-1+apertis0bv2024dev3b1), x11proto-dev, libx11-dev, libxrender-dev, libxfixes-dev
Filename: pool/target/libx/libxcursor/libxcursor-dev_1.2.1-1+apertis0bv2024dev3b1_arm64.deb
Size: 48024
MD5sum: 9ceb002ee6a18b9a3b29b4bd002059b5
SHA1: ef3470b66ad2f85bc030b1b9cb31f3bf0d2b48ad
SHA256: 5c5643c5571024a3e0d889c8d47ebce97ddbc6e9ab212c1444fcaead3f62f1d0
SHA512: d502ded4a5776176126489c737606d1ad8e49f9e6fa80f62775ddac6b2231d5caa81cdcbb12ef62441d4b12bf1d150cddb7f074bef2756d025376f2a4f492925
Description: X cursor management library (development files)
 Header files and a static version of the X cursor management library are
 provided by this package.
 .
 See the libxcursor1 package for further information.
Homepage: https://www.x.org
Multi-Arch: same

Package: libxcursor1
Priority: optional
Section: libs
Installed-Size: 101
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcursor
Version: 1:1.2.1-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.4.99.1), libxfixes3, libxrender1
Filename: pool/target/libx/libxcursor/libxcursor1_1.2.1-1+apertis0bv2024dev3b1_arm64.deb
Size: 36000
MD5sum: 58cbd7ca30cb0ee396201dea228c4253
SHA1: f9971e718fc5d037b6fa4766062f056d34b49fec
SHA256: 4e62d5a6fd69f3a7a0e1e9e58127be68b0b8a870353c8041715ed4adf15ff8f5
SHA512: 46effbda2af26351e2cf56d910e94123aed8ce1ab30a0ed822535712c96a652b6583f374aa825c745598d4d74da25f8eea5b7d4daddfe55bd618afc3d9169eb3
Description: X cursor management library
 Xcursor is a simple library designed to help locate and load cursors for the
 X Window System.  Cursors can be loaded from files or memory and can exist in
 several sizes; the library automatically picks the best size.  When using
 images loaded from files, Xcursor prefers to use the Render extension's
 CreateCursor request for rendering cursors.  Where the Render extension is
 not supported, Xcursor maps the cursor image to a standard X cursor and uses
 the core X protocol CreateCursor request.
 .
 Preferred themes for cursors can be installed if desired, via
 xcursor-themes or other cursor-theme or icon-theme packages,
 configured with update-alternatives --config x-cursor-theme.
Homepage: https://www.x.org
Multi-Arch: same

Package: libxcursor1-dbgsym
Priority: optional
Section: debug
Installed-Size: 76
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcursor
Version: 1:1.2.1-1+apertis0bv2024dev3b1
Depends: libxcursor1 (= 1:1.2.1-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxcursor/libxcursor1-dbgsym_1.2.1-1+apertis0bv2024dev3b1_arm64.deb
Size: 58664
MD5sum: ac2f283f5782a8e983bc7a04660f61dc
SHA1: c2014fd826c9d52069d774a93f797c8321b18c68
SHA256: 662141e7440d5e1ba9e46a80e2e920504d308f6d6befbfd2227332de232a96dd
SHA512: 5315c9020739ab33f39b6224bd46685a6d1700f05f98faa6e801887aa48c054c6c60a4e9b6a6c4daeb9c4347e12306e3639260490e662a7a035be9bc5f9e87fc
Description: debug symbols for libxcursor1
Auto-Built-Package: debug-symbols
Build-Ids: adfbdf992d47e4e3d4f33d89c0d6792faa67a1d8
Multi-Arch: same

Package: libxcvt-dev
Priority: optional
Section: libdevel
Installed-Size: 23
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcvt
Version: 0.1.2-1+apertis1bv2024dev2b1
Depends: libxcvt0 (= 0.1.2-1+apertis1bv2024dev2b1)
Filename: pool/target/libx/libxcvt/libxcvt-dev_0.1.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 4176
MD5sum: 8e07b5238bf50bc4ed7d3241780f2c67
SHA1: 771d9bfa195df39f0fbd9693a2b442dce1819df2
SHA256: 61f5cb4cc9e3831183d5789db2d6063b56cb6c64cfcf47fca8a2f7025352fb36
SHA512: 8f5c4d9fb9e05dba11588610619fdcc23ba789c81561889ef7968947557043bda9e6e0f0c52f30af7580d39651bb8098cd954b6b43a51a2e505b244ba34f2388
Description: VESA CVT standard timing modelines generator -- development files
 libxcvt is a library providing a standalone version of the X server
 implementation of the VESA CVT standard timing modelines generator.
 .
 This package includes files for development.
Multi-Arch: same

Package: libxcvt0
Priority: optional
Section: libs
Installed-Size: 83
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcvt
Version: 0.1.2-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/libx/libxcvt/libxcvt0_0.1.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 5800
MD5sum: bb914722e2d953646dea855b97fe64ae
SHA1: 6fc865303e7ec799dc0eb244a98bdd66fcebeab3
SHA256: 9470712a69eb0a5dba993f004ab7b4f272d8f9dac79a9af253786a205f64b9fe
SHA512: 75243b0443383bc6ee4d14df0ad58b915106322bb89ab3fa274e0e46bebab1903367647335e2fbd9252032f7a4c8a2d99ce2840db8e0d77f85940679fe190a16
Description: VESA CVT standard timing modelines generator -- shared library
 libxcvt is a library providing a standalone version of the X server
 implementation of the VESA CVT standard timing modelines generator.
 .
 This package includes the shared library.
Multi-Arch: same

Package: libxcvt0-dbgsym
Priority: optional
Section: debug
Installed-Size: 18
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcvt
Version: 0.1.2-1+apertis1bv2024dev2b1
Depends: libxcvt0 (= 0.1.2-1+apertis1bv2024dev2b1)
Filename: pool/target/libx/libxcvt/libxcvt0-dbgsym_0.1.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 4788
MD5sum: 5ab9ee7e28e5f73015a7880dacf1c849
SHA1: 3899af1fa76d8139db5712ca30609e58e9eb6ca9
SHA256: 213ec982a6c9de4aea1b777cd55e6c1665c02433cff6fdb01aefadf41dd25f32
SHA512: 73122842bbb5a8018d750e3b4c504b0334ee3c21dfe79e5e70da5c19f548fc0841d0424666645bd3fe82fa7560aaa9bedf0367b2439ebc2480c91c69edc21357
Description: debug symbols for libxcvt0
Auto-Built-Package: debug-symbols
Build-Ids: 77a9aee26237c3197c02fa3b05593ae3aaeb95e9
Multi-Arch: same

Package: libxdamage-dev
Priority: optional
Section: libdevel
Installed-Size: 39
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxdamage
Version: 1:1.1.6-1+apertis0bv2024dev3b1
Depends: libxdamage1 (= 1:1.1.6-1+apertis0bv2024dev3b1), libx11-dev, libxfixes-dev, x11proto-dev
Filename: pool/target/libx/libxdamage/libxdamage-dev_1.1.6-1+apertis0bv2024dev3b1_arm64.deb
Size: 15732
MD5sum: 81a719602d828a91f08e0551d1505098
SHA1: dd91487f22e422fb9e92876a5ee28ec52cf1e671
SHA256: fb2ff0449a5599cddb646514916005548fa818f7c6cb4a3e89ad246d973022fc
SHA512: b6602b5fb3cc485f9353d5f3a9c9d54bffac2be062349ef5cd01beac4be3feb5e48dd47a467991f3d19a0b54093e50b57d49e52d86b674b7a951bc640b8db7ec
Description: X11 damaged region extension library (development headers)
 libXdamage provides an X Window System client interface to the DAMAGE
 extension to the X protocol.
 .
 The Damage extension provides for notification of when on-screen regions have
 been 'damaged' (altered).
 .
 This package contains the development headers for the library found in
 libxdamage1.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXdamage
Homepage: https://www.x.org
Multi-Arch: same

Package: libxdamage1
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxdamage
Version: 1:1.1.6-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.4.99.1)
Filename: pool/target/libx/libxdamage/libxdamage1_1.1.6-1+apertis0bv2024dev3b1_arm64.deb
Size: 15984
MD5sum: 0ef8c776cfe6bd83d46ccb7d9e40507e
SHA1: 8d09d8c9b159cf5b0643835588e45db0196848e2
SHA256: 006f1811d97624ba0de2425d32aa72b09e44d5058474847b0dce934e984160d8
SHA512: a9d83a4e7c6d57488e54f1938f9ffdb26dbfb7d19ed5a951b894a276f845c8647a7f2277d8d599ab2fb4e80cfdf533cb376f285af3257810b030322a38ff04ed
Description: X11 damaged region extension library
 libXdamage provides an X Window System client interface to the DAMAGE
 extension to the X protocol.
 .
 The Damage extension provides for notification of when on-screen regions have
 been 'damaged' (altered).
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXdamage
Homepage: https://www.x.org
Multi-Arch: same

Package: libxdamage1-dbgsym
Priority: optional
Section: debug
Installed-Size: 35
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxdamage
Version: 1:1.1.6-1+apertis0bv2024dev3b1
Depends: libxdamage1 (= 1:1.1.6-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxdamage/libxdamage1-dbgsym_1.1.6-1+apertis0bv2024dev3b1_arm64.deb
Size: 21212
MD5sum: f23e69fd6e1c80e99c9ede13328b4c95
SHA1: 49aa2149ff566078ad0447071c9b5735f9ce7cfd
SHA256: d4f5e6ca3557b3bdc8e2a212331192327f5c2c046fd26915b5738b0b2e15edd8
SHA512: edbd468f566ca630f8a4c94b98786fcd69acf5ffc74cf37c37e77f473a7e83e7a51c18d5f64214600c094cb1945b4d880b40dd138f44904e5363ec5b7169c958
Description: debug symbols for libxdamage1
Auto-Built-Package: debug-symbols
Build-Ids: 3aad3614e07e268718b1a8bece91e431923ae047
Multi-Arch: same

Package: libxdmcp-dev
Priority: optional
Section: libdevel
Installed-Size: 81
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxdmcp
Version: 1:1.1.2-3+apertis1bv2024dev3b1
Depends: libxdmcp6 (= 1:1.1.2-3+apertis1bv2024dev3b1), x11proto-core-dev
Filename: pool/target/libx/libxdmcp/libxdmcp-dev_1.1.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 40596
MD5sum: ca481857b48d523400038c49ef1a5759
SHA1: 180558fd570933768f74ed643c001cded6c7d618
SHA256: d242c21ee22c89f9a69c5e0272c1450d6f02e94c4df7bbcfbfa7772a7778c305
SHA512: 242dac0be41c425db0a31aca993e9572820fba9585fcb4d78196ae4797772b342778a4708715ab7f48867716c73480f909bee21edc30b742dea6c31d4a798bd2
Description: X11 authorisation library (development headers)
 This package provides the main interface to the X11 display manager control
 protocol library, which allows for remote logins to display managers.
 .
 This package contains the development headers for the library found in
 libxdmcp6. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXdmcp
Multi-Arch: same

Package: libxdmcp6
Priority: optional
Section: libs
Installed-Size: 98
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxdmcp
Version: 1:1.1.2-3+apertis1bv2024dev3b1
Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.17)
Filename: pool/target/libx/libxdmcp/libxdmcp6_1.1.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 24536
MD5sum: 576da6c3b0374bbe9ba1d2b5d504c664
SHA1: 50b512bf1e54c6a88d078f5275a4e3bb16dfe328
SHA256: 932007ff40f5e17f7fafd3a007f90ae54fc63496e0a2f413099761804b288eec
SHA512: c5312c410d59f4b2aa95f20fc5af4e2adef07cf260335385420843f2f1cacd4280f67788f456f4c96a31a64d13f351e3be782c4a34095c7ac4807f4ea18a2759
Description: X11 Display Manager Control Protocol library
 This package provides the main interface to the X11 display manager control
 protocol library, which allows for remote logins to display managers.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXdmcp
Multi-Arch: same

Package: libxdmcp6-dbg
Priority: extra
Section: debug
Installed-Size: 52
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxdmcp
Version: 1:1.1.2-3+apertis1bv2024dev3b1
Depends: libxdmcp6 (= 1:1.1.2-3+apertis1bv2024dev3b1)
Filename: pool/target/libx/libxdmcp/libxdmcp6-dbg_1.1.2-3+apertis1bv2024dev3b1_arm64.deb
Size: 33308
MD5sum: c13c92c8f34ea4dbbdfeddb9db71a2fa
SHA1: cf2bd4e0ab21fd1d953ec47a800272cacdf8b43b
SHA256: ec35d3515a74d99621e62a545af744c526eea524b5b26b2a99df4c045a478d5b
SHA512: f62e2f01b123f7d30117c021856e250af0f72d7617572d404fde001e2834b4d708b5984dd80add1da85e27d0cd16824663da196734e5c973dcc26e2d95925bad
Description: X11 authorisation library (debug package)
 This package provides the main interface to the X11 display manager control
 protocol library, which allows for remote logins to display managers.
 .
 This package contains the debug versions of the library found in libxdmcp6.
 Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXdmcp
Build-Ids: 24f16cff13a04f0f2e837eb9d42ed16808d6ca84
Multi-Arch: same

Package: libxext-dev
Priority: optional
Section: libdevel
Installed-Size: 338
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxext
Version: 2:1.3.4-1+apertis0bv2024dev3b1
Depends: libxext6 (= 2:1.3.4-1+apertis0bv2024dev3b1), x11proto-dev, libx11-dev
Suggests: libxext-doc
Filename: pool/target/libx/libxext/libxext-dev_1.3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 105508
MD5sum: 590732ddc3ce868c7c5e4f55f4592564
SHA1: db7b270f0f8ea5481b146eae4f7f20f8b9d3b716
SHA256: 4352b89c71f42f8125cbf67c8740f2d4c2bc21ba478795ece9e257606631a787
SHA512: b0fdb20bee02af29a815691e1f2a0543b4c48e05347a2506a7e7798d0b8ceb39cbadf29b0c565f3cb0e65ffa5e823e4b214427ce62c531ce9222dfbcc8a4d84f
Description: X11 miscellaneous extensions library (development headers)
 libXext provides an X Window System client interface to several extensions to
 the X protocol.
 .
 The supported protocol extensions are:
  - DOUBLE-BUFFER (DBE), the Double Buffer extension;
  - DPMS, the VESA Display Power Management System extension;
  - Extended-Visual-Information (EVI), an extension for gathering extra
    information about the X server's visuals;
  - LBX, the Low Bandwidth X extension;
  - MIT-SHM, the MIT X client/server shared memory extension;
  - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT;
  - Multi-Buffering, the multi-buffering and stereo display extension;
  - SECURITY, the X security extension;
  - SHAPE, the non-rectangular shaped window extension;
  - SYNC, the X synchronization extension;
  - TOG-CUP, the Open Group's Colormap Utilization extension;
  - XC-APPGROUP, the X Consortium's Application Group extension;
  - XC-MISC, the X Consortium's resource ID querying extension;
  - XTEST, the X test extension (this is one of two client-side
    implementations; the other is in the libXtst library, provided by the
    libxtst6 package);
 .
 libXext also provides a small set of utility functions to aid authors of
 client APIs for X protocol extensions.
 .
 This package contains the development headers for the library found in
 libxext6. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXext
Multi-Arch: same

Package: libxext-doc
Priority: optional
Section: doc
Installed-Size: 245
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libxext
Version: 2:1.3.4-1+apertis0bv2024dev3b1
Replaces: libxext-dev (<< 2:1.3.1-2)
Breaks: libxext-dev (<< 2:1.3.1-2)
Filename: pool/target/libx/libxext/libxext-doc_1.3.4-1+apertis0bv2024dev3b1_all.deb
Size: 79076
MD5sum: 166c68c76bbfc40bf0c189fc5adabeb2
SHA1: 6d75dd7b15501a265fda494b833634f05d9305f3
SHA256: 5d87e0a5f64156f2b9ef162ad378ed2c811cad94c856c2f2ee685453d0771a68
SHA512: 9e0e3d9b270e0be4b90ee6399f4ed5b58f6b42437389e44eebc4eeb48b7eaaa4503ae7848cd668babdf3f6a75fb1813e33dd3bb327cf5a91043e1e315f9b1c8f
Description: X11 miscellaneous extensions library (documentation)
 libXext provides an X Window System client interface to several extensions to
 the X protocol.
 .
 The supported protocol extensions are:
  - DOUBLE-BUFFER (DBE), the Double Buffer extension;
  - DPMS, the VESA Display Power Management System extension;
  - Extended-Visual-Information (EVI), an extension for gathering extra
    information about the X server's visuals;
  - LBX, the Low Bandwidth X extension;
  - MIT-SHM, the MIT X client/server shared memory extension;
  - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT;
  - Multi-Buffering, the multi-buffering and stereo display extension;
  - SECURITY, the X security extension;
  - SHAPE, the non-rectangular shaped window extension;
  - SYNC, the X synchronization extension;
  - TOG-CUP, the Open Group's Colormap Utilization extension;
  - XC-APPGROUP, the X Consortium's Application Group extension;
  - XC-MISC, the X Consortium's resource ID querying extension;
  - XTEST, the X test extension (this is one of two client-side
    implementations; the other is in the libXtst library, provided by the
    libxtst6 package);
 .
 libXext also provides a small set of utility functions to aid authors of
 client APIs for X protocol extensions.
 .
 This package contains the documentation for the included protocol extension
 libraries. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXext
Multi-Arch: foreign

Package: libxext-doc
Priority: optional
Section: doc
Installed-Size: 243
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libxext
Version: 2:1.3.4-1+apertis0bv2024dev2b1
Replaces: libxext-dev (<< 2:1.3.1-2)
Breaks: libxext-dev (<< 2:1.3.1-2)
Filename: pool/target/libx/libxext/libxext-doc_1.3.4-1+apertis0bv2024dev2b1_all.deb
Size: 77644
MD5sum: 973423c65c923ea83646338d0c6dcd8c
SHA1: 61db1353a64535ef10ccca2c3cac35b94f393333
SHA256: 6c3e5e273d815e239dad6479db945346d5e4cb96a90c05f1258a67648b3d3392
SHA512: b849874ad50d4359e594378fabfb6c69c8fb58842cd4360a72069ed68488e2849d7f2deab9ff8c8ed53ccad8a1783e01fcad594803dff63618ebab52d8dc514b
Description: X11 miscellaneous extensions library (documentation)
 libXext provides an X Window System client interface to several extensions to
 the X protocol.
 .
 The supported protocol extensions are:
  - DOUBLE-BUFFER (DBE), the Double Buffer extension;
  - DPMS, the VESA Display Power Management System extension;
  - Extended-Visual-Information (EVI), an extension for gathering extra
    information about the X server's visuals;
  - LBX, the Low Bandwidth X extension;
  - MIT-SHM, the MIT X client/server shared memory extension;
  - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT;
  - Multi-Buffering, the multi-buffering and stereo display extension;
  - SECURITY, the X security extension;
  - SHAPE, the non-rectangular shaped window extension;
  - SYNC, the X synchronization extension;
  - TOG-CUP, the Open Group's Colormap Utilization extension;
  - XC-APPGROUP, the X Consortium's Application Group extension;
  - XC-MISC, the X Consortium's resource ID querying extension;
  - XTEST, the X test extension (this is one of two client-side
    implementations; the other is in the libXtst library, provided by the
    libxtst6 package);
 .
 libXext also provides a small set of utility functions to aid authors of
 client APIs for X protocol extensions.
 .
 This package contains the documentation for the included protocol extension
 libraries. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXext
Multi-Arch: foreign

Package: libxext6
Priority: optional
Section: libs
Installed-Size: 183
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxext
Version: 2:1.3.4-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0)
Filename: pool/target/libx/libxext/libxext6_1.3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 50464
MD5sum: d841ed058a6716e8f489956caba6dd65
SHA1: d044627af77685e0c7dc8879236fe45b4cdcde2c
SHA256: 48b76c2793d6ce4cd1f3ccb8d2d53a955c4a327f36ba4ccd8be48afd93131a98
SHA512: 44163ede2f4fc9e323a5ca2cdab669ffe9e457022e1789586195e4caa05332158b8a8520badd94465269f26ad7bca675ab75861aa352c398a49fa2a089840a17
Description: X11 miscellaneous extension library
 libXext provides an X Window System client interface to several extensions to
 the X protocol.
 .
 The supported protocol extensions are:
  - DOUBLE-BUFFER (DBE), the Double Buffer extension;
  - DPMS, the VESA Display Power Management System extension;
  - Extended-Visual-Information (EVI), an extension for gathering extra
    information about the X server's visuals;
  - LBX, the Low Bandwidth X extension;
  - MIT-SHM, the MIT X client/server shared memory extension;
  - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT;
  - Multi-Buffering, the multi-buffering and stereo display extension;
  - SECURITY, the X security extension;
  - SHAPE, the non-rectangular shaped window extension;
  - SYNC, the X synchronization extension;
  - TOG-CUP, the Open Group's Colormap Utilization extension;
  - XC-APPGROUP, the X Consortium's Application Group extension;
  - XC-MISC, the X Consortium's resource ID querying extension;
  - XTEST, the X test extension (this is one of two client-side
    implementations; the other is in the libXtst library, provided by the
    libxtst6 package);
 .
 libXext also provides a small set of utility functions to aid authors of
 client APIs for X protocol extensions.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXext
Multi-Arch: same

Package: libxext6-dbgsym
Priority: optional
Section: debug
Installed-Size: 118
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxext
Version: 2:1.3.4-1+apertis0bv2024dev3b1
Depends: libxext6 (= 2:1.3.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxext/libxext6-dbgsym_1.3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 96664
MD5sum: 4f9a1172e764ed9b5ad7ab4ab2550c46
SHA1: ff5e6bb6635d1491738e20ff7cd3d4373623a57c
SHA256: 95f4ef15f6a4ce16f1db38207ef439e6a235f75026211891ece558cda23c72c9
SHA512: b853d0ce58be15c398d95d09d8e97d5cf1c057fa2349bca7d46084342448c7167c5201524fb063d5e8eb24f9214b0cd3893fd61a25ba02631cf370b8d7731ba1
Description: debug symbols for libxext6
Auto-Built-Package: debug-symbols
Build-Ids: a8b1fbf0949e7e4330f7815a9b86dbdb9d528a1b
Multi-Arch: same

Package: libxfixes-dev
Priority: optional
Section: libdevel
Installed-Size: 73
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxfixes
Version: 1:6.0.0-2+apertis0bv2024dev3b1
Depends: libxfixes3 (= 1:6.0.0-2+apertis0bv2024dev3b1), libx11-dev, x11proto-dev
Filename: pool/target/libx/libxfixes/libxfixes-dev_6.0.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 23068
MD5sum: d4ff7429b8f7852a395f04378414392c
SHA1: 87fa2bc25b27245fe9dde9b018e6faefd2db7997
SHA256: 9bebfceae3d598d461f69f2e5141044d8c3ac926412126e8b02ce93171fbb101
SHA512: 969b9ef6d853b8f1929294476b9b157047e87cde87467ad826380e04f33f40e3f2fe4f5d46031b540a7b47e8ac8d43c1d3a79b54e6c8a1a955cebd216e8b569a
Description: X11 miscellaneous 'fixes' extension library (development headers)
 libXfixes provides an X Window System client interface to the 'XFIXES'
 extension to the X protocol.
 .
 It provides support for Region types, and some cursor functions.
 .
 This package contains the development headers for the library found in
 libxfixes3.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXfixes
Multi-Arch: same

Package: libxfixes3
Priority: optional
Section: libs
Installed-Size: 97
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxfixes
Version: 1:6.0.0-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0)
Filename: pool/target/libx/libxfixes/libxfixes3_6.0.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 20924
MD5sum: 5cad831ed51bc1b87b7cc8de550a1838
SHA1: 2f3d4037073b9559655ac2f09095956f57087f2f
SHA256: af3d67850449e0bab66c62a8ce8aac624cf9254fb6fa33fd3584b3246af959ad
SHA512: d5e6088614e46bccc1b6c0f325833a9c02bb2d340528f7324e304ed27f84a070d9e19d3c6e946e3b753b7abbe0bef96fa7aae2358706192013bdae7fe6c68730
Description: X11 miscellaneous 'fixes' extension library
 libXfixes provides an X Window System client interface to the 'XFIXES'
 extension to the X protocol.
 .
 It provides support for Region types, and some cursor functions.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXfixes
Multi-Arch: same

Package: libxfixes3-dbgsym
Priority: optional
Section: debug
Installed-Size: 50
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxfixes
Version: 1:6.0.0-2+apertis0bv2024dev3b1
Replaces: libxfixes3-dbg (<< 1:5.0.2)
Depends: libxfixes3 (= 1:6.0.0-2+apertis0bv2024dev3b1)
Breaks: libxfixes3-dbg (<< 1:5.0.2)
Filename: pool/target/libx/libxfixes/libxfixes3-dbgsym_6.0.0-2+apertis0bv2024dev3b1_arm64.deb
Size: 34968
MD5sum: 1b3a9bc029000138adf9f110cda2d3d1
SHA1: 9cea20f8a5e96b7e7abb36ad4e248989f5fdb155
SHA256: bfba609b5dd12d0d2a47ee14f3336ea4946247835f98d089a30c40168c14d0df
SHA512: 9b9c37c19d1a58781e4140836a101ae41463cc915d2c6327fff9451ec4ceb53b974ef370c1ff545b78503f737292ee3b804482735febdec302d2fdfeb72e8e21
Description: debug symbols for libxfixes3
Auto-Built-Package: debug-symbols
Build-Ids: 81375140c2d9ec975b10db827f66f2af6f10e150
Multi-Arch: same

Package: libxfont-dev
Priority: optional
Section: libdevel
Installed-Size: 430
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxfont
Version: 1:2.0.6-1+apertis0bv2024dev2b1
Depends: libxfont2 (= 1:2.0.6-1+apertis0bv2024dev2b1), libx11-dev, x11proto-dev, libfreetype6-dev, libfontenc-dev (>= 1:1.0.1-1)
Filename: pool/target/libx/libxfont/libxfont-dev_2.0.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 154300
MD5sum: a27ddebe08ff575a60142950eea03230
SHA1: e495e67f0cba4e1bc8c0bb608429741998e7bf95
SHA256: 6361618feb7f873436624be852616ac465e1cb7cb1fd723010b0f78486a2393d
SHA512: 5fd51bc579d4df21166d6a48cbf3675cd65b95eb7c69bc12d2a24f8010dc2d93f895fa70b803869ae210f14e7adea0ccdb08f03380e6a934aa9a2077308ec06d
Description: X11 font rasterisation library (development headers)
 libXfont provides various services for X servers, most notably font
 selection and rasterisation (through external libraries).
 .
 This package contains the development headers for the library found in
 libxfont2.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXfont

Package: libxfont2
Priority: optional
Section: libs
Installed-Size: 263
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxfont
Version: 1:2.0.6-1+apertis0bv2024dev2b1
Depends: libbz2-1.0, libc6 (>= 2.35), libfontenc1 (>= 1:1.1.4), libfreetype6 (>= 2.2.1), zlib1g (>= 1:1.1.4)
Breaks: xfs (<< 1:1.1.4)
Filename: pool/target/libx/libxfont/libxfont2_2.0.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 123132
MD5sum: 39e099caad3a3295af3cdadbefa6a948
SHA1: 69c7da179e042c3019fe0ecc7a13e9b95ff8d242
SHA256: 23efcbfe05a743a1b3000fe79656f341edef63a98a99c2d20671e98eada14fbc
SHA512: 542b3072832afaa08c36a89cae8c4a3fd1ed49da079d42c7572d3882dc96ee77accfe8b9de3158128095b5de0f70673c90353b4cb22daad9d5507a98644fde59
Description: X11 font rasterisation library
 libXfont provides various services for X servers, most notably font
 selection and rasterisation (through external libraries).
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXfont
Multi-Arch: same

Package: libxfont2-dbgsym
Priority: optional
Section: debug
Installed-Size: 238
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxfont
Version: 1:2.0.6-1+apertis0bv2024dev2b1
Depends: libxfont2 (= 1:2.0.6-1+apertis0bv2024dev2b1)
Filename: pool/target/libx/libxfont/libxfont2-dbgsym_2.0.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 212248
MD5sum: 67490a1b59e488c7cc7ee4d251b4f3c3
SHA1: 4b80a5436151e2f10366c8041098960c45a0eea9
SHA256: 083294c946bb17f93c66f10f12994c8edac5a0d77a55ec5807f2553a0a40381f
SHA512: 3591a1f0eb3a9ea8339f7a5ba39e0dc48b54dbdece8c2d0c9fe4566408adbfaa393f58cc7bc1d363dcca8a98ed8cb9912c9a3722f19f45fa914d25ccccd7fb45
Description: debug symbols for libxfont2
Auto-Built-Package: debug-symbols
Build-Ids: 15da90df984c0eef771837c8398ca6b65c71882f
Multi-Arch: same

Package: libxft-dev
Priority: optional
Section: libdevel
Installed-Size: 288
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xft
Version: 2.3.6-1+apertis0bv2024dev2b1
Provides: libxft2-dev
Depends: libxft2 (= 2.3.6-1+apertis0bv2024dev2b1), libc6-dev | libc-dev, libfontconfig1-dev, libfreetype6-dev, libx11-dev (>= 2:1.0.0), libxrender-dev, zlib1g-dev | libz-dev
Filename: pool/target/x/xft/libxft-dev_2.3.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 71128
MD5sum: a1b172208a8f288723f008cde1db915e
SHA1: 1c71882819d7daf48215a96a10f824837bc78e10
SHA256: ca67add79c8a4c47bd43fdd1a1846d128497b9f596208dca6cb56c119bb4fdf6
SHA512: 3903b60c337043b3d1f3ef8351e5e88cb7a68d1f204ba6fa1962e3a341fca5a5849b3e5e3a69f45a3ac55340dc7f4fb28680a2ebdc08fc77265f1890a344d88a
Description: FreeType-based font drawing library for X (development files)
 Xft provides a client-side font API for X applications, making the FreeType
 font rasterizer available to X clients.  Fontconfig is used for font
 specification resolution.  Where available, the RENDER extension handles
 glyph drawing; otherwise, the core X protocol is used.
 .
 This package provides a static library and C header files.
Multi-Arch: same

Package: libxft2
Priority: optional
Section: libs
Installed-Size: 158
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xft
Version: 2.3.6-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.3.5), libx11-6, libxrender1
Filename: pool/target/x/xft/libxft2_2.3.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 50648
MD5sum: 0da8aa1971a630d2d7f03c35612d4326
SHA1: 544a3a611f459f2ac0596a6e99b656023bfec7ae
SHA256: 4abcdde7404d7f44dd880534f3365609e63d448aa758ca60d7bfe57d0d81fe6c
SHA512: 850eff41a6ae42225575b576a27db13111f9df0aa471aba434ac239c48cd8acae87c680440fdf9dafbc57d4fa42ea2f42dc9be10c91b252bfa7f6020f59e7908
Description: FreeType-based font drawing library for X
 Xft provides a client-side font API for X applications, making the FreeType
 font rasterizer available to X clients.  Fontconfig is used for font
 specification resolution.  Where available, the RENDER extension handles
 glyph drawing; otherwise, the core X protocol is used.
Multi-Arch: same

Package: libxft2-dbgsym
Priority: optional
Section: debug
Installed-Size: 151
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xft
Version: 2.3.6-1+apertis0bv2024dev2b1
Replaces: libxft2-dbg (<< 2.3.2-2~)
Depends: libxft2 (= 2.3.6-1+apertis0bv2024dev2b1)
Breaks: libxft2-dbg (<< 2.3.2-2~)
Filename: pool/target/x/xft/libxft2-dbgsym_2.3.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 130908
MD5sum: 38ebb687b8326cf05399a5ad09481372
SHA1: b3ab6602a600abcd3a6045e603bbe82a2924fada
SHA256: aadf0c3d9c71a53f4858530fee88091cbdc069b75c62c2fad02e17cc633cdf49
SHA512: 3daeb8ed7b21731e01347e8d11e2c2fd2cd7965e060159fb18ebc34c1be2cf72ddd5ef085174fe6e83bcaf4a5a10f181d9f5747b41a41ec0fe9d49176d8d09ce
Description: debug symbols for libxft2
Auto-Built-Package: debug-symbols
Build-Ids: b2ec2898ca4451c0e1b75027c1ac402b28e20146
Multi-Arch: same

Package: libxi-dev
Priority: optional
Section: libdevel
Installed-Size: 731
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxi
Version: 2:1.8-1+apertis0bv2024dev3b1
Replaces: x11proto-input-dev (<< 1.9.99)
Depends: libxi6 (= 2:1.8-1+apertis0bv2024dev3b1), libx11-dev, libxext-dev, libxfixes-dev, x11proto-dev (>= 2021.5), xorg-sgml-doctools (>= 1:1.5)
Filename: pool/target/libx/libxi/libxi-dev_1.8-1+apertis0bv2024dev3b1_arm64.deb
Size: 239612
MD5sum: 7d477e68bb635d4dbdc78ab751f55638
SHA1: e8a4e0c0b5bbfe7d48a29572c4684207f747625e
SHA256: c87c164ed0005d83abb8d93936aec7e547ecb55b47e26bff4b747d0b77cf803d
SHA512: 3d8e39ad8840e8df20895f8cea5178f48d214e8ef0bddb62920b3591127621e6609fabf3edb7f96b964df2f5cd6dddcb769381f2991cc5449e6c957621753262
Description: X11 Input extension library (development headers)
 libXi provides an X Window System client interface to the XINPUT
 extension to the X protocol.
 .
 The Input extension allows setup and configuration of multiple input devices,
 and hotplugging of input devices (to be added and removed on the fly).
 .
 This package contains the development headers for the library found in
 libxi6.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXi
Homepage: https://www.x.org/
Multi-Arch: same

Package: libxi6
Priority: optional
Section: libs
Installed-Size: 142
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxi
Version: 2:1.8-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0), libxext6
Filename: pool/target/libx/libxi/libxi6_1.8-1+apertis0bv2024dev3b1_arm64.deb
Size: 78564
MD5sum: 739a739a6b0587faa4043e6befaf1d60
SHA1: b086d9d1c5d915f7521d01cd14c793fb32f94ea7
SHA256: b638f9592ea01a0159349d41627c53f3521479b912a5f057411b17ae80c49ef8
SHA512: fe6efd07d54f3ab54d5e2445c921bead8639825be22bebf9b44fcf43ed779112464a0047c39e814987fdfdd0b0d3b88cc8f398689e3b6bc77ab869938c9293e0
Description: X11 Input extension library
 libXi provides an X Window System client interface to the XINPUT
 extension to the X protocol.
 .
 The Input extension allows setup and configuration of multiple input devices,
 and hotplugging of input devices (to be added and removed on the fly).
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXi
Homepage: https://www.x.org/
Multi-Arch: same

Package: libxi6-dbgsym
Priority: optional
Section: debug
Installed-Size: 131
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxi
Version: 2:1.8-1+apertis0bv2024dev3b1
Replaces: libxi6-dbg (<< 2:1.7.8-1~)
Depends: libxi6 (= 2:1.8-1+apertis0bv2024dev3b1)
Breaks: libxi6-dbg (<< 2:1.7.8-1~)
Filename: pool/target/libx/libxi/libxi6-dbgsym_1.8-1+apertis0bv2024dev3b1_arm64.deb
Size: 112272
MD5sum: 699c7a80f9721fcfb18a4aafe94cf660
SHA1: bec523c1ed5b97ec139c17aac74e2af3f971ee4e
SHA256: a6055523e0d10723733293ef1d3c250dc9d89a61a5a6b5b8b156244a2637b387
SHA512: 6b6d53c1cbb213c58dc9cab10832b24d8526d46dd0fc8cdee76ee3e072bbe809df0a40010419a145a47e57016b0a857e9e6ed3e69e58056ac9b88f57fde2b81c
Description: debug symbols for libxi6
Auto-Built-Package: debug-symbols
Build-Ids: c7bc5d5b27cf2aa284eacb960f2bbf68406fdff1
Multi-Arch: same

Package: libxinerama-dev
Priority: optional
Section: libdevel
Installed-Size: 53
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxinerama
Version: 2:1.1.4-3+apertis0bv2024dev3b1
Depends: libxinerama1 (= 2:1.1.4-3+apertis0bv2024dev3b1), libx11-dev, libxext-dev, x11proto-dev
Filename: pool/target/libx/libxinerama/libxinerama-dev_1.1.4-3+apertis0bv2024dev3b1_arm64.deb
Size: 18588
MD5sum: f4c87833f2729f6349d3d5d6cd18ad6c
SHA1: bf9795b0119fd4a183b94db0f01dd53486782d0f
SHA256: b5710d929e3cdc7481d11d20fee36be226a97dcfc5384be9895f02b4af16a126
SHA512: 50b856757c1fc567a6dd39844c9090f3bd97880c94ff6fbea5eaa064e1865ae560d756a5c123350b7d3d4af1ea004963a9235ba08fb660f4e32608081fa6cfe3
Description: X11 Xinerama extension library (development headers)
 libXinerama provides an X Window System client interface to the XINERAMA
 extension to the X protocol.
 .
 The Xinerama (also known as panoramiX) extension allows for multiple screens
 attached to a single display to be treated as belonging together, and to give
 desktop applications a better idea of the monitor layout.
 .
 This package contains the development headers for the library found in
 libxinerama1.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXinerama
Multi-Arch: same

Package: libxinerama1
Priority: optional
Section: libs
Installed-Size: 97
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxinerama
Version: 2:1.1.4-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0), libxext6
Filename: pool/target/libx/libxinerama/libxinerama1_1.1.4-3+apertis0bv2024dev3b1_arm64.deb
Size: 16420
MD5sum: 8d7bbc659e5937969d22923d312096e5
SHA1: 063f6fc9a4345135f5e4a3e8095941af5cfa519d
SHA256: d62bb226c4ecef869e189f3afcb1560bf005192745f9e3f0e782b9b0bb213f00
SHA512: 474e3cbe3efa6b8f450d75690a4311eac452ad1fdccb0318719846d21581e39186ef7e0c0c52eb347572bd50eff35d14d162a10ee6a35d2996f28a2619bd3e60
Description: X11 Xinerama extension library
 libXinerama provides an X Window System client interface to the XINERAMA
 extension to the X protocol.
 .
 The Xinerama (also known as panoramiX) extension allows for multiple screens
 attached to a single display to be treated as belonging together, and to give
 desktop applications a better idea of the monitor layout.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXinerama
Multi-Arch: same

Package: libxinerama1-dbgsym
Priority: optional
Section: debug
Installed-Size: 34
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxinerama
Version: 2:1.1.4-3+apertis0bv2024dev3b1
Replaces: libxinerama1-dbg (<< 2:1.1.4-1~)
Depends: libxinerama1 (= 2:1.1.4-3+apertis0bv2024dev3b1)
Breaks: libxinerama1-dbg (<< 2:1.1.4-1~)
Filename: pool/target/libx/libxinerama/libxinerama1-dbgsym_1.1.4-3+apertis0bv2024dev3b1_arm64.deb
Size: 20396
MD5sum: 599091dac78759ac263b45b0341620bd
SHA1: 6653e85770e6d7200430b08f91e941c4b7efa9f2
SHA256: 56adfc8de9a8cb1be3fed95264671bc7528e9fd8c3ce10c39f7c0df8e71d3a2e
SHA512: 756540aab402eb3e05ab55c034dd39aeffdafee97ff13d420c880d083c1278f52abb8d21aa42dc3d3054ac98691f81c903ecabd96779018a725be632d68f6609
Description: debug symbols for libxinerama1
Auto-Built-Package: debug-symbols
Build-Ids: 6224f625bf811cea853d8918b7a841551c93f951
Multi-Arch: same

Package: libxkbcommon-dev
Priority: optional
Section: libdevel
Installed-Size: 338
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbcommon
Version: 1.5.0-1+apertis0bv2024dev3b1
Depends: libxkbcommon0 (= 1.5.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxkbcommon/libxkbcommon-dev_1.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 52912
MD5sum: a1fc88b1b919e026d40871c68c8de801
SHA1: 5c06d880f7e184dca2d3f836dd77788c94256efb
SHA256: f84e30d92b5710b0bf7f039d2c909553e199ab9cd536ba4cf52983041ab10c5a
SHA512: 880c647445b52b624a3a75f185aa9bab183db027a80cdac01384fb996a3117129102d0edc24de076125c26c20e4deb0b8ed3ab69a4171df15d32c20adee0dd66
Description: library interface to the XKB compiler - development files
 xkbcommon is a library to handle keyboard descriptions, including loading them
 from disk, parsing them and handling their state. It's mainly meant for client
 toolkits, window systems, and other system applications; currently that
 includes Wayland, kmscon, GTK+, Clutter, and more.
 .
 This package contains the development headers for the library found in
 libxkbcommon0. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 https://github.com/xkbcommon/libxkbcommon.git
Homepage: http://www.xkbcommon.org/
Multi-Arch: same

Package: libxkbcommon-doc
Priority: optional
Section: doc
Installed-Size: 1219
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libxkbcommon
Version: 1.5.0-1+apertis0bv2024dev3b1
Filename: pool/target/libx/libxkbcommon/libxkbcommon-doc_1.5.0-1+apertis0bv2024dev3b1_all.deb
Size: 232476
MD5sum: ec536b6f5f1b252829a05c1ddf68e8d1
SHA1: 72b2c2ec39dbc59c489fa2189d4f77cc574d4593
SHA256: 22f4d252e264b6449066a46b3fdc905a5206e41af071ff02f5e430b39657850e
SHA512: ca5b469700c946d2760ac27f194527c7e8d35a59b3fe1ab9954d1dcd185570b7a2ea4a8e80965aeba01af60fa56ed00a715cba4869d1f452ab2790b72507c613
Description: library interface to the XKB compiler - documentation
 xkbcommon is a library to handle keyboard descriptions, including loading them
 from disk, parsing them and handling their state. It's mainly meant for client
 toolkits, window systems, and other system applications; currently that
 includes Wayland, kmscon, GTK+, Clutter, and more.
 .
 This package contains the documentation files for the library found in
 libxkbcommon0. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 https://github.com/xkbcommon/libxkbcommon.git
Homepage: http://www.xkbcommon.org/
Multi-Arch: foreign

Package: libxkbcommon-tools
Priority: optional
Section: graphics
Installed-Size: 498
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbcommon
Version: 1.5.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libwayland-client0 (>= 1.20.0), libxcb-xkb1, libxcb1, libxkbcommon-x11-0 (>= 0.5.0), libxkbcommon0 (>= 1.0.0), libxkbregistry0 (>= 1.0.0)
Filename: pool/target/libx/libxkbcommon/libxkbcommon-tools_1.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 32648
MD5sum: 9b26dc6c07c804cbadb40c9be10ee14f
SHA1: b386c024e34f3b6b5e4506492f1c1f3e06922aad
SHA256: 1bd78e041a9a28ae7a42bbe92c3f67c221b36e590f0a47dc5578187d127c14a3
SHA512: 15144a51404b020352d186180101e9b6c2c6130b0b539f1846d449c35117ebc99caa9f55f7a85ba6c1608accc755f6a9639ec40cde2355d6a598467f341abff0
Description: library interface to the XKB compiler - tools
 xkbcommon is a library to handle keyboard descriptions, including loading them
 from disk, parsing them and handling their state. It's mainly meant for client
 toolkits, window systems, and other system applications; currently that
 includes Wayland, kmscon, GTK+, Clutter, and more.
 .
 This package contains the xkbcli tool to interact with XKB keymaps.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 https://github.com/xkbcommon/libxkbcommon.git
Homepage: http://www.xkbcommon.org/
Multi-Arch: foreign

Package: libxkbcommon-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 164
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbcommon
Version: 1.5.0-1+apertis0bv2024dev3b1
Depends: libxkbcommon-tools (= 1.5.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxkbcommon/libxkbcommon-tools-dbgsym_1.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 86076
MD5sum: d4cf7e98f56ab3b39318342c0179d4d4
SHA1: bf25f16fba71374beb353b9f843e7a04ee39c406
SHA256: 73e90b9cec04fd26d2c98226a681863aea8e761fe894e03fe402a6c0e49ccaaa
SHA512: aa4a85cef58c73b5d5e5e88e4745e3f3b3a8c95c28b28ad66138850f8ecb20a1866d06af6536bc8c6e2d820d4ddc42156f3d5884c87023e3db6c55b7278e84e3
Description: debug symbols for libxkbcommon-tools
Auto-Built-Package: debug-symbols
Build-Ids: 592772bb7818517a200286001623bd84ea41bb62 72773e10cbfc0862289613ec1be50cb180a4069a 90bdfb36412968aa656632c362ece41c5b605075 aa8c814df35a99aa248d182a82da83c82db4ff8f b1a9b56a45708ac854f7eb5feac9c93106a587f2 b60d4560d4c218de99928f630df73f6a90f0acb1 c2a7b3cdb534d41671aac63f683093dafcf6ec81

Package: libxkbcommon-x11-0
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbcommon
Version: 1.5.0-1+apertis0bv2024dev3b1
Depends: libxkbcommon0 (= 1.5.0-1+apertis0bv2024dev3b1), libc6 (>= 2.17), libxcb-xkb1, libxcb1 (>= 1.6)
Filename: pool/target/libx/libxkbcommon/libxkbcommon-x11-0_1.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 16688
MD5sum: 7b1c0b3bdd14b83f28a6e4f02dd8e331
SHA1: 9ef0aa89d2585901d90b186aec67024f32f381ed
SHA256: c9445416657b27f876028c0b8dafaf48d5dd5bcfa2d45c87c34257947c096c4a
SHA512: e2c10ac919999dc2f4057b458b20aa76c9c696abf94d41ac061905278e4774c9db478642bf7c44f202bb492f6f3a0eeb5a4f6231a59e203b027b1d8ec4d09d40
Description: library to create keymaps with the XKB X11 protocol
 This package provides an add-on library called xkbcommon-x11, to support
 creating keymaps with the XKB X11 protocol, by querying the X server directly.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 https://github.com/xkbcommon/libxkbcommon.git
Homepage: http://www.xkbcommon.org/
Multi-Arch: same

Package: libxkbcommon-x11-0-dbgsym
Priority: optional
Section: debug
Installed-Size: 63
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbcommon
Version: 1.5.0-1+apertis0bv2024dev3b1
Depends: libxkbcommon-x11-0 (= 1.5.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxkbcommon/libxkbcommon-x11-0-dbgsym_1.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 44328
MD5sum: 01f5866b53abdc55d2792738c744bf96
SHA1: fc314cc0553932fa8d4f7cba452c0312527ea65c
SHA256: 00560cdb57e2416d99de213bb01f9aef8c9dd0227588d45c8e19066c1ea0c3b2
SHA512: 35b401b1ef48d4a427e848c46c2a8b6cc7327416af5da714d4ace869ec444f243538d552a0afe1c24bb0d169318620de1a4acd33fda29ff47b92fed84cc89826
Description: debug symbols for libxkbcommon-x11-0
Auto-Built-Package: debug-symbols
Build-Ids: c18f63e27a4c8816cb87f60a0c603f0ca039ea69
Multi-Arch: same

Package: libxkbcommon-x11-dev
Priority: optional
Section: libdevel
Installed-Size: 30
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbcommon
Version: 1.5.0-1+apertis0bv2024dev3b1
Depends: libxkbcommon-x11-0 (= 1.5.0-1+apertis0bv2024dev3b1), libxkbcommon-dev (= 1.5.0-1+apertis0bv2024dev3b1), libxcb1-dev, libxcb-xkb-dev
Filename: pool/target/libx/libxkbcommon/libxkbcommon-x11-dev_1.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 8740
MD5sum: d679c50ae1b5a8804ae94af7bb74e61e
SHA1: 732d582abc315ab567ce7661977f42efc9cd66e3
SHA256: b50a2ed5832ffc5a047d0dc9752740ef7e1fcdc64c292e89dbb43740172b97e9
SHA512: 9ad8a9d3160add5f7419c4207983bf6d0489b91c694654bb62f1b6785bd16ac1c6d68df9e3a448b7b3ea4d1c2748a5f2bdfa48f9c1fd8629105e996321313138
Description: library to create keymaps with the XKB X11 protocol - development files
 This package provides an add-on library called xkbcommon-x11, to support
 creating keymaps with the XKB X11 protocol, by querying the X server directly.
 .
 This package contains the development headers for the library found in
 libxkbcommon-x11-0. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 https://github.com/xkbcommon/libxkbcommon.git
Homepage: http://www.xkbcommon.org/
Multi-Arch: same

Package: libxkbcommon0
Priority: optional
Section: libs
Installed-Size: 349
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbcommon
Version: 1.5.0-1+apertis0bv2024dev3b1
Depends: xkb-data, libc6 (>= 2.33)
Filename: pool/target/libx/libxkbcommon/libxkbcommon0_1.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 102224
MD5sum: fbd8a2e9a753bb77349489f3c2b60dfc
SHA1: 3dafa137a786e90bd93cb4b3bd541ba5e10c2b98
SHA256: 8560f5661d4a0318c0cb0520ca420d4ec1cea4cd49e9cf15af771f4465472ea1
SHA512: 27b17f6755033e3fd133eea7b1d3d8e0645987493360820cede66e7333b77cceafb3bddf412ee7d00fa9f9a9c01508c8d252e00bd58d69efd55ab8c14d8ddf10
Description: library interface to the XKB compiler - shared library
 This package provides a library to handle keyboard descriptions, including
 loading them from disk, parsing them and handling their state. It's mainly
 meant for client toolkits, window systems, and other system applications;
 currently that includes Wayland, kmscon, GTK+, Clutter, and more.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 https://github.com/xkbcommon/libxkbcommon.git
Homepage: http://www.xkbcommon.org/
Multi-Arch: same

Package: libxkbcommon0-dbgsym
Priority: optional
Section: debug
Installed-Size: 260
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbcommon
Version: 1.5.0-1+apertis0bv2024dev3b1
Depends: libxkbcommon0 (= 1.5.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxkbcommon/libxkbcommon0-dbgsym_1.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 236364
MD5sum: c196f01de37171ca9790edb586954ad8
SHA1: e16179f5d7077e292345b6597ddaa5bcbb2436e8
SHA256: 579e709d67d51e990596c6e5e4a93655f3dee2c08341dc18c48ce700c490ea86
SHA512: 64cf99d1cdac2a0ace01e699347410adf0b081d5027837e5a62932f7d265cb61310ad0a33e482b8c5f1ede3116b084b240e9a3d24c49be9916f6db7f72c120ae
Description: debug symbols for libxkbcommon0
Auto-Built-Package: debug-symbols
Build-Ids: 14dfe3e14d4e6cfb9098be5bb433010139c1dcb7
Multi-Arch: same

Package: libxkbfile-dev
Priority: optional
Section: libdevel
Installed-Size: 337
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbfile
Version: 1:1.1.0-1+apertis1bv2024dev2b1
Depends: libxkbfile1 (= 1:1.1.0-1+apertis1bv2024dev2b1), libx11-dev, x11proto-dev
Filename: pool/target/libx/libxkbfile/libxkbfile-dev_1.1.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 85480
MD5sum: b9c1bfdf3c0c3944d87ec537f73b8f3c
SHA1: a51f535bef226fec0f71fbf4be93e2daaaa06830
SHA256: 048c3c0ddfaad50f28c190adccff1e478a0c5d4412f3e0ca0b1673028a13be41
SHA512: a40722d1e36d931f54d2bd789264c6abe621a5cb1fb7440a718aa49f0641e8e8c16e196005b983502455321fd3b523489db57ab85d2ec38a192c7357437daa00
Description: X11 keyboard file manipulation library (development headers)
 libxkbfile provides an interface to read and manipulate description files for
 XKB, the X11 keyboard configuration extension.
 .
 This package contains the development headers for the library found in
 libxkbfile1.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libxkbfile
Multi-Arch: same

Package: libxkbfile1
Priority: optional
Section: libs
Installed-Size: 221
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbfile
Version: 1:1.1.0-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libx11-6
Filename: pool/target/libx/libxkbfile/libxkbfile1_1.1.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 71288
MD5sum: ce61632366cc868390ce0684c0830d8d
SHA1: 4f2b844b766eba79c627c158037968da8954ed33
SHA256: 997138a52fd619c39839b90084168402ce340ad7907cf41546876d7881128ac1
SHA512: a56e0660c3ff7e2ad757e80e1d9b1fbe1b5d07c185ac4ab158f7080ed3a2e55434d400c0290621be81afd8b1b454a804300019001f61ce076a0d2c9782c1b95b
Description: X11 keyboard file manipulation library
 libxkbfile provides an interface to read and manipulate description files for
 XKB, the X11 keyboard configuration extension.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libxkbfile
Multi-Arch: same

Package: libxkbfile1-dbgsym
Priority: optional
Section: debug
Installed-Size: 213
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbfile
Version: 1:1.1.0-1+apertis1bv2024dev2b1
Depends: libxkbfile1 (= 1:1.1.0-1+apertis1bv2024dev2b1)
Filename: pool/target/libx/libxkbfile/libxkbfile1-dbgsym_1.1.0-1+apertis1bv2024dev2b1_arm64.deb
Size: 194900
MD5sum: 44ac924525c15d5cbf3965c12232bfdd
SHA1: 37a0044c82e1c57826ae97b162f326db688e32b8
SHA256: 1e502a2caba8179d52ba0b440146e874c53252ce5d5a398b6bc296c83925fbd6
SHA512: 5ba9a8e1a5aae95a0aabfa611f8df04d5dd2bf5179b7876eee3f684595b19c26804ef147c9514576e5ef09925bc0e37ca5a2d635a27aae4cab57461d773bbb32
Description: debug symbols for libxkbfile1
Auto-Built-Package: debug-symbols
Build-Ids: a321feb3d351a72b179bc2fd17513b65fbe2ab84
Multi-Arch: same

Package: libxkbregistry-dev
Priority: optional
Section: libdevel
Installed-Size: 45
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbcommon
Version: 1.5.0-1+apertis0bv2024dev3b1
Depends: libxkbcommon-dev (= 1.5.0-1+apertis0bv2024dev3b1), libxkbregistry0 (= 1.5.0-1+apertis0bv2024dev3b1), libxml2-dev
Filename: pool/target/libx/libxkbcommon/libxkbregistry-dev_1.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 11132
MD5sum: 62162412b0f64491c556d5decf67abf1
SHA1: 221bd6a6d4cd395758ff1f5583e5e953ee0162ad
SHA256: ce986c0c5cb2db56affd179132551757a2af51b0a69c2b51796dd76299fc44dc
SHA512: e59cb7b5d472ce837e09333de446db7e483cba76db307c86b03479f504c93cf9424747f40bb0dda8e552203db4560213eba8023582022a1bdd680fe005b68bc4
Description: library to query available RMLVO - development files
 This package provides an add-on library called xkbregistry, which is used
 to query the available RMLVO instead of parsing evdev.xml directly.
 .
 This package contains the development headers for the library found in
 libxkbregistry0. Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 https://github.com/xkbcommon/libxkbcommon.git
Homepage: http://www.xkbcommon.org/
Multi-Arch: same

Package: libxkbregistry0
Priority: optional
Section: libs
Installed-Size: 90
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbcommon
Version: 1.5.0-1+apertis0bv2024dev3b1
Depends: libxkbcommon0 (= 1.5.0-1+apertis0bv2024dev3b1), libc6 (>= 2.33), libxml2 (>= 2.7.4)
Filename: pool/target/libx/libxkbcommon/libxkbregistry0_1.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 16680
MD5sum: 7d6f651bef92f2113a5c9d055d045f75
SHA1: 0eb07aa0626cdb14b74300fbfa5aad7fcadb9b43
SHA256: f0e2c184e658755587aed8a9387eb0fe601bdec6e8ae6ddd6ee94bcdf5d3af2a
SHA512: 5d0789035d563428e0ab10720a6e498730d08c4e4e81fd392bf5a9a9e63980061a15eaa594196eba581c62c7a4d61497b81d3fd2e8ce0bad4dc836b08a41482a
Description: library to query available RMLVO
 This package provides an add-on library called xkbregistry, which is used
 to query available RMLVO instead of parsing evdev.xml directly.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 https://github.com/xkbcommon/libxkbcommon.git
Homepage: http://www.xkbcommon.org/
Multi-Arch: same

Package: libxkbregistry0-dbgsym
Priority: optional
Section: debug
Installed-Size: 52
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxkbcommon
Version: 1.5.0-1+apertis0bv2024dev3b1
Depends: libxkbregistry0 (= 1.5.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxkbcommon/libxkbregistry0-dbgsym_1.5.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 34972
MD5sum: a3238c04f60915ff01cf27f931d25c4c
SHA1: 20a74a68ca7e42470fc2731c9d9a6e9fd8a8ceb4
SHA256: a4405b0f465db98c7ca64d721dc9e6a3de22b419503716a68d6aebf1ceedeb4b
SHA512: bca6b745f7a7c2a6ec6fbe2e1be806796627997c59b129d939960850bb32558293484c3cd1b7e39ece1ae834bae8d64cff320eedcd305518cbc5e602cf566dce
Description: debug symbols for libxkbregistry0
Auto-Built-Package: debug-symbols
Build-Ids: 86a56baf72ef2ad85d1a862d74a073197c1786d2
Multi-Arch: same

Package: libxml2
Priority: optional
Section: libs
Installed-Size: 1831
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: arm64
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34), libicu72 (>= 72.1~rc-1~), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.2.3.3)
Conflicts: w3c-dtd-xhtml
Filename: pool/target/libx/libxml2/libxml2_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_arm64.deb
Size: 621664
MD5sum: d27687bd73b712487e2c733b3046242f
SHA1: 38ad4f02742cb40eecbf9378ead7fd3b89ed145d
SHA256: e531f2563d5f758f6ba880de030093bedf5e86c621ccdb997ba1a6e5c5e11ad5
SHA512: eda71460298caff2ef375adffa8a2cf19b8c71131cd5fc36fe5b26069dee017682e747d3136076335ce229aaa8e86df4529288bc4f94c615460c403d0553c9f8
Description: GNOME XML library
 XML is a metalanguage to let you design your own markup language.
 A regular markup language defines a way to describe information in
 a certain class of documents (eg HTML). XML lets you define your
 own customized markup languages for many classes of document. It
 can do this because it's written in SGML, the international standard
 metalanguage for markup languages.
 .
 This package provides a library providing an extensive API to handle
 such XML data files.
Homepage: http://xmlsoft.org
Multi-Arch: same

Package: libxml2-dbgsym
Priority: optional
Section: debug
Installed-Size: 2026
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: arm64
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: libxml2 (= 2.9.14+dfsg-1.2+apertis1bv2024dev3b2)
Filename: pool/target/libx/libxml2/libxml2-dbgsym_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_arm64.deb
Size: 1867136
MD5sum: 770c286d883e573142e901d61f04197e
SHA1: 658b66cbb56f4335573d729a50ac0e8458ef958b
SHA256: 279287fe3f3e721ae4de1a9e1b6d8253551b8b5b599d8e4373b51cc213c70078
SHA512: be464f8721f34e15480049ddc2f270815cfb456597c1da960a58356309e081e4874361a65c1ded4ea736061f826be60f5203e0641e300c971a6e6eac152d2617
Description: debug symbols for libxml2
Auto-Built-Package: debug-symbols
Build-Ids: 6c6ad586915ce99b38c9b73ff3fa60aa7bcba161
Multi-Arch: same

Package: libxml2-dev
Priority: optional
Section: libdevel
Installed-Size: 3325
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: arm64
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: libicu-dev, libxml2 (= 2.9.14+dfsg-1.2+apertis1bv2024dev3b2)
Suggests: pkg-config
Filename: pool/target/libx/libxml2/libxml2-dev_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_arm64.deb
Size: 742404
MD5sum: fb123cfb8b2ab970393076351433fa70
SHA1: 2b31fe42ba784f9c121a0ea5d098b73b7c1110f9
SHA256: abdb047d68a13f698208548f99e0ea5378b72227e1e1e331d4fe2ec13ca7fdc5
SHA512: 74bc089b1f4edca664b6bb18f0b598b2beeae07ed028fc7f95336f1764a5cc0bcf7d655e739ef10c87a1fd125cb9f3a073e4c415b512c2dd6efcddf887726345
Description: GNOME XML library - development files
 XML is a metalanguage to let you design your own markup language.
 A regular markup language defines a way to describe information in
 a certain class of documents (eg HTML). XML lets you define your
 own customized markup languages for many classes of document. It
 can do this because it's written in SGML, the international standard
 metalanguage for markup languages.
 .
 Install this package if you wish to develop your own programs using
 the GNOME XML library.
Homepage: http://xmlsoft.org
Multi-Arch: same

Package: libxml2-doc
Priority: optional
Section: doc
Installed-Size: 7962
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: all
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Suggests: devhelp
Filename: pool/target/libx/libxml2/libxml2-doc_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_all.deb
Size: 669044
MD5sum: ee7bb34bd7951a846b1690a2d878b49a
SHA1: d5edaa5deaaa9b5476858eb69ec08c733674a5eb
SHA256: 84c382573b0e222aaeb6e64943bcdbd64d0e67269dffb9dfb6931df09015e1c7
SHA512: 479601c5a3f861aef11300682f0ae4b69f92c018bee64a7bd7431c59b9afc02658a7a514cb7274346845e15bc6f082c6127c0c57d3db8a075cc93177803c7eac
Description: GNOME XML library - documentation
 XML is a metalanguage to let you design your own markup language.
 A regular markup language defines a way to describe information in
 a certain class of documents (eg HTML). XML lets you define your
 own customized markup languages for many classes of document. It
 can do this because it's written in SGML, the international standard
 metalanguage for markup languages.
 .
 This package contains general information about the GNOME XML library
 and more specific API references.
Homepage: http://xmlsoft.org
Multi-Arch: foreign

Package: libxml2-utils
Priority: optional
Section: text
Installed-Size: 283
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: arm64
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: libc6 (>= 2.34), libxml2 (>= 2.9.0)
Filename: pool/target/libx/libxml2/libxml2-utils_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_arm64.deb
Size: 99772
MD5sum: 0218f95a637315dd36942193073f836e
SHA1: 6758af758f8f5ee914e746d788b51adbd5dd54b8
SHA256: e6a20fc1b43c1cfaab6b1f6129b341ccfe871daa6e9d8d977155271b874f79e6
SHA512: f9cde8621b734bdf5b5bd3e796b2faae4629bfdb9a65bf990f56d2b3275046ab17656985be0b7c337f01e405e742be3ad844415fd10ac4d4ac33ea4d6aaa86fe
Description: GNOME XML library - utilities
 XML is a metalanguage to let you design your own markup language.
 A regular markup language defines a way to describe information in
 a certain class of documents (eg HTML). XML lets you define your
 own customized markup languages for many classes of document. It
 can do this because it's written in SGML, the international standard
 metalanguage for markup languages.
 .
 This package provides xmllint, a tool for validating and reformatting
 XML documents, and xmlcatalog, a tool to parse and manipulate XML or
 SGML catalog files.
Homepage: http://xmlsoft.org
Multi-Arch: foreign

Package: libxml2-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 117
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: arm64
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: libxml2-utils (= 2.9.14+dfsg-1.2+apertis1bv2024dev3b2)
Filename: pool/target/libx/libxml2/libxml2-utils-dbgsym_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_arm64.deb
Size: 80108
MD5sum: 6628f8f3a974644343637fea454c9f84
SHA1: 63fc99b9c904d82a42ba836f9d65d9ff76fd68d4
SHA256: 509e5a20e8f3b362eb4b43826a2e1bbfc4dedd5ec7ae43f3d15a55caea2b4c39
SHA512: 79ee32b667044f4c1aca1b1562953d4102eff47ea1810a36602810e842ef073801357b2a4e7bd51997d8bf6cd5fb6d7bb6cbad9045dc8141561a881b44ed6ded
Description: debug symbols for libxml2-utils
Auto-Built-Package: debug-symbols
Build-Ids: 89fb962e603019965a2766b495dbeb551abb03c4 c2d6c177551a184506e8d1b41986fbc8dea6ef6d

Package: libxmlb-dev
Priority: optional
Section: libdevel
Installed-Size: 1061
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: arm64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: gir1.2-xmlb-2.0 (= 0.3.10-2+apertis1bv2024dev3b1), liblzma-dev
Filename: pool/target/libx/libxmlb/libxmlb-dev_0.3.10-2+apertis1bv2024dev3b1_arm64.deb
Size: 67572
MD5sum: c4e79f73ca780a69f535c9ace4c6d180
SHA1: 0839858034f4ce366b731be6eab2f21ab01cc926
SHA256: 74c728a2d5a77d5b1ad29d16b34f230658ef06c11fe014154c1411f8116f8694
SHA512: 3881cf7ab792bd07d54e93c2644701c58d666759e0929e0292c664569f32484a3e79c6a715fd4df8d92f43bd0debda4017cbf24ecfb39e1e48864c7e6295fcb4
Description: Development files for libxmlb
 This package provides development libraries for libxmlb.
 .
 The libxmlb library takes XML source, and
 converts it to a structured binary representation with a deduplicated string
 table -- where the strings have the NULs included.
 .
 This allows an application to mmap the binary XML file, do an XPath query and
 return some strings without actually parsing the entire document. This is all
 done using (almost) zero allocations and no actual copying of the binary data.
Homepage: https://github.com/hughsie/libxmlb
Multi-Arch: same

Package: libxmlb-tests
Priority: optional
Section: libs
Installed-Size: 280
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: arm64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: libxmlb2 (= 0.3.10-2+apertis1bv2024dev3b1), shared-mime-info, libc6 (>= 2.34), libglib2.0-0 (>= 2.53.2), liblzma5 (>= 5.1.1alpha+20120614)
Filename: pool/target/libx/libxmlb/libxmlb-tests_0.3.10-2+apertis1bv2024dev3b1_arm64.deb
Size: 74864
MD5sum: af8544466f19d6ed5f0d1857386a82fb
SHA1: 5bf07750a4f4d487def041a85f97c78188bfe17a
SHA256: 0f23e49a6dee52c72809217859dbcc1f4545274db0aa9a953c3b7b2494e395e2
SHA512: a486cf0ba777d51b23eeaea56716986bfeadbc5f5a61cb22ebbd99f8b8a7a5e20e33dd9b6512f0833f73136bee9fd030899bbddd854ce33081f8eed6dde5aa04
Description: Installed tests for libxmlb2
 The libxmlb library takes XML source, and
 converts it to a structured binary representation with a deduplicated string
 table -- where the strings have the NULs included.
 .
 This allows an application to mmap the binary XML file, do an XPath query and
 return some strings without actually parsing the entire document. This is all
 done using (almost) zero allocations and no actual copying of the binary data.
 .
 This package contains the installed tests for libxmlb.
Homepage: https://github.com/hughsie/libxmlb

Package: libxmlb-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 361
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: arm64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: libxmlb-tests (= 0.3.10-2+apertis1bv2024dev3b1)
Filename: pool/target/libx/libxmlb/libxmlb-tests-dbgsym_0.3.10-2+apertis1bv2024dev3b1_arm64.deb
Size: 320696
MD5sum: 71855ba194a0416c039b9bf660a1f74c
SHA1: 3a8aaa5bee8f22697363fc6ebf608ae2e392e870
SHA256: ae888d1b640eee3b5711b000c4872be0b77e6867decb11d7952f7744d7aa1590
SHA512: da50bab4368ac62cffa0aa83572ea40a88c0dd92b23f0930891da75f1f7d41acb836a241d419dd6df8a6306846cc4ff0257ab11b7066251f7f59c0435ea9c373
Description: debug symbols for libxmlb-tests
Auto-Built-Package: debug-symbols
Build-Ids: 8d1431058ea4b16e215488c41e27e02f2fe36fe1

Package: libxmlb-utils
Priority: optional
Section: libs
Installed-Size: 83
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: arm64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: libxmlb2 (= 0.3.10-2+apertis1bv2024dev3b1), shared-mime-info, libc6 (>= 2.34), libglib2.0-0 (>= 2.30.0)
Filename: pool/target/libx/libxmlb/libxmlb-utils_0.3.10-2+apertis1bv2024dev3b1_arm64.deb
Size: 10888
MD5sum: f6de73b4754f3431f213983995ce6f3e
SHA1: 04dabb0ffb66a003a76354d53d131197b4eaa0f0
SHA256: d2eaa0ca8f328832fa89bb98072e452272ce5ff69e765ef2f1ea5bc23c036d6f
SHA512: d965e8312c4626cb2d2a8ccbe80fb1069963be15233d22ac36b441b65012b7a8432af52ed44a4d60b59ee6a42750c0ce435a32589b64d59d6495a0decf8e5691
Description: Binary XML library - Command-line utility
 The libxmlb library takes XML source, and
 converts it to a structured binary representation with a deduplicated string
 table -- where the strings have the NULs included.
 .
 This allows an application to mmap the binary XML file, do an XPath query and
 return some strings without actually parsing the entire document. This is all
 done using (almost) zero allocations and no actual copying of the binary data.
 .
 This package contains the `xb-tool` command-line utility.
Homepage: https://github.com/hughsie/libxmlb

Package: libxmlb-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 39
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: arm64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: libxmlb-utils (= 0.3.10-2+apertis1bv2024dev3b1)
Filename: pool/target/libx/libxmlb/libxmlb-utils-dbgsym_0.3.10-2+apertis1bv2024dev3b1_arm64.deb
Size: 22296
MD5sum: 75156e99eca7ff7839b4091e8eef279a
SHA1: f6bb674ef93e1db3fab1f98c27ea4ed0420427fa
SHA256: 27cba71d57a5c5dab9a61b04d02513cb72d514183fcfd8412dd4d9cd6d5b9519
SHA512: ac67807f9bf56bea5f14fff13223bf83e3fcec07dd6354683030d483c9ce84d8721dbfac25948592ffd652d9d1e629fda8225067c7a902fc199b647a887832bd
Description: debug symbols for libxmlb-utils
Auto-Built-Package: debug-symbols
Build-Ids: 0c8981907e5a14bd89553cfafaa5535a85d72ac8

Package: libxmlb2
Priority: optional
Section: libs
Installed-Size: 222
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: arm64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.53.2), liblzma5 (>= 5.1.1alpha+20120614)
Filename: pool/target/libx/libxmlb/libxmlb2_0.3.10-2+apertis1bv2024dev3b1_arm64.deb
Size: 56156
MD5sum: 1d98a332da609bd9fa5efe0b3f452efe
SHA1: 374512d8a977402cf244cec75b26316aa5311a22
SHA256: 9df8543b1593ee4d1acc7930fd04fa7e9e83aa4e6bcb8308845a5acb7c7d948e
SHA512: d468f3aa8738a790779be48c758dc2d579a9bd36a454106aa03120fdce8af411e858b7098f1d419856ccf1a14c2b98a6f2944ca24a0dcd2525140ba016ea7bc7
Description: Binary XML library
 The libxmlb library takes XML source, and
 converts it to a structured binary representation with a deduplicated string
 table -- where the strings have the NULs included.
 .
 This allows an application to mmap the binary XML file, do an XPath query and
 return some strings without actually parsing the entire document. This is all
 done using (almost) zero allocations and no actual copying of the binary data.
Homepage: https://github.com/hughsie/libxmlb
Multi-Arch: same

Package: libxmlb2-dbgsym
Priority: optional
Section: debug
Installed-Size: 265
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Architecture: arm64
Source: libxmlb
Version: 0.3.10-2+apertis1bv2024dev3b1
Depends: libxmlb2 (= 0.3.10-2+apertis1bv2024dev3b1)
Filename: pool/target/libx/libxmlb/libxmlb2-dbgsym_0.3.10-2+apertis1bv2024dev3b1_arm64.deb
Size: 228168
MD5sum: 0a746acaaea57f79c80039bc06e10dc9
SHA1: 66986c49fe229feed65c36c9d723443f72b345e2
SHA256: bbe9a1a20c1c40f349ff11200d51157c11bc29d7a0816436680303a6ce3eb0c6
SHA512: 56860f22ba5d447771c2b0b6271e5474c8ab5fb83962f165f9fed6aebfaf26473267b7eb81590b364de8171886671677511e74572be952bb5a9d61bfb75a4586
Description: debug symbols for libxmlb2
Auto-Built-Package: debug-symbols
Build-Ids: d6b6a0423b3e09f3cd3eeb823d8441aa66476273
Multi-Arch: same

Package: libxmu-dev
Priority: optional
Section: libdevel
Installed-Size: 232
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxmu
Version: 2:1.1.3-3+apertis0bv2024dev2b1
Depends: libxext-dev, libxt-dev, libxmu6 (= 2:1.1.3-3+apertis0bv2024dev2b1), libxmu-headers (= 2:1.1.3-3+apertis0bv2024dev2b1)
Filename: pool/target/libx/libxmu/libxmu-dev_1.1.3-3+apertis0bv2024dev2b1_arm64.deb
Size: 63208
MD5sum: c582bdff4b6b055d4bb31674c5328b0f
SHA1: 1c32f8b0b3118787803e1a245c45a9202ff711af
SHA256: 421e540422403faeca0f5a622730dd435aaa318f70c7434b95f1250288fe7de5
SHA512: 0388a6bfceea53c707801b9405a101b44f4ea0039a5465cae4480d9d11dc3e1094122548268cefaaf5db17c99461a3c8afb6a69fe9be59e64cd40c8034f8e220
Description: X11 miscellaneous utility library (development headers)
 libXmu provides a set of miscellaneous utility convenience functions for X
 libraries to use.  libXmuu is a lighter-weight version that does not depend
 on libXt or libXext; for more information, see libxmuu1.
 .
 This package contains the development headers for the library found in
 libxmu6.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXmu
Multi-Arch: same

Package: libxmu-headers
Priority: optional
Section: libdevel
Installed-Size: 315
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libxmu
Version: 2:1.1.3-3+apertis0bv2024dev2b1
Depends: libx11-dev, x11proto-dev
Filename: pool/target/libx/libxmu/libxmu-headers_1.1.3-3+apertis0bv2024dev2b1_all.deb
Size: 66092
MD5sum: 1daa3ab08a9cb2d759ac820030a7bd94
SHA1: ef993ffb1328f12fa1a7c527273d15900d5ca4f8
SHA256: eab6b55a83cd2f1ff90b85e14b79801433ffd12529835f43242057af0017e587
SHA512: 5007ec10564bcfeef6047f44ad9a485467b2b7a17b1710cfc07c269b4ed5755b57929c62e9c3ec4b08937a1e73b10ff82841951784508e9beba3557a6f686db5
Description: X11 miscellaneous utility library headers
 libXmu and libXmuu are miscellaneous utility libraries for X library
 developers to abstract some common functions.  This package provides the
 headers for both libraries (as libXmuu is a subset of libXmu), and
 is depended upon by both.  For more information, please see libxmu-dev or
 libxmuu-dev.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXmu
Multi-Arch: foreign

Package: libxmu6
Priority: optional
Section: libs
Installed-Size: 162
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxmu
Version: 2:1.1.3-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libx11-6, libxext6, libxt6
Filename: pool/target/libx/libxmu/libxmu6_1.1.3-3+apertis0bv2024dev2b1_arm64.deb
Size: 55324
MD5sum: 8d8a4c4cec1299b84e169637e81c9b7f
SHA1: 8ce3b4e9d5896a42d9f950e43b7f859385d007e8
SHA256: be09e58c825fce7629b47337db2f25f037d9a8b90c73faf777a0af583673dd00
SHA512: 9a8ba1923e8acdd9ac7fc23922264ebea4e0e169b6ab942e4103aca8c22b3068ba19dc3837cf44c52638aca7454cab372590c4a0f41a666954bc3369e5b803e9
Description: X11 miscellaneous utility library
 libXmu provides a set of miscellaneous utility convenience functions for X
 libraries to use.  libXmuu is a lighter-weight version that does not depend
 on libXt or libXext; for more information, see libxmuu1.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXmu
Multi-Arch: same

Package: libxmu6-dbgsym
Priority: optional
Section: debug
Installed-Size: 153
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxmu
Version: 2:1.1.3-3+apertis0bv2024dev2b1
Replaces: libxmu6-dbg (<< 2:1.1.3-1)
Depends: libxmu6 (= 2:1.1.3-3+apertis0bv2024dev2b1)
Breaks: libxmu6-dbg (<< 2:1.1.3-1)
Filename: pool/target/libx/libxmu/libxmu6-dbgsym_1.1.3-3+apertis0bv2024dev2b1_arm64.deb
Size: 127060
MD5sum: 0fe11c09776e7ecb024e77b3600ebd7b
SHA1: dca60e2c6fc34c6c4d41672446039f0c16d38db7
SHA256: f64c6960b08a8728fa49135daed41b34c8155513008d7e09d6c678826a724d2d
SHA512: a5a15f540768194b933a8fb40500b826195a67122c830c0f82bfd1aef49b96d762d8b74ab0e146a5419ceabfe19180d6c1ae882776146e5538cd3f4bf9b937d2
Description: debug symbols for libxmu6
Auto-Built-Package: debug-symbols
Build-Ids: dfc1a93a0c53eb0a204cb0ee7d28679cb7b48b9d
Multi-Arch: same

Package: libxmuu-dev
Priority: optional
Section: libdevel
Installed-Size: 50
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxmu
Version: 2:1.1.3-3+apertis0bv2024dev2b1
Depends: libxmuu1 (= 2:1.1.3-3+apertis0bv2024dev2b1), libxmu-headers (= 2:1.1.3-3+apertis0bv2024dev2b1)
Filename: pool/target/libx/libxmu/libxmuu-dev_1.1.3-3+apertis0bv2024dev2b1_arm64.deb
Size: 21564
MD5sum: 60c9827a858499cc774e4725a14c009c
SHA1: 21bcaf66fe8c4c1d6ff3e46cb315abc24bc23498
SHA256: aeae912bf2ca474f1bf9a83597630a9f5f2815673fa8bbe17f6557f74f1e9548
SHA512: cd44480f59cbf3db4250803afd67c3de24f303eccb495dc958f56cffcd023d360b0ab1d03333c7f54b908e78993a3b56208742e8aea41b32aeba971473ae9424
Description: X11 miscellaneous micro-utility library (development headers)
 libXmuu provides a set of miscellaneous utility convenience functions for X
 libraries to use.  It is a lighter version of libXmu that does not depend
 on libXt or libXext; for more information on libXmu, see libxmu6.
 .
 This package contains the development headers for the library found in
 libxmuu1.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXmu
Multi-Arch: same

Package: libxmuu1
Priority: optional
Section: libs
Installed-Size: 96
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxmu
Version: 2:1.1.3-3+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libx11-6
Filename: pool/target/libx/libxmu/libxmuu1_1.1.3-3+apertis0bv2024dev2b1_arm64.deb
Size: 21752
MD5sum: d4f2813492dafc759922529f1ba9d485
SHA1: e1dc27285e0ad813478e0e86bd6e52608ee7e39a
SHA256: 627cc760c0d64c77f4e481f34265a6d7501317b651eddedecd6cbaf21a391065
SHA512: 9345209aeee8d6e5c1394168335474d2e75c59605aace8207517b1040653bbc22f45a061073a6562d46041b8bafd07ed4d9b80561c7912cc99f986761a44f334
Description: X11 miscellaneous micro-utility library
 libXmuu provides a set of miscellaneous utility convenience functions for X
 libraries to use.  It is a lighter version of libXmu that does not depend
 on libXt or libXext; for more information on libXmu, see libxmu6.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXmu
Multi-Arch: same

Package: libxmuu1-dbgsym
Priority: optional
Section: debug
Installed-Size: 37
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxmu
Version: 2:1.1.3-3+apertis0bv2024dev2b1
Replaces: libxmuu1-dbg (<< 2:1.1.3-1)
Depends: libxmuu1 (= 2:1.1.3-3+apertis0bv2024dev2b1)
Breaks: libxmuu1-dbg (<< 2:1.1.3-1)
Filename: pool/target/libx/libxmu/libxmuu1-dbgsym_1.1.3-3+apertis0bv2024dev2b1_arm64.deb
Size: 23020
MD5sum: 1c8d3a15a11c55d1556fac0abf782930
SHA1: accafb2fa4c042ae286b652674dc62ea1cd85cb2
SHA256: bff55355c9d273f15e3001ac8030e7ff444bea834075e273770a20890177fb60
SHA512: ac1b54f0137ac06f14f784b63a805825f1a09bca9b50c6a3d19d86b757784b2e5de22c2fd3ad44657f6a3e9f7f103591b02a5f73c912bcb7dba0fbc94f857d53
Description: debug symbols for libxmuu1
Auto-Built-Package: debug-symbols
Build-Ids: a57a7b1065bf48c3791f7601466c8ac9861a8116
Multi-Arch: same

Package: libxnnpack-dev
Priority: optional
Section: libdevel
Installed-Size: 133
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: xnnpack
Version: 0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1
Depends: libxnnpack0 (= 0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1)
Filename: pool/target/x/xnnpack/libxnnpack-dev_0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1_arm64.deb
Size: 16380
MD5sum: 48cda6657add3a62717f263d2459c825
SHA1: 816bd31674b6af78843067b0fb027810cb841a23
SHA256: 20487da27fde9ddb62084cf11d3c68dd3102c4b043e0ab98a761c81d931f35cc
SHA512: 4fb7179a62f4613711cc33be7f0a2cabeb560eab5a1994b1637ab4fd468f1a61c2a019bce735b8bce005b16f9151de3ee86044cd6a9d7e4a9d5a91b385b6ee54
Description: High-efficiency floating-point neural network inference operators (dev)
 XNNPACK is a highly optimized library of floating-point neural network
 inference operators for ARM, WebAssembly, and x86 platforms. XNNPACK is not
 intended for direct use by deep learning practitioners and researchers; instead
 it provides low-level performance primitives for accelerating high-level
 machine learning frameworks, such as TensorFlow Lite, TensorFlow.js, PyTorch,
 and MediaPipe.
 .
 This package contains the development files.
Homepage: https://github.com/google/XNNPACK

Package: libxnnpack0
Priority: optional
Section: libs
Installed-Size: 1052
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: xnnpack
Version: 0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libcpuinfo0 (>= 0.0~git20200422.a1e0b95-2~), libgcc-s1 (>= 3.0), libpthreadpool0 (>= 0.0~git20200615.029c886)
Filename: pool/target/x/xnnpack/libxnnpack0_0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1_arm64.deb
Size: 250344
MD5sum: b9122d5041faef83d5d4d64eb2bec54c
SHA1: 17bcb82b1eeb8fde4bc2247dfdc6c13c2cb6a7a2
SHA256: a98258caceb918b4620a75748674f235f435d88cf9144afbd45021e702773e11
SHA512: 497104cec38675c30d533b51667845b8670806312924aee471340b2ca0e4b54988ba34e3a4fd492123f731a1360ab7192b56b93ddc950421e310cd178976ddc5
Description: High-efficiency floating-point neural network inference operators (libs)
 XNNPACK is a highly optimized library of floating-point neural network
 inference operators for ARM, WebAssembly, and x86 platforms. XNNPACK is not
 intended for direct use by deep learning practitioners and researchers; instead
 it provides low-level performance primitives for accelerating high-level
 machine learning frameworks, such as TensorFlow Lite, TensorFlow.js, PyTorch,
 and MediaPipe.
 .
 This package contains the shared object.
Homepage: https://github.com/google/XNNPACK

Package: libxnnpack0-dbgsym
Priority: optional
Section: debug
Installed-Size: 2156
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: xnnpack
Version: 0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1
Depends: libxnnpack0 (= 0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1)
Filename: pool/target/x/xnnpack/libxnnpack0-dbgsym_0.0~git20220216.ae108ef-2+apertis0bv2024dev2b1_arm64.deb
Size: 2039636
MD5sum: 4273e3ba01d9dc68b439ba2a34ac4180
SHA1: 493b57003a882ae353240526cca2f6d440692593
SHA256: beacf3c9e8029681ad378223f466dd26e0b674918be0c8c55dddc851e335403a
SHA512: 2fd000d52301aeb17306c99dc99db95a3e105d152e83074f5a413889efdb8f30b8041016187378ce28a8a74e45c14be5031068e538ebf26f1e4e0fb916be9195
Description: debug symbols for libxnnpack0
Auto-Built-Package: debug-symbols
Build-Ids: 3bcd20c2591a5501694c56d8f52c2b0adb074f40

Package: libxpm-dev
Priority: optional
Section: libdevel
Installed-Size: 225
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxpm
Version: 1:3.5.12-1.1+apertis0bv2024dev2b1
Depends: libxpm4 (= 1:3.5.12-1.1+apertis0bv2024dev2b1), libx11-dev, x11proto-core-dev
Filename: pool/target/libx/libxpm/libxpm-dev_3.5.12-1.1+apertis0bv2024dev2b1_arm64.deb
Size: 101812
MD5sum: 6c0b8267813d8584d5155d618f1ea5c7
SHA1: a4936db1292b0ed8c3fcabfe81f084981f969bae
SHA256: df5ca3c1a5b61f9e3956a678489e09d0564a1c4b30eb6a500ed29b37752d266f
SHA512: 119d2b39fe7561617a84d674bd7620f12f552c8b00428d468c3c93f06aea991d6d75c07e1a1249f1f00572394ad104d64cd0dc397b99e6a79419b912aefee5e1
Description: X11 pixmap library (development headers)
 The X PixMap image format is an extension of the monochrome X BitMap
 format specified in the X protocol, and is commonly used in traditional
 X applications.
 .
 This package contains the development headers for the libxpm4 library.
 Non-developers likely have little use for this package.
Homepage: https://www.x.org
Multi-Arch: same

Package: libxpm4
Priority: optional
Section: libs
Installed-Size: 97
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxpm
Version: 1:3.5.12-1.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libx11-6
Filename: pool/target/libx/libxpm/libxpm4_3.5.12-1.1+apertis0bv2024dev2b1_arm64.deb
Size: 44912
MD5sum: f40f19b79b9f609a9b3b9d4af89ac93d
SHA1: 85c944787ae96948aea975bd72d98ec3a2c1077a
SHA256: 8662dad0489b1e409baa8a300bfea96b3364189632447e567e404d3c1fc8e444
SHA512: a1c1fb1a167b834f9baca9b7f682f490047d0b03adff9c81539cc6748294d19157ac0fb443209757f1bf29c9c1bf76875609f4f135c00439680bdd201f13e8ae
Description: X11 pixmap library
 The X PixMap image format is an extension of the monochrome X BitMap
 format specified in the X protocol, and is commonly used in traditional
 X applications.
 .
 This package provides runtime support for XPM format.
Homepage: https://www.x.org
Multi-Arch: same

Package: libxpm4-dbgsym
Priority: optional
Section: debug
Installed-Size: 120
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxpm
Version: 1:3.5.12-1.1+apertis0bv2024dev2b1
Depends: libxpm4 (= 1:3.5.12-1.1+apertis0bv2024dev2b1)
Filename: pool/target/libx/libxpm/libxpm4-dbgsym_3.5.12-1.1+apertis0bv2024dev2b1_arm64.deb
Size: 101748
MD5sum: 9a57417bb2f67cbabba1346afdaedbe5
SHA1: 5695a2404f21268fa6b48528558628bebbc764d1
SHA256: 3adbaf48dab8629e8a41a8bd97abb458e797cb22ab52bcf6eaab3c29cb3a39f7
SHA512: 2fd51ebf17ba45f153ee20d95209df532583a5a7927ded8a3880aead313f14804a7c76ed7b90a793b4a823ecc1fb168796c918fec122ef5605582f71f807ea70
Description: debug symbols for libxpm4
Auto-Built-Package: debug-symbols
Build-Ids: 2fe2f739847bb3642420865933cb2d6c30fb0910
Multi-Arch: same

Package: libxrandr-dev
Priority: optional
Section: libdevel
Installed-Size: 147
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxrandr
Version: 2:1.5.2-2+apertis0bv2024dev3b1
Depends: libxrandr2 (= 2:1.5.2-2+apertis0bv2024dev3b1), libx11-dev, libxext-dev, x11proto-dev, libxrender-dev
Filename: pool/target/libx/libxrandr/libxrandr-dev_1.5.2-2+apertis0bv2024dev3b1_arm64.deb
Size: 44576
MD5sum: 90edca4c97a089b8be59291be7abebbb
SHA1: 6de58168bf63e57c14ce2624e5029972d34bebc1
SHA256: 5afefd6d3b2240132bed8f74e26e78ee517459e5de17f424f2070be2c1dbf4fd
SHA512: ec9b3ad5778b4f6b847adc2f9348f786ae70903eb252be642b482e9e823ce13ec3af73401265b8401454af7d39b6a053a56564d40b7467d7335d6b5601bc5641
Description: X11 RandR extension library (development headers)
 libXrandr provides an X Window System client interface to the RandR
 extension to the X protocol.
 .
 The RandR extension allows for run-time configuration of display attributes
 such as resolution, rotation, and reflection.
 .
 This package contains the development headers for the library found in
 libxrandr2.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libXrandr
Multi-Arch: same

Package: libxrandr2
Priority: optional
Section: libs
Installed-Size: 108
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxrandr
Version: 2:1.5.2-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0), libxext6, libxrender1
Filename: pool/target/libx/libxrandr/libxrandr2_1.5.2-2+apertis0bv2024dev3b1_arm64.deb
Size: 36196
MD5sum: 3e355d8d38c6f1bf43f5ec7c2a6172d4
SHA1: 5aa46576f094a902922aff8f5dc8963bce841a62
SHA256: f4681e19c435d157c025dd74f784252f35b6b6a28b997b71c9fe52e087695a57
SHA512: b80fdff7c18d33f9b6e90abe2fc9fcca7da9083313b4f70d7412bb4a4af42b9fc8934d21b7f498fd8b4d5701b9f2965b1225622f0ab3c0d31bb7a0464caa0d09
Description: X11 RandR extension library
 libXrandr provides an X Window System client interface to the RandR
 extension to the X protocol.
 .
 The RandR extension allows for run-time configuration of display attributes
 such as resolution, rotation, and reflection.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libXrandr
Multi-Arch: same

Package: libxrandr2-dbgsym
Priority: optional
Section: debug
Installed-Size: 76
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxrandr
Version: 2:1.5.2-2+apertis0bv2024dev3b1
Replaces: libxrandr2-dbg (<< 2:1.5.1-1~)
Depends: libxrandr2 (= 2:1.5.2-2+apertis0bv2024dev3b1)
Breaks: libxrandr2-dbg (<< 2:1.5.1-1~)
Filename: pool/target/libx/libxrandr/libxrandr2-dbgsym_1.5.2-2+apertis0bv2024dev3b1_arm64.deb
Size: 59684
MD5sum: e6c797c1c7dc177e4799b0d0675cbb70
SHA1: 53155e8ac9bcc9c5511c6af7c1db35d2dd69f6b3
SHA256: 9c4eb86280f66f2d5e2b9a941b2fca31f4d9c2ac2b811d0030e437139b9d70e8
SHA512: cbe339b8fcec6c6d4bd9184911b39fe5524e6500da6e57d5cc9f7fe31597193f701630e461da20b1f234ef298251e7baa034160e3bb253b00c4f60f67299f2e0
Description: debug symbols for libxrandr2
Auto-Built-Package: debug-symbols
Build-Ids: 8c1431e6d24e2bf7c97fdec2ac79a7a5ff1b1461
Multi-Arch: same

Package: libxrender-dev
Priority: optional
Section: libdevel
Installed-Size: 110
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxrender
Version: 1:0.9.10-1.1+apertis0bv2024dev3b1
Depends: libxrender1 (= 1:0.9.10-1.1+apertis0bv2024dev3b1), libx11-dev (>= 2:1.0.0), x11proto-render-dev, x11proto-core-dev
Filename: pool/target/libx/libxrender/libxrender-dev_0.9.10-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 35224
MD5sum: 0412424ee1cabd5d8a4b53455b507b53
SHA1: ff8a682649aca94e41fdf85a7fef24b699f2a86d
SHA256: eff5ce53cdf66697f22a68faaf06992d4e1ba2518893f66cacc254851ed5836b
SHA512: 3b02a9809de77c4fa36c2214868a39b5c0a4095af3262a583755000bd2c6df042c82990f185ff750b05e2ac5864fcd427f76a530176b2e42197ad4e5d3b79109
Description: X Rendering Extension client library (development files)
 The X Rendering Extension (Render) introduces digital image composition as
 the foundation of a new rendering model within the X Window System.
 Rendering geometric figures is accomplished by client-side tessellation into
 either triangles or trapezoids.  Text is drawn by loading glyphs into the
 server and rendering sets of them.  The Xrender library exposes this
 extension to X clients.
 .
 This package provides a static library and C header files.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXrender
Multi-Arch: same

Package: libxrender1
Priority: optional
Section: libs
Installed-Size: 95
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxrender
Version: 1:0.9.10-1.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0)
Filename: pool/target/libx/libxrender/libxrender1_0.9.10-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 26924
MD5sum: aa6f3496382bd948d4ca4ffba71d31cb
SHA1: e06b702f043fc94621bd29a058b0c9b02bda8696
SHA256: a8bf8eb55fa01413811c35a90a7906d57f381d7c9d2c894b175436b25837055d
SHA512: 325092ac7c11aa8b1203f23b42a3f54dd2062a29412d291e16e86c4fd284be47952e38aa89f81ddea50c0b4e13d4ca5d2831ef7aaa27b83f50cffe2ec5ec429a
Description: X Rendering Extension client library
 The X Rendering Extension (Render) introduces digital image composition as
 the foundation of a new rendering model within the X Window System.
 Rendering geometric figures is accomplished by client-side tessellation into
 either triangles or trapezoids.  Text is drawn by loading glyphs into the
 server and rendering sets of them.  The Xrender library exposes this
 extension to X clients.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXrender
Multi-Arch: same

Package: libxrender1-dbgsym
Priority: optional
Section: debug
Installed-Size: 167
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxrender
Version: 1:0.9.10-1.1+apertis0bv2024dev3b1
Replaces: libxrender1-dbg (<< 1:0.9.10-1~)
Depends: libxrender1 (= 1:0.9.10-1.1+apertis0bv2024dev3b1)
Breaks: libxrender1-dbg (<< 1:0.9.10-1~)
Filename: pool/target/libx/libxrender/libxrender1-dbgsym_0.9.10-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 142448
MD5sum: 5e38d097e97bd995aaaa06dd5bed0689
SHA1: 13e04b4fe5f9a1c00131c133d7ec6efd4fbdebcc
SHA256: bf541203a55995a4eb0d92395a9d46bb6c10e1196d0bf2a0a5eaf62504dcc40d
SHA512: 925aca7d19e90e2a9d499cddf7d1ec3910e63bdae1c67817eb9be16f2f2c5b8306f6c87b1ad5e4b2777a74f6d1071f5e22ef6e973602ae90166c72c75f578f43
Description: debug symbols for libxrender1
Auto-Built-Package: debug-symbols
Build-Ids: d5a988684b1bb7342c125e91388904ff58ef056b
Multi-Arch: same

Package: libxres-dev
Priority: optional
Section: libdevel
Installed-Size: 51
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxres
Version: 2:1.2.1-1+apertis0bv2024dev2b1
Depends: libxres1 (= 2:1.2.1-1+apertis0bv2024dev2b1), libx11-dev, libxext-dev, x11proto-dev
Filename: pool/target/libx/libxres/libxres-dev_1.2.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 19636
MD5sum: 2d55d69ced4d0156c73f611cdfd0c458
SHA1: bf09af0b36616c03bedff928d4303577325d4b93
SHA256: 1249ca0c89fe7292d3fb4409b53449af1f5b35d4da6054289ebe582d4591a203
SHA512: 8bc95a9020aa8ccdcfe6f4475505ccfa5b16bfb42a65ffb941a0903bdd3093b716873e6368ccaa26b6c1baa637ef91504d87eca38d8d6552619550f77fa9ae12
Description: X11 Resource extension library (development headers)
 libXRes provides an X Window System client interface to the Resource
 extension to the X protocol.
 .
 The Resource extension allows for X clients to see and monitor the X resource
 usage of various clients (pixmaps, et al).
 .
 This package contains the development headers for the library found in
 libxres1.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXRes
Homepage: https://www.x.org
Multi-Arch: same

Package: libxres1
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxres
Version: 2:1.2.1-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0), libxext6
Filename: pool/target/libx/libxres/libxres1_1.2.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 17320
MD5sum: a4308cba9748fc3df1fa40e3640a009f
SHA1: 673b3e1827c5198371d2cd7eea37ae895d92492d
SHA256: a7d0c046137d684740eac41e6c4dff097c6463cedd8e3a0d752b1660211b3518
SHA512: bff58e4f85badbe21a65d658b2aec70eb501c41b399cf142835954121eeebfa7cae665c32c41ad4e1d1283efa449729a43d4d956935311626930488925b745a2
Description: X11 Resource extension library
 libXRes provides an X Window System client interface to the Resource
 extension to the X protocol.
 .
 The Resource extension allows for X clients to see and monitor the X resource
 usage of various clients (pixmaps, et al).
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXRes
Homepage: https://www.x.org
Multi-Arch: same

Package: libxres1-dbgsym
Priority: optional
Section: debug
Installed-Size: 37
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxres
Version: 2:1.2.1-1+apertis0bv2024dev2b1
Depends: libxres1 (= 2:1.2.1-1+apertis0bv2024dev2b1)
Filename: pool/target/libx/libxres/libxres1-dbgsym_1.2.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 22912
MD5sum: 74dcaeaa18f4406c368b38f14a0fe984
SHA1: f14fabaaf56ec524c8e4eb1411beb68382a4e4f2
SHA256: cc3f99a180aaa3228f5b63a2c4427dd243221520b04d35c517b279733a714ee2
SHA512: 787d6205241aed35a8c22b8a9eb009ed7cf2973e1b864fe682fe8bcae74cd41773f3d3e9c2397bfd0a2748963c664402c1c08c18646fb2c64dc31005826fbd6f
Description: debug symbols for libxres1
Auto-Built-Package: debug-symbols
Build-Ids: 7e998d5ac3d5996f641b74c22610075ef4674576
Multi-Arch: same

Package: libxshmfence-dev
Priority: optional
Section: libdevel
Installed-Size: 29
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxshmfence
Version: 1.3-1+apertis1bv2024dev3b1
Depends: libxshmfence1 (= 1.3-1+apertis1bv2024dev3b1)
Filename: pool/target/libx/libxshmfence/libxshmfence-dev_1.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 8536
MD5sum: 0d7e05d9c235b69b384bf4e2003bfb49
SHA1: e6aae5e2afc71eea62a0b771ccbd72558b18d413
SHA256: fa92292c6ccc4b1469acbdb5eeaef3240acd11c9c8e9d8f515b385f1ac09583c
SHA512: df84186deec4884e920ec103e4ea9a2b1607f0eeed5d0e093e331eddcc5da2594a30378935f6ce83b41254c1ebe780129729bd9d9e380bf4c035bd2dddd93905
Description: X shared memory fences - development files
 This library provides an interface to shared-memory fences for
 synchronization between the X server and direct-rendering clients.
 .
 This package contains the xshmfence development files.
Multi-Arch: same

Package: libxshmfence1
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxshmfence
Version: 1.3-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.27)
Filename: pool/target/libx/libxshmfence/libxshmfence1_1.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 9276
MD5sum: be3d4d67a7331d26f5b49decafe308e6
SHA1: 63c2fac0dae51844fb0fb9bc9af42860f62cd3f7
SHA256: c1fd0069070a75e857007f9b91ac8f458fa49d1a4313f895f03393c4094cd922
SHA512: d92a973a986399226d42091767f922f89d879b26ea6a9868db5522e7eaa47fb30aee9745e8dc5798e2a094b59abc2b83d42f16599aac1777e3104b0a6962a756
Description: X shared memory fences - shared library
 This library provides an interface to shared-memory fences for
 synchronization between the X server and direct-rendering clients.
 .
 This package contains the xshmfence shared library.
Multi-Arch: same

Package: libxshmfence1-dbgsym
Priority: optional
Section: debug
Installed-Size: 20
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxshmfence
Version: 1.3-1+apertis1bv2024dev3b1
Depends: libxshmfence1 (= 1.3-1+apertis1bv2024dev3b1)
Filename: pool/target/libx/libxshmfence/libxshmfence1-dbgsym_1.3-1+apertis1bv2024dev3b1_arm64.deb
Size: 5504
MD5sum: d5914e92c1f2e116fb6266e5784ca12a
SHA1: ee7eb40d8d9694c8df5fc36911776050cf9ab4de
SHA256: 1042b832d2610d42474453588de7e5f9c983ffbcdf24fbc6ec72e5faab28a940
SHA512: 2aa7d9e283d4db064e5ea6d2b43b27e1f63acf1328db59addbd58484de19f24c52292fae9e7f0accf36cafd70017907c62dc21cc88beeebf7b1be34e988b3656
Description: debug symbols for libxshmfence1
Auto-Built-Package: debug-symbols
Build-Ids: fca50b87ad9c808954816cca01b97db8c08e8aa4
Multi-Arch: same

Package: libxslt1-dev
Priority: optional
Section: libdevel
Installed-Size: 2540
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: arm64
Source: libxslt
Version: 1.1.35-1+apertis0bv2024dev3b1
Provides: libxslt-dev
Depends: libxml2-dev (>= 2.6.26), libxslt1.1 (= 1.1.35-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxslt/libxslt1-dev_1.1.35-1+apertis0bv2024dev3b1_arm64.deb
Size: 348948
MD5sum: 1419e0c904bd16c631fdf36659a05d85
SHA1: 19b29ff69fe1c5478b8a3b66e39dcbc853aed525
SHA256: 59bf22a50b2b4356b5e90fcbddfaf56684a2d641d3faa2a8b70e386ab1ac984f
SHA512: dba6ae1e2fee62c2312b8a6b6f27ca67196cfe046d07e4693838f1f3abb28ad7dc656ab3a0b0ec30d2dba2e3fafb6f825bb1cf5a79b5f175f4972ba5f8d742d9
Description: XSLT 1.0 processing library - development kit
 XSLT is an XML language for defining transformations of XML files from
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
 using standard XSLT stylesheets. libxslt is a C library which
 implements XSLT version 1.0.
 .
 This package contains the development files for libxslt.
Homepage: https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
Multi-Arch: same

Package: libxslt1.1
Priority: optional
Section: libs
Installed-Size: 531
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: arm64
Source: libxslt
Version: 1.1.35-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33), libgcrypt20 (>= 1.10.0), libxml2 (>= 2.9.0)
Filename: pool/target/libx/libxslt/libxslt1.1_1.1.35-1+apertis0bv2024dev3b1_arm64.deb
Size: 223800
MD5sum: 0256ac8cb49faff8b09ba56c23360438
SHA1: 01aa26b009c3454eacf22c3b3c552c7c6fa8a694
SHA256: fd90d3ad46b0fa3b154acabf1e7b8d9429156a744694d5585c42c95b1ae4e0bd
SHA512: 823c7d0d4be224618d3bc8a71b1c9f9536a336638365050300c590a43f1bb00daf6140f0cde1a716df4f8ccba20fe3d705ab031e617c9ed979fe73fefa5ba11f
Description: XSLT 1.0 processing library - runtime library
 XSLT is an XML language for defining transformations of XML files from
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
 using standard XSLT stylesheets. libxslt is a C library which
 implements XSLT version 1.0.
 .
 This package contains the libxslt library used by applications for XSLT
 transformations.
Homepage: https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
Multi-Arch: same

Package: libxslt1.1-dbgsym
Priority: optional
Section: debug
Installed-Size: 394
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: arm64
Source: libxslt
Version: 1.1.35-1+apertis0bv2024dev3b1
Depends: libxslt1.1 (= 1.1.35-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxslt/libxslt1.1-dbgsym_1.1.35-1+apertis0bv2024dev3b1_arm64.deb
Size: 340292
MD5sum: 99ec6b1107cb27204c05798633a65460
SHA1: fbfc3ca887ab8cef71b35e7aa9b19c873e435bf5
SHA256: 4d7c720ca3d90671f9fa6ec187a7b4f65be9ef5cf35deca8a5678e3dc9216cb0
SHA512: f40852eb62357fc7f793c4b10a677fcd72f63a0eaee4d9e531e522838e857997ab596263d0f3a4155dc4b2a42cdd6d24c2f71a1da1a787c06b91ddb3e328406d
Description: debug symbols for libxslt1.1
Auto-Built-Package: debug-symbols
Build-Ids: 608edd6b28c8ba95f1619e35dc78e393c8ea4764 f1702a9bf803dc6dac4ab17b8af1aae872ba66ef
Multi-Arch: same

Package: libxss-dev
Priority: optional
Section: libdevel
Installed-Size: 62
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxss
Version: 1:1.2.3-1+apertis1bv2024dev2b1
Replaces: x11proto-scrnsaver-dev (<< 1.2.0)
Depends: libxss1 (= 1:1.2.3-1+apertis1bv2024dev2b1), libx11-dev, libxext-dev, x11proto-scrnsaver-dev (>= 1.2.0)
Filename: pool/target/libx/libxss/libxss-dev_1.2.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 22304
MD5sum: 87de3ed2f5e3b04f55758cf928bfe781
SHA1: 7c3629874ebeb2eb89c70b5533178a8536f51f53
SHA256: b6bf613de9f2a8189f8e5be34f18fb375d39641287ebd353d443d9f2895dd03a
SHA512: c3fbd9eb67b636a0ad3dfe564735392e6b200e99eeb192ced98afe00583b8d9c67e8bf04f94747b8b295b7b6c31f14d354899aa1265dcf7b5f280b869085320f
Description: X11 Screen Saver extension library (development headers)
 libXss provides an X Window System client interface to the MIT-SCREEN-SAVER
 extension to the X protocol.
 .
 The Screen Saver extension allows clients behaving as screen savers to
 register themselves with the X server, to better integrate themselves with
 the running session.
 .
 This package contains the development headers for the library found in
 libxss1.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libXScrnSaver
Multi-Arch: same

Package: libxss1
Priority: optional
Section: libs
Installed-Size: 93
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxss
Version: 1:1.2.3-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.4.99.1), libxext6, x11-common
Filename: pool/target/libx/libxss/libxss1_1.2.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 16552
MD5sum: f46449c5cc0983454899f3c6cdbf9b8a
SHA1: d1ac34f4083130e3930fcc13b6b227757f1b04ef
SHA256: 23f88dfc99a101aee7491621b8b7d0ccc99563b1a157215fc3d6e8ffaab0afa9
SHA512: 3a6ada97a017f054cfa928c4c05c74b06c33fa47b0c31714d49c2c92d148278b3b1dc3c23e8196b5888f16a53c606def05db1f177b72cb8f40f8dd3edba9bf35
Description: X11 Screen Saver extension library
 libXss provides an X Window System client interface to the MIT-SCREEN-SAVER
 extension to the X protocol.
 .
 The Screen Saver extension allows clients behaving as screen savers to
 register themselves with the X server, to better integrate themselves with
 the running session.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libXScrnSaver
Multi-Arch: same

Package: libxss1-dbgsym
Priority: optional
Section: debug
Installed-Size: 37
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxss
Version: 1:1.2.3-1+apertis1bv2024dev2b1
Depends: libxss1 (= 1:1.2.3-1+apertis1bv2024dev2b1)
Filename: pool/target/libx/libxss/libxss1-dbgsym_1.2.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 23380
MD5sum: 902f4ca87006208cf79ba55aef1969c9
SHA1: 8c7896388fbb0df319f2151dce55b0c6222706b6
SHA256: 99ac15934e5f9aef0e0ea993a0a3aefa4c07ab1204b85036f166376c35873041
SHA512: 20643749e3fd1245b0368f65add95fbccbc012d9e0f9b15810ef4191f2b5415f6a332f1cf188ebd53e4f9383c866ef5e8f8c8592635f5e1e428a383e16461dcb
Description: debug symbols for libxss1
Auto-Built-Package: debug-symbols
Build-Ids: 0dd7ac3313fe3cd9951066bd28fa5335235013a6
Multi-Arch: same

Package: libxt-dev
Priority: optional
Section: libdevel
Installed-Size: 1434
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxt
Version: 1:1.2.1-1.1+apertis0bv2024dev3b1
Depends: libxt6 (= 1:1.2.1-1.1+apertis0bv2024dev3b1), libx11-dev, x11proto-dev, libsm-dev
Suggests: libxt-doc
Filename: pool/target/libx/libxt/libxt-dev_1.2.1-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 403052
MD5sum: e6860cb9af188e691ac62187231b6eb1
SHA1: be64bc67ff56483274e8339f2fe5af59f1cbcb69
SHA256: fdfc4c6f5f295b8a0caecf4a133f735f60a16806412e29d67ccc8a88143dbdc3
SHA512: 15091900935e965e4581952bde2433553b67927d2b41aac58bb12aa1604e13badbadd86c48f276797ed7dd405239fe38fd53be085bb2559dae2d5042512c8276
Description: X11 toolkit intrinsics library (development headers)
 libXt provides the X Toolkit Intrinsics, an abstract widget library upon
 which other toolkits are based.  Xt is the basis for many toolkits, including
 the Athena widgets (Xaw), and LessTif (a Motif implementation).
 .
 This package contains the development headers for the library found in
 libxt6.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXt
Multi-Arch: same

Package: libxt-doc
Priority: optional
Section: doc
Installed-Size: 1776
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libxt
Version: 1:1.2.1-1.1+apertis0bv2024dev3b1
Filename: pool/target/libx/libxt/libxt-doc_1.2.1-1.1+apertis0bv2024dev3b1_all.deb
Size: 434784
MD5sum: 5778134d18f4af6c9b6907947f5fd4c1
SHA1: 993a252230ec67487906c90fcd6be155361366df
SHA256: df90ecf6a04442637350d63b116e404db7bd828c8f1c3cf661af92edb5045f8f
SHA512: bca310382a200ccc9bfdb22db9c5907b21ecd24b4da867941dd1e2ea9c32b7ee97233334902848060dd63b6da1970799de420a5cb114fda5d066449595e23746
Description: X11 toolkit intrinsics library (documentation)
 libXt provides the X Toolkit Intrinsics, an abstract widget library upon
 which other toolkits are based.  Xt is the basis for many toolkits, including
 the Athena widgets (Xaw), and LessTif (a Motif implementation).
 .
 This package contains the X Toolkit Intrinsics C API documentation.
Multi-Arch: foreign

Package: libxt-doc
Priority: optional
Section: doc
Installed-Size: 1774
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libxt
Version: 1:1.2.1-1+apertis0bv2024dev2b1
Filename: pool/target/libx/libxt/libxt-doc_1.2.1-1+apertis0bv2024dev2b1_all.deb
Size: 433492
MD5sum: ddcdfa4a130bad0b76797f79b98feaf2
SHA1: 5948819d2c8443616da45c925baa625af2147b4c
SHA256: 144d8b90522c1e7199eadf81709468d0e6afa434db3b1d0b8c40f21807b9b8c4
SHA512: 060c45d6eddf253debc4fc56e094a87c3478d92a4dfde48c2017cca7b5df86c72723abb8e9cc85abda911aa633fd497684e6d53fd2f34250dac3d70abf6189f6
Description: X11 toolkit intrinsics library (documentation)
 libXt provides the X Toolkit Intrinsics, an abstract widget library upon
 which other toolkits are based.  Xt is the basis for many toolkits, including
 the Athena widgets (Xaw), and LessTif (a Motif implementation).
 .
 This package contains the X Toolkit Intrinsics C API documentation.
Multi-Arch: foreign

Package: libxt6
Priority: optional
Section: libs
Installed-Size: 530
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxt
Version: 1:1.2.1-1.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.33), libice6 (>= 1:1.0.0), libsm6, libx11-6
Filename: pool/target/libx/libxt/libxt6_1.2.1-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 173412
MD5sum: 45482092ca52a0964ed221434c84e809
SHA1: 271ee53acd9512b5558c5a31a76db698d777ca8a
SHA256: 6be352bb1ef051c658e212ce62dc1a7f3a79363f7002af5ce8b2834000fb1907
SHA512: 1b4ffc62e590c9a4a578a902e81b330ebdc30484a4a92b4d61a88d8387e8ce2dc975943138c736d041302217d4036207f06f37a87e01afd75b07a894a125d8a8
Description: X11 toolkit intrinsics library
 libXt provides the X Toolkit Intrinsics, an abstract widget library upon
 which other toolkits are based.  Xt is the basis for many toolkits, including
 the Athena widgets (Xaw), and LessTif (a Motif implementation).
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXt
Multi-Arch: same

Package: libxt6-dbgsym
Priority: optional
Section: debug
Installed-Size: 462
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxt
Version: 1:1.2.1-1.1+apertis0bv2024dev3b1
Replaces: libxt6-dbg (<< 1:1.2.0-1~)
Depends: libxt6 (= 1:1.2.1-1.1+apertis0bv2024dev3b1)
Breaks: libxt6-dbg (<< 1:1.2.0-1~)
Filename: pool/target/libx/libxt/libxt6-dbgsym_1.2.1-1.1+apertis0bv2024dev3b1_arm64.deb
Size: 419504
MD5sum: 5f4922091f304b038afda81e47f5fba4
SHA1: cc109b3a5257d215a8f3a527bf146712fa79a8dc
SHA256: e3f87e1b799dab40804d6598e7a0342bcad9c856ce46f1ad8598019ddeae1180
SHA512: 9800e39edd5d3dd014b2871eb857ced27eec382241e91ec4ce3c9669aa53d50b68dc654b7787f6d7b3bbd0af2fab17781ae0a79648db7f4cec112fd528d59336
Description: debug symbols for libxt6
Auto-Built-Package: debug-symbols
Build-Ids: a1cb7d9ce16a12ea037834c859e5229e210d6d77
Multi-Arch: same

Package: libxtables-dev
Priority: optional
Section: libdevel
Installed-Size: 53
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libxtables12 (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/libxtables-dev_1.8.9-2+apertis0bv2024dev2b1_arm64.deb
Size: 13408
MD5sum: 91e6bd42209999bee3c2f5b9591a1ee7
SHA1: f62365b2fa85bc91cd15f591b2bc708b668a6535
SHA256: 876743203e6f4dc275b0d5f3456dab82168868c62dd2b4f71cab9e163203d8db
SHA512: 2133456613754fbc65689d9ab904555ecda1cf2da4c8752aec9781a3cc09ab1bd9b5b5c4b877397a2579ced4a1b06006c2f71f9a109b3b6a2f49da3cf9dca19a
Description: netfilter xtables library -- development files
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package includes the development files of libxtables.
Homepage: https://www.netfilter.org/
Multi-Arch: same

Package: libxtables12
Priority: optional
Section: libs
Installed-Size: 101
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Replaces: libxtables11 (>= 1.6.0+snapshot20161117-1)
Depends: libc6 (>= 2.34)
Breaks: libxtables11 (>= 1.6.0+snapshot20161117-1)
Filename: pool/target/i/iptables/libxtables12_1.8.9-2+apertis0bv2024dev2b1_arm64.deb
Size: 29876
MD5sum: a6257b3b452879bb06dfe334e4dafbf8
SHA1: 186c47359e1b3375c9dbe31230c152c9b141a504
SHA256: ea002c1c7cd79ff1dc181b2dfb377501ee999d7d60ced8048e9aa13ed7273cf0
SHA512: 7e7163a121d8459dd1fe44d353557528e544094d982d55eea714e9896a021798dbc2c317a0375a897a5f3fafdf75d0c1d38ca037ceca791822d0f31fd08b074a
Description: netfilter xtables library
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 However, even if a given system may be fully running on native nftables,
 there are other reasons why libxtables might be installed. For one, nftables
 itself uses it to be able to display old rulesets that were created using
 xtables extensions (to help folks migrate). Other third-party software might
 also be linked to this library.
 .
 This library being installed in the system should be harmless in any case.
 .
 This package contains the user-space interface to the Netfilter xtables
 kernel framework.
Homepage: https://www.netfilter.org/
Multi-Arch: same

Package: libxtables12-dbgsym
Priority: optional
Section: debug
Installed-Size: 87
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: iptables
Version: 1.8.9-2+apertis0bv2024dev2b1
Depends: libxtables12 (= 1.8.9-2+apertis0bv2024dev2b1)
Filename: pool/target/i/iptables/libxtables12-dbgsym_1.8.9-2+apertis0bv2024dev2b1_arm64.deb
Size: 67976
MD5sum: 7d9697b887a5741c21dc8c30b56a8ac0
SHA1: e6bc518dee4f04c58cc9af92288584a9f961bc12
SHA256: bd4cb0697afdd8349300761881ecbc70920a8b48887b521c759d06bac8e822c1
SHA512: 1b8313498ee6b244fa5dde7fbdc05890ec5bff3fd231f5bce9fdf49ad4c88932831715fb50afdf165f96150145e9c89417b3a4a66c19a47f3cdde97e1275b13a
Description: debug symbols for libxtables12
Auto-Built-Package: debug-symbols
Build-Ids: 1e1bac29bb6042e2c4ecdb6acbec1519858cb673
Multi-Arch: same

Package: libxtst-dev
Priority: optional
Section: libdevel
Installed-Size: 86
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxtst
Version: 2:1.2.3-1.1+apertis0bv2024dev2b1
Replaces: x11proto-record-dev (<< 1.13.99.1), x11proto-xext-dev (<< 7.0.99.3)
Depends: libxtst6 (= 2:1.2.3-1.1+apertis0bv2024dev2b1), libx11-dev, libxext-dev, libxi-dev, x11proto-xext-dev (>= 7.0.99.3), x11proto-record-dev (>= 1.13.99.1)
Filename: pool/target/libx/libxtst/libxtst-dev_1.2.3-1.1+apertis0bv2024dev2b1_arm64.deb
Size: 29536
MD5sum: c15e184ae53e621339e328f4cd41dae6
SHA1: 2a818338f6802d291e65798fe942eeb9102b82c0
SHA256: 5ce954ff1fa4a7924ae9fdb8267fcf5823dc499f3baf348dfa989119354738b2
SHA512: a0fe7530ba853503d52b2ef63bd6bd618f13cd1708c4a3834bd4fcd928fa591774acfb113150bfe11b65be9dfcd48ce1e2e1cfe6532e3b26163c0d5594f3bdba
Description: X11 Record extension library (development headers)
 libXtst provides an X Window System client interface to the Record
 extension to the X protocol.
 .
 The Record extension allows X clients to synthesise input events, which
 is useful for automated testing.
 .
 This package contains the development headers for the library found in
 libxtst6.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXtst
Multi-Arch: same

Package: libxtst-doc
Priority: optional
Section: doc
Installed-Size: 168
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: libxtst
Version: 2:1.2.3-1.1+apertis0bv2024dev2b1
Replaces: libxtst-dev (<< 2:1.2.1)
Breaks: libxtst-dev (<< 2:1.2.1)
Filename: pool/target/libx/libxtst/libxtst-doc_1.2.3-1.1+apertis0bv2024dev2b1_all.deb
Size: 63096
MD5sum: 49c8d9c3210045ceedef9be8d46580d7
SHA1: 0cc00cac6353b7d8902fe76bf3b23877ecfb5e6b
SHA256: 86e5ecc6ac5299f1772251b9b336aa1b93d8e7fa039adb0bfa2fac9970825bc1
SHA512: 5e670bcd4870c5635c6cc1d1d1d942a021d784208a7efb6e54549deab0413661fd87a0d585b6d05eee2abeca2b63f22759f3a1fbfe4e906ec0110d88d38cf8f2
Description: X11 Record extension library (documentation)
 libXtst provides an X Window System client interface to the Record
 extension to the X protocol.
 .
 The Record extension allows X clients to synthesise input events, which
 is useful for automated testing.
 .
 This package contains the API documentation for the X Record and XTEST
 extension libraries.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXtst
Multi-Arch: foreign

Package: libxtst6
Priority: optional
Section: libs
Installed-Size: 98
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxtst
Version: 2:1.2.3-1.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0), libxext6, x11-common
Filename: pool/target/libx/libxtst/libxtst6_1.2.3-1.1+apertis0bv2024dev2b1_arm64.deb
Size: 25064
MD5sum: 7aeef15e9e496b15a899a76190b8a1d4
SHA1: 36e83e64b8ca9a869b54e0b66fa10dffede045f2
SHA256: c5f83a60b82064ec2bade9ec083ebaf88ecca9956f4ac2008705282315087eeb
SHA512: c3837bc623aa1a4e060bbe0aa3eee195a0248b79718ca8d3672a73ac9a41d3665e67e3e4db891fa2f0d2197bd99693ce2dbbf51f39434da80b9fd02135836fd8
Description: X11 Testing -- Record extension library
 libXtst provides an X Window System client interface to the Record
 extension to the X protocol.
 .
 The Record extension allows X clients to synthesise input events, which
 is useful for automated testing.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXtst
Multi-Arch: same

Package: libxtst6-dbgsym
Priority: optional
Section: debug
Installed-Size: 62
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxtst
Version: 2:1.2.3-1.1+apertis0bv2024dev2b1
Depends: libxtst6 (= 2:1.2.3-1.1+apertis0bv2024dev2b1)
Filename: pool/target/libx/libxtst/libxtst6-dbgsym_1.2.3-1.1+apertis0bv2024dev2b1_arm64.deb
Size: 47128
MD5sum: d9f7ef11ca1778771ad7d1cc3227a136
SHA1: 17f1ea1806c2e3ef4bbddb1ff92bda92ff74431d
SHA256: 4140ae6370c488a7918dfc9a6172007d21beaa1c67413d4129dd5929e7cb5937
SHA512: e4b26d8dc894f09f07e6b3a6f0b1032cebc1f0f7777004c901e10c5854c5e7301560a0bdbaac1042791b45cf759d7ddb0f03b45db04f23e9c729e4a08d378318
Description: debug symbols for libxtst6
Auto-Built-Package: debug-symbols
Build-Ids: ddc3db5761d0c3d02797ab5b3c8aba45769a874a
Multi-Arch: same

Package: libxv-dev
Priority: optional
Section: libdevel
Installed-Size: 102
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxv
Version: 2:1.0.11-1.1+apertis0bv2024dev2b1
Depends: libxv1 (= 2:1.0.11-1.1+apertis0bv2024dev2b1), libx11-dev, libxext-dev, x11proto-video-dev
Filename: pool/target/libx/libxv/libxv-dev_1.0.11-1.1+apertis0bv2024dev2b1_arm64.deb
Size: 46420
MD5sum: 6bcb9a7d71b0e98827ceefc6f0e3e850
SHA1: 71e705b9b684663baf5e698a284ee9e821c9b694
SHA256: 573a7bd895753f86c96eaa6dfccb08162f587e1fa729f2e803dbfec144487678
SHA512: 5a4eb698d0bfdd4df0a805d2076f75d34c5bf0ea6c2ab204f411bc5b7bc6e5347d38353f3a1de1404cd22724f36a7246def035731236d83954f62241f4ff5f69
Description: X11 Video extension library (development headers)
 libXv provides an X Window System client interface to the XVideo
 extension to the X protocol.
 .
 The XVideo extension allows for accelerated drawing of videos.  Hardware
 adaptors are exposed to clients, which may draw in a number of colourspaces,
 including YUV.
 .
 This package contains the development headers for the library found in
 libxv1.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXv
Multi-Arch: same

Package: libxv1
Priority: optional
Section: libs
Installed-Size: 95
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxv
Version: 2:1.0.11-1.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0), libxext6
Filename: pool/target/libx/libxv/libxv1_1.0.11-1.1+apertis0bv2024dev2b1_arm64.deb
Size: 22668
MD5sum: 214e6deb7b9e89f5c454ff3f8f200504
SHA1: c5668387d4d474b5fc14509c655ae327d17a2140
SHA256: 8c1abb21266df4881938c6a6bfa9f660e9adfa4f98d7e7292dde7cb9b60529eb
SHA512: 2141e25843b7e48fe2b8d2f331caf5c1a5b8897fb3978ad8a44e2a01e933cae3ee8f56a2ebf4ee7273fa63d38ca6e2a21a216d7aa161937546dcb1d7eb6cea1a
Description: X11 Video extension library
 libXv provides an X Window System client interface to the XVideo
 extension to the X protocol.
 .
 The XVideo extension allows for accelerated drawing of videos.  Hardware
 adaptors are exposed to clients, which may draw in a number of colourspaces,
 including YUV.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXv
Multi-Arch: same

Package: libxv1-dbgsym
Priority: optional
Section: debug
Installed-Size: 49
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxv
Version: 2:1.0.11-1.1+apertis0bv2024dev2b1
Depends: libxv1 (= 2:1.0.11-1.1+apertis0bv2024dev2b1)
Filename: pool/target/libx/libxv/libxv1-dbgsym_1.0.11-1.1+apertis0bv2024dev2b1_arm64.deb
Size: 34440
MD5sum: cf24cac0a3732b8f9c58184d036bf67a
SHA1: 870928ff307920266fec2fc4edae59396adfd388
SHA256: 5c39b9190ba04fad3de6c8b8cca6b246e7e914b53cf6f5f09bc98bc213e06f58
SHA512: e1e8f347cf6955ff7797355d89022a26023cf7da27c89612f28404638eb54d7d71048c789fde889420821f7b786935a093adf17f09052208478829bb4a7c34b6
Description: debug symbols for libxv1
Auto-Built-Package: debug-symbols
Build-Ids: 6861879beff97b01fb3cffc84a54f0c406727438
Multi-Arch: same

Package: libxvmc-dev
Priority: optional
Section: libdevel
Installed-Size: 97
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxvmc
Version: 2:1.0.12-2+apertis2bv2024dev2b1
Replaces: x11proto-dev (<< 2019.2-1)
Depends: libxvmc1 (= 2:1.0.12-2+apertis2bv2024dev2b1), libx11-dev (>= 2:1.0.0-1), libxext-dev (>= 1:1.0.0-2), x11proto-dev, libxv-dev
Breaks: x11proto-dev (<< 2019.2-1)
Filename: pool/target/libx/libxvmc/libxvmc-dev_1.0.12-2+apertis2bv2024dev2b1_arm64.deb
Size: 35092
MD5sum: 48ce08440969fcdc65ecea91856ed720
SHA1: 0c650e3303718654c1e3b705a9bf19d57dd79848
SHA256: 1c4f96b3b10e98f38c9e676c69603673ab22cb493ca3475d63195bc6f4af93dd
SHA512: 6f337f143d7c2df52fe0a0dba04ea1a96b33bf55e2d6c18f22a10b202132afbd7b5c759ea97e6467ca2ee51aac4fa1858e2d35afe7ba7cd54d726d169587ed32
Description: X11 Video extension library (development headers)
 libXvMC provides an X Window System client interface to the
 XVideo-MotionCompensation extension to the X protocol.
 .
 The XVideo-MotionCompensation extension allows for further accelerated drawing
 of videos.  Video data may be sent at earlier stages of the decoding pipeline
 than raw YUV data.  At the moment, driver support for XvMC is poor to
 non-existent.
 .
 This package contains the development headers for the library found in
 libxvmc1.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXvMC
Multi-Arch: same

Package: libxvmc1
Priority: optional
Section: libs
Installed-Size: 166
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxvmc
Version: 2:1.0.12-2+apertis2bv2024dev2b1
Depends: libc6 (>= 2.34), libx11-6 (>= 2:1.6.0), libxext6, x11-common
Filename: pool/target/libx/libxvmc/libxvmc1_1.0.12-2+apertis2bv2024dev2b1_arm64.deb
Size: 23620
MD5sum: c4950eabd8bcdbda60292910e0305b58
SHA1: 300b78a61b6f824047f6c31584c0ca2044dd4a85
SHA256: 5818da8c7c5c46390cfdae0a0551329913904dfba91638a50a030d088e2c5602
SHA512: 71f613dad40b87466edffa2ba0827716efdf074b5079994bdab2ef52cbfbe6c5b72be9bc46ac729db3eb23e01c3a231cfa7d58d3acc3d416dcf995127bd84a2f
Description: X11 Video extension library
 libXvMC provides an X Window System client interface to the
 XVideo-MotionCompensation extension to the X protocol.
 .
 The XVideo-MotionCompensation extension allows for further accelerated drawing
 of videos.  Video data may be sent at earlier stages of the decoding pipeline
 than raw YUV data.  At the moment, driver support for XvMC is poor to
 non-existent.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXvMC
Multi-Arch: same

Package: libxvmc1-dbgsym
Priority: optional
Section: debug
Installed-Size: 70
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxvmc
Version: 2:1.0.12-2+apertis2bv2024dev2b1
Depends: libxvmc1 (= 2:1.0.12-2+apertis2bv2024dev2b1)
Filename: pool/target/libx/libxvmc/libxvmc1-dbgsym_1.0.12-2+apertis2bv2024dev2b1_arm64.deb
Size: 44292
MD5sum: 463436786118d11b09ff4ce7eb52b163
SHA1: 71fd8c26dcc8eb44c178f0b67c19b97ca36be62a
SHA256: 4b4b32c38d33596981d47b9b644ca86cf9bc6dc2a283ce8a5490e223b67d3002
SHA512: 11b09b1ff53fa47b2e6e8cea418f6211fc87f5b097a970708850b3340d007ee614c4dd815f9c628576578c3d5039e76abb876f3af7b30a80ccd8c66a1e5e7c87
Description: debug symbols for libxvmc1
Auto-Built-Package: debug-symbols
Build-Ids: 60a9802e4ae47065af4afaec1b2d4d104171795b a159f3b38ebaca113238b363553151141bcb0f18
Multi-Arch: same

Package: libxxf86dga-dev
Priority: optional
Section: libdevel
Installed-Size: 90
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxxf86dga
Version: 2:1.1.5-1+apertis0bv2024dev2b1
Depends: libxxf86dga1 (= 2:1.1.5-1+apertis0bv2024dev2b1), libx11-dev, x11proto-dev
Filename: pool/target/libx/libxxf86dga/libxxf86dga-dev_1.1.5-1+apertis0bv2024dev2b1_arm64.deb
Size: 25728
MD5sum: fa3302df25b404bcaa962e536a38f701
SHA1: b18ec03f9c8daa0394884601b0c6f35f7ea069fc
SHA256: 8ab6def24c8d6d88716f5854885776e4727435057589345f932d51b6c3447730
SHA512: 7149737f9bc5ea113819708ec03da924a90ca8ec15630a9e6cdcf2abd14bf2c78c4a9d8d6d419389a99e9fe67ddfdd8d78c34a3ad7e22f11f1c3dc71284d4575
Description: X11 Direct Graphics Access extension library (development headers)
 libXxf86dga provides the XFree86-DGA extension, which allows direct
 graphics access to a framebuffer-like region, and also allows relative
 mouse reporting, et al.  It is mainly used by games and emulators for
 games.
 .
 This package contains the development headers for the library found in
 libxxf86dga1.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libXxf86dga
Multi-Arch: same

Package: libxxf86dga1
Priority: optional
Section: libs
Installed-Size: 91
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxxf86dga
Version: 2:1.1.5-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libx11-6 (>= 2:1.6.0), libxext6
Filename: pool/target/libx/libxxf86dga/libxxf86dga1_1.1.5-1+apertis0bv2024dev2b1_arm64.deb
Size: 20052
MD5sum: 77da2d0b931a35e1a778a190e6e597e0
SHA1: 4962d4bcd99f9edf047f07295723148a4d130ed8
SHA256: 25c01282a6ef114cbe8e70f04853a09471c36cb6a3c491d512095ec84eaded57
SHA512: 8f810875de8bd48f023d5901e5407239d385ebb0eab450b8c80810bfbb3dc55e9e04069d37c4e063d55ed863598451bc0171c2e4862eee37dbd6dda51b1c7577
Description: X11 Direct Graphics Access extension library
 libXxf86dga provides the XFree86-DGA extension, which allows direct
 graphics access to a framebuffer-like region, and also allows relative
 mouse reporting, et al.  It is mainly used by games and emulators for
 games.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libXxf86dga
Multi-Arch: same

Package: libxxf86dga1-dbgsym
Priority: optional
Section: debug
Installed-Size: 56
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxxf86dga
Version: 2:1.1.5-1+apertis0bv2024dev2b1
Depends: libxxf86dga1 (= 2:1.1.5-1+apertis0bv2024dev2b1)
Filename: pool/target/libx/libxxf86dga/libxxf86dga1-dbgsym_1.1.5-1+apertis0bv2024dev2b1_arm64.deb
Size: 40856
MD5sum: 48e22baba7bf24707f80036469250b28
SHA1: 652ea07af3917d52c54c01937e4e1986556a189f
SHA256: 0b4db3255a4d9f080c89bb2edd5c94b2dee372884008d2fd48926013bd97057b
SHA512: e4d6e65f47a7b7211df86387f3e41efb662972a47227f7c9dbe76ae1a560423915c414dde8ef11080a2ba94eec9113ef7b289cfc666ccfc02187a1393940b99f
Description: debug symbols for libxxf86dga1
Auto-Built-Package: debug-symbols
Build-Ids: f0d894cc2bd0425b1a4792df0c813d777be8fb19
Multi-Arch: same

Package: libxxf86vm-dev
Priority: optional
Section: libdevel
Installed-Size: 87
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxxf86vm
Version: 1:1.1.4-1+apertis1bv2024dev3b1
Replaces: x11proto-xf86vidmode-dev (<< 2.2.99.1)
Depends: libxxf86vm1 (= 1:1.1.4-1+apertis1bv2024dev3b1), libx11-dev, x11proto-xf86vidmode-dev (>= 2.2.99.1)
Filename: pool/target/libx/libxxf86vm/libxxf86vm-dev_1.1.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 23828
MD5sum: b8722dc805bd51a7371a16b3315a5ab7
SHA1: b4d9329c783ed58ed43a7e976dcc0098f29ecf04
SHA256: 10691627c76f4d70eae93097b381ac9027137388344803692d678628bb78d374
SHA512: 01063a18e627b8c05d7e322a1e048c51370ed7c47b723d49b6593a37f78aec3d1adce249b4641311d4a11bfef52cc05877d53524263418fe29d4e428897486ef
Description: X11 XFree86 video mode extension library (development headers)
 libXxf86vm provides an interface to the XFree86-VidModeExtension
 extension, which allows client applications to get and set video mode
 timings in extensive detail.  It is used by the xvidtune program in
 particular.
 .
 This package contains the development headers for the library found in
 libxxf86vm1.  Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm
Multi-Arch: same

Package: libxxf86vm1
Priority: optional
Section: libs
Installed-Size: 94
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxxf86vm
Version: 1:1.1.4-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0), libxext6
Filename: pool/target/libx/libxxf86vm/libxxf86vm1_1.1.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 19084
MD5sum: 42365c8668e225a66357972e4f4f59ea
SHA1: 8a79c973c820936e7413315cb2d8db9dfe838fbb
SHA256: e70380183b67f2f3116a1ef1ee497d974541f0f65f86611698524a083c34bd61
SHA512: d607e3c4a0f55f2e5c11d7fce471507f936516682aad4499c50e51eecc63fbac9805625ad3cf5e4006c4f59f918b5042448c36efa8bf560b2a360d9d32471e39
Description: X11 XFree86 video mode extension library
 libXxf86vm provides an interface to the XFree86-VidModeExtension
 extension, which allows client applications to get and set video mode
 timings in extensive detail.  It is used by the xvidtune program in
 particular.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm
Multi-Arch: same

Package: libxxf86vm1-dbg
Priority: extra
Section: debug
Installed-Size: 60
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxxf86vm
Version: 1:1.1.4-1+apertis1bv2024dev3b1
Depends: libxxf86vm1 (= 1:1.1.4-1+apertis1bv2024dev3b1)
Filename: pool/target/libx/libxxf86vm/libxxf86vm1-dbg_1.1.4-1+apertis1bv2024dev3b1_arm64.deb
Size: 42028
MD5sum: 0d7efc4d6ee1a0f9f27c46766cd3e324
SHA1: fbbeed4f785e29714ef3a9c8f27f529c58c6ba6e
SHA256: 66ed7764b12630e5b61029b974bd56d020562d10f9ab15bb52e934a1ef02f05e
SHA512: ba13b257d1d79f5fc4b97da6df36d27d54276a1a416280f7f994b23e74d11649740913a71a9777cbc45e231bbe436725fb8f38ad0d01ac20bb0a873d79a1eac9
Description: X11 XFree86 video mode extension library (debug package)
 libXxf86vm provides an interface to the XFree86-VidModeExtension
 extension, which allows client applications to get and set video mode
 timings in extensive detail.  It is used by the xvidtune program in
 particular.
 .
 This package contains the debug versions of the library found in libxxf86vm1.
 Non-developers likely have little use for this package.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm
Build-Ids: a9ec94749a061d2e7393080f15df4a4707332d9f
Multi-Arch: same

Package: libxxhash-dev
Priority: optional
Section: libdevel
Installed-Size: 275
Maintainer: Josue Ortega <josue@debian.org>
Architecture: arm64
Source: xxhash
Version: 0.8.1-1+apertis0bv2024dev3b1
Depends: libxxhash0 (= 0.8.1-1+apertis0bv2024dev3b1)
Filename: pool/target/x/xxhash/libxxhash-dev_0.8.1-1+apertis0bv2024dev3b1_arm64.deb
Size: 67136
MD5sum: 41032a7f3050571b3a729143f433a252
SHA1: 64f4420f3645dd76eaf673f0ed9b1ac281307bda
SHA256: fed94ec3ef47663b251db1904a19cb0df6b246cd8103addadcc92ba75c6b26ec
SHA512: 3aa52a2020844527dcd931b7426ed6d8faf7326b57fd8bdc8bd61918c431a369628c1d2384be11cf4c3908c34f5e53bd486d546b3fbc643ae4d17e70e9fca34f
Description: header files and a static library for libxxhash
 xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.
 It successfully completes the SMHasher test suite which evaluates collision,
 dispersion and randomness qualities of hash functions. Code is highly portable,
 and hashes are identical on all platforms (little / big endian).
 .
 This package contains xxHash static library and header files.
Homepage: https://cyan4973.github.io/xxHash
Multi-Arch: same

Package: libxxhash0
Priority: optional
Section: libs
Installed-Size: 90
Maintainer: Josue Ortega <josue@debian.org>
Architecture: arm64
Source: xxhash
Version: 0.8.1-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/x/xxhash/libxxhash0_0.8.1-1+apertis0bv2024dev3b1_arm64.deb
Size: 21036
MD5sum: c81c2e10c48d7a45d552790feb1c2a37
SHA1: 9e802cc71da4984318bc9537493261c6f2fa4ff4
SHA256: 4d9009635ed0643e9ac08bf78f9f2ef413adae4549164ae900268c4d6d5111da
SHA512: d3996512e19314bc507489dcc9ecb571ddd1451d2e16b1b1eb7726068363f7ab94db284fd413a0d4c0671672a6ddf8bbe67807a9dea952d91a759b1fe1f6a5bf
Description: shared library for xxhash
 xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.
 It successfully completes the SMHasher test suite which evaluates collision,
 dispersion and randomness qualities of hash functions. Code is highly portable,
 and hashes are identical on all platforms (little / big endian).
 .
 This package contains the shared library.
Homepage: https://cyan4973.github.io/xxHash
Multi-Arch: same

Package: libxxhash0-dbgsym
Priority: optional
Section: debug
Installed-Size: 140
Maintainer: Josue Ortega <josue@debian.org>
Architecture: arm64
Source: xxhash
Version: 0.8.1-1+apertis0bv2024dev3b1
Depends: libxxhash0 (= 0.8.1-1+apertis0bv2024dev3b1)
Filename: pool/target/x/xxhash/libxxhash0-dbgsym_0.8.1-1+apertis0bv2024dev3b1_arm64.deb
Size: 127264
MD5sum: c128687df748c7d9021fdb09517faf7d
SHA1: ceae9b885e0958944f4ec9deb6ce64faf4457daf
SHA256: 991a5c9d2365f2adb564d69392b3f495704edfb26b522ed25f3cd301907d226f
SHA512: 6921100bddce72bf383e13737d206134c9bf9b377fa6e60a4640ccde7e1fe135705ec7a49eeb3e23d85fc4bbf7d4da9b7c0ba5356c20b7da38a6a4e8b76b7826
Description: debug symbols for libxxhash0
Auto-Built-Package: debug-symbols
Build-Ids: 2dd8142343c6df988d08c1c7aaaac089cf03eb83
Multi-Arch: same

Package: libyajl-dev
Priority: optional
Section: libdevel
Installed-Size: 120
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: arm64
Source: yajl
Version: 2.1.0-3+apertis1bv2024dev2b1
Depends: libyajl2 (= 2.1.0-3+apertis1bv2024dev2b1)
Filename: pool/target/y/yajl/libyajl-dev_2.1.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 30212
MD5sum: 7f12062a7fc069a2c8b00ff415587f4d
SHA1: e73ddf2eb4dbaf93463f4f2267a89711f06ebe27
SHA256: 6728b058eeb482285cf3866a7b22ac82bcddfd426e5edb7bd0474f5a76fa5ea9
SHA512: 0cb8af3a0b0ea2f92fc559f26d6338de5ff62539f599a529e0cbfb8cdf92a1a2e4c69bd1a86253828abc5632b04e9515ad8317eedbe717623a905e8b6c306c47
Description: Yet Another JSON Library - development files
 A small, fast library for parsing JavaScript Object Notation (JSON).  It
 supports incremental parsing from a stream and leaves data representation to
 higher level code.
 .
 This package contains the header files and static libraries needed for
 compiling software that uses the yajl library.
Homepage: http://lloyd.github.com/yajl/
Multi-Arch: same

Package: libyajl-doc
Priority: optional
Section: doc
Installed-Size: 645
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: all
Source: yajl
Version: 2.1.0-3+apertis1bv2024dev2b1
Filename: pool/target/y/yajl/libyajl-doc_2.1.0-3+apertis1bv2024dev2b1_all.deb
Size: 105624
MD5sum: dea90263865ed492ad631910d07f3677
SHA1: 5b1f09a78bdd09afaa872cdf816b8a677613892c
SHA256: 2dff42ed4e679fc4c6ea53dfd281feee2ec253695096d61839b69de9682f9c51
SHA512: da5815ee53424cb5cb482c17b544961282771eb34e9efe405e5a342682ada73fd69d21523a35982a42cdff5a4fde914ef957cec227fd12c27d652c20a14c0c38
Description: Yet Another JSON Library - library documentation
 A small, fast library for parsing JavaScript Object Notation (JSON).  It
 supports incremental parsing from a stream and leaves data representation to
 higher level code.
 .
 This package contains the API documentation.
Homepage: http://lloyd.github.com/yajl/

Package: libyajl2
Priority: optional
Section: libs
Installed-Size: 90
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: arm64
Source: yajl
Version: 2.1.0-3+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17)
Filename: pool/target/y/yajl/libyajl2_2.1.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 21652
MD5sum: c8e3bd2980afb922b657f7b84a580883
SHA1: 2e17796d0631b5e3cf8593b7e67c8e498aa9d1ac
SHA256: 7ff41310ad7a0a5cad4d7ef5a5fc6ca20a7d812019c6997b14abe0a031cbc5e6
SHA512: f09a94c63890f99ebbef0737774b50cf69627548db52d83f79633f6ae0c84c2f6765d9dedd29351c38f8c2e2ae4a40f239d66403024330266da37c6ec68c6704
Description: Yet Another JSON Library
 A small, fast library for parsing JavaScript Object Notation (JSON).  It
 supports incremental parsing from a stream and leaves data representation to
 higher level code.
Homepage: http://lloyd.github.com/yajl/
Multi-Arch: same

Package: libyajl2-dbgsym
Priority: optional
Section: debug
Installed-Size: 56
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: arm64
Source: yajl
Version: 2.1.0-3+apertis1bv2024dev2b1
Replaces: libyajl2-dbg (<< 2.1.0-3~)
Depends: libyajl2 (= 2.1.0-3+apertis1bv2024dev2b1)
Breaks: libyajl2-dbg (<< 2.1.0-3~)
Filename: pool/target/y/yajl/libyajl2-dbgsym_2.1.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 39536
MD5sum: b1f473ecd81c697bd89912aa45884437
SHA1: ecc18382e3116ea93ed755bd9181bda1f018358e
SHA256: 70624221b55dd6b5838d5d4df5a7d73f3e76b3c830e374bc36e12ea47371c1fa
SHA512: d3f852abc75cc41df454d9c0949412e5feb4be25231e7dc95a28354e4e48fb92950ae35aae1c1420da8af0fe09a0e708fd2c4f4c7f24fe47885a299b1673ae2a
Description: debug symbols for libyajl2
Auto-Built-Package: debug-symbols
Build-Ids: 3cd38dd279fafecfaad91e7f32872754b98be895
Multi-Arch: same

Package: libyaml-0-2
Priority: optional
Section: libs
Installed-Size: 153
Maintainer: Florian Ernst <florian@debian.org>
Architecture: arm64
Source: libyaml
Version: 0.2.5-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17)
Filename: pool/target/liby/libyaml/libyaml-0-2_0.2.5-1+apertis0bv2024dev3b1_arm64.deb
Size: 48672
MD5sum: c0fd621d06e09dd006edc6f41ee52594
SHA1: 958b3a6038e45dcf5df0cd00d9843b6a9d58a7d8
SHA256: bbe95a689ab98dff641df203824bed24919a9394dbf0264165d811b684f608ff
SHA512: d7d6a6cff26231c98d59ccc289123b0bad0001a46ca6a9a7cc7013164ba9ed11a3d7fc7e557a2ad9dfb2921785e0fc088317f2ee73cfdd05cd34cf312a34b359
Description: Fast YAML 1.1 parser and emitter library
 LibYAML is a C library for parsing and emitting data in YAML 1.1, a
 human-readable data serialization format.
Homepage: https://github.com/yaml/libyaml
Multi-Arch: same

Package: libyaml-0-2-dbgsym
Priority: optional
Section: debug
Installed-Size: 117
Maintainer: Florian Ernst <florian@debian.org>
Architecture: arm64
Source: libyaml
Version: 0.2.5-1+apertis0bv2024dev3b1
Depends: libyaml-0-2 (= 0.2.5-1+apertis0bv2024dev3b1)
Filename: pool/target/liby/libyaml/libyaml-0-2-dbgsym_0.2.5-1+apertis0bv2024dev3b1_arm64.deb
Size: 99548
MD5sum: f40c32ad1a164ccb0f35741b8ee781a8
SHA1: 16f0781e8b1cfb7b84052ea05a4dfe45ea7b4db4
SHA256: 45c5d39f1457177ade86ef50a4bad01127aacf47503d6523ab91bf03c28c5a14
SHA512: 639f1dd619a5983cfc3b20dcc03c9e3f8f2811aeedb991bfa17f95b033fbb8d3744b1e7a5b8792361f516c217a0f7417a1faa3daaed31dfae5688475f6bb2df9
Description: debug symbols for libyaml-0-2
Auto-Built-Package: debug-symbols
Build-Ids: 994f7bfb8d0715f98df92164d8b8cd6331a57ac1
Multi-Arch: same

Package: libyaml-dev
Priority: optional
Section: libdevel
Installed-Size: 245
Maintainer: Florian Ernst <florian@debian.org>
Architecture: arm64
Source: libyaml
Version: 0.2.5-1+apertis0bv2024dev3b1
Depends: libyaml-0-2 (= 0.2.5-1+apertis0bv2024dev3b1)
Suggests: libyaml-doc
Filename: pool/target/liby/libyaml/libyaml-dev_0.2.5-1+apertis0bv2024dev3b1_arm64.deb
Size: 60484
MD5sum: c4ef6180bb1300f31cdce58e85757737
SHA1: d5688b5881c0c9a9173bcfb423831c411c7f8287
SHA256: 8da8ba35e8f9ec061aabf9c61aaeead1974979fedf4b54aed1f32d7a7d0c4b7a
SHA512: 389a1a8c72932588a7cce6d8c4acf340ae62729b7c8364f8e8081279f90d85cdd2f0c9742009ea2921c0aa96fe353afb57966ca6d339157f252ab1a19803ec4d
Description: Fast YAML 1.1 parser and emitter library (development)
 LibYAML is a C library for parsing and emitting data in YAML 1.1, a
 human-readable data serialization format.
 .
 This package contains development headers and static libraries.
Homepage: https://github.com/yaml/libyaml
Multi-Arch: same

Package: libyaml-doc
Priority: optional
Section: doc
Installed-Size: 1105
Maintainer: Florian Ernst <florian@debian.org>
Architecture: all
Source: libyaml
Version: 0.2.5-1+apertis0bv2024dev3b1
Filename: pool/target/liby/libyaml/libyaml-doc_0.2.5-1+apertis0bv2024dev3b1_all.deb
Size: 138344
MD5sum: 919e1e56b8a248d14c4c7108bfe1f2e7
SHA1: ae775b1137ef35a3634140629c9636c0ecdb1761
SHA256: 0d8bcc12644daa406477ee1fa4b3a6b414e59850e5bf81f5241081f8e764cd08
SHA512: dfac087ebedf5da6a47b447a0fafd0a041ec305408183c874cbe90a55dafa235552dd3fd0314c2f56907692ef6acf62e12a6380ec7d941a0cb47844b0081ca59
Description: Fast YAML 1.1 parser and emitter library (documentation)
 LibYAML is a C library for parsing and emitting data in YAML 1.1, a
 human-readable data serialization format.
 .
 This package contains API documentation for developers in HTML
 format, and some example programs from the LibYAML distribution.
Homepage: https://github.com/yaml/libyaml
Multi-Arch: foreign

Package: libyuv-dev
Priority: optional
Section: libdevel
Installed-Size: 1381
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libyuv
Version: 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2
Depends: libyuv0 (= 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2)
Filename: pool/target/liby/libyuv/libyuv-dev_0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2_arm64.deb
Size: 173016
MD5sum: c38f914c6cce7c1affcf7033e428ddec
SHA1: 900b51c7cc7dc7b14096a7d2577309f968325b13
SHA256: 86ff6a91b3a2e718e26ca9677dda2c30380618295028f40d1e3e96e2d93a4bd0
SHA512: 7e8d0dec64a1a235a8e018f28dedae6459e680f50b0b49f980e4b47ea12136c93231b42d90b21b16aa471ee1122b31140e9e5d55deb9638bdb24868a81e7da70
Description: Library for YUV scaling (development files)
 libyuv is an open source project that includes YUV scaling and
 conversion functionality.
 .
 This package provides the development files.
Homepage: https://chromium.googlesource.com/libyuv/libyuv/
Multi-Arch: same

Package: libyuv-utils
Priority: optional
Section: libs
Installed-Size: 471
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libyuv
Version: 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2
Depends: libyuv0 (= 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2), libc6 (>= 2.34), libstdc++6 (>= 4.3)
Filename: pool/target/liby/libyuv/libyuv-utils_0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2_arm64.deb
Size: 111436
MD5sum: 40bac88be22a8e028f5005c4fae12500
SHA1: 95483aa22c8c8a3711d8627386fe62379e0a0c8b
SHA256: d7b978c28524bf99f1935e2136c08bb28ff11b03badba504e0fc5a3e0910b9bf
SHA512: 2fda4661d64b870b1b1b3607f35887ce667f26ee157841541d2b6c3ed32e1c05bd85ddf99f216477f6b2834930f830153377f7bd2614fc0c2946d7377113409f
Description: Library for YUV scaling (utilities)
 libyuv is an open source project that includes YUV scaling and
 conversion functionality.
 .
 This package provides utilities provided by the library, including
 yuvconvert.
Homepage: https://chromium.googlesource.com/libyuv/libyuv/

Package: libyuv-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 570
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libyuv
Version: 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2
Depends: libyuv-utils (= 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2)
Filename: pool/target/liby/libyuv/libyuv-utils-dbgsym_0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2_arm64.deb
Size: 519192
MD5sum: 179bd3c4f2052edd75342ce63f26bf98
SHA1: f5d51207cb40b4aeb849badc99c7ff17845dff26
SHA256: 3e0e6f1cbb8925c642f2ebc11419af34ff390d25b5953b6549c67f5fe8fcdced
SHA512: d3799ed65971cbc9c96780ce3f7e96db5e01bc6d20939c5fe2b3263fae794989e6ebc1a06a8781294f3f7126a60e039621dbbcfa9a38466cfc8fa44a3b8f8050
Description: debug symbols for libyuv-utils
Auto-Built-Package: debug-symbols
Build-Ids: 654a8137a9330e83e9cf8ed11017e1a476cddfbc d2d3abc25ea393f9dca4bc98bed19d64b0240e90

Package: libyuv0
Priority: optional
Section: libs
Installed-Size: 539
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libyuv
Version: 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2
Replaces: libyuv
Provides: libyuv
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libstdc++6 (>= 5)
Conflicts: libyuv
Filename: pool/target/liby/libyuv/libyuv0_0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2_arm64.deb
Size: 122852
MD5sum: a84ec57044b6386fcf4933849485e10d
SHA1: f08fbbdc2108d56a87eff8b3fd1e3a5838b7e172
SHA256: c483da383c2d6c5c7f63b7cdab60a44b04c0af3805586bc985491930fe03926a
SHA512: ba925cb18be71588e9afbdbad485f935cab8bfd6ca10bb742b61f4a95dfdc7c5510d10bf1761f1094cbd66c259e6a9cb44ac1d56f1d91e2649a94a4e36417294
Description: Library for YUV scaling (shared library)
 libyuv is an open source project that includes YUV scaling and
 conversion functionality.
 .
 This package provides the shared library.
Homepage: https://chromium.googlesource.com/libyuv/libyuv/
Multi-Arch: same

Package: libyuv0-dbgsym
Priority: optional
Section: debug
Installed-Size: 629
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libyuv
Version: 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2
Depends: libyuv0 (= 0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2)
Filename: pool/target/liby/libyuv/libyuv0-dbgsym_0.0~git20230123.b2528b0-1+apertis0bv2024dev3b2_arm64.deb
Size: 582800
MD5sum: 7ee8c3a63fac32145449ee2da5c0c44e
SHA1: 004c122fe5e8736a33ff84f1764c2ee700af2d46
SHA256: d91ca6be2782858a8e551f1454c3b80744ee3968f072507828158a4d0d4f3123
SHA512: 5cac010cb5da17e72401a285e1d2eb75686a71a1a5de6f217220e6523a60283f013b773c32f35419df3bfd6284b26467dbee621f562a2784a3c1bc201588650b
Description: debug symbols for libyuv0
Auto-Built-Package: debug-symbols
Build-Ids: 75b80dcd8210cce8ab0ab6c8a49b7dbba52e3d18
Multi-Arch: same

Package: libz3-4
Priority: optional
Section: libs
Installed-Size: 21683
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: z3
Version: 4.8.12-3.1+apertis1bv2024dev3b1
Replaces: libz3-dev (<< 4.4.1)
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 12)
Breaks: libz3-dev (<< 4.4.1)
Filename: pool/target/z/z3/libz3-4_4.8.12-3.1+apertis1bv2024dev3b1_arm64.deb
Size: 6290116
MD5sum: 02e3bbcad83a1f258d82f6a18e76ee98
SHA1: b837fc57c4fb2ac175328132d1f2b7b22930f6db
SHA256: a737212521cfcecb53826401cbc351cc14c42341d407263972054b704a1447c5
SHA512: 92f6f9313a986e035afdec4db0de7fe888d77ac8bbf0086e5e88f155746edfb8e995a3bc94eaba53dcec35fceb5347a7d77659bb4666621bd6ff166298f9fa76
Description: theorem prover from Microsoft Research - runtime libraries
 Z3 is a state-of-the-art theorem prover from Microsoft Research. It can be
 used to check the satisfiability of logical formulas over one or more
 theories. Z3 offers a compelling match for software analysis and verification
 tools, since several common software constructs map directly into supported
 theories.
 .
 This package contains runtime libraries. You shouldn't have to install it
 manually.
Homepage: https://github.com/Z3Prover/z3
Multi-Arch: same

Package: libz3-4-dbgsym
Priority: optional
Section: debug
Installed-Size: 137371
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: z3
Version: 4.8.12-3.1+apertis1bv2024dev3b1
Depends: libz3-4 (= 4.8.12-3.1+apertis1bv2024dev3b1)
Filename: pool/target/z/z3/libz3-4-dbgsym_4.8.12-3.1+apertis1bv2024dev3b1_arm64.deb
Size: 136972240
MD5sum: cc55f970860ee0c9123257282f11e9b4
SHA1: 2af7a877df0fbf63454f40dd67224e41ade3bf6f
SHA256: d14fdcc9b20fa5371f32c382e991aa136640cea196391897ec4feaf81e204ab8
SHA512: 056bb0d1a5864397e4d0148c966a4542e43d8c89c45f644114925da571cc2c1fcd7124e49fc3e8f93581a74921df5bc9e83762ff58cd40f259bf28b810a1fa0f
Description: debug symbols for libz3-4
Auto-Built-Package: debug-symbols
Build-Ids: b96ca26c1d22759811f90765ae0a9afb9fcc6e6a
Multi-Arch: same

Package: libz3-dev
Priority: optional
Section: libdevel
Installed-Size: 535
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: z3
Version: 4.8.12-3.1+apertis1bv2024dev3b1
Depends: libz3-4 (= 4.8.12-3.1+apertis1bv2024dev3b1)
Filename: pool/target/z/z3/libz3-dev_4.8.12-3.1+apertis1bv2024dev3b1_arm64.deb
Size: 93416
MD5sum: f5b13aed42586a67d9043bd4233135fb
SHA1: 2913a68ec2d9edebe4633b195d5def5218e2db13
SHA256: 5370d76d44dcb83077ceff129e00c9b4c60d63cbeccef8920c685ef3d204e1bd
SHA512: beffc8d54fb580cd2c26442f0d5da8d94d954e22a080494a246a02f85e75a00c806b5c0a673c08ebdee25d8b53ff63c9d9b9dee963dcd0f84b1cde8a64a878ea
Description: theorem prover from Microsoft Research - development files
 Z3 is a state-of-the-art theorem prover from Microsoft Research. It can be
 used to check the satisfiability of logical formulas over one or more
 theories. Z3 offers a compelling match for software analysis and verification
 tools, since several common software constructs map directly into supported
 theories.
 .
 This package can be used to invoke Z3 via its C++ API.
Homepage: https://github.com/Z3Prover/z3
Multi-Arch: same

Package: libzstd-dev
Priority: optional
Section: libdevel
Installed-Size: 1114
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Architecture: arm64
Source: libzstd
Version: 1.5.4+dfsg2-5+apertis0bv2024dev3b2
Depends: libzstd1 (= 1.5.4+dfsg2-5+apertis0bv2024dev3b2)
Filename: pool/target/libz/libzstd/libzstd-dev_1.5.4+dfsg2-5+apertis0bv2024dev3b2_arm64.deb
Size: 318580
MD5sum: 0f189a07eeaeed81e1e6c16c6a39e7d1
SHA1: 1eba5146e8d3306e40aab55821fd43e8d36bc436
SHA256: 23172e37eac47453b429544cf4a19fa7d6b96c9f1674df5b45589c83257b5dbf
SHA512: 3ddb83f8c8d697aaa25d91182e0daae11a5b87e25ebaf2ea1ae9f411e13735594fbd0a8a108bbaca83cfedcdb66f5ba8c56ae4349bf03b4741fe2cb88f4b6ad3
Description: fast lossless compression algorithm -- development files
 Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting
 real-time compression scenarios at zlib-level compression ratio.
 .
 This package contains the headers and static library.
Homepage: https://github.com/facebook/zstd
Multi-Arch: same

Package: libzstd1
Priority: optional
Section: libs
Installed-Size: 685
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Architecture: arm64
Source: libzstd
Version: 1.5.4+dfsg2-5+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34)
Filename: pool/target/libz/libzstd/libzstd1_1.5.4+dfsg2-5+apertis0bv2024dev3b2_arm64.deb
Size: 252696
MD5sum: 45109e0d8e626e3d70fd44a1cf3cfe33
SHA1: 5b1d7a5e25604b15088034fb5d84b806de54c93f
SHA256: 39af06206401c32487a97971b26fe2e82df85aec8689d520b70c090072142e62
SHA512: 3543eadd40f031369587f9e7c8e467c00950063e484fe4a0d954704203a524648c021bb54637f9840899b3d818b4c64d956b15e18294a85a8cc659974331ad23
Description: fast lossless compression algorithm
 Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting
 real-time compression scenarios at zlib-level compression ratio.
 .
 This package contains the shared library.
Homepage: https://github.com/facebook/zstd
Multi-Arch: same

Package: libzstd1-dbgsym
Priority: optional
Section: debug
Installed-Size: 1717
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Architecture: arm64
Source: libzstd
Version: 1.5.4+dfsg2-5+apertis0bv2024dev3b2
Depends: libzstd1 (= 1.5.4+dfsg2-5+apertis0bv2024dev3b2)
Filename: pool/target/libz/libzstd/libzstd1-dbgsym_1.5.4+dfsg2-5+apertis0bv2024dev3b2_arm64.deb
Size: 1693188
MD5sum: 059e97e5bd6d7bc9d34a2cb799ed3b38
SHA1: e4298083921eb073e2e29268b870f3d2e6976a1a
SHA256: 79600faa9181802f8e63dedb5efbb8682c721c604b3fb39afac1e95733155fda
SHA512: e1a0ad2883947a124632b27e304ddda0ef7f84232b9691268263bf007806f28ac2a58fc3e142ed910e0613a241578e0483cd52a9494fb6ba90e05f2fa0431f49
Description: debug symbols for libzstd1
Auto-Built-Package: debug-symbols
Build-Ids: c2b50d8b58b17ac07e66c2a23ac4dcbfc4426f72
Multi-Arch: same

Package: lilv-utils
Priority: optional
Section: sound
Installed-Size: 364
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lilv
Version: 0.24.14-1+apertis0bv2024dev2b1
Provides: lv2-host
Depends: libc6 (>= 2.34), liblilv-0-0 (>= 0.20.0~dfsg0), libsndfile1 (>= 1.0.20)
Filename: pool/target/l/lilv/lilv-utils_0.24.14-1+apertis0bv2024dev2b1_arm64.deb
Size: 24192
MD5sum: 89c92fbeb375b144bee1f37b89ffbd88
SHA1: 9d2ef60c74fb0bad0117141e690d76997c7a07c9
SHA256: d1a482333389365fb099b85c9814bd0aa2648b3bed2147ea28b8d1e8ecf4cd7a
SHA512: b3052870abb91ef0845d9b7a435f087404acd4392243903ed38eba0a8c497f772b26cd37d37e55458fc320e0e52d60bdfa8c318d78f25c00bb03d3241d6b2587
Description: library for simple use of LV2 plugins (runtime files)
 Lilv (formerly SLV2) is a library for LV2 hosts intended to make using
 LV2 Plugins as simple as possible (without sacrificing capabilities).
 .
 Lilv is the successor to SLV2, rewritten to be significantly faster
 and have minimal dependencies.
 .
 This package provides the following utilities:
  * lv2info - Extract information about an installed LV2 plugin.
  * lv2ls - List all installed LV2 plugins.
  * lv2apply - Apply an LV2 plugin to an audio file.
  * lv2bench - Benchmark all installed and supported LV2 plugins.
  * lilv-bench
Homepage: https://drobilla.net/software/lilv/

Package: lilv-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 93
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lilv
Version: 0.24.14-1+apertis0bv2024dev2b1
Depends: lilv-utils (= 0.24.14-1+apertis0bv2024dev2b1)
Filename: pool/target/l/lilv/lilv-utils-dbgsym_0.24.14-1+apertis0bv2024dev2b1_arm64.deb
Size: 40232
MD5sum: 516d832872b689da9574afb01bddfd15
SHA1: eeb43164bc1d1d5377799ddd55ee1335f5f7a66c
SHA256: 7226f90ec16960445d3af326db5e4e5b36d4debd0347fc6c16b01d6a93267eb8
SHA512: 4d6e8d7ad8832fe45e2ce0b3bf7325dab64a2cd0619d04736dcb6df5a169c0896b1fe2e5c2adeb8fad50b0ce25e48442f6f9ea2459b536bdc753213515d6b3ee
Description: debug symbols for lilv-utils
Auto-Built-Package: debug-symbols
Build-Ids: 0d86e6ff522d167b14b9b74fc0b2fef2b17127ed 4a07c9896f1cb8452a9e226abe651f41bd7d83d7 82e8251c1172dd3295825be7be33457e314e93b1 90824ca136c1a0f5a25fead2946b705fc7ad761d a05c85fe19cb885d7bbd251c5126f7cc9591aa61

Package: linux-base
Priority: optional
Section: kernel
Installed-Size: 75
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Version: 4.9+apertis0bv2024dev2b1
Replaces: kernel-common (<= 13.018+nmu1)
Depends: debconf (>= 0.5) | debconf-2.0
Breaks: kernel-common (<= 13.018+nmu1), linux-perf (<< 5.16.2-1~exp1)
Filename: pool/target/l/linux-base/linux-base_4.9+apertis0bv2024dev2b1_all.deb
Size: 29872
MD5sum: 1fb6aae104d4cd68ef15cccd75324651
SHA1: 55364420c6b684925896d3ad6307e9b8e43ec10b
SHA256: 16897b847f82b18e7a08e3b1a95720d87ddcc7ef7864c0088d60a2e351d7d123
SHA512: 5d1d6f842de3a95be8f142fd83665f7fdff559d074ef06cf6038c434eac4d5ce434bc9491db63bc34cf28ceefa8935d30494adcbe18be807e4d914e5c480b135
Description: Linux image base package
 This package contains files and support scripts for all Linux
 images.
Multi-Arch: foreign

Package: linux-config-6.1
Priority: optional
Section: kernel
Installed-Size: 1231
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Recommends: linux-source-6.1
Filename: pool/target/l/linux/linux-config-6.1_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 1244692
MD5sum: 421ae649174b06c8bc853a429ccbe6bb
SHA1: a11b33dd338c79550af58166dcb2c3e049e02c30
SHA256: dbf26103af305abfb071bfeebb99dd63d9a1991107b4f6a5659d9b07c4b40984
SHA512: d7daf8acce2126478c6656c9f393e8b1b84e30000f994c8d29ffb0a9cee8ff5d5ecc0bb734ef75da9ce4765cf2be88589e395ed6290cb0949d6b8e80c0dba878
Description: Debian kernel configurations for Linux 6.1
 This package contains the configuration files used to build the official
 Debian kernel files, but without references to Debian's signing
 certificates.
 .
 These can be used as a basis for configuring custom kernels.
Homepage: https://www.kernel.org/
Multi-Arch: same

Package: linux-cpupower
Priority: optional
Section: admin
Installed-Size: 1330
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libcpupower1 (>= 5.5.8-1~exp1)
Filename: pool/target/l/linux/linux-cpupower_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 1225984
MD5sum: 322a3ab38f1c7c67f828b4453bf0b932
SHA1: 57d30738145d75b7d49b8099284f6e4ae9a65240
SHA256: 5522b7cc2b93a97bfc8d5235ede8ab2682e8ee7855ffe1b69bda69a7703e048e
SHA512: c76a73f162fe6e63f2685e712ac1f2b3d691684e23e3a424666ff6340926e75fd6f47ae1cd7f439dd03e32a4dafc3b62501580fd39829ca34a8431f61bebef62
Description: CPU power management tools for Linux
 The cpupower command allows inspection and control of cpufreq and cpuidle
 tunables for hardware that supports these features.  It replaces
 "cpufreq-info" and "cpufreq-set" in cpufrequtils.
Homepage: https://www.kernel.org/

Package: linux-cpupower-dbgsym
Priority: optional
Section: debug
Installed-Size: 81
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: linux-cpupower (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-cpupower-dbgsym_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 60356
MD5sum: 44059c17cc574d0167d97af71066f6d0
SHA1: eb4494d8416952901bcc5b5feffb7947b839a9c7
SHA256: 07e9c0189baae1154b78b43ea9d366b78975cc3eb991cf532a79e28c193e8654
SHA512: 9f4e8ff95bab1e01ab97e74bdcbb41e75bbf20b7cbdbd9401947bafec2d1d44eb1e132a47b8da7a4b4f8a91eff557ac019b82f1ab22051747d7bdc5ebd08f98e
Description: debug symbols for linux-cpupower
Auto-Built-Package: debug-symbols
Build-Ids: 4e701bc53e14cdf654cf4069fbf448e68fa67481

Package: linux-doc
Priority: optional
Section: doc
Installed-Size: 10
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: linux-doc-6.1 (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-doc_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 1128
MD5sum: dd849e67ca1c319431a709f6b36f2d0a
SHA1: d50866688a310ced2ef3e306f33bcc3192fcaad0
SHA256: 010ff0678d9138bb47e725da2071e714fea73b8d76124494ec741ebdda5126a2
SHA512: a483bd4d1df772cd62838a82a6101cf65eff0e527060824fdf170efc98e64a9626d13b2a96ea99b8b3a0c42396d7d5e6520a69dedc2583082e37596b689019ce
Description: Linux kernel specific documentation (meta-package)
 This package depends on the package containing the documentation for the
 latest Linux kernel.
Homepage: https://www.kernel.org/

Package: linux-doc-6.1
Priority: optional
Section: doc
Installed-Size: 193812
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Filename: pool/target/l/linux/linux-doc-6.1_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 37204628
MD5sum: fd65a57a9321fcdf10113f9f5dcfe992
SHA1: 72a1c12f22355d5859a29cb2b267f4c770d943aa
SHA256: 27d1591f5f58b374cef3c8f3d60f2bb30088b430302bf03d4185516e587d3be6
SHA512: 73d5f6b70e5874565745baa3318a1eb271fc7f6edfce726166e194a2e839939caabd42533a2710edfe70d440ccea861028b5fd7518a5cd851e6a7a580d136965
Description: Linux kernel specific documentation for version 6.1
 This package provides the various README files and HTML documentation for
 the Linux kernel version 6.1.  Plenty of information, including the
 descriptions of various kernel subsystems, filesystems, driver-specific
 notes and the like.  An index to the documentation is installed as
 /usr/share/doc/linux-doc-6.1/html/index.html.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: linux-headers-6.1.0-10-arm64
Priority: optional
Section: kernel
Installed-Size: 4028
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: linux-headers-6.1.0-10-common (= 6.1.37-1+apertis1bv2024dev3b1), linux-kbuild-6.1 (>= 6.1.37-1+apertis1bv2024dev3b1), gcc-12
Filename: pool/target/l/linux/linux-headers-6.1.0-10-arm64_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 1710300
MD5sum: 308ba6a21255ac1dba6e37c9459d0be5
SHA1: dbf903698538cc018e5246ce8e1953085d02c368
SHA256: 193438950681fe325178f03713f378e4ce96cb984563adecd9204c41d8049bdc
SHA512: 03e6c5cf882e2a3a1f43e960390ff6f096f651844806b666dcd6cf3a76f2bb27f54c066c6ad6dcff6a86db66d353b108fe6ec9465b055a079cd74e8e4c95c318
Description: Header files for Linux 6.1.0-10-arm64
 This package provides the architecture-specific kernel header files for
 Linux kernel 6.1.0-10-arm64, generally used for building out-of-tree
 kernel modules.  These files are going to be installed into
 /usr/src/linux-headers-6.1.0-10-arm64, and can be used for building
 modules that load into the kernel provided by the
 linux-image-6.1.0-10-arm64 package.
Homepage: https://www.kernel.org/

Package: linux-headers-6.1.0-10-common
Priority: optional
Section: kernel
Installed-Size: 56692
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Filename: pool/target/l/linux/linux-headers-6.1.0-10-common_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 10341224
MD5sum: 2a6baaa0c227082e88f39e12a41e62d4
SHA1: eb6afece7fffa3441073d6684503aafa0a6c8328
SHA256: 5bb6af32b4d41d7fbf1f3c1a8785bfaf8bba9b810f8f7185402d0259cd87f569
SHA512: d966e27e8366cac9053fba458a046ea4e86a649bdae4e1d3db272e39643b197cfbb9e5e109b35e22e67b458d50873d181186e5b274890a44a627d4727bd7771f
Description: Common header files for Linux 6.1.0-10
 This package provides the common kernel header files for Linux kernel
 version 6.1.0-10, generally used for building out-of-tree kernel modules.
 To obtain a complete set of headers you also need to install the
 linux-headers-6.1.0-10-(flavour) package, matching the flavour of the
 kernel you intend the build for.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: linux-headers-6.1.0-10-common-rt
Priority: optional
Section: kernel
Installed-Size: 41774
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Filename: pool/target/l/linux/linux-headers-6.1.0-10-common-rt_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 8041320
MD5sum: 791fd190cd19806c20e72081a0296bfb
SHA1: 47d1660d8cc05acc958394f1517fa63886bc76ba
SHA256: 6bc861690a48c64bccb01fb206d18691de9e30eda63496d9f517ca8fa6da7aab
SHA512: 7b854b55f03720449bea89514d0415e820248d90d1d2ffdf994b63d20a96f88ce3171ee0e391f3130050efada3fb7fc65febb05b75fd8f828d47703158ada0a7
Description: Common header files for Linux 6.1.0-10-rt
 This package provides the common kernel header files for Linux kernel
 version 6.1.0-10 with the PREEMPT_RT featureset, generally used for
 building out-of-tree kernel modules.  To obtain a complete set of headers
 you also need to install the linux-headers-6.1.0-10-(flavour) package,
 matching the flavour of the kernel you intend the build for.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: linux-headers-arm64
Priority: optional
Section: kernel
Installed-Size: 10
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Provides: linux-headers-generic
Depends: linux-headers-6.1.0-10-arm64 (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-headers-arm64_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 1180
MD5sum: 18644fd0fbd6832d1d00032abb2c943e
SHA1: 12a1fedd53a3d79d3aa481d1deb6e8e4be1f2579
SHA256: e5d064d938192489b8189406ba9e0e210b2d38b94cf66d825b1057489b19adcf
SHA512: 447600fc4b0a27e892f87368afe3b2d022696f50359572b69eb78e84ad407616f27680aa34b809e12d08a348898f21bd2535f70b689b2f91003a0d73f661bf6e
Description: Header files for Linux arm64 configuration (meta-package)
 This package depends on the architecture-specific header files for the
 latest Linux kernel arm64 configuration.
Homepage: https://www.kernel.org/

Package: linux-image-6.1.0-10-arm64
Priority: optional
Section: kernel
Installed-Size: 349942
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool
Recommends: firmware-linux-free, apparmor
Suggests: linux-doc-6.1, debian-kernel-handbook
Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~)
Filename: pool/target/l/linux/linux-image-6.1.0-10-arm64_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 57641104
MD5sum: 7916d1c4970347548e3e93ff15c76f50
SHA1: c3868256ad3ad3897274fb708c9343629fd39d03
SHA256: b0c43747cf4c31d1ce00a21378185af2e807b1cb6daec0d6416dd303c75b1557
SHA512: a6abacf20c74abe523365286f35f0f4f1ab94e2e7946cda0aa82660699bce9c6abe0bd1ace8f32e326073d8d92a3b55dde19d7ee8107b3c56790835b1798b34b
Description: Linux 6.1 for 64-bit ARMv8 machines
 The Linux kernel 6.1 and modules for use on 64-bit ARMv8 machines.
Homepage: https://www.kernel.org/

Package: linux-image-6.1.0-10-arm64-dbg
Priority: optional
Section: debug
Installed-Size: 5047813
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Filename: pool/target/l/linux/linux-image-6.1.0-10-arm64-dbg_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 796580228
MD5sum: da7e71518935bf128eb38122e789b0d1
SHA1: e611f90fa92f763373c8f377ab604ea97e80cf94
SHA256: 04cd2731fc6b65584d14a6c8fd6680fdc1de0691aa6cebba07af595a9863e147
SHA512: 3264db9b9c297462f630e64a0fa4054b84238c29a34de3c531510899979b55d4684ab75830babf5f04a74720a434b43cc91c9ae9f276c2792a6e69591ddebff5
Description: Debug symbols for linux-image-6.1.0-10-arm64
 This package provides the detached debug symbols for the Linux kernel and
 modules in linux-image-6.1.0-10-arm64.
Homepage: https://www.kernel.org/

Package: linux-image-arm64
Priority: optional
Section: kernel
Installed-Size: 13
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Provides: linux-image-generic, linux-latest-modules-6.1.0-10-arm64, wireguard-modules (= 1.0.0)
Depends: linux-image-6.1.0-10-arm64 (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-image-arm64_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 1444
MD5sum: 4d1295f64fb8887c42cf7b3cfcf36d1b
SHA1: fd024b57c89832a25904010b01d9657d978c65ec
SHA256: 746362c48ef9c75c633ac3f828b9074ff36b12719c4ef1a74caa483e3e5ac900
SHA512: a42a74f282523b9fa82ab917af131bd25dd0688d07190c3358158d8a82bf80bd26e60bbe56af75401593b654659af2dce0810fc55e1780bc8a875aeeb9aad61b
Description: Linux for 64-bit ARMv8 machines (meta-package)
 This package depends on the latest Linux kernel and modules for use on
 64-bit ARMv8 machines.
Homepage: https://www.kernel.org/

Package: linux-image-arm64-dbg
Priority: optional
Section: kernel
Installed-Size: 13
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Provides: linux-latest-image-dbg
Depends: linux-image-6.1.0-10-arm64-dbg (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-image-arm64-dbg_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 1332
MD5sum: 33f9d67991873389b66eb80c85544e91
SHA1: e1a058d9077b44243768cc5a48a0a2f333f55a98
SHA256: 8d75ad7164e59fff30e4484332a11eb8a23f57b53e0b50179d2d155b2a5e2790
SHA512: bbfd2c8fd1fed8cf4459c573d79d5f03e747a775b25f39f01220a78fe99b3fce74945891e95734831ec904178497bbc9fc20fc199c4f6532353c4e6522c79986
Description: Debugging symbols for Linux arm64 configuration (meta-package)
 This package depends on the detached debugging symbols for the latest
 Linux kernel arm64 configuration.
Homepage: https://www.kernel.org/

Package: linux-kbuild-6.1
Priority: optional
Section: kernel
Installed-Size: 2885
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libelf1 (>= 0.142), libssl3 (>= 3.0.0)
Filename: pool/target/l/linux/linux-kbuild-6.1_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 1432508
MD5sum: ab77fca6a72ffd4b5c0a1b09d40e5314
SHA1: 18d8a9bac35ad8bc7beee51292e1e122768a7e13
SHA256: 054fc2bb92b566ce66506f7fdbe3c116c846e87c901bc63f558f57b1016dbde3
SHA512: 662e0150181cfef72bac6b72c253808942504f608d166221d2bff2d5f17b2e234ce55f52f0065309f8a8511306d833c4ab29eea8369507d103051c88128a92ef
Description: Kbuild infrastructure for Linux 6.1
 This package provides the kbuild infrastructure for the headers packages
 for Linux kernel version 6.1.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: linux-kbuild-6.1-dbgsym
Priority: optional
Section: debug
Installed-Size: 1185
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: linux-kbuild-6.1 (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-kbuild-6.1-dbgsym_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 1022904
MD5sum: efa4705c0b0b4895d8084a2bc11d4c14
SHA1: b99b6cd1999d65da291a31a584f77a2fb1c28b77
SHA256: e39723016af159a25c6c8be11b9e757c6b299bfedce13f80f09ccae88db5a6ed
SHA512: 5fd874ca2b1d2a883e72415ef4c60da958536c44f225db70aa526f970191973a2d64efb14f151185cf727e1864e1bca5f678d5e7f85f70f29f1964405ee6cf79
Description: debug symbols for linux-kbuild-6.1
Auto-Built-Package: debug-symbols
Build-Ids: 1e24316f9f3d84badbab32a5968a5f6fdf43abc9 23565aa0cc631fcf9e009a378287ce9ece484320 2a0d91eab7d48bc24d4fe626a07fadcb56b66b2f 31915480261a004470bd527db11fde10f8e486f8 346a9ed0531313429636522dbd3961c61885aa41 55c184d5a590bdac2e003f1b1bff6a7b55fa63b6 88aba4b6cd845faf492d6510dc7ed78405bfa4fd 8c74db927daf732409b9740de4c7b1d636fec88f 92aac1fa79db1cac2768dfc28ba7aa5ff0401966 b8a62986a120b34b0e281f238135cd151b2fd1a3 b9afa3b1f9bbc6ca1e571f1c7ebb9547f36a002b bc077ba94aa2e7a31f31a36ec202382f2f5e453b c73a2039f1c7ece041f44337e2dabf7be58e806b eb4de0405dc8bda1dcff679e0419b43300be113a ee9b63edd4233b6cc1ab1fb96b6d6834779f18e1

Package: linux-libc-dev
Priority: optional
Section: devel
Installed-Size: 6929
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Filename: pool/target/l/linux/linux-libc-dev_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 2306548
MD5sum: 4857f2c7a8ba4776803acae901236efc
SHA1: 9f96f0a8aaac79502855903618faae659e9f94d2
SHA256: 727fb6c6ffa25455df49e3a762e138555b561c1d684c1a2f73327860f7744af3
SHA512: 4bdf53074509734594481c8db0de5750dbcc3c74d4d53d308b11cb669884e4400a49c97cab1effe153acb0b6541d85e5f7bfd0e07c243d01c4d1d8897abe7fba
Description: Linux support headers for userspace development
 This package provides userspaces headers from the Linux kernel.  These
 headers are used by the installed headers for GNU libc and other system
 libraries.
Homepage: https://www.kernel.org/
Multi-Arch: same

Package: linux-perf
Priority: optional
Section: devel
Installed-Size: 8095
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Replaces: linux-tools-6.1
Provides: linux-tools-6.1
Depends: libbabeltrace1 (>= 1.5.4), libc6 (>= 2.34), libcap2 (>= 1:2.10), libdw1 (>= 0.157), libelf1 (>= 0.144), liblzma5 (>= 5.1.1alpha+20120614), libnuma1 (>= 2.0.11), libopencsd1 (>= 1.1.1), libperl5.36 (>= 5.36.0), libpython3.11 (>= 3.11.0), libslang2 (>= 2.2.4), libunwind8, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.3.3), perl:any, python3:any
Suggests: linux-doc-6.1
Conflicts: linux-tools-6.1
Filename: pool/target/l/linux/linux-perf_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 2849736
MD5sum: 54b15038cff4247f47d9643bfdcdb63b
SHA1: d15239f0b151894a2899e38fead1d6eba6af3929
SHA256: 25a1d62fc1544c5d008a921f94093fb9ab95fc753cc5e793e5ae97b1908dcc83
SHA512: 6a0d4f28079edb06e76f1c2bf1ac331ee85b23d23024345442c287fb209de41c956d0a0169f9a7c23717e73245032dd1dfd38b4ec17ebf3052de9edaec10b402
Description: Performance analysis tools for Linux
 This package contains the 'perf' performance analysis tools for Linux.
Homepage: https://www.kernel.org/

Package: linux-perf-dbgsym
Priority: optional
Section: debug
Installed-Size: 8259
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: linux-perf (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-perf-dbgsym_6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 7951840
MD5sum: 6ebec8da3afec4fa15ac4163ab19dc7a
SHA1: f7375f559a8a1d11f87d6b56d9f7f63faf47f754
SHA256: d9110177be55192c3ac74b538349611b936e159e52e52e1aa40dde6355585d05
SHA512: 903874b6c442bc5f7a68b6626c797cdc1b80acc4814fd58fec124281c26c5c3d292fc8e55dbb7a07b3345d16729d9879184b6d06d9855f7219b4c2675090d2c4
Description: debug symbols for linux-perf
Auto-Built-Package: debug-symbols
Build-Ids: 07ead1d0eda9a29f18034e45f5e03a1228ac1361 0860c92851fef63e2fa4c1c93e65069a38929207 1a4d18ba45aa950a41c111243e4a589b7425bfa8 20b24a1f8c9757c63ed76c6aab105e35c0e4c57f 25744175610de3610e0438e847a4291eb13841b5 3b76ab0eca019c7051553a96533da1b7d9a135b5 456264cf3d255ea4c9307270bd09a1720c7317c7 47330dd645e4bc7a3a45f7e380e69ca444c9a69d 56ab15c6307244b8d5b6f8a78c7756f4870c8e0b 5d04b4e325b314015b2d170e8569b0191420d256 6cb0721ac2266bd84c770208db2e199c0a3e9f3b 7489cd16d90411ddb2c80b23fa72ddc062d78837 97088aa7d1960b5201ce12918db94ef4b7777421 9e34251a569c160f636a85ab3531ef8a2fb9ffa2 aa0d492bd48afe19d33a2c5a953ca2763d263df8 d4175dbf23341da83ecd6bff7ef663b0a5da747f d50c0be0d3e63bf0c24e2664f6133300810f4b0a dea1c366214c1e59644a0702fdb751b4aeac48db ea369db79ddb0f869bb615ec89bee0b92033001f ef2e1bbede6adb612dfe24c3426416931af8a47d

Package: linux-source
Priority: optional
Section: kernel
Installed-Size: 10
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: linux-source-6.1 (= 6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/linux-source_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 1120
MD5sum: e0fcbc3d31cce1fae93dd4c472c1701d
SHA1: d7c8a654015923a94dfc79e8784665dd13badeac
SHA256: d47cf57165fe08e1f34b8bae1dc0e6eb201840d9bc74208f7f56cf92825b465c
SHA512: 5ae4ce2e2bbdd1b2000840a2f300938babe54cbbe167f58b3996ad94d3d2480ed14515b5d2f4e18385d76d0c052ceac3d05dec986559f3098fc99588f5e4f9d1
Description: Linux kernel source (meta-package)
 This package depends on packages containing the sources of the latest
 Linux kernel.
Homepage: https://www.kernel.org/

Package: linux-source-6.1
Priority: optional
Section: kernel
Installed-Size: 135330
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: binutils, xz-utils
Recommends: build-essential, bc, rsync, kmod, cpio, bison, flex, libelf-dev, libssl-dev, linux-config-6.1
Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config
Filename: pool/target/l/linux/linux-source-6.1_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 138575252
MD5sum: a7bd2f719fa49391a53f981281bf3578
SHA1: 629ca7dba2601e3c1a815becb09c2a6dcf5dc6a8
SHA256: 6e3cc5159f2027becadd237d3280b4566f848d30c910f0b8d27f616887cb3a1b
SHA512: a34510af3db0a4f757f51da3ff5da30986aa6946da729ce2408f4104d143e8a3ab4b5e9c4b5c596197bcbe514f2bacd645813fe5c58ba1a29fabb49976b6d1a8
Description: Linux kernel source for version 6.1 with Debian patches
 This package provides source code for the Linux kernel version 6.1. This
 source closely tracks official Linux kernel releases.  Debian's
 modifications to that source consist of security fixes, bug fixes, and
 features that have already been (or are believed to be) accepted by the
 upstream maintainers.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: linux-support-6.1.0-10
Priority: optional
Section: devel
Installed-Size: 2142
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: all
Source: linux
Version: 6.1.37-1+apertis1bv2024dev3b1
Depends: python3:any, python3-jinja2
Filename: pool/target/l/linux/linux-support-6.1.0-10_6.1.37-1+apertis1bv2024dev3b1_all.deb
Size: 1234484
MD5sum: 0c89baf8c9228dc4a7f507d31f894cf5
SHA1: 95c3e62ac7efd8c24c245661cc999a71a1343d44
SHA256: f67ebb633a27c19e8b080cb35e5d08b15e85dfe3109a0aaf4a9b0daeec489967
SHA512: 7694fbb3cd8793bd84578742217db88582390f642fc542def3b9622a907cab92e6d1ca45ee0822f549facde07f100fd01e2052bdb86a95c9af64f3ace9916283
Description: Support files for Linux 6.1
 This package provides support files for the Linux kernel build, e.g.
 scripts to handle ABI information and for generation of build system meta
 data.
Homepage: https://www.kernel.org/
Multi-Arch: foreign

Package: lld-15
Priority: optional
Section: devel
Installed-Size: 4793
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libstdc++6 (>= 12), zlib1g (>= 1:1.2.2)
Filename: pool/target/l/llvm-toolchain-15/lld-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 1276740
MD5sum: e3973b97e002ad8a056c713913790d32
SHA1: 41265994a468bce90e141760c8be41dac86ada45
SHA256: aa98b65c884c35cd88f305a5a5b054a4d67c43128cc6068ba2fbf9c2db549438
SHA512: 85108eed1d90f812d2163fa47e3df00ecb825641d91f999593c9e639cd5ee2a6354d86c08a0f83581020c836ccc9b5a3942e09e199f08cefd9e2efe8548fa513
Description: LLVM-based linker
 LLD is a new, high-performance linker. It is built as a set of reusable
 components which highly leverage existing libraries in the larger LLVM
 Project.
Homepage: https://www.llvm.org/

Package: lld-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 1282
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: lld-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/lld-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 153484
MD5sum: e214166d780ebd18f9808998d0580218
SHA1: 2c8c82de6de296a1ddd2819aae4b6ee489fd8405
SHA256: 3972712db6ab55d5629306f3c9da0bac38f2ed6dea5aecc51d043d1c0a241bb1
SHA512: 538ee541f8fee5aa678e54e13e560ee918cac30f84031e879b0870f96b32c22b83511d65aa0dce34906de2d234bd2396bca6c0040ebd995146c04336b81b69ff
Description: debug symbols for lld-15
Auto-Built-Package: debug-symbols
Build-Ids: ffb2acff30e4d3b14790292a25cc4c351c88f288

Package: lldb-15
Priority: optional
Section: devel
Installed-Size: 4547
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 4.5), liblldb-15, libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libncurses6 (>= 6), libstdc++6 (>= 12), libtinfo6 (>= 6), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), llvm-15-dev, python3-lldb-15
Filename: pool/target/l/llvm-toolchain-15/lldb-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 1274380
MD5sum: 8413d04b358e4ca50f47b35567ee1e8c
SHA1: 7f691a93628bbb6f7079c11c05212e5c3b2ea98a
SHA256: 95a82912321fe45c9f0ce92df55cd97871825327ffa3383e5614356964d15dfb
SHA512: d872b1e914867fcbb142678bcfdd24cf8977a85ac8f769f990eec5bfa2af5ddece7f7745bf655c37e715fcf4f16495e058441ceee527cb4111085314e68df3e3
Description: Next generation, high-performance debugger
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.
Homepage: https://www.llvm.org/

Package: lldb-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 1670
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: lldb-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/lldb-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 222796
MD5sum: 471cd9dcba25dcee04ea2bab9d692f3a
SHA1: c3c7318ae9aad19302d8430bf986138c1e55be23
SHA256: 5e9e32bf46c1218f403e06ecc95a937ff9bc2735d7760fed5ac93032526f4617
SHA512: de9f90ce7c9a3a404b6f93f3d9087a223121c222ead6a90e1c9a19a73560f6f5603f9d8234ded4135b306494701b3e77e2a65740e11780867a3a86c09f2e834f
Description: debug symbols for lldb-15
Auto-Built-Package: debug-symbols
Build-Ids: 6f453dad4ac3f6f7156cb03bf36087cfc5cd4f38 b04efd2c7c1f9866ce5e36150ce23bbbb82b06c9 c12016663a951838cfdbacbbb03c4e48f487f4df e7597e57d102fd454f861cb9f87e56d6ac07ad7f fc4d40628442b5a3cbdb92fc4479370b2358e957

Package: llvm-15
Priority: optional
Section: devel
Installed-Size: 50520
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15-runtime (= 1:15.0.6-4+apertis1bv2024dev2b1), llvm-15-linker-tools (= 1:15.0.6-4+apertis1bv2024dev2b1), libc6 (>= 2.36), libcurl4 (>= 7.16.2), libgcc-s1 (>= 4.2), libllvm15, libpfm4, libstdc++6 (>= 12), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.2.0)
Recommends: llvm-15-dev
Suggests: llvm-15-doc
Filename: pool/target/l/llvm-toolchain-15/llvm-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 10947576
MD5sum: 9af2411eb4da0dda21176a09bd2c2ea9
SHA1: 17c99bb685d483a34e680cd13d58c0f1bc91f0c3
SHA256: e31ea8896a2d880cf1832e6de29084a3b6413f9f08ccc085852482ef63642ec5
SHA512: 30152d22447937d91832ccefa3724f719a7f9cb2f2132c33d3185d05c9e391539c4fe60b68646bd0e4c49ad43ad7b67d64c50b610e6e20f7752fa17f1b8959ff
Description: Modular compiler and toolchain technologies
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 The strengths of the LLVM infrastructure are its extremely
 simple design (which makes it easy to understand and use),
 source-language independence, powerful mid-level optimizer, automated
 compiler debugging support, extensibility, and its stability and
 reliability. LLVM is currently being used to host a wide variety of
 academic research projects and commercial projects. LLVM includes C
 and C++ front-ends, a front-end for a Forth-like language (Stacker),
 a young scheme front-end, and Java support is in development. LLVM can
 generate code for X96, SparcV10, PowerPC or many other architectures.
Homepage: https://www.llvm.org/

Package: llvm-15-dbgsym
Priority: optional
Section: debug
Installed-Size: 11826
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15 (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 1344236
MD5sum: 78af6f2a3a565ca876158083028723d0
SHA1: 6481793688346e639c9c93a564773e4b0612f457
SHA256: 30b18803a244ed28d7949d98d77e3bf239b06a99337bb789c43c3c9c1147ad7e
SHA512: f27ce6ce2a309020eadaf86b73296903c1e527387140692b219ef753f601a03a86873979186dbb5efcd0c4cbffae3e4c471c519a1bf46747d816b9ba9a93b8fb
Description: debug symbols for llvm-15
Auto-Built-Package: debug-symbols
Build-Ids: 016e5beae12057ddfc047e675ce603f87042f8ff 068e99d5e2860d87a6aadaadd1da928feed86dd6 0def8c30bdd6e49f111b0b627df611ee472a2ba4 11ef754c43bc3f0641173b47aeabab8f5671d38c 138a7b270cbff5560009994f1c36d91194338bc4 146d5b014301d4f995bfa03bb440dc81dceb542f 1bade33ff59c75903d84c7844776d25ac3104936 1d0bf3730ec0a505f560a637538c88f2109b7c0b 25a87482c480be37ee58f282bb308989f92660f5 2d3729be42d781aa52d793350b134901add52b30 2de672791576fbcc0b0cd8914484d77d0e662920 373c5eff21e3428e23401aee5d68aaa69e18d466 3f18301a8913ebf98d6a2f651790cbedc39f030d 41db57c70afaaffe0bff9aab36fb78fd15518156 43b2014b4fc0dd0093510a5b9e6b4f9841d5fb8d 46cb43c435ae892ecaef2d4b04f7f48565fbd3ec 475c427e9315e0a68104df0727433d096793c4eb 4d34cff742803544589fdbfe6c45ddd4be54c1cd 55a980b3a2f822cb231077cd898e27d5387971fe 59edb0e4f2b1aad115cac2c04d53c1c028e744cb 5b90777b1b3862075fa150d209790ec779958a6e 5c489b8717921fedf10a24a37b90623907bb95f7 5ccfa9a952d5a6d6da9d8da81599c67cba1dbfd8 5d7569a9f2a9693ab8a94bfce40b8bda2269bca0 5faa2038da348a16361adf85a268d28e052cc3fb 60e4a13ed49b07b393bc97e1bc6f9cab8bafa38a 662f1aa233437a23cd5ec144317496f772bb1891 665b5305b36cd8e73ba46e9842c6530606aee595 6776c10eb9a374ac8ead873aeb66fbb405ca7f4e 6b9ab0fa18ed2cc592d97e6814f8b04f42ee1e96 75023b89687a82039bc0f3d740d24748071327c1 79e37f724b2c23bdd3f17396372ca6d21d4679f4 7a132e8d7157b0d016fbc5cebb37935426e5aa9b 7d56356401b07cb0f21012e09f6b1d0d9ed8b4f1 80d25f955621e77cadac52a95018f3b7ceb4d2b6 8486e054e7d33d841aa9d1145bf77e7dc9605d96 922e14244308c59439725ac68ad2cada5d181b4f 92c7ac96b3dcc18ddb526fee2f9445fa2fff4f57 953d8a3fb2e0064362fab798586de7e78719c74b 95a2bc4ad99744e7ff75e5910baf98ddf53fe012 96dfda72b4924316aade77d4d70d1a0afcf0fd61 97d6807ed43a318ba71ff9eb623fe83582e2caaa 9999512fd1ff29baf6e807a580011a00eff1a6f3 999a3b62b2cdecdfccb4c1feb43cf39d16159eb6 9eead920e2663e7c8f9b45029702bc4abc4d3478 a3a8bfd250766b98b8b84511aeb826d5c3164152 a6bfb518f0d16c21ef12611120d7756d95baf73c a74076f2450ebf5bbcb003a01688e57d924920a8 ab2545027ad29cf8e0e62b1a6c46210aa895047b b1772ee868e3f806784eb45e937ddaf96c223eee b5f9b91da82ba9c82903d153918b87015c965233 b6b70db58ea443dfd90669e063c7771bfe82c52d bd2b2bb79c3dace5867c6feb54a63780d4c9b610 bfe75c58421644054c62cca347f65ff84ebe3ece c63e337f041261802bfa14b6ddb12d922809c40c c7d18e22e202e23988a00fa69077e533c0c13364 c8b0141a4d999268ad8b74a3583dbe25e6e3d046 d2842400c1ba81b658bdf847bc4fe39e942b9c86 d4dbc34fbbcee6fbdd88d5ad50046e950a7dc6c8 e3a122d1fbde73360821d12e1b0c795cdb00e9e9 e51611f67198578ba32bf84d61ce0279d9e97f14 e6fa0a890abee5cf65d57560cdf7ef655b2a45d0 eac6d909932d0df92f2177f8f15f9b4203b3f956 eb8dc2cc501b9b15489d0795f4303f3383815ef7 f595b182f7207a6cf38ac6859c3b486012002158 f9cc27a457fd127879b098612d48ba32049adc3e fe598850b085c1010c787a634126e8ba4ca747d1

Package: llvm-15-dev
Priority: optional
Section: devel
Installed-Size: 275159
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libstdc++6 (>= 4.1.1), libffi-dev, llvm-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libtinfo-dev, llvm-15-tools (= 1:15.0.6-4+apertis1bv2024dev2b1), libclang-cpp15 (= 1:15.0.6-4+apertis1bv2024dev2b1), libz3-dev, libxml2-dev
Filename: pool/target/l/llvm-toolchain-15/llvm-15-dev_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 33756896
MD5sum: 14fdb3ab25cf3a7c98161b9bdaa80581
SHA1: 0734ee1983fe246f53798f13ca2df911735c2777
SHA256: 88435f5b7c94422ccacf753dd94ef4a60854dac0221fb25caa46436378a2cbcd
SHA512: 947d3290c16a0f04fd5b8020b4710db7909d9fc64b46141a58f9d481a1b3eea03c2d167e7748c6a4f297fe162ac3d1c4ac5bec64fd6091b9732111298657200b
Description: Modular compiler and toolchain technologies, libraries and headers
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the libraries and headers to develop applications
 using llvm.
Homepage: https://www.llvm.org/

Package: llvm-15-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 15
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15-dev (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-dev-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 2280
MD5sum: d43ed360511ae07412334673e1a44e02
SHA1: 82e4ed909f230cf87f4c6e12973b5e5f078734a6
SHA256: d000e85da5d7b8d07956ef9c4aba955549b989550cd3151f96f65e578931da41
SHA512: b79fd29eaa2689d972e270e40029a66380b7bb2ed3c87c3ba651a1483be530d39c04ffdd6f26f74abf75b080542e6bc0bfe10104bed66903bda9da0ca4d218be
Description: debug symbols for llvm-15-dev
Auto-Built-Package: debug-symbols
Build-Ids: fc49300bacb501128f5cb206ae7af9e65bdb3c36

Package: llvm-15-doc
Priority: optional
Section: doc
Installed-Size: 48107
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libjs-jquery, libjs-underscore
Filename: pool/target/l/llvm-toolchain-15/llvm-15-doc_15.0.6-4+apertis1bv2024dev2b1_all.deb
Size: 7012368
MD5sum: f07538cc9e8cd467e8198d3cb3bd793b
SHA1: 111ad263f7305a03d755e143b9038b9e8e5f8302
SHA256: fc22ae41555cd3b243c3e978b9715068f0b5e56abdd5016563d9d7a9ade14b4f
SHA512: a7844055525e5f1219628667ee69066a228b33f4d679e136bfa3a568c7d30b1351b02bfd7c27c9ecdda0b961899368ca8bbbd32a1f25cd1c33dd3b0aa85892e7
Description: Modular compiler and toolchain technologies, documentation
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package contains all documentation (extensive).
Homepage: https://www.llvm.org/

Package: llvm-15-examples
Priority: optional
Section: doc
Installed-Size: 638
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: all
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15-dev (>= 1:15.0.6-4+apertis1bv2024dev2b1), llvm-15-dev (<< 1:15.0.6-4+apertis1bv2024dev2b1+c~)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-examples_15.0.6-4+apertis1bv2024dev2b1_all.deb
Size: 448120
MD5sum: b200b9f5aaeef59f9a69bbc76e3d17f4
SHA1: 25221028b26997140682c35a4e3880920c077399
SHA256: 062bab8b80106fd22387742fc11bc33046b4418ae42dbfe3886719f5e1f061f2
SHA512: 29a814b9129c6cc2cb1a6f11a4f957b4911fef7c3f9820d649f68cb7c900a080d65712036d44d34af9696d2eba46268f40d5b83b133ccf247bb19bda12ae3c56
Description: Modular compiler and toolchain technologies, examples
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package contains examples for using LLVM, both in developing
 extensions to LLVM and in using it to compile code.
Homepage: https://www.llvm.org/

Package: llvm-15-linker-tools
Priority: optional
Section: devel
Installed-Size: 4684
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-linker-tools_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 1303032
MD5sum: be210a484c2c1b1ef92406684f59202b
SHA1: b28e89bc050b0a15456184439f2c1260970a217f
SHA256: 19b123bd4fefa846ebf9d8646c8cd0fff2b5e762c1568f892227c58ca05711ed
SHA512: 67c57edd75d55044aa9f2aad51c9eb09263b6196f23c206cf77661267e479203b6890cb81cfd8df0b7c85847f59dcf381a21ee20e60278f6c244e0681b716f77
Description: Modular compiler and toolchain technologies - Plugins
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 This package contains the LLVMgold and LLVMPolly linker plugins.
Homepage: https://www.llvm.org/

Package: llvm-15-linker-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 1155
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15-linker-tools (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-linker-tools-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 167096
MD5sum: 70f4bc64dbdd559077bd25387ebd198a
SHA1: 8ea220fdd19122bc4fdf9b95b1a3db5cf1873bc0
SHA256: 9d399a491373abf9a304062b37485d97c74e16a1d92b038cd8199fb006f09cb6
SHA512: 1a3ab3f5e14ed2ac9524b3bdb6c4d477fd6ea8cd2aa9cd4098fd27d63d6090795ea0402d9eba7baef65d5147efe3b68eebf6be72e46d190bdfc6b056faa114f0
Description: debug symbols for llvm-15-linker-tools
Auto-Built-Package: debug-symbols
Build-Ids: 5d2b72462a23e7da610042c5638f2b827098dbd2 65ea89bb2ff6f6a69beefd2637dbf2aa41e5b383 b29f923f35c3fa1699598c2aefb2124cf3baa5d5

Package: llvm-15-runtime
Priority: optional
Section: devel
Installed-Size: 1724
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.36), libgcc-s1 (>= 4.2), libllvm15, libstdc++6 (>= 12), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.1.4)
Recommends: binfmt-support | systemd
Filename: pool/target/l/llvm-toolchain-15/llvm-15-runtime_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 629660
MD5sum: e525685a609ac08da1399b7aa0fdc5e2
SHA1: f99ec1adf2018b33bfbd245b02c5a7f8012ead84
SHA256: 08d3efe1ca1d4980590468022c8f4945431cd2b9b9907ff604cfd10aad3c068c
SHA512: d28164d938948116edefd90b01865d9d275c1048953e7778d5a40dd9542657387161a73eddcec2782200ff42e1d16d302b7b57907a185faf560dd7fa419253d1
Description: Modular compiler and toolchain technologies, IR interpreter
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the minimal required to execute programs in LLVM
 format.
Homepage: https://www.llvm.org/

Package: llvm-15-runtime-dbgsym
Priority: optional
Section: debug
Installed-Size: 493
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15-runtime (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-runtime-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 75200
MD5sum: 86e1d20d5645ab2f59788b3783f94c53
SHA1: cf251bdb82280a41ad37ed977b65f21c1abdd791
SHA256: da3a785c88c0da367a1871b3bd98a159b52609312166fd7816722faad1d4edf8
SHA512: 3c4ab19c88cfafc4590be2470f651f2eba15a288900f0d5672652112283b2a81fbba55e8cceea9f03f1843f9a549493786dac849608d04ab9c2771afd6292872
Description: debug symbols for llvm-15-runtime
Auto-Built-Package: debug-symbols
Build-Ids: 54eb6cf8ad324ea6fe9905891acd7c621f6004ac 5f2685c837be3e521d3dc4a54649b7dbee3826de

Package: llvm-15-tools
Priority: optional
Section: devel
Installed-Size: 2441
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm15, libstdc++6 (>= 11), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.1.4), python3, python3-pygments, python3-yaml
Filename: pool/target/l/llvm-toolchain-15/llvm-15-tools_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 592388
MD5sum: 9b6f1213d27def7e8a754e0b966fa8b4
SHA1: eefd985d8e910c950e1740d856214823fcfe646a
SHA256: 1a2ca825bf15a43138216cc849521a0db9c5f531582742f590f0c0abaa34abd3
SHA512: 0ed8b90054af757ea1fbd5e9ff23d3e8f680efcbbe975632f17ace97584394853684dad0e86de5f45eee1b7ad887e81f7247c0f88d41e4dc822828c964350834
Description: Modular compiler and toolchain technologies, tools
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides tools for testing.
Homepage: https://www.llvm.org/

Package: llvm-15-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 442
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: llvm-15-tools (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/llvm-15-tools-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 59988
MD5sum: ed9deb560a18937f102d7efb81bfe0e7
SHA1: 28cc74e779b21cdd60ce025fb7bc11afe5a8dc8d
SHA256: 899a9d79623869fef51220d9efffec012aa76f19f25f5e98a146ad8ffe049723
SHA512: 9016b12818c735097ef4edb1601a8caab4b14c1ed7af2588608644c02c3588b3426710b5b643de6dae91b2ac83baab83f3aa2c91a370cb578e86cc77e484e992
Description: debug symbols for llvm-15-tools
Auto-Built-Package: debug-symbols
Build-Ids: 001b108629c185d1eb3fe01ec14701c519f512b9 6fd6fecc99f992c2e738712db7eba853eb4dfc2f 93185288e9f9ea84461394a205fbb375fb5aa0a5 a68406087c759c9c7a3268f3f309b062cfaebf9e e1ba5e535a2130d1a00297b78b6df56e39e8bcae ff2ebff88f40982da1593439f75df2b407fefc1b

Package: lm-sensors
Priority: optional
Section: utils
Installed-Size: 389
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Version: 1:3.6.0-7.1+apertis0bv2024dev2b1
Depends: sed (>= 4.0.5-1), lsb-base (>= 3.2-13), libc6 (>= 2.34), libsensors5 (>= 1:3.5.0), perl:any
Suggests: fancontrol, read-edid, i2c-tools
Filename: pool/target/l/lm-sensors/lm-sensors_3.6.0-7.1+apertis0bv2024dev2b1_arm64.deb
Size: 88648
MD5sum: 0d5b4d77992bdad6ce81d3ef7db95862
SHA1: 1770fe7323fe7778a1df4864707632453bac235a
SHA256: 314d376426980ca25d2d60faf31144246c3fa7e12b66c1bb1005678a98a01e27
SHA512: 593068cf0525ec24aed98d7c7e9edeb57f34015a132ee88569f874e5aed9674c3e2d97a82809f4f55c4b8d9d07533a9d8467f2ab4a161c7b8a2e38da6ea9349a
Description: utilities to read temperature/voltage/fan sensors
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 to access information from temperature, voltage, and fan speed sensors. It
 works with most newer systems.
 .
 This package contains programs to help you set up and read data from
 lm-sensors.
Homepage: https://hwmon.wiki.kernel.org/lm_sensors

Package: lm-sensors-dbgsym
Priority: optional
Section: debug
Installed-Size: 47
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: lm-sensors
Version: 1:3.6.0-7.1+apertis0bv2024dev2b1
Depends: lm-sensors (= 1:3.6.0-7.1+apertis0bv2024dev2b1)
Filename: pool/target/l/lm-sensors/lm-sensors-dbgsym_3.6.0-7.1+apertis0bv2024dev2b1_arm64.deb
Size: 31128
MD5sum: 9128f400a3d132d156ea5ad444c24157
SHA1: 66a5473ef5f64ac8f7b702696f4a0d8896270a93
SHA256: 17eb97098ecb843235770092d7c97cf82f6b1601cf28b834e77579513cacf3b0
SHA512: 1f2182f170247918e8e16c4a3d4c135791e3b38866ab8ff90cc52e2c3bcc9d19982f3eca11bcf25f9b83da43e6ac05718a614628c9b2cdc9c7d7165b626953df
Description: debug symbols for lm-sensors
Auto-Built-Package: debug-symbols
Build-Ids: 5af0a1c8b62de8c1954d2809b728ab23a240d317

Package: locales
Priority: standard
Section: localization
Installed-Size: 15875
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Depends: libc-bin (>> 2.36), libc-l10n (>> 2.36), debconf (>= 0.5) | debconf-2.0
Filename: pool/target/g/glibc/locales_2.36-9+apertis3bv2024dev3b1_all.deb
Size: 3934204
MD5sum: 5bd529afff935e3d9c29b7e8815baff2
SHA1: 38b78100af316011700625ed2df0c4e024be4e2a
SHA256: af3cb76d4f7e129183416d00d4f194de3d19017a1fc2d5f9653fde3e69fbeed8
SHA512: 9735aa2a4dab61a5d155f5e6c845c0be72598766c1d6d4239c8137c0e0b172d6acc69e4f97fd5760567b6c4417d9617be08c1e4fe1f81bc83ad7287854abf363
Description: GNU C Library: National Language (locale) data [support]
 Machine-readable data files, shared objects and programs used by the
 C library for localization (l10n) and internationalization (i18n) support.
 .
 This package contains tools to generate locale definitions from source
 files (included in this package). It allows you to customize which
 definitions actually get generated. This is a space-saver over how this
 package used to be, with all locales generated by default. This created
 a package that unpacked to an excess of 30 megs.
Homepage: https://www.gnu.org/software/libc/libc.html

Package: locales-all
Priority: optional
Section: localization
Installed-Size: 227395
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Depends: libc-l10n (>> 2.36)
Filename: pool/target/g/glibc/locales-all_2.36-9+apertis3bv2024dev3b1_arm64.deb
Size: 10687668
MD5sum: 0bf7b2a4b0ccc65f4822dba102303d57
SHA1: 49c02a005f630a010dbb205b024ebcac5921271c
SHA256: 55f74b6d1c87d749dccd629da695fe7509e7fa06f6bfc72b46e39e82a146410f
SHA512: 3d8d44f72e05eda37f7f394a26653d61306ecbf8d46adbf03a00e07158b4dd986ab128b66f00a7a1528d1e038d05f38a4bcd49d794342f66a79e5e21ec042ae1
Description: GNU C Library: Precompiled locale data
 This package contains the precompiled locale data for all supported locales.
 A better alternative is to install the locales package and only select
 desired locales, but it can be useful on a low-memory machine because some
 locale files take a lot of memory to be compiled.
Homepage: https://www.gnu.org/software/libc/libc.html
Multi-Arch: foreign

Package: login
Essential: yes
Priority: required
Section: admin
Installed-Size: 2726
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: arm64
Source: shadow
Version: 1:4.13+dfsg1-1+apertis0bv2024dev3b1
Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpam0g (>= 0.99.7.1), libpam-runtime, libpam-modules
Conflicts: python-4suite (<< 0.99cvs20060405-1)
Filename: pool/target/s/shadow/login_4.13+dfsg1-1+apertis0bv2024dev3b1_arm64.deb
Size: 618296
MD5sum: 2751f0459c1bc241f90864c33724c46f
SHA1: f6f936d0b6d4b41b0529b1bc9ea29fd064978708
SHA256: 59a9224264e3b175443bb083b711889583d7f11c30930ceb2829723a09020a6c
SHA512: 8322c11eee1f5aa88df8bc6382751cec7f5e7eb5eadfb893abde78f0286224f2c6eba6851442cb7b785b46e3193fb25c67f5e5af7e456c8a4c2dba24e31dc8c5
Description: system login tools
 This package provides some required infrastructure for logins and for
 changing effective user or group IDs, including:
  * login, the program that invokes a user shell on a virtual terminal;
  * nologin, a dummy shell for disabled user accounts;
Homepage: https://github.com/shadow-maint/shadow
Multi-Arch: foreign

Package: login-dbgsym
Priority: optional
Section: debug
Installed-Size: 187
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: arm64
Source: shadow
Version: 1:4.13+dfsg1-1+apertis0bv2024dev3b1
Depends: login (= 1:4.13+dfsg1-1+apertis0bv2024dev3b1)
Filename: pool/target/s/shadow/login-dbgsym_4.13+dfsg1-1+apertis0bv2024dev3b1_arm64.deb
Size: 119200
MD5sum: bf5b7c3a59a56d05e1923ef262792144
SHA1: 366b6407936022e7c7276f7e19f1551bbc34aa26
SHA256: 2d99c0890cbdb00b30467db875fde5c3ca94edd8e4626b6e3cef8103bb745a9a
SHA512: f9978211eee9525c3976d39d0484428b9cd3b0ad0c7d5bba691d8ad857173844ff32a156bec7d832bc8df8a782769203ae57dc789d02a6c9699acec37e714576
Description: debug symbols for login
Auto-Built-Package: debug-symbols
Build-Ids: 1084ee99e5d28bd896e408d997da87aa19b1cb30 4d9aa2bfe459a06c67dd6c59bffb017d092dad1c 762d2b574aa23f9effa89e750e0e36bbaa107fa6 b1c3b333ad1a09e6a6893f54622f64c5703928b2 c4256bc132732b1e59a51cb0d34cf828a300e1bf

Package: logsave
Priority: optional
Section: admin
Installed-Size: 107
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Replaces: e2fsprogs (<< 1.45.3-1)
Depends: libc6 (>= 2.34)
Breaks: e2fsprogs (<< 1.45.3-1)
Filename: pool/target/e/e2fsprogs/logsave_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 26152
MD5sum: 20cec8fd47e20660d47f7108e6bb00a7
SHA1: befd125dd8ed64c61f2466d4bf682e4fe919c72d
SHA256: 36bfcc86a7f671da3a3b44d60f477ae590d93ed7a62e1931d04774ee75869de1
SHA512: 0138f43c31905d3b11cab5aaaac325469365a614c86e6a6915ce6d0a7703caa172f5f8d621c25a85d714b5d100984ace0a0c4fb2f9d48cbc556aeb660157bf18
Description: save the output of a command in a log file
 The logsave program will execute cmd_prog with the specified
 argument(s), and save a copy of its output to logfile.  If the
 containing directory for logfile does not exist, logsave will
 accumulate the output in memory until it can be written out.  A copy
 of the output will also be written to standard output.
Homepage: http://e2fsprogs.sourceforge.net
Multi-Arch: foreign

Package: logsave-dbgsym
Priority: optional
Section: debug
Installed-Size: 25
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs
Version: 1.47.0-2+apertis0bv2024dev3b2
Depends: logsave (= 1.47.0-2+apertis0bv2024dev3b2)
Filename: pool/target/e/e2fsprogs/logsave-dbgsym_1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 9820
MD5sum: bb91182e95e9fd984965d626e7c7bbac
SHA1: 5f8d72c55372a9469d7c9f1421053d11b78b9cb9
SHA256: 26b2cbd6c63a6f419a8da0c1d3f87d5906302a2905c73884caf4aa41503488bd
SHA512: cf21d1a03151f68864c4b0f553f934deaabf272569ddbe3bf287775044ef4518c81b36331d79ab5f37711e8bc8f7af8c6681ada342961fe41fbb24872c05d92c
Description: debug symbols for logsave
Auto-Built-Package: debug-symbols
Build-Ids: 2c7f9a781630fa3d3ca6a1a98c19e3b589139650

Package: lsb-base
Priority: optional
Section: oldlibs
Installed-Size: 13
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: all
Source: lsb
Version: 11.6+apertis0bv2024dev3b1
Depends: sysvinit-utils (>= 3.05-4~)
Filename: pool/target/l/lsb/lsb-base_11.6+apertis0bv2024dev3b1_all.deb
Size: 5016
MD5sum: d204afe92f752f442f77164853b6221a
SHA1: 54b4fee5ce367bc8e59b91c78c6ba57b010bd8bf
SHA256: a4d00b48513967ca378d9c16b7f7891cef3c4f521db6f2fec11ffce495029154
SHA512: 5a577e157297c1aee51fa713cc37088ed30ee67f49b3c5c57567ef01072257850d8608ad3a10e78c13dbc4607248e540a6fb5738e6274cf6d4edb0b42189e7e5
Description: transitional package for Linux Standard Base init script functionality
 This is an empty package; it's needed only because of Provides: not being
 supported in debootstrap.  It can be safely removed.
Homepage: https://wiki.linuxfoundation.org/lsb/start
Multi-Arch: foreign

Package: lsb-release
Priority: optional
Section: misc
Installed-Size: 17
Maintainer: Gioele Barabucci <gioele@svario.it>
Architecture: all
Source: lsb-release-minimal
Version: 12.0-1+apertis1bv2024dev2b1
Filename: pool/target/l/lsb-release-minimal/lsb-release_12.0-1+apertis1bv2024dev2b1_all.deb
Size: 6612
MD5sum: ead9def1122b1ba44db018314943a92f
SHA1: 74c7a0fc3dc272ff0f657be2ec4a5fa10a892b5f
SHA256: 1ca52a7efddda9ad1e9bb0b74344f0b4d6366bbbe631b2eb488f5ef52a303007
SHA512: c4225f61b6eec6527161306fb209085c2ec029636ec76dc18ec92c99bc376ce2ee067db47abdbc15c38be63a576556c07f2f02e3187c3cde3e4a6192d2d308cf
Description: Linux Standard Base version reporting utility (minimal implementation)
 The Linux Standard Base (http://www.linuxbase.org/) is a standard
 core system that third-party applications written for Linux can
 depend upon.
 .
 The lsb-release command is a simple tool to help identify the Linux
 distribution being used and its compliance with the Linux Standard Base.
 .
 This package contains a bare-bones implementation that uses the
 information in /etc/os-release instead of relying on LSB packages.
Homepage: https://gioele.io/lsb-release-minimal
Multi-Arch: foreign

Package: lsb-release-minimal
Priority: optional
Section: oldlibs
Installed-Size: 8
Maintainer: Gioele Barabucci <gioele@svario.it>
Architecture: all
Version: 12.0-1+apertis1bv2024dev2b1
Depends: lsb-release (>= 12)
Filename: pool/target/l/lsb-release-minimal/lsb-release-minimal_12.0-1+apertis1bv2024dev2b1_all.deb
Size: 2436
MD5sum: 6ac951263ea3b4bd034ecea06e2b9369
SHA1: 2662950b77b48604d8390a64a24b47f7814e7e36
SHA256: 07eb5cc94ab00081fc18469fece793fe55777f117c3c1f6c1087f7d118d44bda
SHA512: 400c8fc566cbbd12361a3f600b6dc918606f8cb1494a5b1465dfa1a96a3987fe9a14527e45c83d450a8e5d3e7e7ceb1e3f2a2ed56a6f047f8f4c334b059a0860
Description: Linux Standard Base version reporting utility (transitional package)
 This is a transitional package. It can be safely removed.
Homepage: https://gioele.io/lsb-release-minimal
Multi-Arch: foreign

Package: lsof
Priority: standard
Section: utils
Installed-Size: 502
Maintainer: Andres Salomon <dilinger@debian.org>
Architecture: arm64
Version: 4.95.0-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libselinux1 (>= 3.1~)
Filename: pool/target/l/lsof/lsof_4.95.0-1+apertis2bv2024dev3b1_arm64.deb
Size: 308420
MD5sum: 9bf914dbfee3235b529f0d842d5c66a1
SHA1: d6383c6cc4f3e09376358e9cdd2955cda380c146
SHA256: 74f9755de897d523dad1e4b13f03414804a60b0f661d4b0ed980094f8c72e5c4
SHA512: e048db65a9cdb2e62334d159f85986866c596b5a61e7f14d28c15be231a0919a8b17eaa9fcc9ff834b211ef89af0f20b3679dd2c55ba845e853ca8c376a5da8e
Description: utility to list open files
 Lsof is a Unix-specific diagnostic tool.  Its name stands
 for LiSt Open Files, and it does just that.  It lists
 information about any files that are open, by processes
 currently running on the system.
Homepage: https://github.com/lsof-org/lsof

Package: lsof-dbgsym
Priority: optional
Section: debug
Installed-Size: 208
Maintainer: Andres Salomon <dilinger@debian.org>
Architecture: arm64
Source: lsof
Version: 4.95.0-1+apertis2bv2024dev3b1
Depends: lsof (= 4.95.0-1+apertis2bv2024dev3b1)
Filename: pool/target/l/lsof/lsof-dbgsym_4.95.0-1+apertis2bv2024dev3b1_arm64.deb
Size: 183296
MD5sum: 33e7edb15e67f8962a8b0dfa1243aa6b
SHA1: 76305e4c273dd013e0013a791412040117b7c61f
SHA256: 9f532378c9419059d8963bfbb4b8fce707b3d71c6eed30dc092633f082f62127
SHA512: 866cc8d27f1824ec067dccf70cfe4f9025f4318caf8bf734149f7b5be949a9da1363860c210bd8fbfaf2285a1e9abccc1363792466e693ec6f78911546bff04f
Description: debug symbols for lsof
Auto-Built-Package: debug-symbols
Build-Ids: 509dfd90a1786edb03ce7e45fa3ef7d0a9531b5e

Package: lua-bitop
Priority: optional
Section: interpreters
Installed-Size: 294
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Version: 1.0.2-7+apertis0bv2024dev2b1
Replaces: liblua5.1-bitop0 (<< 1.0.1-6~)
Provides: liblua5.1-bitop0, lua5.1-bitop, lua5.2-bitop, lua5.3-bitop, lua5.4-bitop
Depends: libc6 (>= 2.17)
Breaks: liblua5.1-bitop0 (<< 1.0.1-6~)
Filename: pool/target/l/lua-bitop/lua-bitop_1.0.2-7+apertis0bv2024dev2b1_arm64.deb
Size: 8072
MD5sum: 27a51d88e88abb4c00e99c8a68830e07
SHA1: 7576a5d9f4a523144b487d52ff46cc89af76eaea
SHA256: 45af4fe86b997cff8836c5192926d229ec590b84692cfc930f0433b78907d568
SHA512: e2fa79fa91d10cb0d42629ebe1208770f9f1c9ef016225d96f737a18142036a8085d85bb7d614d2e3ba12d752139cc8707f9fafdf342cf5a9c42437d425f59f0
Description: fast bit manipulation library for the Lua language
 This package contains the Lua bitop fast bit manipulation library.
Homepage: http://bitop.luajit.org
Lua-Versions: 5.1 5.2 5.3 5.4
Multi-Arch: same

Package: lua-bitop-dbgsym
Priority: optional
Section: debug
Installed-Size: 63
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lua-bitop
Version: 1.0.2-7+apertis0bv2024dev2b1
Depends: lua-bitop (= 1.0.2-7+apertis0bv2024dev2b1)
Filename: pool/target/l/lua-bitop/lua-bitop-dbgsym_1.0.2-7+apertis0bv2024dev2b1_arm64.deb
Size: 21580
MD5sum: 263f18404f9132ceeb8b4f2783ef5a4e
SHA1: 8b60c5eaca01ffa04a4da2fe769dbfd59901f2b6
SHA256: 29ff811634ffb71fa99165ddc5e75404909d6a85a156db16a8beb3267ebc668c
SHA512: 37cc14c01fb70cd53fe9c3aa09a4d10b8500c18e0b07ae44b77e4f8d07dd885f241d578e2e408d66bc6e482a69c4c0c9f0904843162b966aa50a30d6358f71a4
Description: debug symbols for lua-bitop
Auto-Built-Package: debug-symbols
Build-Ids: 07552662e1714199e7346453a2ee4445fabcdcf5 151ec05b03f45d1409736a66f5096e7a18bd2b2d 7156e20d65aadd34a10c2d45256c4866071f72ea bc68c6e35292c128aaa816fa77de26a006463987
Lua-Versions: 5.1 5.2 5.3 5.4
Multi-Arch: same

Package: lua-bitop-dev
Priority: optional
Section: libdevel
Installed-Size: 114
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lua-bitop
Version: 1.0.2-7+apertis0bv2024dev2b1
Replaces: liblua5.1-bitop-dev (<< 1.0.1-6~)
Provides: liblua5.1-bitop-dev, lua5.1-bitop-dev, lua5.2-bitop-dev, lua5.3-bitop-dev, lua5.4-bitop-dev
Depends: lua-bitop (= 1.0.2-7+apertis0bv2024dev2b1)
Breaks: liblua5.1-bitop-dev (<< 1.0.1-6~)
Filename: pool/target/l/lua-bitop/lua-bitop-dev_1.0.2-7+apertis0bv2024dev2b1_arm64.deb
Size: 20496
MD5sum: f67a115a25a07e7403970af2ea7fc24a
SHA1: fed8fa5e0384def15d2af2b3e9cbcebe437e098b
SHA256: 83641fe403b5423bbc80b7270cbe089184c1136b6de942c8b451de3c377276a9
SHA512: 42b2c40e5efd223a2bee6bed7c8f4838910097463b72a22c927b09143b7092343f9ca00a57e72215f1719d2d0c8dacea197925e1fcf98937dad231d2280c707a
Description: fast bit manipulation library devel files for the Lua language
 This package contains the development files of the Lua bitop fast bit
 manipulation library, useful to create a statically linked binary (like a C
 application or a standalone Lua interpreter).  Documentation is also shipped
 within this package.
Homepage: http://bitop.luajit.org
Lua-Versions: 5.1 5.2 5.3 5.4
Multi-Arch: same

Package: lua-resty-core
Priority: optional
Section: net
Installed-Size: 235
Maintainer: Jan Mojžíš <jan.mojzis@gmail.com>
Architecture: all
Version: 0.1.25-1+apertis1bv2024dev2b1
Provides: lua5.1-resty-core
Depends: libluajit2-5.1-2, libnginx-mod-http-lua (<< 1:0.10.23.1~), libnginx-mod-http-lua (>= 1:0.10.23), lua-resty-lrucache
Filename: pool/target/l/lua-resty-core/lua-resty-core_0.1.25-1+apertis1bv2024dev2b1_all.deb
Size: 32476
MD5sum: e3dc778e9f64283b0efe9078f1318bb0
SHA1: 2775163c696e6266a58c038b5f064cc311e0b1c0
SHA256: 41e54d657d4f042f8f43253ebf953a5c7508a534307ded931af96b6e33e97920
SHA512: b9229d8d9647d8ed8c0e7e946059050586c9bf61ca8793ffdf845178c69888727f40e294cbccae2eeb3840ecd0377f3805b736591a35346327a8877b7666649e
Description: New FFI-based Lua API for NGINX Lua module
 This pure Lua library reimplements part of the ngx_lua module's Nginx API
 for Lua with LuaJIT FFI and installs the new FFI-based Lua API
 into the ngx.* and ndk.* namespaces used by the ngx_lua module. In addition,
 this Lua library implements any significant new Lua APIs of the ngx_lua module
 as proper Lua modules, like ngx.semaphore and ngx.balancer. The FFI-based
 Lua API can work with LuaJIT's JIT compiler. ngx_lua's default API is based on
 the standard Lua C API, which will never be JIT compiled and the user Lua code
 is always interpreted (slowly).
Homepage: https://github.com/openresty/lua-resty-core
Lua-Versions: 5.1

Package: lua-resty-lrucache
Priority: optional
Section: net
Installed-Size: 42
Maintainer: Jan Mojžíš <jan.mojzis@gmail.com>
Architecture: all
Version: 0.13-10+apertis1bv2024dev2b1
Provides: lua5.1-resty-lrucache
Depends: libluajit2-5.1-2
Filename: pool/target/l/lua-resty-lrucache/lua-resty-lrucache_0.13-10+apertis1bv2024dev2b1_all.deb
Size: 10516
MD5sum: 836899c76f332cc196386f95d69b1cca
SHA1: ad5c49189c71d65607f70bab23b04668a6a68a91
SHA256: 0da85b04f15ae1a08d590c29231268d94f13974c6f5ef96376982420aaca2444
SHA512: 6c87fa46b637d86cebcf221e322284c983cc0bfba630784bc634531b3b46d4e208b939f9b8a16414946586b7fad6c0809e9ec02991c915f5736769f45d4e8460
Description: Simple LRU cache for the ngx_lua module
 The LRU cache resides completely in the Lua VM and is subject to Lua GC.
 As such, do not expect it to get shared across the OS process boundary.
 The upside is that you can cache arbitrary complex Lua values (such as deep
 nested Lua tables) without the overhead of serialization (as with ngx_lua's
 shared dictionary API). The downside is that your cache is always limited to
 the current OS process (i.e. the current Nginx worker process). It does not
 really make much sense to use this library in the context of init_by_lua
 because the cache will not get shared by any of the worker processes (unless
 you just want to "warm up" the cache with predefined items which will
 get inherited by the workers via fork()).
Homepage: https://github.com/openresty/lua-resty-lrucache
Lua-Versions: 5.1

Package: lua5.2
Priority: optional
Section: interpreters
Installed-Size: 473
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Version: 5.2.4-3+apertis1bv2024dev2b1
Provides: lua
Depends: libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0)
Filename: pool/target/l/lua5.2/lua5.2_5.2.4-3+apertis1bv2024dev2b1_arm64.deb
Size: 95676
MD5sum: 834af277d2d7cda504560d1bd0cd325a
SHA1: 546d8fc651b20ed4b213e85a98ce1107e81e7360
SHA256: 09b1fad51b2dd0ed4e74d04d624478418e116e9abc3db875f4f751a92ce0fb28
SHA512: 349d4d13eb4d3503f4423693e76e9fb4c731aa572d643a9a23439198b50f251b638d8cafc1b984954e73201c0b038006cd7c0ea9ffd65e60a3ada605482b38e5
Description: Simple, extensible, embeddable programming language
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains the Lua command line interpreter and bytecode compiler.
 Install it if you are developing or using Lua scripts.
Homepage: https://www.lua.org
Multi-Arch: foreign

Package: lua5.2-dbgsym
Priority: optional
Section: debug
Installed-Size: 562
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: lua5.2
Version: 5.2.4-3+apertis1bv2024dev2b1
Replaces: liblua5.2-0-dbg (<< 5.2.4-2~)
Depends: lua5.2 (= 5.2.4-3+apertis1bv2024dev2b1)
Breaks: liblua5.2-0-dbg (<< 5.2.4-2~)
Filename: pool/target/l/lua5.2/lua5.2-dbgsym_5.2.4-3+apertis1bv2024dev2b1_arm64.deb
Size: 512628
MD5sum: 8f8192cf5bcb50ad3d1b932fd7e4f320
SHA1: 854b4b83a7935654fdd0a3784de9d583b93c92c2
SHA256: f9d93e4fc0761a65a56cd8beae1a562d33dfe31f8520d65a6c64081a5d023bc8
SHA512: 0c4ac1acdf2a68f4633073a0b3c6ec3226ea950e68488406ebabdb58141017e51cc196e045de95b01e7e06150f12823838034ac8ee408d04b000c962737da7d1
Description: debug symbols for lua5.2
Auto-Built-Package: debug-symbols
Build-Ids: 1e0ca2fc561a2e5995004c73e8f20b24b11c95c0 2bf2fe64c1615c7b8f23a9d9e54d3e93fe8538b3

Package: lua5.2-doc
Priority: optional
Section: doc
Installed-Size: 366
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: all
Source: lua5.2
Version: 5.2.4-3+apertis1bv2024dev2b1
Filename: pool/target/l/lua5.2/lua5.2-doc_5.2.4-3+apertis1bv2024dev2b1_all.deb
Size: 81128
MD5sum: 6f7aff6b43baa6defba6a948ed88cae7
SHA1: ee58d07b1753bb33d1691dd4b2e0e1a0f09fa692
SHA256: 66875b6987bdc229a5fae44c83d30b10ade90c4fabad9de15403fd7a20dc09a6
SHA512: f6f95000e87620bb6d43d3ee11ed55ddd0d98748cc938699d3f48f2a1350e0edbb750f996d4bd3620985e0cbba745f0a45032daf0a902415c8eb011462b83cb6
Description: Documentation for the Lua language version 5.2
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains the official manual covering the Lua language and C API,
 examples, etc.
Homepage: https://www.lua.org
Multi-Arch: foreign

Package: lua5.3
Priority: optional
Section: interpreters
Installed-Size: 477
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Version: 5.3.6-2+apertis1bv2024dev3b1
Provides: lua
Depends: libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0)
Filename: pool/target/l/lua5.3/lua5.3_5.3.6-2+apertis1bv2024dev3b1_arm64.deb
Size: 105868
MD5sum: 423055b1ab92e327fa6b28ff80b31d3f
SHA1: 2653e3a18b92aba1793a56e681070e2bdee00d84
SHA256: 1b1a2a3cebac2677357d76aebba0534ef6bae049a03c704eb8b2a303982c2da4
SHA512: 7e7fc2c4a94d5a6736a608f653e801760c6300ecbf0b0d4a9ce9340d14fa0a0fe0f579a98d1f1b351e6a87e4531b39a2a002a210295c5b9cb2d351c5da990810
Description: Simple, extensible, embeddable programming language
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains the Lua command line interpreter and bytecode compiler.
 Install it if you are developing or using Lua scripts.
Homepage: https://www.lua.org
Multi-Arch: foreign

Package: luajit2
Priority: optional
Section: interpreters
Installed-Size: 596
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Version: 2.1-20230119-1+apertis1bv2024dev2b1
Replaces: luajit
Depends: libluajit2-5.1-2 (= 2.1-20230119-1+apertis1bv2024dev2b1), libluajit2-5.1-common (= 2.1-20230119-1+apertis1bv2024dev2b1), libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Conflicts: luajit
Filename: pool/target/l/luajit2/luajit2_2.1-20230119-1+apertis1bv2024dev2b1_arm64.deb
Size: 244180
MD5sum: d77f98c9a4ec709c521385e70f4ab0d0
SHA1: ba8cb85d9feab1ea0095a0ff0b1831330e57b543
SHA256: 2874cf5ebed58ee888d4159817972ae116b40c4ea50bf08a83849cb255f93743
SHA512: 6c69dd5fa9461b7181f79fdaa30d52ad232a0e4e3e0699cdf58ee3bedacb7a02553aab16d98b8d4c1209f2119ea8b959951bf4532aeb49a24700c1a42c503ce0
Description: OpenResty-maintained branch of LuaJIT (interpreter)
 LuaJIT implements the full set of language features defined by Lua 5.1. The
 virtual machine (VM) is API- and ABI-compatible to the standard Lua interpreter
 and can be deployed as a drop-in replacement.
 .
 This package contains the standalone interpreter/jitter that can be used
 as a replacement for the standard lua5.1 interpreter.
Homepage: https://github.com/openresty/luajit2
Multi-Arch: foreign

Package: luajit2-dbgsym
Priority: optional
Section: debug
Installed-Size: 1080
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Architecture: arm64
Source: luajit2
Version: 2.1-20230119-1+apertis1bv2024dev2b1
Depends: luajit2 (= 2.1-20230119-1+apertis1bv2024dev2b1)
Filename: pool/target/l/luajit2/luajit2-dbgsym_2.1-20230119-1+apertis1bv2024dev2b1_arm64.deb
Size: 1038204
MD5sum: cd135f37ef153f8cdd1ec2560cf67f3d
SHA1: ff66222e46cc95f3b31e1098f90249bc8c1cd682
SHA256: f43cc0fe21b3c7383f87755a042b39febbaf4c9f4377ed3c363bb4e72456bf51
SHA512: e5cf5a8e560b1b12c1d926912b46b027dc0435ee24357fb21062e3cc7a4b0031996c90555093aef88434da99b528965b4f4af88b19b1a8ed992615fbe37b76b8
Description: debug symbols for luajit2
Auto-Built-Package: debug-symbols
Build-Ids: ad2fe317e777081e6f8ddfb8a86d1482fafe8ac5

Package: lv2-dev
Priority: optional
Section: libdevel
Installed-Size: 822
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lv2
Version: 1.18.4-2+apertis0bv2024dev2b1
Filename: pool/target/l/lv2/lv2-dev_1.18.4-2+apertis0bv2024dev2b1_arm64.deb
Size: 125440
MD5sum: c0aeaee9bd23d17f6791b8f570cd3d0b
SHA1: e91377fd601c6e80463224c994b163c48bd369bd
SHA256: 1faf096dceeb82bf842177739950ed4f48bc80fcb2cf085f9b8178fd99f67492
SHA512: 0002c5574432d5424f928650c60a50dc19c2659b18c6a464fd4ce67f4784612b5cb0315016890b6499a51bf4a3d2486b4f9c8d74f7d625ed669080eee568c72c
Description: LV2 audio plugin specification
 LV2 is a simple but extensible successor of LADSPA plugins,
 intended to address the limitations of LADSPA which many
 applications have outgrown.
 .
 This package contains the LV2 audio plugin specification,
 with all the official extension packages, as well as example
 plugins, and additional data.
 .
 Implementations are encouraged to abandon the “copy paste
 headers” practice and depend on this package instead.
Homepage: https://lv2plug.in/
Multi-Arch: same

Package: lv2-examples
Priority: optional
Section: sound
Installed-Size: 682
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lv2
Version: 1.18.4-2+apertis0bv2024dev2b1
Provides: lv2-plugin
Depends: libc6 (>= 2.27), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.18.0), libsndfile1 (>= 1.0.20)
Filename: pool/target/l/lv2/lv2-examples_1.18.4-2+apertis0bv2024dev2b1_arm64.deb
Size: 53224
MD5sum: b723813281587140b31e659c46878d2d
SHA1: 22d3fdf7d28255705875f76b56e1660ac23ec10c
SHA256: cb93865d38dacac85e7aadd04026a1e633ed46a7d3550c904ee88ae7ee95de84
SHA512: cc0856c8ba0784d64f67b846c617f8b6f484a73a169a0d9e66487574fec74e871f136ac67837d1cc8155b196ba6426f880751d370d281d57939e0e0e053a57ad
Description: LV2 audio plugin specification (example plugins)
 LV2 is a simple but extensible successor of LADSPA plugins,
 intended to address the limitations of LADSPA which many
 applications have outgrown.
 .
 This package contains some LV2 example plugins.
Homepage: https://lv2plug.in/

Package: lv2-examples-dbgsym
Priority: optional
Section: debug
Installed-Size: 263
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: lv2
Version: 1.18.4-2+apertis0bv2024dev2b1
Depends: lv2-examples (= 1.18.4-2+apertis0bv2024dev2b1)
Filename: pool/target/l/lv2/lv2-examples-dbgsym_1.18.4-2+apertis0bv2024dev2b1_arm64.deb
Size: 190496
MD5sum: 10a9a25946d695a6718862b696070468
SHA1: cce4ceec36bfbed63f98ca840a5fd13ae3bd167c
SHA256: 70cfd977170cf18e83b4ab51d4afeee131e805514becf5f5b518d26b43042f17
SHA512: 38b085c7daa3aa8daf276c98d84b7955cae2d09e9c41e09e61e74090dbc6aa91011cde5d8d11bccca1da41854551346f9f1709c454616779c0df9fc396c1c080
Description: debug symbols for lv2-examples
Auto-Built-Package: debug-symbols
Build-Ids: 2acf7e142a2fca07eefd0b49d047f66f76b49cbf 35022cdc0390a83cf48e96bcd99ace8c5c6f85a3 7526bc6371e0fa2d76d65deea0a95f46abad94c2 76e934234d882b9a06b15d608521ed8e08e7d3d0 ab9ee0da929f5b217d33ed4447e95e583c281998 ac8912a4a5184272765d2484899661eea345a8d0 beb74d9a936a61dfa83440a648bed0233f952c54 cf241b29dd7dc9da166e47e66ac82fd8e4d3fc54 dbc6aa5f1bd281edf537fb919e80c90329d62e2e

Package: lvm2
Priority: optional
Section: admin
Installed-Size: 4027
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: libaio1 (>= 0.3.93), libblkid1 (>= 2.24.2), libc6 (>= 2.34), libdevmapper-event1.02.1 (>= 2:1.02.74), libedit2 (>= 2.11-20080614-0), libselinux1 (>= 3.1~), libsystemd0 (>= 233), libudev1 (>= 183), lsb-base, dmsetup (>= 2:1.02.185-2+apertis1bv2024dev3b1~), dmeventd (>= 2:1.02.185-2+apertis1bv2024dev3b1~)
Recommends: thin-provisioning-tools
Filename: pool/target/l/lvm2/lvm2_2.03.16-2+apertis1bv2024dev3b1_arm64.deb
Size: 1118556
MD5sum: e5691155e9286d854b6c3c9b54ea605e
SHA1: 7ff1af740b30880fe5ec2471137e3e5786fc6c0e
SHA256: 0da988cddee10f70651659ad730f65489ad4951f68c95e7f60f939fc5c622e7a
SHA512: 053680b8d2ff0726e5ae36de2e2772190be5496cc00a89c6c8d5bae6a5867fa491f407207ca4333f426e50426ece98c41b6c8b8c8827308428d0cb1a70e9cf99
Description: Linux Logical Volume Manager
 This is LVM2, the rewrite of The Linux Logical Volume Manager.  LVM
 supports enterprise level volume management of disk and disk subsystems
 by grouping arbitrary disks into volume groups. The total capacity of
 volume groups can be allocated to logical volumes, which are accessed as
 regular block devices.
Homepage: https://sourceware.org/lvm2/
Multi-Arch: foreign

Package: lvm2-dbgsym
Priority: optional
Section: debug
Installed-Size: 1083
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: lvm2 (= 2.03.16-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/lvm2-dbgsym_2.03.16-2+apertis1bv2024dev3b1_arm64.deb
Size: 854600
MD5sum: 68997510535485b9d0e226fa707e5bcd
SHA1: f01c8cd8bea07295cad69369d9ac720b66dde6e7
SHA256: 1843a777951a94c52f0145cb78163e62e0d5ed99a9aa58deaf9fe78a0b520d57
SHA512: 957d5af5ff5193bd06d40461512eaa7c233e35033c10e02250df02774dac3e52031b16d3f88d3103424ba253f2efad4d7cb55dbadfdc94aff8f3e398810a1011
Description: debug symbols for lvm2
Auto-Built-Package: debug-symbols
Build-Ids: 6ea766cd4fc8c2d323209957bc419723df0aaeea 71835445e9fe1129929d239b852cf84763a5fc98

Package: lvm2-dbusd
Priority: optional
Section: admin
Installed-Size: 236
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: all
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: python3:any, lvm2 (>= 2.03.16-2+apertis1bv2024dev3b1~), dbus, python3-dbus, python3-gi, python3-pyudev
Filename: pool/target/l/lvm2/lvm2-dbusd_2.03.16-2+apertis1bv2024dev3b1_all.deb
Size: 49328
MD5sum: f2beb7e22c32d2f390636f954f12794a
SHA1: 2922fc495404fab1790ad7baf8f1b70b808d1c2d
SHA256: b265f554f599ecd8bd272919edac249bfa70ba705e8a5b00417a6b0fda61861f
SHA512: e1aefb72da0ed91bba3f5195db53072b2492fd8281e4caff00fa63d35bc3ac0b0a6c88e788284276861e385c0b5029c4fe1726b4dff26e53f46a3e8c13fb37c3
Description: LVM2 D-Bus daemon
 This is LVM2, the rewrite of The Linux Logical Volume Manager.  LVM
 supports enterprise level volume management of disk and disk subsystems
 by grouping arbitrary disks into volume groups. The total capacity of
 volume groups can be allocated to logical volumes, which are accessed as
 regular block devices.
 .
 This package includes the D-Bus daemon.
Homepage: https://sourceware.org/lvm2/
Multi-Arch: foreign

Package: lvm2-lockd
Priority: optional
Section: admin
Installed-Size: 644
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libsanlock-client1 (>= 3.3.0), libselinux1 (>= 3.1~), libsystemd0, libudev1 (>= 183), lvm2 (>= 2.03.16-2+apertis1bv2024dev3b1~)
Filename: pool/target/l/lvm2/lvm2-lockd_2.03.16-2+apertis1bv2024dev3b1_arm64.deb
Size: 121752
MD5sum: d52aa55a91ef4f1c77c98be337d46acf
SHA1: c9d122e048b3f3f1d4531d3d6b16539a08ec57e5
SHA256: 2652406870d8ce51252d256bd559ed32e3a2c94f091a70f7172f3a7d66e38768
SHA512: e1688e1abdad059503f3d5d59ae1cef84797d19e4386f1b0af9701ec536f184d6a10eb05013315a56c31f0c59bbcf2b81f05467a7d450c8576b83fbed33f845b
Description: LVM locking daemon
 This is LVM2, the rewrite of The Linux Logical Volume Manager.  LVM
 supports enterprise level volume management of disk and disk subsystems
 by grouping arbitrary disks into volume groups. The total capacity of
 volume groups can be allocated to logical volumes, which are accessed as
 regular block devices.
 .
 LVM commands use lvmlockd to coordinate access to shared storage.
Homepage: https://sourceware.org/lvm2/
Multi-Arch: foreign

Package: lvm2-lockd-dbgsym
Priority: optional
Section: debug
Installed-Size: 224
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: arm64
Source: lvm2
Version: 2.03.16-2+apertis1bv2024dev3b1
Depends: lvm2-lockd (= 2.03.16-2+apertis1bv2024dev3b1)
Filename: pool/target/l/lvm2/lvm2-lockd-dbgsym_2.03.16-2+apertis1bv2024dev3b1_arm64.deb
Size: 151464
MD5sum: c775297613f5f22672da038b05c15830
SHA1: 8a32de8390d0aac04e073172a795e0a8695477b0
SHA256: e07845fbd1286336b835994f75b46ac81cdd24018d36411481a153924150bab0
SHA512: 49ee544f15e393448e11643b141fd2a51b72db206ce844108762ca5a3ae2593798f1ddf3ee907f227e269bd01551eeb8e41ef10613b23ef583d28d9ce8c7f4ed
Description: debug symbols for lvm2-lockd
Auto-Built-Package: debug-symbols
Build-Ids: 85687caaeaa31c15bd8ec86f4f5756430fd6cd09 c5cd49c821168c475581f05e783c5b69b33ac764

Package: lz4
Priority: optional
Section: utils
Installed-Size: 233
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: arm64
Version: 1.9.4-1+apertis0bv2024dev3b1
Replaces: liblz4-tool (<< 1.8.0-1)
Provides: liblz4-tool
Depends: libc6 (>= 2.34), liblz4-1 (= 1.9.4-1+apertis0bv2024dev3b1)
Conflicts: liblz4-tool (<< 1.8.0-1)
Filename: pool/target/l/lz4/lz4_1.9.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 85988
MD5sum: ae953719d20082f271f449976a3c1127
SHA1: eb5d11a5ab866209deee59af2347ac7ee296096a
SHA256: 68cc07b988ef3b490e2400f24befb06a5cbb2ff2473ba3a3d3aa01c3e4ade7c2
SHA512: 97d59b807f0a1c38759ac03883dd6a75e26cfe10ed4b9f1f80b4dd9c0a8c7c8012845a2d7f86731a04e5295b38283fb4ee685d5631ad7e6083fc933be06c77b0
Description: Fast LZ compression algorithm library - tool
 LZ4 is a very fast lossless compression algorithm, providing compression speed
 at 400 MB/s per core, scalable with multi-cores CPU. It also features an
 extremely fast decoder, with speed in multiple GB/s per core, typically
 reaching RAM speed limits on multi-core systems.
 .
 This package contains files that is tool using liblz4.
Homepage: https://github.com/lz4/lz4
Multi-Arch: foreign

Package: lz4-dbgsym
Priority: optional
Section: debug
Installed-Size: 444
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: arm64
Source: lz4
Version: 1.9.4-1+apertis0bv2024dev3b1
Depends: lz4 (= 1.9.4-1+apertis0bv2024dev3b1)
Filename: pool/target/l/lz4/lz4-dbgsym_1.9.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 425828
MD5sum: 7c371e1244fc12b9577776223f4845ea
SHA1: bcb54bb90d26e00079f6bf299953b9ab6fd93def
SHA256: 657d38caac4cc7b37bbc0be3323cd9b4f543b6d99929fa4a3630b8fee93bc979
SHA512: 4d445990b6923da06058987fcc4a51d111d8d79f62e034bb9a2157e5ade93fded2e4571478ea7f306c16f86a5abd9c5659fedab575cd140b3b2aad2785083ae9
Description: debug symbols for lz4
Auto-Built-Package: debug-symbols
Build-Ids: b10f105bc9dea96077d61fb5f2fb5493d005aea2

Package: lzma
Priority: optional
Section: utils
Installed-Size: 154
Maintainer: Mohammed Adnène Trojette <adn+deb@diwi.org>
Architecture: arm64
Version: 9.22-2.2+apertis3bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Conflicts: xz-lzma (<< 5.1.1alpha+20110809-2)
Filename: pool/target/l/lzma/lzma_9.22-2.2+apertis3bv2024dev3b1_arm64.deb
Size: 44004
MD5sum: 984b161889e98fcc951135cab0bc7d1f
SHA1: 00a4f1b3915ac23ceda8775f2907745668b35a5a
SHA256: 4bf8e1fe86f6cf975907e2ca3a802496e2b6bedbd7f7b64b1fb0b1fb2edce48d
SHA512: d4e965e5ad5beacbb7e09c21aacef06486b08e51c7d8ad80a69f2f6c9e1368eba7710e0899e04daf8d1e62bf1205d831f23196f09216f92d38ff1daf4fc191c5
Description: Compression and decompression in the LZMA format - command line utility
 The Lempel-Ziv-Markov chain Algorithm is a compression method based on
 the famous LZ77 algorithm, and was first introduced by 7-Zip for use in
 7z archives.
 .
 Its main characteristics are a very high compression ratio, with high RAM
 usage, and fast decompression, with low RAM usage. These properties make
 it well suited to embedded uses, such as for ROM (firmware) compression.
 .
 This package provides the lzma command line utility, which has a
 familiar gzip-like interface.
Homepage: http://www.7-zip.org/sdk.html

Package: lzma-alone
Priority: optional
Section: utils
Installed-Size: 214
Maintainer: Mohammed Adnène Trojette <adn+deb@diwi.org>
Architecture: arm64
Source: lzma
Version: 9.22-2.2+apertis3bv2024dev3b1
Replaces: lzma (<< 4.43-13)
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Conflicts: lzma (<< 4.43-13)
Filename: pool/target/l/lzma/lzma-alone_9.22-2.2+apertis3bv2024dev3b1_arm64.deb
Size: 62596
MD5sum: 3af4221e163461e4f08752fd29640720
SHA1: bb4795addd86a3c70d4c45cfb9532128d016ea20
SHA256: 6b2a0144373dd68511c77b52715ac3bd6b8415bf1acf9e55cd712c2a76f64fcd
SHA512: 72631c09cf0cf679e7c2baf1ad88c9d814fa2a6fc66d33f16c94d837e5aa9264f8e890ab168ada597740f7917849bce60124e910b164d55b5b3885a8fd807fe7
Description: Compression and decompression in the LZMA format - legacy utility
 The Lempel-Ziv-Markov chain Algorithm is a compression method based on
 the famous LZ77 algorithm, and was first introduced by 7-Zip for use in
 7z archives.
 .
 Its main characteristics are a very high compression ratio, with high RAM
 usage, and fast decompression, with low RAM usage. These properties make
 it well suited to embedded uses, such as for ROM (firmware) compression.
 .
 This package provides only the old lzma_alone compression utility, which
 has an interface more like that of zip.
Homepage: http://www.7-zip.org/sdk.html

Package: lzma-alone-dbgsym
Priority: optional
Section: debug
Installed-Size: 68
Maintainer: Mohammed Adnène Trojette <adn+deb@diwi.org>
Architecture: arm64
Source: lzma
Version: 9.22-2.2+apertis3bv2024dev3b1
Depends: lzma-alone (= 9.22-2.2+apertis3bv2024dev3b1)
Filename: pool/target/l/lzma/lzma-alone-dbgsym_9.22-2.2+apertis3bv2024dev3b1_arm64.deb
Size: 13456
MD5sum: 9d446a5fdee393d9aa4b282953d214c8
SHA1: 4988a6b6d5d786a00c23b20de8c2c29f9ca0e6d1
SHA256: 392500ee039827444ca10b4433d3db269eb1636659bdec4d82faa2a29afa64e7
SHA512: 84e682a8e3b2eee82f69eb27428e6ef1224729a29707c480bf5767168bdf08fc484bcfc126ace114aa9a732e161a131c16307b63eb54caf7ba84716bcfc38592
Description: debug symbols for lzma-alone
Auto-Built-Package: debug-symbols
Build-Ids: 573f43274dec3b58b5baeb021ef42a912ea27ef8

Package: lzma-dbgsym
Priority: optional
Section: debug
Installed-Size: 49
Maintainer: Mohammed Adnène Trojette <adn+deb@diwi.org>
Architecture: arm64
Source: lzma
Version: 9.22-2.2+apertis3bv2024dev3b1
Depends: lzma (= 9.22-2.2+apertis3bv2024dev3b1)
Filename: pool/target/l/lzma/lzma-dbgsym_9.22-2.2+apertis3bv2024dev3b1_arm64.deb
Size: 9944
MD5sum: f28bb90a92c5ecbb676897bf49c9275b
SHA1: 3b34b0f40778e76dfc3bd1c8c1f93a4965682346
SHA256: 10235269a76bdd3dbb44da3518ffbf12ae46f90703a6b65fd9721847b0336a27
SHA512: 879d14f1e32e91e506715eacd443f89d7ef6fc13d71758095e260e3143e729e0d527d0f52799c2029cacf7ad732c33153dc6e8c1bdfda47641bf439e3968e34f
Description: debug symbols for lzma
Auto-Built-Package: debug-symbols
Build-Ids: 094fc748ca7de6b0a44f860ef55c18630462abb8

Package: lzma-dev
Priority: optional
Section: utils
Installed-Size: 169
Maintainer: Mohammed Adnène Trojette <adn+deb@diwi.org>
Architecture: all
Source: lzma
Version: 9.22-2.2+apertis3bv2024dev3b1
Depends: zlib1g-dev
Filename: pool/target/l/lzma/lzma-dev_9.22-2.2+apertis3bv2024dev3b1_all.deb
Size: 42916
MD5sum: d7a266927c1f8c40242371b5ad957ae8
SHA1: 2c4f631c66b85613e6f5bb4f72f833eb3bd05b25
SHA256: 7ea0dca1d2d5bd830a957d6266ffa0cded7318c035944672467d11f9c5ebb790
SHA512: 2a7dcdbf3562f356f5ea21cabd7736149778c84c6e0f98eb73be564ac14ccdf458d49ba588b8fac0b1518ec34283bdc8f74ea6eda8b12493e953707fe758df00
Description: Compression and decompression in the LZMA format - development files
 The Lempel-Ziv-Markov chain Algorithm is a compression method based on
 the famous LZ77 algorithm, and was first introduced by 7-Zip for use in
 7z archives.
 .
 Its main characteristics are a very high compression ratio, with high RAM
 usage, and fast decompression, with low RAM usage. These properties make
 it well suited to embedded uses, such as for ROM (firmware) compression.
 .
 This package contains the headers and libraries of lzma. It is
 experimental and will be replaced by the library as soon as it is
 available.
Homepage: http://www.7-zip.org/sdk.html

Package: mawk
Priority: required
Section: interpreters
Installed-Size: 305
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: arm64
Version: 1.3.4.20200120-3.1+apertis0bv2024dev3b1
Provides: awk
Depends: libc6 (>= 2.36)
Filename: pool/target/m/mawk/mawk_1.3.4.20200120-3.1+apertis0bv2024dev3b1_arm64.deb
Size: 108896
MD5sum: b9c6c655e8994fe531f9c066ed98c275
SHA1: 310c360c9e7cea5021691eb79512ada827dc56bc
SHA256: c2b7fa6c84c1c21327f2f401137c0226d8613bb7e2df842eab3601ada9bdf716
SHA512: b32ecce46fdf32eb39f2c96e449a2eb145ca29704cdf66d0fb66c7d0739993abc8810c8c0fce277fb9c56e525f56499b225ba642e6bcf66ccab2c63de56e02bb
Description: Pattern scanning and text processing language
 Mawk is an interpreter for the AWK Programming Language. The AWK
 language is useful for manipulation of data files, text retrieval and
 processing, and for prototyping and experimenting with algorithms. Mawk
 is a new awk meaning it implements the AWK language as defined in Aho,
 Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
 Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
 to the POSIX 1003.2 (draft 11.3) definition of the AWK language
 which contains a few features not described in the AWK book, and mawk
 provides a small number of extensions.
 .
 Mawk is smaller and much faster than gawk. It has some compile-time
 limits such as NF = 32767 and sprintf buffer = 1020.
Homepage: https://invisible-island.net/mawk/
Multi-Arch: foreign

Package: mawk-dbgsym
Priority: optional
Section: debug
Installed-Size: 181
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: arm64
Source: mawk
Version: 1.3.4.20200120-3.1+apertis0bv2024dev3b1
Depends: mawk (= 1.3.4.20200120-3.1+apertis0bv2024dev3b1)
Filename: pool/target/m/mawk/mawk-dbgsym_1.3.4.20200120-3.1+apertis0bv2024dev3b1_arm64.deb
Size: 157000
MD5sum: b5cfc66be82d4fe0ff7e1b66891b937f
SHA1: b52157f170b505a36eff3c1d678bb0de7ee84273
SHA256: 510160c4cd79edd0c0ed731e61a1aebc79a76a657310d8acaecbc3e0809de621
SHA512: d4e1136dfd0fb681242efc16c77873a725d860d4c2b7dddc335c20bdfb9ae5ff577e0a089243807916c5638a89b5f08dcefce5242bcaf1c0f2c5a30c7fbeffa6
Description: debug symbols for mawk
Auto-Built-Package: debug-symbols
Build-Ids: ae2931f67e46490a2b7962af36067bf71ad68247

Package: maynard
Priority: optional
Section: x11
Installed-Size: 95
Maintainer: Walter Lozano <walter.lozano@collabora.com>
Architecture: arm64
Version: 0.2022.15+apertis1bv2024dev3b1
Depends: agl-compositor, dconf-gsettings-backend | gsettings-backend, libasound2 (>= 1.0.16), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgnome-menu-3-0 (>= 3.2.0.1), libgtk-3-0 (>= 3.24.22), libwayland-client0 (>= 1.20.0)
Filename: pool/target/m/maynard/maynard_0.2022.15+apertis1bv2024dev3b1_arm64.deb
Size: 21892
MD5sum: 8b497df37aed18d9f8f19162eb0de56c
SHA1: 97d60b55bb9bb3df9f3dd6727449f32215bcca2e
SHA256: e88db5d0a33393bf3973c1d258d22f8e1d5f122d3487c0a6e69d9642bf39824c
SHA512: 8e591116591e567401ce22c7f60d4a2ace9679da64b5d684e3493bfef222904ab40143e5629d55531d24947d730c73fef5c213721b628647987f7c3fd9a7c940
Description: desktop implementation for the agl-compositor
 Desktop shell client for Weston based on GTK. It was based
 on weston-gtk-shell.
Multi-Arch: foreign

Package: maynard-dbgsym
Priority: optional
Section: debug
Installed-Size: 146
Maintainer: Walter Lozano <walter.lozano@collabora.com>
Architecture: arm64
Source: maynard
Version: 0.2022.15+apertis1bv2024dev3b1
Depends: maynard (= 0.2022.15+apertis1bv2024dev3b1)
Filename: pool/target/m/maynard/maynard-dbgsym_0.2022.15+apertis1bv2024dev3b1_arm64.deb
Size: 115360
MD5sum: 5d19f23349c9fb6bea0853fe8bce7ac7
SHA1: 7ca2f298e265c9a2e6423d5f5668ddba504af3a0
SHA256: 092988d889056c166e0f49233f8382daf2365b5694db40a5a720a50abf75e787
SHA512: cb52908eeab7b2546ba230deb0d521894e4169a62989d1824cd5bc72aff4bdcc1aac0d68ff461aa56295e6e947d731b37c5ad7a58646d0cf8fcbdcab1c7aeb3b
Description: debug symbols for maynard
Auto-Built-Package: debug-symbols
Build-Ids: a24ae9960751cdbdccd8c79eefaf2b3326893313

Package: mesa-common-dev
Priority: optional
Section: libdevel
Installed-Size: 2680
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Replaces: libegl1-mesa-dev (<< 18.2.5-2)
Depends: libgl-dev, libglx-dev, libx11-dev, libdrm-dev (>= 2.4.95)
Breaks: libegl1-mesa-dev (<< 18.2.5-2)
Filename: pool/target/m/mesa/mesa-common-dev_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 2039704
MD5sum: 5946876cf807e34292a2b39ec22931b1
SHA1: 736644852f1d3fee7fa1e111c334f1c48b6f7508
SHA256: 870d399db01176745be4d1400d8a0ab6e39f9e657c3aa566f1be4b0d3b19f0cb
SHA512: c8e96349f9e792816382b89e93f12600ca0fff776cc82cbb0d2fb730f51ac153e71188a1e074f5f1a7839bf85abd2c7bc04ab01050ad7773da49afdc55026515
Description: Developer documentation for Mesa
 This package includes the specifications for the Mesa-specific OpenGL
 extensions, the complete set of release notes and the development header
 files common to all Mesa packages.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: mesa-va-drivers
Priority: optional
Section: libs
Installed-Size: 7833
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Replaces: vdpau-va-driver (<< 0.7.4-5)
Provides: va-driver
Depends: libc6 (>= 2.34), libdrm-nouveau2 (>= 2.4.66), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Breaks: vdpau-va-driver (<< 0.7.4-5)
Filename: pool/target/m/mesa/mesa-va-drivers_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 1886904
MD5sum: 33df6983914a4dc0cc0538e3a5a4f86b
SHA1: 537daa683ef8592bcadf3d116b3c8f2dfee67fb3
SHA256: 8447f7c65678a8db25d04d6dbe21813d037cabbef80ba5dffb835b78880c8955
SHA512: d07bcfd98a7810e976f7a229164112da94f866ed982ffeb77c42472bd19a1b787e2e196fa0391564eb7a67893190b7bd32bb8ed1a96710ee8ed2ff34a95e99f4
Description: Mesa VA-API video acceleration drivers
 These libraries provide the Video Acceleration API (VA-API) for Unix.
 They provide accelerated video playback (incl. H.264) and video
 post-processing for the supported graphics cards.
 .
 This package enables support for VA-API for some gallium drivers.
Enhances: libva2
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: mesa-va-drivers-dbgsym
Priority: optional
Section: debug
Installed-Size: 14153
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: mesa-va-drivers (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/mesa-va-drivers-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 13502552
MD5sum: 75347914bceabf0c9f4c373dc4d73aa5
SHA1: 742e4749625074ef5a0b5861ff0998b34d0fdf38
SHA256: 7738b8a6b2f46285a4dfc621aed6ebfd54d57bca1265d4dc321dfedd14197119
SHA512: 83f4ab8a33c0763d9bc67c95592cbf47c012596a131852199c997449ff900a9730db754dead9ed787f6d5513fb28254a61c35a94a84c9816bd87ab3d88598dd7
Description: debug symbols for mesa-va-drivers
Auto-Built-Package: debug-symbols
Build-Ids: c52fab31ccc613b2685cc725c1bd2cafc9240107
Multi-Arch: same

Package: mesa-vdpau-drivers
Priority: optional
Section: libs
Installed-Size: 7525
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Provides: vdpau-driver
Depends: libvdpau1, libc6 (>= 2.34), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mesa/mesa-vdpau-drivers_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 1758908
MD5sum: 2333a67a83e571f220813e7443bd5b42
SHA1: 5772a27c13d51de4cba5751ee3d09bd26ec978ae
SHA256: 2ea61e9b5f83b1b50e8919a2885e37f13b02799e8911bb565bddef7b232148d3
SHA512: ab13568940acce48d9d65335e1e789095b5b5ef5cc271d17b36fb1b0525f9ee5b235810798d25fcf0f8bba0f16306cfb32dd432ed9f54110640649f5d71a198c
Description: Mesa VDPAU video acceleration drivers
 These libraries provide the Video Decode and Presentation API for Unix.
 They provide accelerated video playback (incl. H.264) and video
 post-processing for the supported graphics cards.
 .
 This package enables support for VDPAU for some gallium drivers.
Enhances: libvdpau1
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: mesa-vdpau-drivers-dbgsym
Priority: optional
Section: debug
Installed-Size: 14335
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: mesa-vdpau-drivers (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/mesa-vdpau-drivers-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 13770624
MD5sum: 39fe40860943473e04ed044276de805d
SHA1: 6edfc0f3154b0482ae35939d0a62abb0385b508d
SHA256: f17e8663917ea6306a768d060dd5a579851db258cbdf87ef043dd8a4ce52bffd
SHA512: 58e4981acb881c4f54c21acdc1215ea6c2405b2b63fb0680e64858adcb51ff2b8dc1fef9e3d978b72a4ace21384dbb06ad0e277d054979698a68aab6b3cfc3f9
Description: debug symbols for mesa-vdpau-drivers
Auto-Built-Package: debug-symbols
Build-Ids: 9c229fc47ab7681645a02ffc4211a4a80a75b52a
Multi-Arch: same

Package: mesa-vulkan-drivers
Priority: optional
Section: libs
Installed-Size: 25466
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Provides: vulkan-icd
Depends: libvulkan1, python3:any | python3-minimal:any, libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.110), libdrm2 (>= 2.4.99), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11), libwayland-client0 (>= 1.20.0), libx11-xcb1 (>= 2:1.8.4), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.13), libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mesa/mesa-vulkan-drivers_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 3840340
MD5sum: 0705323f60a52f1d644be55e0b449fee
SHA1: 99c8a1df0020e5c9cec31708b2eae2975e8e445e
SHA256: 2f8324b663df42f75d8b2727f9d3cbdcdb1f5768bef3a4b9cfebd2a17db02a16
SHA512: 2c0f7a90bf2a8a90a0cd6619d15d8c3298fdba16db06b83f4ae97819024ae5f0655dc44a3776d768e1019a8cff58b5dd0fd800c0d6ba2b8d3a2c54b40cced5c9
Description: Mesa Vulkan graphics drivers
 Vulkan is a low-overhead 3D graphics and compute API. This package
 includes Vulkan drivers provided by the Mesa project.
Homepage: https://mesa3d.org/
Multi-Arch: same

Package: mesa-vulkan-drivers-dbgsym
Priority: optional
Section: debug
Installed-Size: 36488
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: mesa
Version: 22.3.6-1+deb12u1+apertis1bv2024dev3b1
Depends: mesa-vulkan-drivers (= 22.3.6-1+deb12u1+apertis1bv2024dev3b1)
Filename: pool/target/m/mesa/mesa-vulkan-drivers-dbgsym_22.3.6-1+deb12u1+apertis1bv2024dev3b1_arm64.deb
Size: 34540700
MD5sum: e1f5843dfab9421559234bd417dec470
SHA1: d8fedb4a2745a58d0cbbeb17c703511cc63b2503
SHA256: 96d8129e248b60386477be6aeafe4793331833cd516f63b12cb33a715390e599
SHA512: ba457169320b83c3b720f1470d309b7c8c4e36621464aead3ca758f5da6f78646bb056caabd4da11a543a35f10c9b679cf07f6d32b59481b5211472b957d3c66
Description: debug symbols for mesa-vulkan-drivers
Auto-Built-Package: debug-symbols
Build-Ids: 052e3990c289cd427a9bce6bc22daca27b1ae902 6884daa634f869e39d8a7efc7c5bbc6aeb15d992 8a85432537bee4af60da20d372d8d774d09da943 91d4d4e578db6667feaec74168c0288f4ffc8a85 9e5e3872d109b4db7c0dd6aa01365ef238506370 b3d95b5aa18352dd73380fbb87ac78b970e03f6a
Multi-Arch: same

Package: mime-support
Priority: optional
Section: oldlibs
Installed-Size: 9
Maintainer: Mime-Support Packagers <team+debian-mimesupport-packagers@tracker.debian.org>
Architecture: all
Version: 3.66+apertis1bv2024dev2b1
Depends: mailcap, media-types
Filename: pool/target/m/mime-support/mime-support_3.66+apertis1bv2024dev2b1_all.deb
Size: 2424
MD5sum: 87e57a51d85b8b2bdfcd8da16a8a6745
SHA1: 89df6323971db3829b7a21d6bd981611aeb03f72
SHA256: 7382fcb0b89338a9e73a22ce9ccdecc7250634f3e8b087d85512885754319804
SHA512: c228de9796a55e19cfeb8d13dcaad48e497a641c98cf7d0fab0f51e860278721923dbb3d37ebdcc83577f7ca965e7d9f6c90f8d9187505067e0c9d8d095ef001
Description: transitional package
 This is a transitional package. It will be possible to remove it
 safely once its dependency chain has adjusted to depend on mailcap
 or media-types directly.
Multi-Arch: foreign

Package: mktemp
Priority: required
Section: oldlibs
Installed-Size: 20
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: all
Version: 1:1.6-4+apertis4bv2024dev3b1
Depends: rust-coreutils | coreutils-gplv2 (>= 6.9-0co13) | coreutils
Filename: pool/target/m/mktemp/mktemp_1.6-4+apertis4bv2024dev3b1_all.deb
Size: 4576
MD5sum: dd801f3d8579bbf0ed8e2587ea6c26a9
SHA1: 5343f31dc2147aac92bd97cd4626cac4a9978b54
SHA256: 9d9066cff19a269df3da08d48dffbb23ea7602c516f7f846b70a8899e569dfff
SHA512: 146a71f296ee990df90709b37a323c4b29973c6cfc1bbcfb48e328b7a1d8cb478258804648911b049939f23f9b456cb3eaff60b2518a5a5773be475cd5fb72d8
Description: tool for creating temporary files (transitional package)
 This package provides a utility designed to make temporary
 file handling in shell scripts simple and secure.
 .
 This package is an empty transitional package for coreutils and can
 be safely removed.

Package: mktemp
Priority: required
Section: oldlibs
Installed-Size: 20
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: all
Version: 1:1.6-4+apertis4bv2024dev2b1
Depends: rust-coreutils | coreutils-gplv2 (>= 6.9-0co13) | coreutils
Filename: pool/target/m/mktemp/mktemp_1.6-4+apertis4bv2024dev2b1_all.deb
Size: 4576
MD5sum: 7e8ae9934a0564c09de179f1eed57d35
SHA1: ed6bcbc0042cb03e019ff4d020ffdd6299ffbab5
SHA256: 00506511b34f2d1dd7bb62e635c4efc4eea2e587155c9dcb2bdbdd0100c2061f
SHA512: 37744aa7d14e08bc2842afc3b31a29d5f4be20ede35015c4e186bbaa461d121678b1bf40a103f204de8ad4fdfee2e79a658b02f458fd42109f8860d1bb4c328f
Description: tool for creating temporary files (transitional package)
 This package provides a utility designed to make temporary
 file handling in shell scripts simple and secure.
 .
 This package is an empty transitional package for coreutils and can
 be safely removed.

Package: mlir-15-tools
Priority: optional
Section: devel
Installed-Size: 77684
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm15, libstdc++6 (>= 12), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.1.4)
Filename: pool/target/l/llvm-toolchain-15/mlir-15-tools_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 13502556
MD5sum: fa90ed7652ddfe0cdfcc2654b486fc35
SHA1: 4d53c3dadc27f08d0760622eac02aa44b9116c0f
SHA256: 81e17fd439bb92826e1ad8dd30ef217786d391e4b428a17651b1b7dfd0f7f323
SHA512: f7469beccedf88daf527d2e67112d0f00240ba0db43479235d914d9797e0ccacae7461bb0152afccc468a04833608d5e25240b2ed20100801f2aa7ea40d0ed06
Description: Multi-Level Intermediate Representation tools
 Novel approach to building reusable and extensible compiler infrastructure.
 MLIR aims to address software fragmentation, improve compilation for
 heterogeneous hardware, significantly reduce the cost of building domain
 specific compilers, and aid in connecting existing compilers together.
 .
 This package provides tools.
Homepage: https://www.llvm.org/

Package: mlir-15-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 56300
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Depends: mlir-15-tools (= 1:15.0.6-4+apertis1bv2024dev2b1)
Filename: pool/target/l/llvm-toolchain-15/mlir-15-tools-dbgsym_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 3695696
MD5sum: 59f531c8c56e2292f3b598806ca887dc
SHA1: 889fcb2a75a8d305e8de95e8524a3a5c868f078f
SHA256: 3acd7e60a28202e06dd4bf76728f12f3b8c750a5a30d49851a99f6c4163edb32
SHA512: 17b26f9166fc1d3820c9653518d404272e867805175f962c30bb2ad989f8742b1e43c780c2a3c93b2f75b92d700bf286ee5853e26ea29f067fca1b1abf5a9aca
Description: debug symbols for mlir-15-tools
Auto-Built-Package: debug-symbols
Build-Ids: 3d2b118dbe86cc0b6e8a2131ca7417bcb8c1a38b 5fef58c2f922cd9da6495364b777c9f09a0c53a6 6830a0565cdd1247f44daddcf9ac47b0a8fb5a5b 8fdf04d241b560dc33cbf5867b195b8cc683c760 a2d242d4910b9aa14a402e83a1a9820840ef7e19 bf2c498c66b261663c25e2b14abed72157c02546 da90171549be4fbcf02d6ad653be8a8b859c37f2 e3c37cd2483ae52ad54f6a33b4530018ed1f39de ffdf81b8e097cbefb9761bb5b67cc14ede29a44a

Package: mmdb-bin
Priority: optional
Section: net
Installed-Size: 119
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: arm64
Source: libmaxminddb
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libmaxminddb0 (>= 1.0.2)
Filename: pool/target/libm/libmaxminddb/mmdb-bin_1.7.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 31780
MD5sum: 04a82db07f495b2b5abfd6bb9d04ef48
SHA1: 41a5741f194e48865b763ad4a5db75936e8e8ed6
SHA256: cdb5d1c74cbe20f88d8ef9dc28294d1053a7408c4c220dc1b5f94588c2966e66
SHA512: 199195e6fcbdbe50830f57ff8003983f6e370f34e5d8e2dd04ae6d8140a1add0c5ca3afab65b20b9746c00a744dc58ce6b7ba089393357e59fef618ca8254d5b
Description: IP geolocation lookup command-line tool
 The libmaxminddb library provides a C library for reading MaxMind DB files,
 including the GeoIP2 databases from MaxMind. This is a custom binary format
 designed to facilitate fast lookups of IP addresses while allowing for great
 flexibility in the type of data associated with an address.
 .
 The MaxMind DB format is an open format. The spec is available at
 http://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative
 Commons Attribution-ShareAlike 3.0 Unported License.
 .
 This package contains the command line utilities to resolve IPs using the
 libmaxminddb library.
Homepage: https://maxmind.github.io/libmaxminddb/
Multi-Arch: foreign

Package: mmdb-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 34
Maintainer: Faidon Liambotis <paravoid@debian.org>
Architecture: arm64
Source: libmaxminddb
Version: 1.7.1-1+apertis1bv2024dev2b1
Depends: mmdb-bin (= 1.7.1-1+apertis1bv2024dev2b1)
Filename: pool/target/libm/libmaxminddb/mmdb-bin-dbgsym_1.7.1-1+apertis1bv2024dev2b1_arm64.deb
Size: 17496
MD5sum: 19a7f66d853e00339b7a1c15f01f12b7
SHA1: db6aa1124e722a14d05508bd9e1d5d9ad4bdc2c1
SHA256: 31807b1986538edff7295159fe198cc0fa8dc59b8b39d37689087a90f2c1d637
SHA512: 8a1109f352473fd86abfdbb7af40925a1376a802fa2c6e78394a90e12957fefc973ae79ac83356895bbaf37962eaf5527876eb77a4de4f056147c1a6deb922b4
Description: debug symbols for mmdb-bin
Auto-Built-Package: debug-symbols
Build-Ids: 6e052b97551431dd898e29156e0c9a87a74d7ced

Package: mobile-broadband-provider-info
Priority: optional
Section: admin
Installed-Size: 528
Maintainer: Graham Inggs <ginggs@debian.org>
Architecture: all
Version: 20230416-1+apertis0bv2024dev3b2
Filename: pool/target/m/mobile-broadband-provider-info/mobile-broadband-provider-info_20230416-1+apertis0bv2024dev3b2_all.deb
Size: 63664
MD5sum: 56cc3726ebcd9c0e4f0860e74803024c
SHA1: 0b4e35367e2ecec5e123325a2d564268ed79a928
SHA256: a19e16d16e472001153e7c6c92c8a080e283c1e6c1a0771abce8f0a81a967fb5
SHA512: d84eb84770179d2501ed7a34690432a5ef36d59a8de111b401440c2ac79d7c386e5cdf3aa11a3ccd9bf40e19a335ad7e3e16b0e23eff1e4d958a4c68dbb757ca
Description: database of mobile broadband service providers
 This package contains a database of provider-specific settings of mobile
 broadband providers in different countries. Its functioning through Network
 Manager makes it easy for users to choose their mobile broadband service
 provider.
 .
 The database contains information relevant to mobile networks access point
 usage, such as APN (access point name), username, password, etc.
Homepage: https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders
Multi-Arch: foreign

Package: mosquitto
Priority: optional
Section: net
Installed-Size: 1113
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: arm64
Version: 2.0.11-1.2+apertis1bv2024dev2b1
Depends: adduser (>= 3.10), libcjson1 (>= 1.7.13), libmosquitto1 (= 2.0.11-1.2+apertis1bv2024dev2b1), lsb-base (>= 4.1+Debian3), libc6 (>= 2.34), libcap2 (>= 1:2.10), libdlt2 (>= 2.18.8), libssl3 (>= 3.0.0), libsystemd0
Suggests: apparmor
Filename: pool/target/m/mosquitto/mosquitto_2.0.11-1.2+apertis1bv2024dev2b1_arm64.deb
Size: 382248
MD5sum: 65f936fbd8bceec58d02904259c87e0a
SHA1: 00ec4a30c875e7b876d4b7b2b685f4cf8a2f3bce
SHA256: 1c9dbad6ee303ec80499e6645c85218dbc1075c9cb1cae98e4dbfe18c879d703
SHA512: f2c28d69b5868847d88b753c0a269d9b96266571232d7ef3835e06e88624e45bf67aff9c034586a19b9089e7a4fc6e2c9859b69c17b86cdfa4fe0b873824e237
Description: MQTT version 5.0/3.1.1/3.1 compatible message broker
 This is a message broker that supports version 3.1 and 3.1.1 of the MQTT
 protocol.
 .
 MQTT provides a method of carrying out messaging using a publish/subscribe
 model. It is lightweight, both in terms of bandwidth usage and ease of
 implementation. This makes it particularly useful at the edge of the network
 where a sensor or other simple device may be implemented using an arduino for
 example.
Homepage: https://mosquitto.org/

Package: mosquitto-clients
Priority: optional
Section: net
Installed-Size: 303
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: arm64
Source: mosquitto
Version: 2.0.11-1.2+apertis1bv2024dev2b1
Depends: libmosquitto1 (= 2.0.11-1.2+apertis1bv2024dev2b1), libc6 (>= 2.34), libcjson1 (>= 1.7.5)
Filename: pool/target/m/mosquitto/mosquitto-clients_2.0.11-1.2+apertis1bv2024dev2b1_arm64.deb
Size: 108848
MD5sum: 529e3348c58d35d03d7428ca6b38cf2a
SHA1: 25a19ca49848e0776232c2123d451710b65e1247
SHA256: e463920719b1611c2b8f8e558812c496b4851f2f903c290089805ace62ef53e5
SHA512: a7581c867740a575a58329c8f8900e2dd99cef9711283983b36d700de547d41cd092dac99d120d5f4a0283e2440babea3d247d2746be71e6d2397c99703f5317
Description: Mosquitto command line MQTT clients
 This is two MQTT version 5.0/3.1.1/3.1 command line clients. mosquitto_pub can
 be used to publish messages to a broker and mosquitto_sub can be used to
 subscribe to a topic to receive messages.
 .
 MQTT provides a method of carrying out messaging using a publish/subscribe
 model. It is lightweight, both in terms of bandwidth usage and ease of
 implementation. This makes it particularly useful at the edge of the network
 where a sensor or other simple device may be implemented using an arduino for
 example.
Homepage: https://mosquitto.org/
Multi-Arch: foreign

Package: mosquitto-clients-dbgsym
Priority: optional
Section: debug
Installed-Size: 190
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: arm64
Source: mosquitto
Version: 2.0.11-1.2+apertis1bv2024dev2b1
Depends: mosquitto-clients (= 2.0.11-1.2+apertis1bv2024dev2b1)
Filename: pool/target/m/mosquitto/mosquitto-clients-dbgsym_2.0.11-1.2+apertis1bv2024dev2b1_arm64.deb
Size: 144144
MD5sum: 6a3c8cf763807720e50214fd49ab848d
SHA1: 4cba1c17b987b18e7abae9eeacf2b55776621353
SHA256: 3f937f6cefabdc50c92ef67819a9819f90ef38b5d32089160fa9d2fd66214d84
SHA512: f29cb85f59ab7afe153d714d31fe82e958d1f8a6ba2eb8f1f8400ec4e4af8aacf6a8631968170b22421fc9eae809127004d4a8a79b48cbd76945035ba6dc641b
Description: debug symbols for mosquitto-clients
Auto-Built-Package: debug-symbols
Build-Ids: 10eca6b3ac6efdfcd54b8a18cd9a302cde37ef6e 8dcd44b1c8b59b2e1f0ae2e9264714f52d6cdf5a 9bca04daec2e5e145b53bffafdb6b4879dc8f2c9

Package: mosquitto-dbgsym
Priority: optional
Section: debug
Installed-Size: 618
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: arm64
Source: mosquitto
Version: 2.0.11-1.2+apertis1bv2024dev2b1
Replaces: mosquitto-dbg (<< 1.5)
Depends: mosquitto (= 2.0.11-1.2+apertis1bv2024dev2b1)
Breaks: mosquitto-dbg (<< 1.5)
Filename: pool/target/m/mosquitto/mosquitto-dbgsym_2.0.11-1.2+apertis1bv2024dev2b1_arm64.deb
Size: 496444
MD5sum: 92dc4b6b71be244af4ee4232fff06882
SHA1: d45548b72640f50dcf348eb8dae5a3f637140467
SHA256: a9366400161705ec34e5af3e46f92c40ad8e1d23ee0a036799f7847595373bb3
SHA512: 9369146b0db25bb2225f2051b4696509a71c7d752a8c036389b2369003478dd326b54aa8ca562adcc82af2067a4b8de26da20336a37fc6d0a89f691010e15091
Description: debug symbols for mosquitto
Auto-Built-Package: debug-symbols
Build-Ids: 22764f4f441d64346a1eb155dc998225996e90fa 27dcab77c6992d1dbb7e93c706a319f373e2104e 4d84cc9341cade9e8fabb32fd387ad6c56273a67 a68718443334b36b0056a56275a3999ed2572875

Package: mosquitto-dev
Priority: optional
Section: devel
Installed-Size: 99
Maintainer: Roger A. Light <roger@atchoo.org>
Architecture: all
Source: mosquitto
Version: 2.0.11-1.2+apertis1bv2024dev2b1
Depends: mosquitto (<< 2.0.11-1.2+apertis1bv2024dev2b1.1~), mosquitto (>= 2.0.11-1.2+apertis1bv2024dev2b1)
Filename: pool/target/m/mosquitto/mosquitto-dev_2.0.11-1.2+apertis1bv2024dev2b1_all.deb
Size: 55476
MD5sum: a2ba292fdb04b5ad7c8559482282a6f8
SHA1: f799e5a1c2336b66258e897efcdf139549c2fed3
SHA256: ff5fc6ec928654d85a71f6add416bd9a99310e30c7d14b857a405cd6b8ec594f
SHA512: 91dc719fbfd4cd159fcdf229e8f81b8048663fa5f5bca64447f7f61a54531649a75fb38fa8d92e4f3152e2a5f3154d194f5c5a57033b387a8055ed444a31c08e
Description: Development files for Mosquitto
 Mosquitto is a message broker that supports the MQTT protocol.
 .
 This package contains the include files used if you wish to compile a package
 which requires Mosquitto's source file headers.
Homepage: https://mosquitto.org/
Multi-Arch: foreign

Package: mount
Priority: required
Section: admin
Installed-Size: 521
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Pre-Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.34), libmount1 (>= 2.38), libselinux1 (>= 3.1~), libsmartcols1 (>= 2.33)
Suggests: nfs-common
Filename: pool/target/u/util-linux/mount_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 143828
MD5sum: 28cf6f09be2b6d1c8029220c901b3381
SHA1: 14e6dc82658be45db26f93bfd5e27d44c355af39
SHA256: b35166bd65cd3bffa489edc4e402e9905097ae1b2b655d62bd4e0de2a8cbfc56
SHA512: 173cef36e4a790e922903951bf411b7dbddebd4daa5b3f2d84e3fbbe69915048806dae3afd69fab857cb0651a7e57a8c1e7d4a603842b1e529fd6142c4297f3f
Description: tools for mounting and manipulating filesystems
 This package provides the mount(8), umount(8), swapon(8),
 swapoff(8), and losetup(8) commands.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: foreign

Package: mount-dbgsym
Priority: optional
Section: debug
Installed-Size: 328
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: mount (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/mount-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 244612
MD5sum: 425848df3a2d1d00d5e370c333442de1
SHA1: e5a3c2832c580db15f26aa14cd2941eaac72de89
SHA256: 45da20f1e74257d7782e1d6095f2a539cb42751385f2040e0849bf4d2bb6dedf
SHA512: 0aef553e1cb7beb6274d1950e8d27beae1beec79bd48b68f40aa5340dfd0e652f4cbbc9b1f0a6bee3829e8cc4ec90456530dc83b5c8a00fa0890972f11597fab
Description: debug symbols for mount
Auto-Built-Package: debug-symbols
Build-Ids: 13ec007a5a1c220a270f2f7a8cfbbda053c76b49 49cc384be4b934d15b57c43e8c6be87dea995425 785c29dbb6fb3f3ae89eddd7f39c9d4f12fb342b 8c49c3138f903ada024cdeca43e601d1c2e7cca6 dd167db5e0189d4f2ab7157c02d50dde5e2fe800

Package: mtd-utils
Priority: optional
Section: utils
Installed-Size: 3378
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Replaces: mtd-tools
Provides: mtd-tools
Depends: libc6 (>= 2.34), libiniparser1 (>= 4.0), liblzo2-2 (>= 2.02), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libuuid1 (>= 2.16), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/m/mtd-utils/mtd-utils_2.1.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 240476
MD5sum: df828bf7c3637bc64adf4e5d560555ba
SHA1: 18535dc4dc891e1bf8bc14c01dd1b03d9ae4d86f
SHA256: e44396936c2eef5a1abbc1ff3eccb9d017688f8e93b21a19dba966a026eb8d71
SHA512: aa4633430d4d3c45420e964bec40da1d19988c6cf7414cfdf8b1c4a33098f90bbeeb672ecbecfcafe1433e01fd4d8361612f8dc5211a4c3c84dd8d9b6ff279db
Description: Memory Technology Device Utilities
 Utilities for manipulating memory technology devices, such as flash
 memory, Disk-On-Chip, or ROM.  Includes the following tools:
 docfdisk, doc_loadbios, flashcp, flash_erase, flash_eraseall, flash_lock,
 flash_otp_dump, flash_otp_info, flash_otp_lock, flash_otp_write, flash_unlock,
 ftl_check, ftl_format, jffs2dump, jffs2reader, lsmtd, mkfs.jffs2, mkfs.ubifs,
 mtd_debug, mtdinfo, mtdpart, nanddump, nandtest, nandwrite, nftldump,
 nftl_format, recv_image, rfddump, rfdformat, serve_image, sumtool, ubiattach,
 ubiblock, ubicrc32, ubidetach, ubiformat, ubihealthd, ubimkvol, ubinfo,
 ubinize, ubirename, ubirmvol, ubirsvol, ubiupdatevol.
Homepage: http://www.linux-mtd.infradead.org/
Multi-Arch: foreign

Package: mtd-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 1731
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Depends: mtd-utils (= 1:2.1.5-1+apertis1bv2024dev2b1)
Filename: pool/target/m/mtd-utils/mtd-utils-dbgsym_2.1.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 1296844
MD5sum: 3ea47404f1e63d971d94d44bfded0ddd
SHA1: 64c5776047d3ef738a047064e658fce79b133947
SHA256: 54f300af757e18a7de4b48a136fc83e5443938d6cc6a47b6b86d07e2d4b466bc
SHA512: 687f1694dd473269b1d81e4c2721404b88a00fe04534fcfe0c8c1a78cdae74347ed8aca6c82a967efc02fa9a188e309aeef500772299d854270bdfad7bafb482
Description: debug symbols for mtd-utils
Auto-Built-Package: debug-symbols
Build-Ids: 0885e86be2ca653b46536039f387fd24591aa718 0af4abab8ca9b16c3e90378b62a7136e590132f7 0d1b9dbfbdbc4ae57c101f77338045afb2d8901f 0f459629b39fdad92a88a83ac3a9f31f05014456 125265b490c089ba244eaa818165a40b14223723 1621690c91076d96fecdb316c82508a6c15e1dd4 1f58b5d67e1e60b2147c55b39be7c89e342b857f 1fd0656f4669a6b8dcc76b947eda4b7f2c410e6b 279777438ee3d5f6fa65e0139e3e866532c807ea 31b71d8802fa6165240705295e4b992decfa676c 3423edec5af67e39646f51066f9412b71b3811db 40640ef81573b49aa7e812dd868258c78b3a2faa 40d2f56110b901e98e8f9dc807538a60f8bd7b27 4801c2f658a4ee153165f9bca5191dbce64105bd 4f620ab0bcea0f334e5de65908314e18b921bc1c 5351e5174fd852dab632e11e84c86c2bfee36362 61193486a6c24da1d69fe7c187d0166bce22bca5 6177eaf4620e92cfc010751c0a3c5ef7f3330421 695f25df5fcce09c26f297ad1ca67d7b5fa22097 8534b6836d54df504b6fa5a83f08cdb061a7ed29 8b446e766d74d594fcd4b30cab60a077b5140f4a 8c3599a704573dd3b241e1f61e61a27a3f67df9b 8d5badd31fe91a2b65a3c14b6f86bba3125583f8 8ef92ef636f0180a56dcc3ca9ac170491c1a693d 97745a88498f748e78187e070c7d229c3d5bfc17 9a3c5091a528e6433e49d25377a3a50fc691a3bf 9dc1d6e3474719b140aaba75633f848c6d0eba09 a05507d57f522e6b623d13cfb2e6128d07272b2e a4da265c6f0de9b48eb737a50e7d81df76fe329a b0b0d412f5f1895f3f7a5324e25d79c585de5c95 bfca4bf3bb4065a0d3e3cf7f3430388552623b1a c6a35f4265a6506957b391d3f0bdd402a53e1ccc cd57445f80910c26c841a17a85bf76a4d4748aee d1d04c93ac8b6f841b1d4e2666665ab62b787afb d304e1ed39b140829171d8d9073b0068298b363b de00d621a51eb2d7a6490f5561386699b8e26e51 e65fca27dcec7269630b636e9f59d331a22d8663 e6e9e0058252a1de733dd4aee97904f688b56072 e8364e330efa29983f94ad1057428a9966e30b34 eef1f6bc2a7920e05cd4e5b5e085d0225f1782ec f06a89640e990d64760760850d28c12a849089ef f26588ed4b0019be98a35384b48c42799f813fd4 f336d7c89140411ac4c55dfb9b693ca36d92e8ef f33ae803d49ec8fcadef234bc5ccc894b854f75d f820c4e2423b6aefb18ad1455bab56d5d5a83ff3 fb6e49c0aadffd0606c42c823286633f08e55491 fd58d95bbaa4509dd021741684de90a40c8f9da4 ffd7bf42ddebdff08a351bb2c241e5d118b0b42e

Package: mtdev-tools
Priority: optional
Section: libdevel
Installed-Size: 92
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: arm64
Source: mtdev
Version: 1.1.6-1+apertis1bv2024dev3b1
Depends: libmtdev1 (= 1.1.6-1+apertis1bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/m/mtdev/mtdev-tools_1.1.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 15048
MD5sum: 93a29ab041f87776b4fed73e8d9a4242
SHA1: 71a61b0db1d77235b866f1d14aba6e0dcc651026
SHA256: 9beafd85d5de8d943aa14f868d63e5533355ada1cd0b401945bad7372668d7df
SHA512: 09a9c4dc4f9c363669d0fce481f477f505d137d86a91902378e7d65a5fc9209be11c5b16aa30845164dc0806d230a455590946e5b8f1fef5c9b90e3720f92131
Description: Multitouch Protocol Translation Library - test tools
 libmtdev is a library for translating evdev multitouch events using the legacy
 protocol to the new multitouch slots protocol. This is necessary for kernel
 drivers that have not been updated to use the newer protocol.
 .
 This package provides some test tools for the libmtdev library.
  + mtdev-test: prints the information coming from the kernel
Homepage: http://bitmath.org/code/mtdev/

Package: mtdev-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 22
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: arm64
Source: mtdev
Version: 1.1.6-1+apertis1bv2024dev3b1
Depends: mtdev-tools (= 1.1.6-1+apertis1bv2024dev3b1)
Filename: pool/target/m/mtdev/mtdev-tools-dbgsym_1.1.6-1+apertis1bv2024dev3b1_arm64.deb
Size: 7032
MD5sum: 9d127270537b5c75f3965508317efcb0
SHA1: 007df1ebc466401227b1504820c58d7b234734c6
SHA256: 0d8931b8e7f46d862e7bd177b2ab5d070f769b32505c1f3c929fbdd3874c6dda
SHA512: 70c5bfeaa63d3b86da1750331a3f37a51e2bcbd866382711eae7ae50b9ef127a117ca7015c23f0321ad269878575bd67edfec5478b758ddf682e16391f60b342
Description: debug symbols for mtdev-tools
Auto-Built-Package: debug-symbols
Build-Ids: 3d78ab65233c464b43f9dd948e48a575a07b450d

Package: mtdhealthd
Priority: optional
Section: utils
Installed-Size: 97
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/m/mtd-utils/mtdhealthd_2.1.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 25132
MD5sum: 6c851c89ecde69e7eb8e4ffbaa87eeb5
SHA1: 72edf73ac4849875b8c9ce00a3b63c03084f5b27
SHA256: f6a4413469110efb93851d52ead4f5b0dcdc15b773e36b709b96abe3757ead87
SHA512: 36a64c36248d8e02a840e0c42cec80d8c13a37259b14bc72935772a4aa425db3af54dc67fd196c19c136d9b6b09867730d21c67a598deba826ef852dd7c76f7e
Description: MTD health daemon
 This package provides the mtdhealthd daemon. This daemon will ensure
 that all erase blocks of the selected MTD NAND partition get read
 and scrubbed in the background, to a configurable schedule, ensuring
 that ECC errors do not accumulate.
Homepage: http://www.linux-mtd.infradead.org/
Multi-Arch: foreign

Package: mtdhealthd-dbgsym
Priority: optional
Section: debug
Installed-Size: 78
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Depends: mtdhealthd (= 1:2.1.5-1+apertis1bv2024dev2b1)
Filename: pool/target/m/mtd-utils/mtdhealthd-dbgsym_2.1.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 61964
MD5sum: 39e43664fa5e46df14d7d5f6425e7a92
SHA1: d8d92b281a467dac1b0d5f9d729a7f6711f7db9d
SHA256: f17d35aa5f59d1fb89b7a439cc5e21cdd167411ff23dcaf4117b33d1b72b834b
SHA512: f5a7e14a12d685fdc6115c736b04fe58b41d56d3c68b44f3fa4f27ea348626aef0df5c03472c4aad0a404821f57fa41bc93d2219a6bfc16208026ca75df15dbf
Description: debug symbols for mtdhealthd
Auto-Built-Package: debug-symbols
Build-Ids: f336d7c89140411ac4c55dfb9b693ca36d92e8ef

Package: ncurses-base
Essential: yes
Priority: required
Section: misc
Installed-Size: 381
Maintainer: Craig Small <csmall@debian.org>
Architecture: all
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Provides: ncurses-runtime
Breaks: bash-static (<< 4.4.18-1.1), libmono-corlib4.5-cil (<< 4.6.2.7+dfsg-2), libslang2 (<< 2.3.1a-3), libtinfo5 (<< 6.1), libunibilium0 (<< 2), libunibilium4 (<< 2.0.0-3), neovim (<< 0.6.0), vim-common (<< 2:9.0.1000-2), zsh-static (<< 5.4.2-4)
Filename: pool/target/n/ncurses/ncurses-base_6.4-4+apertis0bv2024dev3b3_all.deb
Size: 263008
MD5sum: d0900eb0fcaed7c8d2d905d6fdf27422
SHA1: b5b9a05b17b00ffc84d4bcf9b47c83f0c2edd5a3
SHA256: c183724a1a0d25807016205af424edcd6eb6db8a70dc5704d280cb24f1feafcb
SHA512: 88380e7c3ffeca2069fd5373df44d74a3da2bff6304acd96b0f809f7a518bacbdabc55b8b2bf24e998fc31f191c24eda4ed7393459536480595bd07320e9edf0
Description: basic terminal type definitions
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains terminfo data files to support the most common types of
 terminal, including ansi, dumb, linux, rxvt, screen, sun, vt100, vt102, vt220,
 vt52, and xterm.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: foreign

Package: ncurses-bin
Essential: yes
Priority: required
Section: utils
Installed-Size: 904
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Pre-Depends: libc6 (>= 2.34), libtinfo6 (>= 6.3)
Filename: pool/target/n/ncurses/ncurses-bin_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 417900
MD5sum: 460ba38c1e24bf567a181f1e337b3180
SHA1: 8b22e9111be3c66e13c1167a4af4446b4b07a31a
SHA256: 91144053bb483257607a2f5c68ff8ae7a4c28b80fbd0207b137879077e7d5099
SHA512: ae8616bb4c43f4c1bc3c95bcd6592de5659b809e32cc95d204f2dfd0d44cde2f095e476445386f02a8205c95a78accc5e44f0bd36410c7fef74948285720384a
Description: terminal-related programs and man pages
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the programs used for manipulating the terminfo
 database and individual terminfo entries, as well as some programs for
 resetting terminals and such.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: foreign

Package: ncurses-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 279
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: ncurses-bin (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/ncurses-bin-dbgsym_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 196536
MD5sum: a917b10c9de30ebbe5bf065cbddf66d2
SHA1: 50f9c3357eb3cee4f52db5f1ada8560fa1f4b722
SHA256: 56c91f8d775b7b4928df2df4d7954973892d68df6d865e8ad032ca5595fc7a8b
SHA512: 56d32f484cc1a8ff16b06d8db4eb301b344f2238b8e71d01d33dde99904f13b77969673b4d005df19522cef09e30ffc4d1299c92f79477892e8e538a8fccd88c
Description: debug symbols for ncurses-bin
Auto-Built-Package: debug-symbols
Build-Ids: 29fa21c1b779f8e0a8dedee48a4b5001448e3795 5a60131d016de67c2e8720626e4d35f1f7ad1195 7079cb71966ca958526bd53be05c3b43dd9b2f19 8d3b66e739551bf9acbee67a2fdc45751077f25f b01c4f6343ef733c5f3e57383262faed9c69103e c69b9d29977c089dda9c764c9a76c6a73e3ce1eb fc446171ee32c67275f9da7a65dfe871dfc9bade

Package: ncurses-doc
Priority: optional
Section: doc
Installed-Size: 3693
Maintainer: Craig Small <csmall@debian.org>
Architecture: all
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Filename: pool/target/n/ncurses/ncurses-doc_6.4-4+apertis0bv2024dev3b3_all.deb
Size: 934544
MD5sum: 8b3d2f31a15250517109f46701ed0d4e
SHA1: 2f7954706e34c24c8cb7aee68c079ae9ac532a58
SHA256: c056305a28c549ef172196d3f7d93008aaac9bbb81acd08031b2ddbff9b22776
SHA512: be52473c8a0fbe953f5b1a3de75e3234c8fbd04c92dc5d8c7269c3f23ae2be04f965b7ca27e354351d2020ea0a985eec07635a51c773e57b0af7d52f505337bd
Description: developer's guide and documentation for ncurses
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains an introduction to writing programs with
 ncurses a guide to the internals of the ncurses library.  It also
 includes the libraries' man pages.
 .
 Non-developers likely have little use for this package.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: foreign

Package: ncurses-examples
Priority: optional
Section: misc
Installed-Size: 6162
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: libc6 (>= 2.34), libncursesw6 (>= 6.1+20180203), libtinfo6 (>= 6)
Filename: pool/target/n/ncurses/ncurses-examples_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 521676
MD5sum: b55f4b7b74bb51ef738166c847acdb8f
SHA1: 8073fabf9562ece9d3a82cb745e33db00c068e73
SHA256: 8fdde4c6a60f6165beea2aaf3a8854c019619ec20bf32c6f74a04e585fcd19a7
SHA512: aeea258829cca22167c4886895f00bce88e957d6c8b9c832dbfc4020d6206144fc6b5fbbe98d77851415bb188aa380b9543d7ac03ba264e01eb98fd896838ac5
Description: test programs and examples for ncurses
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains programs demonstrating the possibilities of
 ncurses and testing the library. The examples include an
 analog/digital clock and several classic programs such as solitaire,
 battleships, a knight's tour on a chess board, the towers of Hanoi
 and several others.
Homepage: https://invisible-island.net/ncurses/

Package: ncurses-examples-dbgsym
Priority: optional
Section: debug
Installed-Size: 1631
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Depends: ncurses-examples (= 6.4-4+apertis0bv2024dev3b3)
Filename: pool/target/n/ncurses/ncurses-examples-dbgsym_6.4-4+apertis0bv2024dev3b3_arm64.deb
Size: 797044
MD5sum: 40b4bc7295420c9ce3376b6990bd6682
SHA1: af8e54d7424ab260dd44b21f1dcad2cc54a96f6f
SHA256: 1dbd41797200ebd11739384499f50dc65ae6d9448b7914593721581dec7c0d51
SHA512: b16bddcfd9d9e8e17e16c144ea49368cbae0f1296bf0563cee26f82b069a723a472725b632fd20c38adcdd1fec1ff1578b3a68a7cb36c74b834b4bae47e01aef
Description: debug symbols for ncurses-examples
Auto-Built-Package: debug-symbols
Build-Ids: 032f5416a109e3a735e9e31b6bffad63b7d949c7 03e741695094359390f93c02c1ea918656132860 0d174233cee7accbd082c8f93f761452037869de 0f897b094888f837562f1faa73c53844f5f288bc 13aa056781bb3bf138ed01cc0e2a4bcf00220a65 15b276ec3b7f3ae8aadacc79a7863d9378fc58ea 16877dbe9f80f8462e3b65da618b2fd13bae59e5 16f51831d9fcd8e52ba7f8b3b70b2e863ecfdb47 19759aac32c5d83f5097e39ed615f0321ffeadb4 1d738b203483e43d02d0bb538ffc6e9b5011788e 2aa06b1b4bb234f231b5ac94594eb084bc01233f 2e7ce382dd943577be8434e56133fba229dab895 367ecaae72e00a9bbb4b60e23101484a89c649bc 37d909d8c377ddfbe8b6dfd378337c884b1247c5 37f72b2763ca616c97dd46a9f2d2038330175bd3 3a1295fd657f387736ba1c78bf0ae696457f277c 3e5ad1c2e05a7e098a98dfb6ca7ffab42bb827c8 3f7ec35ab6f2a150eb4dc3ef9c87cde46cfd437c 4307137e986598eb4edac1591416e5cc304785d5 451c1a359b32cb50de4114885c1526a5b2e177f2 4e949e1b8ee8655a012542b9a1de7c65de06347e 516a4394214a5fa70e58c3ec400ac63ab80f2788 5683accb10b50ca3a41d33e380a70a996e43f765 593b19b1979b76c50da2d97e62d07c319d73652c 59a90c6e2d5860cb273f93dbee4311c05ac1777e 65d7ae72c6fab3c17be834bac6507bec22f39f44 69c901eb3ac9d2a1376fed782104f57c67b713ff 7e1651486bc5c1eca1d1dccf671947d16c903d66 7ecdafc06386c8b7cedf0b0c13cb9f6cf49d1c36 7f7e793ae8803789fc0bbb023cb9b760eafc76b4 8d699084f2c7239b9d8131014401947480f3a63d 8dfaf2dff71158787e3654cf87becb9b50a9e66f 8eaa3b3bb2150d4fac63f968c6b71a9b1417a39a 9150bdff2664698172d9389a28d195d46553b2b6 9233e7f32e1830cde0d9b5b47dead8b9a9fa6f06 927a751060169ea85c860f85b2cb137cb6b0a052 92fed71d539c7913ffd6783fa35a313cba0a5610 946336ba388d541f0a75d2ad94b62c2f6c5b7dcf 9a49f272d4fdf15eaf76e48312fbf6093546cff5 a1a6d375d6a6943f6161a3163f5b6d7c0f0693a9 a53d8051dfff7963bcd979beaf4ed5280bae94bf a5426b3058fcc93d5f90c4caecd28d87b2253591 abf6962d3521fec123ab18ceddb0dd6395ddc5b9 abf9daa4955d362b8648fb7ecae1f3e88e8c91ad ac5940e8ebda18cd43b521480b42134b1f4c6119 acbe0445a6b7b93e50e4838b7765beb1860ddfde aeece5efabe6cc5d5f24d4982db9eec2458561c8 b0a666b0e785f2fe8d3bb1559bc36739e29d629c b209a6559a791a89bd29b665922b5dc380869da5 b29bd5fa4ab27f2e1e25f6da26e56fd14995c32b b37e743441f47405350d6b9e7c504f1fb9740860 b3b46d4b2ea16e4dc73c0699804c5c22d8978379 b64a8bec28835dce616eaf472e0eb3f64157fc89 ba1d6041556eb5680ec9c27739d6b2f19e025eda bb4c51b3fdb48bd734ee4905d60580a5647a771b bb678ab91fa7b0ad764c390665ce394649498c85 bc2169f0cad3565599337c46d6c4ba3380b11905 bc7f79e4ecaa6c8b587eb2b98926b3987b7b0c6a bc8f6c3caa36c065862b325e0dcd38030941c632 c0fa0e2de4346d95b960b05c1fcd20ca1b32ee94 c72e94f1aa88bf3a414591710fb1bc6e833f8abb c78b7393a37d3a481f35d4ef6b48f26aefce26dd c7ac041cf9fff73d47d4e535f5902dd026bf598a ca0ddf6cbf7f1dea6217204a15e8ca5501c69f04 d1293672a7a7eb031f5f83a25734f258fe348978 d1f83285a40927680e2167001c457f4b70616ab2 d6b7791d8316821d012109d16111fe91e1716aa2 d8e7e0cca6425b578efdc41bdd466b03a7002c2b d8eb4ddf6f6790495d6793b25c1950c5a85e7543 dab16ae6f94a66ef85040732aa30c3efebb67f47 e0011202b693040e5c837c701e351bb9816269cb e09e2118a65bf40da58b33c32f036f012d0a9b4e e13d520e8e17e06b5b76e0999c970ec476c2ab63 ea39e87403789629a2eecbbd8eb0cd0c7f4e722f eeb8787649a5e80e2604ec73eb81870e8f0a30d9 f28b3c3a12480533524d8189f0ac493b81673881 f34b3d38abb7eeb8ca0b1e22e05ef9b0a06ce40c f3fad15169eb840bec238a3a034d44ede5bc3f7b f46a13d31270aa6e686a3d762218259cd4e1b08f f480c9c7d6ed75ca219f533e9f28aa4e91e4828d f7a8d26f504aba524971f593bd4bc85d07d2e84a f91797400e40cc6ad819eb3242cdc9845d68708f fb0068be8278677df8d48185938fec54ac1b794f fc070871faae49a2093019e539eea13ef5f3ccbe fedd026ade2b48de11c3053d2cc342be3adc9964

Package: ncurses-term
Priority: standard
Section: misc
Installed-Size: 4291
Maintainer: Craig Small <csmall@debian.org>
Architecture: all
Source: ncurses
Version: 6.4-4+apertis0bv2024dev3b3
Replaces: alacritty (<< 0.3.4~), dvtm (<< 0.15-3), jfbterm (<< 0.4.7-10), kon2 (<< 0.3.9b-21), libiterm1 (<< 0.5-9), tn5250 (<< 0.17.4-3)
Depends: ncurses-base (>= 6.1+20190713)
Breaks: bash-static (<< 4.4.18-1.1), dvtm (<< 0.15-3), libmono-corlib4.5-cil (<< 4.6.2.7+dfsg-2), libslang2 (<< 2.3.1a-3), libtinfo5 (<< 6.1), libunibilium0 (<< 2), libunibilium4 (<< 2.0.0-3), vim-common (<< 2:9.0.1000-2), zsh-static (<< 5.4.2-4)
Filename: pool/target/n/ncurses/ncurses-term_6.4-4+apertis0bv2024dev3b3_all.deb
Size: 502516
MD5sum: e13cb05dfb5c2b104570d19240973ecb
SHA1: 551d4cbd6d4fcb467cb90386f83e065a898eeafe
SHA256: c767fcf0eef6b2da81dfcc5f753f52a6e514a82cab5c49cd027e1d9fd986996f
SHA512: c59c82f0860c58c64a737c00933dee55c232b226f83c4efd226f634d7e6afd8766e74298f1f6106bd80403ff0bf10cada89f1300e7eb374081637c077da6dfb0
Description: additional terminal type definitions
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains all of the numerous terminal definitions not found in
 the ncurses-base package.
Homepage: https://invisible-island.net/ncurses/
Multi-Arch: foreign

Package: net-tools
Priority: important
Section: net
Installed-Size: 1381
Maintainer: net-tools Team <team+net-tools@tracker.debian.org>
Architecture: arm64
Version: 2.10-0.1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libselinux1 (>= 3.1~)
Filename: pool/target/n/net-tools/net-tools_2.10-0.1+apertis0bv2024dev3b1_arm64.deb
Size: 242592
MD5sum: edef577034b2a831c3ce5bc9a23824ed
SHA1: 69beb0762c299f966b5d75939f9e46a7f7e6a5e6
SHA256: 5a82cace1254eb226b72e2afe34bb543b6b4ee967924e58eac075aa906cc2edd
SHA512: 9cbb4e92da48784fbb8de8595059227edb9d25722b4a2bdc08bc3d82afb6820dd30ff04ef998ab3b473c243503b786f77a9be1b1f5c34c3862d6d3b58f351153
Description: NET-3 networking toolkit
 This package includes the important tools for controlling the network
 subsystem of the Linux kernel.  This includes arp, ifconfig, netstat,
 rarp, nameif and route.  Additionally, this package contains utilities
 relating to particular network hardware types (plipconfig, slattach,
 mii-tool) and advanced aspects of IP configuration (iptunnel, ipmaddr).
 .
 In the upstream package 'hostname' and friends are included. Those are
 not installed by this package, since there is a special "hostname*.deb".
Homepage: http://sourceforge.net/projects/net-tools/
Multi-Arch: foreign

Package: net-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 622
Maintainer: net-tools Team <team+net-tools@tracker.debian.org>
Architecture: arm64
Source: net-tools
Version: 2.10-0.1+apertis0bv2024dev3b1
Depends: net-tools (= 2.10-0.1+apertis0bv2024dev3b1)
Filename: pool/target/n/net-tools/net-tools-dbgsym_2.10-0.1+apertis0bv2024dev3b1_arm64.deb
Size: 461536
MD5sum: 1630d92b31acfef5e62875bbaddd90fd
SHA1: c4f64a9563b9efb80ba581b21186095fbfd57787
SHA256: 5b5f5444e1dba72c3e76f613f13975dc454d5f5bf11ae126eaa4bfe4cdb1ac9d
SHA512: d07d6c4d41bfff2c16e5da2462d89a3ddd711083fba5f94cb6f204a2e5b0bac30dbf84ec511323a437914078d6af482e5a4d5d198e6aadafd0e4fa517eba564c
Description: debug symbols for net-tools
Auto-Built-Package: debug-symbols
Build-Ids: 10db361ea7999171b2bab48c6bbf70a871537e6d 43711b70f4fdba9d39c39bcdb910cff658e9d7ab 6deaf4306ec50a05bb15ed2302bbfa14428e62cd 6e7c0c8cccdfba4461b54dae7395e3c0a9af2ae7 7dc624981ad5af7dad33e080d0797517290f9c48 7fb7945583852f05a69b8aea63c3d9881216e938 973938405ad95b11360a0a86b422d2891add61ce 9f673106d65ce81a5c7ac30fd9b7b07f038d5605 c73e67ee43fdf9e7c4c3d002a423a48bc47b0d24 e22e7c80be106a69561bf8259ea63ba6fba205d3 fda71d484fef53b2be6fc9d35408d31301816963

Package: netbase
Priority: important
Section: admin
Installed-Size: 37
Maintainer: Marco d'Itri <md@linux.it>
Architecture: all
Version: 6.4+apertis0bv2024dev3b1
Replaces: ebtables (<< 2.0.11-2)
Breaks: ebtables (<< 2.0.11-2)
Filename: pool/target/n/netbase/netbase_6.4+apertis0bv2024dev3b1_all.deb
Size: 13124
MD5sum: fdf021e7139de28e0d4c139f8ab12c5a
SHA1: bdf36ead4edd49b4b19a5b1a5fc952fd8701af57
SHA256: 8da3e5dfdacc74f797196eaa1efca09d809563dfa86a972be66ed9b654aeae3b
SHA512: 16c18a7a65833bc77bf4018bb5a8b8fdd8273d2a58accd64b43d038b6dabdd8211f3bf5ecf1f7e331c71afe911d19a01bfc97bc250cad8806df6d1192dd2cfe8
Description: Basic TCP/IP networking system
 This package provides the necessary infrastructure for basic TCP/IP based
 networking.
 .
 In particular, it supplies common name-to-number mappings in /etc/services,
 /etc/rpc, /etc/protocols and /etc/ethertypes.
Multi-Arch: foreign

Package: nettle-bin
Priority: optional
Section: misc
Installed-Size: 357
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: arm64
Source: nettle
Version: 3.8.1-2+apertis1bv2024dev3b1
Replaces: lsh-utils (<< 2.0.4-dfsg-1)
Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libhogweed6, libnettle8 (= 3.8.1-2+apertis1bv2024dev3b1)
Suggests: lsh-doc
Breaks: lsh-utils (<< 2.0.4-dfsg-1)
Filename: pool/target/n/nettle/nettle-bin_3.8.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 25104
MD5sum: 76d80ef39c70660b699efa81d36dfeec
SHA1: 654a3918ffdfb71b6a8c838db875a9d0e209f34f
SHA256: e1c888bdbe0b1a19f1f20f932a9d805862d78d223d5cc7f94d27580738850b53
SHA512: 4e23222216b5d8356a240bbf401f8c8f58eb177c596c4ec03259ac89ba96f61d43d226e691526671839cc490efb2db06f65d4581949fdf2774de39012e15532a
Description: low level cryptographic library (binary tools)
 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 doesn't do any memory allocation or I/O, it simply provides the
 cryptographic algorithms for the application to use in any environment and
 in any way it needs.
 .
 This package contains binary utilities that accompany the library:
 .
    - nettle-lfib-stream - generates a pseudo-random stream, using the Knuth
      lfib (non-cryptographic) pseudo-random generator.
    - sexp-conv - conversion tool for handling the different flavours of sexp
      syntax.
    - pkcs1-conv - converts PKCS#1 keys to sexp format.
    - nettle-hash - command-line tool to compute message digests such as SHA-1.
Homepage: http://www.lysator.liu.se/~nisse/nettle/
Multi-Arch: foreign

Package: nettle-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 150
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: arm64
Source: nettle
Version: 3.8.1-2+apertis1bv2024dev3b1
Depends: nettle-bin (= 3.8.1-2+apertis1bv2024dev3b1)
Filename: pool/target/n/nettle/nettle-bin-dbgsym_3.8.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 96480
MD5sum: 96ca91fbbf879549370d8666f3027ab6
SHA1: abe068a99389d1867fd1f22045172dcd40525448
SHA256: 35e86d68ecffab4abd8748e302445538772483a27ae9445ba1a3e391846fc27f
SHA512: 8d7a41bc312901404c9eeee4df668a7e5a97cc764e5fc5b153761b6caf7ac9e6bc23fc8cad386646112639d7098cb23d27a2446c94ed0aea3f0a56512ed02618
Description: debug symbols for nettle-bin
Auto-Built-Package: debug-symbols
Build-Ids: 6ecfc324596a63d39f4da81377451c0bd141454a 9184559d1c81aa34ef073d11054b0c58867c2425 e0f23944436f6ec383812a9a68285dceac368cf8 ed55f547e6e4853c5649ed66b96d84a5c1fe5b90 f0d786997ea78552d4c127ea8243e44b6d1e6005

Package: nettle-dev
Priority: optional
Section: libdevel
Installed-Size: 1836
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: arm64
Source: nettle
Version: 3.8.1-2+apertis1bv2024dev3b1
Replaces: libnettle-dev
Depends: libnettle8 (= 3.8.1-2+apertis1bv2024dev3b1), libhogweed6 (= 3.8.1-2+apertis1bv2024dev3b1), libgmp-dev
Conflicts: libnettle-dev
Filename: pool/target/n/nettle/nettle-dev_3.8.1-2+apertis1bv2024dev3b1_arm64.deb
Size: 559220
MD5sum: 101d917a5e1f428c62b2431aaa1372e4
SHA1: 705f145833b2ef4a5346afc5dffc1ee100c74f7f
SHA256: cd54806780f2b8c535691c0c2cbc539ad76e5179c3f346b9a2e8f43cecb1f7bc
SHA512: feab11f152bf8a9c054c08090cec6a9d01133ed457485ff16ffe17a64b5d5b87d8bef71f59f4fe5cda5898cbe48e200910c1a2a6d2b55eadc81b84a62936e8ff
Description: low level cryptographic library (development files)
 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 doesn't do any memory allocation or I/O, it simply provides the
 cryptographic algorithms for the application to use in any environment and
 in any way it needs.
 .
 This package contains the development files (C headers and static libraries)
Homepage: http://www.lysator.liu.se/~nisse/nettle/
Multi-Arch: same

Package: newport
Priority: optional
Section: libs
Installed-Size: 119
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: arm64
Version: 0.2024.1bv2024dev2b1
Depends: libglib2.0-bin, libnewportiface0 (= 0.2024.1bv2024dev2b1), dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.34), libcurl3-nss (>= 7.23.1), libglib2.0-0 (>= 2.43.2)
Filename: pool/target/n/newport/newport_0.2024.1bv2024dev2b1_arm64.deb
Size: 22456
MD5sum: f492aa5850ac48f5678d191496123b92
SHA1: e08f4c62ffcba2d78f7addf05cc6c28736414dac
SHA256: 686ad0866da55e4bf822fb3519bf542b51bdd2455fdfdf71588a4149ac1eb532
SHA512: 67ecf5018326ccf9cee3e8de718ca508267672df5a87fcb3f2d0f489b114dbfe48e6efeb51cf059b82b5880c292605d3b57801c212b42ca11bdb8f80e4278957
Description: Download manager capable of downloading files from the internet
 Newport is a download manager, used to download files from the Internet
 to local storage.
 .
 This package contains the newport binary.

Package: newport-dbgsym
Priority: optional
Section: debug
Installed-Size: 71
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: arm64
Source: newport
Version: 0.2024.1bv2024dev2b1
Replaces: newport (<< 0.1706.1~)
Depends: newport (= 0.2024.1bv2024dev2b1)
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/newport-dbgsym_0.2024.1bv2024dev2b1_arm64.deb
Size: 50996
MD5sum: 4830c3e27309b5709bca935b06e3b50e
SHA1: 61c3b065c1d24babd1a71964492b58e63e62cd7b
SHA256: 3e720a02339f35ba4a845cefc4d1d7518c753467cd52bfb1caa1a50779a8258f
SHA512: a556c278ef1fbe792cecdc078fb0e83c0d9cdd854b41ff70333403f92372fb2ea976ac27f19de90aa498797f37890da037e77b34e391f5a5c6a46cb89908bfd9
Description: debug symbols for newport
Auto-Built-Package: debug-symbols
Build-Ids: 59058b76ec35b49e73a2b583d200f6e0a645fa06

Package: newport-dev
Priority: optional
Section: libdevel
Installed-Size: 350
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: arm64
Source: newport
Version: 0.2024.1bv2024dev2b1
Replaces: newport (<< 0.1706.1~)
Depends: libcurl4-nss-dev | libcurl-dev, libglib2.0-dev, libnewportiface0 (= 0.2024.1bv2024dev2b1), gir1.2-newportinterface-0 (= 0.2024.1bv2024dev2b1)
Recommends: newport-doc
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/newport-dev_0.2024.1bv2024dev2b1_arm64.deb
Size: 35480
MD5sum: 40b4f554772ca197e6edb89e218a0abe
SHA1: e4228f1c5ae9dac01d0bc9ffe90c8041379f3e13
SHA256: b3038de39855f45044dfcd509168ffaccdc00338df19a75707ec4ed97eedade5
SHA512: 0e14ca3ac7c44dafb037184f12304610b32cada8e57c21d348a7d572fbd88c8f66c7c47e443f7d23acc6332105ca95010d530fbec6a5931dd32c721bcf7ba305
Description: Download manager service - development files
 Newport is a download manager, used to download files from the Internet
 to local storage.
 .
 This package contains development files for libnewportiface0.

Package: newport-doc
Priority: optional
Section: doc
Installed-Size: 76
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: all
Source: newport
Version: 0.2024.1bv2024dev2b1
Filename: pool/target/n/newport/newport-doc_0.2024.1bv2024dev2b1_all.deb
Size: 17128
MD5sum: 92858d27b532952953f19916e5fe647b
SHA1: 41435c92aec345f9db3e0e415ec90007bb74ecea
SHA256: 7311a55b880963f3fc16aa72f87527a21bb9f01f03ea9894ef1c910a5fa8390b
SHA512: 659e5f3730975187b7bd309b23b9a2814c3e89a029d699e5c1a61abe13f06c41051e88f4d77318e5df4aa9ea8a65436fafc3017c10579a58cdb2d8977a512a8b
Description: Download manager service - documentation
 Newport is a download manager, used to download files from the Internet
 to local storage.
 .
 This package contains the API reference for the newport service.
Multi-Arch: foreign

Package: newport-tests
Priority: optional
Section: libs
Installed-Size: 104
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: arm64
Source: newport
Version: 0.2024.1bv2024dev2b1
Depends: newport (= 0.2024.1bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.37.6), libnewportiface0 (>= 0.1706.1), libsoup2.4-1 (>= 2.47.4)
Filename: pool/target/n/newport/newport-tests_0.2024.1bv2024dev2b1_arm64.deb
Size: 13020
MD5sum: 49a7203d7ab364bca550708ca1bffadf
SHA1: 2c6791c5bc26f9f76561f59a2ec13c0e3c1a15a9
SHA256: 5fc2dca4003130f6efbaf9e504b15d15832069b45596fa85b5ee8ef59893f954
SHA512: fbbbf05c4e405277bae7d20caf90d5a5eed7eb3bb0a6dc4997d9f73ce1ee57f4e1cb63c98a5b743b08c7db33101885c5ba74b6ca1d23515eabc0e5c89bbd9e5f
Description: test client for the newport service
 Newport is a download manager, used to download files from the Internet
 to local storage.
 .
 This package contains test client for the service.

Package: newport-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 32
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: arm64
Source: newport
Version: 0.2024.1bv2024dev2b1
Replaces: newport (<< 0.1706.1~)
Depends: newport-tests (= 0.2024.1bv2024dev2b1)
Breaks: newport (<< 0.1706.1~)
Filename: pool/target/n/newport/newport-tests-dbgsym_0.2024.1bv2024dev2b1_arm64.deb
Size: 15352
MD5sum: 43d7fa8c3a659e77d7b145f3d243fa36
SHA1: edac08c15e3160a22a3bc460fb40a64affbe4395
SHA256: 75c52cb22ab2b466981af2434d0f8ba9b8f53c0e090119b61bc0deab41c5d8a0
SHA512: 73f0818181e7e043a46fa475319fb9cd54f96fa3b788f8791d6e49af4cbdc972b1f849c994f8b799025ea7607c88cfa31936b6ad443e3152d671b9fcd93e0fe3
Description: debug symbols for newport-tests
Auto-Built-Package: debug-symbols
Build-Ids: 80a583e62dff7730a741fe6791761a640addda15

Package: newt-tcl
Priority: optional
Section: interpreters
Installed-Size: 88
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: newt
Version: 0.52.23-1+apertis0bv2024dev3b1
Depends: libnewt0.52 (= 0.52.23-1+apertis0bv2024dev3b1), tcl8.6, libc6 (>= 2.17), libpopt0 (>= 1.14), libslang2 (>= 2.2.4)
Filename: pool/target/n/newt/newt-tcl_0.52.23-1+apertis0bv2024dev3b1_arm64.deb
Size: 17724
MD5sum: 5a5c1cfa460cfbd951f060f655e38235
SHA1: 9b90b447fafa4330097c95d53665b4b85ecee7ae
SHA256: ceebb615a6a6472fb54e0fc69b8da79aaf35c424c50bdf504fa0940baee3faa8
SHA512: 0b78c6a54b6842dfb61eb89dd315eb9f52d9cb6729c5127f1c3d47bbf245b7a27a5c33291f6940e556ba9b81962498dddc263b77c1bf1e4da3d049eb769854f0
Description: NEWT module for Tcl
 This module allows you to build a text UI for your Tcl scripts
 using newt.
Homepage: https://pagure.io/newt

Package: newt-tcl-dbgsym
Priority: optional
Section: debug
Installed-Size: 39
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: newt
Version: 0.52.23-1+apertis0bv2024dev3b1
Depends: newt-tcl (= 0.52.23-1+apertis0bv2024dev3b1)
Filename: pool/target/n/newt/newt-tcl-dbgsym_0.52.23-1+apertis0bv2024dev3b1_arm64.deb
Size: 23024
MD5sum: 10e6039a3944d9b0148454fb2688d275
SHA1: 4b262e6de2c431473f6b39c55827daf168d7f09e
SHA256: 4a4c1b88cd58841e53e132a15eb64e24835ed545a7ffa9644048fc342f8f5165
SHA512: ef792bd4d248ea622ff8410ed91570277a415a7a50a30466aa91de7a06fc6e3751012e85f81c0ab89e30a7265ce1630de89c035856a27bfdeaea6429520413e8
Description: debug symbols for newt-tcl
Auto-Built-Package: debug-symbols
Build-Ids: 85accc73a1af73fefd9a32da83ea9a948cc92de5

Package: nftables
Priority: important
Section: net
Installed-Size: 216
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Version: 1.0.6-2+apertis0bv2024dev2b1
Depends: libnftables1 (= 1.0.6-2+apertis0bv2024dev2b1), libc6 (>= 2.34), libedit2 (>= 3.1-20130611-0)
Recommends: netbase
Suggests: firewalld
Filename: pool/target/n/nftables/nftables_1.0.6-2+apertis0bv2024dev2b1_arm64.deb
Size: 69852
MD5sum: a95e5badf45608a8ec68f1eb0721b99f
SHA1: 2faeb7b1a004fa5e58d05b1087735e2756ace2bf
SHA256: 4478e524e5316cb646b1f682967a59f1ac74a4d594ddb1d289c62d137a1cbceb
SHA512: 9d5c4b64bee1c5e71aaaee36d22913fae2e2f818081780edd4c0e00e4bf566b14015db8b004a67b787c39e5d160eed7514f009cbc7b77e6cbcac3d7ce62bf0ea
Description: Program to control packet filtering rules by Netfilter project
 This software provides an in-kernel packet classification framework that is
 based on a network-specific Virtual Machine (VM) and the nft userspace
 command line tool. The nftables framework reuses the existing Netfilter
 subsystems such as the existing hook infrastructure, the connection tracking
 system, NAT, userspace queueing and logging subsystem.
 .
 nftables replaces the old popular iptables, ip6tables, arptables and ebtables.
 .
 Netfilter software and nftables in particular are used in applications such
 as Internet connection sharing, firewalls, IP accounting, transparent
 proxying, advanced routing and traffic control.
 .
 A Linux kernel >= 3.13 is required. However, >= 4.14 is recommended.
Homepage: https://www.netfilter.org/

Package: nftables-dbgsym
Priority: optional
Section: debug
Installed-Size: 31
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: nftables
Version: 1.0.6-2+apertis0bv2024dev2b1
Depends: nftables (= 1.0.6-2+apertis0bv2024dev2b1)
Filename: pool/target/n/nftables/nftables-dbgsym_1.0.6-2+apertis0bv2024dev2b1_arm64.deb
Size: 14632
MD5sum: 88f96b771ea21c2efe6eaa88820100ca
SHA1: 8b95f958cfb8d6c6a89a7302f485a5193c1e07ba
SHA256: cb1c4314fd578b41b27e2c6366b61ffaa9abe74d38882398176e279cee06ec16
SHA512: 8bb271159ed0dea27f03dd7ecdfda43dbdcbb8cc1457f593ef53862ba891dba91e292c3ff9b903a0a2470d8c8dd8ea5882bb402468b3de896782be0618ddcd22
Description: debug symbols for nftables
Auto-Built-Package: debug-symbols
Build-Ids: 87b6c168703eeb869c9b596b2f8437c2dee94743

Package: nghttp2
Priority: optional
Section: httpd
Installed-Size: 23
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: all
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: nghttp2-client (>= 1.52.0-1+apertis0bv2024dev3b1), nghttp2-proxy (>= 1.52.0-1+apertis0bv2024dev3b1), nghttp2-server (>= 1.52.0-1+apertis0bv2024dev3b1)
Filename: pool/target/n/nghttp2/nghttp2_1.52.0-1+apertis0bv2024dev3b1_all.deb
Size: 9880
MD5sum: b446a74a000e93d3e6d7d5e61b4f9746
SHA1: b0da00a92ea365f6610318cd38559cfec00ea35d
SHA256: 54c1b28529aab20cf72b34358ae8fc61accca978f4e0050b12bdfc93455d8f45
SHA512: b91cb74e6191247959cbe4987a2ee2ef42d8ce1185c21bc3eff8b921aef4a8d6afb414ac37e53d369c040ef4f53fa5011981ee49ab2764d46a0cba22b37c922b
Description: server, proxy and client implementing HTTP/2
 This package will install a set of programs implementing the HTTP/2
 protocol: a standalone server (nghttp2-server), a reverse proxy
 (nghttp2-proxy) and a client (nghttp2-client). It provides no files
 on its own and is not necessary for these programs to work.
Homepage: https://nghttp2.org/
Multi-Arch: foreign

Package: nghttp2-client
Priority: optional
Section: httpd
Installed-Size: 622
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Replaces: nghttp2 (<< 1.3.4-2~)
Depends: libnghttp2-14 (= 1.52.0-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 3.0), libjansson4 (>= 2.14), libjemalloc2 (>= 5.0.0), libssl3 (>= 3.0.0), libstdc++6 (>= 12), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Breaks: nghttp2 (<< 1.3.4-2~)
Filename: pool/target/n/nghttp2/nghttp2-client_1.52.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 156836
MD5sum: 0b472bc6ad39314ba45254fc8bb34f44
SHA1: 126a8dda917f34e9728791544d2bca2bbeca23ae
SHA256: 0711a4495867920d20bcd9fe28718d47bca5b78590a6cf4cfcb7e243952e6e10
SHA512: 57953ad4d92e52b30ee75d2285e0d5dba15899a2053d64d1d5af35eb9e0022843c1b4cef42bbc191698244a100b644e25fa089891c7b3b82dae9c2318c8a2efc
Description: client implementing HTTP/2 protocol
 This is a command line client implementing the HTTP/2 protocol. It
 gives access to many low-level and advanced aspects of the protocol
 and therefore is useful for debugging.
Homepage: https://nghttp2.org/
Multi-Arch: foreign

Package: nghttp2-client-dbgsym
Priority: optional
Section: debug
Installed-Size: 2074
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: nghttp2-client (= 1.52.0-1+apertis0bv2024dev3b1)
Filename: pool/target/n/nghttp2/nghttp2-client-dbgsym_1.52.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 1975136
MD5sum: e57bbbca670059cae8caf7a5505276c1
SHA1: 1ba34b6dcfdeaf140bcad24d2c5404342b79e95d
SHA256: 99034b7a09818c5c88caaade6a0d2d936662643de8bbf481b36de42fe176d277
SHA512: f101951d05dada2993d53fb2196fd39bb9bd5c21e36543a4135d5d35d737267bdf2f8892c17ef53b215b41510d30a3f369799a4bc633aceab45c9c77b04ebe6c
Description: debug symbols for nghttp2-client
Auto-Built-Package: debug-symbols
Build-Ids: 85c089063bff88a3f10ee317e7c6e82d1d760aef c4d9d0e2f961d5aaa31b110c5982f20145e65d15

Package: nghttp2-proxy
Priority: optional
Section: httpd
Installed-Size: 1115
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Replaces: nghttp2 (<< 1.3.4-2~)
Depends: libnghttp2-14 (= 1.52.0-1+apertis0bv2024dev3b1), openssl, python3, libc-ares2 (>= 1.7.0), libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 3.0), libjemalloc2 (>= 5.0.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11), libsystemd0, zlib1g (>= 1:1.1.4)
Breaks: nghttp2 (<< 1.3.4-2~)
Filename: pool/target/n/nghttp2/nghttp2-proxy_1.52.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 354892
MD5sum: 8226ac3af42b9fccf926408ce2c18075
SHA1: 887199644484797529337e55503b30dc62439a6f
SHA256: 201846fa1870cb8c6f203a6e74dcfb5dd231540b2c0b2d38755128801f0a8179
SHA512: f352923b652282f538d75bb1cf3e13f0ac527f25d83cddd9e75170373b3088d3a972f95a033e026a5ee019ddf6205447182236012d5f6c7ee7a8f29882d7623f
Description: reverse proxy implementing HTTP/2 protocol
 This is a standalone server implementing the HTTP/2 protocol with
 HTTP/1.1 fallback for clients that do not support it. It can be used
 as a frontend in front of web servers that do not support HTTP/2.
Homepage: https://nghttp2.org/
Multi-Arch: foreign

Package: nghttp2-proxy-dbgsym
Priority: optional
Section: debug
Installed-Size: 5856
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: nghttp2-proxy (= 1.52.0-1+apertis0bv2024dev3b1)
Filename: pool/target/n/nghttp2/nghttp2-proxy-dbgsym_1.52.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 5758180
MD5sum: 46d872f5e6dd3fadc0f4b344d83eaec4
SHA1: 996b76c65b4e066a97cc22504bc9d76a95408e22
SHA256: fbb6bfd7758ec26112fb36cdddbc58aa31bb99fffdbfba4b6c014f7651d183b7
SHA512: f59e8eb3883e3973638e38a5c32db95ea4098b798dfeca7a51b0d40385af35a08f3bc6489565ed2031f89a55d17d43a3c56f8351403c72dd7b4ad499d4900bc2
Description: debug symbols for nghttp2-proxy
Auto-Built-Package: debug-symbols
Build-Ids: 2c59b6d93a49e8c890163d3b9d1cd0a30f75eecb

Package: nghttp2-server
Priority: optional
Section: httpd
Installed-Size: 289
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Replaces: nghttp2 (<< 1.3.4-2~)
Depends: libnghttp2-14 (= 1.52.0-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 3.0), libjemalloc2 (>= 5.0.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4)
Breaks: nghttp2 (<< 1.3.4-2~)
Filename: pool/target/n/nghttp2/nghttp2-server_1.52.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 92188
MD5sum: 2b363338c7c6521db5f1d6dd925f6768
SHA1: b03dd0494c4fc7658453da160720210d3e45933e
SHA256: 803b7cb82fbb1453a90f19c897065347322a6ed7d9cb5a90fefd2cc298826a78
SHA512: 14f4e982a95a77124718cd696ce8ad1c98f178a70aba022c3c6b6578db9cfabe5446058c3e8d22b9f273cb95d3a5c1ea0bf2b47e6ddba1361f19924d186fd44b
Description: server implementing HTTP/2 protocol
 This is a standalone server implementing the HTTP/2 protocol with
 HTTP/1.1 fallback for clients that do not support it. It can be used
 to serve files from a local directory.
Homepage: https://nghttp2.org/
Multi-Arch: foreign

Package: nghttp2-server-dbgsym
Priority: optional
Section: debug
Installed-Size: 978
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: nghttp2
Version: 1.52.0-1+apertis0bv2024dev3b1
Depends: nghttp2-server (= 1.52.0-1+apertis0bv2024dev3b1)
Filename: pool/target/n/nghttp2/nghttp2-server-dbgsym_1.52.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 935944
MD5sum: a98910d36da54fe55e1a017dcf654274
SHA1: ef09c8f28ff4e1b5ffa721d01a90c036b33f7964
SHA256: a8fb481bfec61e01b9f5c9378232238893154fd86c99e82898bcdc46ce6829d2
SHA512: 9382465a1b84f9a2cff5a78df76e97b51b1fd3ba082ef83b19ee6f469a12b8e40c9b4bac29cbd95215ef86bf0ee31ed2f055b273c1a82f166513fc52c260c37e
Description: debug symbols for nghttp2-server
Auto-Built-Package: debug-symbols
Build-Ids: 8578468b0c3d80afe9531d7fbdb1ab24f3a939e1

Package: nginx
Priority: optional
Section: httpd
Installed-Size: 1356
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 1.22.1-9+apertis0bv2024dev3b1
Replaces: nginx-core (<< 1.22.1-6~), nginx-extras (<< 1.22.1-6~), nginx-light (<< 1.22.1-6~)
Provides: httpd, httpd-cgi, nginx-abi-1.22.1-7
Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpcre2-8-0 (>= 10.22), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), iproute2, nginx-common (<< 1.22.1-9+apertis0bv2024dev3b1.1~), nginx-common (>= 1.22.1-9+apertis0bv2024dev3b1)
Breaks: nginx-core (<< 1.22.1-6~), nginx-extras (<< 1.22.1-6~), nginx-light (<< 1.22.1-6~)
Filename: pool/target/n/nginx/nginx_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 497392
MD5sum: 06773cf567bfe58cceefffd0057e3fe2
SHA1: 9cebee26927ab9a0966ff6f662533d2886a0e91f
SHA256: d131d89d2fab9fd0249dc97fe0509867b76fa0d586e90b3ec665630f1e5b9cc3
SHA512: fff93dd00cbaa1afb906f7b759bcb2a7ca5c0822b852c469420fa92eb8068205832c7c923c1c3d574af29303ab927df424e6de52b15ca5f60a1cb20b2e0eb91e
Description: small, powerful, scalable web/proxy server
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
Homepage: https://nginx.org

Package: nginx-common
Priority: optional
Section: httpd
Installed-Size: 329
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Replaces: nginx (<< 1.22.1-8)
Depends: debconf (>= 0.5) | debconf-2.0
Suggests: fcgiwrap, nginx-doc, ssl-cert
Breaks: nginx (<< 1.22.1-8)
Filename: pool/target/n/nginx/nginx-common_1.22.1-9+apertis0bv2024dev3b1_all.deb
Size: 114272
MD5sum: 24d9c27d029aa3796b6a20f9654608a4
SHA1: 329defba8ff9916ef3067168c86341df21826f8c
SHA256: 9fc6039cf0c8c42f1140e5b8b023e1120da202abcf1b91a568c90c6990da2651
SHA512: 0c076d0a211180a76381217fa66f46034e1f210466a358bed3d6f1dd120522c5d3345023ab6616981123d3eba12f92161f3e966827defc9103d818be1f5d476d
Description: small, powerful, scalable web/proxy server - common files
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This package contains base configuration files used by all versions of
 nginx.
Homepage: https://nginx.org
Multi-Arch: foreign

Package: nginx-core
Priority: optional
Section: httpd
Installed-Size: 93
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Replaces: nginx-full (<< 1.18.0-1)
Depends: libnginx-mod-http-geoip (>= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-geoip (<< 1.22.1-9+apertis0bv2024dev3b1.1~), libnginx-mod-http-image-filter (>= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-image-filter (<< 1.22.1-9+apertis0bv2024dev3b1.1~), libnginx-mod-http-xslt-filter (>= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-xslt-filter (<< 1.22.1-9+apertis0bv2024dev3b1.1~), libnginx-mod-mail (>= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-mail (<< 1.22.1-9+apertis0bv2024dev3b1.1~), libnginx-mod-stream (>= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-stream (<< 1.22.1-9+apertis0bv2024dev3b1.1~), libnginx-mod-stream-geoip (>= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-stream-geoip (<< 1.22.1-9+apertis0bv2024dev3b1.1~), nginx (>= 1.22.1-9+apertis0bv2024dev3b1), nginx (<< 1.22.1-9+apertis0bv2024dev3b1.1~)
Breaks: nginx-full (<< 1.18.0-1)
Filename: pool/target/n/nginx/nginx-core_1.22.1-9+apertis0bv2024dev3b1_all.deb
Size: 81780
MD5sum: 2bad6eef4b401214a5dcc829fd04bc73
SHA1: dde95a285919a59d1915b5f3e2c75f0559ec0b1b
SHA256: 739f160fa8d4b6c8ad3dce9212d74b38a00afc7868021146ba3189c20b7312f9
SHA512: 80792d56d9eaaafdb304db0ca6a9e1cc1d9bb6f53773060b45c3a4afc893bebea93f066338b3161284cee5216ac448968f664a17b56aef1a54dc6dd2e78fad0f
Description: nginx web/proxy server (standard version)
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This metapackage provides a version of nginx identical to that of nginx-full,
 but without any third-party modules, and only modules in the original
 nginx code base.
 .
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty
 GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy,
 Referer, Rewrite, SCGI, Split Clients, UWSGI.
 .
 OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip,
 Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP,
 Slice, SSI, SSL, SSL Preread, Stub Status, Substitution, Thread  Pool,
 Upstream, User ID, XSLT.
 .
 OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.
 .
 OPTIONAL STREAM MODULES: Stream Core, GeoIP
Homepage: https://nginx.org

Package: nginx-dbgsym
Priority: optional
Section: debug
Installed-Size: 1205
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Replaces: nginx-dbg (<< 1.10.1-3~)
Depends: nginx (= 1.22.1-9+apertis0bv2024dev3b1)
Breaks: nginx-dbg (<< 1.10.1-3~)
Filename: pool/target/n/nginx/nginx-dbgsym_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 1092768
MD5sum: 1f9a65fd7c84dac216e5316e2a154fd9
SHA1: caf8670c0d60fba9e116b63d74f7ec4efdff6083
SHA256: a6a4f5aec71bc041ea7b5d7b62ed887d8cbea67b080582798d9593b48a0d5f18
SHA512: 0a848b9fe05c3da1e21357e25ad64e430968e4572f1014ed4404052a9e6e7be586828b0a8c0a0af48e97ee96341a9fde914dd3738fbd3da1e43a457fbc484908
Description: debug symbols for nginx
Auto-Built-Package: debug-symbols
Build-Ids: 42d35c2e598b49382609d2343e77ff866d167e4e

Package: nginx-dev
Priority: optional
Section: httpd
Installed-Size: 795
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Provides: dh-sequence-nginx
Depends: debhelper-compat (= 13), libexpat-dev, libgd-dev, libgeoip-dev, libpcre2-dev, libperl-dev, libssl-dev, libxslt1-dev, po-debconf, zlib1g-dev, nginx (<< 1.22.1-9+apertis0bv2024dev3b1.1~), nginx (>= 1.22.1-9+apertis0bv2024dev3b1)
Filename: pool/target/n/nginx/nginx-dev_1.22.1-9+apertis0bv2024dev3b1_all.deb
Size: 178248
MD5sum: 1a311d7048d963787e418381bd4abc3b
SHA1: 7763a080c2e41e155129041d4b8fa4a6aeb545ec
SHA256: 5dc8e814f3cf5a12c649d9122a6412aa707bcfd80a4c64154c3a14985eb95c9d
SHA512: 606081fe55e50f79860ab7e75445aa521e887f01c029857e6a2dad3d67c0c11cbdb97913eb5c174b39cc965f59b8cfb09947c3202267f6527798a89713c36c39
Description: nginx web/proxy server - development headers
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This package provides development headers and necessary config scripts
 for the nginx web/proxy server, useful to develop and link third party
 additions to the Debian nginx web/proxy server packages.
Homepage: https://nginx.org
Multi-Arch: foreign

Package: nginx-doc
Priority: optional
Section: doc
Installed-Size: 127
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Filename: pool/target/n/nginx/nginx-doc_1.22.1-9+apertis0bv2024dev3b1_all.deb
Size: 89776
MD5sum: 7f4498c4d0fb48e94dcac3b3beee80e4
SHA1: 019fdb9b9f85f9c51511e10586c67771b579fc58
SHA256: a3fbf3fdfb956f1891f6f53b3bfd1f644ec627474118448886896d27b7d195cc
SHA512: 1bb4776b2e6b3728a0b7dd60058958bf57d2ffca58fa707ac679d5d9e9d1f39df35f5eeeb8fe0b603caa80eb9fe3e1443410c75c88eedda42dca9aede80731cd
Description: small, powerful, scalable web/proxy server - documentation
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This package provides extra documentation to help unleash the power of Nginx.
Homepage: https://nginx.org
Multi-Arch: foreign

Package: nginx-extras
Priority: optional
Section: httpd
Installed-Size: 93
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: nginx (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-geoip (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-image-filter (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-perl (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-xslt-filter (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-mail (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-stream (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-stream-geoip (= 1.22.1-9+apertis0bv2024dev3b1), libnginx-mod-http-auth-pam (>= 1:1.5.3-3~), libnginx-mod-http-cache-purge (>= 1:2.3-4~), libnginx-mod-http-dav-ext (>= 1:3.0.0-3~), libnginx-mod-http-echo (>= 1:0.63-4~), libnginx-mod-http-fancyindex (>= 1:0.5.2-3~), libnginx-mod-http-geoip2 (>= 1:3.4-3~), libnginx-mod-http-headers-more-filter (>= 1:0.34-3~), libnginx-mod-http-lua (>= 1:0.10.23-1~), libnginx-mod-http-subs-filter (>= 1:0.6.4-4~), libnginx-mod-http-uploadprogress (>= 1:0.9.2-3~), libnginx-mod-http-upstream-fair (>= 1:0.0~git20120408.a18b409-3~), libnginx-mod-nchan (>= 1:1.3.6+dfsg-2~), libnginx-mod-stream-geoip2 (>= 1:3.4-3~)
Filename: pool/target/n/nginx/nginx-extras_1.22.1-9+apertis0bv2024dev3b1_arm64.deb
Size: 82008
MD5sum: 0daa1b6f3d1c2fd6b53cc92f447a358a
SHA1: f65b5731343fe2d1bb672f3ca6decac8ee1af584
SHA256: 622034cf6945799dd210e68e527510148d4e6b1db657ea634a049acca5c722a5
SHA512: bb074f0cfa61c19a663a392cc8dd651ce8462b0cad1d0e897c1bce7d335e60e4624939b19e688744d479503ff09f4b07246229a87908e4773ffa7a6bb8215e8f
Description: nginx web/proxy server (extended version)
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This metapackage provides a version of nginx with the standard modules, plus
 extra features and modules such as the Perl module, which allows the
 addition of Perl in configuration files.
 .
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty
 GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy,
 Referer, Rewrite, SCGI, Split Clients, UWSGI.
 .
 OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, FLV, GeoIP,
 Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log,
 MP4, Embedded Perl, Random Index, Real IP, Slice, Secure Link, SSI, SSL,
 SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT.
 .
 OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.
 .
 OPTIONAL STREAM MODULES: Stream, GeoIP, GeoIP2
 .
 THIRD PARTY MODULES: Auth PAM, Cache Purge, DAV Ext, Echo, Fancy Index,
 GeoIP2, Headers More, Embedded Lua, HTTP Substitutions, Nchan, Upload Progress,
 Upstream Fair Queue.
Homepage: https://nginx.org

Package: nginx-full
Priority: optional
Section: httpd
Installed-Size: 93
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-http-auth-pam (>= 1:1.5.3-3~), libnginx-mod-http-dav-ext (>= 1:3.0.0-3~), libnginx-mod-http-echo (>= 1:0.63-4~), libnginx-mod-http-geoip2 (>= 1:3.4-3~), libnginx-mod-http-subs-filter (>= 1:0.6.4-4~), libnginx-mod-http-upstream-fair (>= 1:0.0~git20120408.a18b409-3~), libnginx-mod-stream-geoip2 (>= 1:3.4-3~), nginx (>= 1.22.1-9+apertis0bv2024dev3b1), nginx (<< 1.22.1-9+apertis0bv2024dev3b1.1~)
Filename: pool/target/n/nginx/nginx-full_1.22.1-9+apertis0bv2024dev3b1_all.deb
Size: 81836
MD5sum: 0af69c2e6b6a0c86c2a28ee040b1e4e2
SHA1: a3dcd9d1ffb4e149eec5397fdd4ea6b87dec71a8
SHA256: a03117fbbc06d5e02a2c8de34aab436c47a6d8255073c9130510e3e1057d1b5d
SHA512: 0b0eaa649f7d5144d2d44b0637a95ba5c98dcc27da2e4ed1070e9f015199450f44d95842549cdf5b4c71f0b8b7cbb00ffcfdf9296ea58c750af665300f250129
Description: nginx web/proxy server (standard version with 3rd parties)
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This metapackage provides a version of nginx with the complete set of
 standard modules included (but omitting some of those included in
 nginx-extras).
 .
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty
 GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy,
 Referer, Rewrite, SCGI, Split Clients, UWSGI.
 .
 OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip,
 Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP,
 Slice, SSI, SSL, Stream, SSL Preread, Stub Status, Substitution, Thread  Pool,
 Upstream, User ID, XSLT.
 .
 OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.
 .
 OPTIONAL STREAM MODULES: Stream Core, GeoIP, GeoIP2
 .
 THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, GeoIP2, HTTP Substitutions
 Upstream Fair Queue.
Homepage: https://nginx.org

Package: nginx-light
Priority: optional
Section: httpd
Installed-Size: 93
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Architecture: all
Source: nginx
Version: 1.22.1-9+apertis0bv2024dev3b1
Depends: libnginx-mod-http-echo (>= 1:0.63-4~), nginx (>= 1.22.1-9+apertis0bv2024dev3b1), nginx (<< 1.22.1-9+apertis0bv2024dev3b1.1~)
Filename: pool/target/n/nginx/nginx-light_1.22.1-9+apertis0bv2024dev3b1_all.deb
Size: 81544
MD5sum: 7f48044802b1aed26e9236e85ba2f905
SHA1: dcb341b7cc4b072fdb9e09cf9e3259334d3d3c08
SHA256: 8ecec3d4d34fd8b9cbbea86b72abed5e3724b489e1c5ab319969ddc053813d42
SHA512: 45e5e1aa85b915a951e3f51966d82069b9abe20026f1b6bc20f71bbc9431ddc80cd7425606461ca5575e90bd1d2cc568c7a3990b4fbd322e86958c5c485643f2
Description: nginx web/proxy server (basic version)
 Nginx ("engine X") is a high-performance web and reverse proxy server
 created by Igor Sysoev. It can be used both as a standalone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.
 .
 This metapackage provides a very light version of nginx with only the
 minimal set of features and modules.
 .
 STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Empty GIF,
 FastCGI, Map, Proxy, Rewrite, SCGI, uWSGI.
 .
 OPTIONAL HTTP MODULES: Auth Request, Charset, Gzip, Gzip Precompression,
 Headers, HTTP/2, Index, Log, Real IP, Slice, SSI, SSL, Stub Status, Thread
 Pool, WebDAV, Upstream.
 .
 THIRD PARTY MODULES: Echo.
Homepage: https://nginx.org

Package: nlohmann-json3-dev
Priority: optional
Section: libdevel
Installed-Size: 1515
Maintainer: Hubert Chathi <uhoreg@debian.org>
Architecture: all
Source: nlohmann-json3
Version: 3.11.2-2+apertis0bv2024dev2b1
Conflicts: nlohmann-json-dev
Filename: pool/target/n/nlohmann-json3/nlohmann-json3-dev_3.11.2-2+apertis0bv2024dev2b1_all.deb
Size: 258528
MD5sum: 20a673ce2b24c69bcedae10c414767e7
SHA1: 5e16e4654444ad66e4e173cda55597b995451aed
SHA256: f615fc5f4112c06de6cc41fc3c3bc9157c4a06d2e859997304d390b92adcafd9
SHA512: a601c7cb350a3f429679668f8405a337dc6704c76b02a171a284ff19d414e605d43cdc4d2a50048a2b941b125fb130927c802c2b75a9973db44f0602f4892b83
Description: JSON for Modern C++
 JSON library with intuitive syntax, trivial integration and serious
 testing. Other aspects, as memory efficiency and speed were not so
 important. The library consists of a single source file json.hpp.
Homepage: https://nlohmann.github.io/json/
Multi-Arch: foreign

Package: notification-daemon
Priority: optional
Section: x11
Installed-Size: 424
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 3.20.0-4+apertis1bv2024dev2b1
Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.34), libcairo2 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.19.12), libpango-1.0-0 (>= 1.14.0), libx11-6
Filename: pool/target/n/notification-daemon/notification-daemon_3.20.0-4+apertis1bv2024dev2b1_arm64.deb
Size: 54072
MD5sum: 3f68aac0762f7ae907b66552fe55de23
SHA1: 1a889afc6c856e7d641e9226a87fc8e1e51d62da
SHA256: 8ce13726522ac8849ba5ca6b5420e9f4fecb3359a5c2a0e702302c0a30e25533
SHA512: cd748ab6d404ec874b3e34cc4a43b40aca400ae8fe9ccade90578f5b0ed7ba3b016fa8be9c3b2a8cf548d0c63947420ba65285fbebda5e2d427d53e8b03e6d4d
Description: daemon for displaying passive pop-up notifications
 notification-daemon displays passive pop-up notifications, as per
 the Desktop Notifications Specification.
 .
 The Desktop Notifications Specification provides a standard way of
 doing passive pop-up notifications on the Linux desktop. These are
 designed to notify the user of something without interrupting their
 work with a dialog box that they must close.  Passive popups can
 automatically disappear after a short period of time.
Homepage: https://wiki.gnome.org/Projects/NotificationDaemon

Package: notification-daemon-dbgsym
Priority: optional
Section: debug
Installed-Size: 169
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: notification-daemon
Version: 3.20.0-4+apertis1bv2024dev2b1
Depends: notification-daemon (= 3.20.0-4+apertis1bv2024dev2b1)
Filename: pool/target/n/notification-daemon/notification-daemon-dbgsym_3.20.0-4+apertis1bv2024dev2b1_arm64.deb
Size: 132672
MD5sum: b5d2579657113c655da0583087732279
SHA1: b7282858a1a9ca5a0569d85ea30179bf3640969f
SHA256: a2c4a7135193a901f6d17aea936829da0ab40ad99bf629e400d3f6830333f914
SHA512: f8d3557b5c65cc120b345f8b79231cade65f9b523f8f6c3b3ca176edad6a0af7eb26bf17a25bebd051925e6b813757e1594f1ef95d8e0d83fb39e3f5dac81408
Description: debug symbols for notification-daemon
Auto-Built-Package: debug-symbols
Build-Ids: 7dbff484cadd72a474ae5f681d88c6ae7cbfe3c8

Package: nscd
Priority: optional
Section: admin
Installed-Size: 322
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Depends: lsb-base (>= 3.0-6), libaudit1 (>= 1:2.2.1), libc6 (>> 2.36), libc6 (<< 2.37), libcap2 (>= 1:2.10), libselinux1 (>= 3.1~)
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/g/glibc/nscd_2.36-9+apertis3bv2024dev3b1_arm64.deb
Size: 127448
MD5sum: fadfa327c81b467a41a3ee66e35ca875
SHA1: 8e918e80b5b818dc257cc708d53f0df77632bf17
SHA256: 79966c8aec66970682ace1f1ec137430c3e76c3fdeb09840a28c764d71a16e86
SHA512: 213414eb41008b4cb3e2a87b843539baa334e42fbf7ee7e41da7b3b112cc1db80e93eabfb631b36c5cfaac0d3466f4677ebcd33228b5e167abcaa5d254ad5b90
Description: GNU C Library: Name Service Cache Daemon
 A daemon which handles passwd, group and host lookups
 for running programs and caches the results for the next
 query. You should install this package only if you use
 slow services like LDAP, NIS or NIS+.
Homepage: https://www.gnu.org/software/libc/libc.html
Multi-Arch: foreign

Package: nscd-dbgsym
Priority: optional
Section: debug
Installed-Size: 297
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: arm64
Source: glibc
Version: 2.36-9+apertis3bv2024dev3b1
Depends: nscd (= 2.36-9+apertis3bv2024dev3b1)
Filename: pool/target/g/glibc/nscd-dbgsym_2.36-9+apertis3bv2024dev3b1_arm64.deb
Size: 267144
MD5sum: 3e1bb1e52b606ccf16a6649a4f4ae2a9
SHA1: 6f5c57fe5c1e6c81bf35c079c542a3cc305a088f
SHA256: d18afc17e507e83ce5d3bb568e8df8b31e3e1b02f159c831647b9f696aa0040e
SHA512: 402f536bb48bc5708c63bb2bec38249d83100acd65eb7a666715a894ce0cc1a4eed8e3483b3e3e1f7ea8f1ffd57581e5f7fad711e1fc627b2e6a6555c450e284
Description: debug symbols for nscd
Auto-Built-Package: debug-symbols
Build-Ids: c318463fdb03f17206adda577834f0515606aa05

Package: nss-plugin-pem
Priority: optional
Section: libs
Installed-Size: 216
Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: nss-pem
Version: 1.0.8+1-1+apertis1bv2024dev2b1
Replaces: libnsspem
Provides: libnsspem
Depends: libc6 (>= 2.17), libnspr4 (>= 2:4.12), libnss3 (>= 2:3.15)
Filename: pool/target/n/nss-pem/nss-plugin-pem_1.0.8+1-1+apertis1bv2024dev2b1_arm64.deb
Size: 50832
MD5sum: 6f582747ebbb3c2769e2ec24698bcfbb
SHA1: 7b9a2ad8b733ccba038035f6400bbb2c01cbef0c
SHA256: e3bea1db1ebe075a1af234b50976f78f800b8b735ea3f0dc5ba6642aa27343a6
SHA512: 8f39ed137e1eb1c364e3e684daf8afdc81c2d0083f45046990535695097cd29ccf49588af8bf40e08dfd496d8950fa9661dcd669a0ccabea6cc9d3df61d7eb8a
Description: PEM file reader for Network Security Services (NSS)
 This package provides a PEM file reader for Network Security Services (NSS),
 implemented as a PKCS#11 module.
Homepage: https://github.com/kdudka/nss-pem
Multi-Arch: same

Package: nss-plugin-pem-dbgsym
Priority: optional
Section: debug
Installed-Size: 323
Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@lists.alioth.debian.org>
Architecture: arm64
Source: nss-pem
Version: 1.0.8+1-1+apertis1bv2024dev2b1
Depends: nss-plugin-pem (= 1.0.8+1-1+apertis1bv2024dev2b1)
Filename: pool/target/n/nss-pem/nss-plugin-pem-dbgsym_1.0.8+1-1+apertis1bv2024dev2b1_arm64.deb
Size: 263796
MD5sum: d999b5cb006e7f282b6626cb68f11da1
SHA1: 309fc1841abdf0101df8c2ac07023abbf50238d6
SHA256: a4898a2e3bdca2dc6f0c6b8e7dfea03b4a085bf4cedf5b9d95e24ebbbcdb2691
SHA512: 6133f4eacdb172baff0e451f9d7760ed30eb2b7b4ea7a116c3f8f10a3976d6ab2e4642430ad268b67e45c79d47e02a6d581401c07c665473cee31b5674f01934
Description: debug symbols for nss-plugin-pem
Auto-Built-Package: debug-symbols
Build-Ids: 8ac2bb72278c3317c7aa2fcc3133f2edb889b711
Multi-Arch: same

Package: ntfs-3g
Priority: optional
Section: otherosfs
Installed-Size: 2106
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Version: 1:2022.10.3-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.2), libntfs-3g89 (= 1:2022.10.3-1+apertis0bv2024dev2b1)
Pre-Depends: fuse3
Filename: pool/target/n/ntfs-3g/ntfs-3g_2022.10.3-1+apertis0bv2024dev2b1_arm64.deb
Size: 375208
MD5sum: b06cfb52296f15e5b17bde9db5824d04
SHA1: a8a12e00de748ee153bc3f41a38af9952c9984dd
SHA256: f260ea34472dcb0afc0cb12baa9ace87cbbd92ea88c5a98a4f51cfe000811881
SHA512: 7b70979bc45f2af531e0bce846e06f2cec1515d98b5bc21c25b519c3a64daffce7ffb6615e140a43150e461ba32d8edcea0ab08fbeb393b66dde08075a48d52a
Description: read/write NTFS driver for FUSE
 NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
 filesystem used by Microsoft Windows.
Homepage: https://github.com/tuxera/ntfs-3g/wiki

Package: ntfs-3g-dbgsym
Priority: optional
Section: debug
Installed-Size: 1587
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: ntfs-3g
Version: 1:2022.10.3-1+apertis0bv2024dev2b1
Depends: ntfs-3g (= 1:2022.10.3-1+apertis0bv2024dev2b1)
Filename: pool/target/n/ntfs-3g/ntfs-3g-dbgsym_2022.10.3-1+apertis0bv2024dev2b1_arm64.deb
Size: 1310656
MD5sum: ef900167b5d0f591e25bc6b55a71337a
SHA1: a493d7f87a1e044118cd9b1c784a3e81c31898da
SHA256: af9e14fd45e6181cbd2fd11c8633024b15e8b60d4cbb711e093d19667084d742
SHA512: 53bec078952f49c270a5cd5c70462aba7d1f1f034cf2776d9b5594e4a4d25d71b59a815fa103e7ef39ccea48c9de57faf00dcbb631908d792e1c6454c97ecf8d
Description: debug symbols for ntfs-3g
Auto-Built-Package: debug-symbols
Build-Ids: 045efbc3ed0067e38b8ac8dee7a9c824a2182d20 06178bec03ca6928a8f7103b4bd4a0e35ff5e68e 08cad7b82668e881659aa5c7c4ebc6c8de1a057b 2eaf7b061857ae359fba49ccd6b590e1818f7f41 36dcaaf33a7a01538d32d6a0b8b08a8c22380993 3d45b9f2ecb22399dc6c69df8590c4686b30929e 4139e1c0962cd9bc0b8f467fb695e6263a0be0e5 46fa784248095eb14a9ec3fadfe0d195917530f4 53e0d3cd0d51bfd0c21f992475d080f01d587d99 5945699ee0481303a1b2674ad4ac47dc442f70b5 5e1a1c0241b4db30c689b931f68928bff581e6b0 79bf4d178ee16445d1090c14cc4d9cb994188c0e 8886ecf96063b21766f5439326d243d4e2a1f1a0 8ae63d8a3e4531d5d012ac63c86ad9020412a76c 92086d0fbf5661ccfd911a33d5bbf75a4d513dd1 984a7bd9485014686a9dcb9918dca72d25476dc5 bc109fc76f66e89499d66d03a88d80cb518915bf c2d5a8fb0627d3094d520f0d5490cfd5b826fa12 cc472e018c8da128bfd58713d155e2dd0bd61f49 e448a6c965c96f2f3e55c4e0b5de562a3b8df45b ee91f3b10813a12dc7f2f350232f73e6bf8a0221 f1595b795603d5822790db324195a40e99778f1c f7b9a076703352305cd531e747fd85a70a0a3814

Package: ntfs-3g-dev
Priority: optional
Section: libdevel
Installed-Size: 1140
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: ntfs-3g
Version: 1:2022.10.3-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libntfs-3g89 (= 1:2022.10.3-1+apertis0bv2024dev2b1), ntfs-3g (= 1:2022.10.3-1+apertis0bv2024dev2b1)
Filename: pool/target/n/ntfs-3g/ntfs-3g-dev_2022.10.3-1+apertis0bv2024dev2b1_arm64.deb
Size: 237460
MD5sum: 632eb7fff3ff475badafac7721b7e4e3
SHA1: ff508407da6d997ae614957e51eca853fd69635f
SHA256: fb864699b2fd36178440a7f22067663fee479ee1a39ac652a4194037632368ca
SHA512: a9f702301ae97a4ea8366d4dc201b1af89da711fdc554adb15a50cc04c92f91c10812e505ecdc2f8bfc6f22a9eff6af152f6b4ab557614ad00d966beacc9d438
Description: read/write NTFS driver for FUSE (development)
 NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
 filesystem used by Microsoft Windows.
 .
 This package contains the development files.
Homepage: https://github.com/tuxera/ntfs-3g/wiki

Package: ntfs-3g-dev-dbgsym
Priority: optional
Section: debug
Installed-Size: 113
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: ntfs-3g
Version: 1:2022.10.3-1+apertis0bv2024dev2b1
Depends: ntfs-3g-dev (= 1:2022.10.3-1+apertis0bv2024dev2b1)
Filename: pool/target/n/ntfs-3g/ntfs-3g-dev-dbgsym_2022.10.3-1+apertis0bv2024dev2b1_arm64.deb
Size: 74548
MD5sum: 1967c0456ad4962d8c17d749022e7686
SHA1: e1fe00793473b1d1a4c053498112282dfa6f67e4
SHA256: 4601da7e01f3596abf24f11445e874f61201e9667b14fdd91ec0feef6b123364
SHA512: 3e15f40e9a519013ba7ad669fc8db5ee1bf71e0cb1144530c3f47b977ef635d968532e943aba5346f001d8b8ad0c09557f49e9dc875a6f58c8ba82a2ef113813
Description: debug symbols for ntfs-3g-dev
Auto-Built-Package: debug-symbols
Build-Ids: 11249e355c910a3cac90cc8f8abaabe4cbee3f21 f314b08ac1995387dff389d8414c55222e996c9d fe6f48c2074acf8c999f09cc47a2fa156d834ae3

Package: ofono
Priority: optional
Section: admin
Installed-Size: 2429
Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 1.31-3+apertis9bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.32), libudev1 (>= 183), dbus, lsb-base
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: udev
Filename: pool/target/o/ofono/ofono_1.31-3+apertis9bv2024dev3b1_arm64.deb
Size: 660872
MD5sum: ad02ac21b9142997316a89fa27bdd85e
SHA1: e89df329a106b4631b5fbcbde4cfb926046b874c
SHA256: 11b1148c1960c5015a92e110ab7cdc2e7442686c93cb5ae4f02a52876cf7b526
SHA512: 0d4a8687d18503bc2d4a2f88941266390a257105beb5459a63a47afa4b8e7194b412c676ef159b4e0f49f1df16f48a5b04e96be260203b55d1a5fcd53e1e9b98
Description: Mobile telephony stack (daemon)
 oFono is a stack for mobile telephony devices on Linux.  oFono supports
 speaking to telephony devices through specific drivers, or with generic
 AT commands.
 .
 oFono also includes a low-level plug-in API for integrating with other
 telephony stacks, cellular modems and storage back-ends. The plug-in API
 functionality is modeled on public standards, in particular
 3GPP TS 27.007 "AT command set for User Equipment (UE)."
 .
 This package includes the core daemon.
Homepage: http://www.ofono.org/

Package: ofono-dbgsym
Priority: optional
Section: debug
Installed-Size: 3028
Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: ofono
Version: 1.31-3+apertis9bv2024dev3b1
Replaces: ofono-dbg (<< 1.18-1~)
Depends: ofono (= 1.31-3+apertis9bv2024dev3b1)
Breaks: ofono-dbg (<< 1.18-1~)
Filename: pool/target/o/ofono/ofono-dbgsym_1.31-3+apertis9bv2024dev3b1_arm64.deb
Size: 2659204
MD5sum: 9029df906d6bec34f72abcc1e3e0b58d
SHA1: 7e3a443cbf0155933acd23423eefc4ac2a0c9e78
SHA256: eeed1c4692bcece6988c404912e604bdf0b02194aaf7e30272437edec12a5fd7
SHA512: 00f38d756a9b11f1325b84fb04d7c1badd26a649aa1f968a2bd4392ae889dd5ff9b2342608a179c30e876f6fb5ec7d906e8e43daed82d5ab6b354b18103adf55
Description: debug symbols for ofono
Auto-Built-Package: debug-symbols
Build-Ids: 0da96932c720a2ea4f8dc9b298324a727fa5be0b e54a4046946f7a9156836d3a9491dfc142d509ae

Package: ofono-dev
Priority: optional
Section: admin
Installed-Size: 203
Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
Architecture: all
Source: ofono
Version: 1.31-3+apertis9bv2024dev3b1
Depends: libdbus-1-dev, libglib2.0-dev
Filename: pool/target/o/ofono/ofono-dev_1.31-3+apertis9bv2024dev3b1_all.deb
Size: 44144
MD5sum: 620ef0e86417a630621628c3cf5a4bdd
SHA1: 37d96d9f3f2338bdf40a88646d1855265205a637
SHA256: 89ad9762e3cd1950d94fdb25aa5822c5c510c0d181ccf9882bce212c1e23a26d
SHA512: b32f9ff219d0af239fd1883af4fd5f93e138cdce64156ad5f5e4dfe1a5576db8d002993fdae57530adc5b01031704ec9dcb1eebf4f2460b35e4b0ba4251f47ed
Description: Mobile telephony stack (development files)
 oFono is a stack for mobile telephony devices on Linux.  oFono supports
 speaking to telephony devices through specific drivers, or with generic
 AT commands.
 .
 oFono also includes a low-level plug-in API for integrating with other
 telephony stacks, cellular modems and storage back-ends. The plug-in API
 functionality is modeled on public standards, in particular
 3GPP TS 27.007 "AT command set for User Equipment (UE)."
 .
 This package includes the header files for building oFono plugins.
Homepage: http://www.ofono.org/
Multi-Arch: foreign

Package: ofono-scripts
Priority: optional
Section: admin
Installed-Size: 202
Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
Architecture: all
Source: ofono
Version: 1.31-3+apertis9bv2024dev3b1
Depends: ofono (>= 1.31-3+apertis9bv2024dev3b1), python3, python3-dbus, python3-gi
Filename: pool/target/o/ofono/ofono-scripts_1.31-3+apertis9bv2024dev3b1_all.deb
Size: 37092
MD5sum: 36df0b3ddd61b35698add4ef205c7d96
SHA1: 2415ee2ff16be8814d126e6f58c19585708c3285
SHA256: c0008b6a021b6248b10cffe163660783cb72dc1562fcb625021cd12951689d0e
SHA512: c71aca579f1f3dd12d47742e867589ed87dd7707cc32e6f83b245f8ed940aefa18a91329704c8c1de6a9b1a778a715fb0677ad8860fef4d13c9886f0229169e6
Description: Mobile telephony stack (test and maintenance script files)
 oFono is a stack for mobile telephony devices on Linux.  oFono supports
 speaking to telephony devices through specific drivers, or with generic
 AT commands.
 .
 oFono also includes a low-level plug-in API for integrating with other
 telephony stacks, cellular modems and storage back-ends. The plug-in API
 functionality is modeled on public standards, in particular
 3GPP TS 27.007 "AT command set for User Equipment (UE)."
 .
 This package includes test and maintenance scripts.
Homepage: http://www.ofono.org/

Package: onnxruntime-tools
Priority: optional
Section: science
Installed-Size: 9447
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: onnxruntime
Version: 1.12.1+dfsg-0+apertis2bv2024dev2b1
Depends: libc6 (>= 2.34), libcpuinfo0 (>= 0.0~git20200422.a1e0b95), libgcc-s1 (>= 4.0), libnsync-cpp1 (>= 1.20.1), libonnx1 (>= 1.12.0), libprotobuf-lite32 (>= 3.21.12), libprotobuf32 (>= 3.21.12), libre2-9 (>= 20160901), libstdc++6 (>= 12), libxnnpack0 (>= 0.0~git20220216.ae108ef)
Filename: pool/target/o/onnxruntime/onnxruntime-tools_1.12.1+dfsg-0+apertis2bv2024dev2b1_arm64.deb
Size: 2385284
MD5sum: d999180f0f75a3543126683936a107ad
SHA1: d1bcfa6f5ebbc8c576bd355e2ae30413015c79ed
SHA256: b434e1a37107eda3b83d7694e8f8547718c2baa3870f5b4eb95bd65424f1c920
SHA512: 20a1ccd8847cb5b390dd9f554d994fe6414f2bbc24e45c398eb94ca1bc2181428e67baff0cfd648e81b6f9994efe3d1b4472d66ff25f632ca03ceea6a79e5571
Description: cross-platform inference and training ML accelerator (tools)
 ONNX Runtime is a performance-focused complete scoring engine for Open Neural
 Network Exchange (ONNX) models, with an open extensible architecture to
 continually address the latest developments in AI and Deep Learning. ONNX
 Runtime stays up to date with the ONNX standard with complete implementation of
 all ONNX operators, and supports all ONNX releases (1.2+) with both future and
 backwards compatibility. Please refer to this page for ONNX opset compatibility
 details.
 .
 This package provides the onnxruntime tools.
Homepage: https://github.com/microsoft/onnxruntime

Package: onnxruntime-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 139718
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: onnxruntime
Version: 1.12.1+dfsg-0+apertis2bv2024dev2b1
Depends: onnxruntime-tools (= 1.12.1+dfsg-0+apertis2bv2024dev2b1)
Filename: pool/target/o/onnxruntime/onnxruntime-tools-dbgsym_1.12.1+dfsg-0+apertis2bv2024dev2b1_arm64.deb
Size: 139406228
MD5sum: 35dab380a4096884adce14f25f2ad7f8
SHA1: cfeae2a44908415bd1b399860290f36397093d7a
SHA256: aea8c1168f60f218c20c2b9e11f5e073ca178beeb646d76940696b7128e4289c
SHA512: 972d6c77cfdb94905a3393993eb6ff510d897bd1de814d8c53fb3b00ec3fa31a9fa1cc91f9cb4e50778d7bd2df37ced7914bf787929f36e9f27a0ba7aba7b3ed
Description: debug symbols for onnxruntime-tools
Auto-Built-Package: debug-symbols
Build-Ids: 77ee7ca7dbe61177a7a612c27ae9d4a741b07b59

Package: openjpeg-doc
Priority: optional
Section: doc
Installed-Size: 81
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: all
Source: openjpeg2
Version: 2.5.0-2+apertis1bv2024dev3b2
Depends: doc-base
Filename: pool/target/o/openjpeg2/openjpeg-doc_2.5.0-2+apertis1bv2024dev3b2_all.deb
Size: 37152
MD5sum: b8f50def8ca53162b9de517755f31178
SHA1: 6d4fe07e8eeb1ad74095e6635473f5878e2c604a
SHA256: 2928a080d439cf597004dfc1d811f18e2d82f4a951026e30ea27c1ebb1f1de62
SHA512: 46805f6b67e54c94363f62a333d1d6755a9bec0f131e7292bedcbd29c516ec4881c6a187528678f5928143e0641b5e966d20570adb744f79f9415d5cec568cf1
Description: JPEG 2000 image compression/decompression library
 OpenJPEG is a library for handling the JPEG 2000 image compression format.
 JPEG 2000 is a wavelet-based image compression standard and permits progressive
 transmission by pixel and resolution accuracy for progressive downloads of an
 encoded image. It supports lossless and lossy compression, supports higher
 compression than JPEG 1991, and has resilience to errors in the image.
 .
 This package installs the documentation files.
Homepage: https://www.openjpeg.org

Package: openssh-client
Priority: standard
Section: net
Installed-Size: 6293
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: arm64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Replaces: openssh-sk-helper, ssh, ssh-krb5
Provides: ssh-client
Depends: adduser, passwd, libc6 (>= 2.36), libedit2 (>= 2.11-20080614-0), libgssapi-krb5-2 (>= 1.17), libselinux1 (>= 3.1~), libssl3 (>= 3.0.9), zlib1g (>= 1:1.1.4)
Recommends: xauth
Suggests: keychain, libpam-ssh, monkeysphere, ssh-askpass
Conflicts: sftp
Breaks: openssh-sk-helper
Filename: pool/target/o/openssh/openssh-client_9.2p1-2+apertis1bv2024dev3b1_arm64.deb
Size: 934040
MD5sum: b35b47b6f4e41e1bcf36d8bb68ac63ad
SHA1: 769908bf728db621eac9d9b261962f46fe89d81a
SHA256: a651a906df80e2add4e2b8b4eff7d81e7ec1419625c66a3647dc6633db4367dd
SHA512: fecb60e822babbabf3cb95cb655500a5cbccd918d0ca4689f520a5a0a23e9890f93e0cc1be1813bdd41113c4ace9174900d896c3f90795dbeec57348bb43508f
Description: secure shell (SSH) client, for secure access to remote machines
 This is the portable version of OpenSSH, a free implementation of
 the Secure Shell protocol as specified by the IETF secsh working
 group.
 .
 Ssh (Secure Shell) is a program for logging into a remote machine
 and for executing commands on a remote machine.
 It provides secure encrypted communications between two untrusted
 hosts over an insecure network. X11 connections and arbitrary TCP/IP
 ports can also be forwarded over the secure channel.
 It can be used to provide applications with a secure communication
 channel.
 .
 This package provides the ssh, scp and sftp clients, the ssh-agent
 and ssh-add programs to make public key authentication more convenient,
 and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities.
 .
 In some countries it may be illegal to use any encryption at all
 without a special permit.
 .
 ssh replaces the insecure rsh, rcp and rlogin programs, which are
 obsolete for most purposes.
Homepage: https://www.openssh.com/
Multi-Arch: foreign

Package: openssh-client-dbgsym
Priority: optional
Section: debug
Installed-Size: 4203
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: arm64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: openssh-client (= 1:9.2p1-2+apertis1bv2024dev3b1)
Filename: pool/target/o/openssh/openssh-client-dbgsym_9.2p1-2+apertis1bv2024dev3b1_arm64.deb
Size: 3741276
MD5sum: bb4401962ba8d12fc2056609e4b21200
SHA1: 86d0a331950e49b664e0fe7a6ee3bef87cece1c3
SHA256: 75b62ed539cac10d92431859c137b3da7d43f310a9221ca6987a3e60be70e945
SHA512: 3a5b8e60fdec019911ee0774d7feb97a8c9eaa2bbfcf6a10aea1ee6e5c0285187466346afdd5c362b9feda310fbaa3f10c871490eb8778dddbfe7e32e8ba8a49
Description: debug symbols for openssh-client
Auto-Built-Package: debug-symbols
Build-Ids: 13a9eeef863b8396de4b5cde8f3dd63c2f4630eb 4e36ce4ef61086871759d37fb17bf8a6299effd4 504ad68526dedc3baaeba6c3201100a197b78916 6bae73ed3c2faa954b447d2066b6f88fe9582846 96b7361f78017e21a51a0f2dac25d230b2ea20f0 aa344cbfa8fcbf638fba3632db0a054e6e3e1606 bb07233e1611688da84fba1aafbd16b12e9118bb d1ab8c63093b5ddb006e7e9a4a8e5558a396f247 ee97ea87e3b4753864cd039a3a77fb94305e3945 ef0b676e4b5aa7024d50ab92450b77f9121a6fa0

Package: openssh-server
Priority: optional
Section: net
Installed-Size: 1969
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: arm64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Replaces: openssh-client (<< 1:7.9p1-8), ssh, ssh-krb5
Provides: ssh-server
Depends: adduser, libpam-modules, libpam-runtime, lsb-base, openssh-client (= 1:9.2p1-2+apertis1bv2024dev3b1), openssh-sftp-server, procps, ucf, debconf (>= 0.5) | debconf-2.0, libaudit1 (>= 1:2.2.1), libc6 (>= 2.36), libcom-err2 (>= 1.43.9), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.9), libsystemd0, zlib1g (>= 1:1.1.4)
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: default-logind | logind | libpam-systemd, ncurses-term, xauth
Suggests: molly-guard, monkeysphere, ssh-askpass, ufw
Conflicts: sftp, ssh-socks, ssh2
Filename: pool/target/o/openssh/openssh-server_9.2p1-2+apertis1bv2024dev3b1_arm64.deb
Size: 411296
MD5sum: 3cece00181118878d0f6f3dffa26acf7
SHA1: 2ffed407cc8fbe789f3cb8cee7f5ce87e5009f21
SHA256: 1bf34dd0da300d17fceaa3de1dcbc67c02d667c787b81f4528440c6e20ad4153
SHA512: 2cad286b66c98b286ae14f593965844d665022f56a54788ca6fe516d94b89c7063dae89b60f862bc6e01ad655f2c6fd4c91979f96ce5ae773b725047f1f491e4
Description: secure shell (SSH) server, for secure access from remote machines
 This is the portable version of OpenSSH, a free implementation of
 the Secure Shell protocol as specified by the IETF secsh working
 group.
 .
 Ssh (Secure Shell) is a program for logging into a remote machine
 and for executing commands on a remote machine.
 It provides secure encrypted communications between two untrusted
 hosts over an insecure network. X11 connections and arbitrary TCP/IP
 ports can also be forwarded over the secure channel.
 It can be used to provide applications with a secure communication
 channel.
 .
 This package provides the sshd server.
 .
 In some countries it may be illegal to use any encryption at all
 without a special permit.
 .
 sshd replaces the insecure rshd program, which is obsolete for most
 purposes.
Homepage: https://www.openssh.com/
Multi-Arch: foreign

Package: openssh-server-dbgsym
Priority: optional
Section: debug
Installed-Size: 1027
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: arm64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: openssh-server (= 1:9.2p1-2+apertis1bv2024dev3b1)
Filename: pool/target/o/openssh/openssh-server-dbgsym_9.2p1-2+apertis1bv2024dev3b1_arm64.deb
Size: 937388
MD5sum: 26969f6304301155b1c90dab8da638c8
SHA1: aef1c3247ee1a6adedd8634906abaf079c29a4c9
SHA256: 5918a501c378f94f8970391fe7856c0926c50ec4769182272cbe109fd7bb8d3e
SHA512: 9cc98d9f11fb0d04034554c45a3b2600bfef85b3bf3b73bbc57188dee9dff2f82763b219de6fdfcbf1044a56550a150196a326057e6071d2d44d3cad7f3bc097
Description: debug symbols for openssh-server
Auto-Built-Package: debug-symbols
Build-Ids: aa5f00a598a44c73bf37c23dafacd4a5eeb15a43

Package: openssh-sftp-server
Priority: optional
Section: net
Installed-Size: 277
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: arm64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Replaces: openssh-server (<< 1:6.5p1-5)
Depends: openssh-client (= 1:9.2p1-2+apertis1bv2024dev3b1), libc6 (>= 2.34)
Recommends: openssh-server | ssh-server
Breaks: openssh-server (<< 1:6.5p1-5)
Filename: pool/target/o/openssh/openssh-sftp-server_9.2p1-2+apertis1bv2024dev3b1_arm64.deb
Size: 60816
MD5sum: 8ae59571de3bcbeb8313704c41335374
SHA1: 6195bbea30664558c46728fc4b5c06677a3eba9e
SHA256: d67a346573f524bb637a73d8ddc97f1a14b1424cad94523bc58e034e9fddc7c9
SHA512: d8e3a0ee04635aa30e5cbbf7ea894bab2b90ca537ef20db5b8336fe4ac72b8fbd7af8969f64222e3803c32051a2b987cce63343ec611b89ba4a3f483b94c62b4
Description: secure shell (SSH) sftp server module, for SFTP access from remote machines
 This is the portable version of OpenSSH, a free implementation of
 the Secure Shell protocol as specified by the IETF secsh working
 group.
 .
 Ssh (Secure Shell) is a program for logging into a remote machine
 and for executing commands on a remote machine.
 It provides secure encrypted communications between two untrusted
 hosts over an insecure network. X11 connections and arbitrary TCP/IP
 ports can also be forwarded over the secure channel.
 It can be used to provide applications with a secure communication
 channel.
 .
 This package provides the SFTP server module for the SSH server. It
 is needed if you want to access your SSH server with SFTP. The SFTP
 server module also works with other SSH daemons like dropbear.
 .
 OpenSSH's sftp and sftp-server implement revision 3 of the SSH filexfer
 protocol described in:
 .
  http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt
 .
 Newer versions of the draft will not be supported, though some features
 are individually implemented as extensions.
Enhances: openssh-server, ssh-server
Homepage: https://www.openssh.com/
Multi-Arch: foreign

Package: openssh-sftp-server-dbgsym
Priority: optional
Section: debug
Installed-Size: 195
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: arm64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: openssh-sftp-server (= 1:9.2p1-2+apertis1bv2024dev3b1)
Filename: pool/target/o/openssh/openssh-sftp-server-dbgsym_9.2p1-2+apertis1bv2024dev3b1_arm64.deb
Size: 165712
MD5sum: addd7d1ca343c8af7190f9c016102c50
SHA1: 6cf4f2ec94f25f287a772e79e3f916cee79500e2
SHA256: 528e7253a2501e3ad1cc35e54e4aeb8ae4b6913a2ab3f4ec17487cf195153941
SHA512: 4a6696341c162872e512df503aaea42b20d96b4e755c291a89e31d8c1bce3fb21bccdf1a345409ecece06d99f1a0b276f2b98a3c7d5cafad64eae15dfcc51d75
Description: debug symbols for openssh-sftp-server
Auto-Built-Package: debug-symbols
Build-Ids: 10c753b7160f40ee655f276aa7615953ad696f65

Package: openssh-tests
Priority: optional
Section: net
Installed-Size: 8434
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: arm64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: openssh-client (= 1:9.2p1-2+apertis1bv2024dev3b1), openssh-server (= 1:9.2p1-2+apertis1bv2024dev3b1), openssh-sftp-server (= 1:9.2p1-2+apertis1bv2024dev3b1), openssl, putty-tools (>= 0.67-2), python3-twisted, libc6 (>= 2.36), libmd0 (>= 0.0.0), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Filename: pool/target/o/openssh/openssh-tests_9.2p1-2+apertis1bv2024dev3b1_arm64.deb
Size: 1021608
MD5sum: 736cf199515db0afc9f2444924a76933
SHA1: a543c0e2a9f35933fd33266f43217ded6c183485
SHA256: 8d4a37d213a74d9f45d56ebda9ddffafe7b9b7aac20b5ed60f8b29ace534962e
SHA512: 410ea48d60ab29d6146a19efd5047137c4e2b0ec9cd45e55187d31d30ed4840ade89e9e9e6ca5aafa002a00aeb167e9d3000a90219d6323ecf9207eefca0fdc1
Description: OpenSSH regression tests
 This package provides OpenSSH's regression test suite.  It is mainly
 intended for use with the autopkgtest system, though can also be run
 directly using /usr/lib/openssh/regress/run-tests.
Homepage: https://www.openssh.com/
Multi-Arch: foreign

Package: openssh-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 3440
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: arm64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: openssh-tests (= 1:9.2p1-2+apertis1bv2024dev3b1)
Filename: pool/target/o/openssh/openssh-tests-dbgsym_9.2p1-2+apertis1bv2024dev3b1_arm64.deb
Size: 2939904
MD5sum: 75f3a0cd0c090c051e5d16db9bb722f6
SHA1: 43c2c9b1cc2fb42005a8044a9d197221a8f67b17
SHA256: 9c6d092b94732821818978b55d0ae3cfc59af940f3626696c7220d2aebe83fb5
SHA512: 0932f79b16cc3b7a6c6916e829e497192a348c2458ee88f0a2a8283749fcac1641d595e9f1fb2bac1a6d3f2c1ca40bc60a4ffae82f559412c4633ad757844cb4
Description: debug symbols for openssh-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0063403a60cae529652cddb68eca00479ef4d4cf 28f422ef30ec65096721ca6adca7cd1b45222bda 63ac142325631727ff62a079cfd750c5077efdf0 63ead28851922261c7a5b18e3cbe1dbcf4fe019e 66dab74ed0ec8edee8be67ba28bf91d272244163 6bdf8738ba4aa43b17aa8307b30fc1bb46702166 7086aede07fefdea6b4f96711ad9c41500c7b6f5 733bbef4b53d5d3dcfc0f8238a08991eee848b15 783bf800c7da5f48fadeb5443fd069fa80bf7b82 83dc29bc49635d55cb0752fc44d1e244fd01f357 8b135af002d4cda6914942d70dd6ba08053a654c 93544f88f2de26f8b09a3d2d6033723080c93505 95a82bb680c0a686847ef16c17a1ed665513158a b3b349cbb3e6a00457cbf3e44088ba9212902bed c8d047170c5aab671ca58bc8ea8ddfda0a19c756 ea69deedf6e9d8e3d6d0d10358829670c6345cc2 ee1d26a340f3b51ffe320db8753a2ca69e9a385b

Package: openssl
Priority: optional
Section: utils
Installed-Size: 2342
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>
Architecture: arm64
Version: 3.0.9-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libssl3 (>= 3.0.9)
Suggests: ca-certificates
Filename: pool/target/o/openssl/openssl_3.0.9-1+apertis0bv2024dev3b1_arm64.deb
Size: 1391384
MD5sum: 23f6cb6a2b28bf40fdb68f4769534a45
SHA1: ae0521fbf7bb224920215d830159193bf4349d44
SHA256: c05b7d45e98da8ab71a2d49d02ef26e32262b6e1633a611afeca487bd7815e2b
SHA512: 24dbaae61332bee2017ac1728fedf8566075a3e8907c1bba3a134a6ac6768ccf369ce29d7bf2e4864efb16361eb26a450be6b9b32238d32f8b248bf44e889342
Description: Secure Sockets Layer toolkit - cryptographic utility
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It contains the general-purpose command line binary /usr/bin/openssl,
 useful for cryptographic operations such as:
  * creating RSA, DH, and DSA key parameters;
  * creating X.509 certificates, CSRs, and CRLs;
  * calculating message digests;
  * encrypting and decrypting with ciphers;
  * testing SSL/TLS clients and servers;
  * handling S/MIME signed or encrypted mail.
Homepage: https://www.openssl.org/
Multi-Arch: foreign

Package: openssl-dbgsym
Priority: optional
Section: debug
Installed-Size: 792
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>
Architecture: arm64
Source: openssl
Version: 3.0.9-1+apertis0bv2024dev3b1
Depends: openssl (= 3.0.9-1+apertis0bv2024dev3b1)
Filename: pool/target/o/openssl/openssl-dbgsym_3.0.9-1+apertis0bv2024dev3b1_arm64.deb
Size: 683368
MD5sum: dce218fa96eceb4ee9bc5d2164dfbcd0
SHA1: f7a3f9eb5590a76521fa777792a6456f01a2a640
SHA256: 551e8a9ad3cdab214811561128550bf633d082637edc14b5af48431745bf4c97
SHA512: 65be830e342e8fccfc02eb93a521d916e9964c0b0247ad3701c815cac73a39c4661c2c876ff2821d8f007210fa41ab1e17fec8df3f4b26238be23e7cd0c9f8aa
Description: debug symbols for openssl
Auto-Built-Package: debug-symbols
Build-Ids: 406c227cba709d84d5d705a94cc272cea5ad1007

Package: optee-os
Priority: optional
Section: devel
Installed-Size: 447
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: arm64
Version: 3.19.0-0+apertis3bv2024dev2b1
Filename: pool/target/o/optee-os/optee-os_3.19.0-0+apertis3bv2024dev2b1_arm64.deb
Size: 181256
MD5sum: d7ba0b4e658c08e3d89359a2c5d24604
SHA1: b8faf7ca2a32e148016cea6a77d5f97c6c5c9c4b
SHA256: e4d1aa74ebffc842868889771fab3a502f5dd400867dc97bb9875d4125a3210f
SHA512: 36b15337630a580044595ba20c10fb28cae83636975dc4b76ee8041ba2b8a11b95b01f19edeb872d3a128e012c4a71ee16e963488c4a7974de46cbbbea80b3dd
Description: OP-TEE Trusted OS
 OP-TEE is a Trusted Execution Environment (TEE) designed as companion to a
 non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone
 technology. OP-TEE implements TEE Internal Core API v1.1.x which is the API
 exposed to Trusted Applications and the TEE Client API v1.0, which is the API
 describing how to communicate with a TEE. Those APIs are defined in the
 GlobalPlatform API specifications.
Homepage: http://optee.readthedocs.io/

Package: osinfo-db
Priority: optional
Section: libs
Installed-Size: 3721
Maintainer: Guido Günther <agx@sigxcpu.org>
Architecture: all
Version: 0.20221130-2+apertis0bv2024dev2b1
Filename: pool/target/o/osinfo-db/osinfo-db_0.20221130-2+apertis0bv2024dev2b1_all.deb
Size: 142516
MD5sum: b391b4c6421db5975bfb4b1102b7df59
SHA1: f018bda37e3bbb7c824eda1d88eea1f07dba320a
SHA256: 9dd72d74ba79b64ffc101645daf3d4219b3b344e384d30cfed9786aa22e2c890
SHA512: 337a13ed9985df99d864e3870c36caf4da10b05327b220be338052120f4bc260ea4e8a2e6b74156ad69d5204c901e48b90f4734c78203d736a6f852d926783be
Description: Operating system database files
 libosinfo is a GObject based library API for managing information about
 operating systems, hypervisors and the (virtual) hardware devices they
 can support. It provides APIs to match/identify optimal devices for deploying
 an operating system on a hypervisor.
 .
 This package contains the actual database files.
Homepage: https://libosinfo.org/
Multi-Arch: foreign

Package: ostree
Priority: optional
Section: admin
Installed-Size: 571
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: libarchive13 (>= 3.0.4), libc6 (>= 2.34), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libostree-1-1 (>= 2022.7)
Breaks: flatpak-builder (<< 1.2.1-2~)
Filename: pool/target/o/ostree/ostree_2022.7-2+apertis2bv2024dev3b1_arm64.deb
Size: 167604
MD5sum: 563f96e7bacff7c761a13e3a111efaf2
SHA1: 5c364f5293c79ae9f782c898d3014ab5f9ad0446
SHA256: 90d2f923966c43395200f73916f690cc4b61c744a7f0e89868c4344b15063b0d
SHA512: 79479993bb813a398a2cadecc154ead045998c8c6f84449c822e7acfee20984f361702504d5a698bf55a5abebe9deebadf8948f61c3288b469cee50fcb8a9375
Description: content-addressed filesystem for operating system binaries
 libostree provides a library and tools for managing bootable, immutable,
 versioned filesystem trees. It is like git in that it checksums
 individual files and has a content-addressed object store; unlike git,
 it "checks out" the files using hardlinks into an immutable directory
 tree. This can be used to provide atomic upgrades with rollback, history
 and parallel-installation, particularly useful on "fixed purpose"
 systems such as embedded devices.
 .
 This package contains the executables used to manage and create
 filesystem trees. It does not affect the boot process for the system
 on which it is installed.
Homepage: https://github.com/ostreedev/ostree/

Package: ostree-boot
Priority: optional
Section: admin
Installed-Size: 277
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Replaces: ostree (<< 2022.7-2+apertis2bv2024dev3b1), ostree-grub2 (<< 2022.7-2+apertis2bv2024dev3b1)
Provides: ostree-grub2 (= 2022.7-2+apertis2bv2024dev3b1)
Depends: ostree (= 2022.7-2+apertis2bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.66.0), libostree-1-1 (>= 2016.4), libsystemd0
Recommends: dracut, grub-efi-amd64 | grub-pc | extlinux | syslinux | u-boot
Breaks: ostree (<< 2022.7-2+apertis2bv2024dev3b1), ostree-grub2 (<< 2022.7-2+apertis2bv2024dev3b1)
Filename: pool/target/o/ostree/ostree-boot_2022.7-2+apertis2bv2024dev3b1_arm64.deb
Size: 29624
MD5sum: ca0e271bda3856020cf4c84fe8f10dd9
SHA1: 951c65ca7b55633169120c8fdc229584191a2b11
SHA256: 30d3b882a4ed90649e9eee3b5cf6b893c565b83d8d7b8da59755aef3a0157454
SHA512: d1b1a7765707e4ed9b02a67e4d006bb44111a17bcfba3719493739fa2426d15aa5cd0f7d26fc922b4eba24631b414d35da745036e1e4bed19edd62aa030acc9d
Description: libostree boot loader and initramfs integration
 libostree provides a library and tools for managing bootable, immutable,
 versioned filesystem trees. See the ostree package's description for
 more details.
 .
 This package contains configuration snippets and executables needed to
 boot a Debian derivative from a libostree filesystem deployment. This
 integration currently has some limitations:
 .
  - the initramfs must have been made using dracut
  - the boot loader must be one that is supported by libostree, currently
    GNU GRUB 2, syslinux/extlinux or Das U-Boot
Homepage: https://github.com/ostreedev/ostree/

Package: ostree-boot-dbgsym
Priority: optional
Section: debug
Installed-Size: 54
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: ostree-boot (= 2022.7-2+apertis2bv2024dev3b1)
Filename: pool/target/o/ostree/ostree-boot-dbgsym_2022.7-2+apertis2bv2024dev3b1_arm64.deb
Size: 20816
MD5sum: 8ba02299cc2353ac43f2139442f1c873
SHA1: 32926271d0e43d2767c4ac55970810a9f12bc31e
SHA256: ab8a2ce6a32e8687048efd0e9e7b6cfd241aad2b52f2c2161767ae2835e2950b
SHA512: 8ec3467a50d443906aab4ece79687736e47dbfb3bc11787df0894716530b8bf9efd221c7dd3845546eb39c18ffc1db3f4a025b74f5966024da06037e9a63c3b4
Description: debug symbols for ostree-boot
Auto-Built-Package: debug-symbols
Build-Ids: 18c6cf33c9ee8769fc13d6acd0d114e47a9a2407 3ba37298a37d9ac04b9ec58e918aae5d7e53b030 7dbd59c563955be0bd98585c4d8bba954953f646

Package: ostree-dbgsym
Priority: optional
Section: debug
Installed-Size: 406
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: ostree (= 2022.7-2+apertis2bv2024dev3b1)
Filename: pool/target/o/ostree/ostree-dbgsym_2022.7-2+apertis2bv2024dev3b1_arm64.deb
Size: 333988
MD5sum: f9f954f3da165fbff8ef7e11f26599c0
SHA1: 9f4d40571e8d1739eaa3fdf1d16d151b31bd1135
SHA256: 2078ad49fafc14c06a0ddf67e0de0e0281b28f47ae53bd2fc87c02d2ae239e74
SHA512: ef9ce1838960ccb3ccda844cab24a946ccac4fd62b149b8a071271b614e99431d04fb5d5365798d192e4bdc5baddd5c882f9ae51d124a1ff3ca0a561921f00b1
Description: debug symbols for ostree
Auto-Built-Package: debug-symbols
Build-Ids: 473982e079a5ce46431983addc3d2edd8d2e145c 8fcfcbba8e6663e5b50dbd8e897ec113e910d624

Package: ostree-tests
Priority: optional
Section: admin
Installed-Size: 3560
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: attr, bsdextrautils | bsdmainutils (<< 12), ca-certificates, cpio, fuse3, gir1.2-ostree-1.0, gjs, gnupg, ostree, python3, python3-yaml, libarchive13 (>= 3.0.4), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libglib2.0-0 (>= 2.67.3), liblzma5 (>= 5.1.1alpha+20120614), libostree-1-1 (>= 2022.4), libsoup2.4-1 (>= 2.47.4), zlib1g (>= 1:1.1.4)
Filename: pool/target/o/ostree/ostree-tests_2022.7-2+apertis2bv2024dev3b1_arm64.deb
Size: 1304156
MD5sum: 8b3538ba38d7683babd3d6df80452ce1
SHA1: 5555bc7ad586f6c39981f8ae26109204d21856dc
SHA256: 51b11391b7f35552e8321b11b9639867055dc01b355cc6e173dcb1586b900ea4
SHA512: adae789feb45eda8b95d99d7322a19be40c0fb4da97c5289fa1a642272efa2ac2d2ad6779a3b72d996cf8600d33a19c53b58b4887fe397f1846f7b809156d4b4
Description: content-addressed filesystem for operating system binaries - tests
 libostree provides a library and tools for managing bootable, immutable,
 versioned filesystem trees. See the ostree package's description for
 more details.
 .
 This package contains automated tests.
Homepage: https://github.com/ostreedev/ostree/

Package: ostree-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 963
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: ostree
Version: 2022.7-2+apertis2bv2024dev3b1
Depends: ostree-tests (= 2022.7-2+apertis2bv2024dev3b1)
Filename: pool/target/o/ostree/ostree-tests-dbgsym_2022.7-2+apertis2bv2024dev3b1_arm64.deb
Size: 665772
MD5sum: d5ac3f7296d2ada545c6cfd8bccfd2f8
SHA1: bbae3e77554d02189b79a6b0c889e53ad346f412
SHA256: 6f8150bacc5f24f023375760d98777a3110e027f7359c7485e6ad810a812e9dc
SHA512: 8d182639dc1fc8c733af9c7e2f51e02381a5405e7b59646ca2c1584d5c58d5b2fd32d7d73edc54a852a64f7011f5608d7fc3872f004b3dd40cf1f0dcd695b713
Description: debug symbols for ostree-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0a179383d482c9da6356d9ad085f53a881e76619 120baa0843a538fa85857404f1e66626d27f6735 3cc1a49f246a7a8c52373def1a60eb579a5c002a 3e9665fd14dd13a9a8d2b027234d917815f910b5 44e7fa2cc24e8b973eaf3bf14b061e03fbc3e76b 50fd14fdec5f120d572ad628c9b3f8d522dcb0d9 54472879a932f19e15ef4cde160356c1fa56c8e3 698abba6cb92eb5d242fc37f839fb6759219e634 6b893ebbec116901377cd121b60de7ccdf77d757 6e086669526f11d40a62de266db9adc0249b5ad2 74643d887368b68cdbfa017924343969a0a27d2e 74deb9b50a249e9e0c232e99bdbe4b5980c9f095 8934d37a8cb861daa941e15e41f09d5a9d0b755d 92eae70137208208b06e199553c8cded0d9c7abe 99324265d6f1759d2b416bdb038eab05c02de54f 9bf9f56d29bb345a93bc81cb13fe612488eb72e7 9d3c77199709a823656a59ad982e444b958b44ab 9e33a53fa25892bd88d5a1543325643b2430da83 b6767ea797a04ea06716ef6ea7b22c2c8869fadb c3320a9827a192b0bab4cc1f460b4126dafe81ca d03d1a7fd540b12a7014e44090e6d0408d38af7d d82dc7ba0629c23cdadd99f5cc3d517afa0056d4 f577f4151c7ec56b55ca5f78301a991c2fa53d96 f8d5fee57603ebf3f23a0af18e70b4946be67390 ff6a46011fda91ffaedd64f3363ff80bdf4bfd41

Package: p11-kit
Priority: optional
Section: misc
Installed-Size: 1105
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: p11-kit-modules (>= 0.24.1-2+apertis0bv2024dev3b1), libc6 (>= 2.34), libp11-kit0 (>= 0.23.18.1), libtasn1-6 (>= 4.14)
Filename: pool/target/p/p11-kit/p11-kit_0.24.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 291436
MD5sum: 52e944c4246fb3fb2d31e7ce4a8e0e9d
SHA1: 30d04e6c49ec21435e8b8c61671c374995be72f3
SHA256: d8d55a297b2a2b9c68308dd3244d32cfbe895d815478153cc65a7b9f11c5df24
SHA512: 30438234e2e737725a004e5ba2c809e35658e9713d0814f5a55a51a33c0c14ad6b3f2d9417e06f2923d3f5aa645f4a89f9dcaa997308fb0d9f17f1277ed2b278
Description: p11-glue utilities
 The p11-kit library provides a way to load and enumerate Public-Key
 Cryptography Standard #11 modules, along with a standard configuration
 setup for installing PKCS#11 modules so that they're discoverable. It
 also solves problems with coordinating the use of PKCS#11 by different
 components or libraries living in the same process.
 .
 This package contains the p11-kit tool for listing PKCS#11 modules.
Homepage: https://p11-glue.github.io/p11-glue/p11-kit.html

Package: p11-kit-dbgsym
Priority: optional
Section: debug
Installed-Size: 327
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: p11-kit (= 0.24.1-2+apertis0bv2024dev3b1)
Filename: pool/target/p/p11-kit/p11-kit-dbgsym_0.24.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 255756
MD5sum: 58466d7c549cdd8bda009a902de2bce2
SHA1: a5d7efc8d47bc6c428726c4ed9b2ffa27cd6dc08
SHA256: b5882e579feddb5c53b758909f766dd134e47b1e8e0219722fe4d36cdcf49dce
SHA512: 6cb22c5112f5fa704638a3d9ab11e239bc1d2cad683bae27f7df4e41ccf735920197d1c779cd2983f17406ddcc11f4e384525896e0e84e19e7b93e275fc357f2
Description: debug symbols for p11-kit
Auto-Built-Package: debug-symbols
Build-Ids: 36478a26ca82ece5e4a82959ebf5351fddd92098 4dabc22c23c1efbb166589aab43b0b1f85f66738 b31a7cdd72e0a288e590d0f0e61a67f9f1bc7846 ebb3a9ef78cda5bff74c12e50f6cf4a9dafdc8f9

Package: p11-kit-doc
Priority: optional
Section: doc
Installed-Size: 617
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: all
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Replaces: libp11-kit-dev (<= 0.24.0-4~)
Breaks: libp11-kit-dev (<= 0.24.0-4~)
Filename: pool/target/p/p11-kit/p11-kit-doc_0.24.1-2+apertis0bv2024dev3b1_all.deb
Size: 206432
MD5sum: 7a349ef4ab4030922390436fe0f5aeed
SHA1: 3ab128707d2a702bbf9bc16b217a409803c8292f
SHA256: d4cf5183057a16baa91b556e71aa4abae0f7454ecfe85e5db7feebaec48b9ceb
SHA512: 7fbe734d1cc5263a343cedbe59665091e0c2453d8293ec6b65e60e185e13b533d6e49a9b6b516b219404d47ed9a19114d17bd2884ed913e585d5e133e6457244
Description: library for loading and coordinating access to PKCS#11 modules - documentation
 The p11-kit library provides a way to load and enumerate Public-Key
 Cryptography Standard #11 modules, along with a standard configuration
 setup for installing PKCS#11 modules so that they're discoverable. It
 also solves problems with coordinating the use of PKCS#11 by different
 components or libraries living in the same process.
 .
 This package contains the documentation for p11-kit.
Homepage: https://p11-glue.github.io/p11-glue/p11-kit.html
Multi-Arch: foreign

Package: p11-kit-modules
Priority: optional
Section: misc
Installed-Size: 1530
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: libp11-kit0 (= 0.24.1-2+apertis0bv2024dev3b1), libc6 (>= 2.34), libffi8 (>= 3.4), libtasn1-6 (>= 4.14)
Filename: pool/target/p/p11-kit/p11-kit-modules_0.24.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 212096
MD5sum: 8ddb386efcfce95b7f0ffb5164cf44e5
SHA1: 04d62428764211f9efebafab7ff511c80498d0c0
SHA256: 2477c99cefa5c5a3cd386f478620ea11e3d23affbed412e2a019db040c7742af
SHA512: 49b454ff17605c3dbffaeedab6849d3c1038f46b761e6d79094b1bad8729940e3403184bfdea811afbb1d3b25b9e776de8e18d79d052e91fbc5d0067ab762099
Description: p11-glue proxy and trust modules
 The p11-kit library provides a way to load and enumerate Public-Key
 Cryptography Standard #11 modules, along with a standard configuration
 setup for installing PKCS#11 modules so that they're discoverable. It
 also solves problems with coordinating the use of PKCS#11 by different
 components or libraries living in the same process.
 .
 This package contains the p11-kit proxy module and the system trust
 policy module.
Homepage: https://p11-glue.github.io/p11-glue/p11-kit.html
Multi-Arch: same

Package: p11-kit-modules-dbgsym
Priority: optional
Section: debug
Installed-Size: 2011
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: arm64
Source: p11-kit
Version: 0.24.1-2+apertis0bv2024dev3b1
Depends: p11-kit-modules (= 0.24.1-2+apertis0bv2024dev3b1)
Filename: pool/target/p/p11-kit/p11-kit-modules-dbgsym_0.24.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 1402520
MD5sum: dfb2e9002d8f965549f911349cc90421
SHA1: a917f99cc1297a1e60870320fe6d9c12e4125642
SHA256: a923bbedc0094ac284e926f49da17df7317412eb4e8c0ed58de38a9b04dde9f0
SHA512: 713699c5848284ca6c945c56e3041e5fb001a2ce0ecbcf59e96fced6ab3ac0067936aaa570a835f67d3188d99ec897e17cf41e1904c5013eb6f8b2f38592b8e1
Description: debug symbols for p11-kit-modules
Auto-Built-Package: debug-symbols
Build-Ids: 14dcf564ccfea8ea12813a63a2ee036f4877c64c dd6047989243f2cc8c1870d459c5af9f638192c9
Multi-Arch: same

Package: pango1.0-tests
Priority: optional
Section: libs
Installed-Size: 5506
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: fonts-cantarell, fonts-noto-color-emoji, fonts-noto-core, libc6 (>= 2.34), libcairo2 (>= 1.12.10), libfontconfig1 (>= 2.13.0), libglib2.0-0 (>= 2.62.0), libharfbuzz0b (>= 2.6.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/pango1.0-tests_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 961844
MD5sum: 8405fe3dcc551f4c1248dd7d668bb182
SHA1: 5a63accd1ea964b07efca1dcb3e99573c44d9d70
SHA256: ad665c401bcce2e6963c885db75f6eec0a43d3d82deeb5229c6055e247662aab
SHA512: 2fdbc84a8eea3150b13f05a92ccde7347b780c8c1657458b83991dc04c634f890b026966fafd9bbfb892ba3a9db09de397065dab3686072bd3152dd84118591d
Description: Layout and rendering of internationalized text - installed tests
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This package contains test programs, designed to be run as part of a
 regression testsuite.
Homepage: https://www.pango.org/

Package: pango1.0-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 501
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: pango1.0-tests (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/pango1.0-tests-dbgsym_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 235440
MD5sum: 01f1f273e2d9496524e58a883e710891
SHA1: 678bcd94f3823c3948dc155dc98e94345b847326
SHA256: e74e103eb19757b52ff8add4628baac115c48a149b62a5f5739b4d1e6e9634e6
SHA512: ea916b25a3d7f6b53f509623a82fb8667c57ecd66e600891134809d8d244cb25a6eafce92c11934a40694d5daad5c644b338159563cb4c43363cd90291905712
Description: debug symbols for pango1.0-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0ab870aafccf758d4884239175ebd8d9358d6732 195a05ad61124fea9a29f03d3df2f4a7e55a7de9 25329fff3b1d3c0e6096edd2f8b1b5c3ab397572 2bb12ca878bb31f17b2a1e640a2336a4246a37f5 2bfb6472fffd2acde5fbf414ef4e3db9857bce44 2c6dffcb13f9e659c6bc317a1b914d85784aa198 454f13a881404f725c7f888a94d84cb71bfa2df8 4cc9fa34a9a43bca03fe486ef8d064ff1b962e5c 4fae11a389c3430b71ce45b530e521669555767b 56c3589b5d0df8b42e2e0d8b591565b0201e707b 61beed992d0c067e1e4579e539ad7c82efa24f3c 662f3d13f2e2effe8ece1e3fc527dc52d2aaf7cc 6e77b2d18b6b8a5c04808ed75998ef2cca32fc95 7ed7393c9909febc331609a824dc0568baa7e6c6 84b71ac95859a755290d4de0f357e97a47179615 8d30f1ee5fe4b0a1577489a729891aee8e2b97c5 a6686d41bfc138869cac9b5b87dd27ee90362d2f adc6eb59cefba7c4a5f9ddc0062d84886e6887a5 b60cb78d7d185f655aff9a32a0a917562c180714 c7c46945e7f6887cea7ac3e4bda163353447570b d57e84bd92b81c80cd9c250dd7b8f5f4995201e8 dd4028fc5be4151432edcdbc4770b0fcfa18b5f2 e3b0e823bafc385da87403379280d78d57c1ad81 e7a482e0c460a0caac6703f1a15ca05d0773d423 ee7d7fd7fea43a1d71564354c8c566fa0f1e7aee f0dc5d4153c7926a6db8be1d7713786a5ecaa9e7 f3e1f0bd5dbff9495092f6284ea6d4dc198e1ddb

Package: pango1.0-tools
Priority: optional
Section: libs
Installed-Size: 244
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Replaces: libpango1.0-dev (<< 1.42.4-4)
Depends: libc6 (>= 2.34), libcairo2 (>= 1.12.10), libfontconfig1 (>= 2.13.0), libglib2.0-0 (>= 2.62.0), libharfbuzz0b (>= 5.1.0), libpango-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangocairo-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoft2-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libpangoxft-1.0-0 (= 1.50.12+ds-1+apertis1bv2024dev3b1), libx11-6, libxft2 (>> 2.1.1)
Suggests: graphicsmagick
Breaks: libpango1.0-dev (<< 1.42.4-4)
Filename: pool/target/p/pango1.0/pango1.0-tools_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 42132
MD5sum: 3888a6b1977bc0fae532a48277c560f9
SHA1: 86b362406e8dab9f1bb9de6dcac151c042e46a04
SHA256: 0e0bedb50abb258488610d225e60755b3a56de2049049cf86e8e7bb9589f98b5
SHA512: 1dc0cd6330552286cc10099a43e187cf703797bd832ba3dc40dd1f4321f05d12c9e47c64181545803c3f9ee1fe1951facea28a6c8e6ca83f1fbec3a549e01778
Description: Development utilities for Pango
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. However, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+ 2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends.
 .
 This package contains pango-view, the Pango text viewer, and pango-list,
 a utility that outputs a list of compatible system fonts.
Homepage: https://www.pango.org/
Multi-Arch: foreign

Package: pango1.0-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 122
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: pango1.0
Version: 1.50.12+ds-1+apertis1bv2024dev3b1
Depends: pango1.0-tools (= 1.50.12+ds-1+apertis1bv2024dev3b1)
Filename: pool/target/p/pango1.0/pango1.0-tools-dbgsym_1.50.12+ds-1+apertis1bv2024dev3b1_arm64.deb
Size: 76312
MD5sum: bcce3bd3310dce0853f377d0510729ac
SHA1: 593d8ddddb6f16756cf331129b9c8bbe899835c5
SHA256: 412fbac8609683d9e43e574e80b78f848a1c3e14b0a271ffc3d0d9f0c6097cf8
SHA512: 4095fbf7c0e9d8bb2e69dd6e36bf6b65f73e093f339d71b4b978cc787a893f5bbdf7bc3e18313ad4203bbfdd603c5434c7c30c42c257d2a48f574ce8a6b969ca
Description: debug symbols for pango1.0-tools
Auto-Built-Package: debug-symbols
Build-Ids: 697789be440df7f960105a2bd472bbcad56bb9e1 7929288b45f8c03054c1bcc607e4b3f8ad68197f fb09775ecfc43500630708f396b0f9efc57f10d2

Package: pari-doc
Priority: optional
Section: doc
Installed-Size: 14501
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: all
Source: pari
Version: 2.15.2-1+apertis1bv2024dev2b1
Recommends: pari-gp, perl:any, texlive-base
Filename: pool/target/p/pari/pari-doc_2.15.2-1+apertis1bv2024dev2b1_all.deb
Size: 8226384
MD5sum: dad9a208f4052696abbfb039c62d8969
SHA1: c1ddeb01b8b0f0cd9ef0690a083f6c9c5ea1b114
SHA256: 07affc0abd2c81eb992c9d1ae00fab06d49aca2aec079cc426bb2002e013f973
SHA512: fdd3f9a46144da65493090dce852b47396c4cc8c6db13b8e4175cddbcc474e49c428e0cc9031dd5c263936c0c60489b3e437e87d4c5694e066c681d92a4351d7
Description: PARI/GP Computer Algebra System documentation
 PARI/GP is a widely used computer algebra system designed for fast
 computations in number theory (factorizations, algebraic number theory,
 elliptic curves...), but also contains a large number of other useful
 functions to compute with mathematical entities such as matrices,
 polynomials, power series, algebraic numbers etc., and a lot of
 transcendental functions. PARI is also available as a C library to allow
 for faster computations.
 .
 Originally developed by Henri Cohen and his co-workers (University Bordeaux I,
 France), PARI is now under the GPL and maintained by Karim Belabas
 with the help of many volunteer contributors.
 .
 This package contains the documentation and the extended online help.
Homepage: http://pari.math.u-bordeaux.fr
Multi-Arch: foreign

Package: pari-elldata
Priority: optional
Section: math
Installed-Size: 56295
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: all
Version: 0.20210301-1+apertis1bv2024dev2b1
Suggests: pari-gp
Filename: pool/target/p/pari-elldata/pari-elldata_0.20210301-1+apertis1bv2024dev2b1_all.deb
Size: 57749832
MD5sum: 20e9b48e9a463e86122730b9739d4f3a
SHA1: 8d176f492c4e831c632491221df2e19bde8f3f89
SHA256: 5720881e033738837adc0f459242b5470cd3ec0e6c8ae4c5a174cd8c1e496309
SHA512: ad38246726112f7555e51b77c6955c93ecae64107747f73a0427852fc36d8d5e7a5e3b0ebf0de78fb71982718d104a36416223e2ba79ff7b0aee478337be427a
Description: PARI/GP Computer Algebra System elliptic curves (elldata)
 PARI/GP is a widely used computer algebra system designed for fast
 computations in number theory (factorizations, algebraic number theory,
 elliptic curves...), but also contains a large number of other useful
 functions to compute with mathematical entities such as matrices, polynomials,
 power series, algebraic numbers, etc., and a lot of transcendental functions.
 PARI is also available as a C library to allow for faster computations.
 .
 Originally developed by Henri Cohen and his co-workers (University Bordeaux I,
 France), PARI is now under the GPL and maintained by Karim Belabas with the
 help of many volunteer contributors.
 .
 This package contains the optional PARI package elldata which provides
 the Elliptic Curve Database of J. E. Cremona Elliptic which can be queried by
 ellsearch and ellidentify.
Homepage: https://pari.math.u-bordeaux.fr/packages.html#elldata
Multi-Arch: foreign

Package: pari-galdata
Priority: optional
Section: math
Installed-Size: 471
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: all
Version: 0.20080411-4+apertis1bv2024dev2b1
Suggests: pari-gp
Filename: pool/target/p/pari-galdata/pari-galdata_0.20080411-4+apertis1bv2024dev2b1_all.deb
Size: 36532
MD5sum: a1ca3ba2a8b336041f9d936d44cadbea
SHA1: 68dcd2ac003ad55426f7c622024566556866e6c2
SHA256: 040f65e0ae6ccd6aba044cefedcb6101c9bd16fd31a0060a1ce75af46f6900c2
SHA512: cfc4b0444171cb0dcd6d1c20aa9dc755156944cb92ba9b9ec996ff6c29608be14bc41285ccef0a157556ca63dd41ac78e26fe38aaadb6802526b07f59c02c90e
Description: PARI/GP Computer Algebra System Galois resolvents (galdata)
 PARI/GP is a widely used computer algebra system designed for fast
 computations in number theory (factorizations, algebraic number theory,
 elliptic curves...), but also contains a large number of other useful
 functions to compute with mathematical entities such as matrices, polynomials,
 power series, algebraic numbers, etc., and a lot of transcendental functions.
 PARI is also available as a C library to allow for faster computations.
 .
 Originally developed by Henri Cohen and his co-workers (University Bordeaux I,
 France), PARI is now under the GPL and maintained by Karim Belabas with the
 help of many volunteer contributors.
 .
 This package contains the optional PARI package galdata which provides
 the Galois resolvents for the polgalois function, for degrees 8 through 11.
Homepage: https://pari.math.u-bordeaux.fr/packages.html#galdata
Multi-Arch: foreign

Package: pari-galpol
Priority: optional
Section: math
Installed-Size: 27161
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: all
Version: 4.0-2+apertis1bv2024dev2b1
Suggests: pari-gp
Filename: pool/target/p/pari-galpol/pari-galpol_4.0-2+apertis1bv2024dev2b1_all.deb
Size: 13689444
MD5sum: 3ff71daea57bcd3123b93b42933f742f
SHA1: e4cbb83367f6e67918f358c6f310623ef10ee286
SHA256: eeae765763beebf7172e9264517127f0e04cb1cfc63e3e5b8a31f368032228be
SHA512: 8a385ffe1a33acfd40c4a37b0650076364116b4fec5bde868aab7e76d68efe312419a5bb75c218ad855136e0fbb81bace0d156cf9f469c0065cc4f75fb2e074c
Description: PARI/GP Computer Algebra System Galois polynomial database
 PARI/GP is a widely used computer algebra system designed for fast
 computations in number theory (factorizations, algebraic number theory,
 elliptic curves...), but also contains a large number of other useful
 functions to compute with mathematical entities such as matrices, polynomials,
 power series, algebraic numbers, etc., and a lot of transcendental functions.
 PARI is also available as a C library to allow for faster computations.
 .
 Originally developed by Henri Cohen and his co-workers (University Bordeaux I,
 France), PARI is now under the GPL and maintained by Karim Belabas with the
 help of many volunteer contributors.
 .
 This package contains the Galois polynomials database accessible with the GP
 function galoisgetpol.
Homepage: https://pari.math.u-bordeaux.fr/galpol
Multi-Arch: foreign

Package: pari-gp
Priority: optional
Section: math
Installed-Size: 9170
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: arm64
Source: pari
Version: 2.15.2-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libreadline8 (>= 6.0), libx11-6
Recommends: pari-doc, pari-galdata, pari-elldata, pari-seadata
Suggests: pari-gp2c, pari-galpol, pari-nflistdata
Filename: pool/target/p/pari/pari-gp_2.15.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 3314420
MD5sum: 6ee0e4d6286720f998794373aca5af0b
SHA1: 4b8692ef0a4407c4981b8c2240b04cc4945f17ff
SHA256: 3c717242e2c0087ee10fdb960a683fffebafc9c97ba51d62f12faf12fc1176b8
SHA512: a905f93fefe990322ce76d61a60338b051dffa2a87e89e4c7f43cec2d513019ab2caea9de792fd21905c8388fc29598e5ac0e046399a86c4744d29882b3bfc72
Description: PARI/GP Computer Algebra System binaries
 PARI/GP is a widely used computer algebra system designed for fast
 computations in number theory (factorizations, algebraic number theory,
 elliptic curves...), but also contains a large number of other useful
 functions to compute with mathematical entities such as matrices,
 polynomials, power series, algebraic numbers etc., and a lot of
 transcendental functions. PARI is also available as a C library to allow
 for faster computations.
 .
 Originally developed by Henri Cohen and his co-workers (University Bordeaux I,
 France), PARI is now under the GPL and maintained by Karim Belabas
 with the help of many volunteer contributors.
 .
 This package contains the GP calculator.
Homepage: http://pari.math.u-bordeaux.fr

Package: pari-gp-dbgsym
Priority: optional
Section: debug
Installed-Size: 17727
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: arm64
Source: pari
Version: 2.15.2-1+apertis1bv2024dev2b1
Depends: pari-gp (= 2.15.2-1+apertis1bv2024dev2b1)
Filename: pool/target/p/pari/pari-gp-dbgsym_2.15.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 17083864
MD5sum: e1ca6f58a354cd4836761e24d91a3687
SHA1: 770685658370bf18dbe26dedccd38e6e60f2cd15
SHA256: cde921ba02da9b6218bf550216103e482ac497bb281d610475de143defe128d5
SHA512: ffc4f68e1a5a9426ec1a6cefc56d5b8b734438e0ee4cc4544b213a116bf6a6e93c27ba4f0d3eb55798c9de27df778d3ffeb75584c53f8be8a64f910dfd5602c1
Description: debug symbols for pari-gp
Auto-Built-Package: debug-symbols
Build-Ids: 618bbae8952a46b68f9898a4e15f1ea43abb17f3

Package: pari-nflistdata
Priority: optional
Section: math
Installed-Size: 4842
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: all
Version: 0.20220729-2+apertis1bv2024dev2b1
Suggests: pari-gp
Filename: pool/target/p/pari-nflistdata/pari-nflistdata_0.20220729-2+apertis1bv2024dev2b1_all.deb
Size: 3655948
MD5sum: 815239799b647fe9274cd5441bb8e074
SHA1: e97200aec2a32c0cf2407d7225c61f71d247b1a6
SHA256: d9b77baf638d9f28f76f33de621481dd6744c735d7e035f03102c4dbdd867917
SHA512: ead555bf403d99ebc96b4cf8c5c7192fd2d306c0966654d34416f312897bb9d1cf6639cd695df0f768f105d9455fb6def45a47750581392e53983df351693da4
Description: PARI/GP Computer Algebra System Galois polynomial database
 PARI/GP is a widely used computer algebra system designed for fast
 computations in number theory (factorizations, algebraic number theory,
 elliptic curves...), but also contains a large number of other useful
 functions to compute with mathematical entities such as matrices, polynomials,
 power series, algebraic numbers, etc., and a lot of transcendental functions.
 PARI is also available as a C library to allow for faster computations.
 .
 Originally developed by Henri Cohen and his co-workers (University Bordeaux I,
 France), PARI is now under the GPL and maintained by Karim Belabas with the
 help of many volunteer contributors.
 .
 This package contains the database of number fields with prescribed Galois
 groups accessible from GP with the function nflist.
Homepage: https://pari.math.u-bordeaux.fr/packages.html#nflistdata
Multi-Arch: foreign

Package: pari-seadata
Priority: optional
Section: math
Installed-Size: 18867
Maintainer: Bill Allombert <ballombe@debian.org>
Architecture: all
Version: 0.20090618-3+apertis1bv2024dev2b1
Suggests: pari-gp
Filename: pool/target/p/pari-seadata/pari-seadata_0.20090618-3+apertis1bv2024dev2b1_all.deb
Size: 19317516
MD5sum: e999a0353217b18bd4f39840797f0daa
SHA1: aa6608810d4e26c01585647982fd8e484b2579de
SHA256: 2488fbc3b859ec73fedfa9d95dd2ec53c23bfbfc0e4fca5949320ef195fe13e5
SHA512: 048ecc0c4a467e77ef9798a0f8f3a52d67d6ba29222ae3c71c5666476ab1f9126eca963e00d8cfb1ed3a3ea447a5eb11564c9ab5cdf88270983b68fb43746ee3
Description: PARI/GP Computer Algebra System modular polynomials (seadata)
 PARI/GP is a widely used computer algebra system designed for fast
 computations in number theory (factorizations, algebraic number theory,
 elliptic curves...), but also contains a large number of other useful
 functions to compute with mathematical entities such as matrices, polynomials,
 power series, algebraic numbers, etc., and a lot of transcendental functions.
 PARI is also available as a C library to allow for faster computations.
 .
 Originally developed by Henri Cohen and his co-workers (University Bordeaux I,
 France), PARI is now under the GPL and maintained by Karim Belabas with the
 help of many volunteer contributors.
 .
 This package contains the optional PARI package seadata which provides
 the modular polynomials for prime level up to 500 needed by the GP function
 ellap.
Homepage: https://pari.math.u-bordeaux.fr/packages.html#seadata
Multi-Arch: foreign

Package: passwd
Priority: required
Section: admin
Installed-Size: 3364
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: arm64
Source: shadow
Version: 1:4.13+dfsg1-1+apertis0bv2024dev3b1
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.36), libcrypt1 (>= 1:4.1.0), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), libsemanage2 (>= 2.0.32), libpam-modules
Recommends: sensible-utils
Filename: pool/target/s/shadow/passwd_4.13+dfsg1-1+apertis0bv2024dev3b1_arm64.deb
Size: 950556
MD5sum: 552abc018ab2655d1f996764762477cb
SHA1: bed2e5e93c3aba10f78828fe0f2b0a843a7844d6
SHA256: b63d60a4ed5a00ee569935a003131251560cf47aab2ef2249b8726321828b2b3
SHA512: 30bf83fd9e39b83724b9938cb7da4ca20844fb15552d0a3517f9f89a5c6f8bb31ac607fdc666e847cb6a83362f23e7e474aa9c475c3b7f7558339a5dd12bcc57
Description: change and administer password and group data
 This package includes passwd, chsh, chfn, and many other programs to
 maintain password and group data.
 .
 Shadow passwords are supported.  See /usr/share/doc/passwd/README.Debian
Homepage: https://github.com/shadow-maint/shadow
Multi-Arch: foreign

Package: passwd-dbgsym
Priority: optional
Section: debug
Installed-Size: 1956
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: arm64
Source: shadow
Version: 1:4.13+dfsg1-1+apertis0bv2024dev3b1
Depends: passwd (= 1:4.13+dfsg1-1+apertis0bv2024dev3b1)
Filename: pool/target/s/shadow/passwd-dbgsym_4.13+dfsg1-1+apertis0bv2024dev3b1_arm64.deb
Size: 1464636
MD5sum: 425714630baa0c0999a6bcc59d177b0f
SHA1: f234f2e0f70d0f66b96edf0cfa82743c04f34305
SHA256: 3bf76d8acc3571cb789d36fd9589a4fef44bc67ea5c76106cbd79ae7a7da045f
SHA512: ecc3813c8d6c49f2a7ac53d55f6929b724a5a790c68a5a60b87f7f029b469237666c7258cfa1dded31d2aa7b63001ecc5acae40c672a52e54fd01b4fa9fed604
Description: debug symbols for passwd
Auto-Built-Package: debug-symbols
Build-Ids: 048176e97202865c18a57c108870921e5708d848 059c16fe3ee0f2f1bad8a2683f6db5b95f124f75 066964c54880861a65705395ae6db069206be4cc 1281e8686c081316776dfe1581f268760d1a056b 14d11fcd8dbda3cfc59939fd4ea68f11347cd540 22122aae455586a62940ef0498b63e62f7d64503 230c82c5aa9b6ea60642ab18b0012eda6fbec38e 2e70f1281fb094b05844e69ff0cdc240c1c019e5 3bcea180566646059888ed739f5e648d52bd47ec 3f29479e742217be157cb5ea7e2097926a38a0af 4550d1ccd7916d757fd7bb3086297390a4e3f787 667afef47f1578692e5fbabc6a7568dbf6e2e38f 7111f27b7e7c2eca2f3ced605369ab3a942d847c 711957c9acf89ed6cd0434f8e2e0e8cb8b3978bd 883c296c36d507ed196ce8d446ee2ef95ae515bd 925723304d6357dcc8d3f557d57d7875d62f942f acefd15c04587d7563d0d43464e3af10f461c1c7 ae37dfba5d4e92387a8ba5fb2103df971b2c19f0 bc7fee3790fa70496004f2dc8f0cb297744ea355 c4c08168e65947acc725bb15735a75702468dd3d c8755fdb39574113e0a0a58eb2e2474b10b75a91 e7f8271111e15dcb57d1ee41a8ac831792f78dd2 fb49fdc5b3948f2ec145f7e80bd84007d2c53914 fca094e1bbbafb5fbad87687afcd086c71c06de3

Package: pciutils
Priority: standard
Section: admin
Installed-Size: 274
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Version: 1:3.9.0-4+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libkmod2 (>= 5~), libpci3 (= 1:3.9.0-4+apertis0bv2024dev2b1)
Suggests: bzip2, wget | curl | lynx
Filename: pool/target/p/pciutils/pciutils_3.9.0-4+apertis0bv2024dev2b1_arm64.deb
Size: 100384
MD5sum: b61059e0ae987c5a85d5085ebf913279
SHA1: 6e2e99cb64ef5084c0a5227ed53b02739c9357e8
SHA256: d93cc951c23045dc26add9814fcf94222bb602399d05654ef2666dc30941592c
SHA512: abc6e262de71cd4c786351031c16d3aa98bab3e3ace436e178d0c76e549d1b4b58506185d63612be5aaa5872e6ffeca77666b3034070aa8cb3721627d1c36ce2
Description: PCI utilities
 This package contains various utilities for inspecting and setting of
 devices connected to the PCI bus.
Homepage: https://mj.ucw.cz/sw/pciutils/
Multi-Arch: foreign

Package: pciutils-dbgsym
Priority: optional
Section: debug
Installed-Size: 157
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: arm64
Source: pciutils
Version: 1:3.9.0-4+apertis0bv2024dev2b1
Depends: pciutils (= 1:3.9.0-4+apertis0bv2024dev2b1)
Filename: pool/target/p/pciutils/pciutils-dbgsym_3.9.0-4+apertis0bv2024dev2b1_arm64.deb
Size: 128792
MD5sum: 104e063ff7a284a449a0b40db57c4f2a
SHA1: 6cf26235216e5dd6e323f9e304353e72011e8e71
SHA256: 7c14045ac36930cfa9b5ce1100c02753e04f8160d496849d5748d8f69144f82a
SHA512: a8a17ca224b39f5b69b68c77a63814bffc6e3ffd07eb245772b8907a571d2ca5a6333d6426527ba9e079aa7a5acdddc8d2ca4ac2148a0f5680312854568105de
Description: debug symbols for pciutils
Auto-Built-Package: debug-symbols
Build-Ids: 9ad57247a01f553c9b447341590dff89b4087b4f bf70edff0e1674dc6c25f57524d27bf935bebb61

Package: pcre2-utils
Priority: optional
Section: utils
Installed-Size: 378
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libpcre2-16-0 (>= 10.34), libpcre2-32-0 (>= 10.34), libpcre2-8-0 (>= 10.34), libpcre2-posix3 (>= 10.34)
Filename: pool/target/p/pcre2/pcre2-utils_10.42-1+apertis0bv2024dev3b1_arm64.deb
Size: 167876
MD5sum: 67bfba730350ce0c56ddc3b4aee6dffd
SHA1: 05f602f43ca49611794190bf2f46096b19b9f5e5
SHA256: fa5f069b5262c861cd0a73088eefe659dcd61729281f4322dd1db666f707081d
SHA512: 1eaf02775a4b6e8e4dfa1c8b17bda994781912bd54d825ca7bb0ff228f2223de53ead0e1310a571fadc8ab6c637333f066ee18b95b9b0c5d4c81acce290321c3
Description: New Perl Compatible Regular Expression Library - utilities
 This is PCRE2, the new implementation of PCRE, a library of functions
 to support regular expressions whose syntax and semantics are as
 close as possible to those of the Perl 5 language. New projects
 should use this library in preference to the older library,
 confusingly called pcre3 in Debian.
 .
 This package contains the utilities pcre2grep (like grep with PCRE)
 and pcre2test (a test program for the library, but also useful for
 experimenting with regular expressions). Both programs are also
 useful examples of programming with libpcre2.
Homepage: https://pcre.org/

Package: pcre2-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 234
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre2
Version: 10.42-1+apertis0bv2024dev3b1
Replaces: libpcre2-dbg (<< 10.34-2~)
Depends: pcre2-utils (= 10.42-1+apertis0bv2024dev3b1)
Breaks: libpcre2-dbg (<< 10.34-2~)
Filename: pool/target/p/pcre2/pcre2-utils-dbgsym_10.42-1+apertis0bv2024dev3b1_arm64.deb
Size: 196540
MD5sum: 2ea4d715bc6a0c72f544b4dc84477c81
SHA1: 4ab678ff6c1bdf599ee97de49b51837156b5cf3b
SHA256: 6b8d8dd90dc29657a9c4d8f888682818b46377482a1ecc0b8fe8fdf6409580b3
SHA512: 39d27bd255f02ca9724ba36113841b177bf5ab980c1c40ecc687108224703aadf9a50dd03ec0299d319d668abbe2bb787410b76c0366589f83266c96c6857b55
Description: debug symbols for pcre2-utils
Auto-Built-Package: debug-symbols
Build-Ids: 392190490ddf93e158443a25066c33dd027eba08 b7b9e3d0cc41479b95ebab80ae37375d651fce31

Package: pcregrep
Priority: optional
Section: utils
Installed-Size: 90
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: arm64
Source: pcre3
Version: 2:8.39-15+apertis0bv2024dev2b1
Replaces: pgrep (<< 4.5)
Depends: libc6 (>= 2.34), libpcre3
Filename: pool/target/p/pcre3/pcregrep_8.39-15+apertis0bv2024dev2b1_arm64.deb
Size: 26984
MD5sum: 26165978292426385c070b6c6fa8185b
SHA1: 31e8119784ff8edd58e8ff5a313b7a06efea73c5
SHA256: b8e92c403c856c702134d819bbaa20cc1f0449af7d320c05add98382813a2102
SHA512: 148ae77a2cdd12ea62789d8db0635fd340746d156b0902238fb3527e9f64d906686e7548e23dc6ede857409b7c31ed1433ff28f5aa71667684dba165dfc7671c
Description: grep utility that uses perl 5 compatible regexes.
 Perl-style regexps have many useful features that the standard POSIX ones
 don't; this is basically the same as grep but with the different
 regexp syntax.
 .
 The other reason for the existence of pcregrep is that its source code is an
 example of programming with libpcre.

Package: pcscd
Priority: optional
Section: misc
Installed-Size: 206
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: arm64
Source: pcsc-lite
Version: 1.9.9-2+apertis0bv2024dev3b2
Depends: libccid | pcsc-ifd-handler, libc6 (>= 2.34), libsystemd0, libudev1 (>= 183), libpcsclite1 (= 1.9.9-2+apertis0bv2024dev3b2)
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: systemd
Filename: pool/target/p/pcsc-lite/pcscd_1.9.9-2+apertis0bv2024dev3b2_arm64.deb
Size: 87528
MD5sum: fc31a51557d8ef49ece1365f39dc12b0
SHA1: 51a2a48b54a924aa3714498632ee70d0b6c033a6
SHA256: 8064f5b5b020cdc5c4b7772dcf31920214e39a05ee3287627fb12ff1088fb73b
SHA512: 989835a15199ecedf698ff3990f84e54a33f483e4ee6f411a3e33f85890b0fca43f97cbb1747fa8137a1c6b7b3fcfaa87d6ed7a98ff4ca72479ed5026efce515
Description: Middleware to access a smart card using PC/SC (daemon side)
 The purpose of PC/SC Lite is to provide a Windows(R) SCard interface
 in a very small form factor for communicating to smart cards and
 smart cards readers.
 .
 The PC/SC daemon is used to dynamically allocate/deallocate reader
 drivers at runtime and manage connections to the readers.
Homepage: https://pcsclite.apdu.fr/
Multi-Arch: foreign

Package: pcscd-dbgsym
Priority: optional
Section: debug
Installed-Size: 151
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Architecture: arm64
Source: pcsc-lite
Version: 1.9.9-2+apertis0bv2024dev3b2
Depends: pcscd (= 1.9.9-2+apertis0bv2024dev3b2)
Filename: pool/target/p/pcsc-lite/pcscd-dbgsym_1.9.9-2+apertis0bv2024dev3b2_arm64.deb
Size: 122088
MD5sum: 67f5be3b546c226e3b6c9548f36c99fb
SHA1: 24010005544815fd0d838292ef22e60e03c06c88
SHA256: f8d5a282bc8cd5f3557994d65046d3787ecf68e7f4157bfb9179bec005c2b2fa
SHA512: 6fc2270b2fd6807b0d01dac577bd30ad68729e2102d2ad3ef309ae37de43ee4e22a4b0828cfdb995b29530d25e7dacc6097b076125628b6b78e9eb40d43ba33a
Description: debug symbols for pcscd
Auto-Built-Package: debug-symbols
Build-Ids: 16c5a4ccaaefb0318d718408a1c57a91fffef0ab

Package: perl
Priority: standard
Section: perl
Installed-Size: 682
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: arm64
Version: 5.36.0-7+apertis0bv2024dev3b1
Replaces: perl-base (<< 5.36.0-2), perl-modules (<< 5.22.0~)
Provides: libansicolor-perl (= 5.01), libarchive-tar-perl (= 2.40), libattribute-handlers-perl (= 1.02), libautodie-perl (= 2.34), libcompress-raw-bzip2-perl (= 2.103), libcompress-raw-zlib-perl (= 2.105), libcompress-zlib-perl (= 2.106), libcpan-meta-perl (= 2.150010), libcpan-meta-requirements-perl (= 2.140), libcpan-meta-yaml-perl (= 0.018), libdigest-md5-perl (= 2.58), libdigest-perl (= 1.20), libdigest-sha-perl (= 6.02), libencode-perl (= 3.17), libexperimental-perl (= 0.028), libextutils-cbuilder-perl (= 0.280236), libextutils-command-perl (= 7.64), libextutils-install-perl (= 2.20), libextutils-parsexs-perl (= 3.450000), libfile-spec-perl (= 3.8400), libhttp-tiny-perl (= 0.080), libi18n-langtags-perl (= 0.45), libio-compress-base-perl (= 2.106), libio-compress-bzip2-perl (= 2.106), libio-compress-perl (= 2.106), libio-compress-zlib-perl (= 2.106), libio-zlib-perl (= 1.11), libjson-pp-perl (= 4.07000), liblocale-maketext-perl (= 1.31), liblocale-maketext-simple-perl (= 0.21.01), libmath-bigint-perl (= 1.999830), libmath-complex-perl (= 1.5902), libmime-base64-perl (= 3.16), libmodule-corelist-perl (= 5.20220520), libmodule-load-conditional-perl (= 0.74), libmodule-load-perl (= 0.36), libmodule-metadata-perl (= 1.000037), libnet-perl (= 1:3.14), libnet-ping-perl (= 2.74), libparams-check-perl (= 0.38), libparent-perl (= 0.238), libparse-cpan-meta-perl (= 2.150010), libperl-ostype-perl (= 1.010), libpod-escapes-perl (= 1.07), libpod-simple-perl (= 3.43), libstorable-perl (= 3.26), libsys-syslog-perl (= 0.36), libtest-harness-perl (= 3.44), libtest-simple-perl (= 1.302190), libtest-tester-perl (= 1.302190), libtest-use-ok-perl (= 1.302190), libtext-balanced-perl (= 2.04), libthread-queue-perl (= 3.14), libthreads-perl (= 2.27), libthreads-shared-perl (= 1.64), libtime-hires-perl (= 1.9770), libtime-local-perl (= 1.3000), libtime-piece-perl (= 1.3401), libunicode-collate-perl (= 1.31), libversion-perl (= 1:0.9929), libversion-requirements-perl, podlators-perl (= 4.14)
Depends: perl-base (= 5.36.0-7+apertis0bv2024dev3b1), perl-modules-5.36 (>= 5.36.0-7+apertis0bv2024dev3b1), libperl5.36 (= 5.36.0-7+apertis0bv2024dev3b1)
Pre-Depends: dpkg (>= 1.17.17)
Recommends: netbase
Suggests: perl-doc, libterm-readline-gnu-perl | libterm-readline-perl-perl, make, libtap-harness-archive-perl
Conflicts: libjson-pp-perl (<< 2.27200-2)
Breaks: apt-show-versions (<< 0.22.10), libdist-inkt-perl (<< 0.024-5), libmarc-charset-perl (<< 1.35-3), libperl-dev (<< 5.24.0~), perl-doc (<< 5.36.0-1), perl-modules-5.22, perl-modules-5.24, perl-modules-5.26 (<< 5.26.2-5)
Filename: pool/target/p/perl/perl_5.36.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 251264
MD5sum: 76c753ba4643db091b29fd0a54754d11
SHA1: a8436f7d75048075918ba6c6be4384dd506c814b
SHA256: f6dca446e8331af6bb5ffd1c5f1ee88f92b71600819eeae740932815888ec0e3
SHA512: a6578521145ad457137f448397371051a9d6d3f706d87491e659a9b1d1de8395e7d992147ad748431a6e770068a6352dcf9bbb928b5e9a1bd79948909631484a
Description: Larry Wall's Practical Extraction and Report Language
 Perl is a highly capable, feature-rich programming language with over
 20 years of development. Perl 5 runs on over 100 platforms from
 portables to mainframes. Perl is suitable for both rapid prototyping
 and large scale development projects.
 .
 Perl 5 supports many programming styles, including procedural,
 functional, and object-oriented. In addition to this, it is supported
 by an ever-growing collection of reusable modules which accelerate
 development. Some of these modules include Web frameworks, database
 integration, networking protocols, and encryption. Perl provides
 interfaces to C and C++ for custom extension development.
Homepage: http://dev.perl.org/perl5/
Multi-Arch: allowed

Package: perl-base
Essential: yes
Priority: required
Section: perl
Installed-Size: 7862
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: arm64
Source: perl
Version: 5.36.0-7+apertis0bv2024dev3b1
Replaces: libfile-path-perl (<< 2.18), libfile-temp-perl (<< 0.2311), libio-socket-ip-perl (<< 0.41), libscalar-list-utils-perl (<< 1:1.62), libsocket-perl (<< 2.033), libxsloader-perl (<< 0.31), perl (<< 5.10.1-12), perl-modules (<< 5.20.1-3)
Provides: libfile-path-perl (= 2.18), libfile-temp-perl (= 0.2311), libio-socket-ip-perl (= 0.41), libscalar-list-utils-perl (= 1:1.62), libsocket-perl (= 2.033), libxsloader-perl (= 0.31), perlapi-5.36.0
Pre-Depends: libc6 (>= 2.35), libcrypt1 (>= 1:4.1.0), dpkg (>= 1.17.17)
Suggests: perl, sensible-utils
Conflicts: defoma (<< 0.11.12), doc-base (<< 0.10.3), mono-gac (<< 2.10.8.1-3), safe-rm (<< 0.8), update-inetd (<< 4.41)
Breaks: amanda-common (<< 1:3.3.9-2), backuppc (<< 4.4.0-7~), bucardo (<< 5.5.0-1.1), debconf (<< 1.5.61), dh-haskell (<< 0.3), duck (<< 0.14.1), intltool (<< 0.51.0-4), kio-perldoc (<< 20.04.1-1), latexml (<< 0.8.4-2), libdevel-mat-dumper-perl (<< 0.42-3), libencode-arabic-perl (<< 14.2-2), libexception-class-perl (<< 1.42), libfile-path-perl (<< 2.18), libfile-spec-perl (<< 3.8400), libfile-temp-perl (<< 0.2311), libio-socket-ip-perl (<< 0.41), libmp3-tag-perl (<< 1.13-1.2), libsbuild-perl (<< 0.67.0-1), libscalar-list-utils-perl (<< 1:1.62), libsocket-perl (<< 2.033), libxsloader-perl (<< 0.31), mailagent (<< 1:3.1-81-2), perl (<< 5.36.0~), perl-modules (<< 5.36.0~), pod2pdf (<< 0.42-5.1), slic3r (<< 1.2.9+dfsg-6.1), slic3r-prusa (<< 1.37.0+dfsg-1.1), texinfo (<< 6.1.0.dfsg.1-8)
Filename: pool/target/p/perl/perl-base_5.36.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 1487852
MD5sum: dd4f6f7bbbbf1c38faa6adb2ac0f6840
SHA1: 3588a2603613f1527b37206d1e6936f7c4302699
SHA256: cc2d474be04b9d61141468d2f5abe6e801b9221af28e866cc2d45a7e922984e8
SHA512: 6d6b730c0fb0bdd834928ec8c59b77b0bb1a04645b6bec18f1e734a371c29ea1b5bcea7fc23f90498787d0bbc7a68beef048a712a415b62fe05369ce1e24e4c8
Description: minimal Perl system
 Perl is a scripting language used in many system scripts and utilities.
 .
 This package provides a Perl interpreter and the small subset of the
 standard run-time library required to perform basic tasks. For a full
 Perl installation, install "perl" (and its dependencies, "perl-modules-5.36"
 and "perl-doc").
Homepage: http://dev.perl.org/perl5/

Package: perl-debug
Priority: optional
Section: devel
Installed-Size: 21450
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: arm64
Source: perl
Version: 5.36.0-7+apertis0bv2024dev3b1
Depends: perl (= 5.36.0-7+apertis0bv2024dev3b1), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0)
Filename: pool/target/p/perl/perl-debug_5.36.0-7+apertis0bv2024dev3b1_arm64.deb
Size: 11205900
MD5sum: c0be807aa919f3e7db92ed3dc2f0690d
SHA1: 4107d786f4eaf6f23e1fd8a4634f2a454d51b28d
SHA256: c1888eaa6f79ff0978263f727f603384178c35259938c3fbcbb794231faf739f
SHA512: ef468fd0286745b0213effe0c5b43cbf36606ca09d11444a49cbbf7a39e76c378d11acd045f6357474c8362392094d4f90c93608cf81573ac9088474f3eda2c4
Description: debug-enabled Perl interpreter
 debugperl provides a debug-enabled version of Perl which can produce
 extensive information about the interpreter as it compiles and executes
 a program (see the -D switch in perlrun(1)).
 .
 Note that this package is primarily of use in debugging *Perl* rather
 than perl programs, which may be traced/debugged using the standard
 perl binary using the -d switch (see perldebug(1)).
 .
 In addition, this package also includes debugging information for the normal
 Perl interpreter.
Build-Ids: 0171406a3b23ef4a5970301a92bd9ad44b615b2d 0ad94e4ad13824d92ab699f844f859b2c900c61a 12d7406b40ab02d8dd1908ffa42cef4fd6186d87 149c10e9fb572efca4652bfcee8b65fc730b7e15 216eb28740535c8a6ede03e7dacd846142df75aa 2255c0ec683c30fa90f1f281bd38569b218561f6 25009d2bdf120be34b6b09142d003a95355e78fe 33c9a7d9d94a24e12524bbd289a91d32a90aacf1 33dde6965d4fb472093925b9b7beaae26a8a5208 359a404b983dffea79044bda0bebf213901b1220 3d6c4b74d05fc3d8332dda351385211f6bebc2d8 3dbb7a8a65d7c7e77997fca6d9c18e218c8858b9 3ea3717f305e7aab6d3fa948c876e96f71023251 47cb7fb9141503e7b6887c1ffe516006a0a19c55 54d32d651c4bc42bea5d1d772a6aad6d9984280d 5b120f5fc597de8251b804ce344d03304b887c4c 6c05e4e624e73bf988484fc6c6ca9d9330e39440 70e606d9701545dbf4ce3b40e390b36cc9f8b162 7d046661eee9725d879966f536513cd32ad41231 81373305636498689ccadac70f0f02ffeaf9ffdc 828bfe77f5eb18730ff3cf7b6bf47dce3e8746f1 82c9bb4308f2e1c4591b7a33298ed2f27b0dbb56 857e40cc55af58f03fad725027056a05ab3e0c4a 8b8baf7d8e51fc43bbbfdf8ccdb4d71f015e9535 8f9eda98de826f024f17175758e451689557f4f2 915396acb6db8d045d13a1a96a7ec764a8e1bf6c 93d23b9d87be38cf55fcef90de1fda60051140a4 9519d50584b6aa8efd7c06f45585fee18281e291 9760437f22f2fe0625216d2cb69f5498654d7fe2 995929543aad60c4e1ae8d532036c43e4333c88a 99fd101ee1a9e6e4e91f838f65bfde848b86514b 9b21ced5149ca9edd64f1133894340df3eb5b365 a27bd7f71b487d47849e0e7e27e6610187c36b58 a42b0bddae8e1125f8f960029a764714bd08b827 a8f2ae28a509f22730b56f313665ad67f6ae7542 b46447942d59626c4ffb482e438bbe09d9b7fa6a b69d011ac842e0de8952cc0dade87514e567ac3b bf47be4bb976b09385aecc8e754e69e255fd969b c0d9a4e76dab8e13ce79a9a3ce5509602c979201 c604d3d9656def3e9712466bb591197607c732be c6959196c3b44df2c004a3cd34d79a0c5cc5ab85 c6b0d36e08215853fc80e0eca7878fc57e3bac15 ca66fea5c595199221e24a0eb3c268183020b6e4 ca905ba91b303c0784f75b636d387803fd978ed8 d3fb6017a2e8491d79fedbf2ef5e49a50176cf40 d477360b858c8b143401466eba3d17f540b6be98 dd0541236639d02fbe634efbc9138edf2e06d5d9 dfe303eaf53acca8cec13aac7cefc26e55da1e69 e5cbfcdec64fb67d071726549e8eb5d323901586 e5ef23aa6ebe96dd8f3cb2ed49aa53f2ff8336d9 e88fdd221cba993b56a161a0c6d0b0b5bfd7ed97 f042b663a9c3373085b21050056d2efe43dea323 f0f3cfc65bce00c262571b2fd703495383e843c7 f68709d54546a600071f684a876dd46c2d8ee9e7 ff0b63e5e9e22093d9282a3c3ea3d97e49d712af ffd2edb23aeba8a17a15ecf57eb3f63fd7b4f208
Homepage: http://dev.perl.org/perl5/

Package: perl-doc
Priority: optional
Section: doc
Installed-Size: 14992
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: all
Source: perl
Version: 5.36.0-7+apertis0bv2024dev3b1
Depends: perl (>= 5.36.0-1)
Suggests: man-browser, groff-base
Filename: pool/target/p/perl/perl-doc_5.36.0-7+apertis0bv2024dev3b1_all.deb
Size: 7910272
MD5sum: d3a720640e7a19198a4424cf4da2955c
SHA1: 38312bf2000448521d56f508fe669784dec5790e
SHA256: 7ba31fa6708ec8b71cb4c86f7415306d0d0175f7609af44ec4b3135cd523ab9b
SHA512: d973c1afa8ed4e3f01ee73f960e807fc09732fd04781a5ac49c99326052194643890a615477bf6beb84eb2a8f503cccabec24947489c551f27bada0d2e2c793c
Description: Perl documentation
 Perl manual pages, POD documentation and the `perldoc' program.  If you are
 writing Perl programs, you almost certainly need this.
Homepage: http://dev.perl.org/perl5/
Multi-Arch: foreign

Package: perl-modules-5.36
Priority: optional
Section: libs
Installed-Size: 17829
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: all
Source: perl
Version: 5.36.0-7+apertis0bv2024dev3b1
Replaces: libansicolor-perl (<< 5.01), libarchive-tar-perl (<< 2.40), libattribute-handlers-perl (<< 1.02), libautodie-perl (<< 2.34), libcpan-meta-perl (<< 2.150010), libcpan-meta-requirements-perl (<< 2.140), libcpan-meta-yaml-perl (<< 0.018), libdigest-perl (<< 1.20), libexperimental-perl (<< 0.028), libextutils-cbuilder-perl (<< 0.280236), libextutils-command-perl (<< 7.64), libextutils-install-perl (<< 2.20), libextutils-parsexs-perl (<< 3.450000), libfile-spec-perl (<< 3.8400), libhttp-tiny-perl (<< 0.080), libi18n-langtags-perl (<< 0.45), libio-zlib-perl (<< 1.11), libjson-pp-perl (<< 4.07000), liblocale-maketext-perl (<< 1.31), liblocale-maketext-simple-perl (<< 0.21.01), libmath-bigint-perl (<< 1.999830), libmath-complex-perl (<< 1.5902), libmodule-corelist-perl (<< 5.20220520), libmodule-load-conditional-perl (<< 0.74), libmodule-load-perl (<< 0.36), libmodule-metadata-perl (<< 1.000037), libnet-perl (<< 1:3.14), libnet-ping-perl (<< 2.74), libparams-check-perl (<< 0.38), libparent-perl (<< 0.238), libparse-cpan-meta-perl (<< 2.150010), libperl-ostype-perl (<< 1.010), libpod-escapes-perl (<< 1.07), libpod-simple-perl (<< 3.43), libtest-harness-perl (<< 3.44), libtest-simple-perl (<< 1.302190), libtest-tester-perl (<< 1.302190), libtest-use-ok-perl (<< 1.302190), libtext-balanced-perl (<< 2.04), libthread-queue-perl (<< 3.14), libtime-local-perl (<< 1.3000), libunicode-collate-perl (<< 1.31), libversion-perl (<< 1:0.9929), perl-base (<< 5.22.0~), perl-modules, podlators-perl (<< 4.14)
Provides: perl-modules
Depends: perl-base (>= 5.36.0-1)
Pre-Depends: dpkg (>= 1.17.17)
Recommends: perl (>= 5.36.0-1)
Conflicts: perl-modules (<< 5.22.0~)
Breaks: libansicolor-perl (<< 5.01), libarchive-tar-perl (<< 2.40), libattribute-handlers-perl (<< 1.02), libautodie-perl (<< 2.34), libcpan-meta-perl (<< 2.150010), libcpan-meta-requirements-perl (<< 2.140), libcpan-meta-yaml-perl (<< 0.018), libdigest-perl (<< 1.20), libexperimental-perl (<< 0.028), libextutils-cbuilder-perl (<< 0.280236), libextutils-command-perl (<< 7.64), libextutils-install-perl (<< 2.20), libextutils-parsexs-perl (<< 3.450000), libfile-spec-perl (<< 3.8400), libhttp-tiny-perl (<< 0.080), libi18n-langtags-perl (<< 0.45), libio-zlib-perl (<< 1.11), libjson-pp-perl (<< 4.07000), liblocale-maketext-perl (<< 1.31), liblocale-maketext-simple-perl (<< 0.21.01), libmath-bigint-perl (<< 1.999830), libmath-complex-perl (<< 1.5902), libmodule-corelist-perl (<< 5.20220520), libmodule-load-conditional-perl (<< 0.74), libmodule-load-perl (<< 0.36), libmodule-metadata-perl (<< 1.000037), libnet-perl (<< 1:3.14), libnet-ping-perl (<< 2.74), libparams-check-perl (<< 0.38), libparent-perl (<< 0.238), libparse-cpan-meta-perl (<< 2.150010), libperl-ostype-perl (<< 1.010), libpod-escapes-perl (<< 1.07), libpod-simple-perl (<< 3.43), libtest-harness-perl (<< 3.44), libtest-simple-perl (<< 1.302190), libtest-tester-perl (<< 1.302190), libtest-use-ok-perl (<< 1.302190), libtext-balanced-perl (<< 2.04), libthread-queue-perl (<< 3.14), libtime-local-perl (<< 1.3000), libunicode-collate-perl (<< 1.31), libversion-perl (<< 1:0.9929), maildirsync (<< 1.2-2.1), perl (<< 5.36.0~), podlators-perl (<< 4.14)
Filename: pool/target/p/perl/perl-modules-5.36_5.36.0-7+apertis0bv2024dev3b1_all.deb
Size: 2828088
MD5sum: 74dc2dd9b5ba09239867795094f79935
SHA1: 5760c0db8dc953f4ee593115a664ec9af78f9078
SHA256: 473e85b710bc1f24cc69514aac3c0c01dd3f291edaa806b658635668f5fd4806
SHA512: 601ece990295fde90661b4f0038a209952643ea16b8d0c2a3fbe1124687148d181347b8babf68909647ca641445dbe3cae70486362f1400213dddaa42fbc7f18
Description: Core Perl modules
 Architecture independent Perl modules.  These modules are part of Perl and
 required if the `perl' package is installed.
 .
 Note that this package only exists to save archive space and should be
 considered an internal implementation detail of the `perl' package.
 Other packages should not depend on `perl-modules-5.36' directly, they
 should use `perl' (which depends on `perl-modules-5.36') instead.
Homepage: http://dev.perl.org/perl5/
Multi-Arch: foreign

Package: php-google-protobuf
Priority: optional
Section: php
Installed-Size: 799
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Filename: pool/target/p/protobuf/php-google-protobuf_3.21.12-3+apertis1bv2024dev3b1_all.deb
Size: 125848
MD5sum: e95f0e300433d9a052a089fedd73bb20
SHA1: 8b8329f0fd4c56f3d3d854683663b0bd08a1e623
SHA256: b7264990b92a1555d7a63362bc07971eb8091bde997ef392f38e36686c645220
SHA512: 94e9d07ea3ccc2d0c176b1f8864ff0679d40c32b11d07379560dbb2694a2d3e22aa09985d2704479665f7196107b1867499908277efb9095771abb0ba36ac675
Description: PHP bindings for protocol buffers
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the PHP bindings for the protocol buffers. You will
 need the protoc tool (in the protobuf-compiler package) to compile your
 definition to PHP code, and then the modules in this package will allow
 you to use those classes in your programs.
Homepage: https://github.com/google/protobuf/
Multi-Arch: foreign

Package: pipewire
Priority: optional
Section: video
Installed-Size: 103
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: libpipewire-0.3-modules (= 0.3.65-3+apertis2bv2024dev3b1), pipewire-bin (= 0.3.65-3+apertis2bv2024dev3b1), init-system-helpers (>= 1.52), adduser
Filename: pool/target/p/pipewire/pipewire_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 85160
MD5sum: 89d55e6fbb003ee0539b08ca15e13cb1
SHA1: b83f10cc4878ee354be48d7a664a9f22589fea33
SHA256: 27fcaa9e8444a0c6d84ca28e93c77de9d1c099cbfe8c3d3f170163b3224f9ba9
SHA512: 7174076140b2634fe79d148d619d965214acac832a5a73cd49feb914b27160f9eaee63c433cd5ce3e47fce69738c04733cb661e7e7f7963ff5423ec8bc6b116b
Description: audio and video processing engine multimedia server
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This metapackage makes PipeWire available for programs of the same
 architecture, and provides the systemd user service necessary to run
 pipewire on-demand.
Homepage: https://pipewire.org/
Multi-Arch: same

Package: pipewire-alsa
Priority: optional
Section: sound
Installed-Size: 244
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~)
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), libasound2 (>= 1.1.7), libc6 (>= 2.17), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1)
Conflicts: pulseaudio
Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~)
Filename: pool/target/p/pipewire/pipewire-alsa_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 56608
MD5sum: fd1ad32f7be98252d1437e7b4869f778
SHA1: bafbf748d898827372cfa54718721aa17139830d
SHA256: 45a415453e7892386e6a407ae85b0ced9b4d1a2cf3287042fa9e6e854487fe45
SHA512: 27d3a6cac313a131dd8982a08dc11c9d803472b3096af16f729234116fbc2739d952f4739e53f9bc05aae512240b6df916f240a8f68aabedc2fa5fa6ddd871bf
Description: PipeWire ALSA plugin
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains the ALSA plugin.
Homepage: https://pipewire.org/
Multi-Arch: same

Package: pipewire-alsa-dbgsym
Priority: optional
Section: debug
Installed-Size: 179
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-alsa (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-alsa-dbgsym_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 148944
MD5sum: 1e90c26bc39418effec9f832b03b505a
SHA1: ec96090761890f2f6d8450ee4e82c182929b0ad7
SHA256: da41a229af0a4febf1f61c04896249d92427020767c6d756ce0bdc4b0e69098b
SHA512: af1fcb7646463f0568f58860a6b5179a34af981d4092c24bf80583b59f6da41c6ff53cc002ee3a5c4dc35589705477a96ee7921625b599bc10467340b600d71f
Description: debug symbols for pipewire-alsa
Auto-Built-Package: debug-symbols
Build-Ids: 17962b534b7012ca24a6708460b918d4252859a1 2a4f6f53be0e4ba0bc5bcf92685976972ec5061e
Multi-Arch: same

Package: pipewire-audio
Priority: optional
Section: sound
Installed-Size: 32
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: all
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pulseaudio, pulseaudio-module-bluetooth
Depends: libspa-0.2-bluetooth, pipewire-alsa, pipewire-pulse, wireplumber
Conflicts: pulseaudio, pulseaudio-module-bluetooth
Filename: pool/target/p/pipewire/pipewire-audio_0.3.65-3+apertis2bv2024dev3b1_all.deb
Size: 20376
MD5sum: 2c5a2e069db91384d3ba3e2dcba709c2
SHA1: 7cf487dccf38a1a52b318a2135473fa9f74ffb40
SHA256: 04e39ccbb9ce57e23ffd1ea8879b3f4fbd88e018a7802354f2d5c8e32aca5a28
SHA512: 7fc578727c307380955b91e856112dced4a3e19873feb695225a1430e40a9d12abca5798e6d815ef35808f7ff417c55af7912c35c80b6d577e2b05b1c7c91943
Description: recommended set of PipeWire packages for a standard audio desktop use
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This metapackage depends on a recommended set of pipewire packages
 for a standard audio desktop use.
Homepage: https://pipewire.org/

Package: pipewire-audio-client-libraries
Priority: optional
Section: oldlibs
Installed-Size: 32
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: all
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-alsa, pipewire-jack
Filename: pool/target/p/pipewire/pipewire-audio-client-libraries_0.3.65-3+apertis2bv2024dev3b1_all.deb
Size: 20168
MD5sum: 92bab658639ead4c9853ba8ebd8850ed
SHA1: 4e5a35de2b8bd92563c578fa21d3b70c574fe004
SHA256: faa58a08da4d866db8229ce93742907e5a6dd93ea4d1791c420e9c735a70ae90
SHA512: 68a82c2f3e82c7657d88fc35cdfdc89612f189d7547505298195adc6889c6f74c040126010346e7b191b6d9df920bec7ee50bbf5b6f83a86169d3348b83405a7
Description: transitional package for pipewire-alsa and pipewire-jack
 PipeWire is a server and user space API to deal with multimedia
 pipelines.
 .
 This is a transitional package for pipewire-alsa and pipewire-jack.
 It can safely be removed.
Homepage: https://pipewire.org/

Package: pipewire-bin
Priority: optional
Section: video
Installed-Size: 2269
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pipewire (<< 0.3.5)
Depends: libpipewire-0.3-modules (= 0.3.65-3+apertis2bv2024dev3b1), libasound2 (>= 1.2.1.1), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libedit2 (>= 3.1-20130611-0), libncursesw6 (>= 6), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1), libsndfile1 (>= 1.0.20), libtinfo6 (>= 6)
Recommends: dbus-user-session, wireplumber | pipewire-media-session, rtkit
Breaks: pipewire (<< 0.3.5)
Filename: pool/target/p/pipewire/pipewire-bin_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 290056
MD5sum: e9c60e0a6c55fb860e2b642ca1623f55
SHA1: 85bbe29b6b7b0182a7db2a41ce5c73bb99b49875
SHA256: 02830c2cf671206b9037478fd36dc3cb0d08810d380b162fff6e351afe4f0a88
SHA512: 51b25c20fd34f4f4c0c3cd68ca706e78a87c37fd0beffe0cb401ee80f856b99964a911cb3c8ffdc7596aeda33987443f40d3409b627554b3653ddf3487957250
Description: PipeWire multimedia server - programs
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains the server and command-line utilities, and should
 not normally be depended on directly. PipeWire clients should depend on
 the pipewire package instead.
Homepage: https://pipewire.org/
Multi-Arch: foreign

Package: pipewire-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 1147
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-bin (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-bin-dbgsym_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 943512
MD5sum: 430af96de6d0e40dd52c74be60bffdaf
SHA1: 9d965c60e1948bf5073db96b0bffbf4f41e85859
SHA256: d5aaaa5f8718173ba3ca1cf33451603449ad87dabf6e502a3b386eb78778625f
SHA512: b637d49cc065ee3f1a0d789097e6f6d26d209aaf43f037f2b445558c50ee9ff96df390cef71986d07fdf75ac399568332997396919354fe9329f67f35b58b3ff
Description: debug symbols for pipewire-bin
Auto-Built-Package: debug-symbols
Build-Ids: 00407cf07f410ad3fe4d60cc2cac078df0dac814 2168510be28e33d854196f8e52e2f2bb4e6d8d0a 2b26ea67e6d302733af53679dc5b18aa66324369 3176c22b0aea7c9c488ff8fbb391a65fa24b5ec1 3befe4a1dd2da5bec231abf456d715d50ca5e221 42412889196f4704ca91308693dc0aec6a6e246f 4d04f3f29d91f67c76970b0742888bc6ac45fa32 54955b7c840fdab136f3ba235d5cb4fcf2330e41 7fb3ffeb9dcec66d95702bd61794639fb0d29eff 80244ba1405f7e688ac71ced81572eecc6032c8d 9d252aeffae225f82fc6448a8996f8ffc925fedd a1d052b2ea64b7d24ce7938fdb6ca37bb481f8cf a8a371c677be392f91abe3043b0a7df15b49444b baf70c44a585b6adbcff74f04bc1ea8ec8f221ad d053dc0f16121c9c826075f82aaaa1de57f3ef23 d3c56535553f1d09c37ead12c0c9eab59cb1a2db dec47360c98786b522db271d1ad3d4f951a000ba feaa87b0a1336e7d17da7f86b26972f6bed57d9b

Package: pipewire-doc
Priority: optional
Section: doc
Installed-Size: 26473
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: all
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: libpipewire-0.2-doc (<< 0.3.1)
Breaks: libpipewire-0.2-doc (<< 0.3.1)
Filename: pool/target/p/pipewire/pipewire-doc_0.3.65-3+apertis2bv2024dev3b1_all.deb
Size: 1462268
MD5sum: 8235e1333ebedcc2d411def8a9076d78
SHA1: 12563bb1d403cf4e394dc0e9cff82de22339b5b4
SHA256: 948c12d30e4f9d7f12d2a3b8e62a7cfe925a77dd75da9eb3cb8cd3753741f1c4
SHA512: 3819f3b38c730c5b6faaea9d8b8ef5ea2cf99526567caaa2070cf03d50d9a52ef2e84ab71946e4d89a83fe606c4200c5ebb2b55dc67bf3ba25456cae30817e98
Description: libraries for the PipeWire multimedia server - documentation
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains the API reference.
Homepage: https://pipewire.org/
Multi-Arch: foreign

Package: pipewire-jack
Priority: optional
Section: sound
Installed-Size: 639
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~)
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), libc6 (>= 2.34), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1)
Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~)
Filename: pool/target/p/pipewire/pipewire-jack_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 106236
MD5sum: 1f13bca62913a10baf84eb689a32a515
SHA1: d0d072719a91d0a266f84d864314892de11b6f77
SHA256: 3664a4af0541ede52fdc6c15295f6e6aa2600917b2016a9f883cdfe20dc2b42d
SHA512: 28387578764870c5b933e7b2e4c313814fcbaecc867d4064757df31795a51432910d287bd181a6fdc9b56da41d463e90eee6ce80c8939d450a921a443dcad805
Description: PipeWire JACK plugin
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains the JACK plugin.
Homepage: https://pipewire.org/
Multi-Arch: same

Package: pipewire-jack-dbgsym
Priority: optional
Section: debug
Installed-Size: 532
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-jack (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-jack-dbgsym_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 463912
MD5sum: 14eec9b4ca91a3c679bbb7729774b662
SHA1: 691d82e56fff941fa1a1c81903c53aca1b9e6312
SHA256: 42d200742ac9ba3d34e15e0bba4e144b80ee12d75e48f19168d19e130eaafe21
SHA512: c68ce559f07acac022e6ec0c68c9b625fd81cde760b92f2b00f0e11af0f8451d4838503cc88038192b1126ed2bb0d544a055db196484ef29d74d705a493b3421
Description: debug symbols for pipewire-jack
Auto-Built-Package: debug-symbols
Build-Ids: 39d7d250bf0da6b22e51c4ce3b08641604c63893 ea6b18e347e4aa6550fa3c9410857ae3bbabfdc4 f9526b1238d595fa10e7eff8d54c736073412f51
Multi-Arch: same

Package: pipewire-libcamera
Priority: optional
Section: video
Installed-Size: 168
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), libc6 (>= 2.32), libcamera0.0.3 (>= 0.0.3), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Filename: pool/target/p/pipewire/pipewire-libcamera_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 64512
MD5sum: 21e54649eda2e9a9614628d6ffa0ce3d
SHA1: 74ac7f203a85dbd10d421e1c2b137d36054d0adc
SHA256: 2081ab0c0681897e6fe73e383cd871d6df83852d8d293cc80fbb4c4d60cc765e
SHA512: 3fd3d63a091a3b24a14f7b258018958fce62d762dee18f04939058c90f294527a663e1719c3ffbc83430b0373302596f879e41bc3434671f5bf19423ec377e01
Description: PipeWire libcamera plugin
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains the libcamera plugin.
Homepage: https://pipewire.org/
Multi-Arch: same

Package: pipewire-libcamera-dbgsym
Priority: optional
Section: debug
Installed-Size: 585
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-libcamera (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-libcamera-dbgsym_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 565624
MD5sum: b523e1fc7dede55335f9580049021200
SHA1: 3b14f477daabd479946ff702b32acc0ef9da59c8
SHA256: 68e8a09ebc9fe238dc0a4b052fd262de59189bd55f68dcc140c4706a0dd4debd
SHA512: 692f0b3ff9e62f60576f21ce2bbc49d07c9f9ad7da42a0479ddc10aa88549b3c026672394ac65a896acf5dab381d9f4f4798c7c1092dabab634495f2c4f43f6f
Description: debug symbols for pipewire-libcamera
Auto-Built-Package: debug-symbols
Build-Ids: 0376fe7074250deaa4fefd4b3a2c161ee112233f
Multi-Arch: same

Package: pipewire-pulse
Priority: optional
Section: sound
Installed-Size: 58
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: pipewire-bin (<< 0.3.27-2)
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), init-system-helpers (>= 1.52)
Recommends: wireplumber | pipewire-media-session-pulseaudio
Suggests: libspa-0.2-bluetooth, pulseaudio-utils
Breaks: pipewire-bin (<< 0.3.27-2)
Filename: pool/target/p/pipewire/pipewire-pulse_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 24912
MD5sum: 1e9539d85dc497c10f5f9a3b35a8bbc7
SHA1: 8a3151cab3fc10c309c58da00b2fbee07c68279b
SHA256: da0c23e28ba3279d797b54d48608f9c79037c15eccd29e0812d011ae1ddd9ddf
SHA512: 0e7fbe68eb9a3dfe1ea284ba9cdeef5d3b661f729ed7c5529ed0c6a2b1c5276df7af421240af9e663fb5d6ec0712d1fca1838dfb0c205509bfd6891cfac8329e
Description: PipeWire PulseAudio daemon
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains the PulseAudio replacement daemon.
Homepage: https://pipewire.org/
Multi-Arch: foreign

Package: pipewire-tests
Priority: optional
Section: misc
Installed-Size: 2954
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), libasound2 (>= 1.0.16), libc6 (>= 2.34), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-tests_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 214936
MD5sum: f3281fe666ed0bdd4adfa6637d098f0b
SHA1: 2fbabc7bbc5c4e8d8785ac424df06eccd16a9289
SHA256: 557bab15ab3029d0552559b5a326c30a0ff26971756bd157bdae0b9552684a74
SHA512: bf848a050efd24146bafd1f7a07b7ae88440f87f1623d68eeb21a0af0c927147f48772fd1d06e2fdef0ab8be55dabd33bbd85b0a80c7b49f0125869305e37ee7
Description: PipeWire multimedia server - tests and examples
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains automated and manual tests and example programs.
Homepage: https://pipewire.org/

Package: pipewire-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 1596
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-tests (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-tests-dbgsym_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 1283024
MD5sum: 58d3ef22257d53b7435efda45a875184
SHA1: dc94f1d8495753f1c4d8ea3ff60fba05e843c91b
SHA256: f3a60e6632f2969f061f1dae9d78557efb85c3439b0f8ebb4063259aa1752420
SHA512: d6ac9e7ab4ddd7776e254df45500fe343d86a4d344c8c0b5c00463da890cec2151d500a70caafda4f42344e2736cbebf245967604c4bd59e5bcc1857b684eac7
Description: debug symbols for pipewire-tests
Auto-Built-Package: debug-symbols
Build-Ids: 08455ecd450c41072168ecdd83cac52e0306a2c6 0fffb6ed4286759ed6009a0a1e1e19817578dd16 27991b7ed4cde60cd9ed6fef5af3a588e64559e4 2b5db85580fc3fe8ab5405fee39f527d31dca3b6 3041684d9f00c3d8fa21b74ca519f4dc8f9c1a9a 38ba17eb021c6153a427ed9ef2b87dfc62fad146 461d0f439fdc96388cf80f2ef4bb3ea8bd61e751 4a5b00a2916961fbcf1330e0cf7cd8196cdb3e20 4d63af724ea0891d92d4579ebac486ea87e2bfe9 5033b8d33495d240404fa284c3f3ac71ab551f52 629cd8a56d65e5768704649e2cc6588b6a048c97 637edab73ac495ce3f0fad4b4f248ef1a6d4d411 685728aa4645aeccb7a69c55ba3077d434ca3b8d 6ff45594082babed0524b05c158297694a61653f 70795bfc92180387a995a2057cba669b7644b86c 7491aaa123ac3f900cfff6ca1af33ecd294f8157 84d863bea70b92b4ef0d42d81cc0f94e2fd46f2a 8eccefff81ada73e4aa94a7d0831d522437d85b8 9ca07e812baf26b02a9848aacda2dd1ac85d35fd 9ffabd5352d6d6aeb9a2b2c626f16ec2099685bd a92295565b8d1b0510351529ce268b4014dae9cf b4a08b4855da4b08f39eccd4254a4b242f3d61f1 bae1f339beb8207e53311ffabd209de206071509 bbc662ab39daac0eb7ee6bb55d7310cf0bea06d5 bf1972c26605eaa0425f70e3ce1f1ff39502163a c64491cbb2e5c08a7db3c9b8df2591604f70d5a8 cc32cd728f0c62488ceac225579e707d74f1c286 cd8f6d147f6b05e52f7b10df17dee5154364334a cfc77fca830336ea1a2ce328d22f64ead18498e1 d6f3d53a9b3628dd0100aade10bbd177fc468f98 e49a66b34f38f2f9acc597b9313aab30ccccb832 e98bdf6bc8a8f223038652fd2639bc8bfd4556a9 eae1065f63a0c10a94ec6f61fbc065248978bd95 ed2dbbde34132e293aad4280232ac302a4589be9 f1508c60d9e4899af255e09b9674688417571a52

Package: pipewire-v4l2
Priority: optional
Section: video
Installed-Size: 171
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Replaces: libpipewire-0.3-modules (<< 0.3.54-1), pipewire-bin (<< 0.3.54-1)
Depends: pipewire (= 0.3.65-3+apertis2bv2024dev3b1), libc6 (>= 2.34), libpipewire-0.3-0 (= 0.3.65-3+apertis2bv2024dev3b1)
Breaks: libpipewire-0.3-modules (<< 0.3.54-1), pipewire-bin (<< 0.3.54-1)
Filename: pool/target/p/pipewire/pipewire-v4l2_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 48028
MD5sum: 187cc5a3df85edabce436edc2e9f9d1f
SHA1: ce535f76b282a9644a20901b7d7dfa53fe7af2d9
SHA256: a0389fd9fc89613c91c2f2e0ecccacc933942da4b990ceb07cdb860a537fdd0e
SHA512: 374e0d5389daa0c244d108348b246beafa12caf4c7b4104a6a02b8eadf44bafefe4e3e246cf6fe97f9a9a580139efb5f4fe8b75e680a68e8123b7d41a06bbc66
Description: PipeWire V4L2 plugin
 PipeWire is a server and user space API to deal with multimedia
 pipelines. This includes:
 .
  - Making available sources of video (such as from a capture devices or
    application provided streams) and multiplexing this with clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.
 .
 This package contains the V4L2 plugin.
Homepage: https://pipewire.org/
Multi-Arch: same

Package: pipewire-v4l2-dbgsym
Priority: optional
Section: debug
Installed-Size: 130
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: pipewire
Version: 0.3.65-3+apertis2bv2024dev3b1
Depends: pipewire-v4l2 (= 0.3.65-3+apertis2bv2024dev3b1)
Filename: pool/target/p/pipewire/pipewire-v4l2-dbgsym_0.3.65-3+apertis2bv2024dev3b1_arm64.deb
Size: 114528
MD5sum: 2aecc8764982a09edb66525692fc94fc
SHA1: f0aafd1569b45d2619714f9d24752b39861d9b03
SHA256: 422ff626ab78a757350ae112feb23318a9a0d5eb60a4067d72eb13432e04d7da
SHA512: 0aaf6f369c204f82a31c766892c83c4417df453cd9de5626316e03a4e0d2605618d1109a30bb0edb063397b85250c29dd80c4fb10d658727c7f2e590697774bd
Description: debug symbols for pipewire-v4l2
Auto-Built-Package: debug-symbols
Build-Ids: fba71cd7062b9e4d9c71cfeef94f4ba0acb25cd5
Multi-Arch: same

Package: pkexec
Priority: optional
Section: admin
Installed-Size: 100
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Replaces: policykit-1 (<< 0.120-4~)
Depends: polkitd (= 122-3+apertis1bv2024dev3b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.35.9), libpam0g (>= 0.99.7.1), libpolkit-agent-1-0 (= 122-3+apertis1bv2024dev3b1), libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1)
Breaks: policykit-1 (<< 0.120-4~)
Filename: pool/target/p/policykit-1/pkexec_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 23764
MD5sum: 972ec029a845e8580326022ddfd0ab76
SHA1: c6c28234420cafc92b8249b1ab2ed5d5408937ff
SHA256: 77dd41626ee605ac0001005b3673c0643f105a067923afd54b68f5dae5210b33
SHA512: 6957776f7d9484bd4cc231024453caefda536fa80b5131cffa6656fb5a90acbfaf63399f581bdfa540c3353b889722050b361f1c8a06e4cd0ae77924a586bef4
Description: run commands as another user with polkit authorization
 polkit is an application-level toolkit for defining and handling the policy
 that allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 pkexec is a setuid program to allow certain users to run commands as
 root or as a different user, similar to sudo. Unlike sudo, it carries
 out authentication and authorization by sending a request to polkit,
 so it uses desktop environments' familiar prompting mechanisms for
 authentication and uses polkit policies for authorization decisions.
 .
 By default, members of the 'sudo' Unix group can use pkexec to run any
 command after authenticating. The authorization rules can be changed by
 the local system administrator.
 .
 If this functionality is not required, removing the pkexec package will
 reduce security risk by removing a setuid program.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/
Multi-Arch: foreign

Package: pkexec-dbgsym
Priority: optional
Section: debug
Installed-Size: 39
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: pkexec (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/pkexec-dbgsym_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 21972
MD5sum: 2e698b611dc46f5b87e2153a8babf9b4
SHA1: e5b2df234e2ec1ce596d0ec4f0ffc55407544f76
SHA256: 87d8040d0a7ab0a3317943133264a2ff6ecbaa26304e193ec89dba4897911b35
SHA512: 90e83eb136009399e833ac0decc4d6e6ce5aed7f5c9092271948cbcf896d7e2d8c309bd8b6477af851d14a0eef02c5486814c04cfa3efa57146136902c93f2bb
Description: debug symbols for pkexec
Auto-Built-Package: debug-symbols
Build-Ids: 0b9b41e93e44889b772d2fddc6886f0490ec0183

Package: plymouth
Priority: optional
Section: misc
Installed-Size: 1044
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Version: 22.02.122-3+apertis1bv2024dev3b1
Replaces: plymouth-drm (<< 0.9.0-6~), plymouth-themes (<< 0.9.0-8~)
Depends: init-system-helpers (>= 1.18), initramfs-tools | dracut, lsb-base (>= 3.0-6), systemd (>= 232-8~), udev (>= 232-8~), libc6 (>= 2.34), libdrm2 (>= 2.4.47), libplymouth5 (>= 0.9.5+git20211018)
Suggests: desktop-base, plymouth-themes
Conflicts: console-common
Breaks: mawk (<< 1.3.4), plymouth-drm (<< 0.9.0-6~), plymouth-themes (<< 0.9.0-8~)
Filename: pool/target/p/plymouth/plymouth_22.02.122-3+apertis1bv2024dev3b1_arm64.deb
Size: 161224
MD5sum: 8b7382020e41d173c3f37910f87b8216
SHA1: df132059081209d4b8259ac3b841554cab278538
SHA256: 5749675cdec09227990cf44ad00aa244390288cdc6bb40d2366c7d3b1211fde1
SHA512: 49b2dff9b1c2f943678b97d771cb100a3c518695979f4c96566a9073fad545936e060c6d502199476c1226c092a298123b6e3823ddc969515f11ca194c7b65d0
Description: boot animation, logger and I/O multiplexer
 Plymouth provides a boot-time I/O multiplexing framework - the most obvious
 use for which is to provide an attractive graphical animation in place of
 the text messages that normally get shown during boot. (The messages are
 instead redirected to a logfile for later viewing.) However, in event-driven
 boot systems Plymouth can also usefully handle user interaction such as
 password prompts for encrypted file systems.
 .
 This package provides the basic framework, enabling a text-mode animation.
Homepage: https://www.freedesktop.org/wiki/Software/Plymouth

Package: plymouth-dbgsym
Priority: optional
Section: debug
Installed-Size: 413
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Depends: plymouth (= 22.02.122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/plymouth/plymouth-dbgsym_22.02.122-3+apertis1bv2024dev3b1_arm64.deb
Size: 297936
MD5sum: c173cd7609ae52f3b6c517f317ccaddf
SHA1: f532c69f51c0dddfe16fb000d198ea13c3302346
SHA256: 7fcbe5c6e76d2b1205cecdebd611d7a420899ccb68f3a566376dadf7064ba028
SHA512: eb34a269ed3fcd1e1dff41557638d493996269d41443cf7651410953ca4ca096586794aa6e6ce9c53de3f6e9c11034dccac827039261a2183a40abd29bab182a
Description: debug symbols for plymouth
Auto-Built-Package: debug-symbols
Build-Ids: 25d55e3968acb6a3b7fb15efc8526dcf9454c8a1 2c03b9cc5169c5527e0989954d62b58e83db58f6 2cb5d58ccf0d2b39644a60e26c81021d1e9e6379 3b95a4101d5a21931cf02ee9a33321f3d3d05d33 7bacc0209829cf6950798815f02f9b73c02ea528 81eb8be4d5c53058dde9e8b8dfcaa643e1eef68d 8bd7f8c77bbac413dced6c02334be57fed53476f bcfec571faacadf11e6c1ee322c3b554184ac2fa e18b25c07bdacc2c0e7e251b0a8c5b70ec69f18e

Package: plymouth-label
Priority: optional
Section: misc
Installed-Size: 86
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Replaces: plymouth-themes (<< 0.9.2-5~)
Depends: plymouth (= 22.02.122-3+apertis1bv2024dev3b1), libc6 (>= 2.17), libcairo2 (>= 1.14.0), libglib2.0-0 (>= 2.12.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libplymouth5 (>= 0.9.5)
Breaks: plymouth-themes (<< 0.9.2-5~)
Filename: pool/target/p/plymouth/plymouth-label_22.02.122-3+apertis1bv2024dev3b1_arm64.deb
Size: 10996
MD5sum: 4b6b7985fce38048f1436b81e31a4fec
SHA1: 444f16ed2246cb2a1b23f0d5ec3d5cbd9fb893e4
SHA256: daa2f7013b8e3317cc65f573a5a1f955f295b1a5b2f573fff872435f0d5ef091
SHA512: 7eaca4bbb9172572f04f418b3d0246a87bcc76f9d44f7ab86c3319445ee805fb155fe7f2608a488ca9d756f708bfda3099f609cfca715c597bbd714b21e880b3
Description: boot animation, logger and I/O multiplexer - label control
 Plymouth provides a boot-time I/O multiplexing framework - the most obvious
 use for which is to provide an attractive graphical animation in place of
 the text messages that normally get shown during boot. (The messages are
 instead redirected to a logfile for later viewing.) However, in event-driven
 boot systems Plymouth can also usefully handle user interaction such as
 password prompts for encrypted file systems.
 .
 This package contains the label control, used by various graphical themes
 to render text.
Homepage: https://www.freedesktop.org/wiki/Software/Plymouth

Package: plymouth-label-dbgsym
Priority: optional
Section: debug
Installed-Size: 26
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Depends: plymouth-label (= 22.02.122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/plymouth/plymouth-label-dbgsym_22.02.122-3+apertis1bv2024dev3b1_arm64.deb
Size: 10424
MD5sum: b0bc5a77683f01b912d399e53a093939
SHA1: 8f610a766e7be4cc82098aede1d1b70d9af8f428
SHA256: e4cd5c51d343c47181a88668e2f2c8cb87825ec77c29df673f2517ef096ef61a
SHA512: 97dc58a58d9d2b47d242e7538d925e6af1c6aedfd64864f039b24f0e8bb3406ecd58e0073012ef2d7b593eb8f13b9bd0af5b5776e1923d0179d91f5bb9469ab6
Description: debug symbols for plymouth-label
Auto-Built-Package: debug-symbols
Build-Ids: c43e28b9c87430217521cebc718cdea6127fe3f1

Package: plymouth-themes
Priority: optional
Section: misc
Installed-Size: 1101
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Replaces: plymouth-drm (<< 0.9.0-6~), plymouth-themes-all, plymouth-themes-fade-in, plymouth-themes-glow, plymouth-themes-script, plymouth-themes-solar, plymouth-themes-spinfinity, plymouth-themes-spinner
Provides: plymouth-theme, plymouth-themes-all, plymouth-themes-fade-in, plymouth-themes-glow, plymouth-themes-script, plymouth-themes-solar, plymouth-themes-spinfinity, plymouth-themes-spinner
Depends: fontconfig, fontconfig-config, fonts-cantarell, fonts-dejavu-core, plymouth (= 22.02.122-3+apertis1bv2024dev3b1), plymouth-label (= 22.02.122-3+apertis1bv2024dev3b1), libc6 (>= 2.29), libplymouth5 (>= 0.9.5)
Conflicts: plymouth-themes-all, plymouth-themes-fade-in, plymouth-themes-glow, plymouth-themes-script, plymouth-themes-solar, plymouth-themes-spinfinity, plymouth-themes-spinner
Breaks: libfontconfig1 (<< 2.13.0-5~), plymouth-drm (<< 0.9.0-6~)
Filename: pool/target/p/plymouth/plymouth-themes_22.02.122-3+apertis1bv2024dev3b1_arm64.deb
Size: 761836
MD5sum: 72720d426dc6a303d78dfc14d759f8ea
SHA1: 0745b2ea58f76b7a04ca1b699bc7c4404dadb7c3
SHA256: 7a5c3e21c10715b18e5b1ae968322af6bd1b91a825764df36c20de616530eb63
SHA512: 517fe1e7e557fb9522de39e2d74d424f115a90e94dfeba8dc85592509dcf8df7fe720f72bbb2c87955921cea9408aff713929e8fd0ce93214ab5153202174b10
Description: boot animation, logger and I/O multiplexer - themes
 Plymouth provides a boot-time I/O multiplexing framework - the most obvious
 use for which is to provide an attractive graphical animation in place of
 the text messages that normally get shown during boot. (The messages are
 instead redirected to a logfile for later viewing.) However, in event-driven
 boot systems Plymouth can also usefully handle user interaction such as
 password prompts for encrypted file systems.
 .
 This package provides the following themes:
 .
  * fade-in: features a centered logo that fades in and out while stars twinkle
    around the logo during system boot up.
  * glow: features a pie chart as progress indicator.
  * script: features a simple base theme.
  * solar: features a blue flamed sun with animated solar flares.
  * spinfinity: features a centered logo and animated spinner that spins in the
    shape of an infinity sign.
  * spinner: features a simple theme with a small spinner on a dark background.
Homepage: https://www.freedesktop.org/wiki/Software/Plymouth

Package: plymouth-themes-dbgsym
Priority: optional
Section: debug
Installed-Size: 134
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Depends: plymouth-themes (= 22.02.122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/plymouth/plymouth-themes-dbgsym_22.02.122-3+apertis1bv2024dev3b1_arm64.deb
Size: 91112
MD5sum: 530d1a5f77155b57c468de82b6cfa3cb
SHA1: 20da6169291e445955d58ba6fc8bd52966663af2
SHA256: ec74b700ecc5c9a2de6b2f2ded13ca6cf4bba638bf553d326aff91da08ae675c
SHA512: 4186d52b42ad448ec908bcd8c6dcafb7ae95ab26b1caf21be973328f140018966b4d093c01ae4890df1777f20d6da29fbf5212ea470af7b99443b805f9657df5
Description: debug symbols for plymouth-themes
Auto-Built-Package: debug-symbols
Build-Ids: 78b228c32f0c89dc9ab02ed2493aed1215ee338a 9971389c52b8d117155b5bb8c0d3b9949757dc90 bba90fcbfbc8a0bc8e87537293d8c7b432d42b5d

Package: plymouth-x11
Priority: optional
Section: misc
Installed-Size: 89
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Depends: plymouth (= 22.02.122-3+apertis1bv2024dev3b1), libc6 (>= 2.17), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.21.4), libplymouth5 (>= 0.9.5)
Recommends: plymouth-themes
Suggests: gdm
Filename: pool/target/p/plymouth/plymouth-x11_22.02.122-3+apertis1bv2024dev3b1_arm64.deb
Size: 12736
MD5sum: e4f93054ccb8487ab4f6b84007e3334c
SHA1: ea8dc1f0edc22426e7db048924a3b4e762f08bed
SHA256: a38b8958316a5b14addf1b0cecca2756ac43d66c9299946d41ca960deba9d8ab
SHA512: 018028a1a2c95a00556ea5fecb707e7287f6672148bf941195f524165506bb9b425042a2c021e20db9048e59bed212cdc7021e20871085822d7f87822901f0cc
Description: boot animation, logger and I/O multiplexer - X11 renderer
 Plymouth provides a boot-time I/O multiplexing framework - the most obvious
 use for which is to provide an attractive graphical animation in place of
 the text messages that normally get shown during boot. (The messages are
 instead redirected to a logfile for later viewing.) However, in event-driven
 boot systems Plymouth can also usefully handle user interaction such as
 password prompts for encrypted file systems.
 .
 This package contains the X11 renderer for a graphical boot splash.
Homepage: https://www.freedesktop.org/wiki/Software/Plymouth

Package: plymouth-x11-dbgsym
Priority: optional
Section: debug
Installed-Size: 38
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: plymouth
Version: 22.02.122-3+apertis1bv2024dev3b1
Depends: plymouth-x11 (= 22.02.122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/plymouth/plymouth-x11-dbgsym_22.02.122-3+apertis1bv2024dev3b1_arm64.deb
Size: 21392
MD5sum: 3849d8da43d4b97671d3658310c3a7eb
SHA1: 075b2c5c7f59f88342c55a2e0e4c2a685db685ac
SHA256: 0fcc9f08b93b0d49b8d347f6cde41d372605315ff591d164f8b0448639b334a2
SHA512: 626b5c6398304032012345cf02163cbd5a15a14ef3b85a99128a179396b291f7848161523172b1ee580c6044e180c81d3f35b421b78df61206ae6f2dd5176291
Description: debug symbols for plymouth-x11
Auto-Built-Package: debug-symbols
Build-Ids: 3b18616579dd5556ce238774035559a362cca601

Package: podman
Priority: optional
Section: admin
Installed-Size: 34170
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libpod
Version: 4.3.1+ds1-8+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.97), libgpgme11 (>= 1.4.1), libseccomp2 (>= 2.5.0), libsubid4 (>= 1:4.11.1), conmon (>= 2.0.18~), golang-github-containers-common, crun | runc (>= 1.0.0~rc92~)
Recommends: buildah (>= 1.28), dbus-user-session, fuse-overlayfs (>= 1.0.0~), slirp4netns (>= 0.4.1~), catatonit | tini | dumb-init, uidmap
Suggests: containers-storage, docker-compose, iptables
Breaks: buildah (<< 1.10.1-6), fuse-overlayfs (<< 0.7.1), slirp4netns (<< 0.4.1)
Filename: pool/target/libp/libpod/podman_4.3.1+ds1-8+apertis0bv2024dev3b1_arm64.deb
Size: 9203932
MD5sum: 786d8d52bdc45a85fb66baa1f0959801
SHA1: a935220f014c49dbcf72876a5ed7bae6288d7c97
SHA256: 52b86ec8fabf78a55a2e781ca7bb91a78428741f1706ea6b7ef29e12a547a6d6
SHA512: 21b36ed9660869cc74785f260f7ed82b67d30576466eead67f229a528a86a77d39455df840437d14448374de15f623be06005a395799f5f7afed1f5c9ff2a326
Description: engine to run OCI-based containers in Pods
 Podman is an engine for running OCI-based containers in Pods.
 Podman provides a CLI interface for managing Pods, Containers, and
 Container Images.
 .
 At a high level, the scope of libpod and podman is the following:
  * Support multiple image formats including the OCI and Docker image
    formats.
  * Support for multiple means to download images including trust & image
    verification.
  * Container image management (managing image layers, overlay filesystems,
    etc).
  * Full management of container lifecycle.
  * Support for pods to manage groups of containers together.
  * Resource isolation of containers and pods.
  * Support for a Docker-compatible CLI interface through Podman.
 .
 Podman is a daemon-less alternative to Docker.
Built-Using: containerd (= 1.6.20~ds1-1+apertis0bv2024dev3b1), docker-registry (= 2.8.2+ds1-1+apertis0bv2024dev3b1), docker.io (= 20.10.24+dfsg1-1+apertis1bv2024dev3b1), golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-dbus (= 5.1.0-1+apertis0bv2024dev2b1), golang-fsnotify (= 1.6.0-2+apertis0bv2024dev2b1), golang-ginkgo (= 1.16.5-3+apertis0bv2024dev2b1), golang-github-acarl005-stripansi (= 0.0~git20180116.5a71ef0-3+apertis0bv2024dev3b1), golang-github-appc-cni (= 1.1.2-1+apertis0bv2024dev2b1), golang-github-blang-semver (= 4.0.0-1+apertis0bv2024dev2b1), golang-github-buger-goterm (= 0.0+git20181115.c206103-3+apertis0bv2024dev3b1), golang-github-cespare-xxhash (= 2.1.1-2+apertis0bv2024dev2b1), golang-github-checkpoint-restore-go-criu (= 5.3.0-2+apertis0bv2024dev2b1), golang-github-chzyer-readline (= 1.4.39.g2972be2-3+apertis0bv2024dev2b1), golang-github-cilium-ebpf (= 0.9.1-1+apertis0bv2024dev2b1), golang-github-containerd-stargz-snapshotter (= 0.12.0-2+apertis1bv2024dev3b1), golang-github-containernetworking-plugins (= 1.1.1+ds1-3+apertis0bv2024dev2b1), golang-github-containers-buildah (= 1.28.2+ds1-3+apertis0bv2024dev3b1), golang-github-containers-common (= 0.50.1+ds1-4+apertis0bv2024dev3b1), golang-github-containers-image (= 5.23.1-4+apertis0bv2024dev3b1), golang-github-containers-ocicrypt (= 1.0.3-1apertis0bv2024dev2b1), golang-github-containers-psgo (= 1.7.1+ds1-1+apertis0bv2024dev3b1), golang-github-containers-storage (= 1.43.0+ds1-8+apertis0bv2024dev3b1), golang-github-coreos-bbolt (= 1.3.6-2+apertis1bv2024dev2b1), golang-github-coreos-go-systemd (= 22.3.2-1+apertis0bv2024dev2b1), golang-github-cyphar-filepath-securejoin (= 0.2.3-1+apertis0bv2024dev2b1), golang-github-davecgh-go-spew (= 1.1.1-3+apertis0bv2024dev2b1), golang-github-disiqueira-gotree (= 3.0.2-2+apertis1bv2024dev3b1), golang-github-docker-docker-credential-helpers (= 0.6.4+ds1-1+apertis0bv2024dev2b1), golang-github-docker-go-connections (= 0.4.0-4+apertis0bv2024dev2b1), golang-github-docker-go-units (= 0.4.0-4+apertis0bv2024dev2b1), golang-github-docker-libtrust (= 0.0~git20150526.0.9cbd2a1-3.1apertis0bv2024dev2b1), golang-github-fsouza-go-dockerclient (= 1.8.1-1+apertis0bv2024dev3b1), golang-github-fullsailor-pkcs7 (= 0.0~git20210826.33d0574-2+apertis0bv2024dev2b1), golang-github-ghodss-yaml (= 1.0.0+git20220118.d8423dc-2+apertis0bv2024dev2b1), golang-github-golang-protobuf-1-3 (= 1.3.5-4+apertis0bv2024dev2b1), golang-github-google-go-intervals (= 0.0.2-2+apertis1bv2024dev3b1), golang-github-google-gofuzz (= 1.2.0-1apertis0bv2024dev2b1), golang-github-google-shlex (= 0.0~git20191202.e7afc7f-1apertis0bv2024dev2b1), golang-github-google-uuid (= 1.3.0-1+apertis1bv2024dev2b1), golang-github-gorilla-handlers (= 1.5.1-3+apertis0bv2024dev3b1), golang-github-gorilla-mux (= 1.8.0-1+apertis0bv2024dev2b1), golang-github-gorilla-schema (= 1.2.0-2+apertis1bv2024dev3b1), golang-github-hashicorp-errwrap (= 1.1.0-1apertis0bv2024dev2b1), golang-github-hashicorp-go-multierror (= 1.1.1-2+apertis0bv2024dev2b1), golang-github-jinzhu-copier (= 0.3.2-2+apertis1bv2024dev3b1), golang-github-json-iterator-go (= 1.1.12-1+apertis0bv2024dev2b1), golang-github-juju-ansiterm (= 1.0.0-1+apertis0bv2024dev3b1), golang-github-klauspost-compress (= 1.15.12+ds1-3+apertis0bv2024dev2b1), golang-github-klauspost-pgzip (= 1.2.5-2+apertis0bv2024dev3b1), golang-github-kr-fs (= 0.1.0-2+apertis0bv2024dev2b1), golang-github-lunixbochs-vtclean (= 1.0.0-1apertis1bv2024dev3b1), golang-github-manifoldco-promptui (= 0.8.0-2+apertis2bv2024dev3b1), golang-github-mattn-go-colorable (= 0.1.13-1+apertis0bv2024dev2b1), golang-github-mattn-go-isatty (= 0.0.17-1+apertis0bv2024dev2b1), golang-github-mattn-go-runewidth (= 0.0.14-1+apertis0bv2024dev2b1), golang-github-mattn-go-shellwords (= 1.0.10-2apertis0bv2024dev2b1), golang-github-moby-sys (= 0.0~git20220606.416188a-1+apertis0bv2024dev2b1), golang-github-moby-term (= 0.0~git20221120.abb1982-1+apertis0bv2024dev2b1), golang-github-modern-go-concurrent (= 1.0.3-1.1apertis0bv2024dev2b1), golang-github-modern-go-reflect2 (= 1.0.2-2+apertis0bv2024dev2b1), golang-github-morikuni-aec (= 1.0.0-3+apertis0bv2024dev2b1), golang-github-nxadm-tail (= 1.4.5+ds1-5+apertis0bv2024dev2b1), golang-github-opencontainers-go-digest (= 1.0.0-2+apertis0bv2024dev2b1), golang-github-opencontainers-image-spec (= 1.1.0~rc2-3+apertis0bv2024dev3b1), golang-github-opencontainers-runtime-tools (= 0.9.0+git20220423.g0105384-2+apertis0bv2024dev3b1), golang-github-opencontainers-selinux (= 1.10.0+ds1-1+apertis0bv2024dev2b1), golang-github-opencontainers-specs (= 1.0.2.118.g5cfc4c3-1+apertis0bv2024dev2b1), golang-github-openshift-imagebuilder (= 1.2.3+ds1-2+apertis0bv2024dev3b1), golang-github-pkg-errors (= 0.9.1-2+apertis0bv2024dev2b1), golang-github-pkg-sftp (= 1.13.5-2+apertis0bv2024dev2b2), golang-github-pmezard-go-difflib (= 1.0.0-3apertis0bv2024dev2b1), golang-github-proglottis-gpgme (= 0.1.1-2+apertis0bv2024dev3b1), golang-github-rivo-uniseg (= 0.4.2-1+apertis0bv2024dev2b1), golang-github-spf13-cobra (= 1.6.1-1+apertis0bv2024dev2b1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1+apertis0bv2024dev2b1), golang-github-sylabs-sif (= 2.8.3-1+apertis1bv2024dev3b1), golang-github-ulikunitz-xz (= 0.5.6-2+apertis1bv2024dev2b1), golang-github-vbatts-tar-split (= 0.11.2+ds1-1+apertis0bv2024dev2b1), golang-github-vbauerster-mpb (= 7.3.2-1+apertis0bv2024dev3b1), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4+apertis0bv2024dev2b1), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1+apertis0bv2024dev2b1), golang-github-vividcortex-ewma (= 1.1.1-2+apertis2bv2024dev3b1), golang-github-xeipuuv-gojsonpointer (= 0.0~git20190905.02993c4-3+apertis0bv2024dev2b1), golang-github-xeipuuv-gojsonreference (= 0.0~git20180127.bd5ef7b-3+apertis0bv2024dev2b1), golang-github-xeipuuv-gojsonschema (= 1.2.0-3+apertis0bv2024dev2b1), golang-go-patricia (= 2.3.1-1+apertis1bv2024dev2b2), golang-go-zfs (= 3.0.0-1+apertis0bv2024dev2b1), golang-go.crypto (= 1:0.4.0-1+apertis0bv2024dev2b1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2+apertis0bv2024dev2b1), golang-gogoprotobuf (= 1.3.2-3+apertis0bv2024dev2b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1), golang-golang-x-sync (= 0.1.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-term (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-text (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-xerrors (= 0.0~git20200804.5ec99f8-1+apertis0bv2024dev2b1), golang-gomega (= 1.10.3-1apertis0bv2024dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-3+apertis0bv2024dev2b1), golang-google-grpc (= 1.33.3-2+apertis1bv2024dev2b1), golang-google-protobuf (= 1.28.1-3+apertis0bv2024dev2b1), golang-gopkg-inf.v0 (= 0.9.1-2+apertis0bv2024dev2b1), golang-gopkg-square-go-jose.v2 (= 2.6.0-2+apertis1bv2024dev2b1), golang-gopkg-tomb.v1 (= 0.0~git20141024.0.dd63297-8+apertis0bv2024dev2b1), golang-gopkg-yaml.v3 (= 3.0.1-3+apertis1bv2024dev2b1), golang-k8s-sigs-yaml (= 1.3.0-1+apertis1bv2024dev2b1), golang-logrus (= 1.9.0-1+apertis0bv2024dev2b1), golang-toml (= 1.2.0-2+apertis0bv2024dev2b1), golang-yaml.v2 (= 2.4.0-4+apertis1bv2024dev2b1), rootlesskit (= 1.1.0-1+apertis0bv2024dev3b1), runc (= 1.1.5+ds1-1+apertis0bv2024dev3b1)
Homepage: https://github.com/containers/podman

Package: podman-dbgsym
Priority: optional
Section: debug
Installed-Size: 13923
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libpod
Version: 4.3.1+ds1-8+apertis0bv2024dev3b1
Depends: podman (= 4.3.1+ds1-8+apertis0bv2024dev3b1)
Filename: pool/target/libp/libpod/podman-dbgsym_4.3.1+ds1-8+apertis0bv2024dev3b1_arm64.deb
Size: 10829988
MD5sum: ad1aef0a0fd4a71771ec488d05c452bd
SHA1: 82f9c1811120610fc58a4da3a633022f7ce2d77d
SHA256: 576e6dd3b00d9c580494b4055be298306d79284d8b463f1db5c07b59bed2bdd2
SHA512: c7ad7e1e7a9b53cb9a4213e4eb451236f9b9ca45fdcaacd89e6ea61575bdbbd15b3ae87711d9c9c86d5d1984238196371d30bae4d8572d6fa5f89e935668ea44
Description: debug symbols for podman
Auto-Built-Package: debug-symbols
Build-Ids: 4b5ba2ff776356defdf775167ef5102b1fd20016 7487513d86e862b08eaee1e3b8b7a102efc98687

Package: podman-docker
Priority: optional
Section: admin
Installed-Size: 186
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: libpod
Version: 4.3.1+ds1-8+apertis0bv2024dev3b1
Depends: podman
Recommends: docker-compose
Conflicts: docker.io
Filename: pool/target/libp/libpod/podman-docker_4.3.1+ds1-8+apertis0bv2024dev3b1_arm64.deb
Size: 19800
MD5sum: 35674fdaf32b8f87a32d9b3c6e198fef
SHA1: efa4d3bd666caf67ba2f127728257b9a79f812a1
SHA256: d29922b3d5e13e404e12e5682b973de0a887d0c15af6a1a4ced7a3f559c396e9
SHA512: af9cc3d0f8525bbdad64fb714051d539c70f01eb8eb3c06320df731f6e1bf10813a9c8daba131a44c041f05e84a706b4341a97b6e48aada1b0fff3631d282338
Description: engine to run OCI-based containers in Pods - wrapper for docker
 Podman is an engine for running OCI-based containers in Pods.
 Podman provides a CLI interface for managing Pods, Containers, and
 Container Images.
 .
 At a high level, the scope of libpod and podman is the following:
  * Support multiple image formats including the OCI and Docker image
    formats.
  * Support for multiple means to download images including trust & image
    verification.
  * Container image management (managing image layers, overlay filesystems,
    etc).
  * Full management of container lifecycle.
  * Support for pods to manage groups of containers together.
  * Resource isolation of containers and pods.
  * Support for a Docker-compatible CLI interface through Podman.
 .
 Podman is a daemon-less alternative to Docker.
 .
 This package installs a wrapper script that acts like the original docker
 implementation
Built-Using: containerd (= 1.6.20~ds1-1+apertis0bv2024dev3b1), docker-registry (= 2.8.2+ds1-1+apertis0bv2024dev3b1), docker.io (= 20.10.24+dfsg1-1+apertis1bv2024dev3b1), golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-dbus (= 5.1.0-1+apertis0bv2024dev2b1), golang-fsnotify (= 1.6.0-2+apertis0bv2024dev2b1), golang-ginkgo (= 1.16.5-3+apertis0bv2024dev2b1), golang-github-acarl005-stripansi (= 0.0~git20180116.5a71ef0-3+apertis0bv2024dev3b1), golang-github-appc-cni (= 1.1.2-1+apertis0bv2024dev2b1), golang-github-blang-semver (= 4.0.0-1+apertis0bv2024dev2b1), golang-github-buger-goterm (= 0.0+git20181115.c206103-3+apertis0bv2024dev3b1), golang-github-cespare-xxhash (= 2.1.1-2+apertis0bv2024dev2b1), golang-github-checkpoint-restore-go-criu (= 5.3.0-2+apertis0bv2024dev2b1), golang-github-chzyer-readline (= 1.4.39.g2972be2-3+apertis0bv2024dev2b1), golang-github-cilium-ebpf (= 0.9.1-1+apertis0bv2024dev2b1), golang-github-containerd-stargz-snapshotter (= 0.12.0-2+apertis1bv2024dev3b1), golang-github-containernetworking-plugins (= 1.1.1+ds1-3+apertis0bv2024dev2b1), golang-github-containers-buildah (= 1.28.2+ds1-3+apertis0bv2024dev3b1), golang-github-containers-common (= 0.50.1+ds1-4+apertis0bv2024dev3b1), golang-github-containers-image (= 5.23.1-4+apertis0bv2024dev3b1), golang-github-containers-ocicrypt (= 1.0.3-1apertis0bv2024dev2b1), golang-github-containers-psgo (= 1.7.1+ds1-1+apertis0bv2024dev3b1), golang-github-containers-storage (= 1.43.0+ds1-8+apertis0bv2024dev3b1), golang-github-coreos-bbolt (= 1.3.6-2+apertis1bv2024dev2b1), golang-github-coreos-go-systemd (= 22.3.2-1+apertis0bv2024dev2b1), golang-github-cyphar-filepath-securejoin (= 0.2.3-1+apertis0bv2024dev2b1), golang-github-davecgh-go-spew (= 1.1.1-3+apertis0bv2024dev2b1), golang-github-disiqueira-gotree (= 3.0.2-2+apertis1bv2024dev3b1), golang-github-docker-docker-credential-helpers (= 0.6.4+ds1-1+apertis0bv2024dev2b1), golang-github-docker-go-connections (= 0.4.0-4+apertis0bv2024dev2b1), golang-github-docker-go-units (= 0.4.0-4+apertis0bv2024dev2b1), golang-github-docker-libtrust (= 0.0~git20150526.0.9cbd2a1-3.1apertis0bv2024dev2b1), golang-github-fsouza-go-dockerclient (= 1.8.1-1+apertis0bv2024dev3b1), golang-github-fullsailor-pkcs7 (= 0.0~git20210826.33d0574-2+apertis0bv2024dev2b1), golang-github-ghodss-yaml (= 1.0.0+git20220118.d8423dc-2+apertis0bv2024dev2b1), golang-github-golang-protobuf-1-3 (= 1.3.5-4+apertis0bv2024dev2b1), golang-github-google-go-intervals (= 0.0.2-2+apertis1bv2024dev3b1), golang-github-google-gofuzz (= 1.2.0-1apertis0bv2024dev2b1), golang-github-google-shlex (= 0.0~git20191202.e7afc7f-1apertis0bv2024dev2b1), golang-github-google-uuid (= 1.3.0-1+apertis1bv2024dev2b1), golang-github-gorilla-handlers (= 1.5.1-3+apertis0bv2024dev3b1), golang-github-gorilla-mux (= 1.8.0-1+apertis0bv2024dev2b1), golang-github-gorilla-schema (= 1.2.0-2+apertis1bv2024dev3b1), golang-github-hashicorp-errwrap (= 1.1.0-1apertis0bv2024dev2b1), golang-github-hashicorp-go-multierror (= 1.1.1-2+apertis0bv2024dev2b1), golang-github-jinzhu-copier (= 0.3.2-2+apertis1bv2024dev3b1), golang-github-json-iterator-go (= 1.1.12-1+apertis0bv2024dev2b1), golang-github-juju-ansiterm (= 1.0.0-1+apertis0bv2024dev3b1), golang-github-klauspost-compress (= 1.15.12+ds1-3+apertis0bv2024dev2b1), golang-github-klauspost-pgzip (= 1.2.5-2+apertis0bv2024dev3b1), golang-github-kr-fs (= 0.1.0-2+apertis0bv2024dev2b1), golang-github-lunixbochs-vtclean (= 1.0.0-1apertis1bv2024dev3b1), golang-github-manifoldco-promptui (= 0.8.0-2+apertis2bv2024dev3b1), golang-github-mattn-go-colorable (= 0.1.13-1+apertis0bv2024dev2b1), golang-github-mattn-go-isatty (= 0.0.17-1+apertis0bv2024dev2b1), golang-github-mattn-go-runewidth (= 0.0.14-1+apertis0bv2024dev2b1), golang-github-mattn-go-shellwords (= 1.0.10-2apertis0bv2024dev2b1), golang-github-moby-sys (= 0.0~git20220606.416188a-1+apertis0bv2024dev2b1), golang-github-moby-term (= 0.0~git20221120.abb1982-1+apertis0bv2024dev2b1), golang-github-modern-go-concurrent (= 1.0.3-1.1apertis0bv2024dev2b1), golang-github-modern-go-reflect2 (= 1.0.2-2+apertis0bv2024dev2b1), golang-github-morikuni-aec (= 1.0.0-3+apertis0bv2024dev2b1), golang-github-nxadm-tail (= 1.4.5+ds1-5+apertis0bv2024dev2b1), golang-github-opencontainers-go-digest (= 1.0.0-2+apertis0bv2024dev2b1), golang-github-opencontainers-image-spec (= 1.1.0~rc2-3+apertis0bv2024dev3b1), golang-github-opencontainers-runtime-tools (= 0.9.0+git20220423.g0105384-2+apertis0bv2024dev3b1), golang-github-opencontainers-selinux (= 1.10.0+ds1-1+apertis0bv2024dev2b1), golang-github-opencontainers-specs (= 1.0.2.118.g5cfc4c3-1+apertis0bv2024dev2b1), golang-github-openshift-imagebuilder (= 1.2.3+ds1-2+apertis0bv2024dev3b1), golang-github-pkg-errors (= 0.9.1-2+apertis0bv2024dev2b1), golang-github-pkg-sftp (= 1.13.5-2+apertis0bv2024dev2b2), golang-github-pmezard-go-difflib (= 1.0.0-3apertis0bv2024dev2b1), golang-github-proglottis-gpgme (= 0.1.1-2+apertis0bv2024dev3b1), golang-github-rivo-uniseg (= 0.4.2-1+apertis0bv2024dev2b1), golang-github-spf13-cobra (= 1.6.1-1+apertis0bv2024dev2b1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1+apertis0bv2024dev2b1), golang-github-sylabs-sif (= 2.8.3-1+apertis1bv2024dev3b1), golang-github-ulikunitz-xz (= 0.5.6-2+apertis1bv2024dev2b1), golang-github-vbatts-tar-split (= 0.11.2+ds1-1+apertis0bv2024dev2b1), golang-github-vbauerster-mpb (= 7.3.2-1+apertis0bv2024dev3b1), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4+apertis0bv2024dev2b1), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1+apertis0bv2024dev2b1), golang-github-vividcortex-ewma (= 1.1.1-2+apertis2bv2024dev3b1), golang-github-xeipuuv-gojsonpointer (= 0.0~git20190905.02993c4-3+apertis0bv2024dev2b1), golang-github-xeipuuv-gojsonreference (= 0.0~git20180127.bd5ef7b-3+apertis0bv2024dev2b1), golang-github-xeipuuv-gojsonschema (= 1.2.0-3+apertis0bv2024dev2b1), golang-go-patricia (= 2.3.1-1+apertis1bv2024dev2b2), golang-go-zfs (= 3.0.0-1+apertis0bv2024dev2b1), golang-go.crypto (= 1:0.4.0-1+apertis0bv2024dev2b1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2+apertis0bv2024dev2b1), golang-gogoprotobuf (= 1.3.2-3+apertis0bv2024dev2b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1), golang-golang-x-sync (= 0.1.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-term (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-text (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-xerrors (= 0.0~git20200804.5ec99f8-1+apertis0bv2024dev2b1), golang-gomega (= 1.10.3-1apertis0bv2024dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-3+apertis0bv2024dev2b1), golang-google-grpc (= 1.33.3-2+apertis1bv2024dev2b1), golang-google-protobuf (= 1.28.1-3+apertis0bv2024dev2b1), golang-gopkg-inf.v0 (= 0.9.1-2+apertis0bv2024dev2b1), golang-gopkg-square-go-jose.v2 (= 2.6.0-2+apertis1bv2024dev2b1), golang-gopkg-tomb.v1 (= 0.0~git20141024.0.dd63297-8+apertis0bv2024dev2b1), golang-gopkg-yaml.v3 (= 3.0.1-3+apertis1bv2024dev2b1), golang-k8s-sigs-yaml (= 1.3.0-1+apertis1bv2024dev2b1), golang-logrus (= 1.9.0-1+apertis0bv2024dev2b1), golang-toml (= 1.2.0-2+apertis0bv2024dev2b1), golang-yaml.v2 (= 2.4.0-4+apertis1bv2024dev2b1), rootlesskit (= 1.1.0-1+apertis0bv2024dev3b1), runc (= 1.1.5+ds1-1+apertis0bv2024dev3b1)
Homepage: https://github.com/containers/podman

Package: policykit-1
Priority: optional
Section: oldlibs
Installed-Size: 37
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 122-3+apertis1bv2024dev3b1
Depends: pkexec (= 122-3+apertis1bv2024dev3b1), polkitd (= 122-3+apertis1bv2024dev3b1)
Recommends: polkitd-pkla (>= 121+compat0.1)
Filename: pool/target/p/policykit-1/policykit-1_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 13444
MD5sum: 6a1e91b45c34067e37b3fa83c0bda1bc
SHA1: 7ef3b78e82399e8964bf53be11a1ce7e402f4c7c
SHA256: ee86863b854958765a0d5e2574325ce2e62aa1881115c4ade7cb33d16262fb90
SHA512: 91e4118f94f58d902dab346e809bffc7d25f43294b92553cb4b9ec780ebeb6dcadbf56c867abe6e3430d8ec06d8585344a7ad87d9949fc907e26f24bdb42011d
Description: transitional package for polkitd and pkexec
 polkit is an application-level toolkit for defining and handling the policy
 that allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 This transitional package depends on polkitd, the system service used by
 polkit, and pkexec, a setuid program analogous to sudo. They were
 historically packaged together, but have been separated so that users of
 polkitd are not required to install pkexec.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/
Multi-Arch: foreign

Package: policykit-1-doc
Priority: optional
Section: doc
Installed-Size: 1032
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Suggests: devhelp
Filename: pool/target/p/policykit-1/policykit-1-doc_122-3+apertis1bv2024dev3b1_all.deb
Size: 244340
MD5sum: c7b2e462f97c2ada1be60809ce59b42b
SHA1: 9bea7788d2865e4464c6064a3907f8b82d2a78bc
SHA256: 951a732f24863369168867a809c2ddb6d2747a70e010216cb170441d6d355eec
SHA512: d0d68dacbe68686ff2159a661be1cf5792dcfcf406b72f993a282ad1816f943b040a8cf9fe2b059e0ea8fbfe85afd390d4265f512555e67e74e48458d8626c1b
Description: documentation for polkit
 polkit is a toolkit for defining and handling the policy that
 allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 This package contains the API documentation of polkit.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/

Package: polkitd
Priority: optional
Section: admin
Installed-Size: 684
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Replaces: policykit-1 (<< 0.120-4~), polkitd-javascript (<< 121+compat0.1-3~)
Depends: adduser | systemd-sysusers, default-dbus-system-bus | dbus-system-bus, default-logind | logind, xml-core (>= 0.14), libc6 (>= 2.34), libduktape207 (>= 2.0.3), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.37.3), libpam0g (>= 0.99.7.1), libpolkit-agent-1-0 (= 122-3+apertis1bv2024dev3b1), libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1), libsystemd0 (>= 213)
Suggests: polkitd-pkla (>= 121+compat0.1)
Breaks: policykit-1 (<< 0.120-4~), polkitd-javascript (<< 121+compat0.1-3~)
Filename: pool/target/p/policykit-1/polkitd_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 111176
MD5sum: 1c5da14d87cb1c4709ac0358a7d6709c
SHA1: dcb78e7002a8e4b4a93f27bcfa96352dfa069fa4
SHA256: 717956db62ee28b858e9ea0b7078d625ca9bc97eed999c3fb4e407fd47e1e530
SHA512: 3c77144965011d3629716c13d102ec938e89f419d7908931e630e29fa3643739d92bdd91601d2ab31653480cef649d41e5187dcc0ad197dc1e5bd711e762ecd1
Description: framework for managing administrative policies and privileges
 polkit is an application-level toolkit for defining and handling the policy
 that allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 It is a framework for centralizing the decision making process with respect to
 granting access to privileged operations for unprivileged (desktop)
 applications.
 .
 In a typical use of polkit, an unprivileged application such as gnome-disks
 sends requests via D-Bus or other inter-process communication mechanisms
 to a privileged system service such as udisks, which asks polkitd for
 permission to process those requests. This allows the application to carry
 out privileged tasks without making use of setuid, which avoids several
 common sources of security vulnerabilities.
 .
 This package provides the polkitd D-Bus service and supporting programs.
 The pkexec program is not included, and can be found in the pkexec package.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/
Multi-Arch: foreign

Package: polkitd-dbgsym
Priority: optional
Section: debug
Installed-Size: 229
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: polkitd (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/polkitd-dbgsym_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 155288
MD5sum: 082ea3b3c46a25732ed7b711bbe8008e
SHA1: b76fa63d2a1a45a348ae78e3bcd6ea0c264b5dbd
SHA256: ab7236e819bac67fa512471be808958f02a1e75308d087f42af10d16c5f477ce
SHA512: 39ceb08c4a076c6b0c6264b3ae279b323b4c568d1e726383e4be2f2db1b61cdd5b087fb40c72a41bf241af695a2a0ea237faf8eb7a341e74c159a23a7932024c
Description: debug symbols for polkitd
Auto-Built-Package: debug-symbols
Build-Ids: 0571f2e6ba0f24bcb4e9db1031b7b6631d3ed020 10ed036fdcc9390994965e45960b706b0d3cc445 1fbbca77c5524cf341bbb539bbf37ec899f296dd afbfa032350493e9c3e12c7b0400d13ccdb5bb29 d3fdd2f3127a19d7c77ebde771b090d162b1ca02

Package: polkitd-javascript
Priority: optional
Section: oldlibs
Installed-Size: 24
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: polkitd (>= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/polkitd-javascript_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 12292
MD5sum: ac0b33538cccfd826f6349866e858fa9
SHA1: 1ecc23637ccabc7e23bebfa17db8c4c3f42ec35b
SHA256: 2aada2ccfcf617530a8fff91620ff428de862fcb24afeba6704363d0fe36249a
SHA512: 637d3c9d1610faf35cff9f0d357a27bbffff3ab00c4839ba12ec0a79190a19cee0c8ff8e046d56408bb69f765f9564bd99050c7122736c06a12a9c985faef448
Description: transitional package for JavaScript backend for polkitd
 polkit is an application-level toolkit for defining and handling the policy
 that allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 This transitional package exists to provide smooth upgrades from older
 policykit-1 packages in experimental, and can safely be removed.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/
Multi-Arch: foreign

Package: polkitd-pkla
Priority: optional
Section: admin
Installed-Size: 196
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Replaces: policykit-1 (<< 0.120-4~)
Depends: polkitd (>= 121+compat0.1), libc6 (>= 2.34), libglib2.0-0 (>= 2.28.0), libpolkit-gobject-1-0 (= 122-3+apertis1bv2024dev3b1)
Breaks: policykit-1 (<< 0.120-4~)
Filename: pool/target/p/policykit-1/polkitd-pkla_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 32484
MD5sum: 39bbe52f4ab485fdf1829ed59f67ace6
SHA1: d982a653fa4b5a2023db0c5ba0cee32d80cae5f0
SHA256: a2bc6095077924832cc2dd700369164d5af4b45341ed9947f686ac20df15e69c
SHA512: d3e9deda0c25aa5bd82b33b662aa9ae5c821b434ab30d448134dc8aaddeaa38df29ba33156bf697e08b2cd9f46f219aa254095c09be8450c5d6d9e9c82a7922e
Description: Legacy "local authority" (.pkla) backend for polkitd
 polkit is an application-level toolkit for defining and handling the policy
 that allows unprivileged processes to speak to privileged processes.
 It was previously named PolicyKit.
 .
 This package configures the polkitd D-Bus service to read default
 authorization policies from .desktop-style files in subdirectories of
 /var/lib/polkit-1/localauthority. It is compatible with the version of
 polkitd used in Debian 11 and older releases.
Homepage: https://www.freedesktop.org/wiki/Software/polkit/
Multi-Arch: foreign

Package: polkitd-pkla-dbgsym
Priority: optional
Section: debug
Installed-Size: 73
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: policykit-1
Version: 122-3+apertis1bv2024dev3b1
Depends: polkitd-pkla (= 122-3+apertis1bv2024dev3b1)
Filename: pool/target/p/policykit-1/polkitd-pkla-dbgsym_122-3+apertis1bv2024dev3b1_arm64.deb
Size: 40220
MD5sum: 6822405f6cb67b0754fdf4609f72c68f
SHA1: f304eb591867f2e18980c4f1db5b8b3c23b0a043
SHA256: a43aec38f988705b9d6933e423b11240947ae3da393875c57508103683804ac3
SHA512: 383d0e03c90b2c92bc7c56debc2de1834c2ee571d3dcf11f96bbe3f919f8e1911879ca556fc6cba8952a3e5e2aee35e517a19f0fd1975a23a7463fbe8c2a8a29
Description: debug symbols for polkitd-pkla
Auto-Built-Package: debug-symbols
Build-Ids: e7142ba0d8418b7d8bbd9155bf8f38b8140bf342 f77ec4fd777d4c1abdd70174a5125e06052b4d53

Package: poppler-utils
Priority: optional
Section: utils
Installed-Size: 1116
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Replaces: pdftohtml, xpdf-reader, xpdf-utils (<< 3.02-2~)
Provides: pdftohtml, xpdf-utils
Depends: libpoppler126 (= 22.12.0-2+apertis1bv2024dev2b1), libc6 (>= 2.34), libcairo2 (>= 1.12.0), libfreetype6 (>= 2.2.1), liblcms2-2 (>= 2.2+git20110628), libstdc++6 (>= 11)
Conflicts: pdftohtml
Breaks: xpdf-utils (<< 3.02-2~)
Filename: pool/target/p/poppler/poppler-utils_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 177092
MD5sum: 1aae8aa632e95a4a928f4d16742e13c9
SHA1: 570663d72a134f931d07d3c6529b414335563ede
SHA256: aa95dff71b5612fbc9cce2c5fc7a86eaade9177b8a775eba446f6011a2fca6d6
SHA512: d2424bdb70abdfda156f41bd773afa07d315b6d8849dd30f32520f8de7873f2d6e680f09976bd33e29164ecc6bba6e1c601a0790a35fa6ee26d0cb4d08cd3b76
Description: PDF utilities (based on Poppler)
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains command line utilities (based on Poppler) for getting
 information of PDF documents, convert them to other formats, or manipulate
 them:
  * pdfdetach -- lists or extracts embedded files (attachments)
  * pdffonts -- font analyzer
  * pdfimages -- image extractor
  * pdfinfo -- document information
  * pdfseparate -- page extraction tool
  * pdfsig -- verifies digital signatures
  * pdftocairo -- PDF to PNG/JPEG/PDF/PS/EPS/SVG converter using Cairo
  * pdftohtml -- PDF to HTML converter
  * pdftoppm -- PDF to PPM/PNG/JPEG image converter
  * pdftops -- PDF to PostScript (PS) converter
  * pdftotext -- text extraction
  * pdfunite -- document merging tool
Homepage: https://poppler.freedesktop.org/
Multi-Arch: foreign

Package: poppler-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 2973
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: poppler
Version: 22.12.0-2+apertis1bv2024dev2b1
Depends: poppler-utils (= 22.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/p/poppler/poppler-utils-dbgsym_22.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 2805480
MD5sum: ad35ac15622afe8d9c2fe49bd0d9d6c6
SHA1: cbf47970737b08dc45aa028436558785e32a67e2
SHA256: 20707200b16c41e033e70c8c886bbf81b6da5eba24aceca827316223249aa1d4
SHA512: 651b5b957d12a0de8aecd6392b9d7fb97e35bcdd5a8671614c3b6b8c758f963027bb7e0c0e778409aa2508939e361e6dd045fba509f6915904278e848b5936b7
Description: debug symbols for poppler-utils
Auto-Built-Package: debug-symbols
Build-Ids: 1ad4055c13a11f7b962c79a2645a2faac604a025 297d6e3c6e657b8306c0226308ea3057900b1e30 42a48599f48f7ee6d92523fa52963df6e875ebc7 45e67ffeb0d509c8196d49e04481abf4bf273e0d 4ee0da6e519add51437fb1896d8503aa4bbf1491 5efa1a8f3aa6c9e18e11e3267f44c6dd220c0374 732df3e6359b815a360f7cd807e69ee1df1bb4d5 88008ebdd1a8a5d8fa3d4fa451c030d7d53fc985 bc3da47d14277a5c3dd2459b4f4825c2f32559e1 c7b01da16ba4814bf8698d7620c3e92734c5c88c f0f3e1826ac0af2c7e24dd466187c7de5bb467af f1d4b8bc0d5cde4a823106b05447b3de27d0ec7e ff0f943a59dbb01f37f0f796b3f80a2a40c583c5

Package: prestwood
Priority: optional
Section: libs
Installed-Size: 114
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: arm64
Version: 0.2024.1bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.41.1), libprestwoodiface0 (>= 0.2024.1bv2024dev2b1), init-system-helpers (>= 1.52)
Filename: pool/target/p/prestwood/prestwood_0.2024.1bv2024dev2b1_arm64.deb
Size: 14980
MD5sum: 0a0c46077d6c92be6ed12ed1618fe47c
SHA1: 65ff92e51d8e8d0c53fb86c1e2c21809d81cd090
SHA256: 0bae99d7a2f0e4ead74d4784d632f523dc27311945513935b2366a80bb702367
SHA512: 2758f96a0be3812426cb5c1113aba780b12ae2af1c69ec92c166baded45691ef6e43809db8b397895f65877380907e7059ced3eece76553eb92000f9aeaa6482
Description: Mount point monitoring service
 Prestwood maintains a list of mount points.
 .
 Prestwood is a service responsible for maintaining the mount points list.

Package: prestwood-dbgsym
Priority: optional
Section: debug
Installed-Size: 36
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: arm64
Source: prestwood
Version: 0.2024.1bv2024dev2b1
Replaces: prestwood-dbg (<< 0.1703.0-0co1~)
Depends: prestwood (= 0.2024.1bv2024dev2b1)
Breaks: prestwood-dbg (<< 0.1703.0-0co1~)
Filename: pool/target/p/prestwood/prestwood-dbgsym_0.2024.1bv2024dev2b1_arm64.deb
Size: 19156
MD5sum: 6fb17c7986d36a4a9ce2f1312bf4f044
SHA1: 6327f188cc843cd1123bcc9f87d31dd758c5df9f
SHA256: c3653842770aa88d9430f1c2d335c19a43db76a8a67214556a77a903f8d88012
SHA512: 4270b708d371f64bdbcfaf1df5d2bfab62582203ec0b4643f520175976c59347700cf1afc4aa360ace58c17711590ae79b014f588bdf7609156d67fb434dbf30
Description: debug symbols for prestwood
Auto-Built-Package: debug-symbols
Build-Ids: 7293992fa7bd42ba99ece6b2c340bffdb46f558f

Package: prestwood-dev
Priority: optional
Section: libdevel
Installed-Size: 174
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: arm64
Source: prestwood
Version: 0.2024.1bv2024dev2b1
Depends: libglib2.0-dev, prestwood (= 0.2024.1bv2024dev2b1), gir1.2-prestwoodinterface-0 (= 0.2024.1bv2024dev2b1)
Recommends: prestwood-doc
Filename: pool/target/p/prestwood/prestwood-dev_0.2024.1bv2024dev2b1_arm64.deb
Size: 24196
MD5sum: b975114a8e78893c790b0b1b91e91113
SHA1: 587ee66b9373e156f338f72529318d9cc1677618
SHA256: 658be63eb31c347fbe0b061eb753f942031d580381080d51476d8a3a81fd53e9
SHA512: c4a1d0210da01c6fb23795f97e91cfffd46f8c2b650f12a2212efb0573d800920fabdf1460caab98e742d1e89b38548f66e909cea447f5ab9a3f5c69d67e19c1
Description: Mount point monitoring service - header files
 Prestwood maintains a list of mount points.
 .
 This package contains the header files for prestwood.

Package: prestwood-doc
Priority: optional
Section: doc
Installed-Size: 62
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: all
Source: prestwood
Version: 0.2024.1bv2024dev2b1
Filename: pool/target/p/prestwood/prestwood-doc_0.2024.1bv2024dev2b1_all.deb
Size: 14688
MD5sum: 2d39f9ab3439b765fb979585599d0e54
SHA1: 41ef99440d9d1b6f7763feada3db419996270f43
SHA256: 6930a9b748573cd190db4e5d0c2892eb0904a8b5dbd0c3c04287d7dc29e19a8a
SHA512: 09c75d97e5385ecfd3c4f0cc5ce7e08f379be745c05bdd192b1ef3cf6435c5cad11345112b0469c8050425560664fc739594b87a69e241f86c10da556ca32b63
Description: Mount point monitoring service - documentation
 Prestwood maintains a list of mount points.
 .
 This package contains the API reference for the prestwood service.
Multi-Arch: foreign

Package: prestwood-tests
Priority: optional
Section: libdevel
Installed-Size: 26
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Architecture: arm64
Source: prestwood
Version: 0.2024.1bv2024dev2b1
Depends: prestwood (= 0.2024.1bv2024dev2b1)
Filename: pool/target/p/prestwood/prestwood-tests_0.2024.1bv2024dev2b1_arm64.deb
Size: 7556
MD5sum: 38b99a0d7712ab162cb1b9d680227201
SHA1: bf15b4f7e5138fce720bb2524a744f13daf7a53b
SHA256: 06034dd1ac67da25fe422f7f6655711f519092538ec1fd7d2ef81cb12ab1f7ce
SHA512: f485170bdd8747ef176bb29eb024d9b1cf9d4aecafbd0233b1a4f744a97866c0da18799bd663b04c1a1805005b5d5cc696a1055ed4533a98d5578206c3ae0c72
Description: Mount point monitoring service - tests
 Prestwood maintains a list of mount points.
 .
 This package contains the tests for prestwood.

Package: procps
Priority: important
Section: admin
Installed-Size: 2717
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Version: 2:4.0.2-3+apertis0bv2024dev3b1
Replaces: manpages-de (<< 4.9.1-2), manpages-fr (<< 4.9.1-2), manpages-fr-extra (<< 20151231+nmu1), manpages-pl (<< 1:4.9.1-2)
Provides: watch
Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libproc2-0 (>= 2:4.0.2), libtinfo6 (>= 6), init-system-helpers (>= 1.29~)
Recommends: psmisc
Breaks: guymager (<= 0.5.9-1), manpages-de (<< 4.9.1-2), manpages-fr (<< 4.9.1-2), manpages-fr-extra (<< 20151231+nmu1), manpages-pl (<< 1:4.9.1-2), open-vm-tools (<= 2011.12.20-562307-1)
Filename: pool/target/p/procps/procps_4.0.2-3+apertis0bv2024dev3b1_arm64.deb
Size: 701380
MD5sum: a3dca446b24a554c5ea62c3adf136dd9
SHA1: e0e181e10dc6868fbc7b977c2cd21dce7330073c
SHA256: 661ca36276fd2deb3fd0efe86fc0d327123433b0101ecc36461733240c29835d
SHA512: 431edb05750bc485b8976b8d251a29983815458d718ac0a677d5f243903cc310f42237974134e8c513f50dea3871d582445563c73484ff386ed25981e219afd0
Description: /proc file system utilities
 This package provides command line and full screen utilities for browsing
 procfs, a "pseudo" file system dynamically generated by the kernel to
 provide information about the status of entries in its process table
 (such as whether the process is running, stopped, or a "zombie").
 .
 It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop,
 snice, sysctl, tload, top, uptime, vmstat, w, and watch.
Homepage: https://gitlab.com/procps-ng/procps
Multi-Arch: foreign

Package: procps-dbgsym
Priority: optional
Section: debug
Installed-Size: 620
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: procps
Version: 2:4.0.2-3+apertis0bv2024dev3b1
Depends: procps (= 2:4.0.2-3+apertis0bv2024dev3b1)
Filename: pool/target/p/procps/procps-dbgsym_4.0.2-3+apertis0bv2024dev3b1_arm64.deb
Size: 445256
MD5sum: cc870ff4c20ab871e1bca47249d87f7a
SHA1: 4fe17496d3b11b1b0aa9bb415be16962556922c5
SHA256: 7e499c04db7282a150332950d9766a9b9bf7e7a46ac1a583c568f3c493627e3a
SHA512: b93b97bb63127e9fcc9ea721545794e65a72ada2e79f6362a494e3dc81650afe8e46335424d4f89cbf4600fcd8ca0b3c2294c33fdc3f487f1c1e078152b6389b
Description: debug symbols for procps
Auto-Built-Package: debug-symbols
Build-Ids: 0cec933dc5aa380a5fa89f0f82a8993193836234 1690d38d40403d0bd44e502d5a11bededfb394f3 2ce0b78c27689641b87673258de24befd85dbf9d 2d126d6def09a6aa406821c1ee233135ed0e0991 2ecd1b46a7634f0de2e8063e394c3e43d7f405a7 459969a04915c7ad344cec5816a4db64d57e139a 57478efd0374e18e06f917bc21baf268135fc203 7a993ec4a04dcc0c5b63fa2f76ff032b78da7c37 8fbacd0e28731eff50058a3db726c28ebc1c66ae 9853616c1f3c4b46bed7de026c5480696ba20079 9c2c2d0b408ec853cb3c5c88ed57d540c4ac22af c815cdf3c73e64351d518be8bef87c5b0e0b3484 dd11c524f9b5c397ff6e842dd13b3d5f1cb03ba6 e8bb5fa2ebda43c98d5688c81c6671feee2d4a8f effec6fb522ef0d2754446b285f8cab9fa8f6a65

Package: protobuf-compiler
Priority: optional
Section: devel
Installed-Size: 215
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotoc32 (= 3.21.12-3+apertis1bv2024dev3b1), libstdc++6 (>= 5.2)
Recommends: libprotobuf-dev
Suggests: protobuf-mode-el
Filename: pool/target/p/protobuf/protobuf-compiler_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 86360
MD5sum: 70790f8e1bd791bf04a562325bad687b
SHA1: bdfb97100f0612732e5a78c6099858e6430ba7a3
SHA256: 66e925aa1400d3d6dc9a33765ec73b8eb5247d399712ec7c14567f9250ca75e2
SHA512: 4093f98b70532758ec3cc5cc9d5d5edd02a383ccb3b2e49b9f5c8af0580c747dd45c0f57a0835c63b708677d03f7b31e9bee70a27cf5b5d74d50dbea82972667
Description: compiler for protocol buffer definition files
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the protocol buffer compiler that is used for
 translating from .proto files (containing the definitions) to the language
 binding for the supported languages.
Homepage: https://github.com/google/protobuf/
Multi-Arch: foreign

Package: protobuf-compiler-dbgsym
Priority: optional
Section: debug
Installed-Size: 133
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: protobuf-compiler (= 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/protobuf-compiler-dbgsym_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 119660
MD5sum: 306ca5a14f37d6ebd339812e70f23637
SHA1: 1e09a6d9a23878f13daa8957c135bd8288e3405d
SHA256: 2d77ce78056b4e3f2d0a19355316e65209384c5c9a51f4b92ce37636edce5de4
SHA512: cf859c49be7b696da275be1896a2727f2b86f61a96cd5e6605f2858814fc6e5a52323113bb3fdae84d6bc0c0a1befb619e5b6c6a7a20761a2e8ce87cb3b9bf11
Description: debug symbols for protobuf-compiler
Auto-Built-Package: debug-symbols
Build-Ids: 2974796fc7b4db63050ef8be6d7bd56dda51cb89

Package: protobuf-compiler-grpc
Priority: optional
Section: libs
Installed-Size: 286
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgrpc29 (>= 1.51.1), libprotobuf32 (>= 3.21.12), libprotoc32 (>= 3.21.12), libstdc++6 (>= 5.2), protobuf-compiler
Filename: pool/target/g/grpc/protobuf-compiler-grpc_1.51.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 34504
MD5sum: c6d255ea77ed0a97e26e3852270dd64a
SHA1: 743c64d5e16942d088886479efebd5d147ff0e36
SHA256: d129307195ff92baf8a38a809f981ddc16ca5e8fbfc59db6e2dcfb2bae54d29d
SHA512: a00aabe6ae6ecc967bffb7a7771030925cbead7e3b1d2c59b16a94eafa7bb3a9da829c021b1a71200a4fa372c260e513d9dc0706484d3dbcf8027208830e8254
Description: high performance general RPC framework - protobuf plugin
 A modern, open source remote procedure call (RPC) framework that can
 run anywhere. It enables client and server applications to communicate
 transparently, and makes it easier to build connected systems.
 .
 This package provides the plugins needed for compiling gRPC service
 definitions with the protobuf compiler.
Homepage: https://www.grpc.io/
Multi-Arch: foreign

Package: protobuf-compiler-grpc-dbgsym
Priority: optional
Section: debug
Installed-Size: 600
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: protobuf-compiler-grpc (= 1.51.1-3+apertis1bv2024dev2b1)
Filename: pool/target/g/grpc/protobuf-compiler-grpc-dbgsym_1.51.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 547784
MD5sum: f91cce7900134689b16abe71bd0fd90b
SHA1: 19ff9c156945b0a7604df158104522b0ff237efe
SHA256: f6412da0451e6c574fd9d0d117cbe51ff105e3fcf4c64565a7b29eb070807a82
SHA512: a9ab04865bdf97fbacf4a994a10d14de0dbedc14ba965ade75e70f4e21a8eb40e27e2067b0a61dc457fd49c4358bcab5de6574b62c3d39641f7d42506b240eda
Description: debug symbols for protobuf-compiler-grpc
Auto-Built-Package: debug-symbols
Build-Ids: 388ba30b5cd0b7555aba18a898fcd007ada90dd7 7488b31d273d402b0687ccef8392f92f42681056 b5657abd4eb571f934397fe63b4b64fd2bb1851c bb477208c1faff46f3528812e42c1400c6157d45

Package: psl
Priority: optional
Section: net
Installed-Size: 90
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: arm64
Source: libpsl
Version: 0.21.2-1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libpsl5 (>= 0.19.1)
Filename: pool/target/libp/libpsl/psl_0.21.2-1+apertis1bv2024dev3b1_arm64.deb
Size: 14952
MD5sum: 0c9d303b662a211ec76a1693087552f8
SHA1: d958307bb703ffd6510edbfb7e26057fe4716eef
SHA256: 60ddf71b3ce877699a4e99d2024e499eef99e70f01d77043206e24aeae0b2041
SHA512: 3ee91e8e16037c0edf47c6ebb1e3c6257b7691f14f10316b4bfa7fc3b6ca312f0d87fa35b896b0c98720265ee101c248a305e0b62d3d96bfe3751a5562489552
Description: Explore the Public Suffix List
 Libpsl allows checking domains against the Public Suffix List.
 It can be used to avoid privacy-leaking 'super-cookies',
 'super domain' certificates, for domain highlighting purposes
 sorting domain lists by site and more.
 .
 Please see https://publicsuffix.org for more detailed information.
 .
 This package contains a commandline tool to explore the Public Suffix
 List.
Homepage: https://github.com/rockdaboot/libpsl
Multi-Arch: foreign

Package: psl-dbgsym
Priority: optional
Section: debug
Installed-Size: 28
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: arm64
Source: libpsl
Version: 0.21.2-1+apertis1bv2024dev3b1
Depends: psl (= 0.21.2-1+apertis1bv2024dev3b1)
Filename: pool/target/libp/libpsl/psl-dbgsym_0.21.2-1+apertis1bv2024dev3b1_arm64.deb
Size: 12364
MD5sum: d529ad61adef5f7e890fdda44dc90d20
SHA1: 12f8d7d3ced6ac7369bfaef28345b963c4dca6b7
SHA256: 272f06091d1c47946ac4538b4ab93adb5f0a4615618d2e2a6efc6d4cdd2bf469
SHA512: dd17fa07394bc6960765a03f43685787d8913df73a740177ec3171a6eae52105f5bd9680b9003fcff4655d26a15567fe9772b29560e679d278373c02982e36cc
Description: debug symbols for psl
Auto-Built-Package: debug-symbols
Build-Ids: af25cf416e2b84ef67bb07cfc58d2c9fdd88b9fb

Package: psl-make-dafsa
Priority: optional
Section: net
Installed-Size: 45
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: all
Source: libpsl
Version: 0.21.2-1+apertis1bv2024dev3b1
Depends: python3:any
Filename: pool/target/libp/libpsl/psl-make-dafsa_0.21.2-1+apertis1bv2024dev3b1_all.deb
Size: 16572
MD5sum: 707e78844732ef376f9c9a5a3221b44e
SHA1: 87876937a191206bf834d905770ee718209cb49d
SHA256: 17cb562fdccedfbe10d29cf678b7cc362c3ce6f93ad4262d2f49d7b99bb8d843
SHA512: 19e12834cf25db739df5e6197cfc629f6c48c8b4200dcda98798fd5f39f5ed551ad30955acfc02cc1036f144e9dab27e64c59fdf33e037d5ef54f94fe14c4956
Description: Create a binary DAFSA from a Public Suffix List
 libpsl permits the use of an optimized binary representation of the
 Public Suffix List (PSL).  This format is a deterministic acyclic
 finite state automaton, or DAFSA.
 .
 It is primarily used for building a new version of the publicsuffix
 package, but could also be used by anyone else looking to match
 printable US ASCII strings.
 .
 This package contains a Python script to convert a standard PSL into
 a DAFSA, either in C source code form, or in a specialized mmap-able
 binary format.
Homepage: https://github.com/rockdaboot/libpsl
Multi-Arch: foreign

Package: psmisc
Priority: optional
Section: admin
Installed-Size: 1158
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Version: 23.6-1+apertis0bv2024dev2b1
Replaces: manpages-de (<< 4.9.1-1)
Depends: libc6 (>= 2.34), libtinfo6 (>= 6)
Breaks: manpages-de (<< 4.9.1-1)
Filename: pool/target/p/psmisc/psmisc_23.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 256840
MD5sum: e8ec21d049cde2532bf2d1b6d098bb0b
SHA1: 04c36cfa5d0a3d6e7a6db4b71fd7b563b73e4c4f
SHA256: 48c87d6bc36cf6533963043d35699f8e43279e131a1275969155df19589e713d
SHA512: 22d29f1bcd3bd6f79821c91eb621ecba183d0c9c4d01869ddc4878f04429e51d6b0a659109040f66f27ecc68ea26e30e001df6de45310be859fb12c31018ebab
Description: utilities that use the proc file system
 This package contains miscellaneous utilities that use the proc FS:
 .
  - fuser: identifies processes that are using files or sockets.
  - killall: kills processes by name (e.g. "killall -HUP named").
  - peekfd: shows the data traveling over a file descriptor.
  - pstree: shows currently running processes as a tree.
  - prtstat: print the contents of /proc/<pid>/stat
Homepage: http://psmisc.sf.net/
Multi-Arch: foreign

Package: psmisc-dbgsym
Priority: optional
Section: debug
Installed-Size: 178
Maintainer: Craig Small <csmall@debian.org>
Architecture: arm64
Source: psmisc
Version: 23.6-1+apertis0bv2024dev2b1
Depends: psmisc (= 23.6-1+apertis0bv2024dev2b1)
Filename: pool/target/p/psmisc/psmisc-dbgsym_23.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 112692
MD5sum: b0726e2cff0f856fe4473dc6561c8939
SHA1: f5381223c7c5eab817239138daeb234bd318f5a0
SHA256: 1ed0cc6862414948f5b6f2882d955c06c6abdcefc2f2a595da4eac05b7496fee
SHA512: da8ccf5ba3b1d381239fbc65415c10db6572cdb7ea55f8a461d4ec3723fd41ac92cfad5d4d1b94435ae5b903c578e891c8983687a6042a2ce48aace03ab1ad11
Description: debug symbols for psmisc
Auto-Built-Package: debug-symbols
Build-Ids: 2a882f09bacb23fd1803a5d1012c7a7d664356c5 2ab17f361d5eccaeba36fe67d53c33971f1492a6 3d134d7c21ad5645f9701e96f2f1c08cb819754e 676b1c07de442544400ce509260d2d381e9413d3 b2ede851a1415a2cff5aa418fb72137adad5b570 c7376c0c5bb220fd52f1413a1b48374242439037

Package: publicsuffix
Priority: optional
Section: net
Installed-Size: 340
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Architecture: all
Version: 20230209.2326-1+apertis0bv2024dev2b1
Provides: publicsuffix-dafsa
Filename: pool/target/p/publicsuffix/publicsuffix_20230209.2326-1+apertis0bv2024dev2b1_all.deb
Size: 126640
MD5sum: 82bfe215850ff83eed639b9c4daa0d27
SHA1: 950b1ffdc384ccd44918279e2c16d008d31db364
SHA256: f9c697d062c41a53a68cc5d315d1dccf2a37b7c00dbfd0bcd41e143562392cf2
SHA512: 829a0931c6e9c021e18359516ccb2dfba8141e9e3f6ccae7100d94a4b394dcc66514d7bab330cff803bb9b6f4be9ee7456bf0861ffc667f6f5a4cbbc3602da5b
Description: accurate, machine-readable list of domain name suffixes
 A machine-readable list of domain name suffixes that accept public
 registration.  Each suffix represents the part of a domain name which
 is not under the control of the individual registrant, which makes
 the list useful for grouping cookies, deciding same-origin policies,
 collating spam, and other activities.
Homepage: https://publicsuffix.org
Multi-Arch: foreign

Package: pulseaudio
Priority: optional
Section: sound
Installed-Size: 9512
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libasound2 (>= 1.2.1.1), libc6 (>= 2.34), libcap2 (>= 1:2.10), libdbus-1-3 (>= 1.9.14), libfftw3-single3 (>= 3.3.10), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.31.18), libgstreamer-plugins-base1.0-0 (>= 1.10.0), libgstreamer1.0-0 (>= 1.14.0), libice6 (>= 1:1.0.0), libltdl7 (>= 2.4.7), liborc-0.4-0 (>= 1:0.4.25), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), libsm6, libsndfile1 (>= 1.0.20), libsoxr0 (>= 0.1.1), libspeexdsp1 (>= 1.2.1), libstdc++6 (>= 11), libsystemd0, libudev1 (>= 183), libwebrtc-audio-processing1, libx11-6 (>= 2:1.7.0), libx11-xcb1 (>= 2:1.8.4), libxcb1, libxtst6, adduser, lsb-base (>= 3.2-13), libasound2-plugins, pulseaudio-utils
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: rtkit, default-logind | logind, dbus-user-session
Suggests: udev, pavumeter, pavucontrol, paprefs
Filename: pool/target/p/pulseaudio/pulseaudio_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 1053340
MD5sum: 90154f71bcc2e878053243a11272db78
SHA1: 296a59fd410864477298da453fbf6fe2e1120ea5
SHA256: 69a96ada1561c2661c57edad2bb24eb3d4468b8bd1239c82fb5b5fcb5606dbfd
SHA512: 9ade20e2cd3228b0e899c5d43e175fa246e604c75266e34f903d355eea94cdd8ead8ece6b7f1783d94c1f2287c0f4f5cb0076c89202f3e3761581e1b67e5dea2
Description: PulseAudio sound server
 PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
 WIN32 systems. It is a drop in replacement for the ESD sound server with
 much better latency, mixing/re-sampling quality and overall architecture.
 .
 These are some of PulseAudio's features:
 .
   * High quality software mixing of multiple audio streams with support for
     more than one sink/source. May be used to combine multiple sound cards
     into one (with sample rate adjustment).
 .
   * Wide range of supported client libraries. ESD, ALSA, oss, libao and
     GStreamer client applications are supported as-is. Native PulseAudio
     plug-ins are also available for xmms and mplayer.
 .
   * Good low latency behaviour and very accurate latency measurement for
     playback and recording. Ability to fully synchronize multiple playback
     streams.
 .
   * Network transparency, allowing an application to play back or record
     audio on a different machine than the one it is running on.
 .
   * Extensible plug-in architecture with plug-ins for jackd, multicast-rtp
     lirc and avahi, just to name a few.
 .
 This package contains the daemon and basic module set.
Homepage: https://www.pulseaudio.org
Multi-Arch: foreign

Package: pulseaudio-dbgsym
Priority: optional
Section: debug
Installed-Size: 3879
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 2887976
MD5sum: 38a90e428a706abde13ecc64dd6d600d
SHA1: 1bff34714308f5f3134875882a680ddd241804a8
SHA256: 5f242c295b57d95bc19c399ee43be5dedab7a4e7dfd1cd8f429ecddb2682a85a
SHA512: 135e4d4317e892356e27098c609c018a6ad5aeb147d0a5a89bd9ffdf3129f37b89bdf9a75eec41d6aea59312c502fda38b1345b4f68f6b9cfc912ea7e5272b6b
Description: debug symbols for pulseaudio
Auto-Built-Package: debug-symbols
Build-Ids: 024be80a78a9d735b9f0b0817a51cf0cf95506f7 0503f01afac62ea17de5b011f681b2a11e37a5f5 0aa5880cc4aed4824fbe393ad3b536f7d13845d2 0f8ab6d5d3fa03c15e2ec1391b2b7c9c06c93b25 0ffd1658024dbe9d20cbde648cf8d50b66ad5fbd 11af30eb5fe11adda0a34d9984bd50974118d069 187346abdb08916d9006041b645e1a692b6368b9 1a694bc86f852c4037bd79d14fc81c9ed40997b9 1a9de26a122ad35e5f062eccdb5445cbc04dc74c 1ae4626ae4b93a68e37c4dd1d11e889f749bd451 1baa9666771df49e6ffc9992923854b507841156 1f3e836f5cb82dd3749bd3b461b7185f7b2c1325 21e71dcfb638c250815aa83f7f16040f83cb4dbd 23e32a12e1dac2a2391008419bc63290726a5775 264a657d3491cabf72fbd1c1ad8d7c3c34bebfa1 27306b14db2318297fcf6aefbd8be5bbb9332e41 2d67bcac7f0601ed9d2bc635fbcff91f5d769c49 2e98af34488459260ebd451a6e3c8d5b114e9d0e 355426215dd20f2b892319c4c17ec437537c752a 39a3c2a02785ba7b463043e854f7b42fe0a57d14 3c64df920cd2bebc5d17115b5e526d13bc39b407 3e4fc683bb69def19b601aabb41cdbe46b6b0f25 419e3ff46bee5cdaeeb2b1a2e15c07b2fac77299 4b9b15f617929d840dbf970ef77d0cf9f5a7d4fb 4cbccc91b28032f30c85653f2252f55d1646e8ae 53f42a11d8323dd9e4172a598e865c58a49fe455 55675cfc10aae2e447ce22826def775882b01daa 565fc34bb1e6cf68198ded8d468278d7bd578f50 58c7bd2a7dddda57e875e0cc0243eb454838f1cb 601e71723376632324bc63eb8d48d0d23be7cd88 6439e2dd6f6cd9ee4b45fd5b258443a37b70333c 6615d9c3695db60c1ef98f6e47309985e00166b5 688bd0d5ca2420480a0e115bf01c8ea12ffbbd1a 6e2645bfaf66c849abd7723fb4e90f6abc7040ff 73cdb0124372917f25427f7b359be6c054d68136 77b4aa90669cbe50888ee7891793b4aeb82702a6 79fe0abd76f2064ea09e51363fa9f2e1417a3841 7dd18229d59c5aad3dcb7da216097c7c32bb0670 7e6baf745658edd982f35d016c48cdff658cc6fb 8220cbe85c2fb33a5ce5421ca1e2541bd8c60c73 85cf81a7bb5f4551a9e151cc24d88c3e2b6f8dea 886af2e984c1935bc49e1e7496f73b14448e658f 889986f5f1e94438b32d91e5f2157e766867f109 8b5ff9b83d577eb593cc29c432a0f9add17c644c 8bc3e03015aa3144fc8f68698c7ca76102b45ce9 9fd32165dd72f5ba0a2e497fdd38ddf54ccfb85c a114b09f6aec76eb2e80aa3d1a346924181bc2d8 ac998d3757fc9bda14e81b5aae4c83ebc5cdad98 adf5c1d87f15be3c86de55e6b27fc8a52739097d b76796e3687ac89ec95c35201b23c82e34edfcb0 b81dceb41f8e95dbc0b5beab7becd1e14070ea7c b8ac78385ff14b7314f7aa1b5be19f42fa356716 be7c576c6fc20c314f9e6f980ed835768b80f654 c15ae79faab2e4e9d4f5d2716e779c0c48cf5d14 c47871ad06609cab543a2acec71ccf166e055407 c911980be38b2fe6d29b4adb2d0198d42530291e ced055b1f6685cce38732f95ee37bab5b64d2c4b cf1166c10be61a73cc34ff18fed25cd1311e8db2 d19afda35c22ef4ab5b3226c380d6057f1c5c59b d84369ddc545bb799d742a0329c99137e8024c71 da54f96d675b649fcd0d77a500b1b7a75af87218 da7001c40e1ba9964ea4e4f8768a693dedb53f57 db2417132f667709607978dd0951519151f79965 dc6d79fd07bf5d4e8b2d428255077401d996b281 dd144b683af3bf024851def2dabc57bb7468b3ee dd79f31e29f617ac14be9f1ede749a7d2e08db3c e3ea6df6f9d29f402a956b53a84bfcc40dbc286e e4445379aeb5d6237479fd6d799d72ecab79793e e595606e05710efd98f6f459b43b422440383ab6 e7091903fb6cb1dad557aef10e81f78c9b163ffb e8080e18ea82de8dcb17afdbb039032762bbc0cb e98d928699b4e44753be809bb710e8a3c5af1826 f28daf0012722971dbca6b1297b1e96ea5a8b449 f2cb1306266153a5638321dd42593dbbe2336dae f48cb0b05de410c847f4302b0d989ee116a327ce fbdf47bf5228243d4f0fd6fd04f7a0914b3915b0 ff273ecfa7139e00b008a05ef64b08b2bb7e46ff ffa90a351bac6b9936a4dd361fae3bf101919ede

Package: pulseaudio-equalizer
Priority: optional
Section: sound
Installed-Size: 149
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.29), libdbus-1-3 (>= 1.9.14), libfftw3-single3 (>= 3.3.10), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), pulseaudio (= 16.1+dfsg1-2+apertis1bv2024dev3b1), python3, python3-pyqt5, python3-dbus.mainloop.pyqt5, python3-dbus
Filename: pool/target/p/pulseaudio/pulseaudio-equalizer_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 52348
MD5sum: 3f0079cee1fe8d2cc6dd6d3a7a866e30
SHA1: 702aef8c5e5d652658dc5ef120f4463cf5ce12b3
SHA256: 467fcc7f165f86192d05a86a06a0b840826dcdd765486e37e9616520278f57af
SHA512: 64480f20a256f7c85faf24e652368c44429fa56307b22a15b665161bdb1e0c38d42d1a6fa49895dd175f2c776b41c2b9127f398f81652511e2a143c360e07966
Description: Equalizer sink module for PulseAudio sound server
 PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
 WIN32 systems. It is a drop in replacement for the ESD sound server with
 much better latency, mixing/re-sampling quality and overall architecture.
 .
 This package provides an equalizer sink and an interface to configure the
 equalizer, qpaeq.
 .
 The module is called module-equalizer-sink.
Homepage: https://www.pulseaudio.org

Package: pulseaudio-equalizer-dbgsym
Priority: optional
Section: debug
Installed-Size: 90
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio-equalizer (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-equalizer-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 65488
MD5sum: d4855ca08e323260f22b00a104150685
SHA1: 39fdb39534ee40f4cbfdd76d27d8bd1e1e1ddd9e
SHA256: 2bbefb978a9d9dc083995c2a3a94f5db9dc8f8e039f3eb63e3dee2081842573f
SHA512: 463f75879cdae6aa8d4d24076738ea11aec56820ebc22959d44f9398cd35b33a950ff58df3d7818442d570571e092e18affc91e5777c66b3d4e6b9491d947f77
Description: debug symbols for pulseaudio-equalizer
Auto-Built-Package: debug-symbols
Build-Ids: b35ccbd115a6aa6086ec68d40054170f50d07ea8

Package: pulseaudio-module-bluetooth
Priority: optional
Section: sound
Installed-Size: 518
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libbluetooth3 (>= 4.91), libc6 (>= 2.17), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.12.0), libgstreamer-plugins-base1.0-0 (>= 1.10.0), libgstreamer1.0-0 (>= 1.14), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), libsbc1 (>= 2.0), pulseaudio (= 16.1+dfsg1-2+apertis1bv2024dev3b1), bluez (>= 5.23)
Recommends: gstreamer1.0-plugins-bad (>= 1.19)
Filename: pool/target/p/pulseaudio/pulseaudio-module-bluetooth_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 102524
MD5sum: 1cb524ffe4afe6b5cb32114068fa1df9
SHA1: ffe1d06a2f8dcd904709ff84351f5744c75425fa
SHA256: 3ebad8dd85d8d2a6e34290ef73cf7f7b82f20f199ff80f0f634cac8be75e14b6
SHA512: fe3e6ad654aaab6f0fa2e888a96939964805eb45b104d7ce3d67347c4df68248c6f32767a90129ecb0278359cac2e0ba9151d44647989fac872cdc4f026e4094
Description: Bluetooth module for PulseAudio sound server
 PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
 WIN32 systems. It is a drop in replacement for the ESD sound server with
 much better latency, mixing/re-sampling quality and overall architecture.
 .
 This module enables PulseAudio to work with bluetooth devices, like headset
 or audio gateway.
 .
 The module is called module-bluetooth
Homepage: https://www.pulseaudio.org

Package: pulseaudio-module-bluetooth-dbgsym
Priority: optional
Section: debug
Installed-Size: 353
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio-module-bluetooth (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-module-bluetooth-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 275204
MD5sum: 4569f2c36d23b2011d7e7906cbd9b350
SHA1: 4606eac10f8e6b7f866f017d420a660f75b67023
SHA256: e73e6e4f8af36828c23a89ff990d089ec25a03cd82813af0ce1bd0afb1757673
SHA512: 3d9534ea850ae08451d61e89cc9899ce075dac90458d0fc5a3471faf50a1a8d5986ae847d03228866642756ebb543f0197348858a4a8a7e5acab75cf4b9a338b
Description: debug symbols for pulseaudio-module-bluetooth
Auto-Built-Package: debug-symbols
Build-Ids: 7eaec4323708ec6543c9952db2160fccab295863 95258c150ff53d25aba2edf525f6e7620e31ba76 bd3382344b856de45a1a8f1b81c0403013585fe3 e8cac7d74ffbebb04ced2c2be624a4165dd394d4 edae8c8aba4ad1b8eae186cb2afaee2bb864a02c

Package: pulseaudio-module-gsettings
Priority: optional
Section: sound
Installed-Size: 206
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.67.1), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), pulseaudio (= 16.1+dfsg1-2+apertis1bv2024dev3b1), dconf-gsettings-backend | gsettings-backend
Filename: pool/target/p/pulseaudio/pulseaudio-module-gsettings_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 35040
MD5sum: 5c1037be7b124cd501e925733782df5e
SHA1: 619b4c4072f0257b202fc4c932044e41d0af26a4
SHA256: 28f6609a774f8a9c3dfe993a056808bdb1a9296411bc0b164c65a77bc5ea6631
SHA512: 8f06861e345ba902ac9c95d7a00d44ed0d07f01156a7b03441019355ca8691036200db3691e569481f5c6d5e43a5bc2ff8a8beafae1fa47f47b4ed9d03bda53b
Description: GSettings module for PulseAudio sound server
 PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
 WIN32 systems. It is a drop in replacement for the ESD sound server with
 much better latency, mixing/re-sampling quality and overall architecture.
 .
 This module enables PulseAudio to store additional configuration in GSettings.
 It supersedes the gconf module.
 .
 The module is called module-gsettings.
Homepage: https://www.pulseaudio.org

Package: pulseaudio-module-gsettings-dbgsym
Priority: optional
Section: debug
Installed-Size: 55
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio-module-gsettings (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-module-gsettings-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 29644
MD5sum: 5dc11135b99ed4f4abcbd8e58e4581d5
SHA1: e34e41289fb2bf11522cc94d0016b43ce7b25790
SHA256: 7a84f24ac8c3999622046a70299efec27b626f97781d320b12dfa552c4d26674
SHA512: 88004df30846ea4bbe4d46209a8d8419a7edbb47868b15d2a4b23c8458d189bf0adb4855913b2d164db1c0d645ce103cfa577eb6b2212acc6a7cae9c72b54578
Description: debug symbols for pulseaudio-module-gsettings
Auto-Built-Package: debug-symbols
Build-Ids: 740707589976f5b13d10024f1d1148416cbf44ba 8d81f3988f592449a42bb5d6613406857b3dd153

Package: pulseaudio-module-raop
Priority: optional
Section: sound
Installed-Size: 255
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.17), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), libssl3 (>= 3.0.0), pulseaudio (= 16.1+dfsg1-2+apertis1bv2024dev3b1), pulseaudio-module-zeroconf
Filename: pool/target/p/pulseaudio/pulseaudio-module-raop_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 54260
MD5sum: 210d357d7fa9cce6fcf6eb63d1c314ea
SHA1: 1196fdc7e56b5b61b641ba8a04ec98bfbdc0bc7f
SHA256: 2f4393c1f5180314aab541a537589da56faec5e8fb922af7fe0e24cb951f3481
SHA512: e4904b959908ccf1ffd802edfce89526225782223c85210a13da94d8f816eaf2d63bc49b50b48ab340dee405a8652d2dc1a2e8c390750f3061159f44d660ecbb
Description: RAOP module for PulseAudio sound server
 PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
 WIN32 systems. It is a drop in replacement for the ESD sound server with
 much better latency, mixing/re-sampling quality and overall architecture.
 .
 This module enables PulseAudio to stream audio to an Apple Airport Express.
Homepage: https://www.pulseaudio.org

Package: pulseaudio-module-raop-dbgsym
Priority: optional
Section: debug
Installed-Size: 155
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio-module-raop (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-module-raop-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 114040
MD5sum: 1c56989730159fa9f2e9a9f185a29fa5
SHA1: 9ad41ffc91ac9ab6e85fcf96607f71871048ef66
SHA256: 25acc152e7c3d1ca6d581970f6746cb71079fc8b7bf35cb5e9505745594397c2
SHA512: 714df94fe584342e1541811af8cd940bc25ec950cb968158fc0e9a27d497fb518cfd50460c0193766bd9572feb973f2f1d2773987ad742be4a531912a5714a90
Description: debug symbols for pulseaudio-module-raop
Auto-Built-Package: debug-symbols
Build-Ids: 988a1bc681828697462f0028ede632c9b743d281 fd241106699f152cdd30cbd4f6a41258c85e31bd fe6254a770cab10462da7fb469749d28d58e9ea2

Package: pulseaudio-module-zeroconf
Priority: optional
Section: sound
Installed-Size: 253
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.17), libdbus-1-3 (>= 1.9.14), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), pulseaudio (= 16.1+dfsg1-2+apertis1bv2024dev3b1), avahi-daemon
Filename: pool/target/p/pulseaudio/pulseaudio-module-zeroconf_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 41764
MD5sum: be83434c76d70ed7ea9f51ce8c419ecb
SHA1: 1091a68bb347ef0e9d1bdc77bf3529620d039f9a
SHA256: 0bf1e877c7b71c7b719ed73ecec1322292cb169eea048a45b22ef4cf0f60c495
SHA512: d281956f6add88ca1d45fb5fb1504c5a0c72163a227579f2a2a292cdd1466700dc5cc4a04d3cb85b272ba3c8bee817eb4d47b4a86fd30005e1d58d08d708550d
Description: Zeroconf module for PulseAudio sound server
 PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
 WIN32 systems. It is a drop in replacement for the ESD sound server with
 much better latency, mixing/re-sampling quality and overall architecture.
 .
 This module enables PulseAudio to publish available sinks and sources via
 zeroconf (aka. Avahi, mdns).
 .
 The module is called module-zeroconf-publish.
Homepage: https://www.pulseaudio.org

Package: pulseaudio-module-zeroconf-dbgsym
Priority: optional
Section: debug
Installed-Size: 106
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio-module-zeroconf (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-module-zeroconf-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 67948
MD5sum: 8388f9c568241ef941ca964072868d64
SHA1: 5b169c924f3084a14dccd81c99059a0d901fad22
SHA256: febde926d8491cac9ad59e9a0a96dd89a8eddce2f48d983db1de8f2de307a6bd
SHA512: 76422f8db834200fc4bc3279c80872f718172eb41c4f46a62fc5c7e00f0197cede564a2db0b794cb07b3a36c744010bdf0281fff0858036f6efa7a8bac003405
Description: debug symbols for pulseaudio-module-zeroconf
Auto-Built-Package: debug-symbols
Build-Ids: 1c7eb833b0a4688d58ce8045ee7281b4c34c2496 49628fc2ba275a57abf5a5182d0eae8ecbff2dc9 6cbd0dffd92986a54efbac82686145d59f5aa575

Package: pulseaudio-utils
Priority: optional
Section: sound
Installed-Size: 540
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Replaces: pulseaudio (<< 14.2-3~)
Depends: libc6 (>= 2.34), libpulse0 (= 16.1+dfsg1-2+apertis1bv2024dev3b1), libsndfile1 (>= 1.0.20), libx11-6, libx11-xcb1 (>= 2:1.8.4), libxcb1, libpulsedsp
Suggests: avahi-daemon, pulseaudio
Breaks: pulseaudio (<< 14.2-3~)
Filename: pool/target/p/pulseaudio/pulseaudio-utils_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 88980
MD5sum: 1e705fca133ef10cb3db1e8566a26f73
SHA1: 433b12e3f0984fe0151863a873a7f5ff0a8f848b
SHA256: fa0ef19c24064b43547fa49a9b00e5ea7666f28785f9e1e77c5e644dcf64d1cd
SHA512: d1373989a39de4e956ff42cdd387af37f052da85966a9280cbe5f607101d7a5f5eaf9b3d5dc0862167d866cd9468a3e2609a4efd88d1b31d08342ba92ceee7b5
Description: Command line tools for the PulseAudio sound server
 PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
 WIN32 systems. It is a drop in replacement for the ESD sound server with
 much better latency, mixing/re-sampling quality and overall architecture.
 .
 These tools provide command line access to various features of the
 PulseAudio sound server. Included tools are:
 .
   paplay - Playback a WAV file via a PulseAudio sink.
   pacat - Cat raw audio data to a PulseAudio sink.
   parec - Cat raw audio data from a PulseAudio source.
   pacmd - Connect to PulseAudio's built-in command line control interface.
   pactl - Send a control command to a PulseAudio server.
   padsp - /dev/dsp wrapper to transparently support OSS applications.
   pax11publish - Store/retrieve PulseAudio default server/sink/source
                  settings in the X11 root window.
Homepage: https://www.pulseaudio.org

Package: pulseaudio-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 183
Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
Architecture: arm64
Source: pulseaudio
Version: 16.1+dfsg1-2+apertis1bv2024dev3b1
Depends: pulseaudio-utils (= 16.1+dfsg1-2+apertis1bv2024dev3b1)
Filename: pool/target/p/pulseaudio/pulseaudio-utils-dbgsym_16.1+dfsg1-2+apertis1bv2024dev3b1_arm64.deb
Size: 113880
MD5sum: 5436e744be8cd60c43d1e0129b61b712
SHA1: 0c83d54df74baf5951b5c14a6a63bd65b3f13aed
SHA256: 0ebe9d4684eeda66a86319f1931346dc9b00d89f2aa3f4c79383df712002ac37
SHA512: 33b6047452a10d6efae07eb5e01cde449d865b2d43844c977b4b67bb097bce24d2de0d2fda0629cb26acf37596c96376173600a0ee9ebb05126ae70661fd8a7d
Description: debug symbols for pulseaudio-utils
Auto-Built-Package: debug-symbols
Build-Ids: 5ab5bc85a09f625e9d1b0c74378d0f68525c8ef9 970bc9ea4b5398373f5705ce445afe195b8c7703 cec0e8d76451758144dbba41aa38bb29ec827646 d0cc45137f64ffd9eeb015046f04617a6874d8d3 d43be81da5437f8a245e982529aeebb1c4b76dd2

Package: pybuild-plugin-autopkgtest
Priority: optional
Section: python
Installed-Size: 16
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Source: dh-python
Version: 5.20230130+apertis0bv2024dev2b1
Depends: dh-python (= 5.20230130+apertis0bv2024dev2b1), debhelper, make
Filename: pool/target/d/dh-python/pybuild-plugin-autopkgtest_5.20230130+apertis0bv2024dev2b1_all.deb
Size: 9508
MD5sum: 93e5edb63391adb15d8ca09daaaf1402
SHA1: 5beb9d1d72df17cb532db126eecdf1bed7341f40
SHA256: bcb362e9f9ffee36f4a49d7b0a5bf49260b78a1de78b817541bef6cfe152d141
SHA512: 37db434bf8355f1585208e8cbe2d573f1433ff5e2606c73a890fc8bcfefc630cb12f8d1c9e3eb6d8f8c92abeaa88c3245e840ed8e20d93db39c6f76f16790302
Description: pybuild autopkgtest test runner (metapackage)
 This package depends on the packages required to run pybuild-autopkgtest, a
 pybuild-based autopkgtest test runner. pybuild-autopkgtest will run the same
 test suite that regular pybuild runs during build time, but against the
 installed packages and without doing a build first.
Multi-Arch: foreign

Package: pybuild-plugin-pyproject
Priority: optional
Section: python
Installed-Size: 16
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Source: dh-python
Version: 5.20230130+apertis0bv2024dev2b1
Depends: dh-python (= 5.20230130+apertis0bv2024dev2b1), python3-build (>> 0.7~), python3-installer, python3-tomli
Filename: pool/target/d/dh-python/pybuild-plugin-pyproject_5.20230130+apertis0bv2024dev2b1_all.deb
Size: 9468
MD5sum: 663435c1ecedcca390111c163f419d35
SHA1: 9d2a7386ba5b57d64b6fbd7946d84b96f1eef179
SHA256: cd9a2ece5b475b4888f5396ffe97d06f34f2463142fd285106a9867059ba8692
SHA512: 723baa5272cd64e617309332ceacfcc2b78106613d67f3b50deac78bf6bb2b30afe98be951979767b748d785ebb86c709c3c42f88f744a59b7f3bef3dcac9c70
Description: Debian helper tools for packaging Python libraries using PEP517
 This metapackage depends on the components necessary for building packages
 with the generic PEP517 build plugin.
Multi-Arch: foreign

Package: python3
Priority: optional
Section: python
Installed-Size: 81
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Replaces: python3-minimal (<< 3.1.2-2)
Provides: python3-profiler, python3-supported-max (= 3.11), python3-supported-min (= 3.11)
Depends: python3.11 (>= 3.11.2-1~), libpython3-stdlib (= 3.11.2-1+apertis1bv2024dev2b1)
Pre-Depends: python3-minimal (= 3.11.2-1+apertis1bv2024dev2b1)
Suggests: python3-doc (>= 3.11.2-1+apertis1bv2024dev2b1), python3-tk (>= 3.11.2-1~), python3-venv (>= 3.11.2-1+apertis1bv2024dev2b1)
Filename: pool/target/p/python3-defaults/python3_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 26448
MD5sum: 9800f65f57bda6d67ca64f55a9a95db6
SHA1: ca37cf2af178cacd2e623e4dbb5e3fcbee25a1f1
SHA256: 01282ce39274765eeeeecb36e74ce616d65abae061a6db504ff02f53ae8045ab
SHA512: 36f8bb327275dc79b22ee5ad6d40401cb1e3bfe973274bd9750ef6e924c977b9f4cd65e83cba6b4391cdb2fcaf8ffba40f51af43959d20d08b2f9782545df759
Description: interactive high-level object-oriented language (default python3 version)
 Python, the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version (currently v3.11).
Homepage: https://www.python.org/
Multi-Arch: allowed

Package: python3-all
Priority: optional
Section: python
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: python3 (= 3.11.2-1+apertis1bv2024dev2b1), python3-distutils (>= 3.11.2-1~), python3.11
Filename: pool/target/p/python3-defaults/python3-all_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 1068
MD5sum: dfb48efc9580dee6e623cea4dd156fe5
SHA1: bd001f7a2933e94c55265f2451afdefd91c77ff1
SHA256: 3f012b5073ee31ce610b6c71c4754877228a9fcc99f4820a870b0b92cdf2f325
SHA512: 9912beb9da6daf7f4e8e8119bfc4bf46b0e486e4a015c8d1066a471274ae963282ad9849dcf76d98129fcd73cce043ac43294e0c0141a40c0d36f779d9c0b7cc
Description: package depending on all supported Python 3 runtime versions
 The package currently depends on python3.11, in the future, dependencies on
 jython (Python for a JVM) and ironpython (Python for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 runtimes.
Homepage: https://www.python.org/
Multi-Arch: allowed

Package: python3-all-dbg
Priority: optional
Section: debug
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: python3 (= 3.11.2-1+apertis1bv2024dev2b1), libpython3-all-dbg (= 3.11.2-1+apertis1bv2024dev2b1), python3-all (= 3.11.2-1+apertis1bv2024dev2b1), python3-dbg (= 3.11.2-1+apertis1bv2024dev2b1), python3.11-dbg
Filename: pool/target/p/python3-defaults/python3-all-dbg_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 1088
MD5sum: cd8e5483cef3efa40467510421ea58e4
SHA1: e73849d6f3427b216c94d11d0bb1436cbc078e14
SHA256: f566362ae5bd849933646735af2c9e1c788d8c400be327868137f7d8f5b81e84
SHA512: 55613ca3dcd1f94c925de0a25da3f89f11fce47697de6d427a23d22d49392071655adf7824922a2394eb6609689af997fd7623601e034cd4df8f41cfb8b76744
Description: package depending on all supported Python 3 debugging packages
 The package currently depends on python3.11-dbg, in the future, dependencies
 on jython (Python for a JVM) and ironpython (Python for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 debug packages.
Homepage: https://www.python.org/
Multi-Arch: allowed

Package: python3-all-dev
Priority: optional
Section: python
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: python3 (= 3.11.2-1+apertis1bv2024dev2b1), libpython3-all-dev (= 3.11.2-1+apertis1bv2024dev2b1), python3-all (= 3.11.2-1+apertis1bv2024dev2b1), python3-dev (= 3.11.2-1+apertis1bv2024dev2b1), python3.11-dev
Filename: pool/target/p/python3-defaults/python3-all-dev_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 1088
MD5sum: e7697a215706f4a5edba5d4acfd4677d
SHA1: d052cc4b79f83a3e3f490f3312897ee2029e201b
SHA256: ea21857c3313a8a08ae0fea199cb7ba71b8649fb3728bd555d871385ca21b3cf
SHA512: 3ec648e988e3ba605156295ca7c7814ac2dfdec7c9e8e4646aaabf46baf5f24be9b24778f9372b78860bf324380847791b1374166e892b0a339174cc63130a20
Description: package depending on all supported Python 3 development packages
 The package currently depends on python3.11-dev, in the future, dependencies
 on jython (Python for a JVM) and ironpython (Python for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 development
 packages.
Homepage: https://www.python.org/
Multi-Arch: allowed

Package: python3-apparmor
Priority: optional
Section: python
Installed-Size: 478
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: all
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: python3-libapparmor (>= 3.0.8), python3:any
Filename: pool/target/a/apparmor/python3-apparmor_3.0.8-3+apertis0bv2024dev3b1_all.deb
Size: 94072
MD5sum: 4247f85d17da106f99052406fdcdc59f
SHA1: 13b11e41de6408af86f1ecb99696003dac97b036
SHA256: 831ae47ea88ff938f718f40440823713e24b35f706ba05cc9507c887a975a5f9
SHA512: ba0c0fee7bae700b997bc88a9a7d048723442594bbf511fe2dcb373c9372fa5e1b0b141b357d16ebe619b4b0384961119e2c5aeb3b277352401df35e15a14e06
Description: AppArmor Python3 utility library
 python3-apparmor provides the Python3 modules that implement the
 higher-level AppArmor applications.
Homepage: https://apparmor.net/

Package: python3-audit
Priority: optional
Section: python
Installed-Size: 336
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: libaudit1 (= 1:3.0.9-1+apertis1bv2024dev3b1), libauparse0 (= 1:3.0.9-1+apertis1bv2024dev3b1), python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.17)
Filename: pool/target/a/audit/python3-audit_3.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 64008
MD5sum: b46a350a1567597593e8a5dbb3625769
SHA1: 3451d93efeb1708a60544712e7050eac9e2ca78b
SHA256: 4319a4c6c4a14ffbd8468035bf925261c09b8887875b3873e648b88b9d4ea565
SHA512: d18df669291bdd33eddac9733eeae7b95da05a5019a8ea5d35aaba4408dd88385c8bb7de73e6fbb7643684605433001525945d4edf4a988e232cf2b995031583
Description: Python3 bindings for security auditing
 The package contains the Python3 bindings for libaudit and libauparse, which
 are used to monitor systems for security related events. Python can be used to
 parse and process the security event messages.
Homepage: https://people.redhat.com/sgrubb/audit/

Package: python3-audit-dbgsym
Priority: optional
Section: debug
Installed-Size: 269
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: arm64
Source: audit
Version: 1:3.0.9-1+apertis1bv2024dev3b1
Depends: python3-audit (= 1:3.0.9-1+apertis1bv2024dev3b1)
Filename: pool/target/a/audit/python3-audit-dbgsym_3.0.9-1+apertis1bv2024dev3b1_arm64.deb
Size: 213436
MD5sum: 7dc575926df60473aeba17d8414fcd7e
SHA1: dd222f249ebe348cbc21eadc632c9808e3cb92ef
SHA256: e12b785474cb415931235d923c13e6170f5ee512279cfe0184f201830ea4a75b
SHA512: da7588858e11a53539883add373bda5173ec7abd7511cb6860ec378687da5a29ec871339324abb6ec82175af88aefaa311a4397a931647571c4dcb08eecaac5d
Description: debug symbols for python3-audit
Auto-Built-Package: debug-symbols
Build-Ids: b6beb1802c11c6567ccead11e1d8ad4d2c194384 bab6151c32f5501eb9d2b53e6847c2f328c8b8a9

Package: python3-avahi
Priority: optional
Section: python
Installed-Size: 59
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: avahi
Version: 0.8-10+apertis0bv2024dev3b2
Depends: python3:any, python3-gdbm, libavahi-common-data (= 0.8-10+apertis0bv2024dev3b2), python3-dbus
Filename: pool/target/a/avahi/python3-avahi_0.8-10+apertis0bv2024dev3b2_arm64.deb
Size: 29980
MD5sum: ce77a8c0286dc09817909b36ba0f6cab
SHA1: 3fe1e39cae91a9fcb7afc0ea5c80a55bd6919ed1
SHA256: 0a7b0d566deeed7b9765c79759362edcade686a4db6455f8fd66f898818e629d
SHA512: e7e6cc0b913a31277b7d0c17b27fe0eececba37ebb7a3a78ea48f058933efe9dae4a1255afb89213b53b2768674adb5c34af592ce15d2ad4356c4872ef00078e
Description: Python utility package for Avahi
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains utility modules to talk to Avahi with Python easier.
Homepage: https://avahi.org/

Package: python3-blockdev
Priority: optional
Section: python
Installed-Size: 66
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libblockdev
Version: 2.28-2+apertis1bv2024dev3b1
Depends: gir1.2-blockdev-2.0 (>= 2.28-2+apertis1bv2024dev3b1), gir1.2-blockdev-2.0 (<< 2.28-2+apertis1bv2024dev3b1.1~), python3-gi, python3:any
Filename: pool/target/libb/libblockdev/python3-blockdev_2.28-2+apertis1bv2024dev3b1_all.deb
Size: 12784
MD5sum: 7c8f44fff1f61209074d1de7b18aa586
SHA1: 28f3fcaa7721ed3f31b0404abcb1a7dc08121b3a
SHA256: eb1e25d3004779e7ee04b01f6d3d02840e6ccab52fa0e92a0a6d419cce4d1d06
SHA512: aae9d1a45e95be1e3dcb7d82e20293e68df10288b8aab9072a406815d6a5d2d71e7d25bcf9ad7b15647a9ecb09c424a701aab15e9fa92c5f337850c2d3bf68e9
Description: Python 3 gobject-introspection bindings for libblockdev
 This package contains enhancements to the gobject-introspection bindings for
 libblockdev in Python3.
Homepage: https://github.com/storaged-project/libblockdev

Package: python3-brotli
Priority: optional
Section: python
Installed-Size: 735
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: brotli
Version: 1.0.9-2+apertis1bv2024dev3b1
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Filename: pool/target/b/brotli/python3-brotli_1.0.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 285468
MD5sum: 055809f51066f7eac5a0dd1a9fcb251b
SHA1: c3a6ca2f664b60a824a28bf96541353127ee3a2c
SHA256: 76afa2a97b9a78917f4250258eb12e9f0166149b28cfb42b1fd09960fda5adbb
SHA512: 66e532d407a901b3c51d19e71ab6ea2e6c33c856d150ac5685582c12e58d05697bbb8aa93ca72de16696ab9b319334d53c5277a42fe48033db2ac1fe34e3b0d7
Description: lossless compression algorithm and format (Python 3 version)
 Brotli is a generic-purpose lossless compression algorithm
 that compresses data using a combination of a modern variant
 of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
 with a compression ratio comparable to the best currently available
 general-purpose compression methods. It is similar in speed with
 deflate but offers more dense compression.
 .
 This package installs a Python 3 module.
Homepage: https://github.com/google/brotli

Package: python3-brotli-dbgsym
Priority: optional
Section: debug
Installed-Size: 1257
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: arm64
Source: brotli
Version: 1.0.9-2+apertis1bv2024dev3b1
Depends: python3-brotli (= 1.0.9-2+apertis1bv2024dev3b1)
Filename: pool/target/b/brotli/python3-brotli-dbgsym_1.0.9-2+apertis1bv2024dev3b1_arm64.deb
Size: 1234872
MD5sum: 60f8c1568654cd81b4d44ea2c721f016
SHA1: ade484fe12bb45567010106e4c801a2f77766d7b
SHA256: 5bd8a4dffeff34780e5c54add305ba780646f28eb6fbe67d063aca87824859f4
SHA512: 53bc9a0cd8a08a172211389b3ac3e394ba93b4bce39deb6a6a538f757419cbb5be2ecebf206417e1c9cec88283c89d843ff08fbab05edbac02509154bd5f3e91
Description: debug symbols for python3-brotli
Auto-Built-Package: debug-symbols
Build-Ids: 4b8212f90e3c5f23fe9102979b28b1d9c2b9fa8a

Package: python3-cap-ng
Priority: optional
Section: python
Installed-Size: 99
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: arm64
Source: libcap-ng
Version: 0.8.3-1+apertis0bv2024dev3b1
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.17), libcap-ng0 (>= 0.8.3)
Filename: pool/target/libc/libcap-ng/python3-cap-ng_0.8.3-1+apertis0bv2024dev3b1_arm64.deb
Size: 21724
MD5sum: 2d5985035adf860c60706323ba21f913
SHA1: 31b10ec70a431dbf1fe17908bb996f3d2a0c714e
SHA256: 7dad2d2a7a1c0480ede0ef71520a8b9c4d5f366daf939a04f481fa6ec03186dd
SHA512: 498772030435e3049fe7c538cda6b889dd568947b6bf1a6dfe8dda90a7145976c8afea11892ef5cc584cddcc7d65b32323526444378838946419f8bc8e26e851
Description: Python3 bindings for libcap-ng
 This library implements the user-space interfaces to the POSIX
 1003.1e capabilities available in Linux kernels.  These capabilities are
 a partitioning of the all powerful root privilege into a set of distinct
 privileges.
 .
 The libcap-ng library is intended to make programming with POSIX
 capabilities much easier than the traditional libcap library.
 .
 This package contains the Python3 bindings for libcap-ng.
Homepage: https://people.redhat.com/sgrubb/libcap-ng

Package: python3-cap-ng-dbgsym
Priority: optional
Section: debug
Installed-Size: 73
Maintainer: Håvard F. Aasen <havard.f.aasen@pfft.no>
Architecture: arm64
Source: libcap-ng
Version: 0.8.3-1+apertis0bv2024dev3b1
Depends: python3-cap-ng (= 0.8.3-1+apertis0bv2024dev3b1)
Filename: pool/target/libc/libcap-ng/python3-cap-ng-dbgsym_0.8.3-1+apertis0bv2024dev3b1_arm64.deb
Size: 54460
MD5sum: 4000cbcb6f4464bb8fcc1ffe42b20fac
SHA1: bd3d751f16cbf464d9674ee958647aa59387d543
SHA256: 06843c2ad498cd97420dce1284802548175a6641f08981ad6d6eb42a3eeddcdb
SHA512: 372d5bc6f5d32f4cf138ced5ac56a82081c24be1b589293e1bb72e10d958777aec3c5c211c9c687f901f484752e8f424c7e068e018fe72bb1020c70fa207ae6f
Description: debug symbols for python3-cap-ng
Auto-Built-Package: debug-symbols
Build-Ids: 2c49a7b10fd6ae3836f9ee6c6918900533fdf1ed

Package: python3-clang-15
Priority: optional
Section: python
Installed-Size: 345
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: python-clang-x.y
Provides: python-clang-x.y
Depends: python3, libclang-15-dev
Conflicts: python-clang-x.y
Filename: pool/target/l/llvm-toolchain-15/python3-clang-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 233312
MD5sum: 6bc014c128ed5e365be5de2229b426f5
SHA1: e4bcd29273a366c338eb8ee8e6cd0b6a5b1e8ba0
SHA256: f33d686b06a885f173bf165846c9fa543a00751e217f47446b7399dbcbd1f6d1
SHA512: 7e469c107c8e0acc5f860dd278f6e5a44bf86130507d4306a97b4a490f287ae7fd1ee7c04265a29ba853c40f65ed275e25007139bc65a8427a18734e161c2dce
Description: Clang Python Bindings
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This binding package provides access to the Clang compiler and libraries.
Homepage: https://www.llvm.org/

Package: python3-dbg
Priority: optional
Section: debug
Installed-Size: 20
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: python3 (= 3.11.2-1+apertis1bv2024dev2b1), libpython3-dbg (= 3.11.2-1+apertis1bv2024dev2b1), python3.11-dbg (>= 3.11.2-1~)
Filename: pool/target/p/python3-defaults/python3-dbg_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 1244
MD5sum: 96807789ffae96acc3874527bfbaffc9
SHA1: 8cc4f598cec4e899aac0666d2c1ac2c2a605d16b
SHA256: b49cf03e304622f2171b20fb2749d148d2e4a1a70ced2f1a3342c87b71f97e85
SHA512: 2cbacdb8ecfdde50d140ecfb7385165128988de1ec928fa08245eb1cb6a91f0b8c5a0bb64610e7bf3dced1e51b6615f3902480bcbf852017bf621ae6d4aac5df
Description: debug build of the Python 3 Interpreter (version 3.11)
 Python 3 interpreter configured with --pydebug. Dynamically loaded modules
 are searched in /usr/lib/python3.11/lib-dynload/debug first.
Homepage: https://www.python.org/
Multi-Arch: allowed

Package: python3-debconf
Priority: optional
Section: python
Installed-Size: 18
Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>
Architecture: all
Source: debconf
Version: 1.5.82+apertis0bv2024dev3b1
Depends: debconf (= 1.5.82+apertis0bv2024dev3b1), python3:any
Filename: pool/target/d/debconf/python3-debconf_1.5.82+apertis0bv2024dev3b1_all.deb
Size: 4000
MD5sum: f4dba74beca3d8a5e165001e5ac3c60a
SHA1: 3831d39cf87da0a61d618f632b69cfd00dd0e60a
SHA256: 00f66aafec03913ad607c3d249f6ad117963ea43cdc02746fbd3041dcc6aeeb8
SHA512: 9b2017dcbbbef2ce0918d511acba189224426c669ccb5aa63bf32e5220d63e68b8f4c2fd803abafb32368d759bc58b0fcc33fb9591b25dabda463fd8d99d6c31
Description: interact with debconf from Python 3
 Debconf is a configuration management system for debian packages. Packages
 use Debconf to ask questions when they are installed.
 .
 This package provides a debconf module to allow Python 3 programs to
 interact with a debconf frontend.

Package: python3-dev
Priority: optional
Section: python
Installed-Size: 155
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Replaces: python3 (<< 3.9.2-1~), python3.1 (<< 3.1.2+20100706-3)
Depends: python3 (= 3.11.2-1+apertis1bv2024dev2b1), libpython3-dev (= 3.11.2-1+apertis1bv2024dev2b1), python3.11-dev (>= 3.11.2-1~), python3-distutils (>= 3.11.2-1~), libjs-sphinxdoc (>= 5.2)
Breaks: python3 (<< 3.9.2-1~)
Filename: pool/target/p/python3-defaults/python3-dev_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 26200
MD5sum: 9afe5053eaa22576ab3d1654ba31a61a
SHA1: c78ed7acf4aeb5bf3549e3da63c5e25fb39a4f9a
SHA256: edf842e5dcea76997d4b0e577fd1f0aafda2f6e6b5c4d6a59a71f00b3c25cbb5
SHA512: 877a44090c31a41d0d58a9fb6d021a05f7b64d9e009ba86a797bb15fbae68b6d935badc30f0e16e75671d90568754db26403732f600e7bc4111f995d6a327376
Description: header files and a static library for Python (default)
 Header files, a static library and development tools for building
 Python modules, extending the Python interpreter or embedding Python
 in applications.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's headers (currently v3.11).
Built-Using: sphinx (= 5.3.0-4)
Homepage: https://www.python.org/
Multi-Arch: allowed

Package: python3-doc
Priority: optional
Section: doc
Installed-Size: 30
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: python3.11-doc (>= 3.11.2-1~)
Suggests: python3 (>= 3.11.2-1+apertis1bv2024dev2b1), python3-examples
Filename: pool/target/p/python3-defaults/python3-doc_3.11.2-1+apertis1bv2024dev2b1_all.deb
Size: 9632
MD5sum: d5da9a79cb84775292204f702918ea6c
SHA1: d524c99f2604bacc5caa9d87747f9676829071b2
SHA256: 0108025c028e62019ba5f00ff6beea538f657c49aa7ffb2181f3ee7e9367ed06
SHA512: 8437decb010a1cb9578704a20b5d22f346f130c2f4d34370bf76c37861ca31cc8e05da299d85a9906f50991afc7a47c8dd1ee01f59d49e746d5a58e0c7ce6d6f
Description: documentation for the high-level object-oriented language Python 3
 This is the official set of documentation for the interactive high-level
 object-oriented language Python 3 (v3.11). All documents are provided
 in HTML format, some in info format. The package consists of nine documents:
 .
   * Tutorial
   * Python Library Reference
   * Macintosh Module Reference
   * Python Language Reference
   * Extending and Embedding Python
   * Python/C API Reference
   * Installing Python Modules
   * Documenting Python
   * Distributing Python Modules
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's documentation (currently v3.11).
Homepage: https://www.python.org/
Multi-Arch: foreign

Package: python3-examples
Priority: optional
Section: python
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: python3 (>= 3.11.2-1+apertis1bv2024dev2b1), python3.11-examples (>= 3.11.2-1~)
Filename: pool/target/p/python3-defaults/python3-examples_3.11.2-1+apertis1bv2024dev2b1_all.deb
Size: 1048
MD5sum: ba6829bcff6aef202f3b601b099d81b2
SHA1: 03a9f74a7420bcd9a216ce3bc0f968e00f7849fd
SHA256: 5c0544255af242cecbb35f8120088795d141a9112478ac87a94f3da682ce62c7
SHA512: 730ab83761271d8c9b70259f082c9a32c5f958b092efbcb8d2b983a45ef671bfdb9d5a8a626fab35b5d7eef2236dcb0300a4da2137a35d497c8c1039627f358c
Description: examples for the Python language (default version)
 Examples, Demos and Tools for Python. These are files included in
 the upstream Python distribution.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's examples (currently v3.11).
Homepage: https://www.python.org/
Multi-Arch: foreign

Package: python3-flatbuffers
Priority: optional
Section: python
Installed-Size: 130
Maintainer: Maximiliano Curia <maxy@debian.org>
Architecture: all
Source: flatbuffers
Version: 2.0.8+dfsg1-2+apertis0bv2024dev2b1
Depends: python3:any
Filename: pool/target/f/flatbuffers/python3-flatbuffers_2.0.8+dfsg1-2+apertis0bv2024dev2b1_all.deb
Size: 29228
MD5sum: a772800ba76b999d97a2d65dd02da8ce
SHA1: e2716d28ef405c8821260a439cb0d16f907ae347
SHA256: 7e9066537d60d5c75d87ece9e0cfeb8d86433feb6edcf8339e5c81b3b497a41b
SHA512: 064397c9e5722ef1396c13951da921a3c8f38a86c40b900296f048d417684bd69db365a479d487765d5e6e90190730509e9216ccb895ac6f558d11181debc05f
Description: efficient cross platform serialization library - Python bindings
 FlatBuffers is an efficient cross platform serialization library for C++, C#,
 C, Go, Java, JavaScript, TypeScript, PHP, and Python. It was originally
 created at Google for game development and other performance-critical
 applications.
 .
 This package contains python3 flatbuffers API.
Homepage: https://google.github.io/flatbuffers/
Multi-Arch: foreign

Package: python3-full
Priority: optional
Section: python
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: python3 (= 3.11.2-1+apertis1bv2024dev2b1), python3.11-full (>= 3.11.2-1~), python3-venv (= 3.11.2-1+apertis1bv2024dev2b1), 2to3, idle, python3-distutils, python3-gdbm, python3-lib2to3, python3-tk
Recommends: python3-doc, python3-examples
Suggests: python3-dev
Filename: pool/target/p/python3-defaults/python3-full_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 1348
MD5sum: 147cb3e3c6d7d1cd4f6155e433f4af2e
SHA1: 1390c4e766ca911e886479376bd3ba59c7aeb7aa
SHA256: 7213c5effadd91f8eacca30a9c37a4d3d8723d41db1d218f08aa4f02587f9263
SHA512: 6b7e0793f617f4869b72265d7f4a6bce051d2928ad82f92436a9bed54fa0ced5163917b779ab8bb9e93c7cf19758943d9e1cc364459695ef37b8b124e5887f52
Description: Default Python Interpreter with complete class library
 Python, the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package is a dependency package, which depends on the full
 standard library of Python for Python developers. Including modules
 used only at build-time, such as venv and distutils, and modules with
 complex dependencies, such as tk and IDLE. All batteries included.
 .
 This package depends on Debian's default python 3 version's full
 standard library (currently v3.11).
 .
 According to the Debian Python policy, this package must not be used in
 build dependencies, dependencies and recommendations.
Homepage: https://www.python.org/
Multi-Arch: allowed

Package: python3-graphite2
Priority: optional
Section: python
Installed-Size: 53
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Architecture: all
Source: graphite2
Version: 1.3.14-1+apertis1bv2024dev3b1
Depends: libgraphite2-3, python3-future, python3:any
Filename: pool/target/g/graphite2/python3-graphite2_1.3.14-1+apertis1bv2024dev3b1_all.deb
Size: 15116
MD5sum: f87ecd5679ce4236b534170741ea37ec
SHA1: 3919c054307d99d1384fd59ca87b322e5688378b
SHA256: b70f4cd73b14712449ff6bad35ce046d1a2c0fb34937ba292d5224431e0e9930
SHA512: cd5732bbe7cdea5684619d299cd39cdb694c683ce22a4843b27945d9339ee7302d11dc077f329973f83ab7cca80ff461b6054baaa571a0dc56f9c29a044343b8
Description: Python bindings for libgraphite2
 Graphite is a system that can be used to create and use "smart fonts" capable
 of displaying writing systems with various complex behaviors, such as:
 contextual shaping, ligatures, reordering, split glyphs, bidirectionality,
 stacking diacritics and complex positioning.
 .
 This library was designed and developed by the NRSI (Non-Roman Script
 Initiative) within SIL International (www.sil.org) to act as a complement to
 other smart font rendering technologies with limited practical local
 extensibility. Its purpose is to help meet the needs of a very large number
 of "minority language" communities for local extensibility of complex script
 behaviors.
 .
 The behavior of the rendering engine for a given writing system is specified
 through extra tables added to a TrueType font.  These tables are generated by
 compiling a GDL (Graphite Description Language) source file into a font using
 grcompiler.
 .
 This package contains the Python 3 bindings for libgraphite2.
Homepage: http://graphite.sil.org/

Package: python3-grpcio
Priority: optional
Section: python
Installed-Size: 6713
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, python3-protobuf (>= 3.21.0~), libabsl20220623 (>= 0~20220623.0-1), libc-ares2 (>= 1.11.0~rc1), libc6 (>= 2.34), libre2-9 (>= 20150701+dfsg), libssl3 (>= 3.0.0), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4)
Filename: pool/target/g/grpc/python3-grpcio_1.51.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 1887212
MD5sum: 94d0984e42ecca2043bc1c46c99146e9
SHA1: 3798f802f4c00caffca1fa12df210fcbb7001834
SHA256: 8504a7e0fd5a8e18a6cf1ce2990a626c45791dbee052a92ff638555e4df4ba07
SHA512: a076e439ad4a2c57e7f15df45e4be7b46f3fd3b8d4f2cdadbcd74b0375ab93faa86eb27381d0fa27e882d6318865dce193c8d0984fcc4f28d7ebdddf992f12dd
Description: GRPC system (Python 3)
 A modern, open source remote procedure call (RPC) framework that can
 run anywhere. It enables client and server applications to communicate
 transparently, and makes it easier to build connected systems.
 .
 This package contains the Python 3 bindings.
Homepage: https://www.grpc.io/

Package: python3-grpcio-dbgsym
Priority: optional
Section: debug
Installed-Size: 49757
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: python3-grpcio (= 1.51.1-3+apertis1bv2024dev2b1)
Filename: pool/target/g/grpc/python3-grpcio-dbgsym_1.51.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 48904400
MD5sum: 0db562b55c40847c98bf3386109d0b0b
SHA1: bc1ae14d8d485911a1cdd3e8080b3e58ac8c13da
SHA256: 3dc333d68d212d41981582b057ba8b1952dfc6a6963f8a8c024a44db650cbf54
SHA512: 4acbcdeffe6db1b47e8416d7f73078b0cfc7a4bfc87e91c5b03abfab14600831c086075e15c437a9b42ffd5c07709a7150f5f7b2f64d3589ee57825fad21394d
Description: debug symbols for python3-grpcio
Auto-Built-Package: debug-symbols
Build-Ids: f44b202dc29b76d85ae6195d7a299214ae192e1d

Package: python3-imath
Priority: optional
Section: python
Installed-Size: 35643
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: imath
Version: 3.1.6-1+apertis0bv2024dev2b1
Depends: python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3 (<< 3.12), python3 (>= 3.11~), libboost-python1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0-py311, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libimath-3-1-29 (>= 3.1.6), libpython3.11 (>= 3.11.0), libstdc++6 (>= 11)
Filename: pool/target/i/imath/python3-imath_3.1.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 3744488
MD5sum: 00189925c1742bb5311141c3a4d9ab3a
SHA1: b33e5d42f178d9847240abbe06819991126e1775
SHA256: 0efab52635df7b2ebb38369398697408fa4120a5b8058b4a648e8f8454b72acf
SHA512: 690292f86acabeb31926742b9a1d7c673587b325a71bd679d9c78a328f244dbde6c0e767517384fc34efddde28277c24fc15154e6f08f378a288ab4a8d9e94d7
Description: Utility libraries from ASF used by OpenEXR - Python bindings
 Imath is a basic, light-weight, and efficient C++ representation of
 2D and 3D vectors and matrices and other simple but useful
 mathematical objects, functions, and data types common in computer
 graphics applications, including the “half” 16-bit floating-point type.
 .
 Imath also includes optional Python bindings for all types and
 functions, including optimized implementations of vector and
 matrix arrays.
 .
 This package provides Python bindings to the Imath library.
Homepage: https://www.openexr.com
Multi-Arch: same

Package: python3-imath-dbgsym
Priority: optional
Section: debug
Installed-Size: 68570
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Architecture: arm64
Source: imath
Version: 3.1.6-1+apertis0bv2024dev2b1
Depends: python3-imath (= 3.1.6-1+apertis0bv2024dev2b1)
Filename: pool/target/i/imath/python3-imath-dbgsym_3.1.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 50916436
MD5sum: ac6a557d7c12009cc05f0247957e95e7
SHA1: 5c34338e21489a913fdd36b87b0e1cf4fe452032
SHA256: e7e0076f573264bb3b5d46d9de1842f31a1b21e34be77c2456ba2b9cbd64f748
SHA512: 658b6b0e84f4625232f58967f394e0d4c4ca96fdf19d0edddde63830179708aceae6d3d0a8a1355f0a77e6e684bda17ebfd936f5410ed854c3963628555c43ee
Description: debug symbols for python3-imath
Auto-Built-Package: debug-symbols
Build-Ids: 07cbd8f7afa5c89ac4b4595a51b74927f2973f91 325ed70e7d4e453b0a13461c3b4b650eb5e6ddcf a00828c1a67911852169acb813b88e114333375d
Multi-Arch: same

Package: python3-ipython-genutils
Priority: optional
Section: python
Installed-Size: 85
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Source: ipython-genutils
Version: 0.2.0-5+apertis0bv2024dev2b1
Depends: python3:any
Filename: pool/target/i/ipython-genutils/python3-ipython-genutils_0.2.0-5+apertis0bv2024dev2b1_all.deb
Size: 21632
MD5sum: 0d7a9ced8667f70a8fdd83dfad9e0b89
SHA1: cca324d0f483ef33ce82b23f48f172a47297691e
SHA256: 6a6a536527d3234aecb623d5b05bb288dc205d5cb5a7b2fa803323924027a2c1
SHA512: 563d75b224ccdd0f5f0ca97557a7f53b95950c6e502322d0345889b98d1cd179473aa14ec506ac6e5028622a191c8c1657da48bc4b575d9f5cb35df03840443d
Description: IPython vestigial utilities for Python 3
 Contains some utilities shared by the IPython and Jupyter projects.
 .
 No new code should be written against those utilities.
 .
 This package installs the library for Python 3.
Homepage: https://github.com/ipython/ipython_genutils
Multi-Arch: foreign

Package: python3-ldns
Priority: optional
Section: python
Installed-Size: 1538
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: ldns
Version: 1.8.3-1+apertis1bv2024dev2b1
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.28), libldns3 (>= 1.8.3), libpython3.11 (>= 3.11.0)
Filename: pool/target/l/ldns/python3-ldns_1.8.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 213072
MD5sum: b70026cc8f57402b6b5b078e710f6220
SHA1: b788ca7ed64e2b5bcf4e11e26c86a8abe244240d
SHA256: 3fa6f48d6da4cf87617016331b90d664be857ee748dac4883ae16bfb23af33df
SHA512: 4ca88eb0c5f3e118e65e0ca2992533751e09fc6a8b3a6a36f29183c22a4065cebab97b44a9c8761c58827d5c59cba83889910d4e1867f62d3b4bfea84d33263f
Description: ldns library for DNS programming - Python3 bindings
 The goal of ldns is to simplify DNS programming, it supports recent RFCs
 like the DNSSEC documents, and allows developers to easily create software
 conforming to current RFCs, and experimental software for current Internet
 Drafts.
 .
 This archive contains modules that allow you to use LDNS Library in
 Python3 programs.
Homepage: https://www.nlnetlabs.nl/projects/ldns/about/
Multi-Arch: foreign

Package: python3-ldns-dbgsym
Priority: optional
Section: debug
Installed-Size: 970
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: arm64
Source: ldns
Version: 1.8.3-1+apertis1bv2024dev2b1
Depends: python3-ldns (= 1.8.3-1+apertis1bv2024dev2b1)
Filename: pool/target/l/ldns/python3-ldns-dbgsym_1.8.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 868176
MD5sum: 1c1e89e985a7664cbcd2d1f6a2b2fa17
SHA1: 37afb23d627471611e37086a7dd3553f6f0c7e42
SHA256: ad23ecf764f5d0db859c62af9fd8475e613468f3f6427faa8667563da8f6eee9
SHA512: 793f3c93eb3e30557ec8f8a883a81db479dc477e166d2db77a39846c010ce6da0d6566b42f9aa538e5eb69ac7e24cc467df468a72355075e377dd8c601e8d003
Description: debug symbols for python3-ldns
Auto-Built-Package: debug-symbols
Build-Ids: 6bfc80ef00b48947158696b3f87a11a76685499d

Package: python3-lerc
Priority: optional
Section: python
Installed-Size: 67
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Architecture: all
Source: lerc
Version: 4.0.0+ds-2+apertis1bv2024dev2b1
Depends: liblerc4, python3-numpy, python3:any
Filename: pool/target/l/lerc/python3-lerc_4.0.0+ds-2+apertis1bv2024dev2b1_all.deb
Size: 15148
MD5sum: 8516a441d1a193d99c9c38f9927c4578
SHA1: 82451b4b577cd4be995f35079e8e87a71e4e6da2
SHA256: a8d6eb94bfd47e942e904267a101e3b1dc236ecab8a993c6016262d678ce207b
SHA512: 47f0bf71f61568a572fb2d574afe2fdb39565d1c6cbe386ff48aa09c38fb6a96436fa23c83287dd3e3696f77b02428539e117fb150ecca97ae95193bfb003071
Description: Python 3 bindings to the Limited Error Raster Compression library
 LERC is an open-source image or raster format which
 supports rapid encoding and decoding for any pixel
 type (not just RGB or Byte). Users set the maximum
 compression error per pixel while encoding, so the
 precision of the original input image is preserved
 (within user defined error bounds).
 .
 This is a Python package of LERC.
Homepage: https://github.com/Esri/lerc

Package: python3-libapparmor
Priority: optional
Section: python
Installed-Size: 187
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libapparmor1 (>= 2.10.95), libc6 (>= 2.17)
Filename: pool/target/a/apparmor/python3-libapparmor_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 41864
MD5sum: d3ee264f83e30d34af9dee7397dd06dc
SHA1: 561cb93a2e211d3049c5efdf39e126f72a92e277
SHA256: 9e51e2540893395c9568c5715bea5850872dd287854123734a95ca7a1fdcb578
SHA512: ba7d6b78809e4451156b24d4a882881db957a8b557912b25e4c5ad9998c7fdc071a897fe6aa093b30ba7ad3df3ef906270672c89a9f8a8db85b559ed879e357e
Description: AppArmor library Python3 bindings
 python3-libapparmor provides the Python3 module that contains the language
 bindings for the AppArmor library, libapparmor, which were autogenerated
 via SWIG.
Homepage: https://apparmor.net/

Package: python3-libapparmor-dbgsym
Priority: optional
Section: debug
Installed-Size: 131
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: arm64
Source: apparmor
Version: 3.0.8-3+apertis0bv2024dev3b1
Depends: python3-libapparmor (= 3.0.8-3+apertis0bv2024dev3b1)
Filename: pool/target/a/apparmor/python3-libapparmor-dbgsym_3.0.8-3+apertis0bv2024dev3b1_arm64.deb
Size: 108376
MD5sum: 6a1879403927b6a02147ca77d8c4ab1c
SHA1: 6129516114bd0fcb5db54ce291cd90457cc90ee2
SHA256: ddb4d8d0fa84bc8bb284f058e3c30559d6485f75b36619db3dd16944cbbb8408
SHA512: eb26bded60f819e559a444f622f7f56fc8633d8bae58e6102abfd97c3fa8bf29a0b59c225bf8daa15185a45853158311046d620321345b721bb7c1ce7c56fd87
Description: debug symbols for python3-libapparmor
Auto-Built-Package: debug-symbols
Build-Ids: 0025b7841c4646b6c71d83fa87e19042625bfe6b

Package: python3-libproxy
Priority: optional
Section: python
Installed-Size: 30
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: libproxy
Version: 0.4.18-1.2+apertis1bv2024dev3b1
Depends: python3:any, libproxy1v5 (>= 0.4.18-1.2+apertis1bv2024dev3b1)
Filename: pool/target/libp/libproxy/python3-libproxy_0.4.18-1.2+apertis1bv2024dev3b1_all.deb
Size: 11592
MD5sum: 2072619034f9328ebf1d6af6bf98c8d8
SHA1: 6082ef9619816f30a12c5e394a497442d85367c4
SHA256: 454e0e14e7bd0f6a78ca435724e133e8298354a7360a58901a7c763a639dcf64
SHA512: 3fa754d65e1cfa4d75c8ffb38a002c2a4bf43274a3023961500f04f3cbe0782b84ffc58ebb08b2f729d7ddb95949c664f56e1d0aecdf51db81130c6493016ecd
Description: automatic proxy configuration management library (Python 3)
 libproxy is a lightweight library which makes it easy to develop
 applications proxy-aware with a simple and stable API.
 .
 This package contains the Python 3 bindings.
Homepage: https://libproxy.github.io/libproxy/

Package: python3-libxml2
Priority: optional
Section: python
Installed-Size: 913
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: arm64
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.28), libxml2 (>= 2.9.11)
Filename: pool/target/libx/libxml2/python3-libxml2_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_arm64.deb
Size: 186172
MD5sum: 037ed1efc60d2a012f158c46a3b803db
SHA1: 95c9f6ff7af933a08a42ac15a7e7c1326abe33c1
SHA256: 68d0c59cebef910a5ad90462dbb717db8d2cd541f1345fb73d76888f56709913
SHA512: 9ee613d0be8ef4efc4b996dee5ccc3dabc71529a53d5532f209724266be71b0220a864a14afdbade4c0233f491a5179c2a9e09e1bd2628ff4ea896571c7b7757
Description: GNOME XML library - Python3 bindings
 XML is a metalanguage to let you design your own markup language.
 A regular markup language defines a way to describe information in
 a certain class of documents (eg HTML). XML lets you define your
 own customized markup languages for many classes of document. It
 can do this because it's written in SGML, the international standard
 metalanguage for markup languages.
 .
 This package contains the files needed to use the GNOME XML library
 in Python3 programs.
Homepage: http://xmlsoft.org
Multi-Arch: same

Package: python3-libxml2-dbgsym
Priority: optional
Section: debug
Installed-Size: 337
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: arm64
Source: libxml2
Version: 2.9.14+dfsg-1.2+apertis1bv2024dev3b2
Depends: python3-libxml2 (= 2.9.14+dfsg-1.2+apertis1bv2024dev3b2)
Filename: pool/target/libx/libxml2/python3-libxml2-dbgsym_2.9.14+dfsg-1.2+apertis1bv2024dev3b2_arm64.deb
Size: 239920
MD5sum: 1f1b125fb507e4ab717ec8d29b4c9446
SHA1: db8b3c747a5b0b8f67fa220f06a7a1ce70784c00
SHA256: 31456dce67faf1e2d497d97f13c92546af44d6f35239a9656c4442c651049919
SHA512: 7509c6d05286205b2988b2460d22c4e974e868fd1deae88690a8455c158cbc45fc8a87944dfbfd2a025f244f34a7bcefb1391285a9bd0a576aff3a9ac8a9082a
Description: debug symbols for python3-libxml2
Auto-Built-Package: debug-symbols
Build-Ids: c5fadea55fde61320f399b841fe6ac756e3ae08e
Multi-Arch: same

Package: python3-lldb-15
Priority: optional
Section: python
Installed-Size: 970
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: llvm-toolchain-15
Version: 1:15.0.6-4+apertis1bv2024dev2b1
Replaces: python3-lldb-x.y
Provides: python3-lldb-x.y
Depends: liblldb-15 (= 1:15.0.6-4+apertis1bv2024dev2b1), python3-six
Conflicts: python3-lldb-x.y
Filename: pool/target/l/llvm-toolchain-15/python3-lldb-15_15.0.6-4+apertis1bv2024dev2b1_arm64.deb
Size: 309188
MD5sum: e84b86fe8340005bedf5bb82e467e4ce
SHA1: f39e36db1003bbfb56c6cd0ecf662cd6af97ba19
SHA256: 4cdf43b68be7d2e8fff81b8f08df8e4c11bb23a188fefba18f4eee9bc8ed6c0c
SHA512: 5d8de80716c49d13d93fb98db384003bfffba167251cc132fc92058afe6175fbcdc308c9e072948057d17b646c2e5d0ef3540c44f1b862fb50f35497b2528c76
Description: Next generation, high-performance debugger, python3 lib
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.
 .
 This binding package provides access to lldb.
Homepage: https://www.llvm.org/

Package: python3-minimal
Priority: optional
Section: python
Installed-Size: 112
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: dpkg (>= 1.13.20)
Pre-Depends: python3.11-minimal (>= 3.11.2-1~)
Filename: pool/target/p/python3-defaults/python3-minimal_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 26444
MD5sum: 1708f9206cf231f493d01698b83bb703
SHA1: ed85e3c648424f701fd40119266edd7a05d55abc
SHA256: bc1e7e8dd7cac64f9902fb7eb3b5112a80a6fe8e785443d33db9a39b9e4e8ca5
SHA512: 294da80a3de2f073ccb6223fb726c2a48666b93ab937ac6ce640661f888780835a6fc2c4dcc4bda85a83c4b2a9688a67dd37c4fa87562ea09db2a1283cdd2685
Description: minimal subset of the Python language (default python3 version)
 This package contains the interpreter and some essential modules.  It's used
 in the boot process for some basic tasks.
 See /usr/share/doc/python3.11-minimal/README.Debian for a list of the modules
 contained in this package.
Cnf-Visible-Pkgname: python3
Homepage: https://www.python.org/
Multi-Arch: allowed

Package: python3-newt
Priority: optional
Section: python
Installed-Size: 132
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: newt
Version: 0.52.23-1+apertis0bv2024dev3b1
Depends: libnewt0.52 (= 0.52.23-1+apertis0bv2024dev3b1), python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.17)
Filename: pool/target/n/newt/python3-newt_0.52.23-1+apertis0bv2024dev3b1_arm64.deb
Size: 27384
MD5sum: 7cc398b072162b03fd659363e6610fe5
SHA1: 5738bc038c6f9bdae09f23dfb61c626ab0307ddc
SHA256: 0bb8228d5925f28422200d56d2262f4752dafb343047a68dcda7b930f2a9cabc
SHA512: 8e1c439913e29d968cf4064d99fc27a44de5b0677810ed7fa668f08a6178e5412a985b7fb61176bae51ea7e9d00893a9cc9b6f2ea5558178c568df61697a57d7
Description: NEWT module for Python3
 This module allows you to build a text UI for your Python3 scripts
 using newt.
Homepage: https://pagure.io/newt
Multi-Arch: same

Package: python3-newt-dbgsym
Priority: optional
Section: debug
Installed-Size: 56
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: newt
Version: 0.52.23-1+apertis0bv2024dev3b1
Depends: python3-newt (= 0.52.23-1+apertis0bv2024dev3b1)
Filename: pool/target/n/newt/python3-newt-dbgsym_0.52.23-1+apertis0bv2024dev3b1_arm64.deb
Size: 36380
MD5sum: ce9b0be021e7258b1d5bf717461df320
SHA1: ab5874175b5679b8084ee128388b6114173776df
SHA256: 30f2733cc98b37ea648fa3144fd530066baab7947c8332c90cf81dabf57fbcc2
SHA512: bb6504e9223ec99ac0023c50d83cd266237d62baf741b8285ccbc153a44cc2c301684d535be851e9bde81128d219036b554309cf8510a7f9bff596e24661ffa1
Description: debug symbols for python3-newt
Auto-Built-Package: debug-symbols
Build-Ids: f255083d31785561fe2a71f822625df46051a1ae
Multi-Arch: same

Package: python3-nftables
Priority: optional
Section: python
Installed-Size: 60
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: arm64
Source: nftables
Version: 1.0.6-2+apertis0bv2024dev2b1
Depends: libnftables1 (= 1.0.6-2+apertis0bv2024dev2b1), python3-jsonschema, python3:any
Filename: pool/target/n/nftables/python3-nftables_1.0.6-2+apertis0bv2024dev2b1_arm64.deb
Size: 15324
MD5sum: ef70d8571de65343dac96e0b8e65672f
SHA1: 336650241ccbe3add6cfe053e0a0b49bc274993d
SHA256: 0fe36f95b75a1b75d9044c5e44307addb0687a4bae74a555193be576a4f7d9e2
SHA512: 2c1f26e7a2fd95f845bddc88c6f0ec1f811240e8b65e42464d497867b6776c47aeb8e139d69bcdf4478ee38142442f795842a41f493ae3cacad6e58483646e76
Description: nftables/libnftables python3 module
 The libnftables library provides high level semantics to interact with the
 nftables framework by the Netfilter project.
 .
 nftables replaces the old popular iptables, ip6tables, arptables and ebtables.
 .
 Netfilter software and nftables in particular are used in applications such
 as Internet connection sharing, firewalls, IP accounting, transparent
 proxying, advanced routing and traffic control.
 .
 A Linux kernel >= 3.13 is required. However, >= 4.14 is recommended.
 .
 This package contains the libnftables python3 bindings.
Homepage: https://www.netfilter.org/

Package: python3-nopie
Priority: optional
Section: python
Installed-Size: 8
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: python3 (= 3.11.2-1+apertis1bv2024dev2b1), python3.11-nopie (>= 3.11.2-1~)
Filename: pool/target/p/python3-defaults/python3-nopie_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 1080
MD5sum: ff0280d97400174fb1b501d2717f781c
SHA1: 4a61d50a632036326008a689209a69d6ba9bdb71
SHA256: 99047bfd65ce61cab760034ad0eddfbfbd45f1f8d58b579bfbb362ab09129101
SHA512: d573dffe5e92dceda8cbc111c82d32e494b62aceaa4402928ce3c976ffb7b96fe9f60dbc7d590a33ab4d5a21e339c008ab13ebaa968f64562bfd48e74aa2b485
Description: Python interpreter linked without PIE (default python3 version)
 This package contains the interpreter not built as position independent
 executable. This interpreter is diverting the python3 executable, and making
 the interpreter built with PIE available as python3-pie.
Cnf-Visible-Pkgname: python3
Homepage: https://www.python.org/
Multi-Arch: allowed

Package: python3-notify2
Priority: optional
Section: python
Installed-Size: 43
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Source: python-notify2
Version: 0.3-5+apertis1bv2024dev2b1
Depends: python3:any, python3-dbus
Recommends: notification-daemon
Filename: pool/target/p/python-notify2/python3-notify2_0.3-5+apertis1bv2024dev2b1_all.deb
Size: 11024
MD5sum: 5f508ca013e11c6b25ad98cb1826fdfe
SHA1: c2d5567a6de13375ec85381ae9df0ab36ddde03f
SHA256: 44a1b9f3d8337d08090bf3edbd465430969655990cdcc38838b26d2197175826
SHA512: 6d92aca7259fe8816894ebf3dd436d0928500f670cd9060c141e7bae7fa4c9784bc473fae5f749955150407890cd870f1672e1fbed55201ac6eb07b2e12c7d7c
Description: desktop notifications API for Python 3
 notify2 provides a Python interface to the Freedesktop notifications system,
 which allows programs to display information to the user in an unobtrusive way.
 Notifications are sent over DBus to a notification daemon, which is responsible
 for presenting them to the user.
 .
 notify2 is intended as a replacement for pynotify (package python-notify), and
 its interface is largely copied from there, although it isn't a complete clone.
 .
 This is the Python 3 version of the package.
Homepage: https://pypi.python.org/pypi/notify2

Package: python3-onnx
Priority: optional
Section: science
Installed-Size: 3740
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: onnx
Version: 1.12.0-2+apertis1bv2024dev2b1
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-numpy, python3-protobuf, python3-typing-extensions, python3:any, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libonnx1 (>= 1.12.0), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 11)
Filename: pool/target/o/onnx/python3-onnx_1.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 607232
MD5sum: 85d6ef7b69baa90c92914ccc1721662c
SHA1: 8ed02456a07ce6a59fc908727666b201f075f914
SHA256: 24cb0080c8d6dc47d17c013b8c23a5a691ce7bc650672630c7ee7ec0081ecf7d
SHA512: 554fe8218986c468d3659f634fb4e8b5dec5b49ec12ea322f2211035a1c3718e8ae9eebd6c7773f3d8a1d3f4e6fa158cd19365748829e600c72848f757482141
Description: Open Neural Network Exchange (ONNX) (Python)
 Open Neural Network Exchange (ONNX) is the first step toward an open ecosystem
 that empowers AI developers to choose the right tools as their project evolves.
 ONNX provides an open source format for AI models.  It defines an extensible
 computation graph model, as well as definitions of built-in operators and
 standard data types. Initially onnx focuses on the capabilities needed for
 inferencing (evaluation).
 .
 Caffe2, PyTorch, Microsoft Cognitive Toolkit, Apache MXNet and other tools are
 developing ONNX support. Enabling interoperability between different frameworks
 and streamlining the path from research to production will increase the speed
 of innovation in the AI community.
 .
 This package contains the python interface.
Homepage: https://onnx.ai

Package: python3-onnx-dbgsym
Priority: optional
Section: debug
Installed-Size: 2433
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Architecture: arm64
Source: onnx
Version: 1.12.0-2+apertis1bv2024dev2b1
Depends: python3-onnx (= 1.12.0-2+apertis1bv2024dev2b1)
Filename: pool/target/o/onnx/python3-onnx-dbgsym_1.12.0-2+apertis1bv2024dev2b1_arm64.deb
Size: 2331892
MD5sum: 8858ce9322e64d660fc2a23759959fa3
SHA1: 4940ed166d2ba60a00b11da44f4c17a1cc8dd32c
SHA256: 2b9d492256b192c0974dea882eea71de7fb2b907b2e695c70b4baa4e43662ef6
SHA512: 11d219c6b98b0ebb142db0bb2732808ac981134c27493e5602f9013df1a30cef5fb4f34266aed6e9a4e0d3dafff3d35f599310b066ee16b0ca9b778ca42f28d9
Description: debug symbols for python3-onnx
Auto-Built-Package: debug-symbols
Build-Ids: 1bb873160f01ac0bc54db22cd4c920e1196d61e2

Package: python3-path
Priority: optional
Section: python
Installed-Size: 95
Maintainer: Debian Python Modules Team <team+python@tracker.debian.org>
Architecture: all
Source: path.py
Version: 16.6.0-1+apertis0bv2024dev2b1
Depends: python3:any
Filename: pool/target/p/path.py/python3-path_16.6.0-1+apertis0bv2024dev2b1_all.deb
Size: 27960
MD5sum: e32a67cb930af976ff15cca67f124261
SHA1: ea839d704a9d5931b74f58a779ed454214fd7363
SHA256: ab438a087672c6f1e5570ccadbece8531900a63f86f93f9890cd53d7b221b0ef
SHA512: ecbb7baba4cc237f452c635ea10d365edd1aafe5830e8eef6277455ee2dba36422e078cf7eccbe93a68a76637f877ea9b90b1c50317f52546c946b05899646c4
Description: module wrapper for os.path for Python 3
 path.py implements a path objects as first-class entities, allowing common
 operations on files to be invoked on those path objects directly.
 .
 This package installs the library for Python 3.
Homepage: https://github.com/jaraco/path.py

Package: python3-protobuf
Priority: optional
Section: python
Installed-Size: 1163
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 11), python3 (<< 3.12), python3 (>= 3.11~), python3:any
Filename: pool/target/p/protobuf/python3-protobuf_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 238668
MD5sum: e079581e1012ec5788e6f6df6cf31ebf
SHA1: 0c864792ef0a07721465af61e05e475e02e74ecd
SHA256: c43040e64c136180ce65598e77a8d97ff01f3f55e013dcff3ae110bb5641677c
SHA512: 10e569d2f5477946ed70fbc1d0100c3c7cb976eee5efe497e394c48f49236d71ae2751653d7cf44ef6fc702c10dee22c76fa81a4e56a03bb8486149deeb0720d
Description: Python 3 bindings for protocol buffers
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the Python 3 bindings for the protocol buffers. You will
 need the protoc tool (in the protobuf-compiler package) to compile your
 definition to Python classes, and then the modules in this package will allow
 you to use those classes in your programs.
Homepage: https://github.com/google/protobuf/

Package: python3-protobuf-dbgsym
Priority: optional
Section: debug
Installed-Size: 1520
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: python3-protobuf (= 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/python3-protobuf-dbgsym_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 1431716
MD5sum: 890d2e9bb6726c0e1aa045d7df402a31
SHA1: b44e4a078de581c139bd631e7222a672406c22e3
SHA256: 3e1b4c3ea8280daf6a5cbc91c51433698554cfd5038f06aa121ae2ececff88b3
SHA512: 57f51333df80239b268ef6ed5c241f49fe24e8109e5be282a3625ed98ec0707ceeae2cf4abef1eb7394943ab1048b29693fb24c4d0425a268c16ac7c0dad5510
Description: debug symbols for python3-protobuf
Auto-Built-Package: debug-symbols
Build-Ids: 364ec61df82864822ae2686ab20f4df7e04ff234 51a6972f2af3fb19b9bc80ee1d49a136ee6e63ae

Package: python3-seccomp
Priority: optional
Section: python
Installed-Size: 300
Maintainer: Kees Cook <kees@debian.org>
Architecture: arm64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.17), python3 (<< 3.12), python3 (>= 3.11~)
Filename: pool/target/libs/libseccomp/python3-seccomp_2.5.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 87508
MD5sum: 7b06fb28abbf2f8e4df48bc4c2471b5f
SHA1: 0cd473b15bfab0babb49e14111bc2c362b382886
SHA256: a963d71ff4315902d78e7805fdf0b4dd81286acad1cb527dd937bbb879ad4b14
SHA512: 1758332715352489b128e21d9b62f5074a0abd9c19e8e721ac5da1623e30a7a244c412d063fac9e156f2b0dd0bbcd6bf1b5d552043f2dee0d6b943b050157ab2
Description: high level interface to Linux seccomp filter (Python 3 bindings)
 This library provides a high level interface to constructing, analyzing
 and installing seccomp filters via a BPF passed to the Linux Kernel's
 prctl() syscall.
Homepage: https://github.com/seccomp/libseccomp
Multi-Arch: same

Package: python3-seccomp-dbgsym
Priority: optional
Section: debug
Installed-Size: 363
Maintainer: Kees Cook <kees@debian.org>
Architecture: arm64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: python3-seccomp (= 2.5.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libseccomp/python3-seccomp-dbgsym_2.5.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 323856
MD5sum: a9a3a37f8cfe853208d77895725a32d9
SHA1: 2c2f014d026d3962323d0e04969e73f5307b8869
SHA256: 1de8b638c710275cf15d660e11f2cb124024bf60d0bc421d540335f688f5e9fd
SHA512: 1d1f9a4030fdc5d3b2743f2913ce7f08de3a2409a666c684817fb5638cc25e48d3d06b30e8c807965cf885d1dd9b2dc9e2c7bc5da1f9aae15b59dd8a3074facd
Description: debug symbols for python3-seccomp
Auto-Built-Package: debug-symbols
Build-Ids: 02a9088e08ab0e04edc10b48a509740748b3f988
Multi-Arch: same

Package: python3-selinux
Priority: optional
Section: python
Installed-Size: 596
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libselinux
Version: 3.4-1+apertis0bv2024dev3b1
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.26), libselinux1 (>= 3.4)
Filename: pool/target/libs/libselinux/python3-selinux_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 137196
MD5sum: d9f5633da5b7e54920e956bad595065b
SHA1: 7faf6a1bbb432831ce1da432f6b20b956afff35a
SHA256: 970d5d634fbfa2b647e8f8c81de47eec8e67a6e46e949a35687a5bf13e2594fa
SHA512: 967bbba5b6c1053686be0731cb2f7330079c5a25f1338b663c64c28920ae07ff41da712aedf90cab1f4dcc01218b24f9361fb86ff30250028e33ebb8e3bf805e
Description: Python3 bindings to SELinux shared libraries
 This package provides the Python3 bindings needed for developing Python
 SELinux applications.
 .
 Security-enhanced Linux is a patch of the Linux kernel and a number
 of utilities with enhanced security functionality designed to add mandatory
 access controls to Linux. The Security-enhanced Linux kernel contains
 new architectural components originally developed to improve the security
 of the Flask operating system. These architectural components provide
 general support for the enforcement of many kinds of mandatory access
 control policies, including those based on the concepts of Type Enforcement,
 Role-based Access Control, and Multi-level Security.
Built-Using: libsepol (= 3.4-2.1+apertis0bv2024dev3b2)
Homepage: https://selinuxproject.org

Package: python3-selinux-dbgsym
Priority: optional
Section: debug
Installed-Size: 344
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libselinux
Version: 3.4-1+apertis0bv2024dev3b1
Depends: python3-selinux (= 3.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libselinux/python3-selinux-dbgsym_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 261684
MD5sum: 71df53f3c34559365901e3f17da00adc
SHA1: dd27835855d9acc9db277bbe60865c63c9313e8f
SHA256: 928ed1c8e9597b0e4a7204ca515df92cd1c10066ccf7698f136c40a69b56f21a
SHA512: ed7eb9b32a9be839ae334f297a656f1a85ef74f0cb048326c31b48aaf51e9ca35d5c9c1a987560cb8c3754b3e13153c968a0c7d315f7aa9dc588af39a57e7419
Description: debug symbols for python3-selinux
Auto-Built-Package: debug-symbols
Build-Ids: aa20ac1f2053762fd5156bf7cf95f816beefe2eb ea850a41df0a6e1198ff1bce43b1baecf5ede3cc

Package: python3-semanage
Priority: optional
Section: python
Installed-Size: 402
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libsemanage
Version: 3.4-1+apertis0bv2024dev3b1
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.17), libsemanage2 (>= 3.4)
Filename: pool/target/libs/libsemanage/python3-semanage_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 51976
MD5sum: 4f4b3d7da84c91f50bdd807aa9b47433
SHA1: ad61a0b8212a82bf1339949aa9117f839eb0fb69
SHA256: 19c4a271e0bb8b44b575807d0712ca28aa8137be784a2ef5a259ee83d4a37f26
SHA512: 6ad90461564a0cbb9dc6d2a6932a11256110e702b7672e52828940ab04fcf1063179cc27dc87c91e4e50a47dbea65eb902a74a4e12fa99dd4e0578ed9a79885d
Description: Python3 bindings for SELinux policy management
 This package provides Python3 bindings for the management of SELinux
 policies.
 .
 Security-enhanced Linux is a patch of the Linux kernel and a
 number of utilities with enhanced security functionality designed to
 add mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement, Role-based Access
 Control, and Multi-level Security.
Homepage: https://selinuxproject.org

Package: python3-semanage-dbgsym
Priority: optional
Section: debug
Installed-Size: 301
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libsemanage
Version: 3.4-1+apertis0bv2024dev3b1
Depends: python3-semanage (= 3.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libsemanage/python3-semanage-dbgsym_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 245952
MD5sum: 867c24053f0a252aa9e8d8b4e37f9ca2
SHA1: c0d79bd0e957899081c533f54cce2dde9ccc4b7d
SHA256: b22d712b1dc3bcfcc8dcb6884c2e0e6549c914706f18bad1781d6b0db6e08d45
SHA512: 66d32927a02a6ad8b0f5d56f4e80f0a0634b2a638d0410b717dc27f03cb0ab67509dd39cd044e5ee6db9c7b0eb5e34563eaf327e9564488e4a837a12b06f9aaa
Description: debug symbols for python3-semanage
Auto-Built-Package: debug-symbols
Build-Ids: 225045a98aff0cd29d1a98c2aab0dafb5747aa55

Package: python3-smbus
Priority: optional
Section: python
Installed-Size: 86
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: i2c-tools
Version: 4.3-2+apertis0bv2024dev2b1
Depends: libc6 (>= 2.17), libi2c0 (>= 4.0), python3 (<< 3.12), python3 (>= 3.11~)
Recommends: i2c-tools
Filename: pool/target/i/i2c-tools/python3-smbus_4.3-2+apertis0bv2024dev2b1_arm64.deb
Size: 11796
MD5sum: bebe0037f806062d16ce3365a7233963
SHA1: 497f5aaaf245d979a68d739f43dfea51f815baac
SHA256: a02ebcfb0714c78c28818d4f297ac168e400a08419478fd9910f2786a64692b8
SHA512: 1fc927491ce4d5a75539cf2d482e3dc3295809f3b0df8935f4d58b886e69a7ea9784e9e9d7a9094e453dfe6ea64733cb3b81b05d31c1b90b83af47c119dfda8a
Description: Python 3 bindings for Linux SMBus access through i2c-dev
 This Python 3 module allows SMBus access through the I2C /dev interface on
 Linux hosts.  The host kernel must have I2C support, I2C device interface
 support, and a bus adapter driver.
Homepage: https://www.kernel.org/pub/software/utils/i2c-tools/
Multi-Arch: same

Package: python3-smbus-dbgsym
Priority: optional
Section: debug
Installed-Size: 33
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: i2c-tools
Version: 4.3-2+apertis0bv2024dev2b1
Depends: python3-smbus (= 4.3-2+apertis0bv2024dev2b1)
Filename: pool/target/i/i2c-tools/python3-smbus-dbgsym_4.3-2+apertis0bv2024dev2b1_arm64.deb
Size: 17164
MD5sum: 9984967e91ad7e0abf64c423151da873
SHA1: 873d70bd02910c6b707b34e823903eb2414f31de
SHA256: 1acb3931dfc8cb906c85e30c014c57e57a6077fe99059a99c222c9b4329a2adf
SHA512: b18d74a2bbf2890ea5f1f0c937cf4e3b98fb5e6e30e1bdb58d508227423da59f8790304e452208e0c93791f498f5da5d66ee74f6070fe8be820170d68ccd0bc9
Description: debug symbols for python3-smbus
Auto-Built-Package: debug-symbols
Build-Ids: 64b41c51b1f967659fe5c6d5723f1e0a8ff8d70c
Multi-Arch: same

Package: python3-snowballstemmer
Priority: optional
Section: python
Installed-Size: 800
Maintainer: Stefano Rivera <stefanor@debian.org>
Architecture: all
Source: snowball
Version: 2.2.0-2+apertis0bv2024dev3b1
Depends: python3:any
Suggests: python3-stemmer
Filename: pool/target/s/snowball/python3-snowballstemmer_2.2.0-2+apertis0bv2024dev3b1_all.deb
Size: 58380
MD5sum: 66f4db37e12f6f83257154eba433acc5
SHA1: 6185bf8fcbe5306815ccb4298aa82a40fae56e0e
SHA256: 9fbfcced4f7ab429833e1c3e3ac645de46b4983fe250b9928e91c5d46bc85b0f
SHA512: 1e78cea6b0daa0cbb125d0fbb1e5c21e9708e5550d6154fe220916448191280734e891f478b2197e89a392301c2966485f15f95ef106742f64cab9a8296b404f
Description: Pure Python Snowball stemming library
 Snowball provides access to efficient algorithms for calculating a
 "stemmed" form of a word.  This is a form with most of the common
 morphological endings removed; hopefully representing a common
 linguistic base form.  This is most useful in building search engines
 and information retrieval software; for example, a search with stemming
 enabled should be able to find a document containing "cycling" given the
 query "cycles".
 .
 Snowball provides algorithms for several (mainly European) languages.
 It also provides access to the classic Porter stemming algorithm for
 English: although this has been superseded by an improved algorithm, the
 original algorithm may be of interest to information retrieval
 researchers wishing to reproduce results of earlier experiments.
 .
 This package contains the pure Python module that implements Snowball
 algorithms. When python3-stemmer package (which contains the C extension)
 is installed, it uses that extension instead of the pure Python code.
Homepage: https://snowballstem.org/

Package: python3-venv
Priority: optional
Section: python
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3-defaults
Version: 3.11.2-1+apertis1bv2024dev2b1
Depends: python3.11-venv (>= 3.11.2-1~), python3 (= 3.11.2-1+apertis1bv2024dev2b1), python3-distutils (>= 3.11.2-1~)
Filename: pool/target/p/python3-defaults/python3-venv_3.11.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 1212
MD5sum: f4e43f5064215fdea99c0a7c93ea1349
SHA1: 1500ee87594215bdc452e33d62bd0e27907aa6f6
SHA256: 0310f7513afa79b75bbba8c628d316aedc9fd431f8b34c5f03d9b691f2fe4806
SHA512: 84d87d2ba1a0a8b1598b554dc3c8c00be1c3b2cc1c7593aca5ac8b4ef51cd89ae82e07b2a2c1697cf693c1bf88c478584510e8e65d457101fed00021be7ff136
Description: venv module for python3 (default python3 version)
 This package contains the venv module for the Python language (default python3
 version).
 .
 The venv module provides support for creating lightweight "virtual
 environments" with their own site directories, optionally isolated from system
 site directories. Each virtual environment has its own Python binary (which
 matches the version of the binary that was used to create this environment)
 and can have its own independent set of installed Python packages in its site
 directories.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's venv module (currently v3.11).
Homepage: https://www.python.org/
Multi-Arch: allowed

Package: python3-z3
Priority: optional
Section: python
Installed-Size: 595
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: z3
Version: 4.8.12-3.1+apertis1bv2024dev3b1
Depends: libz3-dev (= 4.8.12-3.1+apertis1bv2024dev3b1), python3-pkg-resources, python3:any
Filename: pool/target/z/z3/python3-z3_4.8.12-3.1+apertis1bv2024dev3b1_arm64.deb
Size: 78364
MD5sum: a13c495610d84a2059271508aba83c7b
SHA1: 53e9be6ab770fd16059170284ec69a4332ab3f77
SHA256: c76135f10d5ac31bd81eeeaf8775428956d1e23f92f282d0bf62e634c727e90a
SHA512: d238ed017b93401bae9829afb047829041cccea21b9d5e05aa5983c60d9eb00ea2f25aa8a0629813bf8400f441a0dbaaafba221bb55835a8d185cff79af90cda
Description: theorem prover from Microsoft Research - Python 3 bindings
 Z3 is a state-of-the-art theorem prover from Microsoft Research. See the z3
 package for a detailed description.
 .
 This package can be used to invoke Z3 via its Python 3 API.
Homepage: https://github.com/Z3Prover/z3

Package: python3.11
Priority: optional
Section: python
Installed-Size: 649
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: python3.11-minimal (= 3.11.2-6+apertis1bv2024dev2b1), libpython3.11-stdlib (= 3.11.2-6+apertis1bv2024dev2b1), media-types | mime-support
Recommends: ca-certificates
Suggests: python3.11-venv, python3.11-doc, binutils
Breaks: python3-all (<< 3.6.5~rc1-1), python3-dev (<< 3.6.5~rc1-1), python3-venv (<< 3.6.5-2)
Filename: pool/target/p/python3.11/python3.11_3.11.2-6+apertis1bv2024dev2b1_arm64.deb
Size: 572716
MD5sum: 4c8fbbd6e431f2c1bc412e410fd2b02d
SHA1: b86edfc3733d35fba0eef1600010553ba64d3d45
SHA256: 34cf55e66620f84a269cf4c3b5b6e66c5ef659d232f4392f8a82e270c2ba7adf
SHA512: c5c419cfdd00f4e35e59fc7b77fd456a27e60c99b7ef8029b79bc92dcee96595fc5354148bc56be1c7c044f1b7e10bf1237a8aae6c0584c9e82d68996e687a4a
Description: Interactive high-level object-oriented language (version 3.11)
 Python is a high-level, interactive, object-oriented language. Its 3.11 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
Multi-Arch: allowed

Package: python3.11-dbg
Priority: optional
Section: debug
Installed-Size: 59387
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: python3.11 (= 3.11.2-6+apertis1bv2024dev2b1), libpython3.11-dbg (= 3.11.2-6+apertis1bv2024dev2b1), libc6 (>= 2.35), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0)
Recommends: gdb
Suggests: python3-gdbm-dbg, python3-tk-dbg
Filename: pool/target/p/python3.11/python3.11-dbg_3.11.2-6+apertis1bv2024dev2b1_arm64.deb
Size: 35676156
MD5sum: 229bb7276569d999cda6634f86ff7d3b
SHA1: 451a73cdabadfeeacb93e1da2158219234b67004
SHA256: 865e723706910b2e21a9328518a6a70fcb15f9b3652298fd44a8778450123186
SHA512: 5d2d20f751cb751aebb5257ce9ee2c5e0861d0aa8a58bd0f25906a2fdfae1daa1ae0c83084d95c5ae9986e20f869212882fe6db831517b58743e6f691b8ac9eb
Description: Debug Build of the Python Interpreter (version 3.11)
 The package holds two things:
 .
 - A Python interpreter configured with --pydebug. Dynamically loaded modules
   are searched as <foo>_d.so first. Third party extensions need a separate
   build to be used by this interpreter.
 - Debug information for standard python interpreter and extensions.
 .
 See the README.debug for more information.
Build-Ids: 057e6e8f5ebe1a97c9f1efbc5e89343bc3f5278e 069c07647e00e88e072a76fd47b94d730817d05f 18b6ed1652fb35c76ee2e2040693808fab8007aa 22a24176592232423aed19f6b4a4797aac18439b 22c37362551fa29a054d5e641e7e1a1f87499517 2783554d10b6b28eb20e2a97c30135a61c432207 2825a966ff7d9697270e26542693ec8e81ab2d23 2c6dda084bdeff6ba6ec921a8c34799b21891665 2e872533d524b72bf43d52761fbe1088709fd4a6 313341571d9e0426a70b170e6ba79ccd12bc3efa 36176dedb613d7fdbb406c5981d925aa5de99043 378bcfc05101f85c81de47222e7e743ff1964876 3f76c487ceb30beb58409d75f3344f214a007084 4f206641a027c221afd86e506ace83a11645c61d 5323d654d5131ea4eeb1b9f20c7bd884099b0de2 555b8fc1830254888c81894a9f48c4dd4929e3ba 5a4aafd2e4d8f996791d0851f9d569ffd4bfcdbc 5f5d1b3fdf6ca3fba1c0c3166909ae89bb6c398d 6a38c7279092ddfe27b27f3e8344210f1ca132b7 6ee7966af2d726666ba8ead06ce39326a4c5ea3f 6f4c7c4804c40b5bf3124d1639ac1fb8f7b2e5fc 6fc9953389a14d049a69cf6255420e2e3134a2d9 76705a9a771d78e4b7b4df5544c766f5f4d24dd7 795b2ac69d62cbd7d4fbf051d7899dac948ef1ef 7a0d798b15234d45266454b58831963c8e4bf9e2 7e5c2ec8980b4a10966915988874ebe494821b2b 83127dceb50d31f352cc4f8848dde66276778b49 8a05ea9c2b9b0e76b9fdba48af82850dbe808062 8a1bc1da40594fbdcf85ff5cdbc7699d20ffb565 9759cb121967711818b6e15b966bd193c85f92c7 9ff686624d6ba1d283e9cfb455249828204158dd a01cce30bbdb51113ca6d5cd419f494b71c79b8b a32a70159a04706972e7818a9f4d036934447127 a9592f4c61d6e546f2cf1a47be2b25160b9fff56 b84783e617badba5eed613f1658d94f843a224bd bc86732332f435dd2ce20c00f2fd774b8210ff98 c1302d76a2de3ba0152d01f694b2fd01768d2eee c60ae95dd4a3fe305096ed677c9716f8a7930021 c66bf110c1dc34f4df31273869fa84926dfc4a7d c78a452b07f4f5611513659e7747fbe2d1807807 c8ffda2e05839ad84563aea1c51e89e936d5fb9f cf204b992c929fdda19917c49a36afbf8fc4a494 dbcb91f9c36ef6bb9ad4340e108be30f10b99367 dc7d3a5e1071b3f2676a08131215d9fc24e10b4f f59ce6c17dd6f07d5bfba08541a6503d9d258b23 f7685339d4f869c7ee4b8dd992d7c818d4da7844 f8c2caf00037050896dd072bb68bbfc5382fbac2 facf0b60ba065a4c9283217d42a3194fcac634e0 fcd1201a6f1ad1ad6b9c1cb2d41e01ff7268ca13
Multi-Arch: allowed

Package: python3.11-dev
Priority: optional
Section: python
Installed-Size: 620
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: python3.11 (= 3.11.2-6+apertis1bv2024dev2b1), libpython3.11-dev (= 3.11.2-6+apertis1bv2024dev2b1), libpython3.11 (= 3.11.2-6+apertis1bv2024dev2b1)
Recommends: libc6-dev | libc-dev
Filename: pool/target/p/python3.11/python3.11-dev_3.11.2-6+apertis1bv2024dev2b1_arm64.deb
Size: 620928
MD5sum: 794567533c5dc2d7649ffdaa5584241c
SHA1: 7b872efe57df9d258d791faef4d90269efc6bb61
SHA256: 9351ddb32c2c8e70bc2f5be0428abb36ba29da8c2ae306b8f3f7bfed7bba2db9
SHA512: 5e3fa173982dd9956d1cc003754265396dff945db6efdecda6ff5ce18fc62d4a318fe3876fc6acb429df46c8656d6fac3b670779b20a598824e93daa9325b48d
Description: Header files and a static library for Python (v3.11)
 Header files, a static library and development tools for building
 Python (v3.11) modules, extending the Python interpreter or embedding
 Python (v3.11) in applications.
 .
 Maintainers of Python packages should read README.maintainers.
Multi-Arch: allowed

Package: python3.11-doc
Priority: optional
Section: doc
Installed-Size: 70513
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: libjs-jquery, libjs-underscore
Suggests: python3.11
Filename: pool/target/p/python3.11/python3.11-doc_3.11.2-6+apertis1bv2024dev2b1_all.deb
Size: 12637604
MD5sum: 43968d026c00fe9102014732a2ac8c49
SHA1: 533bfe27845a25bd4264f4d130c134f7960251c5
SHA256: a3582a5cad26435775e4ed13754d320f10ddda5751b008802a54d74d558fc601
SHA512: 203b28bc3d82ee5fe6e97caa3fadbd19d4a011fae72c35bd6fedce7acadc7af5a72c74b5bf15d527e75d9b0d6260530b4fe3d9e5e6c3e3ce82c08b2bb91f45ad
Description: Documentation for the high-level object-oriented language Python (v3.11)
 These is the official set of documentation for the interactive high-level
 object-oriented language Python (v3.11). All documents are provided
 in HTML format. The package consists of ten documents:
 .
   * What's New in Python3.11
   * Tutorial
   * Python Library Reference
   * Macintosh Module Reference
   * Python Language Reference
   * Extending and Embedding Python
   * Python/C API Reference
   * Installing Python Modules
   * Documenting Python
   * Distributing Python Modules
Multi-Arch: foreign

Package: python3.11-examples
Priority: optional
Section: python
Installed-Size: 3273
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: python3.11:any (>= 3.11.2-6+apertis1bv2024dev2b1)
Filename: pool/target/p/python3.11/python3.11-examples_3.11.2-6+apertis1bv2024dev2b1_all.deb
Size: 797240
MD5sum: 0728986132867e79ab3aa73e0472b44e
SHA1: 8d8bee7cfa6c7c04f8d215059b2902947b1e9334
SHA256: b60162c19189371dbcbeff2df457c43113ff61eccec3b9c1271242a05b4c01e4
SHA512: 3f2aa71960af9b3ffbfb68e240aa6e65cb640bf07e7186e0cbc7b8bb351f094d369e197ff01f9dc62e95cefbc13651e46c969055fbc559ec8a651bbecf50d145
Description: Examples for the Python language (v3.11)
 Examples, Demos and Tools for Python (v3.11). These are files included in
 the upstream Python distribution (v3.11).

Package: python3.11-full
Priority: optional
Section: python
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: python3.11 (= 3.11.2-6+apertis1bv2024dev2b1), libpython3.11-testsuite, python3.11-venv (= 3.11.2-6+apertis1bv2024dev2b1), idle-python3.11, python3.11-distutils, python3.11-gdbm, python3.11-lib2to3, python3.11-tk, ca-certificates
Recommends: python3.11-doc, python3.11-examples
Suggests: python3.11-dev
Filename: pool/target/p/python3.11/python3.11-full_3.11.2-6+apertis1bv2024dev2b1_arm64.deb
Size: 1304
MD5sum: c278546267a42155671b3b9147819b07
SHA1: aa4c40d686d849829f0bcd8eec732dc6f262ef2d
SHA256: e7fae7fac57a058d0671ba3e281814c75fdef280fb5ad8a9f2cbe0bfa0cce234
SHA512: 73a43e8991b8f75fd6ac5e41bbc6339807d619eb107e18f2946def8861b3be1ec137e2abe81a63117b66358138e39280763461761cfd49d80238fb0eefde7fe1
Description: Python Interpreter with complete class library (version 3.11)
 Python, the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package is a dependency package, which depends on the full
 standard library of Python for Python developers. Including modules
 used only at build-time, such as venv and distutils, and modules with
 complex dependencies, such as tk and IDLE. All batteries included.
 .
 According to the Debian Python policy, this package must not be used in
 build dependencies, dependencies and recommendations.
Multi-Arch: allowed

Package: python3.11-minimal
Priority: optional
Section: python
Installed-Size: 6554
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: libpython3.11-minimal (= 3.11.2-6+apertis1bv2024dev2b1), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0)
Pre-Depends: libc6 (>= 2.35)
Recommends: python3.11
Suggests: binfmt-support
Conflicts: binfmt-support (<< 1.1.2)
Filename: pool/target/p/python3.11/python3.11-minimal_3.11.2-6+apertis1bv2024dev2b1_arm64.deb
Size: 1858376
MD5sum: 9a2e0926c6a37877a64f9cd12d7d1795
SHA1: 599f3693872b83f0ed0319976961b5be8c5c14ce
SHA256: 62289ad55bb0b011dd55308625b112dc0e31a70919d7b64dc89b0132eb47b863
SHA512: d81643a75e44044191edcedd5ab3db5ad97f9e6eed758b317cad1f9fff6fa8bdc7b65f21106451049f968e6d86520af497954658bf71201cad94c2e3d7afec50
Description: Minimal subset of the Python language (version 3.11)
 This package contains the interpreter and some essential modules.  It can
 be used in the boot process for some basic tasks.
 See /usr/share/doc/python3.11-minimal/README.Debian for a list of the modules
 contained in this package.
Cnf-Visible-Pkgname: python3.11
Multi-Arch: allowed

Package: python3.11-nopie
Priority: optional
Section: python
Installed-Size: 6534
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: python3.11-minimal (= 3.11.2-6+apertis1bv2024dev2b1), libc6 (>= 2.35), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0)
Filename: pool/target/p/python3.11/python3.11-nopie_3.11.2-6+apertis1bv2024dev2b1_arm64.deb
Size: 1849344
MD5sum: b9da5dbc1bea2bcb34da09559ecaaf85
SHA1: f35a48102e3a9f4cb9b772654b1875a1bf897760
SHA256: 95866b68fc4884f07b3b3a8395c59ae00a99960ba6a397f1ad8015aee4d01c16
SHA512: e95c85d105ee8e79b5104bcb5c2c76b6fc38f747b3ffd6984dd7b25afceacbc6c35932a5d72079da44bcda777e3cc22d36944a6c283da456f3f93f6a319af24f
Description: Python interpreter linked without PIE (version 3.11)
 This package contains the interpreter not built as position independent
 executable. This interpreter is diverting the python3.11 executable, and making
 the interpreter built with PIE available as python3.11-pie.
Cnf-Visible-Pkgname: python3.11
Multi-Arch: allowed

Package: python3.11-venv
Priority: optional
Section: python
Installed-Size: 28
Maintainer: Matthias Klose <doko@debian.org>
Architecture: arm64
Source: python3.11
Version: 3.11.2-6+apertis1bv2024dev2b1
Depends: python3.11 (= 3.11.2-6+apertis1bv2024dev2b1), python3-pip-whl (>= 22.2), python3-setuptools-whl, python3.11-distutils
Breaks: python3-pip (<< 1.5.6-4)
Filename: pool/target/p/python3.11/python3.11-venv_3.11.2-6+apertis1bv2024dev2b1_arm64.deb
Size: 5904
MD5sum: 1e3e56b262835d089ac8b24c1f2731e0
SHA1: e8e086b37ca999007c08b31f7d5396d9c917585a
SHA256: 75e1927ff9b6f30ff13113e22eb0c1e7c65a2fc8907981594f6dbb6670694453
SHA512: 03ce32cc64f67cc2c6cfceebb4e1c1c8ea575bc52ff343b9a1f2c8374b568013a06dc58112e254801d2e3546649e6570a8b846d73bb1678e224ac1e2b8a0c2b4
Description: Interactive high-level object-oriented language (pyvenv binary, version 3.11)
 Python is a high-level, interactive, object-oriented language. Its 3.11 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains the pyvenv-3.11 binary.
Multi-Arch: allowed

Package: qrencode
Priority: optional
Section: utils
Installed-Size: 108
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Architecture: arm64
Version: 4.1.1-1+apertis2bv2024dev2b1
Depends: libc6 (>= 2.34), libpng16-16 (>= 1.6.2-1), libqrencode4 (>= 3.3.0)
Filename: pool/target/q/qrencode/qrencode_4.1.1-1+apertis2bv2024dev2b1_arm64.deb
Size: 41100
MD5sum: 7db6a36893c9b2b4cdacf26c7bbf6f53
SHA1: d571ae17624ecdf9a96c9adafc4a7253af5e0d50
SHA256: 9684e6ff3f7fe3e2a900111fba15f3dc84ee9fbb81aed8c75d8389eb17a13081
SHA512: d0e06338177c3d853b66c9eb65b19cea96ad26bf884f26d45f0fb9f7fa7205dd0d8611c716355a951e597ee616020ec15e46a31130c295d1630a43ebde6e74e9
Description: QR Code encoder into PNG image
 Qrencode is a utility software using libqrencode to encode string data in
 a QR Code and save as a PNG or an EPS image.
Homepage: https://fukuchi.org/works/qrencode/index.html.en
Multi-Arch: foreign

Package: qrencode-dbgsym
Priority: optional
Section: debug
Installed-Size: 44
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Architecture: arm64
Source: qrencode
Version: 4.1.1-1+apertis2bv2024dev2b1
Depends: qrencode (= 4.1.1-1+apertis2bv2024dev2b1)
Filename: pool/target/q/qrencode/qrencode-dbgsym_4.1.1-1+apertis2bv2024dev2b1_arm64.deb
Size: 27940
MD5sum: c4979b0254a2d48be6ad588e3128b6be
SHA1: 25ccc74476bce7b79fed02b90869c28566623c89
SHA256: 22c5eca05edadab1cb81b479a16940297b00bb9bac0e2e23b969bcd2d5a8952c
SHA512: de05a71d5006ffc39e0ecebd5b72a8cf33ecfc3f164d18c717a223b5bc9b792ad33e84dc3bbaef2142b2a1ca2badb2be9fc74a3a11b2ba2629d3bb333fc5f43a
Description: debug symbols for qrencode
Auto-Built-Package: debug-symbols
Build-Ids: d120e6b570bfb7eb84ddc98cfcad7eec6a14f6da

Package: qv4l2
Priority: optional
Section: utils
Installed-Size: 683
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libv4l-0 (= 1.22.1-5+apertis1bv2024dev3b1), libasound2 (>= 1.0.16), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgl1, libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libqt5opengl5 (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5), libv4lconvert0 (>= 0.9.0~test5)
Filename: pool/target/v/v4l-utils/qv4l2_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 185036
MD5sum: da142f6365932b980f541213ff0a7d9a
SHA1: 62584abc91658d2a6fcab5eed8a278ae5efc18c3
SHA256: f5fafe568674581818e4ed04f80106ca20c4cab3b080a6b8acb9d07a851de527
SHA512: 7325a8e10cc11804ff53e27ea6e52755ad0e877293196c42239dff4332d2fb7dbac0d7129310c596b827a9dac61ae16096c9ebccef62f514d2aaa7f4ab8f4bde
Description: Test bench application for video4linux devices
 Qt v4l2 control panel application. You can change all through the v4l2
 interface exposed device controls.
Homepage: https://linuxtv.org/downloads/v4l-utils/

Package: qv4l2-dbgsym
Priority: optional
Section: debug
Installed-Size: 2140
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: qv4l2 (= 1.22.1-5+apertis1bv2024dev3b1)
Filename: pool/target/v/v4l-utils/qv4l2-dbgsym_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 2114012
MD5sum: e7e828f82275038d2f45d0049d793034
SHA1: aa5bcb504f79f2ad6467691cdc82f6e782f8ce04
SHA256: 395493e423287500f1ed15f2b2eeaa7c6869a2b428cae0d7c515124c77d6b7aa
SHA512: 2549dd6bf546ea760b380b9f9321f7de60c82acbfd95602c99f25ac5239f4bd503313720054e998ccd04aeaf043b9e424b0a5d520190da64e7f60d426c524263
Description: debug symbols for qv4l2
Auto-Built-Package: debug-symbols
Build-Ids: 48c8afef52e6b5c6c92198911b28424aebc0563c

Package: qvidcap
Priority: optional
Section: utils
Installed-Size: 470
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: libv4l-0 (= 1.22.1-5+apertis1bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgl1, libqt5core5a (>= 5.3.0), libqt5gui5 (>= 5.4.0) | libqt5gui5-gles (>= 5.4.0), libqt5widgets5 (>= 5.4.0), libstdc++6 (>= 5.2)
Filename: pool/target/v/v4l-utils/qvidcap_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 177644
MD5sum: e8c39938a5693a867d253c3c7223db76
SHA1: dc706a71e88de4b173edae9013771ba8a14ce4a6
SHA256: 284a16f14d58879e466dca2a5db0accbba64d59c44a3dc80f679bf91a88590fa
SHA512: ad36a20ea77ab4a10f19c497e68c0f05b84dc9109fbcacf5073bf7f4d5bd8299f2906e1354552a3e68e12689a3e47eceba5de1132346556053f5ae3e46a8576b
Description: Capture test utility for video4linux devices
 The qvidcap tool is used to test video4linux capture devices,
 either using a video device, a file, or over network.
 This application can also serve as a generic video/TV viewer application.
Homepage: https://linuxtv.org/downloads/v4l-utils/

Package: qvidcap-dbgsym
Priority: optional
Section: debug
Installed-Size: 1021
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: qvidcap (= 1.22.1-5+apertis1bv2024dev3b1)
Filename: pool/target/v/v4l-utils/qvidcap-dbgsym_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 1004616
MD5sum: 79c0280e51ee6ede5523563bbc7a0b4c
SHA1: f41e547cc78deac2303faa10ae5032ea92169d8c
SHA256: b47f74a415b420235697c32f1d5f49da509968fbbd0eb0b2e94e2cb9926d1e7c
SHA512: 8d51d3f031595aac47d9f25b6fd32e0bcb8189eb49b22f893c439a7ef9e5a7034ef495cf5920935a58b3f994f33feb7be8888df477f6c5100fd4ce79edf4b6d5
Description: debug symbols for qvidcap
Auto-Built-Package: debug-symbols
Build-Ids: 0486e16ae1d927f0ada9bf31c6e78c51bd6aca61

Package: rapidjson-dev
Priority: optional
Section: libdevel
Installed-Size: 627
Maintainer: Alexander GQ Gerasiov <gq@debian.org>
Architecture: all
Source: rapidjson
Version: 1.1.0+dfsg2-7.1+apertis1bv2024dev2b1
Suggests: rapidjson-doc
Filename: pool/target/r/rapidjson/rapidjson-dev_1.1.0+dfsg2-7.1+apertis1bv2024dev2b1_all.deb
Size: 98356
MD5sum: ba47f23e74154416cc462b3b15085a95
SHA1: 1a06db7ea1bfc0fefc6ef5d46887cbd5b1f77734
SHA256: c55cad496c8e657ba71c6e25dd27a3041809f78dcd519de8218cc5d5655e53f7
SHA512: d210f070a32a26828479117633aabf15c5fc2c11b0c192ba69be27d135891478d49b76704c41a1b43cc40d179521c210b182fc53ed6e355d806c5742fc057433
Description: fast JSON parser/generator for C++ with SAX/DOM style API
 RapidJSON is an attempt to create the fastest JSON parser and generator.
 .
  - Small but complete. Supports both SAX and DOM style API. SAX parser only a
    few hundred lines of code.
  - Fast. In the order of magnitude of strlen(). Optionally supports
    SSE2/SSE4.2 for acceleration.
  - Self-contained. Minimal dependency on standard libraries. No BOOST, not
    even STL.
  - Compact. Each JSON value is 16 or 20 bytes for 32 or 64-bit machines
    respectively (excluding text string storage). With the custom memory
    allocator, parser allocates memory compactly during parsing.
  - Full RFC7159 compliance. Supports UTF-8, UTF-16 and UTF-32.
  - Support both in-situ parsing (directly decode strings into the source JSON
    text) and non-destructive parsing (decode strings into new buffers).
  - Parse number to int/unsigned/int64_t/uint64_t/double depending on input
  - Support custom memory allocation. Also, the default memory pool allocator
    can also be supplied with a user buffer (such as a buffer allocated on
    user's heap or programme stack) to minimize allocation.
Homepage: https://miloyip.github.io/rapidjson
Multi-Arch: foreign

Package: rapidjson-doc
Priority: optional
Section: doc
Installed-Size: 14861
Maintainer: Alexander GQ Gerasiov <gq@debian.org>
Architecture: all
Source: rapidjson
Version: 1.1.0+dfsg2-7.1+apertis1bv2024dev2b1
Filename: pool/target/r/rapidjson/rapidjson-doc_1.1.0+dfsg2-7.1+apertis1bv2024dev2b1_all.deb
Size: 998396
MD5sum: 560d605e16d57a37a8742556071675f5
SHA1: 43fb224a9812038d56e6428f15e32a9a5401584b
SHA256: 8b01a74a8bca758f86f9338e642ae814061f4da6cc42cb3c24600de7c4ac99a5
SHA512: eb38bf383d498aa6eb5a530572df5cc8e2e9f5569aa80cab5fe04ef899c754e824225f23ea8e0401af54bc436181e3a2bf9a2c02121283dce65fcf4ff3b666ca
Description: fast JSON parser/generator for C++ (API documentation)
 This package contains the documentation for RapidJSON, a fast JSON
 parser/generator for C++ with both SAX/DOM style APIs.
Homepage: https://miloyip.github.io/rapidjson
Multi-Arch: foreign

Package: rauc
Priority: optional
Section: admin
Installed-Size: 426
Maintainer: Uwe Kleine-König <ukleinek@debian.org>
Architecture: arm64
Version: 1.8-2+apertis2bv2024dev2b1
Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libfdisk1 (>= 2.31.1), libglib2.0-0 (>= 2.67.1), libjson-glib-1.0-0 (>= 1.5.2), libssl3 (>= 3.0.0), dbus, systemd
Suggests: casync, cryptsetup-bin, dosfstools, e2fsprogs, efibootmgr, grub-common, mtd-utils, squashfs-tools, u-boot-tools
Filename: pool/target/r/rauc/rauc_1.8-2+apertis2bv2024dev2b1_arm64.deb
Size: 133996
MD5sum: 2c0e316c8597b130f27965254c2c7b05
SHA1: faa87028cc44eadeeb5029d458c8aefe25b87f2c
SHA256: edd51e51a8a53d30c42bc6650c048bb2047977a527a1598966129cf7d6b48f92
SHA512: 7775f1db53466594833ab1a183e1af5b490da85df17e490418f504baec330f5fa342448387adb3ec8e6fd7f6c15cb958e0443b35e1e0789a0cd734d60773d7a1
Description: Robust Auto-Update Controller - binary
 Safe and secure software updates for embedded Linux
 .
 RAUC controls the update process on embedded Linux systems. It is both a target
 application that runs as an update client and a host/target tool that allows
 you to create, inspect and modify installation artifacts.
 .
 This package provides the rauc binary.
Homepage: https://github.com/rauc/rauc

Package: rauc-dbgsym
Priority: optional
Section: debug
Installed-Size: 490
Maintainer: Uwe Kleine-König <ukleinek@debian.org>
Architecture: arm64
Source: rauc
Version: 1.8-2+apertis2bv2024dev2b1
Depends: rauc (= 1.8-2+apertis2bv2024dev2b1)
Filename: pool/target/r/rauc/rauc-dbgsym_1.8-2+apertis2bv2024dev2b1_arm64.deb
Size: 420384
MD5sum: 4badff44f5947f548def20d842bbc275
SHA1: 24cd63d3b4efca13e16983cab389ee9a328c5a2c
SHA256: 7a636d4bc9b233f95a2a0bc0a921eac980318be79b8c2593c62bd92ef99844f8
SHA512: 72ce2b2e074176d719078492977810b268e94b690231f49124a3ef2d19f7b69e33e710f92a934b1ea78a5d4620c375357f3eec61f727530289c1bac56169ee26
Description: debug symbols for rauc
Auto-Built-Package: debug-symbols
Build-Ids: 756d85173ee4d944e68cb69ccd5c2cc934575f47

Package: rauc-service
Priority: optional
Section: admin
Installed-Size: 48
Maintainer: Uwe Kleine-König <ukleinek@debian.org>
Architecture: all
Source: rauc
Version: 1.8-2+apertis2bv2024dev2b1
Depends: rauc
Filename: pool/target/r/rauc/rauc-service_1.8-2+apertis2bv2024dev2b1_all.deb
Size: 22176
MD5sum: 0da46a4b5fb8b55828dbf6b5ff750311
SHA1: b65afb3b48da5f6cbe8e7fb727d0ee88dde8f230
SHA256: e50df99ad5e209704d938a4ebdec8853a15d8084b27c0e233d82aeaa62c023dd
SHA512: b59d049386d12ec2249675c8e17dd7ece2f8326373fe9e36deb4e978182990fe8589b51557b41f0deb50d5ee86f9a96aa3d6722e8ef8bb7e0e080a8f8aaf434f
Description: Robust Auto-Update Controller - service
 Safe and secure software updates for embedded Linux
 .
 RAUC controls the update process on embedded Linux systems. It is both a target
 application that runs as an update client and a host/target tool that allows
 you to create, inspect and modify installation artifacts.
 .
 This package provides the rauc service files.
Homepage: https://github.com/rauc/rauc

Package: rav1e
Priority: optional
Section: video
Installed-Size: 2966
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-rav1e
Version: 0.5.1-6+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Filename: pool/target/r/rust-rav1e/rav1e_0.5.1-6+apertis1bv2024dev2b1_arm64.deb
Size: 849776
MD5sum: bca07337abf8bfaf98c413564938b29e
SHA1: e07b7f61f7d028edf5b5be30cce0608a03ea9cd4
SHA256: a7ddcac0e27228602152c41e1c33adf703e0f11b79f57e1c25574e3993793f40
SHA512: 4f47e25410259fa5a98e13cb1afe33f1410e58f7d40670cbd739aaef8753ccc222de5fdb09f5dd58ea9a2611822c16a3d8fc465f3bd2e02c4f7b3430a895c8e4
Description: Fastest and safest AV1 encoder - command line encoder
 rav1e is a encoder for the AV1 video codec. It supports the
 following features:
  * Intra, inter, and switch frames
  * 64x64 superblocks
  * 4x4 to 64x64 RDO-selected square and rectangular blocks
  * DC, H, V, Paeth, smooth, and all directional prediction modes
  * DCT, (FLIP-)ADST and identity transforms (up to 64x64, 16x16 and 32x32
    respectively)
  * 8-, 10- and 12-bit depth color
  * 4:2:0, 4:2:2 and 4:4:4 chroma sampling
  * 11 speed settings (0-10, exhaustive to near real-time)
  * Constant quantizer and target bitrate (single- and multi-pass) encoding
    modes
  * Still picture mode
 .
 This package contains the command line encoder.
Homepage: https://github.com/xiph/rav1e

Package: rav1e-dbgsym
Priority: optional
Section: debug
Installed-Size: 9131
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-rav1e
Version: 0.5.1-6+apertis1bv2024dev2b1
Depends: rav1e (= 0.5.1-6+apertis1bv2024dev2b1)
Filename: pool/target/r/rust-rav1e/rav1e-dbgsym_0.5.1-6+apertis1bv2024dev2b1_arm64.deb
Size: 8155800
MD5sum: 595d642070c45d68810c2afa41e9a5fe
SHA1: eb6da8aaea23c03a9698601271cdda5fdadc006e
SHA256: 5f6fd1314299669398616ee3d94a818c3b74e0ac51041425450b1689deece57a
SHA512: 9a4f1217cabd2f6f52b37fec480dfaf8ebec3d745efd566bffccf3761f8dd3457e0acdcb0e8382a0a054c077fa599066972fd2791a2455308404c4ec0f4dd555
Description: debug symbols for rav1e
Auto-Built-Package: debug-symbols
Build-Ids: de8371e72ed1b093b40dd2ce0f66d6ddcdf3009a

Package: rfkill
Priority: optional
Section: utils
Installed-Size: 124
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libsmartcols1 (>= 2.33)
Filename: pool/target/u/util-linux/rfkill_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 46904
MD5sum: ad93adc7bc530e7687eadd51807f434a
SHA1: 423ae666ff2b9f6ef0a738da10dcc96a56c2a76c
SHA256: c2c514a18873e5ef03d82eff087349e58dc422addf32bf91d784d3cee303535d
SHA512: 283362d2c4a4182af90e6e7905eb16e02ad37d53ac57f4e5abeaa8079e9ee24c2942a05b15502c1e0b626c13fe01cd7fb7fcd72d88217851ec528770d6e980e1
Description: tool for enabling and disabling wireless devices
 rfkill is a simple tool for accessing the Linux rfkill device interface,
 which is used to enable and disable wireless networking devices, typically
 WLAN, Bluetooth and mobile broadband.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: foreign

Package: rfkill-dbgsym
Priority: optional
Section: debug
Installed-Size: 64
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: rfkill (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/rfkill-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 44448
MD5sum: c039655522002e5f36659407991edea8
SHA1: 1950c05f8e91f8d071b7850b57103019b006db42
SHA256: 013e54c106abf6a5df6d68b6f1b32efc8fccc49547a79f48a117a1e646d20db1
SHA512: c1e6f643ecb184c0a3008e7d9ec1002bf46e5d17398bb3503f3269cf4496b61ce58252b8b694e4ee491b1f06cf1c5a63ce093fcb04a59f789ccd0560d7dd1dc1
Description: debug symbols for rfkill
Auto-Built-Package: debug-symbols
Build-Ids: 64a7d17436e021b824cf1c8a416fc8acbec5e951

Package: rhosydd
Priority: extra
Section: misc
Installed-Size: 130
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Version: 0.2024.0bv2024dev2b1
Depends: acl, adduser, policykit-1 (>= 0.113-1co2~), libc6 (>= 2.34), libcroesor-0-5 (>= 0.2024.0bv2024dev2b1), libglib2.0-0 (>= 2.59.0), libpolkit-gobject-1-0 (>= 0.101), librhosydd-0-6 (>= 0.6.0)
Filename: pool/target/r/rhosydd/rhosydd_0.2024.0bv2024dev2b1_arm64.deb
Size: 28136
MD5sum: 043a1febd77c0ebcab443cdc17cd2d00
SHA1: 52e7566dd93c90c7cb91387411beb129c84937f1
SHA256: 97dadb11fde3c0824aefd9474b102d4be2d47f1a5a82a4d79d3f403c583fd13c
SHA512: f23af2c5c30968d8f973fe03139541c84f38cb9e31e9321d4108626d87b37e3d0153f680787e61e683bb7a00bd3b5855312097ffb5f7660b0e4ee069bedc89dc
Description: Sensors and actuators service
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains the service itself.

Package: rhosydd-dbgsym
Priority: optional
Section: debug
Installed-Size: 95
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: rhosydd (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/rhosydd-dbgsym_0.2024.0bv2024dev2b1_arm64.deb
Size: 70460
MD5sum: 6501aac8cec761526b5e94a28a349b1f
SHA1: efa970a4613ae1baa6f293ea1f304ebab39f7e55
SHA256: 35a62b43f2bea740f491b49598a33c39dcdaea00f04973836078efa2b451c603
SHA512: f4fdb5f35ec5c619b4fce680c443799351fd3e0773b547fc292f7aeae4c46d9c849e08968f38022e850302d3bf92d52012295c9d931793cff0bef4c2f64586d5
Description: debug symbols for rhosydd
Auto-Built-Package: debug-symbols
Build-Ids: 90905792aaeb4c78ab293582d848dd293d313efc

Package: rhosydd-mock-backends
Priority: extra
Section: misc
Installed-Size: 203
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: rhosydd, libc6 (>= 2.34), libcroesor-0-5 (>= 0.2024.0bv2024dev2b1), libglib2.0-0 (>= 2.59.0), libjson-c5 (>= 0.15), librhosydd-0-6 (>= 0.6.0), libyaml-0-2
Filename: pool/target/r/rhosydd/rhosydd-mock-backends_0.2024.0bv2024dev2b1_arm64.deb
Size: 23252
MD5sum: fb4cc45145292d1052d8f2291f1181e9
SHA1: 578f572aa3c339c06bf5a718c92880e71939fc9c
SHA256: b78c26fa52c398c96f21bdcf4c9ebcbea2272ae2f8a9185e9cfa474b84e7cf9a
SHA512: 1c29204e28b0c449ad73e7d9fdb5925772460f8bba3978ca8318a73d933f0bbc59f5d716d0a738a18c35ac7bf518779ae566d29a02184bdabb5d8d272522bf22
Description: Sensors and actuators service - mock backends
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains mock backends for integration testing only.

Package: rhosydd-mock-backends-dbgsym
Priority: optional
Section: debug
Installed-Size: 70
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: rhosydd-mock-backends (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/rhosydd-mock-backends-dbgsym_0.2024.0bv2024dev2b1_arm64.deb
Size: 41824
MD5sum: 10da88daebcb10d447d72c655309399a
SHA1: f116f6fd506afd2066fb807e43891327b53e3ee7
SHA256: 12bda5cc1e6c90a3501695926abf44931d869ac4b6c4909ecfe87956608e23ba
SHA512: 581ecfb1cc37ed80c87d1bdc44e129172864522d924eddf369362378eac294deea095252be4eb4f01eb7787575f3a94f11b824689541aa8311824de9ba159e72
Description: debug symbols for rhosydd-mock-backends
Auto-Built-Package: debug-symbols
Build-Ids: 0f99bcaa83a6194e2e88db3bb8d4faf5c6c636ab 19b8374a3c72a0dc0c418f6fb0029d35832e017e

Package: rhosydd-tests
Priority: extra
Section: misc
Installed-Size: 145
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: gir1.2-rhosydd-0, python3-gi, rhosydd, libc6 (>= 2.34), libcroesor-0-5 (>= 0.2024.0bv2024dev2b1), libglib2.0-0 (>= 2.59.0), libpolkit-gobject-1-0 (>= 0.94), librhosydd-0-6 (>= 0.6.0), libsystemd0
Filename: pool/target/r/rhosydd/rhosydd-tests_0.2024.0bv2024dev2b1_arm64.deb
Size: 27824
MD5sum: f802fa9c850fc70cc2c8c01445e92145
SHA1: 183732ebd88ec4616feea11319083417f8612652
SHA256: 9ce8b9dc217f08ba60697a2ce7311584d7159fe17dfbec078e2be32c862e07dd
SHA512: 790b0cf02cdb1cbd1d609507231bbfbd53a90ea7d34bc6f76b41dd29a5c8bed63bc7a78086e15be8ce7aca9932885057326fc36f0dde0bdaeee4d570149c13d1
Description: Sensors and actuators service - tests
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains integration tests.

Package: rhosydd-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 67
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: rhosydd-tests (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/rhosydd-tests-dbgsym_0.2024.0bv2024dev2b1_arm64.deb
Size: 46308
MD5sum: 0cbbe2f28cb6920c5c5af8bf5e8bc63d
SHA1: 7cb5f3a7aded46fc15761845834cfe53ae6529c1
SHA256: 4ecdb06572ff19d8e674e8cb7168c6af2e290981a26fe0a031aeb1f42468ee6a
SHA512: 8c894cccdc09fb5af9a80c468bda5400081b28388b2c7b60479b66dd1965b3d7f6c1e193436105348150a7a9781ab30b350bd706e375600e1a0b5bfdf84029cd
Description: debug symbols for rhosydd-tests
Auto-Built-Package: debug-symbols
Build-Ids: e979b90ce3cba77cf6f34ee655688bb8eabe04e2

Package: rhosydd-tools
Priority: extra
Section: misc
Installed-Size: 102
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Depends: rhosydd, libc6 (>= 2.34), libglib2.0-0 (>= 2.58.2), librhosydd-0-6 (>= 0.6.0)
Filename: pool/target/r/rhosydd/rhosydd-tools_0.2024.0bv2024dev2b1_arm64.deb
Size: 15696
MD5sum: ee4a7eef3adce0d5baf512841f4edcc3
SHA1: 0331b5f53e7d16f104823561ea05c281f902c29c
SHA256: 162e1965f58ef7f8e2dc7ac511bb653897a01774642e8b48897e6c5446c38f26
SHA512: b5270ac48e32fc0e35c22f6ce6f7c2f22ee89289b2ba913439c3ac28e2666ee99377f92f6843a34e4c0f326b311498c35b8ae746e8cd00b3ebdc995961a99b00
Description: Sensors and actuators service - tools
 Rhosydd mediates access to vehicle sensors and actuators.
 .
 This package contains development and debugging tools.

Package: rhosydd-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 40
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: rhosydd
Version: 0.2024.0bv2024dev2b1
Replaces: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Depends: rhosydd-tools (= 0.2024.0bv2024dev2b1)
Breaks: rhosydd-dbg (<< 0.2019~dev0.1-0co2~)
Filename: pool/target/r/rhosydd/rhosydd-tools-dbgsym_0.2024.0bv2024dev2b1_arm64.deb
Size: 23168
MD5sum: 3317a18c395c9a49d15611ff2ca9ce2e
SHA1: 6713c8a41f2353c3845eb2f1bacdcca0cd54b8c5
SHA256: e18246129b53ba3d5722c8540f0d8e10f42292f8ef07d402bba89607a577aa79
SHA512: 2f04e7cb5fff06d1ee913a5956299f83069ec850825c9b6e0e95d827e16eb7b8a905fb2d514a2fe96106aa3815645542e8935c502479955ccd2778e993a638ca
Description: debug symbols for rhosydd-tools
Auto-Built-Package: debug-symbols
Build-Ids: 4d9e4d795571a83bed4debb9e9442d0d95edd030

Package: rng-tools5
Priority: optional
Section: utils
Installed-Size: 170
Maintainer: Michael Stone <mstone@debian.org>
Architecture: arm64
Version: 5-4.1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Conflicts: rng-tools
Filename: pool/target/r/rng-tools5/rng-tools5_5-4.1+apertis1bv2024dev2b1_arm64.deb
Size: 19952
MD5sum: 5bf87382afc459594fe500aac86512ee
SHA1: 476cde5ee3144025c633c7d7ac0661c37fb2fe1e
SHA256: 7115eab1a989e998d267ade35a70f1e43dd1c6712c8294bdc371e8420f237f4d
SHA512: 4cc67b38dd6de276597f9ebb271a2fab3429d12099a15e905b6d60b9b77c294c93546733befb6eafa6fb2aee20f3b86899d47c99efe2be7ca180bdb59c4ac769
Description: Daemon to use a Hardware TRNG
 The rngd daemon acts as a bridge between a Hardware TRNG (true random number
 generator) such as the ones in some Intel/AMD/VIA chipsets, and the kernel's
 PRNG (pseudo-random number generator).
 .
 It tests the data received from the TRNG using the FIPS 140-2 (2002-10-10)
 tests to verify that it is indeed random, and feeds the random data to the
 kernel entropy pool.
 .
 This increases the bandwidth of the /dev/random device, from a source that
 does not depend on outside activity. This may improve the behavior of systems
 which experience low values in /proc/sys/kernel/random/entropy_avail
 It may also improve the quality (entropy) of the randomness of /dev/random.
 .
 A TRNG kernel module such as hw_random, or some other source of true
 entropy that is accessible as a device or fifo, is required to use this
 package. It will take advantage of the RDRAND and RDSEED instructions
 included in some Intel & AMD CPUs.

Package: rng-tools5-dbgsym
Priority: optional
Section: debug
Installed-Size: 61
Maintainer: Michael Stone <mstone@debian.org>
Architecture: arm64
Source: rng-tools5
Version: 5-4.1+apertis1bv2024dev2b1
Depends: rng-tools5 (= 5-4.1+apertis1bv2024dev2b1)
Filename: pool/target/r/rng-tools5/rng-tools5-dbgsym_5-4.1+apertis1bv2024dev2b1_arm64.deb
Size: 36572
MD5sum: cc6cad29040de846c6c6d4ed91865a86
SHA1: d4a8ec61d90398f770419d94b987b2360f08fffc
SHA256: a80c254919ef2780a74e9ee5e2cb54b2a8f5a0b6e30c27c55c63ef6845fd5a36
SHA512: 05798fbaababa810a9cbaa23c33a1ca590da6b0515313c658d1aeb98d6feb23d17433e1aec494771ee0c7d16e9b3ddd295007eaf303de23f6f5042a06a1a04c9
Description: debug symbols for rng-tools5
Auto-Built-Package: debug-symbols
Build-Ids: 4543412198df91696a9e5b471c3f527d2497e600 7789d6174f74e51a89d438bd5c5e926c2ddaab91

Package: rootlesskit
Priority: optional
Section: admin
Installed-Size: 18183
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Architecture: arm64
Version: 1.1.0-1+apertis0bv2024dev3b1
Depends: uidmap, libc6 (>= 2.34)
Recommends: slirp4netns
Filename: pool/target/r/rootlesskit/rootlesskit_1.1.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 3268476
MD5sum: 3c7fd8345cdc99d7938ba624d2419abe
SHA1: 64ff7ec60c7d0a42b19422dcf25555e0e4855e2e
SHA256: e5d78ceb860bba6f620c9c78390db1f8f314e7ad30248952873ab72cc4ef968f
SHA512: db966e5df180a0764d3903dc9bc65bd28f753427743b2f2913421f34bfb6296f7bed8bef554910052e3b9a1c6fc82f2620a8670944d6aa410b652b4f684aba0f
Description: Linux-native "fake root" for rootless containers
 The purpose of RootlessKit is to run Docker and
 Kubernetes as an unprivileged user (known as "Rootless mode"),
 so as to protect the real root on the host from potential
 container-breakout attacks.
 .
 RootlessKit creates user_namespaces(7) and mount_namespaces(7),
 and executes newuidmap(1)/newgidmap(1) along with subuid(5) and
 subgid(5).
 .
 RootlessKit also supports isolating network_namespaces(7) with
 userspace NAT using "slirp".
 .
 This Debian package doesn't support vpnkit mode.
 .
 On Debian system, kernel.unprivileged_userns_clone should be enabled.
Built-Using: go-md2man-v2 (= 2.0.2+ds1-1+apertis0bv2024dev2b1), golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-blackfriday-v2 (= 2.1.0-1+apertis0bv2024dev2b1), golang-github-gofrs-flock (= 0.8.1-1+apertis0bv2024dev2b1), golang-github-gorilla-mux (= 1.8.0-1+apertis0bv2024dev2b1), golang-github-insomniacslk-dhcp (= 0.0~git20220915.043f172-2+apertis0bv2024dev3b1), golang-github-moby-sys (= 0.0~git20220606.416188a-1+apertis0bv2024dev2b1), golang-github-u-root-uio (= 0.0~git20220204.dac05f7-2+apertis1bv2024dev3b1), golang-github-urfave-cli-v2 (= 2.3.0-2+apertis0bv2024dev3b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-logrus (= 1.9.0-1+apertis0bv2024dev2b1)
Homepage: https://github.com/rootless-containers/rootlesskit

Package: rootlesskit-dbgsym
Priority: optional
Section: debug
Installed-Size: 7647
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Architecture: arm64
Source: rootlesskit
Version: 1.1.0-1+apertis0bv2024dev3b1
Depends: rootlesskit (= 1.1.0-1+apertis0bv2024dev3b1)
Filename: pool/target/r/rootlesskit/rootlesskit-dbgsym_1.1.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 6262136
MD5sum: 6e20f8d59b0208a646db5406f73d12ce
SHA1: 6a96b8677462b77c431cf6950659ec19bb43497a
SHA256: b76135a0149590b95a9a4f9dd55e58404fe419dc9513ac518d9c382d1e0c4cd3
SHA512: 24703d7fea8ef75e56a011a88661a703f3d690743fb13a11013a57456134e6bd850dac60f66f40035c11ea30b9080b7b032bff4d8f2f3116239f41f3fb464a3f
Description: debug symbols for rootlesskit
Auto-Built-Package: debug-symbols
Build-Ids: c77682ffbcde622f59d1a1bd2afead98b1d3e025 e54bb58870a9e6cdefd523f4f957dcc539389b17 f3aab0dfe0b0eb41fe176c747d3cc8a2ab55ec2c

Package: rpi64-autoconfig-connman
Priority: optional
Section: utils
Installed-Size: 22
Maintainer: Apertis packagers <packagers@lists.apertis.org>
Architecture: all
Source: rpi64-autoconfig
Version: 1.2021.1bv2024dev2b2
Filename: pool/target/r/rpi64-autoconfig/rpi64-autoconfig-connman_1.2021.1bv2024dev2b2_all.deb
Size: 3248
MD5sum: 4429a0847db910203a07967ce0b6af54
SHA1: 6002b52bc891d9912b9ab0d176a24958135b94c0
SHA256: 42c892a5a724105fa96fd4bf74178cea3b520d0941b8d7085e788684b4e4e339
SHA512: 9cfc66252d2d9daeeeb2fe760a4595dcb2d9519e710d94fb42a99a26e4a30cd91b509deb158e5c3674cc56fb628ed16c4cf39b87ade709f8ec8154cee2c12b30
Description: rpi64-containers specific auto-configuration scripts for connman
 This package installs a set of configuration scripts to configure connman on
 system startup without user interaction:
 * Define WiFi credentials (WIFI_SSID/WIFI_KEY) in /boot/firmware/wifi.config
   to automatically set a WiFi connection on startup.

Package: ruby-google-protobuf
Priority: optional
Section: ruby
Installed-Size: 421
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Replaces: ruby-google-protobuf (<< 3.6.0~)
Depends: ruby, libc6 (>= 2.17), libruby3.1 (>= 3.1.2)
Conflicts: ruby-google-protobuf (<< 3.6.0~)
Filename: pool/target/p/protobuf/ruby-google-protobuf_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 160716
MD5sum: 5b49d6d228dcfcecf9fee745e1df197a
SHA1: 9e140c1b10a1ed4f348e97b4f13172858eb507a6
SHA256: e675752434dc4cb1d8fc48a542e042bee5fc9a956ec82434072915fa090012aa
SHA512: a00d289ac36c04ebeb761798d1386d2e69ec5bbe25dafde3ae2a3f1c3381fa0569c7a9c0eed69bbafab01b142fa17d9aca93843a1f644c6943b68826cc1c7214
Description: Protocol Buffers
 Protocol Buffers are Google's data interchange format.
 .
 This library contains the Ruby extension that implements Protocol Buffers
 functionality in Ruby.
 .
 The Ruby extension makes use of generated Ruby code that defines message and
 enum types in a Ruby DSL. You may write definitions in this DSL directly, but
 we recommend using protoc's Ruby generation support with .proto files. The
 build process in this directory only installs the extension; you need to
 install protoc as well to have Ruby code generation functionality.
Homepage: https://github.com/google/protobuf/
Multi-Arch: same

Package: ruby-google-protobuf-dbgsym
Priority: optional
Section: debug
Installed-Size: 566
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: protobuf
Version: 3.21.12-3+apertis1bv2024dev3b1
Depends: ruby-google-protobuf (= 3.21.12-3+apertis1bv2024dev3b1)
Filename: pool/target/p/protobuf/ruby-google-protobuf-dbgsym_3.21.12-3+apertis1bv2024dev3b1_arm64.deb
Size: 532540
MD5sum: eaa5f7454cf5b49040df6c38c225d607
SHA1: 238385d827d54750162d7b0b16e2ab2891ce0924
SHA256: 69f68f36d2a2bcb4823140168a18f89917fe9bad9589a17f11b990eda5f43097
SHA512: e555b619f125ade3cdbd0025d466ddb5400aedc7fcb110883b798c8e298387abe13625b45a1804b916e11774c3c27fb76b0727673c8bb3568a6f104c74ecd83c
Description: debug symbols for ruby-google-protobuf
Auto-Built-Package: debug-symbols
Build-Ids: 1f39590e7814194d813453a82b9616c6c7b4fb23
Multi-Arch: same

Package: ruby-grpc
Priority: optional
Section: ruby
Installed-Size: 16
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: ruby-google-protobuf (>= 3.21.0~), ruby-googleauth, ruby-googleapis-common-protos-types
Filename: pool/target/g/grpc/ruby-grpc_1.51.1-3+apertis1bv2024dev2b1_arm64.deb
Size: 6344
MD5sum: d0589bb914552d974d28c26824b0bc0d
SHA1: cdaf1fbc0015cd4a33a3a0898428f9b9c7c194ce
SHA256: fec67796b1a48518c51d45a0889ca236d8ecaa7c461a79b0f0afefcdaf5b03bc
SHA512: 46f302440645bd67e430b74631e25b5e0b717c893b454b44210d8023fd9f41b3d4ad643a7bb87b9e800d76f26a9f8700a8c5b65be4f51351c4faf4fef017f9e1
Description: GRPC system in Ruby
 Send RPCs from Ruby using GRPC. GRPC is a high performance, open-source
 universal RPC framework.
 .
 Some features of gRPC:
  * Simple service definition
  * Works across languages and platforms
  * Start quickly and scale
  * Bi-directional streaming and integrated auth
Homepage: https://www.grpc.io/
Multi-Arch: same

Package: ruby-grpc-tools
Priority: optional
Section: ruby
Installed-Size: 16
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: grpc
Version: 1.51.1-3+apertis1bv2024dev2b1
Depends: ruby-grpc, protobuf-compiler-grpc
Filename: pool/target/g/grpc/ruby-grpc-tools_1.51.1-3+apertis1bv2024dev2b1_all.deb
Size: 6224
MD5sum: d5739ab31bc72a61e9b018452af45e62
SHA1: 4e8e90e5749b10811982e0d8e1d49f71fb2307c1
SHA256: 4b7e7c6a55cb5dc67240f05f6cdbe97952a48c4a801fce102faeb39f5a3dddb3
SHA512: 2e18da63e17fd2cbdd8a62a0524b178081a900b273a7a5f3058ee08c06ce3bc29f8897aa758d15459ebb89bd3b9784520668220ed2b78bed4ee8188c922ef2ea
Description: Development tools for Ruby gRPC
 Ruby gRPC library allows sending RPCs from Ruby using GRPC.
 GRPC is a high performance, open-source universal RPC framework.
Homepage: https://www.grpc.io/

Package: ruby-selinux
Priority: optional
Section: ruby
Installed-Size: 218
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libselinux
Version: 3.4-1+apertis0bv2024dev3b1
Depends: ruby | ruby-interpreter, libc6 (>= 2.17), libselinux1 (>= 3.4), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Filename: pool/target/libs/libselinux/ruby-selinux_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 36928
MD5sum: d1cbf499b14dff8d5088a3ec519bfd5d
SHA1: 5a9c24d8e6b3594de04eadea31d8c8e60f0d0512
SHA256: de4b7cb2a1f34d43738abf6dcd12f187856f802d60446f1dbfdc4c0a0c6ceb38
SHA512: e49c40ccd6f70123dc3a466b6ad5a9f139e1ee7a2c3d41b6696bba10c4f187f03c59a584cfe0bf3425b6c86afa89f355dd923ce4e1e5d9bd889451ee3bc1e592
Description: Ruby bindings to SELinux shared libraries
 This package provides the Ruby bindings needed for developing Ruby
 SELinux applications.  Security-enhanced Linux is a patch of the
 Linux kernel and a number of utilities with enhanced security
 functionality designed to add mandatory access controls to Linux.
 The Security-enhanced Linux kernel contains new architectural
 components originally developed to improve the security of the Flask
 operating system. These architectural components provide general
 support for the enforcement of many kinds of mandatory access control
 policies, including those based on the concepts of Type Enforcement,
 Role-based Access Control, and Multi-level Security.
Homepage: https://selinuxproject.org
Multi-Arch: same

Package: ruby-selinux-dbgsym
Priority: optional
Section: debug
Installed-Size: 254
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libselinux
Version: 3.4-1+apertis0bv2024dev3b1
Depends: ruby-selinux (= 3.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libselinux/ruby-selinux-dbgsym_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 203656
MD5sum: 5b9b05cedbff83dc026ca6219f4f298e
SHA1: bdd2dbbc8664fb8a4c893c0032b19efa38386402
SHA256: 307f1c6ab9720782dcddf754cb635451937718e72f7c8b5fe21c3ef7f2212d93
SHA512: b81a4e2774ffebb659916ccc6cef47498dd31fbf58376193858950d2339f048260d86eec049c2d6a18c5b4d3d7b3721989c01bfb37ea98ae9e2e47e3a32b29b1
Description: debug symbols for ruby-selinux
Auto-Built-Package: debug-symbols
Build-Ids: b17831724ec9983ab2c4fcc99176734555f781b4
Multi-Arch: same

Package: ruby-semanage
Priority: optional
Section: ruby
Installed-Size: 287
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libsemanage
Version: 3.4-1+apertis0bv2024dev3b1
Depends: ruby | ruby-interpreter, libc6 (>= 2.17), libsemanage2 (>= 3.4), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Filename: pool/target/libs/libsemanage/ruby-semanage_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 37336
MD5sum: c24465425bce04191ee117005687207d
SHA1: 0de443dbbc76a1f0db8e5e3e1c1a64045033cdf2
SHA256: ad3f705b1b4c100c744496f7c57d87696743586e899f7281323303962cb3de12
SHA512: 783b78d0270f960bbc119fccbc2b3498030fb066e8ed88ae987960274c5677a8d73ef3904225145099bcba6146b47cad8debc20cea190fd4cf36499e7da7ee90
Description: Ruby bindings to for SELinux policy management
 This package provides the Ruby bindings needed for developing Ruby
 applications that manage SELinux policies.
 .
 Security-enhanced Linux is a patch of the Linux kernel and a
 number of utilities with enhanced security functionality designed to
 add mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement, Role-based Access
 Control, and Multi-level Security.
Homepage: https://selinuxproject.org
Multi-Arch: same

Package: ruby-semanage-dbgsym
Priority: optional
Section: debug
Installed-Size: 291
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libsemanage
Version: 3.4-1+apertis0bv2024dev3b1
Depends: ruby-semanage (= 3.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libsemanage/ruby-semanage-dbgsym_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 233044
MD5sum: 0204fba25f577ca5cbc1fbd481b3cd5b
SHA1: 5935beaff7e1153383ed8a46ec07e3c9bbea94f3
SHA256: 0bec9e02328de9492bf0ff7f3251414c930b9ae65f701d64a7eaeee64d057800
SHA512: 1b32d914a0e68addd852a9aed9bfc4f375e7fd98a68cb282eedcdf8565203922f2e87850f7faca02f1bc006a6d7e2f41709db65a8040a0cdcbcfa4d4734babb4
Description: debug symbols for ruby-semanage
Auto-Built-Package: debug-symbols
Build-Ids: 3bde86c69b6d5587e3b69d91f6306199e56921e7
Multi-Arch: same

Package: rust-coreutils
Essential: yes
Priority: required
Section: utils
Installed-Size: 22869
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 0.0.17-2+apertis4bv2024dev3b1
Replaces: mktemp
Provides: coreutils (= 8.24-1), mktemp
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libselinux1 (>= 3.1~)
Conflicts: coreutils, coreutils-gplv2, mktemp (<< 1.6-4co5)
Filename: pool/target/r/rust-coreutils/rust-coreutils_0.0.17-2+apertis4bv2024dev3b1_arm64.deb
Size: 4197472
MD5sum: b9af84afcf1f7a930db88b55171ebd23
SHA1: e5e0ca07d21651b2b12eb7b9b51cac8d78a9df53
SHA256: 39af9015cb1d3881c48e6f76ac39d8d6bd2695e808ddb718c5970b2e58b04ed8
SHA512: 315928585d9856a8ab3744266820c7c3d5ab4cd4d5c6eb17781b7100af20f1b6cb3095ba1125def7fcd8fd54381e799f21c20933603afbef7120e894328eb034
Description: Universal coreutils utils, written in Rust
 This packages replaces the GNU coreutils package written in C.
 It should be a drop-in replacement but:
  * Some options have NOT been implemented,
  * Might have important bugs,
  * Might be slower,
  * Output of the binaries might be slightly different.
 .
 It might break your system.
 .
 This is an EXPERIMENTAL package. It should not be used in
 production.
Homepage: https://github.com/uutils/coreutils
Multi-Arch: allowed

Package: rust-coreutils-dbgsym
Priority: optional
Section: debug
Installed-Size: 6807
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-coreutils
Version: 0.0.17-2+apertis4bv2024dev3b1
Depends: rust-coreutils (= 0.0.17-2+apertis4bv2024dev3b1)
Filename: pool/target/r/rust-coreutils/rust-coreutils-dbgsym_0.0.17-2+apertis4bv2024dev3b1_arm64.deb
Size: 3015504
MD5sum: 44bda00f1c3e54dc84bd82d200dd9cc9
SHA1: f3ca6899c50d9cfc6df791948f2de62775c6abc2
SHA256: 0f1c27e12dc1255a140c1f4b25cb503fb661fbc6ad62e52b594c33a63f849f7e
SHA512: f16c08e26c64b8fb7ca954773b9a27e8155d75f90e43669cfdf8a8a139ace250f520204896a216117da703489455f4a9134514e09528248f5f9517514306d028
Description: debug symbols for rust-coreutils
Auto-Built-Package: debug-symbols
Build-Ids: 95f2502b6927a5c0cb15f0080facb3221bd833d8

Package: rust-findutils
Priority: required
Section: utils
Installed-Size: 3060
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 0.4.0-0+apertis1bv2024dev3b1
Replaces: findutils, findutils-gplv2
Provides: findutils
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Conflicts: findutils, findutils-gplv2
Filename: pool/target/r/rust-findutils/rust-findutils_0.4.0-0+apertis1bv2024dev3b1_arm64.deb
Size: 709260
MD5sum: c4bb601507417afcf80ad7fa9a2b0b66
SHA1: 735d9c9a32c62cd0a8824767cd378676060e5d0d
SHA256: 8ff0921bff9aa862e5b530008737507ca648b5dc989557b9c571e3153ba2bd3b
SHA512: b28309820fbe5cb1bc30adce3f2c6c7a61e15e4f20333bcfa46f4f05e7848a92bc1f385caf399f5f758ccb339cdc962b68d12799786ff9200aeb41adc21ca4c6
Description: Rust implementation of GNU findutils
 Propose an dropped in replacement for find.
Built-Using: rust-nix (= 0.26.1-3+apertis1bv2024dev2b1), rust-onig-sys (= 69.8.0-1+apertis0bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)
Homepage: https://github.com/uutils/findutils
Multi-Arch: allowed
X-Cargo-Built-Using: rust-aho-corasick (= 0.7.19-1+apertis0bv2024dev2b1), rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-3+apertis0bv2024dev2b1), rust-cfg-if (= 1.0.0-1apertis0bv2024dev2b1), rust-chrono (= 0.4.23-2+apertis0bv2024dev2b1), rust-clap-2 (= 2.34.0-3+apertis0bv2024dev2b1), rust-dunce (= 1.0.3-1+apertis0bv2024dev2b1), rust-faccess (= 0.2.4-3+apertis1bv2024dev2b1), rust-iana-time-zone (= 0.1.53-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-memchr (= 2.5.0-1+apertis0bv2024dev2b1), rust-memoffset (= 0.6.5-1+apertis0bv2024dev2b1), rust-nix (= 0.26.1-3+apertis1bv2024dev2b1), rust-num-integer (= 0.1.44-1+apertis0bv2024dev2b1), rust-num-traits (= 0.2.15-1+apertis0bv2024dev2b1), rust-once-cell (= 1.17.0-1+apertis0bv2024dev2b1), rust-onig (= 6.3.2-1+apertis0bv2024dev2b1), rust-onig-sys (= 69.8.0-1+apertis0bv2024dev2b1), rust-onig-sys (= 69.8.0-1+apertis0bv2024dev2b1), rust-os-display (= 0.1.3-3+apertis1bv2024dev2b1), rust-pin-utils (= 0.1.0-1+apertis0bv2024dev2b1), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1+apertis0bv2024dev2b1), rust-same-file (= 1.0.6-1+apertis0bv2024dev2b1), rust-smawk (= 0.3.1-2+apertis0bv2024dev2b1), rust-static-assertions (= 1.1.0-1+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-time-0.1 (= 0.1.44-2+apertis1bv2024dev2b1), rust-unicode-linebreak (= 0.1.4-1+apertis0bv2024dev2b1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-uucore (= 0.0.12-1+apertis6bv2024dev2b1), rust-vec-map (= 0.8.1-2co1bv2024dev2b1), rust-walkdir (= 2.3.2-1+apertis1bv2024dev2b1), rust-wild (= 2.1.0-1+apertis0bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: rust-findutils-dbgsym
Priority: optional
Section: debug
Installed-Size: 13866
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-findutils
Version: 0.4.0-0+apertis1bv2024dev3b1
Depends: rust-findutils (= 0.4.0-0+apertis1bv2024dev3b1)
Filename: pool/target/r/rust-findutils/rust-findutils-dbgsym_0.4.0-0+apertis1bv2024dev3b1_arm64.deb
Size: 12794356
MD5sum: e37b691afc86ea14d774d50a4c5ef7b1
SHA1: d3d0b2ed53ad19b36a635f9c2f550949b2d3406e
SHA256: 0b180c18abfc25d4bae919041c41469d5ad273af9cea8ed650044c34c52d0433
SHA512: 8ca47319f2c5495c727620aef6aa9da674aeb122ae172fc75b6c110daf81bf9285c453d18a3c1bb7ec09ae0ba96d019c6472037b50edae9a20b010b82342b7bf
Description: debug symbols for rust-findutils
Auto-Built-Package: debug-symbols
Build-Ids: 08f52c94fcd24f7291b516bb6b1d52904beef0ba 6e0b3edb60bfa913eadada626971e218031f8d4b
X-Cargo-Built-Using: rust-aho-corasick (= 0.7.19-1+apertis0bv2024dev2b1), rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-3+apertis0bv2024dev2b1), rust-cfg-if (= 1.0.0-1apertis0bv2024dev2b1), rust-chrono (= 0.4.23-2+apertis0bv2024dev2b1), rust-clap-2 (= 2.34.0-3+apertis0bv2024dev2b1), rust-dunce (= 1.0.3-1+apertis0bv2024dev2b1), rust-faccess (= 0.2.4-3+apertis1bv2024dev2b1), rust-iana-time-zone (= 0.1.53-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-memchr (= 2.5.0-1+apertis0bv2024dev2b1), rust-memoffset (= 0.6.5-1+apertis0bv2024dev2b1), rust-nix (= 0.26.1-3+apertis1bv2024dev2b1), rust-num-integer (= 0.1.44-1+apertis0bv2024dev2b1), rust-num-traits (= 0.2.15-1+apertis0bv2024dev2b1), rust-once-cell (= 1.17.0-1+apertis0bv2024dev2b1), rust-onig (= 6.3.2-1+apertis0bv2024dev2b1), rust-onig-sys (= 69.8.0-1+apertis0bv2024dev2b1), rust-onig-sys (= 69.8.0-1+apertis0bv2024dev2b1), rust-os-display (= 0.1.3-3+apertis1bv2024dev2b1), rust-pin-utils (= 0.1.0-1+apertis0bv2024dev2b1), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1+apertis0bv2024dev2b1), rust-same-file (= 1.0.6-1+apertis0bv2024dev2b1), rust-smawk (= 0.3.1-2+apertis0bv2024dev2b1), rust-static-assertions (= 1.1.0-1+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-time-0.1 (= 0.1.44-2+apertis1bv2024dev2b1), rust-unicode-linebreak (= 0.1.4-1+apertis0bv2024dev2b1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-uucore (= 0.0.12-1+apertis6bv2024dev2b1), rust-vec-map (= 0.8.1-2co1bv2024dev2b1), rust-walkdir (= 2.3.2-1+apertis1bv2024dev2b1), rust-wild (= 2.1.0-1+apertis0bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: samplerate-programs
Priority: optional
Section: oldlibs
Installed-Size: 23
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: libsamplerate
Version: 0.2.2-3+apertis0bv2024dev2b1
Depends: sndfile-tools (>= 1.04)
Filename: pool/target/libs/libsamplerate/samplerate-programs_0.2.2-3+apertis0bv2024dev2b1_all.deb
Size: 13948
MD5sum: 9a1ccd4f529ee4ac9d01bef14e5300a0
SHA1: 81eebebdbc353fa9f4d9cd24b3451bae6bf0b61b
SHA256: 7dfff98a310adc5954a61a24caf16d5dc572c451b02cfee1f22f4cd5897d737e
SHA512: 9e44f18c612b67adcffdb8e3dcaf403ec8b555def2d48617732bfca9c89d189f56b26c0bc9b4dad938754bfb253a9f8a1112c6c46e2ad8ce8ad6b368f7972be9
Description: Sample programs that use libsamplerate - Transitional package
 This is a transitional package. It can safely be removed.
Homepage: http://www.mega-nerd.com/SRC/

Package: sasl2-bin
Priority: optional
Section: utils
Installed-Size: 768
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: arm64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: db-util, libsasl2-2 (>= 2.1.28+dfsg-10+apertis1bv2024dev3b1), lsb-base, debconf (>= 0.5) | debconf-2.0, perl:any, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libdb5.3, libpam0g (>= 0.99.7.1)
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/c/cyrus-sasl2/sasl2-bin_2.1.28+dfsg-10+apertis1bv2024dev3b1_arm64.deb
Size: 101788
MD5sum: 43751aec8b2f823cd9ed80fcfff12a51
SHA1: 177ac99854f1cef36e9a99415ff5b7d0f4df089e
SHA256: d16053ffb094d4e5924f63da3e591a70c30de2ae5ceece17fbce35a38cbb1bb7
SHA512: c9aaa133f15a8da01b4ef1d6dce4e445296b4c3f5cc2a1ec9343ba9bbcb57988b3f5a7785d1cd7c6aeb786282c97b0a41f0bf82aa6befe64c49ec29427af9129
Description: Cyrus SASL - administration programs for SASL users database
 This is the Cyrus SASL API implementation, version 2.1. See package
 libsasl2-2 and RFC 2222 for more information.
 .
 This package contains administration programs for the SASL users
 database and common binary files for plugin modules.
Homepage: https://www.cyrusimap.org/sasl/

Package: sasl2-bin-dbgsym
Priority: optional
Section: debug
Installed-Size: 255
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: arm64
Source: cyrus-sasl2
Version: 2.1.28+dfsg-10+apertis1bv2024dev3b1
Depends: sasl2-bin (= 2.1.28+dfsg-10+apertis1bv2024dev3b1)
Filename: pool/target/c/cyrus-sasl2/sasl2-bin-dbgsym_2.1.28+dfsg-10+apertis1bv2024dev3b1_arm64.deb
Size: 172740
MD5sum: 2b73c5ff256a67818963534ab958a757
SHA1: 2f5e95c1fca8494e6157d50463af8851f58a6f41
SHA256: 359c3958f5c4d02601920ed108e2ed9083635fc8feadb84ba7d47b8f0e2f0765
SHA512: 419150e899d480213aff929d88e98a6ff0d9c2a0a59bf2b73c73c796dda2a4514b40ba332d8998f51305c8bb8a1ef693da4ddb8b7c659fe377538c5d63a1e735
Description: debug symbols for sasl2-bin
Auto-Built-Package: debug-symbols
Build-Ids: 0effa4698dff292b3ee59f3172172fb96810c987 18b8ea1b443d1d1bed1ad198dbfac1f1cd59fbc3 467b4d0fe37883c6815378dee6a6116b0a2c3d07 468acee00376bccb6bdd9eef9b4993e184701a23 536cf81040f38fc912498b3cbc3666f5ca2606ec 5a4e29b0e86f067588b77ba3361c41a1ca182098 ca72dee694cb01356372f9bf1624ebe5b38d1f90 da0eda01d7cef118694e1f609f25aceea08e2c7a

Package: sbc-tools
Priority: optional
Section: utils
Installed-Size: 224
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: sbc
Version: 2.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/sbc/sbc-tools_2.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 34648
MD5sum: ed77d2d55eb92c0744594fa3f51823b1
SHA1: b633532b5c9301b034f795cd98cb7c80af9d70c6
SHA256: cc6bd989c4377980b8d53abe3f50c473fbf0dea5ae6047f33cf3d6faf94f634a
SHA512: 7dd29901e4349242d849800ca6197954dd698bd984158d51e1075099c3716b2bfa7fd93d4d12eb8b59d8ec81f17c605b7fa0dbd4ab6b59b90693112a1b4b0867
Description: Sub Band CODEC library - tools
 This provides the library and tool which operate SBC
 (sub band codec) in A2DP (the Advanced Audio Distribution Profile).
 .
 This package contains the tools for SBC.
Homepage: https://www.bluez.org/

Package: sbc-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 138
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Architecture: arm64
Source: sbc
Version: 2.0-1+apertis0bv2024dev3b1
Depends: sbc-tools (= 2.0-1+apertis0bv2024dev3b1)
Filename: pool/target/s/sbc/sbc-tools-dbgsym_2.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 93708
MD5sum: 1b15840e0e0a6e53f9f1cb9e38a82e2a
SHA1: 740eeb3892af3fe0934d186047a2debb10d57e7a
SHA256: 5bf21e03c595cfe6d9b62da26a3fe70ed73a4c0a8b09ac998d4809c0d9c691c1
SHA512: 101fd340919315a35af19f8953b35682c095d10012cf2f766e16a27b6031c2a46d6881875c01573c83bcaefaa71533d312153778f9168eddd246cfc06bf75f88
Description: debug symbols for sbc-tools
Auto-Built-Package: debug-symbols
Build-Ids: 180ea87babe136f73b4673b65a6f71cc3b641444 319558534c1dd1ff3366d53692bb34fddbe2aff5 4262e8a2732e9927841929391c326242f71153c0

Package: seccomp
Priority: optional
Section: utils
Installed-Size: 90
Maintainer: Kees Cook <kees@debian.org>
Architecture: arm64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libseccomp2 (>= 2.2.1)
Suggests: libseccomp-dev
Filename: pool/target/libs/libseccomp/seccomp_2.5.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 13684
MD5sum: 040b41d7809bd88d3f4e257b65ef53f8
SHA1: 0f8930d470c7008ae5d98b7f7797d910084fbc24
SHA256: 2d5461a8527b6483195ff2b83800dbcf701015790d913a96d03e3de04b262df2
SHA512: 5fb110fd7a35e8946a934151e651e177742050f4ad2707a906f9bc2da1e45bfc03884099f1e3c8a06b140df3fd7923237bd6a133b14a6e2848ff05068a0b2ac4
Description: helper tools for high level interface to Linux seccomp filter
 Provides helper tools for interacting with libseccomp. Currently, only
 a single tool exists, providing a way to easily enumerate syscalls across
 the supported architectures.
Homepage: https://github.com/seccomp/libseccomp

Package: seccomp-dbgsym
Priority: optional
Section: debug
Installed-Size: 20
Maintainer: Kees Cook <kees@debian.org>
Architecture: arm64
Source: libseccomp
Version: 2.5.4-1+apertis0bv2024dev3b1
Depends: seccomp (= 2.5.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libseccomp/seccomp-dbgsym_2.5.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 5568
MD5sum: 4e406ab70c554273c0105110fffa04cb
SHA1: 991aad619a0baa973e5df8175c46208d22fd7253
SHA256: 1bcdf3c346e95b41799225ccf4aceb478501f1f160ff7773ae6ec5f7010d0cb4
SHA512: e21e2c3ee28612a372ecc3a1916babde95e89418b6a62dae277beb59a1c3fedde05aa94193cf09d50ef78d00516f9011a5e4337e64d8aebef3bffae575b09a7a
Description: debug symbols for seccomp
Auto-Built-Package: debug-symbols
Build-Ids: e46800b69692aca3b5cee57da9179460eb0ae63c

Package: selinux-utils
Priority: optional
Section: admin
Installed-Size: 2005
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libselinux
Version: 3.4-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libpcre2-8-0 (>= 10.22), libselinux1 (>= 3.1~), libsepol2 (>= 3.4)
Filename: pool/target/libs/libselinux/selinux-utils_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 124912
MD5sum: 0e394cc6c2faa05641dd04f172b81151
SHA1: 29502d5a3205c3cba017030b8f7560643d0e6664
SHA256: 89c66dcca6beb2519235229fee26713ad02154e9beb3835db54b9813b7850439
SHA512: d31fc13ae1fd7a31ee0046e2cdaceb9d7f72461f456d9662108c002f77fb89c1855c448e44315a22b6be6e544899807176d1b8d22cefbcbaa7271be8af5d37d1
Description: SELinux utility programs
 This package provides various utility programs for a Security-enhanced
 Linux system. Security-enhanced Linux is a patch of the Linux kernel
 and a number of utilities with enhanced security functionality
 designed to add mandatory access controls to Linux. This package
 provides utility programs to get and set process and file security
 contexts and to obtain security policy decisions.
Homepage: https://selinuxproject.org

Package: selinux-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 404
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libselinux
Version: 3.4-1+apertis0bv2024dev3b1
Depends: selinux-utils (= 3.4-1+apertis0bv2024dev3b1)
Filename: pool/target/libs/libselinux/selinux-utils-dbgsym_3.4-1+apertis0bv2024dev3b1_arm64.deb
Size: 164736
MD5sum: 016442e46b2239e571869b5b4c8cdc4c
SHA1: 9d05cc4609c4976e804e0d53f29b770dd3af322f
SHA256: 8d2f37aa2839fa3af261fd7fa435edf123ef52c472748491f367b9360c3637e9
SHA512: aa7c805d033cfc3645fb75a7f6438d4bbc725f3cd7b46bb49ae5ab8afe90d8a952774d5b390c00d465e713a66f957a220999ddf0a5517dde447983c0e2fa1bae
Description: debug symbols for selinux-utils
Auto-Built-Package: debug-symbols
Build-Ids: 01572170e2163c9207c1c8714e0d70f7b7f6ed0d 09ddd57914e38b4aef0bf3283a389b1163a66204 116326d0bbaeb8365e287b56ee1b2ba66ec24613 1c5870dee6cffe10bb22c061e36c7d8ee0cf775b 34025d69b80decb4e26b1cc90ae018be322aeb36 362ab182c6c9ca6047aa9c20f4dd8d5e08b37d19 4d1669711eba4739c738181b7fc3256ebd593ca1 56bc46be0e4457ba14d411f2040a9c00db94b9f5 5fde72426948b4b1dda030d0c8cd955a49ae53ef 690d98a51393588942c5a3fdf5158c32c727f34e 6f0d4f5df1c6f182dc3bb32d30a7a30a9e9593a8 7aa5c50ba114ccaced654e902591fa7904636d53 7c1e4c389ac6564e7a8c48af7b435fac8fbadfe9 7c6b77b125e816f45c3fe41f94ca86bc883fa315 832752569a18cbbb89d7d2501238e29c726d9999 891bc8de09736dd8447ff69d207712a23f3e0826 8a40ca63172e9b2976f90678639c30a08ab9177c 8e6b05cf2ee2fa130d5b8c2d2ff6cd78b834f0e3 98fed17aee3d886ffab18cccf6032c6a99a5c8ee a427869a4837c6d0efda7ca68b30e05fcb01567f b143d7b2e519b6809c03f77507bca33baee284d6 b2529c06ca965c0528f65190ae7ac5174add96d8 b8109c47ce4db978120ecc9b4fe7e70b0556011a bb8aa5456270ce63e669c9e7cc2289a414a9e4ef ce84a797e6303d730145a5cd1060895d3662a4fd d6a97cb47e974a7801f273fc9059900987191666 e36cc868bc3084382d468752dc49c08874cddb32 ec444b2508134edecbcb8713c83608316353c42c

Package: semanage-utils
Priority: optional
Section: admin
Installed-Size: 25
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: all
Source: libsemanage
Version: 3.4-1+apertis0bv2024dev3b1
Depends: libsepol2 (>= 3.4), python3 (>= 3.2), python3-selinux (>= 3.4), python3-semanage (>= 3.4)
Filename: pool/target/libs/libsemanage/semanage-utils_3.4-1+apertis0bv2024dev3b1_all.deb
Size: 7292
MD5sum: 30268681dc500efb632a971c814c855a
SHA1: 05c743e5f33c8c90756e8bbb057643996f3b63c0
SHA256: 9828d684a139a48bf2443b858b76ff770b5301ed1fdbb142cc9226a6794d7f9b
SHA512: cb9605c9bca8e3c42f533380541ea5de4409f5ba156d261f35f9b7dc4058f951e0750685adb0750607db08fbd0a7073a897f20d1ec3c68b0c7e33b42b8edd87c
Description: SELinux policy management utilities
 This package contains an utility that can be used to migrate from the old
 policy store format (HLL, stored in /etc/selinux) to the new one (CLI, stored
 in /var/lib/selinux).
 .
 Security-enhanced Linux is a patch of the Linux kernel and a
 number of utilities with enhanced security functionality designed to
 add mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement, Role-based Access
 Control, and Multi-level Security.
Homepage: https://selinuxproject.org

Package: sensible-utils
Priority: required
Section: utils
Installed-Size: 59
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: all
Version: 0.0.17+nmu1+apertis0bv2024dev3b1
Replaces: debianutils (<= 2.32.3), manpages-pl (<= 20060617-3~)
Filename: pool/target/s/sensible-utils/sensible-utils_0.0.17+nmu1+apertis0bv2024dev3b1_all.deb
Size: 19616
MD5sum: c37bb27c30f3ba348fc6008d0a8b558f
SHA1: 5d88f4da1c551c2882608858189f64feec5d6071
SHA256: 9cdf15f9a4a272e8eed1f4d63d5ff6033117f6416bc436d941436d3bde45c242
SHA512: b55a86531f108926ca88419e9acfc008e57f4d6495cdb36878d1cf76fba02d0559ac7badcf9afb31bfd22c28be7c25754c6dfe8f0ed583e6cd1de946fd85c8a5
Description: Utilities for sensible alternative selection
 This package provides a number of small utilities which are used
 by programs to sensibly select and spawn an appropriate browser,
 editor, or pager.
 .
 The specific utilities included are: sensible-browser sensible-editor
 sensible-pager
Multi-Arch: foreign

Package: sepol-utils
Priority: optional
Section: admin
Installed-Size: 428
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libsepol
Version: 3.4-2.1+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34), libsepol2 (>= 3.4)
Filename: pool/target/libs/libsepol/sepol-utils_3.4-2.1+apertis0bv2024dev3b2_arm64.deb
Size: 14848
MD5sum: 19d6bcfc4cadaed8edd11ed5cc83c164
SHA1: 3f42f151d2eb743e6ebe47cea34539c40c80e371
SHA256: db2d61a54f8a566a7bf3abe9f2bdabcb8ec33bb60473ee36e3808ec498e409d9
SHA512: c1454065f2f6eba2af01c93e1bb0477827ee33ce2e964b23acd63fecb0e6f9be3642ce0bb0ef2dd55e09a9ab2a63d14805cdabdc4404f17b8af8e37ca6987aee
Description: Security Enhanced Linux policy utility programs
 This package provides a utility for a Security-enhanced
 Linux system to rewrite existing mandatory access control policy with
 different boolean setting, generating a new policy. Security-enhanced
 Linux is a patch of the Linux kernel and a number of utilities with
 enhanced security functionality designed to add mandatory access
 controls to Linux. This package provides utility programs to get and
 set process and file security contexts and to obtain security policy
 decisions.
Homepage: https://selinuxproject.org

Package: sepol-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 80
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: arm64
Source: libsepol
Version: 3.4-2.1+apertis0bv2024dev3b2
Depends: sepol-utils (= 3.4-2.1+apertis0bv2024dev3b2)
Filename: pool/target/libs/libsepol/sepol-utils-dbgsym_3.4-2.1+apertis0bv2024dev3b2_arm64.deb
Size: 19220
MD5sum: 0676c851fbd507bdbe508a943c25fa50
SHA1: 4e97bf542d4f3ee7f7e529f10df703957e040147
SHA256: dd576c6063f362606e36adca3cc99e210c66093dddc51fea6b9a8fa216257f84
SHA512: 38c2638eec4b23e385b8af9d37b826388292b25ad5d5e2e40f7a97389e68588ebf7d89f8b9f9501a8944fbec5bbd2659a834adc6964f1c3b4cceececdbfdc7f1
Description: debug symbols for sepol-utils
Auto-Built-Package: debug-symbols
Build-Ids: 18c2bfe42ba79f16af45a3c3ffed11fae01cd73e 35a0d544dd8739598c3b386c919a13a488c13c7f 4ce1e4cec87bdbd15ca68d592564e50e34cf0227 4d1d7b5fbd898e6b7ab80af4e291ffcc265a4371 768735752a84c1e7ae6c96a6c14fdbf396901613 7b49f7d60601aa8aef63c71183bd0c518d7a5a6d

Package: sequoia-gpgv
Priority: important
Section: utils
Installed-Size: 15
Maintainer: Frédéric Danis <frederic.danis@collabora.com>
Architecture: all
Version: 0.2022.5bv2024dev3b1
Replaces: gpgv
Provides: gpgv
Depends: sqv, sq
Conflicts: gpgv
Filename: pool/target/s/sequoia-gpgv/sequoia-gpgv_0.2022.5bv2024dev3b1_all.deb
Size: 2912
MD5sum: 2f19a76897fe232905c3e35b4384d6ff
SHA1: 6864690f92eb67e9d8c25344eac41bea6b84913a
SHA256: f48e1cd17d33dad16cf77635e4fff10d5036e3775f710f2f7b15c7850bc5b1dc
SHA512: c04ff7b00ccc842102bcadc9e9e20096b2aade67e1b59775b7f72476a5f73eef52ba12ffd6471c52a638cad4087bbf0f41ef1f4ce4e4e4b2188d3d978b7a4915
Description: gpgv interface for Sequoia
 sqv wrapper to provide gpgv replacement.

Package: serdi
Priority: optional
Section: text
Installed-Size: 86
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: serd
Version: 0.30.16-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libserd-0-0 (>= 0.22.0~dfsg0)
Filename: pool/target/s/serd/serdi_0.30.16-1+apertis0bv2024dev2b1_arm64.deb
Size: 14304
MD5sum: e382bc4109353d87f65d6f0b840b360e
SHA1: 278e61e270e0da42b260233a1204a6bc4cdfacda
SHA256: 62a31c2c0fb0e642f71ee873b6ac69bd2175bf0c66a4fd6beea08347be262e2c
SHA512: f7be8dcb883e13d01747b03b5a051bcf8172cfc3f0090c3a8c6e611ea2e3bf16e912d6f0f9127e85777447e183202b4b2eaeb9e91614ad97627e37d359ab885e
Description: lightweight RDF syntax library - serdi tool
 Serd is a lightweight C library for RDF syntax which supports reading
 and writing Turtle and NTriples.
 .
 This package provides the utility 'serdi'.
Homepage: https://drobilla.net/software/serd/

Package: serdi-dbgsym
Priority: optional
Section: debug
Installed-Size: 29
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: serd
Version: 0.30.16-1+apertis0bv2024dev2b1
Depends: serdi (= 0.30.16-1+apertis0bv2024dev2b1)
Filename: pool/target/s/serd/serdi-dbgsym_0.30.16-1+apertis0bv2024dev2b1_arm64.deb
Size: 13292
MD5sum: 61770f3bc2bab584215cf075a09e8ce4
SHA1: 94bcab4071836d9eda91c73c37c2b62f9e495482
SHA256: adfefb5354226bedf3bc680fde20187bb4feffda64d976ed432f6806966b078b
SHA512: f03b72f659a78b6fb99e94eb5125889a86b4fc1ee5b59b97f9fb98436f40be0b11d1b541456106cbd2d3c51138a814541cd9a9809c75a753580baf7a6fcaafb5
Description: debug symbols for serdi
Auto-Built-Package: debug-symbols
Build-Ids: 8a75ee746a09b0e445ad8219d6b3cb29a52d2a48

Package: sgml-base
Priority: optional
Section: text
Installed-Size: 68
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: all
Version: 1.31+apertis1bv2024dev3b1
Pre-Depends: dpkg (>= 1.16.4)
Suggests: sgml-base-doc
Filename: pool/target/s/sgml-base/sgml-base_1.31+apertis1bv2024dev3b1_all.deb
Size: 11848
MD5sum: a49c55e9145a627e346e7a4e7bd02cda
SHA1: 3bb13ee3ceca9eda911dcf9aa3a49895eacaf2fc
SHA256: be4885c2ad4f9ae65de7779ee96c1a0d220432517523ea333e309ca1ec0ccd7d
SHA512: 0750f59d226437defbcf6801eae7fc1766038d838746c6ea30bf2e271d0c6d057feff5ab2b37868e0e7296e938704f9d09bcb33cecf9fb0284b64c42d1ccacbe
Description: SGML infrastructure and SGML catalog file support
 This package creates the SGML infrastructure directories and provides
 SGML catalog file support in compliance with the current Debian SGML
 Policy draft:
 .
   * infrastructure directories:
      - /etc/sgml
      - /usr/share/sgml/{declaration,dtd,entities,misc,stylesheet}
      - /usr/share/local/sgml/{declaration,dtd,entities,misc,stylesheet}
 .
   * update-catalog(8): tool for maintaining the root SGML catalog
     file and the package SGML catalog files in the '/etc/sgml' directory.
Multi-Arch: foreign

Package: sha1cdsum
Priority: optional
Section: utils
Installed-Size: 1705
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sha1collisiondetection
Version: 0.2.6-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Filename: pool/target/r/rust-sha1collisiondetection/sha1cdsum_0.2.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 660452
MD5sum: 4985fa2a92e197d9b758952269e8758a
SHA1: 60f54fcf6400b773aa805b376441566060485f2e
SHA256: 11af8f0050c7f94ad81bb845703c6d931526b2e55b6534f472946efee7c04498
SHA512: 4e47d6c54db62010896fe96eb276891115eb29100f84faa5c877e9ad317000033a532507d18a54de4c2e6c5ac31910938adecb89c4cf32513be6d3fc9e0251c5
Description: Calculate SHA1 checksums with collision detection
 Print or check SHA1 checksums while defending against well-known
 collision attacks.
 .
 This program offers a drop-in replacement for coreutils' sha1sum
 in most cases, but one that is not vulnerable to a specific,
 well-known cryptographic weakness in SHA1.
Built-Using: rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)
Multi-Arch: allowed
X-Cargo-Built-Using: rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-2+apertis1bv2024dev2b1), rust-clap-2 (= 2.34.0-3+apertis0bv2024dev2b1), rust-generic-array (= 0.14.4-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-smawk (= 0.3.1-2+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-structopt (= 0.3.26-2+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-typenum (= 1.16.0-2+apertis0bv2024dev2b1), rust-unicode-linebreak (= 0.1.4-1+apertis0bv2024dev2b1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-vec-map (= 0.8.1-2co1bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: sha1cdsum-dbgsym
Priority: optional
Section: debug
Installed-Size: 4031
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sha1collisiondetection
Version: 0.2.6-1+apertis0bv2024dev2b1
Depends: sha1cdsum (= 0.2.6-1+apertis0bv2024dev2b1)
Filename: pool/target/r/rust-sha1collisiondetection/sha1cdsum-dbgsym_0.2.6-1+apertis0bv2024dev2b1_arm64.deb
Size: 3771108
MD5sum: 0f05bdf62380961b1bd812a2e3b8093f
SHA1: 6a709820f1b3f8743b08498d8d3cd033697c56ad
SHA256: c6fd8ff957ec59e1d28d7758a0d3979087f851e3422bf2210c2c6f126043d8d3
SHA512: ee4e8199ec5b344daf764a106350ae7fb61847b547df9024e46d48cfab5e106d9bcdc39bd240076ccd8d80e4fa510f4ad4c34a41f04c22c3d3d88925450d4a05
Description: debug symbols for sha1cdsum
Auto-Built-Package: debug-symbols
Build-Ids: 339d7b409cd595281ab206d7e4834fa72a049e5a
X-Cargo-Built-Using: rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-2+apertis1bv2024dev2b1), rust-clap-2 (= 2.34.0-3+apertis0bv2024dev2b1), rust-generic-array (= 0.14.4-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-smawk (= 0.3.1-2+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-structopt (= 0.3.26-2+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-typenum (= 1.16.0-2+apertis0bv2024dev2b1), rust-unicode-linebreak (= 0.1.4-1+apertis0bv2024dev2b1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-vec-map (= 0.8.1-2co1bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: shared-mime-info
Priority: optional
Section: misc
Installed-Size: 5036
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 2.2-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.35.9), libxml2 (>= 2.7.4)
Filename: pool/target/s/shared-mime-info/shared-mime-info_2.2-1+apertis0bv2024dev3b1_arm64.deb
Size: 722508
MD5sum: e11b838d465a2824303f8437a6958a47
SHA1: 9d95849fcd0803afbe74871325046b4241a6fedf
SHA256: b9d9252bcacb86f1c41b23e2e3c0d064fcce38c9c3ba243a46e1776a49766c2f
SHA512: 1a1b11330aef60e1203e83573bb5dfff88d38cf337d2ce6c93e5dccc6ca5e8b99563e558d9eb97be5b0e024d074a9388e7271afe879314f4b56964fd04628a17
Description: FreeDesktop.org shared MIME database and spec
 This is the shared MIME-info database from the X Desktop Group. It is required
 by any program complying to the Shared MIME-Info Database spec, which is also
 included in this package.
 .
 At this time at least ROX, GNOME, KDE and Xfce use this database.
Homepage: https://freedesktop.org/wiki/Software/shared-mime-info
Multi-Arch: foreign

Package: shared-mime-info-dbgsym
Priority: optional
Section: debug
Installed-Size: 82
Maintainer: Debian freedesktop.org maintainers <pkg-freedesktop-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: shared-mime-info
Version: 2.2-1+apertis0bv2024dev3b1
Depends: shared-mime-info (= 2.2-1+apertis0bv2024dev3b1)
Filename: pool/target/s/shared-mime-info/shared-mime-info-dbgsym_2.2-1+apertis0bv2024dev3b1_arm64.deb
Size: 63480
MD5sum: c742be5b075a73faa1cc03531ee32ae6
SHA1: e3f549d04df35ea9796dfb2495f60f148640fec7
SHA256: fac78f4f7114c7d837a44a5b62184cfc74e9df6c6ed9929525b323c9412d191a
SHA512: 3f1f797c92dd5600e673abb43d1a5573b27d3f0c034d8d61103ffff35e73a585588d6a81a9bdc042f2d5275783fe27460932f16ac5ae94329a8b6cd29ebdf7e7
Description: debug symbols for shared-mime-info
Auto-Built-Package: debug-symbols
Build-Ids: 9a4f233a3585e837e44d0eb01889df986ce6757d

Package: slapd
Priority: optional
Section: net
Installed-Size: 6022
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openldap
Version: 2.5.13+dfsg-5+apertis1bv2024dev3b1
Replaces: ldap-utils (<< 2.2.23-3), libldap2
Provides: ldap-server, libslapi-2.5-0
Depends: libargon2-1 (>= 0~20171227), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libldap-2.5-0 (= 2.5.13+dfsg-5+apertis1bv2024dev3b1), libltdl7 (>= 2.4.7), libodbc2 (>= 2.3.1), libperl5.36 (>= 5.36.0), libsasl2-2 (>= 2.1.28+dfsg), libwrap0 (>= 7.6-4~), coreutils (>= 4.5.1-1), psmisc, perl:any (>> 5.8.0) | libmime-base64-perl, adduser, lsb-base (>= 3.2-13), perl:any
Pre-Depends: debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.54~)
Recommends: ldap-utils
Suggests: libsasl2-modules, libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
Conflicts: ldap-server, libltdl3 (= 1.5.4-1), umich-ldapd
Filename: pool/target/o/openldap/slapd_2.5.13+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 1340000
MD5sum: 22d57c58e850df3f3773dd33e240b5b8
SHA1: 8d850ef1545e854a13e2cc1be745ebc01fee48ea
SHA256: 07d2d76da835279280836f531ca1bb999da47ca459f83c626740d0803a03743c
SHA512: 2e06d1d78f0266359de5e0e9a39a4f048c7dd5dfafcfef82d3a0acf5159205ece2a21149368544ad54b1d4ccc9f6d6e13e415557960ebc2fc129c96bb4f0c5f1
Description: OpenLDAP server (slapd)
 This is the OpenLDAP (Lightweight Directory Access Protocol) server
 (slapd). The server can be used to provide a standalone directory
 service.
Homepage: https://www.openldap.org/

Package: slapd-contrib
Priority: optional
Section: net
Installed-Size: 388
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openldap
Version: 2.5.13+dfsg-5+apertis1bv2024dev3b1
Replaces: slapd-smbk5pwd (<< 2.4.47+dfsg-2~)
Provides: slapd-smbk5pwd
Depends: slapd (= 2.5.13+dfsg-5+apertis1bv2024dev3b1), libc6 (>= 2.17), libkadm5srv8-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libldap-2.5-0 (>= 2.5.4)
Breaks: slapd (<< 2.5.4+dfsg-1~), slapd-smbk5pwd (<< 2.4.47+dfsg-2~)
Filename: pool/target/o/openldap/slapd-contrib_2.5.13+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 49948
MD5sum: 9b11f8aea99f43ba7b963ff154b1265b
SHA1: 25057406bfd7df99011d1386bba5f15102c84c42
SHA256: 633d1d96dc67baf47b1fcf5f38a3028effcf30f7fb83e8bc61ee0169edd8d83f
SHA512: 356b6b155d3117e24aafb13dfdf87f38a902a65fa57e7082b305965a7ed8b7a095d3307f1800a0b664964d9838333ed9062f0cc0bcef812591caa3ea6336212c
Description: contributed plugins for OpenLDAP slapd
 This package contains a number of slapd overlays and plugins contributed by
 the OpenLDAP community. While distributed as part of OpenLDAP Software, they
 are not necessarily supported by the OpenLDAP Project.
Homepage: https://www.openldap.org/

Package: slapd-contrib-dbgsym
Priority: optional
Section: debug
Installed-Size: 90
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openldap
Version: 2.5.13+dfsg-5+apertis1bv2024dev3b1
Depends: slapd-contrib (= 2.5.13+dfsg-5+apertis1bv2024dev3b1)
Filename: pool/target/o/openldap/slapd-contrib-dbgsym_2.5.13+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 50456
MD5sum: cc76dbb7c23eec846ab94042dd445053
SHA1: d0a93b4cda18decf2956b2faaa6cbc05dd86f197
SHA256: 1968336611abb27144b8af8484b2d44eb33e4f6b868f8322e94400b35253fe48
SHA512: a6320a781abea3d6fb9b2d5cea34d0d7ac54a4f27beedcc86eb44e76f1e6ddb22f405dd152f5686a76dd3c89be705f5d5e5499a03b5626b7e25aea97285f6390
Description: debug symbols for slapd-contrib
Auto-Built-Package: debug-symbols
Build-Ids: 04169fbb008f9df4534cbf3bbf155cdc31e3e93e 6fce383d883b7ed64e5f123aaf72fd0d11cde2f4 b08032b348144a527a616e5ea17d18ab18688b5d ba88c9109fa0a0bff9b36d24d79eaf77061cc481

Package: slapd-dbgsym
Priority: optional
Section: debug
Installed-Size: 3786
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openldap
Version: 2.5.13+dfsg-5+apertis1bv2024dev3b1
Replaces: slapd-dbg (<< 2.4.45+dfsg-1~)
Depends: slapd (= 2.5.13+dfsg-5+apertis1bv2024dev3b1)
Breaks: slapd-dbg (<< 2.4.45+dfsg-1~)
Filename: pool/target/o/openldap/slapd-dbgsym_2.5.13+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 3296040
MD5sum: f269cb42cdaee866cd97b9b1822073f5
SHA1: 29a23d634bf8d9b18748cf489ab3d8f0aa2b758e
SHA256: 0481ef2d30364d5c3879b17986afa6e3fb720e9ab017d2e2fb7df7ea74a9562d
SHA512: 7e6d0591bf518567dc1fdc7ca07c9ca8d75540b20f8ef334c6def3d260dcc73193ab5f0d574b3e0d10c5b3cdd7728a42d30fffa1f597c29d6a7a7beccb6bb5d1
Description: debug symbols for slapd
Auto-Built-Package: debug-symbols
Build-Ids: 01edbd90c7be9083c7fa8e1f213c1778a3c29317 0e3dfcc991c517c58d9d881342d864b9757bf01c 118a9bdbb468276c805099d8ca530f833011ccfd 1566e8799b8cbcff06f485b23e05fd78101f2e67 23ddf4f077d22e3a427a29b9d04aaa62c3c5576e 2e04b42071c787cf5a05a83bf1bc5b9b1fed3a35 415fea754ea1f866d0215ca73d976eae58213326 4b0620bf4ec055f9090f50677972ca31a6cdd952 4dbbc2f8bef15d7e962aff42d1615e5a7c73a544 53601a7cf17e441ae85ed9e6875e07ee98da7aea 56d06724a6c6686b8aa83f87b325cb8878d19781 5a9ffd26fed99539ed7ec2dee07a8abc845df14f 5b8bffffcb5cf23472cd12d83ac0724a8f18b15a 6309f08e5bbcecf2db2eea8b4945a001b4a47bf3 6692c49ce600dca1c4af5b6278c7075048b0c110 6c16b7d4f6371e43c99d7c7870bd754eb4a611b4 74e565af9198088f40f9bf6a22476f122e5035bf 7b884cf4c3bf518961cbabf2e0d6813a065e93c5 8207e5bc8a08df8775a6eed81d9991b49f77e6e6 83666105df4b83f5c37b5c5875c9a4ace269a9d5 85aea6751b0edd1094169703be19fa42b0aa0514 89ee00ef0fb384b0f198a42ac4583e98ff877551 8cd9ff6d0bb9f4e53161262d89ab9ef93c7f255c 8e989c0b1dfefe5c58db74de9437b7351db0760c 8f41416e4ea28044bc5bcc67ed7f80627f0daed7 92ac9da0f6b5b73a39795f3c149e75e196d5beac 9904ec276093812ab27324c2bc503848082ac338 9a27619ae9c52a454c95d596aeee153c36bfc03c 9a2cada815ee983b71ad7b2ed04eabb3f47a1b39 9c89fc6905807061e8c91b13612868b5a3c0bead a7d4bf4b2157badf56bd2088b5fccbd3495b8080 ab91ab2bc9aaafdc72a1f39da96713f00433db33 accea23509a89bebdbaceb1e2eddec6671fd6fff acde9b73223e43d226224ee41244afb178d8309e aeb86d7163778015320e1f9ce0225a640e3b4cc5 b3de974a4cbdb9bee8bfbca5577715a5852cbee1 b58c2414afe8344042b31700da00630d14f6056b d302b78442317426f4800ba55e891c43a57691c7 e8f375d0d37ff046d18b9f92f062dd2bb60c0859 fd779ed8fc31fdb42081760cb23eece6c52207a9

Package: slapd-smbk5pwd
Priority: optional
Section: oldlibs
Installed-Size: 89
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: all
Source: openldap
Version: 2.5.13+dfsg-5+apertis1bv2024dev3b1
Depends: slapd-contrib
Breaks: slapd (<< 2.4.47+dfsg-2~)
Filename: pool/target/o/openldap/slapd-smbk5pwd_2.5.13+dfsg-5+apertis1bv2024dev3b1_all.deb
Size: 31440
MD5sum: 2c10c488b32fdbabe98b43c1b3636491
SHA1: c86d3be9903464a76f129173ff3bb13ecff91e19
SHA256: 2e5890d5482bdeab7062295260fc255f9470987b0c944d60ab5bc824b4fad384
SHA512: ab7d835cfd9ca3a2cc2df9b4286f55003b8ddd1ae56aeb1850dad275177255f6a4b66c99cbed0e2b6a259172d408c4216f347a442b815b7ce41d0faf4558fe75
Description: transitional package for slapd-contrib
 This is a transitional package from slapd-smbk5pwd to slapd-contrib. It can be
 safely removed.
Homepage: https://www.openldap.org/

Package: slapi-dev
Priority: optional
Section: libdevel
Installed-Size: 131
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: arm64
Source: openldap
Version: 2.5.13+dfsg-5+apertis1bv2024dev3b1
Depends: slapd (= 2.5.13+dfsg-5+apertis1bv2024dev3b1)
Filename: pool/target/o/openldap/slapi-dev_2.5.13+dfsg-5+apertis1bv2024dev3b1_arm64.deb
Size: 38948
MD5sum: 50796b5da7a70d1eb0657e705841d9a6
SHA1: fe519f19b1e9d05504042f1183e158b6e0ec84da
SHA256: e7062cecf95a3a211a6c1cb697669978ece57801f547e2053f7fd98d7f2b42ae
SHA512: aaba2886b1dbeea774c82ef2fdca915193e4f56a5d68cf8a624a3761920ac968aebe48c4e5a2669f1dc260c419f28953f25687e5b3f396dc7026d8ffbd7bf086
Description: development libraries for OpenLDAP SLAPI plugin interface
 This package allows development of plugins for the OpenLDAP slapd server
 using the SLAPI interface.  It includes the headers and libraries needed
 to build such plugins.
Homepage: https://www.openldap.org/

Package: slsh
Priority: optional
Section: interpreters
Installed-Size: 804
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libslang2 (>= 2.3.0), libslang2-modules (= 2.3.3-3+apertis0bv2024dev3b1)
Filename: pool/target/s/slang2/slsh_2.3.3-3+apertis0bv2024dev3b1_arm64.deb
Size: 205916
MD5sum: 1604a26b6a49d30b82e06246f54d00ce
SHA1: fdbc052a1136818c83a18e45c2074ae054b5978c
SHA256: af5642f9e33d735e37c17713372a6b55776309ac943ec00886578f93a998fc86
SHA512: 95e9f469b3022801bbaad05a79a63f8cb05315136d064196f662d2c217fbbdccceb113659972c355ed858756e073a0d67c92ba9becfc4b0686f1ff467c3867cf
Description: Interpreter for S-Lang language
 S-Lang is a C programmer's library that includes routines for the rapid
 development of sophisticated, user friendly, multi-platform applications.
 .
 This package contains a stand-alone interpreter for scripts written
 in the S-Lang language.
Built-Using: unicode-data (= 15.0.0-1+apertis0bv2024dev2b1)
Homepage: http://www.jedsoft.org/slang/
Multi-Arch: foreign

Package: slsh-dbgsym
Priority: optional
Section: debug
Installed-Size: 36
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: slang2
Version: 2.3.3-3+apertis0bv2024dev3b1
Depends: slsh (= 2.3.3-3+apertis0bv2024dev3b1)
Filename: pool/target/s/slang2/slsh-dbgsym_2.3.3-3+apertis0bv2024dev3b1_arm64.deb
Size: 14380
MD5sum: aa8db60d7c39870d599365c9df3793d5
SHA1: 16cefa6b5815df9b2d688487021d4e8dd0354b98
SHA256: 23ff59b87f751bc58e0910ae633b4f95e2722384777dbe7752ef95bdf1304d91
SHA512: 17453a1dfcba5f94dd9857291d247df425104d32ec6f8183a9fb6ba183e588f0775032494085d4bb8e2345f4403782b561c1c98a4cad6e37a396e0c3cccaae17
Description: debug symbols for slsh
Auto-Built-Package: debug-symbols
Build-Ids: f05f92e30f303569d47f3d51e974547c827e6733

Package: sndfile-programs
Priority: optional
Section: utils
Installed-Size: 715
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsndfile
Version: 1.2.0-1+apertis1bv2024dev3b1
Depends: libasound2 (>= 1.0.16), libc6 (>= 2.34), libsndfile1 (>= 1.0.20)
Recommends: sndfile-tools
Filename: pool/target/libs/libsndfile/sndfile-programs_1.2.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 48132
MD5sum: e5b93305a49a2181d6ea948e64109d73
SHA1: 0f81b5b2da49841b841f65e0925426989c1015b2
SHA256: a10276f18b272f415f5f687465363e89cdaaa11fd130b7ed79ade691733b115a
SHA512: 96cf98541b25e6c7f08fe66ac1342c5c0c42d1b555f673cb08f28f9abd932f3702ee02712d6b3cf1d086036bdea05dbe21d42e2b7bae67e453afb4e55f20c545
Description: Sample programs that use libsndfile
 This package contains simple programs which use libsndfile for operating on
 sound files.
 .
 Programs include:
   - sndfile-cmp : compare the audio data of two files
   - sndfile-concat : concatenate two or more files
   - sndfile-convert : convert between sound file formats
   - sndfile-info : print information about files
   - sndfile-metadata-get/set : get and set file metadata
   - sndfile-play : play a sound file
Homepage: http://www.mega-nerd.com/libsndfile/

Package: sndfile-programs-dbgsym
Priority: optional
Section: debug
Installed-Size: 259
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libsndfile
Version: 1.2.0-1+apertis1bv2024dev3b1
Depends: sndfile-programs (= 1.2.0-1+apertis1bv2024dev3b1)
Filename: pool/target/libs/libsndfile/sndfile-programs-dbgsym_1.2.0-1+apertis1bv2024dev3b1_arm64.deb
Size: 155224
MD5sum: 36f9d1aefa8e67e160444b5f17f23958
SHA1: 58b6406aa5df10a103381459fe61d81b4364745c
SHA256: b08a521f2d0a0fb70e66e925fe769720764ce4f819c6b5ef2a58bcf1a11f57fb
SHA512: ccb1a6fc00d0d4975cb18adf37c89b059334b85449d014fdcd82f668bca46a0ed455519211425e1b0757082b2016a9095269ef1916436b952d39915d373c0ecd
Description: debug symbols for sndfile-programs
Auto-Built-Package: debug-symbols
Build-Ids: 0b1fa85d0dd2b17b2b8ca9df31bae47a0617d7eb 1dcc1cddf08a98f55008c86230a396a22a43915f 2ef2c7d4bcf6197480c195dd13191024dd8a8b76 3e92dc2c9533f92f6ececcae3e371e7ee10e90aa 7c595c7205d7f4d95757df5c4c5c7f8588fe9ce3 9cbdac9e50b99c90d5cb3679ea9bee6861a58d0a a8512fbc9e0ba534b55d3050b3e8de92eb62916f c46585efb585fa2fde73775297a3ef0cc57acfa4 eb3dfafbfb95ba91d50005ff29aa8bdc01cea4b6 f337cc9a7cba8811a3fa92fd4b5179f9f70a57f3

Package: sordi
Priority: optional
Section: text
Installed-Size: 153
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: sord
Version: 0.16.14+git221008-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libpcre2-8-0 (>= 10.22), libserd-0-0 (>= 0.30), libsord-0-0 (>= 0.12.0~dfsg0)
Filename: pool/target/s/sord/sordi_0.16.14+git221008-1+apertis0bv2024dev2b1_arm64.deb
Size: 17300
MD5sum: b31b636f108543872110f066da43db02
SHA1: 28ad3e6dfa8ef20ef7e04b2d3ca28c9b87b3591f
SHA256: ed7c9ef21aaa5fb744231291f9785c3effe74ae910c25b53b33e7484e4a119de
SHA512: 2026bc2be5bc7e79bbcdd6a03fc10204afc695a0681c67c323d421e31a565f99b30c0cf901d52145f8ead2233e348b2fa0d6023449bb34bd96138f954d71c291
Description: library for storing RDF data in memory - utilities
 Sord is a lightweight C library for storing Resource
 Description Framework (RDF) data in memory.
 .
 This package provides the 'sordi' and 'sord_validate' utilities.
Homepage: https://drobilla.net/software/sord.html

Package: sordi-dbgsym
Priority: optional
Section: debug
Installed-Size: 53
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: sord
Version: 0.16.14+git221008-1+apertis0bv2024dev2b1
Depends: sordi (= 0.16.14+git221008-1+apertis0bv2024dev2b1)
Filename: pool/target/s/sord/sordi-dbgsym_0.16.14+git221008-1+apertis0bv2024dev2b1_arm64.deb
Size: 26676
MD5sum: 1443bbda02da6d1258e89ea771d9d672
SHA1: 666458f345dae182a7ae6260b7f1b926b78e1789
SHA256: 8c890a6e9145d79cb6f82116ee389e9475994d4717d66a1c4e4c7b29e7ff4754
SHA512: 26c090a5134d4217e120c4e6d77f60c26db00b6e3e50ef4161125da97b66c458b6203899dcb8ff092b61161a2871994d2d4158e31b5d5e426cac318d4089631a
Description: debug symbols for sordi
Auto-Built-Package: debug-symbols
Build-Ids: 5622523a15e6d0761b8d806e9b98b810da9c7746 ec503e3c18ee149e5929a79b21e64125705e7dab

Package: sound-theme-freedesktop
Priority: optional
Section: sound
Installed-Size: 535
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Version: 0.8-2+apertis1bv2024dev2b1
Filename: pool/target/s/sound-theme-freedesktop/sound-theme-freedesktop_0.8-2+apertis1bv2024dev2b1_all.deb
Size: 383108
MD5sum: 6f65ac82eb058f86ab28a385e3bf2584
SHA1: 0404b13ec8dba8f77d00475d8a88cc8e7ced4551
SHA256: aea17d8a7c013763512db12d0fbf9d9a669afaa05e863c8c988d01d8a9882312
SHA512: f82b2de16f75663684fac5aca2b2e4565c6fb9eb1c884ce1740aa7d54a5bda88e94c1806ed1ae5649db52ca21d4468c1c50403df95be0246e02bb926b233e7ab
Description: freedesktop.org sound theme
 The default freedesktop.org sound theme following the XDG theming
 specification. It contains a full set of sounds for different
 desktop events.
 .
 These sounds come from various sources: KDE, Ekiga, Pidgin/Purple, ALSA.
Homepage: https://www.freedesktop.org/wiki/Specifications/sound-theme-spec/
Multi-Arch: foreign

Package: speex
Priority: optional
Section: sound
Installed-Size: 156
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Version: 1.2.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libogg0 (>= 1.1.0), libspeex1 (>= 1.2~)
Suggests: speex-doc
Filename: pool/target/s/speex/speex_1.2.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 24760
MD5sum: b9b96d67148e490783509f407f6729f8
SHA1: f3aa004879c0bb873a519b5d43532cdafac4faac
SHA256: 4b97dcc0f0a4264605cf5880232c27b3cca02cf3434ad90507a2dff302ac57dd
SHA512: 0e5ce6f10f112b132e43328030fbada5dda21dff4302f05f39f347b2c9e38a7c716284b753acc96f5b840fe12c61b7020dc717660dccb2658b4a749dddf25a0b
Description: The Speex codec command line tools
 Speex is an audio codec especially designed for compressing voice at low
 bit-rates for applications such as voice over IP (VoIP). In some senses,
 it is meant to be complementary to the Vorbis codec which places a greater
 emphasis on high-quality music reproduction.
 .
 This package contains the encoder and decoder command-line applications.
Homepage: https://www.speex.org/

Package: speex-dbgsym
Priority: optional
Section: debug
Installed-Size: 78
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: speex
Version: 1.2.1-2+apertis0bv2024dev3b1
Replaces: libspeex-dbg (<< 1.2~rc1.2-2~)
Depends: speex (= 1.2.1-2+apertis0bv2024dev3b1)
Breaks: libspeex-dbg (<< 1.2~rc1.2-2~)
Filename: pool/target/s/speex/speex-dbgsym_1.2.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 49912
MD5sum: 182b20738e8c652d3e9246db6a30af35
SHA1: ca27a215bd0d129b853075540d2a432546af13af
SHA256: feea03545bd74ce02d32c3e4646ee73b82b1ffd7d42908d40704b892ce4e8ad4
SHA512: 0a1bfddff97c80d87041edc767ed8118b6a999af556419930f224a2c43821518f93d13eae9a5876a1706aefd770e96cbd9e8c6dd2fc30ff49369d4bc605ebc39
Description: debug symbols for speex
Auto-Built-Package: debug-symbols
Build-Ids: 8e3747f42cf05b91f7f8a5631fabee306b81dadc eb34e84ebdd8fc90af51658d96d9ec3515e39fdc

Package: speex-doc
Priority: optional
Section: doc
Installed-Size: 421
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: all
Source: speex
Version: 1.2.1-2+apertis0bv2024dev3b1
Suggests: speex
Filename: pool/target/s/speex/speex-doc_1.2.1-2+apertis0bv2024dev3b1_all.deb
Size: 419864
MD5sum: 1de53019eae749bf04b29a17e0cf8fd1
SHA1: aa80287b88bb51f6613ed6dfcaf69a960a91aea2
SHA256: 2a365b267082582affa819167c6f3f279091028c1fc7041f325f2a0f2d7c7ca9
SHA512: 8dcfdca083a1c68f9b10920bbb6ccdeaf3f15689e736fb3bada315476cca25bd0d2397fd321d54b00be44135f1f82ca198d86378f4d3381756bebfaea49810d9
Description: Documentation for speex
 Speex is an audio codec especially designed for compressing voice at low
 bit-rates for applications such as voice over IP (VoIP). In some senses,
 it is meant to be complementary to the Vorbis codec which places a greater
 emphasis on high-quality music reproduction.
 .
 This package contains the Speex documentation.
Homepage: https://www.speex.org/
Multi-Arch: foreign

Package: sq
Priority: optional
Section: utils
Installed-Size: 8963
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-sq
Version: 0.27.0-2+apertis1bv2024dev3b1
Replaces: ispell (<< 3.4.00-6.1~)
Depends: libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libhogweed6, libnettle8, libssl3 (>= 3.0.0)
Breaks: ispell (<< 3.4.00-6.1~)
Filename: pool/target/r/rust-sequoia-sq/sq_0.27.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 2257404
MD5sum: 22389fd34a660aa80fb5a73fbdbd5b2a
SHA1: 770a6aca25504a7234a1dfd42dc4144855a24f72
SHA256: 14153bcc85a67d524b8c5cab149db12d77041e121ff049c143620f8f4b9a3735
SHA512: cf81a1e4a6fcefb5ba33b728c4ccea94c07ce02288c3134cd7c2c15c5e6cc1cd8795c57177bb919388dd543ba9e618ded75f4238519d22892e4cdc451e7c1891
Description: OpenPGP command-line tool from Sequoia
 sq is a command-line interface for OpenPGP, structured using
 subcommands and implemented in Rust.
 .
 Subcommands include: help, decrypt, encrypt, sign, verify, armor,
 dearmor, autocrypt, inspect, key, keyring, certify, packet.
 .
 It offers modern cryptographic algorithms by default, like Ed25519 and
 Curve25519.
 .
 The tool offers both message handling (encryption, decryption,
 signing, and verification), and key and certificate management (key
 generation, certificate maintenance, and certification), and is
 interoperable with other major OpenPGP implementations like GnuPG
 (gpg).
 .
 WARNING: sq does not have a stable CLI interface yet.  Use with
 caution in scripts.
 This package contains the following binaries built from the Rust crate
 "sequoia-sq":
  - sq
Built-Using: rust-ahash (= 0.7.6-7+apertis1bv2024dev2b1), rust-buffered-reader (= 1.1.4-1+apertis0bv2024dev2b1), rust-nettle (= 7.1.0-1+apertis1bv2024dev2b2), rust-nettle-sys (= 2.1.0-2+apertis1bv2024dev2b1), rust-sequoia-autocrypt (= 0.24.0-1+apertis0bv2024dev2b1), rust-sequoia-net (= 0.25.0-2+apertis2bv2024dev2b1), rust-sequoia-openpgp (= 1.12.0-2+apertis0bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)
Homepage: https://sequoia-pgp.org/
Multi-Arch: allowed
X-Cargo-Built-Using: rust-adler (= 1.0.2-2+apertis0bv2024dev2b1), rust-ahash (= 0.7.6-7+apertis1bv2024dev2b1), rust-aho-corasick (= 0.7.19-1+apertis0bv2024dev2b1), rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-anyhow (= 1.0.69-1+apertis1bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-base64 (= 0.13.0-1+apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-3+apertis0bv2024dev2b1), rust-buffered-reader (= 1.1.4-1+apertis0bv2024dev2b1), rust-bytes (= 1.2.1-1+apertis0bv2024dev2b1), rust-bzip2 (= 0.4.4-1+apertis0bv2024dev2b1), rust-bzip2-sys (= 0.1.11-1+apertis0bv2024dev2b1), rust-cfg-if (= 1.0.0-1apertis0bv2024dev2b1), rust-chrono (= 0.4.23-2+apertis0bv2024dev2b1), rust-clap-2 (= 2.34.0-3+apertis0bv2024dev2b1), rust-clap-3 (= 3.2.23-4+apertis0bv2024dev2b1), rust-clap-lex (= 0.3.0-1+apertis0bv2024dev2b1), rust-crc32fast (= 1.3.2-2+apertis0bv2024dev2b1), rust-dyn-clone (= 1.0.2-1+apertis2bv2024dev2b1), rust-either (= 1.6.1-1+apertis0bv2024dev2b1), rust-fastrand (= 1.8.0-1+apertis0bv2024dev2b1), rust-flate2 (= 1.0.25-1+apertis0bv2024dev2b1), rust-fnv (= 1.0.7-1+apertis0bv2024dev2b1), rust-foreign-types-0.3 (= 0.3.2-1+apertis0bv2024dev2b1), rust-foreign-types-shared-0.1 (= 0.1.1-1+apertis0bv2024dev2b1), rust-form-urlencoded (= 1.1.0-1+apertis0bv2024dev2b1), rust-futures-channel (= 0.3.21-1+apertis0bv2024dev2b1), rust-futures-core (= 0.3.21-1+apertis0bv2024dev2b1), rust-futures-sink (= 0.3.21-1+apertis0bv2024dev2b1), rust-futures-task (= 0.3.21-1+apertis0bv2024dev2b1), rust-futures-util (= 0.3.21-1+apertis0bv2024dev2b1), rust-generic-array (= 0.14.4-1+apertis0bv2024dev2b1), rust-getrandom (= 0.2.8-1+apertis0bv2024dev2b1), rust-h2 (= 0.3.13-2+apertis0bv2024dev2b1), rust-hashbrown (= 0.12.3-1+apertis0bv2024dev2b1), rust-http-body (= 0.4.5-1+apertis0bv2024dev2b1), rust-http (= 0.2.7-1+apertis0bv2024dev2b1), rust-httparse (= 1.8.0-1+apertis0bv2024dev2b1), rust-httpdate (= 1.0.2-1+apertis0bv2024dev2b1), rust-hyper (= 0.14.19-1+apertis0bv2024dev2b1), rust-hyper-tls (= 0.5.0-1+apertis1bv2024dev2b1), rust-iana-time-zone (= 0.1.53-1+apertis0bv2024dev2b1), rust-idna (= 0.3.0-1+apertis0bv2024dev2b1), rust-indexmap (= 1.9.2-1+apertis0bv2024dev2b1), rust-io-lifetimes (= 0.7.2-3+apertis0bv2024dev2b1), rust-itertools (= 0.10.3-1+apertis0bv2024dev2b1), rust-itoa (= 1.0.1-2+apertis0bv2024dev2b1), rust-lalrpop-util (= 0.19.8-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-linux-raw-sys (= 0.0.46-3+apertis0bv2024dev2b1), rust-log (= 0.4.17-3+apertis0bv2024dev2b1), rust-memchr (= 2.5.0-1+apertis0bv2024dev2b1), rust-memsec (= 0.5.7-4+apertis0bv2024dev2b1), rust-miniz-oxide (= 0.6.2-1+apertis0bv2024dev2b1), rust-mio (= 0.8.4-1+apertis0bv2024dev2b1), rust-native-tls (= 0.2.11-1+apertis0bv2024dev2b1), rust-nettle (= 7.1.0-1+apertis1bv2024dev2b2), rust-nettle-sys (= 2.1.0-2+apertis1bv2024dev2b1), rust-num-integer (= 0.1.44-1+apertis0bv2024dev2b1), rust-num-traits (= 0.2.15-1+apertis0bv2024dev2b1), rust-once-cell (= 1.17.0-1+apertis0bv2024dev2b1), rust-openssl (= 0.10.45-1+apertis0bv2024dev2b1), rust-openssl-probe (= 0.1.2-1+apertis0bv2024dev2b1), rust-openssl-sys (= 0.9.80-1+apertis0bv2024dev2b1), rust-os-str-bytes (= 6.0.0-1+apertis0bv2024dev2b1), rust-percent-encoding (= 2.2.0-1+apertis0bv2024dev2b1), rust-pin-project-lite (= 0.2.9-1+apertis0bv2024dev2b1), rust-pin-utils (= 0.1.0-1+apertis0bv2024dev2b1), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1+apertis0bv2024dev2b1), rust-remove-dir-all (= 0.7.0-1+apertis0bv2024dev2b1), rust-rpassword (= 6.0.1-1+apertis0bv2024dev2b1), rust-rustix (= 0.35.12-1+apertis0bv2024dev2b1), rust-ryu (= 1.0.2-1apertis0bv2024dev2b1), rust-sequoia-autocrypt (= 0.24.0-1+apertis0bv2024dev2b1), rust-sequoia-net (= 0.25.0-2+apertis2bv2024dev2b1), rust-sequoia-openpgp (= 1.12.0-2+apertis0bv2024dev2b1), rust-serde (= 1.0.152-2+apertis0bv2024dev2b1), rust-serde-json (= 1.0.87-1+apertis0bv2024dev2b1), rust-sha1collisiondetection (= 0.2.6-1+apertis0bv2024dev2b1), rust-slab (= 0.4.4-1+apertis0bv2024dev2b1), rust-smallvec (= 1.9.0-1+apertis0bv2024dev2b1), rust-smawk (= 0.3.1-2+apertis0bv2024dev2b1), rust-socket2 (= 0.4.4-1+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-structopt (= 0.3.26-2+apertis0bv2024dev2b1), rust-tempfile (= 3.3.0-1+apertis0bv2024dev2b1), rust-term-size (= 0.3.1-2+apertis0bv2024dev2b1), rust-termcolor (= 1.1.2-1+apertis0bv2024dev2b1), rust-terminal-size (= 0.2.1-3+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-thiserror (= 1.0.38-1+apertis0bv2024dev2b1), rust-tokio (= 1.24.2-1+apertis0bv2024dev2b1), rust-tokio-native-tls (= 0.3.0-1+apertis1bv2024dev2b1), rust-tokio-util (= 0.7.3-2+apertis0bv2024dev2b1), rust-tower-service (= 0.3.2-1+apertis0bv2024dev2b1), rust-tracing-core (= 0.1.30-1+apertis0bv2024dev2b1), rust-tracing (= 0.1.37-1+apertis0bv2024dev2b1), rust-try-lock (= 0.2.2-2+apertis0bv2024dev2b1), rust-typenum (= 1.16.0-2+apertis0bv2024dev2b1), rust-unicode-bidi (= 0.3.8-2+apertis0bv2024dev2b1), rust-unicode-linebreak (= 0.1.4-1+apertis0bv2024dev2b1), rust-unicode-normalization (= 0.1.22-1+apertis0bv2024dev2b1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-url (= 2.3.1-1+apertis0bv2024dev2b1), rust-vec-map (= 0.8.1-2co1bv2024dev2b1), rust-want (= 0.3.0-1+apertis0bv2024dev2b1), rust-xxhash-rust (= 0.8.5-3+apertis1bv2024dev2b1), rust-z-base-32 (= 0.1.2-1+apertis1bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: sq-dbgsym
Priority: optional
Section: debug
Installed-Size: 27466
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-sq
Version: 0.27.0-2+apertis1bv2024dev3b1
Depends: sq (= 0.27.0-2+apertis1bv2024dev3b1)
Filename: pool/target/r/rust-sequoia-sq/sq-dbgsym_0.27.0-2+apertis1bv2024dev3b1_arm64.deb
Size: 23748736
MD5sum: dc38bd700632a1aad1dcf2a2951ff822
SHA1: 560cdc6457ccb1196c6550d394b1080e27a8d459
SHA256: f06391d076a8c5de95a440c039f4846a3aff5290491452c1f7c50fbedbd82912
SHA512: 8bf58275f35ad2c4226985c49a44b666b70d3e028405ebff3e8c338144d30e9e5af6a9d396e9a073e488434de8898a5f28f76084fc8f28a02eeb592fe73fe20a
Description: debug symbols for sq
Auto-Built-Package: debug-symbols
Build-Ids: c40165d4836196e1056eacc8bf15f195cc5db41f
X-Cargo-Built-Using: rust-adler (= 1.0.2-2+apertis0bv2024dev2b1), rust-ahash (= 0.7.6-7+apertis1bv2024dev2b1), rust-aho-corasick (= 0.7.19-1+apertis0bv2024dev2b1), rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-anyhow (= 1.0.69-1+apertis1bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-base64 (= 0.13.0-1+apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-3+apertis0bv2024dev2b1), rust-buffered-reader (= 1.1.4-1+apertis0bv2024dev2b1), rust-bytes (= 1.2.1-1+apertis0bv2024dev2b1), rust-bzip2 (= 0.4.4-1+apertis0bv2024dev2b1), rust-bzip2-sys (= 0.1.11-1+apertis0bv2024dev2b1), rust-cfg-if (= 1.0.0-1apertis0bv2024dev2b1), rust-chrono (= 0.4.23-2+apertis0bv2024dev2b1), rust-clap-2 (= 2.34.0-3+apertis0bv2024dev2b1), rust-clap-3 (= 3.2.23-4+apertis0bv2024dev2b1), rust-clap-lex (= 0.3.0-1+apertis0bv2024dev2b1), rust-crc32fast (= 1.3.2-2+apertis0bv2024dev2b1), rust-dyn-clone (= 1.0.2-1+apertis2bv2024dev2b1), rust-either (= 1.6.1-1+apertis0bv2024dev2b1), rust-fastrand (= 1.8.0-1+apertis0bv2024dev2b1), rust-flate2 (= 1.0.25-1+apertis0bv2024dev2b1), rust-fnv (= 1.0.7-1+apertis0bv2024dev2b1), rust-foreign-types-0.3 (= 0.3.2-1+apertis0bv2024dev2b1), rust-foreign-types-shared-0.1 (= 0.1.1-1+apertis0bv2024dev2b1), rust-form-urlencoded (= 1.1.0-1+apertis0bv2024dev2b1), rust-futures-channel (= 0.3.21-1+apertis0bv2024dev2b1), rust-futures-core (= 0.3.21-1+apertis0bv2024dev2b1), rust-futures-sink (= 0.3.21-1+apertis0bv2024dev2b1), rust-futures-task (= 0.3.21-1+apertis0bv2024dev2b1), rust-futures-util (= 0.3.21-1+apertis0bv2024dev2b1), rust-generic-array (= 0.14.4-1+apertis0bv2024dev2b1), rust-getrandom (= 0.2.8-1+apertis0bv2024dev2b1), rust-h2 (= 0.3.13-2+apertis0bv2024dev2b1), rust-hashbrown (= 0.12.3-1+apertis0bv2024dev2b1), rust-http-body (= 0.4.5-1+apertis0bv2024dev2b1), rust-http (= 0.2.7-1+apertis0bv2024dev2b1), rust-httparse (= 1.8.0-1+apertis0bv2024dev2b1), rust-httpdate (= 1.0.2-1+apertis0bv2024dev2b1), rust-hyper (= 0.14.19-1+apertis0bv2024dev2b1), rust-hyper-tls (= 0.5.0-1+apertis1bv2024dev2b1), rust-iana-time-zone (= 0.1.53-1+apertis0bv2024dev2b1), rust-idna (= 0.3.0-1+apertis0bv2024dev2b1), rust-indexmap (= 1.9.2-1+apertis0bv2024dev2b1), rust-io-lifetimes (= 0.7.2-3+apertis0bv2024dev2b1), rust-itertools (= 0.10.3-1+apertis0bv2024dev2b1), rust-itoa (= 1.0.1-2+apertis0bv2024dev2b1), rust-lalrpop-util (= 0.19.8-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-linux-raw-sys (= 0.0.46-3+apertis0bv2024dev2b1), rust-log (= 0.4.17-3+apertis0bv2024dev2b1), rust-memchr (= 2.5.0-1+apertis0bv2024dev2b1), rust-memsec (= 0.5.7-4+apertis0bv2024dev2b1), rust-miniz-oxide (= 0.6.2-1+apertis0bv2024dev2b1), rust-mio (= 0.8.4-1+apertis0bv2024dev2b1), rust-native-tls (= 0.2.11-1+apertis0bv2024dev2b1), rust-nettle (= 7.1.0-1+apertis1bv2024dev2b2), rust-nettle-sys (= 2.1.0-2+apertis1bv2024dev2b1), rust-num-integer (= 0.1.44-1+apertis0bv2024dev2b1), rust-num-traits (= 0.2.15-1+apertis0bv2024dev2b1), rust-once-cell (= 1.17.0-1+apertis0bv2024dev2b1), rust-openssl (= 0.10.45-1+apertis0bv2024dev2b1), rust-openssl-probe (= 0.1.2-1+apertis0bv2024dev2b1), rust-openssl-sys (= 0.9.80-1+apertis0bv2024dev2b1), rust-os-str-bytes (= 6.0.0-1+apertis0bv2024dev2b1), rust-percent-encoding (= 2.2.0-1+apertis0bv2024dev2b1), rust-pin-project-lite (= 0.2.9-1+apertis0bv2024dev2b1), rust-pin-utils (= 0.1.0-1+apertis0bv2024dev2b1), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1+apertis0bv2024dev2b1), rust-remove-dir-all (= 0.7.0-1+apertis0bv2024dev2b1), rust-rpassword (= 6.0.1-1+apertis0bv2024dev2b1), rust-rustix (= 0.35.12-1+apertis0bv2024dev2b1), rust-ryu (= 1.0.2-1apertis0bv2024dev2b1), rust-sequoia-autocrypt (= 0.24.0-1+apertis0bv2024dev2b1), rust-sequoia-net (= 0.25.0-2+apertis2bv2024dev2b1), rust-sequoia-openpgp (= 1.12.0-2+apertis0bv2024dev2b1), rust-serde (= 1.0.152-2+apertis0bv2024dev2b1), rust-serde-json (= 1.0.87-1+apertis0bv2024dev2b1), rust-sha1collisiondetection (= 0.2.6-1+apertis0bv2024dev2b1), rust-slab (= 0.4.4-1+apertis0bv2024dev2b1), rust-smallvec (= 1.9.0-1+apertis0bv2024dev2b1), rust-smawk (= 0.3.1-2+apertis0bv2024dev2b1), rust-socket2 (= 0.4.4-1+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-structopt (= 0.3.26-2+apertis0bv2024dev2b1), rust-tempfile (= 3.3.0-1+apertis0bv2024dev2b1), rust-term-size (= 0.3.1-2+apertis0bv2024dev2b1), rust-termcolor (= 1.1.2-1+apertis0bv2024dev2b1), rust-terminal-size (= 0.2.1-3+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-thiserror (= 1.0.38-1+apertis0bv2024dev2b1), rust-tokio (= 1.24.2-1+apertis0bv2024dev2b1), rust-tokio-native-tls (= 0.3.0-1+apertis1bv2024dev2b1), rust-tokio-util (= 0.7.3-2+apertis0bv2024dev2b1), rust-tower-service (= 0.3.2-1+apertis0bv2024dev2b1), rust-tracing-core (= 0.1.30-1+apertis0bv2024dev2b1), rust-tracing (= 0.1.37-1+apertis0bv2024dev2b1), rust-try-lock (= 0.2.2-2+apertis0bv2024dev2b1), rust-typenum (= 1.16.0-2+apertis0bv2024dev2b1), rust-unicode-bidi (= 0.3.8-2+apertis0bv2024dev2b1), rust-unicode-linebreak (= 0.1.4-1+apertis0bv2024dev2b1), rust-unicode-normalization (= 0.1.22-1+apertis0bv2024dev2b1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-url (= 2.3.1-1+apertis0bv2024dev2b1), rust-vec-map (= 0.8.1-2co1bv2024dev2b1), rust-want (= 0.3.0-1+apertis0bv2024dev2b1), rust-xxhash-rust (= 0.8.5-3+apertis1bv2024dev2b1), rust-z-base-32 (= 0.1.2-1+apertis1bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: sqlite3
Priority: optional
Section: database
Installed-Size: 598
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libreadline8 (>= 6.0), libsqlite3-0 (= 3.40.1-2+apertis0bv2024dev3b1), zlib1g (>= 1:1.2.0)
Suggests: sqlite3-doc
Filename: pool/target/s/sqlite3/sqlite3_3.40.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 381776
MD5sum: c83380e1bfe4d7491b69ddd98566314f
SHA1: 7ec8df1902fe8106c19a531582f2c2d162ec3d8c
SHA256: bab1ed174ba894edda1dce3ad0ec8a13a64a5f491687818de8793514347be7bd
SHA512: 4eabcadae309f7aa8ab4137442e6c67411471a4c2aa7017ece818a48e2647380abeb1b87887ab6b9561f3cd76822c13f1e6337eb6b8a33b41044ca096a2b997a
Description: Command line interface for SQLite 3
 SQLite is a C library that implements an SQL database engine.
 Programs that link with the SQLite library can have SQL database
 access without running a separate RDBMS process.
Homepage: https://www.sqlite.org/
Multi-Arch: foreign

Package: sqlite3-dbgsym
Priority: optional
Section: debug
Installed-Size: 384
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: sqlite3 (= 3.40.1-2+apertis0bv2024dev3b1)
Filename: pool/target/s/sqlite3/sqlite3-dbgsym_3.40.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 359360
MD5sum: 6e20488a497903c0bcc4ea71a617ec65
SHA1: 15bd37fa133400e7edfc03ac7489e2824405b50a
SHA256: 7a00e966538d3352020a884101675d2b05484f2994dbe85685b8d2ca003956cf
SHA512: ca209da7dac0e52d13811a36098bb7479b8c4d81a315fa77c0137723b68d5c90bf7835a75257a50143d411e7b1ddd4e42f22d28ac19f1c418b90c083ea6c3c48
Description: debug symbols for sqlite3
Auto-Built-Package: debug-symbols
Build-Ids: 81edb03fd47f198554cddffa769bc17aa4071ce5

Package: sqlite3-doc
Priority: optional
Section: doc
Installed-Size: 28055
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: all
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Recommends: sqlite3
Filename: pool/target/s/sqlite3/sqlite3-doc_3.40.1-2+apertis0bv2024dev3b1_all.deb
Size: 7570508
MD5sum: 13a7d1e5bdb2d57b84b42bceb15f44f5
SHA1: 7bd6e84fb914d99cfffc8d2cbac6f83a20cb5235
SHA256: 89f20383c14899f261e9605eb5ea911433ad8683e243c2040560ac7e3d1dcaf4
SHA512: 25e7a33dd7f67e60a013d851075778f35bf3cf73ffcef0c0740cbfa8ccfa4d1583642ee07e46d5e2a0e8bb409de68837709a09fb7c1058c59f58a4a77bdd37e6
Description: SQLite 3 documentation
 SQLite is a C library that implements an SQL database engine.
 Programs that link with the SQLite library can have SQL database
 access without running a separate RDBMS process.
 .
 This package contains the documentation that is also available on
 the SQLite homepage.
Homepage: https://www.sqlite.org/
Multi-Arch: foreign

Package: sqlite3-tools
Priority: optional
Section: database
Installed-Size: 8500
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Replaces: sqlite3 (<< 3.37.0)
Depends: libc6 (>= 2.34), libtcl8.6 (>= 8.6.0)
Suggests: sqlite3-doc
Conflicts: emboss
Breaks: sqlite3 (<< 3.37.0)
Filename: pool/target/s/sqlite3/sqlite3-tools_3.40.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 1318908
MD5sum: 3c978ee4b11d3d30ae1354b468b389bf
SHA1: adf430642fcc5e29f698f53e2fbb893f5a6e7ef3
SHA256: 249c4cfe76b3b2e6d60f65aa05a5fcd9ed4ef6ddd39e17dfd1add256c3be171d
SHA512: 1ab274535ea5d29cbeb2b9e2a7beaf16acbbc7bfac50ff12b0461ea8b97457ca3bff07a72dac3e7035aa81563ad61b7fbf7dadac4668e960317f0dab2aff8cd7
Description: Command line interface for SQLite 3 (tools)
 This package contains various tools such as:
  - showdb
  - showjournal
  - showstat4
  - showwal
  - sqldiff
  - sqlite3_analyzer
Homepage: https://www.sqlite.org/
Multi-Arch: foreign

Package: sqlite3-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 14276
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: sqlite3
Version: 3.40.1-2+apertis0bv2024dev3b1
Depends: sqlite3-tools (= 3.40.1-2+apertis0bv2024dev3b1)
Filename: pool/target/s/sqlite3/sqlite3-tools-dbgsym_3.40.1-2+apertis0bv2024dev3b1_arm64.deb
Size: 13675236
MD5sum: 834b043f5b68459e5c35b550ab01c58a
SHA1: aa015918de7d7a30980e5d7f14589643ae4b1b3f
SHA256: a2b278513d398b17de9c941c98ffae3762455851aa68cad7136f4123596f5b44
SHA512: e23c74c8c703a535ca848326073a8899b285e6b9b10d9cc0418a271acb562625c744d4a46868031cd4920fb8b8fd2af970e921f2b80f34a33f4df5a36de6baa7
Description: debug symbols for sqlite3-tools
Auto-Built-Package: debug-symbols
Build-Ids: 095cda0f4a794d444ad7f32cb288e0feb809cf1b 39dff841c61162dc6d4d3bfc02ba82f022286508 5f8746e50b6d8d28773583a9773bb06190e85f64 94f2e2b681caf34f8d39c53f348bf1479524e958 c91c716d8b5acb9db01beb5431fb440647fc30a7 caf680bc78da37afe99bb0b93be393b61a3bf748

Package: squashfs-tools
Priority: optional
Section: kernel
Installed-Size: 504
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Version: 1:4.5.1-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), liblzo2-2 (>= 2.02), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Filename: pool/target/s/squashfs-tools/squashfs-tools_4.5.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 163880
MD5sum: 1a7cce9b48d81545d85859f7d31f24fc
SHA1: 068c5cbf4dee1728adcf20c40fc3bf78b88a6eee
SHA256: f70db4ccbb74ec9e86914e226e33d66d8bcd518cad6881e8b8d3781ab1cbb523
SHA512: e48cce8c6da1b875611b9f149490d0a90e2775bcf7300d327b0b7de9181fe70d82d69ba8ec9a468778518a107a5332ccb04deab082099e803dcc8f8d345744dd
Description: Tool to create and append to squashfs filesystems
 Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
 compression to compress both files, inodes and directories. Inodes in the
 system are very small and all blocks are packed to minimise data overhead.
 Block sizes greater than 4K are supported up to a maximum of 64K.
 .
 Squashfs is intended for general read-only filesystem use, for archival use
 (i.e. in cases where a .tar.gz file may be used), and in constrained block
 device/memory systems (e.g. embedded systems) where low overhead is needed.
Homepage: https://github.com/plougher/squashfs-tools

Package: squashfs-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 520
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: arm64
Source: squashfs-tools
Version: 1:4.5.1-1+apertis0bv2024dev2b1
Depends: squashfs-tools (= 1:4.5.1-1+apertis0bv2024dev2b1)
Filename: pool/target/s/squashfs-tools/squashfs-tools-dbgsym_4.5.1-1+apertis0bv2024dev2b1_arm64.deb
Size: 461624
MD5sum: 02947a80f0ba20b69d4b92d1ce7fccae
SHA1: 4991a42cbae8252a49a5869ec938f1764c0688b4
SHA256: 33a5dd2c208f28480b46a769e00dde8d1d48993fd6e6a2f699a1c323776b2972
SHA512: b75b89b3a398b8e23d36a55ce8d0e89eaf131e3231998dd1cbc87a8f17a8d9deadf3efa675419193369979ff7d259905616dc1dccf93038ef4871759f91ecb00
Description: debug symbols for squashfs-tools
Auto-Built-Package: debug-symbols
Build-Ids: 5e57de07eea33c852d68c6bcfb7853fc73ec68c8 74d2044fb1c646f8b0059d520e90e886d4f73651

Package: sqv
Priority: optional
Section: utils
Installed-Size: 2257
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-sqv
Version: 1.1.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libhogweed6, libnettle8
Filename: pool/target/r/rust-sequoia-sqv/sqv_1.1.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 647420
MD5sum: 61eb3cd43bda9be8bc7c003664b77f6a
SHA1: 027bc515f51a72607addaf806ed21d896869d6ad
SHA256: 1e78528b9ea3a40bf20e37f0d6f204e53c46b3292f98f873869c72243922bbf1
SHA512: dc99cb0c81d2405e2dc5d6a935429c2e439e80299b6c4541fbc687e0c38fd5ad000900b5fbfd6ed926e40eeb8520c0f3fc44356e72f0031855503e5bf0c83aed
Description: Simple OpenPGP signature verification program
 This package contains the following binaries built from the Rust crate
 "sequoia-sqv":
  - sqv
Built-Using: rust-buffered-reader (= 1.1.4-1+apertis0bv2024dev2b1), rust-nettle (= 7.1.0-1+apertis1bv2024dev2b2), rust-nettle-sys (= 2.1.0-2+apertis1bv2024dev2b1), rust-sequoia-openpgp (= 1.12.0-2+apertis0bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)
Homepage: https://sequoia-pgp.org/
Multi-Arch: allowed
X-Cargo-Built-Using: rust-aho-corasick (= 0.7.19-1+apertis0bv2024dev2b1), rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-anyhow (= 1.0.69-1+apertis1bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-base64 (= 0.13.0-1+apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-3+apertis0bv2024dev2b1), rust-buffered-reader (= 1.1.4-1+apertis0bv2024dev2b1), rust-cfg-if (= 1.0.0-1apertis0bv2024dev2b1), rust-chrono (= 0.4.23-2+apertis0bv2024dev2b1), rust-clap-2 (= 2.34.0-3+apertis0bv2024dev2b1), rust-dyn-clone (= 1.0.2-1+apertis2bv2024dev2b1), rust-generic-array (= 0.14.4-1+apertis0bv2024dev2b1), rust-getrandom (= 0.2.8-1+apertis0bv2024dev2b1), rust-iana-time-zone (= 0.1.53-1+apertis0bv2024dev2b1), rust-idna (= 0.3.0-1+apertis0bv2024dev2b1), rust-io-lifetimes (= 0.7.2-3+apertis0bv2024dev2b1), rust-lalrpop-util (= 0.19.8-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-linux-raw-sys (= 0.0.46-3+apertis0bv2024dev2b1), rust-memchr (= 2.5.0-1+apertis0bv2024dev2b1), rust-memsec (= 0.5.7-4+apertis0bv2024dev2b1), rust-nettle (= 7.1.0-1+apertis1bv2024dev2b2), rust-nettle-sys (= 2.1.0-2+apertis1bv2024dev2b1), rust-num-integer (= 0.1.44-1+apertis0bv2024dev2b1), rust-num-traits (= 0.2.15-1+apertis0bv2024dev2b1), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1+apertis0bv2024dev2b1), rust-rustix (= 0.35.12-1+apertis0bv2024dev2b1), rust-sequoia-openpgp (= 1.12.0-2+apertis0bv2024dev2b1), rust-sha1collisiondetection (= 0.2.6-1+apertis0bv2024dev2b1), rust-smallvec (= 1.9.0-1+apertis0bv2024dev2b1), rust-smawk (= 0.3.1-2+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-structopt (= 0.3.26-2+apertis0bv2024dev2b1), rust-term-size (= 0.3.1-2+apertis0bv2024dev2b1), rust-terminal-size (= 0.2.1-3+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-thiserror (= 1.0.38-1+apertis0bv2024dev2b1), rust-typenum (= 1.16.0-2+apertis0bv2024dev2b1), rust-unicode-bidi (= 0.3.8-2+apertis0bv2024dev2b1), rust-unicode-linebreak (= 0.1.4-1+apertis0bv2024dev2b1), rust-unicode-normalization (= 0.1.22-1+apertis0bv2024dev2b1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-vec-map (= 0.8.1-2co1bv2024dev2b1), rust-xxhash-rust (= 0.8.5-3+apertis1bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: sqv-dbgsym
Priority: optional
Section: debug
Installed-Size: 11495
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: rust-sequoia-sqv
Version: 1.1.0-1+apertis0bv2024dev3b1
Depends: sqv (= 1.1.0-1+apertis0bv2024dev3b1)
Filename: pool/target/r/rust-sequoia-sqv/sqv-dbgsym_1.1.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 10697928
MD5sum: 1212de00f752acd474ff9c64e4bd5f36
SHA1: 0335bc95f7826c4d5ac181b1263124941514f3ce
SHA256: cd72b1f3046a98d8bb78ff553a61f4417b50f19d8c27eb39e7f9edf4c38d31e2
SHA512: 82a32cddee38a4251ba86f0403f7cec73cd45748eab64ace5db034d4619ebdc3b8f8fb8ec4b1467b98329572c7bdeae48227a1829172ba37dcf7ff19cf9e1b9a
Description: debug symbols for sqv
Auto-Built-Package: debug-symbols
Build-Ids: 282538072ec4260e6c6097d39182188311c5c310
X-Cargo-Built-Using: rust-aho-corasick (= 0.7.19-1+apertis0bv2024dev2b1), rust-ansi-term (= 0.12.1-1apertis0bv2024dev2b1), rust-anyhow (= 1.0.69-1+apertis1bv2024dev2b1), rust-atty (= 0.2.14-2apertis0bv2024dev2b1), rust-base64 (= 0.13.0-1+apertis0bv2024dev2b1), rust-bitflags (= 1.3.2-3+apertis0bv2024dev2b1), rust-buffered-reader (= 1.1.4-1+apertis0bv2024dev2b1), rust-cfg-if (= 1.0.0-1apertis0bv2024dev2b1), rust-chrono (= 0.4.23-2+apertis0bv2024dev2b1), rust-clap-2 (= 2.34.0-3+apertis0bv2024dev2b1), rust-dyn-clone (= 1.0.2-1+apertis2bv2024dev2b1), rust-generic-array (= 0.14.4-1+apertis0bv2024dev2b1), rust-getrandom (= 0.2.8-1+apertis0bv2024dev2b1), rust-iana-time-zone (= 0.1.53-1+apertis0bv2024dev2b1), rust-idna (= 0.3.0-1+apertis0bv2024dev2b1), rust-io-lifetimes (= 0.7.2-3+apertis0bv2024dev2b1), rust-lalrpop-util (= 0.19.8-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1+apertis1bv2024dev2b1), rust-linux-raw-sys (= 0.0.46-3+apertis0bv2024dev2b1), rust-memchr (= 2.5.0-1+apertis0bv2024dev2b1), rust-memsec (= 0.5.7-4+apertis0bv2024dev2b1), rust-nettle (= 7.1.0-1+apertis1bv2024dev2b2), rust-nettle-sys (= 2.1.0-2+apertis1bv2024dev2b1), rust-num-integer (= 0.1.44-1+apertis0bv2024dev2b1), rust-num-traits (= 0.2.15-1+apertis0bv2024dev2b1), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1+apertis0bv2024dev2b1), rust-rustix (= 0.35.12-1+apertis0bv2024dev2b1), rust-sequoia-openpgp (= 1.12.0-2+apertis0bv2024dev2b1), rust-sha1collisiondetection (= 0.2.6-1+apertis0bv2024dev2b1), rust-smallvec (= 1.9.0-1+apertis0bv2024dev2b1), rust-smawk (= 0.3.1-2+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-structopt (= 0.3.26-2+apertis0bv2024dev2b1), rust-term-size (= 0.3.1-2+apertis0bv2024dev2b1), rust-terminal-size (= 0.2.1-3+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-thiserror (= 1.0.38-1+apertis0bv2024dev2b1), rust-typenum (= 1.16.0-2+apertis0bv2024dev2b1), rust-unicode-bidi (= 0.3.8-2+apertis0bv2024dev2b1), rust-unicode-linebreak (= 0.1.4-1+apertis0bv2024dev2b1), rust-unicode-normalization (= 0.1.22-1+apertis0bv2024dev2b1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-vec-map (= 0.8.1-2co1bv2024dev2b1), rust-xxhash-rust (= 0.8.5-3+apertis1bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1)

Package: ss-dev
Priority: optional
Section: libdevel
Installed-Size: 118
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: arm64
Source: e2fsprogs (1.47.0-2+apertis0bv2024dev3b2)
Version: 2.0-1.47.0-2+apertis0bv2024dev3b2
Depends: libc6-dev | libc-dev, libss2 (= 1.47.0-2+apertis0bv2024dev3b2), comerr-dev
Filename: pool/target/e/e2fsprogs/ss-dev_2.0-1.47.0-2+apertis0bv2024dev3b2_arm64.deb
Size: 37932
MD5sum: 4cc959c5ff600370a2d30908a4b54464
SHA1: 47ae5ca375bc8a474e0fdd979fa952c586a8a208
SHA256: ec880f89a73dc56cefad548fee923741e07f667bc72a5ace97c771858289ab11
SHA512: 48005498ec66ab91983f7b597c782bdc6d2f112e808a959c315f7ce4ea634ad014145d2998e886e0bc0d22ba5773760b7b8aff14d1487180b58c3900b4db6cbd
Description: command-line interface parsing library - headers and static libraries
 This package includes a tool that parses a command table to generate
 a simple command-line interface parser, the include files needed to
 compile and use it, and the static libs.
 .
 It was originally inspired by the Multics SubSystem library.
 .
 This package contains the development environment for the ss library.
Homepage: http://e2fsprogs.sourceforge.net
Multi-Arch: same

Package: ssh
Priority: optional
Section: net
Installed-Size: 189
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: all
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: openssh-client (>= 1:9.2p1-2+apertis1bv2024dev3b1), openssh-server (>= 1:9.2p1-2+apertis1bv2024dev3b1)
Filename: pool/target/o/openssh/ssh_9.2p1-2+apertis1bv2024dev3b1_all.deb
Size: 180836
MD5sum: 89a367355d5ada295382357c91041fab
SHA1: 9aebd313bca1f195d27c3bdb7a209b53cf4792fc
SHA256: 18949c26108af0c8dd013f5b22760259d9a847b45576eb2e3218efeffdba66a6
SHA512: 639c874bb7e42f88a2990a7b4d112b28d0b888085eb426e63c638f7017740d42bd435f79bc44c847dbac4e573998c52dd209022c89e476b2d49c0e6e1c6b80ba
Description: secure shell client and server (metapackage)
 This metapackage is a convenient way to install both the OpenSSH client
 and the OpenSSH server. It provides nothing in and of itself, so you
 may remove it if nothing depends on it.
Homepage: https://www.openssh.com/
Multi-Arch: foreign

Package: ssh
Priority: optional
Section: net
Installed-Size: 182
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: all
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev2b1
Depends: openssh-client (>= 1:9.2p1-2+apertis1bv2024dev2b1), openssh-server (>= 1:9.2p1-2+apertis1bv2024dev2b1)
Filename: pool/target/o/openssh/ssh_9.2p1-2+apertis1bv2024dev2b1_all.deb
Size: 173684
MD5sum: f18c50eca916558540b1e34f3d5960de
SHA1: 432f7bf62254075ecc2f8c94329183ef1e73037e
SHA256: 245f7e1589c0a6fded5449bd5b38b50fb6adb28d3c250c7513dd7a7ca453534b
SHA512: 14842154aad8eccc1abd38b4b35a20e2c8e264a58501205b60b0da83cccbe30afa5c509e6ce2a0bb69251e00b7b812b536181f251c47c382f6d378d1f215b904
Description: secure shell client and server (metapackage)
 This metapackage is a convenient way to install both the OpenSSH client
 and the OpenSSH server. It provides nothing in and of itself, so you
 may remove it if nothing depends on it.
Homepage: https://www.openssh.com/
Multi-Arch: foreign

Package: ssh-askpass-gnome
Priority: optional
Section: gnome
Installed-Size: 274
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: arm64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Replaces: ssh (<< 1:3.5p1-3)
Provides: ssh-askpass
Depends: openssh-client | ssh (>= 1:1.2pre7-4), libc6 (>= 2.34), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.19.12)
Filename: pool/target/o/openssh/ssh-askpass-gnome_9.2p1-2+apertis1bv2024dev3b1_arm64.deb
Size: 194280
MD5sum: 1db333c7a7b2710c0a1af9accf943d28
SHA1: 1a8a27a5132323336ad93fb833434135200b7613
SHA256: 8330a1faf37f5041db0bae5dd60659f24cc6ae39bd651d3cad55118daf1bc63f
SHA512: 908d9076e11d70cba8238a5120979c3d9de4c1b089b8545f50103c5aea3f3075375c0f0b28391ab07d1db8cdb6cb9b28f9c424799d2b48485c82c12a67d01ed8
Description: interactive X program to prompt users for a passphrase for ssh-add
 This has been split out of the main openssh-client package so that
 openssh-client does not need to depend on GTK+.
 .
 You probably want the ssh-askpass package instead, but this is
 provided to add to your choice and/or confusion.
Homepage: https://www.openssh.com/
Multi-Arch: foreign

Package: ssh-askpass-gnome-dbgsym
Priority: optional
Section: debug
Installed-Size: 33
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: arm64
Source: openssh
Version: 1:9.2p1-2+apertis1bv2024dev3b1
Depends: ssh-askpass-gnome (= 1:9.2p1-2+apertis1bv2024dev3b1)
Filename: pool/target/o/openssh/ssh-askpass-gnome-dbgsym_9.2p1-2+apertis1bv2024dev3b1_arm64.deb
Size: 17020
MD5sum: b600fac0b304d02dd4ecd5550f4455ed
SHA1: 5c37a0b4e1722292d2c8a4e3cb091b1cd2da5094
SHA256: 4efdc66330579fe8c8b2f2ad4cb55299ce8b90ec0fe1885cc5f5c748d61e09b8
SHA512: aa853d5e16c0bc4afc9faba574be238ae7c270fc61c1f95eceed3bbcd371c0002a2a66c6785ce6db8c05dc2af40a1fc5bdfa510fe630db4b611f9ce4bcf00512
Description: debug symbols for ssh-askpass-gnome
Auto-Built-Package: debug-symbols
Build-Ids: cbb8e95fa1842426b7f5a53e5163587e42a996df

Package: stress-ng
Priority: optional
Section: devel
Installed-Size: 2554
Maintainer: Colin Ian King <colin.i.king@gmail.com>
Architecture: arm64
Version: 0.15.06-2+apertis0bv2024dev3b1
Depends: libapparmor1 (>= 2.10), libbsd0 (>= 0.6.0), libc6 (>= 2.36), libcrypt1 (>= 1:4.1.0), libegl1, libgbm1 (>= 8.1~0), libgles2, libjpeg62-turbo (>= 1.3.1), libjudydebian1, libkmod2 (>= 5~), libsctp1 (>= 1.0.10+dfsg), libxxhash0 (>= 0.6.5), zlib1g (>= 1:1.1.4)
Filename: pool/target/s/stress-ng/stress-ng_0.15.06-2+apertis0bv2024dev3b1_arm64.deb
Size: 810096
MD5sum: c0e9e9ddf285090d0e51abe331696446
SHA1: ad880223f93af8c01782682a30901fb2747ae0cb
SHA256: 121247d008e53579e25aa4c0a7f5285ea36e32ab713614f41e32a270d679dd17
SHA512: 1d19ebae78a5f50a90701ae1c73bf6d425ff475887db5b0835ee11bc90cdc55bb36f6bbc50ef86f07986efb5d1d2420f1071259ab572ed4ea00e965895a8f99c
Description: tool to load and stress a computer
 stress-ng can stress various subsystems of a computer.  It can stress load
 CPU, cache, disk, memory, socket and pipe I/O, scheduling and much more.
 stress-ng is a re-write of the original stress tool by Amos Waterland but
 has many additional features such as specifying the number of bogo operations
 to run, execution metrics, a stress verification on memory and compute
 operations and considerably more stress mechanisms.
Homepage: https://github.com/ColinIanKing/stress-ng

Package: stress-ng-dbgsym
Priority: optional
Section: debug
Installed-Size: 2923
Maintainer: Colin Ian King <colin.i.king@gmail.com>
Architecture: arm64
Source: stress-ng
Version: 0.15.06-2+apertis0bv2024dev3b1
Depends: stress-ng (= 0.15.06-2+apertis0bv2024dev3b1)
Filename: pool/target/s/stress-ng/stress-ng-dbgsym_0.15.06-2+apertis0bv2024dev3b1_arm64.deb
Size: 2686384
MD5sum: 7a78a0a269ade6a950ce48ed284dd203
SHA1: 62c415d5a3b3e0543cefe6b3f4245555a30c67a4
SHA256: 17f6b226189cb9b300744f484e3f59c28951cc373ff8cbaec55ce1637faff25c
SHA512: 998b27293ffbd3a945da9ef2f51c8964132c532f98d10c3e3dd4620babc4b3778c53fb1a57b82f37619ffa8fb2a1eb0ac386d7150f4638bd9101bc0866230d49
Description: debug symbols for stress-ng
Auto-Built-Package: debug-symbols
Build-Ids: 11b02f0139c25b763bd416c466065fc190cecddc

Package: sudo
Priority: optional
Section: admin
Installed-Size: 6390
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: arm64
Version: 1.9.13p3-1+apertis1bv2024dev3b1
Replaces: sudo-ldap
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), zlib1g (>= 1:1.2.0.2), libpam-modules
Pre-Depends: init-system-helpers (>= 1.54~)
Conflicts: sudo-ldap
Filename: pool/target/s/sudo/sudo_1.9.13p3-1+apertis1bv2024dev3b1_arm64.deb
Size: 1830404
MD5sum: 26d24c87b7f49680526cd21817c406fc
SHA1: 15107b3babecc24545f8cf49da7e0bf5336b1c57
SHA256: 03267103eac16723cb4ff6a4a63b7f901e27c6308a292c632a11472a8be74435
SHA512: 0fb6c0675b3e812c7d8fce8c2e6e5809ab1ba8a01840f8fb5111699c971d6be5f54a39b914a83f0688d4700c6289eccc4bb043e342dba56deeef9d9ef05363de
Description: Provide limited super user privileges to specific users
 Sudo is a program designed to allow a sysadmin to give limited root
 privileges to users and log root activity.  The basic philosophy is to give
 as few privileges as possible but still allow people to get their work done.
 .
 This version is built with minimal shared library dependencies, use the
 sudo-ldap package instead if you need LDAP support for sudoers.
Homepage: https://www.sudo.ws/

Package: sudo-dbgsym
Priority: optional
Section: debug
Installed-Size: 2305
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: arm64
Source: sudo
Version: 1.9.13p3-1+apertis1bv2024dev3b1
Depends: sudo (= 1.9.13p3-1+apertis1bv2024dev3b1)
Filename: pool/target/s/sudo/sudo-dbgsym_1.9.13p3-1+apertis1bv2024dev3b1_arm64.deb
Size: 1974052
MD5sum: 43db5ac5853ed91d80ba2a6826b6ad70
SHA1: 8926b694525ce5963b0555e0de83cc713484d9a3
SHA256: 5efddabbbceeeb8b72c4e23f853043c3f09d82f9dea1ca95d5971781d96fd9d8
SHA512: ffa8bf3d922340a969bd9693936034c724b82ae8b68bee40d976c5f54b34ab60aa7a88413a4224a7974fefe8c64085a1195fc8ef8ae8ca340a072b2b4b1189a3
Description: debug symbols for sudo
Auto-Built-Package: debug-symbols
Build-Ids: 0aa40deb5eb9954b3ffc00cbc6774d10c71bc7f7 0c0659ef761ee467bb10161e5c6a2e2183822f87 3ab4247efe46e7b7c89b53106c8840313113c7c7 438c8059d6751d4a198770fcde9f33f7df569ebe 4ce2f0c370e2536932b54132a3403f4eb74489c8 58897819775e2f4d6de4136d6db9c231a89501ea 5d07120f807cc88faa197b0c5ab7d6b96cb15d0e 8a9daab628d1bf924f9de4620ad54829c96c9e91 8f5db9ba06e3b5751dabb327a15a931f971e7965 a8cf62944ff1750e02670554506569c10de42cb3 adee0bd5e78962b7bcd789e98c8ae828c1e60f5a d5f38517b9952f5759b4f19f3571ed7e2236f2bd dd9794b1eb10c237e533bcc0417962883d06de60 e0e6723b7bc0bcc0dcbadeebb29b444651981666

Package: sudo-ldap
Priority: optional
Section: admin
Installed-Size: 6484
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: arm64
Source: sudo
Version: 1.9.13p3-1+apertis1bv2024dev3b1
Replaces: sudo
Provides: sudo
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libldap-2.5-0 (>= 2.5.4), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), zlib1g (>= 1:1.2.0.2), libnss-sudo, libpam-modules
Pre-Depends: init-system-helpers (>= 1.54~)
Conflicts: sudo
Filename: pool/target/s/sudo/sudo-ldap_1.9.13p3-1+apertis1bv2024dev3b1_arm64.deb
Size: 1866232
MD5sum: 313dda288c21db03fea6e671f167b581
SHA1: 85c8592375aa03cfb87e9f88fa0f0ad19df8e4e3
SHA256: a6314263b2f582fa2e812289924f7bd4508d1f36bfb518879c82bbf6581c0424
SHA512: 0a383531ddd5557d439f2bc633a1af7d2ec982a6b4798eb2d6d6c9f01089cc6034eee4c40e87b5f1a8ba1d968c5cad67ad8d54968ca127c773edd6d57847e269
Description: Provide limited super user privileges (with LDAP support)
 Sudo is a program designed to allow a sysadmin to give limited root
 privileges to users and log root activity.  The basic philosophy is to give
 as few privileges as possible but still allow people to get their work done.
 .
 This version is built with LDAP support, which allows an equivalent of the
 sudoers database to be distributed via LDAP.  Authentication is still
 performed via pam.
Homepage: https://www.sudo.ws/

Package: sudo-ldap-dbgsym
Priority: optional
Section: debug
Installed-Size: 2350
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: arm64
Source: sudo
Version: 1.9.13p3-1+apertis1bv2024dev3b1
Depends: sudo-ldap (= 1.9.13p3-1+apertis1bv2024dev3b1)
Filename: pool/target/s/sudo/sudo-ldap-dbgsym_1.9.13p3-1+apertis1bv2024dev3b1_arm64.deb
Size: 2019432
MD5sum: 8318d353fc63d40f968022e8af91f82d
SHA1: 24f66868210145ae9c70973f69d9cb4936602ca4
SHA256: 4a924d31df49b258d7d84c90f806cbd0e9f5473b8ad9bd7c243ea6494c12d897
SHA512: bdc82aace5007937c58d5d74df224b360a5adceeb2818c9a76f5e344324c1b3cbffaf5be9d77af7c74fbf63b68cc421fecf0b4e007c9abc21a586a8cf608f859
Description: debug symbols for sudo-ldap
Auto-Built-Package: debug-symbols
Build-Ids: 080e50d8ea963af444f393a1601ce5a6f7dd0112 36a0cd486e57a6c78f96cc1cdc097536040edb60 43817c6dbb37dda29e878f52e9b506b119969a8c 45422481c7921a57cf348af7b3270c0d0c3dc194 48bec86a21e3eeb688b376aaa0bab7fa01756371 58531efcdfa4bcd3d1420e2a9a1d3a6372fdaf0a 5e51c9f6d0b37ea6f5fb09e5bf8711b99cefff79 6ca513caf95a895291e4a00f0e3ea766b2eb0de7 6d523af30757ee9f0f6397a758400430bb40528a 6d93f1d7fa6971d5031c9ab7218ec160c5d031f6 6de8cc13d03722ce7b7ea03f172dda4d6041f7bb 7cac0c6d562e96a55c2b7c5b1cb32a4919bd487d a317b63d5cd68bfe9b4056a3fe7afb080ea40433 d29ffcbe6c21b99a1d007229d7f35f71d0e8d2e0

Package: svt-av1
Priority: optional
Section: video
Installed-Size: 233
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libsvtav1dec0 (>= 1.4.1+dfsg), libsvtav1enc1 (>= 1.4.1+dfsg)
Filename: pool/target/s/svt-av1/svt-av1_1.4.1+dfsg-1+apertis1bv2024dev2b1_arm64.deb
Size: 51460
MD5sum: 11d40f98785fc3e82a4452cc6a6f1d2f
SHA1: d984da3e18895a97b7c56c020cc27470c779326e
SHA256: dbdb8cd392937261063e18c78f582c1b044e357fb73a211edd8f19eff39b84ae
SHA512: 4cf19189658d2d2a0c124dd874e432c401c3b83387a4f3dd1b368ff6493f077e8e63efc870aa36439d3d742c26f1fbb90228941302cf56a784c1ea0ea67db829
Description: Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)
 The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an
 AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development
 is a work-in-progress targeting performance levels applicable to both VOD and
 Live encoding / transcoding video applications. The SVT-AV1 decoder
 implementation is targeting future codec research activities.
Homepage: https://gitlab.com/AOMediaCodec/SVT-AV1

Package: svt-av1-dbgsym
Priority: optional
Section: debug
Installed-Size: 157
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: svt-av1
Version: 1.4.1+dfsg-1+apertis1bv2024dev2b1
Depends: svt-av1 (= 1.4.1+dfsg-1+apertis1bv2024dev2b1)
Filename: pool/target/s/svt-av1/svt-av1-dbgsym_1.4.1+dfsg-1+apertis1bv2024dev2b1_arm64.deb
Size: 125056
MD5sum: 774bbe02404974bbd84b8d9780e74f80
SHA1: f71919ab673a262b7e33c03c91726e6b8bd27a3c
SHA256: d552926a5711849fb2ed04452332ac95b03add18c9f0ab561768b30039303c2d
SHA512: 7cb92f843d73791e2b912dbc783073fa8cc40e72f6455b2192ccb58d0229566f275db24fbbcfd9cde0db46e1a04dac9fb791dd52d3a4370992e3ab247d685a24
Description: debug symbols for svt-av1
Auto-Built-Package: debug-symbols
Build-Ids: 0ae5c846a7b2fd8c19eca15a42011b95a88ea17d 70fee7672373bf3501e9b11238164c27ab57bc91

Package: symlinks
Priority: optional
Section: utils
Installed-Size: 82
Maintainer: Gunnar Wolf <gwolf@debian.org>
Architecture: arm64
Version: 1.4-4apertis0bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/s/symlinks/symlinks_1.4-4apertis0bv2024dev2b1_arm64.deb
Size: 9044
MD5sum: 7ad5382881c7e0c4a680a1132322d688
SHA1: 8d539a15bd798a1218005283df828a17b0b29038
SHA256: 5b402697e6f91438ac12373600175791c27cafa50b2b8bd8791d7d8a4c0e190e
SHA512: 40bdde9eb3a47783c43b5a861af5c44ff0738c76757fae806fbaa8192d68320b059445a8eb7ec7d440f6a15bd4efac7eefdc9a6e89f40460d53989796345bea4
Description: scan/change symbolic links
 Symlinks scans directories for symbolic links and lists
 them on stdout. Each link is prefixed with a classification
 of relative, absolute, dangling, messy, lengthy or other_fs.
 .
 Symlinks can also convert absolute links (within the same filesystem)
 to relative links and can delete messy and dangling links.
Multi-Arch: foreign

Package: symlinks-dbgsym
Priority: optional
Section: debug
Installed-Size: 27
Maintainer: Gunnar Wolf <gwolf@debian.org>
Architecture: arm64
Source: symlinks
Version: 1.4-4apertis0bv2024dev2b1
Depends: symlinks (= 1.4-4apertis0bv2024dev2b1)
Filename: pool/target/s/symlinks/symlinks-dbgsym_1.4-4apertis0bv2024dev2b1_arm64.deb
Size: 11632
MD5sum: f55c2a85b37d4a727c09ec30f2fac5a4
SHA1: e61a5e30241ee4c25d637e62e97ba9fb4340a5ab
SHA256: 916cc049da173f2b010bddb291141bd4382ac318bce80bdf2fe89fbc8f3cb3eb
SHA512: a172d7d7331e1d566c295b838386e308830960692cbc7f3892071e1486a16b2b160a5a845296c4128876133ba947da259824c008998b51d4f28bb5c084f47e8c
Description: debug symbols for symlinks
Auto-Built-Package: debug-symbols
Build-Ids: b35a96ae2a5233ec6a5099c0889b2c40dadf56dc

Package: systemd
Priority: important
Section: admin
Installed-Size: 13343
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 252.6-1+apertis2bv2024dev3b1
Provides: systemd-sysusers (= 252.6-1+apertis2bv2024dev3b1), systemd-tmpfiles (= 252.6-1+apertis2bv2024dev3b1)
Depends: libacl1 (>= 2.2.23), libaudit1 (>= 1:2.2.1), libblkid1 (>= 2.24.2), libcryptsetup12 (>= 2:2.4), libcurl4 (>= 7.16.2), libfdisk1 (>= 2.33), libkmod2 (>= 15), libp11-kit0 (>= 0.23.18.1), libseccomp2 (>= 2.3.1), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), libsystemd0 (= 252.6-1+apertis2bv2024dev3b1), mount
Pre-Depends: libblkid1 (>= 2.24), libc6 (>= 2.34), libcap2 (>= 1:2.10), libgcrypt20 (>= 1.10.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2)
Recommends: default-dbus-system-bus | dbus-system-bus, systemd-timesyncd | time-daemon
Suggests: systemd-container, systemd-homed, systemd-userdbd, systemd-boot, systemd-resolved, libfido2-1, libqrencode4, libtss2-esys-3.0.2-0, libtss2-mu0, libtss2-rc0, polkitd | policykit-1
Conflicts: consolekit, libpam-ck-connector, systemd-shim
Breaks: less (<< 563), resolvconf (<< 1.83~), sicherboot (<< 0.1.6), udev (<< 247~)
Filename: pool/target/s/systemd/systemd_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 2839508
MD5sum: 95cab31df75cf10885efaf98cfc63f87
SHA1: a07e3aa8510258aa067d2870ab572dc1893e9d00
SHA256: 22029e1d4685509c90b9ea9f9f9b0a54a026d51de9a621cba66494d56c18bc97
SHA512: 68ad16793be68aea13ac1a315e547185a246a5fa429ecbe83efab26c574622d718e9a1c505e725d46b47c6e49816b67bc3312d3fc47492ad6212fca09c53894c
Description: system and service manager
 systemd is a system and service manager for Linux. It provides aggressive
 parallelization capabilities, uses socket and D-Bus activation for starting
 services, offers on-demand starting of daemons, keeps track of processes using
 Linux control groups, maintains mount and automount points and implements an
 elaborate transactional dependency-based service control logic.
 .
 Installing the systemd package will not switch your init system unless you
 boot with init=/lib/systemd/systemd or install systemd-sysv in addition.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: foreign

Package: systemd-boot
Priority: optional
Section: admin
Installed-Size: 395
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: systemd (<< 251.2-3~)
Depends: libc6 (>= 2.34), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), systemd-boot-efi (= 252.6-1+apertis2bv2024dev3b1)
Recommends: efibootmgr
Breaks: systemd (<< 251.2-3~)
Filename: pool/target/s/systemd/systemd-boot_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 105284
MD5sum: fbd8a0227759a6c9d9cbceee8e616300
SHA1: 4d00ce7ebca939f328b6b2d4ac78fc7520fbf855
SHA256: b0392bde750864f5dbd59c07cff6b10b9df994597290e2e5580039319939dc79
SHA512: fee295351c0b3cb306495f947d61cf1e8cbf776e3cf9530a82ea6a10ffd53cec2a0b748137ca7e8b04162e8095aae192f394db005e6f51b2f6ff736588816afc
Description: simple UEFI boot manager - tools and services
 systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a
 textual menu to select the entry to boot and an editor for the kernel command
 line. It supports systems with UEFI firmware only.
 .
 Installing systemd-boot will configure and install it in the ESP.
 .
 This package contains various tools and services to manage systems using
 systemd-boot.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: systemd-boot-dbgsym
Priority: optional
Section: debug
Installed-Size: 165
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-boot (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-boot-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 114952
MD5sum: bccf517f70ee0d00163b8e2ddead6255
SHA1: d187130fc664fbe626b97a6dcb0302aaa2575ebe
SHA256: 730ca1754c2365813639cacda0cb33a87b6329c180d76966d06503bc2a934387
SHA512: e41cb5344ec1702bf08afafd276c39f3fcfdc14ee98e8fb5cefa7d9b86aed73b4430dfe19f811602633b6778cc7e5f58932e001a7a9769ed31475cd79454097b
Description: debug symbols for systemd-boot
Auto-Built-Package: debug-symbols
Build-Ids: 235ca53dd0c5a4f1ec3083ada06bcf3e91ad8cab 309e355526bf43edbbfc1c1378eb3dcbb82d0f1c e0d68ace94d2235ed0c6543b8ecd9dc2f5665c51

Package: systemd-boot-efi
Priority: optional
Section: admin
Installed-Size: 408
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: systemd (<< 251.2-3~)
Breaks: systemd (<< 251.2-3~)
Filename: pool/target/s/systemd/systemd-boot-efi_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 103440
MD5sum: ba2f3646eab6f28cc81a90829506b3b0
SHA1: da491ee9c23c3ee116d0b72e7034b68a0e6ae02e
SHA256: ad4dd355d8346266700c50eb3ee8eed280385d61c994151a710385f24d3ff786
SHA512: 1658a1357ec8ad79d635a842250721ae3d17902e6538ceca4cff8accce1def8fe4e56dfa34b6bdac288857a01f8f2d4281696f83f15d9749dde91d6eb4e183dc
Description: simple UEFI boot manager - EFI binaries
 systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a
 textual menu to select the entry to boot and an editor for the kernel command
 line. It supports systems with UEFI firmware only.
 .
 This package contains the EFI binaries.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: same

Package: systemd-boot-efi-dbgsym
Priority: optional
Section: debug
Installed-Size: 169
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-boot-efi (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-boot-efi-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 6172
MD5sum: a8cb174911e0f9d9927913da1661c53c
SHA1: 7fe244bbb692e80de80749c474908f59db040c94
SHA256: 9bd5957cc50b5e0975e559da58e30488198ce09bc733b8eb86ab29e424260865
SHA512: 34ff712436a426fbf318d5a0c4829ea6d3384ca74c05d620c0044d2f2c44ce547549ec2b2e7bc39427aaf88d3aeecd6c2574209033632d6adbdfc6accabe2628
Description: debug symbols for systemd-boot-efi
Auto-Built-Package: debug-symbols
Build-Ids: 3d7393079c9b51cd82621173d24e684db22a6434
Multi-Arch: same

Package: systemd-container
Priority: optional
Section: admin
Installed-Size: 1567
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libacl1 (>= 2.2.23), libbz2-1.0, libc6 (>= 2.34), libcurl4 (>= 7.16.3), liblzma5 (>= 5.1.1alpha+20120614), libseccomp2 (>= 2.3.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), zlib1g (>= 1:1.1.4), systemd, default-dbus-system-bus | dbus-system-bus
Recommends: libnss-mymachines
Filename: pool/target/s/systemd/systemd-container_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 386868
MD5sum: 2bdf91d6d243d177098ec7404e1aff1f
SHA1: 191b69d912a8b6cc238abe6807ba9f53d15eef11
SHA256: 6583d4b6780a2b1439b21a7ab7a8e12c306ef0fd99e11ea8e760f349b77d9bf5
SHA512: c7b139f90bc14ec8591b5327e5d4eaf07ca07a0774fe6fae3b0c2dbd4cd99a7fe5426e4c39d86ba55dcf1d5bc81d57a87cbd63b31c525e061bea0d4b4f0bc271
Description: systemd container/nspawn tools
 This package provides systemd's tools for nspawn and container/VM management:
  * systemd-nspawn
  * systemd-machined and machinectl
  * systemd-importd
  * systemd-portabled and portablectl
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: foreign

Package: systemd-container-dbgsym
Priority: optional
Section: debug
Installed-Size: 1345
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-container (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-container-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 1064144
MD5sum: fcdcb229bf7be07277d69b3e9f41dce4
SHA1: e356df6bc64b458622f75383a0634d0abcc966df
SHA256: 1035b69ebf8e2ff533aa93c2c1f773173a7e44e130c2dc4d4ab47473c6eb0b80
SHA512: c432898dd658cb8d40adcbdae29a52c0c9012e0059a9052fe75465566c9f425e5385baa8e6cbf65b47cc9b9c98c79279ccdd68aaad557f8debb1aa08f7496198
Description: debug symbols for systemd-container
Auto-Built-Package: debug-symbols
Build-Ids: 283ee750913f546c3a9ddc5aea88fa8d7c935896 300ada34c3feafa01f21b23f00b6a2d2168a3c97 5e475f84ce89f01eeff96f9987948a7340eab0a3 655f9238f8ae8bae57533769fcab43447a954b0e 8ab53eebe1366f3799ddfe9fcc3cb3083bcb76a1 98b8b77eb77d452bcddfbb0864c403183167c53f a8c66f7600f0da1c6e9d14c04b414b80d2db035c b8de32491c804424db95615191b03ebf82e615be b9907c12410556a3d91dda7b057f1c88fafe1205 d28ab9f60fc683da46f6556bf0ff2a3b8d57a5ce efb29b16944c79565d5d4dcadbf0ef5ae960440a

Package: systemd-coredump
Priority: optional
Section: admin
Installed-Size: 375
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: core-dump-handler
Provides: core-dump-handler
Depends: libc6 (>= 2.34), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), libzstd1 (>= 1.5.2), systemd
Recommends: libdw1
Conflicts: core-dump-handler
Filename: pool/target/s/systemd/systemd-coredump_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 101184
MD5sum: 54447bd464f982226b5e2b453b7f6dd0
SHA1: c9ed383e3e360a9cd82ef8af9b480a7cbbe1cc97
SHA256: 539e44e0892361c22f708866185db7cc88ab2704136f419b1c61c476751475fe
SHA512: 5c19d02a6d40094af730549224de05ceab23a6a3abd78038ef3220aea83ac0fc3d3a458ffa59f4b86383b7a62de3eddd82cfa63629c614ed154890249fde39e8
Description: tools for storing and retrieving coredumps
 This package provides systemd tools for storing and retrieving coredumps:
  * systemd-coredump
  * coredumpctl
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: foreign

Package: systemd-coredump-dbgsym
Priority: optional
Section: debug
Installed-Size: 217
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-coredump (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-coredump-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 168168
MD5sum: c7d89a084400ae287651076ee2742ba8
SHA1: fd1816feb824e3d6d84bc0b381e11e12477dd930
SHA256: 427ca1dcb07bd772047e15e5d11b8f555de87451a86883bfbf61bbd54ca78b1c
SHA512: 51163d947ab13dc63903c8ca288ffd6e0a2a45b516fff55216a4af4d44d8dfd7b16868f501980728988d27503a5fdd788c41457b982681832944bb47bf331e11
Description: debug symbols for systemd-coredump
Auto-Built-Package: debug-symbols
Build-Ids: b833bb50e68400ea63f0f7e8205ac4b65e418598 dcdc3bf764917e507cbbfd9f72e0d9b5c13e1dd6

Package: systemd-dbgsym
Priority: optional
Section: debug
Installed-Size: 8754
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 6772772
MD5sum: 9a10b5a89996905095e8f8276de3b32d
SHA1: 7c668ea429739d84ed3227c6e37dece8640e4ecc
SHA256: efc629033f74b3d80ec437b343bf00143eea58ecf4e211afd2bca1aed08a20ab
SHA512: fe8c5bf35589dc6a2de51354d846563eaad1ba6642103c65bce2505a0e96503a6ccfadc7ee3076158b61bef434866d2ea554e572efb0f02e361f6d89b0a7d0b1
Description: debug symbols for systemd
Auto-Built-Package: debug-symbols
Build-Ids: 022c0097de227d23594d14717a6b0d28a4b3a61b 028d0fac79f1c9d7165fe5324afda960f4c6038a 05bdf65739f4980010174212d073a54993d0d94f 06b6e1a8c9147c9d91ba0c3c79d14beb8c6475ad 0d33be758aa975a15423e1209f70d84a2e79e418 0ed53703f0375cce3a6dfc27189360de636eecc3 13cbcddfabc1a28e042365f808ef12b2997b6162 1487fb850457856b55e5acf9f6c12b294bdba76e 1705e317ddef2c6abab184fe68ffa310fe06f73d 1901fde7e9710ca0fbd63f9efcfb1789a60f8088 1bc33cafd62cff0688493a487365fb65ca247244 1d03ae091f8689e058e6d784fdc41e1287fe0360 20f0abcfcbe2a43e169a7d4f3c74197848147d9d 23cffd0eb36969ea574cb67165d15620c7645d04 25484e442f28fdc2b1d29aaba52dfdff5171e9a7 25fb95d79adb2ef285cb7fc50c40e4572da612c2 27964490b3e3bf54a4076df209285e834c85ec5b 28cacb5c922d119176421f2ad9d24adb0361657e 310beb4d0b3402ffbf14cabf5099549f15b0273d 34f3e26c1c75ff87531e6ba29bf8eee7e4eb18da 360dbe15a9c7d4e5389cd20db3e6a8423cae467e 36ec6ed4ef5bd7d50b74f24dfb9d6840d30b4014 37dfec60de9e553b65697273ab3adcc2b6bb1c1c 39d2412201f722b4a7c0920570151bbb39ab6c84 44142d42f46a905377cab6c1382e15b02fd4c131 447004c7825d1a2a1dfab7be99098116cfcb967b 447522b3150a797ff0c3ce31da3c8dbe35a6e7bc 4e54cc050e5633eb27c24c07823fe395cbfac1b9 58db7777abd940dffe1e0e8db58b36f84b700d84 59fb23ee43cb601412c446272b0833331f931702 661b1dd02d989dcd1060f1b83eced96ff43b8b32 67aa0af8b3c573617561f2f876f0faeee56edd3d 6b71b960f69d459c94ca669cc0e97c8b968a4a28 6c623496eb12ab7aee1f7914e6aa74559d505503 6c832043a258d0b5a49401eeb440b8a4fc00a11e 6cb3c8e9a7bdf1b4fb34a45ba2f32b042b89d03b 70402edfbf983f2eaa8b409922bf2eb9e9b22a45 71e84dfc1500f1f957269d633ca8721f71d038d6 7318a0c92bbb861354d8640b65630d29465fb37a 7a82c2301e9f97216dad17ad76f52e10b948dea4 7bbb3714de1a9d35116bf019c76df18f0fb4f158 7c5e9e0568c297fdf3f8cd348960786a1254f8aa 7cce1443ddb082b6615c36a9ef45731e56d91696 7ee97daed76636222d374ef9d5b50d19eaa7147f 83b913165c0c0753bbd1770c85d9822715bd432e 8b4c0f8d9f35165d3d6df352acf1d42cb705eac7 8ea34e8cf32a2341487fcb514567d6c0353fafde 95393c6f8d5d60f85cd7ed4f2a22d369ccede649 96813c56ac4fa884d1c55775d8a81337e2615574 96a7bcbedcf7c6c1b0b891ee639dcf356520f0b3 98706a45374aa46364dae85886926e72907ef6de 9b0c2a2fab281e69af0e3d43e4c93e35cded1c16 a13e030da82531fda4ee96280c848f4676644239 a1f90459cd1d479ad268e9528afdb73242abc746 a33e12df8ab90633aeb65f04a276ccc652c8bdd1 a386ec1c875d6c8d9d3846c30c47c894c5c8e8e2 a42d9fe2cfbd70349267085eabaa505b8c5134fb a4d281988bf50005d44a8e1158c77dddccc93992 a90265c5cdc15f16d2c0f8a7bca135b867c09e4e a951d7ea3b9a106d8cd45c5f2d58859a07a101ae a9bb4f50dcdb814534ef9a895334060de6cbc5ca b38a60d591640b09f26ecfc85a15532a5cce49c3 b591386c2bf315f1c5b876bc20a0d363513a05c9 b7113929ad4454ecb5ae5cf8fecb91ce57b22763 b81c6605bd115327ee72ce3c4514aa4f88ec62f9 b9cb020ce280dbd5e03cb163bcdc91fbc56deb56 bbfaa5ffd8b72adcde19969995c2d4d9a2c1a29c bed42247a997dc010ba18d32c75faeb2c0cf1e24 c762190d69902bd9f9ca8c705b8ba2de95f9ac7b c7de778022d2c255e6eaba1ab5baa5da121bc677 c9282394fa801af7a45537b79fdbf3678a580a88 cd11eafec02cdaf4322185fe2634d275adf5d13e cd1adf417cff03fbaadd74aebdc052c073f9e7bf cfa808c6605ff5c35b78ecaf6e2aedfbb9ca0a8e d00b85fad3c6f01ef50fac6328b958986c7f5e69 d366787c33fa79594c4f6dc6f68532089f6024e5 d4767c90a1bfc7b2dd651d1e937b0ff548d88d74 d5484d80172ee4931373ab56ad89f53e89ce6906 d983a25ad98bc752f4f59cbf8edfa40bc985cc91 d98b908332abd50a169b69509cd4de5fbc7819a7 e1246e17bb575d9964ead6823c3f62ec06c2411a e3079519a00a0f7cd06e6576081ff210e8ec5831 e33246b66c9986ee84a1fcc4bf9780efcf49b655 e4c4651bae064fbbe1236fc6c2963d055a91ef6b ecc645d79e112a1a83bb26e685aed4811b0be9f9 ee613d0419846764c07faced12a35a3b7832a9c8 ee7803f1b37f47fc93835ca34d347d56e9e9e894 eec8bb41c214a6ec51d7ad770e27aae1a4e42372 ef3cc1421f032a4198b745bed6727f84a051904e f4dac0c942f111dfed7dd93f3c9def42c5ed663a f79610636ddf11b7885cf650f4a59bd0a2d32ccd f87b05265fb793a2d020d24abc93af79987e66da fb771826099a2820e6cf1d2a341e3957ac96d862 fea13bc82eb3860a238660a9e33ec06dcad0c451

Package: systemd-homed
Priority: optional
Section: admin
Installed-Size: 1195
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libblkid1 (>= 2.24), libc6 (>= 2.36), libcap2 (>= 1:2.10), libfdisk1 (>= 2.33), libp11-kit0 (>= 0.23.18.1), libpam0g (>= 1.1.1), libssl3 (>= 3.0.0), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), systemd-userdbd (= 252.6-1+apertis2bv2024dev3b1), systemd (= 252.6-1+apertis2bv2024dev3b1), libpam-runtime
Pre-Depends: init-system-helpers (>= 1.64~)
Filename: pool/target/s/systemd/systemd-homed_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 371108
MD5sum: bf007a6fa216977bcf742e38e70935d8
SHA1: 46b9d89af85d30bcda36cd0a5125b6aff3af125f
SHA256: 8640e988437544c2957ab1707f774eb60fa65c468ae45d0fe8e0f0a075b77946
SHA512: 3cd13a297d0c9049398e69eedcf05a7840be5120d0ad2f47ece4328bea12ae567913430c01bd6113fc45ebbb78c0965c426cb898f94974bd1a6813c4d02d9217
Description: home area manager
 systemd-homed is a system service designed to manage home directories. This
 package includes the homed service, a PAM module to automatically mount home
 directories on user login, tools and documentation.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: systemd-homed-dbgsym
Priority: optional
Section: debug
Installed-Size: 1635
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-homed (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-homed-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 1341472
MD5sum: b3414303cd2c31e984ead927ecd05a2a
SHA1: cf69b8beac89a23a142d6522243c4efcd0ee2eb2
SHA256: bf001e12bd7248aa1738aacd0b20f00420370c835aa540241e63b4cada2ef838
SHA512: 1fb987884c1f276f6356feaa583b7bd905447024095bed80d530bd88d417af698d839fed25204e28504febceb5be1d22000c02b3471eb92b3473759ae196bbaa
Description: debug symbols for systemd-homed
Auto-Built-Package: debug-symbols
Build-Ids: 2b1e0ba109cb2d070b747b17576e8bb82190ccd2 3ed705ddb162fd4328d2f6756ef0701b6596decf 3f98e79951723abe0a6aa28511037670c4a4479b 8db5de540258f3a967a887251255b16f4b4e3464

Package: systemd-oomd
Priority: optional
Section: admin
Installed-Size: 252
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: systemd (<< 250.2-2~)
Depends: libc6 (>= 2.34), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), systemd | systemd-standalone-sysusers | systemd-sysusers
Breaks: systemd (<< 250.2-2~)
Filename: pool/target/s/systemd/systemd-oomd_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 76012
MD5sum: e1bf65c7517171231c60229e274c057f
SHA1: 07ed4940f755fd0b293b4b78aadeb445dd2108ab
SHA256: 0a27e77be25b8e5ac0e3a6011242814741953f1ecb8594baba0bdc7c92ab50a6
SHA512: 86bcb65603dfc8496962a3797e4f8a17eaf4bd9970bff271342bf5f5d21d1b7a63db378688af49119461606f9b35271916b68602344c5c46c578ec3ef9f41cf8
Description: userspace out-of-memory (OOM) killer
 systemd-oomd is a system service that uses cgroups-v2 and
 pressure stall information (PSI) to monitor and take action on
 processes before an OOM occurs in kernel space.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: systemd-oomd-dbgsym
Priority: optional
Section: debug
Installed-Size: 113
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-oomd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-oomd-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 73112
MD5sum: c350f04b5fa1e820caf0ca18d0a6999a
SHA1: de7916b89d9a87df62f10cff7fb199945c3ba3ab
SHA256: 435b299d4359f1b7a8dacf890b86d07b768e46f2d37a014c7bff5fc97f993bc6
SHA512: ef0551c5f80825f051531729656b2e6c5cbd30c46c6f2d8cffb06ff91fb40ad227bde3d582489dbcd305724840a7e5bcf3b6f9c2351e776befda8abe301b49d5
Description: debug symbols for systemd-oomd
Auto-Built-Package: debug-symbols
Build-Ids: 4dbf27dc30c65a8f92451d7c753def334b9e422d 7709a9c7870f8c37b147166f389498f31cfb6cb8

Package: systemd-resolved
Priority: optional
Section: admin
Installed-Size: 873
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: resolvconf, systemd (<< 251.3-2~)
Provides: resolvconf
Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), systemd (= 252.6-1+apertis2bv2024dev3b1), default-dbus-system-bus | dbus-system-bus
Recommends: libnss-myhostname, libnss-resolve
Suggests: polkitd | policykit-1
Conflicts: resolvconf
Breaks: systemd (<< 251.3-2~)
Filename: pool/target/s/systemd/systemd-resolved_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 287928
MD5sum: 674bf96499cce79b8432aeb2d0e655be
SHA1: 988dab692a7f66f9463a022766dd14401efe92d1
SHA256: b086a7e120f4da0ed43e560a56c6a9004cfb0e7b4ca1dd97c66036de4b3e84d3
SHA512: bdbe29ff2eb1122f1251f17b40264c34e8b5ae031fb393502982700b29d8cb11aaaa0521de886091adc87fab6c67011e192b75fac1daff7b238c197493ca7328
Description: systemd DNS resolver
 This package provides systemd's DNS resolver and the command line tool to
 manage it.
 .
 Installing this package automatically overwrites /etc/resolv.conf and switches
 it to be managed by systemd-resolved.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: foreign

Package: systemd-resolved-dbgsym
Priority: optional
Section: debug
Installed-Size: 1101
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-resolved (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-resolved-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 921880
MD5sum: 987df39b936151946899282211a1adbe
SHA1: 4cd9c72f4424dfbd502f57a6987ba59a26c561bb
SHA256: 50a495ab18057bb5471a1df0a08d3fd558f1bc0e50d886406c9273f120df0cd3
SHA512: d51adddab9aa1a9bab9175f6d2c8cbacf538a07fcb2f3d7d8b1015da52ad7c0058c61240892467cf23e6138be5e197fdf51a08ba6aa9683b2861742509155f14
Description: debug symbols for systemd-resolved
Auto-Built-Package: debug-symbols
Build-Ids: a50fca843490647300c76091fc6bb3a94396ef3d aa1f0a5c8bb48f2a545688f9e262687e17a26b8c

Package: systemd-standalone-sysusers
Priority: optional
Section: admin
Installed-Size: 337
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: systemd (<< 249.3-3), systemd-sysusers
Provides: systemd-sysusers (= 252.6-1+apertis2bv2024dev3b1)
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.4.0), libselinux1 (>= 3.1~)
Conflicts: systemd (<< 249.3-3), systemd-sysusers
Filename: pool/target/s/systemd/systemd-standalone-sysusers_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 128876
MD5sum: 8fbab2f0eb12f8c8d122d247b5344fa7
SHA1: 9088339ac4782f8c75c21f1f5a2e5490d28d50d9
SHA256: 9a40b5262ab76a41078244f477af2e9affa365075cd8730d7e06171bec874db0
SHA512: 9433999bf21d85a633ba5353c2ac84c39eb35a2dca78fc813fb54c22e420b374a0acc2c93b84108d6db420a79d8421cd29f11d8022952c671acb6ad053b9ac03
Description: standalone sysusers binary for use in non-systemd systems
 Standalone sysusers binary with minimal dependencies.
 This package conflicts with the main systemd package and is meant for use in
 non-systemd systems.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: systemd-standalone-sysusers-dbgsym
Priority: optional
Section: debug
Installed-Size: 604
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-standalone-sysusers (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-standalone-sysusers-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 468032
MD5sum: 9238810dc5b58a12458d964f6c6671b3
SHA1: f776aaff28398c860ad9e645be30d21610def839
SHA256: 7f7b8acd03d978cf7f60fdbbe220ae9f031e564d5e614c1a90d664d3bfc4bf0f
SHA512: c1629b8c0d476cb793b73b3f71a1c4cd3c6373bb2bbc746c7bb1cd740d50352cb8aa217cc2760d13bc240fa158da5cf4e911abc0e29c642f5dd05e7a41f73737
Description: debug symbols for systemd-standalone-sysusers
Auto-Built-Package: debug-symbols
Build-Ids: 2e1df32719b8f5afefbf838d9fea4f2cfef9a5af

Package: systemd-standalone-tmpfiles
Priority: optional
Section: admin
Installed-Size: 411
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: systemd (<< 249.3-3), systemd-tmpfiles
Provides: systemd-tmpfiles (= 252.6-1+apertis2bv2024dev3b1)
Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libcap2 (>= 1:2.10), libselinux1 (>= 3.1~)
Conflicts: systemd (<< 249.3-3), systemd-tmpfiles
Filename: pool/target/s/systemd/systemd-standalone-tmpfiles_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 174020
MD5sum: a4987e937f9852f4edfc4f0ecb86b08a
SHA1: adb5fe21faf9e6c993fdf874ace9b2e3eaa2f1b6
SHA256: 9d00515385fd5ed86515db3c91e359444062041ff955780a7a4a79ea69035e89
SHA512: 685ba72959026f8d1191d68007c8098db2dbc1007e793b1a9daa9bc187d8883a7913844b31d5a3ec708c1ebce830be335a36db7368921cf7dd78b60012e92f96
Description: standalone tmpfiles binary for use in non-systemd systems
 Standalone tmpfiles binary with minimal dependencies.
 This package conflicts with the main systemd package and is meant for use in
 non-systemd systems.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: systemd-standalone-tmpfiles-dbgsym
Priority: optional
Section: debug
Installed-Size: 740
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-standalone-tmpfiles (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-standalone-tmpfiles-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 595892
MD5sum: 982f9adca2d3a5beb9869771f98acd0a
SHA1: bcde78e412c754a6a37a2bf733aecc2e4cebf367
SHA256: 97d876e2bd26c7bffcc7bf744fcbbc079b7c54710197a79dfb7da88855e0768d
SHA512: 23b16f9ba3809a90e30a7cfefbe3539822a6dcf2f8bdfce01ca901bcec9709bb3876ad4cabfa130a5993e5de61e23a5222f5ca762dfec7a59d86e42cab49ce01
Description: debug symbols for systemd-standalone-tmpfiles
Auto-Built-Package: debug-symbols
Build-Ids: da0a81b36b8b2103bbf6c0a7c77cf14569882d47

Package: systemd-sysv
Priority: important
Section: admin
Installed-Size: 82
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: sysvinit-core
Pre-Depends: systemd
Recommends: libpam-systemd, libnss-systemd
Conflicts: file-rc, systemd-shim, sysvinit-core
Filename: pool/target/s/systemd/systemd-sysv_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 51204
MD5sum: 502e77036b5d12164bd1586fd3d23966
SHA1: 8d6709b96be36a01dc225c7eb8196607f237d394
SHA256: c20e52f3a938ea46914293f74a06246dad40d3d825673f9a9d794d5b7e7864d1
SHA512: af8e4922c6bcd250b4fb4bfc0fac46301122b4a756428c73e52c8c24315dd2b9123b00325dc7472ade88ceb8a77c97ecce5837f5f5e5e77a3dd537e9436c1890
Description: system and service manager - SysV compatibility symlinks
 This package provides manual pages and compatibility symlinks needed for
 systemd to replace sysvinit.
 .
 Installing systemd-sysv will overwrite /sbin/init with a symlink to systemd.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: foreign

Package: systemd-tests
Priority: optional
Section: admin
Installed-Size: 33076
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libacl1 (>= 2.2.23), libblkid1 (>= 2.37.2), libc6 (>= 2.36), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.4.0), libdbus-1-3 (>= 1.9.14), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.26.0), libkmod2 (>= 15), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libseccomp2 (>= 2.3.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), libsystemd0 (= 252.6-1+apertis2bv2024dev3b1), libudev1 (>= 247), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), systemd (= 252.6-1+apertis2bv2024dev3b1), python3
Filename: pool/target/s/systemd/systemd-tests_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 3811636
MD5sum: 991cb2083e624934eab108f3fe8744e6
SHA1: d1b576ea8fad58bad6832780eca095fd5977f4c1
SHA256: 0341baf45c7cefff8b3a3465ed78d1f0bbf212cf400f2790e463a6f6591f423a
SHA512: 616b01f223bde86d7bbe232446a524f787bd36f005077652708336c0f33f39c9894ead0b7297c553a625bb1709355e4b2b52237e5aa84c0b6a6542781f43a97d
Description: tests for systemd
 This package contains the test binaries. Those binaries are primarily used
 for autopkgtest and not meant to be installed on regular user systems.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: systemd-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 23768
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-tests (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-tests-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 18057896
MD5sum: bd6574d9423df5b3809025fe96d63556
SHA1: d909ea4c38ddf877ba9ce0dadec48ad5f18e2722
SHA256: 3cefc00d716e2aec60c9552b39a4285360fd781ff2884330486110a71ed23873
SHA512: bd86ed12bf6532288b58e738b9c31ef6cee26f422c5bd0ff9ed1a46dbacb001044db3f165ea08796d2d79c203fe2946df260cf99dbb65254cb0ea12eeeaeb188
Description: debug symbols for systemd-tests
Auto-Built-Package: debug-symbols
Build-Ids: 03715c3ac43d551c99a951bebb21ea124af7140c 03d967472457132dc4d911fb3e8b2f54513ceec9 063c4227de1664ad413eedbba6b254d2c95e1a38 078ddd4837a5421d1a8c7ccb9748f90ebd5446f7 0819523f1307bdbd63d8af7dc56f235cd4fa3e64 082433018e0637c66cafbd0f9c256bc11d18163a 082d1886b356a1dcc1a96fb2cb72276841e3a77d 093a7400b5059fdd838b6651da3cd0233f31cc6c 09bd0a04249c3f1d89f20141290c0047a2ce7559 0aaa179ef8af7fe226fafcf116165ec6e60eaf9a 0b4bd77b0aa6e8f6a4db8afa0c3544d4e50eb64a 0c1bddac301ff1f886154b429b38d5d9bcaa2ff8 0c9295aaf696cea78213b52db8a96c3e61b3909b 0d58ff799f2d0d785cda880ac263c1afeb05ae2f 0df9ded0d822ac2e2f57318870b7659eb53287d9 0e3d3544a6e652306f1c88a6c8339975824af620 0e59f36e86e560a80cf4b41ec23748e8d5a21207 0e9c8836ba722d7b4dfac912e093078187d6176a 0fde96cd2085a1ed7d1ffedca7d8a51172585120 1233d1c1e7da684ef6724da06ee543cc5939abe0 12dd99c7a9315925cf42b082af578626bb8e4619 1304cd49c011eb7d747686d2715f4aafa031ea7b 130826c734944e1228fdefa0c1ec61c1aee1d086 138a32e9274ee5ac376315d7cd9eb04b33ef8062 14977edf69f6132809dafa2a2239cbcb8d6c365d 15392ea6be1c231e0b730c0bc4a09ed821af6775 179940f0a835258d3392c2962d4246348bb30620 19676f2ff6b3db53a0897f672994b8e33c3ed6e5 19e36052e5f9ef6b3cc8aceec47df02306d0a8bc 19f2e5e642c0c9e86088cb4fa23c4ab47b4cb259 1b53c07be4cbcbfa571822b2fd6c09da066c9b0d 1b684ffa93e84ef6a0bb33a1ebbbbeee86252241 1e8c92d8ab31c2815ee4dd735399b5168b55a65b 1ec8bee28e9f3cdb3a991a158c8afe5422ecaf77 1ed120059870d806f3ff7c3a43feb8b7b3c59187 20847111689340c277e4d6ad46a4873ab6bc30c9 209a9c6d280ab1084c0a2555f67f1b0f19bd057d 2111740cca45e4cc1b2ffd6400558916f83abb2e 217c3832a920b688f98e55140ec88ec38ecbfa84 2368d8db625c5b9f7a494c075e93151c249c0f89 2491a2c2ff649cebbcd99a457c464a15c7b2e3b4 26b91aa212e6ef8e36ff8078aa78b673f454477a 28250b363422cda64ecf30c012b2e62794480c31 2916d27bb84857a76246d5760cbc1332cb4cc82f 2b3c908585401e4008ba097fff9a7845320e7838 2b8f63da63d6ead79d9b3ddf4c68229460a9dc1a 2c23969f05bfa19d77e9ba9baa61ec603b12366f 2cb4813a7a9886a48158fd3d62d33bc329f2c005 2d5cad442db0cad318d4c270203c69deb902242b 2e94e9c5b0eed742bc3e50327fdfa6415459d636 2f8792ea1c40e84d99438ee5ed23eec5887aa48a 3111f890cd7a427765a87e05b5b1860748c62f8f 315e52425a75fe6ab6aae6ae218ca01d911264d6 316c7c8ae94110de16583e89ba2dcf3583f32d69 31f1498d828bc57ff07f93186d66e7b808acfef9 32742b844b4b917babee3eda0f2704e80574d122 3353f8d71a47cfc270c86237f5783d6dc9b3e02d 338da0ab53c64abb2528391d57a9d299dfff9fc4 33a16902bbefd0297d84f2690ae05ffcce130c7b 341732b83ae83838f0b2e600cf2128e753f6b2f2 342551564a0b00807ea7f12561bda28519b04b92 3497b649023e2a16488f90dc1accb3a01c8d17a4 34b1e2046542433afad9e581a325805191036611 37272821ad488df371915ee74adb42dd66fed30c 375b36fcc975dfacea36386681d384a857b54def 37b1aa95587396db2bc04aeb6fd3577cfda8778f 381508b35a202b6c2b100780d82fb2d2ee910b57 38994f0a3e38d91ae5b430609303e3d9cc259054 398c7ae1bfeeb7d738178b2eead62c2a6f4fb235 3ad2ba739a80eed23c86c36c256d9af509fecdc4 3af3511dcae93e11e7da787781c4b4def0737118 3b978e5660e361d1b1c22793ccda460d086bb35b 3c4fadc354f4cc310c57df81ed2c06be57ad2b16 3d34df305181124a9a66861c00fa7cccbd27cfd3 4025bedac04761b814d3a0578c4d034aa7db5826 410fb2a8967d0b1b4f61f81a048c7dd021ff0cec 4286c0b39528303910d1678a663796893f1bb594 42a833bb8d801238de24313d8edc91ab13311e27 4327ebe668bfde172013fdbe7e3c7111e09772f2 4495031bf4d66d2b470bdb53f96bf4b2ee0aed8b 47cb0b97c077cd02be82781255546d0365ae2c4a 499e1770d0d7108b1a8439b95bfe78389ef205d2 4a1950ea17527758f040b505db562e6bcc5a5e4a 4acff17bd4d1a4aaba0d3b435d8b494667215929 4d536bfcc19e5b5335fcc66773351d72f5351560 4ef204ba30bb9e7bffc21c546308f92585f53d91 508cff2d115482c58ad685bec4c05d99760cd994 50a0d8609e9406da0fab31fe2e77dc24247dc41d 51435075b5613fecc726dcee1412f4d0341ab820 53a5362f7369139e6356e6c36cd6bbd100eb8178 56728485f303f302136eabf34cd48f916cc7de1e 56c3ca4150de0145f39ce8582a90919587ed5083 57a46188abd91eba3d95ae5aa0f1f58720e48c9a 591ab0f6766095dcc1898b84c88311540ed298d2 596598a34b5ed06436a8d3a7c5abee44c24e07c6 5acf2b49bb1026c8c72eec066b5fad8d92a728b9 5cc0852d9083d85e78df714a55b676efd06691ee 5d1191932a49fdca6689eccad67c6d751b47be6c 5d477686ca12e38526d195f7fdeaeb5b7e814d32 5e145154281ecb4de8acc67f0c4e683fb3e40b77 60be40827becda8114e468c874abe814fcb2e8d8 60d619400e4b66b49167256b4ca6d8f710831675 627b6bde2bd45fd29868cdb45b8771becff9afe8 62a33844cfcff9d39ff7a47e21b91eb0522f66c4 6510c5349a12640e8962d86a3d495785ef5119ba 652e0789ab08ea48ccbb840b2c669d8e36d7d652 66d86f28d4b1ba0173f6d9e3906f64f75aeeb166 671b8144bd5d469d41e2955862599d259169d78a 67cf2a9e411df71c65a1c45bcabd1e5e495425b6 68aa67c8a2ee9d81cd2abb57ff8e6a3dd5995c59 69f348609f15564c267bf6205fdf92d9240dca61 6a5908abb48cbf6436e01b2dc0e50a8906e29659 6ab410c36eb908a01ce426c13a96193be4c2183e 6ca935d61945a86efff006237ad1a3a8d114076f 6e0b51a1740f4aa715c608facdb70a8a6d5f0540 6e5b87b89234b9b2e1c14a34fb35904e0216ebcd 6ee24d455e76a00958825e767d725897907ab50d 7061489f130aa4f691782e86c0046be78bc6dcae 7078faa4ae7c92df6b0151965590e3ae44693207 71bc34049bd5e47f36cb8902fe67db989691c8ff 72a9b8061de5df8a87e4d281cb09cc00268ac0ad 734d4c0493f7fe28842cc6b19dc944cb4374bd4e 7832da914089d10741f08d731374466831abe06c 787a6a3ae0a668c986d1ced36f8fa798308dc834 7899fbf85c8b3f63c0fd854f7cfe258d0527efeb 78a419319d4d7711402f982e1a30524e9f0fd402 78e1216e02f6a235fdfd0ed2b717262c82994545 7923959df8f2f6677e6e4ee2fdf55dc62d580435 799e024a9da642aeff1e9a4dcfe757beb77068c5 7a014fd1449d19aeb8d67acf62c3fa940b6eacd9 7b1fc783a3904083ec90a3491f4de181ea98c533 7d0ebce014f2e26349f3b84486d834cec96ef86a 7d2a81f0b99143be1e48092f2857589d557ad438 7e3bd835f171bcc5242fd3d946a4d967007f0f3a 7e911fa390eafd086e37750b1af0d6e4a3634633 7ffe186da5202752f3289836e7f11e4387959895 811c3aa2873b30362a30fbbf48fadf7e34c12af9 837b0e78b05ff6770e38f03413afd3fd1901f91c 86e8db2ef8fbc2378274e8255cf8fc86cf5793cb 87a794829180d4f2882075875e0a880a6fbbce5a 87fc921ee1a89f4850ea51793a14d620395ef54c 8838b06a2ab98ff85a5a636b7c492d362441e19d 892dd76704331775d545ff3820bb1d557bcdfb26 8a5063aa0a1c5e47f4ec6b4aff5d6dfbde795dd5 8aa25db50544411bbb3a5d4ee4bf271071258588 8ab8ee7349c3096487a58423c4bcfe1b13baebc6 8b93fd72cd5120ce8ceec7c64727fa1527f3fd3e 8babf3ab696aedd0924723eff50f56e5ec76f4a3 8bfce1f7760d5caa046aa94a19d26a241d7cb640 8c355bdd077090b3c6642b6ce4a55cfb68f246cf 8cb627c2129e0e376a6175cf3fe5ae58a87376a5 8edcf58ef308bddb213cd4c2bd2435f7226cad26 8f0ca6ef9f8805fa5b6e571dea2906d957680425 8f2ac3491471c399339c368eff2880bedfb8400a 8f7c823d2e0848018d7813ff0a6401816eef6e0c 8fe86f2107abca525d300dc5a3306881de112af8 904c5c40a70fd6fd8f06b116aa8cbbe859b79a45 90d847d765f2d6fd7c453e7b7cdc70dd3c48b8d1 9190ddd1d7b56e39bb23ce6bd5eb2ff017622730 91c3fe0ecac4f6010ea08079603a3c18e41abee9 936d5220870991fb3974b4386b4b181b45ea6010 938d0b47c1d7eb7ec5507e5fb05ed80ef353b1d3 9435e3e9b85e7af73753a2178bcaf6edac96a9a9 94b8f7ac56c6140b3fce294c82eca4c2a7022d1f 95859f738ed60d2aab9aa7f2e9ded6f17ced8238 96cd028c631f1efc676a4f139411197c618f5bd0 971fa5b9d5c061df0c3896600eaed8b79e1c4722 98c08fbd41dd1e530ab8d0c05b4b1512bc285983 9903c6ff7bcf62f38ec2fe2194b1176f087db8c6 99a7807e303b31d0af1c7399c65a5ef8f97fd53e 9a1bad02fd5dc846b75262e2e4294046e631061f 9b0ec24fa00dd6367736674da672fdfcd626bd05 9c837e7c0b655096c60168820dd8167f7cd5b377 9c9a52efa74efacc2918423d8fe2ecc73f28b58f 9d0052d4caab6eef1151e021ff26ce69497867c1 a08f45343cc69e88761d4a5e6ac7aed1e7026e71 a1f79b34ce28c41699c01eb0fbb4117a300b8500 a25276419a0e0efc3e65e078ac852893ffb94d8f a4d37b2766852cab78ea6947b60657be41d194e8 a4d789765f5e5e2fe95ec0e4a7b302416d5925f7 a55571886f25fa9f8dee1d81787943a70504d44a a59a6f79b55dddf54ca499b7c1142c4695a8f53b a62a8cc19e77bb3d2adc31f79ba690445ed55959 a63f8a4a7e27fa5280c9ac6d748fd764ec543406 a64fe7fc4a11ba2a07fbc127610022c4e700ef64 a764b6dcdb05f4ab330e551a9509680c82b96df7 a7abbddeb28bfffad7258bc6d540e9465a22c07c a816686f1d8533fc0b9a1c0720326300e85283e1 aa6eeb6f643f56aa7eae8f85da2284e305ba477f ad43d81b8e01c55227b614b935ae557d682f8c30 ad53f9640fc1ea1dc96cdcf10cc6b76eeda03ba2 ae6e0165bfc57c904d8dd4edb3039958acaa03e0 ae817e2e1bae4104576152305bc1dc13ef90b967 aed392fdd4b36d47b391a6c3de2f7b0634f709e7 aef33eece620584a059f94cb27e8629b6634f36c af28f664e200431265406bc356e6925f1e512eb5 afb18d4a31b49ef8a9f341e4980029929bbfdb7a afda585df6730cae14c77f94d75042e2db709adc b24b9231e62f21207de849ef203039515cabf71d b2d1b3ca4add414f1563920a4cd6f5b206cfee23 b3114268a0bf647ff479a0bfdf68daadd66af030 b63d1ee0088dee34a2d0c7432c7680d705e1e596 b941e996424684acfb76e513b831a5b8315d6102 b9524b37de308a823ceb7370c5fcda740dc871d6 ba2a923a20fc6eee5dfe50a633d592619514072b bb1a89c97832235d01f8493a1158037a15728e2e bb4cdf863b33bcdd450054201367c6ed262972e4 bd661dabfd88c36bf0a68bc25bb34d839221b8d3 bdd7fe8621f3392e8a5cbb9c99926e69f2facbd8 bf4235642bbfedc2006a7557814199e035062291 c00b403788d070fd4c51099d34c75e5af893bde9 c0216b2516795566c158339ebd597de06719d49d c1c4e04ea840d8c26f246644fa8e694437424c62 c1ce823e2b2662b431183497ec3517384e0a6378 c42973b8859011f88c2bae9d1722aebcfce1df86 c4d329bc4fde652615380ec32e74f7f81aa1dcb3 c6d9cd4aa051db9f6bb987c046e26e4ae3be72f3 c6fa2b805fc6a794069dcd74a3dfec0d1d7db14c c75f6be2788d278fb21d898cdf0c677b15e7b525 c7691ccb3bcc856288a3631b37a0f824d3a1295c c93d088bf324cb3694d25df7df77b3eece59fac0 ca94c370f49fbfbfa0eaf1f2ffa2f7fcb14c1bfe caaaca0ad4c35169d85c106b206c5812fefa8fca cb3755c689ea6163e832ec1007944ff19793ad68 cb4f66525b9e6cbe96bc64607cb81299c26822f2 cd5320cf3e116b0aa613ec9e4bd27df8490565bb cf900526b3deb100e180f70c537ef300930a6a68 d0831aef3bb225a8f95cda0cd629f5dcae03d4e3 d1031ec9f048f6dd373afd0ac19f694601b3c7c3 d2f00c8405e8727f0866b47cbb582bb1302782b4 d2f0eba9a27a644cee76ca8eedf0c2f157e31ebb d38328ff8f7b06313bb39c3d097616a093a22198 d3a4ef2fe0e8faeb768a8eddb66810fd7fc37908 d4786796d26524f407e062781530bc4692520247 d5290d7e86ea967030299dcd7357caa36733a2b5 d610293af0fb4ed4f00994d928e94565272315a9 d638b6e44648f47dbf049e4a93b63d70442d6e9b da53198f1442a2e8dac621a2e99e77bdab80df05 dab5f8e2272ac7c4d5b1c2ec6071f08d262c6c54 dc12e884cb9f6b4eba9a24464eeef3ed67171184 dcaad5dc5fcb13293b30c0a6c292be6432a2487c dda0c675b4d1d12a90b9afbc799c4981b7d505df de6c1008aec766c7c3536bdb49357bbaadf5ff71 df14bc9d25b75da95a5de978a3721a31cc6748a2 df9acdd131811a58a14a1419608274497ff968d0 e11b5b4ab9c798f547748ba75322c4ddc432e753 e1cbd23664e8a087a73e1510782fa336bf4cc2df e532ef7fabff99cff506e0abdfb5c178d66881f0 e53ff41274fc19db9df86560ba83184fe7509675 e5428b12ee7c4abce364c4384fbb383dc85593f2 e5edab03a3e357bef48ecbc474d380def4b98f44 e65c1509955057d587743c8469fe1ba42f798369 e71e233f50fe33121f6f5ddf660e75b3e26417db e83230415ddc2ec062bb5908e2ea7a2842b6cb63 ea910ad4a9a76aeb26a4f637e863e376fd935541 eba7e487101dbc8061f0d9cef2be983f5afc5e80 ebe0e850e8e1653d2912b38a8d452141e043f969 ee5fb32dd0a8004c7cfaebbce393227da4dd7040 ee74d817eeb8d9d2565f7e92effd6264cf0f99fd f0d3b568eb20d575c2599d641ef6ea89f8a922b8 f263dc8f10445970e8eca585c541980c620dd8a1 f40ecee4b7c371c4721856d65064b98fe0939fcf f4c1150d2f968ee81d0acbc6f7bd6a9829f318d1 f4f7dffc34507c913c4869ca361f655a269365fb f55726a4c141656a8785827b24580b8960647f07 f66f3b9d6a8c1e40573d84f4c4c72c2600f995d4 f775ae757ed626790b912c9fa72364e6848208ca f8277dfc775e08f400df2da1ac53c4047bbc4d3e f8677819874961f71871566ea16e971067fb9b44 f9a0e144294a3f1e5e10b932637bbcbadd2492b6 fa2340943f6c218a66cf7e4a62a97342ab3426d4 fad12380c802140b236745889dc9bc815bf16657 fae31739c82d04322d74da0a45ee7b2b6af82ab6 fca6daa8334f6e3f376252f39984588615f2c9e7 fd6891478b2c8e2c0fa13b51a35f88682d5b9bd1 fdc66c837399ab3a59932bfc0adc159df427ebad fddc8f0f12ada85e5de11ec57ce08bf408498d29 fe88d94d4638ec589a726c194db973df176c5d6d ffd3319239b4fcd330d6fe410d0ee22dc19c4996

Package: systemd-timesyncd
Priority: standard
Section: admin
Installed-Size: 169
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Replaces: systemd (<< 245.4-2~), time-daemon
Provides: time-daemon
Depends: libc6 (>= 2.34), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), systemd
Conflicts: time-daemon
Breaks: systemd (<< 245.4-2~)
Filename: pool/target/s/systemd/systemd-timesyncd_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 70476
MD5sum: 5882f546dfd6f2e7d74b4dbd388e747b
SHA1: d86a631e4cb4381c4af39f70e7260ee075ca2337
SHA256: 2fe67be52e0d0cec774c8cc051568eaa57cc38caa4c01c6f0fce5a3cccabf10f
SHA512: a336cc990986f23599e426b703234b3fb6db7db4b3aff882b058c6434f0145c78f1776cca887f0b3ca132c6c23c07d6d549ccae1eed86d3776d75788ba5e8594
Description: minimalistic service to synchronize local time with NTP servers
 The package contains the systemd-timesyncd system service that may be used to
 synchronize the local system clock with a remote Network Time Protocol server.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: foreign

Package: systemd-timesyncd-dbgsym
Priority: optional
Section: debug
Installed-Size: 93
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-timesyncd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-timesyncd-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 66268
MD5sum: cadedd07ac2c859bb0161a2299777e08
SHA1: 02747e2f1d59d636739b7194cb91716f7832cae2
SHA256: 741ccda8753e3857735131206280cba86fa24027377dabadf08e3fe1f5b77591
SHA512: 7056fc74d23f1fd1e60639dbca7bead1a1ff9587ef80ed71f94aec9a8e5e2752b1e31bacdef781869b70ffad3c80dae8f8a6a5200051024d9806ad2a02b7385a
Description: debug symbols for systemd-timesyncd
Auto-Built-Package: debug-symbols
Build-Ids: aebf33d92f0796d0818ac5990df4ff3d5bab2990

Package: systemd-userdbd
Priority: optional
Section: admin
Installed-Size: 287
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libc6 (>= 2.34), libsystemd-shared (= 252.6-1+apertis2bv2024dev3b1), systemd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-userdbd_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 77608
MD5sum: feee5396978050329fafaf8e65b25c1b
SHA1: 525d1a168cc2300b2eee59bfd00af20dbf63f3fb
SHA256: 139042bfa714accae6fbc6c96ad631c60bce0db7bc7f9f793e0a7d2e7dcd5bb8
SHA512: 24334ad6ca772e320cb9cfe7b5520d8f8282e3966b21ac4b2fbab1333403e777cba3066a7f6777689cafe3c4aa210355b62155234297e73d6617781e8766a934
Description: dynamic user/group manager
 systemd-userdbd is a system service that multiplexes user/group lookups to all
 local services that provide JSON user/group record definitions to the system.
 In addition it synthesizes JSON user/group records from classic UNIX/glibc NSS
 user/group records in order to provide full backwards compatibility. It may
 also pick up statically defined JSON user/group records from drop-in files.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: systemd-userdbd-dbgsym
Priority: optional
Section: debug
Installed-Size: 131
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: systemd-userdbd (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/systemd-userdbd-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 85608
MD5sum: 301f1fc65034419050618f28502440da
SHA1: 66a15ef507e5fccd7cf33497f9b000cbf3c0c5f0
SHA256: 633d4848bd8ffd4215af1bbedc7a021af6028544f0d23c9e38ce5af778c09ba3
SHA512: 2893ee280a7da913dcaa02a849afb81665315018645d944ccfb7196acd8a54b69945f1195ed59fddd09308c2dd2b0c5a3813c914c960b1cd88ce2b8a6c9b3e0c
Description: debug symbols for systemd-userdbd
Auto-Built-Package: debug-symbols
Build-Ids: 34b8f332b0c3f81128b29a533fde0f8185a7e942 4e41b8ea7afec20f0dd306f6a2ea587a7c977c14 5b5292d8a6860e4d5e91c47d31c4c4d52abb4d15

Package: sysv-rc
Priority: optional
Section: admin
Installed-Size: 87
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: all
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Depends: insserv, startpar (>= 0.62-1~), sysvinit-utils (>= 3.05-1)
Filename: pool/target/s/sysvinit/sysv-rc_3.06-4+apertis0bv2024dev3b2_all.deb
Size: 38916
MD5sum: 327938cb9351473b26e1c07cab80c2af
SHA1: 4c7067de8ab4f467bdd35aa4415e40f9c404f14c
SHA256: d7741533e99713d797254d3ef7a52c2d4a71d7039d26305a703f9b4bd608b3eb
SHA512: 776f70553bf2e8ac028bd11fc91f416e0e57b943098abe302e1163e64d6539f7f120fe21cd6a71446c9462caebe277fc6a8f92e1e27e9daa4efb08d6659f0f21
Description: System-V-like runlevel change mechanism
 This package provides support for the System-V like system
 for booting, changing runlevels, and shutting down,
 configured through symbolic links in /etc/rc?.d/.
Homepage: https://github.com/slicer69/sysvinit
Multi-Arch: foreign

Package: sysvinit-core
Priority: optional
Section: admin
Installed-Size: 493
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: arm64
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Replaces: manpages-de (<< 4.15.0-9~), manpages-es (<< 4.15.0-9~), manpages-fr (<< 4.15.0-9~), manpages-hu (<< 1:4.15.0-9~), manpages-pl (<< 1:4.15.0-9~), runit-init, systemd-sysv, sysvinit (<< 2.88dsf-44~)
Depends: initscripts, sysv-rc | file-rc | openrc, sysvinit-utils (>= 2.86.ds1-66), mount, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libselinux1 (>= 3.1~)
Recommends: orphan-sysvinit-scripts
Suggests: bootlogd
Conflicts: runit-init, systemd-sysv
Breaks: manpages-de (<< 4.15.0-9~), manpages-es (<< 4.15.0-9~), manpages-fr (<< 4.15.0-9~), manpages-hu (<< 1:4.15.0-9~), manpages-pl (<< 1:4.15.0-9~)
Filename: pool/target/s/sysvinit/sysvinit-core_3.06-4+apertis0bv2024dev3b2_arm64.deb
Size: 182552
MD5sum: e77760e0de02e2406bb9ecdd890540c3
SHA1: 0b2a9c6829b5f1ea1ad12ff2bd3a1db3991e4765
SHA256: a3528f7752f865e69fc3de7ce052be62a1b0eba2d48bc1e7b6845cf0d69f8d39
SHA512: dc7f41695eebabc23a3fc5f44e440d410023ea5eb0c327a6b29ae755d67b985dd9bbdf0307ffa0310607dc093678f14a52f3b536dd19654b4cf2894c3c929043
Description: System-V-like init
 This package contains programs required for booting
 a Debian system and doing basic process management.
 .
 The most important program in the package is /sbin/init.
 It is the first process started on boot and continues
 to run as process number 1 until the system halts. All
 other processes are descended from it.
Homepage: https://github.com/slicer69/sysvinit

Package: sysvinit-core-dbgsym
Priority: optional
Section: debug
Installed-Size: 135
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: arm64
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Depends: sysvinit-core (= 3.06-4+apertis0bv2024dev3b2)
Filename: pool/target/s/sysvinit/sysvinit-core-dbgsym_3.06-4+apertis0bv2024dev3b2_arm64.deb
Size: 86260
MD5sum: 8c1af51323ae690d1e27966d54c45756
SHA1: 0086506ed941e4d132297a39b7b308f6963365b4
SHA256: 1676f623d2af07918ab6acaef86afdba98da7f2213e513e55c583ae7194a4450
SHA512: 9111df28858ac3f8f499e922b5e804c8b176a9635dd55a7d55b2a221d267a4b20fdf3e8488229babe94bdc9c467e23ef7c7bdfafaaa9e9c5c6dda7a48e4de0ec
Description: debug symbols for sysvinit-core
Auto-Built-Package: debug-symbols
Build-Ids: 21805bb4b1877349c211cc778c9980c2c75db2c5 2e87c1e4f747a0020d847263e6d5384c75c0257e 9fc6fb42ecd4b69dfb410924158ec8498fd63565 dafc0a95512d6419f34eaf87936fc2dfa7744d55

Package: sysvinit-utils
Essential: yes
Priority: required
Section: admin
Installed-Size: 195
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: arm64
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Replaces: lsb-base
Provides: lsb-base (= 11.1.0)
Depends: libc6 (>= 2.34)
Conflicts: lsb-base (<< 11.3~)
Filename: pool/target/s/sysvinit/sysvinit-utils_3.06-4+apertis0bv2024dev3b2_arm64.deb
Size: 32360
MD5sum: b231e7d6dc957007d794fab62f34b1f5
SHA1: ce59a467ca7dcbb026b02fda963b14cb2c8c1785
SHA256: 0a3a27b35fd70d7da9963fe34e3627593d2a5c6c051c98933f4130f5e0e042cf
SHA512: 48a50593535c164f937a493e0da610d093b43bfeab3148834d2b05fc4b80d53610640ae97c7be20d0ebf06f1aa1222036dad9fef8aaffefdde7edf1b96265a71
Description: System-V-like utilities
 This package contains the important System-V-like utilities.
 .
 Specifically, this package includes:
 init-d-script, fstab-decode, killall5, pidof
 .
 It also contains the library scripts sourced by init-d-script and other
 initscripts that were formally in lsb-base.
Homepage: https://github.com/slicer69/sysvinit
Multi-Arch: foreign

Package: sysvinit-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 55
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: arm64
Source: sysvinit
Version: 3.06-4+apertis0bv2024dev3b2
Depends: sysvinit-utils (= 3.06-4+apertis0bv2024dev3b2)
Filename: pool/target/s/sysvinit/sysvinit-utils-dbgsym_3.06-4+apertis0bv2024dev3b2_arm64.deb
Size: 27916
MD5sum: 5271a34bbc299ead766af3f5dd44648e
SHA1: 0cec37b92e23d26173de9a8167ba6e0b47fb9652
SHA256: 3c37d9e13ec3fc45d3a56b7eb46228949e0e3b76960a514e5cb4a375a6f9c4b9
SHA512: 719a7d746abef1aff72cc0626d9bcf2b9b3a999f54d358c4daf0a44a26ce95934e8682127d10cb69675dd2bd501df884b91993890aa979d9f9f58a8105dfc344
Description: debug symbols for sysvinit-utils
Auto-Built-Package: debug-symbols
Build-Ids: 07d1b7b46f57779157be8523ac62e57706883641 270c8149506e34285c60230af712201a760ff1fd

Package: tracker
Priority: optional
Section: utils
Installed-Size: 2033
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 3.4.2-1+apertis1bv2024dev2b1
Replaces: chaiwala-apparmor-profiles (<< 1.2019.3)
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.55.2), libicu72 (>= 72.1~rc-1~), libjson-glib-1.0-0 (>= 1.5.2), libsqlite3-0 (>= 3.20.0), libstemmer0d (>= 0+svn527), libtracker-sparql-3.0-0 (= 3.4.2-1+apertis1bv2024dev2b1), libxml2 (>= 2.7.4), shared-mime-info, libglib2.0-bin, default-dbus-session-bus | dbus-session-bus
Recommends: tracker-miner-fs
Breaks: chaiwala-apparmor-profiles (<< 1.2019.3), tracker-miner-fs (<< 3.1.1)
Filename: pool/target/t/tracker/tracker_3.4.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 483596
MD5sum: db415c0a4bb9c73738e222cd9653655d
SHA1: 61723fbd84f29f72d31052bb5e3c765eeb2d777f
SHA256: c17eb86c3aa488292389fad45c40c131314c5fd68a3ba1effbaeac9d294aef47
SHA512: 83d300f097c2abd92baacd04c00135623741e860b7f2d94418834ee254c6f565ede9ff404bb84039af0266f11d42cfefff6036919e84535d37c257982d1ac296
Description: metadata database, indexer and search tool
 Tracker is an advanced framework for first class objects with associated
 metadata and tags. It provides a one stop solution for all metadata, tags,
 shared object databases, search tools and indexing.
Homepage: https://wiki.gnome.org/Projects/Tracker

Package: tracker-dbgsym
Priority: optional
Section: debug
Installed-Size: 956
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker
Version: 3.4.2-1+apertis1bv2024dev2b1
Depends: tracker (= 3.4.2-1+apertis1bv2024dev2b1)
Filename: pool/target/t/tracker/tracker-dbgsym_3.4.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 831500
MD5sum: 031cead8952ab4030ded8cab32cecd18
SHA1: 70e73b7c3ccc4aa145f83b25dbc5ad64baadc144
SHA256: 3419b29fd5edb08fa0941bc2c037a77cec3f0c33367debd4223886de2a2d27a8
SHA512: e17f25584e376c7fa3abe84d344838780d90fb4062dab7e14016c2dfe3c88ac3fee624ba691d3b510f2c4a377883b5eb5e922043ab4b998639fe40b1af8c4a51
Description: debug symbols for tracker
Auto-Built-Package: debug-symbols
Build-Ids: 0a00f05ad2a0ad70e8072a0b1ad1e6dfee4169e1 0fe53904087e22e0a61b9a194d63f73c2648159c

Package: tracker-extract
Priority: optional
Section: utils
Installed-Size: 5088
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker-miners
Version: 3.4.3-1+apertis1bv2024dev2b1
Replaces: tracker (<< 1.99.2)
Depends: libblkid1 (>= 2.16), libc6 (>= 2.34), libcue2, libexempi8 (>= 2.5.0), libexif12 (>= 0.6.21-1~), libgexiv2-2 (>= 0.6.1), libgif7 (>= 5.1), libglib2.0-0 (>= 2.70.0), libgsf-1-114 (>= 1.14.24), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.20.0), libgxps2 (>= 0.2.1), libicu72 (>= 72.1~rc-1~), libiptcdata0, libjpeg62-turbo (>= 1.3.1), libnm0 (>= 1.0.0), libosinfo-1.0-0 (>= 0.2.9), libpng16-16 (>= 1.6.2-1), libpoppler-glib8 (>= 0.85.0), libseccomp2 (>= 2.1.0), libtiff6 (>= 4.5.0~rc1), libtotem-plparser18 (>= 3.26.0), libtracker-sparql-3.0-0 (>= 3.4.0~beta), libxml2 (>= 2.7.4), dconf-gsettings-backend | gsettings-backend, init-system-helpers (>= 1.52), tracker (>= 3.4.0~)
Breaks: tracker (<< 1.99.2)
Filename: pool/target/t/tracker-miners/tracker-extract_3.4.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 701012
MD5sum: 4049e75395ac816c710da552582bd256
SHA1: b7281e8ebd30fb37a38470a6ce54fde63531b5f9
SHA256: 9769ac9ccf109849a1acc787b1c6861738231905dcfe9d615f7eb0d3a5d4a574
SHA512: 5098740f20923332aade87ab047c46ab22c031142b02eb70b3faaa45844920de5a68f0c00c8a60c5fabb93dd7535207458ee8923a2bea1975a3f87cefa7755cd
Description: metadata database, indexer and search tool - metadata extractors
 This package contains the metadata extractors.
 .
 Tracker is an advanced framework for first class objects with associated
 metadata and tags. It provides a one stop solution for all metadata, tags,
 shared object databases, search tools and indexing.
Homepage: https://wiki.gnome.org/Projects/Tracker

Package: tracker-extract-dbgsym
Priority: optional
Section: debug
Installed-Size: 1952
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker-miners
Version: 3.4.3-1+apertis1bv2024dev2b1
Depends: tracker-extract (= 3.4.3-1+apertis1bv2024dev2b1)
Filename: pool/target/t/tracker-miners/tracker-extract-dbgsym_3.4.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 1355440
MD5sum: d1c1be44543d1db76cd2ec708a5160f1
SHA1: f732d45749667b49a0583d28a6a9451628388e9d
SHA256: a02a590485aa9f731a09d81637f90f3b7831516683d1b10adae50d1554de0251
SHA512: 593586e48b889b50bbe5f2d2ace00ad46fd21f21af9a455beaf6c98ca97e89c57dc4b9ad0730485d200252d61c4e8ae96a402dbc585b7dfaad5d5aba39290a22
Description: debug symbols for tracker-extract
Auto-Built-Package: debug-symbols
Build-Ids: 044b6a3bb8b14d4ef07bce81f21ae6c1adb9cbad 09323dbfbb7f8dbeda2ebde2c753506fbaf3579b 0ccb13134e4913bde58d6398f1ea9f27cd4c463c 0f4765e95196b899afa94b9c7ed7da06ab295c01 13ddc2e4266c6ce90a5f375a2302008ada430928 15f69d16592f3e25511871bf6cc276e565f1bfce 1ff27db696309e7a933a7aa215643696f12ce06b 31e4bd7953ac0e94f4794670083ea8400229e688 44dd94a0032c3891021fef3ff0a41d0f354e99ae 47523f09f6fc67c62bf0f6187da6d7ce567ccd8a 47a7abee835d78180c224c1ec34bbbff0811eb95 4a7c1728a7ea6a7e34d8c5ae9632e77edeff38aa 6241b49e0ef554aafe4e91c7a56879fadcd887c9 69fb6bb644624c77a5740d4c9c77c44fce57a9ac 7471e393d7435937d870ce5a0ca863c1b4dfa6fd 7696bbecc75be5e0fbea08b499a0e43aa810a1ae 76f9abed79b45ddc4c01ec25b20f66df622d91ba 82824a79caa8815641fa0f4b7d1e160f7971177a 87dcb123cb0059598880787621811b9a8fcb9f82 8b8712102f1966376e156038c45d482e8031d1e8 8c5bf99f3270cf533c41e2c7f3ac91d92510b2ff 94ded0209b3ba255e8ee54e274fba2c809077d85 a15b4b3cb8e7f6b6561ab70b0c79fa1ec331fbd9 a29c452ae7419c1d0df68b40c040971fada887b9 a2c88d39e60ba6f0dfeffe2d4540cc104d3a10da accfef3ca8160602ef87031cb6d0fc90ccb9bcaf b1564f741dceee4b63b87ab47b08031e88ce15b4 b2b7b2556f86f0fff13b388d8d2fa56328ac7a7c b7f730a55a1b896e2455311c85e12d0c97e31e8e c085a6e82f4fcbf2986aa639d2915bfd53ec7ecf cd599825c839cb24171295214a6fb8226c21d348 d4fd275ed150b3ad9e0f096e1f91fc43e172fcb6 e23fe970f143885a0ffaf64d46f21e1044eb9513 e39d0e0d698f1911e3e1e08b96b8c4b33318766b e90f9374f528650c6fcf3e75e3093083608d0a84 e954e58856e1f7d5039447f1f3d5e5775fe67126 f0ea82661e73827130d1b43dfddee5961a286b82 fb2cc6b4512797434d2417bf16569b75d911c531

Package: tracker-miner-fs
Priority: optional
Section: utils
Installed-Size: 323
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker-miners
Version: 3.4.3-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.70.0), libtracker-sparql-3.0-0 (>= 3.4.0~), libupower-glib3 (>= 0.99.0), tracker-extract (= 3.4.3-1+apertis1bv2024dev2b1), init-system-helpers (>= 1.52), tracker (>= 3.4.0~), procps
Breaks: bijiben (<< 40), brasero (<< 3.12.2-8~), gnome-applets (<< 3.40.0-4~), gnome-books (<< 40), gnome-boxes (<< 40), gnome-documents (<< 3.34.0-4~), gnome-music (<< 40), gnome-photos (<< 40), gnome-usage (<< 3.38.1-3~), nautilus (<< 40), netatalk (<< 3.1.12~ds-8.1), rygel (<< 0.40.1-3~)
Filename: pool/target/t/tracker-miners/tracker-miner-fs_3.4.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 65200
MD5sum: a3b1b1ff5f0859ee5f61743a90ed6a69
SHA1: 6d5fcbe27777fe9412c19b4d937034f34c655b8a
SHA256: 3f61650747943d00f5d7718cdd2ad9ac8a38d95be80bd9b67a6a6202b3aa4cac
SHA512: 1173a5b2311dcff67b9f28ed8dce60f1cbf2c7c69aa17355b307bd7ea840f66009fd680228892d5657e939c8e1172264f5a172c5a79aa47ac5c22e85333aad40
Description: metadata database, indexer and search tool - filesystem indexer
 This package contains the tracker indexer for indexing your files and folders.
 .
 Tracker is an advanced framework for first class objects with associated
 metadata and tags. It provides a one stop solution for all metadata, tags,
 shared object databases, search tools and indexing.
Homepage: https://wiki.gnome.org/Projects/Tracker

Package: tracker-miner-fs-dbgsym
Priority: optional
Section: debug
Installed-Size: 235
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker-miners
Version: 3.4.3-1+apertis1bv2024dev2b1
Depends: tracker-miner-fs (= 3.4.3-1+apertis1bv2024dev2b1)
Filename: pool/target/t/tracker-miners/tracker-miner-fs-dbgsym_3.4.3-1+apertis1bv2024dev2b1_arm64.deb
Size: 175136
MD5sum: d02552c93e216b85295eb60f3f7c7c14
SHA1: 4b6dc972bb508ae90b472f97b073625803a0acc5
SHA256: 7d08b63295dc494f801f074369797af21bf98bbd159e5c2e04cf0156634d58d3
SHA512: 1f8eadd780a63118fe2d38a5045128cc19eb9202c60d1916a6c7f9dc62ab983b4462093ac3d7656403394cc9b9257945564e16c1abcc942e6522f5540ab07a69
Description: debug symbols for tracker-miner-fs
Auto-Built-Package: debug-symbols
Build-Ids: 63f16472d35680318a8fc3f4817dedbe16d757c1 7fb43d14e537dd108f0f250c1b4070cb6a641dd1

Package: tracker-test-utils
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: tracker
Version: 3.4.2-1+apertis1bv2024dev2b1
Depends: python3-gi, gir1.2-tracker-3.0 (= 3.4.2-1+apertis1bv2024dev2b1), gir1.2-glib-2.0, libglib2.0-bin
Filename: pool/target/t/tracker/tracker-test-utils_3.4.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 20572
MD5sum: 6ad270c5468459021bb72d4eeb6e2451
SHA1: 3ab7db93ff3325a829958e5f7c781cd0eff8567c
SHA256: 49a1168bbabf8c3d63f79491a646f459bd70a70da24411a91ee820b0d39d6587
SHA512: 8d06a33a71519a609e7542b3b4955ea31cfe938420e225056284b9dc85d195d6419b6779b453d538fb29ec1b0892c8e182fb96c1304ebcc7b6f8367d3a84c03a
Description: test utilities for tracker
 This package contains shared test utilities provided by tracker, for use by
 tracker-miners.
 .
 Tracker is an advanced framework for first class objects with associated
 metadata and tags. It provides a one stop solution for all metadata, tags,
 shared object databases, search tools and indexing.
Homepage: https://wiki.gnome.org/Projects/Tracker
Multi-Arch: same

Package: traprain-guidance-ui
Priority: optional
Section: misc
Installed-Size: 113
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-guidance-0-1 (= 0.2023.0bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.37.3), libnotify4 (>= 0.7.0), libsystemd0, libtraprain-client-0-1 (>= 0.1612.0)
Filename: pool/target/t/traprain/traprain-guidance-ui_0.2023.0bv2024dev2b1_arm64.deb
Size: 14644
MD5sum: 2a9260b5337582e3a36f0958b30e14ec
SHA1: 13465bf32132397d618981e1927b738257808bac
SHA256: 0816f767e560dce6fe529112197731f9643f31ffa8bcb1fdcabcc852e2546e09
SHA512: 811458a6bc6bce524c96d405488102e1d628587c38a883bdf026b1df83dcf3b2f3b7baf54d422d45bfabd73ba2ba64e6174b1f821c8a7fcfaa0847dc2796a981
Description: Navigation API - guidance SDK UI
 Navigation route list and guidance
 .
 This package contains a sample guidance UI service which can be used by
 application authors to test their code in the SDK emulator.

Package: traprain-guidance-ui-dbgsym
Priority: optional
Section: debug
Installed-Size: 36
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: traprain-guidance-ui (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/traprain-guidance-ui-dbgsym_0.2023.0bv2024dev2b1_arm64.deb
Size: 19020
MD5sum: 1e3286f5fb46a9d6a1d775274fc4fafe
SHA1: 1e8d4a9acf68b0a2d1fcfbe5129f7305b5445e8a
SHA256: bfa6b4de01c349d1d6246bee54acd23ddc89f445fdb0a841a30c625b1c1c67dd
SHA512: e6c1d6d35a0e66eea7ce2c13dfdd50c1b9f9e45ce7a70c8b09c0bb7ec93d7d4f000f24a8e926503ce4d787536d7d18adae0eed3271471a2ed502fa33f34b54ef
Description: debug symbols for traprain-guidance-ui
Auto-Built-Package: debug-symbols
Build-Ids: 82c0b384c5b166207bd97d507584b798f346db17

Package: traprain-mock-service
Priority: optional
Section: misc
Installed-Size: 126
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-service-0-1 (= 0.2023.0bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.37.3), libsystemd0, libtraprain-common-0-1 (>= 0.1.0), acl, adduser
Filename: pool/target/t/traprain/traprain-mock-service_0.2023.0bv2024dev2b1_arm64.deb
Size: 21352
MD5sum: 75a56d111edb990d8c1756984135204c
SHA1: 0bf7212cfe97a9446c4ca96974906de41e14115f
SHA256: 13477627daabfc2fa61892680b22825f3aa5696348f00cfd529286d04f2ffd8f
SHA512: f156017b84fb5ca3031dc1b49908b43a7aa3c3f4ce7c3b6616d6dc9b748f7d1bd8cfbdae8fe9b1885879bc1ce2402c8647e9b1be84988a254cd82b8d7dfe9f44
Description: Navigation API - mock service
 Navigation route list and guidance
 .
 This package contains a navigation mock service which can be used by
 applications authors to test their code in the SDK emulator.

Package: traprain-mock-service-dbgsym
Priority: optional
Section: debug
Installed-Size: 63
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: traprain-mock-service (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/traprain-mock-service-dbgsym_0.2023.0bv2024dev2b1_arm64.deb
Size: 39492
MD5sum: 907607fdca3833fef12d2f7aad1ee812
SHA1: 34d9602ad658d781ab9afcdad716e9e20c9ba696
SHA256: e99081837af2df217d2e5eaf77ecf768e1b0bb14f6b9ae292d822c12bcc95848
SHA512: 7c0d1a98bec904aa067e4376fa1886cbeb7f5f89d34942c5c99b28cc6386b5b41ebfa6d4286324ffe64c514665ffaa43cb37d8a99a924ab32db33e50e6bd3298
Description: debug symbols for traprain-mock-service
Auto-Built-Package: debug-symbols
Build-Ids: 8f5f4379d1c36669575680197e17fe1000f04dfc

Package: traprain-send-turn-by-turn
Priority: optional
Section: misc
Installed-Size: 104
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-service-0-1 (= 0.2023.0bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.26.0)
Filename: pool/target/t/traprain/traprain-send-turn-by-turn_0.2023.0bv2024dev2b1_arm64.deb
Size: 11936
MD5sum: 2a761bc4332d75b8406d2fad4f6016bb
SHA1: 62cfb056e6133e2bb04e87b6cd2be7f435174df9
SHA256: a2d5af532c13436d07cb695891dfd84f34add31ddde9943446ea9cb8759ae1ba
SHA512: 24c99e72d681b9ca94d2fa07e9ecf1baedb9f8f9e190c49dacdd2219b7f75794bb1f69816e6f0c20af7fb0aa697b35307beb69b6d6cbecf5d6995ff71a95704a
Description: Tool to send turn-by-turn notifications
 Navigation route list and guidance
 .
 This package contains a command line tool to send turn-by-turn notifications
 to the service in charge of displaying those.

Package: traprain-send-turn-by-turn-dbgsym
Priority: optional
Section: debug
Installed-Size: 23
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: traprain-send-turn-by-turn (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/traprain-send-turn-by-turn-dbgsym_0.2023.0bv2024dev2b1_arm64.deb
Size: 8256
MD5sum: 2d16d331f1bf50c8b75268bd5ebb4700
SHA1: 7c6f195b09e5475a0088112127afddb387418452
SHA256: 905975a5dddb27ac24508da4097338d4dfbe76e8657b7c0eb81e6cbdc4dbc5da
SHA512: 13d25afd7a57bd6bd99bb0b51b6f9b09066261db82be56ac6f24be3cc7977a2a02661672e603f6735e302701adbe179f8c52ef4b070a25893699b37ccc9e0105
Description: debug symbols for traprain-send-turn-by-turn
Auto-Built-Package: debug-symbols
Build-Ids: 42921c18eef1666fbf68c46cc810b0838212b19c

Package: traprain-update-progress
Priority: optional
Section: misc
Installed-Size: 104
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: libtraprain-client-0-1 (= 0.2023.0bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.26.0)
Filename: pool/target/t/traprain/traprain-update-progress_0.2023.0bv2024dev2b1_arm64.deb
Size: 12880
MD5sum: 2daf5ea28320f14486cdba02582eb37c
SHA1: 18fb2752b4283ab5d31510b64ee0c74ea8fd4308
SHA256: 4ad98f9bfffd5ca7943596b87bb9e45ef62733c461e1265169b548a74517bb92
SHA512: 60a2b1e5c7ebb9f6162b0f491f66537526e3504609b650851291332a1b03764e99d97e1c0a60660d9768e0e5b09429ac8e7e242c823ec2d9fd351717802d6b86
Description: Tool to update progress information on the mock service
 Navigation route list and guidance
 .
 This package contains a command line tool to send progress updates to
 the mock service. It's meant to be used in the SDK emulator to test
 applications and UI which are using these progress information.

Package: traprain-update-progress-dbgsym
Priority: optional
Section: debug
Installed-Size: 26
Maintainer: Apertis maintainers <maintainers@lists.apertis.org>
Architecture: arm64
Source: traprain
Version: 0.2023.0bv2024dev2b1
Depends: traprain-update-progress (= 0.2023.0bv2024dev2b1)
Filename: pool/target/t/traprain/traprain-update-progress-dbgsym_0.2023.0bv2024dev2b1_arm64.deb
Size: 10784
MD5sum: ae1df8303606194a850c0e66041eec86
SHA1: 99abda2f8083e2e211f2040141d7a9e7d862abf2
SHA256: 7bb50bfc1cfc5fe12c97df3e94016691c5cf6ece86cb13bc970e8df5df4f678c
SHA512: 1cb1cec3be8773b71a4edb1cd9e4ce5833eeeeb543adff53bf4b92b83112a62d7089a615ba4bd10e928c4167c4320a8fe521fd43a89b221be42e24bdd76a9107
Description: debug symbols for traprain-update-progress
Auto-Built-Package: debug-symbols
Build-Ids: 5c615f8dc3ed4147703dafd135a5f4b620a1d099

Package: tzdata
Priority: required
Section: localization
Installed-Size: 2546
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Version: 2023c-5+apertis1bv2024dev3b2
Provides: tzdata-bookworm
Depends: debconf (>= 0.5) | debconf-2.0
Filename: pool/target/t/tzdata/tzdata_2023c-5+apertis1bv2024dev3b2_all.deb
Size: 296540
MD5sum: 179d904e65e4aac38cb777bfe36c1f57
SHA1: 427f43f873da8df1a354f76b3d3d19937d4af352
SHA256: 850262c1ce62ee3ac01823c7884324845e38bb82fea005119bb94a0f5e16ddea
SHA512: 667f188734eed6e48d3758ae3a709b9782d944208966bb0020b6bd62c8c6e8b32cb61791ab59b122dd511134c95769dc9079cca0558dc33d258cc7c885b9cf28
Description: time zone and daylight-saving time data
 This package contains data required for the implementation of
 standard local time for many representative locations around the
 globe. It is updated periodically to reflect changes made by
 political bodies to time zone boundaries, UTC offsets, and
 daylight-saving rules.
Homepage: https://www.iana.org/time-zones
Multi-Arch: foreign

Package: u-boot-amlogic
Priority: optional
Section: admin
Installed-Size: 8778
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Recommends: arm-trusted-firmware
Filename: pool/target/u/u-boot/u-boot-amlogic_2023.01+dfsg-2+apertis2bv2024dev2b1_arm64.deb
Size: 756132
MD5sum: 99876efa27e44fa1da8ce495900b1d4b
SHA1: c47f594fdbfdb4dd83e8ed71afd9a783433289dd
SHA256: d04ee9781c6d9428151c088ef45a30fd459a6c5fc852bbdf6df5059c0fad398c
SHA512: 2773df278e08eadf40e46c38f71f4be1c666c6969bd00f19344d16ad82fe06ad903fe15663174bf61f5f864d97524d6a791c9db5d4d30e8ec5e48c07bf7681a1
Description: A boot loader for amlogic systems
 Das U-Boot is a cross-platform bootloader for embedded systems,
 used as the default boot loader by several board vendors.  It is
 intended to be easy to port and to debug, and runs on many
 supported architectures, including PPC, ARM, MIPS, x86, m68k,
 NIOS, and Microblaze.
 .
 This package includes boot loaders for various amlogic platforms.
 .
 Included platforms:
 khadas-vim
 khadas-vim2
 libretech-cc
 nanopi-k2
 odroid-c2
 odroid-n2
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: u-boot-imx
Priority: optional
Section: admin
Installed-Size: 9891
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Replaces: u-boot (<< 2014.10~rc2+dfsg1-2~)
Breaks: u-boot (<< 2014.10~rc2+dfsg1-2~)
Filename: pool/target/u/u-boot/u-boot-imx_2023.01+dfsg-2+apertis2bv2024dev2b1_arm64.deb
Size: 701960
MD5sum: a9a80ee812d06bf0672b573388dfc245
SHA1: 199d965a0750ee16715caf67156c01d02db54842
SHA256: 7928f406fc5a2c15190a494655319ffd8ccb1863378fedbfee46b7cdb7ee6459
SHA512: 19c03978f40f4f40cc2cc9102d75484f15d0e1254e43dc4da2f54b5bcf6ad45edc8a57928c5a282e74a07f83ed808fa50ef2c1c9e37b9e73d2cb2576055af79b
Description: A boot loader for imx systems
 Das U-Boot is a cross-platform bootloader for embedded systems,
 used as the default boot loader by several board vendors.  It is
 intended to be easy to port and to debug, and runs on many
 supported architectures, including PPC, ARM, MIPS, x86, m68k,
 NIOS, and Microblaze.
 .
 This package includes boot loaders for various imx platforms.
 .
 Included platforms:
 imx8mn_bsh_smm_s2
 imx8mn_bsh_smm_s2pro
 imx8mn_var_som
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: u-boot-menu
Priority: optional
Section: admin
Installed-Size: 39
Maintainer: Jonas Smedegaard <dr@jones.dk>
Architecture: all
Version: 4.2.2+apertis1bv2024dev3b1
Depends: linux-base
Suggests: flash-kernel
Filename: pool/target/u/u-boot-menu/u-boot-menu_4.2.2+apertis1bv2024dev3b1_all.deb
Size: 10028
MD5sum: 69daab95a7764a08a121747e79d1c21d
SHA1: d5adf156fbf5fae7c47fcfe2695208e16f8fae8d
SHA256: 3d4ca0cacf0556ea2f5838edbc2005839bb59141377ca7e0f18a6fe897e91087
SHA512: 0373a930259b4a5df4ce7f9a87e861a93f02f57bf12278532126add4fc51850fa2a12284408b5175bdbc91ff515236fe03b0d94bed1a92a16c8b9087a641c9c3
Description: u-boot menu update
 Automatically create extlinux-style boot menu for u-boot. Boot menu
 entries are automatically created for every kernel package when they are
 installed.
 .
 When /boot is on a separate partition, the package flash-kernel may help
 ensure that device-tree (dtb) files are made available to u-boot.
Homepage: https://github.com/suihkulokki/u-boot-menu
Multi-Arch: foreign

Package: u-boot-mvebu
Priority: optional
Section: admin
Installed-Size: 2086
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Filename: pool/target/u/u-boot/u-boot-mvebu_2023.01+dfsg-2+apertis2bv2024dev2b1_arm64.deb
Size: 516080
MD5sum: 37cb370cdfe2709cfddfedebc76d131d
SHA1: 6641d07eb9214dffb22000378aff08a756b7c5bf
SHA256: f57da2e62394950e41cbc212eee42a3b3cb6d1f6c84a466f29ee3c3caac3a0d1
SHA512: 8fe8f703f7523e1924bcd8488ef0c9d3b9b8496a105dd27c07a5e1229fb8e7206483c2638178520fb4bb6338efb55abe3fcf6a4686cddaa9036d9b25ead77717
Description: A boot loader for marvell systems
 Das U-Boot is a cross-platform bootloader for embedded systems,
 used as the default boot loader by several board vendors.  It is
 intended to be easy to port and to debug, and runs on many
 supported architectures, including PPC, ARM, MIPS, x86, m68k,
 NIOS, and Microblaze.
 .
 This package includes boot loaders for various Marvell platforms.
 .
 Included platforms:
 mvebu_espressobin-88f3720
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: u-boot-qcom
Priority: optional
Section: admin
Installed-Size: 2603
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Filename: pool/target/u/u-boot/u-boot-qcom_2023.01+dfsg-2+apertis2bv2024dev2b1_arm64.deb
Size: 469548
MD5sum: d41803154987140b9490cc6a53e2e37e
SHA1: 99ea1c984452ec4ae6082469b620a5663751cede
SHA256: cfaf9ad37b0ff0d4ea5a14ffbdc7906eef36c5019dfd9a9d82f3a1b3975bf92a
SHA512: 2806935e9c5321431d59172a08bb2d006f2be08dca148ef7ae5bb53cc2cd624a212f99687a8502670fc249fc7ae7cd403180122505bd7168c29cf6a3a8098a78
Description: A boot loader for qcom systems
 Das U-Boot is a cross-platform bootloader for embedded systems,
 used as the default boot loader by several board vendors.  It is
 intended to be easy to port and to debug, and runs on many
 supported architectures, including PPC, ARM, MIPS, x86, m68k,
 NIOS, and Microblaze.
 .
 This package includes boot loaders for various qcom platforms.
 .
 Included platforms:
 dragonboard410c
 dragonboard820c
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: u-boot-rcar-gen3
Priority: optional
Section: admin
Installed-Size: 3260
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Filename: pool/target/u/u-boot/u-boot-rcar-gen3_2023.01+dfsg-2+apertis2bv2024dev2b1_arm64.deb
Size: 719228
MD5sum: 4c93b9c309627ee584b816259a951df4
SHA1: 3e4e311b89a095adedb5517a4be67345ec54a133
SHA256: 55f75130a62b2d1b28334ac062f2ce5342b8b9f4a245489b4bb79ff3900c6eca
SHA512: 1b8b1520bafc2622af811a2c57d11f8785b7c2184d43cf70da72e77680d88b3082e66fb044aa192906e0fe66ae384f945edd38716058a2172d09426c8d340fe5
Description: A boot loader for omap systems
 Das U-Boot is a cross-platform bootloader for embedded systems,
 used as the default boot loader by several board vendors.  It is
 intended to be easy to port and to debug, and runs on many
 supported architectures, including PPC, ARM, MIPS, x86, m68k,
 NIOS, and Microblaze.
 .
 This package includes boot loaders for various rcar generation 3 and
 related platforms.
 rcar3_ulcb
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: u-boot-rockchip
Priority: optional
Section: admin
Installed-Size: 46144
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Recommends: python3, u-boot-tools
Suggests: arm-trusted-firmware
Filename: pool/target/u/u-boot/u-boot-rockchip_2023.01+dfsg-2+apertis2bv2024dev2b1_arm64.deb
Size: 1879356
MD5sum: a9261859214e5e15b770f39a4cc0fbc4
SHA1: d1e3179ca4495724cb6e43d22ec81f18929e5429
SHA256: c138967986dbe71392df3073a6bd6c381c093c983f32348f49a492627af44793
SHA512: c853753a962f1367b91563e7f2f159d7bc75b41705ea1a07c72f0a688eafbb35c6d4735593b51033e1edb90f1079293c3f6f811551d3354af50aa1e39e41090b
Description: A boot loader for rockchip systems
 Das U-Boot is a cross-platform bootloader for embedded systems,
 used as the default boot loader by several board vendors.  It is
 intended to be easy to port and to debug, and runs on many
 supported architectures, including PPC, ARM, MIPS, x86, m68k,
 NIOS, and Microblaze.
 .
 This package includes boot loaders for various Rockchip platforms.
 .
 Included platforms:
 firefly-rk3399
 nanopc-t4-rk3399
 nanopi-neo4-rk3399
 pinebook-pro-rk3399
 puma-rk3399
 roc-pc-rk3399
 rock-pi-4-rk3399
 rock-pi-e-rk3328
 rock64-rk3328
 rockpro64-rk3399
Built-Using: arm-trusted-firmware (= 2.8.0+dfsg-1+apertis4bv2024dev2b1)
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: u-boot-rpi
Priority: optional
Section: admin
Installed-Size: 5022
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Filename: pool/target/u/u-boot/u-boot-rpi_2023.01+dfsg-2+apertis2bv2024dev2b1_arm64.deb
Size: 546364
MD5sum: 4b636133493ee4b2a3ae3b7ddce2e42d
SHA1: d6e9d6f6717452600274d8b9d785e3c6ef6c7f89
SHA256: 1426d6881f28a39e7bb4d8dee50c279a80ba6aa69e609374a9b4976fdc887522
SHA512: 4322c8bc4c5743e92e09cba63c49fbd72e1f28ce543aa9a1a3311049739c83fb47c74786b0e1477904268108ff1f5f210ccd2ad98fe2c09c428db4f59e7fa74b
Description: A boot loader for Raspberry PI systems
 Das U-Boot is a cross-platform bootloader for embedded systems,
 used as the default boot loader by several board vendors.  It is
 intended to be easy to port and to debug, and runs on many
 supported architectures, including PPC, ARM, MIPS, x86, m68k,
 NIOS, and Microblaze.
 .
 This package includes boot loaders for various Raspberry PI
 platforms.
 .
 Included platforms:
 rpi_3
 rpi_4
 rpi_arm64
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: u-boot-sitara
Priority: optional
Section: admin
Installed-Size: 1343
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Filename: pool/target/u/u-boot/u-boot-sitara_2023.01+dfsg-2+apertis2bv2024dev2b1_arm64.deb
Size: 573604
MD5sum: d0adc00f28a67818fd20d4243901ea51
SHA1: 33982d57c44c047014fb2ef30a1d4cff3ea10a28
SHA256: dcb47ee19672190470913378ee98b5d65ddf93892b51fb060e0629784bd41b76
SHA512: c83ec7c965b209cbf6836f74909146b79dc6051ae8d657f71e80a2cc6a5e09ec801b1f4afe42875d87cadb0046ca929e7d4c74d951fb498c2fe4491b6e381923
Description: A boot loader for TI Sitara systems
 Das U-Boot is a cross-platform bootloader for embedded systems,
 used as the default boot loader by several board vendors.  It is
 intended to be easy to port and to debug, and runs on many
 supported architectures, including PPC, ARM, MIPS, x86, m68k,
 NIOS, and Microblaze.
 .
 This package includes boot loaders for various Sitara
 platforms.
 .
 Included platforms:
 am62x_evm_r5
 am62x_evm_a53
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: u-boot-sunxi
Priority: optional
Section: admin
Installed-Size: 37039
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Replaces: u-boot (<< 2014.10~rc2+dfsg1-2~)
Recommends: u-boot-tools
Suggests: arm-trusted-firmware
Breaks: u-boot (<< 2014.10~rc2+dfsg1-2~)
Filename: pool/target/u/u-boot/u-boot-sunxi_2023.01+dfsg-2+apertis2bv2024dev2b1_arm64.deb
Size: 1434588
MD5sum: 464d1dd7d41fb5b2a18c1c66bd472c15
SHA1: 3a300ef8f79fb2037f78e94c3866b9b2550e4a0a
SHA256: d84c6ead196b176b5142c552b043fda39228e28cf44c55cb18a61398641b07ba
SHA512: 3a14d60beb9e7e9000c5b003cfe65f3ec83e69d6ca732ec2dbee98fa798dfe071650ea74b6a7fd030cfca796b0c31c5117ec5079f80a086f167678059136b131
Description: A boot loader for sunxi systems
 Das U-Boot is a cross-platform bootloader for embedded systems,
 used as the default boot loader by several board vendors.  It is
 intended to be easy to port and to debug, and runs on many
 supported architectures, including PPC, ARM, MIPS, x86, m68k,
 NIOS, and Microblaze.
 .
 This package includes boot loaders for various Allwinner/sunxi
 platforms.
 .
 Included platforms:
 a64-olinuxino
 a64-olinuxino-emmc
 nanopi_neo2
 nanopi_neo_plus2
 orangepi_one_plus
 orangepi_zero_plus2
 pine64-lts
 pine64_plus
 pinebook
 pinephone
 pinetab
 sopine_baseboard
 teres_i
Built-Using: arm-trusted-firmware (= 2.8.0+dfsg-1+apertis4bv2024dev2b1)
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: u-boot-tegra
Priority: optional
Section: admin
Installed-Size: 1633
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Replaces: u-boot (<< 2014.10~rc2+dfsg1-2~)
Breaks: u-boot (<< 2014.10~rc2+dfsg1-2~)
Filename: pool/target/u/u-boot/u-boot-tegra_2023.01+dfsg-2+apertis2bv2024dev2b1_arm64.deb
Size: 425220
MD5sum: 88b235f58afccc16db3864eb02b7dc49
SHA1: 85abe7365fcecab286141cdf2893ac0d2d2a9009
SHA256: 4cf96243047701ed873da53c491ffb701a400bf5f94f68cd9041a8f4d2e4ead5
SHA512: a146258376927834b4ed060f750d545d251982f73c6bc91f94ab877da2c08c7caf61d803e62b5f7ddb743aad8d0ed75f9cd969c3d60988ac9624d0dbb774bd99
Description: A boot loader for NVIDIA Tegra systems
 Das U-Boot is a cross-platform bootloader for embedded systems,
 used as the default boot loader by several board vendors.  It is
 intended to be easy to port and to debug, and runs on many
 supported architectures, including PPC, ARM, MIPS, x86, m68k,
 NIOS, and Microblaze.
 .
 This package includes boot loaders for various NVIDIA Tegra platforms.
 .
 Included platforms:
 p2371-2180
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: same

Package: u-boot-tools
Priority: optional
Section: admin
Installed-Size: 1146
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Replaces: u-boot (<< 2010.12-2), uboot-envtools (<< 20081215-3~), uboot-mkimage (<= 0.4build1)
Depends: libc6 (>= 2.34), libgnutls30 (>= 3.7.3), libssl3 (>= 3.0.0), libtinfo6 (>= 6), libuuid1 (>= 2.16)
Recommends: device-tree-compiler, libubootenv-tool
Breaks: u-boot (<< 2010.12-2), uboot-envtools (<< 20081215-3~), uboot-mkimage (<= 0.4build1)
Filename: pool/target/u/u-boot/u-boot-tools_2023.01+dfsg-2+apertis2bv2024dev2b1_arm64.deb
Size: 333920
MD5sum: 8f727aec2fe5b5eb439330b850c14004
SHA1: 9393cb50c7184faa9736d8dfc804410bed9a58b1
SHA256: 49e6a4eb961e8bf510fa58cdf204b2e53b788fcb99bc99e38a1c5295fa338807
SHA512: f3485f482d3ac8962f44a487a5a55c94a62818a8baae79e9738373c261388c3a05f3c0961969e69272973b66085e2328b7b33fd82c5056cf007bde21ac00c9d1
Description: companion tools for Das U-Boot bootloader
 This package includes programs for generating and listing U-Boot
 images in various formats:
  - mkimage
  - dumpimage
  - mksunxiboot
  - mkenvimage
Homepage: https://www.denx.de/wiki/U-Boot/
Multi-Arch: foreign

Package: u-boot-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 1048
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Architecture: arm64
Source: u-boot
Version: 2023.01+dfsg-2+apertis2bv2024dev2b1
Depends: u-boot-tools (= 2023.01+dfsg-2+apertis2bv2024dev2b1)
Filename: pool/target/u/u-boot/u-boot-tools-dbgsym_2023.01+dfsg-2+apertis2bv2024dev2b1_arm64.deb
Size: 899916
MD5sum: c0191a4b32a4468bc83fea2bc7eed817
SHA1: d891a7a33206c801896774bc6e57c9bbe3952efc
SHA256: aec57fd9e29e8e0b660add2de1d6e1a54f9859f04b6b4313b4a5204b8f50f253
SHA512: 9b3490520d5acdb38ed5135a14c967cfb65ad33379724318239d5efb708243cf9d66211e7cb27fa7a71c30983e3278390cd36930874d6a858e6dde63329949d2
Description: debug symbols for u-boot-tools
Auto-Built-Package: debug-symbols
Build-Ids: 0f7d987abb7810ad9a99919e3c946c0387f36ff8 424a96bc77238bbed48a6123ab07462a2e0373eb 60d4262efe4fb78e3cca5a94545ac21e521b486d 85541b777be603127ff9dc8b4a4eb286a1b4f217 8bdc4cfb487e1ffc04d9b6b95e28c1b62f95c7b8 cd6bc39e6fd3c4f2f199466d06391238bc85cae7

Package: ubihealthd
Priority: optional
Section: utils
Installed-Size: 97
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34)
Filename: pool/target/m/mtd-utils/ubihealthd_2.1.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 18756
MD5sum: b43f2421804340c7154559a0b48802e2
SHA1: 6b9cdf727acbe7b8c8e9b8570b53273b6bd489d3
SHA256: bf8c075108c80482e0de06281fdb5bf3defe038e16d81152f3a3b0f7625318e8
SHA512: 2db5d18f35d763210be80ba5e04931515a4f9dc3ac01ae1d9d4add33d744ef093fe45d1c6430dc781fecb724a8aa1e77116f5913caab44a73f6583597c09bd76
Description: UBI health daemon
 This package provides the ubihealthd daemon. This daemon will ensure
 that all UBI PEMs of a selected UBI NAND partition get read and
 scrubbed in the background, to a configurable schedule, ensuring
 that ECC errors do not accumulate on infrequently read data.
Homepage: http://www.linux-mtd.infradead.org/
Multi-Arch: foreign

Package: ubihealthd-dbgsym
Priority: optional
Section: debug
Installed-Size: 52
Maintainer: Bastian Germann <bage@debian.org>
Architecture: arm64
Source: mtd-utils
Version: 1:2.1.5-1+apertis1bv2024dev2b1
Depends: ubihealthd (= 1:2.1.5-1+apertis1bv2024dev2b1)
Filename: pool/target/m/mtd-utils/ubihealthd-dbgsym_2.1.5-1+apertis1bv2024dev2b1_arm64.deb
Size: 36076
MD5sum: ae765367d2752560e8f2a889f3118462
SHA1: eab7974a63b2de953c56e905076f2f1496bc7499
SHA256: 27991c977839b337d786407f3685d86e18d1d8ed6a2397050a4e4160afbaf8dc
SHA512: 3b91b617e4a0e68cd6d3071b020a00a4f541acca19dafc6715082f1125781d6671c3960c6d0979cd14691edb970c0228ee40ef4c0df8ec218127e5cd8d2b20cd
Description: debug symbols for ubihealthd
Auto-Built-Package: debug-symbols
Build-Ids: f26588ed4b0019be98a35384b48c42799f813fd4

Package: ucf
Priority: standard
Section: utils
Installed-Size: 216
Maintainer: Manoj Srivastava <srivasta@debian.org>
Architecture: all
Version: 3.0043+nmu1+apertis0bv2024dev3b1
Depends: debconf (>= 0.5) | debconf-2.0, sensible-utils
Filename: pool/target/u/ucf/ucf_3.0043+nmu1+apertis0bv2024dev3b1_all.deb
Size: 55744
MD5sum: 92ecd2fa4fc9c3dd1786b4824f718e54
SHA1: bb7fb2b91907b9057647cba1b700392b4bb32dc1
SHA256: 3b0a850217495a1026ffe46f5a5ec67b658e61154e702c7ab27af80817bc77a4
SHA512: 8dc118737fb32094c1742bf3db455b410b8074c4610ce117d5b83810378878aec0fcfdd0d073bbc78b6a853a31af23fd8f4e2aef9cad8d6076145a43f119c4d7
Description: Update Configuration File(s): preserve user changes to config files
 Debian policy mandates that user changes to configuration files must be
 preserved during package upgrades. The easy way to achieve this behavior
 is to make the configuration file a 'conffile', in which case dpkg
 handles the file specially during upgrades, prompting the user as
 needed.
 .
 This is appropriate only if it is possible to distribute a default
 version that will work for most installations, although some system
 administrators may choose to modify it. This implies that the
 default version will be part of the package distribution, and must
 not be modified by the maintainer scripts during installation (or at
 any other time).
 .
 This script attempts to provide conffile-like handling for files that
 may not be labelled conffiles, and are not shipped in a Debian package,
 but handled by the postinst instead. This script allows one to
 maintain files in /etc, preserving user changes and in general
 offering the same facilities while upgrading that dpkg normally
 provides for 'conffiles'.
 .
 Additionally, this script provides facilities for transitioning a
 file that had not been provided with conffile-like protection to come
 under this schema, and attempts to minimize questions asked at
 installation time. Indeed, the transitioning facility is better than the
 one offered by dpkg while transitioning a file from a non-conffile to
 conffile status.
Multi-Arch: foreign

Package: uchardet
Priority: optional
Section: utils
Installed-Size: 81
Maintainer: James Cowgill <jcowgill@debian.org>
Architecture: arm64
Version: 0.0.7-1+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1), libuchardet0 (>= 0.0.1)
Filename: pool/target/u/uchardet/uchardet_0.0.7-1+apertis1bv2024dev2b1_arm64.deb
Size: 6556
MD5sum: 30bf3039a86f4c8b1aa19bd81d8baeed
SHA1: 302801fc9810769b0936015d759a2bff08027c90
SHA256: 7e686f41780c8b04cd0678e45f46fc9bddd7eab39e6707335dec8c3f7687610d
SHA512: 2e52fdbb428c1e14b3aadf0871eb494bc0743ab7bfb6323156ff0604f632100d875f0735a5bc2f77fb075d7e4da2f5b38106fb0a078788232823ec8477fe740e
Description: universal charset detection library - cli utility
 uchardet is a C language binding of the original C++ implementation
 of the universal charset detection library by Mozilla.
 .
 uchardet is a encoding detector library, which takes a sequence of
 bytes in an unknown character encoding without any additional
 information, and attempts to determine the encoding of the text.
 .
 This package contains the cli detection utility.
Homepage: https://www.freedesktop.org/wiki/Software/uchardet/
Multi-Arch: foreign

Package: uchardet-dbgsym
Priority: optional
Section: debug
Installed-Size: 28
Maintainer: James Cowgill <jcowgill@debian.org>
Architecture: arm64
Source: uchardet
Version: 0.0.7-1+apertis1bv2024dev2b1
Depends: uchardet (= 0.0.7-1+apertis1bv2024dev2b1)
Filename: pool/target/u/uchardet/uchardet-dbgsym_0.0.7-1+apertis1bv2024dev2b1_arm64.deb
Size: 13436
MD5sum: 2741c1b57664e7af5f5372ddf35a6405
SHA1: 3872630667becfbcf0ec4d15a8a6879e16bb9e60
SHA256: f39eb4d9da9e7aacba284dabacaa5a9c8b5a9c6236bb38d285f8fe7dbb400191
SHA512: 94a45a72e9395e7a81e0f1f8ed10244fa200da7e5f5f8cc37b747b65e0afad64213ba07218150529f1fb7bdd67365dd938a0e6c2b6999c59c9a1d187fb3eaa0a
Description: debug symbols for uchardet
Auto-Built-Package: debug-symbols
Build-Ids: cec1c9be329d79dd7ec2849597becda3ebafc3bd

Package: udev
Priority: important
Section: admin
Installed-Size: 10424
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: libacl1 (>= 2.2.23), libblkid1 (>= 2.37.2), libc6 (>= 2.34), libcap2 (>= 1:2.10), libkmod2 (>= 15), libselinux1 (>= 3.1~), adduser, libudev1 (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/udev_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 1574800
MD5sum: 3db1d64e658e088baaad1d27dcf161dd
SHA1: d57f1715415b23ec7a959ca5f7b5127b8bf80c4c
SHA256: 670de1c3bf33d5c061d784ccd21a427fb58c10305882e4d2c4abb6a49bfce1ce
SHA512: dbcceb95edf039f8378d32c724050a21bcd23b027c73a50ddffcf5ee6b8a5817a757c26ec658a6f3a6cb6cdd563f29708ee39ac1f45ab003a5bc6a5b01c4bf6f
Description: /dev/ and hotplug management daemon
 udev is a daemon which dynamically creates and removes device nodes from
 /dev/, handles hotplug events and loads drivers at boot time.
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Multi-Arch: foreign

Package: udev-dbgsym
Priority: optional
Section: debug
Installed-Size: 4364
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: systemd
Version: 252.6-1+apertis2bv2024dev3b1
Depends: udev (= 252.6-1+apertis2bv2024dev3b1)
Filename: pool/target/s/systemd/udev-dbgsym_252.6-1+apertis2bv2024dev3b1_arm64.deb
Size: 3384656
MD5sum: 44cab7967f606c15246a71def3a8de1e
SHA1: 3c09ab6d53045213728e828fff6bbbba89cf7e62
SHA256: 532bd7e2b6e55239bf64a584a3feaa5c5e3facbd8f5c96d4d22903aac263b043
SHA512: 72415b840f1fb7dfc5d68d910e669a1d0492585249fef157b7a404e1d846a7de2a8041ab973382a4e033062302e47b2eea46e4779e2b47dff47e839bb11e531b
Description: debug symbols for udev
Auto-Built-Package: debug-symbols
Build-Ids: 1975f8be89a5e65a666d3650443e8ee2e6f133cb 49a44b529b4da3d731185f7c1725e2aa853e3ae7 64e3f04e150ab2c379b377052b518e333d58686c 7e0160e48ceec015cad17dc02b8093c98dcf340a 8d6f76aaad5ae9b1bc7eb4954d94d6ae558d5005 b239ad690b9a6bf333dd592278d3b08608f6ee59 c786733bbd9924c5a2865fdebbb6ea2b26e640d7 e8e5f082360dc96851934403d4ccc7ca18cd3d2c ef4dfcb02b85e357a783c3478bb36a0d5ebdb5f7

Package: udhcpc
Priority: optional
Section: net
Installed-Size: 46
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0)
Filename: pool/target/b/busybox/udhcpc_1.35.0-4+apertis4bv2024dev3b1_arm64.deb
Size: 30200
MD5sum: 580dee00a87570fad789ed5a2fc3b76b
SHA1: fb3317cde2a4e2eb6c0d94aaca0b87a29035383c
SHA256: f226a05eb3240f171922634566d9440fd3278663c6bf2c192480e3a947e46b75
SHA512: 60273bf40b9ce0936eecb52abc765d0236646be7de8909863a89a4a2cdba342ab94a1c2f3c00984ffef78173b8a93ea5d9208b52d5fe01e254efc3292e408521
Description: Provides the busybox DHCP client implementation
 Busybox contains a very small yet fully functional RFC compliant DHCP
 client formerly known as udhcpc.
 .
 This package contains the glue to use the busybox udhcpc as DHCP
 client in the system by providing the appropriate symbolic links and
 scripts.
Homepage: http://www.busybox.net
Multi-Arch: same

Package: udhcpd
Priority: optional
Section: net
Installed-Size: 62
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: arm64
Source: busybox
Version: 1:1.35.0-4+apertis4bv2024dev3b1
Provides: dhcpd
Depends: busybox (>> 1:1.35.0) | busybox-static (>> 1:1.35.0), lsb-base
Pre-Depends: init-system-helpers (>= 1.54~)
Filename: pool/target/b/busybox/udhcpd_1.35.0-4+apertis4bv2024dev3b1_arm64.deb
Size: 33024
MD5sum: 0bb95a62650df52edf8d30cb0832d927
SHA1: fc513c498f1a0e274712fc7844920f2fb5721dcb
SHA256: 66149f969cef138bdd2478987058db12d5f14de0aa34969a1fa3f23a6f97ae5f
SHA512: c9d3d2c9d9e545fab8ab4d78c7ea993c821d4254c8447c72fc8e865a5b34733e8d0ee49b251d976f33a39763028fa6a9c548ca135e44cd92dd018791a4ad2a7d
Description: Provides the busybox DHCP server implementation
 Busybox contains a very small yet fully function RFC compliant DHCP
 server formerly known as udhcpd.
 .
 This package contains the glue to use the busybox udhcpd as DHCP
 server in the system by providing the appropriate symbolic links and
 scripts.
Homepage: http://www.busybox.net

Package: udisks2
Priority: optional
Section: admin
Installed-Size: 2578
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: dbus, libblockdev-fs2, libblockdev-loop2, libblockdev-swap2, udev, libacl1 (>= 2.2.23), libatasmart4 (>= 0.13), libblockdev-utils2 (>= 2.24), libblockdev2 (>= 2.25), libc6 (>= 2.34), libglib2.0-0 (>= 2.50), libgudev-1.0-0 (>= 165), libmount1 (>= 2.30), libpolkit-agent-1-0 (>= 0.102), libpolkit-gobject-1-0 (>= 0.102), libsystemd0 (>= 209), libudisks2-0 (>= 2.9.0), libuuid1 (>= 2.16)
Recommends: dosfstools, e2fsprogs, eject, libblockdev-crypto2, ntfs-3g, parted, polkitd, libpam-systemd, exfatprogs
Suggests: btrfs-progs, f2fs-tools, libblockdev-mdraid2, mdadm, nilfs-tools, reiserfsprogs, udftools, udisks2-bcache, udisks2-btrfs, udisks2-lvm2, udisks2-zram, xfsprogs
Filename: pool/target/u/udisks2/udisks2_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 373852
MD5sum: 1717ae2bbab5a08ea8ec4ff34c7dd9d6
SHA1: 6df926c90482d896a437b2ed8a8cb1a4571e07e7
SHA256: 8b3af8c03e332116d03a32b3366f63e49f4e3fe9308beab64cc85d443616632a
SHA512: 5e1d0c2e66a9f565f9b348b61e043c1c094145123fe57d8e7da73e1c44918e93fc79dd73008627a6ede4a099b4fde841452cc1b6e3f78e8ca9c3d1f6e3d6736d
Description: D-Bus service to access and manipulate storage devices
 The udisks daemon serves as an interface to system block devices,
 implemented via D-Bus. It handles operations such as querying, mounting,
 unmounting, formatting, or detaching storage devices such as hard disks
 or USB thumb drives.
 .
 This package also provides the udisksctl utility, which can be used to
 trigger these operations from the command line (if permitted by
 PolicyKit).
 .
 Creating or modifying file systems such as XFS, RAID, or LUKS encryption
 requires that the corresponding mkfs.* and admin tools are installed, such as
 dosfstools for VFAT, xfsprogs for XFS, or cryptsetup for LUKS.
Homepage: https://www.freedesktop.org/wiki/Software/udisks
Multi-Arch: foreign

Package: udisks2-bcache
Priority: optional
Section: admin
Installed-Size: 91
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: libblockdev-kbd2, udisks2 (= 2.9.4-4+apertis1bv2024dev3b1), libblockdev2 (>= 2.25), libc6 (>= 2.17), libglib2.0-0 (>= 2.50), libgudev-1.0-0 (>= 165)
Filename: pool/target/u/udisks2/udisks2-bcache_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 15444
MD5sum: 19d43a78c73b69d840a095cb16f16bb9
SHA1: c72a41b58060a01568cc9c44e0fba8a114f715ce
SHA256: 2c2df876ebc824040092557256621912c755a975c09ca70bc9f4ba0a42668457
SHA512: edde649e8d8e3c6bcbfc6e2eaf5758a9dc8c7fcac11f21de38825490d7e08b9019d4743f2f2c52bf35f4cdbcfad7e9543efee92d04549e393c4409a2c6d36afa
Description: bcache support for udisks2
 The udisks daemon serves as an interface to system block devices,
 implemented via D-Bus. It handles operations such as querying, mounting,
 unmounting, formatting, or detaching storage devices such as hard disks
 or USB thumb drives.
 .
 This package provides support for bcache configuration.
Homepage: https://www.freedesktop.org/wiki/Software/udisks
Multi-Arch: foreign

Package: udisks2-bcache-dbgsym
Priority: optional
Section: debug
Installed-Size: 47
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: udisks2-bcache (= 2.9.4-4+apertis1bv2024dev3b1)
Filename: pool/target/u/udisks2/udisks2-bcache-dbgsym_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 27152
MD5sum: e6804de683b171cab3691eef820ea43a
SHA1: 45c3dca4dbaf864995daaf1d85241cecf261b3cd
SHA256: 6ca66f3e329a1735c2e096288880ef14ed574e37f0e22b23b5c98db2c150b3ec
SHA512: ef3e10a6c915e889ab2119d4404ea22569802ef3f4cf362bea0eaea3271c804c3bfb0c6971bdb9a83e3cf61812fe740ef509ce5b6b45a4ed36d68bfcbe8fc788
Description: debug symbols for udisks2-bcache
Auto-Built-Package: debug-symbols
Build-Ids: a7acd7db4005b77245913ca39e2e93cfa6ba5e61

Package: udisks2-btrfs
Priority: optional
Section: admin
Installed-Size: 91
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: libblockdev-btrfs2, udisks2 (= 2.9.4-4+apertis1bv2024dev3b1), libblockdev2 (>= 2.25), libc6 (>= 2.17), libglib2.0-0 (>= 2.50), libgudev-1.0-0 (>= 165)
Filename: pool/target/u/udisks2/udisks2-btrfs_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 16896
MD5sum: 2738a641b478ee56ea6d689391257f4b
SHA1: b715b8348dc1d3008b04a3d75a3714ad7fa972ef
SHA256: 222065df480f4cf776e1cb3dd29cda701e73612ceb967ea12194e2d3d3503d55
SHA512: 9d747d126c89a47cec3ecf704341463e6cbe291181ebcd72379e57f05bb1b012a16357d19f9826091485b6b62dcaa18b3f5b248930bafa6ad7c6da42d6fbdd11
Description: BTRFS support for udisks2
 The udisks daemon serves as an interface to system block devices,
 implemented via D-Bus. It handles operations such as querying, mounting,
 unmounting, formatting, or detaching storage devices such as hard disks
 or USB thumb drives.
 .
 This package provides support for BTRFS configuration.
Homepage: https://www.freedesktop.org/wiki/Software/udisks
Multi-Arch: foreign

Package: udisks2-btrfs-dbgsym
Priority: optional
Section: debug
Installed-Size: 55
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: udisks2-btrfs (= 2.9.4-4+apertis1bv2024dev3b1)
Filename: pool/target/u/udisks2/udisks2-btrfs-dbgsym_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 33224
MD5sum: f38870be522bad799944fda961f67039
SHA1: c795edec3b1a61991aa7d8842bf9a25845ce034d
SHA256: ae4af520fbd06fb060d906d286cdb7328a23a50eb2817b3ab37f1ee32b5ffc2c
SHA512: c89d75f7495e6cdd8054056a54586bcca0d02a9bd97641748dc7ede646094b0a47d9c465970dd782d9ae8acb155d52599073d3db892853447f36f17c32f37481
Description: debug symbols for udisks2-btrfs
Auto-Built-Package: debug-symbols
Build-Ids: cfb5128f983a1bd8a0cb5dffa1daa5850d61b436

Package: udisks2-dbgsym
Priority: optional
Section: debug
Installed-Size: 630
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: udisks2 (= 2.9.4-4+apertis1bv2024dev3b1)
Filename: pool/target/u/udisks2/udisks2-dbgsym_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 493836
MD5sum: 76a1278e78bf082780d110d6bb2f5d7d
SHA1: 501e8393e277ffd5a6652e5fe77c28f4d2e2d04e
SHA256: 12740351ce8ee7071621817d861d66e9672ced9b9f3f1fbf3b6344555d686733
SHA512: ccb60eb51a95ab824d4291e79eadf161a05af9c14d11c03b70470db49774ec2b165074971d727e32d44e48571cbaa80a70a54be149370b58c0bc7d3e1250fb3a
Description: debug symbols for udisks2
Auto-Built-Package: debug-symbols
Build-Ids: 13c418959e54705269eaa1a6c71d2ad685260735 8a9c9796644a7695c4141da9f1a999c771132445 b6fa9c8aca290aae3efad667b328bccbf5d4908e

Package: udisks2-doc
Priority: optional
Section: doc
Installed-Size: 7128
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Recommends: libglib2.0-doc, policykit-1-doc
Suggests: devhelp
Filename: pool/target/u/udisks2/udisks2-doc_2.9.4-4+apertis1bv2024dev3b1_all.deb
Size: 292276
MD5sum: 9fd29add2c070f4f642eba6048be0885
SHA1: c438e9e408c0ae16eb9da99f49044445037b1d31
SHA256: 06eac8217988e140d98659d8eaca78ffad834592e2801a3aead8aee301146f75
SHA512: 8cf954cc3069e9d752e37b130e61a1997c47461baf2b4aaa36e9557059f13bd012c6c9a4c06f2e65c06166d3f657753432f8cea174b3b2efca8ee3f9a81e2cef
Description: udisks2 documentation
 The udisks daemon serves as an interface to system block devices,
 implemented via D-Bus. It handles operations such as querying, mounting,
 unmounting, formatting, or detaching storage devices such as hard disks
 or USB thumb drives.
 .
 This package provides the API reference and manuals in devhelp format.
Homepage: https://www.freedesktop.org/wiki/Software/udisks
Multi-Arch: foreign

Package: udisks2-lvm2
Priority: optional
Section: admin
Installed-Size: 155
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: libblockdev-lvm2, udisks2 (= 2.9.4-4+apertis1bv2024dev3b1), libc6 (>= 2.17), libglib2.0-0 (>= 2.50), libgudev-1.0-0 (>= 165)
Filename: pool/target/u/udisks2/udisks2-lvm2_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 33128
MD5sum: e1610d509e1b0c687650145b4579e851
SHA1: 653e67de0cf7010c85478742eac4d3c58cc7a519
SHA256: 890335d71545f6e1ee09a41eab68edd7d27b840eaeea408bfbf53b58dd92b9fd
SHA512: dbe78a85de8455ac363e35c37a1d92deceb7de4185df8b6a4f9569ea05e1625388b4c55e025eb4e25bea8ce92e2f27b9f15beb66ece1008f4ccb497162eec486
Description: LVM2 support for udisks2
 The udisks daemon serves as an interface to system block devices,
 implemented via D-Bus. It handles operations such as querying, mounting,
 unmounting, formatting, or detaching storage devices such as hard disks
 or USB thumb drives.
 .
 This package provides support for LVM2 configuration.
Homepage: https://www.freedesktop.org/wiki/Software/udisks
Multi-Arch: foreign

Package: udisks2-lvm2-dbgsym
Priority: optional
Section: debug
Installed-Size: 133
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: udisks2-lvm2 (= 2.9.4-4+apertis1bv2024dev3b1)
Filename: pool/target/u/udisks2/udisks2-lvm2-dbgsym_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 95068
MD5sum: af172c34b4ebd5491dcd7eee538ec1a9
SHA1: 936a84a3ea70c83b61911c1c0d0b3e8fd888156b
SHA256: f0e7c6e2582f1b08e0e12a3f1ba9903ea9f250c9dbf4d904090d23f7f7327eb3
SHA512: 69e2819adc1f06e11e81b8cb9eac3a206c484016a087ba858a50502f1a7e576caaa3fdf97fb7ddbf648c0dd6d25d314947563199e207e6b8755a9d865dea8c07
Description: debug symbols for udisks2-lvm2
Auto-Built-Package: debug-symbols
Build-Ids: cb10afbae2be673963b3a07bc7e4972f5d83e390

Package: udisks2-zram
Priority: optional
Section: admin
Installed-Size: 97
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Replaces: udisks2 (<< 2.8.3-3)
Depends: libblockdev-kbd2, libblockdev-swap2, udisks2 (= 2.9.4-4+apertis1bv2024dev3b1), libblockdev2 (>= 2.25), libc6 (>= 2.17), libglib2.0-0 (>= 2.50), libgudev-1.0-0 (>= 165)
Breaks: udisks2 (<< 2.8.3-3)
Filename: pool/target/u/udisks2/udisks2-zram_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 18240
MD5sum: c134dba112678ade7937f1765b232508
SHA1: 0535eff4262cff2b083136aa5f6def7c1e126594
SHA256: 2e9f6d89ac7c3045087f50ade440fc9e4f6b43bcc3e33ea350543a04ac4d0c4b
SHA512: 6c826434624d2f627f1daaea1a06183706445a4c1365c91983e8ef83dc795878dac8e21dabfdf7af4a6535924adfbf18e0278b3db81188c6e0a6052218fe53d4
Description: zram support for udisks2
 The udisks daemon serves as an interface to system block devices,
 implemented via D-Bus. It handles operations such as querying, mounting,
 unmounting, formatting, or detaching storage devices such as hard disks
 or USB thumb drives.
 .
 This package provides support for zram configuration.
Homepage: https://www.freedesktop.org/wiki/Software/udisks
Multi-Arch: foreign

Package: udisks2-zram-dbgsym
Priority: optional
Section: debug
Installed-Size: 55
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: udisks2
Version: 2.9.4-4+apertis1bv2024dev3b1
Depends: udisks2-zram (= 2.9.4-4+apertis1bv2024dev3b1)
Filename: pool/target/u/udisks2/udisks2-zram-dbgsym_2.9.4-4+apertis1bv2024dev3b1_arm64.deb
Size: 33380
MD5sum: 893fb5568931f134e4e9e74f6283aba7
SHA1: b9d1d42728fdab008d0c49e452c498ca8e1eccda
SHA256: 21f8033a09303579741d20fb05c6265c78e8593e3e94e5e6227a6a3ea05466fa
SHA512: dc700c419948ee542fd07aeb534610227df57fd19314a12f625a8c0d38fb7be4d9ac558c4437cd0eeb5f0e02370e180b74018eed1d112aefb966628acb69dc12
Description: debug symbols for udisks2-zram
Auto-Built-Package: debug-symbols
Build-Ids: 8bddb766d755cdce9567122660eed19192cb907b

Package: uidmap
Priority: optional
Section: admin
Installed-Size: 394
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: arm64
Source: shadow
Version: 1:4.13+dfsg1-1+apertis0bv2024dev3b1
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libselinux1 (>= 3.1~), libsubid4 (>= 1:4.11.1)
Filename: pool/target/s/shadow/uidmap_4.13+dfsg1-1+apertis0bv2024dev3b1_arm64.deb
Size: 192152
MD5sum: ab84ba785ada21c96b3364ae660650d4
SHA1: c6c2692c0d0519e11e45943cfd65b97355a16f34
SHA256: f740bc2682a3c7cd54eaf1fc3b56682c69681fb8180b1626eafd9678a132d274
SHA512: 190c1d8e6b2628054f37d1ddf7ba744fbd9e6d9a9b8204fe73f4d4bfffb090c241c10b404b1d48c30e96006189bd70136ed4bd6126229586009f1ac78dd0bcb5
Description: programs to help use subuids
 These programs help unprivileged users to create uid and gid mappings in
 user namespaces.
Homepage: https://github.com/shadow-maint/shadow
Multi-Arch: foreign

Package: uidmap-dbgsym
Priority: optional
Section: debug
Installed-Size: 158
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: arm64
Source: shadow
Version: 1:4.13+dfsg1-1+apertis0bv2024dev3b1
Depends: uidmap (= 1:4.13+dfsg1-1+apertis0bv2024dev3b1)
Filename: pool/target/s/shadow/uidmap-dbgsym_4.13+dfsg1-1+apertis0bv2024dev3b1_arm64.deb
Size: 108112
MD5sum: c22e02228af7615078f3df6be2fe8f8d
SHA1: a2faab8760456bef8578bf0e5deadc1ae31044d1
SHA256: 81842c1053843e2c9870b23b5cb15e9ca031623fe5bd657a63f6ddab8b3ece3c
SHA512: 75ee8afc871c7b1034e1a31b593b36f08c0911205bff21aa44327d9218f6d8ce798b8a17404b46c0857bc92041afadabc62d18f3d9a14b49173c1db1e0a59435
Description: debug symbols for uidmap
Auto-Built-Package: debug-symbols
Build-Ids: 60a9daec589357d7550c56bc728388949f713db6 f41a7daa19e0e37f2b18b1ee57ff2c9496589f06 f5eca35db95ddcbb30afd65b26981613a2831e91

Package: upower
Priority: optional
Section: admin
Installed-Size: 383
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 0.99.20-2+apertis1bv2024dev2b1
Depends: dbus, udev, libupower-glib3 (= 0.99.20-2+apertis1bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.58), libgudev-1.0-0 (>= 235)
Recommends: polkitd
Filename: pool/target/u/upower/upower_0.99.20-2+apertis1bv2024dev2b1_arm64.deb
Size: 78248
MD5sum: e76d76b0c394b7989f7d3915f14bf873
SHA1: 7381c1acbef6ad7772f92409a2c4895b7cdc046e
SHA256: 0a56674455263b0c0f53c9ec16c0ae635360775fd3c80f0123a88a2f7f754c30
SHA512: 6acf0d3105026bbb86e5cfe7a3e16f4ff57485f5769909a82bf6a238ce65acf4676300b9351d9ef157c92e2e4b8041b7ee350c5abd2bfcc41d1f19b9f603a30c
Description: abstraction for power management
 upower provides an interface to enumerate power sources on the system
 and control system-wide power management. Any application can access the
 org.freedesktop.UPower service on the system message bus. Some
 operations (such as suspending the system) are restricted using PolicyKit.
Homepage: https://upower.freedesktop.org/
Multi-Arch: foreign

Package: upower-dbgsym
Priority: optional
Section: debug
Installed-Size: 216
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: upower
Version: 0.99.20-2+apertis1bv2024dev2b1
Depends: upower (= 0.99.20-2+apertis1bv2024dev2b1)
Filename: pool/target/u/upower/upower-dbgsym_0.99.20-2+apertis1bv2024dev2b1_arm64.deb
Size: 164052
MD5sum: 38ddeee0d99aa47c781aeaf9318227e8
SHA1: 981699b338aae1c679763f4d8b84c7f71f269ef0
SHA256: e371bbb15642ceb4f59d721e1346746fc58f52e33d5a5bbcc30171dca61d3306
SHA512: 1bd1b7b82364e18883086784f24c989a4db787757732902123d02fbdc2a6d6f18bfb4d81cf1a55cac68c09fed6e0afc2c04492fe90d17533a97fb0cdd599466c
Description: debug symbols for upower
Auto-Built-Package: debug-symbols
Build-Ids: bbda67bbcbe63f42ccef9e3873c5ef5db8298961 f24fc1a72ca2f2727cd53c79cff3b3f9d9d98d34

Package: upower-doc
Priority: optional
Section: doc
Installed-Size: 344
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: upower
Version: 0.99.20-2+apertis1bv2024dev2b1
Suggests: devhelp
Filename: pool/target/u/upower/upower-doc_0.99.20-2+apertis1bv2024dev2b1_all.deb
Size: 39240
MD5sum: 3db4cbf7f368e00b26c37d8219759744
SHA1: afc4738e6278f6bb6f7e4c17c2b546c78cb08a46
SHA256: 07ae8b2c970805408770c8bbf3955e994d73a6b5aab92b378d4314964cdef893
SHA512: a14be09be3d8531ccf81e5e55ac3ebc3c0d54f1da76db147e38ee92578bfd932a57c07260a2a57b3524e3b97e0f136923c0933f4d50d05b5899032aaefe6d2c5
Description: abstraction for power management - documentation
 upower provides an interface to enumerate power sources on the system
 and control system-wide power management. Any application can access the
 org.freedesktop.UPower service on the system message bus. Some
 operations (such as suspending the system) are restricted using PolicyKit.
 .
 This package contains the API documentation.
Homepage: https://upower.freedesktop.org/
Multi-Arch: foreign

Package: usb-modeswitch
Priority: optional
Section: comm
Installed-Size: 189
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Architecture: arm64
Version: 2.6.1-3+apertis0bv2024dev3b1
Depends: usb-modeswitch-data, libc6 (>= 2.34), libjim0.81 (>= 0.72), libusb-1.0-0 (>= 2:1.0.9)
Suggests: comgt, wvdial
Filename: pool/target/u/usb-modeswitch/usb-modeswitch_2.6.1-3+apertis0bv2024dev3b1_arm64.deb
Size: 51508
MD5sum: b369332e51753c9c78467b80580611ec
SHA1: 7a246def1bffc792534467bc19a2d21aa15efd3c
SHA256: 718fb489731a7c7743235b87f24e1259f0f3d414a123589994886a28172221ec
SHA512: 6dffbb62b13f6962654816af1b0eaba5706c9636c822668819f169da8a4e79090753619418f93e5cd932cb9129f474aed29904453296638c8c2da55b52234d10
Description: mode switching tool for controlling "flip flop" USB devices
 Several new USB devices have their proprietary Windows drivers onboard,
 especially WAN dongles. When plugged in for the first time, they act
 like a flash storage and start installing the driver from there. If
 the driver is already installed, the storage device vanishes and
 a new device, such as an USB modem, shows up. This is called the
 "ZeroCD" feature.
 .
 On Debian, this is not needed, since the driver is included as a
 Linux kernel module, such as "usbserial". However, the device still
 shows up as "usb-storage" by default. usb-modeswitch solves that
 issue by sending the command which actually performs the switching
 of the device from "usb-storage" to "usbserial".
 .
 This package contains the binaries and the brother scripts.
Homepage: https://www.draisberghof.de/usb_modeswitch/

Package: usb-modeswitch-data
Priority: optional
Section: comm
Installed-Size: 94
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Architecture: all
Version: 20191128-5+apertis0bv2024dev3b1
Replaces: usb-modeswitch-data-packed
Provides: usb-modeswitch-data-packed
Recommends: udev, usb-modeswitch (>= 2.4.0)
Conflicts: usb-modeswitch-data-packed
Breaks: usb-modeswitch (<< 2.4.0)
Filename: pool/target/u/usb-modeswitch-data/usb-modeswitch-data_20191128-5+apertis0bv2024dev3b1_all.deb
Size: 38236
MD5sum: 6ab017ee3c3b3fa4025b6a7d1799666b
SHA1: 976e0780c3260168f47d7a9eca343fa0bb6c4080
SHA256: ab479f7557c682648ab2adc446adbe9875453e616039e83ce2d5ad040ed7b1a3
SHA512: 6865ccf3a429505d4615a81b3750c295c83c5ba31313c1942495ec15e1e3c616c5a8a95f131dd7d9c06537fd0f21e41b82f626713f9954e9da369bfe3842dec8
Description: mode switching data for usb-modeswitch
 Several new USB devices have their proprietary Windows drivers onboard,
 especially WAN dongles. When plugged in for the first time, they act
 like a flash storage and start installing the driver from there. If
 the driver is already installed, the storage device vanishes and
 a new device, such as an USB modem, shows up. This is called the
 "ZeroCD" feature.
 .
 On Debian, this is not needed, since the driver is included as a
 Linux kernel module, such as "usbserial". However, the device still
 shows up as "usb-storage" by default. usb-modeswitch solves that
 issue by sending the command which actually performs the switching
 of the device from "usb-storage" to "usbserial".
 .
 This package contains the commands data needed for usb-modeswitch.
Homepage: https://www.draisberghof.de/usb_modeswitch/

Package: usb-modeswitch-dbgsym
Priority: optional
Section: debug
Installed-Size: 82
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Architecture: arm64
Source: usb-modeswitch
Version: 2.6.1-3+apertis0bv2024dev3b1
Depends: usb-modeswitch (= 2.6.1-3+apertis0bv2024dev3b1)
Filename: pool/target/u/usb-modeswitch/usb-modeswitch-dbgsym_2.6.1-3+apertis0bv2024dev3b1_arm64.deb
Size: 54564
MD5sum: 533d58ca41e0cbe5c214fca114b46403
SHA1: f6e6613705b3d550655021b70556f8d3c98efb81
SHA256: 18bd4f280de366eec1cfa468a48f23f5a036edee03c368ddf3796cdb71f805be
SHA512: 52172e9894af9e1851221065ff9033be95468d4b172e73e8cd143491b8182c83451c28be7193427c9b2f8e1231529825fc2bb5b58d48fbbe483d398536854446
Description: debug symbols for usb-modeswitch
Auto-Built-Package: debug-symbols
Build-Ids: 6ab1742187caca8e404ec9043d8399da8d5d2b0e 96117a9daf5ff5df5e216d6940437d5dda25048d

Package: usb.ids
Priority: optional
Section: admin
Installed-Size: 720
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: all
Version: 2023.01.16-1+apertis0bv2024dev2b1
Replaces: usbutils (<< 1:008-1)
Breaks: usbutils (<< 1:008-1)
Filename: pool/target/u/usb.ids/usb.ids_2023.01.16-1+apertis0bv2024dev2b1_all.deb
Size: 206412
MD5sum: 490469a5ace2a8aa101d10568ea8a28c
SHA1: 3fd8e0e51230f39ae5cbf50fc5af57bb373e0795
SHA256: 270f1bf84fc83faaac6c10260b5d5f313fb937c78b4e6a80546c9f3ddb669ce8
SHA512: a7bc588da8235093ed92c66cc4b38913664b9f66c6cf5363945f7550b1be393269a36db8572015b9a7de92bf01063d761ce99475be840ae6dae301d644b8f934
Description: USB ID Repository
 This package contains the usb.ids file, a public repository of all known
 ID's used in USB devices: ID's of vendors, devices, subsystems and device
 classes. It is used in various programs to display full human-readable
 names instead of cryptic numeric codes.
Homepage: http://www.linux-usb.org/usb-ids.html
Multi-Arch: foreign

Package: usbip
Priority: optional
Section: admin
Installed-Size: 1315
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux (6.1.37-1+apertis1bv2024dev3b1)
Version: 2.0+6.1.37-1+apertis1bv2024dev3b1
Depends: usb.ids, libc6 (>= 2.34), libudev1 (>= 183), libwrap0 (>= 7.6-4~)
Filename: pool/target/l/linux/usbip_2.0+6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 1220636
MD5sum: 463ba7595ded39c2dad6a5aa8d309378
SHA1: a0a844e54966c2999075fa58fe27f5919b55d28f
SHA256: 11d4bd42e76d6719c65dddc09dc5593a64c6ccbd560f3ee809669ba19dd089fb
SHA512: ad943b5343a0bfc899c650c4ddb70e66096c425daf0250b8f62b553da07d075ef5bf7c2f088afc983d4268b1425e94543ccc36221e8280cf30f488d25ffbb4a0
Description: USB device sharing system over IP network
 USB/IP is a system for sharing USB devices over the network.
 .
 To share USB devices between computers with their full functionality,
 USB/IP encapsulates "USB requests" into IP packets and transmits them
 between computers.
 .
 Original USB device drivers and applications can be used for remote USB
 devices without any modification of them.  A computer can use remote USB
 devices as if they were directly attached.
 .
 Currently USB/IP provides no access control or encryption.  It should only
 be used in trusted environments.
 .
 This package provides the server component 'usbipd' and the client tool
 'usbip'.
Homepage: https://www.kernel.org/

Package: usbip-dbgsym
Priority: optional
Section: debug
Installed-Size: 187
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: arm64
Source: linux (6.1.37-1+apertis1bv2024dev3b1)
Version: 2.0+6.1.37-1+apertis1bv2024dev3b1
Depends: usbip (= 2.0+6.1.37-1+apertis1bv2024dev3b1)
Filename: pool/target/l/linux/usbip-dbgsym_2.0+6.1.37-1+apertis1bv2024dev3b1_arm64.deb
Size: 154156
MD5sum: 8c318ce34b3d7dfa11f66d80894968d7
SHA1: 093908d8c7ae430656f61e0231336e6d519f75c6
SHA256: 91c46f20cab4c7c42ffb55f221d6773bbcdc65d929b116c2d9d6bedc09b5a236
SHA512: 3066903ed923913d7d4effe00712c9feb4cf516d6dd05ac32f83d4229aa3c2df9210501ddc81f0c45232e2892bc8b23be4ea981f8585defe246f77e781767445
Description: debug symbols for usbip
Auto-Built-Package: debug-symbols
Build-Ids: 3166960e72863426acef004095d02758232d1550 c83567418d5ca734ee21193fb8c699736cd957a9

Package: usbutils
Priority: optional
Section: utils
Installed-Size: 456
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Version: 1:014-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libudev1 (>= 196), libusb-1.0-0 (>= 2:1.0.22)
Breaks: hwdata (<< 0.334-1~), isenkram (<< 0.45~), kinfocenter (<< 4:5.14.5-2~), libosinfo-1.0-0 (<< 1.8.0-1~), usbip (<< 2.0+5.10.4-1~)
Filename: pool/target/u/usbutils/usbutils_014-1+apertis0bv2024dev2b1_arm64.deb
Size: 70648
MD5sum: 13f59da6844a6799556354d85ece1de3
SHA1: 986b1520f3e742a3219c407efa4fe8745aa98268
SHA256: fe4bb2d45f87338897b73dd69be9d9ea7e776b7b8e8627b629b797fab822142c
SHA512: b31e6d111a8647fdcfb9cc381b11a6e8e61858cd39a96347c5c6399d82ce5f234a6aa2c9247a46b75b357b6571263aaf7ab404c8c5a70cdfc2cd50722c13b407
Description: Linux USB utilities
 This package contains the lsusb utility for inspecting the devices
 connected to the USB bus. It shows a graphical representation of the
 devices that are currently plugged in, showing the topology of the
 USB bus. It also displays information on each individual device on
 the bus.
Homepage: https://github.com/gregkh/usbutils
Multi-Arch: foreign

Package: usbutils-dbgsym
Priority: optional
Section: debug
Installed-Size: 184
Maintainer: Aurelien Jarno <aurel32@debian.org>
Architecture: arm64
Source: usbutils
Version: 1:014-1+apertis0bv2024dev2b1
Depends: usbutils (= 1:014-1+apertis0bv2024dev2b1)
Filename: pool/target/u/usbutils/usbutils-dbgsym_014-1+apertis0bv2024dev2b1_arm64.deb
Size: 141112
MD5sum: 314f0f047fee02b0da511cd59eec1970
SHA1: 3d2601fb70538d59d61ce3b4cfee85f6e7b1db8e
SHA256: 4db709e07929596d8ed33951bee7650bd468ae6c50c6a6de903833d0dc88fb6e
SHA512: 216a3589219c08a55776b9675b236700b4e31649c164140932dae9734a474bff28b90a6f7561dd859aab1ca0d84a2b86450d65c5e7c0717cde6de5ef28cec730
Description: debug symbols for usbutils
Auto-Built-Package: debug-symbols
Build-Ids: 5dbea061c6baf0620ee48aabc7cb5c58b7aa893f d8ec505c3d2f67fe7ba6090168d9ec1df090039b ff49d66fbd47172fb01c970c2dd0317e201dd067

Package: usr-is-merged
Priority: optional
Section: oldlibs
Installed-Size: 12
Maintainer: Marco d'Itri <md@linux.it>
Architecture: all
Source: usrmerge
Version: 35+apertis0bv2024dev2b1
Conflicts: acl (<< 2.2.52-3~), arptables (<< 0.0.4+snapshot20181021-1~), coreutils (<< 8.24-1~), cruft (<< 0.9.44~), cryptsetup (<< 2:1.7.0-1~), davfs2 (<< 1.5.2-1.2~), debianutils (<< 4.5~), ebtables (<< 2.0.10.4+snapshot20181205-1~), elvis-tiny (<< 1.4-24~), kbd (<< 2.0.4-4~), ksh (<< 93u+20120801-3.1~), less (<< 481-2~), libbrlapi-dev (<< 5.3.1-1~), libc0.1 (<< 2.35-4), libc0.3 (<< 2.35-4), libc6 (<< 2.35-4), libc6.1 (<< 2.35-4), libdm0-dev, libjson-c-dev (<< 0.12.1-1.1~), libpng12-0 (<< 1.2.54-6~), libusb-0.1-4 (<< 2:0.1.12-28~), mksh (<< 52b-1~), molly-guard (<< 0.7.1+exp1~), musl-dev (<< 1.1.9-1.1~), nano (<< 2.3.99pre3-1~), open-iscsi (<< 2.0.873+git0.3b4b4500-13~), open-vm-tools (<< 2:10.0.5-3227872-2~), policycoreutils (<< 2.4-4~), safe-rm (<< 0.12-6~), tcsh (<< 6.18.01-4~), vsearch (<< 1.9.5-2~), xfsdump (<< 3.1.6+nmu1~), xfslibs-dev (<< 4.9.0+nmu1~), yp-tools (<< 3.3-5~), zsh (<< 5.2-4~)
Breaks: cruft-ng (<< 0.4.4~), initramfs-tools (<< 0.121~)
Filename: pool/target/u/usrmerge/usr-is-merged_35+apertis0bv2024dev2b1_all.deb
Size: 5004
MD5sum: 81618c2f8a09cb1e2e4cad07f892a6e3
SHA1: e08f862f6c0e3c7730b756686977736ad11c8037
SHA256: 0e04ae65a6b6ad02cc541971b6162834b253b286a17ec44165b9cb85840e29e9
SHA512: 442efc4375ba7231cef97eb22a57fc0c23b0f88b342f597aacebcff3113568e9fd30ade00e4bd7d047082a9480c3155dc6ae34e18b3141fdf96130b844786403
Description: Transitional package to assert a merged-/usr system
 This package can be successfully installed only on merged-/usr systems.
 .
 It can be safely removed once no other package depends on it anymore.
Homepage: https://wiki.debian.org/UsrMerge
Multi-Arch: foreign

Package: usrmerge
Priority: optional
Section: admin
Installed-Size: 39
Maintainer: Marco d'Itri <md@linux.it>
Architecture: all
Version: 35+apertis0bv2024dev2b1
Provides: usr-is-merged
Depends: perl:any, libfile-find-rule-perl
Conflicts: acl (<< 2.2.52-3~), arptables (<< 0.0.4+snapshot20181021-1~), coreutils (<< 8.24-1~), cruft (<< 0.9.44~), cryptsetup (<< 2:1.7.0-1~), davfs2 (<< 1.5.2-1.2~), debianutils (<< 4.5~), ebtables (<< 2.0.10.4+snapshot20181205-1~), elvis-tiny (<< 1.4-24~), kbd (<< 2.0.4-4~), ksh (<< 93u+20120801-3.1~), less (<< 481-2~), libbrlapi-dev (<< 5.3.1-1~), libc0.1 (<< 2.35-4), libc0.3 (<< 2.35-4), libc6 (<< 2.35-4), libc6.1 (<< 2.35-4), libdm0-dev, libjson-c-dev (<< 0.12.1-1.1~), libpng12-0 (<< 1.2.54-6~), libusb-0.1-4 (<< 2:0.1.12-28~), mksh (<< 52b-1~), molly-guard (<< 0.7.1+exp1~), musl-dev (<< 1.1.9-1.1~), nano (<< 2.3.99pre3-1~), open-iscsi (<< 2.0.873+git0.3b4b4500-13~), open-vm-tools (<< 2:10.0.5-3227872-2~), policycoreutils (<< 2.4-4~), safe-rm (<< 0.12-6~), tcsh (<< 6.18.01-4~), vsearch (<< 1.9.5-2~), xfsdump (<< 3.1.6+nmu1~), xfslibs-dev (<< 4.9.0+nmu1~), yp-tools (<< 3.3-5~), zsh (<< 5.2-4~)
Breaks: cruft-ng (<< 0.4.4~), initramfs-tools (<< 0.121~)
Filename: pool/target/u/usrmerge/usrmerge_35+apertis0bv2024dev2b1_all.deb
Size: 12700
MD5sum: cbad01f018488858f1e39714f1c0f297
SHA1: bb973d0e96d1bdc7165ef35e524cc07d51bae388
SHA256: 5d6ad5d0bbe2bb775e1b3071c143d05824114af4f3e5d35588bc675efabdf46b
SHA512: 35c9d4c903143991d8e6188aada5ba3378d90c972f0d59763ff35fca390d17bc44daff7e81ce2d650f120a7ce4226e4cf0fed015b1112171e427935932e8b6fc
Description: Convert the system to the merged /usr directories scheme
 This package will automatically convert the system to the merged
 /usr directory scheme, in which the /{bin,sbin,lib}/ directories are
 symlinked to their counterparts in /usr/.
 .
 There is no automatic method to restore the precedent configuration, so
 there is no going back once this package has been installed.
Homepage: https://wiki.debian.org/UsrMerge
Multi-Arch: foreign

Package: util-linux
Essential: yes
Priority: required
Section: utils
Installed-Size: 7939
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Version: 2.38.1-5+apertis1bv2024dev3b1
Replaces: hardlink
Provides: hardlink
Depends: util-linux-extra
Pre-Depends: libblkid1 (>= 2.37.2), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libcrypt1 (>= 1:4.1.0), libmount1 (>= 2.38), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), libsmartcols1 (>= 2.38), libsystemd0, libtinfo6 (>= 6), libudev1 (>= 183), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4)
Recommends: sensible-utils
Suggests: dosfstools, kbd, util-linux-locales
Conflicts: hardlink
Filename: pool/target/u/util-linux/util-linux_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 1154236
MD5sum: ae66016b2224a605397ac571de3d07fb
SHA1: 226c0e96786345c9ef31d0857725baf98a4655c5
SHA256: 38be4c95c49ab6c72aae40313378ec35180e64e3a0da55765d56b0bb0aca6e5b
SHA512: 961f23c561c7bab6c7d28b0a4a0ee19950280b990183beafc5f65ec0a8b7aba193307c3b772452eedc2a39eb8488f2182f08af7d681905c9cb92b2c96e712226
Description: miscellaneous system utilities
 This package contains a number of important utilities, most of which
 are oriented towards maintenance of your system. Some of the more
 important utilities included in this package allow you to view kernel
 messages, create new filesystems, view block device information,
 interface with real time clock, etc.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: foreign

Package: util-linux-dbgsym
Priority: optional
Section: debug
Installed-Size: 4680
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: util-linux (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/util-linux-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 3581216
MD5sum: 45e4d6b7489f00a575a9dfb3f11bba43
SHA1: 16a7429b4d59598b6bcc7a65243f8fa125881db7
SHA256: e7fad4d281f4a9f2d3182319c405be4ded090ca9e4a50e88e6ce6a055a9001a0
SHA512: 5a3f3c4380407f46e610d346c8357d79477001bed90f1f26e07fa4876dbfa8a47c855a3b4f9884a18c2ab165ec668e50e7dead36ed9eace3c087d5712bdbc25c
Description: debug symbols for util-linux
Auto-Built-Package: debug-symbols
Build-Ids: 01e82b828207b81df6b029474ad489c0edf5e095 06286123e966168c640b52720e4ee300998a19a5 0d4ccd0f5b07c86b138f119fe30efeb96128c437 0f801b92d342c426b863b9e586a5c34f144071b6 19e7733cf65b21e3893e683cbab54897c47d869d 1c030df938db2e93f7ff38942faa0b37c476706d 21184a1d9e8ec1ca5214e4a979fa5f5ba46ab3f5 23ae50d6e630c6ac0202f9ccf1a147d496fcbd7a 24200c49a7a7cf53dadab0c5ac4e5b9d66aeaa66 280f971d95a1c18c7731b14908f78a94878d1968 29e0f2ab36b2f58aa5fad2bdb49ae81b68e6a818 2cd9699314123778ddaba12f73333eb29f1b1dd8 302fffd2a8899df80e9f79993d7a76e3960e2b06 3045b6bddf4d7f6ce2139b97034c3d67b3eab52f 3628d6a6cc8cb0c2d8b8abde5743eeaf88c9ecde 37a8e70afe180793ec6b6032688099d04b0cbfb2 3caba22184c83c22d5f39f01f6c95e985f9e9708 419afe1dd0c0da968d4363d6aa6ea5f3836b6174 434a5e6865225e9b0649e84641c2d43e68e4ebdf 44514c423491243a6e67dcb8ce23d70ec65f330f 4658b056291d6268416c5699288468eccc5953ff 4839f1c27f5fed08783ab11853b47a69184a4926 4b4af0498ecb7c2894be0a3c70da062a48b36ce0 4c8465cf63c0069d3a7ca0e4bee13999ce0c45dd 4cc2364da3161aadb759489a24c54a2930100c92 4e84f4076cfd10f7c92fd1b7c368a6a90f06a3c2 51d379fea830c4ac9761a84e2a3c2df0398c3c90 542b3f901c7cd9d7c0a65553fc484f68194046a4 5945193a5db234e808c19f7b3cd89a27518ed270 59cfe314b6aaf55f1f54c7bef32d0c1ff6b98a82 5aadf6e4b4a40b0912a9cef6c683c7eaed84617e 5aae990e91c71dcf53a939ca14e2e8b4c25cf6a3 5bca3ff95b48fbb39c9299f33678e5416d4dcc4a 5d7300ee15ef2cefdca7f20e30ab9880a3911641 5eaf549ccfb208e042e97791f05e5f9808a8f754 6c0a94c1e5a008e012c946ee34b23035978e5b3a 6fbe48da8856b32d7531fd78354f8d3a0a6f75b0 73b991f398ee4fe2568a1768ba396424f7fd8bc8 7567916039c56c3d10a4d1b614ab948c47118a16 759a111d4f134cf2a2e5307eff814390744fa29b 76af00ce5633bc34eb8125886c04f7e72a58d222 77a417284cd121d980d0fa1085516c0293eff25f 7ce3d3888627d5d28c8758d36041a6259d437db4 86c5175847b6d64883c73d805bdc45e537412b1c 8d642a646de90545a31b5789becb34390bed1fc5 94267f94e1a56556070fb25c6baf1de48521ebb5 94a369aa70800416dff73b7d350fdf087572e9d5 964027dac4813a10a6a9246d67deb34a90327d78 978e94e9f4937005fcb858d340a4d064a1ed53bb 99a5599ace38c619c97694e478d37776fb97af3e 9f3eaf7137dc1aefb039e6222a9e820b73c7d70c 9ffb52233ad38efcb5dda39eb931240d52d260a8 a1c79329197cbb5a54c898e53ad352e661321d19 a349113e9bbd8b866b93adee0a4f8c2181c32af0 a3ed26f782560869ef2d7d15255053ad93bb5fd4 a5834582fabbfbdf4b6e7295f691813a0d4ce226 a7bf55e16b40c45a825d505286b2d4b24a40e488 b10e2091f8eba1245be6e78c7e551c86b7320a9e b17ed0f1d0be1cddf458637eba4bc261bfaf26ea bffa57ef14bd1433eebe22a3531e13e2f40a04ad c47610ee1483b301a99cb876e35a981e010d89ac cb65cd4114e725f954eba9a61faa61a2a88ac98c cc7be0fc22bb9b133256ed228346d74aad8a5e86 d24f84298d5894cda2cb1959ec600eeb5d4f797f dd972c6e8ee8d42313af7f1d252d065ec25f2e7c df18970209fcc660f1cb6ad4519a614c114390ae df74d08cd817577060ede5909b09df6afc82c2bb dff720d03aa1eb4be0ac8c55e2ff108c862765f1 e7a79371be918a85b614e529ef25bb4be6878b75 eac23f3a65754d20ed23f357189b19c8eeef293e eccb390c5b4328d9928d9b28dffd54d3dc2d263e f32d915aa2959b06fbd3be2d4d86b19764b110ff f7c04517fee8568180b6c729f75a8ae670ad0988 ff95e73ca33ece0f86110a3efdd2076977ff0560

Package: util-linux-extra
Priority: standard
Section: utils
Installed-Size: 498
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Replaces: util-linux (<< 2.38~)
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libsmartcols1 (>= 2.38)
Breaks: util-linux (<< 2.38~)
Filename: pool/target/u/util-linux/util-linux-extra_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 121528
MD5sum: 17aac8f3a2f929fe72c1e2de44c133d6
SHA1: d7494ce830b6b542a0103443c117a0519f3ff005
SHA256: 4cfeef23bded0a27ef703245fe035d3af8f8cd6bf113887c45b2d74904daaea5
SHA512: f7a53da33469307d13d81cf77c9f73eaf8aa941f8ec8febb2fe3f70bc3d256b99fff81b302f8f66b419c7a939b3d421bdc5d9bc1cc134a2b60f8ead3e29c872b
Description: interactive login tools
 Tools commonly found on systems where humans login interactively,
 or are needed with non-standard system configurations.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: foreign

Package: util-linux-extra-dbgsym
Priority: optional
Section: debug
Installed-Size: 361
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: util-linux-extra (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/util-linux-extra-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 290236
MD5sum: cffba3dd0cc5b83a806706cc8a337517
SHA1: 04cc3f8eee35c39b77e592970260ba5c8340da78
SHA256: 88b91ab6fec4277e64bfaf7c9cf1b0d8f66bd462ab4d3fe8f6ddd7ee5eeba9f5
SHA512: 2e660192bba55213f6c696735522dc0a708211f2867af08694f1b0ed09a47439c24a9c50207b9377c492e66fdf873f1439a274412b763673aafa1001f8a352ef
Description: debug symbols for util-linux-extra
Auto-Built-Package: debug-symbols
Build-Ids: 0d93aa83a4a8b525157b0d18eb8f71f2c8fe764f 6fbb47a656dc36094788100d70bf6d0d9332ba1b 724dcefcc2c6503fcf18c0a05820f860d2f53e8d b7a2138eaba2adfa8f0fe8ae6813fef936e5dbef

Package: util-linux-locales
Priority: optional
Section: localization
Installed-Size: 7979
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: all
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: util-linux (>= 2.38.1)
Filename: pool/target/u/util-linux/util-linux-locales_2.38.1-5+apertis1bv2024dev3b1_all.deb
Size: 1221284
MD5sum: 3e6f7e304d54c0e32aef633d2b5ab9f9
SHA1: f75c9d22584052f3f63621adce417c54984e3910
SHA256: cd5bf87f40cb31b6905c0202c1f8dfadea41dfa21fadf7dd22dd654d1e9c43b8
SHA512: 01e436e916dc975418abf0e05efb3ce9becc6ab2309ba6bea9979013c5141ef8c205f4ee29dadd86b4392ae19191ed3936cf02e3b3e6a8ae26ea5e6a7fef9c1b
Description: locales files for util-linux
 This package contains the internationalization files for the util-linux
 package.
 .
 They are needed when you want the programs in util-linux to print their
 messages in other languages than English.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: foreign

Package: uuid-dev
Priority: optional
Section: libdevel
Installed-Size: 127
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: libc6-dev | libc-dev, libuuid1 (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/uuid-dev_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 49872
MD5sum: 90c603839bdec0c993f2866a7f341d7e
SHA1: c0acdac17bb2dbc4ed8177f2b6dcc1d41ded7374
SHA256: c944dd513eff644ee70cd0d7eafc7efffee4a43804ecfab490098a796cf5fc5e
SHA512: 80da4a4762255aefde64c7e23d36d0639f46f1a8f94264bbbf60815c32b4447351926c2b6c718aa35af1ed3d4a69ccc87aab7fe336c9940d6ba3b3dc4775db9e
Description: Universally Unique ID library - headers and static libraries
 The libuuid library generates and parses 128-bit Universally Unique IDs
 (UUIDs). See RFC 4122 for more information.
 .
 This package contains the development environment for the uuid library.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: same

Package: uuid-runtime
Priority: optional
Section: utils
Installed-Size: 285
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: adduser, libc6 (>= 2.34), libsmartcols1 (>= 2.27~rc1), libsystemd0, libuuid1 (>= 2.38.1-2~)
Pre-Depends: libuuid1, init-system-helpers (>= 1.54~)
Filename: pool/target/u/util-linux/uuid-runtime_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 60320
MD5sum: a546f845804b77c069fc4c504a051fe4
SHA1: cffbd171b7fe8cc0ef0e649ccaa61ccdd54cbb7b
SHA256: 8a485d097fb67ceb007b09733183efc30bbaa70b19904bc79afd63f1d0894029
SHA512: 3596ac18d024790ca3f18e2df464d616fdc7a3d79fe1c3570d89ce66dc369c1a83cee124cbb4b10a83eee2e86044545bfe7e4d310da1cb8d991c9d08b921ffde
Description: runtime components for the Universally Unique ID library
 The libuuid library generates and parses 128-bit Universally Unique
 IDs (UUIDs). A UUID is an identifier that is unique within the space
 of all such identifiers across both space and time. It can be used for
 multiple purposes, from tagging objects with an extremely short lifetime
 to reliably identifying very persistent objects across a network.
 .
 See RFC 4122 for more information.
 .
 This package contains the uuidgen program and the uuidd daemon.
 .
 The uuidd daemon is used to generate UUIDs, especially time-based
 UUIDs, in a secure and guaranteed-unique fashion, even in the face of
 large numbers of threads trying to grab UUIDs running on different CPUs.
 It is used by libuuid as well as the uuidgen program.
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Multi-Arch: foreign

Package: uuid-runtime-dbgsym
Priority: optional
Section: debug
Installed-Size: 122
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: arm64
Source: util-linux
Version: 2.38.1-5+apertis1bv2024dev3b1
Depends: uuid-runtime (= 2.38.1-5+apertis1bv2024dev3b1)
Filename: pool/target/u/util-linux/uuid-runtime-dbgsym_2.38.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 78948
MD5sum: b255d1d09bb31807bcba168b24b13925
SHA1: 63dd3d12e17bfaf5f3e6cc94c85c49dbee986f8d
SHA256: 37d69a78c3be0ed822befa28907418bf64075023b9c0315eabf6341a85f0e72c
SHA512: 3f2786fab6e40654c30c65f0f9cbbc38625b2f9297f1e7dcda23103dd2bb216af431a386b5154caf5ec41c47135fb3121ac0e7d9c7e42b2daa37aa22fb510cea
Description: debug symbols for uuid-runtime
Auto-Built-Package: debug-symbols
Build-Ids: 013a73c8f693729e5a65832ee186e76b23e9cc7a 520382f2efd02acc83d2c42942720a2f270f750a 7ae3ac8bd1e26f6acf6930cef8649d13606d2fbe

Package: v4l-utils
Priority: optional
Section: utils
Installed-Size: 2665
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Version: 1.22.1-5+apertis1bv2024dev3b1
Replaces: ivtv-utils (<< 1.4.1-2), media-ctl
Depends: libv4l-0 (= 1.22.1-5+apertis1bv2024dev3b1), libv4l2rds0 (= 1.22.1-5+apertis1bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libudev1 (>= 183)
Breaks: ivtv-utils (<< 1.4.1-2), media-ctl
Filename: pool/target/v/v4l-utils/v4l-utils_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 589704
MD5sum: 7d66491ef8110dc53bc220dd3e53dc33
SHA1: 6f93f6f33111459ed0e187757b61e06ec52fe7a6
SHA256: d29eaadb50d0553b757d3e772fa343ea9d8728f28826716055f7db74480c5ed1
SHA512: 8f60a7afbda0fe3368d7bacfd6997ab735b49381db18269f048c78ee548dcadafa0d76e90346f2c2eb3751a8420864266a65c69bb9ccfa7b2716e24f73375000
Description: Collection of command line video4linux utilities
 v4l-utils contains the following video4linux command line utilities:
 .
  decode_tm6000: decodes tm6000 proprietary format streams
  rds-ctl: tool to receive and decode Radio Data System (RDS) streams
  v4l2-compliance: tool to test v4l2 API compliance of drivers
  v4l2-ctl, cx18-ctl, ivtv-ctl: tools to control v4l2 controls from the cmdline
  v4l2-dbg: tool to directly get and set registers of v4l2 devices
  v4l2-sysfs-path: sysfs helper tool
Homepage: https://linuxtv.org/downloads/v4l-utils/

Package: v4l-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 4421
Maintainer: Gregor Jasny <gjasny@googlemail.com>
Architecture: arm64
Source: v4l-utils
Version: 1.22.1-5+apertis1bv2024dev3b1
Depends: v4l-utils (= 1.22.1-5+apertis1bv2024dev3b1)
Filename: pool/target/v/v4l-utils/v4l-utils-dbgsym_1.22.1-5+apertis1bv2024dev3b1_arm64.deb
Size: 4261116
MD5sum: 8eac357b7ec3b406b56e8cb10980cb56
SHA1: 1c21b168759f520004e0603a396b4eab3171f68c
SHA256: 7bf17e8349ba8c52d8aaa3b14b51665996618e1bec86b75c886e206a99ab0b4b
SHA512: bd012daa55ca733f76bdd8d031c59492abbb2386b49549de6a386d6c2de72988b5837a52924a5b8a085ecdda9f6087d5c87ac97ec2692736f4ba51290418539a
Description: debug symbols for v4l-utils
Auto-Built-Package: debug-symbols
Build-Ids: 0617765d88f62525c1f2f4e792da0da0f62125a0 09198269ad36f66812c45e7d10028583b936d763 2609f5885a3ceb0e95b5f00c8f679d2b8c2c027a 37dfd59d6307907c056f9910922b643ea1dff7a6 4402c2e69e7633408cfff7c25d7df8b494f12e7f 5bab2ea9c6945aeb6817eba0640d6bd7bd83f899 5d9049b5a9f0eb7ae052c5f9a3b11a2e52b8d2d7 8691fa1f81c01b1c81e88caf5fc1fd30ee01dd34 9f1aa38762f8b651cf1842412a1b65966c818148 9ff425264883722540ffae583b0b36f74da98c2b d090a9b5a746890aed1eebfacba4b4dc055c39a4 e2e6a0a4e744caf036ebd872a15b410eb5cd26bb f6fb0f88705cd68c93c9d81e0b4b7207759480c5

Package: va-driver-all
Priority: optional
Section: video
Installed-Size: 24
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libva
Version: 2.17.0-1+apertis0bv2024dev3b1
Depends: mesa-va-drivers
Filename: pool/target/libv/libva/va-driver-all_2.17.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 13408
MD5sum: a9ddb7c2924aa8c9b21656bf7dabda8f
SHA1: 0960788e8108768154fdd85a6391dcd311b541ba
SHA256: b6409f82ff3f5698cdb8a5a180298b33751378194c506e2d7a0b6a928e724cfb
SHA512: 957b8bfd5fb08bfc1bd6c95945d689375e47014e1a69e1cb281930152a0f5157168b15c4a880de4d0d93acdceaf00aab37c2729d2207ab8a5cdf6ec38a3427c6
Description: Video Acceleration (VA) API -- driver metapackage
 This package depends on the full suite of drivers for the Video Acceleration
 API (VA API). It does not provide any drivers itself, and may be removed if
 you wish to only have certain drivers installed.
Homepage: https://01.org/linuxmedia/vaapi
Multi-Arch: same

Package: vim
Priority: optional
Section: editors
Installed-Size: 3797
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Provides: editor
Depends: vim-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-runtime (= 2:9.0.1378-2+apertis1bv2024dev3b3), libacl1 (>= 2.2.23), libc6 (>= 2.34), libgpm2 (>= 1.20.7), libselinux1 (>= 3.1~), libsodium23 (>= 1.0.14), libtinfo6 (>= 6)
Suggests: ctags, vim-doc, vim-scripts
Filename: pool/target/v/vim/vim_9.0.1378-2+apertis1bv2024dev3b3_arm64.deb
Size: 1433108
MD5sum: 6c34eab3a5aab7e1d9b84af887246c02
SHA1: c90d9bd378a8ea19272bb04c994d059d9ce584f8
SHA256: 9b6c2d0619802718f1e09afa9cb13f9ec1a48d466dcfa91057b1743fd1580541
SHA512: 6e19ff16e9ef835ac66d96659a62ca62914bc3a9ac6888ecfb7d3d57a6ccf18b5545942f597d8984556529f1fcb14fdada35b90ed42380b0e4606ebbde19f5a7
Description: Vi IMproved - enhanced vi editor
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 Many new features have been added: multi level undo, syntax
 highlighting, command line history, on-line help, filename
 completion, block operations, folding, Unicode support, etc.
 .
 This package contains a version of vim compiled with a rather
 standard set of features.  This package does not provide a GUI
 version of Vim.  See the other vim-* packages if you need more
 (or less).
Homepage: https://www.vim.org/

Package: vim-athena
Priority: optional
Section: oldlibs
Installed-Size: 77
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: vim-motif
Filename: pool/target/v/vim/vim-athena_9.0.1378-2+apertis1bv2024dev3b3_all.deb
Size: 51584
MD5sum: f0abfe702c8f9236e832aeb707f6ef00
SHA1: f5ab949c40887de23a3272c8c25e59bdd1fb1771
SHA256: 4a0a373a416dbf2d52c9ebac46438d892ed52079aed6a0bc6667b8356ee788ab
SHA512: eefe179397de9172f081c62213b6807c230d6954576d5b9fb21db1ed2c34f096f1aba8f4ecb9b9b1f31ca2ffaaa3a724f340a1a1c9e7ecb33a55fe6a2911a0ed
Description: Vi IMproved - enhanced vi editor (dummy package)
 This is a transitional package to install the vim-motif package.  You may
 remove this package if nothing depends on it.
Homepage: https://www.vim.org/

Package: vim-athena
Priority: optional
Section: oldlibs
Installed-Size: 77
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b2
Depends: vim-motif
Filename: pool/target/v/vim/vim-athena_9.0.1378-2+apertis1bv2024dev3b2_all.deb
Size: 51588
MD5sum: 15f0d1eaeca1d2f4aae8f704be7b5f03
SHA1: ac63b783b61eed6448288588e000fa6354a3bf1f
SHA256: 6bf4ca85e6f39c5fe993d64f7c31d4a8d090d628382237ca5fe688db3ab09c68
SHA512: e6da53c878f2fe830ec47d454912b19463ea3cb946e609075f240abf5216397415a767071aae1e6c4cba27fdb4d712520a432442235533a03ba6b16637a7ac6e
Description: Vi IMproved - enhanced vi editor (dummy package)
 This is a transitional package to install the vim-motif package.  You may
 remove this package if nothing depends on it.
Homepage: https://www.vim.org/

Package: vim-athena
Priority: optional
Section: oldlibs
Installed-Size: 77
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b1
Depends: vim-motif
Filename: pool/target/v/vim/vim-athena_9.0.1378-2+apertis1bv2024dev3b1_all.deb
Size: 51580
MD5sum: aaca839182953d6075560f7bc20c4be7
SHA1: 6205f35334a32527270e409f6d14437b063424c3
SHA256: 2aab4900fd2e6a00eea0e1db7430a70be8bffde05c843b7ff782a7c6f9a85afd
SHA512: 6de80ce8150d69363d2feeea48ad2c9cc0ae0d44ae3f8e33287e0db1c1bf138232ca8e8eae76290816b7c716bfc7f18276166c8d86c698b64566192524f150fb
Description: Vi IMproved - enhanced vi editor (dummy package)
 This is a transitional package to install the vim-motif package.  You may
 remove this package if nothing depends on it.
Homepage: https://www.vim.org/

Package: vim-athena
Priority: optional
Section: oldlibs
Installed-Size: 72
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-1+apertis1bv2024dev2b1
Depends: vim-motif
Filename: pool/target/v/vim/vim-athena_9.0.1378-1+apertis1bv2024dev2b1_all.deb
Size: 46376
MD5sum: e822a560dd0273f32b41519689c3631a
SHA1: 7d821e6e9b4be14dd3d933e22a82455a78d29401
SHA256: 6a2e754841665b2fbed96667d20f49e92693e72b536cb230c844a6d0be0de706
SHA512: a923b207069dbf539ca34140910fd420f424fb68fac754d61c36e8f68a0e9ebd521958c3d6b9adfb542b14a94a82e26e91ba2226c06f31f47b05a63b276f8eae
Description: Vi IMproved - enhanced vi editor (dummy package)
 This is a transitional package to install the vim-motif package.  You may
 remove this package if nothing depends on it.
Homepage: https://www.vim.org/

Package: vim-common
Priority: important
Section: editors
Installed-Size: 250
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Recommends: xxd, vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Filename: pool/target/v/vim/vim-common_9.0.1378-2+apertis1bv2024dev3b3_all.deb
Size: 129924
MD5sum: 488b0eb76c79a9a0b15a1e2a9be3dd91
SHA1: 394221027e3ed5c0e43b2b6c544ccdfc9cf598d8
SHA256: 356ecfea52d82da491b4f14c61ffb3d6c9d0b3f60a8af9ab18e386c2eb1bf7cb
SHA512: e8529a2598c742117fd53026a681d69f25c5f5b1e0c46051d4b21166df4c60cfcdecf4a3c5a9273f32ff6f8905bd0cd84765890fa9f2de070a4735fb1ff1e382
Description: Vi IMproved - Common files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains files shared by all non GUI-enabled vim variants
 available in Debian.  Examples of such shared files are: manpages and
 configuration files.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-common
Priority: important
Section: editors
Installed-Size: 250
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b2
Recommends: xxd, vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Filename: pool/target/v/vim/vim-common_9.0.1378-2+apertis1bv2024dev3b2_all.deb
Size: 129924
MD5sum: 393469720e90755351e208637ff81a89
SHA1: efaafcffd5364b8c4bd3ba4f44356671ccf3b85d
SHA256: dca6f592b6222e76e842b6757771a0e0ea9e57ebacb68d70ee6dec79d0f5d923
SHA512: a5f136489b2f784190e2844dda708ae5cbe0f124ee70d11633c33e84066932709cdcc250fe4fd7bf7ddb158037696498629b64b271c8a8d54dd99df7ec76eed5
Description: Vi IMproved - Common files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains files shared by all non GUI-enabled vim variants
 available in Debian.  Examples of such shared files are: manpages and
 configuration files.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-common
Priority: important
Section: editors
Installed-Size: 250
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b1
Recommends: xxd, vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Filename: pool/target/v/vim/vim-common_9.0.1378-2+apertis1bv2024dev3b1_all.deb
Size: 129924
MD5sum: 5fc751bb323b2c345b48ccc20c056467
SHA1: 49ead2fe46abdcf0a1fac06cf1a3235e89913727
SHA256: 96df4f519c650363d4fe9a466d27dc1c54ae260f5d763b5423ba122352f18ae2
SHA512: eefc531c1e084f19f9fffcced8723e901c5fa7a00a054a04c4e7ca785ac1f3901f0add6e99a87a255d90fdebb5ced72557af28239b638cb0f5cfc39f1c3e72f5
Description: Vi IMproved - Common files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains files shared by all non GUI-enabled vim variants
 available in Debian.  Examples of such shared files are: manpages and
 configuration files.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-common
Priority: important
Section: editors
Installed-Size: 245
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-1+apertis1bv2024dev2b1
Recommends: xxd, vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Filename: pool/target/v/vim/vim-common_9.0.1378-1+apertis1bv2024dev2b1_all.deb
Size: 124728
MD5sum: cf0b978ceb35815e3359bc788e410ba6
SHA1: a1b91911f44ca9482ac0fc4bd375d6a3eed1c98c
SHA256: 1daad792fa5069e9c57e574c7f9d094fa11c7db8c7485601ac2dfdd4dcff7ff6
SHA512: 00cf8c4aaed3494cb315ea67f79e1a0991069ac293180249d9d6bb8162966eaa1ef85ef2c8e4969098d104362abe11690e6b55bc836e54745bd3ceb8814ee8b2
Description: Vi IMproved - Common files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains files shared by all non GUI-enabled vim variants
 available in Debian.  Examples of such shared files are: manpages and
 configuration files.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-dbgsym
Priority: optional
Section: debug
Installed-Size: 4147
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: vim (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Filename: pool/target/v/vim/vim-dbgsym_9.0.1378-2+apertis1bv2024dev3b3_arm64.deb
Size: 3924848
MD5sum: a97aab4d6525ac1f6205a5f09852dbb1
SHA1: adf2d35ea3127f88c34dc32b1bcfe3d4b9789990
SHA256: 428241fee40f6ba963d128138728949cefd9c4129958e0afed5abf9785cb5c6a
SHA512: 94e76b89d7a07d0e3a41c60e8064569d62c3eaecb195a30e3c000987ceeb2ed5e793c8dfff7e6de8d65c1c4b0b3c8bb8ab07896ef71979b071256a1f839a311f
Description: debug symbols for vim
Auto-Built-Package: debug-symbols
Build-Ids: 4d3222e87190ce5f9a07140d5a865a6220f12b61

Package: vim-doc
Priority: optional
Section: doc
Installed-Size: 14940
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Filename: pool/target/v/vim/vim-doc_9.0.1378-2+apertis1bv2024dev3b3_all.deb
Size: 2455020
MD5sum: 00a43806baafc6f09dfa2f6622070603
SHA1: a37d3088e002416b816987042c3eb7ef97b5e862
SHA256: 1089334fdcb498a4e8be082e1bd805d4354d3c10318ba80e195bdbe9c76784c8
SHA512: 0da92bbf794b063f96c8ff2462fc89cdeb1264a78f5af805a909251aad1bbbdcafdb7de41a387460240931b0ef03f7c44fcef43f1c4b3e2bf833ec8965fa25d5
Description: Vi IMproved - HTML documentation
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains the HTML version of the online documentation.  It is
 built from the runtime/doc directory of the source tree.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-doc
Priority: optional
Section: doc
Installed-Size: 14940
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b2
Filename: pool/target/v/vim/vim-doc_9.0.1378-2+apertis1bv2024dev3b2_all.deb
Size: 2455020
MD5sum: 04f46ebd42c427855d22b22cd929f39c
SHA1: d4d56ecb586f26fdb87433cf28dcfc7755e01700
SHA256: 88e4f37d024daa839719cd7ea1f791122e1f50d7e4f3fafc318c33591eaa9f5c
SHA512: f770cbcce39870fb81fa4a1bfb154060f05c1394ac72cf3d68f411e1166061108e5d78971be0f7a998b4a86eefc3d6593ed0e8ea204582292cf521bdd40720d6
Description: Vi IMproved - HTML documentation
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains the HTML version of the online documentation.  It is
 built from the runtime/doc directory of the source tree.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-doc
Priority: optional
Section: doc
Installed-Size: 14940
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b1
Filename: pool/target/v/vim/vim-doc_9.0.1378-2+apertis1bv2024dev3b1_all.deb
Size: 2455020
MD5sum: bcd2ceafc57cf9628ee96a0576421d8f
SHA1: 0de606f9bb86c2da3359983713557de96ea3a221
SHA256: 16dced78844a21aa873ca93354a688d182ea4f89d3fed0cc5f65a2b24f8b020f
SHA512: abc3b7c2287f24b2e9ff674f5b3bc086b035de8c1de6224567cdfac0f43a53be4922ce65766b17cd75dc845d282c6bc86e05f80e4910c74bec2bad943550c931
Description: Vi IMproved - HTML documentation
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains the HTML version of the online documentation.  It is
 built from the runtime/doc directory of the source tree.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-doc
Priority: optional
Section: doc
Installed-Size: 14935
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-1+apertis1bv2024dev2b1
Filename: pool/target/v/vim/vim-doc_9.0.1378-1+apertis1bv2024dev2b1_all.deb
Size: 2449868
MD5sum: 7e3306f410381f63eb1f9586e01266ca
SHA1: 8cafbfef7a3b8f0587b339c10950b4040d46038e
SHA256: 3bb298fbc5ce1a5f47dde1a10ce0b4f4d1f2c40b8d611b1ac1e5af9d79c735d1
SHA512: eb08c77a13f7d6349cbf34f7895c8370e41cae85e771d9436ea31e978d82270dd8469e6213bea0d5d90dbd212d7944c955ce37646d053bdc208be25eba2f1c0c
Description: Vi IMproved - HTML documentation
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains the HTML version of the online documentation.  It is
 built from the runtime/doc directory of the source tree.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-gtk3
Priority: optional
Section: editors
Installed-Size: 4576
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Provides: editor, gvim (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-lua (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-perl (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-python3 (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-ruby (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-tcl (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Depends: vim-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-gui-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-runtime (= 2:9.0.1378-2+apertis1bv2024dev3b3), libacl1 (>= 2.2.23), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libcanberra0 (>= 0.2), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgpm2 (>= 1.20.7), libgtk-3-0 (>= 3.21.5), libice6 (>= 1:1.0.0), liblua5.2-0 (>= 5.2.4), libpango-1.0-0 (>= 1.37.5), libpangocairo-1.0-0 (>= 1.14.0), libperl5.36 (>= 5.36.0), libpython3.11 (>= 3.11.0), libruby3.1 (>= 3.1.2), libselinux1 (>= 3.1~), libsm6, libsodium23 (>= 1.0.14), libtcl8.6 (>= 8.6.0), libtinfo6 (>= 6), libx11-6, libxt6
Suggests: cscope, fonts-dejavu, gnome-icon-theme, vim-doc
Filename: pool/target/v/vim/vim-gtk3_9.0.1378-2+apertis1bv2024dev3b3_arm64.deb
Size: 1724436
MD5sum: 92f5eed0642fa61b2c83fb1d093f703b
SHA1: 91fd0fae04c6ab2f2aff2ec8c26a88191e38d895
SHA256: 93d0ef0fc2ccb0f7d52941f96176f604a0bae33d4e4e4bae988054f8bc9034c8
SHA512: 55cd47081b6b1f5ad16a1aff1276191111a667a60fe7d9c9a732338a7846310c3ed0d93f97eb261465f5ea71e1cce8185e8b53b8c6c9e7e35f178564507eca26
Description: Vi IMproved - enhanced vi editor - with GTK3 GUI
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 Many new features have been added: multi level undo, syntax
 highlighting, command line history, on-line help, filename
 completion, block operations, folding, Unicode support, etc.
 .
 This package contains a version of vim compiled with a GTK3 GUI
 and support for scripting with Lua, Perl, Python 3, Ruby, and Tcl.
Homepage: https://www.vim.org/

Package: vim-gtk3-dbgsym
Priority: optional
Section: debug
Installed-Size: 4804
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: vim-gtk3 (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Filename: pool/target/v/vim/vim-gtk3-dbgsym_9.0.1378-2+apertis1bv2024dev3b3_arm64.deb
Size: 4524664
MD5sum: 17043fad6166df9484a9d367f31af07e
SHA1: f3758a9b8bcda37e6055c8fedba2b17ca7d02853
SHA256: 134770e94758686f5a3009ec4301af911f02a62799fd211ac02b1a4c70283393
SHA512: 11015c04247688bbe1136b246ee3380c8e84e99e4ce843fdba20bed5ce3ce07f0f82758dab265c296c06409a247eff593948f5102aa0d5068cc2f67dad0711cf
Description: debug symbols for vim-gtk3
Auto-Built-Package: debug-symbols
Build-Ids: acfb490c1b4f1b4f4b0a453d39940a29048a4e81

Package: vim-gui-common
Priority: optional
Section: editors
Installed-Size: 232
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Recommends: vim-gtk3 | vim-motif
Filename: pool/target/v/vim/vim-gui-common_9.0.1378-2+apertis1bv2024dev3b3_all.deb
Size: 134132
MD5sum: f8fe2ce98183cab3f1fea8495e7e9302
SHA1: 8f30d900dfb078a40329b73557be24edc018c7e9
SHA256: 64343dfef1cd5fbb62ace1876e92c91904657b8f76578c81ab0fc2b91a93191d
SHA512: 80b23bd40031179e81f9cb75335e4b5b88692f6f81ecb71db6825b4e9b5a49546f09b94c8d3e776d8eb2405f820b3c235f02ac70e8c6eb1f97b1723b9dd4cc34
Description: Vi IMproved - Common GUI files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains files shared by all GUI-enabled vim
 variants available in Debian.  Examples of such shared files are:
 gvimtutor, icons, and desktop environments settings.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-gui-common
Priority: optional
Section: editors
Installed-Size: 232
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b2
Recommends: vim-gtk3 | vim-motif
Filename: pool/target/v/vim/vim-gui-common_9.0.1378-2+apertis1bv2024dev3b2_all.deb
Size: 134128
MD5sum: 1751c8bd36e72ecd88b2da9fae2aa66f
SHA1: d832c2d3ca91036729b75f95df1ec4af30a876a9
SHA256: 308bc19e50a70a22540015fff4647f5e57fb566af2636c24676774dc793de1db
SHA512: 933a582d945748569e79624182cca49449224b0ad0356fe7afd926ec532d270091e6bbf8ec0493a42bb3e2df29fd7b041e00be758bf726ed397ea6ba5e504030
Description: Vi IMproved - Common GUI files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains files shared by all GUI-enabled vim
 variants available in Debian.  Examples of such shared files are:
 gvimtutor, icons, and desktop environments settings.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-gui-common
Priority: optional
Section: editors
Installed-Size: 232
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b1
Recommends: vim-gtk3 | vim-motif
Filename: pool/target/v/vim/vim-gui-common_9.0.1378-2+apertis1bv2024dev3b1_all.deb
Size: 134132
MD5sum: 0e4534cecf1dcb0a629360bbfdd82a2e
SHA1: a5432bf0e76253862054409c5d97398a648ae67c
SHA256: 8c4e67373ee97a6c62bfcfc396dbb3fd4cd3f286c11b7073c9c0aaf8f24bf697
SHA512: 216293d2302b09d8f78ace1b57f0054384ec411b3414f1c194c5a6989f8c3eeb8e92310acb3aa52ac4904a6cde8ab9d5f87496ae4ae32829a4f99ec146e994be
Description: Vi IMproved - Common GUI files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains files shared by all GUI-enabled vim
 variants available in Debian.  Examples of such shared files are:
 gvimtutor, icons, and desktop environments settings.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-gui-common
Priority: optional
Section: editors
Installed-Size: 227
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-1+apertis1bv2024dev2b1
Recommends: vim-gtk3 | vim-motif
Filename: pool/target/v/vim/vim-gui-common_9.0.1378-1+apertis1bv2024dev2b1_all.deb
Size: 128968
MD5sum: 4dbb9a5f2356f61ef2b73ef9e810c340
SHA1: 342517e7d2c47bf4d38706f974bffc1c4a281a80
SHA256: 49999114f3a894e8fd9a66aedf7eb2b14777929d7fec34929b86aa4acd36b6f1
SHA512: 5364aae91443370d627a0057c12cd02fa4fe32e1cf7e2f1584e671426c7db3c6826faae23bedbf9062a36a6b5f0c7eecfc5eedc4b1370551cff047ea428da3da
Description: Vi IMproved - Common GUI files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains files shared by all GUI-enabled vim
 variants available in Debian.  Examples of such shared files are:
 gvimtutor, icons, and desktop environments settings.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-motif
Priority: optional
Section: editors
Installed-Size: 4382
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Provides: editor, gvim (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-lua (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-perl (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-python3 (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-ruby (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-tcl (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Depends: vim-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-gui-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-runtime (= 2:9.0.1378-2+apertis1bv2024dev3b3), libacl1 (>= 2.2.23), libc6 (>= 2.34), libcanberra0 (>= 0.2), libgpm2 (>= 1.20.7), libice6 (>= 1:1.0.0), liblua5.2-0 (>= 5.2.4), libperl5.36 (>= 5.36.0), libpython3.11 (>= 3.11.0), libruby3.1 (>= 3.1.2), libselinux1 (>= 3.1~), libsm6, libsodium23 (>= 1.0.14), libtcl8.6 (>= 8.6.0), libtinfo6 (>= 6), libx11-6, libxt6
Suggests: cscope, vim-doc
Filename: pool/target/v/vim/vim-motif_9.0.1378-2+apertis1bv2024dev3b3_arm64.deb
Size: 1632040
MD5sum: ac00c237a9c415a4b7582b0ee49e72b6
SHA1: 33f595b8948067cd92333d94ae6edb24fd679a9c
SHA256: 8b8de3ed3bc55568f8ab3372249624f86ebc07ec40f98b70d09cc0be0b5dfa04
SHA512: 633fd3fe1a22229865d583ee7451df606619ed17c5e87d9a7e63079ddb5c84fa04aa0c30e4ed5c29e58aa61c5708b7e639b7403eaf3d5cb0fb9b9cf11bad3cc0
Description: Vi IMproved - enhanced vi editor - with Motif GUI
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 Many new features have been added: multi level undo, syntax
 highlighting, command line history, on-line help, filename
 completion, block operations, folding, Unicode support, etc.
 .
 This package contains a version of vim compiled with a Motif GUI
 and support for scripting with Lua, Perl, Python 3, and Tcl.
Homepage: https://www.vim.org/

Package: vim-motif-dbgsym
Priority: optional
Section: debug
Installed-Size: 4528
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: vim-motif (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Filename: pool/target/v/vim/vim-motif-dbgsym_9.0.1378-2+apertis1bv2024dev3b3_arm64.deb
Size: 4278112
MD5sum: 61b1963dd624bcfe3f07f91ff2a23ab7
SHA1: 1077ac42e85b157288e26ec1768f06830bb39960
SHA256: 282f33937bb953ccbfb79e2e7ef2070d0b9195aac85e10b7cafe1a1cdff40ac2
SHA512: 0c3fda4f556d95d5f3e07d7157db589c061659275a8d09e81672e0c8b90bd847ce00f9b19176dca22645bddae879c7eaab777158ebffde3fbc7de638d08bf627
Description: debug symbols for vim-motif
Auto-Built-Package: debug-symbols
Build-Ids: 354e190794fcb9c162cc29fe4f01c611589d1ca0

Package: vim-nox
Priority: optional
Section: editors
Installed-Size: 4313
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Provides: editor, vim (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-lua (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-perl (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-python3 (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-ruby (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-tcl (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Depends: vim-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), vim-runtime (= 2:9.0.1378-2+apertis1bv2024dev3b3), libacl1 (>= 2.2.23), libc6 (>= 2.34), libgpm2 (>= 1.20.7), liblua5.2-0 (>= 5.2.4), libperl5.36 (>= 5.36.0), libpython3.11 (>= 3.11.0), libruby3.1 (>= 3.1.2), libselinux1 (>= 3.1~), libsodium23 (>= 1.0.14), libtcl8.6 (>= 8.6.0), libtinfo6 (>= 6)
Suggests: cscope, vim-doc
Filename: pool/target/v/vim/vim-nox_9.0.1378-2+apertis1bv2024dev3b3_arm64.deb
Size: 1604972
MD5sum: 1062290da8a261e30ef7eda8926f8f18
SHA1: 241d1b71ebd1fb517537e8604830d613c355e34c
SHA256: 04289f9445968436b7cc91f0a6d3b020000ebdeb0f2936827d3bbf7f660aef0d
SHA512: db1cefa198c462fcbd8a423bc57141217dc2d489efb9477de533cdfbe5b897c9299f751cb0c19d2a796c4c376ee37108b483abf22ef33241372d5e2934834fac
Description: Vi IMproved - enhanced vi editor - with scripting languages support
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 Many new features have been added: multi level undo, syntax
 highlighting, command line history, on-line help, filename
 completion, block operations, folding, Unicode support, etc.
 .
 This package contains a version of vim compiled with support for
 scripting with Lua, Perl, Python 3, Ruby, and Tcl but no GUI.
Homepage: https://www.vim.org/

Package: vim-nox-dbgsym
Priority: optional
Section: debug
Installed-Size: 4445
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: vim-nox (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Filename: pool/target/v/vim/vim-nox-dbgsym_9.0.1378-2+apertis1bv2024dev3b3_arm64.deb
Size: 4202120
MD5sum: c90e9697bd6ce03509b51d2bc54237eb
SHA1: f092fbee633d179ffbd6bbc53d7454ea3780d1ee
SHA256: 09dffdba4378d2cc8ed9f079d8171165adafb463e43169c7a4ae934d40fba5e0
SHA512: 7c4d30319357a05c7d9d06eeaa0b76d27a4cbb83b0068fcd0a685e29cb60c5a64e79dc3bd1765c398665d6054cadc2bfa41806dc88a2724eda47184afbce7230
Description: debug symbols for vim-nox
Auto-Built-Package: debug-symbols
Build-Ids: 97a779d9b9a12635b8d56296505836484ed04f0f

Package: vim-runtime
Priority: optional
Section: editors
Installed-Size: 36405
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Recommends: vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Breaks: vim-tiny (<< 2:9.0.1378-2+apertis1bv2024dev3b3)
Filename: pool/target/v/vim/vim-runtime_9.0.1378-2+apertis1bv2024dev3b3_all.deb
Size: 7026324
MD5sum: 682296b9a2060507c7b32b8e60cf77c3
SHA1: 042ffb39c0fb46bef10265fcb4331a8165213f5a
SHA256: 8237b9e02f7b5c85e6f90bc55f572e5155aa86cc0169c34c437946e07e31702f
SHA512: 6241031dd36bf15db33cd61520862bb099a99183a8f218e3e11c112ddbc41533aaab42c4ecad477bd569f6f6cb502f4a2d75dd2fd03938f4813e42b531a4783d
Description: Vi IMproved - Runtime files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains vimtutor and the architecture independent runtime
 files, used, if available, by all vim variants available in Debian.
 Example of such runtime files are: online documentation, rules for
 language-specific syntax highlighting and indentation, color schemes,
 and standard plugins.
Enhances: vim-tiny
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-runtime
Priority: optional
Section: editors
Installed-Size: 36405
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b2
Recommends: vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Breaks: vim-tiny (<< 2:9.0.1378-2+apertis1bv2024dev3b2)
Filename: pool/target/v/vim/vim-runtime_9.0.1378-2+apertis1bv2024dev3b2_all.deb
Size: 7026336
MD5sum: 6875d45bf2b22497643fb99dd68d486d
SHA1: 3a672373022f875b55e781d2f9c620a47150d15c
SHA256: 26470966eb13937a01a4e5a384a283a5ccecce443ed8483bc823351ff3c7e136
SHA512: 688268ac654ed1d809d6903b787c2092b2ea596a46e77292e13d468cbb36b74fed7ffe0f55d247cdfee571a91890d04e6dacf9b43e1c7628b468ee3a384454f0
Description: Vi IMproved - Runtime files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains vimtutor and the architecture independent runtime
 files, used, if available, by all vim variants available in Debian.
 Example of such runtime files are: online documentation, rules for
 language-specific syntax highlighting and indentation, color schemes,
 and standard plugins.
Enhances: vim-tiny
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-runtime
Priority: optional
Section: editors
Installed-Size: 36405
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b1
Recommends: vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Breaks: vim-tiny (<< 2:9.0.1378-2+apertis1bv2024dev3b1)
Filename: pool/target/v/vim/vim-runtime_9.0.1378-2+apertis1bv2024dev3b1_all.deb
Size: 7026324
MD5sum: a20d4a5fe1c9bccfc704f5c061cd8322
SHA1: 4cf26b2d672d7feb53045e00238df1235f51833e
SHA256: 819c22901666289726ab9d4b4d0637ce4a23917426761535e2d07be3a94ea936
SHA512: 691a46ac70620ed4e834d05436140e84018c9eb43818ee662c3a7fad80aef3a493b446854cf1c4ef60ffe084678736e5826e72e628f668e515a649faac5a802a
Description: Vi IMproved - Runtime files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains vimtutor and the architecture independent runtime
 files, used, if available, by all vim variants available in Debian.
 Example of such runtime files are: online documentation, rules for
 language-specific syntax highlighting and indentation, color schemes,
 and standard plugins.
Enhances: vim-tiny
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-runtime
Priority: optional
Section: editors
Installed-Size: 36400
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Source: vim
Version: 2:9.0.1378-1+apertis1bv2024dev2b1
Recommends: vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny
Breaks: vim-tiny (<< 2:9.0.1378-1+apertis1bv2024dev2b1)
Filename: pool/target/v/vim/vim-runtime_9.0.1378-1+apertis1bv2024dev2b1_all.deb
Size: 7024920
MD5sum: bb28cbd2da7fe71050644a6d11d04e4b
SHA1: 4d830973b12b200281684b8476cc8e980f331894
SHA256: 13a80695066b85bda1d01591ad28df5bb3349c4121ef891aaf26be49c5a7f4fd
SHA512: 206b812b44e3a84e2bd7fdb333658d61f58596d2c1cb3032feaa9ce8c1685d6903af4f58a60c6a6776bc66c8207164bc61a2f2fe7b246a8b1014bab899bd0e15
Description: Vi IMproved - Runtime files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains vimtutor and the architecture independent runtime
 files, used, if available, by all vim variants available in Debian.
 Example of such runtime files are: online documentation, rules for
 language-specific syntax highlighting and indentation, color schemes,
 and standard plugins.
Enhances: vim-tiny
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: vim-tiny
Priority: important
Section: editors
Installed-Size: 1803
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Provides: editor
Depends: vim-common (= 2:9.0.1378-2+apertis1bv2024dev3b3), libacl1 (>= 2.2.23), libc6 (>= 2.34), libselinux1 (>= 3.1~), libtinfo6 (>= 6)
Suggests: indent
Filename: pool/target/v/vim/vim-tiny_9.0.1378-2+apertis1bv2024dev3b3_arm64.deb
Size: 657852
MD5sum: 81c98e6f7fb9234e3580fb80d1626178
SHA1: c9f28f07bea175c3d6ce7949deee0146cff3e317
SHA256: 5ef9acb25d7d09162ca74379a61bef695ed54e002d1c3ca1549c1f7efa65b2c5
SHA512: 4da84be410cbde308673d2ff8c392220d6db7796d611ef0823b3df7a96297a08987680665be891295d91ea75bb81ecb924bc4bbe8cd570ee2ad88f27098a3cf9
Description: Vi IMproved - enhanced vi editor - compact version
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains a minimal version of Vim compiled with no GUI and
 a small subset of features. This package's sole purpose is to provide
 the vi binary for base installations.
 .
 If a vim binary is wanted, try one of the following more featureful
 packages: vim, vim-nox, vim-motif, or vim-gtk3.
Homepage: https://www.vim.org/

Package: vim-tiny-dbgsym
Priority: optional
Section: debug
Installed-Size: 1723
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: vim-tiny (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Filename: pool/target/v/vim/vim-tiny-dbgsym_9.0.1378-2+apertis1bv2024dev3b3_arm64.deb
Size: 1616428
MD5sum: 0e78eb39b6c1e04f805c6328f4bf9fa7
SHA1: 22facd914056bc01c7f8f53f344183ca5279010c
SHA256: a7360499f17a8c29ed6d0da456334ec665e42dbaa189ab0e27141b20b7d28b34
SHA512: b09e30517d5c512ba6475035ee921f36a4fd15f084a128cbe31d4dcc5c7f844bd8c1b835a605a7d3ed84ffeca1a4e2f3cbeded894fe010ae4732871c3c2f8161
Description: debug symbols for vim-tiny
Auto-Built-Package: debug-symbols
Build-Ids: 6e6c574634e3aa602de6cb81d409abf033279c83

Package: vpx-tools
Priority: optional
Section: utils
Installed-Size: 1072
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvpx
Version: 1.12.0-1+apertis0bv2024dev3b1
Depends: libvpx7 (= 1.12.0-1+apertis0bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/target/libv/libvpx/vpx-tools_1.12.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 233580
MD5sum: f841957c9ba26371a0400f7588081680
SHA1: 80ef5ab80d3c6a0f2eed0ce76488560a33cb3b6e
SHA256: c87a7c341391bfa4d991270c586262835f635e7330fc6cd332b804164ddc3125
SHA512: 6e0b333d921820a623dc8198d2e3ed691febfaa5dad6f2ba1d9c2009a41a29e984fc8b151e1b13ab79286740279789a9a5ad4bd852639c174c680f228cf5589b
Description: VP8 and VP9 video codec encoding/decoding tools
 VP8 and VP9 are open video codecs, originally developed by On2 and released
 as open source by Google Inc. They are the successor of the VP3 codec,
 on which the Theora codec was based.
 .
 This package contains the commandline tools vpxdec and vpxenc.
Homepage: https://www.webmproject.org

Package: vpx-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 1529
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: libvpx
Version: 1.12.0-1+apertis0bv2024dev3b1
Depends: vpx-tools (= 1.12.0-1+apertis0bv2024dev3b1)
Filename: pool/target/libv/libvpx/vpx-tools-dbgsym_1.12.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 1391864
MD5sum: 5be172c6c6fc18231104e366ad65f7a5
SHA1: 758c8e31f86ae0f65aa49344fbf2894b23a9b0b1
SHA256: 1aad1a817447a6ff3b40d868b2c8f10d5c4ee3450c5356b26b5d32b169989cb7
SHA512: f79f70947eb2c686e76125295938f11083c4ae0b29de406e9e46e1c67424427a806e987df321ac9be2ebba50dd59b0ace4925e8c038a7466b42de954ef77d807
Description: debug symbols for vpx-tools
Auto-Built-Package: debug-symbols
Build-Ids: 31c1e5e4a2edbe1aaa46cc21d6eb2f27c91b6d34 e0a50deab4730aed75f7ccdc27d477b7eff72d57

Package: wavpack
Priority: optional
Section: sound
Installed-Size: 442
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Version: 5.6.0-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libwavpack1 (>= 5.0.0)
Filename: pool/target/w/wavpack/wavpack_5.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 106172
MD5sum: 48975f08d97c300a28f707e5f1274b29
SHA1: f0caafa3d6260a11d14440d255ebaf86489b3aea
SHA256: 18c5f14443c6873097ebc39de5c76df45f13d5113cbeaf6a32dc301ca1422eaa
SHA512: 73374eeb8841c28eaad36c5c1b8cfb2b8877789e664a27ec081dcd99ab9dfdc771b5b0f1d8ee78492800c0c5bcd9dce0945244e5e0d532fabd03c5c898b87fb3
Description: audio codec (lossy and lossless) - encoder and decoder
 WavPack is a completely open audio compression format providing lossless,
 high-quality lossy, and a unique hybrid compression mode. Although the
 technology is loosely based on previous versions of WavPack, the new version
 4 format has been designed from the ground up to offer unparalleled
 performance and functionality.
 .
 This package contains an encoder and decoder for wavpack files.
Homepage: http://www.wavpack.com

Package: wavpack-dbgsym
Priority: optional
Section: debug
Installed-Size: 282
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: arm64
Source: wavpack
Version: 5.6.0-1+apertis0bv2024dev3b1
Depends: wavpack (= 5.6.0-1+apertis0bv2024dev3b1)
Filename: pool/target/w/wavpack/wavpack-dbgsym_5.6.0-1+apertis0bv2024dev3b1_arm64.deb
Size: 227532
MD5sum: 432f7392a5047be63799c120ee1a5121
SHA1: 6311db8960eeccd296d08fe50374ef4a39a55459
SHA256: 51fe88b3fa2e6493d9a19f2970b9ee6fc64360ecc62ab8f29aad9a350823e820
SHA512: 84e162b8563a3bf3dda4ceca2fdd5b4639cd0ce9286a732b0edf89cb0ff9f068e09d7feace1590d1bde069e164180cf8ecb9fbc20cfecfe4a5b25690bf2bedd7
Description: debug symbols for wavpack
Auto-Built-Package: debug-symbols
Build-Ids: 14f4aea91cd4bcae990a26d4d74e0736a7012297 72cd4ca12a00a7668a8438bd35a55ee40740af05 ae3cf9e68ea9a0b810f8c8397e6818033c67adf7 e8ff4c9de427609e4429cfc2f189d757b48059dc

Package: webkit2gtk-driver
Priority: optional
Section: web
Installed-Size: 2183
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: libwebkit2gtk-4.1-0 (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1), libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libsoup-3.0-0 (>= 3.0.3), libstdc++6 (>= 12), libsystemd0
Filename: pool/target/w/webkit2gtk/webkit2gtk-driver_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 731188
MD5sum: 3c2821fcff00c55017e015e365422389
SHA1: 66be6fc7e47a2dee3195e26a02bc8795958b6488
SHA256: 0dd9e12f402c506a2d81de7a21397b984c472ba97167758cb65e10a451ce9b21
SHA512: d1a5b036dfe9f10742205505ad7182ffcd6e0316e92928fec3e95a3bea884887ee6761eb2e4aeae7dd93dedb3c0c67c1dbe9d4e1086e80ca8bdc1d3bf787345f
Description: WebKitGTK WebDriver support
 WebKit is a web content engine, derived from KHTML and KJS from KDE, and
 used primarily in Apple's Safari browser.  It is made to be embedded in
 other applications, such as mail readers, or web browsers.
 .
 It is able to display content such as HTML, SVG, XML, and others. It also
 supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more.
 .
 WebKitGTK is a WebKit port designed to be used in GTK applications.
 .
 This package provides the WebDriver service implementation for
 WebKitGTK.
Homepage: https://webkitgtk.org/

Package: webkit2gtk-driver-dbgsym
Priority: optional
Section: debug
Installed-Size: 2354
Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: webkit2gtk
Version: 2.40.3-2~deb12u1+apertis2bv2024dev3b1
Depends: webkit2gtk-driver (= 2.40.3-2~deb12u1+apertis2bv2024dev3b1)
Filename: pool/target/w/webkit2gtk/webkit2gtk-driver-dbgsym_2.40.3-2~deb12u1+apertis2bv2024dev3b1_arm64.deb
Size: 1892648
MD5sum: 3247b313fcd2246501e2b77c1238db49
SHA1: e399211c48eed7b61dc698f8d5932fbe32566dd0
SHA256: c0946e6655f82e28dc0a47d951ffb69377f279ceb2fac28e799cc8110eaa64c1
SHA512: c3038eac4bb93505e7884d0853c12106178f76581fc090990a26a5a9e1f55e74b3e3f8e4d46d00de79764745ad2ecd1780e334ca2f58c072c30fd419b2f642f5
Description: debug symbols for webkit2gtk-driver
Auto-Built-Package: debug-symbols
Build-Ids: c334935134a189ce461adb15fb1be085fbf65bd2

Package: webp
Priority: optional
Section: graphics
Installed-Size: 595
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: arm64
Source: libwebp
Version: 1.2.4-0.2+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34), libgif7 (>= 5.1), libgl1, libglut3.12 (>= 3.4.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libtiff6 (>= 4.0.3), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwebpmux3 (>= 1.2.4)
Filename: pool/target/libw/libwebp/webp_1.2.4-0.2+apertis0bv2024dev3b2_arm64.deb
Size: 176660
MD5sum: cda69557c731cafa595eb651b44599b3
SHA1: edd3e7f05324542efac5e197c055765656fa314f
SHA256: 72d00c24618ab22eb5c3647d7199c104af223578413c3e514371bcd14536130e
SHA512: d6736860547efc23891bd8178b9bf35e8ab0cae73574cf2bc19d119d537995b694e8c019d5dfec033c479ede319a8402489b6969edd810ca191535d6ab079ae0
Description: Lossy compression of digital photographic images
 Image Compression format, based on the VP8 codec.
 WebP uses the modern VP8 compression format to deliver efficient
 compression of images for the web. More than 30% extra gain over
 optimized JPEG, for same quality, is not unusual.
Homepage: https://developers.google.com/speed/webp/

Package: webp-dbgsym
Priority: optional
Section: debug
Installed-Size: 362
Maintainer: Jeff Breidenbach <jab@debian.org>
Architecture: arm64
Source: libwebp
Version: 1.2.4-0.2+apertis0bv2024dev3b2
Depends: webp (= 1.2.4-0.2+apertis0bv2024dev3b2)
Filename: pool/target/libw/libwebp/webp-dbgsym_1.2.4-0.2+apertis0bv2024dev3b2_arm64.deb
Size: 277620
MD5sum: f7c88221d82d8f8a70138844784bf8b7
SHA1: 9ad6d1226d3ac2a53fd496fec5912218d2a7507d
SHA256: 7ab7ee2b187417014de4c36ed0053770d125b7fb16e265cd4f5ceb6e460a0d89
SHA512: 4d388a9aed8ab470c84a547871a230b60cba797774368822c332738cae9af4082b49de72b1c8b588596a1b92fa835aab666cf761f4e8bd25050ec6643a64bd40
Description: debug symbols for webp
Auto-Built-Package: debug-symbols
Build-Ids: 0b4b973f97a0eccecafca373ce975c8eb31a0547 364de1b2a3292dfa64cfcd63ad9ec40ad394920d 57eb0e3078b0cdc17d7cf30a6900998eaf67f929 9a42c2e541ac55a1071afa3a86e54f70b5f7505b c0adf46338acdc29343e856df69b7fcec2ec13a9 c5ff55391a3a86526428b89dac462185863f475b f7bbd50d19491d61417614f0f15dc7bf9e425ee4

Package: weston
Priority: optional
Section: x11
Installed-Size: 5471
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Version: 10.0.1-1+apertis1bv2024dev3b1
Replaces: libweston-8-dev
Depends: adduser, libc6 (>= 2.34), libcairo2 (>= 1.10.0), libcolord2 (>= 1.4.3), libdrm2 (>= 2.4.107), libegl1, libevdev2 (>= 0.9.1), libgbm1 (>= 21.1.0), libgles2, libglib2.0-0 (>= 2.31.8), libinput10 (>= 1.4.0), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpixman-1-0 (>= 0.30.0), libpng16-16 (>= 1.6.2-1), libsystemd0, libudev1 (>= 183), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.18.0), libwayland-egl1 (>= 1.18.0), libwayland-server0 (>= 1.18.0), libwebp7 (>= 1.2.4), libweston-10-0 (>= 10.0.0), libxkbcommon0 (>= 0.5.0)
Recommends: libgl1-mesa-dri
Conflicts: libweston-8-dev
Breaks: libweston-8-dev
Filename: pool/target/w/weston/weston_10.0.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 806668
MD5sum: a704215695e7864234f97896756e40a4
SHA1: 2645209e9262124ae8bcec133d565a8d3d32884d
SHA256: 21d5fe75b9c3db8d043dd07ff32ba2debacc8a4e252fb54e231d0de4a40a5670
SHA512: 69b43e3d70c4ff51dee02b47c10e71166d7ae20ebe0b00330c2a80eff6398376e970ab8c99323a2a280a773114fdf7d8b0bb166d7a268d2154a8bbcccaea8ec5
Description: reference implementation of a wayland compositor
 Part of the Wayland project is also the Weston reference implementation
 of a Wayland compositor. Weston can run as an X client or under Linux
 KMS and ships with a few demo clients. The Weston compositor is a minimal
 and fast compositor and is suitable for many embedded and mobile use
 cases.
Homepage: http://wayland.freedesktop.org/

Package: weston-dbgsym
Priority: optional
Section: debug
Installed-Size: 5794
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: weston
Version: 10.0.1-1+apertis1bv2024dev3b1
Depends: weston (= 10.0.1-1+apertis1bv2024dev3b1)
Filename: pool/target/w/weston/weston-dbgsym_10.0.1-1+apertis1bv2024dev3b1_arm64.deb
Size: 4592948
MD5sum: 7a6d9b7e5d3fc96f3289084a73255163
SHA1: 8c6619752f2ba58a1afd2dc0134327b546e75295
SHA256: 1c11c1904d34169f4ad8a7d0142cd7271a87a27c1667fb174fefbba86818ebed
SHA512: 9d467b3878f6b8435532bd0adf81abd19fc0b083a1a95b0578340f78fbb1a0648d156531748fa5cee96bfcda8eb2975f303649319f70518c04272b585476e516
Description: debug symbols for weston
Auto-Built-Package: debug-symbols
Build-Ids: 052a29443bfc1543df6930ac3b327aa8d9bb5202 0aff03c3ddf6b0d53fb806c4cc3845e279aa874b 0cce0f7a88732db230d61e667bc0cab1e8eb0d9d 16f1cb2b51852d8fca44cf13fb31702110ecdf94 1a752e3b46dabadab4956c27502c01f5f36d14b4 1e8d24d832676ce048196ddc77b3af000ced1e01 24410c1eb9160ba2a92af38d33cdb9de0918b44d 279881bc98d7db9d207d25cb09dbbe00096a4cf1 33e6c420e4c97341f5bd7bc721f2a95389409db5 3b167818c5333bc1dd80517cbcb477e84bc79ce8 41b5922d56071271f382224d56370aac943788ed 4319491c050d037e116760ad4b8a7cbdfe33afa0 45291a0e3d296a7f9b71a1b79d7b5719796dbe22 458a15dc4c273f2428c60d7982037b475468df5c 45dcb944cd65033ee2f0aab37ee39a775834679d 4dcb4790dd6762a51a055a01c8e754a1be7e4419 51faac7a360e5febfbb097f909d7b14cdf343144 5594d5c1d3ec3b75b6fc7b2011240ff4bd99766f 56586e71cf07db502956d2232ade30359afc0d62 58aab2fc27759d3d061630a93d3a846ebc1a1194 7880147aaeb1848bd77b88ce77bc0991d200ec9d 8a76e720ea890d00454201f3ddd26686c60fafcb 92120c1e5ed7688d4d192c181acd44ce9f86b9f9 942eec518fe89198e6a6b53539288cb995332c98 977d20af59bcb41f3c1a82b835a549cf405101b7 9a64978d80bffc29b678d6d4bdcc374edaac3fd8 a74164601d0d4faf4a6ec2626ab88cab636b8900 ac7b20c86165f3f1ab37f8a26e5750f4c8e85c86 ae568c2cbd71b4b1b6d364899045c1d75e9d0ef5 affd64eb703c26b98075539f6d280e43b624789b b14ab380653f07a228a86510781a1ef833e56b8f b49add315bb78b76c42ced785ec6dc06a128eb90 b75e4ebe4c5515e8a70c46ec193dd1416e3b3bcf bf60319893c2ce212f4cea0b915c27f163f9dba6 c0d2614561c7615b1a8ffbe40c9e3e99cc85730b c38e440ca85b7d30bc98fd3bb4e81f356926bb28 c789091316754a290d57fc0f46898a4f8858dd8c d33e7a224403a64d512755d5d054e7b1e8daec7d d550b03509f5a074ca4bc5bec5423767878e0de1 d7b81e9bb0b26c9a113a441607884449d5b67cc7 d97645de2c65ffbc93d187b1094d885b63f4bacc e7ffabf48114bee947794160e9e0d3d8befdc95d e947b6a5b35c4cb37788dfb9776c7c8994114810 e9691fa40ee94e5411cbd2b0677c7f150a6b9bb8 f416cf6fe636de3fb6d3c8c57e8c50243ad1e6d5 f585a9253349b533524291b1bcc444a5b2b14541 fe08fce4dc5c1bb16407b68e34cdf53a5791de7a

Package: whiptail
Priority: optional
Section: utils
Installed-Size: 99
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: newt
Version: 0.52.23-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libnewt0.52 (>= 0.52.23), libpopt0 (>= 1.14), libslang2 (>= 2.2.4)
Filename: pool/target/n/newt/whiptail_0.52.23-1+apertis0bv2024dev3b1_arm64.deb
Size: 24064
MD5sum: 3b4764b76e0d73b1147325480a3fe09d
SHA1: c36c9ec94721a25ba36d4d9cf4cc0e8644018bf2
SHA256: ace10c16999e97fb8a02105faebf7c47001ee7b9c1d240e9ba2c00657273b317
SHA512: c98fd4cc598ba3d727581ec8a066497998f2dbba22309b126e7ec90e4177f159cc3f466fd59a7845389fcb502cca7afce8c2767e2a30dab1ebf9463bf2b77844
Description: Displays user-friendly dialog boxes from shell scripts
 Whiptail is a "dialog" replacement using newt instead of ncurses. It
 provides a method of displaying several different types of dialog boxes
 from shell scripts. This allows a developer of a script to interact with
 the user in a much friendlier manner.
Homepage: https://pagure.io/newt
Multi-Arch: foreign

Package: whiptail-dbgsym
Priority: optional
Section: debug
Installed-Size: 44
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Architecture: arm64
Source: newt
Version: 0.52.23-1+apertis0bv2024dev3b1
Depends: whiptail (= 0.52.23-1+apertis0bv2024dev3b1)
Filename: pool/target/n/newt/whiptail-dbgsym_0.52.23-1+apertis0bv2024dev3b1_arm64.deb
Size: 26980
MD5sum: 2ea339ecde2cf81f08fc1d9211efec81
SHA1: 04b62053897191a91e6f8ba5f2c2b61547dc484d
SHA256: abb71ea8e8bd954ac6f4e394dafa7dbf3fd944a7ff1bbcd92bbc4e295d9229e5
SHA512: 6e101d1fa3d46e662cf5a6d870d24c60dd36f2378b309827afb8218107933911067f2f0b0435063bfed0e905a8f7d63a9d15a53eeb631d809bd95263240b34e9
Description: debug symbols for whiptail
Auto-Built-Package: debug-symbols
Build-Ids: c2c1af9ec59adc9c101ea159f82a10d1123f5fbc

Package: wireless-regdb
Priority: optional
Section: net
Installed-Size: 34
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Architecture: all
Version: 2022.06.06-1+apertis0bv2024dev3b1
Filename: pool/target/w/wireless-regdb/wireless-regdb_2022.06.06-1+apertis0bv2024dev3b1_all.deb
Size: 10632
MD5sum: 7ebb6ef696728d0aaa5ab8cdbde74de1
SHA1: 23c2c0f7e9141ea9f409b892949292e7cecb147e
SHA256: c1296b890d8700f4de1b18296c0588131437013a142e195564e780ba47d1fd60
SHA512: b5b8c21af1793050b4b05727d4be5c81ed6cccf96d2ad49eaec0ef7e0e9e151d11aa9065e72a296983d5f3ffd19f426034003520a857fd0de2610a8a7067d808
Description: wireless regulatory database for Linux
 This package provides a machine-readable database of legal
 regulations on radio emissions that affect use of wireless networking.
 The Linux kernel and drivers use this to maintain compliance with
 those regulations.
Homepage: https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb
Multi-Arch: foreign

Package: wireplumber
Priority: optional
Section: video
Installed-Size: 623
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Version: 0.4.13-1+apertis1bv2024dev3b1
Replaces: pipewire-media-session
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.62), libpipewire-0.3-0 (>= 0.3.52), libwireplumber-0.4-0 (= 0.4.13-1+apertis1bv2024dev3b1), init-system-helpers (>= 1.52), pipewire (>= 0.3.52)
Recommends: pipewire-pulse
Suggests: libspa-0.2-bluetooth, wireplumber-doc
Conflicts: pipewire-media-session
Filename: pool/target/w/wireplumber/wireplumber_0.4.13-1+apertis1bv2024dev3b1_arm64.deb
Size: 81516
MD5sum: 2b8f42fe6d7bef9563c5397e228ad1a9
SHA1: f2c90aef4b3845b43db8b82e342c48c7f95e40fe
SHA256: e984f88f24b73ea05c72d9bc1d254c7eaa00ae8ef1cbf945e9f18a3648ebf1e7
SHA512: 30d5562c22fbb245e217cba2fc1a93809c05addfea058f81b285c3c3f90d6a334c580d2455be9a6a92be369bf99cbfb1f28ea6494a435f65266a247eae6474c3
Description: modular session / policy manager for PipeWire
 WirePlumber is a modular session / policy manager for PipeWire and a
 GObject-based high-level library that wraps PipeWire's API, providing
 convenience for writing the daemon's modules as well as external tools for
 managing PipeWire.
 .
 This package contains the WirePlumber daemon and command-line utilities.
Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber

Package: wireplumber-dbgsym
Priority: optional
Section: debug
Installed-Size: 113
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: arm64
Source: wireplumber
Version: 0.4.13-1+apertis1bv2024dev3b1
Depends: wireplumber (= 0.4.13-1+apertis1bv2024dev3b1)
Filename: pool/target/w/wireplumber/wireplumber-dbgsym_0.4.13-1+apertis1bv2024dev3b1_arm64.deb
Size: 70752
MD5sum: 9819b3495e80a28e74b1ab8773576e0a
SHA1: 56955aff0811c878f27ed1f9e9fe9f6cf4496419
SHA256: 409f0f851135808a8b0b6aa046ce34a0f8cfff7f6633dafa64fd5751d19893b7
SHA512: f3a82ae74dccb8bfc3b7a16cc81fda3ce489ebb1ec21650e15c7d0fbc91c1466dbf952ebc4c8a5c5328c92a5efab6e6c7b37c103883cd81e91e40a50e0bc2186
Description: debug symbols for wireplumber
Auto-Built-Package: debug-symbols
Build-Ids: 25b36237b38241cd65818957f2e74834d588e415 459517c3b6baccecf823c2492863749fda0868c1 d042c7d14711b21c2d7c109e3b7d9f8c40906ec6

Package: wireplumber-doc
Priority: optional
Section: doc
Installed-Size: 6196
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@alioth-lists.debian.net>
Architecture: all
Source: wireplumber
Version: 0.4.13-1+apertis1bv2024dev3b1
Filename: pool/target/w/wireplumber/wireplumber-doc_0.4.13-1+apertis1bv2024dev3b1_all.deb
Size: 3063908
MD5sum: 08e44efb03a1fac5127ce28db3e1a188
SHA1: 6a9a348776181960917648de6cff8fd611e0d1c9
SHA256: 37683c685a7903d475ce129693488308feb614e0a6ab130e345a9bb5a39c4645
SHA512: 33cfccbba4da16e91b1cabed2ad157a5688e7a04b4c6d277444cff2dd798a8e5d299487eb548de61763039f98e5c840d2dfe2737bcfde99b533f7d7739019394
Description: modular session / policy manager for PipeWire - documentation
 WirePlumber is a modular session / policy manager for PipeWire and a
 GObject-based high-level library that wraps PipeWire's API, providing
 convenience for writing the daemon's modules as well as external tools for
 managing PipeWire.
 .
 This package contains the WirePlumber documentation.
Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber
Multi-Arch: foreign

Package: woff2
Priority: optional
Section: utils
Installed-Size: 213
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: arm64
Version: 1.0.2-2+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libwoff1 (>= 1.0.0)
Filename: pool/target/w/woff2/woff2_1.0.2-2+apertis0bv2024dev3b1_arm64.deb
Size: 11420
MD5sum: 5a2dba4878f4d68ef7047eb090f6c588
SHA1: dfab84951c3726ce85e43560f07359904a54f66f
SHA256: 15e717510732fa53b8d9670e8ba5fcd4c2b8dc6dda9b654d2b73cbbeef29f6df
SHA512: d281e924e5f0a49f4f6fd60625d866955cb01f26e39b4da0e63a8b05fdc2e8a0791796d71fe90fd9943e421b9e11ca7aa15c5f73ed088b217cdcd0a734260e7c
Description: utilities for converting fonts to WOFF 2.0
 woff2 is a library for converting fonts from the TTF format to the WOFF 2.0
 format. The library also allows decompression from WOFF 2.0 to TTF.
 .
 The WOFF 2.0 format uses the Brotli compression algorithm to compress fonts
 suitable for use in CSS @font-face rules. WOFF 2.0 is a W3C Candidate
 Recommendation.
 .
 This package contains the woff2_compress, woff2_decompress, and woff2_info
 utilities.
Homepage: https://github.com/google/woff2

Package: woff2-dbgsym
Priority: optional
Section: debug
Installed-Size: 142
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: arm64
Source: woff2
Version: 1.0.2-2+apertis0bv2024dev3b1
Depends: woff2 (= 1.0.2-2+apertis0bv2024dev3b1)
Filename: pool/target/w/woff2/woff2-dbgsym_1.0.2-2+apertis0bv2024dev3b1_arm64.deb
Size: 107448
MD5sum: 502f3f1b799d3e4e05f40f02ce5b0310
SHA1: 529debd1965f4392e913e1fb238438aa3c3c423b
SHA256: 72012b4b367e7c301e380a12c8eef8029b31a88d97dfabd4ed36d28f2cf65296
SHA512: f898e6ea89086193223a9c1c011c3f8dda3b2918da8bc69c149e3592ca84c5e63042a14d2a4bbc472a89240ee889c92b2d6956682db2786aa4bfd39f2816f744
Description: debug symbols for woff2
Auto-Built-Package: debug-symbols
Build-Ids: 5388d85c493ba64c75ec2031cc4c6bef9021a86c 5aaac965a81b75b2153d1dbea9cb0f245af37640 5b66aa21f5d80e68a52df4a079fc215268771185

Package: wpasupplicant
Priority: optional
Section: net
Installed-Size: 3813
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: arm64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libnl-3-200 (>= 3.2.21), libnl-genl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.4.0), libpcsclite1 (>= 1.0.0), libssl3 (>= 3.0.0), adduser
Suggests: wpagui, libengine-pkcs11-openssl
Breaks: network-manager (<< 1.36.4-2~)
Filename: pool/target/w/wpa/wpasupplicant_2.10-12+apertis1bv2024dev3b1_arm64.deb
Size: 1313708
MD5sum: c651dec082e3cdb0965d7a162274d2e8
SHA1: 07ac9fd31173916cb9c73692c367d2e2d6c2a0a7
SHA256: 3dd0d2c56cdb8c77598c8ab5be113d90c131aa12aa772010d0c1037a5c9157c1
SHA512: aab9ac04523cc0d95b738bb3ce81e11b95036d509c2ade42fff7c451d7837e26bfabada348511ad411b6371ae53d4868b66d8d9d921de5fcc2776027e967f37a
Description: client support for WPA and WPA2 (IEEE 802.11i)
 wpa-supplicant is a userspace daemon handling connection and authentication
 in wireless and wired networks, primarily secured with the WPA/WPA2/WPA3
 protocols. This software provides key negotiation with the access point
 (WPA Authenticator), and controls association with IEEE 802.11i networks.
Homepage: https://w1.fi/wpa_supplicant/
Multi-Arch: foreign

Package: wpasupplicant-dbgsym
Priority: optional
Section: debug
Installed-Size: 4833
Maintainer: Debian wpasupplicant Maintainers <wpa@packages.debian.org>
Architecture: arm64
Source: wpa
Version: 2:2.10-12+apertis1bv2024dev3b1
Depends: wpasupplicant (= 2:2.10-12+apertis1bv2024dev3b1)
Filename: pool/target/w/wpa/wpasupplicant-dbgsym_2.10-12+apertis1bv2024dev3b1_arm64.deb
Size: 4556864
MD5sum: 55becb409eb6ce37483045079ca22eda
SHA1: b0b7f22a2176541d7ab9c4de6426e621e9bf2eda
SHA256: c45ce1e15a758e9a8370505dbc63eff562c8eb135f1b71b081ff6d4af12b45b6
SHA512: 2f130b052805e567cbf2e30b1ccf4b30946e3be7aef003d804885adf0c912df61f117915f1f9f7f5b673cc7ba90f0bdf6c1d2407c8048e3b2d86508f1e4e9232
Description: debug symbols for wpasupplicant
Auto-Built-Package: debug-symbols
Build-Ids: a433cd2a9e898c0fc5e878d9c0db740b5b623e37 c24b5d4ccae7dc79fc38026b95c5c9f31374a457 e0d45adc5fd60c472fd02122c569005f32404237

Package: x11-common
Priority: optional
Section: x11
Installed-Size: 276
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorg
Version: 1:7.7+23+apertis0bv2024dev2b1
Depends: lsb-base (>= 1.3-9ubuntu2)
Filename: pool/target/x/xorg/x11-common_7.7+23+apertis0bv2024dev2b1_all.deb
Size: 217388
MD5sum: 05aa5b259ff40a14ab2b247b561630e1
SHA1: 3fc4994eb2e264ce87c01b876c20f37074814fa1
SHA256: 26b757dc7f7b2ac341e4282572f53ab12edfac4883b67c243dd96b0a5a856bd2
SHA512: 2811a7e8f9cdc934b1437b0d4aec8dffbcf1c84c428641ce540117dfee20a1b553696398406c78e16334c339870c06c10408a42a6bff63cb2932aef749759573
Description: X Window System (X.Org) infrastructure
 x11-common contains the filesystem infrastructure required for further
 installation of the X Window System in any configuration; it does not
 provide a full installation of clients, servers, libraries, and utilities
 required to run the X Window System.
 .
 A number of terms are used to refer to the X Window System, including "X",
 "X Version 11", "X11", "X11R6", and "X11R7".  The version of X used in
 Debian is derived from the version released by the X.Org Foundation, and
 is thus often also referred to as "X.Org".  All of the preceding quoted
 terms are functionally interchangeable in an Debian system.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11-utils
Priority: optional
Section: x11
Installed-Size: 1345
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Version: 7.7+5+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libfontconfig1 (>= 2.12.6), libfontenc1 (>= 1:1.1.4), libgl1, libx11-6, libx11-xcb1 (>= 2:1.8.4), libxaw7 (>= 2:1.0.14), libxcb-shape0, libxcb1 (>= 1.6), libxcomposite1 (>= 1:0.4.5), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1 (>= 2:1.1.4), libxkbfile1 (>= 1:1.1.0), libxmu6 (>= 2:1.1.3), libxmuu1 (>= 2:1.1.3), libxrandr2 (>= 2:1.2.0), libxrender1, libxt6 (>= 1:1.1.0), libxtst6, libxv1, libxxf86dga1 (>= 2:1.1.5), libxxf86vm1
Suggests: mesa-utils
Filename: pool/target/x/x11-utils/x11-utils_7.7+5+apertis1bv2024dev2b1_arm64.deb
Size: 187836
MD5sum: 0ba0c450b17bc5b6a6b16904d6dd794f
SHA1: 8d51a5c2d2017f9371c038571c6b84d2c1ba5f85
SHA256: 1f98909bf50cc36bb6c1714fa14cef6188cf22f3b906bddfe0f6dc68e589e67a
SHA512: 78a79718d146a57d12d0008cd6088e94f019ff293dc299a87b67bc9f7e4fa8abf19898d0662fd5add8bc8c9f44ac1e92d0096fe54e16a7a05539e024d801b682
Description: X11 utilities
 An X client is a program that interfaces with an X server (almost always via
 the X libraries), and thus with some input and output hardware like a
 graphics card, monitor, keyboard, and pointing device (such as a mouse).
 .
 This package provides a miscellaneous assortment of X utilities
 that ship with the X Window System, including:
  - appres, editres, listres and viewres, which query the X resource database;
  - luit, a filter that can be run between an arbitrary application and a
    UTF-8 terminal emulator;
  - xdpyinfo, a display information utility for X;
  - xdriinfo, query configuration information of DRI drivers;
  - xev, an X event displayer;
  - xfd, a tool that displays all the glyphs in a given X font;
  - xfontsel, a tool for browsing and selecting X fonts;
  - xkill, a tool for terminating misbehaving X clients;
  - xlsatoms, which lists interned atoms defined on an X server;
  - xlsclients, which lists client applications running on an X display;
  - xlsfonts, a server font list displayer;
  - xmessage, a tool to display message or dialog boxes;
  - xprop, a property displayer for X;
  - xvinfo, an Xv extension information utility for X;
  - xwininfo, a window information utility for X;
 .
 The editres and viewres programs use bitmap images provided by the
 xbitmaps package. The luit program requires locale information from
 the libx11-data package.
Multi-Arch: foreign

Package: x11-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 592
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: x11-utils
Version: 7.7+5+apertis1bv2024dev2b1
Depends: x11-utils (= 7.7+5+apertis1bv2024dev2b1)
Filename: pool/target/x/x11-utils/x11-utils-dbgsym_7.7+5+apertis1bv2024dev2b1_arm64.deb
Size: 405352
MD5sum: 36f714b47c991041f96c74de1a288e3c
SHA1: eee30a99eda93e65c96366a49347766f7d0f4d86
SHA256: c0f45d5416fbc383e220d951aa97b662ed91560f3639caa72cc2c90e1c8ecdf3
SHA512: 94fbe16f2a14964b0f67ea17d8c7c2e4572acabbd3a9125e5327150d2eef6c8734e47f911e34760df422a5323fe1ae120aadfcb207daa0dc50c22eb67e63b719
Description: debug symbols for x11-utils
Auto-Built-Package: debug-symbols
Build-Ids: 1d1e0917408e7c12dfe98812533507caa694e290 24273dbc025c5752bafdee61dada0b6d099bd786 264f615816e2cbb9d80e99c95156c20e1f027621 2ce4eab698d98365b7bdf348636c7ad319f3fcde 38252055442da8298851e8997698d046093cf431 3a44270f5b1458870c88b0305cbaa6dd0f73dd4e 3bbb9ac7cec00c4e640bb96100e0e417ef993ee7 43f0497a01e26de6b7e213f2945031fcb6c521f0 4d4478d043820370bed2f4837c82cee0c74d7a38 54bf50a14c72eda6e8401b57f96d7604fbfb8e04 6002377bc730abc5d14c5145c0ba100ccac9a732 7d3ec43c705514b2a90b5aa60fd3ec89b2171936 83731f703edd57b700e0d494c145a3352a5f6a2d 98c2f8e239151a67dabcb40ccda92163eb89d218 aa33b0720521f4eae196a0aaf2ee8d3228c7b186 b41b7b2c1ac851341440f1b235bfcef22fea9661 b59a31a31c10066677d4eb91047ca7448020601d e4f06009b00a6b658710d9495901c41aae63c44a

Package: x11-xkb-utils
Priority: optional
Section: x11
Installed-Size: 776
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Version: 7.7+7+apertis0bv2024dev2b1
Replaces: xbase-clients (<= 1:7.2.ds2-3)
Depends: libc6 (>= 2.34), libx11-6, libxaw7 (>= 2:1.0.14), libxkbfile1 (>= 1:1.1.0), libxrandr2 (>= 2:1.2.99.2), libxt6
Filename: pool/target/x/x11-xkb-utils/x11-xkb-utils_7.7+7+apertis0bv2024dev2b1_arm64.deb
Size: 148952
MD5sum: 8b27f5c755954bd64d0ad82bf3e6cb00
SHA1: 9d4816a842fa71f781a9a3a173bf725f66bfd177
SHA256: c15046214e9474f7b0a0252c7368074fc22189851de89d39c31e599783672824
SHA512: c1346a3f4b84a664e850cb811ba97bd194ef7de04e712d59d60539d069db91293bc6b206bef0fbd8bc0cb4a03a5bf7e9fc2a2ba28ed300324696b4cd3d5997ea
Description: X11 XKB utilities
 xkbutils contains a number of client-side utilities for XKB, the X11
 keyboard extension.
 .
 setxkbmap is a tool to query and change the current XKB map.
 .
 xkbbell generates a bell event through the keyboard.
 .
 xkbcomp is a tool to compile XKB definitions into map files the server
 can use.
 .
 xkbevd is an experimental tool to listen for certain XKB events and execute
 defined triggers when actions occur.
 .
 xkbprint is a tool to generate an image with the physical representation
 of the keyboard as XKB sees it.
 .
 xkbvleds shows the changing status of keyboard LEDs.
 .
 xkbwatch shows the changing status of modifiers and LEDs.
Multi-Arch: foreign

Package: x11-xkb-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 430
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: x11-xkb-utils
Version: 7.7+7+apertis0bv2024dev2b1
Depends: x11-xkb-utils (= 7.7+7+apertis0bv2024dev2b1)
Filename: pool/target/x/x11-xkb-utils/x11-xkb-utils-dbgsym_7.7+7+apertis0bv2024dev2b1_arm64.deb
Size: 348088
MD5sum: a9e748b05cc9d8b38a7af7e7739084be
SHA1: ca9685977cb1347224ea98c8f896a86d1a69c000
SHA256: 86c1c444703fbbe1438aab64b4f3ae4df271671755c1ba25abedfc2be8cbf6b1
SHA512: 66bdef61841cc5502eb0efb8398b326a72d3d5adfdcc33c552a3417cddcc2599a8283ca7a71cf2f5d12783ac6d4611b0a509f06b26b8ac418e97c2854c3ba9cd
Description: debug symbols for x11-xkb-utils
Auto-Built-Package: debug-symbols
Build-Ids: 047c5c13f54e97aa308a0aba82c366eb6c754b58 645832ad47dabef4dbd2b93476524d3a87a423b2 701861631dbaf1604b178ca2b0174653ea708d86 8982314728c1471acf57b653a79d0aa34e904bbd 8d5cb2c523b8c0977a5ec5d296cc043cdede02d6 bcf6df3c40958bc88ec224ca91c6dd9a413faf4a e9232aa1a82bdd0f12df5e765611c551d0918960

Package: x11proto-core-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-core-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3568
MD5sum: ad3994d98e7e84d51d22ba22f57542fa
SHA1: 749f80c81f2ed05b69542b70e33782baee89b24b
SHA256: 3329c2645cb11821589b75f3b1eb7d65a0ccf2e73e46e5436a8dcbbac6e464d9
SHA512: b4a176924e11364e162624b950b29f27df44a2000adc91b06e47e4c37f8ac2d4ad2b99fbb569bea76163dc4884279edb85ea668c1f09a73ea62ceb8a74283d12
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-dev
Priority: optional
Section: x11
Installed-Size: 1680
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Replaces: x11proto-core-dev (<< 2018.3), x11proto-dri2-dev (<< 2018.3), x11proto-fonts-dev (<< 2018.3), x11proto-gl-dev (<< 2018.3), x11proto-input-dev (<< 2018.3), x11proto-kb-dev (<< 2018.3), x11proto-present-dev (<< 2018.3), x11proto-randr-dev (<< 2018.3), x11proto-record-dev (<< 2018.3), x11proto-render-dev (<< 2:2018.3), x11proto-scrnsaver-dev (<< 2018.3), x11proto-video-dev (<< 2018.3), x11proto-xext-dev (<< 2018.3), x11proto-xf86dga-dev (<< 2018.3), x11proto-xf86dri-dev (<< 2018.3), x11proto-xf86vidmode-dev (<< 2018.3), x11proto-xinerama-dev (<< 2018.3)
Provides: x11proto-core-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-dri2-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-fonts-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-gl-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-input-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-kb-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-present-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-randr-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-record-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-render-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-scrnsaver-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-video-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-xext-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-xf86dga-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-xf86dri-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-xf86vidmode-dev (= 2022.1-1+apertis0bv2024dev2b1), x11proto-xinerama-dev (= 2022.1-1+apertis0bv2024dev2b1)
Depends: xorg-sgml-doctools (>= 1:1.5)
Breaks: x11proto-core-dev (<< 2018.3), x11proto-dri2-dev (<< 2018.3), x11proto-fonts-dev (<< 2018.3), x11proto-gl-dev (<< 2018.3), x11proto-input-dev (<< 2018.3), x11proto-kb-dev (<< 2018.3), x11proto-present-dev (<< 2018.3), x11proto-randr-dev (<< 2018.3), x11proto-record-dev (<< 2018.3), x11proto-render-dev (<< 2:2018.3), x11proto-scrnsaver-dev (<< 2018.3), x11proto-video-dev (<< 2018.3), x11proto-xext-dev (<< 2018.3), x11proto-xf86dga-dev (<< 2018.3), x11proto-xf86dri-dev (<< 2018.3), x11proto-xf86vidmode-dev (<< 2018.3), x11proto-xinerama-dev (<< 2018.3)
Filename: pool/target/x/xorgproto/x11proto-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 598876
MD5sum: e7a23e3e1ce1b32647d07cce555d1500
SHA1: 2ee4e446c2c91f1938d6fe0d9b5ce632240d8e0c
SHA256: e648bd2ea00aae7a8a5cb27bbfc3a599271aec2035774366c8ff8bd1a6f2f7ea
SHA512: 400d39d1a682c32bd777690e4e89ac4db9ab93f417be33278d7cd860c9f6dfa4d5827b7261b7aec9f03e81be70c5562b6b48ec230b66df24b85ffca0f424f1df
Description: X11 extension protocols and auxiliary headers
 This package provides development headers describing the wire protocol
 for the X11 core and extension protocols, and also provides a number of
 utility headers, used to abstract OS-specific functions.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This package is built from the X.org xorgproto module.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-dri2-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-dri2-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3576
MD5sum: 5e529d905c50e0860fac507a129d66de
SHA1: 7ac419000043bbac518252605e7a05677f545aa2
SHA256: 47233f3d952a8406829a8bcc30f37f1df218ae217a0e59bce8c0add7f9941b0c
SHA512: 2d90fa7d16867c3491f8038495b2930e0741c1ab8628401ac71eb25f0adf150a4a506738d00fa83040150043c46b6e036c617e5962a8663e9a95480a8ebc9b85
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-fonts-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-fonts-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3572
MD5sum: 1c28aad3ff79b33bf8ab9e30446b5b1e
SHA1: bd0eac1c15c9aacb41b128bfb8df149b14a5c865
SHA256: 38ecdf563b6a1c97dfaef4b0961376dce19dd997210f408ec9d806023e0c50fc
SHA512: 44b4aad4e7461ff5f0a48bfda4329e1c42e975d68ec2613b9904a230e728faf1fd86085c52255fb4867bdbcd765fa73e9919a5d38e851cbd9ad053dd4c429e90
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-gl-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-gl-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3572
MD5sum: f4623c99587883e2aa6e3385c9cb62c8
SHA1: 53e4d3109dca0b4d88d0a855d0a725468fb720ef
SHA256: 8edfaba0303eb6b5d990509463a186c90d9729cdced2c49a2db73491583bc9f3
SHA512: 13b82268449affca10b55a5d9019c1a6522b09e2dfc78c72394a75464156d5133b845dd70285856d721da4a4d138bec9b6750e4d24bc8f3f0d6d4381bd7b8967
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-input-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-input-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3576
MD5sum: fa45bd1701ba3fa0f87323c6f2447aad
SHA1: 7495296ce395ec1f9d61ee6095e2b740f0013dee
SHA256: 145b6bc84d41ad9cc48cc85272476dad4140e97cad54e6388372d0366f76aa2a
SHA512: 75a4a878620a98daeaa943e6e80598b894a7898c5c8ae684af20f54cda993eb045adc4cef0f346da4b6532497340516515fb4b2fc009aa5ec65feaa896c32197
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-kb-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-kb-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3572
MD5sum: c3f09a5c8c7593bc0fcb22f9fc09a59f
SHA1: 6078477117b7036249c5775f06d31a3fc5c02616
SHA256: c8a55e94d2fa59e2b51875b350c2a5e6842b37c1706a8ff43580673a3436633c
SHA512: 1fa64938d21f8e4251b1a2203340e6a1c586e2877df4b55f0b6c09fa4f96b0d681ad6e8b7e4555963cc00d20f67973d1f12358a51bcc2f76aedfa826f802f423
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-present-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-present-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3576
MD5sum: a558091ddfa3269b64d861a093b3c331
SHA1: e7b154549732ac5634e57011fd8b1ab2a1b050a0
SHA256: 5fbc68a6b4493665625cb34e1315af32c48f77c445aaf9274f6b54d5b6497419
SHA512: bdde9f7b07fd82a77186970c31eece675046dc6853c2dcb578272234a4c599bfd9ef126aca8b29143638be6ca89f8a5aad05d24f1b0732a4f5d98aafa5bd4521
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-randr-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-randr-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3572
MD5sum: 81606abd1e6ef45909824116389a436a
SHA1: bfc2ccdd4c8377a7ce34f36f0439fa7ee177cf52
SHA256: ae71e455ef8702764753ea69055c278ed220afe694fcbb6cbc1ff53a8f1590aa
SHA512: 25e00eb8af3d6086ef16a88b7d9f3b7f028200edd652276d1c620f8d407c4311dee430884571431a450c368c843c0233264a221a466a1a88c0b50185b2780713
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-record-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-record-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3580
MD5sum: df0c49d55d53be34bf505c27e6c444b0
SHA1: 32f244d8782c83dd847aa45b266b14ceacf9b133
SHA256: 132f3147361d060f1e21098038932ea2e0f4f800f354cd623c09f776d3780fb4
SHA512: cbf790ae2082355a6254d8c9343cd34bdce563602a15536c91bbb83718c3def895f9533266ea28bb1bddf708dfa08f987c08e4a575df828f57a1a3482eb96514
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-render-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto (2022.1-1+apertis0bv2024dev2b1)
Version: 2:2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-render-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3588
MD5sum: a6ffb4946c35c8e9ce5899f8ef37aec7
SHA1: 38ad01d31005715c60e0f1dd2bc777669c1e8c2b
SHA256: 03fed3cd91bbe901ef8dfaf09b3b76d8d055bbcc969e220bd6cc1f9d39e52c4b
SHA512: b0517ba05f1fbfb5287d219aa13540594c8b4c1285e62d4eb7062d044232997ecb0b2f199d467ced831689e29422bba81a53b9b3df65eff9d3020c9193deab89
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-scrnsaver-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-scrnsaver-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3580
MD5sum: 065a68fff1cb288c2d5213d4ec3a2bd5
SHA1: cb58e6b98a27764dcdbdacfdee662500b965452f
SHA256: 32cb6c4a2416f56f99a370238ce691514f3b7d8bd14cf6ba121eb44e2a9a848c
SHA512: 286839512bcb53809034aa8c69a0b28a2eedf5fc1a8dfeffb6dddec9ae26c9126556c382c5c9363071576316f4f10b9ae597ccbe8b95ac18350dc96a22856801
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-video-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-video-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3580
MD5sum: 28a1b54fcdec709c20b2cd5f36cc72bc
SHA1: cc3d5ca1795e205cd4388b0ab1994232d74967c4
SHA256: ca53ec7018bdfb2c8485066f8cf90c9b2bbde16b33d69df6a8a78a429e917c53
SHA512: 69c1df07468a3015e33976d495b54bece14ab8ec9b502f8483ba04d53f39053341d36fbaeb42639a2849ff06901d2eaca76228d56ffb7f886bf227dcf7a250a4
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-xext-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xext-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3568
MD5sum: 73d367a8f62efa64fc3c650fdb652918
SHA1: aff60492eb5d9d68f3cdb9f644026972183170f2
SHA256: 850919b6810b1a86e7f70bce9d0e50dd9e2c2f84a06907ae93119c587d82a829
SHA512: da42d32f5d15b7b6d17e2d489ee4a0a88379330caccfe8721286402304eac2766a90947f1d60d5c88ace67da6903b26ed4b7cbea576fb35f9092378048acba04
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-xf86dga-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xf86dga-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3572
MD5sum: c0cf59a8aaa7d6bfb3f1733f1b66738a
SHA1: 252c2e1ba84754b810bf8b77080d3477208ab59a
SHA256: 2e6444cd376f2a19e64ca671b3332cc6ba82a53b8dcd7039fb46cf100b0e8c3d
SHA512: a078bbdcd5eb064ca839e75bead061c91054daabf3b08b72610b90ab4acd739d8f9ae3af0df3565c9a2b6dd8f9c0383ac74fde720707c145a16d3b916464df5d
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-xf86dri-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xf86dri-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3576
MD5sum: c64e5ba4b9a2e6b0f08a9cd0d74d28ab
SHA1: 2b514e19a82d861724417a6e5078f2ba1098683f
SHA256: 99c5bba89b287a57d230ba960428c028642eae8a25eb6421b4056cc0d8ed4867
SHA512: 302b5aa42a33d4496188fa269580e3fcb0d8fb47f74809f662d57d8aa53933a6ced68c9f517f5dc0de13d627357232245c5985da57caba472d3dfd65a7e83a04
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-xf86vidmode-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xf86vidmode-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3576
MD5sum: 177f2dfc44f565ffe447af46c0baece8
SHA1: 1c2ef312beeee32a278aa326a493001fcc302a97
SHA256: f330c8a15370a8a58339cc2db785acc216e959b8d949e0e1239189e6fc97c0f1
SHA512: 486c11910a556388447f4f5a99ca092b076f5b3e06349b4495f9481f231c1e8a13c47acc940d6f883cdc4d0ecc0bca6d4bea197a0a02a269d67d188a2e97c15a
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: x11proto-xinerama-dev
Priority: optional
Section: oldlibs
Installed-Size: 11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorgproto
Version: 2022.1-1+apertis0bv2024dev2b1
Depends: x11proto-dev
Filename: pool/target/x/xorgproto/x11proto-xinerama-dev_2022.1-1+apertis0bv2024dev2b1_all.deb
Size: 3580
MD5sum: 255e17a4c5ec9ad4ba1daf256d05e719
SHA1: f61fbb4b4549f1eb67191c27c8316b43130a0f4e
SHA256: f09df4ca8804c38bec0a7110156bebfe9d75f262137a61655bca0cf6d5ead4a3
SHA512: 0a3753e21bdb224d6111046a6333a2860a5503cde1f01c03e7c5e24cf83297ab1de53368d3e9b48afb9bdf24f88959843f110bccd2a3d4823018d9c15bb1532b
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: xauth
Priority: optional
Section: x11
Installed-Size: 97
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Version: 1:1.1.2-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libx11-6, libxau6 (>= 1:1.0.9), libxext6, libxmuu1 (>= 2:1.1.3)
Filename: pool/target/x/xauth/xauth_1.1.2-1+apertis0bv2024dev2b1_arm64.deb
Size: 35464
MD5sum: 8ee49e1a99c56ffa9606c8dceef95cd2
SHA1: 618591b8138cbf83a532c798b76d23ac9bb68972
SHA256: 565475a86594d80a3fe36d6d4cd95ea7861875483fc6d7fcaa0c3b3fa1bfcc03
SHA512: 218f02bbc8bebd96ee618fec2e0cd4bd3d43a974f103b894b2a293b70194bc0ee68a575c90780e8e6c1576cc5ba75ff70bea20dd721d1ae8ce0f70677b18c9f0
Description: X authentication utility
 xauth is a small utility to read and manipulate Xauthority files, which
 are used by servers and clients alike to control authentication and access
 to X sessions.
Multi-Arch: foreign

Package: xauth-dbgsym
Priority: optional
Section: debug
Installed-Size: 65
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xauth
Version: 1:1.1.2-1+apertis0bv2024dev2b1
Depends: xauth (= 1:1.1.2-1+apertis0bv2024dev2b1)
Filename: pool/target/x/xauth/xauth-dbgsym_1.1.2-1+apertis0bv2024dev2b1_arm64.deb
Size: 48076
MD5sum: d9756b08ffc4d4f88895c8f045e46ca3
SHA1: 46fa37c27af288e73c7a6c90b5c0162835e6c42b
SHA256: 628d8624690a7f4fb631b9c2464f6166ec6fa842daaaea7e8715fb64a0df9d6b
SHA512: 01f72345d6a8f1fdecf37ecbccd8098032a1cde94393349f63597183d58e0a8e6e4446fcfeee41946c983ef79b6c944cb6bfe17b0665936be9e13392311140a3
Description: debug symbols for xauth
Auto-Built-Package: debug-symbols
Build-Ids: a12336b72d4030ce3540495f07fb82bdfac4f76c

Package: xbase-clients
Priority: optional
Section: x11
Installed-Size: 13
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorg
Version: 1:7.7+23+apertis0bv2024dev2b1
Depends: x11-apps, x11-session-utils, x11-utils, x11-xkb-utils, x11-xserver-utils, xauth, xinit
Suggests: x11-xfs-utils
Filename: pool/target/x/xorg/xbase-clients_7.7+23+apertis0bv2024dev2b1_all.deb
Size: 4036
MD5sum: 6b3e150ef25a527122913e2dea34a2d2
SHA1: ec03d6a8b24dce5e64167a9ab3252329735e0eda
SHA256: ccebabdd437ac0dc12601e9ebf706b9d5dd268a385094fdd954eb225a127f853
SHA512: f67e2b66d206c6566f695376c983b5f39b4c8c14a4be890714ad3c4c0199c77305ca76e1d675d6933796b59d5a7c34233bf04db11f3df9ded4c0690819452618
Description: miscellaneous X clients - metapackage
 An X client is a program that interfaces with an X server (almost always via
 the X libraries), and thus with some input and output hardware like a
 graphics card, monitor, keyboard, and pointing device (such as a mouse).
 .
 This package provides a miscellaneous assortment of several dozen X clients
 that ship with the X Window System.
 .
 This package is provided for transition from earlier Debian releases, the
 programs formerly in xutils and xbase-clients having been split out in smaller
 packages.
Homepage: https://www.x.org/

Package: xbitmaps
Priority: optional
Section: x11
Installed-Size: 241
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Version: 1.1.1-2.2+apertis0bv2024dev2b1
Filename: pool/target/x/xbitmaps/xbitmaps_1.1.1-2.2+apertis0bv2024dev2b1_all.deb
Size: 25428
MD5sum: 6a51ebfb2bdc06017e3f2ebffb9d9cca
SHA1: bcbfea34760f78daba6673fe533d2068d93e9eb0
SHA256: a8874a498db946508fdf2caf799e6bff0009d3e6d29ea77e27c8b290a74e6ded
SHA512: caff7ddeb79cc91c523a2f162dc245d5053655556e4408ba241a24288b0ac03e27d7a2402af4fb453f4a0428db0ce085124dad4a06038134df8f53aabb2fddb3
Description: Base X bitmaps
 This package contains the base X bitmaps, which are used in many legacy X
 clients.
Multi-Arch: foreign

Package: xcvt
Priority: optional
Section: x11
Installed-Size: 82
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcvt
Version: 0.1.2-1+apertis1bv2024dev2b1
Replaces: xserver-xorg-core (<< 2:21.0.99.1~)
Depends: libc6 (>= 2.34), libxcvt0 (>= 0.1.0)
Breaks: xserver-xorg-core (<< 2:21.0.99.1~)
Filename: pool/target/libx/libxcvt/xcvt_0.1.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 7804
MD5sum: 6b6f791ffc719e0f833376cdf43ae379
SHA1: 493024190bf91c63f89e0b21d3b69913454e5621
SHA256: b2949ebb9df1b07e5651472def56ea71afacdfa3cac4e8227bf6ece826727eba
SHA512: e74f177a543ef13fcd98d117739b9ea622074845fd16c3eff42c3c6bb774ef91a1ea061e461a9f9018730f9ee93aa020bdd761467f07f07d95119e536c6b7150
Description: VESA CVT standard timing modelines generator
 libxcvt is a library providing a standalone version of the X server
 implementation of the VESA CVT standard timing modelines generator.
 .
 This package includes the commandline tool 'cvt'.

Package: xcvt-dbgsym
Priority: optional
Section: debug
Installed-Size: 23
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxcvt
Version: 0.1.2-1+apertis1bv2024dev2b1
Depends: xcvt (= 0.1.2-1+apertis1bv2024dev2b1)
Filename: pool/target/libx/libxcvt/xcvt-dbgsym_0.1.2-1+apertis1bv2024dev2b1_arm64.deb
Size: 8756
MD5sum: 4fd24865fc50d664dd77637adc2e6f2b
SHA1: 2b3a1279da143feb2b6364ec3b8bc4837702aba8
SHA256: b203411f95bb8592dd9a770121bd8247c29a25c5c29fb384e782ea66217bf72a
SHA512: 310ba0ad5a0b446d30acce3401a252908d436bdbb56bffbb0450ad41087cebb3edc4a5cf72ca2a738a3e2947612771f3fa5409e259659e06281f104b1ee8d642
Description: debug symbols for xcvt
Auto-Built-Package: debug-symbols
Build-Ids: d7571f61bfc8d0095ea095bfc6b630c49fae0e08

Package: xdg-dbus-proxy
Priority: optional
Section: admin
Installed-Size: 86
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 0.1.4-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.39.4)
Filename: pool/target/x/xdg-dbus-proxy/xdg-dbus-proxy_0.1.4-3+apertis0bv2024dev3b1_arm64.deb
Size: 22916
MD5sum: 3c20c9671543ae2da20e4b8b79178f95
SHA1: 8b957ae936aeb34554d35217d32eef5c636d035a
SHA256: 9d3f83fcedd6f4073b9cbf6e02043de236d10481fe10e698aec6d06d7eefc3a6
SHA512: 3338ecd2bce20468d36f06221270520002293b3ba5be351ead4e0efbcaf3bdaaf7d1577a4aadb56950244443f8ff6c1f072a40df42702043da92a02fb5beb2ec
Description: filtering D-Bus proxy
 xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was
 originally part of the Flatpak project, but it has been broken out as
 a standalone module to facilitate using it in other contexts, for
 example in WebKit-GTK's optional bubblewrap-based sandbox.
 .
 For this proxy to be useful, restricted D-Bus clients must be denied
 access to the normal D-Bus socket (for example by using containers or
 AppArmor rules), and instead given access to the listening Unix socket
 created by the proxy (typically by bind-mounting it into a Linux
 container).
Homepage: https://github.com/flatpak/xdg-dbus-proxy
Multi-Arch: foreign

Package: xdg-dbus-proxy-dbgsym
Priority: optional
Section: debug
Installed-Size: 79
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: xdg-dbus-proxy
Version: 0.1.4-3+apertis0bv2024dev3b1
Depends: xdg-dbus-proxy (= 0.1.4-3+apertis0bv2024dev3b1)
Filename: pool/target/x/xdg-dbus-proxy/xdg-dbus-proxy-dbgsym_0.1.4-3+apertis0bv2024dev3b1_arm64.deb
Size: 59116
MD5sum: dca7a3a55aecec485a0e5cff28496903
SHA1: 5b640e6785ff59a2a4f406fde2d8eb0d15b19c01
SHA256: dce79623994a2ead3f3f15c183e297fdacbbe9d74ab2f00681c6db17bb83fe64
SHA512: f8a0d16e48a0f7f2bc16c5c1a1771894847f39202070e5154be2d5652ab5476530ae8935100174581efd95da15c5ffb5b585ae73f43cba47bce11a0e53059f3f
Description: debug symbols for xdg-dbus-proxy
Auto-Built-Package: debug-symbols
Build-Ids: 6a0903187a31e93d909a0584f8a2246c03d43277

Package: xdg-dbus-proxy-tests
Priority: optional
Section: admin
Installed-Size: 86
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: xdg-dbus-proxy
Version: 0.1.4-3+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.39.4), dbus-daemon, xdg-dbus-proxy
Recommends: gnome-desktop-testing
Filename: pool/target/x/xdg-dbus-proxy/xdg-dbus-proxy-tests_0.1.4-3+apertis0bv2024dev3b1_arm64.deb
Size: 8620
MD5sum: 0beabd8018041c7be12cb35f3add2c2e
SHA1: dd71971a4d90cd8e638f555cc463280a8c7acc78
SHA256: 6e18201273be14bce16655bb79a700a4025260f7642b56c77ac4a1dd07f7daf4
SHA512: a30b57d5809273b2d99851e5937d74ad1746f6ac9048e27c042c66bc0858289e15f506df9b7b1601ebc9b6fc7d72a167df30b2a2199730cf479f9b0af95e57df
Description: filtering D-Bus proxy - as-installed tests
 xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was
 originally part of the Flatpak project, but it has been broken out as
 a standalone module to facilitate using it in other contexts, for
 example in WebKit-GTK's optional bubblewrap-based sandbox.
 .
 This package contains as-installed tests, which can be run using
 autopkgtest or gnome-desktop-testing-runner, or directly.
Homepage: https://github.com/flatpak/xdg-dbus-proxy
Multi-Arch: foreign

Package: xdg-dbus-proxy-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 27
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: xdg-dbus-proxy
Version: 0.1.4-3+apertis0bv2024dev3b1
Depends: xdg-dbus-proxy-tests (= 0.1.4-3+apertis0bv2024dev3b1)
Filename: pool/target/x/xdg-dbus-proxy/xdg-dbus-proxy-tests-dbgsym_0.1.4-3+apertis0bv2024dev3b1_arm64.deb
Size: 11584
MD5sum: 7310d0279b1005c983ccf950d5413182
SHA1: 7327fa25dbee56ff11ad956a24b6fb3e4cdbab5d
SHA256: 81622bace0db2d2523a6bad325632468ad03a2a67799dab0baee769d2f3ecede
SHA512: 7e1b2fb945a7fb682ca7f41e2cd631e18f3c93e0e6e24e191baec7ebe7161b43392bfdc83bc775e9379e0f56754bc392f7f358cd1d9616dd2d3b98c5c490fb7a
Description: debug symbols for xdg-dbus-proxy-tests
Auto-Built-Package: debug-symbols
Build-Ids: cd36c2fd3a82ccb739142d8f4b430c040def7264

Package: xdg-desktop-portal
Priority: optional
Section: admin
Installed-Size: 1905
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 1.16.0-2+apertis2bv2024dev2b1
Replaces: flatpak (<< 0.10.4-1~)
Depends: bubblewrap, default-dbus-session-bus | dbus-session-bus, fuse3, init-system-helpers (>= 1.52), libc6 (>= 2.34), libfuse3-3 (>= 3.12.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.70.0), libjson-glib-1.0-0 (>= 1.5.2), libpipewire-0.3-0 (>= 0.3.10), libsystemd0
Breaks: flatpak (<< 0.10.4-1~)
Filename: pool/target/x/xdg-desktop-portal/xdg-desktop-portal_1.16.0-2+apertis2bv2024dev2b1_arm64.deb
Size: 307680
MD5sum: f9ce96915fa02a4e18e67d7373485243
SHA1: cbab4e20dbd35ec0331ac11fc30bf9dfa15fa76c
SHA256: 8c5238ea9089eb8560e1e3cde611a36e4cc071afbb16ea094fdd5c8e46d9644f
SHA512: 9ff14710a3cde2e1af70b55528ed2153a7a62459594485672016782143033843e32e20f0b507f63f67f24d1a24cda41e229473323ba0529420ce119fedf92857
Description: desktop integration portal for Flatpak and Snap
 xdg-desktop-portal provides a portal frontend service for Flatpak, Snap,
 and possibly other desktop containment/sandboxing frameworks. This service
 is made available to the sandboxed application, and provides mediated
 D-Bus interfaces for file access, URI opening, printing and similar
 desktop integration features.
 .
 The implementation of these interfaces is expected to require
 user confirmation before responding to the sandboxed application's
 requests. For example, when the sandboxed application ask to open a file,
 the portal implementation will open an "Open" dialog outside the sandbox,
 and will only make the selected file available to the sandboxed app if
 that dialog is confirmed.
 .
 xdg-desktop-portal is designed to be desktop-agnostic, and uses a
 desktop-environment-specific GUI backend such as xdg-desktop-portal-gtk
 to provide its functionality.
Homepage: https://github.com/flatpak/xdg-desktop-portal
Multi-Arch: foreign

Package: xdg-desktop-portal-dbgsym
Priority: optional
Section: debug
Installed-Size: 1950
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: xdg-desktop-portal
Version: 1.16.0-2+apertis2bv2024dev2b1
Depends: xdg-desktop-portal (= 1.16.0-2+apertis2bv2024dev2b1)
Filename: pool/target/x/xdg-desktop-portal/xdg-desktop-portal-dbgsym_1.16.0-2+apertis2bv2024dev2b1_arm64.deb
Size: 1490984
MD5sum: 816fa72eab56b2d86d900f086df639c5
SHA1: 70ce9de358aeca4d50c271acedf5907dac71c2fe
SHA256: 795db30b004bb8c6f5d37b82e939761cb40be48845d1049852275798ec177dd9
SHA512: a7a86f629f6c7137d50a40172425943635477eaa60925c1f356ea1af9d42e0e150599343a140a2604d671b476cfcaed340e820331ca0f52e37f0476bce891914
Description: debug symbols for xdg-desktop-portal
Auto-Built-Package: debug-symbols
Build-Ids: 2e68bad66bf47ce0996df0cfe3f168e2ae2ce25b 4fa3cd52bcd1f5fa9dc373f12406763e7387db6d 79c6b97aa23c0d0839cb10e7b9cb519f12bb45cf 8a6751884ca62dc2a437220e0d2ffa7321c75875 f3258344386e8757cc17d0c0c821be661a562f91

Package: xdg-desktop-portal-dev
Priority: optional
Section: admin
Installed-Size: 836
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: all
Source: xdg-desktop-portal
Version: 1.16.0-2+apertis2bv2024dev2b1
Replaces: libflatpak-dev (<< 0.10.4-1~), xdg-desktop-portal (<< 0.5-2~)
Breaks: libflatpak-dev (<< 0.10.4-1~), xdg-desktop-portal (<< 0.5-2~)
Filename: pool/target/x/xdg-desktop-portal/xdg-desktop-portal-dev_1.16.0-2+apertis2bv2024dev2b1_all.deb
Size: 66964
MD5sum: 51d0f7f0fe36c46b7122e15491508991
SHA1: 216282b88a28fc4899021ddd22ef83b65a12b537
SHA256: a63df66373d4fc84afd3c3173be1efb0cd4629b14145954c66c754d1be91bb24
SHA512: 04116951bf79ba4173371566d664705821a2e41b4ef1a0a1d4fc6c07cad4e23bf5a967c62f986b7fa502f34b15d1c4253f460887f76de4e342631ca342a99928
Description: desktop integration portal - development files
 xdg-desktop-portal provides a portal frontend service for Flatpak, Snap,
 and possibly other desktop containment/sandboxing frameworks. This service
 is made available to the sandboxed application, and provides mediated
 D-Bus interfaces for file access, URI opening, printing and similar
 desktop integration features. See the xdg-desktop-portal package's
 description for more details.
 .
 This package contains development files for backends such as
 xdg-desktop-portal-gtk.
Homepage: https://github.com/flatpak/xdg-desktop-portal
Multi-Arch: foreign

Package: xdg-desktop-portal-tests
Priority: optional
Section: admin
Installed-Size: 1901
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: xdg-desktop-portal
Version: 1.16.0-2+apertis2bv2024dev2b1
Depends: dbus-daemon, libcap2-bin, pipewire (>= 0.3.10), procps, python3, python3-gi, xdg-desktop-portal, libc6 (>= 2.34), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.1), libjson-glib-1.0-0 (>= 1.5.2), libsystemd0
Filename: pool/target/x/xdg-desktop-portal/xdg-desktop-portal-tests_1.16.0-2+apertis2bv2024dev2b1_arm64.deb
Size: 266880
MD5sum: c89f3c90f9631a0666aa648c0066ba6a
SHA1: 35a9a2487149781aa85176520284af6b3052de0a
SHA256: 8bb292c233f38172bc5da04ec6b9c547cf1a88faba9fb5f4244caee639ce0ddb
SHA512: d765deeafc877ec1a63e0c5d5fedc03ba9c731fcc79ade36b6e7f649ac753cac7dea37a0e6334d0fba5e79ecd487fa42969890e32de73ab5057396c1196d2f62
Description: desktop integration portal - automated tests
 xdg-desktop-portal provides a portal frontend service for Flatpak, Snap,
 and possibly other desktop containment/sandboxing frameworks. This service
 is made available to the sandboxed application, and provides mediated
 D-Bus interfaces for file access, URI opening, printing and similar
 desktop integration features. See the xdg-desktop-portal package's
 description for more details.
 .
 This package contains automated tests.
Homepage: https://github.com/flatpak/xdg-desktop-portal

Package: xdg-desktop-portal-tests-dbgsym
Priority: optional
Section: debug
Installed-Size: 2009
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: xdg-desktop-portal
Version: 1.16.0-2+apertis2bv2024dev2b1
Depends: xdg-desktop-portal-tests (= 1.16.0-2+apertis2bv2024dev2b1)
Filename: pool/target/x/xdg-desktop-portal/xdg-desktop-portal-tests-dbgsym_1.16.0-2+apertis2bv2024dev2b1_arm64.deb
Size: 1421888
MD5sum: 9d6e87cbdd73a6efee5198ce6a45ddaf
SHA1: 888bda137a7abd58539c2b9bfc20b746e660cb5f
SHA256: 526e5da92ab56a05c0f0ab8045ae5c2c4e4975b9e9f3df7b861a5b3fd8cd9d8e
SHA512: d526094349f27bd6c07636f00b3c361aa9a642475e7986ce7f23015b5f2549598e2f677c9939756c05a771099f0ec8a6000387c780b8a39933f63f75579bad99
Description: debug symbols for xdg-desktop-portal-tests
Auto-Built-Package: debug-symbols
Build-Ids: 0d10595feeb1ad4456a741a9a8868094bef0b840 4c908f6ebb871e04ea9ead676999251f6184b09a 56cb1a47ce8621bb4598d85559683c47e58c3c9c 5eaec7316679eb86cde86762c63b3a2a513ce0b5 e11b5ef52bab51e192c97cce0e395c5d403c8347 f0d740eb30d10a135bd89b75ba0c1baca79508ed

Package: xdg-user-dirs
Priority: optional
Section: utils
Installed-Size: 417
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 0.18-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34)
Filename: pool/target/x/xdg-user-dirs/xdg-user-dirs_0.18-1+apertis0bv2024dev3b1_arm64.deb
Size: 53440
MD5sum: eae3c0bac0db14af76e687d04202fd74
SHA1: 998360d4193ee446a7c86b694d89bfdccf5962a8
SHA256: 06a1d11540bf8bed9c94f20f52b474f19fb8ef0e6f8ca9e3b8a6dc2df04d5b66
SHA512: 549bb423e09f6ae6fec84daf7b4a1848e61aea04c2c89df149d461f353b10cd53df0139f1809727decb66f8402302a21582b6756d6f2605dd24222b875663442
Description: tool to manage well known user directories
 xdg-user-dirs is a tool to help manage "well known" user directories
 like the desktop folder and the music folder. It also handles
 localization (i.e. translation) of the filenames.
 .
 The way it works is that xdg-user-dirs-update is run very early in the
 login phase. This program reads a configuration file, and a set of
 default directories. It then creates localized versions of these
 directories in the users home directory and sets up a config file in
 $(XDG_CONFIG_HOME)/user-dirs.dirs (XDG_CONFIG_HOME defaults to
 ~/.config) that applications can read to find these directories.
Homepage: https://www.freedesktop.org/wiki/Software/xdg-user-dirs
Multi-Arch: foreign

Package: xdg-user-dirs-dbgsym
Priority: optional
Section: debug
Installed-Size: 40
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: xdg-user-dirs
Version: 0.18-1+apertis0bv2024dev3b1
Depends: xdg-user-dirs (= 0.18-1+apertis0bv2024dev3b1)
Filename: pool/target/x/xdg-user-dirs/xdg-user-dirs-dbgsym_0.18-1+apertis0bv2024dev3b1_arm64.deb
Size: 24788
MD5sum: 66e1a7b84b554ebf38ff961e1389e364
SHA1: c978f0d7134c13179ccf5a6ca186284c21f6b903
SHA256: bb35470561732aedd9fece9303a86c093a4278eeaecce484647fd74c1e90cdfa
SHA512: 20750dcec106177136a855340c689e11513ac50abb071e71234fb50bbd801c0ed984415911943f93462e6e9715fdf0c61f6abcf322db296ae0fb3fb7da2a345f
Description: debug symbols for xdg-user-dirs
Auto-Built-Package: debug-symbols
Build-Ids: ab4bd8232c6415b13fd81cd273c863aea3708d0a

Package: xkb-data
Priority: optional
Section: x11
Installed-Size: 6918
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xkeyboard-config
Version: 2.35.1-1+apertis0bv2024dev3b1
Breaks: libx11-6 (<< 2:1.4.3), x11-xkb-utils (<< 7.7+5)
Filename: pool/target/x/xkeyboard-config/xkb-data_2.35.1-1+apertis0bv2024dev3b1_all.deb
Size: 755280
MD5sum: 11c155a393e598f88a6c08da5b4fb375
SHA1: 624edf4d6336799d0be359f2f2fdf06843cf0978
SHA256: 528d7ee0a5ef25d72d7c404250229298f99c95f2be093bc0cc9574128f9528bb
SHA512: d624f873898fc4cea619a9ed59f6d71b0b9ae4a83df7c260ca440ba82d9acd261bcbc44e6d8e560232d032db157e13a66516a146ba03b44e8a83349de133572c
Description: X Keyboard Extension (XKB) configuration data
 This package contains configuration data used by the X Keyboard
 Extension (XKB), which allows selection of keyboard layouts when
 using a graphical interface.
 .
 Every X11 vendor provides its own XKB data files, so keyboard layout
 designers have to send their layouts to several places.  The
 xkeyboard-config project has been launched at FreeDesktop in order
 to provide a central repository that could be used by all vendors.
Homepage: https://www.freedesktop.org/Software/XKeyboardConfig
Multi-Arch: foreign

Package: xml-core
Priority: optional
Section: text
Installed-Size: 115
Maintainer: Debian XML-SGML group <debian-sgml@lists.debian.org>
Architecture: all
Version: 0.18+nmu1+apertis0bv2024dev3b1
Depends: sed (>= 4.1.2-8), sgml-base (>= 1.28)
Suggests: debhelper (>= 9.20120909)
Filename: pool/target/x/xml-core/xml-core_0.18+nmu1+apertis0bv2024dev3b1_all.deb
Size: 20120
MD5sum: 60d311bc93aaccaae66bc63cf4b5700a
SHA1: 0a0837d7fa68ea0a7a06c593a6399a27aa90591b
SHA256: 8e609ce245958a8716f920da9cb77ca739ab3641a6298be2f2a24c741b239261
SHA512: ff36ae427d057da04a8f237f2f26bf14320caff3bc4fb995efdf2e173c8498a2846da652510c75019ddec15e85148b02e155cce940bb032dfd58516f61be7a29
Description: XML infrastructure and XML catalog file support
 This package creates the XML infrastructure directories and provides
 XML catalog file support in compliance with the current Debian XML
 Policy draft:
 .
   * infrastructure directories:
      - /etc/xml
      - /usr/share/xml/{declaration,entities,misc,schema}
      - /usr/local/share/xml/{declaration,entities,misc,schema}
 .
   * XML catalog schema: OASIS XML Catalog Committee Specification 1.0
 .
   * update-xmlcatalog(8): tool for maintaining the root XML catalog
     file and the package XML catalog files in the '/etc/xml' directory
     as well as local XML catalog files.
 .
   * dh_installxmlcatalogs(1): debhelper tool for installing local XML
     catalog files and registering XML entities in package XML catalog
     files and the root XML catalog file (requires debhelper package)
Multi-Arch: foreign

Package: xml2
Priority: optional
Section: utils
Installed-Size: 288
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Version: 0.5-4+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libxml2 (>= 2.7.4)
Filename: pool/target/x/xml2/xml2_0.5-4+apertis1bv2024dev2b1_arm64.deb
Size: 12940
MD5sum: 0be65515b6ae863d3c069b135029a2ed
SHA1: 29ee6cf868ad9843ca911f7db9f256054ab7d3a4
SHA256: caf5d1193cd529be95c5d7260690d39e82d0c71d49189f17eceb8dccf3702b9d
SHA512: 18388e9b6199794f70435214ad3f32700c0f4fbdfdf0b3a3f155d615eb961ebe4f0cf0221bd9f84aff93926fe6da0c16c645d98e2cf0627cb3309e83965843bf
Description: Convert between XML, HTML, CSV and a line-oriented format
 xml2 tools are used to convert XML, HTML and CSV to and from a
 line-oriented format more amenable to processing by classic Unix
 pipeline processing tools, like grep, sed, awk, cut, shell scripts,
 and so forth.

Package: xml2-dbgsym
Priority: optional
Section: debug
Installed-Size: 75
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: arm64
Source: xml2
Version: 0.5-4+apertis1bv2024dev2b1
Depends: xml2 (= 0.5-4+apertis1bv2024dev2b1)
Filename: pool/target/x/xml2/xml2-dbgsym_0.5-4+apertis1bv2024dev2b1_arm64.deb
Size: 32440
MD5sum: c47a459fe0e3501509ff37eb00d2efb6
SHA1: 78bc2bff0e6a0b69bc2ee168aa921fa1f024abc7
SHA256: fcdb5f7afba4e4bf3100cd658a3e14a6bfb6d0ac0207d9d5f29be0cf79f339df
SHA512: 9500f54509c763e54d0240578a6128e56330dc645eb9dca455835579159d3924f76baa951259bb75efc555c3be1f2107f5fca496e3d214220120d3e7c04484da
Description: debug symbols for xml2
Auto-Built-Package: debug-symbols
Build-Ids: 31272632f725687289ce4f0d2d47bc3b4052a4c4 75eb24d3fd874d5389cf9e2243be9003b44c5837 991a552b12e3f40da227adab30d6a7729f162341 c65be8a26211f9f89172930f4155471dfb53540d

Package: xnest
Priority: optional
Section: x11
Installed-Size: 4074
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg-server
Version: 2:21.1.7-3+apertis0bv2024dev3b1
Provides: xserver
Depends: xserver-common (>= 2:21.1.7-3+apertis0bv2024dev3b1), libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libpixman-1-0 (>= 0.13.2), libselinux1 (>= 3.1~), libsystemd0, libunwind8, libx11-6, libxau6 (>= 1:1.0.9), libxdmcp6, libxext6, libxfont2 (>= 1:2.0.1)
Recommends: libgl1-mesa-dri (>= 7.1~rc1)
Filename: pool/target/x/xorg-server/xnest_21.1.7-3+apertis0bv2024dev3b1_arm64.deb
Size: 2974336
MD5sum: 5d94eaecd9527abc2a400930b13c3af5
SHA1: baf8c1d2707adea703b633b7d05f0f90dc332b6e
SHA256: b8c989fd75298d6bc2193a050baa014d7c6102d0a399a1aeb009790bf047cd6b
SHA512: 59470e7f8d94253db745f9483fd78720e39f74072d672af7ae227ba7592ef73273973330e655adf73d76897bb361a30f5077f048236407e1ee723e909a719956
Description: Nested X server
 Xnest is a nested X server that simply relays all its requests to another
 X server, where it runs as a client.  This means that it appears as another
 window in your current X session.  Xnest relies upon its parent X server
 for font services.
 .
 Use of the Xephyr X server instead of Xnest is recommended.
 .
 More information about X.Org can be found at:
 <URL:https://www.x.org>
 .
 This package is built from the X.org xserver module.
Homepage: https://www.x.org/

Package: xnest-dbgsym
Priority: optional
Section: debug
Installed-Size: 2792
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg-server
Version: 2:21.1.7-3+apertis0bv2024dev3b1
Depends: xnest (= 2:21.1.7-3+apertis0bv2024dev3b1)
Filename: pool/target/x/xorg-server/xnest-dbgsym_21.1.7-3+apertis0bv2024dev3b1_arm64.deb
Size: 2641212
MD5sum: a7089f502b9843c526d89ce16c0b06f4
SHA1: 81dc7ee1903ca6cd82e7aa0f8fdd8a3865b17282
SHA256: 135ab8534ac5f92e5605e040b6ddc6be6b455af4c381ed84d99a04fa62554dc9
SHA512: 8aefe68d12bc954b87e3e658c626913080d06ce95d7dbf477bb56c8b033489e5fcbdec920a2fedf66fdb8f30197906474c257d9855d7d5b702c7cb3794ef5c49
Description: debug symbols for xnest
Auto-Built-Package: debug-symbols
Build-Ids: 820140c5a4b36f1de8d773ff6d9bae0cf7011f6d

Package: xorg
Priority: optional
Section: x11
Installed-Size: 19
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Version: 1:7.7+23+apertis0bv2024dev2b1
Provides: x-window-system, x-window-system-core
Depends: xserver-xorg (>= 1:7.7+23+apertis0bv2024dev2b1), libgl1, libgl1-mesa-dri, libglu1-mesa, xfonts-base (>= 1:1.0.0-1), xfonts-100dpi (>= 1:1.0.0-1), xfonts-75dpi (>= 1:1.0.0-1), xfonts-scalable (>= 1:1.0.0-1), x11-apps, x11-session-utils, x11-utils, x11-xkb-utils, x11-xserver-utils, xauth, xinit, xfonts-utils, xkb-data, xorg-docs-core, xterm | x-terminal-emulator
Suggests: xorg-docs, x11-xfs-utils
Filename: pool/target/x/xorg/xorg_7.7+23+apertis0bv2024dev2b1_arm64.deb
Size: 4332
MD5sum: dca99d41ec2ce87ab66367562e4074a2
SHA1: 66173c00cb5feeb4392b7bb23f2e1ca569647f36
SHA256: 525a17573097ce18d6564eac340af9c29e018fb67df1aa3d7863840272a43b7c
SHA512: 68fa70d36089b8a748f085c5f4a617539e0a438afd2fb19b82341f3324ae2586a8db4125c8c537ed97769f9a4fba44806814fcdc928bc4809cd9ff65c81d337c
Description: X.Org X Window System
 This metapackage provides the components for a standalone
 workstation running the X Window System.  It provides the X libraries, an X
 server, a set of fonts, and a group of basic X clients and utilities.
 .
 Higher level metapackages, such as those for desktop environments, can
 depend on this package and simplify their dependencies.
 .
 It should be noted that a package providing x-window-manager should also
 be installed to ensure a comfortable X experience.
Homepage: https://www.x.org/

Package: xorg-dev
Priority: optional
Section: x11
Installed-Size: 13
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorg
Version: 1:7.7+23+apertis0bv2024dev2b1
Depends: libdmx-dev, libfontenc-dev, libfs-dev, libice-dev, libsm-dev, libx11-dev, libxau-dev, libxaw7-dev, libxcomposite-dev, libxcursor-dev, libxdamage-dev, libxdmcp-dev, libxext-dev, libxfixes-dev, libxfont-dev, libxft-dev, libxi-dev, libxinerama-dev, libxkbfile-dev, libxmu-dev, libxmuu-dev, libxpm-dev, libxrandr-dev, libxrender-dev, libxres-dev, libxss-dev, libxt-dev, libxtst-dev, libxv-dev, libxvmc-dev, libxxf86dga-dev, libxxf86vm-dev, x11proto-dev, xserver-xorg-dev, xtrans-dev
Filename: pool/target/x/xorg/xorg-dev_7.7+23+apertis0bv2024dev2b1_all.deb
Size: 4044
MD5sum: 3d292a78d270360b5eb346c760bc6ce1
SHA1: 56651948c49bcdcceb64d3e270b167682ce047bf
SHA256: ec6350e5ce80e7e6873cb8391afd9af19c96475aea5b698d43de40c2e40cca81
SHA512: 67cea97c872fe43817d460e8632a947252f36de942cf71202a85f0633130779de9d4fb46840990331b9ca081a9a18f3c512dd41c5cf40b97da3e56c1be6695cc
Description: X.Org X Window System development libraries
 This metapackage provides the development libraries for the X.Org X Window
 System.
 .
 X Window System design documentation, manual pages, library reference
 works, static versions of the shared libraries, and C header files are
 supplied by the packages depended on by this metapackage.
 .
 Note that this is a convenience package for users and is not a package for
 Debian developers to have their package depend on.
Homepage: https://www.x.org/

Package: xorg-server-source
Priority: optional
Section: x11
Installed-Size: 7324
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorg-server
Version: 2:21.1.7-3+apertis0bv2024dev3b1
Filename: pool/target/x/xorg-server/xorg-server-source_21.1.7-3+apertis0bv2024dev3b1_all.deb
Size: 7407420
MD5sum: 8931a3a51ee9b1dc41db9cbf95865c62
SHA1: 203b66f6d10d6697a1850a44f684fe1f3492b71d
SHA256: 32ee9e75a441d171478abb00d3c61b92993805fc57e38f3191a265d7c64c3446
SHA512: 05cd68387477bfd7875cbf54313a8a1851f9eb42e0d40f0a67b07e777a33d54906768922c64d25c8a6ac7d05fe040cbd6191e40c61dd505e02e73e2c473d6548
Description: Xorg X server - source files
 This package provides original Debian (with Debian patches already
 applied, and autotools files updated) sources for the X.Org ('Xorg')
 X server shipped in a tarball.  This enables other projects re-using
 X server codebase (e.g. VNC servers) to (re-)use officially
 Debian-supported version of the X xserver for their builds.
 .
 Unless you are building a software product using X server sources,
 you probably want xserver-xorg and/or xserver-xorg-core instead.
Homepage: https://www.x.org/

Package: xorg-server-source
Priority: optional
Section: x11
Installed-Size: 7313
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorg-server
Version: 2:21.1.7-1+apertis1bv2024dev2b1
Filename: pool/target/x/xorg-server/xorg-server-source_21.1.7-1+apertis1bv2024dev2b1_all.deb
Size: 7397208
MD5sum: 8b9226823161a0a89505f66a279d8b87
SHA1: 0fb84b50cea1575b0d11ec384b668a42073c59a7
SHA256: b20b9b87b66fb1f8b052517d54ffacd5114bfbe45d5a46f8ecf548303599ec71
SHA512: 35fd05f678d8b30cb554d5592b43c6d8cd8e0d1133258b72a22b3be171c9a176373b93823478a059b92434279c153fbb5e7f473d4585f96552d55ca4322dc012
Description: Xorg X server - source files
 This package provides original Debian (with Debian patches already
 applied, and autotools files updated) sources for the X.Org ('Xorg')
 X server shipped in a tarball.  This enables other projects re-using
 X server codebase (e.g. VNC servers) to (re-)use officially
 Debian-supported version of the X xserver for their builds.
 .
 Unless you are building a software product using X server sources,
 you probably want xserver-xorg and/or xserver-xorg-core instead.
Homepage: https://www.x.org/

Package: xpmutils
Priority: optional
Section: x11
Installed-Size: 166
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxpm
Version: 1:3.5.12-1.1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libx11-6, libxext6, libxpm4, libxt6
Filename: pool/target/libx/libxpm/xpmutils_3.5.12-1.1+apertis0bv2024dev2b1_arm64.deb
Size: 36260
MD5sum: d27da04eaf7da7494c0cc802a00cb027
SHA1: 3c2de26a777c26d4df865fd6e83ecc689e1fc2ee
SHA256: bf67277b97f6d5cfa250f37a7905a0cee7eb0fb6b38edf1db0f2954c5e88c4ef
SHA512: 1caa233f83b64426dcbaf851828a3b691835de97ac37e5bd4b994979bf74db7f36caacd8bef6b2f02bcbd68eb59e4e2ed6a78dd17a4041b2ef4d4437c13ee0e7
Description: X11 pixmap utilities
 The X PixMap image format is an extension of the monochrome X BitMap
 format specified in the X protocol, and is commonly used in traditional
 X applications.
 .
 This package provides two tools: cxpm (to check the integrity of an
 XPM file) and sxpm (to view XPM files).
Homepage: https://www.x.org

Package: xpmutils-dbgsym
Priority: optional
Section: debug
Installed-Size: 78
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: libxpm
Version: 1:3.5.12-1.1+apertis0bv2024dev2b1
Depends: xpmutils (= 1:3.5.12-1.1+apertis0bv2024dev2b1)
Filename: pool/target/libx/libxpm/xpmutils-dbgsym_3.5.12-1.1+apertis0bv2024dev2b1_arm64.deb
Size: 54680
MD5sum: 4234e9bfd0b897b3db07de044fdb208b
SHA1: 7bb6484925c138be0a352f066a6462ecf1c55425
SHA256: fdcd5773287c3b9fa68f8f198b16ece329f66fc514b81853422614f93ca330a7
SHA512: d950d13d43999551bc6675e61d7747b148e57034e3078b0019b678983e52cf1d036051d3d43b2bc35bd73941a9e3f521b676fb2d3a06df1b4846c750ef15c89d
Description: debug symbols for xpmutils
Auto-Built-Package: debug-symbols
Build-Ids: 4d3df9875ee3edd38ea480fa3e0b0629b02908ea efa676bc1f556e4cc64276fce1eb354071065bb8

Package: xserver-common
Priority: optional
Section: x11
Installed-Size: 2455
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorg-server
Version: 2:21.1.7-3+apertis0bv2024dev3b1
Replaces: xserver-xorg-core (<< 2:1.5.2)
Depends: x11-common, xkb-data, x11-xkb-utils
Recommends: xfonts-base, xauth
Filename: pool/target/x/xorg-server/xserver-common_21.1.7-3+apertis0bv2024dev3b1_all.deb
Size: 2393532
MD5sum: 5de982567193e2d19308174fd45fd034
SHA1: e7eb420fa3ff61c5b35dc55a97ea34c853661c03
SHA256: 16c2f80f3963a404c48e77bff59a19e829fd47fc178281e0be7ac1c425469f66
SHA512: cdfdfd25130856f6939ac39ce464c095847feae912650f241349eb2c8e8d5001f99c45a972e2332780ffd0351c5fd35c8148add6ced8d09fa8d53dc6bde5448b
Description: common files used by various X servers
 This package provides files necessary for all X.Org based X servers.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: xserver-common
Priority: optional
Section: x11
Installed-Size: 2443
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorg-server
Version: 2:21.1.7-1+apertis1bv2024dev2b1
Replaces: xserver-xorg-core (<< 2:1.5.2)
Depends: x11-common, xkb-data, x11-xkb-utils
Recommends: xfonts-base, xauth
Filename: pool/target/x/xorg-server/xserver-common_21.1.7-1+apertis1bv2024dev2b1_all.deb
Size: 2382532
MD5sum: 9f67039f051e4ef83ad36fccb0e5c352
SHA1: a3e7f997aa3dfc1d84552ee86f8a43d1308f2c39
SHA256: c3393ba774021d99270cee898e7f5c19c606514a19cb2d1e9e5922a86a8ec57b
SHA512: 1dbc6d474ea1a52d6783ebf0bc64378e0eab4a6348ee2bb678e0c9ced7a9aca517e34685f8792998e43cf9a146ad47018bd2f4c488ede4ec5d7dd50c70085c95
Description: common files used by various X servers
 This package provides files necessary for all X.Org based X servers.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: xserver-xephyr
Priority: optional
Section: x11
Installed-Size: 4858
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg-server
Version: 2:21.1.7-3+apertis0bv2024dev3b1
Provides: xserver
Depends: xserver-common (>= 2:21.1.7-3+apertis0bv2024dev3b1), libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.35), libepoxy0 (>= 1.0), libgcrypt20 (>= 1.10.0), libgl1, libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libudev1 (>= 183), libunwind8, libx11-6, libx11-xcb1 (>= 2:1.8.4), libxau6 (>= 1:1.0.9), libxcb-icccm4 (>= 0.4.1), libxcb-image0 (>= 0.2.1), libxcb-keysyms1 (>= 0.4.0), libxcb-randr0 (>= 1.1), libxcb-render-util0, libxcb-render0, libxcb-shape0, libxcb-shm0 (>= 1.10), libxcb-util1 (>= 0.4.0), libxcb-xkb1, libxcb-xv0 (>= 1.2), libxcb1 (>= 1.8), libxdmcp6, libxfont2 (>= 1:2.0.1), libxshmfence1
Recommends: libgl1-mesa-dri (>= 7.1~rc1)
Filename: pool/target/x/xorg-server/xserver-xephyr_21.1.7-3+apertis0bv2024dev3b1_arm64.deb
Size: 3219860
MD5sum: 9df5c60809ccb5effc77be43648dc378
SHA1: e0345c6dafcc4b93e1e154b3d5491e4ffd86f3ed
SHA256: ad322b9b478335ca098c70000a29d5c9625b5029ffdfa6746b54ae54bb9f1b8b
SHA512: ce07cb0a532bf6b3e6fac2a3d599c27aa314ecaa4ce8feac03668c1a53380a2831cce48f2d788974189ce30dd10a3db0cd8316ca6bcb8637233c9b953341f19e
Description: nested X server
 Xephyr is an X server that can be run inside another X server,
 much like Xnest. It is based on the kdrive X server, and as a
 result it supports newer extensions than Xnest, including render and
 composite.
 .
 More information about X.Org can be found at:
 <URL:https://www.x.org>
 .
 This package is built from the X.org xserver module.
Homepage: https://www.x.org/

Package: xserver-xephyr-dbgsym
Priority: optional
Section: debug
Installed-Size: 4121
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg-server
Version: 2:21.1.7-3+apertis0bv2024dev3b1
Depends: xserver-xephyr (= 2:21.1.7-3+apertis0bv2024dev3b1)
Filename: pool/target/x/xorg-server/xserver-xephyr-dbgsym_21.1.7-3+apertis0bv2024dev3b1_arm64.deb
Size: 3874348
MD5sum: 0d01a7c8b33354e987cb0747b8c625ef
SHA1: 3e19e4d9237aad66b0913d0ae388a3c3ba038601
SHA256: 1d4caec136139b8aa20722d20fcee765039c5c008d766cd56a3702cf8db68714
SHA512: 65639ef5a4bd808fd58eb2f489a98d374374b649d26ea763ccc76affd72b2457a58c0c98d47d9d0064168e610b107d589161c1000b0932ca891cf9241c2227fd
Description: debug symbols for xserver-xephyr
Auto-Built-Package: debug-symbols
Build-Ids: bc71790025e396b53df8d17caf583d722e8aa8e8

Package: xserver-xorg
Priority: optional
Section: x11
Installed-Size: 205
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg
Version: 1:7.7+23+apertis0bv2024dev2b1
Provides: xserver
Depends: xserver-xorg-core (>= 2:1.17.2-2), xserver-xorg-video-all | xorg-driver-video, xserver-xorg-input-all | xorg-driver-input, xkb-data (>= 1.4), x11-xkb-utils
Recommends: libgl1-mesa-dri, xserver-xorg-legacy
Filename: pool/target/x/xorg/xserver-xorg_7.7+23+apertis0bv2024dev2b1_arm64.deb
Size: 59340
MD5sum: 189b92b7b748491005120e9245ec0a77
SHA1: 3ff8ac37da065dbd879c636d064d63262421d080
SHA256: 9d78114a99647f2287dc08f847ba4f5bec430c59d5072164303f5b88080bb47a
SHA512: 7337c00916bc5ccdc1f27228a637051ecc1562bde2b8d3f0230d470c3a4191e569e3f330c7c37cdf1003714caa786af197830efbd8b3e8371887f252587920dc
Description: X.Org X server
 This package depends on the full suite of the server and drivers for the
 X.Org X server.  It does not provide the actual server itself.
Homepage: https://www.x.org/

Package: xserver-xorg-core
Priority: optional
Section: x11
Installed-Size: 6599
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg-server
Version: 2:21.1.7-3+apertis0bv2024dev3b1
Replaces: xserver-xorg (<< 1:7.7+10~), xserver-xorg-video-modesetting
Provides: xorg-input-abi-24, xorg-video-abi-25, xserver-xorg-video-modesetting
Depends: xserver-common (>= 2:21.1.7-3+apertis0bv2024dev3b1), keyboard-configuration, udev (>= 149), libegl1, libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.35), libdbus-1-3 (>= 1.9.14), libdrm2 (>= 2.4.66), libepoxy0 (>= 1.5.4), libgbm1 (>= 17.1.0~rc2), libgcrypt20 (>= 1.10.0), libgl1, libpciaccess0 (>= 0.12.902), libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libudev1 (>= 183), libunwind8, libxau6 (>= 1:1.0.9), libxcvt0 (>= 0.1.0), libxdmcp6, libxfont2 (>= 1:2.0.1), libxshmfence1
Recommends: libgl1-mesa-dri (>= 7.10.2-4), default-logind | logind, xcvt
Suggests: xfonts-100dpi | xfonts-75dpi, xfonts-scalable
Conflicts: xserver-xorg-input-evtouch, xserver-xorg-video-modesetting
Breaks: libgl1-mesa-dri (<< 18.0.5), systemd (<< 226-4~), xserver-xorg (<< 1:7.7+10~)
Filename: pool/target/x/xorg-server/xserver-xorg-core_21.1.7-3+apertis0bv2024dev3b1_arm64.deb
Size: 3605400
MD5sum: bdd1f62f02b38d34640e8b5a26420a2c
SHA1: fa9135899a66c11f1d470d86dd80f8f11bce73e8
SHA256: 7b32d5bfde1b7d57b40032d6db8c3516b4c031c064541a9b07d7810e52fd02f4
SHA512: 8efacf7b8ee036f0aed6151b5e155ece1a763d92c390fcbd511f647dbf70456affa7cdd853e535cb5f63e78dcd13f854be687d1f96e6472553807d2215fc76d9
Description: Xorg X server - core server
 The Xorg X server is an X server for several architectures and operating
 systems, which is derived from the XFree86 4.x series of X servers.
 .
 The Xorg server supports most modern graphics hardware from most vendors,
 and supersedes all XFree86 X servers.
 .
 More information about X.Org can be found at:
 <URL:https://www.x.org>
 .
 This package is built from the X.org xserver module.
Homepage: https://www.x.org/

Package: xserver-xorg-core-dbgsym
Priority: optional
Section: debug
Installed-Size: 6132
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg-server
Version: 2:21.1.7-3+apertis0bv2024dev3b1
Depends: xserver-xorg-core (= 2:21.1.7-3+apertis0bv2024dev3b1)
Filename: pool/target/x/xorg-server/xserver-xorg-core-dbgsym_21.1.7-3+apertis0bv2024dev3b1_arm64.deb
Size: 5706776
MD5sum: 52ac3cdc54ae300505536fd99f4df5c2
SHA1: 77315b3e8f79fff7886c3cd74b0ea9e04f586624
SHA256: 80ae3fe6b7b73f858eeb017ac4ff3ebd76127c2f57a1f5f359ac9f82d6d9a176
SHA512: 540a1fc22a1e87d7f2e4eb839ec7d253f7f680ee19cfe2eec64ce7e2b8bad7cfe784ed7ccf84f86637516abf4f99335ecb43220f17655da881349c2562853572
Description: debug symbols for xserver-xorg-core
Auto-Built-Package: debug-symbols
Build-Ids: 27a121cecde497ca9a59003cc8ec6d3c7437a48e 33b3c43df58476e42f609fe75837f143eaa0725f 5c879ce9cfd052524cb10968d27b225b5b5afc13 824f71b0cd72af2c2283af29b6e2435409f89124 83f6ab2ec853f5e016431483b924acaba54eb097 864faafa476d6e59c25846b677ea4ad299106d78 a54e93ea1636c008b7239e96ddadd42cd8a8a14c b2a8743da68cb10da29c5a606068a3f3dced3dd1 b6a7c3edf557530aa3911df6da7873edc823f5fc c95b4413e4474c89c320b121663dbadb9c772f9a ec2d74c3d4f5e57da18e53f89069525759db307d f4c7b21b029ca8f2778ebf9afed27090cee292c3 f919770e42f4a7a87400d9ba059371a772f3c2af

Package: xserver-xorg-dev
Priority: optional
Section: x11
Installed-Size: 3639
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg-server
Version: 2:21.1.7-3+apertis0bv2024dev3b1
Depends: libpixman-1-dev (>= 0.27.2), x11proto-dev (>= 2021.5), libxcvt-dev, libxfont-dev, libxkbfile-dev, libpciaccess-dev, mesa-common-dev
Filename: pool/target/x/xorg-server/xserver-xorg-dev_21.1.7-3+apertis0bv2024dev3b1_arm64.deb
Size: 2565008
MD5sum: d54456c28d1b63462a41be7fa8304f4e
SHA1: e5b2a43b5ba40d05256d27d3dd39a94b2c464dfa
SHA256: 44d0237d204f898ceac48d72d1effee90ed419fb4f80a92b44a1ddbc0789296a
SHA512: 9a955902cd9f62df359230159e0e28c7e5fa84443fb1be1cb807408faeb487dc3493d51b8c3b70add4ba2d7cd3ad84cfaa57410590f27a8477043c1890dc9101
Description: Xorg X server - development files
 This package provides development files for the X.Org ('Xorg') X server.
 This is not quite the same as the DDK (Driver Development Kit) from the
 XFree86 4.x and X.Org 6.7, 6.8 and 6.9 series of servers; it provides
 headers and a pkg-config file for drivers using autotools to build
 against.
 .
 Unless you are developing or building a driver, you probably want
 xserver-xorg and/or xserver-xorg-core instead.
 .
 More information about X.Org can be found at:
 <URL:https://www.x.org>
 .
 This package is built from the X.org xserver module.
Homepage: https://www.x.org/

Package: xserver-xorg-input-all
Priority: optional
Section: x11
Installed-Size: 13
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg
Version: 1:7.7+23+apertis0bv2024dev2b1
Depends: xserver-xorg-input-libinput
Recommends: xserver-xorg-input-wacom
Filename: pool/target/x/xorg/xserver-xorg-input-all_7.7+23+apertis0bv2024dev2b1_arm64.deb
Size: 3860
MD5sum: 13e7f46920720de879606d05a4e1775b
SHA1: 760669410e6fcf7af1a2af9b6e70c1ab7217dd70
SHA256: 2a71ae44f6088ba02362fc6a96ca49268d46f9b46e51463d0821be8d70aa3d3a
SHA512: 50c9f0d5db971b5b923a52a4aac6f275639d8ea6b87b174d969c95831dcb85294ec27429f66b09f2c9aaeebc655b1d306b286dfdc9f9295e08369c4428d2b900
Description: X.Org X server -- input driver metapackage
 This package depends on the full suite of input drivers for the X.Org X server
 (Xorg).  It does not provide any drivers itself, and may be removed if you wish
 to only have certain drivers installed.
Homepage: https://www.x.org/

Package: xserver-xorg-input-evdev
Priority: optional
Section: x11
Installed-Size: 184
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Version: 1:2.10.6-2+apertis2bv2024dev2b1
Replaces: xserver-xorg-core (<< 2:1.18.0-1)
Provides: xorg-driver-input
Depends: libc6 (>= 2.33), libevdev2 (>= 1.2.2+dfsg-1~), libmtdev1 (>= 1.1.0), libudev1 (>= 183), xorg-input-abi-24, xserver-xorg-core (>= 2:21.1.1)
Breaks: xserver-xorg-core (<< 2:1.18.0-1)
Filename: pool/target/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_2.10.6-2+apertis2bv2024dev2b1_arm64.deb
Size: 114288
MD5sum: 529ef0e12879b831f76909934671f76e
SHA1: a60d26ed3bb7e22d6694b2a4be9d0d7fbdb08714
SHA256: 6aa2eb7e93957ea02fcfaaefc4d2b989f04b14eee6e2c6821d30c0cedef67586
SHA512: c9d6bd5c4cf363fb0189a86053f6efabd152d2551de61626283a6bb0326c3d998934e2fd6c68b03ca3c46c99b28a34cc96fe1cd2c621884bf995b47757f652c5
Description: X.Org X server -- evdev input driver
 This package provides the driver for input devices using evdev, the Linux
 kernel's event delivery mechanism.  This driver allows for multiple keyboards
 and mice to be treated as separate input devices.
 .
 This package is built from the X.org xf86-input-evdev driver module.
Homepage: https://www.x.org

Package: xserver-xorg-input-evdev-dbgsym
Priority: optional
Section: debug
Installed-Size: 103
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xserver-xorg-input-evdev
Version: 1:2.10.6-2+apertis2bv2024dev2b1
Replaces: xserver-xorg-input-evdev-dbg (<< 1:2.10.6-2~)
Depends: xserver-xorg-input-evdev (= 1:2.10.6-2+apertis2bv2024dev2b1)
Breaks: xserver-xorg-input-evdev-dbg (<< 1:2.10.6-2~)
Filename: pool/target/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev-dbgsym_2.10.6-2+apertis2bv2024dev2b1_arm64.deb
Size: 83028
MD5sum: d068b4a75fbcae57eb691f8baf912629
SHA1: 7b88c477e08c6e55d31c4dbcffe755aa41d708c6
SHA256: a4c5b6a3118f255e485f75f9b0586b5b7a74190278da7b29f0946c4333899958
SHA512: 6fdfaf43bc777978a078ac1d8417dc72d9980d233fc1802d1c0915bccc278307bb3cb8f2be6a49c8d23a5d0c52bd4bf6d0919758b82f26ce6d0c0fdec7c10337
Description: debug symbols for xserver-xorg-input-evdev
Auto-Built-Package: debug-symbols
Build-Ids: 1b3cba5a6263792f1752df671f051c3b4a6cbcc7

Package: xserver-xorg-input-evdev-dev
Priority: optional
Section: libdevel
Installed-Size: 107
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xserver-xorg-input-evdev
Version: 1:2.10.6-2+apertis2bv2024dev2b1
Filename: pool/target/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev-dev_2.10.6-2+apertis2bv2024dev2b1_all.deb
Size: 89604
MD5sum: 12d35cc3cd65ec4405ad71cb226a2db3
SHA1: 21656200265345e94bcca684c83b03d3dcd66023
SHA256: b5a328765c8e63fdb7eb6b0030af393e2dce574c4e50ba0a7948c44f4b5ec1db
SHA512: 81e643282a66977cca9a026f6df016da3d4ce9a2da7f8b8a84ee60ccaf967b7e5d65e18953f3d3f39a61c58fa9b7205005d8fa15c7286570a0b64ab012887755
Description: X.Org X server -- evdev input driver (development headers)
 This package provides the development headers for the evdev input driver
 found in xserver-xorg-input-evdev. Non-developers likely have little use
 for this package.
 .
 This package is built from the X.org xf86-input-evdev driver module.
Homepage: https://www.x.org

Package: xserver-xorg-legacy
Priority: optional
Section: x11
Installed-Size: 2539
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg-server
Version: 2:21.1.7-3+apertis0bv2024dev3b1
Replaces: x11-common (<< 1:7.7+10~), xserver-xorg-core (<< 2:1.17.2-3~)
Depends: xserver-common (>= 2:21.1.7-3+apertis0bv2024dev3b1), libc6 (>= 2.34), debconf (>= 0.5) | debconf-2.0
Breaks: x11-common (<< 1:7.7+10~), xserver-xorg-core (<< 2:1.17.2-3~)
Filename: pool/target/x/xorg-server/xserver-xorg-legacy_21.1.7-3+apertis0bv2024dev3b1_arm64.deb
Size: 2399124
MD5sum: ecf8b56f9ea4cdf9de40f371dd78d43a
SHA1: eed7f752a60b933e4a471b4bac067202e562e815
SHA256: b7a19ca3fce89f83d877f2d02e1c57af395fdddfc07e8d248ab66a6c03ea9834
SHA512: 513216c544ccc77ca63d55cd9b48c52239ce1978e4de08b7a90a8ca82455471b31e686b3e0b6d462f0ba8017287d045a1ed1e01093749c63ff798d523f0087da
Description: setuid root Xorg server wrapper
 This package provides a wrapper for the Xorg X server, which is
 necessary for legacy drivers and non-Linux kernels.
Homepage: https://www.x.org/

Package: xserver-xorg-legacy-dbgsym
Priority: optional
Section: debug
Installed-Size: 24
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg-server
Version: 2:21.1.7-3+apertis0bv2024dev3b1
Depends: xserver-xorg-legacy (= 2:21.1.7-3+apertis0bv2024dev3b1)
Filename: pool/target/x/xorg-server/xserver-xorg-legacy-dbgsym_21.1.7-3+apertis0bv2024dev3b1_arm64.deb
Size: 9488
MD5sum: 9f329391ca4e6b89951801dc088f303f
SHA1: 7dd3aca1eb0f29182e7cdbed0ef297b3adbc3d00
SHA256: 076c5858631ea686af75450d820206decb21f2190a3cc4d34cc79834077156f5
SHA512: a7184ed9aa12a5e1e981cdaa2bbe49693adbd7ee4700fc25e98e187f84af07ac2fa8ec6580780bae91cf2ce9200b27f8cfca5e3eb3a66b967819e7d9a0d1e1cb
Description: debug symbols for xserver-xorg-legacy
Auto-Built-Package: debug-symbols
Build-Ids: b97c222b9ff3e6b2cdc584d6c43229e004c727b4

Package: xserver-xorg-video-all
Priority: optional
Section: x11
Installed-Size: 13
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg
Version: 1:7.7+23+apertis0bv2024dev2b1
Replaces: xserver-xorg-driver-all
Depends: xserver-xorg-video-amdgpu, xserver-xorg-video-ati, xserver-xorg-video-fbdev, xserver-xorg-video-nouveau, xserver-xorg-video-vesa
Conflicts: xserver-xorg-driver-all
Filename: pool/target/x/xorg/xserver-xorg-video-all_7.7+23+apertis0bv2024dev2b1_arm64.deb
Size: 3892
MD5sum: 9ec25398a8633c5187b120145105d3ad
SHA1: a339c762c495ac56d24249b5a3b258839c9cdf7c
SHA256: 9f73c1f050e38fb2b39f4e2506be2aa5fab08383cc3ade18e7bad8607564ca25
SHA512: 5fc602765abb7c1813d45019879e61fb6ff736553435a1fe5025a2b18d412e61a9a096f194569cb0c69725a686011286204c57d9a7098b29f5f8e0a750ef7cd8
Description: X.Org X server -- output driver metapackage
 This package depends on the full suite of output drivers for the X.Org X server
 (Xorg).  It does not provide any drivers itself, and may be removed if you wish
 to only have certain drivers installed.
Homepage: https://www.x.org/

Package: xsltproc
Priority: optional
Section: text
Installed-Size: 191
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: arm64
Source: libxslt
Version: 1.1.35-1+apertis0bv2024dev3b1
Depends: libc6 (>= 2.34), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.27)
Filename: pool/target/libx/libxslt/xsltproc_1.1.35-1+apertis0bv2024dev3b1_arm64.deb
Size: 118144
MD5sum: e4f82fde17e9dede4accc23d58b3072e
SHA1: 9ab0f6307d1177ce8966473d8e94333ef3b91bd8
SHA256: 00f7e8f001a0474223ccf61697ff6d723b1b401f469ebeb8e4959f279cf461c7
SHA512: 3f8df89bfbd912bbb07f95369de8a67010bdc601d93b8007f03518ac554927b33fb58a60781668396f55eaee5e8aad6e682850a5ee36816790e293b23d233c5d
Description: XSLT 1.0 command line processor
 XSLT is an XML language for defining transformations of XML files from
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
 using standard XSLT version 1.0 stylesheets.
 .
 This package contains a command line tool that facilitates XSLT
 transformations.
Homepage: https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
Multi-Arch: foreign

Package: xsltproc-dbgsym
Priority: optional
Section: debug
Installed-Size: 47
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Architecture: arm64
Source: libxslt
Version: 1.1.35-1+apertis0bv2024dev3b1
Depends: xsltproc (= 1.1.35-1+apertis0bv2024dev3b1)
Filename: pool/target/libx/libxslt/xsltproc-dbgsym_1.1.35-1+apertis0bv2024dev3b1_arm64.deb
Size: 30448
MD5sum: bda775b148c23c437fc25120fe0396be
SHA1: cde9da9c92d43a0dfe435db2ce691a3716dfdda8
SHA256: 39ba6c1c41aef2aa45b567f78c43647e290c56a5d616e08216ca284aed508fdc
SHA512: ef94a5fa6067660252ea7c7a6d99b68329b69257109158a8ff597324ba2ccaee7fc147a828d248534656ed104752d34ca7640f1f1b4614424497d19ce93bbc2e
Description: debug symbols for xsltproc
Auto-Built-Package: debug-symbols
Build-Ids: b7a2fb63b8cd28bdf484aeea061c2c1bedac711f

Package: xutils
Priority: optional
Section: x11
Installed-Size: 13
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorg
Version: 1:7.7+23+apertis0bv2024dev2b1
Depends: x11-utils, x11-xserver-utils, x11-session-utils, xfonts-utils
Suggests: x11-xfs-utils
Filename: pool/target/x/xorg/xutils_7.7+23+apertis0bv2024dev2b1_all.deb
Size: 3912
MD5sum: b8577460533a1efcd86a3af86b2d19a4
SHA1: e259738487794aa96f0257487f8f26883760b4dc
SHA256: 24831ed2ffbed83a14db6eca438431763a51ac7c9cdb24ee91f63320b0f3ae18
SHA512: de792f414dd7c49ce86362fef97e74340c73e35c46772d8b8b024d6165fffad5b721e62e16662b3ec4c0670d5602ac38c37ded41c9e0edf6591a8e75204f0849
Description: X Window System utility programs metapackage
 xutils provides a set of utility programs shipped with the X Window System.
 Many of these programs are useful even on a system that does not have any X
 clients or X servers installed.
 .
 This package is provided for transition from earlier Debian releases, the
 programs formerly in xutils and xbase-clients having been split out in smaller
 packages.
Homepage: https://www.x.org/

Package: xvfb
Priority: optional
Section: x11
Installed-Size: 4478
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg-server
Version: 2:21.1.7-3+apertis0bv2024dev3b1
Provides: xserver
Depends: xserver-common (>= 2:21.1.7-3+apertis0bv2024dev3b1), libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.35), libgcrypt20 (>= 1.10.0), libgl1, libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libunwind8, libxau6 (>= 1:1.0.9), libxdmcp6, libxfont2 (>= 1:2.0.1)
Recommends: xauth
Filename: pool/target/x/xorg-server/xvfb_21.1.7-3+apertis0bv2024dev3b1_arm64.deb
Size: 3095240
MD5sum: 26c37f0ceaad60f4d2fd2b20cf94ddee
SHA1: c68eab03fab404b2344c87cf87435106c5681f32
SHA256: a95ef2f9a00991d14046f4938cdcd3708b74765f75e5cd5384d01bf9ce1c22b9
SHA512: 6110b30cfdfecf8b5da2702ec50bf5057fcd35a17e0db0e27c91e59aaa0cc0ae635d9486dd4e09b40c0805b3d6f7764ca07eeba700241676ae5f5db84ed2fe03
Description: Virtual Framebuffer 'fake' X server
 Xvfb provides an X server that can run on machines with no display hardware
 and no physical input devices. It emulates a dumb framebuffer using virtual
 memory. The primary use of this server was intended to be server testing,
 but other novel uses for it have been found, including testing clients
 against unusual depths and screen configurations, doing batch processing with
 Xvfb as a background rendering engine, load testing, as an aid to porting the
 X server to a new platform, and providing an unobtrusive way to run
 applications that don't really need an X server but insist on having one
 anyway.
 .
 This package also contains a convenience script called xvfb-run which
 simplifies the automated execution of X clients in a virtual server
 environment. This convenience script requires the use of the xauth
 program.
 .
 More information about X.Org can be found at:
 <URL:https://www.x.org>
 .
 This package is built from the X.org xserver module.
Homepage: https://www.x.org/
Multi-Arch: foreign

Package: xvfb-dbgsym
Priority: optional
Section: debug
Installed-Size: 3403
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: arm64
Source: xorg-server
Version: 2:21.1.7-3+apertis0bv2024dev3b1
Depends: xvfb (= 2:21.1.7-3+apertis0bv2024dev3b1)
Filename: pool/target/x/xorg-server/xvfb-dbgsym_21.1.7-3+apertis0bv2024dev3b1_arm64.deb
Size: 3197388
MD5sum: 19a20132fd6035013a5483355eae40a0
SHA1: 6e1b1d9bcfcb88a8b447c250f83e4a39a446e930
SHA256: 0a72d48b93fdfd2ef477d0726efc41a4b357de0161684796504b69cf9a84cd82
SHA512: e974fa0ce90abff6823a7023430a45cc0c3faab3adabf4dbc75f025e252e00add107fb871fdd1f963bbde60c45bb57d559003ca6f1fc96952a0b65aae12d544a
Description: debug symbols for xvfb
Auto-Built-Package: debug-symbols
Build-Ids: 1c8682beca44eb5420f5116cad7a035b03432d32

Package: xxd
Priority: optional
Section: editors
Installed-Size: 189
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Replaces: vim-common (<< 2:7.4.2347-1~)
Depends: libc6 (>= 2.34)
Breaks: vim-common (<< 2:7.4.2347-1~)
Filename: pool/target/v/vim/xxd_9.0.1378-2+apertis1bv2024dev3b3_arm64.deb
Size: 88976
MD5sum: f3b5604d93f59f909681f8efee273603
SHA1: 95fb6223210f0d21888268daa2c73336ac06bebf
SHA256: d57e80ce5e7c02ee92edbea71807ee1acab986341e8a83806bccdf8671af8ef2
SHA512: ffb549bb24afe72806595f89c8ebf1dcd0017d8fb0c4cff38b75194b7c4353aaa6995ff577633c1ba5aad37478e77c0c49bce990ddcef33ab15d82775cb6ae25
Description: tool to make (or reverse) a hex dump
 xxd creates a hex dump of a given file or standard input.  It can also convert
 a hex dump back to its original binary form.
Homepage: https://www.vim.org/
Multi-Arch: foreign

Package: xxd-dbgsym
Priority: optional
Section: debug
Installed-Size: 30
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: arm64
Source: vim
Version: 2:9.0.1378-2+apertis1bv2024dev3b3
Depends: xxd (= 2:9.0.1378-2+apertis1bv2024dev3b3)
Filename: pool/target/v/vim/xxd-dbgsym_9.0.1378-2+apertis1bv2024dev3b3_arm64.deb
Size: 14988
MD5sum: 819dc868c1d75e0b77eabd75121150ba
SHA1: 4ee60a9c5cd2b0cf75e3f362ceb183fa9d931234
SHA256: 252d1a712e86afb70a2efaca725795aff6da0ac846780011bff00be20167c707
SHA512: 3c97db1ec68b5d9ab8c2561512832bb87019d7668f740adb4d93efcf6ecba730deaff87c34840cf5755fbee6a8c75238157c3285a825ff0e3acb8940282b7e1b
Description: debug symbols for xxd
Auto-Built-Package: debug-symbols
Build-Ids: 02fe68ab97f35abd637b93aeab615fba64df8ae7

Package: xxhash
Priority: optional
Section: utils
Installed-Size: 95
Maintainer: Josue Ortega <josue@debian.org>
Architecture: arm64
Version: 0.8.1-1+apertis0bv2024dev3b1
Depends: libxxhash0 (>= 0.8.1-1+apertis0bv2024dev3b1), libc6 (>= 2.34)
Filename: pool/target/x/xxhash/xxhash_0.8.1-1+apertis0bv2024dev3b1_arm64.deb
Size: 33544
MD5sum: fb6c7a36cd71bd2a541febde2b66a410
SHA1: dc797ae290f456a7891e0208a20da5d186e3558c
SHA256: 04d2c323915ebca42deaa0959e6797b3d95300296e97e42669ebc3fcef0bd5b8
SHA512: a7739813a932c801a33c5942eaba242a29aa224aa73d70729ee9fc4acff957004c63882590225d6e76d5a555f5b03bb3d3d18a52413e42cbbd58adac00494254
Description: Extremely fast hash algorithm
 xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.
 It successfully completes the SMHasher test suite which evaluates collision,
 dispersion and randomness qualities of hash functions. Code is highly portable,
 and hashes are identical on all platforms (little / big endian).
Homepage: https://cyan4973.github.io/xxHash

Package: xxhash-dbgsym
Priority: optional
Section: debug
Installed-Size: 185
Maintainer: Josue Ortega <josue@debian.org>
Architecture: arm64
Source: xxhash
Version: 0.8.1-1+apertis0bv2024dev3b1
Depends: xxhash (= 0.8.1-1+apertis0bv2024dev3b1)
Filename: pool/target/x/xxhash/xxhash-dbgsym_0.8.1-1+apertis0bv2024dev3b1_arm64.deb
Size: 167660
MD5sum: 821d10cb3483c7dbca289043fac59b09
SHA1: fa3b56c2945b1fbc980b22388cdf34295f46baca
SHA256: 4df3635f68fec42107799aaee7f15102abf273d4344c30867db9c95fd048e37e
SHA512: 3d38c9be085d3faf56f3e8853d7e985fc021c4545c38a529f2ef453dd781d07c22abdb4640b307145fea34ea73b14f3efd95aeccbe22ccf7f4f90561c79e8c44
Description: debug symbols for xxhash
Auto-Built-Package: debug-symbols
Build-Ids: 3c40cfa991dba8384121e03dd92e236a6395d4ea

Package: xz-utils
Priority: standard
Section: utils
Installed-Size: 1330
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: arm64
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Replaces: lzip (<< 1.8~rc2), manpages-de (<< 4.17.0-2~bpo11+1), manpages-fr (<< 4.17.0-2~bpo11+1), xz-lzma
Provides: lzma
Depends: libc6 (>= 2.34), liblzma5 (>= 5.4.0)
Conflicts: lzma (<< 9.22-1), xz-lzma
Breaks: lzip (<< 1.8~rc2), manpages-de (<< 4.17.0-2~bpo11+1), manpages-fr (<< 4.17.0-2~bpo11+1)
Filename: pool/target/x/xz-utils/xz-utils_5.4.1-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 471404
MD5sum: 1ea3f11f7e3dfe8fc474891c3073b02f
SHA1: e371c8f735e69c418d08bacfd97dfe2fff6f64f7
SHA256: 213fe76b23f37461bee2d687a56569fdb3bce9395348b2109871ddc9c2197f55
SHA512: 7697dce2173519e62011af2e69966e85711acffb6f7eb8c0b7f4bba2f8be8c7460d260128f0c4b2016343a2093b6033e9f269ffa5bcaf7e8eab23ce8f477c2e2
Description: XZ-format compression utilities
 XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
 compression format, which provides memory-hungry but powerful
 compression (often better than bzip2) and fast, easy decompression.
 .
 This package provides the command line tools for working with XZ
 compression, including xz, unxz, xzcat, xzgrep, and so on. They can
 also handle the older LZMA format, and if invoked via appropriate
 symlinks will emulate the behavior of the commands in the lzma
 package.
 .
 The XZ format is similar to the older LZMA format but includes some
 improvements for general use:
 .
  * 'file' magic for detecting XZ files;
  * crc64 data integrity check;
  * limited random-access reading support;
  * improved support for multithreading (not used in xz-utils);
  * support for flushing the encoder.
Homepage: https://tukaani.org/xz/
Multi-Arch: foreign

Package: xz-utils-dbgsym
Priority: optional
Section: debug
Installed-Size: 123
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: arm64
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Depends: xz-utils (= 5.4.1-0.2+apertis0bv2024dev3b1)
Filename: pool/target/x/xz-utils/xz-utils-dbgsym_5.4.1-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 88400
MD5sum: 57327dff5abd7e9dbd96b55cddbdf24b
SHA1: 5227fef062724441e1766fc9104569dfbf0679a2
SHA256: 50131d709aadaa4648819f77de8b32c17d60855afee07640fea67c132e36b672
SHA512: 29f0cd0c0d0a502cb35886ffff0c9734ba585c746f83ff032c2b05fb6e125e3f87d933463686d338a7b54109c666f6ebc6aac12e15fb04f12c8874d95bc4444e
Description: debug symbols for xz-utils
Auto-Built-Package: debug-symbols
Build-Ids: 74f8db6c069ee183dc3fda5a28748ff55cb01ac6 ce43f4e57d75d4a5647a3711e54ab5c4d27b36f9

Package: xzdec
Priority: optional
Section: utils
Installed-Size: 297
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: arm64
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Replaces: xz-lzma (<< 4.999.9beta+20091004-1)
Depends: libc6 (>= 2.34)
Suggests: xz-utils
Breaks: xz-lzma (<< 4.999.9beta+20091004-1)
Filename: pool/target/x/xz-utils/xzdec_5.4.1-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 158684
MD5sum: 8b05bd64a4abc33f70d929950e6a83bd
SHA1: 987e4e6d9cb3986c2987e3e20a82796c1f9561c7
SHA256: d04c9608c666475b7895756060d75db3d90a3d6ba3ae78ca6d0b69f24021feaf
SHA512: 6259a3845d36f5c928251ebcebd8bb88ea88974b7bc8b1bb885e0914d2adde8a53f82de67e9972d18daee6721cd4c09cdb1352f4a06db10347d1ff260639e3cd
Description: XZ-format compression utilities - tiny decompressors
 XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
 compression format, which provides memory-hungry but powerful
 compression (often better than bzip2) and fast, easy decompression.
 .
 This package provides the xzdec and lzmadec utilities, which write
 the decompressed version of a compressed file to standard output. The
 binaries are very small, so they can be easily stored on small media
 with some compressed files, and they are linked statically against
 liblzma so they can be used on machines without a compatible version
 of liblzma installed. However, they have:
 .
   * no compression support;
   * no support for writing to a file other than standard output;
   * no translated messages;
   * been optimized for size rather than speed.
 .
 For a full-featured xzcat command without these limitations, use
 the xz-utils package instead.
Homepage: https://tukaani.org/xz/
Multi-Arch: foreign

Package: xzdec-dbgsym
Priority: optional
Section: debug
Installed-Size: 148
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: arm64
Source: xz-utils
Version: 5.4.1-0.2+apertis0bv2024dev3b1
Depends: xzdec (= 5.4.1-0.2+apertis0bv2024dev3b1)
Filename: pool/target/x/xz-utils/xzdec-dbgsym_5.4.1-0.2+apertis0bv2024dev3b1_arm64.deb
Size: 114872
MD5sum: 870ece8914898dc64eee366800de9ad8
SHA1: 086f4b46035bdbf2cb67a87e660c77e18526293a
SHA256: 469c802b45358598e3f00685ca5b6cfe180e239c0a32dd73bc152f4001033637
SHA512: 920fe83e1a7477a6fa146c627b70f4c594ef23465b577646aa70e1607a9a9c0fd2bb62d3952847c5aef35361614d4540463c39d9a39e1da6d6c6a115c12a5904
Description: debug symbols for xzdec
Auto-Built-Package: debug-symbols
Build-Ids: ca673defbcf82ade175627e717b581b964de2a1e d928ef23c798b68790accd716f7c74d5bd3d44c2

Package: yajl-tools
Priority: optional
Section: utils
Installed-Size: 156
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: arm64
Source: yajl
Version: 2.1.0-3+apertis1bv2024dev2b1
Depends: libc6 (>= 2.34), libyajl2 (>= 2.1.0)
Filename: pool/target/y/yajl/yajl-tools_2.1.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 13344
MD5sum: f59a8be09ba534ceaa448dc707355555
SHA1: 81dd794e8ff79a57f8b66011e7d8c98f5806bd8b
SHA256: a89cdb8715b6ddaa7f49658ef853407b269fb2b4501e09f98cb494a81269f664
SHA512: bada2a37a0d7242c1d348aa79418fc090c353d61391b5b2db806860bdf812db507757a41e926dd7c40e84b538dce0b2f0883514e70ce194593a6f6ba68f9a0cd
Description: Yet Another JSON Library - tools
 A small collection of tools that use the yajl library.
 .
 Current tools are:
  json_reformat - beautifies or minimizes format of JSON data
  json_verify - validates JSON data
Homepage: http://lloyd.github.com/yajl/

Package: yajl-tools-dbgsym
Priority: optional
Section: debug
Installed-Size: 37
Maintainer: John Stamp <jstamp@users.sourceforge.net>
Architecture: arm64
Source: yajl
Version: 2.1.0-3+apertis1bv2024dev2b1
Depends: yajl-tools (= 2.1.0-3+apertis1bv2024dev2b1)
Filename: pool/target/y/yajl/yajl-tools-dbgsym_2.1.0-3+apertis1bv2024dev2b1_arm64.deb
Size: 13848
MD5sum: e26cf048f2be09c33fd27d2c36a83e61
SHA1: 3dfe536bdab69750f22a564e1d259b885608ecaa
SHA256: 63cb658158e0165d6b453d98a0745139661fa458ccfa78d014d70d08b99438f5
SHA512: 30d0c9e09188f660a72718ff22ec48084d32f689275bf3c10072ba9f73caf185042db591dcfbe7841858895cbbacfac779fe79313785465f4406951785f5b2c1
Description: debug symbols for yajl-tools
Auto-Built-Package: debug-symbols
Build-Ids: 57dc61811961fa2d4854193eda62589aa4fdc0af c40f54774bc69405bfa42c945ac9668ef7d1debb

Package: z3
Priority: optional
Section: science
Installed-Size: 21624
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Version: 4.8.12-3.1+apertis1bv2024dev3b1
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 12)
Filename: pool/target/z/z3/z3_4.8.12-3.1+apertis1bv2024dev3b1_arm64.deb
Size: 6293584
MD5sum: 9b1a4f02dd2653f41290046337dc7ece
SHA1: 59582c95b8d507d2ee4fedff0d4bdfe96a563635
SHA256: d64e52052852b9b39370e966ab777573608e3f8aa15999bc2a0b9ddfc958c3e2
SHA512: 597dc0b8b245db1962bf7959bfbe2dfa93d3bc20c805155c0b16e10e14fb6b8aabe83e59873c6be45e1d82d7cffcecec73f8833f3ec1043faee05d18ba238190
Description: theorem prover from Microsoft Research
 Z3 is a state-of-the-art theorem prover from Microsoft Research. It can be
 used to check the satisfiability of logical formulas over one or more
 theories. Z3 offers a compelling match for software analysis and verification
 tools, since several common software constructs map directly into supported
 theories.
 .
 The Z3 input format is an extension of the one defined by the SMT-LIB 2.0
 standard.
Homepage: https://github.com/Z3Prover/z3

Package: z3-dbgsym
Priority: optional
Section: debug
Installed-Size: 139239
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: arm64
Source: z3
Version: 4.8.12-3.1+apertis1bv2024dev3b1
Depends: z3 (= 4.8.12-3.1+apertis1bv2024dev3b1)
Filename: pool/target/z/z3/z3-dbgsym_4.8.12-3.1+apertis1bv2024dev3b1_arm64.deb
Size: 138869560
MD5sum: b40580c82dde453adf3d98fc3447c750
SHA1: 299972718334a6d8b2ab7bec2b0b44700a08d014
SHA256: 20315f9cdb2d1f1cb5cc984e374a26ea2e7f2487c92b19d4d79fcb4845bacdd4
SHA512: b3ca13ab0087306797c5f3fda0001393c5cbadd196d0cedc4120e683b874cc19a5f54a539e3bfd3768bdeb440acf309916e49522a2d3404e70de2bad1f28d693
Description: debug symbols for z3
Auto-Built-Package: debug-symbols
Build-Ids: 6f74cea7a4ca9c05bd8302a4eb69e9415570f269

Package: zenity
Priority: optional
Section: gnome
Installed-Size: 183
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Version: 3.44.0-1+apertis0bv2024dev2b1
Depends: libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libgtk-3-0 (>= 3.19.12), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.14.0), libwebkit2gtk-4.1-0 (>= 2.15.1), libx11-6, zenity-common (>= 3.44.0-1+apertis0bv2024dev2b1)
Filename: pool/target/z/zenity/zenity_3.44.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 60208
MD5sum: 86e461fb0517f2c03301d5a52c61e012
SHA1: 0c5d54a068eb082066cd33864b3ebb436eb79b48
SHA256: 5ac49108cd45afb9ffda7da515bf7c6c0536e7dadfb9b61b364e6b7f1dbcd573
SHA512: 7386216ddd30fbe1af7bbc808e7e34644901f7d6ddefbf2eba6c95558ba2c6e01d32a5c25aeaa66833eb57d883db8c97223c21483a26019d644ec506d400a80b
Description: Display graphical dialog boxes from shell scripts
 Zenity allows you to display GTK+ dialogs from shell scripts; it is a
 rewrite of the `gdialog' command from GNOME 1.
 .
 Zenity includes a gdialog wrapper script so that it can be used with
 legacy scripts.
Homepage: https://wiki.gnome.org/Projects/Zenity
Multi-Arch: foreign

Package: zenity-common
Priority: optional
Section: gnome
Installed-Size: 11440
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Source: zenity
Version: 3.44.0-1+apertis0bv2024dev2b1
Filename: pool/target/z/zenity/zenity-common_3.44.0-1+apertis0bv2024dev2b1_all.deb
Size: 2973608
MD5sum: 8477117df86036639888d4aa2d5070e8
SHA1: 46915ce6b29f84f14177fbff43fb68da2bcdd0bf
SHA256: 5bd78b59d689d807c10e2cd5757a0d5ce5d2e3d3b50b7871bdba36032cbeaf28
SHA512: ab47f7dd2f7b3c08782919401ac37bb61afb9aca88a5bc50f46072ac3685a2d4fb4bc6b7d210a15cb6da8fb1b0c106ccd99a5783542bc7af11ee3c3e25746d40
Description: Display graphical dialog boxes from shell scripts (common files)
 Zenity allows you to display GTK+ dialogs from shell scripts; it is a
 rewrite of the `gdialog' command from GNOME 1.
 .
 Zenity includes a gdialog wrapper script so that it can be used with
 legacy scripts.
 .
 This package contains architecture independent files.
Homepage: https://wiki.gnome.org/Projects/Zenity
Multi-Arch: foreign

Package: zenity-dbgsym
Priority: optional
Section: debug
Installed-Size: 140
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: arm64
Source: zenity
Version: 3.44.0-1+apertis0bv2024dev2b1
Depends: zenity (= 3.44.0-1+apertis0bv2024dev2b1)
Filename: pool/target/z/zenity/zenity-dbgsym_3.44.0-1+apertis0bv2024dev2b1_arm64.deb
Size: 104876
MD5sum: e3f1d8f0cd1fe30ad8d4a847c2da9b0b
SHA1: 8b2384cb0ed0d34827fb083d5721c661e4756945
SHA256: f4e49fddb3b4e80b3a23df6f03a19b7d763002ed9ff5f7e39f3107fa026fc99f
SHA512: e44e81954d3913cbdc5b4c83fbbe309ac1604e6f70a544ef5e767cf1b1fcfb35e500c4e302b446c0481c62aa3a3522ffee48222919be1034ae5f6919b3a1efdf
Description: debug symbols for zenity
Auto-Built-Package: debug-symbols
Build-Ids: 07523e9a0357de9df50cdcc89899b3ae6c72bc4e

Package: zlib1g
Priority: required
Section: libs
Installed-Size: 182
Maintainer: Mark Brown <broonie@debian.org>
Architecture: arm64
Source: zlib
Version: 1:1.2.13.dfsg-1+apertis0bv2024dev3b1
Provides: libz1
Depends: libc6 (>= 2.17)
Conflicts: zlib1 (<= 1:1.0.4-7)
Breaks: libxml2 (<< 2.7.6.dfsg-2), texlive-binaries (<< 2009-12)
Filename: pool/target/z/zlib/zlib1g_1.2.13.dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 84220
MD5sum: 9f07e994bfb28e19110aeebc7ec3de25
SHA1: 67f71d85112e958703a1b845905d3697bbf247d2
SHA256: 5cba3cae654b850a5db69b55755e6eec08d1b24d6cb75ff986491859304036f5
SHA512: fb95ee02e5f2d5331168d13bf00e37543bb47c8f2c1ea2499135c2be3b6b54be3e49d1f6a344986491ea034718c7acf83fa85a6752c286bdce86d87825af9ecf
Description: compression library - runtime
 zlib is a library implementing the deflate compression method found
 in gzip and PKZIP.  This package includes the shared library.
Homepage: http://zlib.net/
Multi-Arch: same

Package: zlib1g-dbgsym
Priority: optional
Section: debug
Installed-Size: 129
Maintainer: Mark Brown <broonie@debian.org>
Architecture: arm64
Source: zlib
Version: 1:1.2.13.dfsg-1+apertis0bv2024dev3b1
Replaces: zlib1g-dbg (<< 1:1.2.11.dfsg-2~)
Depends: zlib1g (= 1:1.2.13.dfsg-1+apertis0bv2024dev3b1)
Breaks: zlib1g-dbg (<< 1:1.2.11.dfsg-2~)
Filename: pool/target/z/zlib/zlib1g-dbgsym_1.2.13.dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 112144
MD5sum: 4a205f88d1db797ccd23fcd520ca54fe
SHA1: dcdde18664d91cfacc4b6cdbd32b9783c541199b
SHA256: 56e71aa03a2e1acf465b75a81cec48d9e2f603cde8c09651b73948af0c3e8fe8
SHA512: 1753f28b04cfe963dd1663e7834041acc2057f46b94aee13c32147ed3222fd3892d24d5d24238ad1ebfc9c8d975630151b9c0710d12197949f1e07b77a09d164
Description: debug symbols for zlib1g
Auto-Built-Package: debug-symbols
Build-Ids: 2501f763f02d07a0668765df406bf6e602ddaeeb
Multi-Arch: same

Package: zlib1g-dev
Priority: optional
Section: libdevel
Installed-Size: 1308
Maintainer: Mark Brown <broonie@debian.org>
Architecture: arm64
Source: zlib
Version: 1:1.2.13.dfsg-1+apertis0bv2024dev3b1
Provides: libz-dev
Depends: zlib1g (= 1:1.2.13.dfsg-1+apertis0bv2024dev3b1), libc6-dev | libc-dev
Conflicts: zlib1-dev
Filename: pool/target/z/zlib/zlib1g-dev_1.2.13.dfsg-1+apertis0bv2024dev3b1_arm64.deb
Size: 914188
MD5sum: bce01340c8998c87efe26028f4eeed8c
SHA1: 4b3a4d158bdf9e4e865a55ec0fd4cfa6700b0164
SHA256: b94a21fdecc3e09baa72a704dc74c66905f26f4792e06b8a23f13df996b66c26
SHA512: 39d5667dc074b4d3a4405c304d0f59c47ad9af3f7f2bde57523267ecb7e5cadd8af25635e4559d6c6386ced836e7c965e1bcaa257364c56a3fcbdacd7a402137
Description: compression library - development
 zlib is a library implementing the deflate compression method found
 in gzip and PKZIP.  This package includes the development support
 files.
Homepage: http://zlib.net/
Multi-Arch: same

Package: zstd
Priority: optional
Section: utils
Installed-Size: 1917
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Architecture: arm64
Source: libzstd
Version: 1.5.4+dfsg2-5+apertis0bv2024dev3b2
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblz4-1 (>= 1.8.0), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4)
Filename: pool/target/libz/libzstd/zstd_1.5.4+dfsg2-5+apertis0bv2024dev3b2_arm64.deb
Size: 585952
MD5sum: c8dd285c352c077a97b1823f692e6f16
SHA1: 1b97ea66fc023fb42fdfe230352f0be850247ec9
SHA256: e8881be8e2ce868eb2eabd7882f4794aec4ea0fcabc78a58ad02d347fae83068
SHA512: 64c39c068ae6044927a92c9f174985bbab26b347277a07aa7044ccdef289078676eadfad60d49052a1b3c6949e8e88d60dc66720edbd78c79320eb29ec6dce64
Description: fast lossless compression algorithm -- CLI tool
 Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting
 real-time compression scenarios at zlib-level compression ratio.
 .
 This package contains the CLI program implementing zstd.
Homepage: https://github.com/facebook/zstd
Multi-Arch: foreign

Package: zstd-dbgsym
Priority: optional
Section: debug
Installed-Size: 4288
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Architecture: arm64
Source: libzstd
Version: 1.5.4+dfsg2-5+apertis0bv2024dev3b2
Depends: zstd (= 1.5.4+dfsg2-5+apertis0bv2024dev3b2)
Filename: pool/target/libz/libzstd/zstd-dbgsym_1.5.4+dfsg2-5+apertis0bv2024dev3b2_arm64.deb
Size: 4225660
MD5sum: ba495791da78ab0cb8fae1d609a36a53
SHA1: 22039d31be8191b7c4cf343ca8ca2cd950d3ade7
SHA256: ec4846e4791552e234f03e2b28255d2ff3a37069843a188bacbf279b011efef2
SHA512: 1f6efaef82b2e640786e2a205dc340e74d6b6fa0d9dffc5e99a8aae2add2616a2128096370d3d3a4f012d9b5cc65cb5ca2c9774117a2dd6988c87bfb7aed639a
Description: debug symbols for zstd
Auto-Built-Package: debug-symbols
Build-Ids: 1f4d0e8e7dfc55307428d6c37b2c87752310f50b f0281576b0a10db611a465d2c0c98cc4d8e95573